:root{font-family:Alexandria,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;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;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}}.main-header{position:relative;width:100%;background-color:#000;display:flex;flex:0 0 100px;justify-content:center;z-index:100;height:20rem}.header-content{width:95%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-right:5rem;padding-left:1rem;padding-top:1rem}#logo_img{width:15rem;height:auto}.header-links a{font-size:2rem;gap:10rem}.main-header{height:10rem;gap:10rem}@media(max-width:1024px){.header-content{padding-right:0rem;padding-left:0rem;flex-direction:row;justify-content:space-around;align-items:center}#logo_img{width:9rem;height:auto}.header-links a{font-size:1rem;gap:10rem}.header-content{width:95%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-right:5rem;padding-left:1rem}}.dashboard{width:100%;display:flex;flex-direction:column;align-items:center;font-size:1rem;padding-top:2rem;position:sticky;top:0;z-index:10;padding-bottom:.75rem}.dashboard-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.dashboard-actions{display:contents}#calcTrade,#reset{background:transparent;height:20px;color:#fff;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border:.5px solid #fff;transition:transform .08s ease,border-color .12s ease,color .12s ease;background-color:#000;transition:border-color .12s ease,color .12s ease;padding:0 5rem}#calcTrade,#reset{background:linear-gradient(145deg,#ffffff24,#ffffff0f);backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%);border:1px solid rgba(255,255,255,.2);box-shadow:0 6px 16px #00000047,inset 0 1px #ffffff38;border-radius:8px}.team-count-controls{display:flex;align-items:center;gap:10px;background:transparent;padding:0 25px;border:.5px solid #fff;transition:transform .08s ease,border-color .12s ease;background-color:#000;height:20px;background:linear-gradient(145deg,#ffffff24,#ffffff0f);backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%);border:1px solid rgba(255,255,255,.2);box-shadow:0 6px 16px #00000047,inset 0 1px #ffffff38;border-radius:8px}.team-count-controls label{color:#fff;font-weight:700}.count-btn{background:none;color:#fff;cursor:pointer;font-weight:700;display:flex;align-items:center;justify-content:center;height:fit-content;height:.5rem;border:none;outline:none}.count-btn:focus,.count-btn:focus-visible{outline:none}.team-count-display{color:#fff;font-weight:700;text-align:center}@keyframes dashboard-prompt-pulse{0%{color:#fff}10%{color:#cb1e1e}20%{color:#fff}30%{color:#cb1e1e}40%{color:#fff}to{color:#fff}}.dashboard-prompt-flash{animation:team-select-prompt-pulse 5s ease-in-out infinite;animation-delay:1s}#calcTrade:focus,#calcTrade:focus-visible,#seePlayers:focus,#seePlayers:focus-visible,#reset:focus,#reset:focus-visible{outline:none}#seePlayers:active,#calcTrade:active,#reset:active{border-color:#cb1e1e;color:#cb1e1e}#seePlayers:active,#calcTrade:active,#reset:active{transform:scale(.97)}.team-count-controls:has(.count-btn:active){border-color:#cb1e1e;transform:scale(.97)}@media(max-width:1024px){.dashboard{width:100%;font-size:.75rem;padding-top:2rem}.dashboard-row{width:95%;gap:10px;flex-wrap:wrap;justify-content:center}.team-count-controls{font-size:.75rem;height:2rem;justify-content:center;padding:0 17px}#calcTrade,#reset{height:2rem;padding:0 2rem}.count-btn{font-size:1.5rem}.dashboard-row{flex-direction:column}.dashboard-actions{display:flex;flex-direction:row;justify-content:center;gap:10px;width:100%}}#results-container{width:100%;margin-top:10px;display:flex;flex-direction:column;gap:10px}#message{padding:10px;border-radius:8px;text-align:center;font-weight:700}#message h3{font-size:1.5rem}#message p{font-size:.75rem}.message-success{background:#2ecc71;border:1px solid #27ae60;color:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}.message-success h3,.message-success p{color:#fff;padding:0;margin:0}.message-error{background:#e74c3c;border:1px solid #c0392b;color:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}.message-error h3,.message-error p{color:#fff;padding:0;margin:0}.results-breakdown{display:flex;flex-direction:row;justify-content:space-between;gap:15px;background-color:#ff5623;padding:15px;border-radius:8px;color:#fff}.result-item{flex:1;background:#0003;padding:10px;border-radius:4px}.result-item h4{margin-top:0;font-size:1rem;text-decoration:underline}.result-row{display:flex;flex-direction:row;justify-content:center;align-items:center;width:90%;min-height:auto;max-height:130px;overflow:scroll;padding-bottom:10px}.shareTradeButton{width:60%;height:1.5rem;font-size:1rem;padding:0}.shareTradeButton:focus,.shareTradeButton:focus-visible{outline:none;box-shadow:0 0 0 2px #ffffffe6}@media(max-width:1024px){.message-error h3{font-size:1rem}.message-error p{font-size:.75rem}}.share-modal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#000000b8}.share-modal{width:100%;max-width:400px;border-radius:16px;border:1px solid rgba(255,255,255,.35);background:#0a0a0a;color:#fff;box-shadow:0 24px 48px #0000008c}.share-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1rem .75rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.12)}.share-modal-title{margin:0;font-size:1.1rem}.share-modal-close{width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:transparent;color:inherit;font-size:1.25rem;line-height:1;cursor:pointer}.share-modal-close:focus,.share-modal-close:focus-visible{outline:none;box-shadow:0 0 0 2px #ffffffe6}.share-modal-body{padding:.75rem 1rem 1.25rem;display:flex;flex-direction:column;gap:.6rem}.share-modal-hint{margin:0 0 .35rem;padding:0 .25rem;font-size:.8rem;opacity:.65;text-transform:uppercase;letter-spacing:.06em}.share-modal-option{display:flex;align-items:center;gap:.9rem;width:100%;padding:.85rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:inherit;font-family:inherit;font-size:.95rem;font-weight:600;text-align:left;cursor:pointer}.share-modal-option:hover{background:#ffffff1f}.share-modal-option-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.share-modal-option-icon--twitter{background:#1d9bf033}.share-modal-option-icon--reddit{background:#ff450033}.share-modal-option-icon--image{background:#646cff33}.share-modal-option-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.share-modal-option-label{line-height:1.25}.share-modal-option-sub{font-size:.78rem;font-weight:500;opacity:.6}.team-area-container{display:flex;flex-direction:column;gap:1rem;width:100%}.team-section{color:#fff;overflow:hidden}.team-section-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem .5rem}.team-section-header h3{margin:0;color:#fff;font-size:2rem}.team-section-content{padding:1rem;padding-top:0;color:#ccc}.team-logo-list{border-radius:8px;background-color:#ff5623;max-height:230px;overflow:scroll}.team-logo-item{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer;position:relative;border-bottom:none}.team-logo-item:after{content:"";position:absolute;left:2rem;right:2rem;bottom:0;height:1px;background:#fff;transition:background-color .3s ease}.team-logo-item:hover:after{background:#cb1e1e}.team-select-logo{width:3rem;height:3rem;min-width:3rem;object-fit:contain;display:block}.team-select-name{color:#fff;font-size:1.5rem;font-weight:500}.player.in-proposal{background-color:#ff562326;border-left:4px solid #ff5623}.add-btn{background-color:#fff;color:#ff5623}.remove-btn{background-color:#ff4d4d;color:#fff}.incoming-assets{display:flex;flex-wrap:wrap;gap:1rem;width:100%;min-height:0;margin-bottom:10px}.incoming-player-box{width:35px;height:35px;background-color:#000;border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:flex-end;animation:snapIn .25s cubic-bezier(.175,.885,.32,1.275)}.incoming-headshot{width:100%;height:auto;object-fit:cover}@keyframes snapIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.glass{background:#ffffff1a;backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #00000026}.player-card{display:flex;align-items:center;gap:15px;padding:10px 15px;cursor:pointer;position:relative}.player-card:after{content:"";position:absolute;left:20px;right:20px;bottom:0;height:1px;background:#fff;transition:background-color .12s ease}.player-card-image{width:40px;height:40px;min-width:40px;object-fit:cover;display:block;border-radius:50%}.player-card-text{display:flex;flex-direction:column;gap:2px}.player-card-name{color:#fff;font-size:1.3rem;font-weight:500}.player-card-meta{color:#ffffffb3;font-size:.92rem;line-height:1.2}.player-card-salary{color:#3dff7a;font-weight:600}.asset-list{max-height:200px;overflow:scroll;padding-bottom:2rem}.asset-section{padding-bottom:.5rem;padding-left:1rem}.player-card{cursor:pointer}.player-card.in-proposal{background-color:#ff562326;border-left:4px solid #ff5623}.pick-card{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer;position:relative}.pick-card:after{content:"";position:absolute;left:20px;right:20px;bottom:0;height:1px;background:#fff;transition:background-color .12s ease}.pick-card:hover:after{background:#cb1e1e}.pick-card.in-proposal{background-color:#ff562326;border-left:4px solid #ff5623}.pick-card-image{width:40px;height:40px;min-width:40px;object-fit:contain;display:block}.pick-card-text{display:flex;flex-direction:column;gap:2px}.pick-card-year{color:#fff;font-size:1.1rem;font-weight:500}.pick-card-round{color:#ffffffb3;font-size:.9rem}.asset-section-label{display:flex;align-items:center;gap:15px;padding:10px 15px;position:relative;cursor:default;-webkit-user-select:none;user-select:none}.asset-section-label:after{content:"";position:absolute;left:20px;right:20px;bottom:0;height:1px;background:#fff}.asset-section-label__spacer{width:40px;min-width:40px;height:40px;flex-shrink:0}.asset-section-label__text{color:#fff;font-size:1.1rem;font-weight:500}.trade-to-select{background:transparent;color:#fff;border:1px solid #fff;border-radius:8px}@keyframes team-select-prompt-pulse{0%{color:#fff}2%{color:#cb1e1e}4%{color:#fff}6%{color:#cb1e1e}8%{color:#fff}to{color:#fff}}.team-section-header h3.team-select-prompt{animation:team-select-prompt-pulse 30s ease-in-out infinite;animation-delay:1s}.player-card:hover:after{background:#cb1e1e}@keyframes player-card-line-pulse{0%,to{background:#fff}50%{background:#cb1e1e}}@keyframes player-card-line-pulse-once{0%{background:#fff}40%{background:#cb1e1e}to{background:#fff}}.player-card.player-card--line-pulse-once:after{animation:player-card-line-pulse-once .7s ease-in-out 1}.change-team-btn{background:linear-gradient(145deg,#ffffff24,#ffffff0f);backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%);border:1px solid rgba(255,255,255,.2);box-shadow:0 6px 16px #00000047,inset 0 1px #ffffff38;height:20px;color:#fff;font-weight:700;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border:.5px solid #fff;transition:transform .08s ease,border-color .12s ease,color .12s ease}.change-team-btn:focus,.change-team-btn:focus-visible{outline:none}.change-team-btn:active{border-color:#cb1e1e;color:#cb1e1e;transform:scale(.97)}@media(max-width:1024px){.team-section-header{padding-top:0;padding-bottom:0}.team-area-container{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}.team-section-header h3{font-size:1.5rem}}.value-bar{width:10rem;border-radius:999px;border:.5px solid rgba(255,255,255,.5);margin-bottom:10px}.value-bar__track{position:relative;background-image:url(/Searchbar.svg);background-repeat:no-repeat;background-size:cover;background-position:center;height:10px}.value-bar__indicator{position:absolute;top:0;bottom:0;width:2px;background:#fff;transform:translate(-50%)}.value-bar__label{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none}.trade-machine{position:relative;z-index:1;padding-bottom:4rem;background-image:url(/Rectangle.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.trade-ticker{width:100%;background:#0000008c;border-block:1px solid rgba(255,255,255,.15);font-family:inherit;font-size:.95rem;font-weight:600;letter-spacing:.02em}.trade-ticker__viewport{overflow:hidden;width:100%}.trade-ticker__track{display:flex;width:max-content;animation:trade-ticker-scroll 45s linear infinite}.trade-ticker__segment{display:flex;flex-shrink:0;align-items:center;gap:.15rem;padding:.45rem 0;white-space:nowrap}.trade-ticker__item{display:inline-flex;align-items:baseline;gap:.35rem;padding:0 1.25rem}.trade-ticker__name{color:#fffffff2}.trade-ticker__abbr{color:#ffffffa6;font-size:.85em}.trade-ticker__arrow{font-weight:700;font-size:1.05em;line-height:2}.trade-ticker__item--up .trade-ticker__arrow{color:#3dff7a}.trade-ticker__item--down .trade-ticker__arrow{color:#ff4d4d}.trade-ticker__dot{color:#ffffff59;margin-left:.25rem}@keyframes trade-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.trade-ticker__track{animation:none}}.landing-page{position:relative;flex:1;min-height:0;background:#000}.landing-row{position:absolute;inset:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;flex-wrap:nowrap;gap:0}.landing-row img{display:block;height:90%;width:auto;margin-right:-2rem}.landing-page-text{display:flex;height:70%;width:auto;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;color:#fff;padding-left:5rem;padding-bottom:5rem}.landing-main-heading{display:flex;flex-direction:column;margin:0;gap:.125rem;font-size:inherit}.main-text-line{display:block}.subtext{margin:0}.button-row{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%}.primary-button{background-color:#000;color:#fff;border:.5px solid #fff;border-radius:30px;min-width:30rem}.landing-page-text{flex-shrink:0}.landing-player-strip{height:100%;display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end;margin-inline-start:auto;overflow:hidden}.main-text-line{font-family:Anton,system-ui,sans-serif;font-size:clamp(2rem,5vw,10rem)}.subtext{font-size:clamp(1rem,3vw,5rem)}@media(max-width:1024px){.landing-page{overflow:hidden}.landing-row{flex-direction:column;height:100%}.landing-player-strip{align-items:center;justify-content:center;width:120%;height:auto;transform:translate(-3rem)}.landing-page-text{padding-bottom:0rem;height:auto;padding-left:0rem;width:90%;flex:1 1 auto;justify-content:center}.main-text-line{font-size:clamp(2rem,5vh,10rem)}.subtext{font-size:clamp(1rem,3vh,5rem)}.landing-row img{width:100%;height:auto;margin-right:0rem}.button-row{justify-content:start}.primary-button{min-width:15rem;line-height:20px}}body{padding-top:0;margin:0;width:100%;display:flex;flex-direction:column;justify-content:flex-start}.container{width:90%;margin:0 auto}#root{width:100%;display:flex;flex-direction:column;justify-content:flex-start}.hero{min-height:100vh;display:flex;flex-direction:column}@media(max-width:1024px){.container{width:100%}}.tool-tabs{display:flex;justify-content:center;align-items:stretch;gap:clamp(1.5rem,4vw,4rem);padding:2.5rem 1rem 1.25rem;background:#000;width:100%;box-sizing:border-box;flex-wrap:wrap}.tool-tab{appearance:none;-webkit-appearance:none;background:transparent;border:0;border-radius:0;padding:.5rem .75rem .85rem;text-align:center;cursor:pointer;color:#fff6;transition:color .15s ease;font-family:inherit;display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:0;outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent;position:relative}.tool-tab:focus,.tool-tab:focus-visible,.tool-tab:active{outline:none;box-shadow:none}.tool-tab:hover{color:#ffffffd9}.tool-tab--active{color:#fff}.tool-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#fff}.tool-tab__title{font-family:Anton,system-ui,sans-serif;font-size:clamp(1.75rem,4.5vw,3.5rem);font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.05}.tool-tab__subtitle{font-family:Anton,system-ui,sans-serif;font-size:clamp(.85rem,1.5vw,1.15rem);font-weight:400;letter-spacing:.02em}@media(max-width:600px){.tool-tabs{padding:1.5rem .5rem 1rem;gap:.75rem}}.site-footer{width:100%;background-color:#000;color:#ffffffbf;border-top:1px solid rgba(255,255,255,.15);overflow:hidden}.site-footer__inner{width:95%;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;gap:2rem;padding-left:5rem;padding-right:5rem}.site-footer__left{flex-shrink:0}.site-footer__left #logo_img{width:5rem;height:3rem}.site-footer__right{flex:1;min-width:0;flex-direction:column;text-align:left;display:flex;justify-content:center;align-items:left;height:auto}.site-footer__disclaimer{margin:0 0 .75rem;font-size:.7rem;line-height:0}.site-footer__disclaimer:last-child{margin-bottom:0}@media(max-width:1024px){.site-footer__disclaimer{font-size:.5rem;line-height:1}.site-footer__inner{padding-left:1rem;padding-right:0}.site-footer__right{align-items:center}}.about-page-wrapper{min-height:100vh;display:flex;flex-direction:column;background:#000;color:#ffffffeb}.about-page{flex:1;width:100%;padding:2rem 0 3rem;box-sizing:border-box}.about-page__inner{width:95%;max-width:42rem;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.about-page__title{margin:0 0 1.25rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2;color:#fff}.about-page__lead{margin:0 0 2rem;font-size:1rem;line-height:1.6;color:#ffffffd9}.about-page__section-title{margin:2rem 0 .75rem;font-size:1.25rem;font-weight:700;color:#fff}.about-page__section-intro{margin:0 0 1rem;font-size:.95rem;line-height:1.55;color:#ffffffd1}.about-page__steps{margin:0 0 2rem;padding-left:1.25rem;font-size:.95rem;line-height:1.55;color:#ffffffd9}.about-page__steps li{margin-bottom:.85rem}.about-page__steps strong{color:#fff;font-weight:600}.about-page__fine-print{margin:0 0 1rem;font-size:.875rem;line-height:1.55;color:#ffffffb3}.about-page__fine-print:last-child{margin-bottom:0}.about-page__fine-print strong{color:#ffffffe0}@media(min-width:768px){.about-page{padding:2.5rem 0 4rem}.about-page__inner{padding:0 2rem}}.shared-trade-page{width:min(1200px,96%);margin:0 auto;padding:.75rem .75rem 2rem;color:#fff;background-color:#000;background-image:url(/Rectangle.svg);background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed}.shared-trade-topbar{display:flex;justify-content:flex-start;align-items:center;min-height:56px;margin-bottom:.75rem}.shared-trade-home-link{display:inline-flex;align-items:center}.shared-trade-corner-logo{width:82px;height:56px;object-fit:contain}.shared-trade-message-wrap{display:flex;justify-content:center;margin:0 0 1rem}.shared-trade-success{margin:0;font-size:clamp(1.3rem,2.2vw,2rem);font-weight:800;letter-spacing:.02em;color:#34d058}.shared-trade-team-container{display:flex;flex-wrap:wrap;gap:1rem;align-items:stretch}.shared-trade-team{flex:1 1 250px;min-width:250px;border:1px solid rgba(255,255,255,.22);border-radius:14px;padding:.9rem}.shared-trade-team-header{display:flex;flex-direction:column;align-items:center;gap:.4rem;margin-bottom:.65rem}.shared-trade-team-logo{width:74px;height:74px;object-fit:contain}.shared-trade-team-logo--placeholder{background:#ffffff1f;border-radius:50%}.shared-trade-team-title{margin:0;font-size:clamp(1.2rem,1.8vw,1.5rem);color:#fff;text-align:center}.shared-trade-empty{margin:.6rem 0 0;opacity:.7;text-align:center}.shared-trade-asset-list{list-style:none;margin:.35rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}.shared-trade-asset-row{display:flex;flex-direction:column;gap:.35rem;border-radius:11px;padding:.55rem;border:1px solid rgba(255,255,255,.2);background:linear-gradient(145deg,#ffffff24,#ffffff0f);backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%);box-shadow:0 6px 16px #00000047,inset 0 1px #ffffff38}.shared-trade-asset-main{display:flex;align-items:center;gap:.65rem}.shared-trade-asset-image{width:4rem;height:4rem;border-radius:8px;object-fit:cover;background:#111;flex-shrink:0}.shared-trade-asset-image--placeholder{background:#ffffff1f}.shared-trade-asset-name{font-size:1rem;font-weight:700;line-height:1.2;color:#fff}.shared-trade-from-badge{width:fit-content;display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#ffd7d7;border:1px solid rgba(255,140,140,.35);border-radius:999px;padding:.18rem .45rem;background:#ff50501a}.shared-trade-from-badge-logo{width:14px;height:14px;object-fit:contain}@media(max-width:900px){.shared-trade-team-container{flex-direction:column}.shared-trade-team{min-width:0}}.contact-page-wrapper{min-height:100vh;display:flex;flex-direction:column;background:#000;color:#ffffffeb}.contact-page{flex:1;width:100%;padding:2rem 0 3rem;box-sizing:border-box}.contact-page__inner{width:95%;max-width:42rem;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.contact-page__title{margin:0 0 1.25rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2;color:#fff}.contact-page__lead{margin:0 0 2rem;font-size:1rem;line-height:1.6;color:#ffffffd9}.contact-page__channels{display:flex;flex-direction:column;gap:1.5rem}.contact-page__channel{padding:1.25rem 1.5rem;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0a}.contact-page__channel-label{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:#fff}.contact-page__link{font-size:.95rem;color:#ffffffd9;text-decoration:none;transition:color .15s}.contact-page__link:hover{color:#fff;text-decoration:underline}@media(min-width:768px){.contact-page{padding:2.5rem 0 4rem}.contact-page__inner{padding:0 2rem}}.elo-standings{position:relative;z-index:1;width:100%;margin:0;padding:2rem 1.5rem 4rem;box-sizing:border-box;background-color:#000;background-image:url(/Rectangle.svg);background-repeat:no-repeat;background-position:center;background-size:cover;color:#fff;display:flex;flex-direction:column;align-items:center}.elo-standings__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.elo-standings__title{margin:0 0 1.25rem;font-size:1.75rem;font-weight:700}.elo-standings__list.team-logo-list{width:90%;background:#000;padding:40px;border:none;border-radius:8px;box-sizing:border-box;overflow:hidden}.elo-standings__status{margin:0;color:#ccc}.elo-standings__status--error{color:#ffb4a8}.elo-standings__block{margin-bottom:2.5rem}.elo-standings__block--eliminated{opacity:.92}.elo-standings__subtitle{margin:0 0 .75rem;font-size:1.1rem;font-weight:600;color:#e8e8e8;letter-spacing:.02em}.elo-standings__list.team-logo-list{border-radius:8px;background:#000;border:none;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;max-height:min(100vh,10000px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;width:90%}.elo-team-row{cursor:default;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;width:100%;min-width:0;box-sizing:border-box;border-radius:15px}.elo-team-row__elo{margin-left:0;min-width:2.5rem;text-align:right;font-family:Anton,system-ui,sans-serif;font-size:2.5rem;font-weight:700;font-variant-numeric:tabular-nums;color:#fff;flex-shrink:0}.elo-team-row__logo{flex-shrink:0}.elo-team-row__logo--placeholder{background:#fff3;border-radius:4px}.elo-team-row__info{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1 1 120px}.elo-team-row__info .team-select-name{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elo-team-row__delta{font-family:Anton,system-ui,sans-serif;font-size:.8rem;font-weight:600;font-variant-numeric:tabular-nums;color:#ffffffbf}.elo-team-row__playoff{margin-left:auto;display:flex;align-items:stretch;gap:.75rem;flex-shrink:0}.elo-team-row__playoff-metric{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;min-width:6rem}.elo-team-row__playoff-label{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c}.elo-team-row__playoff-pct{font-family:Anton,system-ui,sans-serif;font-size:1.35rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.1}.elo-list-section-label{padding:.65rem 1rem .5rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffffe6;background:#0000002e}@media(max-width:1024px){.elo-standings{padding:1.5rem 1rem 3rem}.elo-standings__list.team-logo-list{width:100%;padding:20px 16px}.elo-team-row{gap:.75rem}.elo-team-row__elo{font-size:2rem}.elo-team-row__playoff-metric{min-width:4.5rem;gap:.5rem}.elo-team-row__playoff-pct{font-size:1.15rem}}@media(max-width:600px){.elo-standings{padding:1rem .5rem 2.5rem}.elo-standings__heading-row{flex-direction:column;gap:8px;margin-bottom:1rem}.elo-standings__heading-row .shareTradeButton{padding:.5rem 1.25rem;font-size:.9rem}.elo-standings__list.team-logo-list{padding:10px 6px;border-radius:6px}.team-logo-item.elo-team-row{padding:.65rem .5rem .65rem 2rem;gap:.5rem;align-items:center}.team-logo-item.elo-team-row.elo-team-row--readonly{padding-left:.65rem}.elo-team-row__elo{font-size:1.45rem;min-width:1.75rem}.elo-team-row .team-select-logo,.elo-team-row__logo{width:2.25rem;height:2.25rem;min-width:2.25rem}.elo-team-row__info{flex:1 1 0;min-width:0}.elo-team-row__info .team-select-name{font-size:.9rem}.elo-team-row__delta{font-size:.68rem}.elo-team-row__playoff{margin-left:0;width:100%;flex-basis:100%;justify-content:space-between;gap:.25rem;padding:.4rem 0 0;border-top:1px solid rgba(255,255,255,.1)}.elo-team-row__playoff-metric{flex:1 1 0;min-width:0;align-items:center;gap:.2rem}.elo-team-row__playoff-label{font-size:.55rem;letter-spacing:.04em}.elo-team-row__playoff-pct{font-size:.95rem}.elo-list-section-label{padding:.5rem .65rem .35rem;font-size:.65rem}.elo-history-panel{padding:.5rem .5rem .65rem .75rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.elo-history-table{font-size:.68rem;min-width:280px}.elo-history-table th,.elo-history-table td{padding:.3rem .35rem}.elo-row-menu{min-width:7.5rem}.elo-row-menu__item{font-size:.85rem;padding:.5rem .75rem}}.elo-team-row-wrap{width:100%}.team-logo-item.elo-team-row{position:relative}.elo-team-row__menu-btn{position:absolute;left:.25rem;top:50%;transform:translateY(-50%);width:1.75rem;height:1.75rem;padding:0;border:none;border-radius:4px;background:transparent;color:#ffffffd9;font-size:1.1rem;line-height:1;cursor:pointer;flex-shrink:0}.elo-team-row__menu-btn:hover{background:#0003}.team-logo-item.elo-team-row{padding-left:2.25rem}.team-logo-item.elo-team-row.elo-team-row--readonly{padding-left:1rem;cursor:default}.elo-row-menu{position:absolute;left:.25rem;right:auto;top:calc(50% - 1.125rem);transform:translateY(-100%);margin-top:0;z-index:20;min-width:9rem;border-radius:8px;background:#141414f2;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 24px #00000059}.elo-row-menu__item{display:block;width:100%;padding:.6rem 1rem;text-align:left;border:none;background:none;color:#fff;font-size:.95rem;cursor:pointer}.elo-row-menu__item:hover{background:#ffffff14}.elo-history-panel{width:100%;padding:.5rem .75rem .75rem 2.25rem;border-top:1px solid rgba(255,255,255,.12);background:#00000026}.elo-history-panel__status{margin:.25rem 0;font-size:.85rem;color:#ffffffb3}.elo-history-table{width:100%;border-collapse:collapse;font-size:.8rem;color:#fff}.elo-history-table th,.elo-history-table td{padding:.35rem .5rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.12)}.elo-history-table th{font-weight:600;color:#ffffff8c;font-size:.65rem;text-transform:uppercase;letter-spacing:.06em}.elo-history-table td{font-family:Anton,system-ui,sans-serif;font-variant-numeric:tabular-nums}.elo-standings__heading-row{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;margin-bottom:1.5rem}.elo-standings__heading-row .shareTradeButton{width:auto;height:auto;padding:.65rem 1.75rem;font-size:1rem;font-weight:600;letter-spacing:.04em;background:linear-gradient(145deg,#ffffff24,#ffffff0f);backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%);border:1px solid rgba(255,255,255,.2);box-shadow:0 6px 16px #00000047,inset 0 1px #ffffff38;border-radius:30px;color:#fff}.elo-standings__list .elo-team-row-wrap:nth-child(odd) .team-logo-item{background:#000}.elo-standings__list .elo-team-row-wrap:nth-child(2n) .team-logo-item{background:#2a2a2a}.elo-standings__list .team-logo-item.elo-team-row:after{background:transparent}.elo-standings__list .team-logo-item.elo-team-row:hover:after{background:#cb1e1e}.about-page-wrapper .elo-standings{background-image:none;background-color:#000}.mc{position:relative;z-index:1;width:100%;margin:0;padding:2rem 2rem 4rem;box-sizing:border-box;background-color:#000;background-image:url(/Rectangle.svg)!important;background-repeat:no-repeat;background-position:center;background-size:cover;color:#fff;display:flex;flex-direction:column;align-items:center}#monte-panel{background-color:#000}.mc__title{margin:0 0 .75rem;font-size:1.1rem;font-weight:700;letter-spacing:.02em;color:#fff;width:100%;max-width:1200px;text-align:left}.mc__row{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scroll-snap-type:x mandatory;width:100%;justify-content:center}.mc__card{width:1000px}.mc__row--centered:before,.mc__row--centered:after{content:none}.mc__row--centered{justify-content:center;overflow-x:visible;scroll-snap-type:none;margin-left:auto;margin-right:auto}.mc-card{--matchup-width: 90%;--matchup-side-min-w: clamp(11px, 18vw, 100px);--matchup-side-min-h: 36px;--matchup-side-pad-y: 6px;--matchup-side-pad-x: 10px;--matchup-divider-h: clamp(36px, 8vw, 54px);--matchup-at-size: clamp(1.2rem, 3vw, 2.2rem);--matchup-logo-size: clamp(1px, 6vw, 48px);--matchup-radius: 23px;min-width:0;scroll-snap-align:start;background:transparent;padding:0;box-sizing:border-box;color:#fff;display:flex;flex-direction:row;gap:48px;align-items:stretch;width:65%;height:auto;border-radius:16px;background:linear-gradient(135deg,#ffffff1a,#ffffff0a);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);box-shadow:inset 0 1px #ffffff2e,0 8px 32px #00000059;overflow:hidden}.mc-card__logo{width:var(--matchup-logo-size);height:var(--matchup-logo-size);object-fit:contain;flex:0 0 auto}.mc-card__matchup{display:flex;flex-direction:row;align-items:center;align-self:center;width:var(--matchup-width)}.mc-card__matchup-side{flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:#000;padding:var(--matchup-side-pad-y) var(--matchup-side-pad-x);min-width:var(--matchup-side-min-w);min-height:var(--matchup-side-min-h);box-sizing:border-box}.mc-card__matchup-side--left{border-radius:var(--matchup-radius) 0 0 var(--matchup-radius);background-color:#fff}.mc-card__matchup-side--right{border-radius:0 var(--matchup-radius) var(--matchup-radius) 0;background-color:#fff}.mc-card__matchup-divider{flex:1 1 auto;display:flex;align-items:center;justify-content:center;background:#000;height:var(--matchup-divider-h);border-top:1px solid #555;border-bottom:1px solid #555;font-size:var(--matchup-at-size)}.mc-card__at{font-weight:700;color:#fff;margin:0;line-height:1}.mc-card__meta{margin-top:8px;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;white-space:nowrap;gap:8px;font-size:1.5rem;color:#fff;opacity:.88}.mc-card__dot{opacity:.55;font-size:.6em}.mc-card__meta>span:not(.mc-card__win-pct):not(.mc-card__dot){font-size:.6em;flex-shrink:0}.mc-card__win-pct{font-weight:700;font-size:1em;flex-shrink:0;white-space:nowrap}.mc-card__win-pct-delta{font-size:.65em;margin-left:.15rem}.mc-card__win-pct-delta--positive{color:#2ecc71}.mc-card__win-pct-delta--negative{color:#ff6b6b}.mc-card__grid{margin-top:10px;display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(10,1fr);grid-auto-flow:column;gap:2px;aspect-ratio:1 / 1;width:100%}.mc-card__grid-empty{grid-column:1 / -1;grid-row:1 / -1;display:flex;align-items:center;justify-content:center;text-align:center;color:#ffffffd9;font-size:14px;font-weight:500;padding:12px}.mc-card__grid-card{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:8px;font-size:1.5rem;position:relative;padding:14px;border-radius:16px;background:linear-gradient(135deg,#ffffff1a,#ffffff0a);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);box-shadow:inset 0 1px #ffffff2e,0 8px 32px #00000059;overflow:hidden}.mc-card__query-panel{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:8px;font-size:1.5rem}.mc-card__grid-card{container-type:inline-size}@container (max-width: 280px){.mc-card__grid-card .mc-card{--matchup-side-min-w: 64px;--matchup-side-min-h: 28px;--matchup-side-pad-y: 4px;--matchup-side-pad-x: 6px;--matchup-logo-size: 28px;--matchup-divider-h: 32px;--matchup-at-size: 1.1rem;--matchup-radius: 14px}}.mc-card__query-panel{position:relative;padding:14px;border-radius:16px;background:linear-gradient(135deg,#ffffff1a,#ffffff0a);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);box-shadow:inset 0 1px #ffffff2e,0 8px 32px #00000059;overflow:hidden}.mc-card__query-scroll{flex:1 1 0;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.mc-card__query-scroll::-webkit-scrollbar{width:6px}.mc-card__query-scroll::-webkit-scrollbar-track{background:transparent}.mc-card__query-scroll::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:3px}.mc-card__query-scroll::-webkit-scrollbar-thumb:hover{background:#fff6}.mc-card__cell{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:3px;overflow:hidden}.mc-card__cell-color{position:absolute;inset:0;z-index:0}.mc-card__cell-glass{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(145deg,#ffffff47,#ffffff14);backdrop-filter:blur(10px) saturate(160%);-webkit-backdrop-filter:blur(10px) saturate(160%);border:1px solid rgba(255,255,255,.35);box-shadow:inset 0 1px #ffffff73,inset 0 -1px #0000001f}.mc-card__sim-btn{margin-top:8px;padding:6px 10px;font-size:1rem;font-weight:700;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);border-radius:6px;cursor:pointer;width:100%}.mc-card__sim-btn:hover:not(:disabled){background:#ffffff2e}.mc-card__sim-btn:disabled{opacity:.7;cursor:default}.mc-card__sim-btn--simulate{flex:2 1 0;width:auto;padding:3px 10px;background:#c8102e;border-color:#c8102e;color:#fff}.mc-card__sim-btn--simulate:hover:not(:disabled){background:#a40d24;border-color:#a40d24}.mc-card__sim-btn--share{flex:1 1 0;width:auto;padding:3px 10px}.mc-card__cell--win{background:#2ecc71}.mc-card__btn-row{display:flex;gap:6px;margin-top:8px}.mc-customize{margin-top:8px;padding:8px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff0a;display:flex;flex-direction:column;gap:6px}.mc-customize__actions{display:flex;gap:6px}.mc-customize__row{display:flex;flex-wrap:nowrap;gap:4px;align-items:center;min-width:0}.mc-customize__row>select,.mc-customize__row-bottom>select{min-width:0;flex:0 1 auto}.mc-customize__row select,.mc-customize__row input{font-size:.78rem;padding:3px 5px;background:#111;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:4px}.mc-customize__num{width:44px}.mc-customize__remove{background:transparent;color:#fff;border:none;font-size:1rem;cursor:pointer;padding:2px 6px}.mc-customize__error{color:#ff6b6b;font-size:.78rem;margin:4px 0 0}.mc-card__custom-result{margin-top:8px;padding:6px 8px;background:#2ecc711f;border:1px solid rgba(46,204,113,.4);border-radius:6px;font-size:.8rem}.mc-card__custom-result--empty{background:#ff6b6b1f;border-color:#ff6b6b73;color:#ffb3b3}.mc-card__custom-result-sub{margin-top:4px;font-size:.75rem;opacity:.8}.mc-readout{margin-top:4px}.mc-readout__title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#ffffffb3;margin-bottom:6px}.mc-readout__empty{margin:0;font-size:.82rem;color:#ffffffa6}.mc-readout__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.mc-readout__row{display:flex;align-items:center;gap:10px;padding:6px 8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;font-size:.85rem;color:#fff;min-width:0}.mc-readout__thumb{flex:0 0 auto;width:36px;height:36px;border-radius:50%;object-fit:cover;background:#ffffff14}.mc-readout__thumb--team{border-radius:4px;object-fit:contain;background:transparent;padding:2px}.mc-readout__thumb--placeholder{display:inline-block}.mc-readout__text{flex:1 1 auto;min-width:0;line-height:1.25;word-break:break-word}.mc__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.mc--shared-sim{background-image:none!important;align-items:stretch;padding:2rem 2.5rem 4rem}.mc-share__layout{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:clamp(1.5rem,4vw,3rem);width:100%;max-width:1180px;margin:0 auto}.mc-share__artifact{flex:0 1 45%;min-width:0;display:flex;justify-content:flex-start}.mc-share__sidebar{flex:0 1 40%;min-width:0;max-width:400px;display:flex;flex-direction:column;gap:1rem;position:sticky;top:50vh;align-self:flex-start;margin-top:0}.mc-share__sidebar-eyebrow{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c}.mc-share__sidebar-title{margin:0;font-family:Anton,system-ui,sans-serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;line-height:1.1;color:#fff}.mc-share__sidebar-lead{margin:0 0 .5rem;font-size:.95rem;line-height:1.55;color:#ffffffc7}.mc-share__sidebar-btn{appearance:none;width:100%;border:none;border-radius:999px;padding:14px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .1s ease,opacity .15s ease,background .15s ease;text-align:center}.mc-share__sidebar-btn--primary{background:#fff;color:#000}.mc-share__sidebar-btn--primary:hover:not(:disabled){transform:translateY(-1px)}.mc-share__sidebar-btn--secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}.mc-share__sidebar-btn--secondary:hover:not(:disabled){background:#ffffff14}.mc-share__sidebar-btn:disabled{opacity:.6;cursor:progress}.mc-share__sidebar-cta{margin-top:.5rem;font-size:.95rem;font-weight:600;color:#fff;text-decoration:none;opacity:.85}.mc-share__sidebar-cta:hover{opacity:1;text-decoration:underline}.mc-share{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:none}.mc-share__capture{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%;max-width:480px;margin:0;background:#000;padding:16px;border:1px solid rgba(255,255,255,.25);border-radius:16px;box-sizing:border-box}.mc-share__brand{display:flex;align-items:center;gap:10px;width:100%;padding:8px 4px 12px}.mc-share__brand-logo{width:36px;height:36px;object-fit:contain;display:block;flex:0 0 auto}.mc-share__brand-text{margin-left:auto;text-align:right;font-family:Anton,system-ui,sans-serif;font-weight:400;font-size:.95rem;color:#fff;letter-spacing:.01em}.mc-share__capture .mc-card{width:100%;max-width:100%;min-width:0;margin:0 0 8px;flex-direction:column;gap:12px;background:transparent;border:none;border-radius:0;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;overflow:hidden;box-sizing:border-box;--matchup-width: 90%;--matchup-side-min-w: 134px;--matchup-side-min-h: 76px;--matchup-side-pad-y: 4px;--matchup-side-pad-x: 14px;--matchup-divider-h: 40px;--matchup-logo-size: 60px;--matchup-radius: 18px;--matchup-at-size: 2rem}.mc-share__capture .mc-card__matchup{width:auto;max-width:100%;justify-content:center;align-self:center}.mc-share__capture .mc-card__matchup-divider{border-top:none;border-bottom:none;flex:0 0 auto;background:transparent;height:auto;padding:0 8px}.mc-share__capture .mc-card__matchup-side--left,.mc-share__capture .mc-card__matchup-side--right{background-color:transparent}.mc-share__capture .mc-card>.mc-card__meta{flex-direction:column;align-items:center;gap:6px;margin-top:-6px}.mc-share__capture .mc-card__meta-series{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.95rem;line-height:1}.mc-share__capture .mc-card__meta-series>span:not(.mc-card__dot){font-size:1em}.mc-share__capture .mc-card__meta-pcts{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:92%;gap:12px}.mc-share__capture .mc-card>.mc-card__meta .mc-card__win-pct{font-size:1.4em}.mc-share__capture .mc-card__body{display:flex;flex-direction:column;gap:16px;min-width:0;max-width:100%;box-sizing:border-box;padding:14px;border-radius:16px;background:linear-gradient(135deg,#ffffff1a,#ffffff0a);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);box-shadow:inset 0 1px #ffffff2e,0 8px 32px #00000059;overflow:visible}.mc-share__capture .mc-card__grid-card,.mc-share__capture .mc-card__query-panel{flex:0 0 auto;min-width:0;max-width:100%;padding:0;border:none;border-radius:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;overflow:visible}.mc-share__capture .mc-card__query-scroll{flex:0 0 auto;overflow:visible}.mc-share__capture .mc-share__brand-text{font-size:1.4rem;padding-right:30px}.mc-share__capture .mc-share__brand-logo{width:92px;height:92px}.mc-share__capture .mc-readout__title{font-size:1rem;margin-bottom:10px}.mc-share__capture .mc-readout__empty{font-size:1.05rem}.mc-share__capture .mc-readout__list{gap:12px}.mc-share__capture .mc-readout__row{gap:14px;padding:10px 12px;font-size:1.2rem;border-radius:10px}.mc-share__capture .mc-readout__thumb{width:56px;height:56px}.mc-share__capture .mc-readout__thumb:not(.mc-readout__thumb--team){background:#fff}.mc-share__capture .mc-readout__thumb--team{padding:4px}.mc-share__capture .mc-readout__text{line-height:1.35}.mc-share__capture .mc-card__custom-result{font-size:1.1rem}.mc-share__capture .mc-card__custom-result-sub{font-size:1rem}.mc-share__capture--export{padding-top:24px;padding-bottom:20px}.mc-share__capture--export .mc-card{overflow:hidden;background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.mc-share__capture--export .mc-card__body{backdrop-filter:none;-webkit-backdrop-filter:none;background:#ffffff14;border:1px solid rgba(255,255,255,.18);box-shadow:none}.mc-share__capture--export .mc-card__grid-card,.mc-share__capture--export .mc-card__query-panel{backdrop-filter:none;-webkit-backdrop-filter:none}.mc-share__capture--export .mc-card__cell-glass{backdrop-filter:none;-webkit-backdrop-filter:none;background:#ffffff1f;border:1px solid rgba(255,255,255,.3);box-shadow:none}.mc-share__url{text-align:center;font-size:.78rem;color:#ffffffa6;word-break:break-all;padding:4px 8px 0}.mc-share__actions{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%}.mc-share__download{appearance:none;background:#fff;color:#000;border:none;border-radius:999px;padding:10px 22px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .1s ease,opacity .15s ease}.mc-share__download:hover:not(:disabled){transform:translateY(-1px)}.mc-share__download:disabled{opacity:.6;cursor:progress}.mc-share__error{margin:0;font-size:.8rem;color:#ff6b6b}.mc-card__clear-btn{margin-top:6px;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:4px;padding:2px 6px;font-size:.75rem;cursor:pointer}.mc-card__matchup-mini{display:flex;align-items:center;justify-content:space-between;gap:0;flex-wrap:nowrap;white-space:nowrap;overflow:hidden;padding:6px 4px;background:transparent}.mc-card__matchup-mini-logo{width:60px;height:60px;object-fit:contain;flex-shrink:0}.mc-card__matchup-mini-logo--placeholder{background:#ffffff14;border-radius:50%}.mc-card__city{font-size:1.5rem;font-weight:500;color:#fff;opacity:.95}.mc-card__at--inline{background:transparent;margin:0 2px}.mc-customize__label{display:flex;align-items:center;gap:6px;font-size:1.5rem;font-weight:700;color:#fff;opacity:.95;margin-bottom:2px}.mc-customize__label-logo{width:30px;height:30px;object-fit:contain;flex-shrink:0}.mc-customize__headshot{width:28px;height:28px;border-radius:50%;object-fit:cover;background:#ffffff1a;flex-shrink:0}.mc-customize__row-logo{width:24px;height:24px;object-fit:contain;flex-shrink:0}.mc-customize__player-label{font-weight:600;color:#fff;white-space:nowrap}.mc-customize__toggle{appearance:none;background:#000;color:#fff;font-family:inherit;font-size:.78rem;font-weight:700;line-height:1.2;padding:3px 14px;border:.5px solid rgba(255,255,255,.6);border-radius:999px;min-width:64px;text-align:center;flex-shrink:0;cursor:pointer;transition:transform .08s ease,border-color .12s ease,color .12s ease}.mc-customize__toggle:hover{border-color:#ffffffe6}.mc-customize__toggle:focus,.mc-customize__toggle:focus-visible{outline:none}.mc-customize__toggle:active{transform:scale(.97)}.mc-customize__toggle--add{border-color:#2ecc71b3;color:#2ecc71}.mc-customize__toggle--add:active{border-color:#2ecc71}.mc-customize__toggle--remove{border-color:#e74c3cb3;color:#ff6b6b}.mc-customize__toggle--remove:active{border-color:#ff6b6b}.mc-customize__toggle:hover{background:#ffffff26}.mc-customize__toggle--add{border-color:#2ecc718c;color:#2ecc71}.mc-customize__toggle--remove{border-color:#e74c3c8c;color:#ff6b6b}.mc-customize__row--confirmed{background:#2ecc710f;border-radius:6px;padding:2px 4px}.mc-customize__row--selecting{align-items:center}.mc-customize__row--stacked{flex-direction:column;align-items:stretch;gap:6px}.mc-customize__row-top{display:flex;align-items:center;gap:8px}.mc-customize__row-bottom{display:flex;align-items:center;gap:4px;flex-wrap:nowrap;min-width:0}.mc-card__sim-btn--simulate.mc-card__sim-btn--done{background:#2ecc71;border-color:#2ecc71;color:#fff}.mc-card__sim-btn--simulate.mc-card__sim-btn--done:hover:not(:disabled){background:#27ae60;border-color:#27ae60}.mc-card__sim-btn--simulate:disabled{color:#ffffffa6}.mc-card__query-hint{margin:0;font-size:.85rem;line-height:1.4;color:#ffffffa6;text-align:center}.mc-card__meta>span:not(.mc-card__win-pct):not(.mc-card__dot){font-size:.9rem}@media(max-width:1800px){.mc-card{--matchup-logo-size: 24px;--matchup-divider-h: 30px;--matchup-at-size: 1rem;--matchup-side-min-w: 16px}}@media(max-width:1400px){.mc-card{--matchup-logo-size: 24px;--matchup-divider-h: 30px;--matchup-at-size: 1rem;--matchup-side-min-w: 16px}}@media(max-width:1024px){.mc-card{flex-direction:column}.mc-card__grid-card,.mc-card__query-panel{flex:0 0 auto;height:40vh;min-height:0}.mc-card__grid{width:auto;height:auto;max-width:100%;max-height:100%;margin:0 auto;flex:1 1 0;min-height:0}.mc-card__query-scroll{flex:1 1 0;min-height:0;overflow-y:auto}.mc{padding-left:.5rem;padding-right:.5rem}.mc-card{width:90%;gap:24px;--matchup-logo-size: 36px;--matchup-divider-h: 40px;--matchup-at-size: 1.5rem;--matchup-side-min-w: 72px}.mc-card__matchup-mini,.mc-card__city{font-size:1rem}.mc-card__matchup-mini-logo{height:40px;width:40px}.mc-card__meta{font-size:1rem}.mc-share__capture .mc-card__grid-card,.mc-share__capture .mc-card__query-panel{height:auto;min-height:0;width:100%;max-width:100%;overflow:visible}.mc-share__capture .mc-card__grid{width:100%;max-width:100%;max-height:none;margin:0;flex:0 0 auto}.mc-share__capture .mc-card__query-scroll,.mc-share__capture .mc-readout,.mc-share__capture .mc-readout__list{width:100%;box-sizing:border-box}.mc-share__capture .mc-card__body{width:100%;overflow:visible}.mc--shared-sim{padding:1.25rem 1rem 3rem}.mc-share__layout{flex-direction:column;align-items:center;gap:2rem}.mc-share__artifact,.mc-share__sidebar{flex:1 1 auto;width:100%;max-width:520px}.mc-share__sidebar{order:-1;max-width:520px;position:static;top:auto;margin-top:0}.mc-share__capture{max-width:100%;margin:0 auto}}@media(max-width:1024px){.mc-card__cell-glass{-webkit-backdrop-filter:none;backdrop-filter:none;background:#ffffff1f}}
