:root { color-scheme: light; --navy:#123b67; --blue:#1e88e5; --ink:#172033; --muted:#64748b; --line:#dbe3ec; --bg:#f4f7fb; }
* { box-sizing:border-box; } body { margin:0; font:16px/1.5 system-ui,-apple-system,"Segoe UI",sans-serif; color:var(--ink); background:var(--bg); }
a { color:#075ea8; } .topbar { min-height:64px; padding:0 5vw; display:flex; align-items:center; gap:16px; background:var(--navy); color:white; box-shadow:0 2px 10px #0002; }
.brand { color:white; text-decoration:none; font-size:1.3rem; font-weight:800; }.environment { background:#ffb300; color:#2b1b00; border-radius:999px; padding:3px 10px; font-size:.78rem; font-weight:800; }.topbar nav { margin-left:auto; display:flex; flex-wrap:wrap; gap:18px; }.topbar nav a { color:white; text-decoration:none; }
.container { width:min(1180px,92vw); margin:32px auto; }.page-head { display:flex; justify-content:space-between; align-items:center; gap:16px; }.cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:18px; }.card { display:flex; flex-direction:column; gap:6px; color:var(--ink); text-decoration:none; background:white; border:1px solid var(--line); border-radius:12px; padding:22px; box-shadow:0 8px 24px #123b6710; }.card strong { color:var(--navy); font-size:1.2rem; }.card span { color:var(--muted); }
table { width:100%; border-collapse:collapse; background:white; border:1px solid var(--line); } th,td { padding:11px 13px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; } th { background:#edf3f9; color:var(--navy); } dl { display:grid; grid-template-columns:max-content 1fr; gap:8px 18px; } dt { font-weight:700; }
form:not(.actions form) { max-width:720px; background:white; padding:22px; border:1px solid var(--line); border-radius:10px; } label { display:block; font-weight:650; } input,select,textarea { width:100%; max-width:620px; padding:9px 10px; border:1px solid #aab8c7; border-radius:6px; font:inherit; } input[type=checkbox] { width:auto; } textarea { min-height:140px; }.helptext { color:var(--muted); font-size:.9rem; }.errorlist { color:#a40016; }
button,.button { display:inline-block; border:0; border-radius:6px; padding:10px 16px; background:var(--blue); color:white; font-weight:700; text-decoration:none; cursor:pointer; }.secondary { background:#52677d; }.actions { display:flex; flex-wrap:wrap; gap:10px; margin:18px 0; }.actions form { padding:0; background:none; border:0; }.message { padding:12px 15px; margin-bottom:16px; border-radius:6px; background:#e8f2ff; }.message.error { background:#ffe8eb; }.message.success { background:#e7f8ed; }.auth-card { max-width:520px; margin:40px auto; } code { overflow-wrap:anywhere; }
@media (max-width:720px) { .topbar { align-items:flex-start; padding-top:14px; padding-bottom:14px; }.topbar nav { gap:10px; } table { display:block; overflow-x:auto; } dl { grid-template-columns:1fr; }.page-head { align-items:flex-start; flex-direction:column; } }

