@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--bg:#fff;--bg-card:#fafafa;--text:#1d1d1f;--text-subtle:#6e6e73;--border:#e5e5e7;--accent:linear-gradient(135deg, #6366f1, #8b5cf6);--accent-solid:#6366f1;--red:#ef4444;--amber:#f59e0b;--lime:#84cc16;--green:#22c55e;--ai-alert-bg:#fef3c7;--ai-alert-border:#fde68a;--shadow:0 1px 3px #00000014;--shadow-lg:0 4px 24px #0000000f;--radius-card:16px;--radius-input:12px;--radius-pill:999px}*,:before,:after{box-sizing:border-box}html{background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}body,button,input{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none}button:disabled,input:disabled{cursor:not-allowed;opacity:.6}h1,h2,h3,p{margin-top:0}.page-shell{width:100%;max-width:720px;min-height:100vh;margin:0 auto;padding:1.5rem 1.25rem 3rem}.nav{justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.brand{color:var(--text);align-items:center;gap:.625rem;font-size:1.125rem;font-weight:600;display:inline-flex}.brand-mark{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:inline-grid}.nav-pill{border-radius:var(--radius-pill);background:var(--accent);color:#fff;align-items:center;padding:.4rem 1rem;font-size:.8125rem;font-weight:600;transition:opacity .18s;display:inline-flex}.nav-pill:hover{opacity:.85}.nav-link{border:1px solid var(--border);color:var(--text-subtle);background:0 0;transition:border-color .18s,color .18s}.nav-link:hover{border-color:var(--accent-solid);color:var(--text)}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 180px);padding:3rem 0 2rem;display:flex}.hero-copy{max-width:600px;margin:0 auto}.eyebrow{color:var(--accent-solid);letter-spacing:.02em;margin-bottom:.75rem;font-size:.8125rem;font-weight:600}.hero h1{letter-spacing:-.02em;color:var(--text);margin-bottom:1rem;font-size:clamp(2rem,6vw,3rem);font-weight:700;line-height:1.1}.subheadline{max-width:480px;color:var(--text-subtle);margin:0 auto 2.5rem;font-size:1.0625rem;line-height:1.65}.audit-form{grid-template-columns:1fr auto;gap:.625rem;width:100%;max-width:540px;margin:0 auto;display:grid}.audit-form input,.waitlist-form input{border:1px solid var(--border);border-radius:var(--radius-input);background:var(--bg);width:100%;min-width:0;min-height:52px;color:var(--text);outline:none;padding:0 1.125rem;font-size:.9375rem;transition:border-color .18s,box-shadow .18s}.audit-form input::placeholder,.waitlist-form input::placeholder{color:var(--text-subtle)}.audit-form input:focus,.waitlist-form input:focus{border-color:var(--accent-solid);box-shadow:0 0 0 3px #6366f11f}.audit-form button,.waitlist-form button{border-radius:var(--radius-input);background:var(--accent);color:#fff;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;min-height:52px;padding:0 1.5rem;font-size:.9375rem;font-weight:600;transition:opacity .18s,transform .18s;display:inline-flex}.audit-form button:hover:not(:disabled),.waitlist-form button:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.loading-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--bg-card);width:100%;max-width:540px;margin:1.5rem auto 0;padding:1.25rem 1.5rem}.loading-row{color:var(--text-subtle);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.progress-track{border-radius:var(--radius-pill);background:#f0f0f2;width:100%;height:6px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--accent);height:100%;transition:width .6s;display:block}.error-message{color:var(--red);margin-top:1rem;font-size:.875rem}.success-message{color:var(--green);margin-top:.75rem;font-size:.875rem}.footer{border-top:1px solid var(--border);color:var(--text-subtle);text-align:center;margin-top:3rem;padding-top:2.5rem;font-size:.8125rem}.footer p{margin-bottom:0}.store-header{align-items:center;gap:1rem;padding:2rem 0 .5rem;display:flex}.store-favicon{background:var(--bg-card);object-fit:contain;border-radius:10px;width:40px;height:40px}.store-header h1{letter-spacing:-.01em;margin-bottom:.125rem;font-size:1.5rem;font-weight:700}.store-header p{color:var(--text-subtle);margin-bottom:0;font-size:.8125rem}.score-ring-section{flex-direction:column;align-items:center;padding:2.5rem 0 1.5rem;display:flex}.score-ring{background:conic-gradient(var(--score-color,var(--accent-solid)) calc(var(--score-percent,0) * 1%), #f0f0f2 0);border-radius:50%;place-items:center;width:200px;height:200px;transition:background 1.2s;display:grid;position:relative}.score-ring:before{content:"";background:var(--bg);border-radius:50%;position:absolute;inset:14px}.score-number{z-index:1;letter-spacing:-.03em;color:var(--score-color,var(--text));font-size:3.5rem;font-weight:700;line-height:1;position:relative}.score-label{color:var(--score-color,var(--text-subtle));margin-top:1rem;font-size:1.125rem;font-weight:600}.ai-verdict{border-radius:var(--radius-card);background:var(--ai-alert-bg);border:1px solid var(--ai-alert-border);margin-top:1.5rem;padding:1.5rem}.ai-verdict h2{color:var(--text);margin-bottom:.5rem;font-size:1rem;font-weight:700}.ai-verdict p{color:var(--text);margin-bottom:0;font-size:.9375rem;line-height:1.6}.ai-verdict .verdict-text{margin-bottom:.75rem;font-weight:600}.ai-verdict .verdict-scores{color:var(--text-subtle);font-size:.8125rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:.875rem;margin-top:2rem;display:grid}.category-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--bg);cursor:pointer;padding:1.25rem;transition:border-color .18s,box-shadow .18s;animation:.5s both fadeInUp}.category-card:first-child{animation-delay:50ms}.category-card:nth-child(2){animation-delay:.1s}.category-card:nth-child(3){animation-delay:.15s}.category-card:nth-child(4){animation-delay:.2s}.category-card:nth-child(5){animation-delay:.25s}.category-card:nth-child(6){animation-delay:.3s}.category-card:nth-child(7){animation-delay:.35s}.category-card:nth-child(8){animation-delay:.4s}.category-card:hover{box-shadow:var(--shadow);border-color:#d0d0d3}.category-card.highlight{border-color:var(--ai-alert-border);background:#fffdf7}.category-card.highlight:hover{border-color:#f5c842}.card-top{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.card-icon-name{align-items:center;gap:.5rem;display:flex}.card-icon{font-size:1.25rem;line-height:1}.card-name{color:var(--text);font-size:.875rem;font-weight:600}.card-score{color:var(--text);font-size:.875rem;font-weight:700}.score-bar-track{border-radius:var(--radius-pill);background:#f0f0f2;width:100%;height:5px;overflow:hidden}.score-bar-fill{border-radius:inherit;height:100%;transition:width .8s}.card-finding-preview{color:var(--text-subtle);margin-top:.625rem;font-size:.8125rem;line-height:1.5}.card-findings{max-height:0;margin-top:0;transition:max-height .35s,margin-top .35s;overflow:hidden}.category-card.expanded .card-findings{max-height:600px;margin-top:.875rem}.card-findings-inner{border-top:1px solid var(--border);gap:.5rem;padding-top:.75rem;display:grid}.finding{color:var(--text);align-items:flex-start;gap:.625rem;font-size:.8125rem;line-height:1.5;display:flex}.finding-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:.4rem}.finding-positive .finding-dot{background:var(--green)}.finding-warning .finding-dot{background:var(--amber)}.finding-negative .finding-dot{background:var(--red)}.issues-section{margin-top:2.5rem}.issues-section h2{color:var(--text);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.issues-list{counter-reset:issues;gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.issues-list li{counter-increment:issues;color:var(--text);align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.6;display:flex}.issues-list li:before{content:counter(issues);background:var(--bg-card);border:1px solid var(--border);width:24px;height:24px;color:var(--text-subtle);border-radius:50%;flex-shrink:0;place-items:center;font-size:.75rem;font-weight:600;display:inline-grid}.share-section{margin-top:2.5rem}.share-section h2{color:var(--text);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.share-buttons{flex-wrap:wrap;gap:.625rem;display:flex}.share-btn{border-radius:var(--radius-pill);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:opacity .18s,transform .18s;display:inline-flex}.share-btn:hover{opacity:.88;transform:translateY(-1px)}.share-btn.whatsapp{background:#25d366}.share-btn.twitter{background:#000}.share-btn.linkedin{background:#0a66c2}.share-btn.facebook{background:#1877f2}.share-btn.copy-link{border:1px solid var(--border);color:var(--text);background:0 0}.share-btn.copy-link:hover{border-color:var(--accent-solid);opacity:1}.waitlist-section{border-radius:var(--radius-card);background:var(--bg);background-clip:padding-box;border:2px solid #0000;margin-top:3rem;padding:2rem;position:relative}.waitlist-section:before{content:"";border-radius:calc(var(--radius-card) + 2px);background:var(--accent);z-index:-1;position:absolute;inset:-2px}.waitlist-section h2{color:var(--text);margin-bottom:.5rem;font-size:1.375rem;font-weight:700}.waitlist-section>p{color:var(--text-subtle);margin-bottom:1.25rem;font-size:.9375rem}.benefit-list{gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:grid}.benefit-list li{color:var(--text);align-items:flex-start;gap:.5rem;font-size:.9375rem;line-height:1.5;display:flex}.benefit-list li:before{content:"✓";color:var(--accent-solid);flex-shrink:0;font-weight:700}.waitlist-form{grid-template-columns:1fr auto;gap:.625rem;max-width:480px;display:grid}.waitlist-form button,.waitlist-form input{min-height:48px}.launch-note{color:var(--text-subtle);margin-top:1rem;font-size:.8125rem}.compact-shell{flex-direction:column;display:flex}.state-panel{text-align:center;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--bg-card);flex:1;align-content:center;place-items:center;gap:1rem;margin-top:4rem;padding:3rem 1.5rem;display:grid}.state-panel h1{margin-bottom:0;font-size:1.25rem}.state-panel p{color:var(--text-subtle);margin-bottom:0}.button-link{border-radius:var(--radius-input);background:var(--accent);color:#fff;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;transition:opacity .18s;display:inline-flex}.button-link:hover{opacity:.9}.spinner{border:3px solid var(--border);border-top-color:var(--accent-solid);border-radius:50%;width:36px;height:36px;animation:.75s linear infinite spin}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.preview-section{border-top:1px solid var(--border);margin-top:3rem;padding-top:2.5rem}.preview-section h2{color:var(--text);margin-bottom:.375rem;font-size:1.375rem;font-weight:700}.preview-subtitle{color:var(--text-subtle);margin-bottom:2rem;font-size:.9375rem}.preview-card{border-radius:var(--radius-card);margin-bottom:1.25rem;animation:.5s both fadeInUp}.preview-card:nth-child(2){animation-delay:.1s}.preview-card:nth-child(3){animation-delay:.2s}.preview-card:nth-child(4){animation-delay:.3s}.preview-card:nth-child(5){animation-delay:.4s}.whatsapp-mock{background:#e5ddd5 url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23cdc8bc' fill-opacity='0.15'%3E%3Ccircle cx='10' cy='10' r='1.5'/%3E%3Ccircle cx='30' cy='30' r='1.5'/%3E%3Ccircle cx='50' cy='50' r='1.5'/%3E%3C/g%3E%3C/svg%3E");padding:1.25rem}.wa-header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.wa-avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:grid}.wa-name{color:#075e54;flex:1;font-size:.8125rem;font-weight:600}.wa-time{color:#999;font-size:.6875rem}.wa-bubble{background:#dcf8c6;border-radius:0 12px 12px;max-width:92%;padding:.875rem 1rem;box-shadow:0 1px 2px #00000014}.wa-bubble p{color:#303030;margin-bottom:.375rem;font-size:.875rem;line-height:1.55}.wa-bubble p:last-child{margin-bottom:0}.wa-hint{font-style:italic;color:#667781!important;margin-top:.5rem!important;font-size:.75rem!important}.preview-tag{text-align:center;color:#075e54;letter-spacing:.02em;margin-top:.75rem;margin-bottom:0;font-size:.75rem;font-weight:600}.alert-card{border:1px solid var(--border);background:var(--bg);gap:1rem;padding:1.25rem 1.5rem;display:flex}.alert-icon{flex-shrink:0;padding-top:.125rem;font-size:1.75rem;line-height:1}.alert-body h3{color:var(--text);margin-bottom:.375rem;font-size:1rem;font-weight:700}.alert-body p{color:var(--text-subtle);margin-bottom:.375rem;font-size:.875rem;line-height:1.6}.alert-body p:last-child{margin-bottom:0}.alert-detail{background:var(--bg-card);border-left:3px solid var(--accent-solid);border-radius:8px;padding:.625rem .875rem;color:var(--text)!important;margin-top:.5rem!important;font-size:.8125rem!important}.dead-stock-card{border-left:3px solid var(--red)}.stockout-card{border-left:3px solid var(--amber)}.dashboard-card{border-left:3px solid var(--accent-solid)}@media (min-width:1024px){.score-ring{width:200px;height:200px}.score-number{font-size:3.5rem}}@media (max-width:640px){.page-shell{padding:1rem 1rem 2rem}.hero{min-height:calc(100vh - 140px);padding:2rem 0 1.5rem}.hero h1{font-size:1.75rem}.subheadline{margin-bottom:2rem;font-size:.9375rem}.audit-form,.waitlist-form{grid-template-columns:1fr}.audit-form button,.waitlist-form button{width:100%}.category-grid{grid-template-columns:1fr}.score-ring{width:160px;height:160px}.score-ring:before{inset:12px}.score-number{font-size:2.75rem}.score-label{font-size:1rem}.share-buttons{flex-direction:column}.share-btn{justify-content:center;width:100%}.store-header{padding-top:1.5rem}.store-header h1{font-size:1.25rem}.waitlist-section{padding:1.5rem}.waitlist-section h2,.share-section h2,.issues-section h2,.preview-section h2{font-size:1.125rem}.alert-card{padding:1rem 1.125rem}.alert-icon{font-size:1.5rem}.wa-bubble{max-width:100%}}@media (min-width:641px) and (max-width:1023px){.score-ring{width:180px;height:180px}.score-number{font-size:3rem}}
