:root{--bg:#f7fbff;--ink:#172033;--muted:#5b6475;--card:#ffffff;--line:#dbe7f3;--blue:#2563eb;--blue-dark:#1d4ed8;--cyan:#06b6d4;--cream:#fff7ed;--ok:#059669;--warn:#d97706;--shadow:0 24px 80px rgba(23,32,51,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,#e0f2fe,transparent 28rem),var(--bg);color:var(--ink);line-height:1.6}a{color:inherit}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.75rem;border-radius:.75rem;z-index:20}.site-header,.site-footer{max-width:1180px;margin:auto;padding:1.1rem 1rem;display:flex;gap:1rem;align-items:center;justify-content:space-between}.brand{font-weight:800;text-decoration:none}.brand span{display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:999px;background:#172033;color:#7dd3fc;margin-right:.35rem}.site-header nav,.footer-links,.inline-links{display:flex;gap:.75rem;flex-wrap:wrap}.site-header nav a,.footer-links a,.inline-links a{font-size:.92rem;text-decoration:none;color:var(--muted);padding:.4rem .55rem;border-radius:999px}.site-header nav a:hover,.inline-links a:hover{background:#e0f2fe;color:var(--ink)}main{max-width:1180px;margin:auto;padding:0 1rem 3rem}.hero{padding:4rem 0 2rem;max-width:880px}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:800;font-size:.78rem;margin:0 0 .7rem}.hero h1{font-size:clamp(2.45rem,8vw,5.6rem);line-height:.96;margin:.3rem 0 1rem;letter-spacing:-.06em}.hero-subhead{font-size:clamp(1.05rem,2vw,1.35rem);color:var(--muted);max-width:760px}.hero-actions,.tool-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1.4rem}.primary-button,.secondary-button{border:0;border-radius:999px;padding:.95rem 1.35rem;font-weight:800;font-size:1rem;cursor:pointer;text-decoration:none}.primary-button{background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;box-shadow:0 12px 30px #2563eb40}.secondary-button{background:#172033;color:#fff}.hero-actions span,.tool-actions span{color:var(--muted);max-width:520px}.tool-shell,.content-card,.faq-section,.legal-page{background:#ffffffe6;border:1px solid var(--line);border-radius:2rem;padding:clamp(1rem,3vw,2rem);box-shadow:var(--shadow);margin:1.2rem 0}.tool-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}.tool-header h2,.content-card h2,.faq-section h2{font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.1;margin:.2rem 0 1rem}.privacy-pill{background:#ecfeff;color:#155e75;border:1px solid #a5f3fc;border-radius:999px;padding:.45rem .75rem;font-weight:800;font-size:.85rem}.permission-copy{background:var(--cream);border:1px solid #fed7aa;border-radius:1.1rem;padding:1rem;color:#7c2d12}.tool-message{border-radius:1rem;background:#fef2f2;color:#991b1b;padding:1rem;margin:1rem 0}.tool-message.soft{background:#eff6ff;color:#1e3a8a}.tool-grid,.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.pitch-meter,.chart-card,.stats-card{background:#f8fafc;border:1px solid var(--line);border-radius:1.5rem;padding:1rem}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.metric{background:#fff;border:1px solid var(--line);border-radius:1rem;padding:.85rem}.metric span{display:block;color:var(--muted);font-size:.82rem}.metric strong{font-size:1.15rem}.hero-metric strong{font-size:clamp(2rem,7vw,3.6rem);letter-spacing:-.04em}.tuner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;margin-top:1rem;color:var(--muted);font-weight:700}.tuner-track{height:.8rem;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#34d399,#f59e0b);position:relative}.tuner-track i{position:absolute;top:50%;width:1rem;height:1rem;border-radius:50%;background:#172033;border:3px solid #fff;transform:translate(-50%,-50%);box-shadow:0 4px 14px #00000040}.chart-card svg{width:100%;height:auto}.chart-card rect{fill:#eef6ff}.chart-card polyline,.chart-card line{fill:none;stroke:#2563eb;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.chart-card p,.stats-card p,.content-card p,.legal-page p{color:var(--muted)}.content-grid{align-items:stretch}.wide-card{grid-column:1/-1}.highlight-card{background:linear-gradient(135deg,#fff,#ecfeff)}.check-list{padding-left:1.2rem}.check-list li{margin:.4rem 0}.muted li{color:var(--muted)}.steps-list li{margin:.8rem 0}.faq-grid{display:grid;gap:.75rem}.faq-grid details{background:#fff;border:1px solid var(--line);border-radius:1rem;padding:1rem}.faq-grid summary{cursor:pointer;font-weight:800}.legal-page{max-width:840px}.legal-page h1{font-size:clamp(2rem,6vw,4rem);line-height:1;margin:0 0 1rem}.legal-page h2{margin-top:2rem}.site-footer{align-items:flex-start;border-top:1px solid var(--line);margin-top:3rem;color:var(--muted)}.site-footer>div:first-child{max-width:520px}@media(max-width:800px){.site-header,.site-footer{display:block}.site-header nav,.footer-links{margin-top:1rem}.tool-grid,.content-grid,.metric-grid{grid-template-columns:1fr}.hero{padding-top:2rem}.tool-shell,.content-card,.faq-section,.legal-page{border-radius:1.25rem}.primary-button,.secondary-button{width:100%;text-align:center}.hero-actions span,.tool-actions span{font-size:.92rem}}
