:root{--bg-dark:#0f1729;--bg-dark-2:#1a2340;--bg-light:#f8f9fc;--bg-white:#fff;--text-primary:#0f1729;--text-secondary:#5a6178;--text-light:#8b92a8;--text-on-dark:#e2e5ef;--text-on-dark-muted:#8b92a8;--accent:#6c5ce7;--accent-light:#a29bfe;--accent-bg:#f0eeff;--accent-text:#4a3fc2;--green-text:#007b63;--orange-text:#9e6408;--green:#00b894;--green-bg:#e6f9f4;--orange:#f39c12;--orange-bg:#fef5e6;--red:#e74c3c;--red-bg:#fde8e6;--border:#e2e5ef;--shadow-sm:0 1px 3px rgba(15,23,41,.06);--shadow-md:0 4px 16px rgba(15,23,41,.08);--shadow-lg:0 12px 40px rgba(15,23,41,.12);--radius:12px;--radius-sm:8px;--radius-xs:6px;--font-primary:"Inter",sans-serif;--blue-bg:#e8f0fe;--green-light-bg:#e8f5e9}.lucide{display:inline-block;height:1em;stroke-width:2;vertical-align:-.125em;width:1em}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-white);color:var(--text-primary);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;overflow-x:hidden}.site-nav{backdrop-filter:blur(16px);background:rgba(15,23,41,.95);border-bottom:1px solid hsla(0,0%,100%,.06);height:64px;justify-content:space-between;left:0;padding:0 40px;position:fixed;right:0;top:0;z-index:100}.site-nav,.site-nav__logo{align-items:center;display:flex}.site-nav__logo{color:#fff;font-size:20px;font-weight:700;gap:10px;text-decoration:none}.site-nav__logo>span{color:#fff;letter-spacing:-.5px}.site-nav__logo>span>span{color:var(--accent-light)}.site-nav__links{align-items:center;display:flex;gap:32px}.site-nav__links a{color:var(--text-on-dark-muted);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.site-nav__links a:hover{color:#fff}.site-nav__links a.site-nav__login{color:#fff;font-weight:600}.site-nav__links a.site-nav__login:hover{color:var(--accent-light)}.site-nav__links a.site-nav__cta{background:#5b4bd6;border-radius:var(--radius-sm);color:#fff;font-weight:600;padding:8px 20px}.site-nav__links a.site-nav__cta:hover{background:var(--accent);color:#fff}.site-nav__dropdown{position:relative}.site-nav__dropdown>a{align-items:center;cursor:pointer;display:flex;gap:4px}.site-nav__dropdown>a:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid;content:"";margin-top:2px;transition:transform .2s}.site-nav__dropdown:hover>a:after{transform:rotate(180deg)}.site-nav__dropdown-menu{background:var(--bg-dark-2);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius);box-shadow:0 12px 40px rgba(0,0,0,.4);display:grid;gap:2px;grid-template-columns:1fr 1fr;left:50%;min-width:420px;opacity:0;padding:8px;position:absolute;top:calc(100% + 12px);transform:translateX(-50%);transition:opacity .2s,visibility .2s;visibility:hidden}.site-nav__dropdown-menu a{border-radius:var(--radius-sm);font-size:13px;padding:10px 14px;transition:background .15s,color .15s;white-space:nowrap}.site-nav__dropdown-menu a:hover{background:rgba(108,92,231,.15);color:#fff}.site-nav__dropdown:hover .site-nav__dropdown-menu{opacity:1;visibility:visible}.site-nav__dropdown--narrow .site-nav__dropdown-menu{grid-template-columns:1fr;min-width:220px}.site-footer{background:var(--bg-white);border-top:1px solid var(--border);padding:24px 40px}.site-footer__inner{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:0 auto;max-width:1200px}.site-footer__copy{color:var(--text-light);font-size:13px}.site-footer__copy a{color:var(--text-primary);font-weight:600;text-decoration:none}.site-footer__copy a:hover{text-decoration:underline}.site-footer__links{display:flex;flex-wrap:wrap;gap:20px}.site-footer__links a{color:var(--text-secondary);font-size:13px;text-decoration:none;transition:color .15s}.site-footer__links a:hover{color:var(--accent-text)}@media (max-width:768px){.site-nav{padding:0 20px}.site-nav__links{gap:16px}.site-nav__dropdown-menu{grid-template-columns:1fr;left:auto;min-width:280px;right:0;transform:none}.site-footer{padding:20px 24px}.site-footer__inner{align-items:flex-start;flex-direction:column}}.page-sales-estimator-landing .calc-hero{background:var(--bg-dark);padding:120px 40px 60px;text-align:center}.page-sales-estimator-landing .calc-hero h1{color:#fff;font-size:40px;font-weight:700;letter-spacing:-.02em;margin-bottom:12px}.page-sales-estimator-landing .calc-hero h1 em{color:var(--accent-light);font-style:normal}.page-sales-estimator-landing .calc-hero p{color:var(--text-on-dark-muted);font-size:16px;line-height:1.6;margin:0 auto 32px;max-width:540px}.page-sales-estimator-landing .calc-search{display:flex;gap:8px;margin:0 auto;max-width:580px}.page-sales-estimator-landing .calc-search-input{background:hsla(0,0%,100%,.95);border:2px solid hsla(0,0%,100%,.15);border-radius:10px;color:var(--text-primary);flex:1;font-family:var(--font-primary);font-size:15px;outline:none;padding:16px 20px;transition:border-color .2s}.page-sales-estimator-landing .calc-search-input::placeholder{color:var(--text-light)}.page-sales-estimator-landing .calc-search-input:focus{border-color:var(--accent)}.page-sales-estimator-landing .calc-search-btn{background:var(--accent);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-primary);font-size:15px;font-weight:600;padding:16px 32px;transition:background .2s}.page-sales-estimator-landing .calc-search-btn:hover{background:#5b4bd6}.page-sales-estimator-landing .calc-search-hint{color:var(--text-on-dark-muted);font-size:13px;margin-top:12px;text-align:center}.page-sales-estimator-landing .calc-search-hint span{color:var(--accent-light);font-family:JetBrains Mono,monospace}.page-sales-estimator-landing .result-section{background:var(--bg-light);padding:48px 40px 80px}.page-sales-estimator-landing .result-inner{margin:0 auto;max-width:1000px}.page-sales-estimator-landing .result-intro{color:var(--text-light);font-size:13px;margin-bottom:28px;text-align:center}.page-sales-estimator-landing .result-intro strong{color:var(--text-secondary)}.page-sales-estimator-landing .product-card{align-items:center;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);display:flex;gap:20px;margin-bottom:24px;padding:24px 28px}.page-sales-estimator-landing .product-image{align-items:center;background:var(--bg-light);border:1px solid var(--border);border-radius:10px;display:flex;flex-shrink:0;font-size:32px;height:72px;justify-content:center;width:72px}.page-sales-estimator-landing .product-image .lucide{color:var(--text-secondary);height:32px;width:32px}.page-sales-estimator-landing .product-info{flex:1}.page-sales-estimator-landing .product-title{font-size:15px;font-weight:600;line-height:1.4;margin-bottom:6px}.page-sales-estimator-landing .product-meta-row{color:var(--text-secondary);display:flex;flex-wrap:wrap;font-size:13px;gap:20px}.page-sales-estimator-landing .product-meta-item{align-items:center;display:flex;gap:6px}.page-sales-estimator-landing .product-meta-label{color:var(--text-light)}.page-sales-estimator-landing .product-meta-mono{font-family:JetBrains Mono,monospace;font-size:13px}.page-sales-estimator-landing .product-meta-accent{color:var(--accent)}.page-sales-estimator-landing .product-stars{align-items:center;color:var(--orange);display:flex;gap:6px}.page-sales-estimator-landing .product-stars-count{color:var(--text-light);font-size:12px;margin-left:2px}.page-sales-estimator-landing .star-icon{height:14px;vertical-align:middle;width:14px}.page-sales-estimator-landing .star-filled{color:#f59e0b}.page-sales-estimator-landing .star-empty{color:var(--border)}.page-sales-estimator-landing .product-links{flex-shrink:0}.page-sales-estimator-landing .product-link{color:var(--accent);font-size:13px;font-weight:500;text-decoration:none}.page-sales-estimator-landing .info-columns{display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:24px}.page-sales-estimator-landing .info-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.page-sales-estimator-landing .card-title{align-items:center;border-bottom:1px solid var(--border);display:flex;font-size:14px;font-weight:700;gap:8px;padding:16px 24px}.page-sales-estimator-landing .card-title-icon{font-size:16px}.page-sales-estimator-landing .card-title-icon .lucide{height:16px;width:16px}.page-sales-estimator-landing .seller-row{display:flex;gap:32px;padding:20px 24px}.page-sales-estimator-landing .seller-stat{margin:0}.page-sales-estimator-landing .seller-stat dt{color:var(--text-light);font-size:11px;letter-spacing:.05em;text-transform:uppercase}.page-sales-estimator-landing .seller-stat dd{font-family:JetBrains Mono,monospace;font-size:24px;font-weight:700;margin:4px 0 0}.page-sales-estimator-landing .history-table{padding:0 24px}.page-sales-estimator-landing .history-header,.page-sales-estimator-landing .history-row{border-bottom:1px solid var(--border);display:grid;font-size:13px;gap:8px;grid-template-columns:1.2fr 1fr 1fr 1fr auto;padding:10px 0}.page-sales-estimator-landing .history-header{color:var(--text-light);font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.page-sales-estimator-landing .history-row:last-child{border-bottom:none}.page-sales-estimator-landing .history-row-label{font-weight:500}.page-sales-estimator-landing .history-row-mono{font-family:JetBrains Mono,monospace}.page-sales-estimator-landing .history-row-bold{font-family:JetBrains Mono,monospace;font-weight:700}.page-sales-estimator-landing .select-btn{background:var(--accent);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:11px;font-weight:600;padding:4px 12px}.page-sales-estimator-landing .select-btn--secondary{background:var(--bg-light);border:1px solid var(--border);color:var(--text-secondary)}.page-sales-estimator-landing .chart-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:24px;padding:24px}.page-sales-estimator-landing .chart-card--mb28{margin-bottom:28px}.page-sales-estimator-landing .chart-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:16px}.page-sales-estimator-landing .chart-header--mb12{margin-bottom:12px}.page-sales-estimator-landing .chart-title{font-size:14px;font-weight:700}.page-sales-estimator-landing .chart-zoom{background:var(--bg-light);border:1px solid var(--border);border-radius:6px;display:flex}.page-sales-estimator-landing .chart-zoom-btn{background:none;border:none;color:var(--text-light);cursor:pointer;font-size:11px;font-weight:600;padding:5px 10px}.page-sales-estimator-landing .chart-zoom-btn--active{background:var(--accent);border-radius:5px;color:#fff}.page-sales-estimator-landing .chart-date-range{color:var(--text-light);font-size:12px}.page-sales-estimator-landing .chart-legend{color:var(--text-secondary);display:flex;flex-wrap:wrap;font-size:11px;gap:14px}.page-sales-estimator-landing .chart-legend-dot{border-radius:2px;display:inline-block;height:8px;margin-right:4px;width:8px}.page-sales-estimator-landing .crosslinks{margin-top:28px}.page-sales-estimator-landing .crosslinks h3{font-size:18px;font-weight:700;margin-bottom:16px}.page-sales-estimator-landing .crosslinks-grid{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.page-sales-estimator-landing .crosslink-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:24px;text-decoration:none;transition:all .2s}.page-sales-estimator-landing .crosslink-card:hover{border-color:rgba(108,92,231,.2);box-shadow:var(--shadow-md)}.page-sales-estimator-landing .crosslink-card h4{color:var(--text-primary);font-size:14px;font-weight:600;margin-bottom:6px}.page-sales-estimator-landing .crosslink-card p{color:var(--text-secondary);font-size:13px;line-height:1.5}.page-sales-estimator-landing .crosslink-icon{font-size:22px;margin-bottom:10px}.page-sales-estimator-landing .crosslink-icon .lucide{color:var(--accent);height:22px;width:22px}.page-sales-estimator-landing .crosslink-arrow{color:var(--accent);display:block;font-size:13px;font-weight:600;margin-top:10px}.page-sales-estimator-landing .crosslink-signup{color:var(--text-light);display:block;font-size:11px;margin-top:6px}.page-sales-estimator-landing .preview-section{background:var(--bg-light);padding:80px 40px}.page-sales-estimator-landing .preview-inner{margin:0 auto;max-width:1000px}.page-sales-estimator-landing .section-label{color:var(--accent-text);font-size:13px;font-weight:600;letter-spacing:.08em;margin-bottom:12px;text-align:center;text-transform:uppercase}.page-sales-estimator-landing .preview-title{font-size:32px;font-weight:700;letter-spacing:-.02em;margin-bottom:12px;text-align:center}.page-sales-estimator-landing .preview-subtitle{color:var(--text-secondary);font-size:16px;line-height:1.6;margin:0 auto 48px;max-width:580px;text-align:center}.page-sales-estimator-landing .feature-grid{display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:48px}.page-sales-estimator-landing .feature-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:32px;transition:box-shadow .3s}.page-sales-estimator-landing .feature-card:hover{box-shadow:var(--shadow-md)}.page-sales-estimator-landing .feature-card h3{font-size:17px;font-weight:700;margin-bottom:8px}.page-sales-estimator-landing .feature-card p{color:var(--text-secondary);font-size:14px;line-height:1.6}.page-sales-estimator-landing .feature-icon{align-items:center;border-radius:10px;display:flex;height:44px;justify-content:center;margin-bottom:16px;width:44px}.page-sales-estimator-landing .feature-icon .lucide{height:20px;width:20px}.page-sales-estimator-landing .mockup-frame{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden}.page-sales-estimator-landing .mockup-bar{align-items:center;background:var(--bg-dark);display:flex;gap:6px;padding:10px 16px}.page-sales-estimator-landing .mockup-dot{border-radius:50%;height:10px;width:10px}.page-sales-estimator-landing .mockup-dot--red{background:var(--red)}.page-sales-estimator-landing .mockup-dot--yellow{background:var(--orange)}.page-sales-estimator-landing .mockup-dot--green{background:var(--green)}.page-sales-estimator-landing .mockup-url{color:var(--text-on-dark-muted);font-family:JetBrains Mono,monospace;font-size:12px;margin-left:12px}.page-sales-estimator-landing .mockup-content{padding:24px}.page-sales-estimator-landing .mock-product{align-items:center;background:var(--bg-light);border-radius:8px;display:flex;gap:16px;margin-bottom:16px;padding:16px}.page-sales-estimator-landing .mock-product-img{align-items:center;background:#fff;border:1px solid var(--border);border-radius:6px;display:flex;font-size:22px;height:48px;justify-content:center;width:48px}.page-sales-estimator-landing .mock-product-img .lucide{color:var(--text-secondary);height:22px;width:22px}.page-sales-estimator-landing .mock-product-name{font-size:13px;font-weight:600;line-height:1.3}.page-sales-estimator-landing .mock-product-meta{color:var(--text-light);font-size:11px;margin-top:2px}.page-sales-estimator-landing .mock-stats{display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:16px}.page-sales-estimator-landing .mock-stat{background:var(--bg-light);border-radius:8px;padding:14px;text-align:center}.page-sales-estimator-landing .mock-stat-label{color:var(--text-light);font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.page-sales-estimator-landing .mock-stat-value{font-family:JetBrains Mono,monospace;font-size:16px;font-weight:700;margin-top:4px}.page-sales-estimator-landing .mock-chart-area{background:var(--bg-light);border-radius:8px;margin-bottom:12px;padding:16px}.page-sales-estimator-landing .mock-chart-controls{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:12px}.page-sales-estimator-landing .mock-zoom{background:#fff;border:1px solid var(--border);border-radius:6px;display:flex}.page-sales-estimator-landing .mock-zoom-btn{background:none;border:none;color:var(--text-light);font-size:11px;font-weight:600;padding:5px 10px}.page-sales-estimator-landing .mock-zoom-btn.active{background:var(--accent);border-radius:5px;color:#fff}.page-sales-estimator-landing .mock-legend{color:var(--text-secondary);display:flex;flex-wrap:wrap;font-size:11px;gap:14px}.page-sales-estimator-landing .mock-legend-dot{border-radius:2px;display:inline-block;height:8px;margin-right:4px;width:8px}.page-sales-estimator-landing .seo-section{background:var(--bg-white);padding:80px 40px}.page-sales-estimator-landing .seo-inner{margin:0 auto;max-width:1000px}.page-sales-estimator-landing .seo-content{max-width:720px}.page-sales-estimator-landing .seo-content h2{font-size:28px;font-weight:700;margin-bottom:16px}.page-sales-estimator-landing .seo-content h3{font-size:20px;font-weight:700;margin-bottom:12px;margin-top:32px}.page-sales-estimator-landing .seo-content p{color:var(--text-secondary);font-size:15px;line-height:1.7;margin-bottom:16px}.page-sales-estimator-landing .cta-section{background:var(--bg-dark);padding:80px 40px;text-align:center}.page-sales-estimator-landing .cta-section h2{color:#fff;font-size:36px;font-weight:700;letter-spacing:-.02em;margin-bottom:16px}.page-sales-estimator-landing .cta-section p{color:var(--text-on-dark-muted);font-size:16px;margin-bottom:32px}.page-sales-estimator-landing .cta-section .btn-primary{font-size:16px;padding:16px 32px}.page-sales-estimator-landing .cta-note{color:var(--text-on-dark-muted);font-size:13px;margin-top:12px}.page-sales-estimator-landing .btn-primary{align-items:center;background:var(--accent);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;padding:14px 28px;text-decoration:none;transition:all .2s}.page-sales-estimator-landing .btn-primary:hover{background:#5b4bd6;transform:translateY(-1px)}.page-sales-estimator-landing .btn-primary .lucide{height:16px;width:16px}.page-sales-estimator-landing .u-hidden{display:none}.page-sales-estimator-landing .u-bg-accent{background:var(--accent-bg);color:var(--accent-text)}.page-sales-estimator-landing .u-bg-green{background:var(--green-bg);color:var(--green-text)}.page-sales-estimator-landing .u-bg-orange{background:var(--orange-bg);color:var(--orange-text)}.page-sales-estimator-landing .u-bg-blue{background:var(--blue-bg);color:#1a73e8}.page-sales-estimator-landing .u-dot-blue{background:#0984e3}.page-sales-estimator-landing .u-dot-red{background:#e74c3c}.page-sales-estimator-landing .u-dot-green{background:#00b894}.page-sales-estimator-landing .u-dot-orange{background:#f39c12}@media (max-width:768px){.page-sales-estimator-landing .calc-hero{padding:100px 20px 40px}.page-sales-estimator-landing .calc-hero h1{font-size:28px}.page-sales-estimator-landing .calc-search{flex-direction:column}.page-sales-estimator-landing .preview-section,.page-sales-estimator-landing .seo-section{padding:60px 20px}.page-sales-estimator-landing .feature-grid{grid-template-columns:1fr}.page-sales-estimator-landing .mock-stats{grid-template-columns:repeat(2,1fr)}.page-sales-estimator-landing .crosslinks-grid,.page-sales-estimator-landing .info-columns{grid-template-columns:1fr}}[v-cloak]{display:none!important}.page-sales-estimator-landing .calc-search-btn:disabled{cursor:not-allowed;opacity:.6}.page-sales-estimator-landing .calc-alert{background:hsla(0,100%,73%,.08);border:1px solid hsla(0,100%,73%,.3);border-radius:8px;color:var(--red,#d63031);font-size:14px;margin:24px auto 0;max-width:1200px;padding:14px 20px}.page-sales-estimator-landing .calc-alert--info{background:var(--accent-bg,rgba(108,92,231,.08));border-color:rgba(108,92,231,.3);color:var(--accent-text,#6c5ce7)}.page-sales-estimator-landing .calc-alert a{color:inherit;font-weight:600;margin-left:8px}.page-sales-estimator-landing .calc-loading{color:var(--text-secondary);margin:32px auto 0;max-width:1200px;padding:32px 24px;text-align:center}.page-sales-estimator-landing .calc-loading__title{color:var(--text-primary);font-size:18px;font-weight:600;margin-bottom:6px}.page-sales-estimator-landing .calc-loading__desc{color:var(--text-light);font-size:13px}.page-sales-estimator-landing .product-card .product-image img{border-radius:8px;height:100%;object-fit:contain;width:100%}.page-sales-estimator-landing .chart-container{min-height:360px}.page-sales-estimator-landing .chart-loading{color:var(--text-light);font-size:13px;padding:60px 24px;text-align:center}.page-sales-estimator-landing .chart-card .chart-title{color:var(--text-primary);font-size:14px;font-weight:600}