
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');
*{box-sizing:border-box} body{margin:0;font-family:Outfit,system-ui,sans-serif;color:#1c1416;background:#f6f1ee}
.app{min-height:100vh;background:linear-gradient(180deg,#fff 0%,#f6f1ee 100%)}
.top,header.top{display:flex;justify-content:space-between;align-items:center;padding:16px 28px;background:#fff;border-bottom:1px solid #f0e4e2}
header.top strong{letter-spacing:-.03em}
header.top a,nav a{margin-left:14px;color:#5c4a4e;text-decoration:none;font-size:14px}
.pill{background:#1c1416;color:#fff!important;border-radius:999px;padding:6px 12px}
main,.solo{width:min(980px,calc(100% - 40px));margin:22px auto}
h1{font-size:40px;letter-spacing:-.045em;margin:0 0 8px;line-height:1.05} h2{margin:0 0 6px;letter-spacing:-.03em}
.eyebrow,.kicker{letter-spacing:.14em;text-transform:uppercase;font-size:11px;color:#b4536a;font-weight:700;margin:0 0 8px}
.muted{color:#6b5c60} .btn{display:inline-flex;background:#1c1416;color:#fff;text-decoration:none;padding:10px 14px;border:0;border-radius:10px;font:inherit;cursor:pointer}
.btn.ghost{background:#fff;color:#1c1416;border:1px solid #ecdcd8}
.card{border:1px solid #f0e4e2;padding:16px;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(80,40,50,.05);display:block;color:inherit;text-decoration:none}
.card strong{display:block;font-size:18px} .card span{color:#6b5c60;font-size:13px}
.plan .price{font-size:32px;letter-spacing:-.04em;margin:.2rem 0} .plan .price span{font-size:14px}
.plan.featured,.card.featured{outline:2px solid #f3b4be;background:linear-gradient(180deg,#fff,#fff7f6)}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px} .grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.stats{margin-top:22px} .row{display:flex;gap:10px;align-items:center}
.shell{display:grid;grid-template-columns:210px 1fr;min-height:100vh;background:#f6f1ee}
.shell aside{background:#1c1416;color:#fff;padding:18px;display:flex;flex-direction:column;gap:8px}
.shell aside a{color:#f6d5db;text-decoration:none;padding:8px 10px;border-radius:8px}
.shell a.on{background:#3a2a2e;color:#fff;font-weight:650}
.shell section{padding:22px} table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}
td,th{text-align:left;padding:10px 12px;border-bottom:1px solid #f3e7e4;font-size:14px}
.chart svg{width:100%;height:110px} .chart rect{fill:#e11d48} .topbar{display:flex;justify-content:space-between;align-items:center;gap:12px}
.badge{border-radius:999px;background:#fff;border:1px solid #f0e4e2;padding:4px 8px;font-size:12px}
.badge.ok{background:#ecfdf3;color:#166534;border-color:#bbf7d0} .badge.wait{background:#fff7ed;color:#9a3412}
.av{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:99px;background:#fbcfe8;font-size:11px;margin-right:6px}
.meter{margin-top:auto;background:#3a2a2e;border-radius:12px;padding:10px} .meter i{display:block;height:6px;background:#f9a8d4;border-radius:99px;width:8%}
.bar{height:8px;background:#f3e7e4;border-radius:99px;margin-top:8px} .bar i{display:block;height:100%;background:#e11d48;border-radius:99px}
.composer textarea{min-height:72px} pre.out{background:#1c1416;color:#fde7ea;padding:14px;border-radius:12px;min-height:72px}
.filters{margin:12px 0} input,select,textarea{width:100%;padding:10px;border:1px solid #ecdcd8;border-radius:10px;font:inherit;background:#fff}
label{display:block;font-size:13px;margin-top:8px} .job{display:flex;gap:12px;align-items:center}
.phone{width:300px;min-height:580px;margin:16px auto;background:#fff;border-radius:32px;padding:52px 18px 18px;position:relative;display:flex;flex-direction:column;gap:12px;box-shadow:0 20px 50px rgba(80,40,50,.16);border:8px solid #1c1416}
.notch{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:96px;height:16px;background:#1c1416;border-radius:10px}
.tabs{margin-top:auto;display:flex;justify-content:space-between;border-top:1px solid #f3e7e4;padding-top:10px;font-size:13px}
.sec{padding:42px 28px} .sec.hero{background:linear-gradient(135deg,#fff,#ffe4e6);min-height:280px}
.chip{border:1px solid #f0e4e2;border-radius:999px;padding:4px 8px;font-size:12px;background:#fff}
.launch{padding-top:28px}
.tone-ai{background:#f8f5ff} .tone-bill{background:#f8fafc} .tone-market{background:#fffaf5}
