#app{font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e0e0e0;background-color:#0d1117;display:flex;flex-direction:column;min-height:100vh}header{background-color:#161b22;color:#c9d1d9;padding:1rem 0;box-shadow:0 2px 10px rgba(0,0,0,.3);border-bottom:1px solid #30363d}nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem}.nav-section{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700}.logo i{margin-right:.5rem;color:#ff5722}.nav-links a{color:#fff;text-decoration:none;margin-left:1.5rem;font-weight:500;transition:color .3s}.nav-links a.router-link-active,.nav-links a:hover{color:#ff7b45}.last-updated{font-size:.75rem;display:flex;align-items:center;white-space:nowrap;.clock{color:#8b949e;margin:0 4px 0 4px}}.last-updated i{margin-right:.25rem;font-size:.625rem}main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem 1rem}footer{background-color:#161b22;color:#8b949e;text-align:center;padding:1rem 0;border-top:1px solid #30363d}@media (max-width:768px){header{position:fixed;top:0;left:0;right:0;z-index:1000}nav{flex-direction:row;justify-content:space-between;align-items:center;padding:.75rem 1rem;gap:1rem}.nav-section{display:none}.logo{font-size:1.2rem;flex:1}.mobile-last-updated{display:flex!important;align-items:center;font-size:.65rem;color:#8b949e;white-space:nowrap;gap:.25rem;.clock{color:#8b949e}}.mobile-bottom-nav{display:flex!important;position:fixed;bottom:0;left:0;right:0;background-color:#161b22;border-top:1px solid #30363d;box-shadow:0 -2px 10px rgba(0,0,0,.3);z-index:1000;flex-direction:row!important;justify-content:space-around;align-items:stretch}.mobile-bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem .2rem;color:#c9d1d9;text-decoration:none;font-size:.65rem;font-weight:500;transition:color .3s;gap:.15rem;text-align:center;white-space:nowrap}.mobile-bottom-nav a.router-link-active,.mobile-bottom-nav a:hover{color:#ff7b45}.mobile-bottom-nav i{font-size:1.2rem}main{margin-top:80px;margin-bottom:80px;padding:1rem .5rem}}@media (min-width:769px){.mobile-bottom-nav{display:none}.mobile-last-updated{display:none!important}}.home[data-v-60191489]{width:100%}.date-section[data-v-60191489]{margin-bottom:3rem}.date-header[data-v-60191489]{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #30363d}.date-header h2[data-v-60191489]{color:#c9d1d9;font-size:1.5rem;margin:0}.page-header[data-v-60191489]{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #30363d}.page-header h1[data-v-60191489]{color:#c9d1d9;font-size:2rem;margin:0}.loading[data-v-60191489],.no-games[data-v-60191489]{text-align:center;padding:3rem;background-color:#161b22;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.3);border:1px solid #30363d}.loading[data-v-60191489]>*,.no-games[data-v-60191489]>*{color:#ff7b45;margin-bottom:1rem}.games-container[data-v-60191489]{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.game-card[data-v-60191489]{background-color:#161b22;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.3);overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;border:1px solid #30363d}.game-card[data-v-60191489]:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.4)}.game-header[data-v-60191489]{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:#0d1117;border-bottom:1px solid #30363d}.game-time[data-v-60191489]{font-weight:500;color:#8b949e}.game-status[data-v-60191489]{padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:500}.status-pre[data-v-60191489]{background-color:#1e3a5f;color:#58a6ff}.status-in[data-v-60191489]{background-color:#4a3806;color:#ffd43b}.status-post[data-v-60191489]{background-color:#1e4620;color:#56d364}.live-indicator[data-v-60191489]{color:#ff6b6b;margin-right:.25rem;animation:pulse-60191489 2s infinite}@keyframes pulse-60191489{0%,to{opacity:1}50%{opacity:.3}}.teams[data-v-60191489]{padding:1rem}.team[data-v-60191489]{display:flex;align-items:center;margin-bottom:.75rem}.team[data-v-60191489]:last-child{margin-bottom:0;padding-top:.75rem;border-top:1px solid #30363d}.team-info[data-v-60191489]{display:flex;align-items:center;justify-content:space-between;width:100%}.team-logo[data-v-60191489]{width:40px;height:40px;margin-right:.75rem;display:flex;align-items:center;justify-content:center}.team-logo img[data-v-60191489]{max-width:100%;max-height:100%}.team-details[data-v-60191489]{flex:1}.team-name[data-v-60191489]{font-weight:500;margin-bottom:.25rem;color:#e0e0e0}.game-card.favorite-game[data-v-60191489]{position:relative;border:2px solid #ffea00;overflow:visible}.game-card.favorite-game[data-v-60191489]:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:linear-gradient(45deg,#ff7b00,#ff9500,#ffb700,#ffea00,#ff7b00,#ff9500,#ffea00);background-size:400% 400%;animation:borderSweep-60191489 4s linear infinite;border-radius:8px;z-index:-1}.game-card.favorite-game[data-v-60191489]:after{content:"";position:absolute;top:2px;left:0;right:0;bottom:2px;background:#161b22;border-radius:16px;z-index:0}.game-card.favorite-game[data-v-60191489]>*{position:relative;z-index:1}.game-card.favorite-game[data-v-60191489]:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(255,212,59,.4)}@keyframes borderSweep-60191489{0%{background-position:0 50%}to{background-position:400% 50%}}.team-record[data-v-60191489]{font-size:.875rem;color:#8b949e}.team-rank[data-v-60191489]{display:inline-block;background-color:#ff7b45;color:#fff;font-size:.75rem;font-weight:500;padding:.125rem .375rem;border-radius:4px;margin-left:.5rem}.team-score[data-v-60191489]{font-size:1.75rem;font-weight:700;color:#e0e0e0;margin-left:1rem;min-width:3rem;text-align:center}.game-card[data-game-state=in] .team-score[data-v-60191489]{color:#ffd43b;text-shadow:0 0 8px rgba(255,212,59,.3)}.game-card[data-game-state=post] .team-score[data-v-60191489]{color:#56d364}.game-footer[data-v-60191489]{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#0d1117;border-top:1px solid #30363d;font-size:.875rem;color:#8b949e}.conference[data-v-60191489]{font-weight:500;color:#e0e0e0}.weather i[data-v-60191489]{margin-right:.25rem}@media (max-width:768px){.page-header[data-v-60191489]{margin-bottom:1rem;padding-bottom:.5rem}.page-header h1[data-v-60191489]{font-size:1.5rem}.date-header[data-v-60191489]{margin-bottom:1rem;padding-bottom:.5rem}.date-header h2[data-v-60191489]{font-size:1.25rem}.games-container[data-v-60191489]{grid-template-columns:1fr}}.teams[data-v-e6bbe1fa]{width:100%}.page-header[data-v-e6bbe1fa]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #30363d}.page-header h1[data-v-e6bbe1fa]{color:#c9d1d9;font-size:2rem}.search-container[data-v-e6bbe1fa]{width:300px}.search-input[data-v-e6bbe1fa]{width:100%;padding:.75rem;border:1px solid #30363d;border-radius:4px;font-size:1rem;background-color:#0d1117;color:#e0e0e0;transition:border-color .3s}.search-input[data-v-e6bbe1fa]:focus{outline:none;border-color:#58a6ff}.loading[data-v-e6bbe1fa],.no-teams[data-v-e6bbe1fa]{text-align:center;padding:3rem;background-color:#161b22;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.3);border:1px solid #30363d}.loading i[data-v-e6bbe1fa],.no-teams i[data-v-e6bbe1fa]{font-size:3rem;color:#ff7b45;margin-bottom:1rem}.teams-container[data-v-e6bbe1fa]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;width:100%}.team-card[data-v-e6bbe1fa]{background-color:#161b22;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.3);cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;align-items:center;padding:1.25rem;border:1px solid #30363d;min-height:80px}.team-card[data-v-e6bbe1fa]:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.4)}.team-logo[data-v-e6bbe1fa]{width:50px;height:50px;margin-right:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.team-logo img[data-v-e6bbe1fa]{max-width:100%;max-height:100%}.team-info[data-v-e6bbe1fa]{flex:1}.team-name[data-v-e6bbe1fa]{font-weight:500;margin-bottom:.25rem;color:#e0e0e0;display:flex;align-items:center;justify-content:space-between;width:100%}.favorite-btn[data-v-e6bbe1fa]{background:none;border:none;color:#8b949e;cursor:pointer;font-size:1rem;padding:.25rem;border-radius:4px;transition:all .2s;margin-left:.75rem;flex-shrink:0}.favorite-btn[data-v-e6bbe1fa]:hover{color:#ffd43b;background-color:rgba(255,212,59,.1)}.favorite-btn.is-favorite[data-v-e6bbe1fa]{color:#ffd43b}.team-abbr[data-v-e6bbe1fa]{font-size:.875rem;color:#8b949e;text-transform:uppercase}.team-rank[data-v-e6bbe1fa]{display:inline-block;background-color:#ff7b45;color:#fff;font-size:.75rem;font-weight:500;padding:.125rem .375rem;border-radius:4px;margin-top:.25rem}@media (max-width:768px){.page-header[data-v-e6bbe1fa]{flex-direction:column;align-items:flex-start}.search-container[data-v-e6bbe1fa]{margin-top:1rem;width:100%}.teams-container[data-v-e6bbe1fa]{grid-template-columns:1fr}}.conferences[data-v-35fa74b1]{width:100%}.page-header[data-v-35fa74b1]{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #30363d}.page-header h1[data-v-35fa74b1]{color:#c9d1d9;font-size:2rem}.loading[data-v-35fa74b1],.no-conferences[data-v-35fa74b1]{text-align:center;padding:3rem;background-color:#161b22;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.3);border:1px solid #30363d}.loading i[data-v-35fa74b1],.no-conferences i[data-v-35fa74b1]{font-size:3rem;color:#ff7b45;margin-bottom:1rem}.conferences-container[data-v-35fa74b1]{display:flex;flex-direction:column;gap:2rem}.conference-card[data-v-35fa74b1]{background-color:#161b22;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.3);overflow:hidden;border:1px solid #30363d}.conference-header[data-v-35fa74b1]{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#0d1117;color:#c9d1d9;border-bottom:1px solid #30363d}.conference-header h2[data-v-35fa74b1]{font-size:1.5rem;margin:0}.team-count[data-v-35fa74b1]{background-color:#238636;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;color:#fff}.teams-grid[data-v-35fa74b1]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:1.5rem}.team-item[data-v-35fa74b1]{display:flex;align-items:center;padding:.75rem;border-radius:6px;cursor:pointer;transition:background-color .2s}.team-item[data-v-35fa74b1]:hover{background-color:#21262d}.team-logo[data-v-35fa74b1]{width:40px;height:40px;margin-right:.75rem;display:flex;align-items:center;justify-content:center}.team-logo img[data-v-35fa74b1]{max-width:100%;max-height:100%}.team-info[data-v-35fa74b1]{flex:1}.team-name[data-v-35fa74b1]{font-weight:500;margin-bottom:.25rem;color:#e0e0e0}.team-rank[data-v-35fa74b1]{display:inline-block;background-color:#ff7b45;color:#fff;font-size:.75rem;font-weight:500;padding:.125rem .375rem;border-radius:4px}@media (max-width:768px){.teams-grid[data-v-35fa74b1]{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.game-detail[data-v-654a17d6]{width:100%;max-width:800px;margin:0 auto}.loading[data-v-654a17d6],.no-game[data-v-654a17d6]{text-align:center;padding:3rem;background-color:#161b22;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.3);border:1px solid #30363d}.loading i[data-v-654a17d6],.no-game i[data-v-654a17d6]{font-size:3rem;color:#ff7b45;margin-bottom:1rem}.no-game .back-button[data-v-654a17d6]{margin-top:1rem}.game-header[data-v-654a17d6]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.back-button[data-v-654a17d6]{background-color:#238636;color:#fff;display:flex;align-items:center;padding:.5rem 1rem;border-radius:4px;border:1px solid #2ea043}.back-button i[data-v-654a17d6]{margin-right:.5rem}.game-status[data-v-654a17d6]{padding:.5rem 1rem;border-radius:4px;font-weight:500}.status-pre[data-v-654a17d6]{background-color:#1e3a5f;color:#58a6ff}.status-in[data-v-654a17d6]{background-color:#4a3806;color:#ffd43b}.status-post[data-v-654a17d6]{background-color:#1e4620;color:#56d364}.game-card[data-v-654a17d6]{background-color:#161b22;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.3);overflow:hidden;border:1px solid #30363d}.game-info-header[data-v-654a17d6]{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 1.5rem;background-color:#0d1117;border-bottom:1px solid #30363d}.game-meta[data-v-654a17d6]{display:flex;flex-direction:column;gap:.5rem}.game-meta>div[data-v-654a17d6]{display:flex;align-items:center;font-size:.875rem;color:#8b949e}.game-meta i[data-v-654a17d6]{margin-right:.5rem;width:14px}.game-status-large[data-v-654a17d6]{padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.875rem;white-space:nowrap}.teams-section[data-v-654a17d6]{padding:1rem}.team-row[data-v-654a17d6]{display:flex;justify-content:space-between;align-items:center;padding:1rem;margin-bottom:.5rem;border-radius:6px;background-color:#0d1117;border:1px solid #30363d}.team-row[data-v-654a17d6]:last-child{margin-bottom:0}.team-main[data-v-654a17d6]{display:flex;align-items:center;flex:1}.team-logo[data-v-654a17d6]{width:48px;height:48px;margin-right:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.team-logo img[data-v-654a17d6]{max-width:100%;max-height:100%}.team-info[data-v-654a17d6]{display:flex;flex-direction:column;gap:.25rem}.team-name[data-v-654a17d6]{font-size:1.125rem;font-weight:600;color:#e0e0e0}.team-details[data-v-654a17d6]{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.team-record[data-v-654a17d6]{color:#8b949e}.team-rank[data-v-654a17d6]{background-color:#ff7b45;color:#fff;font-size:.75rem;font-weight:500;padding:.125rem .375rem;border-radius:4px}.team-score-section[data-v-654a17d6]{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;margin-left:1rem}.team-score[data-v-654a17d6]{font-size:2rem;font-weight:700;color:#e0e0e0;min-width:60px;text-align:center}.team-location-badge[data-v-654a17d6]{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;white-space:nowrap}.home-team .team-location-badge[data-v-654a17d6]{background-color:#1e4620;color:#56d364}.away-team .team-location-badge[data-v-654a17d6]{background-color:#1e3a5f;color:#58a6ff}.game-links[data-v-654a17d6]{padding:1rem 1.5rem;background-color:#0d1117}.game-links h3[data-v-654a17d6]{margin-bottom:.75rem;font-size:1rem}.links-grid[data-v-654a17d6]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.game-link a[data-v-654a17d6]{font-size:.875rem;padding:.5rem;border-radius:4px;transition:background-color .2s}.game-link a[data-v-654a17d6]:hover{background-color:rgba(88,166,255,.1)}.game-links[data-v-654a17d6]{padding:1.5rem;border-top:1px solid #30363d}.game-links h3[data-v-654a17d6]{margin-bottom:1rem;color:#c9d1d9}.game-link[data-v-654a17d6]{margin-bottom:.75rem}.game-link[data-v-654a17d6]:last-child{margin-bottom:0}.game-link a[data-v-654a17d6]{display:flex;align-items:center;color:#58a6ff;font-weight:500}.game-link a i[data-v-654a17d6]{margin-right:.5rem}@media (max-width:768px){.game-header[data-v-654a17d6]{flex-direction:column;align-items:flex-start}.game-status[data-v-654a17d6]{margin-top:1rem}.game-info[data-v-654a17d6]{flex-direction:column}.game-info>div[data-v-654a17d6]{margin-right:0;margin-bottom:.75rem}.team-header[data-v-654a17d6]{flex-direction:column;align-items:flex-start}.team-logo[data-v-654a17d6]{margin-bottom:1rem}}.scoreboard-view[data-v-f8f21162]{max-width:1200px;margin:0 auto;padding:20px}h1[data-v-f8f21162]{text-align:center;margin-bottom:30px;color:#c9d1d9}.filters[data-v-f8f21162]{display:flex;justify-content:space-between;margin-bottom:30px;flex-wrap:wrap;gap:20px}.conference-filter[data-v-f8f21162],.date-filter[data-v-f8f21162],.search-filter[data-v-f8f21162]{display:flex;align-items:center;gap:10px}input[type=date][data-v-f8f21162],input[type=text][data-v-f8f21162],select[data-v-f8f21162]{padding:8px;border-radius:4px;border:1px solid #30363d;background-color:#0d1117;color:#e0e0e0}.no-games[data-v-f8f21162]{text-align:center;padding:40px;background-color:#161b22;border-radius:8px;border:1px solid #30363d;color:#8b949e}.games-container[data-v-f8f21162]{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.game-card[data-v-f8f21162]{background-color:#161b22;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.3);padding:15px;cursor:pointer;transition:transform .2s,box-shadow .2s;border:1px solid #30363d}.game-card[data-v-f8f21162]:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.4)}.game-header[data-v-f8f21162]{display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #30363d}.game-date[data-v-f8f21162]{font-weight:500;color:#8b949e}.game-status[data-v-f8f21162]{padding:3px 8px;border-radius:12px;font-size:.85rem;font-weight:500}.status-pre[data-v-f8f21162]{background-color:#1e3a5f;color:#58a6ff}.status-in[data-v-f8f21162]{background-color:#4a3806;color:#ffd43b}.status-post[data-v-f8f21162]{background-color:#1e4620;color:#56d364}.game-teams[data-v-f8f21162]{display:flex;flex-direction:column;gap:15px}.team[data-v-f8f21162]{display:flex;align-items:center;gap:15px}.team-logo[data-v-f8f21162]{width:50px;height:50px;display:flex;align-items:center;justify-content:center}.team-logo img[data-v-f8f21162]{max-width:100%;max-height:100%}.team-info[data-v-f8f21162]{flex:1;display:flex;justify-content:space-between;align-items:center}.team-name[data-v-f8f21162]{font-weight:600;color:#e0e0e0}.team-record[data-v-f8f21162]{font-size:.85rem;color:#8b949e}.team-score[data-v-f8f21162]{font-size:1.5rem;font-weight:700;color:#e0e0e0}.home-team[data-v-f8f21162]{background-color:#21262d;padding:8px;border-radius:4px;border:1px solid #30363d}.game-footer[data-v-f8f21162]{display:flex;justify-content:space-between;margin-top:15px;padding-top:10px;border-top:1px solid #30363d;font-size:.85rem;color:#8b949e}@media (max-width:768px){.filters[data-v-f8f21162]{flex-direction:column}.games-container[data-v-f8f21162]{grid-template-columns:1fr}}.settings[data-v-6706912f]{width:100%;max-width:800px;margin:0 auto;padding:0 1rem}.page-header[data-v-6706912f]{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #30363d}.page-header h1[data-v-6706912f]{color:#c9d1d9;font-size:2rem;margin:0}.settings-container[data-v-6706912f]{display:flex;flex-direction:column;gap:2rem}.settings-section[data-v-6706912f]{background-color:#161b22;border-radius:8px;border:1px solid #30363d;overflow:hidden}.settings-section h2[data-v-6706912f]{color:#c9d1d9;font-size:1.25rem;margin:0;padding:1rem 1.5rem;background-color:#0d1117;border-bottom:1px solid #30363d}.setting-item[data-v-6706912f]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #30363d}.setting-item[data-v-6706912f]:last-child{border-bottom:none}.setting-info h3[data-v-6706912f]{color:#e0e0e0;font-size:1rem;margin:0 0 .25rem 0}.setting-info p[data-v-6706912f]{color:#8b949e;font-size:.875rem;margin:0}.setting-control[data-v-6706912f]{display:flex;align-items:center}.btn[data-v-6706912f]{padding:.5rem 1rem;border-radius:4px;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary[data-v-6706912f]{background-color:#238636;color:#fff;border:1px solid #2ea043}.btn-primary[data-v-6706912f]:hover{background-color:#2ea043}.btn-secondary[data-v-6706912f]{background-color:#21262d;color:#e0e0e0;border:1px solid #30363d}.btn-secondary[data-v-6706912f]:hover{background-color:#30363d}.btn[data-v-6706912f]:disabled{opacity:.5;cursor:not-allowed}.permission-status[data-v-6706912f]{display:flex;align-items:center;gap:.5rem;color:#56d364}.permission-status.denied[data-v-6706912f]{color:#f85149}.permission-status i[data-v-6706912f]{font-size:1rem}.switch[data-v-6706912f]{position:relative;display:inline-block;width:50px;height:24px}.switch input[data-v-6706912f]{opacity:0;width:0;height:0}.slider[data-v-6706912f]{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#30363d;transition:.4s;border-radius:24px}.slider[data-v-6706912f]:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider[data-v-6706912f]{background-color:#238636}input:checked+.slider[data-v-6706912f]:before{transform:translateX(26px)}@media (max-width:768px){.setting-item[data-v-6706912f]{flex-direction:column;align-items:flex-start;gap:1rem}.setting-control[data-v-6706912f]{align-self:flex-start}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}a{text-decoration:none;color:#3498db}button{cursor:pointer;border:none;outline:none;background-color:#3498db;color:#fff;padding:.5rem 1rem;border-radius:4px;font-weight:500;transition:background-color .3s}button:hover{background-color:#2980b9}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.card{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:1rem;margin-bottom:1rem}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.flex{display:flex}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.align-center{align-items:center}@media (max-width:768px){.nav-links{display:none}}