@charset "UTF-8";:root{--page: #f4f7f5;--card: #ffffff;--card-sunken: #f6f9f7;--hairline: #e6ebe8;--hairline-soft: #eff3f0;--ink: #14231d;--ink-soft: #3a4b44;--muted: #6b7c74;--faint: #9aa8a1;--brand: #0f4c81;--brand-dark: #0b3a63;--brand-soft: #e6eef7;--brand-bright: #3b82f6;--brand-mid: #1e69ad;--brand-grad: linear-gradient(135deg, #1e69ad 0%, #0f4c81 100%);--accent: #0f4c81;--accent-soft: #e6eef7;--good: #0f766e;--good-bg: #e6f4f1;--good-line: #b7ded6;--amber: #b45309;--amber-bg: #fdf6e7;--amber-line: #f0dcae;--info: #1e69ad;--info-bg: #eef4fa;--info-line: #c8dcef;--danger: #b02a25;--danger-bg: #fbeceb;--series-1: #2a78d6;--series-2: #eb6834;--series-3: #1baf7a;--series-4: #eda100;--series-5: #e87ba4;--series-6: #008300;--series-7: #4a3aa7;--series-8: #e34948;--series-other: #7c8b9e;--spread: #1e69ad;--select-edge: #cbd8e6;--select-face: rgba(255, 255, 255, .78);--select-panel: #ffffff;--grid: #eef2f7;--baseline: #cbd5e1;--sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;--radius: 14px;--radius-sm: 8px;--shadow: 0 1px 2px rgba(20, 35, 29, .04), 0 1px 3px rgba(20, 35, 29, .03);--shadow-lift: 0 18px 50px -16px rgba(20, 35, 29, .3)}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{background:var(--page);color:var(--ink);font-family:var(--sans);font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0;font-weight:600;letter-spacing:-.01em}button{font-family:inherit;font-size:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.eyebrow{font-size:10px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}.mono{font-family:var(--mono);font-variant-numeric:tabular-nums}.card{position:relative;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%);border:1px solid rgba(15,76,129,.09);border-radius:var(--radius);box-shadow:inset 0 1px #ffffffe6,0 1px 2px #14231d0d,0 10px 24px -14px #0f4c8133,0 30px 60px -40px #0f4c8147;animation:rise .52s cubic-bezier(.22,.85,.3,1) both;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.card:nth-of-type(1){animation-delay:40ms}.card:nth-of-type(2){animation-delay:.1s}.card:nth-of-type(3){animation-delay:.16s}.card:nth-of-type(4){animation-delay:.22s}.card:nth-of-type(n+5){animation-delay:.28s}@keyframes rise{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}.card.lift:hover{transform:translateY(-3px);border-color:#0f4c8124;box-shadow:inset 0 1px #fffffff2,0 2px 4px #14231d0f,0 18px 38px -16px #0f4c8147,0 40px 70px -44px #0f4c8157}app-ambient-background{position:fixed;inset:0;z-index:0}app-root>.shell{position:relative;z-index:1}@media (prefers-reduced-motion: reduce){.card{animation:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px;border:3px solid var(--page)}::-webkit-scrollbar-thumb:hover{background:#b0bcca}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}:root[data-theme=dark]{--page: #0d1512;--card: #16211d;--card-sunken: #1b2723;--hairline: #263430;--hairline-soft: #1f2c28;--ink: #eaf2ee;--ink-soft: #c2d0ca;--muted: #93a49d;--faint: #6f817a;--brand: #5b9fe0;--brand-dark: #3f80c0;--brand-soft: #16283a;--accent: #5b9fe0;--accent-soft: #16283a;--good: #34c98a;--good-bg: #142b26;--good-line: #21473e;--amber: #e0a83c;--amber-bg: #2c2418;--amber-line: #453a22;--info: #6faee8;--info-bg: #15263a;--info-line: #2a4a68;--danger: #f07b73;--danger-bg: #2e1c1a;--series-1: #3987e5;--series-2: #d95926;--series-3: #199e70;--series-4: #c98500;--series-5: #d55181;--series-6: #008300;--series-7: #9085e9;--series-8: #e66767;--series-other: #7c8b9e;--spread: #199e70;--grid: #22302c;--baseline: #33443e;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 3px rgba(0, 0, 0, .3);--shadow-lift: 0 18px 50px -16px rgba(0, 0, 0, .7);color-scheme:dark}html:root[data-theme=dark] body{background:var(--page)}html:root[data-theme=dark] .card{background:rgba(22,33,29,.82);border-color:#ffffff12;box-shadow:0 1px 2px #00000059,0 16px 40px -20px #000000b3}html:root[data-theme=dark] .card.lift:hover{box-shadow:0 2px 5px #0006,0 24px 54px -20px #000c}::-webkit-scrollbar-thumb{background:var(--hairline)}html:root[data-theme=dark] .theme{background:rgba(22,33,29,.8)}html:root[data-theme=dark] .sidebar{background:rgba(22,33,29,.8);border-right-color:#ffffff0f}html:root[data-theme=dark] .topbar{background:rgba(13,21,18,.72)}html:root[data-theme=dark] .search-shell.open{background:rgba(22,33,29,.92);border-color:#ffffff17;box-shadow:0 8px 24px -12px #000000b3}html:root[data-theme=dark] .search-toggle{background:rgba(255,255,255,.05);border-color:#ffffff17}html:root[data-theme=dark] .search-shell.open .search-toggle{background:transparent;border-color:transparent}html:root[data-theme=dark] .brand-emblem{border-radius:50%;box-shadow:0 0 0 1px #ffffff29,0 2px 10px #0000008c}html:root[data-theme=dark] nav a.on{color:#08150f}html:root[data-theme=dark] nav a.on svg{color:#08150f}html:root[data-theme=dark] .who .avatar{color:#08150f}html:root[data-theme=dark] .ambient{background:radial-gradient(1200px 700px at 12% -8%,#101c2b 0%,transparent 60%),radial-gradient(900px 600px at 92% 4%,#0e1a26 0%,transparent 58%),linear-gradient(180deg,#0d1512 0%,#0b1310 100%)}html:root[data-theme=dark] .ambient .mesh{mix-blend-mode:screen;opacity:.22}html:root[data-theme=dark] .ambient .m3{background:radial-gradient(circle,rgba(56,189,248,.34) 0%,transparent 70%)}html:root[data-theme=dark] .ambient .m4{background:radial-gradient(circle,rgba(99,155,220,.3) 0%,transparent 70%)}html:root[data-theme=dark] .ambient .shimmer{opacity:.06}html:root[data-theme=dark] .ambient .grid{background-image:linear-gradient(rgba(140,185,235,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(140,185,235,.055) 1px,transparent 1px)}html:root[data-theme=dark] .approval.done{color:#6ee7b7}html:root[data-theme=dark] .approval.busy{color:#93c5fd}html:root[data-theme=dark] .approval.wait{color:#fcd34d}html:root[data-theme=dark] .approval.back{color:#fca5a5}html:root[data-theme=dark]{--select-edge: rgba(255, 255, 255, .09);--select-face: rgba(255, 255, 255, .04);--select-panel: #131e29}html:root[data-theme=dark] .trigger,html:root[data-theme=dark] .options,html:root[data-theme=dark] .field input{border-width:1px}html:root[data-theme=dark] .ambient .glass{border-color:#ffffff12;background:linear-gradient(140deg,rgba(255,255,255,.05),rgba(255,255,255,.01));box-shadow:0 8px 32px -10px #0009}html:root[data-theme=dark] .kpi{background:rgba(22,33,29,.82);border-color:#ffffff12;box-shadow:0 10px 28px -18px #000000bf}html:root[data-theme=dark] .kpi.lift:hover{box-shadow:0 18px 40px -18px #000000d9}html:root[data-theme=dark] .group-row th{background:rgba(28,41,36,.9);border-top-color:#ffffff0d;color:var(--ink)}html:root[data-theme=dark] .filters button,html:root[data-theme=dark] .chips button,html:root[data-theme=dark] .status-filter button,html:root[data-theme=dark] .quick button,html:root[data-theme=dark] .pager button,html:root[data-theme=dark] .actions button,html:root[data-theme=dark] .actions a,html:root[data-theme=dark] .toggle,html:root[data-theme=dark] .search{background:rgba(255,255,255,.04);border-color:#ffffff17}html:root[data-theme=dark] .field input{background:var(--select-face);border-color:var(--select-edge)}html:root[data-theme=dark] .field input::-webkit-calendar-picker-indicator{filter:invert(1) opacity(.65)}html:root[data-theme=dark] .filters button:hover,html:root[data-theme=dark] .chips button:hover,html:root[data-theme=dark] .status-filter button:hover,html:root[data-theme=dark] .quick button:hover,html:root[data-theme=dark] .actions button:hover,html:root[data-theme=dark] .actions a:hover{background:var(--brand-soft);border-color:#34c98a59}html:root[data-theme=dark] .filters button.on,html:root[data-theme=dark] .chips button.on,html:root[data-theme=dark] .status-filter button.on{background:var(--brand);border-color:var(--brand);color:#08150f}html:root[data-theme=dark] .filters button.on .n{background:rgba(0,0,0,.22);color:#08150f}html:root[data-theme=dark] .warming{background:var(--brand-soft);border-color:#34c98a47}html:root[data-theme=dark] .spinner{border-color:#34c98a47;border-top-color:var(--brand)}html:root[data-theme=dark] .alert{border-color:#f07b7352}html:root[data-theme=dark] .alert button{background:rgba(255,255,255,.05);border-color:#f07b7352}html:root[data-theme=dark] .tag.self{background:#16283f;color:#7fb2f0}html:root[data-theme=dark] .tag.dependent{background:#33280f;color:#e0a83c}html:root[data-theme=dark] .tag.both{background:var(--brand-soft);color:var(--brand)}html:root[data-theme=dark] thead th{background:rgba(255,255,255,.035)}html:root[data-theme=dark] .stats{background:rgba(255,255,255,.035)}html:root[data-theme=dark] .sms-pill{background:#d9ac16;color:#241a00}html:root[data-theme=dark] .family-grid article{background:rgba(255,255,255,.03);border-color:#ffffff12}html:root[data-theme=dark] .panel{background:var(--card)}html:root[data-theme=dark] .backdrop{background:rgba(0,0,0,.6)}select{color-scheme:light}select option{background-color:#fff;color:var(--ink);font-weight:400}select option:checked{font-weight:600}html:root[data-theme=dark] select{color-scheme:dark}html:root[data-theme=dark] select option{background-color:#1b2723;color:#eaf2ee}html:root[data-theme=dark] .site-footer{background:rgba(13,21,18,.86);border-top-color:#ffffff0f}html:root[data-theme=dark] .ambient .vignette{background:radial-gradient(ellipse 62% 52% at 50% 46%,rgba(13,21,18,.45) 0%,rgba(13,21,18,.18) 48%,transparent 78%)}.chips button.on,.filters button.on,.status-filter button.on,nav a.on,.who .avatar,.pill.solid{background:var(--brand-grad);border-color:transparent;color:#fff;box-shadow:0 6px 16px -8px #0f4c818c}html:root[data-theme=dark]{--brand: #7ab6ec;--brand-dark: #4f92d6;--brand-soft: #152738;--brand-bright: #9fcdf6;--brand-mid: #4f92d6;--brand-grad: linear-gradient(135deg, #7ab6ec 0%, #2f6fae 100%);--accent: #7ab6ec;--accent-soft: #152738;--spread: #4f92d6}html:root[data-theme=dark] .chips button.on,html:root[data-theme=dark] .filters button.on,html:root[data-theme=dark] .status-filter button.on,html:root[data-theme=dark] nav a.on,html:root[data-theme=dark] .who .avatar{color:#06213a;box-shadow:0 6px 18px -8px #4f92d680}html:root[data-theme=dark] nav a.on svg{color:#06213a}html:root[data-theme=dark] .brand-side{background:linear-gradient(150deg,#17395e 0%,#0e2540 55%,#0b1d33 100%)}html:root[data-theme=dark] .brand-side .glow{background:rgba(122,182,236,.3)}html:root[data-theme=dark] .submit{background:linear-gradient(135deg,#9fcdf6 0%,#6aa8e2 100%);color:#06213a;box-shadow:0 8px 20px -10px #7ab6ec8c}html:root[data-theme=dark] .submit:hover:not(:disabled){box-shadow:0 12px 26px -10px #7ab6eca6}html:root[data-theme=dark] .submit .spinner{border-color:#06213a47;border-top-color:#06213a}html:root[data-theme=dark] .control input:-webkit-autofill,html:root[data-theme=dark] .control input:-webkit-autofill:focus{-webkit-text-fill-color:var(--ink);box-shadow:0 0 0 40px #1b2723 inset}html:root[data-theme=dark] .sign-out{background:rgba(22,33,29,.8);border-color:var(--hairline)}html:root[data-theme=dark] .sign-out:hover{background:var(--danger-bg);border-color:var(--danger);color:var(--danger)}
