:root{--color-bg: #1a1a2e;--color-surface: #16213e;--color-card: #0f3460;--color-gold: #e2b04a;--color-gold-dark: #c49a3a;--color-text: #e8e8e8;--color-text-muted:#9ca3af;--color-success: #22c55e;--color-danger: #ef4444;--color-warning: #f59e0b;--radius: 8px;--shadow: 0 4px 20px rgba(0, 0, 0, .4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh}.nav-desktop{display:flex;gap:1.25rem;align-items:center}.nav-mobile-right{display:none;align-items:center;gap:.75rem}.hamburger{background:none;border:none;cursor:pointer;padding:.35rem;display:flex;flex-direction:column;gap:5px;justify-content:center}.hamburger-line{display:block;width:22px;height:2px;background:var(--color-gold);border-radius:2px;transition:transform .2s,opacity .2s}.nav-dropdown{position:absolute;top:100%;right:0;left:0;background:var(--color-surface);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 8px 24px #00000080;z-index:99;display:flex;flex-direction:column}.nav-dropdown-item{display:block;padding:.65rem 1.25rem;color:var(--color-text);font-size:.95rem;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.04)}.nav-dropdown-item:last-child{border-bottom:none}.nav-dropdown-item--gold{color:var(--color-gold)}.nav-dropdown-item--disabled{color:#4b5563;cursor:default}@media (max-width: 640px){.nav-desktop{display:none}.nav-mobile-right{display:flex}}.tournament-card-wrap{display:flex;align-items:stretch}.tournament-card-img{width:160px;aspect-ratio:960 / 503;object-fit:cover;flex-shrink:0;align-self:center;margin-left:.75rem;border-radius:var(--radius)}.tournament-card-body{display:flex;justify-content:space-between;align-items:center;flex:1;padding:1rem 1.25rem;gap:1rem}.card-actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0}@media (max-width: 520px){.tournament-card-wrap{flex-direction:column}.tournament-card-img{width:100%;margin-left:0;border-radius:var(--radius) var(--radius) 0 0;aspect-ratio:16 / 9;align-self:auto}.tournament-card-body{flex-direction:column;align-items:flex-start}.card-actions{flex-shrink:unset}}a{color:var(--color-gold);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}.container{max-width:960px;margin:0 auto;padding:0 1rem}
