:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #090b10; color: #eff1f6; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: #090b10; }
a { color: inherit; text-decoration: none; }
.login-page { min-height: 100vh; display: grid; place-items: center; padding: 1.5rem; background: radial-gradient(circle at top, #222b42 0%, #090b10 47%); }
.login-card { width: min(100%, 28rem); padding: 3rem; text-align: center; border: 1px solid #2e3544; border-radius: 1.25rem; background: rgba(15, 18, 27, .94); box-shadow: 0 2rem 5rem #0008; }
.mark { display: grid; place-items: center; margin: 0 auto 1.5rem; width: 3.5rem; height: 3.5rem; border-radius: 1rem; color: #10141d; font: 900 1.8rem Georgia, serif; background: #d4b36c; }
h1 { margin: .3rem 0 .75rem; font-size: clamp(1.8rem, 5vw, 2.5rem); letter-spacing: -.04em; }
p { color: #aeb7c7; line-height: 1.55; }
.eyebrow { margin: 0; color: #d4b36c; font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.hint { margin: 1.6rem 0 0; font-size: .8rem; }
.back { display: inline-block; margin-top: 1rem; color: #d4b36c; }
.topbar { height: 4.25rem; padding: 0 2rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #252c38; background: #10141d; }
.brand { font-weight: 900; letter-spacing: .08em; }.brand span { display: inline-grid; place-items: center; width: 1.65rem; height: 1.65rem; margin-right: .4rem; border-radius: .4rem; color: #10141d; background: #d4b36c; font-family: Georgia, serif; }
.profile { display: flex; align-items: center; gap: 1rem; color: #aeb7c7; font-size: .9rem; }.profile a { color: #d4b36c; }
.layout { display: grid; grid-template-columns: 14rem minmax(0, 1fr); min-height: calc(100vh - 4.25rem); }
.sidebar { padding: 1.5rem .75rem; border-right: 1px solid #252c38; background: #0d1118; }.sidebar .eyebrow { padding: 0 .75rem 1rem; }.sidebar a { display: block; padding: .7rem .75rem; margin-bottom: .2rem; border-radius: .5rem; color: #9ea8b9; }.sidebar a:hover, .sidebar a.active { color: #fff; background: #252c38; }.sidebar a.active { box-shadow: inset 3px 0 #d4b36c; }
.content { min-width: 0; padding: clamp(1.25rem, 4vw, 3.5rem); }.title-row { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.5rem; }.title-row h1 { margin-bottom: 0; }.limit { margin: 0; font-size: .8rem; }
.table-wrap { overflow: auto; border: 1px solid #2a3140; border-radius: .8rem; background: #10141d; } table { width: 100%; min-width: 42rem; border-collapse: collapse; text-align: left; } th, td { padding: .85rem 1rem; border-bottom: 1px solid #252c38; font-size: .88rem; white-space: nowrap; } th { position: sticky; top: 0; color: #d4b36c; background: #161c27; font-size: .73rem; letter-spacing: .06em; text-transform: uppercase; } td { color: #c8cfda; }.empty { padding: 2rem; text-align: center; }
.roster { margin-bottom: 3rem; }.roster td:last-child { color: #d4b36c; font-weight: 700; }
@media (max-width: 700px) { .topbar { padding: 0 1rem; }.profile { font-size: .76rem; gap: .55rem; }.layout { grid-template-columns: 1fr; }.sidebar { display: flex; overflow: auto; gap: .25rem; padding: .75rem; border-right: 0; border-bottom: 1px solid #252c38; }.sidebar .eyebrow { display: none; }.sidebar a { margin: 0; white-space: nowrap; }.content { padding: 1.25rem; }.title-row { align-items: start; flex-direction: column; gap: .35rem; } }
