:root{--mlyt-neon:#c9ff00;--mlyt-lime:#aaff00;--mlyt-ink:#02070c;--mlyt-panel:#07111b;--mlyt-line:#263441;--mlyt-copy:#d9e1e8;--mlyt-muted:#8d9aa7}
.mlyt-primary-btn,.mlyt-unlock-btn{border:0;border-radius:12px;background:linear-gradient(135deg,#efff00,#9dff00);color:#071006;font-weight:900;padding:15px 22px;cursor:pointer;box-shadow:0 0 24px rgba(196,255,0,.22);transition:.2s}.mlyt-primary-btn:hover,.mlyt-unlock-btn:hover{transform:translateY(-1px);box-shadow:0 0 34px rgba(196,255,0,.38)}.mlyt-outline-btn{border:1px solid #66727d;background:#071019;color:#f6f8fa;border-radius:10px;padding:12px 18px;font-weight:800;text-decoration:none;cursor:pointer}.mlyt-outline-btn:hover{border-color:var(--mlyt-neon);color:var(--mlyt-neon)}.mlyt-outline-btn:disabled{opacity:.5;cursor:not-allowed}.mlyt-kicker{font-size:13px;font-weight:900;letter-spacing:.2em;color:#f5f7f8}.mlyt-kicker em{color:var(--mlyt-neon);font-style:italic}.mlyt-predictions-shell{max-width:1380px;margin:0 auto;padding:34px 20px 70px}.mlyt-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.mlyt-section-head p{margin:8px 0 0;color:var(--mlyt-muted)}.mlyt-day-tabs{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #22303d;border-radius:14px;overflow:hidden;margin:0 0 22px;background:#030a10}.mlyt-day-tabs button{padding:14px;background:transparent;border:0;color:#8b97a3;font-weight:800;text-transform:uppercase;cursor:pointer}.mlyt-day-tabs button.active{background:linear-gradient(180deg,rgba(196,255,0,.16),rgba(196,255,0,.04));color:#dfff27;box-shadow:inset 0 0 0 1px rgba(196,255,0,.5),0 0 20px rgba(196,255,0,.12)}.mlyt-prediction-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.mlyt-prediction-card{position:relative;background:linear-gradient(155deg,rgba(15,29,42,.94),rgba(3,10,16,.96));border:1px solid #283845;border-radius:18px;padding:18px;min-height:310px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04);overflow:hidden}.mlyt-prediction-card:before{content:"";position:absolute;inset:auto -40px -70px auto;width:170px;height:170px;background:radial-gradient(circle,rgba(186,255,0,.12),transparent 68%);pointer-events:none}.mlyt-card-top{display:flex;justify-content:space-between;gap:12px;color:#aeb7c0;font-size:11px;text-transform:uppercase}.mlyt-matchup{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:28px 0 20px}.mlyt-team{display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px;color:#fff}.mlyt-team-logo{width:54px;height:54px;object-fit:contain}.mlyt-team-fallback{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#0a1721;border:1px solid #586574;color:var(--mlyt-neon);font-weight:900}.mlyt-vs{color:#7f8c98;font-weight:900}.mlyt-teaser{min-height:58px;color:#a8b4bf;font-size:14px;line-height:1.55}.mlyt-unlock-btn,.mlyt-card-pick+.mlyt-outline-btn,.mlyt-prediction-card>.mlyt-outline-btn{width:100%;margin-top:12px}.mlyt-card-pick{display:grid;grid-template-columns:1fr auto;gap:3px 10px;border-top:1px solid #263542;padding-top:14px}.mlyt-card-pick small{grid-column:1/-1;color:#82909d}.mlyt-card-pick strong{font-size:20px;color:#fff}.mlyt-card-pick b{color:var(--mlyt-neon);font-size:22px}.mlyt-pagination{display:flex;justify-content:center;gap:8px;margin-top:24px}.mlyt-pagination button{width:38px;height:38px;border-radius:50%;border:1px solid #34424e;background:#071019;color:#fff;cursor:pointer}.mlyt-pagination button.active{border-color:var(--mlyt-neon);color:var(--mlyt-neon)}.mlyt-empty{text-align:center;border:1px solid #263642;border-radius:18px;padding:42px;background:#06101a}.mlyt-empty strong,.mlyt-empty span{display:block}.mlyt-empty span{color:#8795a2;margin-top:8px}.mlyt-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.82);backdrop-filter:blur(8px)}.mlyt-detail-modal,.mlyt-auth-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:18px}.mlyt-detail-modal[hidden],.mlyt-auth-modal[hidden]{display:none}.mlyt-detail-panel,.mlyt-auth-panel{position:relative;z-index:2;width:min(1050px,100%);max-height:90vh;overflow:auto;background:#06111b;border:1px solid #4b5965;border-radius:24px;padding:28px;color:#f7f8f9;box-shadow:0 0 80px rgba(0,0,0,.8),0 0 35px rgba(190,255,0,.08)}.mlyt-auth-panel{width:min(560px,100%)}.mlyt-modal-x{position:absolute;top:16px;right:16px;border:1px solid #33424f;background:#0b1721;color:white;width:44px;height:44px;border-radius:12px;font-size:28px;cursor:pointer}.mlyt-auth-tabs{display:grid;grid-template-columns:1fr 1fr;border:1px solid #2b3a46;border-radius:12px;padding:4px;margin:28px 42px 24px 0}.mlyt-auth-tabs button{border:0;background:transparent;color:#8d9aa7;padding:12px;border-radius:9px;font-weight:900;cursor:pointer}.mlyt-auth-tabs button.active{background:var(--mlyt-neon);color:#071006}.mlyt-auth-pane{display:none}.mlyt-auth-pane.active{display:block}.mlyt-auth-pane h2{font-size:34px;margin:0 0 4px}.mlyt-auth-pane p{color:#8996a2}.mlyt-auth-pane form{display:grid;gap:16px;margin-top:22px}.mlyt-auth-pane label,.mlyt-checkout-form label{display:grid;gap:7px;font-weight:800;color:#dce3e8}.mlyt-auth-pane input,.mlyt-checkout-form input{border:1px solid #2b3945;background:#020911;color:#fff;border-radius:12px;padding:15px;outline:none}.mlyt-auth-pane input:focus,.mlyt-checkout-form input:focus{border-color:var(--mlyt-neon)}.mlyt-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:10px!important;font-size:13px!important;line-height:1.45;color:#b8c1c8!important}.mlyt-check input{width:18px;height:18px;padding:0!important}.mlyt-check a{color:var(--mlyt-neon)}.mlyt-form-message{min-height:20px;color:#ff8b8b}.mlyt-detail-head{padding-right:55px}.mlyt-detail-head span{color:var(--mlyt-neon);font-weight:900;letter-spacing:.12em}.mlyt-detail-head h2{font-size:38px;margin:8px 0}.mlyt-detail-head p{color:#8996a2}.mlyt-detail-stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #2c3a46;border-radius:16px;overflow:hidden;margin:24px 0}.mlyt-detail-stats>div{padding:16px;border-right:1px solid #2c3a46;border-bottom:1px solid #2c3a46}.mlyt-detail-stats small{display:block;color:#81909b;text-transform:uppercase}.mlyt-detail-stats strong{display:block;margin-top:6px;color:#fff;font-size:18px}.mlyt-detail-sections section{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:22px 0;border-top:1px solid #24323e}.mlyt-section-no{border:1px solid var(--mlyt-neon);color:var(--mlyt-neon);width:44px;height:44px;display:grid;place-items:center}.mlyt-detail-sections h3{margin:0 0 10px;color:#dfff25}.mlyt-detail-sections p,.mlyt-detail-sections li{color:#d6dde3;line-height:1.7}.mlyt-page-shell{width:min(1220px,calc(100% - 32px));margin:0 auto;padding:70px 0;color:#eef3f6}.mlyt-page-shell h1{font-size:clamp(38px,6vw,72px);margin:8px 0 12px}.mlyt-checkout-gate{max-width:720px;border:1px solid #2d3b47;background:#06111b;border-radius:24px;padding:40px}.mlyt-checkout-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.7fr);gap:24px;align-items:start}.mlyt-checkout-form{display:grid;gap:18px}.mlyt-checkout-form section,.mlyt-order-summary{background:#06111b;border:1px solid #2c3a46;border-radius:20px;padding:24px}.mlyt-step{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--mlyt-neon);color:var(--mlyt-neon);border-radius:10px;font-weight:900}.mlyt-checkout-form h2{display:inline-block;margin:0 0 18px 12px}.mlyt-checkout-packages{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mlyt-checkout-packages a{display:flex;justify-content:space-between;gap:10px;border:1px solid #35434f;color:#fff;text-decoration:none;padding:16px;border-radius:14px}.mlyt-checkout-packages a.active{border-color:var(--mlyt-neon);box-shadow:0 0 20px rgba(190,255,0,.14)}.mlyt-checkout-packages b{color:var(--mlyt-neon)}.mlyt-two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mlyt-pay-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.mlyt-pay-tabs button{background:#071019;border:1px solid #35434f;color:#cbd3d9;border-radius:999px;padding:10px 14px;cursor:pointer}.mlyt-pay-tabs button.active{border-color:var(--mlyt-neon);color:var(--mlyt-neon)}.mlyt-card-fields{display:grid;gap:12px}.mlyt-card-fields p,.mlyt-pay-copy{color:#8996a2;font-size:13px}.mlyt-order-summary{position:sticky;top:100px}.mlyt-order-summary>span{color:var(--mlyt-neon);font-weight:900}.mlyt-order-summary h2{font-size:42px;margin:8px 0 24px}.mlyt-order-summary>div{display:flex;justify-content:space-between;gap:20px;padding:14px 0}.mlyt-order-summary .total strong{font-size:28px;color:var(--mlyt-neon)}.mlyt-order-summary p{color:#83919c}.mlyt-account-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:28px 0}.mlyt-account-cards>div{border:1px solid #2a3945;border-radius:18px;padding:24px;background:#06111b}.mlyt-account-cards strong{display:block;font-size:28px;color:var(--mlyt-neon)}.mlyt-account-cards span{color:#8f9ca7}.mlyt-order-list{display:grid;gap:8px;margin:16px 0 28px}.mlyt-order-list>div{display:grid;grid-template-columns:1fr auto auto;gap:16px;background:#06111b;border:1px solid #263642;border-radius:12px;padding:14px}.mlyt-order-list em{color:#8b98a3}.mlyt-legal{max-width:900px}.mlyt-legal h2{margin-top:34px;color:var(--mlyt-neon)}.mlyt-legal p{color:#c4cdd4;line-height:1.8}
@media(max-width:900px){.mlyt-prediction-grid{grid-template-columns:repeat(2,1fr)}.mlyt-detail-stats{grid-template-columns:repeat(2,1fr)}.mlyt-checkout-grid{grid-template-columns:1fr}.mlyt-order-summary{position:static}.mlyt-checkout-packages{grid-template-columns:1fr}.mlyt-two-col{grid-template-columns:1fr}}
@media(max-width:620px){.mlyt-predictions-shell{padding:24px 14px 50px}.mlyt-prediction-grid{grid-template-columns:1fr}.mlyt-prediction-card{min-height:0}.mlyt-detail-panel,.mlyt-auth-panel{padding:22px 16px;border-radius:18px}.mlyt-detail-stats{grid-template-columns:1fr 1fr}.mlyt-detail-head h2{font-size:28px}.mlyt-detail-sections section{grid-template-columns:40px 1fr;gap:12px}.mlyt-section-no{width:36px;height:36px}.mlyt-page-shell{width:min(100% - 24px,1220px);padding:42px 0}.mlyt-checkout-form section,.mlyt-order-summary{padding:18px}.mlyt-account-cards{grid-template-columns:1fr}.mlyt-order-list>div{grid-template-columns:1fr auto}.mlyt-order-list em{grid-column:1/-1}}
