@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideLeft{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideRight{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.animate-fast{animation-duration:.2s}.animate-normal{animation-duration:.3s}.animate-slow{animation-duration:.5s}.animate-slower{animation-duration:.8s}.animate-ease{animation-timing-function:ease}.animate-ease-in{animation-timing-function:ease-in}.animate-ease-out{animation-timing-function:ease-out}.animate-ease-in-out{animation-timing-function:ease-in-out}.animate-smooth{animation-timing-function:cubic-bezier(.4,0,.2,1)}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}.animate-forwards{animation-fill-mode:forwards}.animate-backwards{animation-fill-mode:backwards}.animate-both{animation-fill-mode:both}.transition-all{transition:all .3s cubic-bezier(.4,0,.2,1)}.transition-transform{transition:transform .3s cubic-bezier(.4,0,.2,1)}.transition-opacity{transition:opacity .3s ease}.transition-colors{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.will-change-transform{will-change:transform}.will-change-opacity{will-change:opacity}.will-change-auto{will-change:auto}.gpu-accelerated{-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px;transform:translateZ(0)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.animate-fast,.animate-normal,.animate-slow,.animate-slower{animation:none!important}.will-change-opacity,.will-change-transform{will-change:auto}}.hover-lift{transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.hover-lift:hover{box-shadow:0 6px 16px #00000026;transform:translateY(-4px)}.hover-scale{transition:transform .3s cubic-bezier(.4,0,.2,1)}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:box-shadow .3s ease}.hover-glow:hover{box-shadow:0 0 20px #667eea66}@media (hover:none) and (pointer:coarse){.hover-glow:hover,.hover-lift:hover,.hover-scale:hover{box-shadow:none;transform:none}}.loading-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.loading-spin{animation:spin 1s linear infinite}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton{animation:skeleton-loading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#f8f8f8 40px,#f0f0f0 80px);background-size:200px 100%}.entrance-fade{animation:fadeIn .5s cubic-bezier(.4,0,.2,1)}.entrance-slide-up{animation:slideUp .5s cubic-bezier(.4,0,.2,1)}.entrance-slide-down{animation:slideDown .5s cubic-bezier(.4,0,.2,1)}.entrance-slide-left{animation:slideLeft .5s cubic-bezier(.4,0,.2,1)}.entrance-slide-right{animation:slideRight .5s cubic-bezier(.4,0,.2,1)}.entrance-scale{animation:scaleIn .5s cubic-bezier(.4,0,.2,1)}.entrance-bounce{animation:bounceIn .6s cubic-bezier(.4,0,.2,1)}.exit-fade{animation:fadeOut .3s ease}.exit-scale{animation:scaleOut .3s ease}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;margin:0;overflow-x:hidden;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent;min-height:44px}button{cursor:pointer;touch-action:manipulation;user-select:none;-webkit-user-select:none}img{display:block;height:auto;max-width:100%}input,select,textarea{font-size:16px;touch-action:manipulation}input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],textarea{-webkit-appearance:none;appearance:none;border-radius:0}.scrollable{-webkit-overflow-scrolling:touch;overflow-y:auto}.mobile-only{display:block}.desktop-only{display:none}@media (min-width:768px){.mobile-only{display:none}.desktop-only{display:block}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;max-width:400px;padding:40px;width:100%}.auth-title{color:#667eea;font-size:32px;font-weight:700;margin:0 0 10px;text-align:center}.auth-subtitle{color:#333;font-size:24px;font-weight:600;margin:0 0 30px;text-align:center}.auth-error{background-color:#fee;border-radius:6px;color:#c33;font-size:14px;margin-bottom:20px;padding:12px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-height:44px;padding:14px;transition:transform .2s,box-shadow .2s}.auth-button:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{cursor:not-allowed;opacity:.6}.auth-link{color:#666;font-size:14px;margin-top:20px;text-align:center}.auth-link a{color:#667eea;font-weight:600;text-decoration:none}.auth-link a:hover{text-decoration:underline}@media (max-width:480px){.auth-card{padding:30px 20px}.auth-title{font-size:28px}.auth-subtitle{font-size:20px}}.glass-nav-container{align-items:center;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;box-shadow:0 8px 32px #0000001a;display:flex;flex:1 1;flex-direction:row;gap:8px;height:65px;justify-content:space-around;max-width:500px;min-width:0;overflow:visible;padding:16px;transition:all .3s ease;width:100%}.glass-nav-container:hover{background:#fff3;border-color:#fff6;box-shadow:0 8px 32px #00000026}.glass-nav-container.circle{border-radius:50%;flex:0 0 auto;height:65px;max-width:none;padding:0;width:65px}@media (prefers-color-scheme:dark){.glass-nav-container{background:#0000004d;border-color:#fff3}.glass-nav-container:hover{background:#0006;border-color:#ffffff4d}}@media (max-width:768px){.glass-nav-container{gap:6px;max-width:calc(100vw - 140px);padding:16px}}@media (max-width:480px){.glass-nav-container{gap:4px;max-width:calc(100vw - 130px);padding:14px}}.nav-button{background:#0000;border-radius:24px;color:#ffffffb3;flex:1 1;flex-shrink:1;gap:4px;min-width:70px;padding:8px 12px;transition:all .2s ease}.nav-button:hover{transform:translateY(-1px)}.nav-button:active{transform:translateY(0)}.nav-button.active{background:#ffffff26;color:#fff}.nav-button .nav-icon{align-items:center;display:flex;font-size:44px;height:44px;justify-content:center;width:44px}.nav-button .nav-icon img,.nav-button .nav-icon svg{height:44px;object-fit:contain;width:44px}.nav-button .nav-label{font-size:12px;font-weight:500;text-align:center;white-space:nowrap}.nav-button .profile-avatar{border-radius:50%;height:44px;object-fit:cover;width:44px}.nav-button .profile-initial{font-size:26px;font-weight:600}.nav-button:focus-visible{outline:2px solid #ffffff80;outline-offset:2px}@media (max-width:768px){.nav-button{min-width:48px;padding:6px}.nav-button .nav-icon{font-size:26px}.nav-button .nav-icon,.nav-button .nav-icon img,.nav-button .nav-icon svg{height:26px;width:26px}.nav-button .nav-label{font-size:10px}.nav-button .profile-avatar{height:26px;width:26px}.nav-button .profile-initial{font-size:24px}}.custom-svg-icon{color:inherit;flex-shrink:0}.custom-svg-icon svg{stroke:currentColor}.custom-svg-icon svg circle,.custom-svg-icon svg line,.custom-svg-icon svg path,.custom-svg-icon svg polygon,.custom-svg-icon svg polyline,.custom-svg-icon svg rect{fill:currentColor!important;stroke:currentColor!important}.custom-svg-icon-fallback{align-items:center;display:flex;justify-content:center}.custom-svg-icon-placeholder{background:#0000;display:inline-block}.home-view-nav{align-items:flex-end;display:flex;flex:1 1;max-width:500px;min-width:0}@media (max-width:768px){.home-view-nav{max-width:calc(100vw - 140px)}}@media (max-width:480px){.home-view-nav{max-width:calc(100vw - 130px)}}.liquid-glass-button{align-items:center;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#ffffff26;border:1px solid #ffffff4d;box-shadow:0 4px 16px #0000001a;color:#666;display:flex;justify-content:center;padding:0}.liquid-glass-button:hover{background:#ffffff40;border-color:#fff6;box-shadow:0 6px 20px #00000026}.liquid-glass-button:active{box-shadow:0 4px 16px #0000001a}.liquid-glass-button.active{background:#ffffff4d;border-color:#fff6}.liquid-glass-button.main{border-radius:16px}.liquid-glass-button.main .nav-label{text-align:center}.liquid-glass-button.circle .nav-icon{align-items:center;display:flex;font-size:32px;height:32px;justify-content:center;width:32px}.liquid-glass-button.back{padding:0}.liquid-glass-button.back .nav-icon{align-items:center;color:#666;display:flex;font-size:32px;height:32px;justify-content:center;width:32px}.liquid-glass-button.back .nav-icon svg{color:#666}.nav-icon img,.nav-icon svg{height:100%;object-fit:contain;width:100%}.profile-initial{color:#666}@media (prefers-color-scheme:dark){.liquid-glass-button{background:#0000004d;border-color:#fff3}.liquid-glass-button:hover{background:#0006;border-color:#ffffff4d}.liquid-glass-button.active{background:#00000080;border-color:#ffffff4d}}@media (max-width:768px){.liquid-glass-button.main{min-width:50px;padding:6px 10px}.liquid-glass-button.main .nav-icon{font-size:32px;height:32px;width:32px}.liquid-glass-button.main .nav-label{font-size:11px}.liquid-glass-button.back,.liquid-glass-button.circle{height:65px;width:65px}.liquid-glass-button.back .nav-icon,.liquid-glass-button.circle .nav-icon{font-size:32px;height:32px;width:32px}.profile-avatar{height:40px;width:40px}.profile-initial{font-size:24px}}.liquid-glass-button.funnel-button{border-radius:50%;flex-shrink:0;height:65px;width:65px}.liquid-glass-button.funnel-button .nav-icon{align-items:center;color:#666;display:flex;font-size:24px;height:24px;justify-content:center;width:24px}.liquid-glass-button.funnel-button .nav-icon svg{color:#666;height:24px;width:24px}.liquid-glass-button.funnel-button:hover{transform:translateY(-2px)}.liquid-glass-button.funnel-button:active{transform:translateY(0)}.liquid-glass-button.funnel-button:focus-visible{outline:2px solid #fff9;outline-offset:2px}@media (max-width:768px){.liquid-glass-button.funnel-button{height:65px;width:65px}.liquid-glass-button.funnel-button .nav-icon{font-size:24px;height:24px;width:24px}.liquid-glass-button.funnel-button .nav-icon svg{height:24px;width:24px}}.search-bar-container{align-items:center;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#ffffff26;border:1px solid #ffffff4d;border-radius:32.5px;box-shadow:0 8px 32px #0000001a;display:flex;flex:1 1;gap:12px;height:65px;padding:0 20px;position:relative;transition:all .3s ease}.search-bar-container:focus-within{background:#fff3;box-shadow:0 8px 32px #00000026}.search-icon{color:#666;flex-shrink:0;font-size:20px;transition:color .2s ease}.search-bar-input{background:#0000;border:none;color:#666;flex:1 1;font-family:inherit;font-size:16px;outline:none;overflow:hidden}.search-bar-input::placeholder{color:#ffffff80}.search-clear-button{align-items:center;background:#fff3;border:none;border-radius:50%;color:#ffffffe6;cursor:pointer;display:flex;flex-shrink:0;font-size:14px;height:24px;justify-content:center;padding:0;transition:all .2s ease;width:24px}.search-clear-button:hover{background:#ffffff4d;transform:scale(1.1)}.search-clear-button:active{transform:scale(.95)}.search-clear-button:focus-visible{outline:2px solid #ffffff80;outline-offset:2px}@media (prefers-color-scheme:dark){.search-bar-container{background:#0000004d;border-color:#fff3}.search-bar-container:focus-within{background:#0006}.search-bar-input::placeholder{color:#fff6}.search-clear-button{background:#fff3;color:#fff}.search-clear-button:hover{background:#ffffff4d}}@media (max-width:768px){.search-bar-container{height:48px;padding:0 14px}.search-bar-input{font-size:16px}.search-clear-button{font-size:14px;height:24px;width:24px}.search-bar-input{font-size:16px}}.toggle-button-container{transition:all .3s cubic-bezier(.4,0,.2,1)}.toggle-button-container .liquid-glass-button.circle{height:65px;width:65px}.toggle-button-container .liquid-glass-button.toggling{animation:toggleSpin .4s ease}.toggle-button-container .liquid-glass-button:hover{transform:translateY(-4px)}.toggle-button-container .liquid-glass-button:active{transform:translateY(-2px)}.toggle-button-container .nav-icon{align-items:center;color:#666;display:flex;font-size:32px;height:32px;justify-content:center;width:32px}.toggle-button-container .nav-icon svg{color:#666;height:32px;width:32px}@media (max-width:768px){.toggle-button-container .liquid-glass-button.circle{height:65px;width:65px}.toggle-button-container .nav-icon{font-size:32px;height:32px;width:32px}.toggle-button-container .nav-icon svg{height:32px;width:32px}}.toggle-button-container .liquid-glass-button:focus-visible{outline:2px solid #fff9;outline-offset:3px}.search-filter-bar{align-items:center;bottom:90px;display:flex;gap:12px;height:65px;left:16px;padding:0 16px;position:fixed;right:16px;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1002}.search-filter-bar .funnel-button{flex-shrink:0}.search-filter-bar .search-bar-container{flex:1 1;min-width:0}.search-filter-bar .toggle-button-container{flex-shrink:0;position:static}.search-filter-bar .funnel-button,.search-filter-bar .toggle-button-container{align-self:center}.search-filter-bar .funnel-button .liquid-glass-button,.search-filter-bar .toggle-button-container .liquid-glass-button{border-radius:50%;height:65px;width:65px}.search-filter-bar .search-bar-container{height:65px}@media (max-width:768px){.search-filter-bar{bottom:90px;gap:10px;left:12px;padding:0 12px;right:12px}}@media (max-width:480px){.search-filter-bar{gap:8px;left:8px;padding:0 8px;right:8px}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.search-filter-bar{animation:slideUp .3s ease-out}@media (prefers-color-scheme:dark){.search-filter-bar :focus-visible{outline-color:#fffc}}.dynamic-navigation{align-items:flex-end;background:#0000;bottom:5px;display:flex;gap:12px;justify-content:space-between;left:0;padding:12px 16px 20px;position:fixed;right:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1000}.liquid-glass-button{cursor:pointer;transition:all .3s ease}.liquid-glass-button:hover{transform:translateY(-2px)}.liquid-glass-button:active{transform:translateY(0)}.liquid-glass-button.active{background:#ffffff40;border:1px solid #ffffff4d}.liquid-glass-button.main{align-items:center;display:flex;flex-direction:column;gap:4px;min-width:60px;padding:8px 12px}.liquid-glass-button.main .nav-icon{align-items:center;display:flex;font-size:32px;height:32px;justify-content:center;width:32px}.liquid-glass-button.main .nav-label{color:#666;font-size:12px;font-weight:500}.liquid-glass-button.circle{align-items:center;border-radius:50%;display:flex;height:65px;justify-content:center;padding:0;width:65px}.liquid-glass-button.circle .nav-icon{font-size:28px;height:28px;width:28px}.liquid-glass-button.back{border-radius:50%;height:65px;width:65px}.toggle-button-container{bottom:96px;position:absolute;right:16px;z-index:1001}.dynamic-navigation.nav-expanded{padding-bottom:24px}.dynamic-navigation.nav-expanded .nav-main-group{flex-direction:row;gap:8px}.nav-main-group{align-items:flex-end;gap:12px}.liquid-glass-button.toggling{animation:toggleSpin .4s ease}@keyframes toggleSpin{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.profile-avatar{height:40px;width:40px}.profile-initial{color:#ffffffe6;font-size:24px}.custom-svg-icon{align-items:center;display:flex;justify-content:center}.custom-svg-icon svg{fill:currentColor;height:100%;width:100%}.nav-icon img,.nav-icon svg{height:32px;width:32px}.liquid-glass-button.circle .nav-icon img,.liquid-glass-button.circle .nav-icon svg{height:28px;width:28px}.liquid-glass-button:focus-visible{outline:2px solid #ffffff80;outline-offset:2px}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media (prefers-color-scheme:dark){.liquid-glass-button{background:#0000004d}.liquid-glass-button.active{background:#00000080;border:1px solid #fff3}}.nav-main-group{backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);background:#ffffffbf;border:.5px solid #ffffff4d;border-radius:32.5px;box-shadow:0 4px 16px #0000001f;flex:1 1;gap:2px;height:65px;max-width:550px;padding:0 18px}.nav-circle-group,.nav-main-group{align-items:center;display:flex;opacity:1;transform:translateY(0);transition:all .4s cubic-bezier(.4,0,.2,1)}.nav-circle-group{justify-content:center}.dynamic-navigation.profile-mode{flex-direction:row}.dynamic-navigation.profile-mode .nav-main-group{justify-content:space-around}.dynamic-navigation.home-mode{flex-direction:row}.dynamic-navigation.home-mode .nav-main-group{justify-content:space-around}.dynamic-navigation.detail-mode{justify-content:flex-start}.dynamic-navigation.detail-mode .nav-circle-group{margin-right:0}.nav-button{align-items:center;background:none;border:none;border-radius:18px;color:#666;cursor:pointer;display:flex;flex-direction:column;height:65px;justify-content:center;opacity:1;padding:0;position:relative;transition:all .25s cubic-bezier(.4,0,.2,1);width:65px}.nav-button.active{color:#667eea}.nav-icon{display:block;font-size:32px;transition:transform .3s cubic-bezier(.4,0,.2,1);will-change:transform}.nav-label{display:none}.icon-circle{align-items:center;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);background:#ffffffbf;border:.5px solid #ffffff4d;border-radius:50%;box-shadow:0 4px 16px #0000001f;display:flex;height:65px;justify-content:center;overflow:hidden;padding:6px;transition:all .35s cubic-bezier(.4,0,.2,1);width:65px;will-change:transform,box-shadow}.nav-button.back-circle,.nav-button.home-circle,.nav-button.profile-circle,.nav-button.view-toggle-circle{background:#0000;min-height:65px;min-width:65px;padding:0}.nav-button.back-circle:hover .icon-circle,.nav-button.home-circle:hover .icon-circle,.nav-button.profile-circle:hover .icon-circle,.nav-button.view-toggle-circle:hover .icon-circle{background:#f5f5f5;box-shadow:0 6px 20px #667eea33}.nav-button.back-circle:active .icon-circle,.nav-button.home-circle:active .icon-circle,.nav-button.profile-circle:active .icon-circle,.nav-button.view-toggle-circle:active .icon-circle{background:#e8e8e8}.nav-button.back-circle .nav-icon,.nav-button.home-circle .nav-icon,.nav-button.profile-circle .nav-icon,.nav-button.view-toggle-circle .nav-icon{font-size:32px}.profile-avatar{border-radius:50%;height:100%;object-fit:cover;width:100%}.profile-initial{color:#667eea;font-size:36px;font-weight:600;text-transform:uppercase}.nav-button.home-circle.active .icon-circle,.nav-button.profile-circle.active .icon-circle{background:#f0f4ff;box-shadow:0 6px 20px #667eea4d}.dynamic-navigation.nav-expanded{gap:12px;justify-content:space-between}.dynamic-navigation.nav-expanded .nav-circle-group,.dynamic-navigation.nav-expanded .nav-main-group{animation:expandNav .4s cubic-bezier(.4,0,.2,1) forwards}@keyframes expandNav{0%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1)}}.nav-button.view-toggle-circle.toggling .nav-icon{animation:rotateIcon .4s cubic-bezier(.4,0,.2,1)}@keyframes rotateIcon{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(.8)}to{transform:rotate(1turn) scale(1)}}.dynamic-navigation.transitioning{pointer-events:none}.dynamic-navigation.transitioning .nav-circle-group,.dynamic-navigation.transitioning .nav-main-group{animation:modeTransition .4s cubic-bezier(.4,0,.2,1)}@keyframes modeTransition{0%{opacity:1;transform:translateY(0)}50%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.dynamic-navigation{gap:8px;padding:12px 14px}.nav-main-group{border-radius:32.5px;gap:0;height:65px;padding:0 14px}.nav-button{height:65px;width:65px}.nav-icon{font-size:32px}.icon-circle{padding:5px}.icon-circle,.nav-button.back-circle,.nav-button.home-circle,.nav-button.profile-circle,.nav-button.view-toggle-circle{height:65px;width:65px}.nav-button.back-circle .nav-icon,.nav-button.home-circle .nav-icon,.nav-button.profile-circle .nav-icon,.nav-button.view-toggle-circle .nav-icon{font-size:32px}.profile-initial{font-size:24px}}@media (max-width:896px) and (orientation:landscape){.dynamic-navigation{gap:10px;padding:8px 12px max(8px,env(safe-area-inset-bottom))}.nav-main-group{border-radius:32.5px;gap:1px;height:65px;padding:0 10px}.nav-button{height:65px;width:65px}.nav-icon{font-size:32px}.icon-circle,.nav-button.back-circle,.nav-button.home-circle,.nav-button.profile-circle,.nav-button.view-toggle-circle{height:65px;width:65px}.nav-button.back-circle .nav-icon,.nav-button.home-circle .nav-icon,.nav-button.profile-circle .nav-icon,.nav-button.view-toggle-circle .nav-icon{font-size:32px}}@media (min-width:768px){.dynamic-navigation{gap:18px;padding:18px 24px}.nav-main-group{border-radius:32.5px;gap:2px;height:65px;padding:0 18px}.nav-button{height:65px;width:65px}.nav-icon{font-size:32px}.icon-circle,.nav-button.back-circle,.nav-button.home-circle,.nav-button.profile-circle,.nav-button.view-toggle-circle{height:65px;width:65px}.nav-button.back-circle .nav-icon,.nav-button.home-circle .nav-icon,.nav-button.profile-circle .nav-icon,.nav-button.view-toggle-circle .nav-icon{font-size:32px}}@media (min-width:1200px){.dynamic-navigation{gap:22px;padding:22px 32px}.nav-main-group{border-radius:32.5px;gap:2px;height:65px;padding:0 20px}.nav-button{height:65px;width:65px}.nav-icon{font-size:32px}.icon-circle,.nav-button.back-circle,.nav-button.home-circle,.nav-button.profile-circle,.nav-button.view-toggle-circle{height:65px;width:65px}.nav-button.back-circle .nav-icon,.nav-button.home-circle .nav-icon,.nav-button.profile-circle .nav-icon,.nav-button.view-toggle-circle .nav-icon{font-size:32px}}@media (prefers-reduced-motion:reduce){.dynamic-navigation,.icon-circle,.nav-button,.nav-circle-group,.nav-icon,.nav-main-group{animation:none!important;transition:none!important}.nav-button,.nav-circle-group,.nav-main-group{opacity:1;transform:none}.nav-button:active,.nav-button:active .icon-circle,.nav-button:hover,.nav-button:hover .icon-circle{transform:none}}.screen-with-dynamic-nav{padding-bottom:80px}@media (max-width:480px){.screen-with-dynamic-nav{padding-bottom:70px}}.layout{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.main-content{-webkit-overflow-scrolling:touch;flex:1 1;overflow-y:auto;padding-bottom:80px}@media (max-width:480px){.main-content{padding-bottom:70px}}@media (max-width:896px) and (orientation:landscape){.main-content{padding-bottom:60px}}@media (min-width:768px){.main-content{padding-bottom:100px}}@supports (padding:max(0px)){.layout{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}}.optimized-image{display:block;height:auto;max-width:100%;transition:opacity .3s ease-in-out}.optimized-image.loading{background:#f0f0f0;opacity:0}.optimized-image.loaded{opacity:1}.optimized-image-error{align-items:center;background:#f5f5f5;border:2px dashed #ddd;border-radius:8px;display:flex;flex-direction:column;justify-content:center;min-height:150px;padding:20px;text-align:center}.optimized-image-error-icon{font-size:48px;margin-bottom:8px;opacity:.5}.optimized-image-error-text{color:#666;font-size:14px}.optimized-image-container{background:#f0f0f0;overflow:hidden;position:relative}.optimized-image-container:before{content:"";display:block;padding-top:56.25%}.optimized-image-container .optimized-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.optimized-image-skeleton{animation:loading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.optimized-image-error{min-height:120px;padding:16px}.optimized-image-error-icon{font-size:36px}.optimized-image-error-text{font-size:13px}}.game-log-card{-webkit-touch-callout:none;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;margin-bottom:16px;overflow:hidden;padding:16px;position:relative;touch-action:manipulation;transition:transform .2s,box-shadow .2s;-webkit-user-select:none;user-select:none}.game-log-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.game-log-card-header{align-items:flex-start;display:flex;margin-bottom:12px}.game-log-card-avatar{align-items:center;background:#e0e0e0;border-radius:50%;color:#666;display:flex;flex-shrink:0;font-weight:700;height:55px;justify-content:center;margin-right:12px;overflow:hidden;width:55px}.game-log-card-avatar img{height:100%;object-fit:cover;width:100%}.game-log-card-user-info{flex:1 1;min-width:0}.game-log-card-username{color:#333;font-size:16px;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-log-card-date,.game-log-card-location{color:#666;font-size:12px;margin:2px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-log-card-teams{margin-bottom:12px}.game-log-card-team{align-items:center;display:flex;gap:6px;line-height:1.4;margin-bottom:6px}.game-log-card-team:last-child{margin-bottom:0}.game-log-card-divider{background-color:#e0e0e0;height:1px;margin:12px 0}.game-log-card-notes{border-top:1px solid #e0e0e0;color:#555;font-size:14px;line-height:1.5;margin-top:12px;padding-top:12px}.game-log-card-scorecard{border-radius:8px;margin-top:12px;overflow:hidden}.game-log-card-scorecard img{display:block;height:auto;width:100%}.game-log-card-notes{word-wrap:break-word;overflow-wrap:break-word}@media (max-width:480px){.game-log-card{margin-bottom:12px;padding:14px}.game-log-card-avatar{height:50px;margin-right:10px;width:50px}.game-log-card-username{font-size:15px}.game-log-card-date,.game-log-card-location{font-size:11px}.team-icon{width:18px}.team-icon,.team-name{font-size:14px}.team-score{font-size:18px}.game-log-card-notes{font-size:13px}}@media (max-width:896px) and (orientation:landscape){.game-log-card{padding:12px}.game-log-card,.game-log-card-header,.game-log-card-teams{margin-bottom:10px}.team-name{font-size:13px}.team-score{font-size:16px}}@media (min-width:768px){.game-log-card{margin-bottom:20px;padding:20px}.game-log-card-avatar{height:60px;margin-right:14px;width:60px}.game-log-card-username{font-size:17px}.game-log-card-date,.game-log-card-location{font-size:13px}.team-icon{width:22px}.team-icon,.team-name{font-size:18px}.team-score{font-size:24px}.game-log-card-notes{font-size:15px}}@media (min-width:1200px){.game-log-card{padding:24px}}.next-game-card{animation:fadeInSlideUp .6s cubic-bezier(.4,0,.2,1) .3s backwards;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px;padding:20px}.next-game-card-header{margin-bottom:12px}.next-game-card-title{color:#666;font-size:14px;font-weight:700;letter-spacing:1px;margin:0;text-transform:uppercase}.next-game-card-date,.next-game-card-location{color:#666;font-size:14px;line-height:1.4}.next-game-card-location{word-wrap:break-word;margin-bottom:12px;overflow-wrap:break-word}.next-game-card-teams{margin-top:12px}.next-game-card-team{align-items:center;display:flex;gap:8px;line-height:1.4;margin-bottom:6px}.next-game-card-team:last-child{margin-bottom:0}.team-record{color:#666;flex-shrink:0;font-size:14px;font-weight:400;margin-left:4px}.next-game-card-loading{cursor:default}.next-game-card-skeleton{padding:8px 0}.skeleton-line{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;height:16px;margin-bottom:12px}.skeleton-line:last-child{margin-bottom:0}.skeleton-date{width:60%}.skeleton-location{width:80%}.skeleton-team{width:70%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.next-game-card-error{cursor:default;padding:20px;text-align:center}.next-game-card-error-content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px 0}.next-game-card-error-icon{font-size:48px;margin-bottom:12px;opacity:.6}.next-game-card-error-message{color:#d32f2f;font-size:14px;line-height:1.5;margin:0}.next-game-card-empty{cursor:default;padding:20px;text-align:center}.next-game-card-empty-content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px 0}.next-game-card-empty-icon{font-size:48px;margin-bottom:12px;opacity:.5}.next-game-card-empty-message{color:#666;font-size:14px;font-weight:600;line-height:1.5;margin:0}.next-game-card-empty-context{color:#999;font-size:13px;line-height:1.5;margin:8px 0 0;max-width:300px}.next-game-card-prompt{cursor:default;padding:20px;text-align:center}.next-game-card-prompt-content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px 0}.next-game-card-prompt-icon{font-size:48px;margin-bottom:12px;opacity:.5}.next-game-card-prompt-message{color:#666;font-size:14px;line-height:1.5;margin:0 0 16px}.next-game-card-prompt-button{background:linear-gradient(135deg,#1976d2,#1565c0);border:none;border-radius:8px;box-shadow:0 2px 4px #1976d233;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s ease}.next-game-card-prompt-button:hover{background:linear-gradient(135deg,#1565c0,#0d47a1);box-shadow:0 4px 8px #1976d24d;transform:translateY(-1px)}.next-game-card-prompt-button:active{box-shadow:0 2px 4px #1976d233;transform:translateY(0)}@media (max-width:480px){.next-game-card{padding:14px}.next-game-card-date,.next-game-card-location{font-size:13px}.team-icon{width:18px}.team-icon,.team-name{font-size:14px}.team-record{font-size:13px}.next-game-card-empty,.next-game-card-error,.next-game-card-prompt{padding:16px}.next-game-card-empty-icon,.next-game-card-error-icon,.next-game-card-prompt-icon{font-size:40px}.next-game-card-empty-message,.next-game-card-error-message,.next-game-card-prompt-message{font-size:13px}.next-game-card-empty-context{font-size:12px}.next-game-card-prompt-button{font-size:13px;padding:10px 20px}}@media (max-width:896px) and (orientation:landscape){.next-game-card{padding:12px 16px}.team-name{font-size:13px}.team-record{font-size:12px}.next-game-card-empty,.next-game-card-error,.next-game-card-prompt{padding:12px 16px}.next-game-card-empty-icon,.next-game-card-error-icon,.next-game-card-prompt-icon{font-size:36px}}@media (min-width:768px){.next-game-card{padding:20px}.next-game-card-date,.next-game-card-location{font-size:15px}.team-icon{width:22px}.team-icon,.team-name{font-size:18px}.next-game-card-empty-message,.next-game-card-error-message,.next-game-card-prompt-message,.team-record{font-size:15px}.next-game-card-empty-context{font-size:14px}.next-game-card-prompt-button{font-size:15px;padding:12px 28px}}@media (min-width:1200px){.next-game-card{padding:24px}}@media (prefers-reduced-motion:reduce){.next-game-card,.skeleton-line{animation:none!important}}.home-screen{margin:0 auto;max-width:600px;padding:16px 16px 80px}.home-screen-header{margin-bottom:20px}.home-screen-title{color:#333;font-size:28px;font-weight:700;margin:0}.home-screen-loading{color:#666;padding:40px 20px;text-align:center}.home-screen-loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#1976d2;display:inline-block;height:40px;width:40px}.home-screen-error{color:#d32f2f;padding:40px 20px;text-align:center}.home-screen-empty{color:#666;padding:60px 20px;text-align:center}.home-screen-empty-icon{font-size:48px;margin-bottom:16px}.home-screen-empty-title{color:#333;font-size:20px;font-weight:600;margin:0 0 8px}.home-screen-empty-text{font-size:14px;margin:0}.home-screen-load-more{padding:20px;text-align:center}.home-screen-load-more-button{background:#1976d2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:background .2s}.home-screen-load-more-button:hover{background:#1565c0}.home-screen-load-more-button:disabled{background:#ccc;cursor:not-allowed}.home-screen-end{color:#999;font-size:14px;padding:20px;text-align:center}.game-list-item{-webkit-touch-callout:none;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000001a;cursor:pointer;margin-bottom:12px;overflow:hidden;padding:16px;position:relative;touch-action:manipulation;transition:transform .2s,box-shadow .2s;-webkit-user-select:none;user-select:none}.game-list-item:hover{box-shadow:0 2px 8px #00000026;transform:translateY(-2px)}.game-list-item:active{transform:translateY(-1px)}.game-list-item-main{flex:1 1}.game-list-item-teams{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.game-list-item-team{align-items:center;display:flex;gap:6px}.team-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-score{font-size:18px}.game-list-item-matchup{color:#333;font-size:16px;font-weight:600}.game-list-item-score{color:#1976d2;font-size:18px;font-weight:700;margin-left:12px}.game-list-item-details{display:flex;flex-direction:column;gap:4px}.game-list-item-date,.game-list-item-location{color:#666;font-size:12px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-list-item-stadium{color:#666;font-size:13px}@media (max-width:480px){.game-list-item{padding:14px}.team-name{font-size:15px}.team-score{font-size:16px}.game-list-item-date,.game-list-item-location{font-size:11px}.game-list-item-matchup{font-size:15px}.game-list-item-score{font-size:16px}}.games-list{padding-bottom:20px}.games-list-loading{color:#666;padding:60px 20px;text-align:center}.games-list-loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#1976d2;display:inline-block;height:40px;margin-bottom:16px;width:40px}.games-list-loading p{font-size:14px;margin:0}.games-list-error{background:#ffebee;border-radius:8px;color:#d32f2f;margin:20px 0;padding:40px 20px;text-align:center}.games-list-error p{font-size:14px;margin:0}.games-list-empty{color:#666;padding:80px 20px;text-align:center}.games-list-empty-icon{font-size:64px;margin-bottom:20px}.games-list-empty-title{color:#333;font-size:20px;font-weight:600;margin:0 0 12px}.games-list-empty-text{color:#666;font-size:14px;margin:0}@media (max-width:480px){.games-list-loading{padding:40px 16px}.games-list-loading-spinner{border-width:3px;height:32px;width:32px}.games-list-error{margin:16px 0;padding:24px 16px}.games-list-empty{padding:60px 16px}.games-list-empty-icon{font-size:48px}.games-list-empty-title{font-size:18px}.games-list-empty-text{font-size:13px}}@media (max-width:896px) and (orientation:landscape){.games-list-loading{padding:32px 16px}.games-list-empty{padding:40px 16px}.games-list-empty-icon{font-size:40px;margin-bottom:12px}.games-list-empty-title{font-size:16px;margin-bottom:8px}}@media (min-width:768px){.games-list-loading{padding:80px 20px}.games-list-loading-spinner{border-width:5px;height:48px;width:48px}.games-list-error{padding:48px 24px}.games-list-empty{padding:100px 20px}.games-list-empty-icon{font-size:72px}.games-list-empty-title{font-size:22px}.games-list-empty-text{font-size:15px}}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font:inherit;font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font:inherit;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;font:inherit;font-size:.833em;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.games-calendar{width:100%}.games-calendar-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;padding:16px}.games-calendar-widget{border:none;font-family:inherit;width:100%}.games-calendar-widget .react-calendar__tile{border-radius:8px;font-size:14px;min-height:50px;padding:12px 6px;position:relative;transition:background .2s}.games-calendar-widget .react-calendar__tile:enabled:focus,.games-calendar-widget .react-calendar__tile:enabled:hover{background:#e3f2fd}.games-calendar-widget .react-calendar__tile--active{background:#1976d2!important;color:#fff}.games-calendar-widget .react-calendar__tile--now{background:#fff3e0}.games-calendar-tile-has-games{color:#1976d2;font-weight:600}.games-calendar-tile-dot{border-radius:50%;bottom:4px;height:6px;position:absolute;transition:transform .2s ease,box-shadow .2s ease;width:6px}.games-calendar-tile-dot.logged{background:#1976d2;box-shadow:0 0 0 1px #1976d24d;left:calc(50% - 5px);transform:translateX(-50%)}.games-calendar-tile-dot.future{background:#2e7d32;box-shadow:0 0 0 1px #2e7d324d;left:calc(50% + 5px);transform:translateX(-50%)}.games-calendar-tile-dot:only-child{left:50%;transform:translateX(-50%)}.games-calendar-widget .react-calendar__tile:enabled:hover .games-calendar-tile-dot{box-shadow:0 0 4px #0000004d;transform:translateX(-50%) scale(1.3)}.games-calendar-widget .react-calendar__tile:enabled:hover .games-calendar-tile-dot.logged{background:#1565c0}.games-calendar-widget .react-calendar__tile:enabled:hover .games-calendar-tile-dot.future{background:#1b5e20}.games-calendar-widget .react-calendar__tile--active .games-calendar-tile-dot{background:#fff}.games-calendar-widget .react-calendar__navigation button{border-radius:8px;color:#333;font-size:16px;font-weight:600;min-height:44px;min-width:44px}.games-calendar-widget .react-calendar__navigation button:enabled:focus,.games-calendar-widget .react-calendar__navigation button:enabled:hover{background:#e3f2fd}.games-calendar-widget .react-calendar__month-view__weekdays{color:#666;font-size:12px;font-weight:600;text-transform:uppercase}.games-calendar-widget .react-calendar__month-view__weekdays__weekday{padding:8px}.games-calendar-error,.games-calendar-loading{color:#666;padding:40px 20px;text-align:center}.games-calendar-loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#1976d2;height:40px;margin:0 auto 16px;width:40px}.games-calendar-error{background:#ffebee;border-radius:12px;padding:20px}.games-calendar-error p{color:#c62828;margin:0}.games-calendar-details{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;padding:20px}.games-calendar-details-title{border-bottom:2px solid #e0e0e0;color:#333;font-size:18px;font-weight:600;margin:0 0 16px;padding-bottom:12px}.games-calendar-games-list{display:flex;flex-direction:column;gap:12px}.games-calendar-game-card{-webkit-touch-callout:none;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000001a;cursor:pointer;overflow:hidden;padding:16px;position:relative;touch-action:manipulation;transition:transform .2s,box-shadow .2s;-webkit-user-select:none;user-select:none}.games-calendar-game-card:hover{box-shadow:0 2px 8px #00000026;transform:translateY(-2px)}.games-calendar-game-card:active{transform:translateY(-1px)}.games-calendar-game-teams{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.games-calendar-game-team{align-items:center;display:flex;gap:6px}.games-calendar-game-team .team-icon{flex-shrink:0;font-size:16px;text-align:center;width:20px}.games-calendar-game-team .team-name{color:#333;flex:1 1;font-size:16px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.games-calendar-game-team .team-score{color:#1976d2;flex-shrink:0;font-size:18px;font-weight:700;text-align:right}.games-calendar-game-details{display:flex;flex-direction:column;gap:4px}.games-calendar-game-date,.games-calendar-game-location{color:#666;font-size:12px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.games-calendar-empty{background:#f9f9f9;border-radius:12px;margin-top:20px;padding:60px 20px;text-align:center}.games-calendar-empty-icon{font-size:48px;margin-bottom:16px}.games-calendar-empty-title{color:#333;font-size:18px;font-weight:600;margin:0 0 8px}.games-calendar-empty-text{color:#666;font-size:14px;margin:0}@media (max-width:480px){.games-calendar-container{padding:12px}.games-calendar-widget .react-calendar__tile{font-size:13px;min-height:44px;padding:8px 4px}.games-calendar-widget .react-calendar__navigation button{font-size:14px}.games-calendar-widget .react-calendar__month-view__weekdays{font-size:11px}.games-calendar-details{padding:16px}.games-calendar-details-title{font-size:16px}.games-calendar-game-card{padding:14px}.games-calendar-game-team .team-name{font-size:15px}.games-calendar-game-team .team-score{font-size:16px}.games-calendar-game-date,.games-calendar-game-location{font-size:11px}}.future-game-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:12px;padding:16px}.future-game-card:last-child{margin-bottom:0}.future-game-card-date,.future-game-card-location{color:#666;font-size:14px;line-height:1.4}.future-game-card-location{word-wrap:break-word;margin-bottom:12px;overflow-wrap:break-word}.future-game-card-teams{margin-top:12px}.future-game-card-team{align-items:center;display:flex;gap:8px;line-height:1.4;margin-bottom:6px}.future-game-card-team:last-child{margin-bottom:0}.future-game-card .team-icon{flex-shrink:0;font-size:16px;text-align:center;width:20px}.future-game-card .team-name{word-wrap:break-word;color:#333;flex:1 1;font-size:16px;font-weight:600;min-width:0;overflow-wrap:break-word}.future-game-card .team-record{color:#666;flex-shrink:0;font-size:14px;font-weight:400;margin-left:4px}@media (max-width:480px){.future-game-card{padding:12px}.future-game-card-date,.future-game-card-location{font-size:13px}.future-game-card .team-icon{font-size:14px;width:18px}.future-game-card .team-name{font-size:14px}.future-game-card .team-record{font-size:13px}}@media (max-width:896px) and (orientation:landscape){.future-game-card{padding:10px 14px}.future-game-card .team-name{font-size:13px}.future-game-card .team-record{font-size:12px}}@media (min-width:768px){.future-game-card{padding:18px}.future-game-card-date,.future-game-card-location{font-size:15px}.future-game-card .team-icon{font-size:18px;width:22px}.future-game-card .team-name{font-size:18px}.future-game-card .team-record{font-size:15px}}@media (min-width:1200px){.future-game-card{padding:20px}}.games-screen{margin:0 auto;max-width:600px;padding:16px 16px 80px}.games-screen-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.games-screen-title{color:#333;font-size:28px;font-weight:700;margin:0}.games-screen-add-button{background:#1976d2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;min-height:44px;min-width:44px;padding:10px 16px;transition:background .2s}.games-screen-add-button:hover{background:#1565c0}.games-screen-add-button:active{background:#0d47a1}.games-screen-calendar-placeholder{background:#f9f9f9;border-radius:12px;color:#666;margin-top:20px;padding:60px 20px;text-align:center}.games-screen-calendar-placeholder p{font-size:14px;margin:0}.games-screen-filter-icon{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid #fff3;border-radius:50%;box-shadow:0 4px 6px #0000001a;color:#000000b3;flex-shrink:0;font-size:24px;height:44px;width:44px}.games-screen-filter-icon:hover{border-color:#ffffff4d;box-shadow:0 6px 12px #00000026}.games-screen-filter-icon.active{background:#ffffff40;border-color:#ffffff4d;color:#1976d2}.games-screen-filter-icon.open{background:#1976d2cc;border-color:#ffffff4d;color:#fff;transform:rotate(90deg)}.games-screen-filter-icon svg{height:24px;width:24px}.games-screen-filters{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:20px;padding:16px}.games-screen-filters-section{margin-bottom:20px}.games-screen-filters-section:last-child{margin-bottom:0}.games-screen-filters-title{border-bottom:2px solid #f0f0f0;color:#333;font-size:16px;font-weight:600;margin:0 0 12px;padding-bottom:8px}.games-screen-filter-group{margin-bottom:12px}.games-screen-filter-group:last-child{margin-bottom:0}.games-screen-filter-label{color:#666;display:block;font-size:13px;font-weight:600;margin-bottom:6px}.games-screen-filter-input,.games-screen-filter-select{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;color:#333;font-size:14px;min-height:44px;padding:10px 12px;transition:border-color .2s;width:100%}.games-screen-filter-input:focus,.games-screen-filter-select:focus{border-color:#1976d2;outline:none}.games-screen-filter-input::placeholder{color:#999}.games-screen-clear-filters{background:#f5f5f5;border:none;border-radius:8px;color:#666;cursor:pointer;font-size:14px;font-weight:600;margin-top:12px;min-height:44px;padding:10px 16px;transition:all .2s;width:100%}.games-screen-clear-filters:hover{background:#e0e0e0;color:#333}.games-screen-clear-filters:active{background:#d0d0d0}@media (max-width:480px){.games-screen{padding:12px 12px 70px}.games-screen-title{font-size:24px}.games-screen-add-button,.games-screen-view-button{font-size:13px;padding:8px 12px}.games-screen-filters{padding:12px}.games-screen-filters-title{font-size:15px}}@media (max-width:896px) and (orientation:landscape){.games-screen{padding:8px 12px 60px}.games-screen-header{margin-bottom:16px}.games-screen-title{font-size:22px}.games-screen-add-button{font-size:12px;padding:6px 10px}.games-screen-filters{padding:10px 12px}.games-screen-calendar-placeholder{padding:40px 20px}}@media (prefers-color-scheme:dark){.games-screen-filter-icon{background:#0000004d;color:#ffffffe6}.games-screen-filter-icon:hover{background:#00000080}.games-screen-filter-icon.active{background:#00000080;border-color:#fff3}.games-screen-filter-icon.open{background:#1976d2cc;color:#fff}}@media (min-width:768px){.games-screen{padding:20px 20px 100px}.games-screen-title{font-size:32px}.games-screen-add-button{font-size:15px;padding:12px 20px}.games-screen-filters{padding:20px}}@media (min-width:1200px){.games-screen{margin:0 auto;max-width:1000px;padding:24px}}.stadium-list{display:flex;flex-direction:column;gap:12px;padding:16px}.stadium-list-item{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;padding:16px;transition:transform .2s,box-shadow .2s,opacity .2s}.stadium-list-item:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.stadium-list-item:active{transform:translateY(0)}.stadium-list-item.unvisited{opacity:.6}.stadium-list-item.unvisited:hover{opacity:.8}.stadium-list-item-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.stadium-list-item-name{color:#1a1a1a;flex:1 1;font-size:18px;font-weight:600;margin:0;padding-right:12px}.stadium-list-item-count{background:#007bff;border-radius:12px;color:#fff;font-size:14px;font-weight:500;padding:4px 12px;white-space:nowrap}.stadium-list-item.unvisited .stadium-list-item-count{background:#e0e0e0;color:#666}.stadium-list-item-location{color:#666;font-size:14px;margin-bottom:4px}.stadium-list-item-team{color:#007bff;font-size:14px;font-weight:500;margin-bottom:4px}.stadium-list-item-last-visited{color:#999;font-size:13px}.stadium-list-empty,.stadium-list-error,.stadium-list-loading{color:#666;padding:40px 20px;text-align:center}.stadium-list-error{color:#dc3545}.stadium-list-empty-icon{font-size:48px;margin-bottom:16px}.stadium-list-empty-title{color:#1a1a1a;font-size:20px;font-weight:600;margin:0 0 8px}.stadium-list-empty-text{color:#666;font-size:16px;margin:0}.stadium-list-item-name{word-wrap:break-word;overflow-wrap:break-word}@media (max-width:480px){.stadium-list{gap:10px;padding:12px}.stadium-list-item{padding:14px}.stadium-list-item-name{font-size:16px}.stadium-list-item-count{font-size:13px;padding:3px 10px}.stadium-list-item-location,.stadium-list-item-team{font-size:13px}.stadium-list-item-last-visited{font-size:12px}}@media (max-width:896px) and (orientation:landscape){.stadium-list{gap:8px;padding:8px 12px}.stadium-list-item{padding:12px}.stadium-list-item-name{font-size:15px}.stadium-list-empty,.stadium-list-error,.stadium-list-loading{padding:24px 20px}}@media (min-width:768px){.stadium-list{gap:12px;padding:16px}.stadium-list-item{padding:18px}.stadium-list-item-name{font-size:19px}.stadium-list-item-count{font-size:15px;padding:5px 14px}}@media (min-width:1200px){.stadium-list{gap:14px;padding:20px}.stadium-list-item{padding:20px}.stadium-list-item-name{font-size:20px}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.stadium-map-container{height:100%;position:relative;width:100%}.stadium-map{border-radius:8px;height:350px;min-height:350px;overflow:hidden;width:100%}.stadium-map-empty,.stadium-map-error,.stadium-map-loading{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;min-height:350px;padding:40px 20px;text-align:center}.stadium-map-container .stadium-map-loading{background:#ffffffe6;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1000}.stadium-map-error{color:#d32f2f}.stadium-map-error-hint,.stadium-map-hint{color:#999;font-size:.9em;margin-top:10px}.custom-stadium-marker{background:#0000;border:none}.marker-pin{align-items:center;cursor:pointer;display:flex;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:24px;height:30px;justify-content:center;transition:transform .2s;width:30px}.marker-pin:hover{transform:scale(1.2)}.stadium-popup{min-width:200px;padding:8px}.stadium-popup h3{color:#333;font-size:16px;margin:0 0 8px}.stadium-popup p{color:#666;font-size:14px;margin:4px 0}.popup-view-button{background:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-top:12px;padding:8px 16px;transition:background .2s;width:100%}.popup-view-button:hover{background:#5568d3}.leaflet-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 3px 14px #0003}.leaflet-popup-tip{box-shadow:0 3px 14px #0003}@media (max-width:768px){.stadium-map{min-height:300px}.leaflet-control-zoom{margin-right:10px;margin-top:10px}.leaflet-control-attribution{font-size:10px}}.stadium-game-list{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin:20px;padding:20px}.stadium-game-list-header{border-bottom:2px solid #e0e0e0;margin-bottom:16px;padding-bottom:12px}.stadium-game-list-stadium-name{color:#333;font-size:18px;font-weight:600;margin:0 0 4px}.stadium-game-list-location{color:#666;font-size:14px;margin:0}.stadium-game-list-games{display:flex;flex-direction:column;gap:12px}.stadium-game-list-item{background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000001a;padding:16px;position:relative;transition:transform .2s,box-shadow .2s}.stadium-game-list-item:hover{box-shadow:0 2px 8px #00000026;transform:translateY(-2px)}.stadium-game-list-item-teams{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.stadium-game-list-item-team{align-items:center;display:flex;gap:6px}.stadium-game-list-item-team .team-icon{flex-shrink:0;font-size:16px;text-align:center;width:20px}.stadium-game-list-item-team .team-name{color:#333;flex:1 1;font-size:16px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stadium-game-list-item-team .team-score{color:#1976d2;flex-shrink:0;font-size:18px;font-weight:700;text-align:right}.stadium-game-list-item-details{margin-bottom:12px}.stadium-game-list-item-date{color:#666;font-size:12px;line-height:1.4}.stadium-game-list-view-button{-webkit-touch-callout:none;align-items:center;background:#1976d2;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;justify-content:center;margin-top:12px;min-height:44px;padding:10px 16px;touch-action:manipulation;transition:background .2s;-webkit-user-select:none;user-select:none;width:100%}.stadium-game-list-view-button:hover{background:#1565c0}.stadium-game-list-view-button:active{background:#0d47a1}.stadium-game-list-empty{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin:20px;padding:40px 20px;text-align:center}.stadium-game-list-empty-text{color:#666;font-size:14px;margin:0}@media (max-width:480px){.stadium-game-list{margin:16px;padding:16px}.stadium-game-list-stadium-name{font-size:16px}.stadium-game-list-location{font-size:13px}.stadium-game-list-item{padding:14px}.stadium-game-list-item-team .team-name{font-size:15px}.stadium-game-list-item-team .team-score{font-size:16px}.stadium-game-list-item-date{font-size:11px}.stadium-game-list-view-button{font-size:13px;padding:9px 14px}}.stadium-screen{background:#f5f5f5;display:flex;flex-direction:column;height:100%}.stadium-screen-header{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px}.stadium-screen-title{color:#1a1a1a;font-size:28px;font-weight:700;margin:0}.stadium-screen-sort-icon{align-items:center;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#ffffff26;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 4px 16px #0000001a;color:#666;cursor:pointer;display:flex;flex-shrink:0;font-size:28px;height:50px;justify-content:center;padding:0;transition:all .3s ease;width:80px}.stadium-screen-sort-icon:hover{background:#ffffff40;border-color:#fff6;box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.stadium-screen-sort-icon:active{transform:translateY(0)}.stadium-screen-sort-icon.open{background:#ffffff4d;border-color:#fff6;color:#444}.stadium-screen-sort-icon svg{height:28px;width:28px}.stadium-screen-sort{background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000d;padding:16px 20px}.stadium-screen-sort-section{margin-bottom:0}.stadium-screen-sort-title{border-bottom:2px solid #f0f0f0;color:#333;font-size:16px;font-weight:600;margin:0 0 12px;padding-bottom:8px}.stadium-screen-sort-group{margin-bottom:12px}.stadium-screen-sort-group:last-child{margin-bottom:0}.stadium-screen-sort-label{color:#666;display:block;font-size:13px;font-weight:600;margin-bottom:6px}.stadium-screen-sort-select{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;color:#333;font-size:14px;min-height:44px;padding:10px 12px;transition:border-color .2s;width:100%}.stadium-screen-sort-select:focus{border-color:#1976d2;outline:none}.stadium-screen-map-placeholder{color:#666;padding:40px 20px;text-align:center}@media (max-width:480px){.stadium-screen-header{padding:16px}.stadium-screen-title{font-size:22px}}@media (max-width:896px) and (orientation:landscape){.stadium-screen-header{padding:12px 16px}.stadium-screen-title{font-size:20px}.stadium-screen-map-placeholder{padding:24px 20px}}@media (min-width:768px){.stadium-screen-header{padding:20px}.stadium-screen-title{font-size:28px}}@media (min-width:1200px){.stadium-screen-header{padding:24px}.stadium-screen-title{font-size:32px}}@media (prefers-color-scheme:dark){.stadium-screen-sort-icon{background:#0000004d;color:#ffffffe6}.stadium-screen-sort-icon:hover{background:#00000080}.stadium-screen-sort-icon.open{background:#1976d2cc;color:#fff}}.stadium-detail{background:#f5f5f5;display:flex;flex-direction:column;min-height:100vh}.stadium-detail-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:20px}.stadium-detail-name{color:#1a1a1a;font-size:24px;font-weight:700;margin:0 0 8px}.stadium-detail-location{color:#666;font-size:16px;margin-bottom:8px}.stadium-detail-team{color:#007bff;font-size:15px;font-weight:500;margin-bottom:8px}.stadium-detail-count{color:#666;font-size:14px;font-weight:500}.stadium-detail-map-container{background:#fff;border-bottom:1px solid #e0e0e0;height:300px;width:100%}.stadium-detail-map{height:100%;width:100%}.stadium-detail-no-map{background:#fff;border-bottom:1px solid #e0e0e0;padding:40px 20px;text-align:center}.stadium-detail-no-map p{color:#666;margin:8px 0}.stadium-detail-hint{color:#999;font-size:14px}.stadium-detail-games{padding:20px}.stadium-detail-games-title{color:#1a1a1a;font-size:20px;font-weight:600;margin:0 0 16px}.stadium-detail-games-list{display:flex;flex-direction:column;gap:12px}.stadium-detail-game-card{-webkit-touch-callout:none;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000001a;cursor:pointer;overflow:hidden;padding:16px;position:relative;touch-action:manipulation;transition:transform .2s,box-shadow .2s;-webkit-user-select:none;user-select:none}.stadium-detail-game-card:hover{box-shadow:0 2px 8px #00000026;transform:translateY(-2px)}.stadium-detail-game-card:active{transform:translateY(-1px)}.stadium-detail-game-teams{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.stadium-detail-game-team{align-items:center;display:flex;gap:6px}.stadium-detail-game-team .team-icon{flex-shrink:0;font-size:16px;text-align:center;width:20px}.stadium-detail-game-team .team-name{color:#333;flex:1 1;font-size:16px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stadium-detail-game-team .team-score{color:#1976d2;flex-shrink:0;font-size:18px;font-weight:700;text-align:right}.stadium-detail-game-details{display:flex;flex-direction:column;gap:4px}.stadium-detail-game-date,.stadium-detail-game-seat{color:#666;font-size:12px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stadium-detail-empty,.stadium-detail-games-empty{color:#666;padding:40px 20px;text-align:center}.stadium-detail .custom-stadium-marker{background:#0000;border:none}.stadium-detail .marker-pin{align-items:center;display:flex;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:32px;height:40px;justify-content:center;width:40px}.stadium-detail .stadium-popup{min-width:150px;padding:8px}.stadium-detail .stadium-popup h3{color:#333;font-size:16px;margin:0 0 4px}.stadium-detail .stadium-popup p{color:#666;font-size:14px;margin:0}@media (max-width:768px){.stadium-detail-header{padding:16px}.stadium-detail-name{font-size:20px}.stadium-detail-location{font-size:14px}.stadium-detail-map-container{height:250px}.stadium-detail-games{padding:16px}.stadium-detail-games-title{font-size:18px}.stadium-detail-game-card{padding:14px}.stadium-detail-game-team .team-name{font-size:15px}.stadium-detail-game-team .team-score{font-size:16px}.stadium-detail-game-date,.stadium-detail-game-seat{font-size:11px}}.stadium-detail-screen{background:#f5f5f5;display:flex;flex-direction:column;height:100%}.stadium-detail-screen-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:16px 20px}.stadium-detail-screen-back{align-items:center;background:none;border:none;color:#007bff;cursor:pointer;display:flex;font-size:16px;font-weight:500;min-height:44px;padding:8px 0}.stadium-detail-screen-back:hover{color:#0056b3}.stadium-detail-screen-back:active{transform:scale(.98)}.stadium-detail-screen-error,.stadium-detail-screen-loading{color:#666;padding:40px 20px;text-align:center}.stadium-detail-screen-error{color:#dc3545}@media (max-width:768px){.stadium-detail-screen-header{padding:12px 16px}.stadium-detail-screen-back{font-size:14px}}.profile-header-card{-webkit-touch-callout:none;animation:fadeInUp .5s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;cursor:pointer;margin-bottom:16px;overflow:hidden;padding:24px;position:relative;touch-action:manipulation;transition:box-shadow .3s ease,transform .3s ease;-webkit-user-select:none;user-select:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-header-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.profile-header-card:active{box-shadow:0 2px 8px #0000001a;transform:translateY(0)}.profile-header-card.with-team-gradient{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1),gradientShift 8s ease infinite;background-size:200% 200%;color:#fff}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.profile-header-card.with-team-gradient .profile-header-bio,.profile-header-card.with-team-gradient .profile-header-handle,.profile-header-card.with-team-gradient .profile-header-username{color:#fff;text-shadow:0 1px 3px #0000004d}.profile-header-content{position:relative;z-index:1}.profile-header-avatar{animation:scaleIn .6s cubic-bezier(.4,0,.2,1) .2s backwards;background:#e0e0e0;border:3px solid #ffffff4d;border-radius:50%;box-shadow:0 2px 8px #0003;height:80px;margin-bottom:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:80px}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.profile-header-avatar:hover{box-shadow:0 4px 12px #0000004d;transform:scale(1.05)}.profile-header-card.with-team-gradient .profile-header-avatar{border-color:#ffffff80}.profile-header-avatar img{height:100%;object-fit:cover;width:100%}.profile-header-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:36px;font-weight:700;height:100%;justify-content:center;width:100%}.profile-header-info{animation:fadeInSlideUp .6s cubic-bezier(.4,0,.2,1) .3s backwards;margin-bottom:20px}.profile-header-username{color:#333;font-size:28px;font-weight:700;line-height:1.2;margin:0 0 4px;transition:color .3s ease}.profile-header-handle{color:#666;font-size:16px;font-weight:500;margin:0 0 12px}.profile-header-card.with-team-gradient .profile-header-handle{color:#ffffffe6}.profile-header-bio{color:#555;font-size:15px;line-height:1.5;margin:12px 0 0}.profile-header-team{animation:fadeInSlideUp .6s cubic-bezier(.4,0,.2,1) .5s backwards;border-top:1px solid #ffffff4d;margin-top:20px;padding-top:20px;text-align:center}.profile-header-card:not(.with-team-gradient) .profile-header-team{border-top-color:#e0e0e0}.profile-header-team-label{color:#fffffff2;font-size:11px;font-weight:400;letter-spacing:1.5px;margin-bottom:8px;opacity:.9}.profile-header-card:not(.with-team-gradient) .profile-header-team-label{color:#666}.profile-header-team-name{color:#fff;font-size:25px;font-weight:700;letter-spacing:.5px;margin-bottom:6px}.profile-header-card:not(.with-team-gradient) .profile-header-team-name{color:#333}.profile-header-team-record{color:#fffffff2;font-size:22px;font-weight:700;letter-spacing:.5px;opacity:.95}.profile-header-team-attendance{font-size:11px;font-weight:400;letter-spacing:1.5px;margin-left:6px;opacity:.9}.profile-header-card:not(.with-team-gradient) .profile-header-team-record{color:#1976d2}.profile-header-username{-webkit-hyphens:auto;hyphens:auto}.profile-header-bio,.profile-header-username{word-wrap:break-word;overflow-wrap:break-word}.profile-header-bio{max-height:150px;overflow-y:auto}.profile-header-team-name{word-wrap:break-word;overflow-wrap:break-word}@media (max-width:480px){.profile-header-card{padding:20px}.profile-header-avatar{height:70px;width:70px}.profile-header-avatar-placeholder{font-size:32px}.profile-header-username{font-size:24px}.profile-header-handle{font-size:14px}.profile-header-bio{font-size:14px;max-height:120px}.profile-header-team-name{font-size:22px}.profile-header-team-record{font-size:20px}.profile-header-team-attendance{font-size:10px}}@media (max-width:896px) and (orientation:landscape){.profile-header-card{padding:16px}.profile-header-avatar{height:60px;margin-bottom:12px;width:60px}.profile-header-username{font-size:20px}.profile-header-bio{font-size:13px;max-height:80px}.profile-header-team{margin-top:12px;padding-top:12px}}@media (min-width:768px){.profile-header-card{padding:32px}.profile-header-avatar{height:100px;width:100px}.profile-header-avatar-placeholder{font-size:44px}.profile-header-username{font-size:32px}.profile-header-team-name{font-size:28px}.profile-header-team-record{font-size:25px}.profile-header-bio{max-height:200px}}@media (min-width:1200px){.profile-header-card{padding:36px}}@media (prefers-reduced-motion:reduce){.profile-header-avatar,.profile-header-card,.profile-header-info,.profile-header-team,.profile-header-username{animation:none!important;transition:none!important}.profile-header-avatar:hover,.profile-header-card:hover{box-shadow:0 2px 8px #0000001a;transform:none}.profile-header-card.with-team-gradient{animation:none!important;background-size:100% 100%}}.share-hint{animation:fadeInOut 2s ease-in-out;background:#000c;border-radius:8px;color:#fff;font-size:14px;font-weight:600;left:50%;padding:12px 24px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10}.last-game-card{animation:fadeInSlideUp .6s cubic-bezier(.4,0,.2,1) .6s backwards;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;margin-bottom:16px;padding:20px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.last-game-card:hover{box-shadow:0 6px 16px #0003;transform:translateY(-4px)}.last-game-card:active{transform:translateY(-2px);transition:transform .1s ease}.last-game-card-empty{cursor:default;padding:40px 20px;text-align:center}.last-game-card-empty:hover{box-shadow:0 2px 8px #0000001a;transform:none}.last-game-card-empty-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.last-game-card-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.last-game-card-empty-title{color:#333;font-size:20px;font-weight:600;margin:0 0 8px}.last-game-card-empty-message{color:#666;font-size:14px;margin:0}.last-game-card-header{margin-bottom:12px}.last-game-card-title{color:#666;font-size:14px;font-weight:700;letter-spacing:1px;margin:0;text-transform:uppercase}.last-game-card-date{color:#666;font-size:12px;margin:0 0 12px}.last-game-card-location{color:#666;font-size:14px;line-height:1.4;margin-bottom:12px}.last-game-card-teams{margin-bottom:12px}.last-game-card-team{align-items:center;display:flex;gap:8px;line-height:1.4;margin-bottom:6px}.last-game-card-team:last-child{margin-bottom:0}.team-icon{flex-shrink:0;font-size:16px;text-align:center;width:20px}.team-name{color:#333;flex:1 1;font-size:16px;font-weight:600;min-width:0;padding-left:15px}.team-score{color:#1976d2;flex-shrink:0;font-size:20px;font-weight:700;min-width:32px;text-align:right}.last-game-card-notes{border-top:1px solid #e0e0e0;color:#555;font-size:14px;line-height:1.5;margin-top:12px;padding-top:12px}.last-game-card-scorecard{border-radius:8px;margin-top:12px;overflow:hidden}.last-game-card-scorecard img{display:block;height:auto;width:100%}.last-game-card-location,.last-game-card-notes,.team-name{word-wrap:break-word;overflow-wrap:break-word}@media (max-width:480px){.last-game-card{padding:14px}.last-game-card-date{font-size:11px}.last-game-card-location{font-size:13px}.team-icon{font-size:14px;width:18px}.team-name{font-size:20px}.team-score{font-size:18px;min-width:28px}.last-game-card-notes{font-size:13px}.last-game-card-empty{padding:32px 16px}.last-game-card-empty-icon{font-size:40px}.last-game-card-empty-title{font-size:18px}}@media (max-width:896px) and (orientation:landscape){.last-game-card{padding:12px 16px}.team-name{font-size:13px}.team-score{font-size:16px}.last-game-card-empty{padding:24px 16px}.last-game-card-empty-icon{font-size:36px}}@media (min-width:768px){.last-game-card{padding:20px}.last-game-card-date{font-size:13px}.last-game-card-location{font-size:15px}.team-icon{width:22px}.team-icon,.team-name{font-size:18px}.team-score{font-size:24px;min-width:36px}.last-game-card-notes{font-size:15px}}@media (min-width:1200px){.last-game-card{padding:24px}}@media (prefers-reduced-motion:reduce){.last-game-card{animation:none!important;transition:none!important}.last-game-card:active,.last-game-card:hover{box-shadow:0 2px 8px #0000001a;transform:none}}.stats-section{animation:fadeInSlideUp .6s cubic-bezier(.4,0,.2,1) .8s backwards;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px;padding:20px;transition:box-shadow .3s ease}.stats-section:hover{box-shadow:0 4px 12px #00000026}.stats-section-header{margin-bottom:20px}.stats-section-title{color:#666;font-size:14px;font-weight:700;letter-spacing:1px;margin:0;text-transform:uppercase}.stats-section-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.stats-section-item{align-items:center;animation:fadeInSlide .4s cubic-bezier(.4,0,.2,1) forwards;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;opacity:0;padding:12px 0}.stats-section-item:first-child{animation-delay:.9s}.stats-section-item:nth-child(2){animation-delay:1s}.stats-section-item:nth-child(3){animation-delay:1.1s}.stats-section-item:nth-child(4){animation-delay:1.2s}.stats-section-item:nth-child(5){animation-delay:1.3s}.stats-section-item:nth-child(6){animation-delay:1.4s}.stats-section-item:nth-child(7){animation-delay:1.5s}.stats-section-item:nth-child(8){animation-delay:1.6s}@keyframes fadeInSlide{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.stats-section-item:last-child{border-bottom:none}.stats-section-label{color:#555;font-size:15px;font-weight:500}.stats-section-value{color:#1976d2;font-size:18px;font-weight:700}.stats-section-loading{padding:40px 20px;text-align:center}.stats-section-loading-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.stats-section-spinner{animation:spin 1s linear infinite;border:4px solid #f0f0f0;border-radius:50%;border-top-color:#1976d2;height:40px;margin-bottom:16px;width:40px}.stats-section-loading-text{color:#666;font-size:14px;margin:0}.stats-section-error{padding:40px 20px;text-align:center}.stats-section-error-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.stats-section-error-icon{font-size:48px;margin-bottom:16px;opacity:.5}.stats-section-error-text{color:#d32f2f;font-size:14px;line-height:1.5;margin:0}.stats-section-empty{padding:40px 20px;text-align:center}.stats-section-empty-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.stats-section-empty-text{color:#666;font-size:14px;margin:0}.stats-section-label{word-wrap:break-word;overflow-wrap:break-word}.stats-more-button{background-color:#1976d2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:20px;padding:12px 20px;transition:background-color .3s ease,transform .2s ease;width:100%}.stats-more-button:hover{background-color:#1565c0;transform:translateY(-2px)}.stats-more-button:active{transform:translateY(0)}.stats-more-button:focus{outline:2px solid #1976d2;outline-offset:2px}@media (max-width:480px){.stats-section{padding:16px}.stats-section-header{margin-bottom:16px}.stats-section-grid{gap:12px}.stats-section-item{padding:10px 0}.stats-section-label{font-size:14px}.stats-section-value{font-size:16px}.stats-section-empty,.stats-section-error,.stats-section-loading{padding:32px 16px}.stats-section-spinner{border-width:3px;height:32px;width:32px}.stats-section-error-icon{font-size:40px}}@media (max-width:896px) and (orientation:landscape){.stats-section{padding:12px 16px}.stats-section-grid{gap:12px 16px;grid-template-columns:repeat(2,1fr)}.stats-section-item{padding:8px 0}.stats-section-label{font-size:13px}.stats-section-value{font-size:15px}.stats-section-empty,.stats-section-error,.stats-section-loading{padding:24px 16px}}@media (min-width:768px){.stats-section{padding:24px}.stats-section-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.stats-section-item{padding:14px 0}.stats-section-label{font-size:16px}.stats-section-value{font-size:20px}}@media (min-width:1024px){.stats-section{padding:28px}.stats-section-grid{gap:24px}}@media (min-width:1200px){.stats-section{padding:32px}.stats-section-grid{gap:28px;grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce){.stats-section,.stats-section-item{animation:none!important;transition:none!important}.stats-section-item{opacity:1;transform:none}.stats-section:hover{box-shadow:0 2px 8px #0000001a}}.attendance-by-team-section{animation:fadeInSlideUp .6s cubic-bezier(.4,0,.2,1) 1s backwards;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px;padding:20px;transition:box-shadow .3s ease}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.attendance-by-team-section:hover{box-shadow:0 4px 12px #00000026}.attendance-section-header{margin-bottom:20px}.attendance-section-title{color:#666;font-size:14px;font-weight:700;letter-spacing:1px;margin:0;text-transform:uppercase}.attendance-section-content{display:flex;flex-direction:column;gap:24px}.attendance-team-selector{position:relative;width:100%}.attendance-team-dropdown{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;font-size:15px;font-weight:500;padding:14px 40px 14px 16px;transition:all .2s ease;width:100%}.attendance-team-dropdown:focus,.attendance-team-dropdown:hover{background:#fff;border-color:#1976d2}.attendance-team-dropdown:focus{box-shadow:0 0 0 3px #1976d21a;outline:none}.attendance-team-dropdown:disabled{cursor:not-allowed;opacity:.6}.attendance-dropdown-icon{color:#666;font-size:12px;pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.attendance-record-display{align-items:center;display:flex;justify-content:center;min-height:80px}.attendance-record-value{animation:scaleInBounce .5s cubic-bezier(.4,0,.2,1);color:#1976d2;font-size:48px;font-weight:700;letter-spacing:2px}@keyframes scaleInBounce{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.attendance-record-loading{align-items:center;display:flex;justify-content:center}.attendance-record-spinner{animation:spin 1s linear infinite;border:3px solid #f0f0f0;border-radius:50%;border-top-color:#1976d2;height:32px;width:32px}.attendance-loading{padding:40px 20px;text-align:center}.attendance-loading-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.attendance-spinner{animation:spin 1s linear infinite;border:4px solid #f0f0f0;border-radius:50%;border-top-color:#1976d2;height:40px;margin-bottom:16px;width:40px}.attendance-loading-text{color:#666;font-size:14px;margin:0}.attendance-error{padding:40px 20px;text-align:center}.attendance-error-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.attendance-error-icon{font-size:48px;margin-bottom:16px;opacity:.5}.attendance-error-text{color:#d32f2f;font-size:14px;line-height:1.5;margin:0}.attendance-team-dropdown{min-height:44px}@media (max-width:480px){.attendance-by-team-section{padding:16px}.attendance-section-header{margin-bottom:16px}.attendance-section-content{gap:20px}.attendance-team-dropdown{font-size:14px;min-height:44px;padding:12px 36px 12px 14px}.attendance-dropdown-icon{font-size:10px;right:14px}.attendance-record-display{min-height:60px}.attendance-record-value{font-size:36px;letter-spacing:1px}.attendance-record-spinner{border-width:2px;height:28px;width:28px}.attendance-error,.attendance-loading{padding:32px 16px}.attendance-spinner{border-width:3px;height:32px;width:32px}.attendance-error-icon{font-size:40px}}@media (max-width:896px) and (orientation:landscape){.attendance-by-team-section{padding:12px 16px}.attendance-section-content{gap:16px}.attendance-record-display{min-height:50px}.attendance-record-value{font-size:32px}.attendance-error,.attendance-loading{padding:24px 16px}}@media (min-width:768px){.attendance-by-team-section{padding:24px}.attendance-team-dropdown{font-size:16px;min-height:48px;padding:16px 44px 16px 18px}.attendance-dropdown-icon{right:18px}.attendance-record-display{min-height:100px}.attendance-record-value{font-size:56px;letter-spacing:3px}}@media (min-width:1024px){.attendance-by-team-section{padding:28px}.attendance-section-content{gap:28px}.attendance-record-display{min-height:120px}.attendance-record-value{font-size:64px}}@media (min-width:1200px){.attendance-by-team-section{padding:32px}.attendance-record-value{font-size:72px}}@media (prefers-reduced-motion:reduce){.attendance-by-team-section,.attendance-record-value{animation:none!important;transition:none!important}.attendance-record-value{opacity:1;transform:none}.attendance-by-team-section:hover{box-shadow:0 2px 8px #0000001a}}.profile-screen{background:#fafafa;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:600px;min-height:100vh;padding:16px 16px 80px}.profile-error,.profile-loading{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;color:#666;padding:40px 20px;text-align:center}.profile-loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#1976d2;display:inline-block;height:40px;margin-bottom:16px;width:40px}.profile-error{color:#d32f2f}@media (max-width:480px){.profile-screen{padding:12px 12px 70px}.profile-header{padding:20px}.profile-name{font-size:20px}.profile-stat-value{font-size:24px}.profile-games{padding:16px}}@media (max-width:896px) and (orientation:landscape){.profile-screen{gap:12px;padding:8px 12px 60px}.profile-error,.profile-loading{padding:24px 16px}.profile-loading-spinner{border-width:3px;height:32px;width:32px}}@media (min-width:768px){.profile-screen{gap:20px;padding:20px 20px 100px}}@media (min-width:1200px){.profile-screen{max-width:800px;padding:24px}}.favorite-team-selector{width:100%}.favorite-team-select-wrapper{position:relative;width:100%}.favorite-team-color-indicator{border:1px solid #0000001a;border-radius:4px;height:24px;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:24px;z-index:1}.favorite-team-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23333' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;border:1px solid #ddd;border-radius:8px;box-sizing:border-box;cursor:pointer;font-size:16px;min-height:44px;padding:12px 40px 12px 48px;transition:border-color .2s;width:100%}.favorite-team-select:focus{border-color:#2196f3;outline:none}.favorite-team-select:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.favorite-team-select option{font-size:16px;padding:12px}.favorite-team-error{color:#d32f2f;font-size:.875rem;margin-top:.5rem}.favorite-team-preview{align-items:center;background-color:#fafafa;border:1px solid #e0e0e0;border-radius:8px;display:flex;gap:16px;margin-top:16px;padding:16px}.favorite-team-preview-colors{border:1px solid #0000001a;border-radius:8px;flex-shrink:0;height:48px;width:48px}.favorite-team-preview-info{display:flex;flex-direction:column;gap:4px}.favorite-team-preview-name{color:#333;font-size:1rem;font-weight:600}.favorite-team-preview-league{color:#666;font-size:.875rem}@media (max-width:768px){.favorite-team-select{font-size:16px}.favorite-team-preview{gap:12px;padding:12px}.favorite-team-preview-colors{height:40px;width:40px}}@media (prefers-reduced-motion:reduce){.favorite-team-select{transition:none}}@media (prefers-contrast:high){.favorite-team-color-indicator,.favorite-team-preview-colors,.favorite-team-select{border-width:2px}}.favorite-team-select:focus-visible{outline:2px solid #2196f3;outline-offset:2px}.unified-settings-screen{background:#fafafa;margin:0 auto;max-width:600px;min-height:100vh;padding:16px 16px 80px}.unified-settings-loading{color:#666;padding:40px 20px;text-align:center}.unified-settings-loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#1976d2;display:inline-block;height:40px;margin-bottom:16px;width:40px}.unified-settings-header{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px;padding:20px}.unified-settings-header h1{color:#333;font-size:24px;font-weight:700;margin:0}.unified-settings-error{background-color:#fee;color:#c33}.unified-settings-error,.unified-settings-success{border-radius:8px;font-size:14px;margin-bottom:16px;padding:12px 16px}.unified-settings-success{background-color:#e8f5e9;color:#2e7d32}.unified-settings-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px;padding:20px}.unified-settings-section-title{border-bottom:2px solid #f0f0f0;color:#333;font-size:18px;font-weight:700;margin:0 0 16px;padding-bottom:12px}.account-subsection,.preferences-subsection,.unified-settings-section-content{display:flex;flex-direction:column;gap:16px}.subsection-title{color:#555;font-size:16px;font-weight:600;margin:0 0 12px}.password-form,.profile-form{display:flex;flex-direction:column;gap:16px}.form-group{gap:8px}.form-group input,.form-group textarea{padding:12px}.form-group input:focus,.form-group textarea:focus{border-color:#1976d2}.form-hint{color:#666;font-size:12px}.profile-image-preview{margin-top:8px}.profile-image-preview label{color:#333;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.preview-container{align-items:center;background:#e0e0e0;border-radius:50%;display:flex;height:100px;justify-content:center;overflow:hidden;width:100px}.preview-container img{height:100%;object-fit:cover;width:100%}.settings-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:12px 0}.settings-item:last-child{border-bottom:none}.settings-item-info{flex:1 1;margin-right:16px}.settings-item-label{color:#333;font-size:16px;font-weight:600;margin-bottom:4px}.settings-item-description{color:#666;font-size:14px;line-height:1.4}.settings-toggle{display:inline-block;flex-shrink:0;height:28px;position:relative;width:52px}.settings-toggle input{height:0;opacity:0;width:0}.settings-toggle-slider{background-color:#ccc;border-radius:28px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.settings-toggle-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:20px;left:4px;position:absolute;transition:.3s;width:20px}.settings-toggle input:checked+.settings-toggle-slider{background-color:#1976d2}.settings-toggle input:checked+.settings-toggle-slider:before{transform:translateX(24px)}.settings-toggle input:disabled+.settings-toggle-slider{cursor:not-allowed;opacity:.5}.password-error{background-color:#fee;color:#c33}.password-error,.password-success{border-radius:8px;font-size:14px;padding:12px}.password-success{background-color:#e8f5e9;color:#2e7d32}.password-submit-button,.profile-save-button{background:#1976d2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:8px;min-height:44px;padding:14px 24px;transition:background .2s}.password-submit-button:hover:not(:disabled),.profile-save-button:hover:not(:disabled){background:#1565c0}.password-submit-button:disabled,.profile-save-button:disabled{cursor:not-allowed;opacity:.6}.unified-settings-logout-button{background:#d32f2f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-height:44px;padding:14px 24px;transition:background .2s;width:100%}.unified-settings-logout-button:hover{background:#c62828}.unified-settings-report-bug-button{background:#1976d2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-height:44px;padding:14px 24px;transition:background .2s;width:100%}.unified-settings-report-bug-button:hover{background:#1565c0}@media (max-width:480px){.unified-settings-screen{padding:12px 12px 70px}.unified-settings-header{padding:16px}.unified-settings-header h1{font-size:20px}.unified-settings-section{padding:16px}.unified-settings-section-title{font-size:16px}.subsection-title{font-size:15px}.settings-item{align-items:flex-start;flex-direction:column;gap:12px}.settings-item-info{margin-right:0}.settings-toggle{align-self:flex-end}}@media (max-width:896px) and (orientation:landscape){.unified-settings-screen{padding:8px 12px 60px}.unified-settings-header{padding:12px 16px}.unified-settings-header h1{font-size:18px}.unified-settings-section{padding:12px 16px}.unified-settings-section-title{font-size:15px;margin-bottom:12px;padding-bottom:8px}.form-group input,.form-group textarea{padding:10px}.form-group textarea{min-height:80px}.settings-item{padding:8px 0}}@media (min-width:768px){.unified-settings-screen{padding:20px 20px 100px}.unified-settings-header,.unified-settings-section{padding:24px}}@media (min-width:1200px){.unified-settings-screen{max-width:800px;padding:24px}.unified-settings-header,.unified-settings-section{padding:28px}}.friends-list{padding:16px}.friends-list-loading{color:#666;padding:40px;text-align:center}.friends-list-error{background-color:#fee;border-radius:8px;color:#c33;margin-bottom:16px;padding:12px}.pending-requests-section{margin-bottom:32px}.friends-section h3,.pending-requests-section h3{color:#333;font-size:18px;font-weight:600;margin-bottom:16px}.friend-request-item{align-items:center;background:#f9f9f9;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:8px;padding:12px}.friend-request-info{align-items:center;display:flex;flex:1 1;gap:12px}.friend-avatar{object-fit:cover}.friend-details{flex:1 1}.friend-name{margin-bottom:2px}.friend-username{font-size:14px}.friend-bio{color:#888;font-size:13px;line-height:1.4;margin-top:4px}.friend-request-actions{display:flex;gap:8px}.btn-accept,.btn-decline,.btn-remove{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;min-height:44px;min-width:44px;padding:8px 16px;transition:background-color .2s}.btn-accept{background-color:#4caf50}.btn-accept:hover{background-color:#45a049}.btn-decline{background-color:#f44336}.btn-decline:hover{background-color:#da190b}.btn-remove{background-color:#ff9800;color:#fff}.btn-remove:hover{background-color:#e68900}.friends-section{margin-top:24px}.no-friends-message{color:#666;font-size:15px;padding:40px 20px;text-align:center}.friends-grid{display:flex;flex-direction:column;gap:12px}.friend-item{background:#fff;border:1px solid #e0e0e0;justify-content:space-between}.friend-info{align-items:center;display:flex;gap:12px}@media (max-width:768px){.friend-item,.friend-request-item{align-items:flex-start;flex-direction:column;gap:12px}.friend-request-actions{justify-content:flex-end;width:100%}.btn-remove{align-self:flex-end}}.confirmation-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.confirmation-dialog{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:400px;padding:24px;width:90%}.confirmation-dialog h3{color:#333;font-size:20px;font-weight:600;margin:0 0 12px}.confirmation-dialog p{color:#666;font-size:15px;line-height:1.5;margin:0 0 24px}.confirmation-dialog-actions{display:flex;gap:12px;justify-content:flex-end}.btn-cancel,.btn-confirm{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;min-height:44px;min-width:44px;padding:10px 20px;transition:background-color .2s}.btn-cancel{background-color:#e0e0e0;color:#333}.btn-cancel:hover{background-color:#d0d0d0}.btn-confirm{background-color:#f44336;color:#fff}.btn-confirm:hover{background-color:#da190b}.btn-remove-icon{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;min-height:44px;min-width:44px;padding:8px;transition:transform .2s}.btn-remove-icon:hover{transform:scale(1.1)}.remove-icon{color:#f44336;font-size:32px;line-height:1}.friend-request-component{display:inline-block}.btn-friend-request{background-color:#2196f3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;min-height:44px;min-width:44px;padding:10px 20px;transition:background-color .2s}.btn-friend-request:hover:not(:disabled){background-color:#0b7dda}.btn-friend-request:disabled{cursor:not-allowed;opacity:.6}.btn-request-sent{background-color:#4caf50}.friend-request-error{color:#c33;font-size:13px;margin-top:8px}.user-search{padding:16px}.search-form{display:flex;gap:8px;margin-bottom:24px}.search-input{border:1px solid #ddd;border-radius:8px;flex:1 1;font-size:16px;min-height:44px;padding:12px 16px}.search-input:focus{border-color:#2196f3;outline:none}.search-button{background-color:#2196f3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;min-height:44px;min-width:44px;padding:12px 24px;transition:background-color .2s}.search-button:hover:not(:disabled){background-color:#0b7dda}.search-button:disabled{cursor:not-allowed;opacity:.6}.search-error{background-color:#fee;border-radius:8px;color:#c33;margin-bottom:16px;padding:12px}.search-results{margin-top:24px}.results-section{margin-bottom:32px}.results-section h3{color:#333;font-size:18px;font-weight:600;margin-bottom:16px}.results-list{display:flex;flex-direction:column;gap:12px}.result-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px}.user-result{gap:16px;justify-content:space-between}.user-info,.user-result{align-items:center;display:flex}.user-info{flex:1 1;gap:12px}.user-avatar{border-radius:50%;height:48px;object-fit:cover;width:48px}.user-details{flex:1 1}.user-name{color:#333;font-weight:600;margin-bottom:2px}.user-username{color:#666;font-size:14px}.user-bio{color:#888;font-size:13px;line-height:1.4;margin-top:4px}.game-result{cursor:pointer;transition:background-color .2s}.game-result:hover{background-color:#f9f9f9}.game-info{gap:8px}.game-teams{color:#333;font-size:16px;font-weight:600}.game-score{color:#2196f3;font-size:18px;font-weight:700}.game-details{color:#666;display:flex;font-size:14px;gap:12px}.game-stadium{font-weight:500}.game-user{color:#888;font-size:13px}.stadium-result{cursor:pointer;transition:background-color .2s}.stadium-result:hover{background-color:#f9f9f9}.stadium-info{display:flex;flex-direction:column;gap:6px}.stadium-name{color:#333;font-size:16px;font-weight:600}.stadium-location{color:#666;font-size:14px}.stadium-stats{color:#888;font-size:13px}.no-results{color:#666;font-size:15px;padding:40px 20px;text-align:center}@media (max-width:768px){.search-form,.user-result{flex-direction:column}.user-result{align-items:flex-start}.game-details{flex-direction:column;gap:4px}}.gear-dropdown-container{display:inline-block;position:relative}.games-screen-filter-icon{align-items:center;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#ffffff26;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 4px 16px #0000001a;color:#666;cursor:pointer;display:flex;height:50px;justify-content:center;padding:0;transition:all .3s ease;width:80px}.games-screen-filter-icon:hover{background:#ffffff40;border-color:#fff6;box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.games-screen-filter-icon:active{box-shadow:0 4px 16px #0000001a;transform:translateY(0)}.games-screen-filter-icon.open{background:#ffffff4d;border-color:#fff6;color:#444}.gear-dropdown-menu{animation:dropdownFadeIn .2s ease-out;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 12px #00000026;min-width:180px;overflow:hidden;position:absolute;top:calc(100% + 8px);z-index:1000}.gear-dropdown-menu.right{right:0}.gear-dropdown-menu.left{left:0}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.gear-dropdown-option{align-items:center;background:#fff;border:none;color:#333;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;min-height:44px;padding:12px 16px;text-align:left;transition:background .2s;width:100%}.gear-dropdown-option:hover{background:#f5f5f5}.gear-dropdown-option:active{background:#e0e0e0}.gear-dropdown-option.destructive{color:#d32f2f}.gear-dropdown-option.destructive:hover{background:#ffebee}.gear-dropdown-icon{align-items:center;display:flex;font-size:16px;justify-content:center}.gear-dropdown-label{flex:1 1}@media (max-width:480px){.gear-dropdown-menu{min-width:160px}.gear-dropdown-option{font-size:13px;padding:10px 14px}}.friends-screen{display:flex;flex-direction:column;height:100%}.friends-header{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:16px}.friends-header h1{color:#333;font-size:24px;font-weight:700;margin:0}.friends-tabs{display:flex;gap:8px}.tab-button{background:#f5f5f5;border:none;border-radius:8px;color:#666;cursor:pointer;flex:1 1;font-size:16px;font-weight:500;min-height:44px;padding:12px 16px;transition:all .2s}.tab-button:hover{background:#e8e8e8}.tab-button.active{background:#2196f3;color:#fff}.friends-content{background:#fafafa;flex:1 1;overflow-y:auto}@media (max-width:768px){.friends-header h1{font-size:20px}.tab-button{font-size:14px;padding:10px 12px}}.diceball-challenge-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:16px;transition:transform .2s,box-shadow .2s}.diceball-challenge-card.clickable{cursor:pointer}.diceball-challenge-card.clickable:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.challenge-card-header{align-items:center;display:flex;margin-bottom:16px}.challenge-card-avatar{align-items:center;background:linear-gradient(135deg,#e0e0e0,#bdbdbd);border-radius:50%;color:#666;cursor:pointer;display:flex;flex-shrink:0;font-weight:700;height:48px;justify-content:center;margin-right:12px;overflow:hidden;transition:transform .2s,box-shadow .2s;width:48px}.challenge-card-avatar:hover{box-shadow:0 2px 8px #0003;transform:scale(1.05)}.challenge-card-avatar img{height:100%;object-fit:cover;width:100%}.challenge-card-info{flex:1 1}.challenge-card-username{color:#333;font-size:16px;font-weight:600;margin:0 0 4px}.challenge-card-time{color:#666;font-size:12px;margin:0}.challenge-card-status{flex-shrink:0}.status-badge{border-radius:12px;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.status-pending{background:#fff3e0;color:#f57c00}.status-active{background:#e8f5e9;color:#2e7d32}.challenge-card-matchup{align-items:center;background:linear-gradient(135deg,#f5f5f5,#eee);border-radius:8px;display:flex;justify-content:space-between;margin-bottom:16px;padding:16px}.team-indicator{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:8px}.team-label,.vs-divider{font-size:14px}.vs-divider{color:#333;font-weight:600;padding:0 12px}.challenge-card-actions{display:flex;gap:8px}.challenge-card-actions button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:12px;transition:transform .2s,box-shadow .2s}.btn-accept{background:linear-gradient(135deg,#2e7d32,#1b5e20);box-shadow:0 2px 8px #2e7d324d;color:#fff}.btn-accept:hover{box-shadow:0 4px 12px #2e7d3266;transform:translateY(-2px)}.btn-decline{background:linear-gradient(135deg,#757575,#616161);box-shadow:0 2px 8px #7575754d;color:#fff}.btn-decline:hover{box-shadow:0 4px 12px #75757566;transform:translateY(-2px)}.btn-play{background:linear-gradient(135deg,#1976d2,#1565c0);box-shadow:0 2px 8px #1976d24d;color:#fff}.btn-play:hover{box-shadow:0 4px 12px #1976d266;transform:translateY(-2px)}.challenge-card-waiting{background:#f5f5f5;border-radius:8px;color:#666;font-size:14px;font-style:italic;padding:12px;text-align:center}@media (max-width:480px){.diceball-challenge-card{padding:14px}.challenge-card-avatar{height:40px;margin-right:10px;width:40px}.challenge-card-username{font-size:14px}.challenge-card-time{font-size:11px}.challenge-card-matchup{padding:12px}.team-label{font-size:12px}.team-badge{font-size:11px;padding:4px 8px}.vs-divider{font-size:12px;padding:0 8px}.challenge-card-actions button,.challenge-card-waiting{font-size:13px;padding:10px}}@media (min-width:768px){.diceball-challenge-card{padding:20px}.challenge-card-avatar{height:56px;margin-right:16px;width:56px}.challenge-card-username{font-size:18px}.challenge-card-time{font-size:13px}.challenge-card-matchup{padding:20px}.team-label{font-size:15px}.team-badge{font-size:13px;padding:8px 14px}.vs-divider{font-size:16px}.challenge-card-actions button,.challenge-card-waiting{font-size:15px;padding:14px}}.diceball-history-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;overflow:hidden;padding:16px;position:relative;transition:transform .2s,box-shadow .2s}.diceball-history-card:before{content:"";height:4px;left:0;position:absolute;right:0;top:0}.diceball-history-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.history-card-header{align-items:center;display:flex;margin-bottom:12px}.history-card-avatar{align-items:center;background:linear-gradient(135deg,#e0e0e0,#bdbdbd);border-radius:50%;color:#666;cursor:pointer;display:flex;flex-shrink:0;font-weight:700;height:48px;justify-content:center;margin-right:12px;overflow:hidden;transition:transform .2s,box-shadow .2s;width:48px}.history-card-avatar:hover{box-shadow:0 2px 8px #0003;transform:scale(1.05)}.history-card-avatar img{height:100%;object-fit:cover;width:100%}.history-card-info{flex:1 1}.history-card-opponent{color:#333;font-size:16px;font-weight:600;margin:0 0 4px}.history-card-date{color:#666;font-size:12px;margin:0}.history-card-outcome{flex-shrink:0}.outcome-badge{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:14px;font-weight:700;height:32px;justify-content:center;position:relative;width:32px}.outcome-badge:before{border:3px solid #0000;border-radius:50%;bottom:-4px;content:"";left:-4px;position:absolute;right:-4px;top:-4px}.outcome-badge.outcome-win{background:#2e7d32}.outcome-badge.outcome-loss{background:#d32f2f}.outcome-badge.outcome-tie{background:linear-gradient(135deg,#757575,#616161)}.outcome-badge.outcome-tie:before{border-color:#757575}.history-card-score{align-items:center;background:linear-gradient(135deg,#f5f5f5,#eee);border-radius:8px;display:flex;justify-content:space-between;margin-bottom:12px;padding:16px}.diceball-history-card .history-card-score .score-section{align-items:center;background:#0000!important;border-radius:0;box-shadow:none;display:flex;flex:1 1;flex-direction:column;gap:8px;padding:0}.score-label{color:#333;font-size:14px;font-weight:600}.score-value{color:#333;font-size:28px;font-weight:700}.team-badge{border-radius:6px;font-size:12px;font-weight:600;padding:6px 12px;white-space:nowrap}.team-badge.home{background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff}.team-badge.away{background:linear-gradient(135deg,#d32f2f,#c62828);color:#fff}.score-value.winning{color:#1976d2}.diceball-history-card .score-divider{font-size:14px;font-weight:600;padding:0 12px}.history-card-details{align-items:center;color:#666;display:flex;font-size:13px;gap:12px}.detail-item{align-items:center;gap:4px}.detail-item.abandoned{color:#f57c00;font-weight:600}@media (max-width:480px){.diceball-history-card{padding:14px}.history-card-avatar{height:40px;margin-right:10px;width:40px}.history-card-opponent{font-size:14px}.history-card-date{font-size:11px}.outcome-badge{font-size:12px;height:28px;width:28px}.outcome-badge:before{border-width:2px;bottom:-3px;left:-3px;right:-3px;top:-3px}.history-card-score{padding:12px}.score-value{font-size:24px}.team-badge{font-size:11px;padding:4px 8px}.diceball-history-card .score-divider{font-size:12px;padding:0 8px}.history-card-details{font-size:12px;gap:8px}}@media (min-width:768px){.diceball-history-card{padding:20px}.history-card-avatar{height:56px;margin-right:16px;width:56px}.history-card-opponent{font-size:18px}.history-card-date{font-size:13px}.outcome-badge{font-size:16px;height:36px;width:36px}.outcome-badge:before{border-width:3px;bottom:-5px;left:-5px;right:-5px;top:-5px}.history-card-score{padding:20px}.score-label{font-size:15px}.score-value{font-size:32px}.team-badge{font-size:13px;padding:8px 14px}.diceball-history-card .score-divider{font-size:16px}.history-card-details{font-size:14px}}.diceball-friend-selector{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;max-height:80vh;max-width:500px;overflow-y:auto;width:90%}.selector-header{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.selector-header h2{color:#333;font-size:24px;font-weight:600;margin:0}.btn-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;transition:background .2s;width:32px}.btn-close:hover{background:#f5f5f5}.selector-error{background:#ffebee;border-bottom:1px solid #ffcdd2;color:#c62828;font-size:14px;margin:0;padding:12px 20px}.selector-loading{font-size:16px}.selector-empty,.selector-loading{color:#666;padding:40px 20px;text-align:center}.selector-empty p{font-size:14px;margin:8px 0}.selector-section{border-bottom:1px solid #e0e0e0;padding:20px}.selector-section:last-of-type{border-bottom:none}.selector-section h3{color:#333;font-size:16px;font-weight:600;margin:0 0 16px}.friends-list{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.friend-item{align-items:center;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;padding:12px;transition:all .2s}.friend-item:hover{background:#f5f9ff;border-color:#1976d2}.friend-item.selected{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-color:#1976d2}.friend-avatar{align-items:center;background:linear-gradient(135deg,#e0e0e0,#bdbdbd);border-radius:50%;color:#666;display:flex;flex-shrink:0;font-weight:700;height:48px;justify-content:center;margin-right:12px;overflow:hidden;width:48px}.friend-avatar img{height:100%;object-fit:cover;width:100%}.friend-info{flex:1 1}.friend-name{color:#333;font-size:15px;font-weight:600;margin:0 0 4px}.friend-username{color:#666;font-size:13px;margin:0}.friend-check{align-items:center;background:#1976d2;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:24px;justify-content:center;width:24px}.team-selection{display:flex;flex-direction:column;gap:12px}.team-option{cursor:pointer;display:block}.team-option input[type=radio]{display:none}.team-option-content{border:2px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;padding:16px;transition:all .2s}.team-option:hover .team-option-content{background:#f5f9ff;border-color:#1976d2}.team-option.selected .team-option-content{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-color:#1976d2}.team-icon{font-size:32px;margin-bottom:8px}.team-label{color:#333;font-size:16px;font-weight:600;margin-bottom:4px}.team-description{color:#666;font-size:13px}.selector-actions{background:#f5f5f5;bottom:0;display:flex;gap:12px;padding:20px;position:-webkit-sticky;position:sticky}.selector-actions button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:14px;transition:transform .2s,box-shadow .2s}.btn-cancel{background:#fff;border:2px solid #e0e0e0;color:#666}.btn-cancel:hover:not(:disabled){background:#f5f5f5}.btn-challenge{background:linear-gradient(135deg,#1976d2,#1565c0);box-shadow:0 2px 8px #1976d24d;color:#fff}.btn-challenge:hover:not(:disabled){box-shadow:0 4px 12px #1976d266;transform:translateY(-2px)}.btn-challenge:disabled{cursor:not-allowed;opacity:.5}@media (max-width:480px){.diceball-friend-selector{max-height:90vh;width:95%}.selector-header{padding:16px}.selector-header h2{font-size:20px}.selector-section{padding:16px}.selector-section h3{font-size:15px}.friend-item{padding:10px}.friend-avatar{height:40px;margin-right:10px;width:40px}.friend-name{font-size:14px}.friend-username{font-size:12px}.team-option-content{padding:14px}.team-icon{font-size:28px}.team-label{font-size:15px}.team-description{font-size:12px}.selector-actions{gap:8px;padding:16px}.selector-actions button{font-size:14px;padding:12px}}@media (min-width:768px){.diceball-friend-selector{max-width:600px}.selector-header{padding:24px}.selector-header h2{font-size:26px}.selector-section{padding:24px}.selector-section h3{font-size:18px}.friend-item{padding:14px}.friend-avatar{height:56px;margin-right:14px;width:56px}.friend-name{font-size:16px}.friend-username{font-size:14px}.team-option-content{padding:18px}.team-icon{font-size:36px}.team-label{font-size:17px}.team-description{font-size:14px}.selector-actions{padding:24px}.selector-actions button{font-size:16px;padding:16px}}.diceball-home-screen{background:#f7f5ee;margin:0 auto;max-width:800px;padding:16px}.diceball-header{align-items:center;background:#27ae60;border-radius:10px;box-shadow:1px 1px 4px #000;display:flex;justify-content:space-between;margin-bottom:24px;padding:20px}.diceball-title{color:#fff;font-family:Arial;font-size:28px;font-weight:700;margin:0}.btn-new-challenge{background:#006400;border:1px solid #385616;border-radius:5px;box-shadow:1px 1px 6px #000;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 20px}.btn-new-challenge:hover{background:#2e7d32}.btn-new-challenge:active{transform:translateY(1px)}.diceball-loading{color:#666;font-family:Arial;font-size:16px;padding:40px;text-align:center}.diceball-error{background:#ffebee;border-radius:10px;color:#c62828;font-family:Arial;font-size:14px;margin-bottom:16px;padding:12px 16px}.diceball-section{margin-bottom:32px}.diceball-section-title{color:#333;font-family:Arial;font-size:20px;font-weight:600;margin:0 0 16px}.diceball-challenges-list,.diceball-history-list{display:flex;flex-direction:column;gap:12px}.diceball-empty-state{color:#666;font-family:Arial;padding:60px 20px;text-align:center}.diceball-empty-icon{font-size:64px;margin-bottom:16px}.diceball-empty-state h3{color:#333;font-family:Arial;font-size:20px;font-weight:600;margin:0 0 8px}.diceball-empty-state p{color:#666;font-family:Arial;font-size:14px;margin:0}.diceball-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.diceball-modal{background:#5b872a;border-radius:10px;box-shadow:2px 2px 10px #000;font-family:Arial;max-height:80vh;max-width:500px;overflow-y:auto;padding:24px;width:90%}.diceball-modal h2{color:#fff;font-family:Arial;font-size:24px;font-weight:600;margin:0 0 16px}@media (max-width:480px){.diceball-home-screen{padding:12px}.diceball-header{align-items:stretch;flex-direction:column;gap:12px}.diceball-title{font-size:24px;text-align:center}.btn-new-challenge{width:100%}.diceball-section-title{font-size:18px}.diceball-empty-icon{font-size:48px}.diceball-empty-state h3{font-size:18px}}@media (min-width:768px){.diceball-home-screen{padding:24px}.diceball-title{font-size:32px}.btn-new-challenge{font-size:15px;padding:14px 24px}.diceball-section-title{font-size:22px}}.error-boundary{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.error-boundary-content{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;max-width:500px;padding:40px;text-align:center;width:100%}.error-icon{font-size:64px;margin-bottom:20px}.error-boundary-content h2{color:#1a1a1a;font-size:24px;font-weight:600;margin-bottom:12px}.error-message{color:#666;font-size:16px;line-height:1.5;margin-bottom:30px}.error-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.btn-home,.btn-retry{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;transition:all .2s ease}.btn-retry{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-retry:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-home{background:#f5f5f5;color:#333}.btn-home:hover{background:#e0e0e0}.error-details{background:#f5f5f5;border-radius:8px;font-size:12px;margin-top:30px;padding:16px;text-align:left}.error-details summary{color:#666;cursor:pointer;font-weight:600;margin-bottom:12px}.error-details pre{word-wrap:break-word;color:#d32f2f;margin:8px 0;white-space:pre-wrap}@media (max-width:600px){.error-boundary-content{padding:30px 20px}.error-icon{font-size:48px}.error-boundary-content h2{font-size:20px}.error-actions{flex-direction:column}.btn-home,.btn-retry{width:100%}}.autocomplete-container{position:relative;width:100%}.autocomplete-input{border:1px solid #ddd;border-radius:8px;box-sizing:border-box;font-size:16px;min-height:44px;padding:12px 16px;transition:border-color .2s;width:100%}.autocomplete-input:focus{border-color:#2196f3;outline:none}.autocomplete-input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.autocomplete-dropdown{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:1000}.autocomplete-options{list-style:none;margin:0;padding:0}.autocomplete-option{align-items:center;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;min-height:44px;padding:12px 16px;transition:background-color .15s}.autocomplete-option:last-child{border-bottom:none}.autocomplete-option:hover{background-color:#f5f5f5}.autocomplete-option.highlighted{background-color:#e3f2fd}.autocomplete-option:active{background-color:#bbdefb}.autocomplete-no-options{color:#666;font-size:14px;padding:16px;text-align:center}@media (max-width:768px){.autocomplete-dropdown{max-height:250px}.autocomplete-option{min-height:48px;padding:14px 16px}.autocomplete-input{font-size:16px}}@media (prefers-reduced-motion:reduce){.autocomplete-input,.autocomplete-option{transition:none}}@media (prefers-contrast:high){.autocomplete-input{border-width:2px}.autocomplete-option.highlighted{outline:2px solid #2196f3;outline-offset:-2px}}.autocomplete-input:focus-visible{outline:2px solid #2196f3;outline-offset:2px}.autocomplete-dropdown::-webkit-scrollbar{width:8px}.autocomplete-dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 8px 8px 0}.autocomplete-dropdown::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.autocomplete-dropdown::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.game-selector{background:#f9f9f9;border-radius:12px;margin:16px 0;padding:16px}.game-selector-header{margin-bottom:12px}.game-selector-header h3{color:#333;font-size:16px;font-weight:600;margin:0}.game-selector-list{display:flex;flex-direction:column;gap:8px}.game-selector-item{align-items:center;background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;cursor:pointer;display:flex;justify-content:space-between;min-height:44px;padding:14px;transition:transform .2s,box-shadow .2s}.game-selector-item:hover{box-shadow:0 2px 6px #0000001f;transform:translateX(4px)}.game-selector-item:active{transform:translateX(2px)}.game-selector-item:focus{outline:2px solid #2196f3;outline-offset:2px}.game-selector-item-main{flex:1 1}.game-selector-item-teams{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:8px}.game-selector-item-matchup{color:#333;font-size:15px;font-weight:600}.game-selector-item-score{color:#1976d2;font-size:16px;font-weight:700}.game-selector-item-details{display:flex;flex-direction:column;gap:4px}.game-selector-item-game-number{background:#e3f2fd;border-radius:4px;color:#1976d2;display:inline-block;font-size:12px;font-weight:600;padding:2px 8px;width:-webkit-fit-content;width:fit-content}.game-selector-item-status,.game-selector-item-time,.game-selector-item-venue{color:#666;font-size:13px}.game-selector-item-arrow{color:#ccc;font-size:24px;font-weight:300;margin-left:12px}.game-selector-loading{color:#666;padding:40px 20px;text-align:center}.game-selector-loading-spinner{animation:game-selector-spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#1976d2;display:inline-block;height:32px;margin-bottom:12px;width:32px}@keyframes game-selector-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.game-selector-loading p{font-size:14px;margin:0}.game-selector-error{background:#ffebee;border-radius:8px;color:#d32f2f;padding:24px 16px;text-align:center}.game-selector-error p{font-size:14px;margin:0}.game-selector-empty{color:#666;padding:40px 20px;text-align:center}.game-selector-empty-icon{font-size:48px;margin-bottom:12px}.game-selector-empty-text{color:#666;font-size:14px;margin:0}@media (max-width:480px){.game-selector,.game-selector-item{padding:12px}.game-selector-item-matchup{font-size:14px}.game-selector-item-score{font-size:15px}.game-selector-item-status,.game-selector-item-time,.game-selector-item-venue{font-size:12px}}@media (prefers-reduced-motion:reduce){.game-selector-item,.game-selector-loading-spinner{animation:none;transition:none}}@media (prefers-contrast:high){.game-selector-item{border:2px solid #333}.game-selector-item:focus{outline-width:3px}}.game-selector-item:focus-visible{outline:2px solid #2196f3;outline-offset:2px}.game-log-form-container{margin:0 auto;max-width:800px;padding:20px}.game-log-form-container h2{color:#333;font-size:28px;font-weight:700;margin:0 0 24px;text-align:center}.form-error{background-color:#fee;border-radius:6px;color:#c33;font-size:14px;margin-bottom:20px;padding:12px;text-align:center}.game-log-form{display:flex;flex-direction:column;gap:16px}.form-section{background:#f9f9f9;border-radius:8px;padding:16px}.form-section h3{color:#667eea;font-size:18px;font-weight:600;margin:0 0 12px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.form-group:last-child{margin-bottom:0}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:16px;min-height:44px;padding:10px 12px;transition:border-color .2s}.form-group input,.form-group input[type=date],.form-group textarea{background-color:#fff;box-sizing:border-box;max-width:100%;width:100%}.form-group input[type=date]{-webkit-appearance:none;appearance:none;color:#333}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group input:disabled,.form-group textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-group textarea{min-height:100px;resize:vertical}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:16px}.form-row .form-group,.form-row:last-child{margin-bottom:0}.scorecard-preview{border:2px solid #e0e0e0;border-radius:8px;margin-top:12px;overflow:hidden}.scorecard-preview img{display:block;height:auto;width:100%}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:8px}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;min-height:44px;min-width:120px;padding:14px 24px;transition:transform .2s,box-shadow .2s}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary:hover:not(:disabled){background:#f5f5ff;transform:translateY(-2px)}.btn-secondary:active:not(:disabled){transform:translateY(0)}.btn-secondary:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.game-log-form-container{padding:12px}.game-log-form-container h2{font-size:24px;margin-bottom:16px}.game-log-form{gap:12px}.form-section{padding:12px}.form-section h3{font-size:16px}.form-group,.form-section h3{margin-bottom:10px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse;padding-top:4px}.btn-primary,.btn-secondary{width:100%}}.form-group.has-error input,.form-group.has-error textarea{border-color:#dc3545}.field-error{color:#dc3545;font-size:.875rem;margin-top:.25rem}.btn-danger{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;min-height:44px;min-width:120px;padding:14px 24px;transition:transform .2s,box-shadow .2s}.btn-danger:hover:not(:disabled){background:#c82333;box-shadow:0 4px 12px #dc354566;transform:translateY(-2px)}.btn-danger:active:not(:disabled){transform:translateY(0)}.btn-danger:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.modal-content{padding:24px}.modal-actions{flex-direction:column-reverse}.modal-actions .btn-danger,.modal-actions .btn-secondary{width:100%}}.stats-grid{grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stats-grid .form-group{margin-bottom:0}.stats-grid input[type=number]{width:100%}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}}.box-score{-webkit-overflow-scrolling:touch;margin-top:6px;overflow-x:auto}.box-score-table{border-collapse:collapse;display:table;font-size:15px;width:100%}.box-score-row{display:table-row}.box-score-cell{color:#fff;display:table-cell;padding:4px 1px;text-align:center;vertical-align:middle}.box-score-header .box-score-cell{color:#ffffffe6;font-weight:600;padding-bottom:6px}.box-score-team-cell{max-width:45px;min-width:40px;padding-left:0;padding-right:6px;text-align:left}.box-score-team-name{color:#fff;font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.box-score-inning{font-size:12px;min-width:22px}.box-score-total{font-weight:600;min-width:24px}.box-score-runs{color:#fff}@media (max-width:480px){.box-score{margin-top:10px}.box-score-table{font-size:13px}.box-score-cell{padding:3px 1px}.box-score-team-name{font-size:13px;max-width:60px}.box-score-inning{font-size:11px;min-width:20px}.box-score-total{min-width:22px}}@media (min-width:768px){.box-score-table{font-size:16px}.box-score-cell{padding:5px 2px}.box-score-team-name{font-size:16px;max-width:100px}.box-score-inning{font-size:13px;min-width:26px}.box-score-total{min-width:28px}}.dropdown-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px;overflow:hidden}.dropdown-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;cursor:pointer;display:flex;justify-content:space-between;padding:16px 20px;transition:background-color .2s ease}.dropdown-header:hover{background-color:#e9ecef}.dropdown-header h3{color:#333;font-size:16px;font-weight:600;margin:0}.dropdown-icon{color:#666;font-size:14px;transition:transform .2s ease}.dropdown-content{animation:slideDown .2s ease;background-color:#fff;padding:20px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.empty-message{color:#999;font-style:italic;margin:0;text-align:center}@media (max-width:480px){.dropdown-header{padding:10px 14px}.dropdown-header h3{font-size:15px}.dropdown-content{padding:14px}}@media (min-width:768px){.dropdown-header{padding:14px 18px}.dropdown-header h3{font-size:18px}.dropdown-content{padding:18px}}.viewer-stats{gap:24px}.stats-group,.viewer-stats{display:flex;flex-direction:column}.stats-group{gap:12px}.stats-group h4{color:#666;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.stat-item{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;flex-direction:column;gap:4px;padding:10px 12px;transition:background-color .2s ease}.stat-item:hover{background-color:#e9ecef}.stat-label{color:#666;font-size:12px;font-weight:500}.stat-value{color:#333;font-size:18px;font-weight:600}@media (max-width:480px){.viewer-stats{gap:20px}.stats-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.stat-item{padding:8px 10px}.stat-label{font-size:11px}.stat-value{font-size:16px}.stats-group h4{font-size:13px}}@media (min-width:768px){.stats-grid{gap:14px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.stat-item{padding:12px 14px}.stat-label{font-size:13px}.stat-value{font-size:20px}.stats-group h4{font-size:15px}}.player-stats{padding:0}.player-stats-empty,.player-stats-error,.player-stats-loading{color:#666;font-size:14px;padding:20px;text-align:center}.player-stats-error{color:#e74c3c}.team-toggle{background:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;gap:8px;padding:12px}.team-toggle-btn{background:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#666;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:10px 16px;transition:all .2s ease}.team-toggle-btn:hover{background:#f8f9fa;border-color:#ccc}.team-toggle-btn.active{background:#007bff;border-color:#007bff;color:#fff}.batters-section,.pitchers-section{margin-bottom:24px}.team-divider{background:#e0e0e0;height:1px;margin:32px 0}.stats-table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}.stats-table{border-collapse:collapse;font-size:13px;min-width:600px;width:100%}.stats-table thead{background:#f8f9fa;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.stats-table th{color:#666;font-size:12px;font-weight:600;letter-spacing:.5px;padding:10px 8px;text-align:left;text-transform:uppercase}.stats-table th.player-col{color:#333;font-size:13px;font-weight:700;letter-spacing:0;min-width:140px;text-align:left;text-transform:none}.stats-table th:not(.player-col){text-align:center;width:45px}.stats-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .15s ease}.stats-table tbody tr:hover{background-color:#f8f9fa}.stats-table tbody tr.substitute{background-color:#fafafa}.stats-table td{color:#333;padding:10px 8px}.stats-table td.player-col{font-weight:500;text-align:left}.stats-table td:not(.player-col){font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:center}.sub-indicator{color:#999}.decision,.sub-indicator{font-size:11px;font-weight:400}.decision{color:#666}.no-batters,.no-pitchers{color:#999;font-size:13px;padding:20px;text-align:center}@media (max-width:768px){.team-toggle{gap:6px;padding:8px}.team-toggle-btn{font-size:13px;padding:8px 12px}.stats-table{font-size:12px}.stats-table td,.stats-table th{padding:8px 6px}.stats-table th.player-col{font-size:12px;min-width:120px}.stats-table th:not(.player-col){width:38px}}.game-log-detail{margin:0 auto;max-width:800px;padding:20px;position:relative}.loading{color:#666;font-size:18px;padding:40px;text-align:center}.error-message{border-radius:6px;font-size:14px;margin-bottom:20px;padding:12px;text-align:center}.detail-header{align-items:center;background:#fff;display:flex;justify-content:space-between;margin-bottom:24px;margin-left:-20px;margin-right:-20px;padding:16px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.detail-header h2{color:#333;font-size:28px;font-weight:700;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:36px;height:40px;justify-content:center;padding:0;transition:background-color .2s,color .2s;width:40px}.close-button:hover{background-color:#f0f0f0;color:#333}.detail-content{display:flex;flex-direction:column;gap:24px}.dropdown-sections{gap:12px;margin-top:8px}.dropdown-sections,.score-section{display:flex;flex-direction:column}.score-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 12px #00000026;color:#fff;gap:20px;padding:24px}.score-container{align-items:center;display:flex;gap:20px;justify-content:center}.score-section .team-score{align-items:center;display:flex;flex-direction:column;gap:8px}.score-section .team-label{color:#fff;font-size:12px;letter-spacing:1px;opacity:.9;text-transform:uppercase}.score-section .team-name{color:#fff;display:flex;flex-direction:column;font-size:24px;font-weight:700;text-align:center}.score-section .score{color:#fff;font-size:48px;font-weight:700;line-height:1;text-align:center}.score-divider{font-size:24px;opacity:.7}.game-info{border-top:1px solid #ffffff4d;display:flex;flex-direction:column;gap:10px;padding-top:16px;text-align:center}.game-info-line{font-size:14px;line-height:1.5;opacity:.95}.seat-info{align-items:flex-end;display:flex;font-size:13px;font-weight:400;gap:36px;justify-content:center;margin-top:2px;text-align:center}.seat-info>span{align-items:flex-end;display:inline-flex;gap:4px}.seat-label{line-height:1;padding-bottom:4px}.seat-info strong{font-size:25px;font-weight:700;line-height:1}.box-score-divider{background-color:#ffffff4d;height:1px}.detail-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px}.detail-section h3{border-bottom:2px solid #f0f0f0;color:#333;font-size:16px;font-weight:600;margin:0 0 12px;padding-bottom:8px}.detail-item{align-items:baseline;display:flex;gap:12px;margin-bottom:8px}.detail-item:last-child{margin-bottom:0}.detail-label{color:#666;font-size:14px;font-weight:600;min-width:100px}.detail-value{color:#333;flex:1 1;font-size:14px}.notes-text{color:#333;line-height:1.6;margin:0;white-space:pre-wrap}.scorecard-image{border:2px solid #e0e0e0;border-radius:8px;overflow:hidden}.scorecard-image img{display:block;height:auto;width:100%}.detail-actions{align-items:center;display:flex;position:static;z-index:10}.btn-danger,.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;min-height:44px;min-width:120px;padding:14px 24px;transition:transform .2s,box-shadow .2s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#fff;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#f5f5ff;transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333;box-shadow:0 4px 12px #dc354566;transform:translateY(-2px)}.btn-danger:active{transform:translateY(0)}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:400px;padding:32px;width:100%}.modal-content h3{color:#333;font-size:24px;font-weight:700;margin:0 0 16px}.modal-content p{color:#666;line-height:1.6;margin:0 0 24px}.modal-actions{display:flex;gap:12px;justify-content:flex-end}@media (max-width:768px){.game-log-detail{padding:12px}.detail-header h2{font-size:22px}.score-section{gap:16px;padding:16px 12px}.score-container{gap:12px}.score-section .team-name{color:#fff;font-size:18px}.score-section .score{color:#fff;font-size:32px}.score-divider{font-size:18px}.game-info{gap:8px;padding-top:12px}.game-info-line,.seat-info{font-size:12px}.seat-info{gap:30px}.seat-info strong{font-size:22px}.seat-label{padding-bottom:3px}.detail-section{padding:12px}.detail-section h3{font-size:15px;margin-bottom:10px}.detail-item{flex-direction:column;gap:2px;margin-bottom:10px}.detail-label{min-width:auto}.detail-label,.detail-value{font-size:13px}.detail-actions{flex-direction:column}.btn-danger,.btn-primary,.btn-secondary{width:100%}.modal-content{padding:24px}.modal-actions{flex-direction:column-reverse}.modal-actions .btn-danger,.modal-actions .btn-secondary{width:100%}}.score-section{-webkit-touch-callout:none;cursor:pointer;position:relative;touch-action:manipulation;-webkit-user-select:none;user-select:none}.score-section .share-hint{animation:fadeInOut 2s ease-in-out;background:#000c;border-radius:8px;color:#fff;font-size:14px;font-weight:600;left:50%;padding:12px 24px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}20%{opacity:1;transform:translate(-50%,-50%) scale(1)}80%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.9)}}.game-user-info{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;gap:12px;margin-bottom:16px;padding:12px 16px;transition:background-color .2s,transform .2s}.game-user-info:hover{background-color:#f9f9f9;transform:translateY(-2px)}.game-user-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;overflow:hidden;width:48px}.game-user-avatar img{height:100%;object-fit:cover;width:100%}.game-user-initials{color:#fff;font-size:18px;font-weight:600}.game-user-details{flex:1 1;min-width:0}.game-user-name{color:#333;font-size:16px;font-weight:600;margin-bottom:2px}.game-user-name,.game-user-username{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-user-username{color:#666;font-size:14px}@media (max-width:768px){.game-user-info{margin-bottom:12px;padding:10px 12px}.game-user-avatar{height:40px;width:40px}.game-user-initials{font-size:16px}.game-user-name{font-size:15px}.game-user-username{font-size:13px}}.share-profile-screen{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.share-profile-container{max-width:500px;width:100%}.share-profile-error,.share-profile-loading{color:#fff;font-size:18px;padding:40px;text-align:center}.share-profile-actions{margin-top:20px;text-align:center}.share-profile-button{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;color:#667eea;display:inline-block;font-weight:600;padding:12px 32px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.share-profile-button:hover{box-shadow:0 6px 16px #0003;transform:translateY(-2px)}.share-profile-button:active{transform:translateY(0)}.grass{background:repeating-linear-gradient(30deg,#39541a,#39541a 25px,#5b872a 30px,#5b872a 70px)}.dirt{background:#8a480d}#baseball-field{border-radius:40% 10% 0 10%;box-shadow:1px 1px 4px #000;height:300px;margin:0 auto;transform:rotate(45deg);width:300px}#infield-dirt{border-radius:60% 0 0 0;bottom:0;height:220px;position:absolute;right:0;width:220px}#infield-grass{bottom:18px;height:140px;position:absolute;right:18px;width:140px}#pitcher{border-radius:50%;height:60px;margin-left:33px;margin-top:33px;width:60px}#grass-cutout-top{border-radius:50% 10% 50% 10%;left:-15px;top:-15px}#grass-cutout-bottom,#grass-cutout-top{height:42px;position:absolute;width:42px}#grass-cutout-bottom{border-radius:40% 10% 40% 10%;bottom:-18px;right:-18px}.field-base{background:#d3d3d3;border:3px solid #fff;border-radius:50%;height:24px;position:absolute;width:24px}#first-base{right:12px;top:12px}#second-base{left:42px;top:42px}#third-base{bottom:12px;left:12px}@media (max-width:480px){#baseball-field{height:250px;width:250px}#infield-dirt{height:145px;width:145px}#infield-grass{bottom:12px;height:95px;right:12px;width:95px}#pitcher{height:40px;margin-left:22px;margin-top:22px;width:40px}#grass-cutout-top{height:28px;left:-10px;top:-10px;width:28px}#grass-cutout-bottom{bottom:-12px;height:28px;right:-12px;width:28px}.field-base{border-width:2px;height:16px;width:16px}#first-base{right:8px;top:8px}#second-base{left:28px;top:28px}#third-base{bottom:8px;left:8px}}@media (min-width:768px){#baseball-field{height:280px;width:280px}#infield-dirt{height:205px;width:205px}#infield-grass{bottom:17px;height:130px;right:17px;width:130px}#pitcher{height:56px;margin-left:30px;margin-top:30px;width:56px}#grass-cutout-top{height:40px;left:-14px;top:-14px;width:40px}#grass-cutout-bottom{bottom:-17px;height:40px;right:-17px;width:40px}.field-base{border-width:3px;height:22px;width:22px}#first-base{right:12px;top:12px}#second-base{left:40px;top:40px}#third-base{bottom:12px;left:12px}}.scoreboard{background:#27ae60;border:5px solid #006400;border-radius:10px;box-shadow:1px 1px 4px #000;font-family:Arial;height:90px;margin:30px auto 10px;max-width:400px;overflow:hidden;position:relative;width:90%}.scoreboard .scoreboard-header{display:none}.scoreboard .scoreboard-main{margin:0 auto;padding-top:8px;width:92%}.scoreboard .score-table{border-collapse:collapse;color:#fff;font-family:Arial;font-size:18px;table-layout:fixed;width:98%}.scoreboard .score-table td,.scoreboard .score-table th{font-size:16px;padding:2px;text-align:center}.scoreboard .score-table td.divider,.scoreboard .score-table th.divider{background:#0000;border:none;padding:0;width:5px}.scoreboard .score-table .screen{background:#000;border:1px solid gray;color:#fff;font-family:Courier New,monospace;font-size:16px;letter-spacing:1px;padding:3px 1px;text-align:center}.scoreboard .team-icon,.scoreboard .team-label,.scoreboard .team-name{display:none}.scoreboard .scoreboard-footer{display:none}@media (max-width:480px){.scoreboard{height:80px;width:95%}.scoreboard .score-table{font-size:14px}.scoreboard .score-table td,.scoreboard .score-table th{font-size:13px;padding:1px}.scoreboard .score-table .screen{font-size:13px;padding:2px 1px}}@media (min-width:768px){.scoreboard{height:100px;max-width:500px}.scoreboard .score-table{font-size:20px}.scoreboard .score-table .screen,.scoreboard .score-table td,.scoreboard .score-table th{font-size:18px}}@media (prefers-reduced-motion:reduce){.scoreboard{transition:none!important}}.middle-scoreboard{align-items:center;background:#000;border:4px solid gray;border-radius:10px;box-shadow:1px 1px 4px #000;display:flex;height:40px;justify-content:center;left:50%;margin-bottom:75px;max-width:400px;overflow:hidden;position:relative;text-align:center;transform:translate(-50%);width:90%}#outcome{animation:fadeIn .5s ease-in-out;color:#fff;font-family:Courier New,monospace;font-size:24px;letter-spacing:2px;white-space:nowrap}.lcd-text{font-family:Courier New,Courier,monospace!important;letter-spacing:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bottom-scoreboard{background:#27ae60;border:5px solid #006400;border-radius:10px;bottom:80px;box-shadow:1px 1px 4px #000;height:117px;left:50%;margin-bottom:2.5%;max-width:500px;position:fixed;transform:translate(-50%);width:92%;z-index:10000}.scoreboard-diamond{background:#8a480d;border-radius:10% 10% 0 10%;float:left;height:60px;margin:20px 4% 2% 5%;position:relative;transform:rotate(45deg);width:60px}.scoreboard-diamond-home{background:#fff;border-radius:75% 0 0 0;bottom:0;height:12px;position:absolute;right:0;width:12px;z-index:100000}.scoreboard-diamond-base{background:#d3d3d3;border:2px solid #fff;border-radius:50%;height:8px;position:absolute;width:8px}#base1{right:0;top:0}#base2{left:0;top:0}#base3{bottom:0;left:0}.current-inning{float:left;margin-left:2%;margin-top:19px}.inning-number{color:#fff;font-family:Arial;font-size:40px;margin-bottom:0;margin-top:0}.current-inning-circle{background:#d3d3d3;border:3px solid #fff;border-radius:50%;height:10px;width:10px}.out-circles{bottom:6px;left:5%;position:absolute}.current-out-circle{background:#d3d3d3;border:3px solid #fff;border-radius:50%;float:left;height:10px;margin-right:10px;width:10px}#out1{margin-left:8px}.illuminated-base{background:gold!important;box-shadow:0 0 8px gold}@media (max-width:480px){.middle-scoreboard{height:35px;width:95%}#outcome{font-size:24px;margin-top:5px}.bottom-scoreboard{height:100px;width:95%}.scoreboard-diamond{height:50px;margin-top:15px;width:50px}.current-inning{margin-top:15px}.inning-number{font-size:32px}.current-inning-circle,.current-out-circle{border-width:2px;height:8px;width:8px}}@media (min-width:768px){.middle-scoreboard{height:45px;max-width:500px}#outcome{font-size:34px;margin-top:8px}.bottom-scoreboard{height:130px;max-width:600px}.scoreboard-diamond{height:70px;margin-top:22px;width:70px}.current-inning{margin-top:22px}.inning-number{font-size:48px}.current-inning-circle,.current-out-circle{border-width:4px;height:12px;width:12px}}.dice-roller{-webkit-tap-highlight-color:transparent;background:#000;border:2px solid gray;border-radius:5px;cursor:pointer;height:85px;padding:0;position:absolute;right:10px;top:50%;touch-action:manipulation;transform:translateY(-50%);width:176px}.dice-container,.dice-roller{align-items:center;display:flex;gap:2px;justify-content:center}.dice-container,.die{pointer-events:none}.die{display:block;height:auto;margin:2px;width:82px}.die.rolling{animation:rollDice .5s ease}@keyframes rollDice{0%{transform:rotate(0deg)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(1turn)}}.btn-roll,.result-label,.result-value,.roll-hint,.roll-result{display:none}.dice-cover{background-color:#00000080;border-radius:5px;cursor:not-allowed;height:85px;left:0;pointer-events:all;position:absolute;top:0;width:176px;z-index:10}.dice-cover.hide{transform:scale(0)}@media (max-width:480px){.dice-roller{gap:16px;padding:20px}.dice-container{gap:16px}.die{border-width:2px;font-size:52px;height:64px;width:64px}.roll-result{padding:10px 16px}.result-label{font-size:11px}.btn-roll,.result-value{font-size:16px}.btn-roll{padding:14px 40px}.roll-hint{font-size:13px}}@media (min-width:768px){.dice-roller{gap:24px;padding:32px}.dice-container{gap:24px}.die{border-width:4px;font-size:76px;height:96px;width:96px}.roll-result{padding:14px 24px}.result-label{font-size:13px}.btn-roll,.result-value{font-size:20px}.btn-roll{padding:18px 56px}.roll-hint{font-size:15px}}@media (prefers-reduced-motion:reduce){.die.rolling{animation:none!important}.btn-roll:active:not(:disabled),.btn-roll:hover:not(:disabled){transform:none}}.diceball-game-screen{background:#f7f5ee;margin:0 auto;max-width:800px;min-height:100vh;padding:20px 20px 220px}.main-field{float:left;margin-bottom:20px;margin-top:20px;width:100%}.btn-back-home,.btn-forfeit{background:#006400;border:1px solid #385616;border-radius:5px;bottom:20px;box-shadow:1px 1px 6px #000;color:#fff;cursor:pointer;font-family:Arial;font-size:16px;font-weight:600;left:50%;padding:12px 32px;position:fixed;transform:translateX(-50%);z-index:9999}.btn-back-home:hover,.btn-forfeit:hover{background:#2e7d32}.btn-back-home:active,.btn-forfeit:active{transform:translateX(-50%) translateY(1px)}.game-loading{align-items:center;display:flex;flex-direction:column;font-family:Arial;gap:16px;justify-content:center;min-height:400px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e0e0e0;border-radius:50%;border-top-color:#27ae60;height:48px;width:48px}.game-loading p{color:#666;font-family:Arial;font-size:16px;margin:0}@media (max-width:480px){.diceball-game-screen{padding:12px 12px 120px}.main-field{margin-bottom:15px;margin-top:15px}.game-loading{min-height:300px}.loading-spinner{border-width:3px;height:40px;width:40px}.game-loading p{font-size:14px}}@media (min-width:768px){.diceball-game-screen{padding:32px 32px 160px}.main-field{margin-bottom:30px;margin-top:30px}.game-loading{min-height:500px}.loading-spinner{border-width:5px;height:56px;width:56px}.game-loading p{font-size:18px}}@media (prefers-reduced-motion:reduce){.loading-spinner{animation:spin 3s linear infinite}}.admin-login-screen{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:16px}.admin-login-container{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;max-width:400px;overflow:hidden;width:100%}.admin-login-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:32px 24px;text-align:center}.admin-login-header h1{font-size:28px;font-weight:700;margin:0 0 8px}.admin-login-header p{font-size:14px;margin:0;opacity:.9}.admin-login-error{background-color:#fee;border-left:4px solid #c33;border-radius:8px;color:#c33;font-size:14px;margin:16px 24px 0;padding:12px 16px}.admin-login-form{padding:32px 24px 24px}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-group input{border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:16px;min-height:44px;padding:12px;transition:border-color .2s;width:100%}.form-group input:focus{border-color:#667eea;outline:none}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.admin-login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:8px;min-height:44px;padding:14px 24px;transition:all .2s;width:100%}.admin-login-button:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.admin-login-button:active:not(:disabled){transform:translateY(0)}.admin-login-button:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:480px){.admin-login-screen{padding:12px}.admin-login-header{padding:24px 20px}.admin-login-header h1{font-size:24px}.admin-login-form{padding:24px 20px 20px}}.whitelist-manager-screen{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:24px}.whitelist-manager-container{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;margin:0 auto;max-width:900px;overflow:hidden}.whitelist-manager-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:32px 24px}.header-content h1{font-size:28px;font-weight:700;margin:0 0 8px}.header-content p{font-size:14px;margin:0;opacity:.9}.logout-button{background:#0000;border:2px solid #fff;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;min-height:40px;padding:10px 20px;transition:all .2s}.logout-button:hover{background:#fff;color:#667eea}.whitelist-manager-content{padding:32px 24px}.add-email-section{border-bottom:2px solid #f0f0f0;margin-bottom:32px;padding-bottom:32px}.add-email-section h2{color:#333;font-size:20px;font-weight:600;margin:0 0 16px}.add-email-form{display:flex;gap:12px}.email-input{border:2px solid #e0e0e0;border-radius:8px;flex:1 1;font-family:inherit;font-size:16px;min-height:44px;padding:12px 16px;transition:border-color .2s}.email-input:focus{border-color:#667eea;outline:none}.email-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.add-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-height:44px;padding:12px 24px;transition:all .2s;white-space:nowrap}.add-button:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.add-button:active:not(:disabled){transform:translateY(0)}.add-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.message-box{border-left:4px solid;border-radius:8px;font-size:14px;margin-bottom:24px;padding:12px 16px}.error-message{background-color:#fee;border-color:#c33;color:#c33}.success-message{background-color:#efe;border-color:#2a7;color:#2a7}.whitelist-section{margin-top:32px}.whitelist-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.whitelist-header h2{color:#333;font-size:20px;font-weight:600;margin:0}.email-count{background:#f5f5f5;border-radius:20px;color:#666;font-size:14px;font-weight:600;padding:6px 12px}.loading-state{color:#666;padding:48px 24px;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f0f0f0;border-radius:50%;border-top-color:#667eea;height:40px;margin:0 auto 16px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-state p{font-size:16px;margin:0}.empty-state{color:#666;padding:48px 24px;text-align:center}.empty-state p{font-size:16px;margin:0 0 8px}.empty-state-hint{color:#999;font-size:14px}.email-list{display:flex;flex-direction:column;gap:12px}.email-item{align-items:center;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;padding:16px;transition:all .2s}.email-item:hover{background:#f5f5f5;border-color:#d0d0d0}.email-info{flex:1 1;min-width:0}.email-address{color:#333;font-size:16px;font-weight:600;margin-bottom:6px;word-break:break-all}.email-metadata{align-items:center;color:#666;display:flex;flex-wrap:wrap;font-size:13px;gap:8px}.metadata-item strong{color:#333}.metadata-separator{color:#ccc}.remove-button{background:#fff;border:2px solid #e74c3c;border-radius:6px;color:#e74c3c;cursor:pointer;font-size:14px;font-weight:600;margin-left:16px;padding:8px 16px;transition:all .2s;white-space:nowrap}.remove-button:hover{background:#e74c3c;color:#fff}.remove-button:active{transform:scale(.95)}@media (max-width:768px){.whitelist-manager-screen{padding:16px}.whitelist-manager-header{align-items:flex-start;flex-direction:column;gap:16px}.logout-button{width:100%}.whitelist-manager-content{padding:24px 16px}.add-email-form{flex-direction:column}.add-button{width:100%}.email-item{align-items:flex-start;flex-direction:column;gap:12px}.remove-button{margin-left:0;width:100%}.email-metadata{align-items:flex-start;flex-direction:column;gap:4px}.metadata-separator{display:none}}@media (max-width:480px){.whitelist-manager-header{padding:24px 16px}.header-content h1{font-size:24px}.whitelist-header{align-items:flex-start;flex-direction:column;gap:12px}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}