@keyframes pulse-subtle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}.pulse-subtle{animation:pulse-subtle 2s infinite ease-in-out;box-shadow:0 0 15px #6366f14d}.persistent-header{position:fixed;top:0;left:0;right:0;z-index:1000!important;margin:1rem}.persistent-header button{background:transparent!important;border:none!important;box-shadow:none!important;background-color:transparent!important}:root{--primary: #4f46e5;--primary-hover: #4338ca;--bg: #0f172a;--bg-overlay: rgba(10, 15, 28, .4);--card-bg: rgba(30, 41, 59, .5);--text: #cbd5e1;--text-primary: #f8fafc;--text-muted: #94a3b8;--border: rgba(255, 255, 255, .1);--accent: #f59e0b;--header-bg: rgba(15, 23, 42, .8);--team-bg: rgba(30, 41, 59, .6);--team-hover: #334155}[data-theme=light]{--bg: #f8fafc;--bg-overlay: rgba(248, 250, 252, .45);--card-bg: rgba(255, 255, 255, .4);--text: #334155;--text-primary: #1e293b;--text-muted: #64748b;--border: rgba(0, 0, 0, .05);--header-bg: rgba(255, 255, 255, .7);--team-bg: rgba(255, 255, 255, .5);--team-hover: #f1f5f9}.text-theme{color:var(--text)}.text-theme-muted{color:var(--text-muted)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.5;min-height:100vh;transition:background-color .3s ease,color .3s ease;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:url(/background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-2;opacity:.8}body:after{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--bg-overlay);backdrop-filter:blur(3px) saturate(110%);-webkit-backdrop-filter:blur(3px) saturate(110%);z-index:-1}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.glass{background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:1rem}.btn{padding:.85rem 1.75rem;border-radius:.6rem;font-weight:800;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;background:transparent;color:inherit;font-size:1.1rem;display:flex;align-items:center;justify-content:center}.btn:hover{transform:translateY(-3px);filter:drop-shadow(0 0 15px rgba(99,102,241,.7))}.btn-primary{background:var(--primary);color:#fff!important}.btn-primary:hover{background:var(--primary-hover);box-shadow:0 0 30px #4f46e5b3}.input{background:#0f172a80;border:1px solid var(--border);color:#fff;padding:.75rem;border-radius:.5rem;width:100%;margin-bottom:1rem}.bracket-container{display:flex;flex-direction:column;gap:2rem;padding:2rem;max-width:1400px;margin:0 auto}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-20{gap:5rem}.gap-24{gap:6rem}.gap-32{gap:8rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.m-4{margin:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mt-12{margin-top:3rem}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-xs{max-width:20rem}.text-center{text-align:center}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-bold{font-weight:700}.font-black{font-weight:900}.font-medium{font-weight:500}.relative{position:relative}.absolute{position:absolute}.left-3{left:.75rem}.top-3\.5{top:.875rem}.pl-12{padding-left:3rem}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.overflow-x-auto{overflow-x:auto}.mx-auto{margin-left:auto;margin-right:auto}.fixed{position:fixed}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.bg-green-500\/20{background:#22c55e33}.text-green-400{color:#4ade80}.bg-red-500\/20{background:#ef444433}.text-red-400{color:#f87171}.pt-32{padding-top:8rem}.pt-40{padding-top:10rem}.space-y-4>*+*{margin-top:1rem}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.bg-gradient-header{background:linear-gradient(to right,#6366f1,#f59e0b);-webkit-background-clip:text;background-clip:text;color:transparent}.bg-amber-light{background:#f59e0b33}.text-amber-500{color:#f59e0b}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.rounded-full{border-radius:9999px}.rounded{border-radius:.375rem}.region{margin-bottom:3rem}.region-title{font-size:1.5rem;font-weight:800;margin-bottom:1.5rem;color:var(--accent);text-transform:uppercase;letter-spacing:.1em;border-bottom:2px solid var(--accent);display:inline-block}.round{display:flex;flex-direction:column;min-width:180px;height:auto;align-self:stretch}.games-container{display:flex;flex-direction:column;justify-content:space-around;flex:1;padding:1rem 0}.h-region{height:1250px}.h-championship{height:500px}.game{display:flex;flex-direction:column;gap:2px;background:var(--border);padding:2px;border-radius:4px;min-width:170px;box-shadow:0 4px 6px -1px #0000001a;margin:.5rem 0;transition:transform .2s}.team{background:var(--team-bg);padding:.75rem 1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s;border:1px solid var(--border);font-size:1rem;font-weight:500}.team:hover{background:var(--team-hover)}.team.selected{background:var(--primary);color:#fff;border-color:transparent;box-shadow:0 0 15px #4f46e566}.team.correct{background:#22c55e40!important;border-color:#22c55e!important;color:#4ade80!important}.team.incorrect{background:#ef444433!important;border-color:#ef4444!important;color:#f87171!important;text-decoration:line-through;opacity:.7}.team.correct-winner{border:2px solid #22c55e!important;box-shadow:0 0 15px #22c55e66}.team-seed{font-size:.75rem;color:var(--text-muted)}.selected .team-seed{color:#ffffffb3}
