:root{--font-sans:"Aptos", "Segoe UI Variable", "DIN Alternate", sans-serif;--color-bg:#0e1419;--color-bg-elevated:#121c23db;--color-surface:#17242dd6;--color-surface-soft:#ffffff14;--color-text:#f8f4ec;--color-text-soft:#c6cdd2;--color-border:#ffffff14;--color-accent:#c62828;--color-accent-soft:#c628282e;--color-warning:#f9a825;--color-success:#2e7d32;--shadow-panel:0 24px 60px #00000047;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light]{--color-bg:#f1e8dc;--color-bg-elevated:#fffcf7f5;--color-surface:#fffffff0;--color-surface-soft:#17212a1a;--color-text:#111922;--color-text-soft:#394754;--color-border:#17212a24;--color-accent-soft:#c6282829;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--shadow-panel:0 18px 48px #26221d1f}*{box-sizing:border-box}html{background:radial-gradient(circle at top left, #c628283d, transparent 30%), radial-gradient(circle at top right, #f9a8252e, transparent 28%), linear-gradient(160deg, var(--color-bg) 0%, #111820 48%, var(--color-bg) 100%);min-height:100%}body{min-height:100vh;font-family:var(--font-sans);color:var(--color-text);margin:0}body:before{content:"";pointer-events:none;background:linear-gradient(#ffffff08,#ffffff03),repeating-linear-gradient(135deg,#0000 0 22px,#ffffff05 22px 24px);position:fixed;inset:0}button,input,select,textarea{font:inherit}button,.button-link{cursor:pointer;border:0;border-radius:16px;padding:.9rem 1.2rem;text-decoration:none;transition:transform .16s,opacity .16s,background .16s}button:hover,.button-link:hover{transform:translateY(-1px)}button:disabled{opacity:.55;cursor:not-allowed;transform:none}input,select,textarea{border:1px solid var(--color-border);width:100%;color:var(--color-text);background:var(--color-surface-soft);border-radius:14px;padding:.9rem 1rem}select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}select option{color:var(--color-text);background:#1b252d}:root[data-theme=light] select{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=light] select option{color:var(--color-text);background:#fffaf4}textarea{resize:vertical}label{color:var(--color-text-soft);gap:.45rem;font-size:.95rem;display:grid}h1,h2,h3,p{margin:0}#root{min-height:100vh}.centered-shell,.auth-shell{place-items:center;min-height:100vh;padding:2rem;display:grid}.redirect-shell{padding:1.5rem}.hero-panel,.sidebar,.content,.panel,.stat-card{-webkit-backdrop-filter:blur(20px)}.hero-panel,.sidebar,.panel,.stat-card{border:1px solid var(--color-border);background:var(--color-bg-elevated);box-shadow:var(--shadow-panel)}.hero-panel{border-radius:32px;gap:1.4rem;max-width:760px;padding:3rem;display:grid}.hero-panel h1{max-width:11ch;font-size:clamp(2.4rem,5vw,4.8rem);line-height:.95}.hero-panel p,.sidebar-copy{color:var(--color-text-soft);max-width:52ch}.hero-actions,.sidebar-actions,.tracker-actions,.panel-actions,.editor-actions{flex-wrap:wrap;gap:.8rem;display:flex}.app-shell{grid-template-columns:minmax(280px,320px) 1fr;align-items:start;gap:1.2rem;min-height:100vh;padding:1.2rem;display:grid}.sidebar{border-radius:28px;flex-direction:column;justify-content:space-between;gap:1.5rem;min-height:calc(100vh - 2.4rem);padding:1.5rem;display:flex;position:sticky;top:1.2rem}.content-shell{justify-content:center;min-width:0;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--color-warning);align-items:center;gap:.4rem;font-size:.72rem;display:inline-flex}.sidebar h1{word-break:keep-all;margin-top:.75rem;font-size:clamp(1.7rem,2.4vw,2.8rem);line-height:.95}.nav{gap:.55rem;display:grid}.nav-item{text-align:left;color:var(--color-text);background:0 0;border:1px solid #0000}.nav-item.active{background:linear-gradient(135deg, var(--color-accent), #ff7043)}.sidebar-footer{gap:.8rem;display:grid}.sidebar-footer span{color:var(--color-text-soft);display:block}.content{border:1px solid var(--color-border);background:#ffffff08;border-radius:28px;align-content:start;gap:1rem;width:min(100%,1120px);padding:1.5rem;display:grid}:root[data-theme=light] .content{background:#ffffff70}.mobile-menu-button,.sidebar-backdrop{display:none}.topbar,.panel-header,.history-row,.legend-item{justify-content:space-between;align-items:start;gap:1rem;display:flex}.history-row>div:first-child{gap:.25rem;min-width:0;display:grid}.history-row>div:last-child{text-align:right;justify-items:end;gap:.25rem;min-width:0;display:grid}.history-row>div:first-child span,.history-row>div:first-child strong{overflow-wrap:anywhere}.topbar h2{margin-top:.35rem;font-size:clamp(1.6rem,2vw,2.5rem)}.status-pill{background:var(--color-surface-soft);color:var(--color-text);border-radius:999px;padding:.55rem .95rem}.status-pill.tiny{font-size:.78rem}.message{border-radius:18px;padding:.9rem 1rem}.message.error{color:#ffcdc8;background:#c6282829}.message.success{color:#cdebd0;background:#2e7d3229}:root[data-theme=light] .message.error{color:#7d1f1f;background:#c628281f}:root[data-theme=light] .message.success{color:#1f5c26;background:#2e7d321f}.panel,.stat-card{border-radius:24px;padding:1.2rem}.tracker-panel{background:linear-gradient(145deg, #c6282829, #ffffff05), var(--color-bg-elevated)}.running-badge{color:var(--color-text-soft)}:root[data-theme=light] .tracker-panel{background:linear-gradient(145deg, #c628281f, #ffffff85), var(--color-bg-elevated)}.tracker-grid,.form-grid,.stats-grid,.charts-grid,.admin-grid{gap:1rem;display:grid}.range-grid{grid-template-columns:repeat(2,minmax(0,220px))}.token-form{align-items:end;margin-bottom:.75rem}.token-preview code{color:inherit;overflow-wrap:anywhere;background:#0000002e;border-radius:14px;margin-top:.55rem;padding:.85rem 1rem;display:block}:root[data-theme=light] .token-preview code{background:#17212a14}.tracker-grid,.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.full-width{grid-column:1/-1}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card{gap:.35rem;display:grid}.stat-label{color:var(--color-text-soft)}.stat-value{font-size:clamp(1.4rem,2vw,2.2rem)}.charts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bars{gap:1rem;display:grid}.bar-row{gap:.45rem;display:grid}.bar-label-row{color:var(--color-text-soft);justify-content:space-between;align-items:center;gap:1rem;display:flex}.bar-track{background:var(--color-surface-soft);border-radius:999px;height:12px;overflow:hidden}.bar-fill{border-radius:inherit;height:100%}.donut-layout{grid-template-columns:220px 1fr;align-items:center;gap:1rem;display:grid}.donut{aspect-ratio:1;border-radius:50%;place-items:center;display:grid}.donut-inner{aspect-ratio:1;background:var(--color-bg-elevated);text-align:center;border-radius:50%;place-items:center;width:62%;display:grid}.legend{gap:.75rem;display:grid}.legend-item{align-items:center}.legend-swatch{border-radius:999px;width:12px;height:12px}.table-like,.history-card{gap:.9rem;display:grid}.history-card{background:var(--color-surface-soft);border-radius:20px;padding:1rem}.breakdown-card{gap:1rem}.compact-bars{gap:.7rem}.history-meta{color:var(--color-text-soft);flex-wrap:wrap;gap:.75rem 1rem;font-size:.9rem;display:flex}.compact .history-row{border-bottom:1px solid var(--color-border);padding:.85rem 0}.compact .history-row:last-child{border-bottom:0}.settings-row>div:last-child,.settings-row>div:first-child{text-align:left;justify-items:start}.editor{border-top:1px solid var(--color-border);gap:1rem;margin-top:.5rem;padding-top:1rem;display:grid}.manual-entry-form{border-top:0;margin-top:0;padding-top:0}.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.toggle{align-items:center;gap:.75rem;display:flex}.toggle input{width:auto}.primary,.button-link.primary{background:linear-gradient(135deg, var(--color-accent), #ff7043);color:#fff7f2}.danger{color:#ffd6d2;background:#c628282e}.ghost{background:var(--color-surface-soft);color:var(--color-text)}:root[data-theme=light] .danger{color:#8d2323;background:#c6282824}:root[data-theme=light] .ghost,:root[data-theme=light] .theme-toggle,:root[data-theme=light] .status-pill{color:var(--color-text);background:#17212a14}:root[data-theme=light] .nav-item{color:#1c2630}:root[data-theme=light] .history-card,:root[data-theme=light] .bar-track{background:#17212a14}.row-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;display:flex}.pagination-pill{text-align:center;justify-self:center;min-width:8.5rem}.history-pagination{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;display:grid}.history-pagination>:first-child{justify-self:start}.history-pagination>:last-child{justify-self:end}.token-list{margin-top:.35rem}.function-list-item{align-items:flex-start;gap:.7rem;display:flex}.function-list-item>div{gap:.25rem;min-width:0;display:grid}.function-color-dot{width:.8rem;height:.8rem;box-shadow:0 0 0 1px var(--color-border);border-radius:999px;flex:none;margin-top:.25rem}.color-input{min-height:3.2rem;padding:.35rem}.theme-toggle{background:var(--color-surface-soft);min-width:3rem;color:var(--color-text);padding:.8rem .95rem;font-size:1.15rem;line-height:1}.empty{color:var(--color-text-soft)}@media (width<=1080px){.charts-grid,.admin-grid,.stats-grid,.donut-layout{grid-template-columns:1fr}.app-shell{grid-template-columns:1fr;padding:.8rem}.sidebar,.content,.hero-panel{border-radius:22px;padding:1.2rem}.mobile-menu-button{z-index:40;background:var(--color-bg-elevated);width:3.2rem;height:3.2rem;color:var(--color-text);border:1px solid var(--color-border);box-shadow:var(--shadow-panel);-webkit-backdrop-filter:blur(20px);justify-content:center;align-items:center;padding:0;display:inline-flex;position:fixed;top:1rem;left:1rem}.sidebar-backdrop{z-index:20;background:#070a0e6b;border:0;padding:0;display:block;position:fixed;inset:0}.sidebar{z-index:30;width:min(84vw,320px);min-height:auto;transition:transform .18s;position:fixed;top:.8rem;bottom:.8rem;left:.8rem;transform:translate(calc(-100% - 1.2rem))}.sidebar.mobile-open{transform:translate(0)}.content-shell{width:100%;padding-top:3.8rem}}@media (width<=720px){.tracker-grid,.form-grid,.range-grid{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:start}.history-row,.panel-header{flex-direction:column}.history-row>div:last-child{text-align:left;justify-items:start;width:100%}.history-row>div:last-child .ghost,.history-row>div:last-child .danger,.history-row>div:last-child .primary{width:fit-content}.history-meta{flex-direction:column;gap:.35rem}.row-actions{justify-content:flex-start;width:100%}}
