:root{--zap-bg:#171e2e;--zap-panel:#1e2738;--zap-border:#2a3a4e;--zap-text:#e9edef;--zap-muted:#8696a0;--zap-accent:#00a884;--zap-orange:#f26522;--zap-touch-min:44px;--zap-break-tablet:768px;--zap-break-desktop:1024px}body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom)}.dashboard-root{flex-direction:column;max-width:1600px;height:100dvh;margin:0 auto;display:flex;position:relative;overflow:hidden}.dashboard-body{flex:1;display:flex;position:relative;overflow:hidden}.dashboard-aside-left,.dashboard-aside-right{-webkit-overflow-scrolling:touch;flex-shrink:0;overflow-y:auto}.dashboard-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}@media (max-width:767px){.dashboard-aside-left{z-index:100;width:min(320px,100vw);transition:transform .25s ease-out;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #0000004d}.dashboard-aside-left.dashboard-panel-open{transform:translate(0)}.dashboard-aside-right{z-index:100;width:min(320px,100vw);transition:transform .25s ease-out;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #0000004d}.dashboard-aside-right.dashboard-panel-open{transform:translate(0)}.dashboard-backdrop{z-index:99;opacity:0;pointer-events:none;background:#00000080;transition:opacity .2s;position:fixed;inset:0}.dashboard-backdrop.dashboard-backdrop-visible{opacity:1;pointer-events:auto}}@media (pointer:coarse){.dashboard-root button:not(.dashboard-touch-ignore),.dashboard-root a[href]{min-height:var(--zap-touch-min);min-width:var(--zap-touch-min)}}.adm-root{background:var(--zap-bg);min-height:100vh;color:var(--zap-text)}.adm-header{background:var(--zap-panel);border-bottom:1px solid var(--zap-border);padding:.75rem 1rem}.adm-header-inner{flex-wrap:wrap;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.adm-back{color:var(--zap-accent);font-size:.9rem;text-decoration:none}.adm-back:hover{text-decoration:underline}.adm-nav{gap:.25rem;display:flex}.adm-nav-link{color:var(--zap-muted);border-radius:6px;padding:.5rem .75rem;font-size:.95rem;text-decoration:none}.adm-nav-link:hover{color:var(--zap-text);background:#ffffff0f}.adm-nav-link-active{color:var(--zap-accent);background:#00a88426}.adm-main{max-width:1200px;margin:0 auto;padding:1.5rem 1rem}.adm-card{background:var(--zap-panel);border:1px solid var(--zap-border);border-radius:8px;margin-bottom:1rem;padding:1.25rem}.adm-card h2{margin:0 0 .5rem;font-size:1.1rem}.adm-card p{color:var(--zap-muted);margin:0;font-size:.9rem}.adm-card a{color:var(--zap-accent);text-decoration:none}.adm-card a:hover{text-decoration:underline}.adm-placeholder{color:var(--zap-muted);font-style:italic}
