@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=JetBrains+Mono:wght@400;700&family=Bebas+Neue&display=swap";html,body{color:#e0e0e0;background:#121212;min-height:100vh;margin:0;padding:0;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}#root{width:100%}.data-number{font-family:Inter,sans-serif}.flash-up{transition:text-shadow .1s;color:#fff!important;text-shadow:0 0 10px #00c805cc!important}.flash-down{transition:text-shadow .1s;color:#fff!important;text-shadow:0 0 10px #ff4b4bcc!important}.track-btn{color:#ffffff80;cursor:pointer;letter-spacing:.5px;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:4px;padding:3px 8px;font-family:JetBrains Mono,monospace;font-size:.6rem;font-weight:600;transition:all .2s;display:inline-flex}.track-btn:hover{color:#fff;background:#ffffff1a;border-color:#ffffff4d}.track-btn.active{color:#ffb020;background:#ffb0201a;border-color:#ffb02080}.dashboard-container{max-width:1400px;margin:0 auto;padding:30px 30px 80px}.global-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.header-left{color:#e0e0e0;align-items:center;gap:10px;font-size:.8rem;font-weight:600;display:flex}.running-dot{background:#000;border-radius:50%;width:8px;height:8px;animation:1s infinite alternate pulse;box-shadow:0 0 8px #0f6}.header-center{text-align:center}.header-center h1{letter-spacing:4px;margin:0;font-family:Bebas Neue,sans-serif;font-size:3.5rem;font-weight:400;line-height:1}.header-center p{color:#0ea5e9;letter-spacing:1px;text-transform:uppercase;text-shadow:0 2px 4px #00000080;margin-top:8px;font-size:1.15rem;font-weight:600}.header-right{color:#fff9;text-align:right;font-family:JetBrains Mono,monospace;font-size:.75rem;line-height:1.5}.legend{justify-content:center;gap:15px;margin-bottom:30px;display:flex}.legendBlock{background:#1e1e1e;border-top:3px solid #0000;border-radius:8px;flex-direction:column;align-items:center;padding:10px 20px;display:flex;box-shadow:0 4px 15px #0000004d}.legendScore{font-size:1.1rem;font-weight:800}.legendText{color:#fff9;margin-top:4px;font-size:.7rem}.lowBlock{border-color:#00e676;box-shadow:0 -4px 15px #00e6761a}.moderateBlock{border-color:#ffe600;box-shadow:0 -4px 15px #ffe6001a}.highBlock{border-color:red;box-shadow:0 -4px 15px #ff00001a}.extremeBlock{border-color:#d500f9;box-shadow:0 -4px 20px #d500f94d}.topPanels{gap:20px;margin-bottom:30px;display:flex}.panel{background:#1e1e1e;border-radius:8px;flex:1;padding:20px}.panel h2{margin:0;font-size:1.1rem;font-weight:800}.leaderBoardVertical{flex-direction:column;gap:8px;width:100%;display:flex}.leaderboardItemVertical{background:#ffffff05;border:1px solid #ffffff0d;border-left-width:4px;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;transition:transform .2s,background .2s;display:flex}.leaderboardItemVertical:hover{background:#ffffff0d;transform:translate(5px)}.lbLeft{align-items:center;gap:15px;display:flex}.lbRight{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.lbRank{color:#ffffff4d;min-width:20px;font-size:1.2rem;font-weight:800}.lbMatchup{align-items:center;gap:8px;display:flex}.lbLogo{object-fit:contain;width:24px;height:24px}.lbTeam{font-size:.95rem;font-weight:600}.lbAt{color:#fff6;font-size:.8rem}.lbImpact{margin:0;font-size:1rem;font-weight:700}.lbWeather{color:#ffffff80;font-family:JetBrains Mono,monospace;font-size:.75rem}.leaderboardItem{border-bottom:1px solid #ffffff0d;justify-content:space-between;padding:12px 0;font-family:JetBrains Mono,monospace;font-size:.9rem;display:flex}.dashboard-controls{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.dashboard-controls-buttons{gap:10px;display:flex}.gameGrid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.card{cursor:pointer;background:#1e1e1e;border:2px solid #ffffff0d;border-radius:8px;padding:20px;transition:transform .2s;position:relative}.card:hover{transform:translateY(-3px)}.pulse-tier-1{border-color:#00e676;animation:2s infinite alternate pulseLow}.pulse-tier-2{border-color:#ffe600;animation:2s infinite alternate pulseYellow}.pulse-tier-3{border-color:red;animation:1.5s infinite alternate pulseHigh}.pulse-tier-4{border-color:#d500f9;animation:1s infinite alternate pulseExtreme}.pulse-tier-1 .impactCircle,.pulse-tier-1 .lbImpact{color:#00e676;border-color:#00e676}.pulse-tier-2 .impactCircle,.pulse-tier-2 .lbImpact{color:#ffe600;border-color:#ffe600}.pulse-tier-3 .impactCircle,.pulse-tier-3 .lbImpact{color:red;border-color:red}.pulse-tier-4 .impactCircle,.pulse-tier-4 .lbImpact{color:#d500f9;border-color:#d500f9}@keyframes pulseLow{0%{box-shadow:0 0 5px #00e67633}to{box-shadow:0 0 15px #00e67699}}@keyframes pulseYellow{0%{box-shadow:0 0 5px #ffe60033}to{box-shadow:0 0 20px #ffe600b3}}@keyframes pulseHigh{0%{box-shadow:0 0 10px #f006}to{box-shadow:0 0 30px #ff0000e6}}@keyframes pulseExtreme{0%{box-shadow:0 0 15px #d500f999}to{box-shadow:0 0 40px #d500f9}}.cardTop{color:#ffffff80;justify-content:space-between;align-items:flex-start;font-family:JetBrains Mono,monospace;font-size:.75rem;display:flex}.impactCircle{border:2px solid #fff3;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:4px 10px;display:flex}.impactScore{color:inherit;font-size:1.1rem;font-weight:700}.impactLabel{text-transform:uppercase;color:#ffffff80;margin-top:-2px;font-size:.5rem}.matchup{justify-content:center;align-items:center;gap:15px;margin:15px 0;display:flex}.teamCol{flex-direction:column;align-items:center;gap:5px;display:flex}.teamLogo{object-fit:contain;background:radial-gradient(circle,#ffffffd9 15%,#fff6 50%,#0000 75%);border-radius:50%;width:60px;height:60px}.teamName{font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:700}.teamScore{color:#fff;margin-top:5px;font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:900}.at{color:#ffffff4d;font-size:.8rem}.weatherCompact{color:#e0e0e0;justify-content:space-between;margin-top:15px;font-family:JetBrains Mono,monospace;font-size:.85rem;display:flex}.weatherInsight{text-align:center;color:#ffffff80;margin-top:15px;font-size:.75rem;font-style:italic}@media (width<=768px){.dashboard-container{padding:10px 10px 80px}.global-header{text-align:center;flex-direction:column;align-items:center;gap:15px}.header-right{text-align:center}.legend{flex-wrap:wrap;gap:8px}.legendBlock{flex:40%;padding:8px}.legendScore{font-size:.9rem}.legendText{font-size:.65rem}.topPanels{flex-direction:column}.gameGrid{grid-template-columns:1fr}.cardTop,.weatherCompact{flex-wrap:wrap;gap:5px}.dashboard-controls{flex-direction:column;align-items:flex-start;gap:15px}}.game-container{max-width:1400px;margin:0 auto;padding:30px 30px 80px}.back-btn{color:#4da6ff;cursor:pointer;z-index:2000;background:0 0;border:none;margin-top:40px;margin-bottom:20px;font-family:JetBrains Mono,monospace;font-size:.9rem;position:relative}.stadium-hero-grid{grid-template-columns:1fr 2fr;gap:20px;margin-bottom:20px;display:grid}.stadium-bottom-grid{grid-template-columns:1fr 2fr;gap:20px;margin-bottom:40px;display:grid}.panel-card{background:#1e1e1e;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;padding:20px;display:flex;box-shadow:0 5px 20px #0000004d}.panel-header{color:#fff9;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:.8rem;font-weight:800}.rating-dial{color:#ffb020;border:3px solid #ffb020;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto;font-family:JetBrains Mono,monospace;font-size:2.5rem;font-weight:700;display:flex;box-shadow:0 0 15px #ffb02033}.out-of{text-align:center;color:#fff6;letter-spacing:2px;margin-top:15px;margin-bottom:20px;font-size:.6rem}.scouting-text{color:#fffc;background:#ffffff05;border:1px solid #ffffff0d;border-radius:6px;margin-bottom:15px;padding:15px;font-size:.85rem;line-height:1.5}.alert-btn{color:#ffb020;text-align:center;background:#ffb0201a;border:1px solid #ffb02080;border-radius:6px;padding:12px;font-size:.8rem;font-weight:700}.stadium-title{text-align:center;margin-bottom:5px;font-size:1.2rem;font-weight:800}.stadium-env{text-align:center;color:#ffffff80;margin-bottom:15px;font-size:.7rem}.dir-arrows{justify-content:center;gap:15px;margin-bottom:5px;font-size:1.2rem;display:flex}.stadium-wrapper{background:#2d333b;border-radius:40px;flex:1;margin-top:15px;padding:10px;display:flex;box-shadow:inset 0 0 20px #000c,0 5px 15px #00000080}.field{background-color:#1b3a20;background-image:repeating-linear-gradient(90deg,#0000,#0000 10%,#00000026 10% 20%);border-radius:30px;flex:1;width:100%;height:160px;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #0009}.yardLine{background:#ffffff4d;width:2px;position:absolute;top:0;bottom:0}.endzone{background:#0006;justify-content:center;align-items:center;width:10%;display:flex;position:absolute;top:0;bottom:0}.leftEZ{border-right:2px solid #ffffffb3;left:0}.rightEZ{border-left:2px solid #ffffffb3;right:0}.hash-marks{pointer-events:none;border-top:2px dashed #ffffff4d;border-bottom:2px dashed #ffffff4d;position:absolute;inset:35% 10%}.wind-streamlines{pointer-events:none;position:absolute;inset:0}.streamline{background:linear-gradient(90deg,#0000,#fff9,#0000);height:1px;animation:linear infinite windBlow;position:absolute;transform:rotate(-135deg);box-shadow:0 0 4px #ffffff4d}@keyframes windBlow{0%{opacity:0;transform:rotate(-135deg)translate(-50px)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:rotate(-135deg)translate(600px)}}.logo-overlay{opacity:.8;pointer-events:none;width:60px;height:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.conditions-row{justify-content:space-between;margin-top:10px;margin-bottom:30px;display:flex}.cond-block{flex:1}.cond-label{color:#ffffff80;margin-bottom:8px;font-size:.6rem}.cond-val{font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:800}.cond-sub{color:#ffb020;margin-top:4px;font-size:.7rem}.quarters-wrapper{flex:1;justify-content:space-between;display:flex}.q-column{text-align:center;background:#ffffff05;border-radius:6px;flex-direction:column;flex:1;align-items:center;margin:0 5px;padding:15px;display:flex}.q-title{margin-bottom:15px;font-size:.8rem;font-weight:700}.q-impact{color:#ffb020;border:1px solid #ffb020;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:15px;font-family:JetBrains Mono,monospace;display:flex}.q-icon{margin-bottom:10px;font-size:1.5rem}.q-temp{margin-bottom:5px;font-size:1.2rem;font-weight:700}.q-wind{color:#fff9;margin-bottom:15px;font-size:.7rem}.q-desc{color:#ffffff80;font-size:.65rem;line-height:1.4}#radar-layer{border-radius:6px;flex:1;overflow:hidden}.section-hint{text-align:center;color:#fff9;letter-spacing:.5px;margin-bottom:15px;font-family:Inter,sans-serif;font-size:.85rem}.compact-sticky-matrix{display:none}#playerStatsBox{background:#1e1e1e;border:1px solid #ffffff0d;border-radius:8px;padding:30px;box-shadow:0 5px 20px #0000004d}.positionTabs{justify-content:center;gap:15px;margin-bottom:25px;display:flex}.posTab{cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-family:Inter,sans-serif;font-size:.8rem;transition:all .1s;display:flex}.activePos{color:#000;background:#4da6ff;border-color:#4da6ff;font-weight:700}.weatherTabs{justify-content:space-around;width:100%;margin-bottom:25px;display:flex}.weatherTab{cursor:pointer;color:#fff6;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:5px;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;transition:all .2s;display:flex}.weatherTab:hover{color:#fffc}.tab-icon{stroke-width:1.5px;width:24px;height:24px}.activeTab{color:#00e676;text-shadow:0 0 10px #00e6764d}.splitGrid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.playerCard{background:#ffffff05;border-radius:6px;padding:20px}.playerHeader{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.playerNav{align-items:center;gap:10px;font-weight:700;display:flex}.navArrow{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:4px}.playerProfile{align-items:center;gap:15px;margin-bottom:20px;display:flex}.playerAvatar{background:#1e1e1e;border:2px solid #ffffff1a;border-radius:50%;flex-shrink:0;width:60px;height:60px;overflow:hidden}.playerAvatar img{object-fit:cover;object-position:top;width:100%;height:100%}.playerInfo{flex-direction:column;gap:5px;display:flex}.playerInfo h2{color:#fff;margin:0;font-size:1.3rem}.careerGamesBadge{color:#4da6ff;text-transform:uppercase;background:#4da6ff1a;border:1px solid #4da6ff4d;border-radius:4px;width:fit-content;padding:4px 8px;font-size:.65rem;font-weight:700;display:inline-block}.metric{background:#1e1e1e;border:1px solid #ffffff0d;border-radius:4px;padding:10px}.metricValue{color:#fff;font-family:JetBrains Mono,monospace;font-size:1.3rem;font-weight:700}.drive-indicator{z-index:10;background:#000000d9;border:1px solid #fff3;border-radius:20px;align-items:center;gap:8px;padding:6px 14px;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 10px #00000080}.drive-indicator.right{left:20%}.drive-indicator.left{right:20%}.drive-indicator img{width:20px;height:20px}.drive-arrow{color:#ffb020;font-size:1.2rem;animation:1.5s infinite pulseArrow}@keyframes pulseArrow{0%{opacity:.3;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}to{opacity:.3;transform:scale(.9)}}.metrics{text-align:center;justify-content:space-around;width:100%;margin-bottom:15px;display:flex}.metric-diff{font-weight:700}.insight-summary{background:#ffffff0d;border-left:3px solid #ffb020;border-radius:8px;margin-top:15px;padding:12px;font-size:.85rem;line-height:1.4}.insight-text{margin-bottom:8px}.confidence-badge{border-radius:12px;padding:4px 8px;font-size:.75rem;font-weight:700;display:inline-block}.conf-low{color:#ff4d4d;background:#ff4d4d33}.conf-medium{color:#ffb020;background:#ffb02033}.conf-high{color:#00e676;background:#00e67633}.weatherTabs{grid-template-columns:repeat(6,1fr);gap:5px;margin-bottom:15px;display:grid}.weatherTab{font-size:.8rem}@media (width<=768px){.game-container{padding:10px 10px 80px}.stadium-hero-grid,.stadium-bottom-grid{grid-template-columns:1fr;gap:15px}.quarters-wrapper{flex-wrap:wrap;gap:10px}.q-column{flex:40%;margin:0}.splitGrid{grid-template-columns:1fr;gap:20px}.compact-sticky-matrix{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ef2;border-bottom:1px solid #ffffff1a;border-top-left-radius:8px;border-top-right-radius:8px;justify-content:space-around;margin:-30px -30px 20px;padding:10px;font-size:.75rem;font-weight:700;display:flex;position:sticky;top:0}.positionTabs{white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:5px;display:flex;overflow-x:auto}.positionTabs::-webkit-scrollbar{display:none}.weatherTab{flex:auto;gap:4px;padding:2px;font-size:.6rem}.posTab{flex:none;padding:10px 15px}.metrics{flex-wrap:wrap;gap:10px}.metric{flex:40%}.conditions-row{flex-wrap:wrap;gap:15px}.cond-block{flex:40%}.field{flex-shrink:0;height:160px;min-height:160px}}.login-container{background-color:#121212;background-image:radial-gradient(circle at 15%,#ffb0200d,#0000 25%),radial-gradient(circle at 85% 30%,#4da6ff0d,#0000 25%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-box{text-align:center;background:#1e1e1e;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:400px;padding:40px;box-shadow:0 10px 30px #000c}.login-title{color:#fff;letter-spacing:2px;margin:0;font-family:Inter,sans-serif;font-size:1.8rem}.login-subtitle{color:#ffb020;letter-spacing:1px;margin-top:5px;margin-bottom:30px;font-size:.8rem;font-weight:700}.login-form{flex-direction:column;gap:15px;display:flex}.login-input{color:#fff;text-align:center;background:#00000080;border:1px solid #fff3;border-radius:6px;padding:12px 15px;font-family:JetBrains Mono,monospace;font-size:1rem;transition:all .2s}.login-input:focus{border-color:#4da6ff;outline:none;box-shadow:0 0 10px #4da6ff33}.login-input.error{border-color:#ff4d4d;animation:.4s ease-in-out shake}.login-button{color:#000;cursor:pointer;letter-spacing:1px;background:#ffb020;border:none;border-radius:6px;padding:12px;font-family:Inter,sans-serif;font-weight:700;transition:all .2s}.login-button:hover{background:#ffc247;transform:translateY(-2px);box-shadow:0 4px 15px #ffb0204d}.login-error{color:#ff4d4d;margin-top:15px;font-family:Inter,sans-serif;font-size:.85rem}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}}@media (width<=768px){.login-container{padding:20px}.login-box{padding:30px 20px}.login-title{font-size:1.5rem}}.hiw-container{color:#fff;background-color:#0a0a0a;flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.hiw-background-glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#0ea5e91a 0%,#0000 60%);width:80vw;height:80vw;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.hiw-header{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0acc;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px 40px;display:flex;position:relative}.back-button{color:#fff9;cursor:pointer;align-items:center;gap:8px;font-size:.9rem;font-weight:600;transition:color .2s;display:flex}.back-button:hover{color:#fff}.hiw-logo{letter-spacing:2px;margin:0;font-size:1.5rem;font-weight:900}.hiw-logo .accent{color:#0ea5e9}.hiw-content-wrapper{z-index:10;flex-direction:column;flex:1;align-items:center;padding:40px 20px;display:flex;position:relative}.hiw-card{background:#0f172a99;border:1px solid #0ea5e94d;border-radius:16px;width:100%;max-width:800px;padding:40px;box-shadow:0 10px 30px #00000080}.hiw-card h2{color:#fff;border-bottom:1px solid #ffffff1a;margin-top:0;margin-bottom:30px;padding-bottom:15px;font-size:2rem}.hiw-section{margin-bottom:30px}.hiw-section h3{color:#0ea5e9;margin-bottom:15px;font-size:1.3rem}.hiw-section p{color:#fffc;margin-bottom:15px;font-size:1rem;line-height:1.6}.hiw-section ul{color:#fffc;margin-bottom:15px;padding-left:20px;line-height:1.6}.hiw-section li{margin-bottom:10px}.hiw-highlight{background:#0ea5e91a;border-left:4px solid #0ea5e9;border-radius:0 8px 8px 0;padding:15px;font-weight:600;color:#fff!important}.hiw-feedback-section{text-align:center;border-top:1px solid #ffffff1a;margin-top:40px;padding-top:30px}.hiw-feedback-section h3{color:#fff;margin-bottom:10px;font-size:1.2rem}.hiw-feedback-section p{color:#fff9;margin-bottom:20px}.feedback-button{color:#fff;background:#0ea5e9;border-radius:8px;padding:12px 30px;font-weight:600;text-decoration:none;transition:background .2s,transform .1s;display:inline-block}.feedback-button:hover{background:#0284c7;transform:translateY(-2px)}.hiw-disclaimer{color:#ffffff4d;text-align:center;margin-top:40px;font-family:JetBrains Mono,monospace;font-size:.8rem}@media (width<=768px){.hiw-header{padding:15px 20px}.hiw-card{padding:25px}.hiw-card h2{font-size:1.5rem}}.watchlist-overlay{z-index:10000;opacity:0;pointer-events:none;background:#0009;width:100vw;height:100vh;transition:opacity .3s;position:fixed;top:0;left:0}.watchlist-overlay.open{opacity:1;pointer-events:auto}.watchlist-drawer{z-index:10001;background:#111;border-left:1px solid #ffffff1a;flex-direction:column;width:500px;max-width:90vw;height:100vh;transition:right .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-550px;box-shadow:-5px 0 35px #000000e6}.watchlist-drawer.open{right:0}.watchlist-header{background:#1a1a1a;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:25px;display:flex}.watchlist-title{color:#fff;letter-spacing:1px;align-items:center;gap:10px;margin:0;font-size:1.3rem;display:flex}.close-btn{color:#fff9;cursor:pointer;background:0 0;border:none;font-size:1.8rem;transition:all .2s}.close-btn:hover{color:#fff}.watchlist-content{flex:1;padding:25px;overflow-y:auto}.watchlist-section{margin-bottom:40px}.section-title{color:#0ea5e9;text-transform:uppercase;letter-spacing:1.5px;border-bottom:1px solid #0ea5e94d;margin-bottom:15px;padding-bottom:8px;font-size:.85rem;font-weight:600}.intelligence-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;margin-bottom:15px;display:flex;overflow:hidden}.card-header{background:#ffffff05;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:15px;display:flex}.item-name{color:#e0e0e0;align-items:center;gap:12px;font-size:1.1rem;font-weight:700;display:flex}.matchup-tag{color:#ffffffb3;letter-spacing:.5px;background:#ffffff1a;border-radius:12px;padding:3px 8px;font-size:.75rem;font-weight:600}.remove-btn{color:#ff4d4d;cursor:pointer;background:0 0;border:1px solid #ff4d4d4d;border-radius:6px;padding:5px 10px;font-size:.75rem;font-weight:600;transition:all .2s}.remove-btn:hover{background:#ff4d4d1a;border-color:#ff4d4d}.card-body{padding:15px}.insight-text{color:#fffc;margin-top:10px;font-size:.9rem;line-height:1.5}.weather-stats{gap:15px;margin-top:10px;display:flex}.w-stat{background:#0000004d;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;flex:1;padding:8px 12px;display:flex}.w-stat-label{color:#ffffff80;text-transform:uppercase;margin-bottom:4px;font-size:.7rem}.w-stat-val{color:#fff;font-size:1rem;font-weight:700}.player-metrics{grid-template-columns:1fr 1fr;gap:10px;margin-top:15px;display:grid}.p-metric{background:#0006;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;padding:10px;display:flex}.p-metric-header{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.p-metric-label{color:#ffffff80;font-size:.75rem;font-weight:600}.p-metric-diff{border-radius:4px;padding:2px 6px;font-size:.75rem;font-weight:700}.diff-pos{color:#00e676;background:#00e6761a}.diff-neg{color:#ff4d4d;background:#ff4d4d1a}.diff-neu{color:#aaa;background:#ffffff1a}.p-metric-vals{align-items:baseline;gap:8px;display:flex}.val-proj{color:#fff;font-size:1.1rem;font-weight:700}.val-base{color:#fff6;font-size:.8rem;text-decoration:line-through}.empty-state{text-align:center;color:#ffffff80;background:#0003;border:1px dashed #ffffff1a;border-radius:12px;padding:40px 20px;font-size:.95rem;line-height:1.6}@media (width<=768px){.watchlist-drawer{width:100vw;max-width:100vw}.player-metrics{grid-template-columns:1fr;gap:8px}.weather-stats{flex-direction:column;gap:5px}.w-stat{flex-direction:row;justify-content:space-between;align-items:center}.item-name{font-size:1rem}}.navbar-container{box-sizing:border-box;z-index:1000;justify-content:space-between;align-items:center;width:100vw;padding:20px 40px;display:flex;position:absolute;top:0;left:0}.navbar-right{align-items:center;gap:15px;display:flex}.navbar-brand{cursor:pointer;align-items:center;gap:15px;display:flex}.navbar-title{color:#f8fafc;letter-spacing:2px;text-shadow:0 0 10px #fff3;font-family:JetBrains Mono,monospace;font-size:1.2rem;font-weight:700}@media (width<=768px){.navbar-container{padding:15px}.navbar-title{display:none}}.navbar-email{color:#fff9;font-size:.8rem;display:block}.navbar-btn{cursor:pointer;border-radius:20px;align-items:center;gap:5px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.btn-watchlist{color:#ffb020;background:0 0;border:1px solid #ffb020}.btn-watchlist:hover{background:#ffb0201a}.btn-logout{color:#fff;background:#ffffff1a;border:1px solid #fff3}.btn-logout:hover{background:#fff3}.btn-login{color:#fff;background:#0ea5e9;border:none;padding:6px 16px}.btn-login:hover{background:#0284c7}@media (width<=768px){.navbar-container{box-sizing:border-box;background:0 0;justify-content:flex-end;gap:8px;width:100%;padding:15px 15px 0;position:relative;top:0;right:0}.navbar-email{display:none}.navbar-btn{padding:6px 10px;font-size:.75rem}.btn-watchlist span{display:none}.btn-watchlist:before{content:"★"}.btn-login{padding:6px 12px}}.ticker-wrapper{z-index:9999;background:#0a0a0a;border-top:1px solid #ffffff1a;align-items:center;height:30px;font-family:JetBrains Mono,monospace;font-size:11px;display:flex;position:fixed;bottom:0;left:0;right:0}.ticker-label{color:#fff;letter-spacing:1px;z-index:10;background:#c22929;align-items:center;min-width:90px;height:100%;padding:0 15px;font-weight:800;display:flex}.ticker-content{white-space:nowrap;flex:1;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.marquee{white-space:nowrap;color:#e0e0e0;animation:40s linear infinite scrollMarquee;display:inline-block}.marquee-item{opacity:.9;display:inline-block}.ticker-sep{color:#4da6ff;vertical-align:middle;margin:0 15px;font-size:8px}@keyframes scrollMarquee{0%{transform:translate(0%)}to{transform:translate(-50%)}}@media (width<=768px){.ticker-wrapper{display:none}}.footer-container{box-sizing:border-box;background-color:#0000;justify-content:center;align-items:center;gap:20px;width:100%;padding:40px 20px 60px;display:flex}.footer-link{color:#fff6;background:#ffffff08;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer-link:hover{color:#0ea5e9;background:#0ea5e91a;border-color:#0ea5e94d;transform:translateY(-2px)}.footer-link svg{width:20px;height:20px}.feedback-toggle-btn{color:#fff;cursor:pointer;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0ea5e9e6;border:1px solid #fff3;border-radius:30px;padding:10px 18px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 15px #0006}.feedback-toggle-btn:hover{background:#0ea5e9;transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e966}.feedback-widget-container{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172af2;border:1px solid #0ea5e966;border-radius:12px;flex-direction:column;width:320px;animation:.3s slideUpFade;display:flex;position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:0 10px 30px #0009}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feedback-header{background:#0006;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.feedback-header h4{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:.95rem}.feedback-close-btn{color:#fff9;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:color .2s}.feedback-close-btn:hover{color:#fff}.feedback-form{flex-direction:column;gap:12px;padding:16px;display:flex}.feedback-form label{color:#fffc;font-family:Inter,sans-serif;font-size:.85rem}.feedback-type-selector{gap:6px;display:flex}.feedback-type-selector button{color:#fff9;cursor:pointer;background:#0006;border:1px solid #ffffff1a;border-radius:6px;flex:1;padding:6px;font-size:.75rem;transition:all .2s}.feedback-type-selector button.active{color:#0ea5e9;background:#0ea5e933;border-color:#0ea5e9;font-weight:600}.feedback-form textarea{color:#fff;resize:none;background:#00000080;border:1px solid #fff3;border-radius:8px;outline:none;padding:10px;font-family:Inter,sans-serif;font-size:.85rem}.feedback-form textarea:focus{border-color:#0ea5e9}.feedback-submit-btn{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:8px;padding:10px;font-weight:600;transition:background .2s}.feedback-submit-btn:hover:not(:disabled){background:#0284c7}.feedback-submit-btn:disabled{opacity:.5;cursor:not-allowed}.feedback-success{text-align:center;color:#00e676;padding:30px 20px;font-size:.9rem;line-height:1.5}@media (width<=768px){.feedback-widget-container{border:none;border-top:1px solid #0ea5e966;border-radius:16px 16px 0 0;width:100%;bottom:0;right:0}}
