*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans, sans-serif);background:var(--bg-page, #02060d);color:var(--text-primary, #f8fafc)}#topbar{display:flex;gap:1rem;align-items:center;padding:.6rem 1rem;border-bottom:1px solid var(--border-primary, #364153)}#topbar .pill{font-size:.8rem;border:1px solid var(--border-primary, #364153);border-radius:999px;padding:.1rem .6rem}#status{margin-left:auto;font-size:.8rem;opacity:.8}#layout{display:flex;min-height:calc(100vh - 6rem)}#menu{width:14rem;padding:1rem;border-right:1px solid var(--border-primary, #364153)}#menu .group{font-size:.7rem;letter-spacing:.1em;opacity:.6;margin:.8rem 0 .2rem}#menu a{display:block;padding:.25rem .5rem;text-decoration:none;color:inherit;border-radius:6px}#menu a.active{background:var(--accent-primary, #00a6f4);color:#fff}#content{flex:1;padding:1rem 1.5rem}#fleet{border-collapse:collapse;min-width:32rem}#fleet th,#fleet td{text-align:left;padding:.35rem .8rem;border-bottom:1px solid var(--border-subtle, #0f1924)}#search{margin:0 0 .8rem;padding:.3rem .6rem}#keybar{padding:.5rem 1rem;font-size:.75rem;opacity:.7;border-top:1px solid var(--border-primary, #364153)}body.epaper{background:#fff;color:#111}body.epaper #menu a.active{background:#000}#panels section{margin-bottom:1.2rem;border:1px solid var(--border-subtle, #0f1924);border-radius:8px;padding:.4rem .8rem}#panels section.active{border-color:var(--accent-primary, #00a6f4)}#panels h3{margin:.3rem 0 .5rem;font-size:.85rem;font-weight:600;opacity:.9}#panels .scroll{max-height:24rem;overflow:auto}#panels table{border-collapse:collapse;width:100%;font-size:.85rem}#panels th{position:sticky;top:0;background:var(--bg-surface, #0f172b);text-align:left;padding:.3rem .6rem}#panels td{padding:.25rem .6rem;border-bottom:1px solid var(--border-subtle, #0f1924)}#panels tr.bad td{color:var(--status-error, #ef4444)}#panels tr.drill{cursor:pointer}#panels tr.drill:hover td{background:var(--bg-hover, rgba(255,255,255,.04))}#panels button{font-size:.75rem;padding:.1rem .5rem;cursor:pointer}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:10}.overlay[hidden]{display:none}.overlay form{background:var(--bg-surface, #0f172b);border:1px solid var(--border-primary, #364153);border-radius:10px;padding:1.2rem 1.6rem;display:flex;flex-direction:column;gap:.6rem;min-width:20rem}.overlay form .row{display:flex;gap:.6rem}.overlay input,.overlay select{padding:.35rem .6rem}#login-err{color:var(--status-error, #ef4444);font-size:.8rem;margin:0}body.epaper #panels tr.bad td{color:#000;font-weight:700}#panels.fullscreen section{display:none}#panels.fullscreen section.solo{display:block}#panels.fullscreen section.solo .scroll{max-height:calc(100vh - 14rem)}#help-box pre{font-size:.85rem;line-height:1.6;margin:0}
