.player-card{align-items:center;background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;box-shadow:0 2px 8px #0000004d;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem 1.5rem;transition:transform .2s ease}.player-card:hover{transform:scale(1.02)}.player-rank{color:#fff;font-size:1.25rem;font-weight:700;min-width:3rem}.rank-number{background:#333;border-radius:999px;font-size:1rem;padding:.25rem .75rem}.player-info{flex:1 1;margin-left:1rem}.player-name{color:#f5f5f5;font-size:1.1rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-score{color:#ccc;font-size:.95rem}.delta-rank{border-radius:999px;font-size:.8rem;font-weight:700;min-width:2.5rem;padding:.3rem .6rem;text-align:center}.delta-rank.up{background-color:#00ff641a;color:#00ff64}.delta-rank.down{background-color:#ff00001a;color:#ff4d4d}.events-preview-wrapper{align-items:center;display:flex;flex-direction:column;margin-top:2rem;overflow:hidden;padding:1rem 0 2.5rem;position:relative;width:100%}.parallax-background{animation:slowZoom 60s infinite alternate;background-position:50%;background-size:cover;filter:blur(10px) brightness(.35);height:100%;inset:0;mask-composite:intersect;-webkit-mask-composite:destination-in;mask-image:linear-gradient(180deg,#0000 0,#000 12%,#000 88%,#0000),linear-gradient(90deg,#0000 0,#000 8%,#000 92%,#0000);-webkit-mask-image:linear-gradient(180deg,#0000 0,#000 12%,#000 88%,#0000),linear-gradient(90deg,#0000 0,#000 8%,#000 92%,#0000);position:absolute;transform:scale(1.08);transition:opacity .1s ease;width:100%;z-index:0}@keyframes slowZoom{0%{transform:scale(1.06)}to{transform:scale(1.14)}}.carousel-wrapper{align-items:center;display:flex;height:430px;justify-content:center;max-width:1200px;position:relative;width:100%;z-index:1}.carousel-window{overflow:visible}.carousel-track,.carousel-window{height:100%;position:relative;width:100%}.carousel-track{align-items:center;display:flex;justify-content:center;perspective:1000px;transition:all .6s ease}.carousel-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121218d6;border:1px solid #ffffff1a;border-radius:18px;box-shadow:0 20px 60px #00000073;height:390px;left:50%;overflow:hidden;padding:.55rem;position:absolute;text-align:center;top:10px;transform:translateX(-50%);transition:all .6s ease;width:min(78vw,310px)}.active-card{border-color:#ff214f61;box-shadow:0 20px 70px #0000008c,0 0 24px #ff214f2e;transform:translateX(-50%) scale(1.05) rotateY(0deg)}.carousel-image,.carousel-placeholder{border-radius:14px;height:290px;width:100%}.carousel-image{object-fit:cover}.carousel-placeholder{align-items:center;background:#50505a52;color:#ffffff9e;display:flex;justify-content:center}.carousel-title{color:#fff;font-size:1rem;font-weight:900;line-height:1.25;margin-top:.65rem;padding:0 .25rem}.dots-container{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:1rem;z-index:2}.dot{background-color:#ffffff3d;border-radius:999px;cursor:pointer;height:9px;transition:transform .3s ease,background-color .3s ease,width .3s ease;width:9px}.active-dot{background:linear-gradient(90deg,#ff214f,#ff7a00);transform:scale(1.05);width:26px}@media (min-width:768px){.events-preview-wrapper{padding:2rem 0 3rem}.carousel-wrapper{height:500px}.carousel-card{height:420px;width:320px}.carousel-image,.carousel-placeholder{height:320px}.active-card{transform:translateX(-50%) scale(1.1) rotateY(0deg)}}@media (max-width:480px){.carousel-wrapper{height:395px}.carousel-card{height:360px}.carousel-image,.carousel-placeholder{height:260px}.carousel-title{font-size:.92rem}}.header{background:linear-gradient(180deg,#000000c2,#0000002e,#0000);left:0;padding:.7rem 1rem;position:fixed;top:0;transition:background .25s ease,border-color .25s ease,-webkit-backdrop-filter .25s ease;transition:background .25s ease,backdrop-filter .25s ease,border-color .25s ease;transition:background .25s ease,backdrop-filter .25s ease,border-color .25s ease,-webkit-backdrop-filter .25s ease;width:100%;z-index:1000}.header-scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#050507e6;border-bottom:1px solid #ffffff14}.header-content{align-items:center;display:flex;gap:1rem;height:56px;justify-content:space-between;margin:0 auto;width:min(100%,1220px)}.header-logo-button{background:#0000;border:0;color:#fff;cursor:pointer;font-size:clamp(1.05rem,4vw,1.55rem);font-weight:950;letter-spacing:-.05em;white-space:nowrap}.header-nav{align-items:center;display:flex;gap:.45rem;justify-content:flex-end;min-width:0}.header-login-button,.header-logout-button,.header-nav a{align-items:center;background:hsla(0,0%,100%,.045);border:1px solid #ffffff1a;border-radius:999px;color:#ffffffd1;cursor:pointer;display:inline-flex;font-size:.86rem;font-weight:800;justify-content:center;min-height:40px;padding:0 .9rem;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;white-space:nowrap}.header-login-button:hover,.header-logout-button:hover,.header-nav a:hover{background:#ffffff17;color:#fff;transform:translateY(-1px)}.header-nav a.active{background:linear-gradient(135deg,#ff214f57,#ff7a0033);border-color:#ffffff2e;color:#fff}.header-profile-button{background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;color:#fff;cursor:pointer;display:grid;font-weight:900;height:42px;overflow:hidden;padding:0;place-items:center;transition:transform .2s ease,border-color .2s ease;width:42px}.header-profile-button:hover{border-color:#ffffff4d;transform:scale(1.06)}.header-profile-button img{height:100%;object-fit:cover;width:100%}.header-logout-button{opacity:.78}@media (max-width:760px){.header{padding:.55rem .65rem}.header-content{align-items:flex-start;flex-direction:column;gap:.5rem;height:auto}.header-nav{justify-content:flex-start;overflow-x:auto;padding-bottom:.1rem;scrollbar-width:none;width:100%}.header-nav::-webkit-scrollbar{display:none}.header-login-button,.header-logout-button,.header-nav a{font-size:.78rem;min-height:36px;padding:0 .75rem}.header-profile-button{flex:0 0 auto;height:36px;width:36px}}.landing-page{background:#050507;width:100%}.landing-page,.page-content{display:flex;flex-direction:column}.page-content{padding:0 1rem}.hero{align-items:center;background:linear-gradient(180deg,#05050740,#050507 96%),linear-gradient(90deg,#050507b8,#0505072e),url(https://images.unsplash.com/photo-1617957742042-7bb4998c3a2e);background-position:50%;background-size:cover;display:flex;justify-content:center;min-height:92dvh;overflow:hidden;position:relative;width:100%}.hero:before{background-image:linear-gradient(#ffffff08 1px,#0000 0),linear-gradient(90deg,#ffffff08 1px,#0000 0);background-size:36px 36px;content:"";inset:0;-webkit-mask-image:radial-gradient(circle at center,#000,#0000 72%);mask-image:radial-gradient(circle at center,#000,#0000 72%);position:absolute}.hero-overlay{background:radial-gradient(circle at 50% 35%,#ff214f2e,#0000 38%),radial-gradient(circle at 78% 72%,#00d1ff24,#0000 30%);inset:0;position:absolute}.hero-content{padding:0 1rem;position:relative;text-align:center;width:min(92vw,940px);z-index:1}.hero-title{color:#fff;font-size:clamp(2.65rem,14vw,7.5rem);font-weight:950;letter-spacing:-.08em;line-height:.88;margin:0;text-transform:uppercase}.hero-title-2{color:#ffffffeb;font-size:clamp(1.6rem,8vw,4.3rem);font-weight:900;letter-spacing:-.06em;line-height:.95;margin:.8rem 0 0}.hero-subtitle{color:#ffffffbd;font-size:clamp(1rem,4vw,1.4rem);line-height:1.55;margin:1.35rem auto 0;max-width:720px}.section{margin:0 auto;max-width:1200px;padding:3rem 1rem}.section-title{font-size:clamp(1.55rem,6vw,2.35rem);font-weight:900;letter-spacing:-.04em;margin-bottom:1.4rem}.footer{background:#08080b;border-top:1px solid #ffffff14;color:#ffffff8c;font-size:.9rem;padding:2rem 1rem;text-align:center}@media (min-width:768px){.page-content{padding:0 2rem}.hero-content{text-align:left}.hero-subtitle{margin-left:0}.section{padding:4.5rem 2rem}}@media (max-width:420px){.hero{min-height:86dvh}.hero-content{padding-top:36px}}.events-page{background:#0a0a0a;color:#fff;display:flex;flex-direction:column;min-height:100vh;padding-top:60px}.events-content{margin:2rem auto;max-width:900px;padding:2rem;text-align:center}.events-login-prompt{margin-top:2rem}.events-login-button{background:red;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.6rem 1.5rem;transition:background .3s}.events-login-button:hover{background:darkred}.profile-page{background:#0a0a0a;color:#fff;display:flex;flex-direction:column;min-height:100vh;padding-top:60px}.profile-content{margin:2rem auto;max-width:800px;padding:2rem;text-align:center}.profile-details{margin-top:2rem}.profile-avatar{border-radius:50%;box-shadow:0 0 10px red;height:120px;margin-bottom:1rem;object-fit:cover;width:120px}.profile-login-prompt{margin-top:2rem}.profile-login-button{background:red;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.6rem 1.5rem;transition:background .3s}.profile-login-button:hover{background:darkred}.nxl-page{background:radial-gradient(circle at 70% 0,#ff004026,#0000 30%),radial-gradient(circle at 15% 90%,#00d1ff14,#0000 32%),#050507;color:#fff;min-height:100vh;padding-top:92px}.nxl-shell{margin:0 auto;padding:18px;width:min(100%,1220px)}.nxl-hero{padding:30px 4px 20px}.nxl-kicker{color:#ff315f;font-size:.72rem;font-weight:900;letter-spacing:.18em;margin:0 0 8px;text-transform:uppercase}.nxl-hero h1{font-size:clamp(2rem,8vw,4.8rem);letter-spacing:-.06em;line-height:.95;margin:0;max-width:900px}.nxl-hero p{color:#ffffffb8;font-size:1rem;line-height:1.55;max-width:720px}.nxl-stat-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin:18px 0}.nxl-odds-card,.nxl-panel,.nxl-stat-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#121218c2;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 16px 40px #00000047}.nxl-stat-card{padding:16px}.nxl-field span,.nxl-quote-box span,.nxl-stat-card span{color:#ffffff94;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.nxl-stat-card strong{display:block;font-size:1.55rem;margin-top:6px}.nxl-click-card{color:#fff;cursor:pointer;text-align:left}.nxl-click-card em{color:#ffffff94;display:block;font-size:.82rem;font-style:normal;margin-top:6px}.nxl-layout{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.nxl-odds-card,.nxl-panel{margin-top:16px;padding:18px}.nxl-panel-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.nxl-odds-card h2,.nxl-panel h2,.nxl-panel-header h2{margin:0 0 14px}.nxl-small-button{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;color:#fff;cursor:pointer;font-weight:800;min-height:38px;padding:0 .9rem}.nxl-field{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.nxl-field input,.nxl-field select{background:#0d0d12;border:1px solid #ffffff24;border-radius:14px;color:#fff;font-size:1rem;min-height:48px;padding:0 12px;width:100%}.nxl-filter-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}.nxl-error,.nxl-success{border-radius:14px;margin:12px 0;padding:12px 14px}.nxl-error{background:#ff28501f;border:1px solid #ff285059;color:#ff98aa}.nxl-success{background:#00dc781a;border:1px solid #00dc784d;color:#8dffc1}.nxl-muted{color:#ffffff9e}.nxl-rules-panel p{color:#ffffffb8;line-height:1.5}.nxl-rules-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr;margin:16px 0}.nxl-rules-grid>div{background:hsla(0,0%,100%,.045);border:1px solid #ffffff14;border-radius:16px;padding:14px}.nxl-rules-grid span,.nxl-rules-grid strong{display:block}.nxl-rules-grid span{color:#ffffff9e;line-height:1.4;margin-top:5px}.nxl-one-sided-warning,.nxl-rules-warning{background:#ffbc001a;border:1px solid #ffbc0047;border-radius:14px;color:#ffffffd1;line-height:1.45;padding:13px}.nxl-one-sided-warning span,.nxl-one-sided-warning strong{display:block}.nxl-one-sided-warning span{color:#ffffffad;margin-top:4px}.nxl-market-meta{color:#ffffff75;display:block;font-size:.76rem;line-height:1.35;margin-top:4px}.nxl-selected-schedule{background:hsla(0,0%,100%,.045);border:1px solid #ffffff14;border-radius:14px;margin:-4px 0 14px;padding:12px}.nxl-selected-schedule strong{display:block;font-size:.98rem}.nxl-selected-schedule span{color:#ffffff94;display:block;font-size:.82rem;margin-top:4px}.nxl-market-legend{color:#ffffff6b;display:none;font-size:.68rem;gap:10px;grid-template-columns:1fr 72px 90px 72px 90px;letter-spacing:.1em;padding:0 14px 8px;text-transform:uppercase}.nxl-market-list{display:flex;flex-direction:column;gap:10px;max-height:680px;overflow-y:auto;padding-right:4px}.nxl-featured-card,.nxl-market-row{background:hsla(0,0%,100%,.045);border:1px solid #ffffff17;border-radius:16px;color:#fff;cursor:pointer;padding:14px;text-align:left;transition:background .2s ease,border-color .2s ease,transform .2s ease;width:100%}.nxl-market-row{grid-gap:14px;align-items:center;display:grid;gap:14px;grid-template-columns:1fr auto}.nxl-featured-card:hover,.nxl-market-row.selected,.nxl-market-row:hover{background:linear-gradient(135deg,#ff214f33,#ff7a0014),#ffffff0f;border-color:#ff315fad;box-shadow:0 0 0 1px #ff315f24,0 16px 36px #00000052;transform:translateY(-1px)}.nxl-featured-card strong,.nxl-market-row strong{display:block;font-size:1rem}.nxl-featured-card em,.nxl-featured-card span,.nxl-market-row span{color:#ffffff9e;display:block;font-style:normal;margin-top:4px}.nxl-market-probs{grid-gap:4px 12px;align-items:center;display:grid;gap:4px 12px;grid-template-columns:auto auto;text-align:right}.nxl-market-probs span:nth-child(odd){color:#ffffffd1}.nxl-market-probs span:nth-child(2n){color:#ff315f;font-weight:950}.nxl-featured-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr}.nxl-featured-card b{color:#ff315f;display:block;font-size:.95rem;margin-top:6px}.nxl-sticky-ticket{position:sticky;top:96px}.nxl-team-line{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr;margin:14px 0}.nxl-team-line button{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;color:#fff;cursor:pointer;padding:16px;text-align:left}.nxl-team-line button.selected{background:linear-gradient(135deg,#ff214f38,#ff7a001f);border-color:#ff315f85}.nxl-team-line span{color:#ffffffb8;display:block}.nxl-team-line strong{display:block;font-size:2rem;margin:4px 0}.nxl-team-line em{color:#ff315f;display:block;font-size:1.2rem;font-style:normal;font-weight:950;margin-top:4px}.nxl-pool-panel{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;margin:14px 0;padding:14px}.nxl-pool-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.nxl-pool-header h3{margin:0}.nxl-pool-health{border-radius:999px;flex:0 0 auto;font-size:.68rem;font-weight:950;letter-spacing:.08em;padding:6px 10px;text-transform:uppercase}.nxl-pool-health.good{background:#00dc7824;color:#8dffc1}.nxl-pool-health.warning{background:#ffbc0024;color:#ffd96a}.nxl-pool-health.danger{background:#ff315f29;color:#ff9aac}.nxl-pool-total{background:hsla(0,0%,100%,.045);border-radius:14px;display:flex;gap:10px;justify-content:space-between;margin:12px 0;padding:12px}.nxl-pool-estimate span,.nxl-pool-total span{color:#ffffff94;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}.nxl-pool-sides{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr}.nxl-pool-sides>div{background:hsla(0,0%,100%,.035);border:1px solid #ffffff12;border-radius:14px;padding:12px}.nxl-pool-sides>div.selected{background:#ff315f14;border-color:#ff315f70}.nxl-pool-sides em,.nxl-pool-sides span,.nxl-pool-sides strong{display:block}.nxl-pool-sides span{color:#ffffffb3}.nxl-pool-sides strong{font-size:1.25rem;margin-top:4px}.nxl-pool-sides em{color:#ffffff75;font-style:normal;margin-top:3px}.nxl-pool-estimate{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr;margin-top:12px}.nxl-pool-estimate>div{background:hsla(0,0%,100%,.035);border-radius:12px;display:flex;gap:12px;justify-content:space-between;padding:10px 12px}.nxl-pool-estimate .nxl-one-sided-warning{display:block}.nxl-primary-button,.nxl-secondary-button{border:0;border-radius:16px;color:#fff;cursor:pointer;font-size:1rem;font-weight:900;min-height:50px;padding:0 18px}.nxl-primary-button{background:linear-gradient(135deg,#ff214f,#ff7a00);box-shadow:0 12px 30px #ff214f38}.nxl-secondary-button{background:#ffffff14;border:1px solid #ffffff1f}.nxl-primary-button:disabled,.nxl-secondary-button:disabled{cursor:not-allowed;opacity:.45}.nxl-ticket-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr}.nxl-ticket-note{color:#ffffff8c;font-size:.85rem;margin:10px 0 0}.nxl-quote-box{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr;margin-top:16px}.nxl-quote-box>div{background:hsla(0,0%,100%,.045);border-radius:12px;display:flex;gap:12px;justify-content:space-between;padding:10px 12px}.nxl-quote-profit{background:#00dc7814!important;border:1px solid #00dc782e}.nxl-ranking-list{display:flex;flex-direction:column;gap:8px}.nxl-ranking-row{grid-gap:10px;align-items:center;background:hsla(0,0%,100%,.045);border-radius:14px;display:grid;gap:10px;grid-template-columns:44px 1fr auto;padding:12px}.nxl-ranking-row em,.nxl-ranking-row span{color:#ffffff9e;font-style:normal}.nxl-footer-disclaimer{background:hsla(0,0%,100%,.035);border:1px solid #ffffff14;border-radius:18px;color:#ffffff94;line-height:1.5;margin:28px 0 10px;padding:16px}.nxl-modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b8;display:grid;inset:0;padding:18px;place-items:center;position:fixed;z-index:3000}.nxl-modal{background:#0e0e14f5;border:1px solid #ffffff1f;border-radius:24px;box-shadow:0 30px 100px #000000a6;display:flex;flex-direction:column;max-height:86vh;overflow:hidden;padding:18px;width:min(94vw,820px)}.nxl-confirm-modal{max-width:620px}.nxl-modal-header{align-items:flex-start;border-bottom:1px solid #ffffff14;display:flex;gap:16px;justify-content:space-between;padding-bottom:14px}.nxl-modal-header h2{margin:0}.nxl-modal-actions{display:flex;gap:8px}.nxl-modal-actions button,.nxl-modal-header>button{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;color:#fff;cursor:pointer;font-weight:900;height:40px;min-width:40px;padding:0 .8rem}.nxl-confirm-body{padding:16px 0}.nxl-confirm-body p{color:#ffffffb8;line-height:1.45}.nxl-confirm-market{background:hsla(0,0%,100%,.045);border:1px solid #ffffff14;border-radius:16px;margin:14px 0;padding:14px}.nxl-confirm-market small,.nxl-confirm-market span,.nxl-confirm-market strong{display:block}.nxl-confirm-market span{color:#ffffffb3;margin-top:4px}.nxl-confirm-market small{color:#ffffff75;margin-top:4px}.nxl-confirm-actions{grid-gap:12px;border-top:1px solid #ffffff14;display:grid;gap:12px;grid-template-columns:1fr 1fr;padding-top:16px}.nxl-modal-stats{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin:16px 0}.nxl-modal-stats>div{background:hsla(0,0%,100%,.045);border-radius:14px;padding:12px}.nxl-modal-stats span,.nxl-position-row span{color:#ffffff94;display:block;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.nxl-position-tabs{display:flex;gap:8px;margin:0 0 14px}.nxl-position-tabs button{background:hsla(0,0%,100%,.045);border:1px solid #ffffff1a;border-radius:999px;color:#ffffffb8;cursor:pointer;font-weight:850;min-height:38px;padding:0 1rem}.nxl-position-tabs button.active{background:linear-gradient(135deg,#ff214f4d,#ff7a0029);border-color:#ffffff2e;color:#fff}.nxl-position-list{display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding-right:4px}.nxl-position-row{grid-gap:14px;align-items:center;background:hsla(0,0%,100%,.045);border-radius:14px;display:grid;gap:14px;grid-template-columns:1fr auto;padding:12px}.nxl-position-meta{text-align:right}.nxl-position-meta em{color:#ffffff85;display:block;font-size:.78rem;font-style:normal;margin-top:2px}@media (min-width:720px){.nxl-shell{padding:32px}.nxl-stat-grid{grid-template-columns:repeat(4,1fr)}.nxl-layout{align-items:start;grid-template-columns:minmax(0,1fr) 390px}.nxl-featured-grid{grid-template-columns:repeat(2,1fr)}.nxl-filter-grid,.nxl-pool-sides,.nxl-rules-grid,.nxl-team-line,.nxl-ticket-actions{grid-template-columns:1fr 1fr}.nxl-modal-stats{grid-template-columns:repeat(4,1fr)}}@media (min-width:900px){.nxl-market-legend{display:grid}}@media (max-width:760px){.nxl-page{padding-top:118px}.nxl-market-row{grid-template-columns:1fr}.nxl-market-probs{justify-content:flex-start;text-align:left}.nxl-sticky-ticket{position:static}}@media (max-width:720px){.nxl-modal-actions button:first-child{display:none}.nxl-position-row{grid-template-columns:1fr}.nxl-position-meta{text-align:left}}@media (max-width:520px){.nxl-confirm-actions{grid-template-columns:1fr}}.nxl-live-row{align-items:center;color:#ffffff9e;display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.nxl-live-row button{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;color:#fff;cursor:pointer;font-weight:850;min-height:36px;padding:0 .9rem}.nxl-live-pill{background:#00dc781f;border:1px solid #00dc7842;border-radius:999px;color:#8dffc1;font-size:.72rem;font-weight:900;letter-spacing:.08em;padding:7px 10px;text-transform:uppercase}.nxl-dashboard-grid{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:1fr}.nxl-dashboard-main,.nxl-dashboard-side{min-width:0}.nxl-section-heading{align-items:flex-start;display:flex;gap:14px;justify-content:space-between}.nxl-mobile-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0ec7;border:1px solid #ffffff14;border-radius:18px;display:flex;gap:8px;margin:14px 0;overflow-x:auto;padding:8px;position:sticky;scrollbar-width:none;top:94px;z-index:50}.nxl-mobile-nav::-webkit-scrollbar{display:none}.nxl-mobile-nav button{background:hsla(0,0%,100%,.045);border:1px solid #ffffff1a;border-radius:999px;color:#ffffffb8;cursor:pointer;flex:0 0 auto;font-weight:850;min-height:38px;padding:0 1rem}.nxl-mobile-nav button.active{background:linear-gradient(135deg,#ff214f47,#ff7a0024);border-color:#ff315f73;color:#fff}.nxl-hot-list{display:flex;flex-direction:column;gap:12px}.nxl-hot-item{grid-gap:10px;align-items:stretch;display:grid;gap:10px;grid-template-columns:42px 1fr}.nxl-hot-rank{background:#ff315f1f;border:1px solid #ff315f42;border-radius:16px;color:#ff9aac;display:grid;font-weight:950;place-items:center}.nxl-hot-market{min-width:0}.nxl-hot-stats{color:#ffffff8f;display:flex;flex-wrap:wrap;font-size:.82rem;gap:10px;margin-top:7px}.nxl-confirm-inline{background:linear-gradient(135deg,#ff214f1f,#ff7a000f),hsla(0,0%,100%,.035);border:1px solid #ff315f47;border-radius:18px;margin-top:14px;padding:14px}.nxl-confirm-inline h3{margin:0 0 10px}.nxl-full-button{width:100%}.nxl-inline-stats{margin-top:0}@media (min-width:900px){.nxl-dashboard-grid{grid-template-columns:minmax(0,1fr) 390px}.nxl-mobile-nav{display:none}.nxl-section-mobile-hidden{display:block}.nxl-dashboard-main,.nxl-dashboard-side{display:flex;flex-direction:column;gap:16px}}@media (max-width:899px){.nxl-section-mobile-hidden{display:none}.nxl-dashboard-grid,.nxl-section-active{display:block}.nxl-hero{padding-top:16px}.nxl-hero h1{font-size:clamp(2rem,11vw,3.5rem)}.nxl-stat-grid{grid-template-columns:1fr 1fr}.nxl-odds-card,.nxl-panel{border-radius:18px;margin-top:12px;padding:14px}.nxl-section-heading{flex-direction:column}.nxl-small-button{width:100%}.nxl-team-line,.nxl-ticket-actions{grid-template-columns:1fr}.nxl-ticket-actions{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050507db;border:1px solid #ffffff14;border-radius:18px;bottom:10px;padding:8px;position:sticky;z-index:20}.nxl-primary-button,.nxl-secondary-button{min-height:54px;width:100%}.nxl-confirm-inline{margin-bottom:76px}.nxl-market-list{max-height:none}.nxl-market-row{padding:13px}.nxl-market-probs{grid-template-columns:repeat(4,auto);justify-content:flex-start;margin-top:10px;text-align:left}.nxl-position-row{grid-template-columns:1fr}.nxl-position-meta{text-align:left}.nxl-hot-item{grid-template-columns:1fr}.nxl-hot-rank{min-height:36px}}@media (max-width:520px){.nxl-shell{padding:12px}.nxl-stat-grid{grid-template-columns:1fr}.nxl-mobile-nav{top:110px}.nxl-pool-header{flex-direction:column}.nxl-pool-health{text-align:center;width:100%}.nxl-pool-estimate>div,.nxl-pool-total,.nxl-quote-box>div{flex-direction:column;gap:4px}.nxl-team-line button{padding:14px}.nxl-team-line strong{font-size:1.6rem}}.loading-container{background:radial-gradient(circle at 50% 20%,#ff004038,#0000 32%),radial-gradient(circle at 10% 80%,#008cff29,#0000 28%),#050507;color:#fff;display:grid;min-height:100vh;overflow:hidden;place-items:center;position:relative;width:100vw}.loading-grid{background-image:linear-gradient(hsla(0,0%,100%,.035) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.035) 1px,#0000 0);background-size:34px 34px;inset:0;-webkit-mask-image:radial-gradient(circle at center,#000 0,#0000 72%);mask-image:radial-gradient(circle at center,#000 0,#0000 72%);position:absolute}.loading-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c0c10b8;border:1px solid #ffffff1f;border-radius:24px;box-shadow:0 20px 80px #0000008c;padding:28px;position:relative;text-align:center;width:min(88vw,420px);z-index:1}.loading-mark{display:grid;height:92px;margin:0 auto 20px;place-items:center;position:relative;width:92px}.loading-ring{animation:loadingSpin 1.2s linear infinite;border-color:#ff1f4f #00d1ff #ffffff1f #ffffff1f;border-radius:50%;border-style:solid;border-width:2px;inset:0;position:absolute}.loading-crosshair{border:1px solid #ffffff47;border-radius:50%;height:46px;position:relative;width:46px}.loading-crosshair:after,.loading-crosshair:before{background:#ffffff80;content:"";position:absolute}.loading-crosshair:before{height:64px;left:50%;top:-9px;width:1px}.loading-crosshair:after{height:1px;left:-9px;top:50%;width:64px}.loading-kicker{color:#ff315f;font-size:.72rem;font-weight:800;letter-spacing:.22em;margin:0 0 8px}.loading-copy h1{font-size:clamp(1.45rem,7vw,2.15rem);line-height:1.05;margin:0}.loading-copy p{color:#ffffffad;line-height:1.45;margin:10px 0 0}.loading-progress{background:#ffffff14;border-radius:999px;height:8px;margin-top:26px;overflow:hidden}.loading-progress-bar{animation:loadingBar 1.25s ease-in-out infinite alternate;background:linear-gradient(90deg,#ff1f4f,#ffb000,#00d1ff);border-radius:inherit;height:100%;width:42%}.loading-status{color:#ffffff94;display:flex;font-size:.68rem;gap:8px;justify-content:space-between;letter-spacing:.18em;margin-top:14px}@keyframes loadingSpin{to{transform:rotate(1turn)}}@keyframes loadingBar{0%{transform:translateX(0);width:22%}to{transform:translateX(20%);width:78%}}@media (max-width:440px){.loading-card{padding:22px}.loading-status{font-size:.58rem}}.App{background:radial-gradient(circle at 70% 0,#ff00401f,#0000 30%),radial-gradient(circle at 10% 80%,#008cff14,#0000 25%),#050507;color:#fff;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;min-height:100vh;overflow-x:hidden}.home-page{display:flex;flex-direction:column;width:100%}.page{align-items:center;color:#fff;display:flex;font-size:clamp(1.25rem,5vw,2rem);justify-content:center;min-height:90vh;padding:1rem}.page-content{margin:0 auto;max-width:1200px;width:100%}.section{padding:4rem 2rem;width:100%}.section-title{font-size:clamp(1.5rem,5vw,2.25rem);font-weight:700;letter-spacing:-.02em;margin-bottom:2rem}.card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#121218b8;border:1px solid #ffffff14;border-radius:18px;box-shadow:0 12px 40px #0000004d}.primary-button{background:linear-gradient(135deg,#ff214f,#ff7a00);border:none;border-radius:14px;color:#fff;cursor:pointer;font-weight:700;min-height:48px;padding:0 1.25rem;transition:transform .2s ease,opacity .2s ease}.primary-button:hover{transform:translateY(-1px)}.primary-button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.section{padding:2.5rem 1rem}.section-title{margin-bottom:1.25rem}}@media (max-width:480px){.page{padding:.75rem}.section{padding:2rem .75rem}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;color-scheme:dark;scroll-behavior:smooth}body,html{background:#050507}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-width:320px;overflow-x:hidden}#root{min-height:100vh}button,input,select,textarea{font:inherit}a,button,select{-webkit-tap-highlight-color:transparent}canvas,img,picture,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0c0c10}::-webkit-scrollbar-thumb{background:#2a2a32;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#3b3b45}
/*# sourceMappingURL=main.5a58bc3e.css.map*/