:root{--ink: #0f172a;--muted: #64748b;--line: #e2e8f0;--bg: #f8fafc;--blue: #2563eb;--blue-dark: #1d4ed8;--white: #fff;--red: #dc2626}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.center-screen{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.card{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:2rem;width:100%;max-width:380px;box-shadow:0 1px 2px #0f172a0a}.brand{display:flex;align-items:center;gap:.625rem;margin-bottom:1.5rem}.brand .mark{height:36px;width:36px;border-radius:9px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:700}.brand h1{font-size:1.05rem;margin:0}.brand p{margin:0;font-size:.75rem;color:var(--muted)}label{display:block;font-size:.78rem;font-weight:600;color:#475569;margin-bottom:.3rem}input{width:100%;height:40px;padding:0 .7rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;margin-bottom:1rem}input:focus{outline:2px solid var(--blue);border-color:var(--blue)}button.primary{width:100%;height:40px;border:0;border-radius:8px;background:var(--blue);color:#fff;font-weight:600;font-size:.9rem;cursor:pointer}button.primary:hover{background:var(--blue-dark)}button.primary:disabled{opacity:.6;cursor:default}.err{color:var(--red);font-size:.8rem;margin-bottom:.75rem}.topbar{height:56px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.linkbtn{background:none;border:0;color:var(--muted);cursor:pointer;font-size:.85rem}.linkbtn:hover{color:var(--ink)}.hello{padding:3rem 1.25rem;max-width:900px;margin:0 auto}.hello h2{margin:0 0 .25rem}.hello .sub{color:var(--muted);margin:0 0 1.5rem}.pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;background:#ecfdf5;color:#047857;padding:.25rem .6rem;border-radius:999px}.dot{height:8px;width:8px;border-radius:50%;background:#10b981}.app{display:flex;min-height:100vh}.sidebar{width:220px;background:#0f172a;color:#cbd5e1;display:flex;flex-direction:column;flex-shrink:0}.side-brand{display:flex;align-items:center;gap:.55rem;padding:1rem 1.1rem;color:#fff;font-weight:700;border-bottom:1px solid #1e293b}.mark.sm{height:26px;width:26px;font-size:.85rem;border-radius:7px}.sidebar nav{flex:1;padding:.5rem 0}.navitem{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:0;color:#cbd5e1;text-align:left;padding:.6rem 1.1rem;font-size:.9rem;cursor:pointer;border-left:2px solid transparent}.navitem:hover{background:#1e293b}.navitem.active{background:#1e293b;color:#fff;border-left-color:var(--blue)}.soon{font-size:.62rem;text-transform:uppercase;letter-spacing:.04em;background:#334155;color:#94a3b8;padding:.05rem .35rem;border-radius:4px}.side-foot{padding:.9rem 1.1rem;border-top:1px solid #1e293b}.side-foot .who{font-size:.82rem;color:#e2e8f0;margin-bottom:.2rem}.main{flex:1;min-width:0;overflow:auto}.page{max-width:980px;margin:0 auto;padding:2rem 1.75rem}.page h2{margin:0 0 .2rem}.muted{color:var(--muted)}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.page-head p{margin:.15rem 0 0}button.primary.sm,button.ghost{width:auto;height:38px;padding:0 .9rem}button.ghost{background:#fff;border:1px solid #cbd5e1;color:#334155;border-radius:8px;font-weight:600;font-size:.88rem;cursor:pointer}button.ghost:hover{background:#f1f5f9}.search{width:100%;max-width:420px;height:38px;margin-bottom:1rem}.linkbtn{background:none;border:0;color:var(--muted);cursor:pointer;font-size:.82rem;margin-left:.75rem}.linkbtn:hover{color:var(--ink);text-decoration:underline}.linkbtn.danger{color:#ef4444}.tablewrap{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}table{width:100%;border-collapse:collapse;font-size:.88rem}thead{background:#f8fafc;color:#64748b;font-size:.74rem;text-transform:uppercase;letter-spacing:.03em}th,td{text-align:left;padding:.65rem .9rem}tbody tr{border-top:1px solid #f1f5f9}tbody tr:hover{background:#f8fafc}.r{text-align:right}.mono{font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.strong{font-weight:600;color:var(--ink)}.sub{font-size:.74rem;color:#94a3b8}.nowrap{white-space:nowrap}.empty{text-align:center;color:#94a3b8;padding:2rem}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:grid;place-items:center;padding:1rem;z-index:50}.modal{background:#fff;border-radius:14px;width:100%;max-width:620px;max-height:90vh;overflow:auto;box-shadow:0 10px 40px #02061740}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--line)}.modal-head h3{margin:0}.x{background:none;border:0;font-size:1.4rem;line-height:1;color:#94a3b8;cursor:pointer}.modal-body{padding:1.25rem}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.field{display:block}.field.wide{grid-column:1 / -1}.field span{display:block;font-size:.76rem;font-weight:600;color:#475569;margin-bottom:.3rem}.field input,.field select{margin-bottom:0}.modal-foot{display:flex;justify-content:flex-end;gap:.6rem;padding:1rem 1.25rem;border-top:1px solid var(--line);background:#f8fafc;border-radius:0 0 14px 14px}select{width:100%;height:40px;padding:0 .6rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;background:#fff}
