*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Courier New,monospace;background:#e0673f;-webkit-tap-highlight-color:transparent}#hero{position:relative;width:100%;height:100vh;height:100dvh;overflow:hidden}#bg-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;cursor:grab;touch-action:none}#bg-canvas.dragging{cursor:grabbing}.hero-content{position:absolute;top:0;left:0;width:100%;z-index:1;display:flex;flex-direction:column;align-items:center;padding-top:6vh;text-align:center;color:#fff;pointer-events:none}.logo-img{width:60vw;max-width:520px;min-width:220px;height:auto;display:block;margin:0 0 .5rem;filter:drop-shadow(3px 3px 0 rgba(0,0,0,.4))}@media (max-width: 480px){.logo-img{width:78vw;min-width:200px}}.hero-content h1{font-family:"Press Start 2P",system-ui;font-weight:400;font-style:normal;font-size:3rem;margin:0 0 .5rem;text-shadow:4px 4px 0 #3B2A1A,-2px -2px 0 #3B2A1A,2px -2px 0 #3B2A1A,-2px 2px 0 #3B2A1A;letter-spacing:3px}.hero-content .tagline{font-size:.9rem;text-shadow:2px 2px 0 #3B2A1A;opacity:.95}.hint{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:1;color:#faf6f6;font-size:.7rem;text-shadow:2px 1px 0 #3B2A1A;opacity:.9;transition:opacity .6s ease;pointer-events:none;text-align:center}.scroll-cue{position:absolute;bottom:55px;left:50%;transform:translate(-50%);z-index:1;color:#fff;font-size:.7rem;text-shadow:2px 2px 0 #3B2A1A;animation:bob 1.6s ease-in-out infinite;pointer-events:none}@keyframes bob{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,8px)}}#info-btn{position:fixed;top:20px;left:20px;z-index:5;width:38px;height:38px;font-family:"Press Start 2P",system-ui;font-size:.8rem;color:#fff;background:#3b2a1a;border:3px solid #C6A66B;cursor:pointer;box-shadow:4px 4px #0000004d;display:flex;align-items:center;justify-content:center}#info-btn:hover{background:#4d3822}#info-btn:active{transform:translate(2px,2px);box-shadow:2px 2px #0000004d}#instruction-panel{position:fixed;top:68px;left:20px;z-index:5;max-width:min(320px,calc(100vw - 40px));background:#dec18ae4;border:3px solid #3B2A1A;box-shadow:4px 4px #0000004d;color:#3b2a1a;font-size:.75rem;line-height:1.6;padding:12px 14px;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .3s ease,transform .3s ease}#instruction-panel.open{opacity:1;transform:translateY(0)}@media (max-width: 600px){#info-btn{top:12px;left:12px;width:32px;height:32px;font-size:.65rem}#instruction-panel{top:56px;left:12px;font-size:.7rem}}#modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#140c0800;z-index:10;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .35s ease,background .35s ease;padding:20px}#modal-overlay.open{opacity:1;pointer-events:auto;background:#140c08b8}#info-panel{margin:10% auto;width:100%;max-width:100%;height:90vh;overflow-y:auto;background:linear-gradient(#2b2d31a6,#2b2d31a6),url(./grass-DQKjUW2T.png);background-size:64px 64px;background-repeat:repeat;image-rendering:pixelated;box-shadow:0 14px #00000040;padding:10px;color:#3b2a1a;transform:scale(.85) translateY(20px);opacity:0;transition:transform .35s cubic-bezier(.2,.8,.2,1),opacity .35s ease}#modal-overlay.open #info-panel{transform:scale(1) translateY(0);opacity:1}#info-panel .panel-inner{min-height:100%;background-image:linear-gradient(#312f2ba6,#31302ba6),url(./wood_plank-B9XFIbIV.png);background-repeat:repeat;background-size:64px 64px;image-rendering:pixelated;padding:22px;position:relative}#info-panel h2{color:#dec08a;font-family:"Press Start 2P",system-ui;white-space:pre-wrap;margin:0 0 14px;font-size:1.4rem;letter-spacing:1px;text-shadow:2px 2px 0 rgba(255,255,255,.3)}#info-panel p{color:#c8c7c5;font-weight:700;white-space:pre-wrap;line-height:1.7;font-size:.9rem;margin:0 0 12px}#panel-close{position:absolute;top:-9.8px;right:-10px;width:34px;height:34px;background:#c0392b;border:3px solid #3B2A1A;color:#fff;font-weight:700;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:inherit;box-shadow:inset 2px 2px #ffffff59,inset -2px -2px #00000059,3px 3px #00000059;transition:transform .1s ease,box-shadow .1s ease}#panel-close:hover{background:#e74c3c}#info-panel .panel-tag{font-family:"Press Start 2P",system-ui;display:inline-block;background:#3b2a1a;color:#f5d98a;text-shadow:.4px .4px 0 rgba(255,255,255,.3);font-size:.65rem;padding:5px 10px;margin-bottom:10px;letter-spacing:1px;border:1px solid #1f150c;box-shadow:inset 2px 2px #00000080,inset -2px -2px #ffffff1f}.section{padding:70px 20px;max-width:900px;margin:0 auto}.section h3{color:#fff;font-size:1.6rem;text-align:center;margin:0 0 40px;text-shadow:3px 3px 0 #3B2A1A;letter-spacing:2px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}.block-card{background:#dec08a;border:4px solid #3B2A1A;padding:18px;color:#3b2a1a;box-shadow:6px 6px #0003}.block-card h4{margin:0 0 8px;font-size:1rem}.block-card p{font-size:.8rem;line-height:1.6;margin:0}#below-fold{background:linear-gradient(180deg,#fbd98a,#e0673f 40%,#8b3a5e);padding-bottom:60px}@media (max-width: 600px){.hero-content h1{font-size:1.7rem}.hero-content .tagline{font-size:.7rem}.hint{font-size:.6rem;padding:0 1rem}#info-panel{max-height:88vh}}#account-btn{position:fixed;top:20px;right:20px;z-index:5;font-family:"Press Start 2P",system-ui;font-size:.6rem;color:#fff;background:#3b2a1a;border:3px solid #C6A66B;padding:10px 14px;cursor:pointer;box-shadow:4px 4px #0000004d;letter-spacing:1px}#account-btn:hover{background:#4d3822}#account-btn:active{transform:translate(2px,2px);box-shadow:2px 2px #0000004d}#oc-dash-btn{position:fixed;top:64px;right:20px;z-index:5;font-family:"Press Start 2P",system-ui;font-size:.6rem;color:#f5d98a;background:#3b2a1a;border:3px solid #C6A66B;padding:10px 14px;cursor:pointer;box-shadow:4px 4px #0000004d;letter-spacing:1px}#oc-dash-btn:hover{background:#4d3822}#oc-dash-btn:active{transform:translate(2px,2px);box-shadow:2px 2px #0000004d}#account-overlay{position:fixed;top:0;left:0;width:100%;height:100%;height:100dvh;background:#140c0800;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .35s ease,background .35s ease,backdrop-filter .35s ease;padding:20px}#account-overlay.open{opacity:1;pointer-events:auto;background:#140c0899;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}#account-close{position:absolute;top:20px;right:20px;width:36px;height:36px;background:#c0392b;border:3px solid #3B2A1A;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:inherit}#account-close:hover{background:#e74c3c}#account-menu{display:flex;flex-direction:column;align-items:center;transform:translateY(16px);opacity:0;transition:transform .35s cubic-bezier(.2,.8,.2,1),opacity .35s ease;width:100%;max-width:460px}#account-overlay.open #account-menu{transform:translateY(0);opacity:1}.account-title{font-family:"Press Start 2P",system-ui;font-weight:400;font-size:2.4rem;margin:0 0 6px;color:#fff;text-shadow:4px 4px 0 #3B2A1A,-2px -2px 0 #3B2A1A,2px -2px 0 #3B2A1A,-2px 2px 0 #3B2A1A;letter-spacing:2px}.account-subtitle{font-family:"Press Start 2P",system-ui;font-size:.7rem;color:#f5d98a;text-shadow:2px 2px 0 #3B2A1A;letter-spacing:3px;margin-bottom:24px}.account-panel,.auth-form{width:min(100%,440px);display:flex;flex-direction:column;gap:12px}.account-panel{background:#231b1373;border:3px solid #3B2A1A;padding:18px 16px;box-shadow:0 6px #00000040}.user-pill{font-family:"Press Start 2P",system-ui;font-size:.7rem;line-height:1.7;background:#dec08a;border:3px solid #3B2A1A;color:#3b2a1a;padding:10px 12px;text-align:center;box-shadow:inset 2px 2px #ffffff40}.user-meta{background:#ffffff14;border:2px solid rgba(255,255,255,.18);color:#f8f4ef;padding:10px 12px;font-size:.8rem;word-break:break-word}.auth-toggle,.auth-role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.auth-role-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mode-btn,.role-btn{font-family:Courier New,monospace;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(180deg,#8a8a8a,#666 45%,#4f4f4f);color:#f5f5f5;border:2px solid #2b2b2b;border-top-color:#a8a8a8;border-left-color:#a8a8a8;padding:10px 8px;cursor:pointer;box-shadow:0 3px #00000059}.mode-btn.active,.role-btn.active{background:linear-gradient(180deg,#d9a63e,#b77a16);color:#3b2a1a;border-color:#3b2a1a}.auth-form input,.auth-form select{width:100%;background:#ffffffe6;border:3px solid #3B2A1A;padding:12px 14px;font-family:Courier New,monospace;font-size:.85rem;color:#111;font-weight:700;box-shadow:inset 2px 2px #00000026}.auth-form input::placeholder,.auth-form select{color:#666;font-weight:400}.auth-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.auth-message{padding:10px 12px;background:#ffd25a2e;border:2px solid rgba(245,217,138,.8);color:#fff4d7;font-size:.75rem;line-height:1.5}.account-btn-list{display:flex;flex-direction:column;gap:10px;width:100%}.mc-btn{width:100%;font-family:Courier New,monospace;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:1px;color:#eee;background:linear-gradient(180deg,#8a8a8a,#6b6b6b 45%,#575757);border:2px solid #2b2b2b;border-top-color:#a8a8a8;border-left-color:#a8a8a8;padding:16px 12px;cursor:pointer;box-shadow:0 3px #0006;text-shadow:2px 2px 0 rgba(0,0,0,.5);transition:transform .08s ease,filter .15s ease}.mc-btn:disabled{opacity:.7;cursor:wait}.mc-btn:hover{background:linear-gradient(180deg,#9a9a9a,#7b7b7b 45%,#676767);color:#f5d98a}.mc-btn:active{transform:translateY(2px);box-shadow:0 1px #0006}@media (max-width: 600px){#account-btn{top:12px;right:12px;font-size:.5rem;padding:8px 10px}#oc-dash-btn{top:50px;right:12px;font-size:.5rem;padding:8px 10px}.account-title{font-size:1.5rem}.account-subtitle{font-size:.55rem;margin-bottom:28px}.mc-btn{font-size:.85rem;padding:14px 10px}}.club-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;max-width:900px;margin-top:24px;margin-bottom:16px}.club-btn{font-family:Courier New,monospace;font-weight:700;font-size:.9rem;color:#3b2a1a;background:#dec08a;border:3px solid #3B2A1A;padding:8px 12px;cursor:pointer;box-shadow:inset 2px 2px #fff6,inset -2px -2px #00000040,4px 4px #00000040;transition:transform .08s ease,box-shadow .08s ease;text-align:center}.club-btn:hover{background:#ead4a6}.club-btn:active{transform:translate(2px,2px);box-shadow:inset -2px -2px #ffffff4d,inset 2px 2px #0000004d,2px 2px #00000040}.club-btn.active{background:#3b2a1a;color:#f5d98a;transform:translate(2px,2px);box-shadow:inset -2px -2px #ffffff26,inset 2px 2px #00000080,2px 2px #0000004d}.club-events{display:flex;flex-direction:column;gap:10px}.club-event{background:#dec08a;border:3px solid #3B2A1A;padding:8px 12px;box-shadow:inset 2px 2px #ffffff59,inset -2px -2px #0003,4px 4px #0000002e;display:flex;flex-direction:column;gap:8px}.club-event-name{font-weight:700;font-size:1.4rem;margin-bottom:2px}.event-error{background:#8e23231f;border:2px solid rgba(142,35,35,.6);color:#ffd7d7;padding:10px 12px;font-size:.75rem}.event-registration-box{margin-top:16px;background:#231b1361;border:3px solid #3B2A1A;padding:16px;box-shadow:0 6px #0003}.event-registration-box h3{margin:0 0 10px;font-family:"Press Start 2P",system-ui;font-size:.75rem;color:#f5d98a}.registration-form{display:flex;flex-direction:column;gap:10px}.registration-form input{width:100%;background:#ffffffeb;border:3px solid #3B2A1A;padding:12px 14px;font-family:Courier New,monospace;color:#3b2a1a;box-shadow:inset 2px 2px #0000001f}.register-btn{margin-top:4px}.club-event-time{font-size:.85rem;color:#1a110a;margin-bottom:4px}.club-event-desc{font-size:.9rem;line-height:1.6;color:#1a110a}.club-event-desc p,.club-event-desc strong,.club-event-desc ul,.club-event-desc li,.club-event-desc span,.club-event-desc h1,.club-event-desc h2,.club-event-desc h3,.club-event-desc h4,.club-event-desc h5,.club-event-desc h6{color:#1a110a!important}.club-event-desc ul{padding-left:20px}.club-event-desc li{margin-bottom:4px}.club-event-desc strong{display:inline-block;margin-top:12px;font-weight:900!important}.club-event-detail{white-space:pre-wrap;font-size:.8rem}.club-event-detail-label{font-weight:600;display:inline-block;font-size:.8rem}.club-event-detail-text{display:inline-block;white-space:pre-wrap;font-size:.8rem;line-height:1.5}.club-event-detail.full-width{grid-column:1 / -1}@media (max-width: 600px){.club-event-detail-grid{grid-template-columns:1fr}}.structure-tooltip{position:fixed;z-index:3;background:#140c08d9;color:#f5d98a;border:2px solid #3B2A1A;font-family:Courier New,monospace;font-size:.8rem;font-weight:700;padding:5px 10px;opacity:0;pointer-events:none;transition:opacity .12s ease;white-space:nowrap}.about-desc{margin-bottom:20px}.sponsors-heading{font-family:"Press Start 2P",system-ui;font-size:1rem;letter-spacing:1px;margin:0 0 16px;text-shadow:2px 2px 0 rgba(255,255,255,.3)}.sponsor-tiers{text-align:center;align-items:center;align-content:center;display:flex;flex-direction:column;gap:22px}.sponsor-tier .tier-label{display:inline-block;font-family:"Press Start 2P",system-ui;font-size:.6rem;letter-spacing:1px;color:#3b2a1a;padding:4px 10px;margin-bottom:10px}.tier-gold .tier-label{background:#f0c24b}.tier-silver .tier-label{background:#c6c6c6}.tier-bronze .tier-label{background:#c97c3d;color:#f5d98a}.tier-logo-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.sponsor-logo-box{background:#dec08a;border:4px solid #3B2A1A;box-shadow:inset 2px 2px #ffffff4d,6px 6px #0003;display:flex;align-items:center;justify-content:center;padding:8px;text-align:center;overflow:hidden}.sponsor-logo-box img{align-items:center;max-width:100%;max-height:100%;object-fit:contain;image-rendering:pixelated}.sponsor-fallback{font-family:Courier New,monospace;font-weight:700;font-size:.7rem;color:#3b2a1a}.tier-gold .sponsor-logo-box{align-items:center;width:140px;height:140px}.tier-silver .sponsor-logo-box{align-items:center;width:110px;height:110px}.tier-bronze .sponsor-logo-box{align-items:center;width:90px;height:90px}@media (max-width: 600px){.sponsors-heading{font-size:.85rem}.tier-gold .sponsor-logo-box{align-items:center;width:100px;height:100px}.tier-silver .sponsor-logo-box{align-items:center;width:84px;height:84px}.tier-bronze .sponsor-logo-box{width:70px;height:70px}}.schedule-split{display:flex;justify-content:center;align-items:flex-start;gap:80px;flex-wrap:wrap;padding-top:40px;padding-bottom:50px}.schedule-day{position:relative;width:320px;padding:50px 26px 30px;color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.55);box-shadow:6px 8px #00000040;transform-origin:top center;animation:bannerFlutter 3.6s ease-in-out infinite;will-change:transform}.schedule-day:before{content:"";position:absolute;top:-12px;left:-10px;right:-10px;height:12px;background:#6b4a2a;border:2px solid #3B2A1A}.schedule-day:nth-child(1){background:#b03a3a}.schedule-day:nth-child(2){background:#3a5a8b}.schedule-day:nth-child(2){animation-duration:4.1s;animation-delay:-1.6s}.schedule-day:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,rgba(0,0,0,.08) 0px,rgba(0,0,0,.08) 2px,transparent 2px,transparent 10px);pointer-events:none}.schedule-day-tail{position:absolute;left:50%;bottom:-24px;transform:translate(-50%);width:0;height:0;border-left:38px solid transparent;border-right:38px solid transparent;border-top:24px solid transparent;filter:drop-shadow(2px 3px 0 rgba(0,0,0,.25))}.schedule-day:nth-child(1) .schedule-day-tail{border-top-color:#b03a3a}.schedule-day:nth-child(2) .schedule-day-tail{border-top-color:#3a5a8b}.schedule-day-heading{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;position:relative;z-index:1}.schedule-day-name{font-family:"Press Start 2P",system-ui;font-size:1.1rem;letter-spacing:1px}.schedule-day-date{font-size:.75rem;margin-top:6px;opacity:.9}.schedule-items{display:flex;flex-direction:column;gap:14px;position:relative;z-index:1}.schedule-item{background:#00000038;border:2px solid rgba(0,0,0,.4);padding:9px 12px}.schedule-item-time{font-size:.75rem;opacity:.85;margin-bottom:3px}.schedule-item-name{font-weight:700;font-size:.95rem}.schedule-item-location{font-size:.8rem;margin-top:3px;opacity:.9}@keyframes bannerFlutter{0%,to{transform:perspective(700px) rotateY(0) skew(0)}25%{transform:perspective(700px) rotateY(4deg) skew(-1deg)}50%{transform:perspective(700px) rotateY(0) skew(0)}75%{transform:perspective(700px) rotateY(-4deg) skew(1deg)}}@media (prefers-reduced-motion: reduce){.schedule-day{animation:none}}#loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;height:100dvh;z-index:100;background:#0c0c0c;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:1;pointer-events:auto;transition:opacity .5s ease}#loading-overlay.hidden{opacity:0;pointer-events:none}.loading-title{font-family:"Press Start 2P",system-ui;font-size:1.6rem;color:#fff;text-shadow:4px 4px 0 #3B2A1A,-2px -2px 0 #3B2A1A,2px -2px 0 #3B2A1A,-2px 2px 0 #3B2A1A;letter-spacing:2px;margin-bottom:36px}.loading-block{width:56px;height:56px;border:4px solid #3B2A1A;display:flex;flex-direction:column;overflow:hidden;margin-bottom:24px;box-shadow:4px 4px #0000004d;animation:blockBob 1.1s ease-in-out infinite}.loading-block-top{flex:1;background:#5fa83d}.loading-block-bottom{flex:2;background:#7a5230}@keyframes blockBob{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.loading-label{font-family:"Press Start 2P",system-ui;font-size:.7rem;color:#f5d98a;text-shadow:2px 2px 0 #3B2A1A;letter-spacing:1px;margin-bottom:20px;min-height:1em}.loading-bar-track{width:280px;max-width:70vw;height:22px;background:#3b2a1a;border:3px solid #1a120a;padding:3px}.loading-bar-fill{height:100%;background:linear-gradient(180deg,#8ee06a,#4c9a2a);transition:width .3s ease}@media (max-width: 600px){.loading-title{font-size:1.1rem;margin-bottom:28px}.loading-label{font-size:.6rem}}.structure-label{white-space:pre-wrap;display:flex;overflow-y:auto;position:fixed;transform:translate(-50%,-100%);z-index:2;background:#140c08d9;color:#f5d98a;font-family:Courier New,monospace;font-weight:700;font-size:.7rem;border:2px solid #3B2A1A;text-align:center;padding:3px 8px;pointer-events:none;transition:opacity .15s ease}@media (max-width: 600px){.structure-label{width:79px;display:flex;overflow-y:auto;font-size:.6rem;padding:2px 6px}}.reg-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#140c0800;z-index:30;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .35s ease,background .35s ease;padding:20px}.reg-overlay.open{opacity:1;pointer-events:auto;background:#140c08bf}.reg-panel{margin:6% auto;width:100%;max-width:480px;max-height:88vh;overflow-y:auto;border:6px solid #3B2A1A;background-color:#2a1c10;box-shadow:0 14px #00000040;padding:10px;color:#2a1c10}.reg-panel-inner{background-image:url(./book_page1-DvRRzIeN.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat;border:4px solid #3B2A1A;padding:22px;position:relative}.reg-close{position:absolute;top:-14px;right:-14px;width:34px;height:34px;background:#c0392b;border:3px solid #3B2A1A;color:#fff;font-weight:700;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:inherit;box-shadow:inset 2px 2px #ffffff59,inset -2px -2px #00000059,3px 3px #00000059;transition:transform .1s ease,box-shadow .1s ease}.reg-close:active{transform:translate(2px,2px);box-shadow:inset -2px -2px #ffffff40,inset 2px 2px #00000059,1px 1px #00000059}.reg-tag{font-family:"Press Start 2P",system-ui;display:inline-block;background:#3b2a1a;color:#f5d98a;text-shadow:.4px .4px 0 rgba(255,255,255,.3);font-size:.65rem;padding:5px 10px;margin-bottom:10px;letter-spacing:1px;border:1px solid #1f150c;box-shadow:inset 2px 2px #00000080,inset -2px -2px #ffffff1f}.reg-heading{font-family:"Press Start 2P",system-ui;font-size:1.05rem;margin:0 0 14px;letter-spacing:1px;text-shadow:2px 2px 0 rgba(255,255,255,.3);color:#2a1c10}.reg-divider{height:4px;margin:4px 0 18px;border-top:2px solid rgba(0,0,0,.35);border-bottom:2px solid rgba(255,255,255,.3)}.reg-field-group{margin-bottom:14px}.reg-label{display:block;font-family:Courier New,monospace;font-weight:700;font-size:.8rem;margin-bottom:5px;color:#2a1c10}.reg-required{color:#b03a3a}.reg-input,.reg-textarea{width:100%;font-family:Courier New,monospace;font-size:.85rem;color:#2a1c10;background:#f0dfb8;border:3px solid #3B2A1A;padding:8px 10px;box-shadow:inset 2px 2px #00000026}.reg-input:focus,.reg-textarea:focus{outline:none;border-color:#6b4a2a;background:#f5e9c8}.reg-textarea{resize:vertical}.reg-btn{width:100%;font-family:Courier New,monospace;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;color:#f5d98a;background:#3b2a1a;border:3px solid #1f150c;padding:8px;cursor:pointer;box-shadow:inset 2px 2px #ffffff26,inset -2px -2px #0006,4px 4px #0000004d;transition:transform .08s ease,box-shadow .08s ease}.reg-submit-btn{width:100%;font-family:Courier New,monospace;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:1px;color:#f5d98a;background:#3b2a1a;border:3px solid #1f150c;padding:12px;cursor:pointer;margin-top:6px;box-shadow:inset 2px 2px #ffffff26,inset -2px -2px #0006,4px 4px #0000004d;transition:transform .08s ease,box-shadow .08s ease}.reg-submit-btn:active{transform:translate(2px,2px);box-shadow:inset -2px -2px #ffffff1a,inset 2px 2px #0006,2px 2px #0000004d}.reg-submit-btn:disabled{opacity:.6;cursor:default}.reg-error{background:#b03a3a26;border:2px solid #B03A3A;color:#7a2626;font-size:.8rem;padding:8px 10px;margin-bottom:12px}.reg-success{text-align:center;padding:10px 0 4px}.reg-success-title{font-family:"Press Start 2P",system-ui;font-size:1rem;color:#4c9a2a;margin-bottom:14px;text-shadow:2px 2px 0 rgba(255,255,255,.3)}.reg-success p{font-weight:700;line-height:1.6;font-size:.85rem;margin-bottom:20px;color:#2a1c10}@media (max-width: 480px){.reg-panel-inner{padding:16px}.reg-close{box-shadow:2px 2px #00000059}.reg-submit-btn{box-shadow:3px 3px #0000004d}}.lb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#140c08e0;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.lb-panel{width:min(600px,100%);max-height:80vh;display:flex;flex-direction:column;background:#231b13d9;border:3px solid #3B2A1A;box-shadow:0 6px #00000040;overflow:hidden}.lb-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#231b13f2;border-bottom:3px solid #3B2A1A}.lb-title{font-family:"Press Start 2P",monospace;font-size:1.2rem;color:#fff;text-shadow:2px 2px 0 #3B2A1A;letter-spacing:2px}.lb-close{font-family:"Press Start 2P",monospace;font-size:14px;color:#fff;background:#c0392b;border:3px solid #3B2A1A;width:32px;height:32px;cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center}.lb-close:active{transform:translateY(2px)}.lb-body{padding:20px;overflow-y:auto;font-family:Courier New,monospace;color:#f8f4ef}.lb-status{text-align:center;color:#dec08a;padding:32px 0;font-size:1.2rem;font-weight:700}.lb-error{color:#c0392b}.lb-club-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%;margin-bottom:16px}.lb-club-btn{font-family:"Press Start 2P",monospace;font-size:.6rem;line-height:1.4;color:#3b2a1a;background:#dec08a;border:3px solid #3B2A1A;padding:14px 10px;cursor:pointer;text-align:center;box-shadow:inset 2px 2px #ffffff40,0 3px #0003;transition:transform .1s}.lb-club-btn:active{transform:translateY(2px);box-shadow:inset 2px 2px #ffffff40,0 1px #0003}.lb-club-btn.active{background:#5d4037;color:#f8f4ef;box-shadow:inset 2px 2px #0000004d,0 3px #0003}.lb-back-btn{font-family:Courier New,monospace;font-size:13px;color:#c9a8ff;background:none;border:none;cursor:pointer;margin-bottom:12px;padding:0}.lb-rank-list{display:flex;flex-direction:column;gap:6px}.lb-rank-row{display:grid;grid-template-columns:44px 1fr auto;align-items:center;padding:10px 12px;background:#231b1373;border:2px solid #3B2A1A}.lb-rank-num{font-family:"Press Start 2P",monospace;font-size:11px;color:#dec08a}.lb-rank-name{font-size:14px;color:#f5d98a;font-weight:700}.lb-rank-score{font-family:"Press Start 2P",monospace;font-size:11px;color:#f5d98a}.lb-rank-1{border-color:gold;box-shadow:0 0 10px #ffd70066}.lb-rank-1 .lb-rank-num,.lb-rank-1 .lb-rank-score{color:gold}.lb-rank-2{border-color:silver;box-shadow:0 0 8px #c0c0c04d}.lb-rank-2 .lb-rank-num{color:silver}.lb-rank-3{border-color:#cd7f32;box-shadow:0 0 8px #cd7f324d}.lb-rank-3 .lb-rank-num{color:#cd7f32}@media (max-width: 480px){.lb-club-grid{grid-template-columns:1fr}}.team-groups{text-align:center;display:flex;flex-direction:column;gap:22px}.team-group-label{display:inline-block;font-family:"Press Start 2P",monospace;font-size:11px;background:#7b7b7b;color:#5c3a1a;padding:4px 10px;margin-bottom:10px;letter-spacing:.5px;text-align:center}.team-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.team-card{display:flex;flex-direction:column;align-items:center;text-align:center;width:96px}.team-layer:not(:last-child){margin-bottom:14px}.team-photo-box{width:72px;height:72px;border:3px solid #5c3a1a;box-shadow:inset 2px 2px #ffffff40,inset -2px -2px #00000059,0 3px #3a2410;background:#8a6a42;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:6px}.team-photo-box img{width:100%;height:100%;object-fit:cover;image-rendering:pixelated}.team-photo-fallback{font-family:"Press Start 2P",monospace;font-size:14px;color:#f4e4c1}.team-name{font-family:Courier New,monospace;font-weight:700;font-size:13px;color:#f0ebe6}.team-role{font-family:Courier New,monospace;font-size:11px;color:#f7f7f7}@media (max-width: 480px){.team-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.team-photo-box{width:60px;height:60px}}.teaser-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:#0b0b0f;color:#f2f2f2;font-family:Courier New,monospace;text-align:center;padding:24px}.teaser-title{font-size:clamp(28px,6vw,48px);letter-spacing:4px;margin:0;font-weight:600}.teaser-subtitle{margin:0;color:#9a9a9a;font-size:14px;letter-spacing:1px}.teaser-countdown{display:flex;gap:18px;margin-top:8px}.teaser-unit{display:flex;flex-direction:column;align-items:center;min-width:56px}.teaser-num{font-size:clamp(24px,5vw,36px);font-weight:600}.teaser-label{font-size:11px;letter-spacing:1px;color:#9a9a9a;margin-top:2px}.teaser-date{margin-top:10px;font-size:13px;color:#9a9a9a}@media (max-width: 420px){.teaser-countdown{gap:10px}.teaser-unit{min-width:44px}}.oc-overlay{position:fixed;top:0;left:0;width:100%;height:100%;height:100dvh;background:#140c08e0;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:10;display:flex;flex-direction:column;align-items:center;overflow-y:auto;padding:20px}.oc-close{position:fixed;top:20px;right:20px;width:36px;height:36px;background:#c0392b;border:3px solid #3B2A1A;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:inherit;z-index:11}.oc-close:hover{background:#e74c3c}.oc-menu{display:flex;flex-direction:column;align-items:center;width:100%;max-width:600px;padding-top:20px;padding-bottom:40px}.oc-card-list{width:100%;display:flex;flex-direction:column;gap:14px}.oc-data-label{font-family:"Press Start 2P",monospace;font-size:8px;color:#3b2a1a;margin-bottom:2px;margin-top:10px;letter-spacing:1px}.oc-data-value{font-family:Courier New,monospace;font-size:1.1rem;font-weight:700;color:#111;margin-bottom:4px}.oc-status-indicator{display:inline-block;width:10px;height:10px;background-color:#f5d98a;border:2px solid #3B2A1A;margin-right:8px;vertical-align:middle}.oc-separator{border:none;border-top:2px dashed #3B2A1A;margin:12px 0;width:100%}.oc-score-row{display:flex;gap:8px;align-items:center;margin-top:8px}.oc-score-input{flex:1;background:#ffffffe6;border:3px solid #3B2A1A;padding:10px 12px;font-family:Courier New,monospace;font-size:.85rem;color:#111;font-weight:700;box-shadow:inset 2px 2px #00000026}.oc-save-btn{flex-shrink:0;width:auto!important;padding:10px 14px!important;font-size:.75rem!important}.oc-details-box{margin-top:10px;background:#231b1361;border:3px solid #3B2A1A;padding:12px;box-shadow:0 4px #0003}.oc-toast{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:100;font-family:Courier New,monospace;font-weight:700;font-size:.8rem;padding:12px 20px;border:3px solid #3B2A1A;box-shadow:4px 4px #0000004d;animation:toastSlide .3s ease}.oc-toast-success{background:#4c9a2a;color:#fff}.oc-toast-error{background:#c0392b;color:#fff}@keyframes toastSlide{0%{opacity:0;transform:translate(-50%) translateY(-12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 600px){.oc-score-row{flex-direction:column}.oc-save-btn{width:100%!important}}
