@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";:root{font-family:IBM Plex Sans,Noto Sans SC,sans-serif;color-scheme:dark}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%}body{min-width:320px;background:#0b1017}button,input,textarea{font:inherit}.admin-layout{min-height:100vh}.desktop-sider{min-height:100vh;position:sticky!important;top:0;background:#0b1017!important}.brand{height:78px;display:flex;align-items:center;gap:12px;padding:0 22px;border-bottom:1px solid rgba(126,146,171,.13)}.brand.compact{padding:0;justify-content:center}.brand-mark{width:34px;height:34px;border:1px solid rgba(22,199,132,.48);border-radius:10px;display:grid;place-items:center;background:linear-gradient(145deg,#16c7842e,#16c78405);box-shadow:inset 0 0 18px #16c78414}.brand-mark span{width:13px;height:13px;background:#16c784;border-radius:2px 7px;transform:rotate(45deg);box-shadow:0 0 18px #16c7848c}.brand-copy{display:flex;flex-direction:column;line-height:1.05;letter-spacing:.02em}.brand-copy strong{font-size:17px;color:#f5f8fb}.brand-copy small{font-family:IBM Plex Mono;margin-top:5px;font-size:9px;letter-spacing:.18em;color:#6e8298}.sider-foot{position:absolute;left:18px;right:18px;bottom:18px;display:flex;align-items:center;gap:10px;padding:12px;border:1px solid rgba(126,146,171,.13);border-radius:10px;background:#ffffff05}.sider-foot>div{display:flex;flex-direction:column}.sider-foot strong{font:500 11px IBM Plex Mono;color:#c6d1dc}.sider-foot small{color:#63768a;font-size:10px;margin-top:2px}.status-dot{width:7px;height:7px;border-radius:50%;background:#16c784;box-shadow:0 0 0 5px #16c7841a}.topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:20;background:#0e141cdb!important;backdrop-filter:blur(18px)}.topbar-left,.topbar-actions{display:flex;align-items:center;gap:14px}.live-pulse{display:inline-block;width:6px;height:6px;margin-right:4px;border-radius:50%;background:currentColor;animation:pulse 1.8s ease infinite}.profile-trigger{border:0;background:transparent;color:inherit;display:flex;align-items:center;gap:9px;cursor:pointer;border-left:1px solid rgba(126,146,171,.18);padding-left:16px}.profile-trigger>span{min-width:90px;display:flex;flex-direction:column;text-align:left;line-height:1.25}.profile-trigger strong{font-size:12px}.profile-trigger small{font:10px IBM Plex Mono;color:#6e8298;text-transform:uppercase}.content-shell{background:radial-gradient(circle at 88% 4%,rgba(79,140,255,.08),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.01),transparent 24%)}.page-wrap{padding:30px clamp(18px,3vw,42px) 48px;max-width:1700px;margin:0 auto}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:24px}.page-eyebrow{margin:0 0 7px;font:500 10px IBM Plex Mono;letter-spacing:.18em;color:#16c784;text-transform:uppercase}.page-title{margin:0;font-size:clamp(26px,3vw,40px);line-height:1.03;letter-spacing:-.035em}.page-description{margin:9px 0 0;color:#718397;max-width:720px}.page-actions{display:flex;flex-wrap:wrap;gap:9px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.metric-card{position:relative;overflow:hidden}.metric-card:after{content:"";position:absolute;right:-28px;bottom:-32px;width:100px;height:100px;border:1px solid rgba(22,199,132,.13);border-radius:50%}.metric-label{font:500 10px IBM Plex Mono;color:#6f8296;letter-spacing:.11em;text-transform:uppercase}.metric-value{font:600 clamp(25px,3vw,36px) "IBM Plex Mono";margin:12px 0 5px;letter-spacing:-.04em}.metric-meta{color:#6e8298;font-size:12px}.panel-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(340px,.8fr);gap:18px;margin-top:18px}.chart-panel{min-height:340px}.toolbar{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center;margin-bottom:16px}.toolbar-main{display:flex;flex:1;min-width:250px;gap:9px}.table-card{overflow:hidden}.mono{font-family:IBM Plex Mono,monospace;font-size:.92em}.json-preview{margin:0;white-space:pre-wrap;word-break:break-word;font:12px/1.65 IBM Plex Mono;color:#aebdca}.empty-copy{text-align:center;padding:42px;color:#718397}.mobile-trigger,.mobile-drawer,.mobile-mask{display:none!important}.page-enter-active,.page-leave-active{transition:opacity .16s ease,transform .16s ease}.page-enter-from{opacity:0;transform:translateY(6px)}.page-leave-to{opacity:0;transform:translateY(-4px)}@keyframes pulse{50%{opacity:.35;transform:scale(.75)}}@media(max-width:1100px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-grid{grid-template-columns:1fr}}@media(max-width:760px){.desktop-sider{display:none!important}.mobile-trigger{display:inline-flex!important}.mobile-mask{display:block!important;position:fixed;inset:0;z-index:99;background:#0000009e;backdrop-filter:blur(3px)}.mobile-drawer{display:block!important;position:fixed;z-index:100;left:0;top:0;bottom:0;width:min(88vw,310px);background:#0b1017;transform:translate(-105%);transition:transform .2s ease;overflow-y:auto}.mobile-drawer.open{transform:translate(0)}.drawer-close{margin-left:auto}.topbar{padding:0 14px}.topbar .n-breadcrumb{display:none}.profile-trigger>span,.profile-trigger>.n-icon,.topbar-actions>.n-tag{display:none}.profile-trigger{min-width:auto;padding-left:10px}.page-wrap{padding:22px 14px 38px}.page-header{align-items:flex-start;flex-direction:column}.metric-grid{grid-template-columns:1fr}.toolbar-main{min-width:100%}}
