body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}nav{display:flex;justify-content:center;padding:10px}nav a{border:1px solid #fff;border-radius:5px;color:#fff;margin:0 10px;padding:10px 20px;text-decoration:none}.App{color:#fff;text-align:center}.storylines-header{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:800px;padding:10px 20px}.storylines-title{font-size:1.2em;font-weight:700;text-align:left}.dropdown-container{display:flex;gap:10px;margin-left:auto;margin-right:0}.sportsbook-toggle-container{display:flex;gap:20px;justify-content:center;margin:20px auto;max-width:800px;padding-bottom:20px}.sportsbook-toggle{align-items:center;background:#0000;border:1px solid #444;border-radius:20px;color:#ccc;cursor:pointer;display:flex;font-size:.85em;gap:8px;padding:6px 12px;transition:all .2s ease}.sportsbook-toggle:hover{background:#ffffff0d;border-color:#666}.toggle-label{font-weight:500}.toggle-switch{background:#333;border-radius:9px;height:18px;position:relative;transition:background .2s ease;width:32px}.toggle-switch:after{background:#888;border-radius:50%;content:"";height:14px;left:2px;position:absolute;top:2px;transition:transform .2s ease,background .2s ease;width:14px}.toggle-switch.on{background:#6b7280}.toggle-switch.on:after{background:#fff;transform:translateX(14px)}.App-main{padding:5px 20px}.games-list{margin:0 auto;max-width:800px}.games-header{display:flex;font-weight:400;justify-content:space-between}.game-info-header{flex:1 1;padding:10px;text-align:left}.odds-header{align-items:center;display:flex;flex-shrink:0;width:360px}.odds-header .odds-box{padding:10px;text-align:center;width:120px}.pros-cons-container{display:flex;gap:20px;justify-content:space-between}.cons,.pros{background-color:#282c34;border-radius:8px;color:#fff;padding:15px;width:48%}.cons h3,.pros h3{border-bottom:1px solid #444;color:#fff;margin-top:0;padding-bottom:10px}.cons ul,.pros ul{list-style-type:none;padding:0}.cons li,.pros li{background-color:#3c4048;border-radius:4px;color:#fff;cursor:pointer;margin-bottom:8px;padding:10px;transition:background-color .2s}.cons li:hover,.pros li:hover{background-color:#4a4e58}.thinking-animation{padding:20px}.dot{animation:bounce 1.4s ease-in-out infinite both;background-color:#61dafb;border-radius:50%;display:inline-block;height:10px;margin:0 5px;width:10px}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@media (max-width:768px){.mobile-hidden{display:none}}.date-divider{background-color:#fff;border:0;height:1px;margin:20px 0}.modal-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#2a2a2a;border-radius:8px;color:#fff;max-width:600px;padding:20px}.modal-header{align-items:center;border-bottom:1px solid #444;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:10px}.modal-title{margin:0}.modal-close-button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem}.modal-body{padding-top:10px}.game-container{background-color:#000;margin-bottom:10px;overflow:hidden;position:relative}.live-dot{background-color:red;border-radius:50%;display:inline-block;height:8px;margin-right:5px;width:8px}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.game-header{display:none}.game-body-wrapper{background-color:#1e1e1e;border:1px solid #333;border-radius:5px}.game-row{align-items:stretch;display:flex}.game-row:first-child{border-bottom:1px solid #333}.team-info{align-items:center;display:flex;flex:1 1;padding:10px}.team-name-and-pitcher{align-items:flex-start;display:flex;flex-direction:column}.pitcher-name{color:#aaa;font-size:.8em}.team-logo{height:24px;margin-right:8px;width:24px}.game-props-desktop,.game-time-desktop{color:#aaa;font-size:.8em}.game-props-desktop{cursor:pointer}.game-time-and-props-desktop{margin-left:auto;margin-right:10px;padding-left:10px}.game-props-mobile,.game-time-mobile{display:none}.odds-row{border-left:1px solid #333;display:flex;width:360px}.odds-box{align-items:center;display:flex;justify-content:center;min-width:0;position:relative;text-align:center;width:120px}.odds-row .no-odds+.no-odds,.odds-row .no-odds+.odds-box,.odds-row .odds-box+.no-odds,.odds-row .odds-box+.odds-box{border-left:1px solid #333}.odds-value{align-items:center;display:flex;flex-direction:column;font-weight:500;justify-content:center;line-height:1.2;padding:10px;transition:background-color .2s;width:100%}.odds-box:not(.clickable) .odds-value,.odds-value.no-odds{color:#666!important}.odds-price{color:#ccc;font-size:.9em}.odds-bookmaker{bottom:2px;color:#666;font-size:.65em;line-height:1;opacity:.8;position:absolute;right:4px}.odds-line{white-space:nowrap}.clickable{cursor:pointer;outline:1px solid #0000;outline-offset:-1px;transition:outline-color .2s}.clickable:hover{outline-color:#888}.no-odds{align-items:center;color:#666;display:flex;justify-content:center;padding:10px;position:relative;text-align:center;width:120px}.game-details-expander{background-color:#282c34;border-radius:8px;cursor:pointer;overflow:hidden;position:absolute;transition:top .35s cubic-bezier(.4,0,.2,1),left .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1),height .35s cubic-bezier(.4,0,.2,1);z-index:10}.game-details-expander.collapsing{transition-delay:.1s}.game-details-expander.expanded{border-radius:0;height:100%!important;left:0!important;top:0!important;width:100%!important}.game-details-content-wrapper{height:100%;opacity:0;transition:opacity .2s ease-in-out .25s;width:100%}.game-details-expander.expanded .game-details-content-wrapper{opacity:1}.game-details-expander.collapsing .game-details-content-wrapper{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease-in-out;width:100%}.full-team-name{display:inline}.abbr-team-name{display:none}.abbr-team-name,.full-team-name{flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.abbr-team-name span,.full-team-name span{display:inline-block}.abbreviated-pitcher-name{display:none}.full-pitcher-name{display:block}@media (max-width:768px){.game-row{align-items:stretch;display:flex}.team-info{flex:1 1;font-size:clamp(.8em,3.4vw,1em);padding:10px 0 10px 10px}.team-logo{margin-right:6px}.odds-value{font-size:clamp(.8em,3.4vw,1em)}.game-body{flex-direction:column}.odds-container{border-left:none;border-top:1px solid #333}.odds-row{border-left:1px solid #333;display:flex;flex:1.2 1;width:auto}.no-odds,.odds-box{border-left:none;flex:1 1;width:auto}.no-odds:not(:first-child),.odds-box:not(:first-child){border-left:1px solid #333}.full-team-name{display:none}.abbr-team-name{display:inline}.game-time-and-props-desktop{display:none}.game-header{display:flex;justify-content:space-between;width:100%}.game-props-mobile,.game-time-mobile{background-color:#2a2a2a;color:#aaa;display:block;font-size:.8em;padding:5px 11px 5px 10px;text-align:left;width:-webkit-fit-content;width:fit-content}.game-time-mobile{border-top-left-radius:5px}.game-props-mobile{border-top-right-radius:5px}.full-pitcher-name{display:none}.abbreviated-pitcher-name{display:block}}.game-details{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:100%;padding:10px}.details-title{color:#fff;flex-shrink:0;font-size:1.2em;font-weight:700;margin-bottom:15px;text-align:center}.recharts-responsive-container{flex-grow:1}.thinking-animation{align-items:center;display:flex;height:100px;justify-content:center}.thinking-animation .dot{animation:bounce 1.4s ease-in-out infinite both;background-color:#888;border-radius:50%;height:8px;margin:0 4px;width:8px}.thinking-animation .dot:first-child{animation-delay:-.32s}.thinking-animation .dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.recharts-tooltip-wrapper{background-color:#2a2a2a;border:1px solid #555;border-radius:5px;box-shadow:0 2px 5px #0003;color:#fff}.recharts-tooltip-label{color:#fff;font-weight:700;margin-bottom:5px}.recharts-tooltip-item{color:#eee}.dropdown{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;position:relative;width:120px}.dropdown-selected{align-items:center;background-color:#1c1c1e;border:1px solid #3a3a3c;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.9em;justify-content:space-between;padding:8px 12px;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.dropdown-selected:hover{background-color:#3a3a3c;border-color:#5a5a5c}.dropdown-selected.open{border-bottom-left-radius:0;border-bottom-right-radius:0}.dropdown-caret{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:rotate(45deg);-webkit-transform:rotate(45deg);transition:transform .3s ease-in-out}.dropdown-selected.open .dropdown-caret{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.dropdown-menu{background-color:#1c1c1e;border:none;border-radius:0 0 4px 4px;left:0;max-height:0;overflow:hidden;position:absolute;right:0;top:100%;transition:max-height .3s ease-in-out,border .3s ease-in-out;z-index:1000}.dropdown-menu.visible{border:1px solid #3a3a3c;border-top:none;max-height:200px}.dropdown-item{color:#fff;cursor:pointer;font-size:.9em;padding:8px 12px;text-align:left;transition:background-color .2s ease-in-out}.dropdown-item:hover{background-color:#3a3a3c}.player-props-modal{align-items:center;animation:fadeIn .3s ease;background-color:#000000b3;color:#e0e0e0;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{animation:slideIn .4s ease-out;background-color:#1e1e1e;border:1px solid #444;border-radius:12px;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;max-height:80vh;max-width:700px;padding:25px;position:relative;width:90%}.props-game-header{align-items:center;background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border:1px solid #3a3a3a;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.props-team-section{align-items:center;display:flex;flex:1 1;gap:15px}.props-away-team{justify-content:flex-start}.props-home-team{justify-content:flex-end}.props-team-logo{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));height:60px;object-fit:contain;width:60px}.props-team-info{display:flex;flex-direction:column;gap:4px}.props-away-team .props-team-info{align-items:flex-start}.props-home-team .props-team-info{align-items:flex-end;text-align:right}.props-team-name{color:#fff;font-size:1.2em;font-weight:600;text-shadow:1px 1px 2px #0000004d}.props-pitcher-name{color:#aaa;font-size:.9em;font-weight:400}.props-pitcher-name:before{color:#888;content:"P: "}.props-vs-divider{align-items:center;display:flex;justify-content:center;padding:0 20px}.props-vs-text{color:#666;font-size:1.1em;font-weight:500;letter-spacing:1px;text-transform:uppercase}.markets-container{flex:1 1;overflow-y:auto;padding-right:5px}.markets-container::-webkit-scrollbar{width:8px}.markets-container::-webkit-scrollbar-track{background:#2a2a2a;border-radius:4px}.markets-container::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.markets-container::-webkit-scrollbar-thumb:hover{background:#666}.market-section{margin-bottom:30px}.market-section:last-child{margin-bottom:0}.market-section h3.market-title{border-bottom:2px solid #444;color:#fff;font-size:1.2em;margin-bottom:15px;padding-bottom:8px;text-align:left}.close-button{background:#0000;border:none;color:#aaa;cursor:pointer;font-size:28px;line-height:1;position:absolute;right:15px;top:15px;transition:color .2s ease}.close-button:hover{color:#fff}.research-report{background-color:#2a2a2a;border:1px solid #444;border-radius:8px;margin-bottom:20px;padding:15px}.research-report h3{border-bottom:1px solid #555;color:#fff;margin-bottom:10px;margin-top:0;padding-bottom:10px}.research-report p{color:#ccc;font-size:.95em;margin:0}.filters-container{background-color:#2a2a2a;border:1px solid #444;border-radius:8px;display:flex;gap:20px;margin-bottom:20px;padding:15px}.filter-group{align-items:center;display:flex;gap:10px}.filter-group label{color:#fff;font-size:.95em;font-weight:500}.filter-select{background-color:#1e1e1e;border:1px solid #444;border-radius:6px;color:#e0e0e0;cursor:pointer;font-size:.95em;min-width:150px;padding:8px 12px;transition:all .2s ease}.filter-select:hover{background-color:#252525;border-color:#666}.filter-select:focus{border-color:#888;box-shadow:0 0 0 2px #8883;outline:none}.loading-container{font-size:1.1em;padding:40px;text-align:center}.odds-table-container{overflow-y:auto}.odds-table{border-collapse:collapse;color:#e0e0e0;width:100%}.odds-table td,.odds-table th{border-bottom:1px solid #3a3a3a;padding:12px 15px;text-align:left}.odds-table th{background-color:#2a2a2a;color:#fff;font-weight:600;position:-webkit-sticky;position:sticky;top:0}.odds-table tbody tr:last-child td{border-bottom:none}.odds-table tbody tr:hover{background-color:#2c2c2c}.odds-table .odds-price{font-weight:700;text-align:right}@keyframes fadeIn{0%{background-color:#0000}to{background-color:#000000b3}}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.player-props-modal{align-items:stretch;padding:0}.modal-content{border:none;border-radius:0;display:flex;flex-direction:column;height:100%;margin:0;max-height:none;max-width:none;padding:20px;width:100%}.props-game-header{flex-direction:row;gap:10px;margin-bottom:15px;padding:12px}.props-team-section{flex:1 1;gap:10px}.props-away-team{justify-content:flex-start}.props-home-team{justify-content:flex-end}.props-team-logo{height:40px;width:40px}.props-team-name{font-size:.95em}.props-pitcher-name{font-size:.75em}.props-vs-divider{padding:0 5px}.props-vs-text{font-size:.9em}.research-report{margin-bottom:15px;padding:12px}.research-report h3{font-size:1em;padding-bottom:8px}.research-report p{font-size:.9em}.filters-container{flex-direction:column;gap:15px;margin-bottom:15px;padding:12px}.filter-group{align-items:flex-start;flex-direction:column;gap:5px}.filter-select{min-width:0;min-width:auto;width:100%}.markets-container{flex:1 1;overflow-y:auto;padding-right:0}.market-section{margin-bottom:25px}.market-section h3.market-title{font-size:1.1em;margin-bottom:12px;padding-bottom:6px}.odds-table td,.odds-table th{font-size:.9em;padding:10px 12px}.close-button{font-size:24px;right:10px;top:10px}@keyframes slideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}
/*# sourceMappingURL=main.0abb8906.css.map*/