@import"https://fonts.googleapis.com/css2?family=Outfit:wght@600;700;800&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@600;700;800&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap";:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}a{color:inherit;text-decoration:none}.blog-page-wrapper{font-family:Noto Sans JP,sans-serif;background-color:#f0f8ff;color:#333;min-height:100vh}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.blog-header-bar{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50}.blog-header-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid rgba(243,244,246,.8)}@media(min-width:768px){.blog-header-inner{padding:1rem}}.blog-header-left{display:flex;align-items:center}.blog-header-left a{display:flex;align-items:center;text-decoration:none}.blog-header-logo{height:1.75rem;object-fit:contain}@media(min-width:768px){.blog-header-logo{height:2rem}}.blog-header-logo-mobile{display:block}.blog-header-logo-desktop{display:none}@media(min-width:768px){.blog-header-logo-mobile{display:none}.blog-header-logo-desktop{display:block}}.blog-header-divider{margin:0 .75rem;color:#e5e7eb;font-size:1.25rem;font-weight:300;line-height:1;margin-bottom:2px}@media(min-width:768px){.blog-header-divider{margin:0 1rem;font-size:1.5rem}}.blog-header-blog-label{color:#6b7280;font-weight:700;letter-spacing:.1em;font-size:.75rem;margin-top:2px}@media(min-width:768px){.blog-header-blog-label{font-size:.875rem}}.blog-header-right{display:flex;align-items:center;gap:.75rem}@media(min-width:768px){.blog-header-right{gap:1.25rem}}.blog-header-search{display:none;position:relative;color:#6b7280}@media(min-width:768px){.blog-header-search{display:flex}}.blog-header-search input{padding:.5rem 2.5rem .5rem 1rem;width:16rem;border-radius:9999px;background:#f9fafb;border:1px solid #f3f4f6;font-size:.75rem;outline:none;transition:border-color .2s,background .2s}@media(min-width:1024px){.blog-header-search input{width:18rem}}.blog-header-search input:focus{border-color:#e5e7eb;background:#fff}.blog-header-search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.125rem;pointer-events:none}.blog-header-cta{display:inline-block;background:#1d9bf0;color:#fff;padding:.5rem 1.25rem;border-radius:9999px;font-weight:700;font-size:.75rem;white-space:nowrap;text-decoration:none;transition:background .2s;border:none;cursor:pointer}@media(min-width:768px){.blog-header-cta{padding:.5rem 1.5rem}}.blog-header-cta:hover{background:#0d8ae0}.blog-nav-bar{max-width:1200px;margin:0 auto;padding:0 1rem;overflow-x:auto}.blog-nav-links{display:flex;justify-content:center;gap:1.5rem;font-size:.8125rem;font-weight:700;white-space:nowrap;color:#555}@media(min-width:768px){.blog-nav-links{gap:2.5rem}}.blog-nav-links a{display:block;padding:.75rem 0;border-bottom:3px solid transparent;color:inherit;text-decoration:none;transition:color .2s;cursor:pointer}@media(min-width:768px){.blog-nav-links a{padding:.875rem 0}}.blog-nav-links a:hover{color:#1d9bf0}.blog-nav-links a.active{border-bottom-color:#1d9bf0;color:#1d9bf0}.blog-featured-section{border-bottom:1px solid #e5e7eb;background:#f5f6f8}.blog-featured-inner{max-width:1200px;margin:0 auto;padding:1.5rem 1rem}.blog-featured-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#333;border-bottom:2px solid #1f2937;padding-bottom:.5rem}.blog-featured-grid{display:grid;grid-auto-flow:column;grid-auto-columns:160px;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;margin:0 -1rem;padding-left:1rem;padding-right:1rem}.blog-featured-grid.no-scrollbar::-webkit-scrollbar{display:none}@media(min-width:640px){.blog-featured-grid{grid-auto-columns:200px}}@media(min-width:768px){.blog-featured-grid{grid-auto-flow:row;grid-template-columns:repeat(3,1fr);gap:1rem;overflow:visible;margin:0;padding-left:0;padding-right:0;padding-bottom:0}}@media(min-width:1024px){.blog-featured-grid{grid-template-columns:repeat(6,1fr)}}.blog-featured-card{background:#fff;padding:.625rem;box-shadow:0 1px 2px #0000000d;border-radius:2px;cursor:pointer;position:relative;border:1px solid #f3f4f6;transition:box-shadow .2s}.blog-featured-card:hover{box-shadow:0 4px 12px #0000001a}.blog-featured-badge{position:absolute;top:0;left:0;color:#fff;font-size:10px;font-weight:700;padding:.125rem .5rem;z-index:2;display:flex;align-items:center;gap:.375rem}.blog-featured-badge.gold{background:#d4af37}.blog-featured-badge.silver{background:#9ca3af}.blog-featured-badge.bronze{background:#cd7f32}.blog-featured-badge.default{background:#1d9bf0}.blog-featured-thumb{overflow:hidden;margin-bottom:.5rem;aspect-ratio:4/3;background:#f3f4f6;position:relative}.blog-featured-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-out}.blog-featured-card:hover .blog-featured-thumb img{transform:scale(1.05)}.blog-featured-card-title{font-size:11px;font-weight:700;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}@media(min-width:768px){.blog-featured-card-title{font-size:12px}}.blog-featured-card:hover .blog-featured-card-title{color:#1d9bf0}.blog-featured-card-meta{display:flex;align-items:center;justify-content:space-between;margin-top:.375rem}.blog-featured-card-company{font-size:10px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:70%}.blog-main-layout{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;padding:2rem 1rem}@media(min-width:1024px){.blog-main-layout{flex-direction:row}}.blog-left-column{flex:1;background:#fff;padding:1.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #f3f4f6}@media(min-width:768px){.blog-left-column{padding:2rem}}.blog-left-column-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#333;border-bottom:2px solid #1f2937;padding-bottom:.5rem}.blog-articles-list{display:grid;grid-template-columns:1fr;gap:0}@media(min-width:768px){.blog-articles-list{grid-template-columns:1fr 1fr;column-gap:2rem}}.blog-load-more{margin-top:2rem;text-align:center}.blog-load-more-btn{background:#1d9bf0;color:#fff;padding:.75rem 4rem;border-radius:9999px;font-size:.875rem;font-weight:700;border:none;cursor:pointer;box-shadow:0 1px 3px #0000001a;transition:background .2s}.blog-load-more-btn:hover{background:#0d8ae0}.blog-right-sidebar{width:100%;flex-shrink:0;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px)and (max-width:1023px){.blog-right-sidebar{display:grid;grid-template-columns:1fr 1fr}}@media(min-width:1024px){.blog-right-sidebar{width:300px}}.blog-service-banner{background:#f0f8ff;padding:1.25rem;border:1px solid rgba(29,155,240,.3);position:relative;overflow:hidden;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s}.blog-service-banner:hover{box-shadow:0 4px 12px #00000014}.blog-service-banner-bg{position:absolute;top:-1rem;right:-1rem;padding:1rem;opacity:.1;font-size:5rem;color:#1d9bf0;transition:opacity .2s}.blog-service-banner:hover .blog-service-banner-bg{opacity:.2}.blog-service-banner-content{position:relative;z-index:1}.blog-service-banner-label{color:#0d8ae0;font-size:.75rem;font-weight:700;margin-bottom:.25rem}.blog-service-banner-logo{height:1.5rem;object-fit:contain;margin-bottom:.75rem}@media(min-width:768px){.blog-service-banner-logo{height:2rem}}.blog-service-banner-logo-mobile{display:block}.blog-service-banner-logo-desktop{display:none}@media(min-width:768px){.blog-service-banner-logo-mobile{display:none}.blog-service-banner-logo-desktop{display:block}}.blog-service-banner-features{list-style:none;padding:0;margin:0 0 1rem}.blog-service-banner-features li{display:flex;align-items:center;gap:.375rem;font-size:11px;color:#333;font-weight:500;margin-bottom:.375rem}.blog-service-banner-features li svg,.blog-service-banner-features li .check-icon{color:#1d9bf0;flex-shrink:0}.blog-service-banner-cta{display:block;text-align:center;background:#1d9bf0;color:#fff;width:100%;padding:.625rem 0;font-size:.75rem;font-weight:700;border-radius:9999px;text-decoration:none;box-shadow:0 2px 4px #0000001a;transition:background .2s;border:none;cursor:pointer;margin-top:.5rem}.blog-service-banner-cta:hover{background:#0d8ae0}.blog-keyword-search{background:#fff;border-radius:28px;box-shadow:0 8px 30px #0000000a;padding:1rem 1rem 1.5rem}.blog-keyword-search-title{font-size:.75rem;font-weight:700;color:#333;margin-bottom:1.25rem}.blog-keyword-search-form{display:flex;align-items:center;background:#f9fafb;border-radius:9999px;padding:.25rem;border:1px solid #f3f4f6}.blog-keyword-search-form input{flex:1;background:transparent;padding:.5rem 1rem;font-size:.75rem;border:none;outline:none}.blog-keyword-search-form input::placeholder{color:#9ca3af}.blog-keyword-search-btn{background:#1d9bf0;color:#fff;width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;flex-shrink:0;transition:background .2s;box-shadow:0 1px 2px #0000001a}.blog-keyword-search-btn:hover{background:#0d8ae0}.blog-keyword-search-btn svg{width:1.125rem;height:1.125rem}.blog-category-accordion{background:#fff;border-radius:28px;box-shadow:0 8px 30px #0000000a;padding:1.25rem}.blog-accordion-section{border-bottom:1px solid #f3f4f6}.blog-accordion-section:last-child{border-bottom:none}.blog-accordion-btn{width:100%;padding:.75rem 0;font-size:.75rem;font-weight:700;color:#333;display:flex;justify-content:space-between;align-items:center;cursor:pointer;background:none;border:none;text-align:left}.blog-accordion-btn:focus{outline:none}.blog-accordion-icon{background:#f3f4f6;width:2rem;height:2rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .3s}.blog-accordion-btn:hover .blog-accordion-icon{background:#e5e7eb}.blog-accordion-icon.open{transform:rotate(180deg)}.blog-accordion-icon svg{width:1rem;height:1rem;color:#6b7280}.blog-accordion-panel{padding-bottom:.75rem}.blog-accordion-panel.hidden{display:none}.blog-radio-group{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.blog-radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.75rem;color:#555;transition:color .2s}.blog-radio-label:hover{color:#1d9bf0}.blog-radio-label input{display:none}.blog-radio-circle{width:.75rem;height:.75rem;border-radius:9999px;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s}.blog-radio-label input:checked~.blog-radio-circle{border-color:#1d9bf0}.blog-radio-dot{width:.375rem;height:.375rem;border-radius:9999px;background:#1d9bf0;opacity:0;transition:opacity .2s}.blog-radio-label input:checked~.blog-radio-circle .blog-radio-dot{opacity:1}.blog-media-widgets{display:flex;overflow-x:auto;gap:1rem;padding-bottom:.5rem;margin:0 -1rem;padding-left:1rem;padding-right:1rem}@media(min-width:768px)and (max-width:1023px){.blog-media-widgets{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;grid-column:1 / -1;margin:0;padding:0}}@media(min-width:1024px){.blog-media-widgets{display:flex;flex-direction:column;overflow:visible;margin:0;padding:0}}.blog-media-widget{flex-shrink:0;width:260px;background:#fff;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s}@media(min-width:768px){.blog-media-widget{width:auto}}@media(min-width:1024px){.blog-media-widget{width:100%}}.blog-media-widget:hover{box-shadow:0 4px 12px #00000014}.blog-media-widget-header{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.875rem 0;background:#fff;border-bottom:1px solid #f3f4f6}.blog-media-widget-header span{font-weight:900;font-size:.875rem;letter-spacing:.1em;color:#111}.blog-media-widget-body{padding:.75rem}.blog-media-widget-thumb{overflow:hidden;margin-bottom:.75rem;aspect-ratio:16/9;position:relative;background:#f3f4f6}.blog-media-widget-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-out}.blog-media-widget-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0003;transition:background .2s}.blog-media-widget-overlay:hover{background:#0000001a}.blog-media-widget-title{font-size:13px;font-weight:700;color:#333;line-height:1.4;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-media-widget-btn{display:block;width:100%;border:1px solid #1D9BF0;color:#1d9bf0;padding:.375rem 0;font-size:.75rem;font-weight:700;border-radius:9999px;background:transparent;cursor:pointer;text-align:center;text-decoration:none;transition:background .2s,color .2s}.blog-media-widget-btn:hover{background:#1d9bf0;color:#fff}.blog-article-card-list{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background .2s}.blog-article-card-list:hover{background:#f9fafb80}.blog-article-card-list-body{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding-top:.25rem}.blog-article-card-list-title{font-size:13px;font-weight:700;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}@media(min-width:768px){.blog-article-card-list-title{font-size:14px}}.blog-article-card-list:hover .blog-article-card-list-title{color:#1d9bf0}.blog-article-card-list-meta{margin-top:.75rem}.blog-article-card-badges{display:flex;gap:.25rem;margin-bottom:.25rem}.blog-article-card-badge{display:inline-block;background:#f3f4f6;color:#6b7280;font-size:10px;padding:.125rem .375rem;border-radius:2px}.blog-article-card-company{font-size:11px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-article-card-date{font-size:10px;color:#999;margin-top:.125rem}.blog-article-card-list-thumb{width:6rem;height:5rem;flex-shrink:0;overflow:hidden;border:1px solid #f3f4f6;background:#fff}@media(min-width:768px){.blog-article-card-list-thumb{width:7rem;height:6rem}}.blog-article-card-list-thumb img{width:100%;height:100%;object-fit:contain;transition:transform .5s}.blog-article-card-list:hover .blog-article-card-list-thumb img{transform:scale(1.05)}.blog-footer{background:#fff;border-top:1px solid #e5e7eb;margin-top:3rem;padding:2rem 0}.blog-footer-inner{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:768px){.blog-footer-inner{flex-direction:row;justify-content:space-between}}.blog-footer-logo{height:1.5rem;object-fit:contain}@media(min-width:768px){.blog-footer-logo{height:1.75rem}}.blog-footer-logo-mobile{display:block}.blog-footer-logo-desktop{display:none}@media(min-width:768px){.blog-footer-logo-mobile{display:none}.blog-footer-logo-desktop{display:block}}.blog-footer-links{display:flex;flex-direction:column;gap:1rem;font-size:.75rem;color:#666;align-items:center}@media(min-width:768px){.blog-footer-links{flex-direction:row;align-items:flex-start}}.blog-footer-links a{color:inherit;text-decoration:none;transition:color .2s;cursor:pointer}.blog-footer-links a:hover{text-decoration:underline;color:#1d9bf0}.blog-footer-copyright{font-size:10px;color:#999}.blog-article-page{background:#fff}.article-container{max-width:800px;margin:0 auto;padding:2rem 1rem;color:#333;font-family:Noto Sans JP,sans-serif;line-height:1.8}.article-header{margin-bottom:2rem;border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem}.article-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem;color:#6b7280}.article-date{display:flex;align-items:center;gap:.5rem}.article-category-pill{background-color:#f3f4f6;padding:.2rem .6rem;border-radius:9999px;font-weight:500;font-size:.75rem}.article-title{font-size:1.75rem;font-weight:700;line-height:1.4;margin-bottom:1rem;color:#111}.article-subtitle{font-size:1rem;color:#4b5563;margin-bottom:1.5rem}.article-description{font-size:1.125rem;color:#666;line-height:1.6;margin-bottom:1rem}.article-author-info{padding-top:1rem;border-top:1px solid #e5e7eb}.article-author{font-size:.875rem;color:#666}.article-share{display:flex;gap:.5rem}.share-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:#fff;font-size:1rem;transition:opacity .2s;text-decoration:none;border:none;cursor:pointer}.share-btn:hover{opacity:.8}.share-x{background-color:#000}.share-fb{background-color:#1877f2}.share-line{background-color:#06c755}.share-link{background-color:#6b7280;color:#fff}.company-banner{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem}.company-logo-wrap{width:60px;height:60px;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:4px;overflow:hidden;flex-shrink:0}.company-logo-wrap img{max-width:100%;max-height:100%;object-fit:contain}.company-details{flex-grow:1}.company-name{font-weight:700;font-size:1.1rem;color:#111;margin-bottom:.25rem}.company-link{font-size:.85rem;color:#1d9bf0;text-decoration:none}.company-link:hover{text-decoration:underline}.company-follow-btn{padding:.5rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:4px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.company-follow-btn:hover{background:#f3f4f6}.article-hero{margin-bottom:2rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.article-hero img{width:100%;height:auto;display:block}.article-thumbnail-wrapper{margin-bottom:2rem}.article-thumbnail{width:100%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.article-content{font-size:1rem;line-height:1.8;color:#374151}.article-content p{margin-bottom:1.5rem}.article-content h2{font-size:1.5rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #111;color:#111}.article-content h3{font-size:1.25rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;color:#222}.article-content ul,.article-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem}.article-content strong{font-weight:700;background:linear-gradient(transparent 60%,#1d9bf033 60%)}.article-content a{color:#1d9bf0;text-decoration:underline}.article-content a:hover{text-decoration:none}.article-content code{background:#f3f4f6;padding:.125rem .375rem;border-radius:4px;font-family:Courier New,monospace;font-size:.875em}.article-content pre{background:#1f2937;color:#f9fafb;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.article-content pre code{background:none;padding:0;color:#f9fafb}.article-content img{max-width:100%;height:auto;margin:1.5rem 0}.article-content blockquote{border-left:4px solid #1D9BF0;padding-left:1rem;margin:1.5rem 0;color:#666;font-style:italic}.article-info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin:2rem 0}.article-info-box h4{font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:#1e293b}.article-info-box ul{margin-bottom:0;list-style-type:none;padding-left:0}.article-info-box li{position:relative;padding-left:1.25rem;margin-bottom:.75rem}.article-info-box li:before{content:"■";position:absolute;left:0;top:0;color:#1d9bf0;font-size:.8rem}.article-table-wrap{overflow-x:auto;margin:2rem 0;border:1px solid #e5e7eb;border-radius:8px}.article-table{width:100%;border-collapse:collapse;text-align:center;font-size:.9rem}.article-table th{background:#f9fafb;padding:1rem .5rem;font-weight:700;border-bottom:2px solid #e5e7eb;border-right:1px solid #e5e7eb;color:#374151}.article-table th:last-child{border-right:none}.article-table td{padding:1rem .5rem;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb}.article-table td:last-child{border-right:none}.article-table tr:last-child td{border-bottom:none}.highlight-col{background:#eff6ff;font-weight:700;color:#1d4ed8}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.article-tag{background:#fff;border:1px solid #d1d5db;color:#4b5563;padding:.25rem .75rem;border-radius:9999px;font-size:.8rem;text-decoration:none;transition:all .2s;cursor:pointer}.article-tag:hover{border-color:#1d9bf0;color:#1d9bf0}.company-info-bottom{margin-top:3rem;padding:2rem;background:#f9fafb;border-radius:8px}.company-info-bottom h3{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;border-bottom:1px solid #d1d5db;padding-bottom:.5rem}.company-info-grid{display:grid;grid-template-columns:100px 1fr;gap:1rem 2rem;font-size:.9rem}.info-label{color:#6b7280}.info-value{color:#111}.blog-recommended-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.blog-recommended-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.blog-recommended-title{font-size:1.125rem;font-weight:700;color:#333;display:flex;align-items:center;gap:.5rem}.blog-recommended-link{font-size:.875rem;color:#1d9bf0;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:.25rem;cursor:pointer}.blog-recommended-link:hover{text-decoration:underline}.blog-recommended-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.blog-recommended-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.blog-recommended-grid{grid-template-columns:repeat(3,1fr)}}.blog-recommended-card{display:block;background:#fff;border:1px solid #f3f4f6;overflow:hidden;box-shadow:0 1px 2px #0000000d;cursor:pointer;text-decoration:none;color:inherit;transition:box-shadow .2s}.blog-recommended-card:hover{box-shadow:0 4px 12px #00000014}.blog-recommended-card-thumb{aspect-ratio:16/9;position:relative;overflow:hidden;background:#f3f4f6}.blog-recommended-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.blog-recommended-card:hover .blog-recommended-card-thumb img{transform:scale(1.05)}.blog-recommended-card-body{padding:1rem}.blog-recommended-card-pill{display:inline-block;border:1px solid #d1d5db;color:#6b7280;padding:.25rem .75rem;font-size:10px;border-radius:9999px;margin-bottom:.75rem}.blog-recommended-card-date{font-size:10px;color:#6b7280;margin-bottom:.5rem;display:flex;align-items:center;gap:.25rem}.blog-recommended-card-title{font-size:.875rem;font-weight:700;color:#111;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.blog-recommended-card:hover .blog-recommended-card-title{color:#1d9bf0}.blog-ranking-section{margin-top:3rem;margin-bottom:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.blog-ranking-title{font-size:1.125rem;font-weight:700;color:#333;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.blog-ranking-list{display:flex;flex-direction:column;gap:.75rem}.blog-ranking-item{display:flex;gap:1rem;padding:.75rem;background:#fff;border:1px solid #f3f4f6;cursor:pointer;text-decoration:none;color:inherit;position:relative;overflow:hidden;transition:box-shadow .2s}.blog-ranking-item:hover{box-shadow:0 4px 12px #00000014}.blog-ranking-stripe{position:absolute;top:0;left:0;width:4px;height:100%}.blog-ranking-stripe.gold{background:#d4af37}.blog-ranking-stripe.silver{background:#d1d5db}.blog-ranking-stripe.bronze{background:#cd7f32}.blog-ranking-thumb{flex-shrink:0;width:100px;height:75px;overflow:hidden;position:relative}@media(min-width:640px){.blog-ranking-thumb{width:120px;height:90px}}.blog-ranking-thumb img{width:100%;height:100%;object-fit:contain;background:#f9fafb;transition:transform .5s}.blog-ranking-item:hover .blog-ranking-thumb img{transform:scale(1.05)}.blog-ranking-badge{position:absolute;top:-4px;left:-4px;width:2rem;height:2rem;color:#fff;font-weight:900;font-size:.875rem;display:flex;align-items:center;justify-content:center;border-bottom-right-radius:.5rem;box-shadow:0 1px 2px #0000001a}.blog-ranking-badge.gold{background:#d4af37}.blog-ranking-badge.silver{background:#d1d5db}.blog-ranking-badge.bronze{background:#cd7f32}.blog-ranking-item-body{display:flex;flex-direction:column;justify-content:center}.blog-ranking-item-category{font-size:10px;color:#1d9bf0;font-weight:700;margin-bottom:.25rem}.blog-ranking-item-title{font-size:.875rem;font-weight:700;color:#111;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}@media(min-width:640px){.blog-ranking-item-title{font-size:1rem}}.blog-ranking-item:hover .blog-ranking-item-title{color:#1d9bf0}.blog-loading,.blog-error,.blog-empty{text-align:center;padding:4rem 2rem;color:#666}.blog-error{color:#dc2626}.blog-retry-btn{margin-top:1rem;padding:.75rem 1.5rem;background:#1d9bf0;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s}.blog-retry-btn:hover{background:#0d8ae0}.blog-back-btn{padding:.75rem 2rem;background:#1d9bf0;color:#fff;border:none;border-radius:9999px;cursor:pointer;font-weight:700;font-size:.875rem;transition:background .2s;text-decoration:none;display:inline-block}.blog-back-btn:hover{background:#0d8ae0}.blog-article-footer{margin-top:3rem;text-align:center}@media(max-width:640px){.article-title{font-size:1.5rem}.company-banner{flex-direction:column;align-items:flex-start;position:relative}.company-follow-btn{position:absolute;top:1rem;right:1rem}.company-info-grid{grid-template-columns:1fr;gap:.5rem}}@keyframes skeleton-pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.skeleton-bone{background:#e5e7eb;border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-card-list{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.skeleton-card-list-body{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-line{height:14px}.skeleton-line-short{width:60%}.skeleton-line-long{width:90%}.skeleton-line-xs{width:30%;height:10px}.skeleton-card-list-thumb{width:6rem;height:5rem;flex-shrink:0}@media(min-width:768px){.skeleton-card-list-thumb{width:7rem;height:6rem}}.skeleton-article{max-width:800px;margin:0 auto;padding:2rem 1rem}.skeleton-article-title{height:2rem;width:80%;margin-bottom:1rem}.skeleton-article-meta{height:1rem;width:40%;margin-bottom:2rem}.skeleton-article-hero{width:100%;aspect-ratio:16/9;margin-bottom:2rem;border-radius:0}.skeleton-article-paragraph{height:1rem;margin-bottom:.75rem}.skeleton-article-paragraph:nth-child(odd){width:100%}.skeleton-article-paragraph:nth-child(2n){width:85%}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#101828;background-color:#f8fafc}*{box-sizing:border-box}body{margin:0;background-color:#f8fafc;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit}#root{min-height:100vh;overflow-x:hidden;width:100%}.layout{max-width:960px;margin:0 auto;padding:32px 24px 48px;display:flex;flex-direction:column;gap:24px}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:24px}.subtitle{margin:4px 0 0;color:#475467;font-size:14px}.user-info{display:flex;align-items:center;gap:12px;font-size:14px;color:#475467}.screen{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;text-align:center;padding:32px}.description{color:#475467;margin:8px 0 24px}.card{background:#fff;border-radius:16px;box-shadow:0 18px 32px -18px #0f172a40;padding:32px;display:flex;flex-direction:column;gap:16px}.card.secondary{background:linear-gradient(135deg,#0f172a0a,#2563eb14)}.section-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.status-chip{display:inline-flex;align-items:center;gap:12px;font-size:13px;color:#1f2937}.status-indicator{width:8px;height:8px;border-radius:9999px;background:#94a3b8;display:inline-block}.status-indicator.status-active{background:#10b981}.status-indicator.status-trialing{background:#f59e0b}.status-indicator.status-past_due,.status-indicator.status-incomplete,.status-indicator.status-incomplete_expired,.status-indicator.status-unpaid{background:#ef4444}.status-indicator.status-canceled{background:#64748b}.status-indicator.status-none{background:#cbd5f5}.solve-form{display:flex;flex-direction:column;gap:12px}.form-label{font-weight:600;color:#1d2939}textarea{resize:vertical;min-height:200px;padding:12px;border-radius:8px;border:1px solid #d0d5dd;font-size:14px;font-family:inherit;line-height:1.6}textarea:focus{outline:2px solid #2563eb;border-color:transparent}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:999px;border:none;font-weight:600;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease;background:#fff;color:#1d2939;box-shadow:inset 0 0 0 1px #d0d5dd}.button.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 12px 24px -12px #2563eb99}.button-ghost{background:transparent;color:#1d4ed8;box-shadow:inset 0 0 0 1px #2563eb66}.button-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 12px 24px -12px #dc26268c}.button:disabled{cursor:not-allowed;opacity:.7;box-shadow:none}.button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 12px 24px -16px #0f172a59}.error{color:#dc2626;background:#fca5a533;padding:8px 12px;border-radius:8px;font-size:13px}.instruction-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px;color:#1d2939;font-size:14px;line-height:1.6}.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.plan-card{background:#fff;border-radius:16px;padding:24px;box-shadow:inset 0 0 0 1px #e2e8f0;display:flex;flex-direction:column;gap:16px;transition:transform .16s ease,box-shadow .16s ease}.plan-card.highlight{box-shadow:0 18px 32px -18px #2563eb66}.plan-card.active{border:2px solid rgba(37,99,235,.6)}.plan-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px -16px #0f172a59}.plan-card h3{margin:0 0 4px}.plan-description{margin:0;color:#475467;font-size:14px}.plan-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.plan-price-block{display:flex;align-items:baseline;gap:8px}.plan-price{font-size:28px;font-weight:700;color:#1d2939}.plan-interval{font-size:13px;color:#475467}.current-plan-summary{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px;background:linear-gradient(135deg,#2563eb1a,#1e40af0d);border-radius:12px}.summary-main{margin:8px 0 4px;font-size:24px;font-weight:600}.summary-sub{margin:0;color:#334155;font-size:13px}.summary-actions{display:flex;flex-direction:column;gap:8px}.current-plan-placeholder{padding:16px;border-radius:12px;background:#f1f5f9;color:#475467}.pre-reg-banner{background:#fff;border-radius:32px;padding:40px;box-shadow:0 30px 60px -40px #0f172a73;display:flex;flex-direction:column;gap:16px}.pre-reg-copy{margin:0;font-size:18px;color:#475467}.pre-reg-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.pre-reg-note{font-size:14px;color:#475467;margin:0}.pre-reg-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.pre-reg-card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 20px 40px -30px #0f172a59;display:flex;flex-direction:column;gap:16px}.pre-reg-card.secondary{background:linear-gradient(135deg,#2563eb14,#0e74900d)}.pre-reg-card ul{margin:0;padding-left:18px;color:#475467}.pre-reg-steps{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:12px;color:#1d2939}.notice{margin:12px 0 0;font-size:12px;color:#64748b}.link{color:#1d4ed8;text-decoration:none}.link:hover{text-decoration:underline}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.metric-card{background:#f8fafc;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px;border:1px solid #e2e8f0}.metric-label{font-size:13px;color:#475467}.metric-value{font-size:20px;font-weight:600;color:#111827}.log-section{margin-top:24px;display:flex;flex-direction:column;gap:12px}.log-section.collapsed{gap:8px}.log-section.collapsed #learning-log-content{display:none}.log-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.log-section-header h3{margin:0}.log-status{font-size:12px;color:#1d4ed8}.log-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.log-entry{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;font-size:13px;color:#1f2937}.log-entry-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.log-timestamp{font-weight:600;color:#0f172a}.log-action{font-weight:600;color:#1d4ed8}.log-question{margin:0;font-weight:600;color:#0f172a}.log-choice-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.log-choice{display:flex;align-items:flex-start;gap:12px;padding:8px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff}.log-choice.correct{border-color:#34d399;background:#ecfdf5}.choice-label{font-weight:600;color:#0f172a;min-width:24px}.choice-text{flex:1;color:#1f2937}.choice-probability{font-size:12px;color:#475467}.log-answer{font-size:13px;font-weight:600;color:#047857}.log-explanation{font-size:13px;color:#1f2937;line-height:1.6}.log-explanation :where(p,ul,ol){margin:0 0 8px}.log-explanation :where(p:last-child,ul:last-child,ol:last-child){margin-bottom:0}.log-token-stats{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#475467}.log-token-stats span{background:#eef2ff;border-radius:999px;padding:4px 10px}.log-metadata{font-family:Menlo,Roboto Mono,Consolas,monospace;font-size:12px;color:#475467;word-break:break-word}.log-empty{margin:0;padding:16px;border-radius:12px;background:#f8fafc;border:1px dashed #cbd5f5;font-size:13px;color:#475467}.guide-actions{display:flex;flex-wrap:wrap;gap:12px}.modal-backdrop{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.modal{background:#fff;border-radius:16px;max-width:520px;width:100%;box-shadow:0 24px 48px -24px #0f172a73;display:flex;flex-direction:column;overflow:hidden}.modal-header,.modal-footer{padding:20px 24px;display:flex;align-items:center;justify-content:space-between}.modal-body{padding:0 24px 24px;display:flex;flex-direction:column;gap:16px}.icon-button{border:none;background:transparent;font-size:22px;cursor:pointer;line-height:1}.wizard-progress{display:flex;gap:8px}.wizard-dot{width:10px;height:10px;border-radius:999px;background:#cbd5f5}.wizard-dot.active{background:#2563eb}.wizard-title{margin:0;font-size:20px}.wizard-description{margin:0;color:#475467;font-size:14px}.wizard-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px;font-size:14px;color:#1f2937}.result{display:flex;flex-direction:column;gap:16px}.result-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 18px 32px -18px #0f172a40;display:flex;flex-direction:column;gap:16px}.question-text{white-space:pre-wrap;background:#f8fafc;padding:16px;border-radius:12px;border:1px solid #e2e8f0}.choice-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.choice-list li{display:grid;grid-template-columns:72px 1fr 80px;align-items:center;gap:12px;padding:12px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.choice-label{font-weight:600;color:#2563eb}.choice-text{font-size:14px}.choice-probability{justify-self:end;font-weight:600;color:#111827}.answer-block{background:linear-gradient(135deg,#2563eb1f,#1e40af14);border-radius:12px;padding:16px;border:1px solid rgba(37,99,235,.35)}.answer-label{font-weight:700;margin-bottom:4px}.metadata{display:flex;gap:12px;flex-wrap:wrap}.badge{background:#e0f2fe;color:#0c4a6e;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600}.badge-accent{background:#2563eb1f;color:#1d4ed8}.terms-consent{font-size:13px;color:#475467;margin:8px 0 0}.terms-link{color:#2563eb;font-weight:600;margin:0 4px}.terms-layout{max-width:960px;margin:0 auto;padding:48px 24px 64px;display:flex;flex-direction:column;gap:32px;min-height:100vh}.terms-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.terms-meta{color:#475467;font-size:14px;margin:4px 0}.terms-content{background:#fff;border-radius:24px;box-shadow:0 18px 32px -18px #0f172a40;padding:40px 36px;line-height:1.8;font-size:15px;color:#1f2937}.terms-section{margin-bottom:32px}.terms-section:last-of-type{margin-bottom:0}.terms-article{margin-top:16px}.terms-article h3{margin:0 0 8px;font-size:16px;color:#0f172a}.terms-list{margin:8px 0 0;padding-left:20px}.terms-list li{margin-bottom:4px}.terms-tokushoho-link{margin-top:40px;padding-top:24px;border-top:1px solid #e2e8f0;text-align:center}.terms-tokushoho-link a{color:#64748b;font-size:14px;text-decoration:underline}.terms-tokushoho-link a:hover{color:#0f172a}.startup-page{min-height:100vh;background:linear-gradient(180deg,#fff,#f8fafc,#fff);display:flex;flex-direction:column;width:100%;max-width:100vw;overflow-x:hidden}.register-page{min-height:100vh;background-color:#fff;display:flex;flex-direction:column}.register-header{border-bottom:1px solid #e2e8f0;background:#fff}.register-header-inner{max-width:1200px;margin:0 auto;padding:20px 32px;display:flex;justify-content:space-between;align-items:center}.register-logo{font-size:18px;font-weight:700;color:#0f172a}.register-nav{display:flex;gap:24px;align-items:center}.register-nav-link{color:#475467;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.register-nav-link:hover{color:#2563eb}.register-main{flex:1;background:linear-gradient(180deg,#f8fafc,#fff)}.register-container{max-width:800px;margin:0 auto;padding:64px 32px;display:flex;flex-direction:column;gap:56px}.register-hero{text-align:center;display:flex;flex-direction:column;gap:16px;align-items:center}.register-badge{display:inline-block;padding:6px 16px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:700;letter-spacing:.05em;border-radius:6px}.register-title{font-size:48px;font-weight:700;line-height:1.2;color:#0f172a;margin:0}.register-subtitle{font-size:18px;line-height:1.6;color:#475467;margin:0;max-width:600px}.register-cta-box{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px;background:#fff;border-radius:12px;border:2px solid #e2e8f0}.register-cta-button{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;background:#2563eb;color:#fff;font-size:16px;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s,transform .2s;box-shadow:0 4px 12px #2563eb4d}.register-cta-button:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.register-cta-note{margin:0;font-size:14px;color:#64748b}.register-steps-wrapper{display:flex;flex-direction:column;gap:24px}.register-section-title{font-size:24px;font-weight:700;color:#0f172a;margin:0;text-align:center}.register-steps{display:flex;flex-direction:column;gap:16px}.register-step{display:flex;gap:16px;align-items:flex-start;padding:20px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.register-step-number{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;font-weight:700;border-radius:50%;font-size:16px}.register-step-content{flex:1}.register-step-text{margin:0;font-size:15px;line-height:1.6;color:#1d2939}.register-benefits-wrapper{display:grid;grid-template-columns:1fr;gap:24px}.register-benefit-card,.register-features-card{padding:32px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:20px}.register-benefit-title,.register-features-title{margin:0;font-size:20px;font-weight:700;color:#0f172a}.register-benefit-list{margin:0;padding-left:24px;display:flex;flex-direction:column;gap:12px;color:#1d2939;font-size:15px;line-height:1.6}.register-benefit-note{margin:0;padding-top:12px;border-top:1px solid #e2e8f0;font-size:14px;color:#475467}.register-features-list{display:flex;flex-direction:column;gap:20px}.register-feature-item{display:flex;flex-direction:column;gap:8px}.register-feature-name{margin:0;font-size:16px;font-weight:600;color:#0f172a}.register-feature-desc{margin:0;font-size:14px;line-height:1.6;color:#475467}.register-final-cta{display:flex;flex-direction:column;align-items:center;gap:16px;padding:48px 32px;background:#f8fafc;border-radius:12px;text-align:center}.register-final-title{margin:0;font-size:28px;font-weight:700;color:#0f172a}.register-final-text{margin:0;font-size:16px;color:#475467}.register-footer{border-top:1px solid #e2e8f0;background:#fff}.register-footer-inner{max-width:1200px;margin:0 auto;padding:32px;display:flex;justify-content:space-between;align-items:center;gap:32px}.register-footer-brand{display:flex;flex-direction:column;gap:4px}.register-footer-logo{margin:0;font-weight:700;font-size:16px;color:#0f172a}.register-footer-tagline{margin:0;font-size:14px;color:#64748b}.register-footer-links{display:flex;gap:24px}.register-footer-link{color:#475467;text-decoration:none;font-size:14px;transition:color .2s}.register-footer-link:hover{color:#2563eb}@media(max-width:768px){.layout{padding:24px 16px}.app-header{flex-direction:column;align-items:flex-start}.dashboard-grid{gap:16px}.summary-actions,.summary-actions .button{width:100%}.guide-actions{flex-direction:column}.log-list li,.choice-list li{grid-template-columns:1fr}.choice-probability{justify-self:start}.terms-layout{padding:32px 16px 48px}.terms-header{flex-direction:column;align-items:flex-start}.terms-content{padding:28px 20px}.register-header-inner{padding:16px 20px}.register-nav{gap:16px}.register-container{padding:48px 20px;gap:40px}.register-title{font-size:32px}.register-subtitle{font-size:16px}.register-cta-box{padding:24px 20px}.register-cta-button{width:100%;padding:14px 24px}.register-step{padding:16px}.register-benefit-card,.register-features-card{padding:24px 20px}.register-final-cta{padding:32px 20px}.register-footer-inner{flex-direction:column;align-items:flex-start;padding:24px 20px}.register-footer-links{flex-direction:column;gap:12px}}.startup-header{position:sticky;top:0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,232,240,.6);z-index:100}.startup-header-inner{max-width:1280px;margin:0 auto;padding:16px 32px;display:flex;justify-content:space-between;align-items:center}.startup-logo{display:flex;align-items:center;gap:8px}.startup-logo-text{font-size:20px;font-weight:800;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.startup-logo-beta{padding:2px 8px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:10px;font-weight:700;border-radius:4px;letter-spacing:.05em}.startup-nav{display:flex;gap:24px;align-items:center}.startup-nav-link{color:#64748b;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.startup-nav-link:hover{color:#2563eb}.startup-nav-cta{padding:8px 20px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:14px;font-weight:600;border-radius:8px;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #2563eb4d}.startup-nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.startup-main{flex:1}.startup-hero{padding:80px 32px;background:radial-gradient(ellipse at top,rgba(37,99,235,.1) 0%,transparent 60%)}.startup-hero-container{max-width:900px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:32px}.startup-hero-badge{display:inline-block;padding:8px 16px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;color:#1d4ed8;font-size:14px;font-weight:600;border-radius:999px}.startup-hero-title{font-size:64px;font-weight:900;line-height:1.1;color:#0f172a;margin:0;letter-spacing:-.02em}.startup-hero-gradient{background:linear-gradient(135deg,#2563eb,#7c3aed,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.startup-hero-subtitle{font-size:20px;line-height:1.7;color:#475467;margin:0;max-width:700px}.startup-hero-cta{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:16px}.startup-cta-primary{display:inline-flex;align-items:center;justify-content:center;padding:18px 40px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:18px;font-weight:700;border-radius:12px;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 24px #2563eb66}.startup-cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #2563eb80}.startup-cta-primary.large{padding:20px 48px;font-size:20px}.startup-cta-note{margin:0;font-size:14px;color:#64748b}.startup-stats{display:flex;gap:48px;margin-top:32px;padding:32px 48px;background:#fff;border-radius:16px;box-shadow:0 4px 24px #0f172a14}.startup-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.startup-stat-value{font-size:36px;font-weight:800;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.startup-stat-label{font-size:13px;color:#64748b;font-weight:500}.startup-features,.startup-pricing,.startup-steps{padding:80px 32px}.startup-section-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.startup-section-header{text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center}.startup-section-label{display:inline-block;padding:4px 12px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:6px}.startup-section-title{font-size:40px;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.01em}.startup-section-description{font-size:18px;color:#475467;margin:0;max-width:700px}.startup-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}.startup-feature-card{padding:32px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.startup-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172a26}.startup-feature-title{margin:0 0 12px;font-size:20px;font-weight:700;color:#0f172a}.startup-feature-description{margin:0;font-size:15px;line-height:1.7;color:#475467}.startup-pricing{background:linear-gradient(180deg,#f8fafc,#fff)}.startup-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.startup-pricing-card{position:relative;padding:40px 32px;background:#fff;border-radius:20px;border:2px solid #e2e8f0;display:flex;flex-direction:column;gap:24px;transition:transform .2s,box-shadow .2s,border-color .2s}.startup-pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0f172a1f}.startup-pricing-card.recommended{border-color:#2563eb;box-shadow:0 8px 32px #2563eb33}.startup-pricing-card.best-value{border-color:#7c3aed;box-shadow:0 8px 32px #7c3aed33}.startup-pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:6px 16px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:12px;font-weight:700;border-radius:999px;box-shadow:0 4px 12px #2563eb66}.startup-pricing-name{margin:0;font-size:20px;font-weight:700;color:#0f172a}.startup-pricing-price{display:flex;align-items:baseline;gap:4px}.startup-pricing-amount{font-size:48px;font-weight:900;color:#0f172a}.startup-pricing-period{font-size:18px;color:#64748b;font-weight:500}.startup-pricing-per-month{margin:-16px 0 0;font-size:14px;color:#10b981;font-weight:600}.startup-pricing-description{margin:0;font-size:15px;color:#475467}.startup-pricing-features{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.startup-pricing-features li{font-size:14px;color:#1d2939;display:flex;align-items:center;gap:8px}.startup-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.startup-step-card{padding:32px 28px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.startup-step-number{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:28px;font-weight:800;border-radius:50%;box-shadow:0 8px 24px #2563eb4d}.startup-step-text{margin:0;font-size:15px;line-height:1.6;color:#1d2939}.startup-steps-note{margin-top:24px;text-align:center;font-size:14px;color:#475467}.startup-cta-final{padding:100px 32px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff}.startup-cta-final-container{max-width:800px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.startup-cta-final-title{margin:0;font-size:48px;font-weight:900;color:#fff;letter-spacing:-.01em}.startup-cta-final-text{margin:0;font-size:18px;color:#cbd5e1;line-height:1.7}.startup-footer{border-top:1px solid #e2e8f0;background:#fff}.startup-footer-inner{max-width:1280px;margin:0 auto;padding:48px 32px;display:flex;justify-content:space-between;align-items:center;gap:32px}.startup-footer-brand{display:flex;flex-direction:column;gap:8px}.startup-footer-logo{margin:0;font-weight:800;font-size:18px;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.startup-footer-tagline{margin:0;font-size:14px;color:#64748b}.startup-footer-links{display:flex;gap:24px}.startup-footer-link{color:#64748b;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.startup-footer-link:hover{color:#2563eb}@media(max-width:768px){.startup-header-inner{padding:12px 16px;flex-wrap:wrap;gap:12px}.startup-logo{flex-shrink:0}.startup-logo-text{font-size:16px}.startup-logo-beta{font-size:9px;padding:2px 6px}.startup-nav{gap:8px;flex-wrap:wrap;width:100%;justify-content:flex-end}.startup-nav-link{font-size:12px;padding:8px 12px;white-space:nowrap}.startup-nav-cta{padding:10px 20px;font-size:13px;width:100%;text-align:center;margin-top:4px}.startup-hero{padding:40px 16px}.startup-hero-badge{font-size:12px;padding:6px 12px}.startup-hero-title{font-size:32px;letter-spacing:-.01em}.startup-hero-subtitle{font-size:15px;line-height:1.6}.startup-cta-primary{width:100%;padding:16px 24px;font-size:16px}.startup-cta-primary.large{padding:18px 32px;font-size:18px}.startup-cta-note{font-size:13px}.startup-stats{flex-direction:column;gap:20px;padding:20px 16px}.startup-stat-value{font-size:28px}.startup-stat-label{font-size:12px}.startup-features,.startup-pricing,.startup-steps{padding:48px 16px}.startup-section-label{font-size:11px;padding:4px 10px}.startup-section-title{font-size:28px}.startup-section-description{font-size:15px;line-height:1.6}.startup-features-grid{grid-template-columns:1fr;gap:24px}.startup-feature-card{padding:24px 20px}.startup-feature-title{font-size:18px}.startup-feature-description{font-size:14px}.startup-pricing-grid{grid-template-columns:1fr;gap:24px}.startup-pricing-card{padding:32px 24px}.startup-pricing-name{font-size:18px}.startup-pricing-amount{font-size:40px}.startup-pricing-period{font-size:16px}.startup-pricing-features li{font-size:13px}.startup-steps-grid{grid-template-columns:1fr;gap:20px}.startup-step-card{padding:28px 24px}.startup-step-number{width:48px;height:48px;font-size:24px}.startup-step-text{font-size:14px}.startup-steps-note{font-size:13px}.startup-cta-final{padding:48px 16px}.startup-cta-final-title{font-size:28px}.startup-cta-final-text{font-size:15px}.startup-footer-inner{flex-direction:column;align-items:flex-start;padding:32px 16px;gap:24px}.startup-footer-logo{font-size:16px}.startup-footer-tagline{font-size:13px}.startup-footer-links{flex-direction:column;gap:12px;width:100%}.startup-footer-link{font-size:13px;padding:8px 0}}@media(max-width:480px){.startup-header-inner{padding:10px 12px}.startup-logo-text{font-size:14px}.startup-nav{gap:6px}.startup-nav-link{font-size:11px;padding:6px 10px}.startup-nav-cta{padding:12px 16px;font-size:14px}.startup-hero{padding:32px 12px}.startup-hero-title{font-size:28px}.startup-hero-subtitle{font-size:14px}.startup-stats{padding:16px 12px}.startup-features,.startup-pricing,.startup-steps{padding:40px 12px}.startup-section-container{gap:36px}.startup-section-title{font-size:24px}.startup-section-description{font-size:14px}.startup-feature-card{padding:20px 16px}.startup-pricing-card{padding:28px 20px}.startup-pricing-amount{font-size:36px}.startup-step-card{padding:24px 20px}.startup-cta-final{padding:40px 12px}.startup-cta-final-title{font-size:24px}.startup-footer-inner{padding:24px 12px}}.mobile-only-message{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,#f8fafc,#fff)}.mobile-message-content{max-width:480px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px;padding:40px 32px;background:#fff;border-radius:24px;box-shadow:0 18px 32px -18px #0f172a40}.mobile-logo{height:80px;width:auto;object-fit:contain}.mobile-message-content h1{margin:0;font-size:24px;font-weight:700;color:#0f172a;line-height:1.3}.mobile-message-content p{margin:0;font-size:16px;line-height:1.6;color:#475467}.mobile-message-content .button{width:100%;margin-top:8px}.mobile-message-content .button.primary{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-weight:600;box-shadow:0 4px 12px #2563eb4d}.mobile-message-content .button.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.mobile-message-content .button.primary:disabled{opacity:.6;cursor:not-allowed}.email-sent-message{padding:20px;background:linear-gradient(135deg,#2563eb1a,#7c3aed1a);border-radius:12px;border:2px solid rgba(37,99,235,.3);text-align:center;width:100%}.email-sent-message p{margin:0;font-size:16px;font-weight:600;color:#2563eb}.email-sent-note{margin-top:8px!important;font-size:14px!important;font-weight:400!important;color:#64748b!important}@media(max-width:480px){.mobile-message-content{padding:32px 24px}.mobile-logo{height:60px}.mobile-message-content h1{font-size:20px}.mobile-message-content p,.email-sent-message p{font-size:14px}}@keyframes pulse-glow{0%,to{box-shadow:0 8px 24px #10b9814d;transform:scale(1)}50%{box-shadow:0 8px 32px #10b98180;transform:scale(1.02)}}@media(max-width:767px){.startup-hero-cta>div[style*=pulse-glow]{flex-direction:row;padding:.75rem 1.25rem!important;font-size:.9375rem!important;gap:.5rem!important;max-width:95%;margin-left:auto;margin-right:auto}}@media(max-width:480px){.startup-hero-cta>div[style*=pulse-glow]{font-size:.875rem!important;padding:.625rem 1rem!important;flex-wrap:wrap}}.free-trial-banner{background:#fff;border-radius:16px;box-shadow:0 18px 32px -18px #0f172a40;padding:24px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.free-trial-banner.active{background:linear-gradient(135deg,#2563eb14,#3b82f61f);border:1px solid rgba(37,99,235,.2)}.free-trial-banner.exhausted{background:linear-gradient(135deg,#f59e0b14,#ef44441f);border:1px solid rgba(245,158,11,.2)}.banner-content{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.banner-icon{font-size:32px;line-height:1;flex-shrink:0}.banner-text{flex:1;min-width:0}.banner-title{margin:0 0 4px;font-size:18px;font-weight:700;color:#101828;line-height:1.4}.banner-description{margin:0;font-size:14px;color:#475467;line-height:1.5}.remaining-count{font-size:20px;font-weight:800;color:#2563eb}.badge-counter{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#2563eb1f;border:2px solid rgba(37,99,235,.3);border-radius:12px;padding:16px 20px;min-width:80px;flex-shrink:0}.counter-value{font-size:32px;font-weight:800;color:#1d4ed8;line-height:1}.counter-label{font-size:12px;color:#475467;margin-top:4px;font-weight:600}@media(max-width:640px){.free-trial-banner{padding:20px;flex-direction:column;align-items:stretch}.banner-content{flex-direction:column;align-items:flex-start;gap:12px}.banner-icon{font-size:28px}.banner-title{font-size:16px}.banner-description{font-size:13px}.remaining-count{font-size:18px}.badge-counter{align-self:center;padding:12px 16px}.counter-value{font-size:28px}.free-trial-banner .button{width:100%}}.web-solve-section{background:#fff;border-radius:16px;box-shadow:0 18px 32px -18px #0f172a40;padding:32px;display:flex;flex-direction:column;gap:20px}.web-solve-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.web-solve-header h2{margin:0;font-size:20px;font-weight:700;color:#101828}.web-solve-remaining-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#2563eb1a;color:#1d4ed8;font-size:13px;font-weight:600;border-radius:999px}.web-solve-dropzone{border:2px dashed #d0d5dd;border-radius:12px;padding:32px 24px;text-align:center;transition:border-color .2s ease,background .2s ease;cursor:default}.web-solve-dropzone.drag-over{border-color:#2563eb;background:#2563eb0a}.web-solve-dropzone-label{margin:0 0 8px;font-size:15px;font-weight:600;color:#1d2939}.web-solve-dropzone-hint{margin:0 0 16px;font-size:13px;color:#475467}.web-solve-dropzone-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.web-solve-file-name{margin:12px 0 0;font-size:13px;color:#475467}.web-solve-processing{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px}.web-solve-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:web-solve-spin .8s linear infinite}@keyframes web-solve-spin{to{transform:rotate(360deg)}}.web-solve-processing-label{margin:0;font-size:14px;font-weight:600;color:#1d2939}.web-solve-transcript-preview{margin-top:8px;padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;font-size:13px;color:#475467;max-height:120px;overflow-y:auto;white-space:pre-wrap;text-align:left;width:100%}.web-solve-result{display:flex;flex-direction:column;gap:16px}.web-solve-result h3{margin:0;font-size:16px;font-weight:700;color:#101828}.web-solve-result .correct-choice{border-color:#34d399;background:#ecfdf5}.web-solve-markdown{font-size:14px;line-height:1.7;color:#1f2937}.web-solve-markdown :where(p,ul,ol){margin:0 0 8px}.web-solve-markdown :where(p:last-child,ul:last-child,ol:last-child){margin-bottom:0}.web-solve-done-actions{display:flex;justify-content:center;padding-top:8px}.web-solve-disabled{text-align:center;padding:32px 24px;background:linear-gradient(135deg,#eff6ff,#f0f9ff);border-radius:12px;border:1px solid #bfdbfe}.web-solve-disabled-icon{font-size:40px;line-height:1;margin-bottom:12px}.web-solve-disabled-title{margin:0 0 8px;font-size:18px;font-weight:700;color:#1e3a8a}.web-solve-disabled-body{margin:0 0 20px;font-size:14px;line-height:1.7;color:#334155}.web-solve-disabled-perks{display:flex;justify-content:center;gap:24px;margin-top:16px;font-size:13px;color:#475569}.web-solve-remaining-badge.last-chance{background:#ef44441a;color:#dc2626;animation:web-solve-pulse 2s ease-in-out infinite}@keyframes web-solve-pulse{0%,to{opacity:1}50%{opacity:.6}}.web-solve-last-chance-warning{background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;padding:10px 16px;font-size:13px;font-weight:600;color:#991b1b;text-align:center}.web-solve-done-remaining{margin:0;text-align:center;font-size:13px;color:#475467}.web-solve-chrome-nudge{display:flex;align-items:center;gap:16px;background:#f0fdf4;border:1px solid #86efac;border-radius:12px;padding:16px 20px}.web-solve-chrome-nudge-icon{font-size:28px;flex-shrink:0}.web-solve-chrome-nudge-body{flex:1;min-width:0}.web-solve-chrome-nudge-body strong{display:block;font-size:14px;font-weight:700;color:#14532d;margin-bottom:4px}.web-solve-chrome-nudge-body p{margin:0;font-size:13px;color:#166534;line-height:1.5}.web-solve-chrome-nudge-btn{flex-shrink:0;white-space:nowrap}.web-solve-error{color:#dc2626;background:#fca5a533;padding:8px 12px;border-radius:8px;font-size:13px;margin:0}@media(max-width:768px){.web-solve-section{padding:24px 16px}.web-solve-header{flex-direction:column;align-items:flex-start;gap:8px}.web-solve-dropzone{padding:24px 16px}.web-solve-dropzone-buttons{flex-direction:column}.web-solve-dropzone-buttons .button{width:100%}.web-solve-disabled-perks{flex-direction:column;gap:8px}.web-solve-chrome-nudge{flex-direction:column;text-align:center;padding:16px}.web-solve-chrome-nudge-btn{width:100%}}*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #1D9BF0;--color-primary-dark: #0D8AE0;--color-secondary: #555555;--color-accent: #1D9BF0;--color-bg-light: #F0F8FF;--color-text-main: #333333;--color-text-muted: #666666}.lp-body{font-family:Zen Kaku Gothic New,sans-serif;-webkit-font-smoothing:antialiased;background-color:var(--color-bg-light);color:var(--color-text-main);line-height:1.7}.lp-outer{min-height:100vh;display:flex;justify-content:center;width:100%}.lp-inner{width:100%;max-width:100%;background:#fff;overflow-x:hidden;position:relative;display:flex;flex-direction:column;margin:0 auto}@media(min-width:1024px){.lp-inner{max-width:100%}}.lp-header{position:sticky;top:0;z-index:50;background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between;padding:.75rem}@media(min-width:480px){.lp-header{padding:.75rem 1rem}}@media(min-width:1024px){.lp-header{padding:1rem 2.5rem}}.lp-header-logo{display:flex;align-items:center;flex-shrink:0}.lp-header-logo-wide{display:none;height:32px;object-fit:contain}.lp-header-logo-icon{display:block;height:32px;object-fit:contain}@media(min-width:480px){.lp-header-logo-wide{display:block}.lp-header-logo-icon{display:none}}.lp-header-actions{display:flex;align-items:center;gap:.375rem;flex-shrink:0}@media(min-width:480px){.lp-header-actions{gap:.5rem}}.lp-header-login{font-size:.75rem;font-weight:700;padding:.375rem .5rem;color:#1f2937;background:none;border:none;cursor:pointer;white-space:nowrap;transition:color .2s}@media(min-width:480px){.lp-header-login{font-size:.875rem;padding:.375rem .75rem}}.lp-header-login:hover{color:var(--color-primary)}.lp-header-signup{background:linear-gradient(to right,#1d9bf0,#0d8ae0);color:#fff;font-weight:700;border-radius:9999px;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s;padding:.5rem .75rem;font-size:11px;white-space:nowrap}@media(min-width:480px){.lp-header-signup{padding:.5rem 1rem;font-size:.75rem}}.lp-header-signup:hover{box-shadow:0 20px 25px -5px #0000001a;transform:scale(1.05)}.lp-header-signup:disabled{opacity:.6;cursor:not-allowed;transform:none}.lp-hero{position:relative;padding:1.5rem 1rem 1rem;background:linear-gradient(to bottom,#f0f8ff,#fff);overflow:hidden}.lp-hero-bg-deco{position:absolute;top:2.5rem;left:1rem;color:#bfdbfe}.lp-hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;margin-top:.5rem}@media(min-width:1024px){.lp-hero-content{flex-direction:row-reverse;align-items:center;justify-content:space-between;max-width:64rem;margin:0 auto;gap:2.5rem;padding:2.5rem 0}}.lp-macbook-wrapper{position:relative;width:100%;max-width:500px;margin:.5rem auto 0;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(min-width:1024px){.lp-macbook-wrapper{width:50%;max-width:600px;margin-top:0}}.lp-macbook-video-layer{position:absolute;top:2%;left:9%;width:82%;height:87.5%;overflow:hidden;background:#000;z-index:0}.lp-macbook-video-layer video{width:100%;height:100%;object-fit:cover}.lp-macbook-frame{position:relative;z-index:10;width:100%;height:auto;filter:drop-shadow(0 25px 25px rgba(0,0,0,.15));pointer-events:none}.lp-text-slider{position:relative;margin-top:2rem;width:100%;display:flex;justify-content:center;min-height:85px}.lp-text-slide{position:absolute;transition:all .7s ease-in-out;font-size:24px;font-weight:900;color:#1f2937;line-height:1.625;text-align:center;letter-spacing:-.025em;display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%;padding:0 .5rem;white-space:nowrap}.lp-text-slide.active{opacity:1;transform:translateY(0);z-index:10}.lp-text-slide.hidden-up{opacity:0;transform:translateY(-1rem);z-index:0;pointer-events:none}.lp-text-slide.hidden-down{opacity:0;transform:translateY(1rem);z-index:0;pointer-events:none}.lp-slide-line-wrapper{position:relative;display:inline-block;z-index:10;width:fit-content;white-space:nowrap}.lp-slider-underline{position:absolute;bottom:0;left:0;height:6px;background:#fde047b3;border-radius:9999px;z-index:-1;width:0;transition:width 1s cubic-bezier(.22,1,.36,1)}.lp-slider-underline.line1{transition-delay:.4s}.lp-slider-underline.line2{transition-delay:1.2s}.lp-slider-underline.expanded{width:100%}@media(min-width:640px){.lp-text-slider{min-height:100px}.lp-text-slide{font-size:28px}}@media(min-width:768px){.lp-text-slider{min-height:120px}.lp-text-slide{font-size:32px}}@media(min-width:1024px){.lp-text-slider{justify-content:flex-start;min-height:150px;width:50%;margin-top:0}.lp-text-slide{font-size:34px;text-align:left;align-items:flex-start}}@media(min-width:1280px){.lp-text-slide{font-size:38px}}.lp-cta-section{padding:0 1rem 2rem;display:flex;flex-direction:column;align-items:center;background:#fff;position:relative;z-index:10}.lp-cta-btn{background:linear-gradient(to right,#1d9bf0,#0d8ae0);color:#fff;font-weight:700;border-radius:9999px;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s;width:16rem;padding:1rem;font-size:1.25rem;margin-bottom:2rem;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.lp-cta-btn{width:20rem;padding:1.25rem;font-size:1.5rem;margin-bottom:2.5rem}}.lp-cta-btn:hover{box-shadow:0 20px 25px -5px #0000001a;transform:scale(1.05)}.lp-cta-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.lp-checklist{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:280px}@media(min-width:768px){.lp-checklist{gap:.75rem;max-width:28rem}}@media(min-width:1024px){.lp-checklist{flex-direction:row;gap:1.5rem;max-width:none;width:max-content}}.lp-checklist-item{display:flex;align-items:center;justify-content:center;gap:.5rem}.lp-checklist-emoji{font-size:1.125rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}@media(min-width:768px){.lp-checklist-emoji{font-size:1.25rem}}@media(min-width:1024px){.lp-checklist-emoji{font-size:1.125rem}}.lp-checklist-text{font-weight:700;color:#1f2937;letter-spacing:.05em;font-size:.875rem;white-space:nowrap}@media(min-width:768px){.lp-checklist-text{font-size:1rem}}@media(min-width:1024px){.lp-checklist-text{font-size:.875rem}}.lp-logos-header{margin-top:2.5rem;margin-bottom:1.25rem;text-align:center;font-weight:700;color:#374151;font-size:.875rem;letter-spacing:.05em}@media(min-width:768px){.lp-logos-header{margin-top:3rem;font-size:1rem}}@media(min-width:1024px){.lp-logos-header{margin-top:4rem;font-size:1.125rem}}.lp-logos-container{width:100%;overflow:hidden;position:relative;display:flex;align-items:center;height:48px}@media(min-width:768px){.lp-logos-container{height:64px}}@media(min-width:1024px){.lp-logos-container{height:80px}}.lp-logos-fade-left{position:absolute;left:0;top:0;bottom:0;width:48px;background:linear-gradient(to right,white,transparent);z-index:10;pointer-events:none}@media(min-width:768px){.lp-logos-fade-left{width:80px}}@media(min-width:1024px){.lp-logos-fade-left{width:128px}}.lp-logos-fade-right{position:absolute;right:0;top:0;bottom:0;width:48px;background:linear-gradient(to left,white,transparent);z-index:10;pointer-events:none}@media(min-width:768px){.lp-logos-fade-right{width:80px}}@media(min-width:1024px){.lp-logos-fade-right{width:128px}}.lp-logos-track{display:flex;width:max-content;animation:lp-scroll 40s linear infinite}.lp-logos-set{display:flex;align-items:center;gap:2rem;padding:0 1rem}@media(min-width:768px){.lp-logos-set{gap:3rem;padding:0 1.5rem}}@media(min-width:1024px){.lp-logos-set{gap:4rem;padding:0 2rem}}.lp-logo-img{height:32px;width:auto;max-width:100px;object-fit:contain}@media(min-width:768px){.lp-logo-img{height:40px;max-width:120px}}@media(min-width:1024px){.lp-logo-img{height:48px;max-width:150px}}@keyframes lp-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.lp-problem-outer{background:#f3f4f6;width:100%;padding-top:3rem;margin-top:-3rem}@media(min-width:1024px){.lp-problem-outer{padding-top:5rem;margin-top:-5rem}}.lp-problem-section{padding:3rem 1rem 8rem;background:#1d9bf0;color:#fff;border-bottom-left-radius:8rem;border-bottom-right-radius:8rem;position:relative;display:flex;flex-direction:column;align-items:center;z-index:20}.lp-problem-title{font-size:1.5rem;font-weight:700;letter-spacing:.1em;margin-bottom:2.5rem}@media(min-width:768px){.lp-problem-title{font-size:1.75rem;margin-bottom:3rem}}@media(min-width:1024px){.lp-problem-title{font-size:1.875rem;margin-bottom:4rem}}.lp-problem-cards{width:100%;max-width:320px;display:flex;flex-direction:column;gap:1rem;position:relative;z-index:10}@media(min-width:768px){.lp-problem-cards{flex-direction:row;max-width:48rem;gap:1.5rem;justify-content:center}}@media(min-width:1024px){.lp-problem-cards{max-width:64rem;gap:2rem}}.lp-problem-card{background:#fff;color:#1f2937;border-radius:1rem;padding:1rem 1.5rem;box-shadow:0 20px 25px -5px #0000001a;text-align:center;font-weight:700;font-size:.875rem;position:relative;opacity:0;transform:translateY(1rem);transition:all 1s ease-out}.lp-problem-card.visible{opacity:1;transform:translateY(0)}@media(min-width:768px){.lp-problem-card{width:33.333%;font-size:.9375rem;padding:1.5rem}}@media(min-width:1024px){.lp-problem-card{font-size:1rem;padding:2rem 1.5rem}}.lp-problem-card-emoji{position:absolute;top:-12px;right:-12px;font-size:1.875rem;filter:drop-shadow(0 4px 3px rgba(0,0,0,.07))}@media(min-width:768px){.lp-problem-card-emoji{font-size:2.25rem;top:-20px;right:-12px}}@media(min-width:1024px){.lp-problem-card-emoji{font-size:3rem;top:-24px;right:-16px}}.lp-arrows-container{position:absolute;bottom:-5rem;display:flex;gap:.25rem;justify-content:center;width:100%;z-index:20}.lp-arrow-icon{width:4.5rem;height:7rem;filter:drop-shadow(0 4px 3px rgba(0,0,0,.07));opacity:0;transform:translateY(1rem);transition:all .7s ease-out}.lp-arrow-icon.visible{opacity:1;transform:translateY(0)}.lp-arrow-green{color:#86efac;transform:rotate(-12deg) translateY(1rem);margin-top:1rem}.lp-arrow-green.visible{transform:rotate(-12deg) translateY(0)}.lp-arrow-yellow{color:#fde047;transform:rotate(-6deg) translateY(1rem);margin-top:3rem}.lp-arrow-yellow.visible{transform:rotate(-6deg) translateY(0)}.lp-arrow-pink{color:#f472b6;transform:scaleX(-1) rotate(6deg) translateY(1rem)}.lp-arrow-pink.visible{transform:scaleX(-1) rotate(6deg) translateY(0)}.lp-solution-section{padding:6rem 1rem 4rem;background:#f3f4f6;position:relative;display:flex;flex-direction:column;align-items:center}@media(min-width:1024px){.lp-solution-section{padding:6rem 2rem 4rem}}.lp-solution-header{margin-bottom:2.5rem;text-align:center;z-index:10;margin-top:1rem;display:flex;flex-direction:column;align-items:center}@media(min-width:1024px){.lp-solution-header{text-align:left;align-items:flex-start}}.lp-solution-title{font-size:32px;font-weight:900;letter-spacing:.05em;margin-bottom:.5rem;line-height:1.4}@media(min-width:768px){.lp-solution-title{font-size:40px}}@media(min-width:1024px){.lp-solution-title{font-size:48px}}.lp-solution-title-blue{position:relative;display:inline-block;color:#1d9bf0;padding-bottom:.25rem}.lp-animated-underline{position:absolute;bottom:2px;left:0;height:4px;background:#fde047b3;border-radius:9999px;width:0;transition:width 1s ease-out}.lp-animated-underline.expanded{width:100%}.lp-solution-subtitle{font-size:1.25rem;font-weight:700;color:#374151;letter-spacing:.05em}@media(min-width:768px){.lp-solution-subtitle{font-size:1.5rem}}@media(min-width:1024px){.lp-solution-subtitle{font-size:1.875rem}}.lp-solution-logo{height:3rem;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));margin-top:1.5rem}@media(min-width:768px){.lp-solution-logo{height:4rem}}@media(min-width:1024px){.lp-solution-logo{height:5rem;margin-top:2rem}}.lp-solution-wrapper{width:100%;max-width:64rem;display:flex;flex-direction:column;align-items:center}@media(min-width:1024px){.lp-solution-wrapper{flex-direction:row;align-items:center;justify-content:space-between;gap:3rem}}.lp-solution-left{display:flex;flex-direction:column;align-items:center}@media(min-width:1024px){.lp-solution-left{width:50%;align-items:flex-start;order:0}}.lp-solution-right{display:contents}@media(min-width:1024px){.lp-solution-right{display:flex;flex-direction:column;width:50%;align-items:center}}.lp-desktop-only{display:none}@media(min-width:1024px){.lp-desktop-only{display:block}}.lp-mobile-only{display:block}@media(min-width:1024px){.lp-mobile-only{display:none}}.lp-chat-container{width:100%;max-width:340px;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media(min-width:768px){.lp-chat-container{max-width:440px}}@media(min-width:1024px){.lp-chat-container{max-width:480px;margin-bottom:0}}.lp-chat-user{display:flex;justify-content:flex-end;opacity:0;transform:translate(100%);transition:all 1.5s ease-out}.lp-chat-user.visible{opacity:1;transform:translate(0)}.lp-chat-ai{display:flex;justify-content:flex-start;opacity:0;transform:translate(-100%);transition:all 1.5s ease-out .8s}.lp-chat-ai.visible{opacity:1;transform:translate(0)}.lp-chat-bubble{background:#fff;box-shadow:0 4px 6px -1px #0000001a;padding:.75rem 1rem;max-width:90%;display:flex;gap:.75rem}.lp-chat-bubble-user{border-radius:1rem .125rem 1rem 1rem}.lp-chat-bubble-ai{border-radius:.125rem 1rem 1rem;max-width:95%}.lp-chat-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0;margin-top:.25rem}@media(min-width:768px){.lp-chat-avatar{width:40px;height:40px}}.lp-chat-text{font-size:13px;font-weight:700;color:#1f2937;flex:1}@media(min-width:768px){.lp-chat-text{font-size:14px}}@media(min-width:1024px){.lp-chat-text{font-size:15px}}.lp-chat-ai-text{font-size:13px;color:#1f2937;line-height:1.625;flex:1}.lp-chat-answer{font-weight:900;color:#ef4444;margin-bottom:.5rem}.lp-chat-section-title{font-weight:700;color:#1d9bf0;border-bottom:1px solid #f3f4f6;padding-bottom:.25rem;margin-bottom:.5rem}.lp-chat-bold{font-weight:700;margin-bottom:.25rem}.lp-chat-list{font-size:12px;color:#4b5563;list-style:disc;padding-left:1rem;display:flex;flex-direction:column;gap:.375rem}.lp-chat-question-text{margin-bottom:.5rem}.lp-chat-question-word{font-weight:900;text-align:center;font-size:1.125rem;margin-bottom:.5rem}.lp-chat-options{display:flex;flex-direction:column;gap:.25rem;margin-left:.25rem;font-size:.75rem}.lp-solution-cta-box{width:100%;max-width:340px;background:#0d8ae0;color:#fff;border-radius:2rem;padding:1.5rem;text-align:center;box-shadow:0 10px 15px -3px #0000001a;position:relative;overflow:hidden}.lp-noise-overlay{position:absolute;inset:0;opacity:.1;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox=%220 0 200 200%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cfilter id=%22noiseFilter%22%3E%3CfeTurbulence type=%22fractalNoise%22 baseFrequency=%220.65%22 numOctaves=%223%22 stitchTiles=%22stitch%22/%3E%3C/filter%3E%3Crect width=%22100%25%22 height=%22100%25%22 filter=%22url(%23noiseFilter)%22/%3E%3C/svg%3E")}.lp-solution-cta-inner{position:relative;z-index:10}.lp-solution-cta-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;letter-spacing:.05em}.lp-animated-underline-yellow{position:absolute;bottom:2px;left:0;height:4px;background:#fde047;border-radius:9999px;width:0;transition:width 1s ease-out}.lp-animated-underline-yellow.expanded{width:100%}.lp-solution-cta-desc{font-size:.75rem;font-weight:500;opacity:.9;margin-bottom:1.5rem;line-height:1.625}.lp-solution-cta-button{background:#fff;color:#1d9bf0;font-weight:700;padding:.75rem 2rem;border-radius:9999px;border:2px solid transparent;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;width:100%;display:flex;align-items:center;justify-content:center;transition:all .3s}.lp-solution-cta-button:hover{background:transparent;color:#fff;border-color:#fff}.lp-solution-cta-button:disabled{opacity:.6;cursor:not-allowed}.lp-pricing-section{padding:4rem 1rem 1rem;background:#f8faff;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden}@media(min-width:1024px){.lp-pricing-section{padding-top:4rem}}.lp-pricing-deco-left{position:absolute;top:2.5rem;left:0}.lp-pricing-deco-right{position:absolute;top:5rem;right:-1.5rem;color:#4ade80}.lp-pricing-header{text-align:center;z-index:10;margin-bottom:1rem;margin-top:1rem}.lp-pricing-title{font-size:32px;font-weight:900;color:#111827;letter-spacing:.05em;margin-bottom:.5rem;line-height:1.4}@media(min-width:768px){.lp-pricing-title{font-size:38px}}@media(min-width:1024px){.lp-pricing-title{font-size:46px;margin-bottom:1rem}}.lp-pricing-title-blue{color:#1d9bf0}.lp-pricing-subtitle{font-size:13px;color:#4b5563;font-weight:700;padding:0 .5rem}@media(min-width:768px){.lp-pricing-subtitle{font-size:16px;margin-top:1rem}}@media(min-width:1024px){.lp-pricing-subtitle{font-size:18px}}.lp-pricing-cards-container{position:relative;width:100%;max-width:400px;height:360px;margin-top:1rem;z-index:10;margin-left:auto;margin-right:auto}@media(min-width:768px){.lp-pricing-cards-container{max-width:36rem;height:400px}}@media(min-width:1024px){.lp-pricing-cards-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;max-width:56rem;height:auto;margin-top:2.5rem}}.lp-pricing-card{position:absolute;background:#fff;border-radius:1.5rem;padding:1rem;display:flex;flex-direction:column;gap:0;opacity:0;transform:scale(.75);transition:all 1s cubic-bezier(.25,1,.5,1)}.lp-pricing-card.visible{opacity:1;transform:scale(1)}.lp-pricing-card-1day{top:0;left:-1rem;width:220px;box-shadow:0 20px 25px -5px #0000001a;border:2px solid #fb7185;z-index:10}.lp-pricing-card-1day.visible{transform:scale(1) rotate(-8deg)}.lp-pricing-card-1week{top:80px;right:-1rem;width:230px;box-shadow:0 25px 50px -12px #00000040;border:2px solid #1D9BF0;z-index:20}.lp-pricing-card-1week.visible{transform:scale(1) rotate(6deg)}.lp-pricing-card-monthly{top:170px;left:1rem;width:220px;box-shadow:0 20px 25px -5px #0000001a;border:2px solid #34d399;z-index:30}.lp-pricing-card-monthly.visible{transform:scale(1) rotate(-5deg)}.lp-pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);font-size:10px;font-weight:700;padding:2px 12px;border-radius:9999px;white-space:nowrap;box-shadow:0 1px 2px #0000000d;color:#fff}.lp-pricing-badge-red{background:#ef4444}.lp-pricing-badge-blue{background:#1d9bf0}.lp-pricing-badge-green{background:#10b981}.lp-pricing-card-title{text-align:center;font-size:1.125rem;font-weight:900;color:#1f2937;margin-bottom:.5rem;margin-top:.25rem;letter-spacing:.05em}.lp-pricing-price-row{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-bottom:.25rem}.lp-pricing-old-price{display:flex;flex-direction:column;align-items:flex-end}.lp-pricing-strikethrough{color:#9ca3af;text-decoration:line-through;font-size:10px;font-weight:700;line-height:1;margin-bottom:2px}.lp-pricing-yen{color:#4b5563;font-weight:700;font-size:.75rem;line-height:1}.lp-pricing-amount{font-size:1.875rem;font-weight:900;color:#111827;line-height:1}.lp-pricing-period{color:#6b7280;font-size:10px;align-self:flex-end;margin-bottom:2px}.lp-pricing-daily{text-align:center;font-size:9px;font-weight:700;margin-top:2px}.lp-pricing-daily-blue{color:#1d9bf0}.lp-pricing-daily-green{color:#10b981}.lp-pricing-desc{text-align:center;font-size:10px;color:#6b7280;font-weight:700;margin-bottom:.25rem;margin-top:.25rem}.lp-pricing-star{position:absolute;bottom:3rem;left:-1rem;width:4rem;height:4rem;color:#fb923c;z-index:10;transform:rotate(-12deg)}@media(min-width:1024px){.lp-pricing-card{position:relative;top:auto;left:auto;right:auto}.lp-pricing-card-1day{width:260px}.lp-pricing-card-1day.visible{transform:scale(1)}.lp-pricing-card-1week{width:280px;margin-top:-1.5rem;margin-bottom:1.5rem;padding:1.5rem}.lp-pricing-card-1week.visible{transform:scale(1)}.lp-pricing-card-monthly{width:260px}.lp-pricing-card-monthly.visible{transform:scale(1)}.lp-pricing-card:hover{transform:scale(1.1)!important;z-index:50}.lp-pricing-star{display:none}}.lp-guidebook-section{width:100%;padding:.5rem 1rem 1rem;background:#f8faff;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden;z-index:20}.lp-guidebook-card{width:100%;max-width:340px;background:#0ea5e9;border-radius:2rem;padding:1.5rem 1.5rem 2rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 10px 15px -3px #0000001a;position:relative;overflow:hidden}@media(min-width:768px){.lp-guidebook-card{max-width:36rem;padding:2rem}}@media(min-width:1024px){.lp-guidebook-card{max-width:56rem;flex-direction:row;align-items:center;justify-content:space-between;padding:2.5rem}}.lp-guidebook-left{display:flex;flex-direction:column;align-items:center;text-align:center}@media(min-width:1024px){.lp-guidebook-left{width:50%;align-items:flex-start;text-align:left}}.lp-guidebook-deco1{position:absolute;top:2rem;left:-1.5rem;width:6rem;height:1.5rem;background:#fff3;transform:rotate(45deg);border-radius:9999px;filter:blur(1px)}.lp-guidebook-deco2{position:absolute;bottom:2.5rem;right:-1.5rem;width:8rem;height:8rem;background:#38bdf880;border-radius:50%;filter:blur(16px)}.lp-guidebook-label{color:#fff;font-weight:700;font-size:.875rem;margin-bottom:.5rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));position:relative;z-index:10}.lp-guidebook-title{color:#fff;font-weight:900;font-size:22px;text-align:center;line-height:1.375;margin-bottom:1.5rem;filter:drop-shadow(0 4px 3px rgba(0,0,0,.07));position:relative;z-index:10;letter-spacing:.05em}.lp-guidebook-glass{width:100%;background:#ffffff4d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:1rem;padding:1rem;box-shadow:inset 0 2px 4px #0000000f;border:1px solid rgba(255,255,255,.4);position:relative;z-index:10;margin-bottom:2rem}@media(min-width:768px){.lp-guidebook-glass{padding:1.5rem}}@media(min-width:1024px){.lp-guidebook-glass{width:45%;margin-bottom:0}}.lp-guidebook-inner{background:#fff;border-radius:.75rem;padding:1.25rem;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.lp-guidebook-shape-yellow{position:absolute;right:-1.5rem;top:1rem;width:5rem;height:7rem;background:#facc15;border-radius:2rem;transform:rotate(35deg)}.lp-guidebook-shape-pink{position:absolute;right:-1rem;bottom:-1.5rem;width:5rem;height:5rem;background:#ec4899;border-radius:50%}.lp-guidebook-content{position:relative;z-index:10}.lp-guidebook-content-title{font-size:22px;font-weight:700;color:#1f2937;margin-bottom:1.25rem}.lp-guidebook-stats{display:flex;gap:1rem}.lp-guidebook-stat-label{font-size:9px;color:#9ca3af;font-weight:700;margin-bottom:2px}.lp-guidebook-stat-value{font-size:22px;font-weight:900;color:#111827;line-height:1;margin-top:.25rem;letter-spacing:-.025em}.lp-guidebook-stat-unit{font-size:.75rem;font-weight:700;margin-left:2px;letter-spacing:0}.lp-guidebook-btn-wrapper{width:100%;max-width:260px;position:relative;z-index:10}.lp-guidebook-btn{background:#fff;color:#1d9bf0;font-weight:700;padding:.75rem 2rem;border-radius:9999px;border:2px solid transparent;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s;text-decoration:none}.lp-guidebook-btn:hover{background:transparent;color:#fff;border-color:#fff}.lp-guidebook-btn svg{width:20px;height:20px}.lp-dashboard-section{padding:3rem 1rem 5rem;background:#f8faff;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden}.lp-dashboard-layout{display:flex;flex-direction:column;align-items:center;width:100%;position:relative;z-index:10}@media(min-width:1024px){.lp-dashboard-layout{flex-direction:row;align-items:center;justify-content:center;max-width:64rem;gap:4rem}}.lp-dashboard-deco{position:absolute;top:-2.5rem;left:-2.5rem;width:12rem;height:16rem;color:#1d9bf0;opacity:.4;z-index:0;pointer-events:none}.lp-dashboard-imac{width:100%;max-width:340px;display:flex;justify-content:center;align-items:center;position:relative;z-index:10}@media(min-width:768px){.lp-dashboard-imac{max-width:450px}}@media(min-width:1024px){.lp-dashboard-imac{max-width:500px;width:50%}}.lp-dashboard-imac img{width:100%;height:auto;filter:drop-shadow(0 20px 25px rgba(0,0,0,.15))}.lp-dashboard-info-box{width:100%;max-width:340px;background:#0d8ae0;color:#fff;border-radius:2rem;padding:2rem 1.5rem;text-align:center;box-shadow:0 10px 15px -3px #0000001a;position:relative;overflow:hidden;margin-top:1rem;z-index:20}@media(min-width:768px){.lp-dashboard-info-box{max-width:28rem;padding:2rem}}@media(min-width:1024px){.lp-dashboard-info-box{max-width:28rem;width:50%;text-align:left;padding:2.5rem;margin-top:0}}.lp-dashboard-info-inner{position:relative;z-index:10}.lp-dashboard-info-title{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;letter-spacing:.05em}@media(min-width:768px){.lp-dashboard-info-title{font-size:1.25rem}}@media(min-width:1024px){.lp-dashboard-info-title{font-size:1.5rem;text-align:left}}.lp-animated-underline-yellow-dash{position:absolute;bottom:2px;left:0;height:4px;background:#fde047;border-radius:9999px;width:0;transition:width 1s ease-out}.lp-animated-underline-yellow-dash.expanded{width:100%}.lp-dashboard-info-desc{font-size:.875rem;font-weight:500;opacity:.9;line-height:1.625}@media(min-width:768px){.lp-dashboard-info-desc{font-size:1rem}}@media(min-width:1024px){.lp-dashboard-info-desc{text-align:left}}.lp-testimonial-section{padding:4rem 0 1.5rem;background:#fff;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden}@media(min-width:1024px){.lp-testimonial-section{padding-top:4rem;padding-bottom:1.5rem}}.lp-testimonial-bg-blob1{position:absolute;top:0;right:-10%;width:18rem;height:18rem;background:#1d9bf01a;border-radius:50%;filter:blur(48px);pointer-events:none;z-index:0}.lp-testimonial-bg-blob2{position:absolute;bottom:2.5rem;left:-10%;width:16rem;height:16rem;background:#fef08a33;border-radius:50%;filter:blur(48px);pointer-events:none;z-index:0}.lp-testimonial-quote{position:absolute;left:-20px;top:1.5rem;color:#1d9bf0;opacity:.4;pointer-events:none;z-index:0;transform:rotate(-6deg)}.lp-testimonial-title-row{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2.5rem;position:relative;padding:0 1rem;width:100%}.lp-testimonial-title{font-size:1.5rem;font-weight:900;color:#111827;letter-spacing:.05em;position:relative;z-index:10;width:100%;text-align:center}@media(min-width:768px){.lp-testimonial-title{font-size:1.75rem}}@media(min-width:1024px){.lp-testimonial-title{font-size:1.875rem}}.lp-testimonial-stack{position:relative;width:100%;max-width:340px;height:320px;margin:0 auto;z-index:10;margin-top:1.5rem;margin-bottom:3rem;perspective:1000px}@media(min-width:768px){.lp-testimonial-stack{max-width:36rem;height:360px}}@media(min-width:1024px){.lp-testimonial-stack{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:64rem;height:auto;margin-bottom:5rem;perspective:none}}.lp-testimonial-card{position:absolute;inset:0;width:100%;height:280px;background:linear-gradient(to bottom right,#fde1cd,#f4a8c8,#cd9bf4);border-radius:2rem;padding:1.5rem;box-shadow:0 25px 50px -12px #00000040;border:4px solid white;display:flex;flex-direction:column;transition:all .5s;transform-origin:bottom center;-webkit-user-select:none;user-select:none;cursor:pointer}.lp-testimonial-card.top{z-index:30;transform:scale(1) translateY(0) rotate(0);opacity:1;cursor:grab;pointer-events:auto}.lp-testimonial-card.second{z-index:20;transform:scale(.95) translateY(20px) rotate(-2deg);opacity:.9;pointer-events:none}.lp-testimonial-card.third{z-index:10;transform:scale(.9) translateY(40px) rotate(2deg);opacity:.4;pointer-events:none}.lp-testimonial-card.bottom{z-index:0;transform:scale(.85) translateY(40px);opacity:0;pointer-events:none}.lp-testimonial-card.dragging{cursor:grabbing;transition:none}@media(min-width:768px){.lp-testimonial-card{height:320px;padding:2rem}.lp-testimonial-avatar{width:64px;height:64px}.lp-testimonial-name{font-size:1.25rem}.lp-testimonial-school{font-size:13px}.lp-testimonial-text{font-size:15px}}@media(min-width:1024px){.lp-testimonial-card{position:relative;inset:auto;width:100%;height:auto;opacity:1;transform:none;cursor:default;transition:transform .3s;pointer-events:auto}.lp-testimonial-card:hover{transform:translateY(-.5rem)}.lp-testimonial-card.top,.lp-testimonial-card.second,.lp-testimonial-card.third,.lp-testimonial-card.bottom{position:relative;inset:auto;opacity:1;transform:none;pointer-events:auto;z-index:auto}.lp-testimonial-card.top:hover,.lp-testimonial-card.second:hover,.lp-testimonial-card.third:hover,.lp-testimonial-card.bottom:hover{transform:translateY(-.5rem)}.lp-testimonial-icon-sticker,.lp-testimonial-swipe-hint{display:none}}.lp-testimonial-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.lp-testimonial-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid white;box-shadow:0 4px 6px -1px #0000001a}.lp-testimonial-name{font-weight:900;color:#1e3a8a;font-size:17px}.lp-testimonial-school{color:#312e81;font-weight:700;font-size:11px;margin-top:.25rem}.lp-testimonial-text{color:#312e81;font-size:13px;font-weight:700;line-height:1.625;flex:1}.lp-testimonial-icon-sticker{position:absolute;right:-1rem;bottom:8px;z-index:40;background:#f4e365;width:75px;height:75px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px #00000026;pointer-events:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.lp-testimonial-icon-sticker img{width:55px;height:55px;transform:rotate(-12deg);object-fit:contain}.lp-testimonial-swipe-hint{position:absolute;bottom:-2.5rem;width:100%;font-size:10px;color:#9ca3af;font-weight:700;letter-spacing:.1em;text-align:center;animation:pulse 2s ease-in-out infinite;z-index:40}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.lp-faq-section{padding:2.5rem 1rem 6rem;background:#f0f8ff;position:relative;display:flex;flex-direction:column;align-items:center}.lp-faq-title-row{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:2.5rem}.lp-faq-title{font-size:1.875rem;font-weight:900;color:#111827;letter-spacing:.05em;position:relative;z-index:10}@media(min-width:768px){.lp-faq-title{font-size:2rem}}@media(min-width:1024px){.lp-faq-title{font-size:2.25rem}}.lp-faq-deco{position:absolute;right:-1.5rem;top:-1rem;width:4rem;height:4rem;color:#fef08a;z-index:0;opacity:.8;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.lp-faq-list{width:100%;max-width:340px;background:#fff;border-radius:1.5rem;padding:.5rem;box-shadow:0 20px 25px -5px #0000001a;position:relative;z-index:10}@media(min-width:768px){.lp-faq-list{max-width:42rem}}@media(min-width:1024px){.lp-faq-list{max-width:48rem}}.lp-faq-inner{display:flex;flex-direction:column;padding:0 1rem .5rem}@media(min-width:768px){.lp-faq-inner{padding:0 1.5rem .5rem}}@media(min-width:1024px){.lp-faq-inner{padding:0 2rem 1rem}}.lp-faq-item{border-bottom:1px solid #f3f4f6}.lp-faq-item:last-child{border-bottom:none}.lp-faq-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;text-align:left;background:none;border:none;cursor:pointer}.lp-faq-button-content{display:flex;align-items:center;gap:.75rem;flex:1;padding-right:1rem}.lp-faq-icon-circle{width:40px;height:40px;border-radius:50%;background:linear-gradient(to bottom right,#8b5cf6,#d946ef);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 2px #0000000d}.lp-faq-icon-circle svg{width:20px;height:20px}@media(min-width:768px){.lp-faq-icon-circle{width:48px;height:48px}.lp-faq-icon-circle svg{width:24px;height:24px}}.lp-faq-question-text{font-weight:700;color:#1f2937;font-size:.875rem;line-height:1.375}@media(min-width:768px){.lp-faq-question-text{font-size:1rem}}.lp-faq-chevron{width:20px;height:20px;color:#9ca3af;flex-shrink:0;transition:transform .3s}.lp-faq-item.active .lp-faq-chevron{transform:rotate(90deg)}.lp-faq-content{overflow:hidden;display:grid;transition:all .3s;grid-template-rows:0fr;opacity:0}.lp-faq-item.active .lp-faq-content{grid-template-rows:1fr;opacity:1}.lp-faq-content-inner{overflow:hidden}.lp-faq-answer{font-size:13px;color:#4b5563;padding-bottom:1.25rem;padding-left:3.25rem;padding-right:1rem;line-height:1.625}@media(min-width:768px){.lp-faq-answer{font-size:15px;padding-left:4.25rem}}.lp-bottom-cta{padding:4rem 1rem;background:#1d9bf0;color:#fff;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;text-align:center}@media(min-width:768px){.lp-bottom-cta{padding:5rem 1rem}}@media(min-width:1024px){.lp-bottom-cta{padding:6rem 1rem}}.lp-bottom-cta-noise{position:absolute;inset:0;opacity:.03;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox=%220 0 200 200%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cfilter id=%22noiseFilter%22%3E%3CfeTurbulence type=%22fractalNoise%22 baseFrequency=%220.8%22 numOctaves=%223%22 stitchTiles=%22stitch%22/%3E%3C/filter%3E%3Crect width=%22100%25%22 height=%22100%25%22 filter=%22url(%23noiseFilter)%22/%3E%3C/svg%3E")}.lp-bottom-cta-inner{position:relative;z-index:10;width:100%;display:flex;flex-direction:column;align-items:center}.lp-bottom-cta-title{font-size:1.875rem;font-weight:700;letter-spacing:.1em;line-height:1.4;margin-bottom:2rem}@media(min-width:768px){.lp-bottom-cta-title{font-size:2.25rem}}@media(min-width:1024px){.lp-bottom-cta-title{font-size:3rem;margin-bottom:3rem}.lp-bottom-cta-title br.mobile-only{display:none}}.lp-bottom-cta-checklist{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:280px;margin-bottom:2.5rem}@media(min-width:768px){.lp-bottom-cta-checklist{gap:.75rem;max-width:28rem}}@media(min-width:1024px){.lp-bottom-cta-checklist{flex-direction:row;gap:1.5rem;max-width:none;width:max-content;margin-bottom:3.5rem}}.lp-bottom-cta-check-item{display:flex;align-items:center;justify-content:center;gap:.5rem}.lp-bottom-cta-check-text{font-weight:700;letter-spacing:.05em;font-size:.875rem}.lp-bottom-cta-button{background:#fff;color:#1d9bf0;font-weight:700;padding:.75rem 2rem;border-radius:9999px;border:2px solid transparent;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;width:100%;max-width:280px;display:flex;align-items:center;justify-content:center;transition:all .3s}@media(min-width:768px){.lp-bottom-cta-button{max-width:340px;padding:1rem 3rem;font-size:1.125rem}}.lp-bottom-cta-button:hover{background:transparent;color:#fff;border-color:#fff}.lp-bottom-cta-button:disabled{opacity:.6;cursor:not-allowed}.lp-footer{background:#333;color:#fff;padding:3rem 2rem 2rem;display:flex;flex-direction:column;align-items:center}@media(min-width:1024px){.lp-footer{flex-direction:row;align-items:flex-start;justify-content:space-between;padding:3rem 6rem 2rem}}.lp-footer-logo{display:flex;align-items:center;margin-bottom:1.5rem}.lp-footer-logo img{height:2.5rem;object-fit:contain;opacity:.9;filter:brightness(0) invert(1)}.lp-footer-desc{font-size:.875rem;font-weight:500;opacity:.8;margin-bottom:2.5rem;letter-spacing:.05em;text-align:center}@media(min-width:1024px){.lp-footer-desc{text-align:left}}.lp-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem;font-size:.875rem;font-weight:500;opacity:.9;width:100%;max-width:340px;place-items:center}@media(min-width:1024px){.lp-footer-links{place-items:start;margin:0}}.lp-footer-link{color:#fff;text-decoration:none;white-space:nowrap;transition:color .2s}.lp-footer-link:hover{color:#1d9bf0}.lp-error{color:#dc2626;margin-top:.5rem;font-size:.875rem;text-align:center}.lp-consent-notice{margin-top:.5rem;font-size:.6875rem;color:#94a3b8;text-align:center}.lp-consent-notice a{color:#94a3b8;text-decoration:underline}@keyframes rainbow{0%{background-position:0% 0%}to{background-position:200% 0%}}.rainbow-text{background:linear-gradient(135deg,#ff6b6b,#facc15,#4ade80,#38bdf8,#c084fc,#ff6b6b,#facc15);background-size:200% auto;color:transparent;-webkit-background-clip:text;background-clip:text;animation:rainbow 8s linear infinite;display:inline-block;-webkit-text-stroke:.5px rgba(255,255,255,.6);text-shadow:0px 2px 4px rgba(0,0,0,.1)}.lp-how-to-use-section{padding:5rem 1rem 4rem;background:linear-gradient(to bottom,#fff,#f0f8ff);display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.lp-how-to-use-header{text-align:center;margin-bottom:3.5rem;position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:.5rem}.lp-how-to-use-title{font-size:1.5rem;font-weight:900;color:#111827;letter-spacing:.05em;line-height:1.4}.lp-how-to-use-subtitle{font-size:.875rem;color:#4b5563;font-weight:500}@media(min-width:768px){.lp-how-to-use-title{font-size:1.75rem}.lp-how-to-use-subtitle{font-size:1rem}}@media(min-width:1024px){.lp-how-to-use-title{font-size:1.875rem}}.lp-how-to-use-deco-left{position:absolute;top:10%;left:-20px;pointer-events:none;z-index:0}.lp-how-to-use-deco-right{position:absolute;top:40%;right:-20px;pointer-events:none;z-index:0}@media(min-width:768px){.lp-how-to-use-deco-left{left:5%}.lp-how-to-use-deco-right{right:5%}}.lp-steps-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1.5rem;width:100vw;padding-top:3rem;padding-bottom:4rem;padding-left:calc(50vw - min(40vw,160px));padding-right:calc(50vw - min(40vw,160px));overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;position:relative;z-index:10;-ms-overflow-style:none;scrollbar-width:none}.lp-steps-container::-webkit-scrollbar{display:none}.lp-steps-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:-1.5rem;margin-bottom:2rem;position:relative;z-index:15;width:100%}.lp-steps-dot{width:8px;height:8px;border-radius:50%;background-color:#cbd5e1;transition:all .3s ease;cursor:pointer}.lp-steps-dot.active{width:12px;height:12px;background-color:#3b82f6}@media(min-width:768px){.lp-steps-pagination{display:none}.lp-steps-container{width:100%;max-width:1200px;padding:0;flex-direction:row;gap:2rem;justify-content:center;overflow-x:visible}}.lp-step-card{background:#fff;border-radius:1.5rem;padding:2rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;position:relative;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;flex:0 0 80vw;max-width:320px;scroll-snap-align:center}@media(min-width:768px){.lp-step-card{flex:0 1 33.333%;max-width:none}}.lp-step-card-pink:hover{box-shadow:0 0 40px #fb718599,0 0 20px #fb718566}.lp-step-card-blue:hover{box-shadow:0 0 40px #1d9bf099,0 0 20px #1d9bf066}.lp-step-card-green:hover{box-shadow:0 0 40px #34d39999,0 0 20px #34d39966}.lp-step-number{background:linear-gradient(to right,#1d9bf0,#0d8ae0);color:#fff;font-weight:800;font-family:Outfit,sans-serif;padding:.35rem 1.5rem;border-radius:9999px;font-size:.875rem;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 6px -1px #1d9bf066;letter-spacing:.05em;border:4px solid white}.lp-step-card-emoji{position:absolute;top:-20px;right:-15px;font-size:2.5rem;filter:drop-shadow(0 4px 4px rgba(0,0,0,.15));z-index:20}@media(min-width:768px){.lp-step-card-emoji{font-size:3rem;top:-25px;right:-20px}}.lp-step-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;line-height:1.4;margin-top:0}.lp-step-note{font-size:.7rem;color:#9ca3af;margin:.25rem 0 0;font-weight:400}.lp-step-desc{font-size:.875rem;color:#475569;line-height:1.6}.lp-imac-wrapper{position:relative;width:100%;margin:.25rem auto 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.lp-imac-video-layer{position:absolute;top:4.8%;left:3.5%;width:93%;height:60%;overflow:hidden;background:#000;z-index:0;border-radius:4px}.lp-imac-video{width:100%;height:100%;object-fit:cover;display:block}.lp-imac-frame{position:relative;z-index:10;width:100%;height:auto;filter:drop-shadow(0 15px 20px rgba(0,0,0,.1));pointer-events:none}.admin-layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafc}.admin-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 24px}.admin-header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.admin-logo-section{display:flex;align-items:center;gap:16px}.admin-logo{height:48px;width:auto;object-fit:contain}.admin-title{font-size:20px;font-weight:700;color:#101828;margin:0}.admin-user-info{display:flex;align-items:center;gap:12px}.admin-user-email{font-size:14px;color:#475467}.admin-nav{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 24px}.admin-nav-tabs{max-width:1400px;margin:0 auto;display:flex;gap:8px}.admin-nav-tab{padding:12px 20px;background:transparent;border:none;border-bottom:2px solid transparent;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;transition:color .16s ease,border-color .16s ease}.admin-nav-tab:hover{color:#1d4ed8}.admin-nav-tab-active{color:#2563eb;border-bottom-color:#2563eb}.admin-main{max-width:1400px;margin:0 auto;padding:32px 24px;width:100%}.admin-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px;margin-bottom:24px}.admin-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.admin-card-title{font-size:18px;font-weight:700;color:#101828;margin:0}.admin-card-subtitle{font-size:14px;color:#64748b;margin:4px 0 0}.admin-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:24px}.admin-metric-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:20px}.admin-metric-label{font-size:13px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.admin-metric-value{font-size:32px;font-weight:700;color:#101828;margin:0}.admin-metric-secondary{font-size:14px;color:#64748b;margin-top:4px}.admin-table-container{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table thead{background:#f8fafc;border-bottom:1px solid #e2e8f0}.admin-table th{padding:12px 16px;text-align:left;font-weight:600;color:#475467;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.admin-table td{padding:16px;border-bottom:1px solid #f1f5f9;color:#101828}.admin-table tbody tr{transition:background-color .16s ease}.admin-table tbody tr:hover{background-color:#f8fafc}.admin-table-clickable{cursor:pointer}.admin-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:6px;border:none;font-weight:600;font-size:14px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.admin-button-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 12px -4px #2563eb66}.admin-button-primary:hover{transform:translateY(-1px);box-shadow:0 8px 16px -4px #2563eb80}.admin-button-secondary{background:#fff;color:#1d2939;box-shadow:inset 0 0 0 1px #d0d5dd}.admin-button-secondary:hover{background:#f8fafc}.admin-button-small{padding:6px 12px;font-size:13px}.admin-button:disabled{opacity:.5;cursor:not-allowed}.admin-status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.admin-status-badge.status-active{background:#d1fae5;color:#065f46}.admin-status-badge.status-trialing{background:#fef3c7;color:#92400e}.admin-status-badge.status-canceled,.admin-status-badge.status-none{background:#f1f5f9;color:#475467}.admin-status-badge.status-past_due,.admin-status-badge.status-incomplete{background:#fee2e2;color:#991b1b}.admin-loading{display:flex;align-items:center;justify-content:center;padding:48px;color:#64748b}.admin-error{background:#fee2e2;color:#991b1b;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px}.admin-detail-section{margin-bottom:32px}.admin-detail-section-title{font-size:16px;font-weight:700;color:#101828;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e2e8f0}.admin-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.admin-detail-item{display:flex;flex-direction:column;gap:4px}.admin-detail-label{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.admin-detail-value{font-size:15px;color:#101828;font-weight:500}.admin-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:24px;padding-top:16px;border-top:1px solid #e2e8f0}.admin-pagination-info{font-size:14px;color:#64748b}.admin-pagination-controls{display:flex;gap:8px}.admin-search-bar{display:flex;gap:12px;margin-bottom:24px}.admin-search-input{flex:1;padding:10px 16px;border-radius:8px;border:1px solid #d0d5dd;font-size:14px;font-family:inherit}.admin-search-input:focus{outline:2px solid #2563eb;border-color:transparent}.admin-cost-breakdown{display:flex;flex-direction:column;gap:12px}.admin-cost-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8fafc;border-radius:8px}.admin-cost-label{font-size:14px;color:#475467;font-weight:500}.admin-cost-value{font-size:14px;color:#101828;font-weight:700}.admin-cost-total{border-top:2px solid #e2e8f0;padding-top:12px;margin-top:8px}.admin-cost-total .admin-cost-label{font-size:15px;font-weight:700;color:#101828}.admin-cost-total .admin-cost-value{font-size:16px;color:#2563eb}.admin-logs-table{font-size:13px}.admin-logs-table th,.admin-logs-table td{padding:10px 12px}:root{--color-primary: #1D9BF0;--color-primary-dark: #0D8AE0;--color-secondary: #555555;--color-accent: #1D9BF0;--color-bg-light: #F0F8FF;--color-text-main: #333333;--color-text-muted: #666666;--color-border: #f3f4f6;--wt-primary: var(--color-primary);--wt-primary-dark: var(--color-primary-dark);--wt-bg-light: var(--color-bg-light);--wt-text-main: var(--color-text-main);--wt-text-muted: var(--color-text-muted)}.wt-page{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Zen Kaku Gothic New,Inter,system-ui,-apple-system,sans-serif;background-color:#fff;color:var(--wt-text-main);line-height:1.7;min-height:100vh}.wt-page *,.wt-page *:before,.wt-page *:after{box-sizing:border-box}.wt-page a{text-decoration:none}.font-logo{font-family:Outfit,sans-serif}.wt-hero-section{text-align:center;padding:3rem 1rem;background:linear-gradient(180deg,var(--wt-bg-light) 0%,#ffffff 100%)}@media(min-width:768px){.wt-hero-section{padding:5rem 1rem}}.wt-hero-eyebrow{font-size:.85rem;font-weight:700;color:#f59e0b;margin-bottom:1rem}@media(min-width:768px){.wt-hero-eyebrow{font-size:1rem}}.wt-hero-title{font-size:1.75rem;font-weight:900;color:var(--wt-text-main);line-height:1.3;margin-bottom:1.25rem}@media(min-width:768px){.wt-hero-title{font-size:2.25rem;line-height:1.2;margin-bottom:1.5rem}}@media(min-width:1024px){.wt-hero-title{font-size:2.75rem}}.wt-hero-subtitle{font-size:1.1rem;font-weight:700;color:var(--wt-primary);margin-bottom:2.5rem}@media(min-width:768px){.wt-hero-subtitle{font-size:1.25rem;margin-bottom:3.5rem}}.wt-hero-actions{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:1.5rem;margin-bottom:4rem}.wt-hero-action-item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.wt-hero-action-label{font-size:.95rem;font-weight:700;color:var(--wt-text-muted);line-height:1.5}.wt-hero-cta-button{color:#fff;display:inline-flex;align-items:center;justify-content:center;width:max-content;min-width:20rem;margin-bottom:0;min-height:4.5rem;padding-left:1.75rem;padding-right:1.75rem;text-align:center;white-space:nowrap}.wt-hero-cta-button-secondary{background:#fff;color:#6b7280;border:2px solid #8fd4ff;box-shadow:0 10px 15px -3px #8fd4ff47}.wt-hero-cta-button-secondary:hover{background:#f9fdff;color:#4b5563;border-color:#74c8fb;box-shadow:0 20px 25px -5px #8fd4ff52}.wt-btn-large{padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:800;border-radius:9999px;text-decoration:none;transition:transform .2s,box-shadow .2s;border:none;cursor:pointer;display:inline-block}.wt-btn-primary{background-color:var(--wt-primary);color:#fff}.wt-btn-white{background-color:#fff;color:var(--wt-primary);border:2px solid var(--wt-primary)}.wt-hero-stats{font-size:1.1rem;font-weight:700}.wt-hero-stats-number{font-size:2.5rem;color:var(--wt-primary);margin:0 .5rem}.wt-section-title{font-size:1.4rem;font-weight:900;text-align:center;margin-bottom:2rem;line-height:1.4}@media(min-width:768px){.wt-section-title{font-size:1.75rem;margin-bottom:3rem}}.wt-text-blue{color:var(--wt-primary)}.wt-text-orange{color:#f59e0b}.wt-troubles-section{padding:4rem 1rem;background-color:#fcfcfc}@media(min-width:768px){.wt-troubles-section{padding:6rem 1rem}}.wt-troubles-list{display:flex;flex-direction:column;gap:1.25rem;max-width:600px;margin:3rem auto}@media(min-width:640px){.wt-troubles-list{gap:1.5rem}}.wt-trouble-item{display:flex;align-items:center;justify-content:center;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;border:2px solid #bae6fd;position:relative;z-index:1}@media(min-width:640px){.wt-trouble-item{padding:2rem 3rem;border-radius:16px}}.wt-trouble-emoji-top-left{position:absolute;top:-.75rem;left:-.5rem;font-size:1.75rem;opacity:1;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}@media(min-width:640px){.wt-trouble-emoji-top-left{top:-1.5rem;left:-1.25rem;font-size:3.5rem}}.wt-trouble-emoji-bottom-right{position:absolute;bottom:-.75rem;right:-.5rem;font-size:1.75rem;opacity:1;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}@media(min-width:640px){.wt-trouble-emoji-bottom-right{bottom:-1.5rem;right:-1.25rem;font-size:3.5rem}}.wt-trouble-text{font-size:.95rem;font-weight:900;color:var(--wt-text-main);line-height:1.4;text-align:center}@media(min-width:640px){.wt-trouble-text{font-size:1.25rem;line-height:1.5}}.wt-solutions-section{padding:4rem 1.5rem 2rem;max-width:1100px;margin:0 auto}@media(min-width:768px){.wt-solutions-section{padding:6rem 1.5rem 3rem}}.wt-solution-block{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:4rem;text-align:center}.wt-solution-block:last-child{margin-bottom:0}@media(min-width:960px){.wt-solution-block{flex-direction:row;gap:4rem;margin-bottom:6rem;text-align:left}.wt-solution-block:last-child{margin-bottom:0}.wt-solution-block-reverse{flex-direction:row-reverse}}.wt-solution-card{flex:1;background:#fff;border:2px solid var(--wt-primary);border-radius:20px;padding:2.5rem;text-align:center;box-shadow:0 10px 30px #1d9bf014}.wt-solution-card h3{font-size:1.3rem;font-weight:800;margin-bottom:1.5rem}.wt-solution-card-time{margin-bottom:1.5rem}.wt-solution-card-time span{font-size:3rem;font-weight:900;color:var(--wt-primary)}.wt-solution-card-list{text-align:left;list-style:none;padding:0;margin-bottom:2rem}.wt-solution-card-list li{margin-bottom:.75rem;font-size:.95rem;font-weight:500}.wt-check-icon{color:var(--wt-primary);margin-right:.5rem;font-weight:900}.wt-solution-text{flex:1}.wt-solution-text-tag{color:var(--wt-text-muted);font-weight:700;margin-bottom:.5rem;display:block}.wt-solution-text h3{font-size:1.5rem;font-weight:900;margin-bottom:1rem}@media(min-width:768px){.wt-solution-text h3{font-size:2rem;margin-bottom:1.5rem}}.wt-solution-text p{font-size:.95rem;line-height:1.6;color:var(--wt-text-main)}@media(min-width:768px){.wt-solution-text p{font-size:1.05rem;line-height:1.8}}.wt-types-section{padding:6rem 1rem;background-color:var(--wt-bg-light)}.wt-types-grid{display:flex;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto}@media(max-width:768px){.wt-types-grid{flex-direction:column;align-items:center}}.wt-type-card{flex:1;background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center;border:2px solid var(--wt-primary);box-shadow:0 10px 30px #0000000d}.wt-btn-block{display:block;width:100%;padding:1rem;border-radius:12px;font-weight:800;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s}.wt-btn-green{background-color:#0d8a5e;color:#fff}@media(max-width:767px){.wt-hero-actions{gap:1.25rem}.wt-hero-action-item{width:100%}.wt-hero-cta-button{width:auto;min-width:0;font-size:1rem;padding-left:1.25rem;padding-right:1.25rem}}.wt-quick-page{background:radial-gradient(circle at top left,rgba(29,155,240,.14),transparent 32%),radial-gradient(circle at top right,rgba(13,138,224,.08),transparent 28%),linear-gradient(180deg,#f6fbff,#fff 42%)}.wt-quick-hero-section{padding:2rem 1rem 3rem}.wt-quick-hero-grid{max-width:1160px;margin:0 auto;display:grid;gap:1.5rem}.wt-quick-copy,.wt-quick-side-panel{background:#ffffffe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(29,155,240,.12);box-shadow:0 20px 60px #0f172a14}.wt-quick-copy{border-radius:36px;padding:2rem}.wt-quick-eyebrow{display:inline-flex;align-items:center;padding:.45rem .9rem;border-radius:999px;background:#1d9bf01a;color:var(--wt-primary);font-size:.82rem;font-weight:800;letter-spacing:.08em;margin-bottom:1rem}.wt-quick-title{font-size:2rem;line-height:1.25;font-weight:900;color:#111827;margin-bottom:1rem}.wt-quick-subtitle{font-size:1rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem}.wt-quick-chip-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.75rem}.wt-quick-chip{display:inline-flex;align-items:center;padding:.6rem .95rem;border-radius:999px;background:#eef7ff;color:#365472;font-size:.88rem;font-weight:700}.wt-quick-action-row{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.wt-quick-start-button{width:auto;min-width:min(100%,20rem);margin-bottom:0;white-space:nowrap}.wt-quick-back-link{color:#6b7280;font-size:.95rem;font-weight:700}.wt-quick-back-link:hover{color:#1f2937}.wt-quick-side-panel{border-radius:32px;padding:1.5rem}.wt-quick-panel-header{margin-bottom:1.25rem}.wt-quick-panel-tag{display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:999px;background:#111827;color:#fff;font-size:.76rem;font-weight:800;letter-spacing:.08em;margin-bottom:.85rem}.wt-quick-panel-title{font-size:1.35rem;line-height:1.4;font-weight:900;color:#111827}.wt-quick-feature-grid{display:grid;gap:.85rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:1rem}.wt-quick-feature-card{border-radius:24px;background:linear-gradient(180deg,#f9fcff,#eef7ff);border:1px solid rgba(29,155,240,.16);padding:1rem .9rem;text-align:center}.wt-quick-feature-value{font-size:1.5rem;line-height:1;font-weight:900;color:var(--wt-primary);margin-bottom:.5rem}.wt-quick-feature-label{font-size:.82rem;line-height:1.5;color:#4b5563;font-weight:700}.wt-quick-save-card,.wt-quick-next-card{border-radius:24px;padding:1.1rem 1.15rem}.wt-quick-save-card{display:flex;align-items:flex-start;gap:.9rem;background:#f8fafc;border:1px solid #dbe7f3;margin-bottom:1rem}.wt-quick-save-card.is-signed-in{background:#eefbf4;border-color:#b8e6c9}.wt-quick-save-icon{flex-shrink:0;min-width:3rem;padding:.45rem .5rem;border-radius:999px;background:#fff;color:var(--wt-primary);font-size:.74rem;font-weight:900;text-align:center;letter-spacing:.08em}.wt-quick-save-title{font-size:.98rem;font-weight:800;color:#111827;margin-bottom:.35rem}.wt-quick-save-text{font-size:.9rem;line-height:1.7;color:#4b5563}.wt-quick-next-card{background:linear-gradient(135deg,#1d9bf0,#0d8ae0);color:#fff}.wt-quick-next-eyebrow{font-size:.76rem;font-weight:800;letter-spacing:.08em;opacity:.78;margin-bottom:.65rem}.wt-quick-next-title{font-size:1.15rem;line-height:1.4;font-weight:900;margin-bottom:.6rem}.wt-quick-next-text{font-size:.92rem;line-height:1.7;opacity:.92;margin-bottom:1rem}.wt-quick-secondary-cta{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;width:100%;border:none;border-radius:999px;background:#fff;color:var(--wt-primary);font-size:.94rem;font-weight:800;cursor:pointer;text-align:center;padding:.75rem 1rem}.wt-quick-flow-section{max-width:1160px;margin:0 auto;padding:0 1rem 4.5rem}.wt-quick-flow-header{text-align:center;margin-bottom:1.5rem}.wt-quick-flow-eyebrow{color:var(--wt-primary);font-size:.82rem;font-weight:800;letter-spacing:.08em;margin-bottom:.55rem}.wt-quick-flow-title{font-size:1.8rem;line-height:1.3;font-weight:900;color:#111827;margin-bottom:.8rem}.wt-quick-flow-subtitle{max-width:42rem;margin:0 auto;font-size:.98rem;line-height:1.7;color:#4b5563}.wt-quick-flow-grid{display:grid;gap:1rem}.wt-quick-flow-card{background:#fff;border-radius:28px;border:1px solid rgba(29,155,240,.12);box-shadow:0 16px 40px #0f172a0f;padding:1.4rem}.wt-quick-flow-step{display:inline-flex;align-items:center;justify-content:center;min-width:3.1rem;height:2rem;border-radius:999px;background:#eff6ff;color:var(--wt-primary);font-size:.86rem;font-weight:900;margin-bottom:1rem}.wt-quick-flow-card-title{font-size:1.05rem;font-weight:900;color:#111827;margin-bottom:.55rem}.wt-quick-flow-card-text{font-size:.93rem;line-height:1.7;color:#4b5563}@media(min-width:960px){.wt-quick-hero-section{padding:3rem 1.5rem 4rem}.wt-quick-hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(360px,.85fr);align-items:stretch;gap:1.75rem}.wt-quick-copy{padding:3rem}.wt-quick-title{font-size:3rem}.wt-quick-subtitle{font-size:1.08rem}.wt-quick-side-panel{padding:1.75rem}.wt-quick-flow-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.wt-quick-title{font-size:1.7rem}.wt-quick-copy,.wt-quick-side-panel{border-radius:28px}.wt-quick-feature-grid{grid-template-columns:1fr}.wt-quick-start-button{min-width:0;width:100%}}.wt-practice-page{background-color:#f8fafc}.wt-header-search{flex:1;max-width:500px;margin:0 2rem;display:flex;gap:.5rem}.wt-search-input-wrapper{position:relative;flex:1}.wt-search-input-wrapper input{width:100%;padding:.6rem 1rem .6rem 2.5rem;border:1px solid #e2e8f0;border-radius:8px;background:#fcfcfc}.wt-btn-search{padding:0 1.25rem;background:var(--wt-bg-light);border:1px solid var(--wt-primary);color:var(--wt-primary);border-radius:8px;font-weight:700;cursor:pointer}.wt-practice-layout{display:flex;max-width:1200px;margin:3rem auto;gap:2.5rem;padding:0 1.5rem}.wt-practice-main{flex:1}.wt-practice-sidebar{width:300px}.wt-practice-header{border-bottom:3px solid var(--wt-text-main);padding-bottom:.75rem;margin-bottom:2.5rem;display:flex;justify-content:space-between;align-items:baseline}.wt-practice-header h1{font-size:1.75rem;font-weight:900}.wt-practice-banner{background:var(--wt-bg-light);border:2px solid var(--wt-primary);border-radius:12px;padding:2.5rem;margin-bottom:3rem}.wt-practice-special-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;margin-bottom:2.5rem;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000008}.wt-special-card-bar{position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--wt-primary)}.wt-practice-category-title{font-size:1.15rem;font-weight:800;border-bottom:2px solid var(--wt-primary);padding-bottom:.5rem;margin-bottom:1.25rem}.wt-practice-question-list a{color:var(--wt-primary);font-weight:600;text-decoration:none;display:flex;align-items:center;gap:.75rem;padding:.4rem 0}.wt-sidebar-widget{background:#fff;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:2rem;overflow:hidden}.wt-sidebar-title{background:#f8fafc;padding:1rem 1.25rem;font-weight:800;border-bottom:1px solid #e2e8f0}.wt-sidebar-accordion-header{background:#64748b;color:#fff;padding:.75rem 1.25rem;font-weight:800;font-size:.9rem}.wt-solution-cta-box-special{border-radius:4rem!important;max-width:none!important;flex:1;padding:1.5rem!important}@media(min-width:768px){.wt-solution-cta-box-special{padding:2.5rem!important}}.wt-solution-cta-box-white{background:#fff!important;color:var(--wt-text-main)!important;border:2px solid #0D8AE0;border-radius:4rem!important;max-width:none!important;flex:1;padding:1.5rem!important}@media(min-width:768px){.wt-solution-cta-box-white{padding:2.5rem!important}}.wt-solution-cta-box-white .lp-solution-cta-title{color:var(--wt-text-main)}.wt-solution-cta-box-white .lp-solution-cta-button{background:#0d8ae0!important;color:#fff!important}.wt-solution-cta-title-text{font-size:1.25rem;margin-bottom:1.5rem}@media(min-width:768px){.wt-solution-cta-title-text{font-size:1.5rem}}.wt-solution-cta-time{font-size:1.25rem;margin-bottom:1.5rem;font-weight:900;display:flex;align-items:baseline;justify-content:center;gap:2px}@media(min-width:768px){.wt-solution-cta-time{font-size:1.5rem}}.wt-solution-cta-time-number{font-size:4rem;line-height:1;letter-spacing:-.05em}@media(min-width:768px){.wt-solution-cta-time-number{font-size:5.5rem}}.wt-solution-cta-list{text-align:left;list-style:none;padding:0;margin:0 auto 1.5rem;font-size:.85rem;font-weight:500;display:inline-block}@media(min-width:768px){.wt-solution-cta-list{font-size:.95rem;margin:0 auto 2rem}}.wt-provided-by-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-bottom:1.5rem}@media(min-width:768px){.wt-provided-by-wrapper{flex-direction:row;align-items:flex-end;gap:12px;margin-bottom:1rem}}.wt-provided-by-logo{height:36px;object-fit:contain;display:block}@media(min-width:768px){.wt-provided-by-logo{height:48px}}.wt-provided-by-text{font-size:1.15rem;font-weight:900;color:var(--wt-text-main);letter-spacing:.05em;line-height:1}@media(min-width:768px){.wt-provided-by-text{font-size:1.5rem;margin-bottom:3.5px}}.wt-desktop-only{display:none}@media(min-width:1024px){.wt-desktop-only{display:block}}.wt-mobile-only{display:block}@media(min-width:1024px){.wt-mobile-only{display:none}}.wt-guidebook-section{width:100%;padding:4rem 1.5rem 6rem;background:#fff;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden;z-index:20}@media(min-width:768px){.wt-guidebook-section{padding:4rem 1.5rem 6rem}}.wt-guidebook-card{width:100%;max-width:340px;background:#0ea5e9;border-radius:2rem;padding:1.5rem 1.5rem 2rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 10px 15px -3px #0000001a;position:relative;overflow:hidden}@media(min-width:768px){.wt-guidebook-card{max-width:36rem;padding:2rem}}@media(min-width:1024px){.wt-guidebook-card{max-width:56rem;flex-direction:row;align-items:center;justify-content:space-between;padding:2.5rem}}.wt-guidebook-left{display:flex;flex-direction:column;align-items:center;text-align:center}@media(min-width:1024px){.wt-guidebook-left{width:50%;align-items:flex-start;text-align:left}}.wt-guidebook-deco1{position:absolute;top:2rem;left:-1.5rem;width:6rem;height:1.5rem;background:#fff3;transform:rotate(45deg);border-radius:9999px;filter:blur(1px)}.wt-guidebook-deco2{position:absolute;bottom:2.5rem;right:-1.5rem;width:8rem;height:8rem;background:#38bdf880;border-radius:50%;filter:blur(16px)}.wt-guidebook-label{color:#fff;font-weight:700;font-size:.875rem;margin-bottom:.5rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));position:relative;z-index:10}.wt-guidebook-title{color:#fff;font-weight:900;font-size:22px;text-align:center;line-height:1.375;margin-bottom:1.5rem;filter:drop-shadow(0 4px 3px rgba(0,0,0,.07));position:relative;z-index:10;letter-spacing:.05em}@media(min-width:1024px){.wt-guidebook-title{text-align:left;font-size:28px}}.wt-guidebook-glass{width:100%;background:#ffffff4d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:1rem;padding:1rem;box-shadow:inset 0 2px 4px #0000000f;border:1px solid rgba(255,255,255,.4);position:relative;z-index:10;margin-bottom:2rem}@media(min-width:768px){.wt-guidebook-glass{padding:1.5rem}}@media(min-width:1024px){.wt-guidebook-glass{width:45%;margin-bottom:0}}.wt-guidebook-inner{background:#fff;border-radius:.75rem;padding:1.25rem;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.wt-guidebook-shape-yellow{position:absolute;right:-1.5rem;top:1rem;width:5rem;height:7rem;background:#facc15;border-radius:2rem;transform:rotate(35deg)}.wt-guidebook-shape-pink{position:absolute;right:-1rem;bottom:-1.5rem;width:5rem;height:5rem;background:#ec4899;border-radius:50%}.wt-guidebook-content{position:relative;z-index:10}.wt-guidebook-content-title{font-size:22px;font-weight:700;color:#1f2937;margin-bottom:1.25rem}.wt-guidebook-stats{display:flex;gap:1rem}.wt-guidebook-stat-label{font-size:9px;color:#9ca3af;font-weight:700;margin-bottom:2px}.wt-guidebook-stat-value{font-size:22px;font-weight:900;color:#111827;line-height:1;margin-top:.25rem;letter-spacing:-.025em}.wt-guidebook-stat-unit{font-size:.75rem;font-weight:700;margin-left:2px;letter-spacing:0}.wt-guidebook-btn-wrapper{width:100%;max-width:260px;position:relative;z-index:10}.wt-guidebook-btn{background:#fff;color:#1d9bf0;font-weight:700;padding:.75rem 2rem;border-radius:9999px;border:2px solid transparent;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s;text-decoration:none}.wt-guidebook-btn:hover{background:transparent;color:#fff;border-color:#fff}.wt-guidebook-btn svg{width:20px;height:20px}.wt-simple-wrapper{padding:4rem 1rem;background-color:#fff}.wt-simple-container{max-width:650px;margin:0 auto;font-family:Zen Kaku Gothic New,sans-serif}.wt-simple-title-wrapper{margin-bottom:2rem;text-align:center}.wt-simple-title{font-size:1.6rem;font-weight:800;color:#333;display:inline-block;position:relative;letter-spacing:.05em;padding-bottom:.2rem}.wt-simple-title-line{display:inline}.wt-simple-title:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background-color:#5d9cec}.wt-simple-type-box{display:flex;align-items:center;justify-content:space-between;border:1px solid #d1d5db;border-radius:6px;padding:1.2rem 1.5rem;margin-bottom:1.2rem;background-color:#fff}.wt-simple-type-left{display:flex;align-items:center;gap:1rem}.wt-simple-type-label{font-size:.95rem;color:#4b5563;font-weight:700}.wt-simple-type-value{font-size:1.05rem;color:#333;font-weight:800}.wt-simple-type-action{color:#6b7280;font-size:.9rem;font-weight:700;cursor:pointer}.wt-simple-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.wt-simple-card{border:1px solid #d1d5db;border-radius:6px;background-color:#fff;padding:1.8rem 1rem;text-align:center;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:.3rem;transition:border-color .2s,box-shadow .2s;cursor:pointer}.wt-simple-card-button{width:100%;font-family:inherit;color:inherit}.wt-simple-card:hover{border-color:#5d9cec;box-shadow:0 4px 12px #5d9cec26}.wt-simple-card-title{color:#5d9cec;font-weight:800;font-size:1.15rem}.wt-simple-card-time{color:#4b5563;font-size:.9rem;font-weight:700}.wt-simple-note{text-align:center;color:#4b5563;font-size:.95rem;font-weight:700}.wt-diagnostic-gate-eyebrow{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .9rem;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:.82rem;font-weight:800;letter-spacing:.06em;margin-bottom:1rem}.wt-diagnostic-gate-text{max-width:34rem;margin:0 auto 1.5rem;color:#4b5563;font-size:.98rem;line-height:1.9}.wt-diagnostic-gate-text-plain{text-align:center}.wt-diagnostic-gate-card-grid{margin-bottom:1rem}.wt-diagnostic-gate-note{margin-bottom:1.4rem}.wt-simple-gate-actions{display:flex;flex-direction:column;align-items:center;gap:.9rem}.wt-simple-gate-button{margin-bottom:0;width:min(100%,24rem)}.wt-simple-gate-link{color:#6b7280;font-size:.95rem;font-weight:700}.wt-desktop-label{display:inline}.wt-mobile-label{display:none}.wt-simple-gate-link:hover{color:#1f2937}@media(max-width:640px){.wt-simple-title-line{display:block}.wt-simple-cards{grid-template-columns:1fr}.wt-desktop-label{display:none}.wt-mobile-label{display:inline}.wt-simple-gate-link,.wt-history-link-button{white-space:nowrap}}.wt-exam-page{min-height:100vh;background:#f2f2f2;color:#333}.wt-exam-timer-track{position:fixed;top:0;left:0;z-index:60;width:100%;height:8px;background:#d1d5db}.wt-exam-timer-fill{height:100%;transition:width 1s linear}.wt-timer-fill--ok{background:#34c759}.wt-timer-fill--warning{background:#ff9500}.wt-timer-fill--danger{background:#ff3b30}.wt-exam-shell{max-width:1400px;margin:0 auto;padding:24px 16px 16px}.wt-exam-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;background:#fff;border:1px solid #d1d5db;border-bottom:0}.wt-exam-topbar-left{display:flex;align-items:center;gap:16px;min-width:0}.wt-exam-chip{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:28px;padding:4px 10px;background:#004bb1;color:#fff;font-size:12px;font-weight:700;border-radius:2px}.wt-exam-type{min-width:0;font-size:15px;font-weight:700;color:#4b5563}.wt-exam-topbar-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;text-align:right}.wt-exam-status-time{font-size:14px;font-weight:700;color:#1f2937}.wt-exam-status-time--warning{color:#c2410c}.wt-exam-status-time--danger{color:#b91c1c}.wt-exam-status-meta{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;color:#6b7280}.wt-exam-progress-track{width:100%;height:2px;background:#cfd6df}.wt-exam-progress-fill{height:100%;background:#004bb1;transition:width .2s ease}.wt-exam-layout{display:flex;gap:16px;min-height:calc(100vh - 96px);padding-top:16px}.wt-exam-panel{display:flex;flex:1 1 0;min-width:0;flex-direction:column;background:#fff;border:1px solid #d1d5db;box-shadow:0 1px 3px #0000000f}.wt-exam-panel-header{padding:10px 16px;background:#e6e6e6;border-bottom:1px solid #d1d5db;font-size:14px;font-weight:700;color:#4b5563}.wt-exam-panel-body{flex:1;min-height:0;padding:24px;overflow-y:auto}.wt-exam-body-text{white-space:pre-wrap;font-size:14px;line-height:1.9;color:#333;font-weight:500}.wt-exam-prompt-box{margin-top:16px;padding:16px;background:#f9fafb;border:1px solid #e5e7eb;white-space:pre-wrap;font-size:16px;line-height:1.8;color:#111827}.wt-exam-answer-body{display:flex;flex:1;min-height:0;flex-direction:column}.wt-exam-choice-list{flex:1;min-height:0;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.wt-exam-choice{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:1px solid #d1d5db;background:#fff;color:#333;text-align:left;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.wt-exam-choice:hover:not(:disabled){background:#eff6ff;border-color:#93c5fd}.wt-exam-choice.is-selected{background:#eff6ff;border-color:#004bb1;box-shadow:inset 0 0 0 1px #004bb1}.wt-exam-choice:disabled{cursor:default}.wt-exam-choice-radio{position:relative;flex-shrink:0;width:16px;height:16px;border:2px solid #9ca3af;border-radius:999px;background:#fff}.wt-exam-choice-radio.is-selected{border-color:#004bb1}.wt-exam-choice-radio.is-selected:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:999px;background:#004bb1;transform:translate(-50%,-50%)}.wt-exam-choice-badge{flex-shrink:0;min-width:24px;font-size:14px;font-weight:700;color:#004bb1}.wt-exam-choice-text{font-size:14px;line-height:1.7;color:#333}.wt-exam-answer-footer{display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:16px;background:#f9f9f9;border-top:1px solid #d1d5db}.wt-exam-answer-warning{margin-right:auto;font-size:12px;color:#dc2626}.wt-exam-answer-warning--hidden{visibility:hidden}.wt-exam-next-button{min-width:128px;padding:10px 24px;border:none;border-radius:2px;background:#004bb1;color:#fff;font-size:14px;font-weight:700;box-shadow:0 1px 2px #00000014;cursor:pointer;transition:background-color .2s ease}.wt-exam-next-button:hover:not(:disabled){background:#003a8c}.wt-exam-next-button:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed}.wt-exam-mobile-meta{display:none}@media(max-width:960px){.wt-exam-topbar{padding:12px 16px}.wt-exam-topbar-right{display:none}.wt-exam-layout{min-height:auto;flex-direction:column;gap:12px}.wt-exam-panel{flex:none;min-height:auto}.wt-exam-panel-body,.wt-exam-choice-list{padding:20px;min-height:auto;overflow:visible}.wt-exam-answer-body{flex:none;min-height:auto}.wt-exam-choice-list{flex:none}.wt-exam-mobile-meta{display:flex;flex-wrap:wrap;gap:8px;padding:12px 4px 0}.wt-exam-mobile-meta-item{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;background:#fff;border:1px solid #d1d5db;font-size:12px;color:#4b5563}}@media(max-width:640px){.wt-exam-shell{padding:20px 12px 8px}.wt-exam-topbar{align-items:flex-start}.wt-exam-topbar-left{flex-direction:column;align-items:flex-start;gap:8px}.wt-exam-panel-body,.wt-exam-choice-list{padding:16px}.wt-exam-answer-footer{flex-direction:column;align-items:stretch;gap:8px;padding:12px 12px 10px}.wt-exam-answer-warning{margin-right:0;font-size:11px}.wt-exam-answer-warning--hidden{display:none}.wt-exam-next-button{width:100%;min-width:0}.wt-exam-mobile-meta{padding:6px 0 0}}.wt-result-page{min-height:100%;background:#f2f2f2;padding:24px 16px 48px}.wt-result-shell{max-width:1180px;margin:0 auto}.wt-result-summary-panel{background:#fff;border:1px solid #d1d5db;box-shadow:0 1px 3px #0000000f;padding:24px;margin-bottom:20px}.wt-result-summary-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.wt-result-kicker{font-size:12px;font-weight:800;letter-spacing:.08em;color:#004bb1;margin-bottom:8px}.wt-result-title{font-size:32px;font-weight:900;line-height:1.2;color:#111827;margin-bottom:8px}.wt-result-subtitle{font-size:14px;line-height:1.8;color:#4b5563}.wt-result-header-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.wt-result-tag{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid #d1d5db;background:#fff;font-size:12px;font-weight:700;color:#4b5563}.wt-result-score-card{border:1px solid #d1d5db;background:#f9fafb;padding:20px}.wt-result-score-label{font-size:12px;font-weight:800;letter-spacing:.08em;color:#6b7280;margin-bottom:10px}.wt-result-score-value{font-size:64px;line-height:1;font-weight:900;color:#004bb1;margin-bottom:8px}.wt-result-score-detail{font-size:16px;color:#111827;margin-bottom:20px}.wt-result-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wt-result-stat-card{border:1px solid #dbe3ec;background:#fff;padding:14px}.wt-result-stat-name{display:block;font-size:12px;color:#6b7280;margin-bottom:8px}.wt-result-stat-value{font-size:18px;line-height:1.4;color:#111827}.wt-result-primary-button,.wt-result-secondary-button{min-height:44px;padding:10px 16px;border-radius:2px;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.wt-result-primary-button{border:none;background:#004bb1;color:#fff}.wt-result-primary-button:hover{background:#003a8c}.wt-result-secondary-button{border:1px solid #004bb1;background:#fff;color:#004bb1}.wt-result-secondary-button:hover{background:#eff6ff}.wt-result-review-section{background:#fff;border:1px solid #d1d5db;box-shadow:0 1px 3px #0000000f;padding:24px}.wt-result-review-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.wt-result-review-title{font-size:24px;font-weight:900;line-height:1.3;color:#111827;margin-bottom:8px}.wt-result-review-subtitle{font-size:14px;line-height:1.8;color:#4b5563}.wt-result-review-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.wt-result-review-list{display:flex;flex-direction:column;gap:16px}.wt-result-review-footer{display:flex;justify-content:center;margin-top:24px}.wt-history-overview-card{border:1px solid #d1d5db;background:#f9fafb;padding:20px}.wt-history-overview-value{font-size:36px;line-height:1.3;font-weight:900;color:#004bb1;margin-bottom:8px}.wt-history-overview-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.wt-history-link-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.wt-history-empty-card{border:1px solid #d1d5db;background:#fafafa;padding:28px 24px;text-align:center}.wt-history-empty-title{font-size:24px;line-height:1.4;font-weight:900;color:#111827;margin-bottom:10px}.wt-history-empty-text{font-size:14px;line-height:1.8;color:#4b5563;margin-bottom:20px}.wt-history-card-list{display:flex;flex-direction:column;gap:16px}.wt-history-card{border:1px solid #d1d5db;background:#fafafa;padding:20px}.wt-history-insert-wrap{display:flex;justify-content:center;padding:6px 0}.wt-history-insert-card{max-width:420px}.wt-history-insert-button{text-decoration:none}.wt-history-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.wt-history-card-copy{display:flex;flex-direction:column;gap:10px}.wt-history-card-title{font-size:20px;line-height:1.4;font-weight:900;color:#111827}.wt-history-card-tags{display:flex;flex-wrap:wrap;gap:8px}.wt-history-card-date{min-width:180px;text-align:right}.wt-history-card-date-label{display:block;font-size:12px;color:#6b7280;margin-bottom:6px}.wt-history-card-date strong{font-size:14px;line-height:1.7;color:#111827}.wt-history-card-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.wt-history-card-stat{border:1px solid #dbe3ec;background:#fff;padding:14px}.wt-history-card-stat-label{display:block;font-size:12px;color:#6b7280;margin-bottom:8px}.wt-history-card-stat-value{font-size:16px;line-height:1.6;color:#111827}.wt-history-card-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:18px}.wt-history-missing-note{display:inline-flex;align-items:center;min-height:44px;font-size:13px;line-height:1.6;color:#6b7280}.wt-result-solution-intro{max-width:960px;margin:0 auto 28px;text-align:center;padding:0 16px}.wt-result-solution-kicker{font-size:12px;font-weight:800;letter-spacing:.1em;color:#1d9bf0;margin-bottom:8px}.wt-result-solution-heading{font-size:30px;line-height:1.3;font-weight:900;color:#111827;margin-bottom:10px}.wt-result-solution-description{font-size:14px;line-height:1.8;color:#4b5563}.wt-result-solution-subtitle span{display:inline}.wt-result-product-section{margin-top:20px;border:1px solid #bfdbfe;background:linear-gradient(180deg,#eff6ff,#fff);box-shadow:0 1px 3px #0000000f;overflow:hidden}.wt-result-product-shell{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:24px;padding:28px}.wt-result-product-copy{display:flex;flex-direction:column;align-items:flex-start}.wt-result-product-badge{display:inline-flex;align-items:center;min-height:30px;padding:6px 12px;border-radius:999px;background:#fff;border:1px solid #bfdbfe;font-size:12px;font-weight:800;letter-spacing:.08em;color:#004bb1;margin-bottom:16px}.wt-result-product-title{font-size:34px;line-height:1.35;font-weight:900;color:#111827;letter-spacing:-.02em;margin-bottom:12px}.wt-result-product-description{font-size:15px;line-height:1.9;color:#4b5563;margin-bottom:24px}.wt-result-product-checklist{display:flex;flex-direction:column;gap:12px;width:100%}.wt-result-product-check{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:18px;background:#ffffffe6;border:1px solid #dbeafe}.wt-result-product-check-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#1d9bf0;color:#fff;font-size:14px;font-weight:800;flex-shrink:0;margin-top:2px}.wt-result-product-check-title{font-size:15px;line-height:1.6;font-weight:800;color:#111827;margin-bottom:4px}.wt-result-product-check-text{font-size:13px;line-height:1.8;color:#4b5563}.wt-result-product-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px}.wt-result-product-primary{margin-bottom:0;width:auto;min-width:18rem}.wt-result-product-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 24px;border-radius:999px;border:1px solid #93c5fd;background:#fff;color:#4b5563;text-decoration:none;font-size:15px;font-weight:700;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.wt-result-product-secondary:hover{background:#eff6ff;border-color:#60a5fa;color:#1f2937}.wt-result-product-visual{display:flex;align-items:center}.wt-result-product-visual-card{width:100%;padding:24px;border-radius:28px;background:linear-gradient(135deg,#1d9bf0,#0d8ae0);color:#fff;box-shadow:0 24px 48px #1d9bf033}.wt-result-product-visual-kicker{font-size:12px;font-weight:800;letter-spacing:.08em;opacity:.88;margin-bottom:18px}.wt-result-product-visual-stat{display:flex;flex-direction:column;gap:4px;padding:16px 0;border-top:1px solid rgba(255,255,255,.24)}.wt-result-product-visual-stat:first-of-type{border-top:none;padding-top:0}.wt-result-product-visual-stat span{font-size:13px;font-weight:700;opacity:.88}.wt-result-product-visual-stat strong{font-size:20px;line-height:1.5;font-weight:900}.wt-result-review-card{border:1px solid #d1d5db;background:#fafafa;padding:18px}.wt-result-review-card.is-correct{border-left:4px solid #16a34a}.wt-result-review-card.is-timeout{border-left:4px solid #f59e0b}.wt-result-review-card:not(.is-correct):not(.is-timeout){border-left:4px solid #dc2626}.wt-result-review-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.wt-result-review-card-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.wt-result-question-number{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;background:#004bb1;color:#fff;font-size:12px;font-weight:700}.wt-result-question-category{font-size:13px;font-weight:700;color:#4b5563}.wt-result-judge{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;font-size:12px;font-weight:800}.wt-result-judge.is-correct{background:#dcfce7;color:#166534}.wt-result-judge.is-wrong{background:#fee2e2;color:#991b1b}.wt-result-judge.is-timeout{background:#fef3c7;color:#92400e}.wt-result-question-passage,.wt-result-question-text{white-space:pre-wrap;font-size:14px;line-height:1.9;color:#111827}.wt-result-question-passage{margin-bottom:12px}.wt-result-answer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.wt-result-answer-box{border:1px solid #dbe3ec;background:#fff;padding:14px}.wt-result-answer-box-label{display:block;font-size:12px;color:#6b7280;margin-bottom:8px}.wt-result-answer-box-text{font-size:14px;line-height:1.7;color:#111827}.wt-result-explanation-box{margin-top:16px;border:1px solid #dbe3ec;background:#fff;padding:16px}.wt-result-explanation-title{font-size:13px;font-weight:800;color:#004bb1;margin-bottom:8px}.wt-result-explanation-text{white-space:pre-wrap;font-size:14px;line-height:1.9;color:#333}@media(max-width:960px){.wt-result-answer-grid,.wt-result-product-shell,.wt-history-card-stats{grid-template-columns:1fr}}@media(max-width:640px){.wt-result-page{padding:16px 12px 32px}.wt-result-summary-panel,.wt-result-review-section{padding:16px}.wt-result-summary-header,.wt-result-review-card-head{flex-direction:column;align-items:flex-start}.wt-result-review-header{align-items:flex-start}.wt-result-header-tags{justify-content:flex-start}.wt-result-review-actions{width:100%;justify-content:stretch}.wt-result-review-actions .wt-result-primary-button,.wt-result-review-actions .wt-result-secondary-button{width:100%}.wt-history-overview-actions,.wt-history-card-actions{flex-direction:column}.wt-history-overview-actions .wt-result-primary-button,.wt-history-overview-actions .wt-history-link-button,.wt-history-card-actions .wt-history-link-button{width:100%}.wt-history-missing-note{min-height:0}.wt-history-card-head{flex-direction:column}.wt-history-card-date{min-width:0;text-align:left}.wt-history-insert-wrap{padding:2px 0}.wt-history-insert-card{max-width:none}.wt-result-product-shell{padding:20px 16px}.wt-result-solution-intro{margin-bottom:22px;padding:0 4px}.wt-result-solution-heading{font-size:clamp(.98rem,4.1vw,1.14rem);line-height:1.4;white-space:nowrap;letter-spacing:-.03em}.wt-result-solution-subtitle{line-height:1.45}.wt-result-solution-subtitle span{display:block}.wt-result-product-title{font-size:28px}.wt-result-product-actions{width:100%;flex-direction:column;align-items:stretch}.wt-result-product-primary,.wt-result-product-secondary{width:100%;min-width:0}.wt-result-review-footer .wt-result-secondary-button{width:100%}.wt-result-title{font-size:26px}.wt-result-score-value{font-size:52px}.wt-result-stat-grid{grid-template-columns:1fr}}
