html,body,#root{margin:0;padding:0;height:100%;width:100%;overflow-y:auto;box-sizing:border-box}.app-container{display:flex;flex-direction:row;height:100vh;width:100vw;overflow:hidden}.main-area{display:flex;height:100vh;width:100%}.main-content{flex-grow:1;padding:2rem;overflow:auto;background-color:#2a2f44}.main-content-with-bg{display:flex;flex-direction:column;gap:1rem;flex-grow:1;padding:2rem;overflow:visible;background-color:#2a2f44}.main-content-inner{display:flex;flex-direction:row;gap:1rem;position:relative;z-index:1;width:100%}.left-column{flex:1;margin-top:0;padding-top:0}.main-content-wrapper{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;width:100%;gap:2rem}.background-logo{background-image:url(/dallas_mavericks.png);background-repeat:no-repeat;background-position:center;background-size:600px;opacity:.05;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.main-content-inner{position:relative;z-index:1}.branding{width:100%;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #1d1f2b;color:#fff}.branding h1{font-weight:700;margin:0}.main-logo{height:6em;margin-top:1.5em}.card{padding:2em}.read-the-docs{color:#888}.main-content.shift-left{transform:translate(-390px);transition:transform .4s ease-in-out}.stat-salary-wrapper{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.5rem;margin-top:1rem}.stat-card,.salary-card{flex:1;min-width:300px;max-width:50%;min-height:246px;background-color:#1d1f2b;color:#fff}.scout-panel-container{flex:1;max-width:350px;background-color:#1d1f2b;color:#fff;border-radius:10px}@media (max-width: 768px){.app-container{flex-direction:column;height:auto}.main-content,.main-content-with-bg{padding:1rem}.main-content-inner,.main-content-wrapper{flex-direction:column;gap:1rem}.stat-card,.salary-card{max-width:100%}.scout-panel-container{max-width:100%;margin-bottom:1rem}.branding h1{font-size:1.5rem}.main-logo{height:4em}}.close-button{position:absolute;top:0rem;left:1rem;background:none;border:none;font-size:1.25rem;cursor:pointer;color:#fff}.close-button:hover{transform:scale(1.1)}.player-profile{display:flex;flex-direction:column;align-items:center;padding:2rem;text-align:left;width:100%;color:#fff}.player-header{display:flex;align-items:center;gap:2rem;width:100%;max-width:1000px;margin-bottom:1.5rem}.player-profile-img{width:160px;height:190px;border-radius:15%;object-fit:cover}.player-info-block{display:flex;flex-direction:column;flex-grow:1}.player-name-profile{margin:0 0 .5rem;font-size:xx-large}.player-name-section{display:flex;align-items:center;gap:2rem;margin-bottom:1rem}.player-details{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 2rem;font-size:large}.player-details p{margin:.25rem 0}.game-log-table{width:100%;max-width:1200px;margin-top:.5rem;border-collapse:collapse;font-size:.9rem}.game-log-table th,.game-log-table td{border:none;padding:.4rem;text-align:center}.game-log-table thead{background-color:#1d1f2b;color:#fff}.tool-tips{cursor:help}.scouting-report-player{max-width:1000px;height:150px;margin-top:.5rem;font-size:.95rem;background-color:#1d1f2b;color:#fff;width:100%;flex-grow:1;border:none;border-radius:5px;padding:10px;resize:none}.section-title{margin-top:2rem}.action-button{margin-top:1rem;background-color:#1d1f2b;color:#fff}.combine-section-grid{display:grid;grid-template-columns:200px auto 200px auto;gap:.5rem 2rem;margin-top:2rem;width:100%;max-width:1000px}.combine-section-grid .label{text-align:right;font-weight:700;white-space:nowrap}.combine-section-grid .value{text-align:left}.toggle-button{margin-top:1rem;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.95rem;width:50%;background-color:#1d1f2b;color:#fff}.player-summary-profile{font-size:.85rem;background-color:#1d1f2b;color:#fff;position:relative}.player-summary-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem;text-align:left}.player-summary-img{width:100px;height:100px;object-fit:cover;border-radius:10px;flex-shrink:0}.player-summary-info-block{flex:1}.player-summary-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;text-align:center}.player-summary-columns{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.player-summary-col{min-width:150px;font-size:.9rem}.player-summary-col p{margin:.25rem 0}.combine-summary-columns{display:flex;justify-content:space-between;gap:2rem;margin-top:1rem;flex-wrap:wrap}.combine-summary-col{flex:1;display:flex;flex-direction:column;gap:.4rem;min-width:220px}.combine-summary-col .row{display:flex;justify-content:space-between;font-size:.9rem;color:#e0e0e0}.combine-summary-col .label{font-weight:600;color:#fff}.averages-summary-wrapper{display:flex;flex-direction:column;gap:.5rem}.averages-summary-table{width:100%;border-collapse:collapse;font-size:.75rem}.averages-summery-row{background-color:#111}.averages-summary-table th,.averages-summary-table td{padding:4px;text-align:center}.scouting-report-summary{width:100%;height:80px;background-color:#111;color:#fff;font-size:.8rem;padding:.5rem;border:none;resize:none}@media (max-width: 768px){.player-header{flex-direction:column;align-items:center;gap:1rem}.player-profile-img{width:120px;height:150px}.player-name-profile{font-size:1.5rem;text-align:center}.player-name-section{flex-direction:column;gap:1rem;align-items:center}.player-details{grid-template-columns:1fr;font-size:1rem}.combine-section-grid{grid-template-columns:1fr 1fr}.toggle-button{width:100%}.combine-summary-columns{flex-direction:column;gap:1rem}.game-log-table{font-size:.75rem}.scouting-report-player{font-size:.85rem;height:auto;min-height:100px}.player-summary-columns{flex-direction:column;align-items:center}}.player-table-card{border-radius:10px;padding:20px;margin-bottom:20px;box-shadow:0 4px 20px #0003;max-height:330px;overflow-y:auto;background-color:#1d1f2b;color:#fff}.player-table{width:100%;border-collapse:collapse;font-size:14px;table-layout:fixed;word-wrap:break-word}.player-table th,.player-table td{padding:12px;text-align:left;border-bottom:1px solid #2a2f44}.player-details-box{padding:12px 20px;border-radius:6px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-column p{margin:4px 0}.scouting-card{display:flex;gap:32px;padding:24px 32px;border-radius:12px;font-size:15px;line-height:1.6;box-shadow:0 4px 12px #0000004d;background-color:#31323f}.scouting-left{display:flex;flex-direction:column;align-items:center;width:160px}.scouting-img{width:120px;height:140px;object-fit:cover;border-radius:15%;margin-bottom:12px}.scouting-basic-info h3{margin:0;font-size:18px}.scouting-basic-info p{margin:4px 0;font-size:14px}.scouting-right{flex:1}.scouting-summary{margin-top:.5rem;font-size:14px;line-height:1.6}.player-details-row td{transition:all .3s ease;padding-top:12px;padding-bottom:12px}.scouting-name{cursor:pointer;transition:color .2s ease;color:#4169e1}.scouting-report-card{display:flex;gap:32px;margin-left:3rem;margin-right:3rem;padding:24px 32px;border-radius:12px;font-size:20px;box-shadow:0 4px 12px #0000004d;background-color:#1d1f2b;color:#fff}@keyframes flash-border{0%{box-shadow:0 0 0 2px #10f}50%{box-shadow:0 0 0 1px #675bad}to{box-shadow:none}}@media (max-width: 768px){.scouting-report-card{flex-direction:column;gap:1rem;padding:16px;margin:1rem;font-size:16px}.scouting-left{width:100%;align-items:center}.scouting-img{width:100px;height:120px}.player-details-box{grid-template-columns:1fr}.scouting-card{flex-direction:column;padding:16px;gap:1rem}.player-table-card{padding:12px}.player-table th,.player-table td{padding:8px;font-size:12px}.player-table{font-size:12px}}.stat-card{padding:1rem;border-radius:10px;width:240px;font-family:sans-serif;background-color:#1d1f2b;color:#fff;box-shadow:0 4px 20px #0003}.stat-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.stat-card select{font-size:.9rem;padding:.25rem .5rem;border-radius:6px;border:1px solid #ccc;background-color:#2a2d3a;color:#fff}.stat-card-list{list-style:decimal inside;padding-left:0;margin:0}.stat-card-list li{font-size:1rem;margin:.3rem 0}@media (max-width: 768px){.stat-card{width:100%;max-width:320px;margin:0 auto}.stat-card select{width:100%;margin-top:.5rem}.stat-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.salary-card{border-radius:10px;padding:1rem;width:100%;max-width:600px;box-shadow:0 4px 20px #0003;background-color:#1d1f2b;color:#fff}.bar-chart{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.bar-row{display:flex;align-items:center;gap:1rem}.bar-row:hover{cursor:pointer}.bar-label{width:100px;font-weight:500}.bar-track{background-color:#e0e0e0;height:20px;flex:1;border-radius:6px;position:relative;overflow:hidden}.bar-fill{background-color:#3cb371;height:100%;transition:width .3s}.bar-fill:hover{background-color:#2ea55e}.click-hint{font-size:.85rem;text-align:center;color:#aaa;margin-top:.5rem}@media (max-width: 768px){.salary-card{padding:.75rem}.bar-label{width:80px;font-size:.9rem}.bar-row{gap:.5rem;flex-wrap:wrap}.bar-track{height:16px}.click-hint{font-size:.75rem}}.scouting-panel{width:280px;padding:1rem;overflow-y:auto;border-radius:8px;box-shadow:0 4px 20px #0003;max-height:637px;background-color:#1d1f2b;color:#fff}.scout-card{padding:.75rem;margin-bottom:.5rem;border-radius:8px;box-shadow:0 4px 5px #0003;background-color:#31323f}.scout-info{display:flex;justify-content:space-between;margin-bottom:.5rem}.scout-actions{display:flex;align-items:center;gap:.5rem}.arrow-btn{border:none;padding:.25rem .5rem;border-radius:4px;cursor:pointer;font-size:x-large;font-weight:bolder;background-color:#484a5b}.arrow-btn.green{color:green;background-color:#375732}.arrow-btn.red{color:red;background-color:#6d4141}.move-count{background:#444;color:#fff;border-radius:15%;padding:.2rem .5rem;font-size:.75rem;margin-left:auto}.highlight-scroll{animation:flash-border 1.5s ease-in-out}@keyframes flash-border{0%{box-shadow:0 0 0 2px #10f}50%{box-shadow:0 0 0 4px #675bad}to{box-shadow:none}}.top-add-report-button{margin-top:auto;margin-bottom:1.5rem;padding:.5rem 1rem;background-color:#1d1f2b;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700;text-align:center;opacity:1;box-shadow:none;white-space:nowrap;display:inline-block}.top-add-report-button:hover{background-color:#272936}@media (max-width: 768px){.scouting-panel{width:100%;height:100vh;max-height:none;border-radius:0;box-shadow:none;padding:1rem}.scout-card{padding:.6rem;font-size:.9rem}.scout-info{flex-direction:column;align-items:flex-start;gap:.25rem}.scout-actions{flex-wrap:wrap;gap:.25rem}.arrow-btn{font-size:large;padding:.25rem .4rem}.top-add-report-button{display:block;width:fit-content;margin-left:auto;margin-right:auto;font-size:.9rem}}.sidebar{flex-shrink:0;height:100vh;display:flex;flex-direction:column;padding:30px 20px;box-shadow:2px 0 5px #0003;background-color:#1d1f2b;color:#fff;transition:transform .3s ease-in-out;z-index:1000}.logo{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700;margin-bottom:40px;cursor:pointer}.logo-img{width:32px;height:32px}.nav-list{list-style:none;padding:0;margin:0}.nav-list li{margin-bottom:16px}.nav-link{display:block;text-decoration:none;font-size:16px;padding:12px 16px;border-radius:8px;color:#4169e1}.nav-link.active{background-color:#4f46e5;color:#fff;font-weight:700}.add-report-button{margin-top:auto;margin-bottom:3rem;margin-inline:1rem;padding:.75rem;background-color:#31323f;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700;text-align:center}.add-report-button:hover{background-color:#272936}.hamburger{display:none;font-size:28px;color:#fff;background:none;border:none;cursor:pointer;padding:1rem;position:fixed;top:15px;left:15px;z-index:1100}@media (max-width: 768px){.sidebar{position:fixed;top:0;left:0;width:250px;height:100%;padding:1rem;background-color:#1d1f2b;transform:translate(-100%);transition:transform .3s ease-in-out}.sidebar.open{transform:translate(0)}.sidebar.hidden{transform:translate(-100%)}.hamburger{display:block}.nav-list{display:flex;flex-direction:column;gap:.5rem}.nav-list li{margin-bottom:0}.nav-link{padding:.5rem .75rem;font-size:14px;white-space:nowrap}.add-report-button{margin:1rem 0;padding:.5rem .75rem;font-size:14px;white-space:nowrap}}.player-card{cursor:grab;-webkit-user-select:none;user-select:none;position:relative;display:flex;align-items:center;gap:2.25rem;padding:.5rem .75rem;border-radius:10px;margin-bottom:.5rem;width:100%;max-width:320px;height:100px;box-shadow:0 4px 12px #0003;background-color:#31323f;color:#fff}.player-card:active{cursor:grabbing;opacity:.7}.profile-picture-panel{width:60px;height:80px;border-radius:15%;object-fit:cover;flex-shrink:0}.player-info{display:flex;flex-direction:column;justify-content:center;font-size:.85rem;flex:1;overflow:hidden;box-sizing:border-box}.player-name-card{font-weight:700;margin:0 0 .2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-school{color:#fff;margin:0 0 .2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-hometown{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compare-button{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;padding:0}.compare-icon{width:24px;height:24px;opacity:.85;transition:transform .2s ease,opacity .2s ease}.compare-button:hover .compare-icon{transform:scale(1.15);opacity:1}.large-player-card{position:relative;display:flex;align-items:center;gap:2.25rem;padding:.5rem .75rem;border-radius:10px;margin-bottom:.5rem;width:100%;max-width:320px;height:100px;cursor:pointer;box-shadow:0 4px 12px #0003;background-color:#1d1f2b;color:#fff}.large-profile-picture-panel{width:80px;height:100px;border-radius:15%;object-fit:cover;flex-shrink:0}.large-player-info{display:flex;flex-direction:column;justify-content:center;font-size:1rem;flex:1;overflow:hidden}.large-player-name-card{font-weight:700;font-size:1rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.large-player-school,.large-player-hometown{font-style:italic;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.player-card,.large-player-card{gap:1rem;padding:.5rem;height:auto;max-width:100%}.profile-picture-panel,.large-profile-picture-panel{width:50px;height:70px}.player-info,.large-player-info{font-size:.8rem}.compare-icon{width:20px;height:20px}.player-name-card,.large-player-name-card{font-size:.9rem}}.player-panel{position:fixed;top:0;right:0;height:100%;box-shadow:0 4px 20px #0003;transition:width .3s ease;display:flex;z-index:999;overflow:hidden}.player-panel.open{width:390px}.player-panel.closed{width:40px}.toggle-rail{width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;font-size:x-large;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);position:sticky;top:0;height:100vh;z-index:2;color:#fff;background-color:#21232d;border:.5px solid #1d1f2b;border-radius:10px 0 0 10px}.scroll-wrapper{overflow-y:auto;height:100%;flex:1;padding:.5rem;background-color:#1d1f2b;display:flex;flex-direction:column}.scout-panel{width:350px;height:100vh;background-color:#1d1f2b;color:#fff;border-left:1px solid #2a2f44;padding:20px;box-sizing:border-box;overflow-y:auto;flex-shrink:0;display:flex;flex-direction:column}.scouting-report{width:100%;flex-grow:1;background-color:#1d1f2b;color:#fff;border:none;border-radius:5px;padding:10px;resize:none}@media (max-width: 768px){.player-panel.open{width:90vw}.player-panel.closed{width:40px}.toggle-rail{position:fixed;top:10px;right:10px;width:auto;height:auto;font-size:1.25rem;writing-mode:horizontal-tb;transform:none;border-radius:6px;padding:6px 10px;background-color:#21232d;z-index:1001}.scout-panel{width:100%;height:auto;padding:1rem}.scroll-wrapper{padding:1rem}}.compare-container{display:flex;flex-direction:row;gap:2rem;width:-webkit-fill-available}.compare-area{flex:1;padding:2rem}.drop-zones{display:flex;gap:2rem;width:100%}.drop-zone{flex:1;border:2px dashed #ccc;min-height:300px;padding:1rem;text-align:center;background-color:#1d1f2b;position:relative;border-radius:8px;overflow:hidden;color:#fff}.drop-wrapper{position:relative;max-height:100%;overflow-y:auto;padding:3rem 1rem 1rem;border-radius:6px}.drop-wrapper::-webkit-scrollbar{width:6px}.drop-wrapper::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}.highlight-green{color:#4caf50;font-weight:700}@media (max-width: 768px){.compare-container{flex-direction:column;gap:1rem}.compare-area{padding:1rem}.drop-zones{flex-direction:column;gap:1rem}.drop-zone{min-height:200px;padding:.75rem}.drop-wrapper{padding:2rem 1rem 1rem}}.roster-container{padding:2rem;width:100%;max-width:1200px;margin:0 auto}.roster-header{font-weight:700;margin-bottom:1.5rem;align-items:flex-start}.mavs-roster{width:100%;border-collapse:collapse;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border-radius:10px;overflow:hidden;box-shadow:0 0 10px #0000001a;color:#fff}.mavs-roster thead{background-color:#1d1f2b;color:#fff}.mavs-roster th,.mavs-roster td{padding:12px 16px;text-align:left;border-bottom:1px solid #1d1f2b}.free-agent-note{padding-left:16px;padding-top:1rem;font-style:italic;color:#ccc}@media (max-width: 768px){.mavs-roster{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}.mavs-roster th,.mavs-roster td{white-space:nowrap;padding:10px 12px;font-size:14px}}.players-page{padding:2rem;overflow-y:auto}.players-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;flex-direction:row-reverse}.player-search input{padding:.5rem 1rem;font-size:1rem;border-radius:6px;border:1px solid #444;width:250px;margin-top:1rem}.players-title{font-weight:700;margin:0;color:#fff}.player-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.player-grid.align-left{justify-content:flex-start}.no-results{text-align:center;margin-top:2rem;font-style:italic;color:#fff}@media (max-width: 768px){.players-page{padding:1rem}.players-header{flex-direction:column-reverse;align-items:flex-start}.player-search input{width:100%;font-size:.95rem}.player-grid{justify-content:center}}.stat-leaders-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.stat-box{background-color:#1d1f2b;color:#fff;border-radius:10px;padding:1rem;text-align:center}@media (max-width: 768px){.stat-box{width:100%;max-width:300px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;text-decoration:inherit}a:hover{transform:scale(1.05)}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}}
