:root { --bg:#0c1118; --panel:#121a24; --panel-2:#172230; --line:#263545; --text:#e8eef5; --muted:#8c9bab; --accent:#54d6ad; --amber:#e9b66b; --danger:#ed7e86; --blue:#83b8ff; --radius:14px; font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; }
* { box-sizing:border-box; }
body { margin:0; background:var(--bg); color:var(--text); font-size:14px; line-height:1.5; }
button, input, select { font:inherit; color:inherit; }
button, .nav-link { -webkit-tap-highlight-color:transparent; }
.skip-link { position:absolute; left:-999px; top:8px; background:var(--accent); color:#07110e; padding:8px 12px; z-index:3; border-radius:6px; }
.skip-link:focus { left:8px; }
.topbar { height:70px; border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; padding:0 30px; background:#0e151e; }
.brand { display:flex; align-items:center; gap:10px; font-size:16px; letter-spacing:.01em; }.brand b { color:var(--muted); font-weight:500; }.brand-mark { display:grid; place-items:center; width:30px; height:30px; border-radius:9px; background:var(--accent); color:#0b1915; font-weight:800; }
.connection { display:flex; align-items:center; gap:8px; color:var(--muted); font-size:12px; }.connection[data-state=live] { color:var(--accent); }.connection-detail { border-left:1px solid var(--line); padding-left:9px; color:#667688; }.status-dot { width:7px; height:7px; display:inline-block; border-radius:50%; background:var(--danger); }.connection[data-state=live] .status-dot { background:var(--accent); box-shadow:0 0 0 4px #54d6ad1c; }
.layout { display:grid; grid-template-columns:226px minmax(0,1fr); min-height:calc(100vh - 70px); }.sidebar { border-right:1px solid var(--line); padding:28px 16px 20px; display:flex; flex-direction:column; gap:5px; }.eyebrow { color:#718194; text-transform:uppercase; letter-spacing:.12em; font-size:10px; font-weight:700; margin:0 0 8px; }.nav-link { color:var(--muted); text-decoration:none; padding:11px 12px; border-radius:9px; display:flex; gap:12px; align-items:center; transition:.15s; }.nav-link span { width:15px; color:#697b8c; text-align:center; }.nav-link:hover, .nav-link:focus-visible { background:var(--panel); color:var(--text); outline:none; }.nav-link.active { background:#19332f; color:var(--accent); }.nav-link.active span { color:var(--accent); }.sidebar-footer { margin-top:auto; border-top:1px solid var(--line); padding:18px 10px 0; color:var(--muted); display:flex; gap:8px; font-size:12px; align-items:center; }.sidebar-footer strong { color:var(--text); font-weight:500; }
.main { padding:34px clamp(20px,4vw,58px) 60px; max-width:1440px; width:100%; }.page-heading { display:flex; justify-content:space-between; gap:20px; align-items:flex-end; margin-bottom:30px; }h1, h2, h3, p { margin-top:0; }h1 { font-size:30px; letter-spacing:-.04em; margin:0; }h2 { font-size:19px; letter-spacing:-.02em; margin:0; }h3 { margin:0 0 4px; font-size:15px; }.revision { display:flex; gap:9px; align-items:center; color:var(--muted); font-size:11px; }.revision code { color:var(--text); background:var(--panel); padding:4px 7px; border-radius:5px; max-width:150px; overflow:hidden; text-overflow:ellipsis; }.revision span:nth-of-type(2) { margin-left:10px; }.card { background:var(--panel); border:1px solid var(--line); border-radius:var(--radius); padding:22px; }.hero-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }.card-label { color:var(--muted); font-size:12px; display:flex; justify-content:space-between; gap:8px; }.metric { display:block; font-size:28px; line-height:1.2; letter-spacing:-.04em; margin:18px 0 5px; }.metric-state { color:var(--amber); font-size:22px; }.metric-sub { color:#718194; font-size:12px; }.balance-card { border-color:#28544a; background:linear-gradient(140deg,#142720,#121a24 70%); }.balance-card .metric { color:var(--accent); }.pill { display:inline-block; color:var(--accent); border:1px solid #2d6657; border-radius:99px; padding:3px 7px; font-size:10px; text-transform:uppercase; letter-spacing:.06em; }.pill.muted { color:var(--muted); border-color:var(--line); }.content-grid { display:grid; grid-template-columns:1.4fr 1fr; gap:14px; margin-top:14px; }.card-heading { display:flex; justify-content:space-between; align-items:flex-start; }.empty-chart { min-height:230px; display:grid; place-content:center; justify-items:center; text-align:center; color:var(--muted); }.empty-chart span { color:#4e677a; font-size:40px; }.empty-chart p { max-width:280px; font-size:13px; }.state-list { margin:10px 0 0; }.state-list div { border-bottom:1px solid var(--line); padding:12px 0; display:flex; justify-content:space-between; gap:10px; }.state-list div:last-child { border:0; }.state-list dt { color:var(--muted); }.state-list dd { margin:0; text-align:right; }
.section-intro { margin-bottom:22px; }.section-intro p:last-child { color:var(--muted); margin:6px 0 0; }.section-intro.inline { display:flex; justify-content:space-between; align-items:end; gap:20px; }.control-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.control-card { display:grid; grid-template-columns:1fr auto; gap:18px; align-items:start; }.control-card p { color:var(--muted); font-size:13px; margin:0; }.control-card .button { grid-column:1/-1; }.command-status { grid-column:1/-1; color:var(--muted); }.button { border:0; border-radius:8px; padding:10px 13px; cursor:pointer; background:var(--accent); color:#07110e; font-weight:700; }.button.secondary { color:var(--text); background:var(--panel-2); border:1px solid var(--line); }.button:hover, .button:focus-visible { filter:brightness(1.12); outline:2px solid #54d6ad66; outline-offset:2px; }.switch { position:relative; width:42px; height:24px; }.switch input { opacity:0; width:0; height:0; }.switch span { position:absolute; inset:0; border-radius:99px; background:#263545; cursor:pointer; }.switch span:before { content:""; position:absolute; width:18px; height:18px; left:3px; top:3px; background:#8190a0; border-radius:50%; transition:.15s; }.switch input:checked + span { background:#277c67; }.switch input:checked + span:before { transform:translateX(18px); background:var(--accent); }
.search input, select { background:var(--panel); border:1px solid var(--line); border-radius:8px; padding:9px 11px; min-width:190px; }.search input:focus, select:focus { outline:2px solid #54d6ad66; border-color:var(--accent); }.table-wrap { overflow:auto; padding:0; }table { width:100%; border-collapse:collapse; text-align:left; min-width:620px; }th, td { padding:15px 20px; border-bottom:1px solid var(--line); }th { color:#748597; font-size:11px; text-transform:uppercase; letter-spacing:.1em; }.empty-row td { color:var(--muted); text-align:center; padding:55px 20px; }.log-list { padding:0; }.empty-state { padding:50px 20px; text-align:center; color:var(--muted); display:grid; gap:6px; }.empty-state strong { color:var(--text); }.ownership-total { display:flex; align-items:center; gap:18px; margin-bottom:14px; }.ownership-total strong { color:var(--accent); font-size:28px; margin-left:auto; }.ownership-total small { color:var(--muted); }.character-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.settings-list { padding:0; }.settings-list > div { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:20px 22px; border-bottom:1px solid var(--line); }.settings-list > div:last-child { border:0; }.settings-list p { color:var(--muted); margin:0; }.settings-list code { color:var(--text); }.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; }[hidden] { display:none !important; }
@media (max-width:800px) { .topbar { padding:0 16px; height:62px; }.connection-detail { display:none; }.layout { display:block; }.sidebar { border:0; border-bottom:1px solid var(--line); padding:8px 12px; display:flex; flex-direction:row; overflow:auto; gap:3px; }.sidebar .eyebrow, .sidebar-footer { display:none; }.nav-link { white-space:nowrap; padding:9px 10px; font-size:12px; }.nav-link span { display:none; }.main { padding:26px 16px 45px; }.page-heading { align-items:flex-start; flex-direction:column; margin-bottom:24px; }.revision { width:100%; }.revision span:nth-of-type(2) { margin-left:auto; }.hero-grid { grid-template-columns:repeat(2,1fr); }.content-grid, .control-grid, .character-grid { grid-template-columns:1fr; }.metric { font-size:24px; }.card { padding:18px; }.section-intro.inline { align-items:stretch; flex-direction:column; }.search input { width:100%; } }
@media (max-width:430px) { .brand { font-size:14px; }.hero-grid { gap:8px; }.hero-grid .card { padding:14px; }.metric { font-size:21px; }.card-label { display:block; }.card-label .pill { margin-top:5px; }.ownership-total { align-items:flex-start; flex-wrap:wrap; }.ownership-total strong { margin-left:0; width:100%; }.settings-list > div { align-items:flex-start; flex-direction:column; gap:10px; } }
