    :root{
      --bg:#f6f4ee;
      --panel:#fffdf9;
      --ink:#20313a;
      --muted:#6b7780;
      --teal:#0f766e;
      --teal-soft:#d7f0ec;
      --orange:#c96b28;
      --orange-soft:#fae9dc;
      --berry:#7c3a58;
      --berry-soft:#f3e4eb;
      --line:#e7e0d6;
      --shadow:0 10px 30px rgba(37,55,66,.08);
    }
    body{background:linear-gradient(180deg,#f7f4ee 0%,#f3efe7 100%); color:var(--ink); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
    .glass{background:rgba(255,253,249,.92); backdrop-filter: blur(8px); border:1px solid rgba(219,209,194,.7); box-shadow:var(--shadow)}
    .soft-card{background:var(--panel); border:1px solid var(--line); box-shadow:var(--shadow)}
    .badge{display:inline-flex; align-items:center; gap:.4rem; padding:.35rem .7rem; border-radius:999px; font-size:.76rem; font-weight:700; letter-spacing:.02em}
    .kpi{min-height:126px}
    .table-wrap::-webkit-scrollbar{height:10px;width:10px}
    .table-wrap::-webkit-scrollbar-thumb{background:#cabba8;border-radius:999px}
    .pill.active{background:var(--ink); color:#fff; border-color:var(--ink)}
    .loader{display:none}
    .loader.show{display:flex}
    .range{accent-color:#0f766e}
    select,input[type="number"],input[type="text"]{outline:none}
    .dot{width:10px;height:10px;border-radius:999px;display:inline-block}
