@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:white}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.6);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform .15s ease-in}.wallet-adapter-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .15s linear;background:rgba(0,0,0,.5);z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:white}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;bottom:0;right:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width:480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px rgba(0,0,0,.6);font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1 1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media (max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:rgba(255,255,255,1);margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}.ai-battle-page{--ai-primary:#fff;--ai-secondary:#fff;--ai-tertiary:#fff;--ai-accent:#fff;--ai-hot:#fff;--ai-data:rgba(255,255,255,0.7);--ai-neural:rgba(255,255,255,0.7);--ai-bg-deep:#000;--ai-bg-panel:#0a0a0a;--ai-border:transparent;--ai-border-active:transparent;--ai-glow:transparent;--ai-text-dim:rgba(255,255,255,0.5)}@keyframes ai-grid-drift{0%{background-position:0 0,0 0}to{background-position:40px 40px,80px 80px}}.ai-neural-grid{display:none}@keyframes ai-data-stream{0%{transform:translateY(-100%);opacity:0}10%{opacity:.6}90%{opacity:.6}to{transform:translateY(100vh);opacity:0}}.ai-data-stream{display:none}.ai-data-stream:first-child{left:12%;background:linear-gradient(180deg,transparent,var(--ai-primary),transparent);animation:ai-data-stream 8s linear infinite;animation-delay:0s}.ai-data-stream:nth-child(2){left:28%;background:linear-gradient(180deg,transparent,var(--ai-neural),transparent);animation:ai-data-stream 12s linear infinite;animation-delay:2s}.ai-data-stream:nth-child(3){left:55%;background:linear-gradient(180deg,transparent,var(--ai-data),transparent);animation:ai-data-stream 10s linear infinite;animation-delay:4s}.ai-data-stream:nth-child(4){left:72%;background:linear-gradient(180deg,transparent,var(--ai-primary),transparent);animation:ai-data-stream 9s linear infinite;animation-delay:1s}.ai-data-stream:nth-child(5){left:88%;background:linear-gradient(180deg,transparent,var(--ai-secondary),transparent);animation:ai-data-stream 11s linear infinite;animation-delay:3s}@keyframes ai-circuit-trace{0%{background-position:0 0}to{background-position:200% 200%}}.ai-circuit-border{position:relative}.ai-circuit-border:before{display:none!important}@keyframes ai-think-pulse{0%,to{box-shadow:0 0 0 0 rgba(0,229,255,0)}50%{box-shadow:0 0 20px 4px rgba(0,229,255,.15)}}@keyframes ai-think-dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.ai-thinking{animation:ai-think-pulse 2s ease-in-out infinite}.ai-panel{position:relative;background:#0a0a0a;border:none;border-radius:16px;overflow:hidden;transition:all .3s ease}.ai-panel:after{display:none}.ai-panel:hover{border-color:transparent;box-shadow:none}.ai-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#0a0a0a;border-bottom:none;position:relative}.ai-header:after{display:none}.ai-section-label{display:flex;align-items:center;gap:8px;margin-bottom:12px}.ai-section-label .ai-label-icon{width:28px;height:28px;border-radius:8px;background:#111;border:none;display:flex;align-items:center;justify-content:center;color:#fff}.ai-section-label .ai-label-text{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#fff;text-shadow:none}.ai-section-label .ai-label-sub{font-size:9px;color:var(--ai-text-dim);margin-top:1px}.ai-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:6px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ai-badge-hot,.ai-badge-live,.ai-badge-open,.ai-badge-resolved{background:#111;border:none;color:#fff}.ai-battle-card{position:relative;background:#0a0a0a;border:none;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .25s ease}.ai-battle-card:before{display:none}.ai-battle-card:hover{border-color:transparent;transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.5)}.ai-battle-card:hover:before{display:none}.ai-odds-bar{height:6px;border-radius:3px;overflow:hidden;display:flex;background:#111;position:relative}.ai-odds-bar:after{display:none}.ai-odds-fill-left{height:100%;background:#333;transition:width .5s ease}.ai-odds-fill-right{height:100%;flex:1 1;background:#1a1a1a}.ai-fighter-panel{flex:1 1;border-radius:16px;padding:12px;display:flex;flex-direction:column;align-items:center;background:#0a0a0a;border:none;transition:all .4s ease;position:relative;overflow:hidden}.ai-fighter-panel:before{display:none}.ai-fighter-panel.winner{background:#111}.ai-fighter-panel.loser{opacity:.45}.ai-btn-neural{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:12px;font-weight:700;font-size:13px;color:#fff;background:#1a1a1a;border:none;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.04em}.ai-btn-neural:before{display:none}.ai-btn-neural:hover:not(:disabled){transform:translateY(-1px);background:#222}.ai-btn-neural:disabled{opacity:.35;cursor:not-allowed}.ai-tab{flex:1 1;padding:8px 12px;font-size:11px;font-weight:700;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;text-align:center;background:#111;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.04em}.ai-tab:hover{color:rgba(255,255,255,.8);background:#1a1a1a}.ai-tab.active{background:#222;color:#fff}@keyframes ai-brain-pulse{0%,to{transform:scale(1);filter:hue-rotate(0deg)}50%{transform:scale(1.05);filter:hue-rotate(30deg)}}@keyframes ai-scan-line{0%{top:0}to{top:100%}}.ai-loading-brain{animation:ai-brain-pulse 1.5s ease-in-out infinite}.ai-scan-effect{position:relative;overflow:hidden}.ai-scan-effect:after{display:none}.ai-input{width:100%;border-radius:10px;padding:10px 14px;font-size:13px;background:#111;border:none;color:rgba(255,255,255,.9);outline:none;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:all .2s ease}.ai-input:focus{background:#1a1a1a}.ai-input::placeholder{color:rgba(255,255,255,.3)}.ai-roast-bubble{position:relative;border-radius:14px;padding:10px 14px;font-size:12px;line-height:1.5;overflow:hidden}.ai-roast-bubble.attack,.ai-roast-bubble.defend{background:#111;border:none}.ai-roast-bubble:before{display:none}.ai-corner-brackets{position:relative}.ai-corner-brackets:after,.ai-corner-brackets:before{content:"";position:absolute;width:16px;height:16px;pointer-events:none;display:none}.ai-vs-badge{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;color:#fff;background:#111;border:none;flex-shrink:0}.ai-divider{height:1px;background:rgba(255,255,255,.08);margin:12px 0}.ai-chip{padding:6px 14px;border-radius:8px;font-size:11px;font-weight:700;cursor:pointer;transition:all .2s ease;border:none;background:#111;color:rgba(255,255,255,.5)}.ai-chip:hover{background:#1a1a1a;color:rgba(255,255,255,.9)}.ai-chip.active{background:#222;color:#fff}.ai-stake-btn{flex:1 1;padding:8px 4px;border-radius:8px;font-size:12px;font-weight:800;cursor:pointer;transition:all .2s ease;border:none;background:#111;color:rgba(255,255,255,.6);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ai-stake-btn:hover{background:#1a1a1a}.ai-stake-btn.active{background:#222;color:#fff}@keyframes ai-neural-slide{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ai-neural-slide{animation:ai-neural-slide .35s cubic-bezier(.34,1.56,.64,1)}@keyframes ai-neural-fade{0%{opacity:0}to{opacity:1}}.ai-neural-fade{animation:ai-neural-fade .4s ease-out}.ai-score{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:900;text-shadow:0 0 12px currentColor}.ai-score.blue,.ai-score.purple{color:#fff}@keyframes ai-holo-winner{0%,to{box-shadow:0 0 20px rgba(0,230,118,.2),inset 0 0 20px rgba(0,230,118,.05);border-color:rgba(0,230,118,.3)}50%{box-shadow:0 0 40px rgba(0,230,118,.35),inset 0 0 30px rgba(0,230,118,.08);border-color:rgba(0,230,118,.5)}}.ai-winner-holo{background:#111}@keyframes moire-drift{0%{background-position:0 0,0 0,32px 32px}to{background-position:32px 32px,48px 48px,0 0}}[data-theme=moire-black] .page-wrapper,[data-theme=moire-black] body,[data-theme=moire-black] html{background:repeating-linear-gradient(0deg,transparent,transparent 31px,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 32px),repeating-linear-gradient(90deg,transparent,transparent 47px,rgba(255,255,255,.008) 0,rgba(255,255,255,.008) 48px),repeating-linear-gradient(135deg,transparent,transparent 31px,rgba(255,255,255,.006) 0,rgba(255,255,255,.006) 32px),#000000;background-attachment:fixed;animation:moire-drift 30s linear infinite}[data-theme=moire-black] .fixed-footer-wrapper,[data-theme=moire-black] .fixed-wrapper{background:linear-gradient(180deg,rgba(0,0,0,.96),rgba(0,0,0,.92));border-bottom-color:rgba(255,255,255,.06);box-shadow:0 1px 0 rgba(255,255,255,.04),0 4px 30px rgba(0,0,0,.8)}[data-theme=moire-black] .page-wrapper{box-shadow:0 0 80px rgba(255,255,255,.02)}@media (min-width:431px){[data-theme=moire-black] .page-wrapper{border-left-color:rgba(255,255,255,.04);border-right-color:rgba(255,255,255,.04)}}[data-theme=moire-white] .page-wrapper,[data-theme=moire-white] body,[data-theme=moire-white] html{background:repeating-linear-gradient(0deg,transparent,transparent 31px,rgba(0,0,0,.015) 0,rgba(0,0,0,.015) 32px),repeating-linear-gradient(90deg,transparent,transparent 47px,rgba(0,0,0,.01) 0,rgba(0,0,0,.01) 48px),repeating-linear-gradient(135deg,transparent,transparent 31px,rgba(0,0,0,.008) 0,rgba(0,0,0,.008) 32px),#ffffff;background-attachment:fixed;animation:moire-drift 30s linear infinite}[data-theme=moire-white] .fixed-footer-wrapper,[data-theme=moire-white] .fixed-wrapper{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(250,250,250,.92));border-bottom-color:rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.04),0 4px 30px rgba(0,0,0,.06)}[data-theme=moire-white] .page-wrapper{box-shadow:0 0 80px rgba(0,0,0,.03)}@media (min-width:431px){[data-theme=moire-white] .page-wrapper{border-left-color:rgba(0,0,0,.06);border-right-color:rgba(0,0,0,.06)}}[data-theme=moire-white] select{color-scheme:light}[data-theme=moire-white] input::placeholder,[data-theme=moire-white] textarea::placeholder{color:rgba(0,0,0,.35)}[data-theme=moire-black] .header-logo .logo-text,[data-theme=moire-black] .logo-text{text-shadow:none!important}[data-theme=moire-black] .header-row a[href="/"] .logo-image{filter:none!important}[data-theme=moire-white] .text-white,[data-theme=moire-white] [class*=text-white]{color:var(--text-primary)!important}[data-theme=moire-white] .header-logo .logo-text,[data-theme=moire-white] .logo-text{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;-webkit-text-stroke:1.5px #000!important;text-shadow:none!important}[data-theme=moire-white] .header-row a[href="/"] .logo-image{filter:none!important}[data-theme=moire-white] .wallet-balance-container{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.1)}[data-theme=moire-white] .wallet-balance-container:hover{background:rgba(0,0,0,.06);border-color:rgba(0,0,0,.15)}[data-theme=moire-white] .wallet-address,[data-theme=moire-white] .wallet-balance,[data-theme=moire-white] .wallet-pill,[data-theme=moire-white] .wallet-pill.connected,[data-theme=moire-white] .wallet-pill.connected:hover,[data-theme=moire-white] .wallet-pill:hover{color:var(--text-primary)!important;-webkit-text-fill-color:var(--text-primary)!important}[data-theme=moire-white] .notification-bell-btn,[data-theme=moire-white] .notification-bell-btn .notification-bell-icon,[data-theme=moire-white] .notification-bell-btn svg,[data-theme=moire-white] .notification-header-label{color:var(--text-primary)}[data-theme=moire-white] .notification-bell-btn .bell-icon-img,[data-theme=moire-white] .notification-bell-btn .notification-bell-icon{mix-blend-mode:normal;filter:invert(1) brightness(.1)}[data-theme=moire-white] .bet-card-play,[data-theme=moire-white] .create-orb-icon,[data-theme=moire-white] .trending-info p:first-child{color:var(--text-primary)}[data-theme=moire-white] .trending-info p:last-child{color:var(--text-muted)}[data-theme=moire-black] .bet-card,[data-theme=moire-white] .bet-card{border:none;box-shadow:none}[data-theme=moire-black] .entry-card,[data-theme=moire-white] .entry-card{border:none}[data-theme=moire-black] .bento-grid,[data-theme=moire-black] .horizontal-scroll,[data-theme=moire-black] .swipe-row,[data-theme=moire-white] .bento-grid,[data-theme=moire-white] .horizontal-scroll,[data-theme=moire-white] .swipe-row{border-top:none;border-bottom:none;background:transparent;box-shadow:none}[data-theme=moire-black] .fixed-footer-wrapper{border-top-color:rgba(255,255,255,.06)}[data-theme=moire-white] .fixed-footer-wrapper{border-top-color:rgba(0,0,0,.06)}[data-theme=moire-white] .bottom-nav-item{color:rgba(10,10,10,.7)}[data-theme=moire-white] .bottom-nav-item.active{color:#0a0a0a}[data-theme=moire-white] .bottom-nav-item:hover{color:rgba(10,10,10,.9)}[data-theme=moire-black]{--ig-border:transparent;--ig-card-bg:var(--bg-primary);--ig-feed-bg:var(--bg-primary)}[data-theme=moire-black] .y3k-card,[data-theme=moire-white] .y3k-card{border:none!important}[data-theme=moire-black] .modal-panel,[data-theme=moire-white] .modal-panel{border:none}[data-theme=moire-black] .notification-bar,[data-theme=moire-black] .notification-bar-footer,[data-theme=moire-black] .notification-bar-header{background:#000000!important}[data-theme=moire-black] .notification-bar-header{border-bottom-color:rgba(255,255,255,.04)}[data-theme=moire-black] .notification-bar-badge{background:rgba(255,255,255,.08);color:var(--text-primary)}[data-theme=moire-black] .notification-bar-actions button{background:transparent;border:none}[data-theme=moire-black] .notification-bar-item{background:transparent;border-bottom-color:rgba(255,255,255,.04)}[data-theme=moire-black] .notification-bar-item:focus-visible,[data-theme=moire-black] .notification-bar-item:hover{background:rgba(255,255,255,.03)}[data-theme=moire-black] .notification-bar-item.unread{background:rgba(255,255,255,.025)}[data-theme=moire-black] .notification-bar-item-icon{background:rgba(255,255,255,.06)}[data-theme=moire-black] .notification-bar-footer{border-top-color:rgba(255,255,255,.04)}[data-theme=moire-black] .notification-bar{box-shadow:0 -4px 24px rgba(0,0,0,.6)!important}[data-theme=moire-white] .notification-bar,[data-theme=moire-white] .notification-bar-footer,[data-theme=moire-white] .notification-bar-header{background:#ffffff!important}[data-theme=moire-white] .notification-bar-header{border-bottom-color:rgba(0,0,0,.06)}[data-theme=moire-white] .notification-bar-badge{background:rgba(0,0,0,.06);color:var(--text-primary)}[data-theme=moire-white] .notification-bar-actions button{background:transparent;border:none}[data-theme=moire-white] .notification-bar-item{background:transparent;border-bottom-color:rgba(0,0,0,.04)}[data-theme=moire-white] .notification-bar-item:focus-visible,[data-theme=moire-white] .notification-bar-item:hover{background:rgba(0,0,0,.02)}[data-theme=moire-white] .notification-bar-item.unread{background:rgba(0,0,0,.02)}[data-theme=moire-white] .notification-bar-item-icon{background:rgba(0,0,0,.05)}[data-theme=moire-white] .notification-bar-footer{border-top-color:rgba(0,0,0,.06)}[data-theme=moire-white] .notification-bar{box-shadow:0 -4px 24px rgba(0,0,0,.08)!important}[data-theme=moire-white] .notification-bar .bell-icon-img,[data-theme=moire-white] .notification-bar-item-icon .bell-icon-img{filter:invert(1) brightness(.1)}[data-theme=moire-white] .text-white\/50,[data-theme=moire-white] .text-white\/60,[data-theme=moire-white] .text-white\/70,[data-theme=moire-white] .text-white\/80,[data-theme=moire-white] .text-white\/90{color:var(--text-secondary)!important}[data-theme=moire-white] .card-heading,[data-theme=moire-white] .card-text,[data-theme=moire-white] .card-title{color:var(--text-primary)!important}[data-theme=moire-white] .card-meta{color:var(--text-muted)!important}[data-theme=moire-white] .section-title{color:var(--text-primary)!important;text-shadow:none!important}[data-theme=moire-white] .badge-bet-open,[data-theme=moire-white] .badge-live,[data-theme=moire-white] .badge-voting{color:var(--text-primary)!important}[data-theme=moire-white] .pool-amount{background:rgba(255,255,255,.85)!important;color:#0a0a0a!important}[data-theme=moire-white] .poll-option{background:rgba(0,0,0,.04)!important;border-color:rgba(0,0,0,.1)!important;color:var(--text-primary)!important}[data-theme=moire-white] .poll-option:hover{background:rgba(0,0,0,.08)!important}[data-theme=moire-white] .sheet-menu-row:hover{background:rgba(0,0,0,.04)!important}[data-theme=moire-white] .sheet-menu-row:active{background:rgba(0,0,0,.06)!important}[data-theme=moire-white] .share-menu-item:hover{background:rgba(0,0,0,.04)!important}[data-theme=moire-white] .share-menu-item:active,[data-theme=moire-white] .share-row-btn:hover{background:rgba(0,0,0,.06)!important}[data-theme=moire-white] .btn-primary{color:#fff!important}[data-theme=moire-white] .bet-card-btn,[data-theme=moire-white] .btn-bet{color:var(--button-text-on-primary)!important}[data-theme=moire-white] .bet-card-footer{background:rgba(0,0,0,.04)!important;border-top-color:rgba(0,0,0,.06)!important}[data-theme=moire-white] .bet-card{border:1px solid rgba(0,0,0,.08)!important}[data-theme=moire-white] .horizontal-scroll,[data-theme=moire-white] .swipe-row{border-top:1px solid rgba(0,0,0,.06)!important;border-bottom:1px solid rgba(0,0,0,.06)!important}[data-theme=moire-white] .modal-bottom-sheet-drag-handle{background:rgba(0,0,0,.2)!important}[data-theme=moire-white] [style*="color: #fff"],[data-theme=moire-white] [style*="color: 'white'"],[data-theme=moire-white] [style*="color: white"],[data-theme=moire-white] [style*="color:#fff"]{color:var(--text-primary)!important}[data-theme=moire-white] [style*="border: 1px solid rgba(255"],[data-theme=moire-white] [style*="border: 2px solid rgba(255"]{border-color:rgba(0,0,0,.08)!important}[data-theme=moire-white] [style*="background: rgba(0, 0, 0, 0.2)"],[data-theme=moire-white] [style*="background: rgba(0, 0, 0, 0.25)"],[data-theme=moire-white] [style*="background: rgba(0,0,0,0.2)"],[data-theme=moire-white] [style*="background: rgba(0,0,0,0.25)"]{background:rgba(0,0,0,.04)!important}[data-theme=moire-white] [style*="background: rgba(0, 0, 0, 0.6)"],[data-theme=moire-white] [style*="background: rgba(0, 0, 0, 0.7)"],[data-theme=moire-white] [style*="background: rgba(0,0,0,0.6)"],[data-theme=moire-white] [style*="background: rgba(0,0,0,0.7)"]{background:rgba(0,0,0,.06)!important}[data-theme=moire-white] section h2,[data-theme=moire-white] section h3{color:var(--text-primary)!important}[data-theme=moire-white] [style*="linear-gradient(transparent, rgba(14,8,36"]{background:linear-gradient(transparent,rgba(255,255,255,.9))!important}[data-theme=moire-white] [style*="text-shadow: 0 2px 12px rgba(0,0,0"] h3,[data-theme=moire-white] [style*="textShadow: '0 2px 12px rgba(0,0,0"] h3{color:var(--text-primary)!important}[data-theme=moire-white] [style*="linear-gradient(transparent, rgba(14,8,36,0.9)"]{background:linear-gradient(transparent,rgba(255,255,255,.92))!important}[data-theme=moire-white] .ai-battle-page{background:var(--bg-primary)!important;color:var(--text-primary)!important}[data-theme=moire-white] .ai-battle-card,[data-theme=moire-white] .ai-fighter-panel,[data-theme=moire-white] .ai-header,[data-theme=moire-white] .ai-panel{background:var(--bg-card)!important}[data-theme=moire-white] .ai-fighter-panel.winner{background:var(--bg-elevated)!important}[data-theme=moire-white] .ai-badge-hot,[data-theme=moire-white] .ai-badge-live,[data-theme=moire-white] .ai-badge-open,[data-theme=moire-white] .ai-badge-resolved,[data-theme=moire-white] .ai-section-label .ai-label-icon{background:var(--bg-elevated)!important;color:var(--text-primary)!important}[data-theme=moire-white] .ai-section-label .ai-label-text{color:var(--text-primary)!important}[data-theme=moire-white] .ai-tab{background:var(--bg-elevated)!important;color:var(--text-muted)!important}[data-theme=moire-white] .ai-tab:hover{color:var(--text-secondary)!important;background:rgba(0,0,0,.06)!important}[data-theme=moire-white] .ai-tab.active{background:rgba(0,0,0,.08)!important;color:var(--text-primary)!important}[data-theme=moire-white] .ai-chip{background:var(--bg-elevated)!important;color:var(--text-muted)!important}[data-theme=moire-white] .ai-chip:hover{background:rgba(0,0,0,.06)!important;color:var(--text-secondary)!important}[data-theme=moire-white] .ai-chip.active{background:rgba(0,0,0,.08)!important;color:var(--text-primary)!important}[data-theme=moire-white] .ai-stake-btn{background:var(--bg-elevated)!important;color:var(--text-muted)!important}[data-theme=moire-white] .ai-stake-btn:hover{background:rgba(0,0,0,.06)!important}[data-theme=moire-white] .ai-stake-btn.active{background:rgba(0,0,0,.08)!important;color:var(--text-primary)!important}[data-theme=moire-white] .ai-input{background:var(--bg-elevated)!important;color:var(--text-primary)!important}[data-theme=moire-white] .ai-input:focus{background:rgba(0,0,0,.06)!important}[data-theme=moire-white] .ai-input::placeholder{color:var(--text-muted)!important}[data-theme=moire-white] .ai-btn-neural{background:var(--bg-elevated)!important;color:var(--text-primary)!important}[data-theme=moire-white] .ai-btn-neural:hover:not(:disabled){background:rgba(0,0,0,.08)!important}[data-theme=moire-white] .ai-btn-primary{color:#fff!important}[data-theme=moire-white] .ai-odds-bar{background:rgba(0,0,0,.06)!important}[data-theme=moire-white] .ai-odds-fill-left{background:rgba(0,0,0,.15)!important}[data-theme=moire-white] .ai-odds-fill-right{background:rgba(0,0,0,.08)!important}[data-theme=moire-white] .ai-vs-badge{background:var(--bg-elevated)!important;color:var(--text-primary)!important}[data-theme=moire-white] .ai-divider{background:rgba(0,0,0,.08)!important}[data-theme=moire-white] .ai-roast-bubble.attack,[data-theme=moire-white] .ai-roast-bubble.defend{background:var(--bg-elevated)!important}[data-theme=moire-white] .ai-stat-bar{background:rgba(0,0,0,.06)!important}[data-theme=moire-white] .ai-score.blue,[data-theme=moire-white] .ai-score.purple{color:var(--text-primary)!important}[data-theme=moire-white] .ai-battle-page ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15)!important}[data-theme=moire-white] .ai-winner-holo{background:var(--bg-elevated)!important}[data-theme=moire-white] [style*="color: rgb(255, 255, 255)"],[data-theme=moire-white] [style*="color: rgb(255,255,255)"],[data-theme=moire-white] div[style*="color: '#fff"],[data-theme=moire-white] div[style*='color: "#fff'],[data-theme=moire-white] h3[style*="color: '#fff"],[data-theme=moire-white] h3[style*='color: "#fff'],[data-theme=moire-white] p[style*="color: '#fff"],[data-theme=moire-white] p[style*="color: 'white"],[data-theme=moire-white] p[style*='color: "#fff'],[data-theme=moire-white] span[style*="color: '#fff"],[data-theme=moire-white] span[style*="color: 'white"],[data-theme=moire-white] span[style*='color: "#fff']{color:var(--text-primary)!important}[data-theme=moire-white] [style*="color: rgba(255, 255, 255"],[data-theme=moire-white] [style*="color: rgba(255,255,255"]{color:var(--text-secondary)!important}[data-theme=moire-white] [style*="color: rgba(255, 255, 255, 0.4"],[data-theme=moire-white] [style*="color: rgba(255, 255, 255, 0.5"],[data-theme=moire-white] [style*="color: rgba(255,255,255,0.4"],[data-theme=moire-white] [style*="color: rgba(255,255,255,0.5"]{color:var(--text-muted)!important}[data-theme=moire-white] [style*="background: rgba(255, 255, 255, 0.05)"],[data-theme=moire-white] [style*="background: rgba(255, 255, 255, 0.08)"],[data-theme=moire-white] [style*="background: rgba(255, 255, 255, 0.1)"],[data-theme=moire-white] [style*="background: rgba(255,255,255,0.05)"],[data-theme=moire-white] [style*="background: rgba(255,255,255,0.08)"],[data-theme=moire-white] [style*="background: rgba(255,255,255,0.1)"]{background:rgba(0,0,0,.04)!important}[data-theme=moire-white] [style*="border: 1px solid rgba(255, 255, 255"],[data-theme=moire-white] [style*="border: 1px solid rgba(255,255,255"],[data-theme=moire-white] [style*="border: 2px solid rgba(255, 255, 255"],[data-theme=moire-white] [style*="border: 2px solid rgba(255,255,255"]{border-color:rgba(0,0,0,.1)!important}[data-theme=moire-white] [style*="background: rgba(255, 255, 255, 0.08)"],[data-theme=moire-white] [style*="background: rgba(255, 255, 255, 0.1)"],[data-theme=moire-white] [style*="background: rgba(255,255,255,0.08)"],[data-theme=moire-white] [style*="background: rgba(255,255,255,0.1)"]{background:rgba(0,0,0,.06)!important}[data-theme=moire-white] .avatar-live-ring+span,[data-theme=moire-white] button[style*="flexDirection: 'column'"] span{color:var(--text-secondary)!important}[data-theme=moire-white] .modal-bottom-sheet-panel{background:linear-gradient(180deg,var(--bg-elevated) 0,#fafafa 50%,#ffffff 100%)!important;border-color:rgba(0,0,0,.08)!important;box-shadow:0 -10px 60px rgba(0,0,0,.1)!important}[data-theme=moire-white] .modal-bottom-sheet-drag{background:linear-gradient(180deg,var(--bg-elevated) 0,#fafafa 30%,transparent)!important}[data-theme=moire-white] .ig-post{border:1px solid rgba(0,0,0,.08)!important}[data-theme=moire-white] .wallet-adapter-modal-wrapper{background:rgba(255,255,255,.95)!important}[data-theme=moire-white] .wallet-adapter-dropdown-list,[data-theme=moire-white] .wallet-adapter-modal-container{background:var(--bg-card)!important;border-color:rgba(0,0,0,.1)!important}[data-theme=moire-white] .wallet-adapter-dropdown-list-item:hover{background:var(--bg-elevated)!important}[data-theme=moire-white] [style*="boxShadow: '0 8px 32px rgba(0,0,0"]{border-color:rgba(0,0,0,.08)!important}[data-theme=moire-white] [style*="border-bottom: 1px solid rgba(255"],[data-theme=moire-white] [style*="borderBottom: '1px solid rgba(255"]{border-bottom-color:rgba(0,0,0,.08)!important}[data-theme=moire-white] [style*="border-top: 1px solid rgba(255"],[data-theme=moire-white] [style*="borderTop: '1px solid rgba(255"]{border-top-color:rgba(0,0,0,.08)!important}[data-theme=moire-white] [style*=text-shadow],[data-theme=moire-white] [style*=textShadow]{text-shadow:none!important}[data-theme=moire-white] .hero-gradient-overlay{background:linear-gradient(transparent,rgba(255,255,255,.92))!important}[data-theme=moire-white] .hero-countdown-text{color:var(--text-secondary)!important}[data-theme=moire-white] .btn-secondary{border-color:rgba(0,0,0,.2)!important;color:var(--accent-primary)!important}[data-theme=moire-white] .btn-secondary:hover{background:rgba(0,0,0,.04)!important;border-color:rgba(0,0,0,.3)!important}[data-theme=moire-white] .feed-stack>*,[data-theme=moire-white] [style*="border: 1px solid var(--ig-border)"]{border-color:rgba(0,0,0,.08)!important}[data-theme=moire-white]{--ig-card-bg:#f5f5f5;--ig-feed-bg:#ffffff;--ig-border:rgba(0,0,0,0.08)}[data-theme=moire-white] .bottom-nav-create .bottom-nav-create-circle{box-shadow:inset 2px 2px 4px rgba(0,0,0,.1),inset -2px -2px 4px rgba(255,255,255,.4),0 2px 6px rgba(0,0,0,.15)!important}[data-theme=moire-white] [style*="color: 'rgba(180,170,220"]{color:var(--text-muted)!important}[data-theme=moire-white] .bottom-nav-item img{filter:invert(1) brightness(.1)}[data-theme=moire-white] .bottom-nav-item .bell-icon-img{filter:invert(1) brightness(.1);mix-blend-mode:normal}[data-theme=moire-white] .bottom-nav-create .bottom-nav-create-circle img{filter:none}[data-theme=moire-white] .featured-section{background:rgba(0,0,0,.03)!important;border-top-color:rgba(0,0,0,.06)!important;border-bottom-color:rgba(0,0,0,.06)!important;box-shadow:inset 0 2px 8px rgba(0,0,0,.03)!important;color:var(--text-primary)!important}[data-theme=moire-white] .featured-section *,[data-theme=moire-white] .featured-section .section-title{color:var(--text-primary)!important}[data-theme=moire-white] .category-tabs{background:rgba(0,0,0,.02)!important;border-top-color:rgba(0,0,0,.06)!important;border-bottom-color:rgba(0,0,0,.06)!important;box-shadow:inset 0 2px 8px rgba(0,0,0,.02)!important}[data-theme=moire-white] .category-tab{color:rgba(10,10,10,.6)!important;background:rgba(0,0,0,.04)!important;border-color:rgba(0,0,0,.08)!important}[data-theme=moire-white] .category-tab:hover{color:#0a0a0a!important;background:rgba(0,0,0,.06)!important}[data-theme=moire-white] .category-tab.active{color:var(--text-primary)!important;background:var(--accent-primary)!important;border-color:var(--accent-primary)!important}[data-theme=moire-white] .glass-card{background:linear-gradient(135deg,rgba(0,0,0,.03),rgba(0,0,0,.01))!important;border-color:rgba(0,0,0,.08)!important}[data-theme=moire-white] .fixed-wrapper{box-shadow:0 1px 0 rgba(0,0,0,.04),0 4px 30px rgba(0,0,0,.04),0 0 80px rgba(0,0,0,.02)!important}[data-theme=moire-white] .bet-card-play{background:rgba(0,0,0,.45)!important}[data-theme=moire-white] .bg-black\/30{background-color:rgba(0,0,0,.06)!important}[data-theme=moire-white] .bg-black\/40,[data-theme=moire-white] .bg-black\/50{background-color:rgba(0,0,0,.08)!important}[data-theme=moire-white] .bg-black\/80{background-color:rgba(0,0,0,.06)!important}[data-theme=moire-white] .border-white\/10{border-color:rgba(0,0,0,.08)!important}[data-theme=moire-white] .modal-backdrop{background:rgba(255,255,255,.92)!important}[data-theme=moire-white] .menu-overlay-container .menu-backdrop,[data-theme=moire-white] .notification-backdrop{background:rgba(255,255,255,.9)!important}[data-theme=moire-white] .sheet-dismiss-overlay{background:rgba(0,0,0,.04)!important}[data-theme=moire-white] [style*="background: rgba(5, 2, 14"],[data-theme=moire-white] [style*="background: rgba(5,2,14"]{background:rgba(255,255,255,.92)!important}[data-theme=moire-white] [style*="background: #05020e"],[data-theme=moire-white] [style*="background: #08041a"],[data-theme=moire-white] [style*="background: #0a0618"],[data-theme=moire-white] [style*="background: #0e0824"],[data-theme=moire-white] [style*="background: #150d30"],[data-theme=moire-white] [style*="background: rgba(14, 8, 36"],[data-theme=moire-white] [style*="background: rgba(14,8,36"]{background:var(--bg-card)!important}[data-theme=moire-white] .bg-black\/80.backdrop-blur-md{background-color:rgba(255,255,255,.85)!important;color:var(--text-primary)!important}[data-theme=moire-white] [style*="animation: 'pulse"],[data-theme=moire-white] [style*="animation: pulse"]{background:rgba(0,0,0,.04)!important;border-color:rgba(0,0,0,.06)!important}[data-theme=moire-white] [style*="background: 'rgba(239,68,68,0.06)"]{background:rgba(239,68,68,.06)!important}[data-theme=moire-white] .bg-\[\#0f1419\]\/90{background-color:rgba(255,255,255,.9)!important}[data-theme=moire-white] .header-row img[src$=".png"],[data-theme=moire-white] .header-row img[src$=".svg"],[data-theme=moire-white] .header-row img[src^="data:image"]{filter:invert(1) brightness(.1)}[data-theme=moire-white] .header-row .logo-image{filter:none!important}@tailwind base;@tailwind components;@tailwind utilities;@font-face{font-family:Super Amore;src:url(/fonts/SuperAmore.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}