@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap";#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;min-width:320px;overflow-x:hidden;color:#eef5ff}.app{min-height:100vh;position:relative}.app:before{content:"";position:fixed;inset:0;z-index:-1;transition:opacity .8s ease}.app.weather-default:before{background:radial-gradient(ellipse 100% 55% at 50% -8%,rgba(99,102,241,.08) 0%,transparent 65%),linear-gradient(165deg,#060f1d,#0b1829 55%,#101f30)}.glass-card{background:#ffffff0e;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.1);border-radius:24px;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff12}.header{padding:24px 40px;color:#fff}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:12px}.header-location{display:flex;align-items:center;gap:6px;font-size:.875rem;font-weight:500;color:#d2e4ffb8;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:7px 14px}.header-location svg{width:14px;height:14px;opacity:.6;flex-shrink:0}.header-date{font-size:.78rem;color:#d2e4ff61;margin-left:4px;font-weight:400}.header-right{display:flex;align-items:center;gap:12px}.header-btn{padding:9px 20px;background:#ffffff12;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#d2e4ffb8;border:1px solid rgba(255,255,255,.1);border-radius:50px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s,border-color .2s;display:flex;align-items:center;gap:8px;font-family:inherit}.header-btn:hover{background:#ffffff1f;color:#eef5ff;border-color:#ffffff29}.container{max-width:1400px;margin:0 auto;padding:0 40px 56px}.weather-hero{display:grid;grid-template-columns:3fr 2fr;gap:20px;margin-bottom:20px}.current-weather{padding:40px;color:#fff;min-height:420px;display:flex;flex-direction:column;justify-content:flex-end}.current-weather-with-photo{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.current-weather-overlay{position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,#060f1d26,#060f1d80 55%,#060f1de0 82%,#060f1df7);pointer-events:none;transition:background .6s ease}.current-weather-overlay.overlay-sunny{background:linear-gradient(180deg,#28160014,#140a0024 30%,#060f1d80 62%,#060f1de0 82%,#060f1df7)}.current-weather-overlay.overlay-cloudy{background:linear-gradient(180deg,#080e1c4d,#060f1d8c 55%,#060f1de6 82%,#060f1df7)}.current-weather-overlay.overlay-rain{background:linear-gradient(180deg,#0412306b,#060f1d9e 55%,#060f1deb 82%,#060f1dfa)}.current-weather-overlay.overlay-drizzle{background:linear-gradient(180deg,#06142c59,#060f1d94 55%,#060f1de8 82%,#060f1dfa)}.current-weather-overlay.overlay-snow{background:linear-gradient(180deg,#16223a52,#0a142880 55%,#060f1de6 82%,#060f1df7)}.current-weather-content{position:relative;z-index:1}.temperature-display{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.temperature-main{font-size:7.5rem;font-weight:200;line-height:1;letter-spacing:-6px;color:#eef5ff}.temperature-unit{font-size:2.5rem;font-weight:300;opacity:.65;margin-top:14px}.temperature-range{display:flex;gap:8px;margin-top:20px;align-self:flex-end;margin-bottom:8px}.temp-high,.temp-low{display:flex;align-items:center;gap:6px;padding:5px 12px;background:#ffffff1f;border-radius:8px;font-size:.85rem;font-weight:500}.weather-condition{font-size:2rem;font-weight:400;margin-bottom:8px;line-height:1.2;letter-spacing:-.5px;color:#eef5ff}.weather-description{font-size:.95rem;color:#d2e4ffad;max-width:380px;line-height:1.6}.sport-grade-card{padding:28px;color:#fff;display:flex;flex-direction:column}.sport-grade-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.sport-grade-title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:1.1px;color:#d2e4ff61}.sport-selector-mini{display:flex;gap:6px}.sport-btn{padding:7px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#d2e4ff99;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s,border-color .2s;display:flex;align-items:center;gap:5px;font-family:inherit}.sport-btn:hover{background:#ffffff1a;color:#eef5ff}.sport-btn.active{background:#6366f124;border-color:#6366f16b;color:#6366f1;font-weight:600}.sport-btn:disabled{opacity:.5;cursor:not-allowed}.grade-display{text-align:center;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 0 20px}.grade-circle{width:164px;height:164px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;position:relative;background:conic-gradient(var(--grade-color) calc(var(--grade-percent) * 1%),rgba(255,255,255,.07) calc(var(--grade-percent) * 1%));box-shadow:0 0 40px #00000073,0 0 20px color-mix(in srgb,var(--grade-color, transparent) 32%,transparent)}.grade-circle:before{content:"";position:absolute;width:128px;height:128px;border-radius:50%;background:#060f1ded;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.grade-value{position:relative;font-size:3.25rem;font-weight:700;color:#eef5ff;letter-spacing:-2px}.grade-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.9px;color:#d2e4ff6b;margin-bottom:12px}.grade-recommendation{font-size:.95rem;color:#d2e4ffd1;line-height:1.55;max-width:260px;margin:0 auto;font-weight:500}.day-selector{display:flex;gap:8px;margin-bottom:20px;overflow-x:auto;padding-bottom:2px;-ms-overflow-style:none;scrollbar-width:none}.day-selector::-webkit-scrollbar{display:none}.day-button{padding:9px 20px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#d2e4ff9e;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s,border-color .2s;white-space:nowrap;font-family:inherit}.day-button:hover{background:#ffffff1a;color:#eef5ff}.day-button.active{background:#6366f124;border-color:#6366f16b;color:#6366f1;font-weight:600}.view-switcher{display:inline-flex;gap:3px;margin-bottom:20px;padding:4px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:14px}.view-button{padding:9px 22px;background:transparent;border:1px solid transparent;border-radius:10px;color:#d2e4ff6b;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s,border-color .2s;font-family:inherit}.view-button:hover{color:#d2e4ffc7}.view-button.active{background:#6366f124;border-color:#6366f161;color:#6366f1}.forecast-section{padding:28px;color:#fff}.periods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.period-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:22px;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s;position:relative;overflow:hidden}.period-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--grade-color);border-radius:18px 18px 0 0;opacity:.75}.period-card:hover{background:#ffffff14;transform:translateY(-3px);box-shadow:0 12px 36px #00000047}.period-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.period-label{font-size:1rem;font-weight:600;display:flex;align-items:center;gap:10px;color:#eef5ff}.period-icon{font-size:1.4rem}.period-grade{font-size:1.1rem;font-weight:700;width:46px;height:46px;border-radius:50%;border:2.5px solid currentColor;background:#060f1de0;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.period-time{font-size:.8rem;color:#d2e4ff6b;font-weight:500;margin-bottom:10px}.period-explanation{font-size:.875rem;color:#d2e4ffb3;line-height:1.5;margin-bottom:12px}.period-click-hint{font-size:.78rem;color:#6366f1b8;font-weight:500}.grades-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px}.grade-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:18px;transition:background .2s,transform .2s;position:relative;overflow:hidden;color:#fff}.grade-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--grade-color);opacity:.65}.grade-card:hover{background:#ffffff14;transform:translateY(-2px)}.grade-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.grade-time{font-size:.875rem;font-weight:600;color:#d2e4ffd1;background:#ffffff14;border-radius:7px;padding:3px 10px}.grade-value-small{font-size:1.7rem;font-weight:700;letter-spacing:-.5px}.grade-details{font-size:.8rem;color:#d2e4ff9e}.weather-info{display:flex;flex-direction:column;gap:5px}.weather-info span{display:flex;align-items:center;gap:5px}.grade-explanation{margin-top:10px;font-size:.775rem;color:#d2e4ff6b;line-height:1.4}.back-button{padding:8px 18px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#d2e4ffad;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s;margin-bottom:20px;font-family:inherit}.back-button:hover{background:#ffffff1a;color:#eef5ff}.summary{margin-bottom:20px}.summary h2{font-size:1.25rem;font-weight:600;color:#eef5ff;margin-bottom:10px}.best-time{display:inline-flex;align-items:center;gap:10px;padding:9px 18px;background:#4ade801a;border:1px solid rgba(74,222,128,.22);border-radius:10px;color:#4ade80}.best-time-label{font-weight:600;font-size:.875rem}.best-time-value{font-size:.875rem;opacity:.88}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{position:relative;overflow:hidden}.skeleton-line,.skeleton-circle{display:block;background:linear-gradient(90deg,#ffffff0d,#ffffff1a,#ffffff0d);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:8px}.skeleton-circle{border-radius:50%}.skeleton-sport-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.skeleton-title{width:90px;height:18px}.skeleton-sport-buttons{display:flex;gap:6px}.skeleton-btn{width:90px;height:34px;border-radius:20px}.skeleton-grade-circle{display:flex;justify-content:center;padding:16px 0 24px}.skeleton-circle{width:144px;height:144px}.skeleton-label{width:110px;height:15px;margin:0 auto 14px}.skeleton-recommendation{width:80%;height:14px;max-width:230px;margin:0 auto}.skeleton-view-switcher{display:flex;gap:6px;margin-bottom:20px}.skeleton-view-btn{width:100px;height:38px;border-radius:10px}.skeleton-day-selector{display:flex;gap:8px;margin-bottom:20px}.skeleton-day{width:100px;height:38px;border-radius:20px}.skeleton-periods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.skeleton-period-card{height:130px;border-radius:18px}.error{background:#ef44441a;border:1px solid rgba(239,68,68,.22);color:#fca5a5;padding:16px 20px;border-radius:14px;text-align:center;margin-bottom:20px}.no-location-card{text-align:center;padding:72px 40px;color:#fff;max-width:480px;margin:80px auto}.no-location-icon{font-size:2rem;width:72px;height:72px;border-radius:50%;background:#6366f11a;border:1px solid rgba(99,102,241,.28);display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.no-location-card h2{font-size:1.6rem;font-weight:600;margin-bottom:12px;color:#eef5ff}.no-location-card p{font-size:1rem;color:#d2e4ffa6;margin-bottom:28px;line-height:1.6}.primary-btn{padding:13px 36px;background:#6366f1;border:none;border-radius:50px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s;font-family:inherit}.primary-btn:hover{background:#a5b4fc;transform:translateY(-2px);box-shadow:0 8px 24px #6366f147}.settings-card{background:#ffffff0e;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.1);border-radius:24px;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff12;padding:36px;color:#fff;max-width:760px;margin:0 auto}.settings-section{margin-bottom:32px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.07)}.settings-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.settings-section h2{font-size:1.05rem;font-weight:600;margin-bottom:5px;color:#eef5ff}.settings-description{font-size:.85rem;color:#d2e4ff73;margin-bottom:18px}.current-location{display:inline-block;background:#4ade801a;border:1px solid rgba(74,222,128,.22);color:#4ade80;padding:7px 14px;border-radius:10px;margin-bottom:14px;font-size:.875rem;font-weight:500}.location-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.location-buttons button{padding:8px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#d2e4ffad;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s,border-color .2s;font-family:inherit}.location-buttons button:hover{background:#ffffff1a;color:#eef5ff}.location-buttons button.active{background:#6366f124;border-color:#6366f166;color:#6366f1;font-weight:600}.custom-location{display:flex;gap:10px}.custom-location input{flex:1;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#eef5ff;font-size:.9rem;outline:none;transition:border-color .2s,background .2s;font-family:inherit}.custom-location input::placeholder{color:#d2e4ff52}.custom-location input:focus{border-color:#6366f16b;background:#ffffff14}.custom-location button{padding:12px 24px;background:#6366f1;border:none;border-radius:12px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s;font-family:inherit;white-space:nowrap}.custom-location button:hover:not(:disabled){background:#a5b4fc}.custom-location button:disabled{opacity:.35;cursor:not-allowed}.sport-tabs{display:flex;gap:3px;margin-bottom:20px;padding:4px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:14px}.sport-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:transparent;border:1px solid transparent;border-radius:10px;color:#d2e4ff7a;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s,border-color .2s;font-family:inherit}.sport-tab:hover{color:#d2e4ffd1}.sport-tab.active{background:#6366f124;border-color:#6366f161;color:#6366f1}.sport-tab-icon{font-size:1.2rem}.sport-settings{background:#0000001f;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:24px}.sport-settings h3{font-size:.95rem;font-weight:600;margin-bottom:22px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.07);color:#eef5ff}.setting-group{margin-bottom:22px}.setting-group:last-child{margin-bottom:0}.setting-group h4{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#d2e4ff8c;margin-bottom:12px}.setting-description{font-size:.82rem;color:#d2e4ff61;margin-bottom:12px}.settings-title{font-size:1.5rem;font-weight:600}.sport-settings-footer{display:flex;justify-content:flex-end;margin-top:8px}.slider-group{margin-bottom:16px}.slider-group label{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#d2e4ff9e;margin-bottom:8px}.slider-group label strong{color:#eef5ff;font-weight:700}.slider{width:100%;height:5px;border-radius:3px;background:#ffffff1f;outline:none;-webkit-appearance:none;appearance:none;cursor:pointer}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#eef5ff;cursor:pointer;box-shadow:0 2px 8px #0000004d;transition:transform .15s ease}.slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#eef5ff;cursor:pointer;border:none}.slider-ideal::-webkit-slider-thumb{background:#4ade80}.slider-ideal::-moz-range-thumb{background:#4ade80}.slider-labels{display:flex;justify-content:space-between;margin-top:6px;font-size:.75rem;color:#d2e4ff4d}.radio-group{display:flex;flex-direction:column;gap:10px}.radio-option{display:flex;align-items:center;padding:14px 18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;cursor:pointer;transition:background .2s,border-color .2s}.radio-option:hover{background:#ffffff12}.radio-option.selected{background:#6366f11a;border-color:#6366f14d}.radio-option input[type=radio]{display:none}.radio-label{display:flex;align-items:center;gap:14px;width:100%}.radio-icon{font-size:1.5rem;width:36px;text-align:center;flex-shrink:0}.radio-text{display:flex;flex-direction:column;gap:3px}.radio-text strong{font-size:.9rem;font-weight:600;color:#eef5ff}.radio-text small{font-size:.8rem;color:#d2e4ff7a}.settings-footer{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.07);margin-top:24px}.auto-save-notice{display:flex;align-items:center;gap:10px;font-size:.85rem;color:#4ade80}.auto-save-notice:before{content:"✓";display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#4ade802e;border-radius:50%;font-size:.72rem}@media(max-width:960px){.weather-hero{grid-template-columns:1fr}.temperature-main{font-size:5.5rem}}@media(max-width:768px){.header{padding:16px 20px}.container{padding:0 20px 28px}.temperature-main{font-size:4.5rem}.weather-condition{font-size:1.6rem}.current-weather,.sport-grade-card,.forecast-section{padding:22px}.periods-grid{grid-template-columns:1fr}.grades-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.sport-tabs{flex-direction:column}.sport-selector-mini{flex-wrap:wrap;justify-content:flex-end}.settings-card{padding:22px;margin:0 16px;border-radius:20px}.settings-footer{flex-direction:column;gap:14px;text-align:center}}.theme-toggle-btn{padding:9px;min-width:38px;justify-content:center}[data-theme=light] body{color:#0d1f35}[data-theme=light] .app.weather-default:before{background:radial-gradient(ellipse 100% 55% at 50% -8%,rgba(99,102,241,.16) 0%,transparent 65%),linear-gradient(165deg,#f0f7ff,#e6f1ff 55%,#dceafc)}[data-theme=light] .glass-card{background:#ffffffd1;border-color:#0d28501f;box-shadow:0 8px 32px #0000001a,inset 0 1px #fffffff2}[data-theme=light] .header-location{color:#0d2850cc;background:#0d28500f;border-color:#0d28501f}[data-theme=light] .header-date{color:#0d285073}[data-theme=light] .header-btn{color:#0d2850cc;background:#0d28500f;border-color:#0d28501f}[data-theme=light] .header-btn:hover{background:#0d28501c;color:#0d1f35;border-color:#0d28502e}[data-theme=light] .current-weather.glass-card{background:#0a142ae0;border-color:#ffffff1f;box-shadow:0 8px 32px #00000059,inset 0 1px #ffffff14}[data-theme=light] .sport-grade-card{color:#0d1f35}[data-theme=light] .sport-grade-title{color:#0d28507a}[data-theme=light] .sport-btn{background:#0d28500d;border-color:#0d285021;color:#0d2850ad}[data-theme=light] .sport-btn:hover{background:#0d285017;color:#0d1f35}[data-theme=light] .grade-circle{background:conic-gradient(var(--grade-color) calc(var(--grade-percent) * 1%),rgba(13,40,80,.1) calc(var(--grade-percent) * 1%))}[data-theme=light] .grade-circle:before{background:#eef7fff7}[data-theme=light] .grade-value{color:#0d1f35}[data-theme=light] .grade-label{color:#0d285080}[data-theme=light] .grade-recommendation{color:#0d2850d6}[data-theme=light] .day-button{background:#0d28500d;border-color:#0d28501f;color:#0d2850ad}[data-theme=light] .day-button:hover{background:#0d285017;color:#0d1f35}[data-theme=light] .view-switcher{background:#0d28500d;border-color:#0d285017}[data-theme=light] .view-button{color:#0d285080}[data-theme=light] .view-button:hover{color:#0d2850d1}[data-theme=light] .forecast-section{color:#0d1f35}[data-theme=light] .period-card{background:#ffffffb8;border-color:#0d28501a}[data-theme=light] .period-card:hover{background:#ffffffeb}[data-theme=light] .period-label{color:#0d1f35}[data-theme=light] .period-time{color:#0d285085}[data-theme=light] .period-explanation{color:#0d2850b8}[data-theme=light] .period-grade{background:#eef7ffeb}[data-theme=light] .grade-card{background:#ffffffb8;border-color:#0d28501a;color:#0d1f35}[data-theme=light] .grade-card:hover{background:#ffffffeb}[data-theme=light] .grade-time{color:#0d2850e0;background:#0d285012}[data-theme=light] .grade-details{color:#0d2850ad}[data-theme=light] .grade-explanation{color:#0d285080}[data-theme=light] .back-button{background:#0d28500d;border-color:#0d28501f;color:#0d2850b8}[data-theme=light] .back-button:hover{background:#0d285017;color:#0d1f35}[data-theme=light] .summary h2{color:#0d1f35}[data-theme=light] .skeleton-line,[data-theme=light] .skeleton-circle{background:linear-gradient(90deg,#0d285012,#0d285021,#0d285012);background-size:200% 100%}[data-theme=light] .no-location-card,[data-theme=light] .no-location-card h2{color:#0d1f35}[data-theme=light] .no-location-card p{color:#0d2850a6}[data-theme=light] .settings-card{background:#ffffffd1;border-color:#0d28501f;box-shadow:0 8px 32px #0000001a,inset 0 1px #fffffff2;color:#0d1f35}[data-theme=light] .settings-section{border-bottom-color:#0d285017}[data-theme=light] .settings-section h2{color:#0d1f35}[data-theme=light] .settings-description{color:#0d285085}[data-theme=light] .location-buttons button{background:#0d28500d;border-color:#0d28501f;color:#0d2850b8}[data-theme=light] .location-buttons button:hover{background:#0d285017;color:#0d1f35}[data-theme=light] .custom-location input{background:#0d28500a;border-color:#0d285024;color:#0d1f35}[data-theme=light] .custom-location input::placeholder{color:#0d285061}[data-theme=light] .custom-location input:focus{border-color:#6366f18c;background:#ffffffeb}[data-theme=light] .sport-tabs{background:#0d28500d;border-color:#0d285017}[data-theme=light] .sport-tab{color:#0d28508a}[data-theme=light] .sport-tab:hover{color:#0d2850d6}[data-theme=light] .sport-settings{background:#0d28500a;border-color:#0d285014}[data-theme=light] .sport-settings h3{color:#0d1f35;border-bottom-color:#0d285017}[data-theme=light] .setting-group h4{color:#0d285099}[data-theme=light] .setting-description{color:#0d285075}[data-theme=light] .slider-group label{color:#0d2850ad}[data-theme=light] .slider-group label strong{color:#0d1f35}[data-theme=light] .slider{background:#0d285024}[data-theme=light] .slider::-webkit-slider-thumb{background:#0d1f35}[data-theme=light] .slider::-moz-range-thumb{background:#0d1f35}[data-theme=light] .slider-labels{color:#0d285061}[data-theme=light] .radio-option{background:#0d28500a;border-color:#0d285017}[data-theme=light] .radio-option:hover{background:#0d285012}[data-theme=light] .radio-text strong{color:#0d1f35}[data-theme=light] .radio-text small{color:#0d28508a}[data-theme=light] .settings-footer{border-top-color:#0d285017}
