@import"https://fonts.googleapis.com/css2?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}.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}.font-logo{font-family:Outfit,sans-serif}.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}}@media(min-width:640px){.lp-footer{align-items:flex-start}}.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:640px){.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:640px){.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}@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)}.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}
