    :root{
      --bg:#08111f; --panel:#0f172a; --panel2:#111c34; --line:#23324d; --txt:#e5eefc; --muted:#93a4c4;
      --green:#16a34a; --amber:#d97706; --red:#dc2626; --blue:#2563eb; --cyan:#0891b2;
    }
    body{background:linear-gradient(180deg,#07101d 0%, #0b1220 100%); color:var(--txt);}
    .glass{background:rgba(15,23,42,.88); border:1px solid rgba(148,163,184,.12); box-shadow:0 20px 60px rgba(0,0,0,.30);}
    .kpi{background:linear-gradient(180deg,rgba(17,28,52,.95),rgba(15,23,42,.92)); border:1px solid rgba(148,163,184,.12);}
    .badge{padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center}
    .attr{background:rgba(22,163,74,.16); color:#86efac; border:1px solid rgba(22,163,74,.22)}
    .exig{background:rgba(245,158,11,.14); color:#fcd34d; border:1px solid rgba(245,158,11,.20)}
    .drain{background:rgba(220,38,38,.14); color:#fca5a5; border:1px solid rgba(220,38,38,.22)}
    .hidden-risk{background:rgba(37,99,235,.14); color:#93c5fd; border:1px solid rgba(37,99,235,.22)}
    .small-scroll::-webkit-scrollbar{height:10px;width:10px}
    .small-scroll::-webkit-scrollbar-thumb{background:#334155;border-radius:999px}
    .input{background:#0a1326;border:1px solid #24324b;color:#e5eefc}
    .thead th{position:sticky;top:0;background:#0f172a;z-index:5}
    canvas{max-height:420px !important;}

    .tab-btn{border:1px solid rgba(148,163,184,.14);background:rgba(15,23,42,.72);color:#cbd5e1;border-radius:18px;padding:.75rem 1rem;font-size:.88rem;font-weight:800;transition:.2s}
    .tab-btn.active{background:linear-gradient(135deg,rgba(14,165,233,.25),rgba(34,197,94,.16));border-color:rgba(56,189,248,.45);color:white;box-shadow:0 15px 40px rgba(14,165,233,.10)}
    .tab-panel.hidden{display:none}
    .ai-card{background:linear-gradient(180deg,rgba(17,28,52,.96),rgba(8,17,31,.96));border:1px solid rgba(148,163,184,.13);box-shadow:0 22px 60px rgba(0,0,0,.28)}
    .report h1,.report h2,.report h3{color:#fff;font-weight:900;margin-top:1.15rem;margin-bottom:.55rem}
    .report h1{font-size:1.45rem}.report h2{font-size:1.15rem}.report h3{font-size:1rem}
    .report p{margin:.55rem 0;color:#dbeafe;line-height:1.72}
    .report ul{margin:.55rem 0 .85rem 1.1rem;list-style:disc;color:#dbeafe}.report li{margin:.35rem 0;line-height:1.65}
    .report strong{color:white}.report .muted{color:#94a3b8}
    .modal-bg{background:rgba(2,6,23,.82);backdrop-filter:blur(8px)}
    .step-dot{height:7px;border-radius:999px;background:#334155;flex:1}.step-dot.active{background:#38bdf8}
