@import "https://fonts.googleapis.com/css2?family=Poppins&display=swap";
:root{--headerheight:100px;--blue:#2b2766;--blue2:#23204e;--orange:#ec5424;--footerheight:250px;--line-height:25px;--main-height:350px;--page-width:1500px;--padding:50px;--animation-duration:.3s;--animation-timing:cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;max-width:100%;font-family:Poppins,sans-serif;overflow-x:hidden}a{color:#fff;-webkit-tap-highlight-color:transparent;transition:all var(--animation-duration)var(--animation-timing);text-decoration:none}button{-webkit-tap-highlight-color:transparent;transition:all var(--animation-duration)var(--animation-timing);cursor:pointer;border:none;outline:none}button:focus,a:focus{outline:none}.btn-primary{background:linear-gradient(135deg,var(--blue)0%,var(--blue2)100%);color:#fff;transition:all var(--animation-duration)var(--animation-timing);border:2px solid #0000;border-radius:8px;padding:.75rem 1.5rem;font-size:16px;font-weight:600;position:relative;overflow:hidden}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{border-color:var(--orange);transform:translateY(-2px);box-shadow:0 8px 25px #2b27664d}.btn-secondary{color:var(--blue);border:2px solid var(--blue);transition:all var(--animation-duration)var(--animation-timing);background:0 0;border-radius:8px;padding:.75rem 1.5rem;font-size:16px;font-weight:600;position:relative;overflow:hidden}.btn-secondary:before{content:"";background:linear-gradient(135deg,var(--blue)0%,var(--blue2)100%);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-secondary:hover:before{left:100%}.btn-secondary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #2b27664d}.fade-in-up{opacity:0;transition:all .6s var(--animation-timing);transform:translateY(30px)}.fade-in-up.animate{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transition:all .6s var(--animation-timing);transform:translate(-30px)}.fade-in-left.animate{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transition:all .6s var(--animation-timing);transform:translate(30px)}.fade-in-right.animate{opacity:1;transform:translate(0)}.scale-in{opacity:0;transition:all .6s var(--animation-timing);transform:scale(.9)}.scale-in.animate{opacity:1;transform:scale(1)}.loading-spinner{border:4px solid #ffffff4d;border-top-color:var(--orange);border-radius:50%;width:40px;height:40px;margin:0 auto;animation:1s ease-in-out infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.gradient-text{background:linear-gradient(135deg,var(--blue)0%,var(--orange)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.lineo{background-color:var(--orange);height:var(--line-height);position:relative;overflow:hidden}.lineo:before{content:"";background:linear-gradient(90deg,#0000,#fffc,#0000);width:100%;height:100%;animation:6s infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.lineb{background-color:var(--blue);height:var(--line-height);position:relative;overflow:hidden}.lineb:before{content:"";background:linear-gradient(90deg,#0000,#fffc,#0000);width:100%;height:100%;animation:2s infinite shimmer;position:absolute;top:0;left:-100%}
header{height:var(--headerheight);background:linear-gradient(135deg,var(--blue)0%,var(--blue2)100%);z-index:100;border-bottom:3px solid var(--orange);width:100%;position:relative;box-shadow:0 2px 10px #0000004d}.imgtop{padding-left:var(--padding);align-items:center;display:flex}.logo-top{object-fit:contain;filter:drop-shadow(0 2px 4px #0000004d);transition:transform .3s;width:90px!important;height:75px!important}.logo-top:hover{transform:scale(1.05)}nav{align-items:center;height:100%;display:flex}ul{align-items:center;gap:.5rem;margin-right:30px;font-weight:700;list-style-type:none;display:flex}ul li{padding:0}ul li a{letter-spacing:.5px;border-radius:6px;padding:.75rem 1.4rem;font-size:15px;transition:all .3s;display:block;position:relative;overflow:hidden}ul li a:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}ul li a:hover:before{left:100%}ul li a:hover{background:var(--orange);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #ec54244d}.has-dropdown{position:relative}.dropdown-trigger{letter-spacing:.5px;cursor:pointer;color:var(--orange);border-radius:6px;padding:.75rem 1.4rem;font-size:15px;font-weight:700;transition:all .3s;display:block}.dropdown-trigger:hover{background:var(--orange);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #ec54244d}.dropdown-arrow{margin-left:4px;font-size:12px;transition:transform .3s}.has-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{opacity:0;visibility:hidden;z-index:1000;background:#fff;border-radius:6px;min-width:160px;margin-top:.5rem;padding:.25rem 0;transition:all .3s;position:absolute;top:100%;right:0;transform:translateY(-10px);box-shadow:0 4px 12px #00000026}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{padding:0}.dropdown-menu a{color:var(--blue);border-radius:4px;margin:.15rem .5rem;padding:.6rem 1rem;font-size:13px;transition:all .2s;display:block}.dropdown-menu a:hover{background:var(--orange);color:#fff;box-shadow:none;transform:none}nav .hamburger{width:32px;height:26px;margin:0 var(--padding);cursor:pointer;transition:transform .3s;display:none;position:relative}nav .hamburger:hover{transform:scale(1.1)}nav .hamburger span{background-color:#fff;border-radius:2px;width:100%;height:3px;transition:all .3s;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 5px #ec542480}nav .hamburger:before,nav .hamburger:after{content:"";background-color:#fff;border-radius:2px;width:100%;height:3px;transition:all .3s;position:absolute;left:0;box-shadow:0 0 5px #ec542480}nav .hamburger:before{top:0}nav .hamburger:after{bottom:0}
footer{background:linear-gradient(135deg,var(--blue)0%,var(--blue2)100%);width:100%;padding:3rem var(--padding)1rem;border-top:4px solid var(--orange)}.footer-container{max-width:var(--page-width);grid-template-columns:repeat(3,1fr);gap:3rem;margin:0 auto 2rem;display:grid}.footer-section{flex-direction:column;display:flex}.footer-heading{color:#fff;letter-spacing:.5px;text-transform:uppercase;margin-bottom:1rem;font-size:20px;font-weight:800}.footer-text{color:#dcdbff;margin-bottom:1rem;font-size:15px;line-height:1.6}.footer-contacts{flex-direction:column;gap:1.5rem;margin-top:.5rem;display:flex}.contact-item{flex-direction:column;gap:.5rem;display:flex}.contact-name{color:#fff;margin:0;font-size:16px;font-weight:700}.contact-link{color:var(--orange);width:fit-content;font-size:14px;text-decoration:none;transition:color .2s}.contact-link:hover{color:#fff;text-decoration:underline}.footer-socials{gap:1rem;margin-top:1rem;display:flex}.social-link{color:#fff;background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);border:2px solid #fff;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.social-link:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.social-link:hover:before{left:100%}.social-link:hover{color:var(--blue);background:#fff;transform:translateY(-2px)scale(1.05);box-shadow:0 8px 25px #fff6}.social-icon{width:20px;height:20px}.footer-logo-section{grid-column:1/-1;justify-content:center;align-items:center;padding-top:2rem;display:flex}.footer-logo-img{width:200px;height:auto}.footer-bottom{text-align:center;margin-top:2rem;padding-top:2rem}.footer-bottom p{color:#dcdbff;margin:0;font-size:14px}
.livebar-compact{color:#fff;border-bottom:3px solid var(--orange);z-index:150;touch-action:pan-x;background:linear-gradient(135deg,#0f0f1e 0%,#1a1a2e 50%,#16213e 100%);width:100%;padding:.75rem 0;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000004d}.livebar-inner{align-items:center;gap:1.5rem;width:100%;min-height:45px;padding:0;display:flex}.live-dot{width:12px;height:12px;margin-left:var(--padding);background-color:red;border-radius:50%;flex-shrink:0;display:inline-block;box-shadow:0 0 10px #f00c}.live-dot.pulsing{animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 10px #f00c,0 0 20px #f006}50%{opacity:.7;transform:scale(1.1);box-shadow:0 0 15px red,0 0 30px #f009}}.live-label{letter-spacing:1.5px;text-transform:uppercase;color:red;text-shadow:0 0 15px #ff000080;flex-shrink:0;min-width:fit-content;font-size:16px;font-weight:800}.livebar-games{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;padding:.25rem var(--padding).25rem 0;overscroll-behavior-x:contain;overscroll-behavior-y:none;flex:1;align-items:center;gap:1.25rem;display:flex;overflow:auto hidden}.livebar-games::-webkit-scrollbar{display:none}.livebar-game{white-space:nowrap;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff14 0%,#ffffff0a 100%);border:1.5px solid #ffffff26;border-radius:8px;flex-shrink:0;align-items:center;gap:.6rem;padding:.6rem 1.1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 2px 8px #0003}.livebar-game:hover{border-color:var(--orange);background:linear-gradient(135deg,#ec542440 0%,#ec542426 100%);box-shadow:0 4px 16px #ec542459}.livebar-game .team-name{color:#f0f0f0;letter-spacing:.4px;text-overflow:ellipsis;max-width:120px;font-size:13px;font-weight:600;overflow:hidden}.livebar-game .score{text-align:center;min-width:32px;color:var(--orange);text-shadow:0 0 10px #ec542480,0 2px 4px #0000004d;font-size:20px;font-weight:900;line-height:1}.livebar-game .separator{opacity:.5;color:#999;font-size:14px;font-weight:300}.livebar-game .live-indicator{color:#fff;letter-spacing:.8px;text-transform:uppercase;background:linear-gradient(135deg,red 0%,#c00 100%);border-radius:4px;margin-left:.5rem;padding:3px 8px;font-size:10px;font-weight:800;animation:2s ease-in-out infinite liveGlow;box-shadow:0 2px 6px #f006}@keyframes liveGlow{0%,to{box-shadow:0 2px 6px #f006}50%{box-shadow:0 2px 12px #ff0000b3}}.livebar-game .upcoming-indicator{background:linear-gradient(135deg,var(--blue)0%,var(--blue2)100%);color:#fff;letter-spacing:.8px;text-transform:uppercase;border-radius:4px;margin-left:.5rem;padding:3px 8px;font-size:10px;font-weight:800;box-shadow:0 2px 6px #2b27664d}.livebar-game .final-indicator{color:#fff;letter-spacing:.8px;text-transform:uppercase;background:linear-gradient(135deg,#666 0%,#444 100%);border-radius:4px;margin-left:.5rem;padding:3px 8px;font-size:10px;font-weight:800;box-shadow:0 2px 6px #0000004d}.livebar-game .game-divider{opacity:.3;color:#666;margin-left:1rem;font-size:18px}.livebar-text{color:#ccc;font-size:14px;font-weight:500}.card-muted{background:#fff;border:1px solid #e6e9ef;border-radius:4px;box-shadow:0 1px 3px #00000014}
main{min-height:calc(100vh - var(--headerheight));background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;padding:2rem 0;display:flex;position:relative}main:before{content:"";filter:blur(2px)brightness(.55);z-index:-1;background-image:url(/images/backgrounds/0.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero-container{max-width:var(--page-width);width:100%;height:100%;padding:var(--padding);justify-content:center;align-items:center;gap:2rem;margin:auto;display:flex}main .leftside{z-index:1;flex:1;animation:1s ease-out fadeInUp;position:relative}main .rightside{z-index:1;flex:0 0 500px;justify-content:center;align-items:center;animation:1s ease-out .3s both fadeInUp;display:flex;position:relative}.logo-right{filter:drop-shadow(0 8px 24px #0006);width:100%;max-width:500px;height:auto;transition:transform .3s,filter .3s;animation:6s ease-in-out infinite float}.logo-right:hover{filter:drop-shadow(0 12px 32px #00000080);transform:scale(1.05)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.title{color:#fff;text-shadow:0 4px 12px #0009;margin-bottom:1.5rem;font-size:clamp(28px,5vw,48px);font-weight:800;line-height:1.2;animation:1s ease-out fadeInUp;position:relative}.title:after{content:"";background:linear-gradient(90deg,var(--orange),var(--blue));border-radius:2px;width:100px;height:4px;animation:1s ease-out .5s both slideIn;position:absolute;bottom:-10px;left:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{width:0}to{width:100px}}.subtitle{color:#dcdbff;text-shadow:0 2px 8px #00000080;font-size:clamp(16px,2vw,18px);line-height:1.6;animation:1s ease-out .7s both fadeInUp}@media (max-width:768px){main{min-height:auto;padding:2rem 0}.hero-container{text-align:center;flex-direction:column;gap:3rem;padding:0 1rem}main .leftside{background:0 0;flex:1;order:2;margin:0;padding:0;animation:1s ease-out .2s both fadeInUp}main .rightside{flex:none;order:1;width:100%;max-width:400px;margin:0 auto;animation:1s ease-out both fadeInUp}.logo-right{filter:drop-shadow(0 8px 25px #00000080);max-width:250px;margin:0 auto;transition:transform .3s,filter .3s;animation:6s ease-in-out infinite float;display:block}.logo-right:hover{filter:drop-shadow(0 12px 35px #0009);transform:scale(1.05)}.title{text-shadow:0 3px 10px #000000b3;margin-bottom:1rem;font-size:clamp(22px,7vw,28px)}.subtitle{text-shadow:0 2px 8px #0009;max-width:90%;margin:0 auto;font-size:clamp(14px,4vw,16px);line-height:1.5}}.sectiontwo{background-color:#fff;width:100%;position:relative;box-shadow:0 -4px 20px #0000000d}.leftsidetwo{flex-direction:column;justify-content:center;display:flex}.greentitle{text-align:center;color:#000;padding-top:15px;font-size:20px;font-weight:700}.greenimg img{border-radius:50%;width:1000px;display:block}.rightsidetwo h1{font-size:32px}.rightsidetwo p{margin:10px 0}.sectiontitle{color:#000;text-align:center;margin-bottom:40px;font-size:18px}.sectionsubtitle{text-align:center;font-size:18px}.sectionsubtitle p{margin-bottom:20px;line-height:1.6}.slideone{text-align:center;background:#fff;flex-direction:column;align-items:center;padding:3rem 0;display:flex}.top{margin:50px 200px}.bottom{margin-bottom:50px}.bottom h3{color:var(--blue);letter-spacing:1px;margin-bottom:1.5rem;font-size:28px;font-weight:800}.top p{color:#333;font-size:18px;font-weight:500;line-height:1.7}.bottom p{color:#555;font-size:18px;line-height:2}.slidetwo{text-align:center;background:linear-gradient(#f8f8f8 0%,#fff 100%);flex-direction:column;align-items:center;padding:3rem 0;display:flex}.head{margin-top:50px;margin-bottom:50px}.head h2{color:var(--blue);letter-spacing:1px;font-size:32px;font-weight:800}.garyimg{margin-bottom:50px}.garyimg img{border-radius:50%}.textgary{margin-bottom:50px;margin-left:200px;margin-right:200px}.slidethree{display:flex}.lefty{flex-direction:column;flex:.2;margin-top:20px;display:flex}.lefty img{border-radius:50%;width:150px;margin-bottom:20px;margin-left:50px}.righty{flex:1;margin-top:50px}.title3{text-align:center;margin-right:50px}.letter p{margin-bottom:20px;margin-right:50px}#cancelmargin{margin-bottom:0}.announcement-banner{z-index:10;background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);width:100%;padding:2rem;position:relative;box-shadow:0 4px 20px #00000026,0 -4px 20px #0000000d}.announcement-banner.dan-announcement{padding:1rem}.announcement-content{max-width:var(--page-width);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;display:flex}.announcement-text{flex:1}.breaking-news{color:#fff;letter-spacing:1px;background-color:#ef4444;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;font-size:14px;font-weight:800;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.announcement-text h2{color:#fff;margin:0;font-size:28px;font-weight:700;line-height:1.3}.announcement-image{flex-shrink:0;transition:transform .3s}.announcement-image:hover{transform:scale(1.05)}.announcement-image img{border:4px solid #fff;box-shadow:0 8px 24px #0000004d}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;gap:2rem;width:100%;max-width:900px;max-height:90vh;padding:3rem;animation:.3s slideUp;display:flex;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000080}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{background:var(--blue);color:#fff;cursor:pointer;z-index:1;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:28px;line-height:1;transition:background .2s,transform .2s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:var(--blue2);transform:rotate(90deg)}.modal-image{flex-shrink:0}.modal-image img{border:4px solid var(--blue);box-shadow:0 8px 24px #0003}.modal-text{flex:1}.modal-text h2{color:var(--blue);margin-bottom:.5rem;font-size:36px;font-weight:800}.modal-subtitle{color:var(--orange);margin-bottom:1.5rem;font-size:18px;font-weight:600}.modal-body{color:#333;line-height:1.8}.modal-body p{margin-bottom:1rem;font-size:16px}.modal-highlight{color:#fff;text-align:center;background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);border-radius:8px;margin-top:1.5rem;padding:1rem}.modal-highlight strong{margin-bottom:.25rem;font-size:18px;display:block}.rabbi-green-container{grid-template-columns:350px 1fr;align-items:start;gap:3rem;display:grid}.rabbi-green-image{width:100%}@media (max-width:768px){.rabbi-green-container{grid-template-columns:1fr;gap:2rem}.rabbi-green-image{margin-bottom:2rem}}
.games-hero,.page-hero{background:linear-gradient(135deg,var(--blue)0%,var(--blue2)100%);text-align:center;border-bottom:4px solid var(--orange);width:100%;padding:4rem 0;position:relative;overflow:hidden;box-shadow:0 4px 16px #0003}.games-hero:before,.page-hero:before{content:"";filter:blur(4px)grayscale(60%);opacity:.1;z-index:0;background:url(/images/backgrounds/0.png) 50%/cover;position:absolute;inset:0}.games-title,.page-title{color:#fff;letter-spacing:3px;text-shadow:0 4px 16px #00000080;z-index:1;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;margin-bottom:1rem;padding:0 1rem;font-size:64px;font-weight:900;position:relative}.games-subtitle,.page-subtitle{color:#dcdbff;letter-spacing:.5px;z-index:1;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;padding:0 1rem;font-size:20px;font-weight:500;position:relative}.page-description{color:#dcdbff;z-index:1;text-align:left;max-width:1000px;margin:1.5rem auto 0;padding:0 2rem;font-size:18px;font-weight:400;line-height:1.7;position:relative}.page-description p{text-shadow:0 2px 8px #0000004d;margin-bottom:1rem}.page-description p:last-child{margin-bottom:0}.games-container{background:linear-gradient(#f5f5f5 0%,#fff 100%);min-height:calc(100vh - 200px);padding:3rem 0}.games-section{margin-bottom:3rem}.games-section-header{letter-spacing:1px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:18px;font-weight:800;transition:all .2s;display:flex}.games-section-header:hover{filter:brightness(1.05);transform:translateY(-2px)}.games-section-header:active{transform:translateY(0)}.section-arrow{margin-left:auto;font-size:14px;transition:transform .3s}.section-arrow.collapsed{transform:rotate(-90deg)}.games-section-live{color:#fff;background:linear-gradient(135deg,red 0%,#c00 100%);box-shadow:0 4px 12px #ff00004d}.games-section-scheduled{background:linear-gradient(135deg,var(--blue)0%,var(--blue2)100%);color:#fff;box-shadow:0 4px 12px #2b276633}.games-section-completed{color:#fff;background:linear-gradient(135deg,#666 0%,#444 100%);box-shadow:0 4px 12px #0003}.section-dot{background:#fff;border-radius:50%;width:12px;height:12px;animation:1.5s ease-in-out infinite pulse}.games-grid{opacity:1;flex-direction:column;gap:1.5rem;max-height:10000px;transition:max-height .4s,opacity .3s,margin .3s;display:flex;overflow:hidden}.games-grid.collapsed{opacity:0;gap:0;max-height:0;margin:0}.games-error,.games-loading,.games-empty{text-align:center;color:#666;background:#fff;border-radius:12px;padding:3rem;font-size:18px;box-shadow:0 2px 8px #00000014}.game-card{opacity:0;background:#fff;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s;animation:.6s ease-out forwards fadeInUp;transform:translateY(20px);box-shadow:0 2px 8px #00000014}.game-card:first-child{animation-delay:.1s}.game-card:nth-child(2){animation-delay:.2s}.game-card:nth-child(3){animation-delay:.3s}.game-card:nth-child(4){animation-delay:.4s}.game-card:nth-child(5){animation-delay:.5s}.game-card:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.game-card:hover{border-color:var(--orange);transform:translateY(-2px);box-shadow:0 8px 24px #2b276626}.game-card-live{border-color:red;box-shadow:0 4px 16px #f003}.game-card-live:hover{border-color:red;box-shadow:0 8px 24px #ff00004d}.game-card-completed{opacity:.85;background:#fafafa}.game-card-completed:hover{opacity:1;box-shadow:0 8px 24px #0000001a}.game-card-header{border-bottom:2px solid #f0f0f0;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.game-time{color:#666;background:#f5f5f5;border-radius:6px;padding:.4rem .8rem;font-size:14px;font-weight:600}.game-status{text-transform:uppercase;color:#666;letter-spacing:.5px;background:#e5e5e5;border-radius:6px;padding:.4rem .8rem;font-size:12px;font-weight:700}.game-status-live{color:#fff;background:linear-gradient(135deg,red 0%,#c00 100%);align-items:center;gap:.4rem;display:flex;box-shadow:0 2px 8px #ff00004d}.status-dot{background:#fff;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse}.game-watch-link{color:var(--orange);background:#ec54241a;border-radius:6px;align-items:center;gap:.4rem;margin-left:auto;padding:.4rem .8rem;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.game-watch-link:hover{background:var(--orange);color:#fff}.game-matchup{justify-content:space-between;align-items:center;gap:2rem;display:flex}.game-team{flex:1;justify-content:space-between;align-items:center;gap:1rem;display:flex}.team-info{flex-direction:column;gap:.25rem;display:flex}.team-name{color:var(--blue);font-size:20px;font-weight:700}.team-classification{color:#999;font-size:12px;font-weight:500}.team-score{color:var(--orange);text-align:center;min-width:60px;font-size:36px;font-weight:800}.game-vs{color:#ccc;background:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:.5rem 1rem;font-size:14px;font-weight:700;display:flex}.game-notes{color:#666;border-top:1px solid #f0f0f0;margin-top:1rem;padding-top:1rem;font-size:14px;font-style:italic}.game-modal-overlay{z-index:10000;background:#000c;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.game-modal-content{background:#fff;border-radius:16px;width:100%;max-width:550px;max-height:90vh;animation:.3s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.game-modal-close{cursor:pointer;color:#666;z-index:1;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:28px;line-height:1;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.game-modal-close:hover{color:#333;background:#0000001a}.game-modal-body{padding:2rem 1.5rem}.game-modal-header-section{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.game-modal-badge{color:var(--blue);font-size:20px;font-weight:800}.game-modal-division-badge{background:var(--orange);color:#fff;text-transform:uppercase;border-radius:20px;padding:.25rem .875rem;font-size:13px;font-weight:700}.game-modal-matchup-section{background:linear-gradient(135deg,#f8f9ff 0%,#f0f2ff 100%);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:1.5rem;display:flex}.game-modal-team-block{text-align:center;flex:1}.game-modal-team-name{color:var(--blue);margin-bottom:.5rem;font-size:16px;font-weight:700;line-height:1.3}.game-modal-team-score{color:var(--orange);font-size:42px;font-weight:900;line-height:1}.game-modal-vs{color:#999;text-transform:uppercase;letter-spacing:1px;padding:0 .5rem;font-size:13px;font-weight:800}.game-modal-status-badge{background:var(--blue);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:20px;width:fit-content;margin:0 auto 1.5rem;padding:.5rem 1.25rem;font-size:13px;font-weight:700;display:block}.game-modal-info-section{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.game-modal-info-row{align-items:flex-start;gap:.875rem;display:flex}.game-modal-info-icon{color:var(--orange);flex-shrink:0;margin-top:.125rem}.game-modal-info-content{flex:1}.game-modal-info-label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:11px;font-weight:700}.game-modal-info-value{color:#333;font-size:15px;font-weight:600;line-height:1.4}.game-modal-info-address{color:#666;margin-top:.25rem;font-size:13px}.game-modal-notes-section{background:#f8f9fa;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.game-modal-notes-label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:11px;font-weight:700}.game-modal-notes-text{color:#555;font-size:14px;line-height:1.6}.game-modal-stream-btn{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.game-modal-stream-btn:hover:not(.game-modal-stream-btn-disabled){background:var(--blue);transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.game-modal-stream-btn-disabled{cursor:not-allowed;opacity:.7;background:#ccc}@media (max-width:768px){.game-modal-content{border-radius:12px;max-width:100%}.game-modal-body{padding:1.5rem 1.25rem}.game-modal-matchup-section{padding:1.25rem 1rem}.game-modal-team-name{font-size:14px}.game-modal-team-score{font-size:36px}}@media (max-width:480px){.game-modal-overlay{padding:.5rem}.game-modal-body{padding:1.25rem 1rem}.game-modal-close{width:32px;height:32px;font-size:24px}.game-modal-matchup-section{flex-direction:column;gap:1rem;padding:1rem}.game-modal-vs{transform:rotate(90deg)}.game-modal-team-name{font-size:15px}.game-modal-team-score{font-size:32px}.game-modal-info-value{font-size:14px}}.standings-section{background:#fff;padding:2rem 0 4rem}.standings-loading{text-align:center;color:#666;padding:2rem}.standings-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.standings-table-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 16px #0000001a}.standings-division-title{color:var(--blue);text-align:center;margin-bottom:1rem;font-size:22px;font-weight:800}.standings-table{border-collapse:collapse;width:100%}.standings-table thead{background:linear-gradient(135deg,var(--blue)0%,var(--blue2)100%)}.standings-table th{text-align:left;color:#fff;text-transform:uppercase;letter-spacing:.5px;padding:.875rem;font-size:13px;font-weight:700}.standings-table th:not(:first-child){text-align:center}.standings-table th:first-child{border-top-left-radius:8px}.standings-table th:last-child{border-top-right-radius:8px}.standings-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s}.standings-table tbody tr:hover{background:#f8f9ff}.standings-table tbody tr:last-child{border-bottom:none}.standings-table td{padding:.875rem;font-size:15px}.standings-team-name{color:var(--blue);font-weight:700}.standings-wins{color:#28a745;text-align:center;font-weight:700}.standings-losses{color:#dc3545;text-align:center;font-weight:700}.standings-gp{color:#666;text-align:center;font-weight:600}@media (max-width:768px){.standings-grid{grid-template-columns:1fr}.standings-table th,.standings-table td{padding:.75rem .5rem;font-size:14px}.standings-team-name{font-size:14px}}.previous-results-section{background:#f8f8f8;padding:4rem 0}.section-title{color:var(--blue);text-align:center;letter-spacing:2px;margin-bottom:2rem;font-size:36px;font-weight:800}.results-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.result-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 16px #0000001a}.result-year{color:var(--orange);text-align:center;margin-bottom:1.5rem;font-size:28px;font-weight:800}.result-item{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:1rem;display:flex}.result-item:last-child{border-bottom:none}.result-label{color:#666;font-size:16px;font-weight:600}.result-value{color:var(--blue);font-size:16px;font-weight:700}.allstar-section{background:#fff;padding:4rem 0}.allstar-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.allstar-card{background:linear-gradient(135deg,var(--blue)0%,var(--blue2)100%);text-align:center;border-radius:12px;padding:2rem;box-shadow:0 4px 16px #0000001a}.allstar-division{color:#fff;margin-bottom:1rem;font-size:24px;font-weight:800}.allstar-placeholder{color:#dcdbff;font-size:16px;line-height:1.6}
.schedule-page{color:#23204e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,system-ui,Noto Sans,Apple Color Emoji,Segoe UI Emoji;font-size:16px;line-height:1.45}.schedule-page .page-title{z-index:1;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;padding:0 1rem;position:relative;color:#fff!important;letter-spacing:3px!important;text-shadow:0 4px 16px #00000080!important;margin-bottom:1rem!important;font-size:64px!important;font-weight:900!important}.schedule-page .page-subtitle{color:#dcdbff!important;letter-spacing:.5px!important;font-size:20px!important;font-weight:500!important}.schedule-toggle{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.schedule-toggle-btn{color:#2b2766;cursor:pointer;text-transform:uppercase;background:#fff;border:2px solid #2b2766;border-radius:8px;padding:.6rem 1rem;font-size:14px;font-weight:700;transition:all .18s}.schedule-toggle-btn.active{color:#fff;background:#2b2766}.schedule-table-container{background:#fff;border-radius:10px;margin-bottom:1.5rem;padding:1.25rem;overflow-x:auto;box-shadow:0 6px 18px #0f172a0f}.schedule-table{border-collapse:collapse;width:100%;min-width:600px;font-size:14px}.schedule-table thead{color:#fff;background:#2b2766}.schedule-table th{text-align:left;letter-spacing:.6px;text-transform:uppercase;border-bottom:3px solid #ec5424;padding:.75rem .85rem;font-size:13px;font-weight:700}.schedule-table td{vertical-align:middle;color:#2b2b2b;border-bottom:1px solid #eef2f7;padding:.5rem .85rem}.schedule-table tbody tr:hover:not(.schedule-table-day-header){background:#fbfcfe}.schedule-page .schedule-table-day-header{text-align:center;text-transform:uppercase;background:linear-gradient(135deg,#2b2766 0%,#23204e 100%);border-top:3px solid #ec5424;font-size:15px;font-weight:800;color:#fff!important}.schedule-page .schedule-table-day-header td{color:#fff!important;padding:.9rem!important}.schedule-time{color:#2b2766;white-space:nowrap;width:110px;font-size:14px;font-weight:800}.schedule-event-name,.schedule-game-name{color:#23204e;font-size:15px;font-weight:700}.schedule-matchup{color:#333;font-size:14px;font-weight:600}.schedule-location{color:#666;font-size:13px;font-style:italic}.schedule-page .event-type,.schedule-page .game-number{color:#fff;border-radius:6px;margin-right:.5rem;padding:.28rem .6rem;font-size:12px;font-weight:700;display:inline-block}.schedule-page .game-number{background:#2b2766!important}.schedule-page .event-type.event-activity{background:#10b981!important}.schedule-page .event-type.event-meal{background:#f59e0b!important}.schedule-page .event-type.event-awards{background:#ec5424!important}.schedule-page .event-type.event-other{background:#6b7280!important}.schedule-page .event-type.boys{background:linear-gradient(135deg,#1e3a8a 0%,#2b6cb0 100%)!important}.schedule-page .event-type.girls{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%)!important}.schedule-page .event-type{background:#64748b!important}.event-type.boys{background:linear-gradient(135deg,#1e3a8a 0%,#2b6cb0 100%)}.event-type.girls{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%)}.event-type{background:#64748b}.schedule-game-info{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.event-description{color:#404040;margin-top:.35rem;font-size:13px}@media (max-width:760px){.page-title{font-size:28px}.page-subtitle{font-size:14px}.schedule-toggle{gap:.5rem}.schedule-toggle-btn{padding:.6rem .9rem;font-size:14px}.schedule-table{min-width:0}.schedule-table th:nth-child(2),.schedule-table th:nth-child(3),.schedule-table th:nth-child(5),.schedule-table td:nth-child(2),.schedule-table td:nth-child(3),.schedule-table td:nth-child(5){display:none}.schedule-table tbody tr:not(.schedule-table-day-header){background:#fff;border-radius:10px;margin-bottom:.75rem;display:block;overflow:hidden;box-shadow:0 6px 20px #0f172a0d}.schedule-table tbody tr:not(.schedule-table-day-header) td{border-bottom:none;padding:.85rem .9rem;display:block}.schedule-table thead{display:none}.schedule-time{margin-bottom:.25rem;display:inline-block}.schedule-event-name{display:block}.schedule-location{margin-top:.25rem;display:block}.schedule-table-day-header td{padding:.65rem!important}.schedule-event-name{font-size:16px}.schedule-matchup{font-size:15px}.schedule-time{font-size:16px}.event-type,.game-number{padding:.38rem .7rem;font-size:13px}}@media (min-width:761px) and (max-width:1100px){.schedule-table{min-width:720px}}.game-badge{color:#111;background:#f3f4f6;border-radius:5px;margin-left:.4rem;padding:.18rem .45rem;font-size:12px;font-weight:700}
.teams-container{min-height:calc(100vh - var(--headerheight) - var(--footerheight));background:#f5f6f7;padding:3rem 0}.teams-division-section{margin-bottom:4rem}.division-title{color:var(--blue);text-align:center;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2rem;font-size:32px;font-weight:800}.teams-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.team-card{text-align:center;cursor:pointer;opacity:0;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2rem;transition:all .3s;animation:.6s ease-out forwards fadeInUp;position:relative;overflow:hidden;transform:translateY(20px);box-shadow:0 2px 8px #00000014}.team-card:first-child{animation-delay:.1s}.team-card:nth-child(2){animation-delay:.2s}.team-card:nth-child(3){animation-delay:.3s}.team-card:nth-child(4){animation-delay:.4s}.team-card:nth-child(5){animation-delay:.5s}.team-card:nth-child(6){animation-delay:.6s}.team-card:nth-child(7){animation-delay:.7s}.team-card:nth-child(8){animation-delay:.8s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.team-card:before{content:"";background:linear-gradient(90deg,#0000,#ec54241a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.team-card:hover:before{left:100%}.team-card:hover{border-color:var(--orange);transform:translateY(-8px)scale(1.02);box-shadow:0 12px 32px #2b276633}.team-card-logo{justify-content:center;align-items:center;width:150px;height:150px;margin:0 auto 1.5rem;display:flex}.team-logo-img{object-fit:contain;width:100%;height:100%}.team-card-name{color:var(--blue2);margin-bottom:.5rem;font-size:22px;font-weight:700}.team-card-division{color:var(--orange);text-transform:uppercase;letter-spacing:1px;font-size:14px;font-weight:600}.team-detail-container{background:#fff;padding:3rem 0}.back-button{background:var(--blue);color:#fff;cursor:pointer;z-index:10;border:none;border-radius:8px;margin-bottom:1rem;padding:.75rem 1.5rem;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.back-button:hover{background:var(--orange);transform:translate(-4px)}.team-detail-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.team-detail-left,.team-detail-right{flex-direction:column;gap:2rem;display:flex}.team-photo-section{border:4px solid var(--blue);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.team-photo{width:100%;height:auto;display:block}.team-description-card,.coaching-section-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014}.card-title{color:var(--blue);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;font-size:24px;font-weight:800}.team-description-card p{color:#333;font-size:16px;line-height:1.8}@media (max-width:768px){.team-detail-grid{grid-template-columns:1fr}}.team-description-section{background:#f8f9fa;border-radius:12px;margin-bottom:3rem;padding:2rem}.team-description{color:#333;text-align:center;max-width:900px;margin:0 auto;font-size:16px;line-height:1.8}.section-title{color:var(--blue);text-align:center;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:28px;font-weight:800}.coaching-staff-section{margin-bottom:3rem}.coaching-staff{flex-direction:column;gap:1rem;display:flex}.coach-card{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem}.coach-title{color:var(--orange);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:14px;font-weight:600}.coach-name{color:var(--blue);margin:0;font-size:18px;font-weight:700}.roster-section{margin-top:3rem}.roster-table-container{-webkit-overflow-scrolling:touch;background:#fff;border-radius:12px;overflow-x:auto;box-shadow:0 2px 8px #00000014}.roster-table{border-collapse:separate;border-spacing:0;width:100%}.roster-table thead{background:linear-gradient(135deg,var(--blue)0%,var(--blue2)100%);color:#fff}.roster-table th{text-align:left;letter-spacing:.5px;text-transform:uppercase;padding:1rem;font-size:14px;font-weight:700}.roster-table th:first-child{border-top-left-radius:10px}.roster-table th:last-child{border-top-right-radius:10px}.roster-table tbody tr{border-bottom:1px solid #e5e7eb;transition:all .2s}.roster-table tbody tr:hover{background:#f8f9fa}.roster-table tbody tr:last-child{border-bottom:none}.roster-table td{color:#333;padding:1rem;font-size:15px}.player-number{color:var(--blue);font-size:18px;font-weight:800}.player-name{color:var(--blue2);font-weight:600}.player-grade{color:#666}.player-position{color:var(--orange);font-weight:700}.player-height{color:#666;font-weight:600}
.sponsors-container{min-height:calc(100vh - var(--headerheight) - var(--footerheight));background:linear-gradient(#f8f9fa 0%,#fff 100%);padding:3rem 0}.sponsors-opening-message{text-align:center;color:#333;opacity:0;margin-bottom:3rem;font-size:18px;font-weight:600;line-height:1.6;animation:.8s ease-out .2s forwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.sponsors-special-thanks{text-align:center;opacity:0;background:linear-gradient(135deg,#f0f8ff 0%,#e3f2fd 100%);border-radius:12px;margin-bottom:3rem;padding:2.5rem;animation:.8s ease-out .4s forwards fadeInUp;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.sponsors-special-thanks:before{content:"";background:linear-gradient(90deg,#0000,#2b27661a,#0000);width:100%;height:100%;animation:3s infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-100%}50%{left:50%}to{left:100%}}.sponsors-special-text{color:var(--blue);text-transform:uppercase;z-index:1;font-size:22px;font-weight:700;line-height:1.6;position:relative}.sponsors-list-section{opacity:0;background:#fff;border-radius:12px;padding:2.5rem;animation:.8s ease-out .6s forwards fadeInUp;box-shadow:0 4px 20px #00000014}.sponsors-section-title{color:var(--orange);text-align:center;text-transform:uppercase;margin-bottom:2rem;font-size:28px;font-weight:800;position:relative}.sponsors-section-title:after{content:"";background:linear-gradient(90deg,var(--orange),var(--blue));border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.sponsors-grid{color:#333;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;font-size:16px;line-height:1.6;display:grid}.sponsor-item{text-align:center;cursor:pointer;opacity:0;background:linear-gradient(135deg,#f9f9f9 0%,#f5f5f5 100%);border:1px solid #e5e5e5;border-radius:8px;padding:1rem 1.5rem;font-weight:500;transition:all .3s;animation:.6s ease-out forwards fadeInScale;position:relative;overflow:hidden}.sponsor-item:first-child{animation-delay:.1s}.sponsor-item:nth-child(2){animation-delay:.15s}.sponsor-item:nth-child(3){animation-delay:.2s}.sponsor-item:nth-child(4){animation-delay:.25s}.sponsor-item:nth-child(5){animation-delay:.3s}.sponsor-item:nth-child(6){animation-delay:.35s}.sponsor-item:nth-child(7){animation-delay:.4s}.sponsor-item:nth-child(8){animation-delay:.45s}.sponsor-item:nth-child(9){animation-delay:.5s}.sponsor-item:nth-child(10){animation-delay:.55s}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.sponsor-item:before{content:"";background:linear-gradient(90deg,#0000,#ec54241a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.sponsor-item:hover:before{left:100%}.sponsor-item:hover{border-color:var(--orange);background:linear-gradient(135deg,#fff 0%,#f9f9f9 100%);transform:translateY(-3px)scale(1.02);box-shadow:0 8px 25px #ec542426}.sponsors-corporate-section{opacity:0;background:#fff;border-radius:12px;margin-top:2.5rem;padding:2.5rem;animation:.8s ease-out .8s forwards fadeInUp;box-shadow:0 4px 20px #00000014}.corporate-sponsors-title{color:var(--blue);text-align:center;text-transform:uppercase;margin-bottom:2rem;font-size:28px;font-weight:800;position:relative}.corporate-sponsors-title:after{content:"";background:linear-gradient(90deg,var(--blue),var(--orange));border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.corporate-sponsors-content{text-align:center;color:#555;font-size:18px;line-height:1.7}.corporate-sponsors-content p{margin-bottom:1.5rem}.corporate-sponsors-content p:last-child{margin-bottom:0}.sponsors-contact-section{text-align:center;opacity:0;background:#fff;border-radius:12px;margin-top:2.5rem;padding:2.5rem;animation:.8s ease-out 1s forwards fadeInUp;box-shadow:0 4px 20px #00000014}.contact-section-title{color:var(--blue);text-transform:uppercase;margin-bottom:1.5rem;font-size:24px;font-weight:800;position:relative}.contact-section-title:after{content:"";background:linear-gradient(90deg,var(--blue),var(--orange));border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.contact-content{color:#333;margin-bottom:1rem;font-size:16px;line-height:1.8}.contact-details{color:#333;margin-top:1.5rem;font-size:17px;font-weight:600;line-height:1.8}.contact-names{margin-bottom:.5rem}.contact-emails{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1rem;display:flex}.contact-email{color:var(--blue);border:2px solid #0000;border-radius:6px;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:color .3s}.contact-email:hover{color:#fff;background:var(--blue);border-color:var(--blue)}
.about-container{min-height:calc(100vh - var(--headerheight) - var(--footerheight));background:linear-gradient(#f8f9fa 0%,#fff 100%);padding:3rem 0}.about-content{max-width:1200px;padding:var(--padding);margin:0 auto}.about-description{opacity:0;background:#fff;border-radius:12px;margin-bottom:3rem;padding:3rem;animation:.8s ease-out .2s forwards fadeInUp;box-shadow:0 4px 20px #00000014}.about-description p{color:#333;margin-bottom:1.5rem;font-size:18px;line-height:1.7}.about-description p:last-child{margin-bottom:0}.about-description a{color:var(--orange);font-weight:600;text-decoration:none;transition:all .3s;position:relative}.about-description a:after{content:"";background:linear-gradient(90deg,var(--orange),var(--blue));width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.about-description a:hover:after{width:100%}.about-description a:hover{color:var(--blue);transform:translateY(-1px)}.teams-section{opacity:0;background:#fff;border-radius:12px;padding:3rem;animation:.8s ease-out .4s forwards fadeInUp;box-shadow:0 4px 20px #00000014}.teams-title{color:var(--blue);text-align:center;text-transform:uppercase;margin-bottom:2rem;font-size:32px;font-weight:800;position:relative}.teams-title:after{content:"";background:linear-gradient(90deg,var(--blue),var(--orange));border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.teams-subtitle{color:#666;text-align:center;margin-bottom:3rem;font-size:18px;font-style:italic}.teams-list{max-width:800px;margin:2rem auto;padding-left:2.5rem;list-style-type:disc;display:block}.teams-list li{color:#333;width:100%;margin-bottom:.75rem;font-size:16px;line-height:1.6;display:list-item}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@media screen and (max-width:600px){.game-number{border-radius:4px;margin-right:.25rem;padding:.15rem .35rem;font-size:9px}}@media (max-width:768px){.previous-results-section div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}.previous-results-section button{padding:1.25rem 1.5rem!important;font-size:20px!important}}@media screen and (max-width:1300px){.title{font-size:32px}.greenimg img{width:750px;margin:auto}.sectiontitle,.sectionsubtitle{font-size:16px}.rightsidetwo h1{font-size:28px}.textgary{margin-left:100px;margin-right:100px}.livebar-inner{gap:1rem}.livebar-game .team-name{max-width:100px;font-size:12px}.livebar-game .score{min-width:28px;font-size:18px}}@media screen and (max-width:1000px){main .leftside{flex:unset;padding:var(--padding);text-align:center;padding-bottom:0}about .rightside{width:220px}.imgtop{z-index:2;position:relative}nav .blueblock{z-index:1;height:var(--headerheight);background:var(--blue);position:absolute;top:0;left:0;right:0}nav .hamburger{z-index:2;display:block;position:relative}nav ul{left:0;top:var(--headerheight);padding:1.5rem var(--padding);background:linear-gradient(180deg,var(--blue2)0%,var(--blue)100%);z-index:0;flex-direction:column;gap:.5rem;width:100%;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;box-shadow:0 8px 16px #0000004d}nav ul.closed{transform:translateY(-100%)}nav ul li{padding:0}nav ul li a{letter-spacing:.8px;-webkit-tap-highlight-color:transparent;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;min-height:48px;padding:1rem 1.2rem;font-size:16px;display:flex}nav ul li a:hover,nav ul li a:active{background:var(--orange);color:#fff;border-color:var(--orange);transform:translate(5px)}.has-dropdown{display:contents}.dropdown-trigger{display:none}.dropdown-menu{opacity:1;visibility:visible;box-shadow:none;background:0 0;border:none;flex-direction:column;gap:.5rem;margin:0;padding:0;position:static;transform:none;display:flex!important}.dropdown-menu li{width:auto}.dropdown-menu a{color:#fff;letter-spacing:.8px;box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;width:auto;min-height:48px;padding:1rem 1.2rem;font-size:16px;display:flex}.dropdown-menu a:hover,.dropdown-menu a:active{background:var(--orange);color:#fff;border-color:var(--orange);transform:translate(5px)}.imgtop{padding-left:25px}.logo-top{width:70px!important;height:58px!important}nav .hamburger{margin:0 25px}.page-hero,.scores-hero{padding:3rem 0}.page-title,.scores-title{font-size:52px}.page-subtitle,.scores-subtitle{font-size:18px}.sectiontwo>div{flex-direction:column!important;gap:2rem!important}.leftsidetwo{order:1}.rightsidetwo{order:2}.greenimg img{height:auto;margin:0 auto;width:350px!important}.greentitle{font-size:18px}.rightsidetwo h1{font-size:24px}.sectionsubtitle{font-size:16px}main .rightside{flex:.6;width:auto}.livebar-inner{gap:.75rem;padding:0 25px}.live-label{letter-spacing:1px;font-size:14px}.livebar-game{gap:.5rem;padding:.5rem .9rem}.livebar-game .team-name{max-width:80px;font-size:11px}.livebar-game .score{min-width:24px;font-size:16px}.livebar-game .live-indicator,.livebar-game .upcoming-indicator,.livebar-game .final-indicator{padding:2px 6px;font-size:9px}}@media screen and (max-width:800px){:root{--padding:20px;--headerheight:80px}header{height:80px}.logo-top{width:60px!important;height:50px!important}.imgtop{padding-left:20px}nav .hamburger{width:28px;height:22px;margin:0 20px}main .rightside{width:280px}.page-hero,.scores-hero{padding:2.5rem 0}.page-title,.scores-title{letter-spacing:2px;font-size:42px}.page-subtitle,.scores-subtitle{padding:0 1rem;font-size:16px}about .rightside{display:none}main .title{font-size:26px}main .subtitle{font-size:15px;line-height:1.5}main .leftside{padding:2rem 1rem}.sectiontwo>div{padding:2rem 1rem!important}.greenimg img{width:190px!important}.greentitle{font-size:16px}.rightsidetwo h1{font-size:22px}.sectiontitle{margin-bottom:20px;font-size:14px}.sectionsubtitle{font-size:15px}.sectionsubtitle p{margin-bottom:15px}main .rightside{width:320px;max-width:400px}.logo-right{filter:drop-shadow(0 8px 25px #00000080);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;min-width:280px;max-width:320px;margin:0 auto;padding:1rem;transition:transform .3s,filter .3s;animation:6s ease-in-out infinite float;display:block}.logo-right:hover{filter:drop-shadow(0 12px 35px #0009);transform:scale(1.05)}.textgary{margin-left:20px;margin-right:20px}.slidethree{flex-direction:column}.lefty{flex-direction:row;justify-content:center;gap:10px;margin:20px 0}.lefty img{width:80px;margin-left:0}.righty{margin-top:20px}.title3{margin-right:20px}.letter p{margin-left:20px;margin-right:20px}.livebar-compact{padding:.5rem 0}.livebar-inner{gap:.5rem;padding:0 20px}.live-dot{width:10px;height:10px}.live-label{letter-spacing:.8px;font-size:12px}.livebar-games{gap:.75rem}.livebar-game{border-radius:6px;gap:.4rem;padding:.4rem .7rem}.livebar-game .team-name{max-width:60px;font-size:10px}.livebar-game .score{min-width:20px;font-size:14px}.livebar-game .separator{font-size:12px}.livebar-game .live-indicator,.livebar-game .upcoming-indicator,.livebar-game .final-indicator{margin-left:.25rem;padding:2px 5px;font-size:8px}}@media screen and (max-width:600px){:root{--padding:15px;--headerheight:70px}header{height:70px}.logo-top{width:50px!important;height:42px!important}.imgtop{padding-left:15px}nav .hamburger{width:26px;height:20px;margin:0 15px}nav .hamburger:before,nav .hamburger:after,nav .hamburger span{height:2.5px}.page-hero,.scores-hero{padding:2rem 0}.page-title,.scores-title{letter-spacing:1.5px;font-size:32px;line-height:1.2}.page-subtitle,.scores-subtitle{padding:0 1rem;font-size:14px;line-height:1.4}.page-description{margin-top:1rem;padding:0 1rem;font-size:14px;line-height:1.6}.page-description p{margin-bottom:.75rem}main .rightside{width:350px;max-width:400px;margin:0 auto 1rem;display:block}main .leftside{text-align:center;background:0 0;height:auto;padding:.5rem 1rem;display:block}.logo-right{filter:drop-shadow(0 6px 20px #00000080);width:100%;max-width:280px;margin:0 auto;transition:transform .3s,filter .3s;animation:6s ease-in-out infinite float;display:block}.logo-right:hover{filter:drop-shadow(0 10px 30px #0009);transform:scale(1.05)}main .title{text-shadow:0 3px 10px #000000b3;margin-bottom:1rem;font-size:24px;line-height:1.3}main .subtitle{text-shadow:0 2px 8px #0009;max-width:90%;margin:0 auto;font-size:14px;line-height:1.5}main .leftside{padding:1rem}.sectiontwo>div{padding:1.5rem .75rem!important}.greenimg img{width:150px!important}.greentitle{padding-top:10px;font-size:14px}.rightsidetwo h1{font-size:20px}.sectiontitle{margin-bottom:15px;font-size:13px}.sectionsubtitle{font-size:14px}.sectionsubtitle p{margin-bottom:12px;line-height:1.5}.slideone,.slidetwo,.slidethree{padding:2rem 1rem}.top{margin:30px 15px}.livebar-compact{border-bottom:2px solid var(--orange);padding:.4rem 0}.livebar-inner{gap:.4rem;padding:0 15px}.announcement-banner{padding:1.5rem 1rem}.announcement-content{text-align:center;flex-direction:column;gap:1rem}.announcement-text h2{font-size:20px}.announcement-image img{width:120px!important;height:120px!important}.modal-content{flex-direction:column;margin:1rem;padding:2rem 1.5rem}.modal-close{width:35px;height:35px;font-size:24px;top:.5rem;right:.5rem}.modal-image{text-align:center}.modal-image img{width:200px!important;height:200px!important}.modal-text h2{font-size:28px}.modal-subtitle{font-size:16px}.modal-body p{font-size:14px}.modal-highlight strong{font-size:16px}.live-dot{width:8px;height:8px}.live-label{letter-spacing:.5px;font-size:11px}.livebar-games{gap:.5rem}.livebar-game{border-width:1px;border-radius:5px;gap:.3rem;padding:.35rem .6rem}.livebar-game .team-name{max-width:50px;font-size:9px}.livebar-game .score{min-width:18px;font-size:13px}.livebar-game .separator{font-size:10px}.livebar-game .live-indicator,.livebar-game .upcoming-indicator,.livebar-game .final-indicator{letter-spacing:.3px;margin-left:.2rem;padding:1px 4px;font-size:7px}.games-section-header{padding:.75rem 1rem;font-size:14px}.game-card{margin-bottom:1rem;padding:1rem}.game-matchup{flex-direction:row;align-items:center;gap:.75rem}.game-team{text-align:left;flex-direction:row;flex:1;justify-content:space-between;align-items:center;gap:.5rem}.team-info{flex:1;align-items:flex-start}.team-name{text-align:left;font-size:13px}.team-score{text-align:center;min-width:40px;font-size:28px}.game-vs{flex-shrink:0;width:32px;height:32px;font-size:11px}.games-container{padding:1.5rem 0}.schedule-toggle{flex-direction:column;gap:.75rem;margin-bottom:2rem}.schedule-toggle-btn{padding:.85rem 1.5rem;font-size:14px}.schedule-table-container{-webkit-overflow-scrolling:touch;border-radius:8px;padding:.5rem;overflow-x:auto}.schedule-table{font-size:11px}.schedule-table th{padding:.6rem .4rem;font-size:11px}.schedule-table td{padding:.5rem .4rem;font-size:11px}.schedule-table-day-header td{padding:.75rem .5rem;font-size:13px}.section-header-row td,.time-cell{font-size:11px}.event-type{padding:.25rem .5rem;font-size:10px}.event-description{font-size:11px}.event-location{font-size:10px}.schedule-day{margin-bottom:2rem;padding:1.5rem 1rem}.schedule-day-title{margin-bottom:1.5rem;font-size:24px}.schedule-section-title{padding:.6rem 1rem;font-size:18px}.schedule-event,.schedule-game{flex-direction:column;gap:.5rem;padding:.75rem 1rem}.schedule-time{min-width:auto;font-size:14px}.schedule-event-name,.schedule-game-name{font-size:14px}.schedule-matchup{font-size:13px}.schedule-location{font-size:12px}.schedule-venue{padding:.6rem .75rem;font-size:12px}.teams-grid{grid-template-columns:1fr;gap:1rem}.team-detail-content{padding:1rem}.team-photo-section img{height:200px}.coaching-staff{grid-template-columns:1fr}.roster-table{font-size:12px}.roster-table th,.roster-table td{padding:.5rem}.player-number{font-size:16px}.back-button{padding:.5rem 1rem;font-size:14px}.footer-container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.footer-heading{font-size:18px}.footer-text{font-size:14px}.footer-socials{flex-direction:column}.social-link{justify-content:center;padding:.75rem 1rem}.contact-item{gap:.25rem}.contact-name{font-size:15px}.contact-link{font-size:13px}.footer-logo-section{padding-top:1.5rem}.footer-logo-img{width:150px}.footer-bottom{margin-top:1.5rem;padding-top:1.5rem}.footer-bottom p{font-size:12px}}@media (max-width:480px){.team-name{font-size:15px}.team-score{font-size:32px}.game-vs{width:36px;height:36px;font-size:11px}.game-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.game-time{font-size:13px}.game-status{font-size:12px}}@media (max-width:600px){.schedule-table-container{margin:0 -.5rem;padding:.75rem}.schedule-table{width:100%;min-width:0;display:block}.schedule-table thead{display:none}.schedule-table tbody{width:100%;display:block}.schedule-table-day-header{width:100%;margin-bottom:.75rem;display:block!important}.schedule-table-day-header td{text-align:center;border:none;padding:.75rem!important;display:block!important}.schedule-table tbody tr:not(.schedule-table-day-header){background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;margin:0 0 1rem;display:block;overflow:hidden;box-shadow:0 4px 12px #0f172a14}.schedule-table tbody tr:not(.schedule-table-day-header) td{text-align:left;border-bottom:none;width:100%;padding:.75rem 1rem;display:block}.schedule-table tbody tr:not(.schedule-table-day-header) td:first-child{padding-top:1rem}.schedule-table tbody tr:not(.schedule-table-day-header) td:last-child{padding-bottom:1rem}.schedule-time{color:#2b2766;white-space:normal;width:auto;margin-bottom:.5rem;font-size:16px;font-weight:800;display:block}.schedule-event-name,.schedule-game-name{margin-bottom:.35rem;font-size:15px;display:block}.schedule-matchup{margin-top:.25rem;font-size:14px;display:block}.schedule-location{margin-top:.5rem;font-size:13px;display:block}.event-type,.game-number{margin-bottom:.25rem;margin-right:.5rem;padding:.35rem .65rem;font-size:12px;display:inline-block}.schedule-game-info{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}}

