:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #09131f; color: #f4f7fb; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 20rem; background: radial-gradient(circle at top right, #183d5c, #09131f 50rem); }
a { color: #9bdefd; }
a:focus-visible { outline: 3px solid #f9c74f; outline-offset: 3px; }
.shell { width: min(100% - 2rem, 70rem); margin: 0 auto; }
header { border-bottom: 1px solid #34516a; padding: 1rem 0; }
.site-header { align-items: center; display: flex; gap: 1rem; justify-content: space-between; }
.brand { color: #fff; font-size: 1.25rem; font-weight: 800; text-decoration: none; }
nav { display: flex; flex-wrap: wrap; gap: .9rem; }
nav a { font-weight: 700; text-underline-offset: .2em; }
nav a[aria-current="page"] { color: #fff; text-decoration-thickness: .2em; }
main { padding: 3rem 0 4rem; }
.eyebrow { color: #9bdefd; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
h1 { max-width: 17ch; font-size: clamp(2.2rem, 7vw, 4.8rem); line-height: 1; margin: .45rem 0 1rem; }
h2 { margin-top: 2.5rem; }
p { color: #d6e2eb; line-height: 1.6; max-width: 72ch; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.card { border: 1px solid #34516a; border-radius: 1rem; background: #102233; padding: 1.25rem; }
.card h2, .card h3 { margin-top: 0; }
.game-card { min-height: 14rem; }
.catalogue-note { border-top: 1px solid #34516a; margin-top: 2.5rem; padding-top: .5rem; }
.badge { display: inline-block; border-radius: 99px; background: #f9c74f; color: #172230; font-size: .82rem; font-weight: 800; padding: .25rem .55rem; }
.meta { color: #b8c8d5; font-size: .94rem; }
.status { color: #9bdefd; display: block; font-size: .78rem; font-weight: 800; letter-spacing: .06em; margin-bottom: .4rem; text-transform: uppercase; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.button { display: inline-block; border-radius: .55rem; background: #f9c74f; color: #172230; font-weight: 800; padding: .7rem 1rem; text-decoration: none; }
.button:disabled { cursor: wait; opacity: .6; }
.button.secondary { background: transparent; border: 1px solid #9bdefd; color: #9bdefd; }
.button.danger { background: transparent; border: 1px solid #ffb4a9; color: #ffb4a9; }
.empty { border-left: .3rem solid #9bdefd; padding-left: 1rem; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr)); gap: .75rem; }
.stats > div { border-left: .2rem solid #f9c74f; padding: .5rem .75rem; }
.stats strong, .stats span { display: block; }
.stats strong { font-size: 1.7rem; }
.stats span { color: #b8c8d5; font-size: .85rem; }
.bracket { display: grid; gap: .75rem; list-style: none; padding: 0; }
.fixture { border: 1px solid #34516a; border-radius: .75rem; display: grid; gap: .3rem; padding: 1rem; }
.application { border: 1px solid #34516a; border-radius: 1rem; background: #102233; margin-top: 2rem; padding: clamp(1rem, 4vw, 2rem); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.wide { grid-column: 1 / -1; }
label { color: #d6e2eb; display: grid; gap: .4rem; font-weight: 650; }
input, select, textarea { border: 1px solid #52718c; border-radius: .45rem; background: #08131e; color: #fff; font: inherit; padding: .7rem .75rem; width: 100%; }
textarea { resize: vertical; }
input:focus-visible, select:focus-visible, textarea:focus-visible { border-color: #9bdefd; outline: 2px solid #9bdefd; outline-offset: 1px; }
fieldset { border: 1px solid #34516a; border-radius: .65rem; margin: 1.25rem 0; padding: 1rem; }
.check { align-items: start; display: flex; font-weight: 500; gap: .65rem; margin: .75rem 0; }
.check input { flex: 0 0 auto; margin-top: .3rem; width: auto; }
.form-status[data-kind="error"] { color: #ffb4a9; }
.form-status[data-kind="success"] { color: #a7f3d0; }
.protected-panel { border: 1px solid #34516a; border-radius: 1rem; background: #102233; margin-top: 2rem; padding: clamp(1rem, 4vw, 2rem); }
.protected-actions { align-items: center; display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.protected-actions .check { flex-basis: 100%; }
.facts { display: grid; grid-template-columns: max-content 1fr; gap: .35rem 1rem; }
.facts dt { color: #9bdefd; font-weight: 800; }
.facts dd { margin: 0; }
.toolbar { align-items: end; display: flex; gap: 1rem; margin: 1rem 0; }
.review-list { display: grid; gap: 1rem; margin: 1rem 0; }
.review-card h2 { margin-top: 0; }
.review-form { border-top: 1px solid #34516a; display: grid; gap: .75rem; margin-top: 1rem; padding-top: 1rem; }
footer { border-top: 1px solid #34516a; color: #b8c8d5; padding: 1.5rem 0; }
@media (max-width: 35rem) { .shell { width: min(100% - 1.25rem, 70rem); } .site-header { align-items: start; flex-direction: column; } main { padding-top: 2rem; } .form-grid { grid-template-columns: 1fr; } .wide { grid-column: auto; } }
