@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.853070df.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
:root{--background:#fff;--foreground:#1e293b;--primary:#0047ab;--secondary:gold;--accent:#e11d48;--card-bg:#fff;--card-border:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);min-height:100vh;font-family:Outfit,sans-serif;overflow-x:hidden}nav.main-nav{background:var(--primary);box-shadow:var(--shadow-sm);z-index:100;padding:0;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;height:60px;margin:0 auto;padding:0 1rem;display:flex}.nav-logo{flex-shrink:0}.burger-menu{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;display:flex}.burger-bar{background-color:#fff;width:25px;height:3px;transition:all .3s}.nav-links{background:var(--primary);opacity:0;flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem;height:calc(100vh - 60px);padding:2rem;transition:all .3s;display:flex;position:fixed;inset:60px 0 0;overflow-y:auto;transform:translateY(-150%)}.nav-links.open{opacity:1;transform:translateY(0);box-shadow:0 4px 6px -1px #0000001a}.nav-links a{color:#fff;text-transform:capitalize;letter-spacing:.5px;white-space:nowrap;border-radius:4px;padding:.5rem;font-size:1.1rem;font-weight:500;text-decoration:none}.nav-links a:hover{background:#fff3}.burger-bar.open:first-child{transform:rotate(45deg)translate(5px,6px)}.burger-bar.open:nth-child(2){opacity:0}.burger-bar.open:nth-child(3){transform:rotate(-45deg)translate(5px,-6px)}.container{max-width:1200px;margin:0 auto;padding:2rem}header{text-align:center;border-bottom:3px solid var(--secondary);background:#f8fafc;margin-bottom:3rem;padding:3rem 0}.logo-container{width:150px;height:auto;margin:0 auto 1.5rem;display:block}h1{color:var(--primary);text-transform:uppercase;letter-spacing:-1px;margin-bottom:.5rem;font-size:3.5rem;font-weight:800}h2{color:var(--primary);align-items:center;gap:1rem;margin-bottom:2rem;font-size:2rem;display:flex}h2:after{content:"";background:var(--card-border);flex:1;height:2px}.grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.card{background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-4px)}.card:before{content:"";background:var(--secondary);height:4px;position:absolute;top:0;left:0;right:0}.game-card-wrapper{flex-direction:column;gap:.5rem;display:flex}.game-card-content{justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.team-container{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.team-logo{object-fit:contain;width:50px;height:50px;margin-bottom:.5rem}.team-placeholder{background-color:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:.5rem;display:flex}.team-name{font-size:.9rem;font-weight:600;line-height:1.2}.score-container{flex-direction:column;align-items:center;min-width:80px;display:flex}.score-text{color:var(--primary);margin:0;font-size:2rem;font-weight:800}.vs-text{color:#cbd5e1;font-size:1.5rem;font-weight:300}@media (max-width:480px){.container,.card.game-card-wrapper{padding:1rem}.status-badge{padding:.25rem .75rem;font-size:.7rem}.game-date{margin-bottom:.75rem;font-size:.75rem}.game-card-content{text-align:center;flex-direction:row;align-items:center;gap:.5rem}.score-container{min-width:unset;justify-content:center;margin:0 .25rem;display:flex}.team-container{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;width:100%;min-width:0;display:flex}.team-logo,.team-placeholder{width:45px;height:45px;margin-bottom:.25rem}.team-name{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;font-size:.8rem;line-height:1.1;display:-webkit-box;overflow:hidden}.score-text{font-size:1.75rem;line-height:1}.vs-text{font-size:1.1rem}}.header-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}.btn{box-shadow:var(--shadow-sm);border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-primary{background-color:var(--primary);color:#fff;border:2px solid var(--primary)}.btn-primary:hover{background-color:#1e40af;border-color:#1e40af}.btn-secondary{background-color:var(--secondary);color:var(--foreground);border:2px solid var(--secondary)}.btn-secondary:hover{filter:brightness(1.05);background-color:#facc15}@media (max-width:640px){.header-buttons{flex-direction:column;align-items:stretch;padding:0 1rem}.btn{width:100%}}
