:root{--court: #1a472a;--court-light: #2d5a3d;--court-line: #fff;--orange: #ee6730;--orange-bright: #ff7b3d;--ball: #ee6730;--ball-line: #8b4513;--gold: #f4c430;--text: #faf8f5;--text-muted: rgba(250, 248, 245, .75);--shadow: rgba(0, 0, 0, .4);font-family:Outfit,system-ui,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:var(--court);background-image:linear-gradient(180deg,var(--court) 0%,var(--court-light) 50%,var(--court) 100%),repeating-linear-gradient(90deg,transparent,transparent 80px,rgba(255,255,255,.03) 80px,rgba(255,255,255,.03) 81px);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;overflow-x:hidden}#app{min-height:100vh}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem 2rem;position:relative}.header{text-align:center;margin-bottom:1.5rem;z-index:2}.brand{font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,10vw,4.5rem);font-weight:400;letter-spacing:.08em;margin:0;color:var(--text);text-shadow:0 0 20px rgba(238,103,48,.3),0 2px 4px var(--shadow);line-height:1}.tagline{font-size:clamp(1rem,3vw,1.35rem);font-weight:300;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin:.5rem 0 0;opacity:.95}.music-notes{position:fixed;top:0;bottom:0;width:4rem;display:flex;flex-direction:column;justify-content:space-around;align-items:center;pointer-events:none;z-index:1}.music-notes--left{left:.5rem}.music-notes--right{right:.5rem}.note{font-size:clamp(1.25rem,2.5vw,2rem);color:var(--gold);opacity:.5;animation:float-note 4s ease-in-out infinite}.music-notes--left .note:nth-child(1){animation-delay:0s}.music-notes--left .note:nth-child(2){animation-delay:.8s}.music-notes--left .note:nth-child(3){animation-delay:1.6s}.music-notes--left .note:nth-child(4){animation-delay:2.4s}.music-notes--left .note:nth-child(5){animation-delay:3.2s}.music-notes--right .note:nth-child(1){animation-delay:.4s}.music-notes--right .note:nth-child(2){animation-delay:1.2s}.music-notes--right .note:nth-child(3){animation-delay:2s}.music-notes--right .note:nth-child(4){animation-delay:2.8s}.music-notes--right .note:nth-child(5){animation-delay:3.6s}.music-notes--right .note{animation-direction:reverse}@keyframes float-note{0%,to{transform:translateY(0) scale(1);opacity:.5}50%{transform:translateY(-12px) scale(1.1);opacity:.85}}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:900px;position:relative;z-index:2}.basketball{position:absolute;top:0;left:50%;width:56px;height:56px;margin-left:-28px;pointer-events:none}.basketball--swish{animation:swish-in 1.8s cubic-bezier(.2,.8,.3,1) forwards;transform-origin:center center}.ball{width:100%;height:100%;border-radius:50%;background:var(--ball);box-shadow:inset -6px -6px 12px #00000040,inset 4px 4px 10px #fff3,0 4px 20px var(--shadow);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.ball-line{position:absolute;width:120%;height:8%;background:var(--ball-line);border-radius:2px;left:-10%}.ball-line--alt{transform:rotate(90deg)}@keyframes swish-in{0%{transform:translate(-280px,-120px) scale(.4);opacity:0}25%{transform:translate(-80px,20px) scale(.9) rotate(-80deg);opacity:1}50%{transform:translate(40px,-40px) scale(1.05) rotate(20deg);opacity:1}75%{transform:translate(20px,10px) scale(1) rotate(5deg);opacity:1}to{transform:translate(0) scale(1) rotate(0);opacity:0}}.video-wrapper{position:relative;width:100%;max-width:720px;border-radius:12px;overflow:hidden;box-shadow:0 0 0 3px var(--orange),0 0 40px #ee673040,0 20px 60px var(--shadow);background:#0a0a0a;transform-origin:center center}.video-wrapper--pulse{animation:pulse-boom .45s ease-in-out infinite}@keyframes pulse-boom{0%,to{transform:scale(1) rotate(-.2deg);box-shadow:0 0 0 3px var(--orange),0 0 40px #ee673040,0 20px 60px var(--shadow)}50%{transform:scale(1.03) rotate(.2deg);box-shadow:0 0 0 4px var(--orange-bright),0 0 60px #ee673080,0 24px 65px var(--shadow)}}.video-glow{position:absolute;inset:-2px;border-radius:14px;background:linear-gradient(135deg,var(--orange) 0%,var(--gold) 50%,var(--orange-bright) 100%);opacity:.15;z-index:-1;filter:blur(20px)}.video{display:block;width:100%;height:auto;aspect-ratio:16 / 9;border-radius:10px}.hoop-net{position:fixed;left:16px;top:50%;transform:translateY(-50%);z-index:5;pointer-events:none}.hoop-net__img{display:block;height:120px;width:auto;object-fit:contain}.hoop-net--swish{animation:hoop-swish .45s ease-out}@keyframes hoop-swish{0%{transform:translateY(-50%) scale(1)}30%{transform:translateY(-50%) translate(3px) scale(1.02)}60%{transform:translateY(-50%) translate(-2px) scale(.98)}to{transform:translateY(-50%) scale(1)}}.ball-fly{position:fixed;width:24px;height:24px;left:0;top:0;z-index:15;pointer-events:none;opacity:0}.ball-fly .ball{width:100%;height:100%}.ball-fly--animate{opacity:1;animation:fly-to-net 1.4s cubic-bezier(.3,.6,.2,1) forwards}@keyframes fly-to-net{0%{transform:translate(calc(var(--fly-start-x) - var(--ball-half, 12px)),calc(var(--fly-start-y) - var(--ball-half, 12px)));opacity:1}45%{transform:translate(calc(var(--fly-mid-x) - var(--ball-half, 12px)),calc(var(--fly-arc-y) - var(--ball-half, 12px)));opacity:1}to{transform:translate(calc(var(--fly-end-x) - var(--ball-half, 12px)),calc(var(--fly-end-y) - var(--ball-half, 12px)));opacity:1}}.footer{margin-top:1.5rem;font-size:.9rem;font-weight:500;color:var(--text-muted);letter-spacing:.1em}.footer-accent{margin-right:.25rem}@media(max-width:700px){.music-notes{width:2.5rem}.music-notes--left{left:.25rem}.music-notes--right{right:.25rem}.note{font-size:1rem}.basketball{width:44px;height:44px;margin-left:-22px}}@media(max-width:480px){.music-notes .note:nth-child(n+4){display:none}}
