:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:#17202a;background:#f4f7f8;--ink:#17202a;--muted:#687480;--line:#e1e7ea;--green:#0d7c66;--green-soft:#eaf7f3;--sand:#f7f2e8}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f8fafb 0,#f3f6f7 100%);min-height:100vh}.top{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.top-inner{max-width:1180px;margin:auto;padding:11px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.brand-logo{width:48px;height:48px;border-radius:13px;object-fit:cover;box-shadow:0 3px 12px rgba(23,32,42,.12)}.brand strong{font-size:1.05rem;letter-spacing:.01em}.brand small{display:block;color:var(--muted);margin-top:2px}.nav{display:flex;gap:6px}.nav a{padding:9px 12px;border-radius:10px;color:#45515c;text-decoration:none;font-weight:650;font-size:.92rem}.nav a:hover{background:#eef3f3}.shell{max-width:1180px;margin:34px auto;padding:0 20px}.hero-row,.card-head,.section-title{display:flex;justify-content:space-between;align-items:center;gap:20px}.hero-row{margin-bottom:24px}.hero-row h1{font-size:2rem;margin:.2rem 0}.eyebrow{display:block;color:var(--green);font-weight:800;font-size:.72rem;letter-spacing:.11em;margin-bottom:7px}.muted,.micro{color:var(--muted)}.micro{font-size:.84rem;line-height:1.55}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 9px 30px rgba(31,46,58,.055)}.grid{display:grid;gap:18px}.dashboard-grid{grid-template-columns:1.25fr 1fr .85fr}.stats-grid{grid-template-columns:repeat(4,1fr);margin-bottom:18px}.card h2,.card h3{margin:.2rem 0 .7rem}.plan-card{background:linear-gradient(145deg,#fff,#f2faf7)}.price{font-size:1.7rem;font-weight:800;margin:.6rem 0}.price small{font-size:.85rem;font-weight:600;color:var(--muted)}.status{padding:6px 9px;border-radius:999px;font-size:.72rem;font-weight:850;letter-spacing:.04em}.status.ok{background:var(--green-soft);color:var(--green)}.status.warn{background:#fff1e7;color:#a95616}.progress{height:9px;background:#e9eef0;border-radius:99px;overflow:hidden;margin-top:18px}.progress span{display:block;height:100%;background:linear-gradient(90deg,#176a5a,#1a9a7c);border-radius:99px}.progress-meta{display:flex;justify-content:space-between;font-size:.82rem;color:var(--muted);margin-top:7px}.kpis{display:grid;grid-template-columns:1fr 1fr;gap:10px}.kpis div{padding:12px;background:#f6f8f9;border-radius:12px}.kpis strong{font-size:1.35rem;display:block}.kpis span{font-size:.76rem;color:var(--muted)}button,.button{display:inline-block;border:0;border-radius:11px;padding:11px 16px;background:var(--ink);color:#fff;text-decoration:none;font-weight:750;cursor:pointer;font:inherit}button[disabled]{opacity:.42;cursor:not-allowed}.secondary{background:#edf1f2;color:var(--ink)}.section-block{margin-top:25px}.conversation-list,.empty-state{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.conversation-row{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line)}.conversation-row:last-child{border:0}.conversation-row span:not(.pill){display:block;color:var(--muted);font-size:.82rem;margin-top:3px}.empty-state{padding:28px;display:flex;flex-direction:column;gap:5px;color:var(--muted)}.empty-state strong{color:var(--ink)}.pill{display:inline-block;padding:5px 9px;border-radius:999px;background:#edf2f3;font-size:.78rem;font-weight:750}.metric{font-size:2rem;font-weight:850;margin:.2rem 0}.budget-card{margin-bottom:24px}.budget-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.budget-grid div{background:#f6f8f9;border-radius:12px;padding:14px}.budget-grid span,.budget-grid strong{display:block}.budget-grid span{font-size:.8rem;color:var(--muted);margin-bottom:4px}.danger{border-color:#efb092}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:18px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px;border-bottom:1px solid var(--line);white-space:nowrap}th{font-size:.76rem;color:var(--muted);letter-spacing:.04em}td small{display:block;color:var(--muted);margin-top:3px}.chat-layout{display:grid;grid-template-columns:270px 1fr;gap:18px}.compact{align-self:start}.check-list{padding-left:20px;color:#50606c;line-height:1.9}.chat-card{min-height:540px;display:flex;flex-direction:column}.chat-placeholder{margin:auto;text-align:center;max-width:500px;color:var(--muted)}.chat-placeholder img{width:86px;height:86px;border-radius:22px;object-fit:cover;margin-bottom:12px}.chat-placeholder h2{color:var(--ink)}.composer{display:flex;gap:10px;border-top:1px solid var(--line);padding-top:16px}.composer textarea{flex:1;resize:none;min-height:72px;border:1px solid #ccd5d9;border-radius:13px;padding:13px;font:inherit;background:#f8fafb}.auth-card{max-width:470px;margin:65px auto}.auth-card label{display:block;font-weight:650;margin:16px 0}.auth-card input{display:block;width:100%;padding:12px 14px;margin-top:7px;border:1px solid #cbd2dc;border-radius:10px;font:inherit}.alert{padding:11px 13px;border-radius:9px;background:#fff1f1;border:1px solid #f0c1c1}.note{font-size:.9rem;color:var(--muted)}.footer{text-align:center;color:#7b8790;padding:25px;font-size:.82rem}@media(max-width:900px){.dashboard-grid,.stats-grid,.chat-layout{grid-template-columns:1fr 1fr}.dashboard-grid .plan-card{grid-column:1/-1}.nav{display:none}}@media(max-width:640px){.shell{margin-top:22px}.hero-row,.card-head{align-items:flex-start;flex-direction:column}.dashboard-grid,.stats-grid,.chat-layout,.budget-grid{grid-template-columns:1fr}.top-inner{padding:9px 14px}.brand small{display:none}.card{padding:18px}}
