:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}html,body,#root{width:100%;min-height:100%;margin:0;padding:0}#root{max-width:none}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.login-page{color:#fff;background:linear-gradient(#111 0%,#1b191b 18%,#302c30 55%,#5a5358 100%);width:100%;min-height:100vh;padding-bottom:120px;font-family:Arial,Helvetica,sans-serif;overflow-y:auto}.login-header{border-bottom:3px solid #655e64;justify-content:center;align-items:center;height:135px;display:flex}.login-header h1{letter-spacing:.02em;color:#fff;margin:0;font-size:1.5rem;font-weight:700}.login-content{flex-direction:column;align-items:center;width:min(500px,90%);margin:0 auto;display:flex}.login-content h2{color:#fff;margin:10px 0 0;font-size:1.6rem;font-weight:700}.login-subtitle{color:#666565;margin:15px 0 40px;font-size:1.15rem;font-weight:600}.login-form{flex-direction:column;width:100%;display:flex}.login-field{flex-direction:column;width:100%;margin-bottom:34px;display:flex}.login-field label{margin-bottom:9px;margin-left:18px;font-size:.75rem;font-weight:700}.login-field input{color:#fff;background:#ffffff05;border:2px solid #f4f4f4;border-radius:10px;outline:none;width:100%;height:78px;padding:0 20px;font-size:1.15rem;transition:border-color .2s,box-shadow .2s}.login-field input:focus{border-color:#ff00d4;box-shadow:0 0 0 2px #ff00d41f}.forgot-link{color:#ff00d4;cursor:pointer;background:0 0;border:none;align-self:flex-end;margin-top:20px;font-size:.75rem;font-weight:700}.forgot-link:hover{text-decoration:underline}.login-button{color:#fff;cursor:pointer;background:#ff00d4;border:none;border-radius:10px;width:100%;height:75px;font-size:1rem;font-weight:700;transition:transform .15s,background .15s}.login-button:hover{background:#ff28db;transform:translateY(-2px)}.login-button:active{transform:translateY(0)}.login-logo{text-align:center;font-size:3rem;font-weight:800}body{margin:0}.signup-page{color:#fff;background:linear-gradient(#111 0%,#1b191b 18%,#302c30 55%,#5a5358 100%);width:100%;min-height:100vh;padding-bottom:120px;font-family:Arial,Helvetica,sans-serif;overflow-y:auto}.signup-page h1{color:#fff;text-align:center}.signup-header{border-bottom:3px solid #655e64;justify-content:center;align-items:center;height:135px;display:flex}.signup-header h1{letter-spacing:.02em;color:#fff;margin:0;font-size:1.5rem;font-weight:700}.signup-content{flex-direction:column;align-items:center;width:min(500px,90%);margin:0 auto;display:flex}.signup-content h2{color:#666565;margin:10px 0 0;font-size:1.6rem;font-weight:700}.signup-subtitle{color:#655e64;margin:15px 0 40px;font-size:1.15rem;font-weight:600}.signup-form{flex-direction:column;width:100%;display:flex}.signup-field{flex-direction:column;width:100%;margin-bottom:34px;display:flex}.signup-field label{margin:1rem 1rem 9px 18px;font-size:.75rem;font-weight:700}.signup-field input{color:#fff;background:#ffffff05;border:2px solid #f4f4f4;border-radius:10px;outline:none;width:100%;height:78px;padding:0 20px;font-size:1.15rem;transition:border-color .2s,box-shadow .2s}.signup-field input:focus{border-color:#ff00d4;box-shadow:0 0 0 2px #ff00d41f}.signup-button{color:#fff;cursor:pointer;background:#ff00d4;border:none;border-radius:10px;width:100%;height:75px;font-size:1rem;font-weight:700;transition:transform .15s,background .15s}.signup-button:hover{background:#ff28db;transform:translateY(-2px)}.signup-button:active{transform:translateY(0)}.account-message{text-align:center;border-radius:8px;width:100%;margin:4px 0 12px;padding:12px 14px;font-size:.9rem;font-weight:500}.account-message.error{color:#ff6b8f;background:#ff2d8214;border:1px solid #ff2d82}.account-message.success{color:#8cffb0;background:#32c86414;border:1px solid #48d47b}.return-button{color:#fff;background-color:#0000;border:1px #ff28db;border-radius:5px;align-self:center;width:50%;margin-top:20px}.return-button:hover{background-color:#ff28db;transform:translateY(-2px)}.signup-logo{font-size:3rem;font-weight:800}.logo-streak{color:#fff}.logo-picks{color:#ff2d8d}*{box-sizing:border-box}body{color:#f5f5f5;background:#090909;margin:0;font-family:Arial,Helvetica,sans-serif}.home-page{background:radial-gradient(circle at 100% 0,#ff237c14,#0000 30%),#090909;min-height:100vh;display:flex}.home-main{flex:1;min-width:0;margin-left:240px;padding:32px 40px 60px}.home-middle-row{grid-template-columns:1.4fr 1fr;gap:24px;margin-top:28px;margin-bottom:28px;display:grid}.daily-challenge{background:linear-gradient(135deg,#171717 0%,#111 60%,#1a0d13 100%);border:1px solid #2d2d2d;border-radius:18px;min-height:220px;padding:28px;box-shadow:0 18px 50px #00000059}.section-label{color:#ff2d82;letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:.8rem;font-weight:700}.daily-challenge h2{margin:0;font-size:1.7rem;font-weight:700}.daily-challenge p{color:#a9a9a9;max-width:540px;margin-top:12px;line-height:1.6}.challenge-progress{background:#292929;border-radius:999px;width:100%;height:9px;margin-top:28px;overflow:hidden}.challenge-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#ff2d82,#ff6aa7);width:70%;height:100%}.challenge-footer{color:#d3d3d3;justify-content:space-between;margin-top:12px;font-size:.9rem;font-weight:600;display:flex}.home-main>*+*{margin-top:24px}.home-main>.home-middle-row{margin-top:28px}@media (width<=1100px){.home-main{margin-left:200px;padding:28px}.home-middle-row{grid-template-columns:1fr}}@media (width<=760px){.home-page{display:block}.home-main{margin-left:0;padding:20px}.home-middle-row{grid-template-columns:1fr;gap:16px}.daily-challenge{padding:22px}.daily-challenge h2{font-size:1.4rem}}.sidebar-logo{letter-spacing:-1px;color:#f5f5f5;margin-bottom:45px;padding-left:12px;font-size:1.5rem;font-weight:800}.sidebar-logo span{color:#ff2d82}.sidebar-nav{flex-direction:column;gap:8px;display:flex}.sidebar-link{color:#888;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:9px;width:100%;padding:13px 14px;font-size:.95rem;font-weight:600;transition:background .2s,color .2s}.sidebar-link:hover{color:#fff;background:#191919}.sidebar-link.active{color:#ff2d82;background:#1d1519}.sidebar{background:#0d0d0d;border-right:1px solid #292929;flex-direction:column;width:240px;height:100vh;padding:30px 20px;display:flex;position:fixed;top:0;left:0}.sidebar-bottom{border-top:1px solid #252525;flex-direction:column;gap:8px;margin-top:auto;padding-top:20px;display:flex}.logout-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.logout-modal{background:#121212;border:1px solid #303030;border-radius:14px;width:min(420px,100% - 40px);padding:32px;box-shadow:0 20px 60px #00000080}.logout-modal-label{color:#ff2d87;letter-spacing:2px;margin:0 0 12px;font-size:.75rem;font-weight:800}.logout-modal h2{color:#fff;margin:0 0 10px;font-size:1.7rem}.logout-modal-text{color:#7f7f7f;margin:0 0 28px;line-height:1.5}.logout-modal-buttons{justify-content:flex-end;gap:12px;display:flex}.logout-cancel-button,.logout-confirm-button{cursor:pointer;border-radius:8px;padding:11px 20px;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .2s}.logout-cancel-button{color:#b0b0b0;background:0 0;border:1px solid #3a3a3a}.logout-cancel-button:hover{color:#fff;background:#1c1c1c}.logout-confirm-button{color:#fff;background:#ff2d87;border:1px solid #ff2d87}.logout-confirm-button:hover{background:#e92477}.logout-cancel-button:disabled,.logout-confirm-button:disabled{opacity:.5;cursor:not-allowed}.home-header{border-bottom:1px solid #252525;justify-content:space-between;align-items:center;width:100%;padding-bottom:24px;display:flex}.header-welcome{flex-direction:column;display:flex}.header-label{color:#ff2d82;letter-spacing:.14em;margin:0 0 6px;font-size:.72rem;font-weight:700}.header-welcome h1{color:#f5f5f5;margin:0;font-size:2rem;font-weight:700}.header-subtitle{color:#777;margin:7px 0 0;font-size:.9rem}.header-account{background:#111;border:1px solid #292929;border-radius:14px;align-items:center;gap:22px;padding:12px 16px 12px 22px;display:flex}.header-stat{flex-direction:column;gap:4px;display:flex}.header-stat-label{color:#777;text-transform:uppercase;font-size:.7rem;font-weight:600}.header-stat-value{color:#eee;font-size:.95rem;font-weight:700}.header-divider{background:#303030;width:1px;height:30px}.profile-button{color:#ff2d82;cursor:pointer;background:#211219;border:1px solid #ff2d82;border-radius:50%;width:40px;height:40px;font-size:1rem;font-weight:700;transition:all .2s}.profile-button:hover{color:#090909;background:#ff2d82}@media (width<=760px){.home-header{flex-direction:column;align-items:flex-start;gap:20px}.header-account{width:100%}}.sport-selection{background:#111;border:1px solid #2d2d2d;width:100%;margin-top:24px;padding:26px}.sport-selection-header{justify-content:space-between;align-items:flex-end;margin-bottom:22px;display:flex}.sport-selection-label{color:#ff2d82;letter-spacing:.12em;margin:0 0 6px;font-size:.72rem;font-weight:700}.sport-selection-header h2{color:#f5f5f5;margin:0;font-size:1.4rem}.sport-selection-subtext{color:#666;font-size:.8rem}.sports-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.sport-card{color:#d8d8d8;cursor:pointer;background:#161616;border:1px solid #292929;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:110px;transition:transform .2s,border-color .2s,background .2s;display:flex}.sport-card:hover{background:#1d1519;border-color:#ff2d82;transform:translateY(-4px)}.sport-icon{font-size:2rem}.sport-name{font-size:.9rem;font-weight:700}.sport-logo{object-fit:contain;width:42px;height:42px;display:block}.featured-contests{background:#111;border:1px solid #303030;margin-top:32px;padding:38px}.featured-contests-header{justify-content:space-between;align-items:flex-end;margin-bottom:32px;display:flex}.featured-contests-label{color:#ff2d87;letter-spacing:2px;margin:0 0 14px;font-size:.8rem;font-weight:800}.featured-contests-header h2{color:#fff;margin:0;font-size:1.8rem;font-weight:500}.featured-contests-subtext{color:#727272;font-size:.95rem}.featured-contests-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.featured-contest-card{background:#151515;border:1px solid #303030;padding:24px;transition:border-color .2s,transform .2s,background .2s}.featured-contest-card:hover{background:#181818;border-color:#ff2d87;transform:translateY(-2px)}.featured-contest-top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.featured-contest-sport{color:#ff2d87;letter-spacing:1.5px;font-size:.78rem;font-weight:800}.featured-badge{color:#999;letter-spacing:1px;background:#202020;border:1px solid #343434;padding:5px 9px;font-size:.6rem;font-weight:700}.featured-contest-card h3{color:#f5f5f5;margin:0 0 26px;font-size:1.25rem;font-weight:600}.featured-contest-info{border-top:1px solid #292929;border-bottom:1px solid #292929;gap:42px;margin-bottom:20px;padding:18px 0;display:flex}.featured-contest-info>div{flex-direction:column;gap:5px;display:flex}.contest-info-label{color:#696969;letter-spacing:1px;font-size:.65rem;font-weight:700}.contest-info-value{color:#fff;font-size:1rem;font-weight:700}.view-contest-button{color:#d8d8d8;letter-spacing:.5px;cursor:pointer;background:0 0;border:1px solid #343434;border-radius:8px;width:100%;padding:11px 14px;font-family:inherit;font-size:.8rem;font-weight:700;transition:background .2s,border-color .2s,color .2s}.view-contest-button:hover{color:#fff;background:#ff2d87;border-color:#ff2d87}@media (width<=1000px){.featured-contests-grid{grid-template-columns:1fr}.featured-contests-header{flex-direction:column;align-items:flex-start;gap:10px}}.fortune{z-index:9999;animation:.25s fortune-slide-in;position:fixed;bottom:30px;right:30px}.fortune-content{background:#151515;border:1px solid #333;border-radius:14px;align-items:flex-start;gap:14px;width:340px;padding:18px 45px 18px 18px;display:flex;position:relative;box-shadow:0 14px 40px #00000080}.fortune-star{color:#ff2d8d;flex-shrink:0;font-size:22px;line-height:1}.fortune-text{min-width:0}.fortune-label{color:#ff2d8d;letter-spacing:1.5px;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.fortune-text p{color:#fff;margin:0;font-size:14px;font-weight:500;line-height:1.5}.fortune-close{color:#777;cursor:pointer;background:0 0;border:none;padding:0;font-size:22px;position:absolute;top:10px;right:12px}.fortune-close:hover{color:#fff}@keyframes fortune-slide-in{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.fortune{bottom:20px;left:20px;right:20px}.fortune-content{width:auto}}.sport-page{color:#fff;background:#080808;min-height:100vh}.sport-main{margin-left:240px;padding:42px 50px}.sport-contest-selector{margin-bottom:28px}.sport-contest-selector-label{color:#ff2d87;letter-spacing:1.8px;margin-bottom:12px;font-size:.75rem;font-weight:800}.sport-contest-buttons{flex-wrap:wrap;gap:12px;display:flex}.sport-contest-button{color:#fff;cursor:pointer;background:#131313;border:1px solid #303030;border-radius:10px;flex-direction:column;align-items:flex-start;gap:5px;min-width:170px;padding:14px 16px;font-family:inherit;transition:border-color .2s,background .2s,transform .2s;display:flex;position:relative}.sport-contest-button:hover{background:#181818;border-color:#555}.sport-contest-button.active{background:#181818;border-color:#ff2d87}.sport-contest-button-title{font-size:.9rem;font-weight:700}.sport-contest-button-info{color:#777;font-size:.75rem;font-weight:600}.sport-contest-closed{color:#ff5c5c;letter-spacing:1px;margin-top:4px;font-size:.65rem;font-weight:800}.sport-page-header{background:#111;border:1px solid #303030;border-radius:14px;justify-content:space-between;align-items:center;gap:30px;margin-bottom:24px;padding:30px;display:flex}.sport-header-left{min-width:0}.sport-small-title{color:#ff2d87;letter-spacing:2px;margin:0 0 10px;font-size:.75rem;font-weight:800}.sport-header-left h1{color:#fff;margin:0 0 9px;font-size:2rem;font-weight:600}.sport-header-description{color:#777;margin:0;font-size:.95rem}.sport-contest-close-time{color:#b0b0b0;margin:13px 0 0;font-size:.8rem;font-weight:600}.sport-contest-close-time.closed{color:#ff5c5c}.sport-contest-info{flex-shrink:0;align-items:center;gap:26px;display:flex}.sport-contest-stat{flex-direction:column;gap:6px;display:flex}.contest-stat-label{color:#686868;letter-spacing:1px;text-transform:uppercase;font-size:.65rem;font-weight:800}.contest-stat-value{color:#fff;font-size:1.15rem;font-weight:700}.pot-highlight{color:#ff2d87}.sport-header-divider{background:#303030;width:1px;height:42px}.sport-games-list{flex-direction:column;gap:12px;display:flex}.sport-loading,.sport-no-games{color:#777;text-align:center;background:#111;border:1px solid #303030;border-radius:12px;padding:30px}.sport-game-row{background:#111;border:1px solid #2d2d2d;border-radius:12px;grid-template-columns:130px minmax(420px,1fr) 140px;align-items:center;gap:22px;padding:18px 20px;transition:border-color .2s,background .2s;display:grid}.sport-game-row:hover{background:#141414;border-color:#3a3a3a}.sport-game-info{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.league-label{color:#ff2d87;letter-spacing:1.2px;font-size:.65rem;font-weight:800}.sport-game-time{color:#b1b1b1;font-size:.78rem;font-weight:600}.community-picks-label{color:#555;font-size:.68rem;font-weight:600}.sport-game-picks{grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr);align-items:center;gap:12px;display:grid}.sport-pick-button{color:#e5e5e5;cursor:pointer;background:#171717;border:1px solid #343434;border-radius:9px;align-items:center;gap:12px;min-height:64px;padding:14px 16px 17px;font-family:inherit;transition:border-color .2s,background .2s,color .2s;display:flex;position:relative;overflow:hidden}.sport-pick-button.selected{color:#fff;background:#1c1418;border-color:#ff2d87}.sport-pick-button:disabled{cursor:not-allowed;opacity:.55}.sport-team-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.9rem;font-weight:700;overflow:hidden}.pick-percentage{color:#828282;flex-shrink:0;margin-left:auto;font-size:.82rem;font-weight:800}.sport-pick-button.selected .pick-percentage{color:#ff2d87}.percentage-bar{background:#252525;height:4px;position:absolute;bottom:0;left:0;right:0}.percentage-bar-fill{background:#ff2d87;height:100%;transition:width .3s}.sport-vs{color:#555;text-align:center;font-size:.7rem;font-weight:800}.sport-selection-status{color:#6f6f6f;text-align:right;font-size:.78rem;font-weight:600}.sport-selection-status span{color:#ff2d87;font-weight:700}.sport-confirm-section{background:#111;border:1px solid #303030;border-radius:12px;justify-content:flex-end;align-items:center;gap:20px;margin-top:24px;padding:18px 20px;display:flex}.sport-pick-progress{color:#777;font-size:.8rem;font-weight:600}.sport-confirm-button{color:#fff;cursor:pointer;background:#ff2d87;border:1px solid #ff2d87;border-radius:8px;min-width:170px;padding:13px 20px;font-family:inherit;font-size:.85rem;font-weight:800;transition:background .2s,border-color .2s,transform .2s}.sport-confirm-button:hover:not(:disabled){background:#e92778;border-color:#e92778}.sport-confirm-button:active:not(:disabled){transform:scale(.98)}.sport-confirm-button:disabled{color:#5e5e5e;cursor:not-allowed;background:#242424;border-color:#303030}@media (width<=1150px){.sport-page-header{flex-direction:column;align-items:flex-start}.sport-contest-info{width:100%}.sport-game-row{grid-template-columns:100px 1fr}.sport-selection-status{text-align:left;grid-column:2}}@media (width<=850px){.sport-main{margin-left:0;padding:25px 20px}.sport-game-row{flex-direction:column;align-items:stretch;display:flex}.sport-game-picks{width:100%}.sport-selection-status{text-align:left}.sport-contest-info{flex-wrap:wrap;gap:18px}.sport-header-divider{display:none}}@media (width<=600px){.sport-page-header{padding:22px}.sport-header-left h1{font-size:1.55rem}.sport-game-picks{grid-template-columns:1fr}.sport-vs{padding:2px 0}.sport-contest-button{width:100%}.sport-confirm-section{flex-direction:column;align-items:stretch}.sport-confirm-button{width:100%}}.admin-page{color:#f5f5f5;background:#090909;min-height:100vh;padding:40px}.admin-header{border-bottom:1px solid #292929;margin-bottom:35px;padding-bottom:25px}.admin-label{color:#ff2d82;letter-spacing:.14em;margin:0 0 6px;font-size:.72rem;font-weight:700}.admin-header h1{margin:0;font-size:2rem}.admin-header p:last-child{color:#777;margin-top:8px}.admin-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.admin-card{color:#f5f5f5;text-align:left;cursor:pointer;background:#111;border:1px solid #292929;border-radius:10px;min-height:180px;padding:25px}.admin-card:hover{background:#181216;border-color:#ff2d82}.admin-card-label{color:#ff2d82;letter-spacing:.12em;font-size:.68rem;font-weight:700}.admin-card h2{margin:10px 0 8px}.admin-card p{color:#777;margin:0;line-height:1.5}@media (width<=760px){.admin-grid{grid-template-columns:1fr}.admin-page{padding:20px}}.user-table-page{color:#f5f5f5;background:#090909;min-height:100vh;padding:40px}.user-table-header{border-bottom:1px solid #292929;margin-bottom:30px;padding-bottom:22px}.user-table-label{color:#ff2d82;letter-spacing:.14em;margin:0 0 6px;font-size:.72rem;font-weight:700}.user-table-header h1{margin:0;font-size:2rem}.user-table-header p:last-child{color:#777;margin-top:8px;font-size:.9rem}.user-table-wrapper{border:1px solid #292929;width:100%;overflow-x:auto}.user-table{border-collapse:collapse;background:#111;width:100%}.user-table thead{background:#161616}.user-table th{color:#888;text-align:left;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #303030;padding:14px 16px;font-size:.7rem;font-weight:700}.user-table td{color:#d9d9d9;border-bottom:1px solid #242424;padding:15px 16px;font-size:.85rem}.user-table tbody tr:last-child td{border-bottom:none}.user-table tbody tr:hover{background:#171217}.username-cell{color:#f5f5f5;font-weight:700}.user-id-cell{color:#777;white-space:nowrap;text-overflow:ellipsis;max-width:280px;font-family:monospace;overflow:hidden}.role-badge{color:#ff2d82;text-transform:uppercase;border:1px solid #ff2d82;border-radius:8px;padding:5px 9px;font-size:.7rem;font-weight:700;display:inline-block}.user-table-message{color:#777}.user-table-error{color:#ff7aaa;background:#ff2d8214;border:1px solid #ff2d82;margin-bottom:20px;padding:12px 14px}@media (width<=760px){.user-table-page{padding:20px}.user-table th,.user-table td{padding:12px}}.create-contest-page{color:#f5f5f5;background:#090909;min-height:100vh;padding:20px}.sport-tabs{background:#111;border:1px solid #292929;grid-template-columns:repeat(5,1fr);gap:12px;padding:12px;display:grid}.sport-tab{color:#aaa;cursor:pointer;background:#181818;border:1px solid #292929;padding:18px;font-size:1rem;font-weight:600;transition:border-color .15s,background .15s,color .15s}.sport-tab:hover{color:#fff;border-color:#ff2d82}.sport-tab.active{color:#fff;background:#ff2d82;border-color:#ff2d82}.contest-game-panel{background:#111;border:1px solid #292929;margin-top:12px}.game-scroll-area{max-height:570px;padding:18px;overflow-y:auto}.game-scroll-area::-webkit-scrollbar{width:8px}.game-scroll-area::-webkit-scrollbar-track{background:#111}.game-scroll-area::-webkit-scrollbar-thumb{background:#333}.game-scroll-area::-webkit-scrollbar-thumb:hover{background:#ff2d82}.date-group{margin-bottom:28px}.date-group:last-child{margin-bottom:0}.date-heading{color:#fff;background:#171717;border-bottom:1px solid #292929;border-left:3px solid #ff2d82;padding:14px 16px;font-size:1rem;font-weight:700}.date-games{background:#0e0e0e}.game-row{cursor:pointer;border-bottom:1px solid #242424;align-items:center;gap:16px;min-height:70px;padding:14px 16px;transition:background .15s,border-color .15s;display:flex}.game-row:last-child{border-bottom:none}.game-row:hover{background:#161216}.game-row.selected{background:#ff2d8214;border-left:3px solid #ff2d82}.game-row input[type=checkbox]{appearance:none;cursor:pointer;background:#181818;border:1px solid #555;flex-shrink:0;width:21px;height:21px}.game-row input[type=checkbox]:checked{background:#ff2d82;border-color:#ff2d82}.game-row input[type=checkbox]:checked:after{content:"✓";color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:.8rem;font-weight:700;display:flex}.game-info{justify-content:space-between;align-items:center;width:100%;display:flex}.game-teams{color:#f5f5f5;align-items:center;gap:10px;font-size:.95rem;font-weight:600;display:flex}.game-at{color:#666}.game-time{color:#777;font-size:.85rem}.game-loading,.no-games{color:#777;text-align:center;margin:0;padding:30px}.game-error{color:#ff2d82;text-align:center;margin:0;padding:30px}.contest-footer{background:#111;border:1px solid #292929;align-items:flex-end;gap:30px;margin-top:12px;padding:20px 24px;display:flex}.footer-stat,.footer-entry{flex-direction:column;gap:7px;display:flex}.footer-label{color:#777;letter-spacing:.12em;white-space:nowrap;font-size:.67rem;font-weight:700}.footer-value{color:#fff;font-size:1.5rem;font-weight:700}.entry-fee-input-wrapper{background:#151515;border:1px solid #343434;align-items:center;width:180px;height:52px;transition:border-color .2s;display:flex;overflow:hidden}.entry-fee-input-wrapper:focus-within{border-color:#ff2d87}.entry-fee-input-wrapper>span{color:#8e8e93;border-right:1px solid #343434;justify-content:center;align-items:center;width:48px;height:100%;font-size:1.25rem;font-weight:600;display:flex}.entry-fee-input-wrapper input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;height:100%;padding:0 16px;font-family:inherit;font-size:1.1rem;font-weight:700}.entry-fee-input-wrapper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.entry-fee-input-wrapper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.entry-fee-input-wrapper input[type=number]{-moz-appearance:textfield}.footer-entry select{color:#fff;cursor:pointer;background:#181818;border:1px solid #333;height:40px;padding:0 11px;font-size:.9rem}.footer-entry select:hover{border-color:#555}.footer-entry select:focus{border-color:#ff2d82;outline:none}.contest-time-selectors{align-items:center;gap:6px;display:flex}.contest-time-selectors select{min-width:60px}.time-colon{color:#777;font-size:1rem;font-weight:700}.contest-create-section{flex-direction:column;align-items:flex-end;gap:8px;margin-left:auto;display:flex}.create-contest-button{color:#fff;cursor:pointer;background:#ff2d82;border:1px solid #ff2d82;min-height:42px;padding:0 28px;font-size:.9rem;font-weight:700;transition:background .15s,opacity .15s}.create-contest-button:hover:not(:disabled){background:#e52472}.create-contest-button:disabled{opacity:.5;cursor:not-allowed}.contest-message{color:#aaa;text-align:right;max-width:300px;margin:0;font-size:.78rem}@media (width<=1050px){.contest-footer{flex-wrap:wrap}.contest-create-section{align-items:stretch;width:100%;margin-left:0}.create-contest-button{width:100%}.contest-message{text-align:left;max-width:none}}@media (width<=850px){.sport-tabs{grid-template-columns:repeat(3,1fr)}.game-info{flex-direction:column;align-items:flex-start;gap:7px}}@media (width<=550px){.create-contest-page{padding:12px}.sport-tabs{grid-template-columns:repeat(2,1fr)}.contest-footer{flex-direction:column;align-items:stretch}.footer-entry select,.contest-time-selectors{width:100%}.contest-time-selectors select{flex:1}}.footer-entry input[type=date]{color:#fff;cursor:pointer;background:#181818;border:1px solid #333;height:40px;padding:0 11px;font-size:.9rem}.footer-entry input[type=date]:hover{border-color:#555}.footer-entry input[type=date]:focus{border-color:#ff2d82;outline:none}.footer-entry{flex-direction:column;flex:1;gap:8px;display:flex}.footer-label{letter-spacing:1.2px;color:#8e8e93;font-size:.75rem;font-weight:700}.footer-entry input{box-sizing:border-box;color:#fff;background:#151515;border:1px solid #343434;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:.9rem;transition:border-color .2s,background .2s}.footer-entry input::placeholder{color:#656565}.footer-entry input:hover{border-color:#505050}.footer-entry input:focus{background:#191919;border-color:#ff2d87}.mybets-page{color:#f5f5f5;background:#090909;min-height:100vh}.mybets-main{min-height:100vh;margin-left:240px;padding:32px 38px 50px}.mybets-page-header{margin-bottom:28px}.mybets-page-header>span{color:#ff2d82;letter-spacing:.13em;margin-bottom:7px;font-size:.7rem;font-weight:700;display:block}.mybets-page-header h1{color:#fff;margin:0;font-size:2rem;font-weight:700}.mybets-page-header p{color:#777;margin:8px 0 0;font-size:.88rem}.mybets-tabs{border-bottom:1px solid #292929;gap:35px;margin-bottom:20px;display:flex}.mybets-tabs button{color:#777;letter-spacing:.05em;cursor:pointer;background:0 0;border:none;padding:0 5px 14px;font-size:.75rem;font-weight:700;position:relative}.mybets-tabs button:hover{color:#fff}.mybets-tabs button.active{color:#ff2d82}.mybets-tabs button.active:after{content:"";background:#ff2d82;height:2px;position:absolute;bottom:-1px;left:0;right:0}.mybets-contests{flex-direction:column;gap:18px;display:flex}.mybets-contest{background:#111;border:1px solid #292929}.mybets-contest-header{border-bottom:1px solid #292929;justify-content:space-between;align-items:center;gap:35px;min-height:95px;padding:18px 22px;display:flex}.contest-title-area{min-width:240px}.contest-title-area .contest-sport{color:#ff2d82;letter-spacing:.12em;font-size:.62rem;font-weight:700}.contest-title-area h2{color:#fff;margin:5px 0 4px;font-size:1.18rem;font-weight:600}.contest-title-area p{color:#666;margin:0;font-size:.73rem}.contest-header-stats{align-items:center;gap:25px;display:flex}.contest-header-stat{text-align:center;min-width:80px}.contest-header-stat span{color:#666;letter-spacing:.07em;margin-bottom:5px;font-size:.58rem;font-weight:700;display:block}.contest-header-stat strong{color:#fff;font-size:.85rem}.contest-header-stat .pink-value{color:#ff2d82}.contest-stat-divider{background:#292929;width:1px;height:38px}.mybets-game-list{flex-direction:column;display:flex}.mybets-game-row{border-bottom:1px solid #252525;grid-template-columns:95px minmax(400px,1fr) 110px;align-items:center;min-height:72px;padding:8px 14px;display:grid}.mybets-game-row:last-child{border-bottom:none}.mybets-game-row:hover{background:#131313}.mybets-game-meta{flex-direction:column;gap:5px;display:flex}.mybets-game-meta span{color:#ff2d82;letter-spacing:.08em;font-size:.62rem;font-weight:700}.mybets-game-meta p{color:#666;margin:0;font-size:.7rem}.mybets-game-teams{grid-template-columns:1fr 50px 1fr;align-items:center;gap:12px;display:grid}.locked-team-button{color:#e6e6e6;text-align:left;background:#181818;border:1px solid #343434;border-radius:9px;width:100%;min-height:46px;padding:0 14px;font-size:.82rem;font-weight:600}.locked-team-button:disabled{opacity:1;cursor:default}.locked-team-button.picked{color:#fff;background:#ff2d820f;border-color:#ff2d82}.mybets-vs{color:#666;text-align:center;font-size:.68rem;font-weight:700}.mybets-locked{color:#ff2d82;justify-content:flex-end;align-items:center;gap:7px;font-size:.7rem;font-weight:600;display:flex}.lock-icon{color:#ff2d82;font-size:.75rem}.mybets-empty{text-align:center;background:#111;border:1px solid #292929;flex-direction:column;justify-content:center;align-items:center;min-height:230px;display:flex}.mybets-empty .empty-icon{color:#ff2d82;margin-bottom:12px;font-size:1.3rem}.mybets-empty h2{color:#ddd;margin:0;font-size:1rem;font-weight:600}.mybets-empty p{color:#666;margin:8px 0 0;font-size:.78rem}.mybets-empty.error{color:#ff2d82}.mybets-past{flex-direction:column;gap:15px;display:flex}.past-bet-selector{background:#111;border:1px solid #292929;align-items:center;gap:14px;padding:14px 18px;display:flex}.past-bet-selector label{color:#666;letter-spacing:.09em;font-size:.62rem;font-weight:700}.past-bet-selector select{color:#fff;cursor:pointer;background:#181818;border:1px solid #343434;min-width:340px;height:40px;padding:0 12px;font-size:.8rem}.past-bet-selector select:hover{border-color:#555}.past-bet-selector select:focus{border-color:#ff2d82;outline:none}@media (width<=1100px){.mybets-contest-header{flex-direction:column;align-items:flex-start}.contest-header-stats{justify-content:space-between;width:100%}}@media (width<=900px){.mybets-main{margin-left:0;padding:22px}.mybets-game-row{grid-template-columns:80px 1fr}.mybets-locked{grid-column:2;justify-content:flex-start;margin-top:7px}}@media (width<=650px){.mybets-main{padding:14px}.contest-header-stats{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.contest-stat-divider{display:none}.mybets-game-row{flex-direction:column;align-items:stretch;gap:10px;padding:14px;display:flex}.mybets-game-teams{grid-template-columns:1fr 32px 1fr}.past-bet-selector{flex-direction:column;align-items:stretch}.past-bet-selector select{width:100%;min-width:0}}.leagues-page{color:#fff;background:#080808;min-height:100vh}.leagues-main{box-sizing:border-box;min-height:100vh;margin-left:225px;padding:60px 70px}.leagues-header{margin-bottom:40px}.leagues-header h1{color:#ff2d8d;margin-bottom:2rem;font-size:2.8rem}.leagues-description{color:#8f8f95;margin:0;font-size:1rem}.league-options-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1000px;display:grid}.league-option-card{color:#fff;cursor:pointer;text-align:center;background:#111113;border:1px solid #29292d;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:190px;padding:28px;transition:transform .2s,border-color .2s,background .2s;display:flex}.league-option-card:hover{background:#151517;border-color:#ff2d8d;transform:translateY(-3px)}.league-option-icon{color:#ff2d8d;background:#ff2d8d1a;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:26px;font-size:1.4rem;display:flex}.league-option-card h2{text-align:center;color:#fff;margin:0 0 8px;font-size:1.2rem}.league-option-card p{color:#8f8f95;text-align:center;margin:0;font-size:.9rem;line-height:1.5}@media (width<=850px){.leagues-main{padding:40px 30px}.league-options-grid{grid-template-columns:1fr}}.profile-page{color:#fff;background:#080808;min-height:100vh}.profile-main{margin-left:240px;padding:48px 55px}.profile-header{margin-bottom:32px}.profile-small-title h1,.profile-section-label{color:#ff2d87;letter-spacing:2px;margin-bottom:10px;font-size:.8rem;font-weight:800}.profile-small-title h1{color:#fff}.profile-header h1{margin:0;font-size:2rem}.profile-subtitle{color:#777;margin-top:8px}.profile-card{background:#111;border:1px solid #303030;border-radius:14px;margin-bottom:32px;padding:32px}.profile-user{border-bottom:1px solid #292929;align-items:center;gap:18px;margin-bottom:28px;padding-bottom:28px;display:flex}.profile-avatar{color:#ff2d87;border:1px solid #ff2d87;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.6rem;font-weight:700;display:flex}.profile-user h2{margin:0 0 5px}.profile-user p{color:#777;margin:0}.profile-stats{grid-template-columns:repeat(3,1fr);display:grid}.profile-stat{border-right:1px solid #292929;flex-direction:column;gap:7px;padding:0 25px;display:flex}.profile-stat:first-child{padding-left:0}.profile-stat:last-child{border-right:none}.profile-stat-label{color:#696969;letter-spacing:1px;font-size:.7rem;font-weight:700}.profile-stat-value{font-size:1.3rem;font-weight:700}.profile-section-label{margin-bottom:14px}.profile-settings-card{background:#111;border:1px solid #303030;border-radius:14px;overflow:hidden}.profile-setting-row{color:#fff;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #292929;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;font-family:inherit;font-size:.95rem;display:flex}.profile-setting-row:last-child{border-bottom:none}.profile-setting-row:hover{background:#171717}.profile-setting-row div{color:#777;align-items:center;gap:15px;display:flex}.username-setting-row{justify-content:space-between;align-items:center;display:flex}.username-display-button{color:#777;cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;font-family:inherit;font-size:.95rem;display:flex}.username-edit{align-items:center;gap:8px;display:flex}.username-edit input{color:#fff;background:#171717;border:1px solid #3a3a3a;border-radius:7px;outline:none;width:180px;padding:9px 12px;font-family:inherit}.username-edit input:focus{border-color:#ff2d87}.username-save-button,.username-cancel-button{cursor:pointer;border-radius:7px;padding:9px 14px;font-family:inherit;font-size:.8rem;font-weight:700}.username-save-button{color:#fff;background:#ff2d87;border:1px solid #ff2d87}.username-cancel-button{color:#888;background:0 0;border:1px solid #3a3a3a}.username-save-button:disabled,.username-cancel-button:disabled{opacity:.5;cursor:not-allowed}
