:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:none;-ms-overflow-style:none}:root::-webkit-scrollbar{display:none}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{height:100%;margin:0}html,body,#root{height:100%;margin:0;overflow-y:hidden}.parent{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:150px repeat(6,1fr) 0px;gap:8px;height:100vh;width:100vw;padding:8px;box-sizing:border-box}.header{grid-column:span 6 / span 6;background-color:#1e1e1e}.game-options{grid-column:span 2 / span 2;grid-row:span 6 / span 6;grid-row-start:2;background-color:#2c3e50;min-width:200px;overflow:scroll}.game-board{grid-column:span 4 / span 4;grid-row:span 6 / span 6;grid-column-start:3;grid-row-start:2;background-color:#4d4d4d;min-width:1200px;width:100%}.logo{height:95%;max-height:200px;display:block}.header-div{display:flex;justify-content:center;align-items:center;height:150px}.container{margin:10px}.gameOptions{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding:0;margin:10px 0 0;list-style:none}.gameOptions li{flex:0 0 calc(25% - 20px);box-sizing:border-box}.gameOptions li button{background:none;width:100%}.title{font-size:30px;color:#fff;text-align:center}.gameCard{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:120px;height:150px;border:1px solid black;border-radius:5px;padding:10px;background-color:#fff;box-sizing:border-box}.gameCardImage{width:100%;height:100px;margin-top:0}.gameCardName{margin-top:10px;font-size:10px;color:#000}.outer-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:50px;margin-top:-150px;height:600px}.higher-or-lower-title{font-size:30px;color:#fff;margin:20px}.higher-or-lower-subtitle{font-size:15px;color:#fff;margin:20px}.uparrow,.downarrow,.higher-or-lower{display:flex;flex-direction:column;align-items:center;justify-content:center}.uparrow,.downarrow{font-size:50px;margin:100px}.uparrow button,.downarrow button{background-color:transparent;border:none}.higher-or-lower{display:inline;flex-direction:column;align-items:center}.score{font-size:50px;margin-top:-175px;text-align:center;color:#fff}.you-lost{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:100px;color:#fff}.you-lost button{background-color:#fff;color:#000;display:inline;margin:10px;padding:10px}.jersey{position:relative;width:200px;height:260px;background-color:#0033a0;border-radius:16px;margin:40px auto;box-shadow:0 0 14px #0006;text-align:center;color:#fff;font-family:Arial Black,sans-serif;z-index:1}.leftSleeve,.rightSleeve{position:absolute;width:80px;height:150px;top:5px;background-color:#0033a0;border-radius:8px;z-index:0}.leftSleeve{left:-50px;rotate:45deg}.rightSleeve{right:-50px;rotate:-45deg}.name{position:absolute;top:20px;width:100%;font-size:20px;letter-spacing:1.5px;text-align:center;z-index:2}.number{position:absolute;bottom:60px;width:100%;font-size:130px;top:40px;font-weight:700;z-index:2}.rightTop,.leftTop{position:absolute;width:80px;height:10px;background:#fff;top:105px;right:0}.rightBottom,.leftBottom{position:absolute;width:80px;height:10px;background:#fff;top:130px;right:0}.statline-table-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.statline{margin-top:0;margin-left:20px;overflow:scroll;height:70vh;color:#fff}.statline-search{color:#000;width:100%;display:flex;justify-content:center;padding-top:20px}.statline-search>div{width:50%}.statline-guesses{margin-top:20px;display:flex;flex-direction:column;align-items:center;text-align:center}.statline-guesses>div{width:50%;margin-top:0}.statline-game-over{background-color:#fff;color:#000!important;border-radius:10px;width:100%;margin-top:40px}.statline-game-over h5{color:#000!important}.statline-game-over h4,.statline-game-over h5{text-align:center;width:100%;padding:10px;margin-left:-10px}.statline-game-over button{background-color:#6495ed;color:#000;display:inline;margin:10px;padding:10px}.chat-box{color:#fff}.scale{color:#fff;max-width:680px;margin:0 auto}.scale-header h2{margin:0 0 4px;font-size:24px;font-weight:700;text-align:center}.scale-header p{margin:0 0 16px;opacity:.85}.scale-body{display:grid;grid-template-columns:220px 1fr;align-items:start;gap:24px}@media (max-width: 640px){.scale-body{grid-template-columns:1fr}}.scale-input-group{display:flex;flex-direction:column;gap:8px}.scale-input-group label{font-size:14px;opacity:.9}.scale-input{appearance:textfield;background:#101418;border:1px solid #2a2f36;border-radius:8px;padding:10px 12px;font-size:16px;color:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.scale-input:focus{border-color:#5aa2ff;box-shadow:0 0 0 3px #5aa2ff33}.scale-input::-webkit-outer-spin-button,.scale-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.scale-slider-wrapper{display:flex;flex-direction:column;align-items:center;gap:6px}.scale-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.85}.scale-label.top{margin-bottom:-6px}.scale-label.bottom{margin-top:-6px}.temperature-slider{width:250px}.temperature-slider.MuiSlider-root{width:80px}.temperature-slider .MuiSlider-rail,.temperature-slider .MuiSlider-track{width:100px;left:50%;transform:translate(-50%);border-radius:12px}.temperature-slider .MuiSlider-rail{background:linear-gradient(to top,#004e92,#00c6ff,#fbd72b,#f9484a);opacity:1}.temperature-slider .MuiSlider-track{background:#ffffff59;border:none}.temperature-slider .MuiSlider-thumb{width:28px;height:28px;background-color:#fff;border:2px solid #1f2937;box-shadow:0 2px 8px #00000040;left:50%;transform:translate(-50%)}.temperature-slider .MuiSlider-valueLabel{background:#111827;color:#fff;border-radius:8px;padding:2px 8px}.wavelength{margin-top:0;margin-left:20px;overflow:scroll;height:70vh;display:flex}.scale{margin-left:50px;overflow:scroll;height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.wavelength-answers{font-size:12px}.wavelength-game-over{background-color:#fff;color:#000;border-radius:10px;width:450px}.wavelength-game-over h3,h5{padding:5px}.wavelength-game-over button{background-color:#6495ed;color:#000;display:inline;margin:10px;padding:10px}.on-the-clock{display:flex;flex-direction:row;align-items:flex-start;gap:40px}.on-the-clock h2,h4{color:#fff;width:400px;padding-left:20px}.on-the-clock-search{width:70%;margin-left:20px;color:#000}.on-the-clock-search h3,h4,h5{color:#fff;margin-top:10px}.on-the-clock-search h4{font-size:small}.on-the-clock-game-over{background-color:#fff;color:#000!important;border-radius:10px;width:350px;margin-top:40px;display:flex;flex-direction:column;align-items:center}.on-the-clock-game-over h2,h5{padding:10px;color:#000;margin-top:-10px;margin-bottom:0}.on-the-clock-game-over h2{font-size:25px}.on-the-clock-game-over button{background-color:#6495ed;color:#000;display:inline;margin:10px;padding:10px}.on-the-clock-draft-card{flex:1;margin-top:50px;margin-left:-220px}.draft-card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:1200px;height:100%}.draft-card-background{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:50%;max-height:600px;background-color:#fff;border-radius:10px;padding:20px;box-sizing:border-box}.draft-card-background h3{color:#000;font-size:20px}.draft-card-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-top:0}.draft-card img{width:15%;height:15%}.round,.team,.playerName,.position,.college,.pick{display:flex;align-items:center;justify-content:space-between;width:90%;margin:10px 0}.round h3,.team h3,.playerName h3,.position h3,.college h3,.pick h3{font-size:15px;color:#000;margin:0}.underline{flex:1;border-bottom:2px solid black;margin-left:10px;display:flex;align-items:center}@font-face{font-family:IndieFlower;src:url(/fonts/IndieFlower.woff2) format("woff2"),url(/fonts/IndieFlower.woff) format("woff");font-weight:400;font-style:normal}.text{color:#000;padding:0 5px 0 120px;font-family:IndieFlower,cursive}.text-team{color:#000;padding:0 5px 0 60px;font-family:IndieFlower,cursive}.text-name{color:#000;padding:0 5px 0 120px}.guess-the-player{margin:20px;overflow:scroll;height:70vh;overflow-x:hidden}.guess-the-player-title{font-size:50px;margin:0;color:#fff}.guess-the-player-subtitle{font-size:18px;margin-bottom:10px;color:#fff}.guess-the-player-search{display:flex;flex-direction:column;margin-bottom:20px}.guess-the-player-game-over{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-bottom:20px;color:#fff}.guess-the-player-game-over h3{font-size:30px;margin:0}.guess-the-player-table{display:grid;grid-template-columns:135px 135px 135px 135px 135px 135px 120px;align-items:center;text-align:center;color:#fff;margin-bottom:10px;margin-left:-50px}.guess-the-player-table h4{font-size:20px;margin:0}.player-guess{display:grid;flex-wrap:wrap;grid-template-columns:120px 120px 120px 120px 120px 120px 120px;gap:16px;justify-content:center;align-items:center;width:80%;margin:0 auto 10px}.player-card{background-color:#f8f8f8;border:2px solid #ccc;border-radius:8px;padding:12px 16px;width:80px;height:40px;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 2px 6px #0000001a}.player-card h1{font-size:14px;margin:0}.guess-the-college{margin-left:20px;overflow:scroll;height:75vh;color:#fff}.guess-the-college-display{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:-140px}.guess-the-college-options{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:-30px}.guess-the-college-buttons button{margin-inline:15px}.guess-the-college-game-over{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:-30px;margin-bottom:20px;color:#fff}.guess-the-college-game-over h3{font-size:20px;margin-top:20px}.guess-the-college-game-over h5{font-size:15px;margin-top:0;color:#fff}.contact{display:flex;position:absolute;top:25%;left:350px;justify-content:center;align-items:center;color:#fff;min-height:50vh;overflow:scroll;max-height:70vh;width:1000px}form{max-width:600px;width:100%;background:#fff;padding:25px 25px 30px;border-radius:8px;box-shadow:0 0 10px #0000001a;color:#333;margin:15px}form h2{font-size:30px;text-align:center;margin-bottom:-10px}form h4{font-size:15px;text-align:center;margin-bottom:-10px;color:#000;width:100%;margin-left:-15px}form .input-box{margin-top:10px}.input-box .field{width:90%;height:25px;background:transparent;border:2px solid #ccc;outline:none;border-radius:6px;padding:15px;font-size:12px;color:#333;margin-top:4px}.input-box .field.mess{height:80px!important;resize:none}.form-button{width:95%;height:55px;background:#826afb;border:none;border-radius:6px;box-shadow:0 0 10px #0000001a;cursor:pointer;color:#fff;transition:.5s;margin-top:10px}.form-button:hover{background:#6f5d8e}.path{--pill-bg: #ffffff;--pill-border: #e5e7eb;--pill-shadow: rgba(0, 0, 0, .06);--text: #111827;--muted: #6b7280;--badge-bg: #111827;--badge-text: #ffffff;display:flex;justify-content:center;padding:8px 12px}.path-track{display:grid;grid-auto-flow:column;width:100%;grid-auto-columns:300px;align-items:center;justify-content:center;gap:28px;list-style:none;padding:8px 6px;margin:0;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin}.path-track::-webkit-scrollbar{height:8px}.path-track::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.path-node{position:relative;display:flex;align-items:center}.path-node:not(:last-child):after{content:"";position:absolute;right:-14px;top:50%;transform:translateY(-50%);width:28px;height:2px;background:linear-gradient(90deg,#cbd5e1,#94a3b8);border-radius:2px}.path-node:not(:last-child):before{content:"";position:absolute;right:-14px;top:50%;transform:translate(12px,-50%) rotate(45deg);width:8px;height:8px;border-right:2px solid #94a3b8;border-top:2px solid #94a3b8;background:transparent}.node-pill{display:grid;grid-template-columns:40px auto;align-items:center;gap:12px;background:var(--pill-bg);color:var(--text);border:1px solid var(--pill-border);box-shadow:0 2px 10px var(--pill-shadow);border-radius:9999px;padding:10px 14px;width:100%;min-width:unset}.node-badge{display:grid;place-items:center;width:40px;height:40px;background:var(--badge-bg);color:var(--badge-text);font-weight:700;font-size:.9rem;border-radius:9999px;letter-spacing:.5px}.node-text{display:grid;gap:2px}.node-team{margin:0;font-size:1rem;line-height:1.1;margin-left:-20px!important;text-align:left!important}.node-years{font-size:.85rem;text-align:left!important;color:var(--muted)}@media (max-width: 420px){.node-pill{grid-template-columns:32px auto;min-width:200px;padding:8px 12px}.node-badge{width:32px;height:32px;font-size:.8rem}.node-team{font-size:.95rem}.node-years{font-size:.8rem}}.path{--pill-bg: #0f172a;--pill-border: #1f2937;--pill-shadow: rgba(0,0,0,.3);--text: #e5e7eb;--muted: #9ca3af;--badge-bg: #2563eb;--badge-text: #e5e7eb}.where-he-play{--bg: #0f1115;--panel: #151923;--panel-border: #202635;--text: #f6f7fb;--muted: #a9b1c7;--accent: #6aa1ff;--success: #3ddc97;--danger: #ff6b6b;--shadow: 0 8px 24px rgba(0,0,0,.25);margin:0 20px;color:var(--text);width:100%;max-width:1100px;height:77vh;overflow-y:auto;overflow-x:hidden}.where-he-play h2,.where-he-play h4{color:var(--text);margin:0;padding-left:20px}.where-he-play h2{font-size:2rem;letter-spacing:.2px;padding-top:6px}.where-he-play h4{color:var(--muted);font-weight:500;margin-top:6px;padding-bottom:6px}.where-he-play-search{margin:16px 20px 0;width:clamp(260px,80%,720px);color:#000}.where-he-play-path{margin-top:16px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px}.where-he-play-path h3{margin:0 0 6px;font-weight:600;letter-spacing:.2px}.where-he-play-path>*:not(h3){width:100%}.guessed-players,.where-he-play-path,.where-he-play-game-over{background:var(--panel);border:1px solid var(--panel-border);border-radius:14px;box-shadow:var(--shadow)}.guessed-players{margin:16px 20px;padding:12px 16px;width:clamp(260px,80%,720px)}.guessed-players h2{padding:0;margin:0 0 8px;font-size:1.25rem}.guessed-players ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}.guessed-players li{background:#ffffff0f;border:1px solid var(--panel-border);border-radius:999px;padding:6px 10px;font-size:.95rem;color:var(--text);white-space:nowrap}.where-he-play-game-over{margin:16px 20px;padding:14px 16px;width:clamp(260px,80%,720px);text-align:center}.where-he-play-game-over h3{margin:0 0 6px}.where-he-play-game-over h4{margin:6px 0 12px;padding-left:0;color:var(--muted)}.where-he-play button{background:var(--accent);color:#0b0f16;border:1px solid transparent;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer;transition:transform .08s ease,filter .15s ease,box-shadow .15s ease;box-shadow:0 6px 16px #6aa1ff40}.where-he-play button:hover{filter:brightness(1.05);transform:translateY(-1px)}.where-he-play button:active{transform:translateY(0)}.where-he-play-game-over h3{color:var(--text)}.where-he-play-game-over h3:before{content:"";display:inline-block;width:10px;height:10px;margin-right:8px;border-radius:50%;background:currentColor;opacity:.9}.where-he-play-game-over.won h3{color:var(--success)}.where-he-play-game-over.lost h3{color:var(--danger)}.where-he-play{scrollbar-width:thin}.where-he-play::-webkit-scrollbar{height:10px;width:10px}.where-he-play::-webkit-scrollbar-thumb{background:#30384b;border-radius:8px}.where-he-play::-webkit-scrollbar-track{background:#141824}@media (max-width: 768px){.where-he-play{height:calc(100vh - 120px);margin:0 12px}.where-he-play h2{font-size:1.6rem;padding-left:12px}.where-he-play h4{padding-left:12px;font-size:.95rem}.where-he-play-search,.guessed-players,.where-he-play-game-over{width:100%;margin-left:0;margin-right:0}.guessed-players ul{gap:6px}.guessed-players li{font-size:.9rem;padding:5px 9px}}.where-he-play-path{padding:12px 16px 18px}.where-he-play-path h3+*{margin-top:8px}.where-he-play h2,.where-he-play h4,.guessed-players,.where-he-play-game-over{text-align:center;margin-left:auto;margin-right:auto}.guessed-players ul{justify-content:center}.where-he-play-game-over h3:before{content:none!important}.where-he-play-search .Select__control,.where-he-play-search .Select__single-value,.where-he-play-search .Select__input-container{color:#000!important}.path .team-name{white-space:nowrap;letter-spacing:.2px;font-variant-numeric:tabular-nums}.path .connector-label{white-space:nowrap;pointer-events:none;position:relative;top:0}.path-track{overflow-x:auto;scrollbar-width:none}.path-track::-webkit-scrollbar{display:none}
