:root{color-scheme:dark;--bg:#090909;--panel:#111111;--panel-alt:#161616;--border:#262626;--text:#edf2f7;--muted:#a7adb8;--accent:#e63946;--success:#2fa36b}*{box-sizing:border-box}#root,body,html{margin:0;min-height:100%}body{min-height:100vh;font-family:Inter,'Segoe UI',sans-serif;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.site-shell{min-height:100vh;display:flex;flex-direction:column}.topbar-wrap{position:sticky;top:0;z-index:26;padding:0;background:0 0}.content-wrap,.footer-bar,.topbar{width:min(1040px,calc(100% - 24px));margin:0 auto}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:76px;padding:10px 16px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(7,7,7,.78);backdrop-filter:blur(18px);box-shadow:0 18px 40px rgba(0,0,0,.28)}.brand-lockup{display:flex;align-items:center;gap:10px}.brand-dot{width:10px;height:10px;border-radius:50%;background:var(--accent)}.brand-lockup strong{display:block;font-size:14px}.brand-lockup span:last-child,.footer-bar,.inline-note,.lead,.muted,.security-list,.stack-list p{color:var(--muted)}.button-row,.stats-row,.status-row,.topbar-actions{display:flex;flex-wrap:wrap;gap:10px}.stack-list{display:grid;gap:12px}.stack-list strong{display:block;margin-bottom:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:0 18px;border:1px solid rgba(148,163,184,.16);border-radius:8px;cursor:pointer;background:rgba(15,23,35,.7);color:#cbd5e1;font-weight:600;font-size:.88rem;letter-spacing:.02em;transition:border-color .15s,background .15s,color .15s}.btn:hover{border-color:rgba(148,163,184,.3);background:rgba(30,41,59,.8);color:#e2e8f0}.btn-primary{background:#e2e8f0;border-color:#e2e8f0;color:#0f172a}.btn-primary:hover{background:#f1f5f9;border-color:#f1f5f9}.btn-ghost{background:0 0;border-color:rgba(148,163,184,.14)}.btn-ghost:hover{background:rgba(148,163,184,.06)}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.metric-card{min-width:110px;padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--panel-alt)}.metric-card strong{display:block;font-size:1.2rem}.metric-card span{font-size:12px;color:var(--muted)}.alert{padding:12px 14px;border-radius:10px;border:1px solid var(--border)}.alert-error{background:rgba(230,57,70,.12);border-color:rgba(230,57,70,.45)}.alert-success{background:rgba(47,163,107,.12);border-color:rgba(47,163,107,.45)}.status-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid var(--border);background:var(--panel-alt);font-size:12px;font-weight:700}.status-pill.is-success{border-color:rgba(47,163,107,.45);color:#b8f1d1}.status-pill.is-danger{border-color:rgba(230,57,70,.45);color:#ffc7cc}.status-pill.is-accent{border-color:rgba(255,255,255,.22);color:#f4f4f4}.status-pill.is-muted{color:var(--muted)}.identity-block{display:flex;align-items:center;gap:12px}.avatar-lg{width:52px;height:52px;border-radius:50%;border:1px solid var(--border)}.details-grid{display:grid;gap:10px}.details-grid>div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.details-grid span{color:var(--muted)}.form-grid{display:grid;gap:12px}.form-grid label{display:grid;gap:6px}.text-input{width:100%;min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:10px;background:#0f1318;color:var(--text)}.text-area{min-height:110px;padding:12px;resize:vertical;font:inherit}.security-list{margin:0;padding-left:18px;display:grid;gap:8px}.inline-note{margin-top:12px;padding:12px;border-radius:10px;border:1px solid var(--border)}.danger-note{background:rgba(230,57,70,.08);border-color:rgba(230,57,70,.35)}.compact-top{margin-top:14px}.sr-only-input{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.btn:focus-visible,button:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(191,219,254,.16)}@media (max-width:900px){.footer-bar,.hero-grid,.topbar,.two-up{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.topbar-actions{justify-content:flex-start}.details-grid>div{flex-direction:column;align-items:flex-start}}