.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);padding:2rem 1rem;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.not-found-container{width:100%;max-width:800px;text-align:center;display:flex;flex-direction:column;gap:2.5rem;box-sizing:border-box}.not-found-header{position:relative}.not-found-number{font-size:6rem;font-weight:800;letter-spacing:-2px;color:#fb923ce6;margin:0;line-height:1;text-shadow:0 4px 20px rgba(251,146,60,.3)}.not-found-ball-container{position:relative;height:6rem;margin-top:1rem}.not-found-ball{position:absolute;left:50%;transform:translate(-50%);font-size:3.5rem;animation:ball-bounce 1.2s ease-in-out infinite}.not-found-shadow{position:absolute;left:50%;bottom:.5rem;transform:translate(-50%);height:.5rem;width:4rem;border-radius:50%;background:#0006;filter:blur(4px);animation:shadow-pulse 1.2s ease-in-out infinite}.not-found-content{display:flex;flex-direction:column;gap:1rem}.not-found-title{font-size:2rem;font-weight:700;color:#fff;margin:0;line-height:1.3}.not-found-message{font-size:1.05rem;color:#cbd5e1;max-width:36rem;margin:0 auto;line-height:1.6}.not-found-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;padding-top:1rem}.not-found-btn{padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;display:inline-block;box-sizing:border-box}.not-found-btn-primary{background:#f97316;color:#fff;box-shadow:0 4px 20px #f973164d}.not-found-btn-primary:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 6px 24px #f9731666}.not-found-btn-secondary{background:transparent;color:#e2e8f0;border:1px solid rgba(255,255,255,.2)}.not-found-btn-secondary:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}@keyframes ball-bounce{0%,to{transform:translate(-50%) translateY(0) scale(1)}50%{transform:translate(-50%) translateY(5rem) scale(1.05,.95)}}@keyframes shadow-pulse{0%,to{transform:translate(-50%) scale(.6);opacity:.3}50%{transform:translate(-50%) scale(1);opacity:.6}}@media (min-width: 768px){.not-found-page{padding:4rem 2rem}.not-found-container{gap:3rem}.not-found-number{font-size:10rem;letter-spacing:-4px}.not-found-ball{font-size:4.5rem}.not-found-title{font-size:2.5rem}.not-found-message{font-size:1.15rem}.not-found-actions{flex-direction:row;gap:1.25rem}.not-found-btn{padding:1rem 2.5rem;font-size:1.05rem}}@media (max-width: 600px){.not-found-page{padding:2rem 1rem}.not-found-container{gap:2rem}.not-found-number{font-size:5rem;letter-spacing:-1px}.not-found-ball-container{height:5rem;margin-top:.75rem}.not-found-ball{font-size:3rem}.not-found-title{font-size:1.75rem;line-height:1.2}.not-found-message{font-size:1rem;line-height:1.5}.not-found-actions{gap:.875rem}.not-found-btn{width:100%;max-width:280px;padding:.875rem 1.5rem;font-size:.95rem}}@media (max-width: 480px){.not-found-page{padding:1.5rem 1rem}.not-found-container{gap:1.75rem}.not-found-number{font-size:4rem}.not-found-ball-container{height:4.5rem}.not-found-ball{font-size:2.5rem}.not-found-title{font-size:1.5rem}.not-found-message{font-size:.95rem}.not-found-btn{max-width:100%}}.nav-bar{background:#000;border-bottom:1px solid #e5e7eb}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 6.5rem 1rem 1rem}.nav-links{list-style:none;display:flex;margin:0;padding:0;gap:2rem}.nav-links li{margin-left:0}.nav-link{text-decoration:none;text-transform:capitalize;font-weight:100;color:#fff!important;letter-spacing:.05em}.dropdown-menu li a{text-transform:capitalize}.nav-link:hover,.nav-link:focus{background:none;color:#fff;outline:none}.nav-item.dropdown>.nav-link{display:inline-flex;align-items:center;gap:.35rem;position:relative}.nav-item.dropdown>.nav-link:after{content:"";width:.45rem;height:.45rem;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);margin-top:-2px;transition:transform .2s ease}.nav-item.dropdown:hover>.nav-link:after{transform:rotate(-135deg)}.nav-item.dropdown{position:relative}.nav-item.dropdown:before{content:"";position:absolute;top:100%;left:0;right:0;height:.75rem;background:transparent;z-index:1999}.dropdown-menu{display:none;position:absolute;top:calc(100% + .75rem);left:0;background:#0a0a0af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #1a1a1a;box-shadow:0 4px 12px #0000004d;padding:.5rem 0;list-style:none;margin:0;min-width:160px;z-index:2000}.nav-item.dropdown:hover .dropdown-menu,.nav-item.dropdown:hover:before{display:block}.dropdown-menu:hover{display:block}.dropdown-menu li{padding:0;white-space:nowrap;list-style:none;margin:0}.dropdown-menu li:hover,.dropdown-menu li:focus{background:none}.dropdown-menu li a,.dropdown-link{color:#909090!important;text-decoration:none;display:block;padding:.6rem 1.25rem;font-size:.85rem;font-weight:500;letter-spacing:.02em;transition:all .15s ease}.dropdown-menu li a:hover,.dropdown-menu li a:focus{background:#ffffff0d;color:#fff!important;outline:none}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;border:none;background:transparent;cursor:pointer;padding:0;position:relative;z-index:2001}.hamburger span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hamburger:hover,.hamburger:focus,.hamburger:active{background:none!important;border:none!important;box-shadow:none!important;outline:none!important;filter:none!important}@media (max-width: 768px){.nav-links{display:none!important}.hamburger{display:flex}.nav-container{padding-right:1rem}}.mobile-fullscreen-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:2000;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu-header{position:sticky;top:0;background:#000;border-bottom:1px solid #e5e7eb;padding:1rem;display:flex;justify-content:space-between;align-items:center;z-index:2001}.mobile-menu-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;min-height:calc(100vh - 100px)}.mobile-nav-list{list-style:none;padding:0;margin:0;width:100%;max-width:400px}.mobile-nav-item{margin:0;border-bottom:1px solid #e5e7eb}.mobile-nav-item:last-child{border-bottom:none}.mobile-nav-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:2rem 1rem;background:none;border:none;font-size:1.5rem;font-weight:400;color:#000;cursor:pointer;text-align:left;transition:background .2s ease}.mobile-nav-button:active{background:#f5f5f5}.mobile-nav-arrow{font-size:1.5rem;color:#666}.mobile-submenu-screen{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:2002;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-submenu-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;min-height:calc(100vh - 100px)}.mobile-back-button{width:100%;display:flex;align-items:center;gap:1rem;padding:1.5rem 1rem;background:none;border:none;font-size:1.2rem;color:#666;cursor:pointer;text-align:left;margin-bottom:2rem}.mobile-back-arrow{font-size:1.2rem}.mobile-submenu-list{list-style:none;padding:0;margin:0;width:100%;max-width:400px}.mobile-submenu-item{margin:0;border-bottom:1px solid #e5e7eb}.mobile-submenu-item:last-child{border-bottom:none}.mobile-submenu-link{display:block;padding:2rem 1rem;font-size:1.5rem;font-weight:400;color:#000;text-decoration:none;transition:background .2s ease}.mobile-submenu-link:active{background:#f5f5f5}@media (min-width: 769px){.mobile-fullscreen-menu,.mobile-submenu-screen{display:none!important}}body.no-scroll{overflow:hidden!important;position:fixed;width:100vw}.nav-link-disabled{cursor:default;pointer-events:none}.footer{background-color:#dde8eb;padding:6rem 4rem;font-family:Helvetica Neue,sans-serif}.footer-inner{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;max-width:1200px;margin:0 auto}.footer-column{flex:1 1 200px;min-width:200px}.footer-heading{font-size:.9rem;font-weight:950;text-transform:uppercase;letter-spacing:.1em;color:#000;margin-bottom:1rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.5rem}.footer-link{display:block;font-size:.9rem;font-weight:450;color:#000;text-decoration:none;letter-spacing:.05em;transition:opacity .3s ease}.footer-link:hover{opacity:.6;text-decoration:none}.footer-column a[href^=mailto]{font-style:normal}@media (max-width: 768px){.footer-inner{flex-direction:column;align-items:flex-start}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Helvetica Neue,-apple-system,sans-serif;background:#000;color:#fff;overflow-x:hidden}.hero-container{position:relative;height:100vh;width:100%;background:#000;overflow:hidden}.hero-image-layer{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;transform:translateZ(0);will-change:transform}.hero-image-layer img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:grayscale(40%) contrast(1.2) brightness(.4);transform:translateZ(0) scale(1.05);will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:transform 8s ease-out;image-rendering:-webkit-optimize-contrast}.hero-container:hover .hero-image-layer img{transform:translateZ(0) scale(1.08)}.noise-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.03) 2px,rgba(0,0,0,.03) 4px);pointer-events:none;opacity:.4}.vignette{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.7) 100%);pointer-events:none}.hero-content{position:relative;z-index:10;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:2rem}.top-marker{font-size:.75rem;font-weight:500;letter-spacing:.15em;color:gray;opacity:.6;text-transform:uppercase}.center-lockup{display:flex;flex-direction:column;gap:.5rem;margin-top:-8vh;animation:fadeInUp 1s ease-out .3s both}.hero-title{font-family:Atkinson Hyperlegible,Courier New,monospace;font-size:5rem;font-weight:700;letter-spacing:-.02em;color:#fff;line-height:.9;margin:0}.hero-subtitle{font-size:.9rem;font-weight:400;color:#fff;letter-spacing:.05em;margin-top:.5rem}.hero-content .hero-subtitle{color:#fff}.hero-subtitle:before{display:none}.bottom-actions{display:flex;flex-direction:column;gap:0;padding-top:1.5rem;animation:fadeInUp 1s ease-out .6s both}.action-link{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;border-top:1px solid rgba(255,255,255,.08);color:#fff;text-decoration:none;font-size:1rem;font-weight:600;letter-spacing:.02em;transition:all .3s ease;position:relative;overflow:hidden}.action-link:last-child{border-bottom:1px solid rgba(255,255,255,.08)}.action-link:before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background:#ffffff08;transition:width .3s ease;z-index:-1}.action-link:hover:before{width:100%}.action-link:hover{padding-left:1rem;color:#fff;border-color:#ffffff26}.action-arrow{font-size:1.2rem;color:gray;transition:all .3s ease}.action-link:hover .action-arrow{transform:translate(8px);color:#fff}@media (max-width: 768px){.hero-content{padding:1.5rem}.hero-title{font-size:3rem}.center-lockup{margin-top:-4vh}.top-marker{font-size:.7rem}.hero-subtitle{font-size:.8rem}.action-link{font-size:.95rem;padding:1rem 0}.action-link:hover{padding-left:.75rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.4;transform:translateY(-50%) scale(1)}50%{opacity:1;transform:translateY(-50%) scale(1.2)}}@media (min-width: 769px){.hero-content{padding:3rem 4rem}.bottom-actions{max-width:500px}}.hero-register-button{margin:1.75rem auto 0;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#000;padding:1.4rem 3.5rem;font-size:1.1rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;font-family:Courier New,monospace;border:2px solid #fff;max-width:420px;width:auto;transition:all .25s ease;box-shadow:0 12px 35px #00000080}.hero-register-button:hover{background:#000;color:#fff;transform:translateY(-3px);box-shadow:0 18px 50px #000000a6}.events-wrapper{background-color:#000;color:#fff;padding:5rem 1.5rem;text-align:center;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.events-heading{font-size:2.5rem;font-family:Atkinson Hyperlegible,Courier New,monospace;font-weight:600;margin-bottom:3rem;color:#fff;letter-spacing:.5px}.events-container{display:flex;justify-content:center;width:100%;max-width:100%;box-sizing:border-box}.events-list{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:1000px;box-sizing:border-box}.event-card{background-color:#111;border:1px solid #222;border-radius:12px;box-shadow:0 4px 12px #ffffff0a;text-align:left;padding:1.75rem 2rem;transition:all .3s ease;width:100%;max-width:100%;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word}.event-card:hover{transform:translateY(-5px);border-color:#36a4d6}.event-title{font-size:1.3rem;font-family:Atkinson Hyperlegible,Courier New,monospace;font-weight:600;color:#36a4d6;margin-bottom:.4rem}.event-datetime{font-size:1rem;color:#ccc;margin-bottom:.2rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.event-location{font-size:1rem;color:#888}@media (max-width: 768px){.events-wrapper{padding:3rem 1rem;overflow-x:hidden}.events-heading{font-size:1.75rem;margin-bottom:2rem;word-wrap:break-word}.events-list{gap:1.25rem;width:100%;max-width:100%}.event-card{padding:1.25rem 1.5rem;border-radius:8px;width:100%;max-width:100%;box-sizing:border-box}.event-title{font-family:Atkinson Hyperlegible,Courier New,monospace;font-size:1.1rem;margin-bottom:.75rem;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word}.event-datetime{font-size:.9rem;line-height:1.5;margin-bottom:.4rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.event-location{font-size:.85rem;margin-top:.5rem;word-wrap:break-word}}@media (max-width: 480px){.events-wrapper{padding:2.5rem 1rem;overflow-x:hidden}.events-heading{font-size:1.5rem;margin-bottom:1.5rem;word-wrap:break-word}.event-card{padding:1rem 1.25rem;width:100%;max-width:100%;box-sizing:border-box}.event-title{font-size:1rem;word-wrap:break-word}.event-datetime{font-size:.85rem;word-wrap:break-word;overflow-wrap:break-word}}.what-we-offer{padding:8rem 2rem;max-width:1400px;margin:0 auto;background:#000;position:relative}.offer-section-header{margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid #1a1a1a}.offer-section-title{font-family:Atkinson Hyperlegible,Courier New,monospace;font-size:2.5rem;font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.1;margin:0 0 .5rem}.offer-section-subtitle{font-size:.9rem;color:gray;letter-spacing:.05em;font-weight:400;margin:0}.offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1px;background:#000}.offer-card{padding:3rem 2.5rem;background:#000;text-align:left;transition:all .3s ease;position:relative;overflow:hidden}.offer-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.02) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.offer-card:hover{background:#0a0a0a;transform:translateY(-2px)}.offer-card:hover:before{opacity:1}.offer-card-number{font-family:Courier New,monospace;font-size:.75rem;font-weight:500;color:#505050;letter-spacing:.15em;margin-bottom:1.5rem;text-transform:uppercase;transition:color .3s ease}.offer-card:hover .offer-card-number{color:gray}.offer-card-title{font-family:Atkinson Hyperlegible,Courier New,monospace;font-size:1.75rem;font-weight:700;margin-bottom:.75rem;color:#fff;letter-spacing:-.01em;line-height:1.2;transition:color .3s ease}.offer-card:hover .offer-card-title{color:#fff}.offer-card-subtitle{font-size:.95rem;color:gray;margin:0;letter-spacing:.05em;font-weight:400;line-height:1.5;transition:color .3s ease}.offer-card:hover .offer-card-subtitle{color:#cfcfcf}.offer-card-divider{width:0;height:1px;background:gray;margin-top:1.5rem;transition:width .4s ease}.offer-card:hover .offer-card-divider{width:100%}@media (max-width: 768px){.what-we-offer{padding:5rem 1.5rem}.offer-section-header{margin-bottom:3rem;padding-bottom:1.5rem}.offer-section-title{font-size:2rem}.offer-grid{grid-template-columns:1fr;gap:1px}.offer-card{padding:2.5rem 2rem}.offer-card-title{font-size:1.5rem}.offer-card-subtitle{font-size:.9rem}}@media (min-width: 769px) and (max-width: 1024px){.offer-grid{grid-template-columns:repeat(2,1fr)}}.highlights-section{background:#000;padding:0;padding-bottom:8rem;overflow:hidden;position:relative;contain:layout style paint}.highlight-scroll{display:flex;gap:1px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;transform:translateZ(0)}.highlight-scroll::-webkit-scrollbar{display:none}.highlight-item{flex:0 0 85vw;height:70vh;scroll-snap-align:center;position:relative;overflow:hidden;border-right:1px solid #0a0a0a;transform:translateZ(0);will-change:transform;contain:layout style paint}.highlight-item:last-child{border-right:none}.highlight-item:hover{transform:translateZ(0) scale(.98)}.highlight-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:grayscale(50%) contrast(1.3) brightness(.7);transform:translateZ(0);will-change:filter,transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;image-rendering:-webkit-optimize-contrast}.highlight-item:hover img{filter:grayscale(30%) contrast(1.4) brightness(.8);transform:translateZ(0) scale(1.02)}@media (min-width: 769px){.highlight-item{flex:0 0 45vw;height:75vh}}@media (max-width: 480px){.highlight-item{flex:0 0 92vw;height:65vh}}.general-info-section{background:#000;padding:0;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;contain:layout style paint}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);width:100%;height:100vh;margin:0;padding:0;transform:translateZ(0)}.info-card{position:relative;overflow:hidden;text-decoration:none;display:flex;align-items:flex-end;border:1px solid #0a0a0a;transition:border-color .3s ease;transform:translateZ(0);contain:layout style paint}.info-card:hover{border-color:#1a1a1a}.info-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;transform:translateZ(0);will-change:transform}.info-image-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(60%) contrast(1.2) brightness(.5);transform:translateZ(0);will-change:filter,transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:filter .4s ease,transform .4s ease;image-rendering:-webkit-optimize-contrast}.info-card:hover .info-image-wrapper img{filter:grayscale(20%) contrast(1.3) brightness(.65);transform:translateZ(0) scale(1.05)}.info-label{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;width:100%;padding:2rem;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.4) 60%,transparent 100%);transition:background .3s ease}.info-card:hover .info-label{background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.5) 60%,transparent 100%)}.info-label span:first-child{font-size:1.5rem;font-weight:600;letter-spacing:-.01em;color:#fff;text-transform:Capitalize}.info-arrow{font-size:1.25rem;color:#606060;transition:all .3s ease}.info-card:hover .info-arrow{color:#fff;transform:translate(4px)}@media (max-width: 768px){.info-grid{grid-template-columns:1fr;height:auto;gap:1px}.info-card{min-height:60vh;border:1px solid #0a0a0a}.info-label{padding:1.75rem}.info-label span:first-child{font-size:1.25rem}.info-arrow{font-size:1.1rem}}@media (min-width: 769px){.info-grid{gap:1px}}.about-page{background:#000;color:#fff;min-height:100vh;padding-top:70px}.about-hero{position:relative;height:75vh;display:flex;align-items:flex-end;overflow:hidden}.about-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.about-hero-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(30%) contrast(1.15) brightness(.5)}.about-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,transparent 60%);z-index:2}.about-hero-content{position:relative;z-index:3;padding:3rem;max-width:1200px;margin:0 auto;width:100%}.about-hero-content h1{font-size:3.5rem;font-weight:700;letter-spacing:-.03em;margin:0 0 1.5rem;line-height:1;color:#fff}.about-hero-content p{font-size:1.2rem;font-weight:400;color:silver;line-height:1.6;max-width:700px}.about-intro{padding:6rem 3rem;max-width:1000px;margin:0 auto;border-bottom:1px solid #1a1a1a}.intro-content{display:flex;flex-direction:column;gap:2rem}.about-page .intro-lead{font-size:1.5rem;font-weight:500;letter-spacing:-.01em;color:#fff;line-height:1.6}.intro-sub{font-size:1.1rem;font-weight:400;color:gray;font-style:italic;line-height:1.6}.about-mission{padding:6rem 0;border-bottom:1px solid #1a1a1a}.mission-grid{display:grid;grid-template-columns:1fr 1fr;max-width:1400px;margin:0 auto;gap:0}.mission-image{position:relative;min-height:500px;overflow:hidden}.mission-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(35%) contrast(1.2) brightness(.65)}.mission-text{padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;background:#0a0a0a}.mission-text h2{font-size:2.5rem;font-weight:600;letter-spacing:-.02em;margin:0 0 1rem;color:#fff}.mission-text p{font-size:1.1rem;font-weight:400;color:#b0b0b0;line-height:1.7}.about-values{padding:6rem 3rem;max-width:1400px;margin:0 auto;border-bottom:1px solid #1a1a1a}.values-header{max-width:800px;margin:0 auto 4rem;text-align:center}.values-header h2{font-size:2.5rem;font-weight:600;letter-spacing:-.02em;margin:0 0 1rem;color:#fff}.values-header p{font-size:1.1rem;font-weight:400;color:gray;line-height:1.6}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;margin-top:3rem}.value-item{padding:2rem;background:#0a0a0a;border:1px solid #1a1a1a;transition:border-color .3s ease}.value-item:hover{border-color:#2a2a2a}.value-item h3{font-size:1.3rem;font-weight:600;letter-spacing:-.01em;margin:0 0 1rem;color:#fff}.value-item p{font-size:1rem;font-weight:400;color:#909090;line-height:1.6;margin:0}.about-closer{padding:6rem 3rem;max-width:1000px;margin:0 auto}.closer-content{text-align:center;display:flex;flex-direction:column;gap:1rem}.closer-primary{font-size:1.8rem;font-weight:600;letter-spacing:-.01em;color:#e0e0e0;line-height:1.4;margin:0}.closer-secondary{font-size:1.2rem;font-weight:400;color:#707070;font-style:italic;line-height:1.6;margin:0}@media (max-width: 1024px){.mission-grid{grid-template-columns:1fr}.mission-image{min-height:400px}.values-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}}@media (max-width: 768px){.about-hero{height:65vh}.about-hero-content{padding:2rem 1.5rem}.about-hero-content h1{font-size:2.5rem}.about-hero-content p{font-size:1rem}.about-intro{padding:4rem 1.5rem}.intro-lead{font-size:1.25rem}.intro-sub{font-size:1rem}.mission-text{padding:3rem 1.5rem}.mission-text h2{font-size:2rem}.mission-text p{font-size:1rem}.about-values{padding:4rem 1.5rem}.values-header h2{font-size:2rem}.values-header p{font-size:1rem}.values-grid{grid-template-columns:1fr;gap:1.5rem}.value-item{padding:1.5rem}.value-item h3{font-size:1.2rem}.about-closer{padding:4rem 1.5rem}.closer-primary{font-size:1.5rem}.closer-secondary{font-size:1.1rem}}.training-page{background-color:#000;color:#fff;display:flex;justify-content:center;padding:10rem 5rem 20rem;font-family:Helvetica Neue,Segoe UI,sans-serif;font-weight:300;line-height:1.6}.training-container{max-width:950px;width:100%;background:#111;border-radius:12px;box-shadow:0 8px 32px #0009;padding:4rem 2.5rem;text-align:left}.training-heading{font-size:2.5rem;font-weight:200;color:#36a4d6;margin-bottom:1.2rem;letter-spacing:.8px}.training-subheading{font-size:1.2rem;color:#bbb;margin-bottom:2.2rem;margin-top:.4rem;font-weight:300}.training-note{font-size:1rem;color:#aaa;font-weight:300}@media (max-width: 640px){.training-container{padding:2rem 1.2rem;max-width:100%}.training-heading{font-size:2rem}.training-subheading,.training-note{font-size:.95rem}}.winter-page{background-color:#000;color:#fff;display:flex;justify-content:center;padding:10rem 5rem 20rem;font-family:Helvetica Neue,Segoe UI,sans-serif;font-weight:300;line-height:1.6}.winter-container{max-width:950px;width:100%;background:#111;border-radius:12px;box-shadow:0 8px 32px #0009;padding:4rem 2.5rem}.winter-heading{font-size:2.5rem;font-weight:200;color:#36a4d6;margin-bottom:1.2rem;letter-spacing:.8px}.winter-age-range{font-weight:300;color:#fff;font-size:1.2rem}.winter-subheading{font-size:1.2rem;color:#bbb;margin-bottom:2.2rem;margin-top:.4rem;font-weight:300}.winter-description{font-size:1.05rem;color:#ccc;margin-bottom:2.2rem}.winter-hr{border:none;border-top:1.5px solid #36a4d6;margin:2.5rem 0;opacity:.2}.winter-note{font-size:.98rem;color:#888;margin-bottom:2rem;font-weight:300}@media (max-width: 640px){.winter-container{padding:2rem 1.2rem;max-width:100%}.winter-heading{font-size:2rem}.winter-description,.winter-note,.winter-subheading{font-size:.95rem}}.tournament-plan-page{min-height:100vh;background:linear-gradient(180deg,#0b0c0f,#0f1117);color:#f5f5f5;font-family:Helvetica Neue,-apple-system,sans-serif;padding:6rem 2rem 4rem}.tournament-wrapper{max-width:1200px;margin:0 auto}.page-header-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.header-text h1{font-family:Helvetica Neue,-apple-system,sans-serif;font-size:clamp(2.9rem,5vw,3.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem;color:#fff;line-height:1.1}.header-description{font-size:1rem;color:#cfcfcf;line-height:1.7;letter-spacing:.01em}.header-image{position:relative;border-radius:0;overflow:hidden;height:500px;background:#000}.header-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(0,168,232,.1) 0%,transparent 50%);z-index:1;pointer-events:none}.header-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left top;object-position:left top;filter:grayscale(25%) contrast(1.35) brightness(.65)}.top-note{font-size:.95rem;color:#cfcfcf;line-height:1.6;margin-bottom:3rem;padding:1.5rem;background:#ffffff05;border-left:2px solid rgba(255,255,255,.1)}.tournament-section{margin-bottom:4rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.tournament-section h2{font-family:Courier New,monospace;font-size:1.2rem;font-weight:700;letter-spacing:-.01em;color:#fff;text-transform:uppercase;margin:0}.package-badge{font-size:.75rem;padding:.4rem .75rem;border-radius:3px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.package-badge.included{background:#00a8e826;color:#00a8e8;border:1px solid rgba(0,168,232,.3)}.package-badge.optional{background:#80808026;color:#999;border:1px solid rgba(128,128,128,.3)}.tournament-list{display:flex;flex-direction:column;gap:0}.tournament-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;border-top:1px solid rgba(255,255,255,.08);transition:all .3s ease}.tournament-item:last-child{border-bottom:1px solid rgba(255,255,255,.08)}.tournament-item:hover{padding-left:1rem;background:#ffffff05}.tournament-name{font-size:1rem;font-weight:600;color:#fff;letter-spacing:.01em}.tournament-date{font-size:.9rem;color:gray;letter-spacing:.02em;text-align:right}.team-label{display:inline-block;font-size:.75rem;padding:.25rem .5rem;background:#ffffff1a;border-radius:3px;margin-left:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.muted{color:#606060;font-size:.85rem;font-style:italic}.tournament-image{margin-top:2rem;position:relative;border-radius:8px;overflow:hidden}.tournament-image img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;filter:brightness(.8) contrast(1.1);display:block}.image-caption{position:absolute;bottom:1.5rem;left:1.5rem;font-family:Courier New,monospace;font-size:1.2rem;font-weight:700;color:#fff;text-transform:lowercase;letter-spacing:-.01em}.split-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.tournament-image-inline{border-radius:8px;overflow:hidden;height:280px}.tournament-image-inline img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:brightness(.85) contrast(1.1)}.tournament-images-grid{display:grid;grid-template-columns:1fr auto;gap:1.5rem;margin-top:2rem;align-items:start}.tournament-image-card{position:relative;border-radius:8px;overflow:hidden;height:300px}.tournament-image-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:brightness(.8) contrast(1.1);transition:transform .4s ease}.tournament-image-card:hover img{transform:scale(1.05)}.vegas-image{width:-moz-fit-content;width:fit-content;max-width:100%;height:300px;display:flex;align-items:center;justify-content:center}.vegas-image img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;background:transparent;width:auto;height:100%;max-width:100%;display:block}.vegas-image:hover img{transform:scale(1.02)}.image-label{position:absolute;bottom:1rem;left:1rem;font-family:Courier New,monospace;font-size:1rem;font-weight:700;color:#fff;text-transform:lowercase}.tournament-hero-bottom{position:relative;margin-top:4rem;border-radius:8px;overflow:hidden;height:500px}.tournament-hero-bottom img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 35%;object-position:center 35%;filter:brightness(.5) contrast(1.2)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.4) 100%)}.hero-text{font-family:Courier New,monospace;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#fff;letter-spacing:-.02em;text-align:center;text-transform:lowercase}@media (max-width: 768px){.tournament-plan-page{padding:4rem 1.5rem 3rem}.page-header-split{grid-template-columns:1fr;gap:2rem}.header-text h1{font-size:2.5rem}.header-image{height:300px}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.tournament-section h2{font-size:1.1rem}.tournament-item{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem 0}.tournament-name{font-size:.95rem}.tournament-date{font-size:.85rem;text-align:left}.team-label{margin-left:0;margin-top:.25rem}.split-content{grid-template-columns:1fr}.tournament-image img{height:300px}.tournament-image-inline{height:250px}.tournament-images-grid{grid-template-columns:1fr}.tournament-hero-bottom{height:350px}.hero-text{font-size:2rem;padding:0 1rem}}.tryouts-closed-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(180deg,#0f172a,#020617)}.tryouts-closed-card{max-width:560px;width:100%;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:3rem 2.5rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px #0006}.tryouts-badge{display:inline-block;padding:.4rem .75rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#38bdf8;background:#38bdf81f;border-radius:999px;margin-bottom:1.25rem}.tryouts-closed-title{font-size:2rem;font-weight:700;color:#f8fafc;margin-bottom:1rem}.tryouts-closed-message{font-size:1.05rem;line-height:1.6;color:#cbd5f5;margin-bottom:.75rem}.tryouts-closed-subtext{font-size:.95rem;color:#94a3b8;margin-bottom:2rem}.tryouts-closed-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.primary-btn{padding:.75rem 1.5rem;background:#38bdf8;color:#020617;font-weight:600;border-radius:10px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #38bdf84d}.secondary-btn{padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.2);color:#f8fafc;border-radius:10px;text-decoration:none;transition:background .15s ease}.secondary-btn:hover{background:#ffffff14}.partner-page{background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;padding:4rem 1rem}.partner-container{max-width:800px;width:100%;background:#111;border-radius:8px;box-shadow:0 8px 24px #00000080;padding:3rem 2rem;text-align:left}.partner-heading{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#36a4d6}.partner-intro{font-size:1.125rem;margin-bottom:2rem;line-height:1.6;color:#ddd}.partner-subheading{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#fff}.partner-list{margin:0;padding-left:1.25rem;list-style:none}.partner-list-item{position:relative;margin-bottom:.75rem;padding-left:1.5rem;font-size:1.0625rem;color:#ccc;line-height:1.5}.partner-list-item:before{content:"•";position:absolute;left:0;top:0;font-size:1.5rem;line-height:1;color:#36a4d6}.partner-contact{margin-top:2.5rem;font-size:1.0625rem;text-align:center}.partner-link{color:#36a4d6;text-decoration:none;font-weight:600}.partner-link:hover{text-decoration:none}@media (max-width: 640px){.partner-container{padding:2rem 1rem}.partner-heading{font-size:2rem}.partner-subheading{font-size:1.25rem}}.testimonials-page{background-color:#000;color:#fff;display:flex;flex-direction:column;align-items:center;padding:6rem 1rem 0;font-family:Helvetica Neue,Segoe UI,sans-serif;font-weight:300;line-height:1.6}.testimonials-container{max-width:950px;width:100%;background:#111;border-radius:12px;box-shadow:0 8px 32px #0009;padding:4rem 2.5rem;text-align:left}.testimonials-heading{font-size:2.5rem;font-weight:200;color:#36a4d6;margin-bottom:1.2rem;letter-spacing:.8px}.testimonials-intro{font-size:1.1rem;color:#ccc;margin-bottom:2.2rem;font-weight:300}.testimonials-footer{font-size:1rem;color:#888;margin-top:2rem;font-style:italic}.testimonials-spacer{height:40rem}.program-page{background:#fff;color:#111;padding:5rem 1.5rem 6rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif}.program-container{max-width:980px;margin:0 auto}.program-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;margin-bottom:5rem;align-items:start;padding-top:1rem}.program-eyebrow{display:block;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#666;margin-bottom:.75rem}.program-hero-text h1{font-size:3.2rem;font-weight:600;line-height:1.15;margin:0 0 1.5rem}.program-hero-text h1 span{font-weight:400}.program-lead{font-size:1.15rem;line-height:1.7;color:#444;max-width:520px}.program-hero-images{position:relative;height:560px}.hero-image-primary{position:relative;width:100%;height:380px;z-index:1}.hero-image-primary img{width:100%;height:100%;display:block;border-radius:10px;-o-object-fit:cover;object-fit:cover;box-shadow:0 14px 40px #00000024}.hero-image-secondary{position:absolute;bottom:0;right:-30px;width:62%;height:260px;z-index:2}.hero-image-secondary img{width:100%;height:100%;display:block;border-radius:10px;-o-object-fit:cover;object-fit:cover;border:4px solid #ffffff;box-shadow:0 16px 45px #0000002e}.program-section{margin-bottom:4.5rem}.program-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:-.01em}.program-section h3{font-size:1.15rem;font-weight:600;margin-bottom:1rem;color:#111}.program-section p{font-size:1rem;line-height:1.75;color:#333;max-width:760px;margin-bottom:1.2rem}.included-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.included-item{background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;padding:1.75rem;transition:transform .2s ease,box-shadow .2s ease}.included-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.included-item h3{font-size:1.1rem;font-weight:600;margin:0 0 .75rem;color:#111}.included-item p{font-size:.95rem;line-height:1.6;color:#555;margin:0;max-width:100%}.simple-list{padding-left:1.25rem;max-width:720px}.simple-list li{font-size:.95rem;line-height:1.7;margin-bottom:.6rem;color:#333}.tournament-option-block{background:#f9f9f9;border-left:3px solid #111;padding:1.75rem 2rem;margin-bottom:2rem;border-radius:4px}.tournament-option-block h3{margin-top:0;margin-bottom:1rem}.option-note{font-size:.9rem;color:#666;font-style:italic;margin-bottom:1rem;margin-top:0}.tournament-option-block .simple-list{margin-bottom:0}.pricing-intro{font-size:1rem;line-height:1.75;color:#333;max-width:760px;margin-bottom:2.5rem}.pricing-option-wrapper{background:#fafafa;border:1px solid #e5e5e5;border-radius:6px;padding:2rem;margin-bottom:2rem}.pricing-option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #ddd}.pricing-option-header h3{margin:0;font-size:1.25rem}.pricing-total{font-size:1.3rem;font-weight:600;color:#000}.pricing-table{width:100%;border-collapse:collapse;font-size:.95rem}.pricing-table tr td{padding:.8rem 0;vertical-align:top}.pricing-table tr td:first-child{color:#333}.pricing-table tr td:last-child{text-align:right;color:#000;font-weight:500}.pricing-table tr:not(:last-child) td{border-bottom:1px solid #e5e5e5}.program-actions{display:flex;gap:2.5rem;margin-top:4rem;padding-top:2.5rem;border-top:1px solid #e0e0e0}.program-actions a{text-decoration:none;font-size:.8rem;letter-spacing:.1em;font-weight:400;text-transform:uppercase;color:#000;border-bottom:1px solid #000;padding-bottom:2px;transition:opacity .2s ease}.program-actions a:hover{opacity:.6}.secondary-link{color:#666;border-bottom-color:#ccc}.secondary-link:hover{color:#000;border-bottom-color:#000}@media (max-width: 900px){.program-hero{grid-template-columns:1fr;gap:3rem}.program-hero-text h1{font-size:2.6rem}.program-hero-images{max-width:640px;margin:0 auto}.hero-image-secondary{right:10px;width:50%}.included-grid{grid-template-columns:1fr;gap:1.5rem}.tournament-option-block,.pricing-option-wrapper{padding:1.5rem}.pricing-option-header{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width: 600px){.program-page{padding:4rem 1.25rem 5rem}.program-hero-text h1{font-size:2.2rem}.program-hero-images{height:400px}.hero-image-primary{height:300px}.hero-image-secondary{height:210px;width:60%;right:0}.included-item{padding:1.5rem}.program-actions{flex-direction:column;gap:1.25rem}.tournament-option-block,.pricing-option-wrapper{padding:1.25rem}}.tryout-info-page{background:#fafafa;color:#111;padding:3rem 1.5rem 6rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;min-height:100vh}.tryout-wrapper{max-width:1100px;margin:0 auto}.tryout-hero{text-align:center;margin-bottom:6rem;padding:3rem 0}.hero-content{margin-bottom:3.5rem}.tryout-date{display:inline-block;font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;color:#666;margin-bottom:1.5rem;padding:.5rem 1.5rem;border:1px solid #ddd;border-radius:50px}.tryout-hero h1{font-size:4.5rem;font-weight:700;line-height:1.1;margin:0 0 1rem;letter-spacing:-.02em}.hero-subtitle{font-size:1.2rem;color:#555;font-weight:400}.hero-images-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto}.hero-images-layout img{width:100%;height:280px;-o-object-fit:cover;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.hero-images-layout img:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026}.intro-section{background:#fff;border-radius:12px;padding:3rem;margin-bottom:4rem;box-shadow:0 2px 8px #0000000a}.intro-content p{font-size:1.05rem;line-height:1.8;color:#333;margin-bottom:1.5rem;max-width:800px}.fee-box{display:flex;align-items:center;gap:1.5rem;margin-top:2.5rem;padding:1.5rem 2rem;background:#f9f9f9;border-left:4px solid #111;border-radius:6px}.fee-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#666;font-weight:600}.fee-amount{font-size:2rem;font-weight:700;color:#111}.fee-note{font-size:.9rem;color:#777}.schedule-section{margin-bottom:5rem}.schedule-section h2{font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center;letter-spacing:-.01em}.schedule-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto 3rem}.schedule-group{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000a}.group-label{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.schedule-items{display:flex;flex-direction:column;gap:1.5rem}.schedule-item{padding:1.25rem;background:#fafafa;border-radius:8px;transition:background .2s ease}.schedule-item:hover{background:#f5f5f5}.item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.age-group{font-size:1.1rem;font-weight:600;color:#111}.court-info{font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.05em}.item-time{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:.5rem}.item-location{font-size:.95rem;color:#666}.arrival-reminder{text-align:center;font-size:1rem;color:#555;padding:1.5rem;background:#fff9e6;border-radius:8px;max-width:600px;margin:0 auto}.open-gym-section{margin-bottom:5rem}.open-gym-section h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.01em}.section-subtitle{font-size:.95rem;color:#666;font-style:italic;margin-bottom:2rem}.open-gym-block{background:#fff;border-radius:12px;padding:2rem;max-width:600px;box-shadow:0 2px 8px #0000000a}.gym-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.gym-label{font-size:1.3rem;font-weight:700}.gym-time{font-size:1.1rem;font-weight:600;color:#111}.gym-info p{margin:.5rem 0;font-size:1rem;color:#555}.eligibility-section{margin-bottom:5rem}.eligibility-section h2{font-size:2rem;font-weight:700;margin-bottom:2.5rem;letter-spacing:-.01em}.eligibility-list{background:#fff;border-radius:12px;padding:2rem;max-width:600px;box-shadow:0 2px 8px #0000000a}.eligibility-row{display:flex;align-items:center;padding:1.25rem 0;border-bottom:1px solid #f0f0f0}.eligibility-row:last-child{border-bottom:none}.eligibility-row .age{font-size:1.3rem;font-weight:700;color:#111;min-width:80px}.eligibility-row .divider{flex:1;height:1px;background:linear-gradient(to right,#ddd 0%,transparent 100%);margin:0 1.5rem}.eligibility-row .birth{font-size:1rem;color:#666}.additional-info{background:#f9f9f9;border-radius:12px;padding:2rem;margin-bottom:4rem}.additional-info p{font-size:.95rem;line-height:1.7;color:#555;margin:0}.cta-section{text-align:center;padding:7rem 1.5rem 6rem;margin-top:5rem;border-top:none;background:transparent}.register-button{display:inline-flex;align-items:center;justify-content:center;background:#000;color:#fff;padding:2.6rem 7.5rem;font-size:1.4rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:3px solid #000;border-radius:0;min-width:420px;font-family:Courier New,monospace;box-shadow:0 18px 60px #0000008c;transition:all .25s ease}.register-button:hover{background:#fff;color:#000;transform:translateY(-5px);box-shadow:0 26px 80px #000000b3}.cta-section .cta-note{margin-top:2.25rem;font-size:.95rem;font-weight:600;color:#444;letter-spacing:.12em;text-transform:uppercase}@media (max-width: 768px){.register-button{padding:1.75rem 3.5rem;font-size:1.05rem;min-width:100%}}@media (max-width: 900px){.tryout-hero h1{font-size:3.2rem}.hero-images-layout{grid-template-columns:1fr;gap:1.5rem}.schedule-container{grid-template-columns:1fr;gap:2rem}.intro-section{padding:2rem}.fee-box{flex-direction:column;align-items:flex-start;gap:.75rem}}@media (max-width: 600px){.tryout-info-page{padding:2rem 1rem 4rem}.tryout-hero{padding:2rem 0;margin-bottom:4rem}.tryout-hero h1{font-size:2.5rem}.hero-images-layout img{height:220px}.intro-section,.schedule-group{padding:1.5rem}.schedule-section h2,.open-gym-section h2,.eligibility-section h2{font-size:1.6rem}.item-time{font-size:1.3rem}.cta-section{padding:3rem 0}.register-button{padding:1.5rem 3rem;font-size:1rem;min-width:280px;padding:1.1rem 3rem;font-size:.85rem}}.input{width:100%;border:1px solid #d1d5db;border-radius:6px;padding:8px 10px;outline:none;transition:border-color .12s,box-shadow .12s;background:#fff}.input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.input--error{border-color:#dc2626!important;box-shadow:0 0 0 2px #dc262626}.error-text{color:#dc2626;font-size:.875rem;margin-top:4px;line-height:1.4}.error-summary{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;padding:10px 12px;border-radius:6px;margin-top:8px}.password-wrapper{position:relative}.password-eye-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:transparent;border:0;cursor:pointer;padding:4px;line-height:0}.consent-checkbox{display:flex;align-items:flex-start;gap:8px}.consent-checkbox input[type=checkbox]{margin-top:3px}.dashboard-container{min-height:calc(100vh - 60px);background-color:#f5f7fa;padding-top:2rem}.dashboard-content{max-width:1200px;margin:0 auto;padding:0 2rem 2rem}.dashboard-header{margin-bottom:2rem}.welcome-text{font-size:1.875rem;font-weight:700;color:#2d3748}.error-message{background-color:#fff5f5;border:1px solid #feb2b2;color:#c53030;padding:1rem;border-radius:6px;margin-bottom:1.5rem}.registration-card,.info-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;margin-bottom:1.5rem}.registration-card h2,.info-card h2{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.registration-card p{color:#4a5568;margin-bottom:1.5rem}.register-button{display:inline-block;background-color:#3182ce;color:#fff;padding:.75rem 1.5rem;border-radius:0;text-decoration:none;transition:background-color .2s}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item label{font-size:.875rem;color:#718096;font-weight:500}.info-item span{font-size:1rem;color:#2d3748;font-weight:500}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.status-badge.selected{background-color:#c6f6d5;color:#22543d}.status-badge.not_selected{background-color:#fed7d7;color:#822727}.status-badge.pending{background-color:#fefcbf;color:#744210}.team-access{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.team-access h3{font-size:1.125rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.teamsnap-button{display:inline-block;background-color:#3182ce;color:#fff;padding:.75rem 1.5rem;border-radius:0;text-decoration:none;transition:background-color .2s}.loading-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f7fa}.loading-spinner{color:#3182ce;font-size:1.125rem;font-weight:500}.forgot-password{color:#fff;text-align:center;width:100%;max-width:28rem;margin:0 auto 1rem;font-size:1.5rem;font-weight:600}.custom-spacing{display:block;margin-bottom:12px}.email-verify-container{min-height:100vh;background:#000;display:flex;align-items:center;justify-content:center;padding:1rem}.email-verify-card{max-width:400px;width:100%;background:#1e1e1e;padding:2rem;border-radius:.75rem;box-shadow:0 4px 12px #0003;text-align:center}.email-verify-card h2{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.email-verify-card p{color:#fff;font-size:.875rem;margin-bottom:1.5rem}.email-verify-card button{background-color:#2563eb;color:#fff;padding:.625rem 1.5rem;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:background-color .2s ease}.email-verify-card button:hover{background-color:#1d4ed8}/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-duration:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}.relative{position:relative}.static{position:static}.container{width:100%}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:3.40282e38px}.rounded-none{border-radius:0}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-transparent{border-color:#0000}.border-r-transparent{border-right-color:#0000}.border-l-transparent{border-left-color:#0000}.bg-gradient-to-b{--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.object-cover{-o-object-fit:cover;object-fit:cover}.text-center{text-align:center}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-60:disabled{opacity:.6}body{color:#1a1a1a;background:#000;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}html{scroll-behavior:smooth}body.no-scroll{width:100vw;position:fixed;overflow:hidden!important}.logo img{height:85px;margin-left:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
