.stats-card{flex-direction:column;gap:0;display:flex}.stats-card__section-title{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.06em;margin:0 0 6px;font-size:13px;font-weight:900}.stats-card__body{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:12px;height:520px;padding:24px;transition:box-shadow .3s;display:flex}.stats-card__body:hover{box-shadow:var(--shadow-md)}.stats-card__rank-number{color:#03a1e6;margin:0;font-size:48px;font-weight:900;line-height:1}.stats-card__rank-label{color:var(--color-text-primary);margin:0;font-size:18px;font-weight:800}.stats-card__rank-percent{color:#03a1e6;margin:4px 0 0;font-size:16px;font-weight:600}.stats-card__rank-change{margin:2px 0 0;font-size:13px;font-weight:600}.stats-card__rank-change--positive{color:#03a1e6}.stats-card__rank-change--negative{color:var(--color-accent-red)}.stats-card__divider{background:var(--color-border-primary);height:1px;margin:4px 0}.stats-card__games-row{gap:24px;display:flex}.stats-card__game-stat{flex-direction:column;flex:1;gap:2px;display:flex}.stats-card__game-stat:not(:last-child){border-right:1px solid var(--color-border-primary);padding-right:24px}.stats-card__game-stat-label{color:var(--color-text-tertiary);font-size:12px;font-weight:500}.stats-card__game-stat-value{color:var(--color-text-primary);font-size:28px;font-weight:900;line-height:1.1}.stats-card__game-stat--clickable{cursor:pointer;transition:opacity .2s}.stats-card__game-stat--clickable:hover{opacity:.6}.stats-card__level-section{flex-direction:column;gap:12px;margin-top:24px;display:flex}.stats-card__tasks-header{align-items:center;gap:10px;display:flex}.stats-card__tasks-label{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:900}.stats-card__tasks-count{color:var(--color-accent-brand);font-size:13px;font-weight:600}.stats-card__level-body{align-items:center;gap:10px;display:flex}.stats-card__level-badge{flex-shrink:0;justify-content:center;align-items:center;width:52px;height:58px;display:flex}.stats-card__level-badge img{object-fit:contain;width:100%;height:100%}.stats-card__level-badge-placeholder{color:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:52px;height:58px;font-size:18px;font-weight:900;display:flex}.stats-card__level-badge-placeholder--current{background:linear-gradient(135deg,#f59e0b,#d97706)}.stats-card__level-badge-placeholder--next{background:linear-gradient(135deg,#6366f1,#4f46e5)}.stats-card__level-badge-text{text-transform:uppercase;letter-spacing:.06em;font-size:7px;font-weight:700}.stats-card__level-progress{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.stats-card__level-tier-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.stats-card__level-tier-name{color:var(--color-text-primary);font-size:15px;font-weight:800}.stats-card__level-stats{align-items:center;gap:10px;display:flex}.stats-card__level-stat{color:var(--color-text-tertiary);white-space:nowrap;font-size:11px;font-weight:500}.stats-card__level-stat--points{color:var(--color-accent-brand);font-weight:700}.stats-card__progress-bar{background:#dbeafe;border-radius:6px;height:22px;position:relative;overflow:visible}[data-theme=dark] .stats-card__progress-bar{background:#03a1e61f}.stats-card__progress-fill{background:linear-gradient(90deg,#03a1e6,#38bdf8);border-radius:6px;height:100%;transition:width .6s cubic-bezier(.33,1,.68,1);position:absolute;top:0;left:0}.stats-card__progress-steps{pointer-events:none;position:absolute;inset:0}.stats-card__step-marker{color:#fff;background:var(--color-accent-brand);z-index:2;border-radius:4px;justify-content:center;align-items:center;width:22px;height:100%;font-size:10px;font-weight:800;display:flex;position:absolute;top:0}.stats-card__step-marker--inactive{color:#ffffffe6;background:#93c5fd}[data-theme=dark] .stats-card__step-marker--inactive{color:#ffffffb3;background:#03a1e659}.stats-card__points-note{color:var(--color-accent-brand);align-items:center;gap:6px;margin:0;font-size:14px;font-weight:600;display:flex}.stats-card__points-note-icon{border:2px solid var(--color-accent-brand);width:18px;height:18px;color:var(--color-accent-brand);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}@media (max-width:480px){.stats-card__body{padding:16px}.stats-card__rank-number{font-size:36px}.stats-card__game-stat-value{font-size:22px}.stats-card__level-badge,.stats-card__level-badge-placeholder{width:40px;height:46px}.stats-card__progress-bar{height:18px}}
.leaderboard-card{flex-direction:column;gap:0;display:flex}.leaderboard-card__section-title{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.06em;margin:0 0 12px;font-size:13px;font-weight:900}.leaderboard-card__body{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;height:520px;transition:box-shadow .3s;display:flex;overflow:hidden}.leaderboard-card__body:hover{box-shadow:var(--shadow-md)}.leaderboard-card__header{border-bottom:1px solid var(--color-border-primary);flex-shrink:0;grid-template-columns:48px 24px 1fr 60px 90px;align-items:center;column-gap:10px;padding:10px 20px;display:grid}.leaderboard-card__header-cell{color:var(--color-text-pri);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800}.leaderboard-card__header-cell:last-child{text-align:right}.leaderboard-card__current-user-fixed{border-bottom:2px solid var(--color-border-primary);flex-shrink:0}.leaderboard-card__row--fixed{border-bottom:none!important}.leaderboard-card__rows{flex:1;overflow:hidden auto}.leaderboard-card__rows::-webkit-scrollbar{width:6px}.leaderboard-card__rows::-webkit-scrollbar-track{background:0 0}.leaderboard-card__rows::-webkit-scrollbar-thumb{background:var(--color-border-primary);border-radius:3px}.leaderboard-card__rows::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.leaderboard-card__row{border-bottom:1px solid var(--color-border-primary);grid-template-columns:48px 24px 1fr 60px 90px;align-items:center;column-gap:10px;padding:12px 20px;transition:background .15s;display:grid}.leaderboard-card__row:last-child{border-bottom:none}.leaderboard-card__row:hover{background:var(--color-bg-card-hover)}.leaderboard-card__row--current-user{background:#2dd4bf14}[data-theme=dark] .leaderboard-card__row--current-user{background:#2dd4bf1a}.leaderboard-card__row--current-user:hover,.leaderboard-card__row--current-user.leaderboard-card__row--fixed{background:#2dd4bf1f}[data-theme=dark] .leaderboard-card__row--current-user.leaderboard-card__row--fixed{background:#03a1e640}.leaderboard-card__avatar-wrap{width:40px;height:40px;position:relative}.leaderboard-card__avatar{object-fit:cover;background:var(--color-bg-tertiary);border-radius:50%;width:40px;height:40px}.leaderboard-card__avatar-fallback{color:#fff;background:linear-gradient(135deg,var(--color-accent-brand),#6159e1);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:800;display:flex}@supports (color:lab(0% 0 0)){.leaderboard-card__avatar-fallback{background:linear-gradient(135deg,var(--color-accent-brand),lab(44.8244% 33.0362 -69.9004))}}.leaderboard-card__rank-badge{background:var(--color-accent-green);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:900;display:flex;position:absolute;bottom:-6px;right:-10px;box-shadow:0 2px 4px #00000026}.leaderboard-card__trophy-badge{background:0 0;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:16px;display:flex;position:absolute;bottom:-6px;right:-6px;box-shadow:0 2px 4px #00000026}.leaderboard-card__trophy-img{object-fit:contain;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}[data-theme=dark] .leaderboard-card__trophy-badge{background:var(--color-bg-card)}.leaderboard-card__name{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.leaderboard-card__name--you{text-transform:uppercase;font-weight:900}.leaderboard-card__username{color:var(--color-accent-green);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.leaderboard-card__rank-col{color:var(--color-text-primary);text-align:center;font-size:14px;font-weight:800}.leaderboard-card__points{color:var(--color-text-primary);text-align:right;font-size:14px;font-weight:700}@media (max-width:480px){.leaderboard-card__header,.leaderboard-card__row{grid-template-columns:36px 20px 1fr 40px 60px;column-gap:6px;padding:10px 12px}.leaderboard-card__name{font-size:12px}.leaderboard-card__username{font-size:10px}.leaderboard-card__avatar,.leaderboard-card__avatar-fallback,.leaderboard-card__avatar-wrap{width:32px;height:32px}}
.balance-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:16px;height:360px;padding:24px;transition:box-shadow .3s;display:flex}.balance-card:hover{box-shadow:var(--shadow-md)}.balance-card__header{justify-content:space-between;align-items:center;display:flex}.balance-card__badge{background:var(--color-bg-secondary);color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--color-border-primary);border-radius:6px;align-items:center;padding:4px 12px;font-size:11px;font-weight:900;display:inline-flex}.balance-card__external-icon{width:18px;height:18px;color:var(--color-text-tertiary);cursor:pointer;transition:color .15s}.balance-card__external-icon:hover{color:var(--color-text-primary)}.balance-card__balance-label{color:var(--color-text-tertiary);margin:0;font-size:12px;font-weight:500}.balance-card__balance-row{align-items:baseline;gap:8px;display:flex}.balance-card__balance-amount{color:var(--color-text-primary);margin:0;font-size:36px;font-weight:900;line-height:1}.balance-card__balance-currency{color:var(--color-text-tertiary);font-size:14px;font-weight:600}.balance-card__actions{gap:12px;display:flex}.balance-card__actions>*{flex:1}.balance-card__connect-btn{width:100%}.balance-card__info-text{color:var(--color-text-tertiary);margin:0;font-size:12px;font-weight:400}.balance-card__info-rows{flex-direction:column;gap:6px;display:flex}.balance-card__info-row{justify-content:space-between;align-items:center;display:flex}.balance-card__info-label,.balance-card__info-value{color:var(--color-text-primary);font-size:12px;font-weight:600}.balance-card__info-value--danger{color:#ef4444}.balance-card__info-value--success{color:var(--color-accent-green,#34d399)}@media (max-width:480px){.balance-card{gap:12px;padding:16px}.balance-card__balance-amount{font-size:28px}}
.txn-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:16px;height:360px;padding:24px;transition:box-shadow .3s;display:flex}.txn-card:hover{box-shadow:var(--shadow-md)}.txn-card__header{justify-content:space-between;align-items:center;display:flex}.txn-card__badge{background:var(--color-bg-secondary);color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--color-border-primary);border-radius:6px;align-items:center;padding:4px 12px;font-size:11px;font-weight:900;display:inline-flex}.txn-card__header-actions{align-items:center;gap:12px;display:flex}.txn-card__header-icon{width:18px;height:18px;color:var(--color-text-tertiary);cursor:pointer;transition:color .15s}.txn-card__header-icon:hover{color:var(--color-text-primary)}.txn-card__list{flex-direction:column;flex:1;gap:2px;min-height:0;display:flex;overflow:hidden auto}.txn-card__list::-webkit-scrollbar{width:4px}.txn-card__list::-webkit-scrollbar-track{background:0 0}.txn-card__list::-webkit-scrollbar-thumb{background:var(--color-border-primary);border-radius:3px}.txn-card__list::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.txn-card__row-wrapper{border-radius:10px;transition:background .18s}.txn-card__row-wrapper+.txn-card__row-wrapper{border-top:1px solid var(--color-border-primary)}.txn-card__row-wrapper--expanded{background:var(--color-bg-secondary);outline:1px solid var(--color-border-strong);border-color:#0000!important}.txn-card__row{border-radius:10px;align-items:center;gap:12px;padding:12px 8px;display:flex}.txn-card__row--clickable{cursor:pointer;transition:background .15s}.txn-card__row--clickable:hover{background:var(--color-bg-secondary)}.txn-card__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex}.txn-card__icon--game-win{color:#f59e0b;background:#fef3c7}.txn-card__icon--game-loss{color:#ef4444;background:#fee2e2}.txn-card__icon--game-entry{color:#3b82f6;background:#dbeafe}.txn-card__icon--ai-reward{color:#8b5cf6;background:#ede9fe}.txn-card__icon--tournament-reg{color:#ec4899;background:#fce7f3}.txn-card__icon--tournament-win{color:#f59e0b;background:#fef3c7}.txn-card__icon--prediction-buy{color:#3b82f6;background:#dbeafe}.txn-card__icon--prediction-refund{color:#10b981;background:#d1fae5}.txn-card__icon--prediction-payout{color:#059669;background:#d1fae5}.txn-card__icon--deposit{color:#10b981;background:#d1fae5}.txn-card__icon--withdrawal{color:#6b7280;background:#f3f4f6}.txn-card__icon--refund{color:#10b981;background:#d1fae5}.txn-card__icon--unknown{color:#9ca3af;background:#f3f4f6}.txn-card__details{flex:1;min-width:0}.txn-card__title{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:700;overflow:hidden}.txn-card__subtitle{color:var(--color-text-secondary,#6b7280);text-overflow:ellipsis;white-space:nowrap;margin:1px 0 0;font-size:11px;font-weight:500;overflow:hidden}.txn-card__date{color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin:2px 0 0;font-size:11px;font-weight:500}.txn-card__tags{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.txn-card__tag{letter-spacing:.04em;text-transform:uppercase;background:var(--color-bg-secondary,#f3f4f6);color:var(--color-text-secondary,#6b7280);border:1px solid var(--color-border-primary,#e5e7eb);border-radius:4px;align-items:center;padding:1px 7px;font-size:10px;font-weight:700;line-height:1.6;display:inline-flex}.txn-card__amount-col{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.txn-card__amount{margin:0;font-size:15px;font-weight:800;line-height:1.2}.txn-card__amount--positive{color:var(--color-accent-green,#34d399)}.txn-card__amount--negative{color:#ef4444}.txn-card__chevron{background:var(--color-border-primary);width:18px;height:18px;color:var(--color-text-tertiary);border-radius:50%;justify-content:center;align-items:center;line-height:0;transition:transform .22s,background .15s,color .15s;display:inline-flex}.txn-card__chevron--open{background:var(--color-accent-brand);color:#000;transform:rotate(180deg)}.txn-card__empty{min-height:120px;color:var(--color-text-tertiary);justify-content:center;align-items:center;font-size:13px;font-weight:500;display:flex}.txn-card__sentinel{justify-content:center;padding:12px 0;display:flex}.txn-card__loader{border:2px solid var(--color-border-primary,#e5e7eb);border-top-color:var(--color-accent-green,#34d399);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite txnSpin;display:inline-block}.txn-card__loader--inline{vertical-align:middle;width:18px;height:18px}@keyframes txnSpin{to{transform:rotate(360deg)}}.txn-bd{margin:0 8px 12px 50px;padding:0;animation:.22s cubic-bezier(.16,1,.3,1) both txnBdOpen}@keyframes txnBdOpen{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.txn-bd__label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-tertiary);margin:0 0 7px;font-size:10px;font-weight:700}.txn-bd__grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:6px;display:grid}.txn-bd__chip{background:var(--color-bg-card);border:1px solid var(--color-border-primary);border-radius:8px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.txn-bd__chip-key{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-tertiary);font-size:9.5px;font-weight:700;line-height:1.2}.txn-bd__chip-value{color:var(--color-text-primary);font-size:13px;font-weight:800;line-height:1.3}.txn-bd__note{color:var(--color-text-secondary);background:var(--color-bg-card);border:1px solid var(--color-border-primary);border-radius:8px;margin:6px 0 0;padding:8px 10px;font-size:12px;line-height:1.6}.txn-bd__grid+.txn-bd__note{margin-top:6px}@media (max-width:480px){.txn-card{padding:16px}.txn-card__icon{width:34px;height:34px;font-size:14px}.txn-card__title{font-size:13px}.txn-card__amount{font-size:14px}.txn-bd{margin-left:46px}.txn-bd__grid{grid-template-columns:repeat(2,1fr)}}
.settings-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:24px;padding:28px;transition:box-shadow .3s;display:flex}.settings-card:hover{box-shadow:var(--shadow-md)}.settings-card__title{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:14px;font-weight:900}.settings-card__subtitle{color:var(--color-text-tertiary);margin:4px 0 0;font-size:13px;font-weight:400}.settings-card__list{flex-direction:column;display:flex}.settings-card__row{border-bottom:1px solid var(--color-border-primary);cursor:pointer;align-items:center;gap:16px;padding:16px 0;transition:opacity .15s;display:flex}.settings-card__row:last-child{border-bottom:none;padding-bottom:0}.settings-card__row:first-child{padding-top:0}.settings-card__row:hover{opacity:.8}.settings-card__icon{background:var(--color-bg-tertiary,#f3f4f6);width:40px;height:40px;color:var(--color-accent-brand);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.settings-card__icon svg{width:20px;height:20px}.settings-card__details{flex:1;min-width:0}.settings-card__item-title{color:var(--color-text-primary);margin:0;font-size:14px;font-weight:700}.settings-card__item-desc{color:var(--color-text-tertiary);margin:2px 0 0;font-size:12px;font-weight:400}.settings-card__toggle{flex-shrink:0;width:44px;height:24px;position:relative}.settings-card__toggle input{opacity:0;width:0;height:0}.settings-card__toggle-track{background:var(--color-border-primary);cursor:pointer;border-radius:12px;transition:background .25s;position:absolute;inset:0}.settings-card__toggle input:checked+.settings-card__toggle-track{background:#03a1e6}.settings-card__toggle-thumb{pointer-events:none;background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .25s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.settings-card__toggle input:checked~.settings-card__toggle-thumb{transform:translate(20px)}@media (max-width:480px){.settings-card{gap:16px;padding:20px}.settings-card__icon{width:34px;height:34px}.settings-card__icon svg{width:16px;height:16px}}
.friends-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;align-items:center;gap:16px;padding:20px;transition:box-shadow .3s;display:flex;overflow:hidden}.friends-card:hover{box-shadow:var(--shadow-md)}.friends-card__summary{flex-direction:column;flex-shrink:0;min-width:100px;display:flex}.friends-card__count{color:#03a1e6;letter-spacing:-.02em;margin:0 0 3px;font-size:32px;font-weight:900;line-height:1}.friends-card__label-row{align-items:center;gap:5px;margin-bottom:8px;display:flex}.friends-card__label{color:var(--color-text-primary);font-size:16px;font-weight:800;line-height:1}.friends-card__link-btn{color:#03a1e6;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:1px;transition:opacity .2s,transform .2s;display:flex}.friends-card__link-btn:hover{opacity:.8;transform:translate(2px,-2px)}.friends-card__avatars{align-items:center;display:flex}.friends-card__avatar-sm{border:2px solid var(--color-bg-card);background:#cbd5e1;border-radius:50%;width:28px;height:28px;margin-left:-7px;position:relative;overflow:hidden}[data-theme=dark] .friends-card__avatar-sm{border-color:var(--color-bg-card);background:#334155}.friends-card__avatar-sm:first-child{margin-left:0}.friends-card__avatar-sm img{object-fit:cover;width:100%;height:100%}.friends-card__divider{background:var(--color-border-primary);flex-shrink:0;align-self:stretch;width:1px}.friends-card__list{scrollbar-width:none;-ms-overflow-style:none;flex:1;align-items:flex-start;gap:24px;min-width:0;padding:0 8px 6px;display:flex;overflow-x:auto}.friends-card__list::-webkit-scrollbar{display:none}.friends-card__item{flex-direction:column;flex-shrink:0;align-items:center;width:70px;display:flex}.friends-card__avatar-wrapper{background:#cbd5e1;border-radius:50%;width:52px;height:52px;margin-bottom:6px;position:relative}[data-theme=dark] .friends-card__avatar-wrapper{background:#334155}.friends-card__avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.friends-card__status-dot{border:2px solid var(--color-bg-card);background:#10b981;border-radius:50%;width:12px;height:12px;position:absolute;bottom:1px;right:1px}.friends-card__name{color:var(--color-text-primary);text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;margin-bottom:6px;font-size:12px;font-weight:800;overflow:hidden}.friends-card__actions{align-items:center;gap:6px;margin-bottom:6px;display:flex}.friends-card__chat-btn{color:#fff;cursor:pointer;background:#03a1e6;border:1px solid #03a1e6;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:background .2s,transform .15s;display:flex}.friends-card__chat-btn:hover{background:#0095d6;transform:scale(1.1)}[data-theme=dark] .friends-card__chat-btn{background:#03a1e6;border-color:#03a1e6}[data-theme=dark] .friends-card__chat-btn:hover{background:#0095d6}.friends-card__status-label{color:var(--color-accent-green);text-transform:uppercase;letter-spacing:.06em;text-align:center;font-size:8px;font-weight:800}@media (max-width:640px){.friends-card{flex-direction:column;align-items:stretch;gap:16px;padding:20px}.friends-card__divider{align-self:auto;width:100%;height:1px}.friends-card__summary{flex-direction:row;justify-content:space-between;align-items:center}.friends-card__count{margin:0;font-size:32px}.friends-card__label-row{margin-bottom:0;margin-right:16px}.friends-card__avatars{margin-left:auto}}.friends-card__loading{opacity:.6}.friends-card__pulse{animation:1.2s ease-in-out infinite fc-pulse}@keyframes fc-pulse{0%,to{opacity:.4}50%{opacity:1}}
.friends-list-popup-overlay{z-index:100;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;font-family:Inter,system-ui,sans-serif;display:flex}.friends-list-popup-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;flex-direction:column;width:min(560px,92vw);max-width:560px;max-height:88vh;animation:.35s cubic-bezier(.22,1,.36,1) friendsListFadeIn;display:flex;overflow:hidden;box-shadow:0 20px 40px #0003}[data-theme=dark] .friends-list-popup-card{background:#1e2330;border-color:#2d3448;box-shadow:0 20px 40px #00000080}@keyframes friendsListFadeIn{0%{opacity:0;transform:scale(.96)translateY(14px)}to{opacity:1;transform:scale(1)translateY(0)}}.friends-list-popup__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1rem .7rem;display:flex}[data-theme=dark] .friends-list-popup__header{border-bottom-color:#2d3448}.friends-list-popup__close-btn{color:#9ca3af;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.friends-list-popup__close-btn:hover{color:#4b5563;background:#e5e7eb}[data-theme=dark] .friends-list-popup__close-btn{color:#94a3b8;background:#2d3448}[data-theme=dark] .friends-list-popup__close-btn:hover{color:#e2e8f0;background:#374161}.friends-list-popup__title{color:#1f2937;margin:0;font-size:1rem;font-weight:800}[data-theme=dark] .friends-list-popup__title{color:#f1f5f9}.friends-list-popup__header-spacer{width:28px;height:28px}.friends-list-popup__toggle-wrap{padding:.75rem 1rem 0}.friends-list-popup__toggle{background:#f3f4f6;border-radius:8px;align-items:center;gap:0;padding:3px;display:flex}[data-theme=dark] .friends-list-popup__toggle{background:#141824}.friends-list-popup__toggle-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:.45rem .75rem;font-family:inherit;font-size:.82rem;font-weight:700;transition:all .2s}.friends-list-popup__toggle-btn:hover{color:#374151}[data-theme=dark] .friends-list-popup__toggle-btn{color:#64748b}[data-theme=dark] .friends-list-popup__toggle-btn:hover{color:#94a3b8}.friends-list-popup__toggle-btn--active{color:#111827;background:#fff;box-shadow:0 1px 3px #0000001a}[data-theme=dark] .friends-list-popup__toggle-btn--active{color:#f1f5f9;background:#2d3448;box-shadow:0 1px 3px #0006}.friends-list-popup__search-wrap{color:#9ca3af;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;margin:.9rem 1rem;padding:.5rem .65rem;display:flex}[data-theme=dark] .friends-list-popup__search-wrap{color:#64748b;background:#141824;border-color:#2d3448}.friends-list-popup__search-wrap:focus-within{color:#6b7280;border-color:#38b598}[data-theme=dark] .friends-list-popup__search-wrap:focus-within{color:#94a3b8;border-color:#38b598}.friends-list-popup__search-input{width:100%;box-shadow:none;color:#111827;background:0 0;border:none;outline:none;font-family:inherit;font-size:.82rem;font-weight:600}[data-theme=dark] .friends-list-popup__search-input{color:#f1f5f9}.friends-list-popup__search-input:focus,.friends-list-popup__search-input:focus-visible{box-shadow:none;border:none;outline:none}.friends-list-popup__search-input::placeholder{color:#9ca3af;font-weight:500}[data-theme=dark] .friends-list-popup__search-input::placeholder{color:#475569}.friends-list-popup__list{flex-direction:column;gap:.55rem;min-height:180px;padding:0 1rem 1rem;display:flex;overflow-y:auto}.friends-list-popup__item{background:#f9fbfc;border:1px solid #edf0f2;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .6rem;display:flex}[data-theme=dark] .friends-list-popup__item{background:#141824;border-color:#2d3448}.friends-list-popup__profile{align-items:center;gap:.65rem;min-width:0;display:flex}.friends-list-popup__avatar-wrap{flex-shrink:0;width:44px;height:44px;position:relative}.friends-list-popup__avatar,.friends-list-popup__avatar-fallback{border-radius:50%;width:100%;height:100%}.friends-list-popup__avatar{object-fit:cover}.friends-list-popup__avatar-fallback{background:#d1d5db}[data-theme=dark] .friends-list-popup__avatar-fallback{background:#334155}.friends-list-popup__status-dot{border:2px solid #fff;border-radius:50%;width:11px;height:11px;position:absolute;bottom:1px;right:1px}[data-theme=dark] .friends-list-popup__status-dot{border-color:#141824}.friends-list-popup__status-dot--online{background:#10b981}.friends-list-popup__status-dot--offline{background:#9ca3af}.friends-list-popup__meta{min-width:0}.friends-list-popup__name{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.84rem;font-weight:800;overflow:hidden}[data-theme=dark] .friends-list-popup__name{color:#f1f5f9}.friends-list-popup__score{color:#6b7280;margin:.1rem 0 0;font-size:.74rem;font-weight:700}[data-theme=dark] .friends-list-popup__score{color:#64748b}.friends-list-popup__unfriend-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:inline-flex}.friends-list-popup__unfriend-btn:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}[data-theme=dark] .friends-list-popup__unfriend-btn{color:#64748b;background:#1e2330;border-color:#2d3448}[data-theme=dark] .friends-list-popup__unfriend-btn:hover{color:#ef4444;background:#ef44441a;border-color:#ef444466}.friends-list-popup__add-friend-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:.35rem;padding:.35rem .75rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:all .2s;display:inline-flex}.friends-list-popup__add-friend-btn:hover,[data-theme=dark] .friends-list-popup__add-friend-btn{background:#059669}[data-theme=dark] .friends-list-popup__add-friend-btn:hover{background:#047857}.friends-list-popup__add-friend-btn:disabled{opacity:.6;cursor:not-allowed}.friends-list-popup__sent-row{flex-shrink:0;align-items:center;gap:.35rem;display:flex}.friends-list-popup__sent-badge{color:#16a34a;background:#f0fdf4;border-radius:8px;flex-shrink:0;align-items:center;gap:.3rem;padding:.35rem .7rem;font-size:.76rem;font-weight:700;display:inline-flex}[data-theme=dark] .friends-list-popup__sent-badge{color:#34d399;background:#10b9811f}.friends-list-popup__cancel-btn{color:#9ca3af;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:inline-flex}.friends-list-popup__cancel-btn:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}[data-theme=dark] .friends-list-popup__cancel-btn{color:#64748b;background:#1e2330;border-color:#2d3448}[data-theme=dark] .friends-list-popup__cancel-btn:hover{color:#ef4444;background:#ef44441a;border-color:#ef444466}.friends-list-popup__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite friendsSpinner;display:inline-block}@keyframes friendsSpinner{to{transform:rotate(360deg)}}.friends-list-popup__empty{text-align:center;color:#6b7280;padding:1.25rem .5rem;font-size:.8rem;font-weight:600}[data-theme=dark] .friends-list-popup__empty{color:#475569}@media (max-width:640px){.friends-list-popup-overlay{padding:.75rem}.friends-list-popup-card{width:100%;max-width:100%;max-height:92vh}}
.task-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:20px;padding:24px;transition:box-shadow .3s;display:flex}.task-card:hover{box-shadow:var(--shadow-md)}.task-card__header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:0;transition:opacity .2s;display:flex}.task-card__header:hover{opacity:.8}.task-card__header-content{flex-wrap:wrap;flex:1;align-items:baseline;gap:12px;display:flex}.task-card__title{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-primary);margin:0;font-size:16px;font-weight:900}.task-card__progress{color:var(--color-accent-green);font-size:14px;font-weight:600}.task-card__toggle-icon{color:var(--color-text-secondary);flex-shrink:0;transition:transform .3s}.task-card__toggle-icon--expanded{transform:rotate(180deg)}.task-card__grid{scroll-behavior:smooth;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;padding-bottom:8px;display:grid;overflow:auto hidden}@media (min-width:1024px){.task-card__grid{cursor:grab;flex-wrap:nowrap;gap:16px;padding-bottom:12px;display:flex;overflow:auto hidden}.task-card__grid:active{cursor:grabbing}}.task-card__grid::-webkit-scrollbar{height:8px}.task-card__grid::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.task-card__grid::-webkit-scrollbar-thumb{background:var(--color-border-primary);border-radius:10px}.task-card__grid::-webkit-scrollbar-thumb:hover{background:var(--color-accent-green)}.task-card__item{border:1px solid var(--color-border-primary);background:#ffffff08;border-radius:12px;flex-direction:column;flex-shrink:0;gap:12px;min-width:280px;padding:16px;transition:all .3s;display:flex}@media (min-width:1024px){.task-card__item{width:calc(23.2558% - 14.8837px);min-width:300px;max-width:380px}}.task-card__item:hover{border-color:var(--color-accent-green);background:#ffffff0d;box-shadow:0 4px 12px #0000001a}.task-card__grid:active .task-card__item{transform:none!important}.task-card__item--completed{opacity:.6;background:#2dd4bf0d}.task-card__item--completed:hover{transform:none}.task-card__item-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.task-card__label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-secondary);font-size:11px;font-weight:900}.task-card__points{color:var(--color-accent-green);white-space:nowrap;background:#2dd4bf26;border-radius:20px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:800;display:inline-flex}.task-card__item-content{flex:1;justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.task-card__item-info{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.task-card__item-title{color:var(--color-text-primary);margin:0;font-size:15px;font-weight:800;line-height:1.3}.task-card__action-btn{background:var(--color-accent-green);color:#000;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:9px 20px;font-size:12px;font-weight:900;transition:all .2s}.task-card__action-btn:hover:not(:disabled){background:var(--color-accent-green-hover,#2dd4bf);transform:translateY(-1px);box-shadow:0 4px 12px #2dd4bf4d}.task-card__action-btn:active:not(:disabled){transform:translateY(0)}.task-card__action-btn--completed{color:var(--color-accent-green);cursor:not-allowed;background:#2dd4bf33}.task-card__action-btn:disabled{opacity:.5;cursor:not-allowed}.task-card__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:relative;overflow:hidden}.task-card__icon img{object-fit:contain;width:100%;height:100%;padding:10px}.task-card__icon-emoji{filter:drop-shadow(0 2px 8px #0000001a);font-size:36px;line-height:1}@media (max-width:640px){.task-card{gap:16px;padding:20px}.task-card__title{font-size:14px}.task-card__progress{font-size:12px}.task-card__grid{grid-template-columns:1fr}.task-card__item{padding:16px}.task-card__item-title{font-size:15px}.task-card__icon{width:64px;height:64px}.task-card__icon-emoji{font-size:32px}}
.daily-task-card{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;gap:14px;padding:0;transition:none;display:flex}.daily-task-card:hover{box-shadow:none}.daily-task-card__header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:0;transition:opacity .2s;display:flex}.daily-task-card__header:hover{opacity:.8}.daily-task-card__header-content{flex-wrap:wrap;flex:1;align-items:baseline;gap:12px;display:flex}.daily-task-card__title{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-primary);margin:0;font-size:13px;font-weight:900}.daily-task-card__progress{color:var(--color-accent-green);font-size:12px;font-weight:600}.daily-task-card__toggle-icon{color:var(--color-text-secondary);flex-shrink:0;transition:transform .3s}.daily-task-card__toggle-icon--expanded{transform:rotate(180deg)}.daily-task-card__list{flex-direction:column;gap:8px;display:flex}.daily-task-card__item{border:1px solid var(--color-border-primary);background:#ffffff08;border-radius:10px;align-items:center;gap:12px;padding:12px 16px;transition:all .3s;display:flex}.daily-task-card__item:hover{border-color:var(--color-accent-green);background:#ffffff0d;transform:translate(4px)}.daily-task-card__item--completed{opacity:.7}.daily-task-card__check-icon{background:var(--color-text-tertiary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.daily-task-card__check-icon svg{width:14px;height:14px}.daily-task-card__check-icon--completed{background:var(--color-accent-green)}.daily-task-card__info{flex:1;min-width:0}.daily-task-card__task-title{color:var(--color-text-primary);margin:0;font-size:14px;font-weight:800;line-height:1.3}.daily-task-card__points{color:var(--color-accent-green);white-space:nowrap;background:#2dd4bf26;border-radius:16px;flex-shrink:0;align-items:center;gap:3px;padding:5px 10px;font-size:11px;font-weight:800;display:inline-flex}.daily-task-card__task-progress{color:var(--color-text-secondary);white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:600}@media (max-width:768px){.daily-task-card{gap:16px;padding:20px}.daily-task-card__title{font-size:14px}.daily-task-card__progress{font-size:12px}.daily-task-card__item{flex-wrap:wrap;gap:12px;padding:14px 16px}.daily-task-card__check-icon{width:28px;height:28px}.daily-task-card__check-icon svg{width:14px;height:14px}.daily-task-card__task-title{font-size:15px}.daily-task-card__points{padding:5px 10px;font-size:12px}.daily-task-card__task-progress{width:100%;margin-left:40px;font-size:13px}}
.spin-reward-card{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border:none;border-radius:0;justify-content:space-between;align-items:center;gap:24px;min-height:200px;padding:0;transition:none;display:flex;position:relative;overflow:visible}.spin-reward-card:hover{box-shadow:none}.spin-reward-card__content{z-index:1;flex-direction:column;flex:1;gap:14px;display:flex}.spin-reward-card__points{color:var(--color-accent-green);background:#2dd4bf26;border-radius:16px;align-items:center;gap:3px;width:fit-content;padding:6px 12px;font-size:12px;font-weight:800;display:inline-flex}.spin-reward-card__text{flex-direction:column;gap:12px;display:flex}.spin-reward-card__title{color:var(--color-text-primary);letter-spacing:-.02em;margin:0;font-size:26px;font-weight:900;line-height:1.1}.spin-reward-card__description{color:var(--color-text-secondary);max-width:350px;margin:0;font-size:13px;font-weight:600;line-height:1.4}.spin-reward-card__button{background:var(--color-accent-green);color:#000;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;border-radius:8px;width:fit-content;padding:11px 24px;font-size:12px;font-weight:900;transition:all .2s}.spin-reward-card__button:hover{background:var(--color-accent-green-hover,#2dd4bf);transform:translateY(-2px);box-shadow:0 6px 16px #2dd4bf66}.spin-reward-card__button:active{transform:translateY(0)}.spin-reward-card__image{z-index:1;flex-shrink:0;justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}.spin-reward-card__image img{object-fit:contain;filter:drop-shadow(0 8px 24px #00000026);width:100%;height:100%}.spin-reward-card__emoji{filter:drop-shadow(0 8px 24px #00000026);font-size:120px;line-height:1}@media (max-width:1024px){.spin-reward-card{text-align:center;flex-direction:column;min-height:auto;padding:28px}.spin-reward-card__content{align-items:center}.spin-reward-card__title{font-size:28px}.spin-reward-card__description{max-width:100%}.spin-reward-card__image{width:200px;height:200px}.spin-reward-card__emoji{font-size:120px}}@media (max-width:640px){.spin-reward-card{padding:24px}.spin-reward-card__title{font-size:24px}.spin-reward-card__description{font-size:14px}.spin-reward-card__button{padding:12px 24px;font-size:13px}.spin-reward-card__image{width:160px;height:160px}.spin-reward-card__emoji{font-size:100px}}
.milestones-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:14px;padding:18px;transition:box-shadow .3s;display:flex}.milestones-card:hover{box-shadow:var(--shadow-md)}.milestones-card__header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:0;transition:opacity .2s;display:flex}.milestones-card__header:hover{opacity:.8}.milestones-card__title{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-primary);margin:0;font-size:14px;font-weight:900}.milestones-card__toggle-icon{color:var(--color-text-secondary);flex-shrink:0;transition:transform .3s}.milestones-card__toggle-icon--expanded{transform:rotate(180deg)}.milestones-card__list{flex-direction:column;gap:23px;display:flex}.milestones-card__item{flex-direction:column;gap:8px;display:flex}.milestones-card__item-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.milestones-card__item-title{color:var(--color-text-primary);flex:1;min-width:0;margin:0;font-size:15px;font-weight:700}.milestones-card__item-meta{flex-shrink:0;align-items:center;gap:10px;display:flex}.milestones-card__progress-text{color:var(--color-text-secondary);white-space:nowrap;font-size:12px;font-weight:600}.milestones-card__points{color:var(--color-accent-green);white-space:nowrap;align-items:center;gap:3px;font-size:12px;font-weight:800;display:inline-flex}.milestones-card__progress-bar{background:#0000001a;border-radius:10px;width:100%;height:8px;position:relative;overflow:hidden}.milestones-card__progress-fill{background:linear-gradient(90deg,var(--color-accent-green),#34d399);border-radius:10px;height:100%;transition:width .6s;position:absolute;top:0;left:0}@media (max-width:768px){.milestones-card{padding:20px}.milestones-card__item-title{font-size:16px}.milestones-card__progress-text,.milestones-card__points{font-size:13px}}
.extra-tasks-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:14px;padding:18px;transition:box-shadow .3s;display:flex}.extra-tasks-card:hover{box-shadow:var(--shadow-md)}.extra-tasks-card__header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:0;transition:opacity .2s;display:flex}.extra-tasks-card__header:hover{opacity:.8}.extra-tasks-card__title{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-primary);margin:0;font-size:14px;font-weight:900}.extra-tasks-card__toggle-icon{color:var(--color-text-secondary);flex-shrink:0;transition:transform .3s}.extra-tasks-card__toggle-icon--expanded{transform:rotate(180deg)}.extra-tasks-card__list{flex-direction:column;gap:12px;display:flex}.extra-tasks-card__item{border:1px solid var(--color-border-primary);cursor:pointer;text-align:left;background:#ffffff08;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px;transition:all .3s;display:flex}.extra-tasks-card__item:hover{border-color:var(--color-accent-green);background:#ffffff0d;transform:translate(4px)}.extra-tasks-card__item:active{transform:translate(2px)scale(.98)}.extra-tasks-card__icon{border:1px solid var(--color-border-primary);background:#ffffff0d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .3s;display:flex}.extra-tasks-card__item:hover .extra-tasks-card__icon{border-color:var(--color-accent-green);background:#2dd4bf1a}.extra-tasks-card__content{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.extra-tasks-card__task-title{color:var(--color-text-primary);margin:0;font-size:15px;font-weight:700;line-height:1.3}.extra-tasks-card__points{color:var(--color-accent-green);align-items:center;gap:3px;font-size:12px;font-weight:800;display:inline-flex}.extra-tasks-card__arrow{color:var(--color-text-secondary);flex-shrink:0;transition:all .3s}.extra-tasks-card__item:hover .extra-tasks-card__arrow{color:var(--color-accent-green);transform:translate(4px)}@media (max-width:768px){.extra-tasks-card{padding:20px}.extra-tasks-card__item{padding:16px}.extra-tasks-card__icon{width:44px;height:44px;font-size:22px}.extra-tasks-card__task-title{font-size:16px}.extra-tasks-card__points{font-size:12px}}
.referral-card{background:var(--color-bg-card);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);box-sizing:border-box;border:none;border-radius:16px;flex-direction:column;gap:14px;height:100%;padding:20px;transition:box-shadow .3s;display:flex;position:relative}.referral-card:hover{box-shadow:var(--shadow-md)}.referral-card__title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.referral-card__title{color:var(--color-text-primary);margin:0;font-size:18px;font-weight:900}.referral-card__email-verified{color:#fff;background:#255665;border:1px solid #255665;border-radius:20px;flex-shrink:0;align-items:center;gap:5px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.referral-card__verify-btn{color:#fb923c;cursor:pointer;background:#fb923c1f;border:1px solid #fb923c59;border-radius:20px;flex-shrink:0;align-items:center;gap:5px;padding:3px 8px;font-size:11px;font-weight:700;transition:background .15s,border-color .15s;display:inline-flex}.referral-card__verify-btn:hover{background:#fb923c33;border-color:#fb923c99}.referral-card__link-row{background:var(--color-bg-primary);border:1px solid var(--color-border-primary);border-radius:12px;align-items:center;gap:0;display:flex;overflow:hidden}.referral-card__link-input{color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 16px;font-size:14px;font-weight:500;overflow:hidden}.referral-card__copy-btn{letter-spacing:.05em;text-transform:uppercase;color:#fff;cursor:pointer;background:#03a1e6;border:none;border-radius:0 10px 10px 0;flex-shrink:0;padding:12px 24px;font-size:14px;font-weight:800;transition:background .2s,opacity .2s}.referral-card__copy-btn:hover{opacity:.85}.referral-card__copy-btn:active{opacity:.7}.referral-card__copy-btn--copied{background:var(--color-accent-green);opacity:.9}.referral-card__info{color:var(--color-text-primary);margin:0;font-size:14px;font-weight:600;line-height:1.5}.referral-card__info-highlight{color:#03a1e6;font-weight:800}.referral-card__reward-info{background:var(--color-bg-tertiary);text-align:center;border:1px solid var(--color-border-primary);border-radius:8px;margin:-4px 0;padding:4px 12px;font-size:13px}@media (max-width:480px){.referral-card{gap:12px;padding:16px}.referral-card__title{font-size:16px}.referral-card__link-input{padding:10px 12px;font-size:13px}.referral-card__copy-btn{padding:10px 18px;font-size:13px}.referral-card__info{font-size:13px}.referral-card__reward-info{padding:6px 12px}}.referral-card__edit-btn{border:none;border-left:1px solid var(--color-border-primary);width:40px;height:100%;color:var(--color-text-secondary);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .2s,background .2s;display:flex}.referral-card__edit-btn:hover{color:#38b598;background:#38b59814}.referral-edit-modal{width:100%;max-width:400px}.referral-edit-modal__content{background:var(--color-bg-card,#111827);border:1px solid var(--color-border-primary,#ffffff1a);border-radius:20px;flex-direction:column;gap:14px;padding:24px;display:flex;box-shadow:0 24px 60px #0000008c}.referral-edit-modal__header{justify-content:space-between;align-items:center;display:flex}.referral-edit-modal__title{color:var(--color-text-primary);letter-spacing:.02em;margin:0;font-size:16px;font-weight:900}.referral-edit-modal__close{width:32px;height:32px;color:var(--color-text-secondary);cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s;display:flex}.referral-edit-modal__close:hover{background:#ffffff29}.referral-edit-modal__hint{color:var(--color-text-secondary);margin:0;font-size:13px;line-height:1.6}.referral-edit-modal__input{letter-spacing:.1em;text-transform:uppercase;background:var(--color-bg-primary);border:1.5px solid var(--color-border-primary);width:100%;color:var(--color-text-primary);box-sizing:border-box;border-radius:12px;outline:none;padding:12px 16px;font-size:16px;font-weight:700;transition:border-color .2s}.referral-edit-modal__input:focus{border-color:#38b598}.referral-edit-modal__input--error{border-color:#ef4444}.referral-edit-modal__error{color:#ef4444;margin:-6px 0 0;font-size:12px;line-height:1.4}.referral-edit-modal__actions{gap:10px;margin-top:2px;display:flex}.referral-edit-modal__cancel{border:1.5px solid var(--color-border-primary);color:var(--color-text-secondary);cursor:pointer;background:0 0;border-radius:12px;flex:1;padding:11px;font-size:13px;font-weight:700;transition:background .2s}.referral-edit-modal__cancel:hover{background:#ffffff0d}.referral-edit-modal__cancel:disabled{opacity:.5;cursor:default}.referral-edit-modal__save{color:#fff;letter-spacing:.04em;cursor:pointer;background:#03a1e6;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;padding:11px;font-size:13px;font-weight:800;transition:opacity .2s;display:flex}.referral-edit-modal__save:disabled{opacity:.5;cursor:default}.referral-edit-modal__save:not(:disabled):hover{opacity:.85}.referral-edit-modal__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite remSpin}@keyframes remSpin{to{transform:rotate(360deg)}}
.rg{flex-direction:column;width:100%;height:100%;display:flex}.rg__two-panel{flex:1;grid-template-columns:1fr 1fr;gap:12px;height:100%;display:grid}.rg__panel{background:var(--color-bg-card);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;gap:8px;padding:10px 12px;transition:box-shadow .3s;display:flex}.rg__panel:hover{box-shadow:var(--shadow-md)}.rg__panel-header{align-items:center;display:flex}.rg__panel-title{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:800;line-height:1.2}.rg__stats-grid{grid-template-columns:repeat(4,1fr);gap:5px;display:grid}.rg__stat{background:#0000000d;border-radius:8px;flex-direction:column;align-items:center;gap:1px;padding:6px 4px;display:flex}[data-theme=dark] .rg__stat{background:#ffffff0f}.rg__stat-value{color:var(--color-text-primary);font-size:15px;font-weight:900;line-height:1}.rg__stat-value--green{color:#22c55e}.rg__stat-value--amber{color:#f59e0b}.rg__stat-value--blue{color:#3b82f6}.rg__stat--highlight{background:#22c55e1f;border:1px solid #22c55e4d}[data-theme=dark] .rg__stat--highlight{background:#22c55e26;border-color:#22c55e59}.rg__earnings-featured{background:#22c55e1f;border:1px solid #22c55e4d;border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;width:100%;margin-top:auto;padding:10px 8px;display:flex}.rg__earnings-plain{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;width:100%;margin-top:auto;display:flex}[data-theme=dark] .rg__earnings-featured{background:#22c55e26;border-color:#22c55e59}.rg__earnings-featured-value{color:#03a1e6;font-size:28px;font-weight:900;line-height:1}.rg__earnings-featured-unit{color:#22c55e;opacity:.75;letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:700}.rg__stat-label{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.04em;text-align:center;font-size:9px;font-weight:700}.rg__panel--right{text-align:center;background:#22c55e0f;border:1px solid #22c55e2e;justify-content:center;align-items:center;gap:2px}[data-theme=dark] .rg__panel--right{background:#22c55e14;border-color:#22c55e38}.rg__earnings{flex-direction:column;align-items:center;gap:2px;display:flex}.rg__earnings-label{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:700}.rg__earnings-value{color:#22c55e;font-size:26px;font-weight:900;line-height:1}.rg__earnings-unit{color:#22c55e;opacity:.75;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.rg__tier-btn{color:#fff;cursor:pointer;background:#03a1e6;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:auto;padding:8px 12px;font-size:12px;font-weight:700;transition:opacity .2s;display:flex}.rg__tier-btn:hover{opacity:.85}.rg__tier-btn:active{opacity:.7}.rg__tier-avatars{flex-shrink:0;align-items:center;display:flex}.rg__tier-avatar{object-fit:cover;background:#e0e0e0;border:2px solid #38b598;border-radius:50%;width:22px;height:22px;margin-right:-7px}.rg__tier-avatar:last-child{margin-right:0}@media (max-width:480px){.rg__two-panel{grid-template-columns:1fr}}
@keyframes rlpFadeIn{0%{opacity:0;transform:scale(.96)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.rlp-animate{animation:.35s cubic-bezier(.22,1,.36,1) rlpFadeIn}.rlp-no-scrollbar{scrollbar-width:none}.rlp-no-scrollbar::-webkit-scrollbar{width:0;display:none}
.terms-popup-overlay{z-index:100;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.terms-popup-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;width:460px;max-width:100%;max-height:88vh;animation:.35s cubic-bezier(.22,1,.36,1) termsFadeIn;display:flex;overflow:hidden;box-shadow:0 24px 48px #0000002e}@keyframes termsFadeIn{0%{opacity:0;transform:scale(.96)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.terms-popup-header{border-bottom:1px solid #f3f4f6;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px 12px;display:flex;position:relative}.terms-popup-header-text{pointer-events:none;flex-direction:column;align-items:center;gap:2px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.terms-popup-title{color:#03a1e6;letter-spacing:-.01em;white-space:nowrap;margin:0;font-size:17px;font-weight:700}.terms-popup-subtitle{color:#6b7280;letter-spacing:.06em;text-transform:uppercase;text-align:center;white-space:nowrap;margin:0;font-size:9px;font-weight:600}.terms-popup-close{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;transition:background .15s,color .15s;display:flex}.terms-popup-close:hover{color:#111827;background:#e5e7eb}.terms-popup-body{scrollbar-width:none;flex:1;padding:16px 20px;overflow-y:auto}.terms-popup-body::-webkit-scrollbar{width:0;display:none}.terms-popup-body::-webkit-scrollbar-thumb{background:0 0}.terms-popup-intro{color:#374151;flex-direction:column;gap:8px;margin-bottom:16px;font-size:12px;line-height:1.6;display:flex}.terms-popup-intro p{margin:0}.terms-popup-intro strong{color:#111827;font-weight:600}.terms-popup-link{color:#03a1e6;text-decoration:underline}.terms-popup-list{flex-direction:column;gap:3px;margin:4px 0 0;padding-left:20px;display:flex}.terms-popup-list--disc{list-style-type:disc}.terms-popup-accordion{flex-direction:column;gap:6px;display:flex}.terms-popup-section{background:#9fa9be12;border:none;border-radius:10px;overflow:hidden}.terms-popup-section-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:11px 14px;transition:background .15s;display:flex}.terms-popup-section-header:hover{background:#f9fafb}.terms-popup-section--open{background:#9fa9be12}.terms-popup-section--open .terms-popup-section-header{background:0 0}.terms-popup-section-num{color:#9ca3af;flex-shrink:0;min-width:18px;font-size:12px;font-weight:600}.terms-popup-section--open .terms-popup-section-num{color:#111827}.terms-popup-section-title{color:#1f2937;flex:1;font-size:12.5px;font-weight:500}.terms-popup-section--open .terms-popup-section-title{color:#111827;font-weight:700}.terms-popup-chevron{color:#9ca3af;flex-shrink:0;margin-left:auto;transition:transform .2s,color .15s;transform:rotate(-90deg)}.terms-popup-chevron--open{color:#111827;transform:rotate(0)}.terms-popup-section-body{color:#4b5563;background:0 0;flex-direction:column;gap:6px;padding:4px 14px 14px 40px;font-size:12px;line-height:1.65;display:flex}.terms-popup-section-body p{margin:0}.terms-popup-footer{color:#9ca3af;text-align:center;border-top:1px solid #f3f4f6;flex-shrink:0;padding:10px 20px;font-size:10px}[data-theme=dark] .terms-popup-card,.dark .terms-popup-card{background:#1b1d29;border-color:#ffffff14}[data-theme=dark] .terms-popup-header,.dark .terms-popup-header{border-bottom-color:#ffffff12}[data-theme=dark] .terms-popup-subtitle,.dark .terms-popup-subtitle{color:#9ca3af}[data-theme=dark] .terms-popup-close,.dark .terms-popup-close{color:#9ca3af;background:#ffffff14}[data-theme=dark] .terms-popup-close:hover,.dark .terms-popup-close:hover{color:#f9fafb;background:#ffffff24}[data-theme=dark] .terms-popup-intro,.dark .terms-popup-intro{color:#d1d5db}[data-theme=dark] .terms-popup-intro strong,.dark .terms-popup-intro strong{color:#f9fafb}[data-theme=dark] .terms-popup-section,.dark .terms-popup-section{background:0 0}[data-theme=dark] .terms-popup-section-header:hover,.dark .terms-popup-section-header:hover{background:#ffffff0a}[data-theme=dark] .terms-popup-section--open,.dark .terms-popup-section--open{background:#9fa9be12}[data-theme=dark] .terms-popup-section--open .terms-popup-section-header,.dark .terms-popup-section--open .terms-popup-section-header{background:0 0}[data-theme=dark] .terms-popup-section-title,.dark .terms-popup-section-title{color:#e5e7eb}[data-theme=dark] .terms-popup-section--open .terms-popup-section-title,.dark .terms-popup-section--open .terms-popup-section-title,[data-theme=dark] .terms-popup-section--open .terms-popup-section-num,.dark .terms-popup-section--open .terms-popup-section-num,[data-theme=dark] .terms-popup-chevron--open,.dark .terms-popup-chevron--open{color:#f9fafb}[data-theme=dark] .terms-popup-section-body,.dark .terms-popup-section-body{color:#d1d5db;background:0 0}[data-theme=dark] .terms-popup-footer,.dark .terms-popup-footer{color:#6b7280;border-top-color:#ffffff12}
.faq-popup-overlay{z-index:100;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.faq-popup-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;width:100%;max-width:460px;max-height:88vh;animation:.35s cubic-bezier(.22,1,.36,1) termsFadeIn;display:flex;overflow:hidden;box-shadow:0 24px 48px #0000002e}@keyframes termsFadeIn{0%{opacity:0;transform:scale(.96)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.faq-popup-header{border-bottom:1px solid #f3f4f6;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px 12px;display:flex;position:relative}.faq-popup-header-text{pointer-events:none;flex-direction:column;align-items:center;gap:2px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.faq-popup-title{color:#03a1e6;letter-spacing:-.01em;white-space:nowrap;margin:0;font-size:17px;font-weight:700}.faq-popup-subtitle{color:#6b7280;letter-spacing:.06em;text-transform:uppercase;text-align:center;white-space:nowrap;margin:0;font-size:9px;font-weight:600}.faq-popup-close{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;transition:background .15s,color .15s;display:flex}.faq-popup-close:hover{color:#111827;background:#e5e7eb}.faq-popup-body{scrollbar-width:none;flex:1;padding:16px 20px;overflow-y:auto}.faq-popup-body::-webkit-scrollbar{width:0;display:none}.faq-popup-body::-webkit-scrollbar-thumb{background:0 0}.faq-popup-intro{color:#374151;flex-direction:column;gap:8px;margin-bottom:16px;font-size:12px;line-height:1.6;display:flex}.faq-popup-intro p{margin:0}.faq-popup-intro strong{color:#111827;font-weight:600}.faq-popup-link{color:#03a1e6;text-decoration:underline}.faq-popup-list{flex-direction:column;gap:3px;margin:4px 0 0;padding-left:20px;display:flex}.faq-popup-list--disc{list-style-type:disc}.faq-popup-summary-box{background-color:#f0f7ff;border:1px solid #bfdbfe;border-radius:8px;margin-top:12px;padding:12px}.faq-popup-summary-title{color:#1e3a8a;margin-bottom:8px;font-weight:500}.faq-popup-summary-list{color:#1e40af;flex-direction:column;gap:4px;display:flex}.faq-popup-summary-list p{margin:0}.faq-popup-accordion{flex-direction:column;gap:6px;display:flex}.faq-popup-section{background:#9fa9be12;border:none;border-radius:10px;overflow:hidden}.faq-popup-section-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:11px 14px;transition:background .15s;display:flex}.faq-popup-section-header:hover{background:#f9fafb}.faq-popup-section--open{background:#9fa9be12}.faq-popup-section--open .faq-popup-section-header{background:0 0}.faq-popup-section-num{color:#9ca3af;flex-shrink:0;min-width:18px;font-size:12px;font-weight:600}.faq-popup-section--open .faq-popup-section-num{color:#111827}.faq-popup-section-title{color:#1f2937;flex:1;font-size:12.5px;font-weight:500}.faq-popup-section--open .faq-popup-section-title{color:#111827;font-weight:700}.faq-popup-chevron{color:#9ca3af;flex-shrink:0;margin-left:auto;transition:transform .2s,color .15s;transform:rotate(-90deg)}.faq-popup-chevron--open{color:#111827;transform:rotate(0)}.faq-popup-section-body{color:#4b5563;background:0 0;flex-direction:column;gap:6px;padding:4px 14px 14px 40px;font-size:12px;line-height:1.65;display:flex}.faq-popup-section-body p{margin:0}.faq-popup-footer{color:#9ca3af;text-align:center;border-top:1px solid #f3f4f6;flex-shrink:0;padding:10px 20px;font-size:10px}[data-theme=dark] .faq-popup-card,.dark .faq-popup-card{background:#1b1d29;border-color:#ffffff14}[data-theme=dark] .faq-popup-header,.dark .faq-popup-header{border-bottom-color:#ffffff12}[data-theme=dark] .faq-popup-subtitle,.dark .faq-popup-subtitle{color:#9ca3af}[data-theme=dark] .faq-popup-close,.dark .faq-popup-close{color:#9ca3af;background:#ffffff14}[data-theme=dark] .faq-popup-close:hover,.dark .faq-popup-close:hover{color:#f9fafb;background:#ffffff24}[data-theme=dark] .faq-popup-intro,.dark .faq-popup-intro{color:#d1d5db}[data-theme=dark] .faq-popup-intro strong,.dark .faq-popup-intro strong{color:#f9fafb}[data-theme=dark] .faq-popup-section,.dark .faq-popup-section{background:0 0}[data-theme=dark] .faq-popup-section-header:hover,.dark .faq-popup-section-header:hover{background:#ffffff0a}[data-theme=dark] .faq-popup-section--open,.dark .faq-popup-section--open{background:#9fa9be12}[data-theme=dark] .faq-popup-section--open .faq-popup-section-header,.dark .faq-popup-section--open .faq-popup-section-header{background:0 0}[data-theme=dark] .faq-popup-section-title,.dark .faq-popup-section-title{color:#e5e7eb}[data-theme=dark] .faq-popup-section--open .faq-popup-section-title,.dark .faq-popup-section--open .faq-popup-section-title,[data-theme=dark] .faq-popup-section--open .faq-popup-section-num,.dark .faq-popup-section--open .faq-popup-section-num,[data-theme=dark] .faq-popup-chevron--open,.dark .faq-popup-chevron--open{color:#f9fafb}[data-theme=dark] .faq-popup-section-body,.dark .faq-popup-section-body{color:#d1d5db;background:0 0}[data-theme=dark] .faq-popup-footer,.dark .faq-popup-footer{color:#6b7280;border-top-color:#ffffff12}[data-theme=dark] .faq-popup-summary-box,.dark .faq-popup-summary-box{background-color:#3b82f61a;border-color:#3b82f633}[data-theme=dark] .faq-popup-summary-title,.dark .faq-popup-summary-title{color:#93c5fd}[data-theme=dark] .faq-popup-summary-list,.dark .faq-popup-summary-list{color:#60a5fa}
.played-games-popup-overlay{z-index:100;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.played-games-popup-card{background:#fff;border-radius:16px;flex-direction:column;width:460px;max-width:100%;max-height:88vh;animation:.35s cubic-bezier(.22,1,.36,1) playedGamesFadeIn;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026}@keyframes playedGamesFadeIn{0%{opacity:0;transform:scale(.96)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.played-games-popup-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex;position:relative}.played-games-popup-header-text{align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.played-games-popup-title{color:#000;letter-spacing:-.01em;white-space:nowrap;margin:0;font-size:20px;font-weight:700}.played-games-popup-close{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;transition:background .15s,color .15s;display:flex}.played-games-popup-close:hover{color:#111827;background:#e5e7eb}.played-games-popup-body{scrollbar-width:none;flex:1;padding:0 20px;overflow-y:auto}.played-games-popup-body::-webkit-scrollbar{width:0;display:none}.played-games-popup-list{flex-direction:column;gap:8px;padding-bottom:20px;display:flex}.played-games-popup-item{background:#f8f9fa;border-radius:10px;align-items:center;padding:12px 16px;display:flex}.played-games-popup-image-container{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;margin-right:24px;display:flex;overflow:hidden}.played-games-popup-image{object-fit:contain;width:100%;height:100%}.played-games-popup-details{flex-direction:column;flex:1;justify-content:center;gap:4px;display:flex}.played-games-popup-game-name{color:#111827;margin:0;font-size:15px;font-weight:500;line-height:1.2}.played-games-popup-status-line{align-items:center;gap:8px;font-size:13px;display:flex}@media (max-width:479px){.played-games-popup-status-line--win{flex-direction:column;align-items:flex-start;gap:2px}}.played-games-popup-status{font-weight:700}.played-games-popup-status--win{color:#059669}.played-games-popup-status--loss{color:#6b7280}.played-games-popup-live-support{color:#dc2626;cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none;margin:0;padding:0;text-decoration:underline}.played-games-popup-live-support:hover{color:#991b1b}.played-games-popup-value-container{flex-direction:column;justify-content:center;align-items:flex-end;gap:2px;display:flex}.played-games-popup-value-line{align-items:center;gap:4px;display:flex}.played-games-popup-arrow{flex-shrink:0}.played-games-popup-arrow--up{color:#059669}.played-games-popup-arrow--down{color:#dc2626}.played-games-popup-value{color:#111827;margin:0;font-size:16px;font-weight:700}.played-games-popup-commission{color:#9ca3af;margin:0;font-size:11px}[data-theme=dark] .played-games-popup-card,.dark .played-games-popup-card{background:#1b1d29;border:1px solid #ffffff14}[data-theme=dark] .played-games-popup-title,.dark .played-games-popup-title{color:#f9fafb}[data-theme=dark] .played-games-popup-close,.dark .played-games-popup-close{color:#9ca3af;background:#ffffff14}[data-theme=dark] .played-games-popup-close:hover,.dark .played-games-popup-close:hover{color:#f9fafb;background:#ffffff24}[data-theme=dark] .played-games-popup-item,.dark .played-games-popup-item{background:#9fa9be12}[data-theme=dark] .played-games-popup-game-name,.dark .played-games-popup-game-name{color:#e5e7eb}[data-theme=dark] .played-games-popup-status--loss,.dark .played-games-popup-status--loss{color:#9ca3af}[data-theme=dark] .played-games-popup-status--win,.dark .played-games-popup-status--win{color:#34d399}[data-theme=dark] .played-games-popup-value,.dark .played-games-popup-value{color:#f9fafb}[data-theme=dark] .played-games-popup-commission,.dark .played-games-popup-commission{color:#6b7280}[data-theme=dark] .played-games-popup-live-support,.dark .played-games-popup-live-support,[data-theme=dark] .played-games-popup-arrow--down,.dark .played-games-popup-arrow--down{color:#f87171}[data-theme=dark] .played-games-popup-arrow--up,.dark .played-games-popup-arrow--up{color:#34d399}.played-games-popup-loading{flex-direction:column;gap:8px;padding:8px 0 20px;display:flex}.played-games-popup-skeleton-item{background:#f8f9fa;border-radius:10px;align-items:center;gap:16px;padding:12px 16px;animation:1.4s ease-in-out infinite skeletonPulse;display:flex}.played-games-popup-skeleton-image{background:#e5e7eb;border-radius:8px;flex-shrink:0;width:52px;height:52px}.played-games-popup-skeleton-details{flex-direction:column;flex:1;gap:8px;display:flex}.played-games-popup-skeleton-line{background:#e5e7eb;border-radius:6px;height:12px}.played-games-popup-skeleton-line--name{width:55%}.played-games-popup-skeleton-line--status{width:35%}.played-games-popup-skeleton-value{background:#e5e7eb;border-radius:6px;width:48px;height:28px}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.5}}.played-games-popup-sentinel{justify-content:center;align-items:center;width:100%;height:32px;display:flex}.played-games-popup-spinner{border:2.5px solid #d1d5db;border-top-color:#6b7280;border-radius:50%;width:20px;height:20px;animation:.65s linear infinite popupSpin;display:inline-block}.played-games-popup-spinner--small{border-width:2px;width:18px;height:18px}@keyframes popupSpin{to{transform:rotate(360deg)}}[data-theme=dark] .played-games-popup-skeleton-item,.dark .played-games-popup-skeleton-item{background:#9fa9be12}[data-theme=dark] .played-games-popup-skeleton-image,[data-theme=dark] .played-games-popup-skeleton-line,[data-theme=dark] .played-games-popup-skeleton-value,.dark .played-games-popup-skeleton-image,.dark .played-games-popup-skeleton-line,.dark .played-games-popup-skeleton-value{background:#ffffff14}[data-theme=dark] .played-games-popup-spinner,.dark .played-games-popup-spinner{border-color:#9ca3af #ffffff26 #ffffff26}
.won-games-popup-overlay{z-index:100;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.won-games-popup-card{background:#fff;border-radius:16px;flex-direction:column;width:460px;max-width:100%;max-height:88vh;animation:.35s cubic-bezier(.22,1,.36,1) wonGamesFadeIn;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026}@keyframes wonGamesFadeIn{0%{opacity:0;transform:scale(.96)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.won-games-popup-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex;position:relative}.won-games-popup-header-text{align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.won-games-popup-title{color:#000;letter-spacing:-.01em;white-space:nowrap;margin:0;font-size:20px;font-weight:700}.won-games-popup-close{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;transition:background .15s,color .15s;display:flex}.won-games-popup-close:hover{color:#111827;background:#e5e7eb}.won-games-popup-body{scrollbar-width:none;flex:1;padding:0 20px;overflow-y:auto}.won-games-popup-body::-webkit-scrollbar{width:0;display:none}.won-games-popup-list{flex-direction:column;gap:8px;padding-bottom:20px;display:flex}.won-games-popup-item{background:#f8f9fa;border-radius:10px;align-items:center;padding:12px 16px;display:flex}.won-games-popup-image-wrapper{flex-shrink:0;width:52px;height:52px;margin-right:24px;position:relative}.won-games-popup-image-container{border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.won-games-popup-image{object-fit:cover;width:100%;height:100%}.won-games-popup-details{flex-direction:column;flex:1;justify-content:center;gap:6px;padding-right:16px;display:flex}.won-games-popup-game-title{color:#111827;margin:0;font-size:15px;font-weight:500;line-height:1.2}.won-games-popup-coin-line{align-items:center;gap:4px;display:flex}.won-games-popup-coin-icon{flex-shrink:0}.won-games-popup-coin-amount{color:#6b7280;font-size:13px;font-weight:500}.won-games-popup-rate-container{flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-end;display:flex}.won-games-popup-rate-line{align-items:center;gap:4px;display:flex}.won-games-popup-arrow{flex-shrink:0}.won-games-popup-arrow--up{color:#059669}.won-games-popup-arrow--down{color:#dc2626}.won-games-popup-rate{color:#111827;margin:0;font-size:16px;font-weight:700}[data-theme=dark] .won-games-popup-card,.dark .won-games-popup-card{background:#1b1d29;border:1px solid #ffffff14}[data-theme=dark] .won-games-popup-title,.dark .won-games-popup-title{color:#f9fafb}[data-theme=dark] .won-games-popup-close,.dark .won-games-popup-close{color:#9ca3af;background:#ffffff14}[data-theme=dark] .won-games-popup-close:hover,.dark .won-games-popup-close:hover{color:#f9fafb;background:#ffffff24}[data-theme=dark] .won-games-popup-item,.dark .won-games-popup-item{background:#9fa9be12}[data-theme=dark] .won-games-popup-game-title,.dark .won-games-popup-game-title{color:#e5e7eb}[data-theme=dark] .won-games-popup-coin-amount,.dark .won-games-popup-coin-amount{color:#9ca3af}[data-theme=dark] .won-games-popup-arrow--down,.dark .won-games-popup-arrow--down{color:#f87171}[data-theme=dark] .won-games-popup-arrow--up,.dark .won-games-popup-arrow--up{color:#34d399}[data-theme=dark] .won-games-popup-rate,.dark .won-games-popup-rate{color:#f9fafb}.won-games-popup-loading{flex-direction:column;gap:8px;padding:8px 0 20px;display:flex}.won-games-popup-skeleton-item{background:#f8f9fa;border-radius:10px;align-items:center;gap:16px;padding:12px 16px;animation:1.4s ease-in-out infinite wonSkeletonPulse;display:flex}.won-games-popup-skeleton-image{background:#e5e7eb;border-radius:8px;flex-shrink:0;width:52px;height:52px}.won-games-popup-skeleton-details{flex-direction:column;flex:1;gap:8px;display:flex}.won-games-popup-skeleton-line{background:#e5e7eb;border-radius:6px;height:12px}.won-games-popup-skeleton-line--title{width:55%}.won-games-popup-skeleton-line--coins{width:30%}.won-games-popup-skeleton-rate{background:#e5e7eb;border-radius:6px;flex-shrink:0;width:52px;height:28px}@keyframes wonSkeletonPulse{0%,to{opacity:1}50%{opacity:.5}}.won-games-popup-load-more{color:#374151;cursor:pointer;background:0 0;border:1.5px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;width:100%;margin-top:4px;padding:11px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;display:flex}.won-games-popup-load-more:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.won-games-popup-load-more:disabled{cursor:not-allowed;opacity:.7}.won-games-popup-spinner{border:2px solid #d1d5db;border-top-color:#374151;border-radius:50%;width:16px;height:16px;animation:.65s linear infinite wonPopupSpin;display:inline-block}@keyframes wonPopupSpin{to{transform:rotate(360deg)}}[data-theme=dark] .won-games-popup-skeleton-item,.dark .won-games-popup-skeleton-item{background:#9fa9be12}[data-theme=dark] .won-games-popup-skeleton-image,[data-theme=dark] .won-games-popup-skeleton-line,[data-theme=dark] .won-games-popup-skeleton-rate,.dark .won-games-popup-skeleton-image,.dark .won-games-popup-skeleton-line,.dark .won-games-popup-skeleton-rate{background:#ffffff14}[data-theme=dark] .won-games-popup-load-more,.dark .won-games-popup-load-more{color:#d1d5db;border-color:#ffffff1f}[data-theme=dark] .won-games-popup-load-more:hover:not(:disabled),.dark .won-games-popup-load-more:hover:not(:disabled){background:#ffffff0f;border-color:#fff3}[data-theme=dark] .won-games-popup-spinner,.dark .won-games-popup-spinner{border-color:#d1d5db #ffffff26 #ffffff26}
.epmc__card{box-sizing:border-box;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:10px;width:100%;max-width:100%;padding:16px 16px 12px;display:flex;position:relative}.dark .epmc__card{background:#131e35;border-color:#ffffff14}.epmc__header{justify-content:space-between;align-items:center;display:flex}.epmc__back-btn{cursor:pointer;color:#64748b;background:0 0;border:none;align-items:center;gap:6px;padding:0;display:inline-flex}.epmc__back-btn:hover{color:#0f172a}.dark .epmc__back-btn{color:#94a3b8}.dark .epmc__back-btn:hover{color:#f1f5f9}.epmc__badge-text{letter-spacing:.5px;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:700}.epmc__header-actions{align-items:center;gap:10px;display:flex}.epmc__icon-btn{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;transition:color .15s;display:flex}.epmc__icon-btn:hover{color:#0f172a}.dark .epmc__icon-btn{color:#94a3b8}.dark .epmc__icon-btn:hover{color:#f1f5f9}.epmc__title-row{align-items:flex-start;gap:10px;display:flex}.epmc__image{object-fit:cover;box-sizing:border-box;background:#f1f5f9;border-radius:6px;flex-shrink:0;width:56px;height:56px;padding:6px}@media (min-width:768px){.epmc__image{width:113px;height:109px;padding:10px}}.dark .epmc__image{background:#ffffff14}.epmc__title{letter-spacing:-.4px;color:#0f172a;margin:0;font-family:Inter,sans-serif;font-size:17px;font-weight:700;line-height:20px}@media (min-width:768px){.epmc__title{letter-spacing:-.75px;font-size:24px;line-height:25px}}.dark .epmc__title{color:#f1f5f9}.epmc__status-row{justify-content:space-between;align-items:center;display:flex}.epmc__status-text{color:#2eb482;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;display:flex}.epmc__status-dot{flex-shrink:0;width:9px;height:9px;display:inline-block;position:relative}.epmc__status-dot:before{content:"";background:#2eb482;border-radius:50%;position:absolute;inset:0}.epmc__status-dot:after{content:"";opacity:0;border:2px solid #2eb482;border-radius:50%;animation:1.8s ease-out infinite epmc-pulse-ring;position:absolute;inset:-3px}@keyframes epmc-pulse-ring{0%{opacity:.8;transform:scale(.6)}to{opacity:0;transform:scale(1.9)}}.epmc__status-dot--urgent:before{background:#ef4444}.epmc__status-dot--urgent:after{border-color:#ef4444}.epmc__status-text--urgent{color:#ef4444}.epmc__volume{color:#64748b;align-items:center;gap:4px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;display:flex}.dark .epmc__volume{color:#94a3b8}.epmc__begins-on{color:#64748b;margin:0;font-family:Inter,sans-serif;font-size:12px;font-weight:400}.dark .epmc__begins-on{color:#94a3b8}.epmc__chart-wrap{flex-direction:column;gap:6px;width:100%;display:flex;position:relative}.epmc__chart-svg{width:100%;height:auto;min-height:240px;display:block;overflow:visible}@media (min-width:768px){.epmc__chart-svg{min-height:60px}}.epmc-gridline{stroke:#e2e8f0;stroke-width:1px;stroke-dasharray:4 4}.dark .epmc-gridline{stroke:#ffffff14}.epmc-y-label{fill:#94a3b8;dominant-baseline:middle;font-family:JetBrains Mono,monospace;font-size:9px}.epmc__x-axis{justify-content:space-between;padding:0 0 0 4px;display:flex}.epmc__x-label{color:#94a3b8;letter-spacing:-.3px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500}.epmc__tooltip{pointer-events:none;opacity:0;z-index:10;background:#0f172ad9;border-radius:6px;flex-direction:column;gap:2px;padding:4px 8px;transition:opacity .15s;display:flex;position:absolute;transform:translate(-50%,-100%)}.epmc-tooltip-yes{color:#1ccea5;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700}.epmc-tooltip-no{color:#ff6161;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700}.epmc__ranges{justify-content:space-between;align-items:center;gap:4px;display:flex}.epmc__range-btn{cursor:pointer;color:#64748b;text-align:center;background:0 0;border:none;border-radius:8px;flex:1;padding:6px 0;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:background .15s,color .15s}.epmc__range-btn:hover{color:#0f172a}.epmc__range-btn--active{color:#0f172a;background:#e2e8f0}.dark .epmc__range-btn{color:#64748b}.dark .epmc__range-btn:hover{color:#f1f5f9}.dark .epmc__range-btn--active{color:#f1f5f9;background:#ffffff1a}
.rs__card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:0;width:100%;padding:16px;display:flex}.dark .rs__card{background:#131e35;border-color:#ffffff14}.rs__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.rs__title{letter-spacing:0;color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:700;line-height:20px}.dark .rs__title{color:#fff}.rs__link{letter-spacing:0;color:#00000069;text-underline-offset:2px;text-decoration-skip-ink:auto;cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:20px;text-decoration:underline}.dark .rs__link{color:#ffffff73}.rs__divider{background:#000;width:72px;height:2px;margin-bottom:12px}.dark .rs__divider{background:#fff}.rs__text{letter-spacing:0;color:#4a5565;margin:0;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:20px}.rs__story-dark-wrapper{background:#0f172a;border-radius:12px;padding:24px}.dark .rs__text{color:#94a3b8}
.pt__card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;padding:16px}.dark .pt__card{background:#131e35;border-color:#ffffff14}.pt__header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.pt__title{color:#000;font-family:Inter,sans-serif;font-size:15px;font-weight:700;line-height:22px}.dark .pt__title{color:#fff}.pt__chevron{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.pt__chevron svg{transition:transform .2s}.pt__chevron--up svg{transform:rotate(180deg)}.dark .pt__chevron{color:#ffffff80}.pt__title-group{flex-direction:column;align-items:stretch;margin-bottom:16px;display:inline-flex}.pt__divider{background:#000;width:100%;height:2px;margin-top:4px}.pt__title-group{flex-direction:column;align-items:flex-start;margin-bottom:16px;display:inline-flex}.dark .pt__divider{background:#fff}.pt__body{flex-direction:column;max-height:240px;display:flex;overflow-y:auto}.pt__item{flex-direction:row;align-items:flex-start;gap:12px;display:flex}.pt__dot-col{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.pt__dot{background:#9ca3af;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.pt__dot--done{background:#10b981}.dark .pt__dot{background:#374151}.dark .pt__dot--done{background:#10b981}.pt__line{background:#9ca3af;width:2px;height:32px;margin:4px 0}.pt__line--done{background:#10b981}.dark .pt__line{background:#374151}.dark .pt__line--done{background:#10b981}.pt__content{flex-direction:column;gap:2px;padding-top:3px;display:flex}.pt__label{color:#111827;font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:22px}.dark .pt__label{color:#f1f5f9}.pt__desc{color:#9ca3af;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:18px}.dark .pt__desc{color:#64748b}.pt__story-dark-wrapper{background:#0f172a;border-radius:12px;padding:24px}
.am__card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:0;width:100%;padding:16px;display:flex}.dark .am__card{background:#131e35;border-color:#ffffff14}.am__heading{color:#000;margin-bottom:12px;font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:24px}.dark .am__heading{color:#fff}.am__list{flex-direction:column;flex:1;gap:0;margin:0;padding:0;list-style:none;display:flex}.am__row{cursor:pointer;border-radius:13px;flex-direction:row;align-items:center;gap:10px;padding:6px 8px;display:flex}.am__row--active{background:#cdd2df59}.dark .am__row--active{background:#ffffff12}.am__thumb{object-fit:cover;border-radius:6px;flex-shrink:0;width:31px;height:31px}.am__thumb--placeholder{background:#e2e8f0;justify-content:center;align-items:center;display:flex}.dark .am__thumb--placeholder{background:#1e293b}.am__meta{flex-direction:column;flex:1;min-width:0;display:flex}.am__title{letter-spacing:0;color:#000;white-space:nowrap;text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:17.5px;overflow:hidden}.dark .am__title{color:#f1f5f9}.am__subtitle{letter-spacing:0;color:#6b7280;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:17.5px}.dark .am__subtitle{color:#64748b}.am__stats{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:1px;display:flex}.am__pct{letter-spacing:0;color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:17.5px}.dark .am__pct{color:#f1f5f9}.am__change{letter-spacing:0;flex-direction:row;align-items:center;gap:2px;font-family:Inter,sans-serif;font-size:8px;font-weight:400;line-height:17.5px;display:flex}.am__change--up{color:#2ee367}.am__change--down{color:#ef5c6d}.am__view-all{letter-spacing:0;color:#9fa9be;text-align:center;cursor:pointer;background:0 0;border:none;width:100%;padding:8px 0 0;font-family:Inter,sans-serif;font-size:10px;font-weight:500;line-height:17.5px}.am__view-all:hover{color:#6b7280}.dark .am__view-all{color:#9fa9be}.am__story-dark-wrapper{background:#0f172a;border-radius:12px;padding:24px}
.op__card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;overflow:hidden}.dark .op__card{background:#131e35;border-color:#ffffff14}.op__header{border-bottom:1px solid #e2e8f0;flex-direction:row;align-items:center;padding:12px 16px;display:flex}.dark .op__header{border-bottom-color:#ffffff14}.op__header-title{color:#1e293b;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:20px}.dark .op__header-title{color:#fff}.op__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.op__row{flex-direction:column;gap:4px;padding:10px 16px;display:flex}.op__row--yes{background:#effff8}.op__row--no{background:#fff5f6}.dark .op__row--yes{background:#2ee36714}.dark .op__row--no{background:#ef5c6d14}.op__row-content{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.op__row-left{align-items:center;gap:10px;min-width:0;display:flex}.op__row-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.op__label{letter-spacing:0;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:26px;font-family:Bricolage Grotesque,sans-serif;font-size:12px;font-weight:600;line-height:18px;display:flex}.op__label--yes{color:#1ccea5;background:#c8f7db}.op__label--no{color:#ef5c6d;background:#ffd6da}.op__details{flex-direction:column;gap:1px;min-width:0;display:flex}.op__invested{color:#1e293b;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;line-height:18px}.dark .op__invested{color:#e2e8f0}.op__price{color:#9ba4b1;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:14px}.dark .op__price{color:#64748b}.op__shares-block{flex-direction:column;align-items:flex-end;gap:1px;display:flex}.op__shares{color:#9ba4b1;font-family:Inter,sans-serif;font-size:10px;font-weight:400;line-height:14px}.dark .op__shares{color:#64748b}.op__amount{color:#4a5565;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;line-height:18px}.dark .op__amount{color:#94a3b8}.op__pnl-block{flex-direction:column;align-items:flex-end;gap:1px;display:flex}.op__pnl-value{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;line-height:18px}.op__pnl-value--pos{color:#1ccea5}.op__pnl-value--neg{color:#ff6161}.op__pnl-pct{font-family:Inter,sans-serif;font-size:10px;font-weight:500;line-height:14px}.op__pnl-pct--pos{color:#1ccea5}.op__pnl-pct--neg{color:#ff6161}.op__time{color:#9ba4b1;padding-left:58px;font-family:Inter,sans-serif;font-size:10px;font-weight:400;line-height:14px}.dark .op__time{color:#475569}.op__empty{text-align:center;color:#9ba4b1;padding:32px 16px;font-family:Inter,sans-serif;font-size:13px}.dark .op__empty{color:#475569}.op__story-dark-wrapper{background:#0f172a;border-radius:12px;padding:24px}
.oh__section{flex-direction:column;gap:12px;display:flex}.oh__summary{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;overflow:hidden}.oh__summary-hero{border-bottom:1px solid var(--color-border-primary);background:linear-gradient(135deg,#03a1e614 0%,#8b5cf60f 100%);align-items:center;gap:12px;padding:18px 20px;display:flex}.oh__summary-hero-icon-wrap{color:#03a1e6;background:#03a1e61f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.oh__summary-hero-info{flex-direction:column;flex:1;gap:2px;display:flex}.oh__summary-hero-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-tertiary);font-size:10px;font-weight:700}.oh__summary-hero-value{letter-spacing:-.02em;font-size:22px;font-weight:900;line-height:1.2}.oh__summary-trend{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.oh__summary-trend--pos{color:#1ccea5;background:#1ccea51f}.oh__summary-trend--neg{color:#ff6161;background:#ef61611f}.oh__summary-grid{grid-template-columns:repeat(3,1fr);gap:0;display:grid}.oh__summary-cell{border-right:1px solid var(--color-border-primary);border-bottom:1px solid var(--color-border-primary);flex-direction:column;gap:4px;padding:14px 16px;transition:background .15s;display:flex}.oh__summary-cell:nth-child(3n){border-right:none}.oh__summary-cell:nth-last-child(-n+3){border-bottom:none}.oh__summary-cell:hover{background:var(--color-bg-secondary,#ffffff08)}.oh__summary-cell-label{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-tertiary);font-size:9.5px;font-weight:700;line-height:1.2}.oh__summary-cell-value{color:var(--color-text-primary);flex-wrap:wrap;align-items:baseline;gap:6px;font-size:15px;font-weight:800;line-height:1.3;display:flex}.oh__summary-cell-sub{color:var(--color-text-tertiary);letter-spacing:.02em;font-size:10px;font-weight:500}@media (max-width:480px){.oh__summary-grid{grid-template-columns:repeat(2,1fr)}.oh__summary-cell:nth-child(3n){border-right:1px solid var(--color-border-primary)}.oh__summary-cell:nth-child(2n){border-right:none}.oh__summary-cell:nth-last-child(-n+3){border-bottom:1px solid var(--color-border-primary)}.oh__summary-cell:nth-last-child(-n+2){border-bottom:none}.oh__summary-hero-value{font-size:18px}.oh__summary-hero{padding:14px 16px}}.oh__header{justify-content:space-between;align-items:center;gap:8px;display:flex}.oh__badge{color:#03a1e6;text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(135deg,#03a1e626 0%,#03a1e60d 100%);border:1px solid #03a1e640;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:900;display:inline-flex;box-shadow:0 0 12px #03a1e61a}.oh__count{color:var(--color-text-tertiary);font-size:12px;font-weight:600}.oh__market{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;transition:box-shadow .3s,border-color .25s;overflow:hidden}.oh__market:hover{box-shadow:var(--shadow-md)}.oh__market--expanded{border-color:var(--color-border-strong,var(--color-border-primary))}.oh__market-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:16px;transition:background .15s;display:flex}.oh__market-header:hover{background:var(--color-bg-secondary,#ffffff0a)}.oh__outcome-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.oh__outcome-icon--active{color:#03a1e6;background:#03a1e61f}.oh__outcome-icon--yes{color:#1ccea5;background:#1ccea51f}.oh__outcome-icon--no{color:#ff6161;background:#ef61611f}.oh__outcome-icon--invalid{color:#f59e0b;background:#f59e0b1f}.oh__outcome-icon--unresolved{background:var(--color-bg-secondary,#64748b1f);color:var(--color-text-tertiary)}.oh__market-info{flex:1;min-width:0}.oh__market-title{color:var(--color-text-primary);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.oh__market-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.oh__outcome-pill,.oh__status-pill{text-transform:uppercase;letter-spacing:.06em;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:800;display:inline-flex}.oh__status-pill--open{color:#03a1e6!important;background:#03a1e61a!important}.oh__status-pill--closed{color:#ff6161!important;background:#ef61611f!important}.oh__status-pill--resolved{color:#a78bfa!important;background:#8b5cf61f!important}.oh__outcome-icon--open{color:#03a1e6;background:#03a1e61f}.oh__outcome-icon--closed{color:#94a3b8;background:#94a3b81f}.oh__outcome-icon--resolved{color:#a78bfa;background:#8b5cf61f}.oh__outcome-pill--yes{color:#1ccea5;background:#1ccea51f}.oh__outcome-pill--no{color:#ff6161;background:#ef61611f}.oh__outcome-pill--invalid{color:#f59e0b;background:#f59e0b1a}.oh__outcome-pill--unresolved{background:var(--color-bg-secondary,#64748b1a);color:var(--color-text-tertiary)}.oh__market-orders-count{color:var(--color-text-tertiary);font-size:11px;font-weight:500}.oh__market-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.oh__market-pnl{flex-direction:column;align-items:flex-end;gap:1px;display:flex}.oh__pnl-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-tertiary);font-size:10px;font-weight:600}.oh__pnl-value{font-size:15px;font-weight:800;line-height:1.2}.oh__pnl-value--pos{color:#1ccea5}.oh__pnl-value--neg{color:#ff6161}.oh__pnl-value--zero{color:var(--color-text-tertiary)}.oh__chevron{background:var(--color-border-primary);width:24px;height:24px;color:var(--color-text-tertiary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;line-height:0;transition:transform .25s cubic-bezier(.4,0,.2,1),background .15s,color .15s;display:inline-flex}.oh__chevron--open{color:#03a1e6;background:#03a1e626;transform:rotate(180deg)}.oh__body{border-top:1px solid var(--color-border-primary);animation:.25s cubic-bezier(.16,1,.3,1) both ohSlideIn}@keyframes ohSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.oh__stats{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;padding:14px 16px;display:grid}.oh__stat{background:var(--color-bg-secondary,#ffffff0a);border:1px solid var(--color-border-primary);border-radius:10px;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.oh__stat-key{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-tertiary);font-size:9.5px;font-weight:700;line-height:1.2}.oh__stat-value{color:var(--color-text-primary);font-size:14px;font-weight:800;line-height:1.3}.oh__stat-value--pos{color:#1ccea5}.oh__stat-value--neg{color:#ff6161}.oh__orders-list{flex-direction:column;gap:0;padding:0 16px 12px;display:flex}.oh__orders-list--scrollable{scrollbar-width:thin;scrollbar-color:var(--color-border-primary)transparent;max-height:280px;overflow-y:auto;-webkit-mask-image:linear-gradient(#000 85%,#0000 100%);mask-image:linear-gradient(#000 85%,#0000 100%)}.oh__orders-list--scrollable::-webkit-scrollbar{width:4px}.oh__orders-list--scrollable::-webkit-scrollbar-track{background:0 0}.oh__orders-list--scrollable::-webkit-scrollbar-thumb{background:var(--color-border-primary);border-radius:4px}.oh__order{align-items:center;gap:10px;padding:10px 0;display:flex;position:relative}.oh__order+.oh__order{border-top:1px solid var(--color-border-primary)}.oh__side-pill{letter-spacing:.02em;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:24px;font-size:11px;font-weight:700;display:flex}.oh__side-pill--yes{color:#1ccea5;background:#1ccea526}.oh__side-pill--no{color:#ff6161;background:#ef616126}.oh__order-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.oh__order-spend{color:var(--color-text-primary);font-size:13px;font-weight:700}.oh__order-price{color:var(--color-text-tertiary);font-size:11px;font-weight:500}.oh__order-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:1px;display:flex}.oh__order-shares-label{color:var(--color-text-tertiary);font-size:10px;font-weight:500}.oh__order-shares-value{color:var(--color-text-secondary,#94a3b8);font-size:13px;font-weight:700}.oh__order-date{color:var(--color-text-tertiary);letter-spacing:.02em;font-size:10px;font-weight:500}.oh__load-more{border:1px dashed var(--color-border-primary);background:var(--color-bg-secondary,#ffffff08);width:100%;color:var(--color-text-tertiary);cursor:pointer;letter-spacing:.02em;border-radius:12px;justify-content:center;align-items:center;padding:10px 16px;font-size:12px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:flex}.oh__load-more:hover{color:#03a1e6;background:#03a1e614;border-color:#03a1e64d}.oh__load-more:active{transform:scale(.98)}.oh__load-more--orders{border-radius:8px;width:calc(100% - 32px);margin:0 16px 12px;padding:8px 12px;font-size:11px}.oh__empty{background:var(--color-bg-card);border:1px dashed var(--color-border-primary);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:40px 16px;display:flex}.oh__empty-icon{background:var(--color-bg-secondary,#ffffff0a);width:48px;height:48px;color:var(--color-text-tertiary);border-radius:14px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.oh__empty-title{color:var(--color-text-primary);margin:0;font-size:14px;font-weight:700}.oh__empty-text{color:var(--color-text-tertiary);margin:0;font-size:12px;font-weight:500}.oh__skeleton{flex-direction:column;gap:12px;display:flex}.oh__skeleton-card{background:var(--color-bg-card);border:1px dashed var(--color-border-primary);border-radius:16px;height:72px;animation:1.5s ease-in-out infinite ohPulse}@keyframes ohPulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:480px){.oh__market-header{gap:10px;padding:12px}.oh__market-title{font-size:13px}.oh__stats{grid-template-columns:repeat(2,1fr);gap:6px;padding:10px 12px}.oh__stat{padding:8px 10px}.oh__orders-list{padding:0 12px 10px}.oh__pnl-value{font-size:14px}}
.mc__tab,.mc__username,.mc__dot,.mc__time,.mc__body,.mc__post-btn,.mc__like-count,.mc__textarea{font-family:Inter,sans-serif}.mc__reply-btn{font-family:Bricolage Grotesque,sans-serif}.mc__textarea{resize:none;outline:none}.mc__textarea:focus{appearance:none;box-shadow:none!important;outline:none!important}.mc__textarea::placeholder{letter-spacing:-.5px;color:#00000080;font-family:Inter,sans-serif;font-size:10px;font-weight:400;line-height:24px}.dark .mc__textarea::placeholder{color:#ffffff4d}.mc__view-all-btn{letter-spacing:0;color:#9fa9be;text-align:center;cursor:pointer;background:0 0;border:none;width:100%;padding:4px 0 0;font-family:Inter,sans-serif;font-size:10px;font-weight:500;line-height:17.5px}.mc__view-all-btn:hover{color:#6b7280}.dark .mc__view-all-btn{color:#9fa9be}.mc__story-dark-wrapper{background:#0f172a;border-radius:12px;width:420px;padding:24px}
.tb-wrapper{border-radius:14px;justify-content:flex-start;align-items:flex-start;width:100%;padding:8px;display:flex;overflow:hidden}@media (min-width:640px){.tb-wrapper{padding:24px}}.dark.tb-wrapper{background:#05070b;background:lab(1.96739% -.121817 -1.64016);border:1px solid #ffffff14;border:1px solid lab(100% 0 0/.08);box-shadow:0 8px 32px #0006}.light.tb-wrapper{background:#f0f4ff;border:1px solid #c7d2fe;box-shadow:0 4px 24px #6366f11a}.tb-scroll-container{-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;max-height:72vh;overflow:auto}.tb-scroll-container::-webkit-scrollbar{display:none}.tb-round-title{font-family:var(--font-sans,sans-serif);letter-spacing:.02em;text-transform:none;text-align:center;border-radius:20px;width:fit-content;margin-bottom:8px;margin-left:auto;margin-right:auto;padding:12px 96px;font-size:13px;font-weight:600;display:inline-block}.dark .tb-round-title{color:#fff;background:#000}.light .tb-round-title{background:var(--color-bg-tertiary,#e2e8f0);color:var(--color-text-primary,#0f172a);border:1px solid var(--color-border-primary,#00000014)}.tb-round-col{flex-direction:column;flex-shrink:0;align-items:stretch;width:280px;display:flex}.tb-bracket-inner{align-items:stretch;gap:0}@media (min-width:640px){.tb-round-col{width:320px}}@media (max-width:400px){.tb-round-title{border-radius:16px;padding:5px 20px;font-size:11px}}@media (max-width:639px){.tb-round-title{box-sizing:border-box;width:80%;padding-left:24px;padding-right:24px}}.dark .tb-wrapper [class*=connectorBefore],.dark .tb-wrapper [class*=connectorAfter],.dark .tb-wrapper div[class*=Seed]:before,.dark .tb-wrapper div[class*=Seed]:after{border-color:#ffffff4d!important;border-color:lab(100% 0 0/.3)!important}.light .tb-wrapper [class*=connectorBefore],.light .tb-wrapper [class*=connectorAfter],.light .tb-wrapper div[class*=Seed]:before,.light .tb-wrapper div[class*=Seed]:after{border-color:#94a3b8!important}.tb-round-col:not(:last-child)>:last-child>:nth-child(odd):last-child:after{z-index:1;content:""!important;border:none!important;border-top:1px solid oklch(100% 0 0/.3)!important;width:1.5em!important;height:0!important;position:absolute!important;top:calc(50% - .5px)!important;right:0!important}.light .tb-round-col:not(:last-child)>:last-child>:nth-child(odd):last-child:after{border-top-color:#94a3b8!important}.tb-wrapper div[class*=Seed]{box-sizing:border-box!important;width:100%!important;min-width:0!important}@media (max-width:639px){.tb-wrapper div[class*=Seed]{padding:.25em 1em!important}}.tb-match-wrapper{flex-direction:column;justify-content:flex-start;gap:0;width:100%;padding:8px 0 0;display:flex;position:relative;overflow:visible}@media (min-width:640px){.tb-match-wrapper{padding:12px 0 0}}.tb-card{cursor:pointer;box-sizing:border-box;border-radius:16px;flex-direction:column;width:100%;padding-top:0;transition:all .2s;display:flex;position:relative;overflow:hidden}@media (min-width:640px){.tb-card{width:280px}}.dark .tb-card.status-lose,.dark .tb-card.status-win,.dark .tb-card.status-pending,.dark .tb-card.status-bye,.dark .tb-card.status-inprogress,.dark .tb-card.status-forfeited{background:#ffffff0d}.light .tb-card.status-lose,.light .tb-card.status-win,.light .tb-card.status-pending,.light .tb-card.status-bye,.light .tb-card.status-inprogress,.light .tb-card.status-forfeited{background:#fff}.tb-card.hovered,.tb-financial-bar.hovered{transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.tb-status-badge{font-size:8px;font-weight:700;font-family:var(--font-mono,monospace);letter-spacing:.08em;text-transform:uppercase;text-align:center;white-space:nowrap;border-radius:0 0 8px 8px;justify-content:center;width:56px;margin:0 auto 4px;padding:2px 10px;display:flex}@media (min-width:640px){.tb-status-badge{border-radius:0 0 10px 10px;width:70px;padding:3px 16px;font-size:10px}}.tb-status-badge.status-win{background:var(--color-accent-green,#39c34b);color:#060606;color:lab(1.5609% 0 0)}@supports (color:lab(0% 0 0)){.tb-status-badge.status-win{background:var(--color-accent-green,lab(69.8924% -56.2679 47.9937))}}.tb-status-badge.status-lose{color:#fff;background:#d40530;background:lab(45.4759% 70.4087 39.4946)}.tb-status-badge.status-pending{background:var(--color-bg-tertiary,#13161b);color:var(--color-text-secondary,#aeaeae);border:1px solid var(--color-border-primary,#ffffff1a)}@supports (color:lab(0% 0 0)){.tb-status-badge.status-pending{background:var(--color-bg-tertiary,lab(7.19015% -.368543 -3.62587));color:var(--color-text-secondary,lab(71% 0 0));border:1px solid var(--color-border-primary,lab(100% 0 0/.1))}}.tb-status-badge.status-inprogress{background:var(--color-accent-brand,#00d5ff);color:#060606;color:lab(1.5609% 0 0);width:auto;padding-left:8px;padding-right:8px}.tb-status-badge.status-forfeited{color:#fff;background:#df1e39;background:lab(48.9658% 70.3532 38.6924);width:auto;padding-left:8px;padding-right:8px}.tb-status-badge.status-bye{background:var(--color-accent-gold,#f5c761);color:var(--color-accent-gold-text,#060606)}@supports (color:lab(0% 0 0)){.tb-status-badge.status-bye{background:var(--color-accent-gold,lab(82.832% 8.70934 56.098));color:var(--color-accent-gold-text,lab(1.5609% 0 0))}}.tb-player-card{cursor:pointer;justify-content:space-between;align-items:center;padding:6px 8px;transition:background .15s;display:flex}.tb-player-card:first-of-type{border-radius:12px 12px 0 0;padding-top:8px}.tb-player-card:last-of-type{border-radius:0 0 12px 12px}@media (min-width:640px){.tb-player-card{padding:10px 14px}.tb-player-card:first-of-type{border-radius:16px 16px 0 0;padding-top:14px}.tb-player-card:last-of-type{border-radius:0 0 16px 16px}}.tb-card>.tb-player-card:last-child{border-radius:0 0 16px 16px}.light .tb-player-card{background:#ffffff80}.dark .tb-player-card{background:#ffffff08}.tb-player-card:hover,.tb-player-card.hovered{background:#ffffffb3}.dark .tb-player-card:hover,.dark .tb-player-card.hovered{background:#ffffff12}.tb-divider{height:1px;margin:0 14px}.light .tb-divider{background:#00000014}.dark .tb-divider{background:#ffffff14}.tb-player-left{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.tb-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}@media (min-width:640px){.tb-player-left{gap:10px}.tb-avatar{width:36px;height:36px}}.light .tb-avatar{background:#fff;border:2px solid #0000000f}.dark .tb-avatar{background:#ffffff1a;border:2px solid #ffffff1f}.tb-player-details{flex-direction:column;gap:1px;display:flex;overflow:hidden}.tb-player-abbr{font-size:10px;font-weight:600;font-family:var(--font-mono,monospace);letter-spacing:.05em}.dark .tb-player-abbr{color:#ffffff80}.light .tb-player-abbr{color:#94a3b8}.tb-player-name{font-size:11px;font-weight:700;font-family:var(--font-mono,monospace);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (min-width:640px){.tb-player-name{font-size:13px}}.dark .tb-player-name{color:#ffffffe6}.light .tb-player-name{color:#1e293b}.tb-result-icon{object-fit:contain;flex-shrink:0;width:20px;height:20px}@media (min-width:640px){.tb-result-icon{width:28px;height:28px}}.tb-status-icon{flex-shrink:0;width:20px;height:20px}@media (min-width:640px){.tb-status-icon{width:26px;height:26px}}.tb-status-icon--ready{color:#22c55e;filter:drop-shadow(0 0 4px #22c55e66)}.tb-status-icon--waiting{color:#71717a;animation:2s ease-in-out infinite tbWaitingPulse}@keyframes tbWaitingPulse{0%,to{opacity:.6}50%{opacity:.3}}.tb-status-icon--forfeit{color:#f43f5e}.tb-watch-btn{font-size:10px;font-weight:700;font-family:var(--font-mono,monospace);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;cursor:pointer;color:#fff;z-index:2;background:#ff00a5;border:none;border-radius:0 0 10px 10px;justify-content:center;align-items:center;gap:4px;margin:0 auto 4px;padding:3px 14px;transition:all .2s;animation:2s ease-in-out infinite tbWatchPulse;display:flex;box-shadow:0 0 16px #ff00a580}.tb-watch-btn:hover{background:#e0008f;transform:scale(1.05);box-shadow:0 0 24px #ff00a5b3}.tb-watch-icon{width:12px;height:12px}@keyframes tbWatchPulse{0%,to{box-shadow:0 0 16px #ff00a580}50%{box-shadow:0 0 24px #ff00a5cc}}.tb-spectator-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;animation:.2s tbModalFadeIn;display:flex;position:fixed;inset:0}@keyframes tbModalFadeIn{0%{opacity:0}to{opacity:1}}.tb-spectator-modal{border-radius:16px;width:calc(100% - 32px);max-width:580px;height:calc(100% - 32px);max-height:640px;animation:.3s tbModalSlideUp;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080}@keyframes tbModalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tb-spectator-close{z-index:10;font-size:12px;font-weight:600;font-family:var(--font-sans,sans-serif);color:#fff;-webkit-backdrop-filter:blur(8px);cursor:pointer;background:#0009;border:1px solid #ffffff26;border-radius:20px;align-items:center;gap:4px;padding:6px 14px;transition:background .2s;display:flex;position:absolute;top:8px;left:8px}.tb-spectator-close:hover{background:#000c}.tb-spectator-iframe-container{background:#000;border-radius:16px;width:100%;height:100%;overflow:hidden}.tb-spectator-iframe{border:0;width:100%;height:100%}.tb-player-score{font-size:14px;font-weight:800;font-family:var(--font-mono,monospace);text-align:right;letter-spacing:.02em;flex-shrink:0;min-width:30px}@media (min-width:640px){.tb-player-score{min-width:40px;font-size:18px}}.dark .tb-player-score{color:#ffffffe6}.light .tb-player-score{color:#1e293b}.tb-financial-bar{box-sizing:border-box;border-radius:12px;justify-content:center;align-items:center;width:100%;margin-top:0;padding:6px 8px;display:none}@media (min-width:640px){.tb-financial-bar{border-radius:16px;padding:10px 14px}}.light .tb-financial-bar{background:0 0;border-top:1px solid #0000000f}.dark .tb-financial-bar{background:0 0;border-top:1px solid #ffffff0f}.dark .tb-financial-bar.status-win,.dark .tb-financial-bar.status-lose,.dark .tb-financial-bar.status-pending,.dark .tb-financial-bar.status-bye,.dark .tb-financial-bar.status-inprogress,.dark .tb-financial-bar.status-forfeited{background:#ffffff0d}.light .tb-financial-bar.status-win,.light .tb-financial-bar.status-lose,.light .tb-financial-bar.status-pending,.light .tb-financial-bar.status-bye,.light .tb-financial-bar.status-inprogress,.light .tb-financial-bar.status-forfeited{background:#fff}.tb-bet-section{flex-direction:column;gap:8px;width:100%;display:flex}.tb-bet-buttons{gap:6px;width:100%;display:flex}.tb-player-btn{white-space:nowrap;text-overflow:ellipsis;color:#fff;background-color:#2a5768;flex:1;overflow:hidden;border-radius:8px!important;height:28px!important;padding:4px 8px!important;font-size:11px!important}.tb-bet-input-row{align-items:center;gap:6px;width:100%;display:flex}.tb-bet-input{color:#000;background-color:#fff;border:1px solid #0000001a;flex:1;min-width:0;border-radius:8px!important;height:30px!important;padding:4px 10px!important;font-size:12px!important}.tb-place-bet-btn{white-space:nowrap;flex-shrink:0;border-radius:8px!important;height:30px!important;padding:4px 12px!important;font-size:11px!important}.tb-mobile-bracket{flex-direction:column;gap:12px;width:100%;display:flex}.tb-mobile-tabs-wrapper{width:100%;position:relative;overflow:hidden}.tb-mobile-tabs-wrapper:before,.tb-mobile-tabs-wrapper:after{content:"";z-index:2;pointer-events:none;width:24px;position:absolute;top:0;bottom:0}.tb-mobile-tabs-wrapper:before{background:linear-gradient(90deg,#05070b 0%,#0000 100%);background:linear-gradient(90deg,lab(1.96739% -.121817 -1.64016) 0%,#0000 100%);left:0}.tb-mobile-tabs-wrapper:after{background:linear-gradient(270deg,#05070b 0%,#0000 100%);background:linear-gradient(270deg,lab(1.96739% -.121817 -1.64016) 0%,#0000 100%);right:0}.light .tb-mobile-tabs-wrapper:before{background:linear-gradient(90deg,#f0f4ff 0%,#0000 100%)}.light .tb-mobile-tabs-wrapper:after{background:linear-gradient(270deg,#f0f4ff 0%,#0000 100%)}.tb-mobile-tabs{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;gap:8px;padding:4px 28px;display:flex;overflow-x:auto}.tb-mobile-tabs::-webkit-scrollbar{display:none}.tb-mobile-tab{font-size:12px;font-weight:600;font-family:var(--font-sans,sans-serif);letter-spacing:.02em;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;border:1.5px solid #0000;border-radius:20px;outline:none;flex-shrink:0;padding:8px 18px;transition:all .25s}.dark .tb-mobile-tab{color:#ffffff8c;background:#ffffff0f;border-color:#ffffff14}.light .tb-mobile-tab{color:#00000080;background:#0000000a;border-color:#0000000f}.dark .tb-mobile-tab--active{color:#fff;background:#000;border-color:#ffffff26;box-shadow:0 2px 12px #0006}.light .tb-mobile-tab--active{background:var(--color-accent-brand,#00d5ff);color:#000;border-color:#0000;box-shadow:0 2px 12px #00d5ff40}.tb-mobile-dots{justify-content:center;gap:6px;padding:2px 0;display:flex}.tb-mobile-dot{cursor:pointer;border-radius:50%;width:6px;height:6px;transition:all .25s}.dark .tb-mobile-dot{background:#fff3}.light .tb-mobile-dot{background:#00000026}.dark .tb-mobile-dot--active{background:var(--color-accent-brand,#00d5ff);border-radius:3px;width:18px;box-shadow:0 0 8px #00d5ff66}.light .tb-mobile-dot--active{background:var(--color-accent-brand,#00d5ff);border-radius:3px;width:18px;box-shadow:0 0 8px #00d5ff4d}.tb-mobile-matches{touch-action:pan-y;-webkit-user-select:none;user-select:none;flex-direction:column;gap:4px;padding:4px 8px 8px;display:flex}.tb-mobile-matches>.tb-match-wrapper{animation:.3s forwards tbMobileFadeIn}@keyframes tbMobileFadeIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.tb-mobile-matches>.tb-mobile-match-single:first-child{animation-delay:0s}.tb-mobile-matches>.tb-mobile-match-single:nth-child(2){animation-delay:60ms}.tb-mobile-matches>.tb-mobile-match-single:nth-child(3){animation-delay:.12s}.tb-mobile-matches>.tb-mobile-match-single:nth-child(4){animation-delay:.18s}.tb-mobile-swipe-hint{justify-content:space-between;align-items:center;min-height:24px;padding:8px 4px 0;display:flex}.tb-mobile-swipe-arrow{font-size:11px;font-weight:500;font-family:var(--font-sans,sans-serif);letter-spacing:.01em;transition:opacity .2s}.dark .tb-mobile-swipe-arrow{color:#ffffff59}.light .tb-mobile-swipe-arrow{color:#00000059}.tb-mobile-swipe-arrow--left{margin-right:auto}.tb-mobile-swipe-arrow--right{margin-left:auto}.tb-mobile-bracket-slice{width:100%;max-height:fit-content;overflow:hidden}.tb-mobile-bracket-inner{align-items:flex-start!important;gap:0!important}.tb-mobile-wire-only-col .tb-match-wrapper{visibility:hidden;overflow:hidden;width:0!important;min-width:0!important}.tb-mobile-wire-only-col div[class*=SeedItem]{visibility:hidden;width:0!important;min-width:0!important}.tb-mobile-wire-only-col div[class*=Seed],.tb-mobile-wire-only-col div[class*=Seed]:before,.tb-mobile-wire-only-col div[class*=Seed]:after{visibility:visible!important}.tb-mobile-slice-position--first .tb-mobile-round-col:first-child{flex:1;min-width:0;width:auto!important}.tb-mobile-slice-position--first .tb-mobile-round-col:nth-child(2){flex-shrink:0;overflow:visible;width:30px!important;max-width:30px!important}.tb-mobile-slice-position--first .tb-mobile-round-col:nth-child(2) .tb-match-wrapper{visibility:hidden;overflow:hidden;width:0!important;min-width:0!important}.tb-mobile-slice-position--first .tb-mobile-round-col:nth-child(2) div[class*=SeedItem]{visibility:hidden;width:0!important;min-width:0!important}.tb-mobile-slice-position--first .tb-mobile-round-col:nth-child(2) div[class*=Seed],.tb-mobile-slice-position--first .tb-mobile-round-col:nth-child(2) div[class*=Seed]:before,.tb-mobile-slice-position--first .tb-mobile-round-col:nth-child(2) div[class*=Seed]:after{visibility:visible!important}.tb-mobile-slice-position--last .tb-mobile-round-col:first-child{visibility:hidden;flex-shrink:0;overflow:hidden;width:0!important;min-width:0!important;max-width:0!important;height:0!important}.tb-mobile-slice-position--last .tb-mobile-round-col:nth-child(2){flex:1;min-width:0;width:auto!important}.tb-mobile-slice-position--last .tb-mobile-round-col:nth-child(2) div[class*=Seed] .tb-match-wrapper:before,.tb-mobile-slice-position--middle .tb-mobile-round-col:nth-child(2) div[class*=Seed] .tb-match-wrapper:before{content:"";pointer-events:none;border-top:1px solid #ffffff4d;border-top:1px solid lab(100% 0 0/.3);width:1em;height:0;position:absolute;top:50%;right:100%}.light .tb-mobile-slice-position--last .tb-mobile-round-col:nth-child(2) div[class*=Seed] .tb-match-wrapper:before,.light .tb-mobile-slice-position--middle .tb-mobile-round-col:nth-child(2) div[class*=Seed] .tb-match-wrapper:before{border-top-color:#94a3b8}.tb-mobile-slice-position--last .tb-mobile-round-col:nth-child(2) div[class*=Seed]:not(:only-child):nth-child(odd) .tb-match-wrapper:before,.tb-mobile-slice-position--middle .tb-mobile-round-col:nth-child(2) div[class*=Seed]:not(:only-child):nth-child(odd) .tb-match-wrapper:before{border-left:1px solid #ffffff4d;border-left:1px solid lab(100% 0 0/.3);height:calc(50% + 20px)}.light .tb-mobile-slice-position--last .tb-mobile-round-col:nth-child(2) div[class*=Seed]:not(:only-child):nth-child(odd) .tb-match-wrapper:before,.light .tb-mobile-slice-position--middle .tb-mobile-round-col:nth-child(2) div[class*=Seed]:not(:only-child):nth-child(odd) .tb-match-wrapper:before{border-left-color:#94a3b8}.tb-mobile-slice-position--last .tb-mobile-round-col:nth-child(2) div[class*=Seed]:nth-child(2n) .tb-match-wrapper:before,.tb-mobile-slice-position--middle .tb-mobile-round-col:nth-child(2) div[class*=Seed]:nth-child(2n) .tb-match-wrapper:before{border-top:none;border-bottom:1px solid #ffffff4d;border-bottom:1px solid lab(100% 0 0/.3);border-left:1px solid #ffffff4d;border-left:1px solid lab(100% 0 0/.3);height:calc(50% + 20px);top:auto;bottom:50%}.light .tb-mobile-slice-position--last .tb-mobile-round-col:nth-child(2) div[class*=Seed]:nth-child(2n) .tb-match-wrapper:before,.light .tb-mobile-slice-position--middle .tb-mobile-round-col:nth-child(2) div[class*=Seed]:nth-child(2n) .tb-match-wrapper:before{border-bottom-color:#94a3b8;border-left-color:#94a3b8}.tb-mobile-slice-position--middle .tb-mobile-round-col:first-child{visibility:hidden;flex-shrink:0;overflow:hidden;width:0!important;min-width:0!important;max-width:0!important;height:0!important}.tb-mobile-slice-position--middle .tb-mobile-round-col:nth-child(2){flex:1;min-width:0;width:auto!important}.tb-mobile-slice-position--middle .tb-mobile-round-col:nth-child(3){flex-shrink:0;overflow:visible;width:30px!important;max-width:30px!important}.tb-mobile-slice-position--middle .tb-mobile-round-col:nth-child(3) .tb-match-wrapper{visibility:hidden;overflow:hidden;width:0!important;min-width:0!important}.tb-mobile-slice-position--middle .tb-mobile-round-col:nth-child(3) div[class*=SeedItem]{visibility:hidden;width:0!important;min-width:0!important}.tb-mobile-slice-position--middle .tb-mobile-round-col:nth-child(3) div[class*=Seed],.tb-mobile-slice-position--middle .tb-mobile-round-col:nth-child(3) div[class*=Seed]:before,.tb-mobile-slice-position--middle .tb-mobile-round-col:nth-child(3) div[class*=Seed]:after{visibility:visible!important}.tb-mobile-slice-position--single .tb-mobile-round-col:first-child{flex:1;min-width:0;width:auto!important}
