:root{--bg-dark: #1a1a2e;--bg-darker: #0f0f1a;--bg-card: #252542;--purple: #7b2cbf;--purple-light: #9d4edd;--orange: #ff8c00;--orange-light: #ffa733;--cream: #f5f5f5;--text-muted: #a0a0b0;--glass: rgba(15, 15, 26, .9);--border: rgba(255, 255, 255, .1);--accent: var(--orange)}*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden;max-width:100vw}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg-dark);color:var(--cream);line-height:1.6}a{text-decoration:none;color:inherit}button{font-family:inherit;appearance:none;-webkit-appearance:none;background:none;border:none;cursor:pointer}.container{width:min(1400px,95%);margin:auto}.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--glass);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:120px;padding:0 20px;position:relative;gap:20px}.brand-group{display:flex;align-items:center;gap:15px;flex-shrink:0;position:relative}.brand{display:flex;align-items:center;gap:0;flex-shrink:0;z-index:2}.brand img{height:90px;width:auto;max-width:180px;transition:all .3s ease;filter:drop-shadow(0 0 10px rgba(255,140,0,.4))}.brand:hover img{transform:scale(1.05);filter:drop-shadow(0 0 20px rgba(255,140,0,.6))}.brand-divider{width:1px;height:50px;background:var(--border)}.home-page .brand-divider{animation:fadeInDivider 1s ease-out forwards;opacity:0}@keyframes fadeInDivider{0%{opacity:0}70%{opacity:0}to{opacity:1}}.brand-gta{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;text-decoration:none}.utah-chapter{font-family:Montserrat,sans-serif;font-size:.55rem;font-weight:700;color:#c9a227;background:linear-gradient(180deg,#8b0000,#600000);padding:2px 10px;border-radius:3px;margin-top:3px;letter-spacing:1px;border:1px solid #c9a227}.home-page .brand{animation:slideFromBehind 1s ease-out forwards}.brand-gta img{height:135px;width:auto;max-width:300px;object-fit:contain;transition:all .3s ease;margin-top:-25px}.brand-gta:hover img{transform:scale(1.05)}@keyframes slideFromBehind{0%{opacity:0;transform:translate(-100px)}50%{opacity:.7}to{opacity:1;transform:translate(0)}}.header-hub{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:140px;padding:0 32px}.header-hub .hub-nav{justify-content:flex-start;flex:unset}.header-hub .brand-hub{justify-self:center}.header-hub .social-icons{justify-self:flex-end}.brand-hub img{height:145px!important;width:auto!important;max-width:300px!important;margin-top:0!important;object-fit:contain;transition:all .3s ease}.header-chess .brand img{height:90px;max-width:180px;margin-left:-20px;margin-top:-10px;filter:none}.header-chess .brand:hover img{filter:none}.header-chess .brand-gta img{height:135px;margin-top:-25px}.header-chess .brand-group{gap:2px}.nav{display:flex;align-items:center;gap:5px;flex:1;justify-content:center}.nav a{font-weight:600;font-size:.85rem;padding:10px 14px;border-radius:4px;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.nav a:hover{color:var(--orange)}.nav a.active{color:var(--orange);border-bottom:3px solid var(--orange);padding-bottom:7px}.social-icons{display:flex;align-items:center;gap:16px}.social-icons a{color:var(--cream);opacity:.8;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;background:#ffffff0d}.social-icons a:hover{opacity:1;color:var(--orange);background:#ff8c0026;transform:translateY(-2px)}.hero{min-height:calc(100vh - 120px);margin-top:120px;position:relative;display:flex;overflow:hidden}.hero-main{flex:1;position:relative;display:flex;align-items:center;padding:60px;overflow:hidden}.hero-main:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e99,#0f0f1a99);z-index:1}.hero-slideshow{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-slideshow .slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center;opacity:0;transition:opacity 1s ease-in-out}.hero-slideshow .slide.active{opacity:1}.hero-content{max-width:600px;position:relative;z-index:2}.hero h1{font-family:Montserrat,sans-serif;font-size:3.5rem;font-weight:900;margin-bottom:20px;text-transform:uppercase;line-height:1.1}.hero p{font-size:1.2rem;opacity:.9;margin-bottom:30px}.hero-actions{display:flex;gap:16px}.countdown-container{margin-bottom:35px}.countdown-label{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:var(--orange);margin-bottom:15px;font-weight:600}.countdown{display:flex;gap:15px}.countdown-item{background:#00000080;border:1px solid var(--orange);border-radius:10px;padding:15px 20px;text-align:center;min-width:80px}.countdown-value{display:block;font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:900;color:var(--orange);line-height:1}.countdown-unit{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-top:5px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media(max-width:768px){.hero{flex-direction:column;min-height:unset}.hero-main{display:block;padding:0;overflow:visible;min-height:unset}.hero-slideshow{position:relative!important;width:100%;height:56vw;min-height:220px;max-height:320px;z-index:1;display:block}.hero-slideshow .slide{position:absolute;top:0;left:0;width:100%;height:100%}.hero-main:before{display:none}.hero-content{position:relative;max-width:100%;z-index:1;padding:28px 20px 32px;background:linear-gradient(135deg,#1a1a2ef7,#0f0f1af7)}.mobile-slideshow-container{display:none}}.hero-sidebar{width:400px;background:var(--bg-darker);padding:40px 24px;display:flex;flex-direction:column}.sidebar-title{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:30px;color:var(--cream)}.recent-post{background:var(--bg-card);border-radius:8px;overflow:hidden;margin-bottom:20px;transition:transform .3s ease}.recent-post:hover{transform:translateY(-5px)}.recent-post-img{height:120px;background:linear-gradient(135deg,var(--orange),#c77800);display:flex;align-items:center;justify-content:center}.recent-post-img span{font-size:2rem}.recent-post-content{padding:15px}.recent-post-content h4{font-size:.95rem;margin-bottom:8px;line-height:1.4}.recent-post-date{font-size:.8rem;color:var(--text-muted)}.btn{display:inline-block;padding:14px 32px;border-radius:50px;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,var(--orange),var(--orange-light));color:#1a1a2e}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff8c004d}.btn-outline{background:transparent;border:2px solid var(--cream);color:var(--cream)}.btn-outline:hover{background:var(--cream);color:var(--bg-dark)}.section{padding:80px 0;position:relative;z-index:1}.section-dark{background:var(--bg-darker)}.section h2{font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:700;margin-bottom:30px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:25px;transition:all .3s ease}.card:hover{transform:translateY(-5px);border-color:var(--orange)}.card-title{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:700;margin-bottom:15px;color:var(--orange)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.venue-info{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.venue-details h3{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:20px;color:var(--orange)}.venue-details p{font-size:1.1rem;margin-bottom:15px;color:var(--text-muted)}.venue-map{background:var(--bg-card);border-radius:12px;height:300px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);overflow:hidden}.venue-map iframe{width:100%;height:100%;border:none}.sponsors-section{background:linear-gradient(180deg,#f5f5f7,#e8e8eb);padding:60px 0}.sponsors-section h2{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:900;margin-bottom:50px;text-align:center;color:#1a1a2e}.sponsors-row{display:flex;align-items:center;justify-content:center;gap:60px;flex-wrap:wrap}.sponsor-card{display:flex;flex-direction:column;align-items:center;gap:12px;text-decoration:none;transition:transform .3s ease}.sponsor-card:hover{transform:scale(1.05)}.sponsor-tier{font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;padding:4px 12px;border-radius:3px}.sponsor-card.platinum .sponsor-tier{background:linear-gradient(135deg,#4a4a4a,#2a2a2a);color:#fff}.sponsor-card.gold .sponsor-tier{background:linear-gradient(135deg,gold,#e6ac00);color:#1a1a2e}.sponsor-card.silver .sponsor-tier{background:linear-gradient(135deg,gray,#606060);color:#fff}.sponsor-card img{height:70px;width:auto;object-fit:contain;transition:transform .3s ease}.sponsor-card:hover img{transform:scale(1.02)}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;cursor:pointer;background:none;border:none;padding:8px;z-index:1002;position:relative}.hamburger span{display:block;width:24px;height:2px;background:var(--cream);margin:3px 0;transition:all .3s ease;border-radius:2px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:fixed;inset:90px 0 0;background:var(--bg-darker);z-index:1001;padding:20px;overflow-y:auto;overflow-x:hidden}.mobile-menu.active{display:block}.mobile-menu a{display:block;padding:15px 10px;font-size:1.1rem;font-weight:600;border-bottom:1px solid var(--border);transition:all .2s ease}.mobile-menu a:hover,.mobile-menu a.active{color:var(--orange);background:#ff8c001a;padding-left:20px}.mobile-menu .mobile-social{display:flex;justify-content:center;gap:20px;margin-top:30px;padding-top:20px;border-top:1px solid var(--border)}.mobile-menu .mobile-social a{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border:none;padding:0;background:var(--bg-card);border-radius:50%}.mobile-menu .mobile-social a:hover{background:var(--orange);padding-left:0}@media(max-width:1200px){.nav{position:relative;left:auto;transform:none;gap:2px}.nav a{font-size:.75rem;padding:8px 10px}.social-icons{gap:8px}.social-icons a{padding:6px}.brand img{height:80px}.brand-gta img{height:55px;width:55px}}@media(max-width:900px)and (orientation:landscape){.brand-gta img{height:135px;width:auto;max-width:300px;margin-top:-25px}.header-inner{height:120px}.brand img{height:100px}.brand-divider{height:70px}.hero{margin-top:120px}}@media(max-width:1024px){.hero{flex-direction:column;min-height:auto}.hero-main{min-height:60vh}.hero-sidebar{width:100%}.hero h1{font-size:2.5rem}.venue-info{grid-template-columns:1fr}}@media(max-width:768px){.hamburger{display:flex}.hero,footer{overflow-x:hidden;max-width:100vw}.hero-main{min-height:unset;overflow:visible}.nav,.social-icons{display:none}.header-inner{height:90px}.brand img{height:75px}.brand-gta img{height:115px;width:auto;margin-top:-25px}.brand-divider{height:50px}.header-chess .brand-group{align-items:center;gap:0}.header-chess .brand{margin-left:-8px}.header-chess .brand-gta img{height:80px;margin-top:-10px}.header-chess .brand-divider{height:55px}.header-chess .brand img{height:62px;margin-left:0;margin-top:0}.header-pickleball .brand-group{align-items:center;gap:0}.header-pickleball .brand-gta img{height:80px;margin-top:-10px}.header-pickleball .brand-divider{height:55px}.header-pickleball .brand img{height:62px;margin-left:0;margin-top:0}.header-hub{display:flex;justify-content:center;align-items:center;height:120px;padding:0 20px;position:relative}.header-hub .hub-nav,.header-hub .social-icons{display:none}.header-hub .brand-hub{justify-self:unset}.header-hub .hamburger{position:absolute;right:20px}.brand-hub img{height:110px!important;width:auto!important;max-width:220px!important;margin-top:0!important;object-fit:contain!important}.hero{margin-top:90px}.hero-main{padding:30px 20px}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;text-align:center}.hero h1{font-size:1.8rem}.hero-subtitle{font-size:1rem}.section{padding:40px 0}.section h2{font-size:1.8rem}.grid-3,.grid-4{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:20px;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}.countdown{flex-wrap:wrap;gap:10px}.countdown-item{min-width:60px;padding:12px 8px}.countdown-item span:first-child{font-size:1.5rem}.countdown-item span:last-child{font-size:.6rem}.perks-grid{grid-template-columns:1fr;gap:15px}.perk-card{padding:20px 15px}.division-tabs{flex-wrap:wrap;gap:8px}.division-tabs button{padding:10px 15px;font-size:.85rem;flex:1 1 auto;min-width:45%}.division-header{flex-direction:column;gap:15px;text-align:center}.division-results{flex-direction:column;gap:10px}.bracket-frame iframe{height:350px}.divisions-overview{grid-template-columns:1fr}.players-grid{grid-template-columns:repeat(2,1fr);gap:15px}.player-card{padding:15px}.player-card img{width:60px;height:60px}.rules-section{padding:20px 15px}.contact-grid{grid-template-columns:1fr}.contact-card{padding:20px}.schedule-card,.stream-container{padding:15px}.stream-container iframe{height:250px}.sponsors-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media(max-width:480px){.hero h1{font-size:1.5rem}.hero-subtitle{font-size:.9rem}.btn{padding:12px 24px;font-size:.9rem}.countdown-item{min-width:50px;padding:10px 6px}.countdown-item span:first-child{font-size:1.2rem}.players-grid{grid-template-columns:1fr}.division-tabs button{min-width:100%}.bracket-frame iframe{height:300px}.section h2{font-size:1.5rem}.sponsors-grid{grid-template-columns:1fr}}footer[data-astro-cid-sz7xmlte]{background:var(--bg-darker);border-top:1px solid var(--border);padding:28px 20px 24px;margin-top:60px}.footer-inner[data-astro-cid-sz7xmlte]{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.footer-top[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between}.footer-brand[data-astro-cid-sz7xmlte]{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:900;text-transform:uppercase;letter-spacing:2px;color:var(--cream);opacity:.7}.footer-accent[data-astro-cid-sz7xmlte]{background:linear-gradient(135deg,var(--orange),#ffb347);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-social[data-astro-cid-sz7xmlte]{display:flex;gap:6px;align-items:center}.footer-social[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:var(--text-muted);background:#ffffff0a;border:1px solid var(--border);transition:color .2s ease,background .2s ease,transform .2s ease}.footer-social[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--orange);background:#ff8c001a;border-color:#ff8c004d;transform:translateY(-2px)}.footer-divider[data-astro-cid-sz7xmlte]{height:1px;background:var(--border);opacity:.5}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.footer-copy[data-astro-cid-sz7xmlte]{font-size:.75rem;color:var(--text-muted);opacity:.6}.footer-links[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:10px}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.75rem;color:var(--text-muted);text-decoration:none;transition:color .2s ease}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--orange)}.footer-dot[data-astro-cid-sz7xmlte]{width:3px;height:3px;border-radius:50%;background:var(--border);flex-shrink:0}@media(max-width:600px){.footer-top[data-astro-cid-sz7xmlte]{flex-direction:column;gap:14px;align-items:flex-start}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start}}
