:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; color: #16202a; background: #f4f7fa; }
* { box-sizing: border-box; } body { margin: 0; } a { color: #1261a0; text-decoration: none; } a:hover { text-decoration: underline; }
.topbar { min-height: 64px; background: #102a43; color: #fff; display: flex; align-items: center; gap: 28px; padding: 0 4vw; flex-wrap: wrap; } .brand { color: #fff; font-weight: 750; white-space: nowrap; } nav { display: flex; gap: 18px; flex: 1; } nav a { color: #d9e8f5; } .account { display: flex; gap: 12px; align-items: center; font-size: .85rem; } .link-button { border: 0; padding: 0; background: transparent; color: #fff; cursor: pointer; font: inherit; }
.container { max-width: 1180px; margin: 0 auto; padding: 36px 22px 80px; } .page-heading, .section-heading { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 22px; } h1 { margin: 0 0 6px; font-size: 2rem; } h2 { margin: 0 0 16px; font-size: 1.15rem; } .muted { color: #617386; } .small { font-size: .85rem; }
.card { background: #fff; border: 1px solid #d9e2ec; border-radius: 10px; padding: 24px; margin: 20px 0; box-shadow: 0 2px 8px rgb(16 42 67 / 5%); } .narrow { max-width: 620px; margin: 10vh auto; } .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; } .stat { background: #fff; border: 1px solid #d9e2ec; border-radius: 10px; padding: 20px; } .stat span, .stat small { display: block; color: #617386; } .stat strong { display: block; font-size: 2rem; margin: 8px 0; }
button, .button { display: inline-block; background: #1261a0; color: #fff; border: 0; border-radius: 6px; padding: 10px 15px; cursor: pointer; font: inherit; text-decoration: none; } button:hover, .button:hover { background: #0b4f84; text-decoration: none; } .secondary { background: #e6eef5; color: #183b56; } .secondary:hover { background: #d1e0ec; } .danger { background: #b42318; } .danger:hover { background: #8f1d14; } .form-actions { display: flex; gap: 10px; margin-top: 22px; }
label { display: block; font-weight: 650; margin: 14px 0; } input, select { display: block; width: 100%; padding: 10px 11px; margin-top: 6px; border: 1px solid #9fb3c8; border-radius: 5px; font: inherit; background: #fff; } select[multiple] { height: auto; } .checkbox { font-weight: 500; display: flex; gap: 8px; align-items: center; } .checkbox input { width: auto; margin: 0; } .check-grid, .form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 18px; } .inline-form { display: inline-flex; align-items: end; gap: 8px; flex-wrap: wrap; } .inline-form input, .inline-form select { width: auto; min-width: 150px; } hr { border: 0; border-top: 1px solid #d9e2ec; margin: 28px 0; }
.table-wrap { overflow-x: auto; } table { width: 100%; border-collapse: collapse; } th, td { text-align: left; padding: 12px 10px; border-bottom: 1px solid #e6eef5; vertical-align: top; } th { font-size: .8rem; text-transform: uppercase; letter-spacing: .04em; color: #617386; } code { overflow-wrap: anywhere; } .badge { display: inline-block; padding: 3px 8px; border-radius: 999px; font-size: .8rem; background: #e3fcef; color: #086a4b; } .muted-badge { background: #edf2f7; color: #617386; } .alert { padding: 12px 15px; border-radius: 6px; margin: 15px 0; } .alert.error { background: #fff1f0; color: #9b1c1c; border: 1px solid #f3b5b0; } .alert.success { background: #e3fcef; color: #086a4b; border: 1px solid #9ae6c2; } .terminal { background: #12263a; color: #d9e8f5; border-radius: 6px; padding: 16px; overflow: auto; white-space: pre-wrap; min-height: 90px; } .log-output { min-height: 400px; max-height: 700px; }
.footer { text-align: center; color: #829ab1; font-size: .8rem; padding: 30px; } .login-page { min-height: 100vh; display: grid; place-items: center; background: #102a43; } .login-card { width: min(420px, calc(100% - 36px)); background: #fff; padding: 32px; border-radius: 12px; } .login-card h1 { font-size: 1.55rem; }
@media (max-width: 760px) { .topbar { padding: 16px 22px; gap: 14px; } nav { order: 3; flex-basis: 100%; overflow-x: auto; } .stats, .form-grid, .check-grid { grid-template-columns: 1fr; } .page-heading { align-items: flex-start; flex-direction: column; } }
