.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}.referral-card:hover{box-shadow:var(--shadow-md)}.referral-card__title{color:var(--color-text-primary);margin:0;font-size:18px;font-weight:900}.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:#38b598;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:var(--color-accent-green);font-weight:800}@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}}
.rg{width:100%}.rg__tiers{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.rg__tier-card{background:var(--color-bg-card);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:14px;padding:20px;transition:box-shadow .3s;display:flex}.rg__tier-card:hover{box-shadow:var(--shadow-md)}.rg__tier-header{flex-direction:column;gap:2px;display:flex}.rg__tier-name{color:var(--color-text-primary);margin:0;font-size:16px;font-weight:900;line-height:1.3}.rg__tier-price{color:var(--color-text-secondary);margin:0;font-size:14px;font-weight:600}.rg__progress-row{align-items:center;gap:10px;display:flex}.rg__progress-bar{background:#00000014;border-radius:6px;flex:1;height:12px;overflow:hidden}.dark .rg__progress-bar{background:#ffffff1a}.rg__progress-fill{background:#38b598;border-radius:6px;min-width:0;height:100%;transition:width .4s}.rg__progress-text{color:var(--color-text-secondary);white-space:nowrap;flex-shrink:0;font-size:14px;font-weight:700}.rg__tier-btn{color:#fff;cursor:pointer;background:#38b598;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:15px;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 #5cb85c;border-radius:50%;width:26px;height:26px;margin-right:-8px}.rg__tier-avatar:last-child{margin-right:0}@media (max-width:600px){.rg__tiers{grid-template-columns:1fr}.rg__tier-card{padding:16px}.rg__tier-name{font-size:14px}.rg__tier-price{font-size:13px}}
@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:#38b598;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:#38b598;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:#38b598;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:#38b598;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}.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}
.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}
.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}.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__tabs{border-bottom:1px solid #e2e8f0;flex-direction:row;gap:24px;padding:0 16px;display:flex}.dark .op__tabs{border-bottom-color:#ffffff14}.op__tab{letter-spacing:0;text-align:center;color:#6a7282;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 0;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px}.op__tab--active{color:#000;border-bottom-color:#000}.dark .op__tab{color:#64748b}.dark .op__tab--active{color:#fff;border-bottom-color:#fff}.op__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.op__row{flex-direction:row;align-items:center;gap:12px;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__label{letter-spacing:0;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:61px;height:30px;font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:flex}.op__label--yes{color:#5ebdce;background:#c8f7db}.op__label--no{color:#ef5c6d;background:#ffd6da}.op__meta{flex-direction:row;flex:1;justify-content:space-between;align-items:center;display:flex}.op__shares{letter-spacing:0;color:#9ba4b1;font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:400;line-height:20px}.dark .op__shares{color:#64748b}.op__amount{letter-spacing:0;color:#4a5565;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:20px}.dark .op__amount{color:#94a3b8}.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}
.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}.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:thin;width:100%;max-height:72vh;overflow:auto}.tb-scroll-container::-webkit-scrollbar{width:6px;height:6px}.tb-scroll-container::-webkit-scrollbar-track{background:0 0}.tb-scroll-container::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.light .tb-scroll-container::-webkit-scrollbar-thumb{background:#00000026}.tb-wrapper svg rect{rx:16px;ry:16px;fill:#000!important}.tb-wrapper svg path{stroke-width:2px!important}.light .tb-wrapper svg path,.light.tb-wrapper svg path{opacity:1!important}.tb-match-wrapper{flex-direction:column;justify-content:flex-start;gap:0;width:100%;height:100%;padding:8px 2px 0;display:flex;position:relative;overflow:hidden}@media (min-width:640px){.tb-match-wrapper{padding:12px 4px 0}}.tb-card{cursor:pointer;border-radius:16px;flex-direction:column;padding-top:0;transition:all .2s;display:flex;position:relative;overflow:hidden}.dark .tb-card.status-lose{background:#ffffff0d}.light .tb-card.status-lose{background:#fff}.dark .tb-card.status-win{background:#ffffff0d}.light .tb-card.status-win{background:#fff}.dark .tb-card.status-pending{background:#ffffff0d}.light .tb-card.status-pending{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-lose{color:#fff;background:#ef4444}.tb-status-badge.status-win{color:#fff;background:#22c55e}.tb-status-badge.status-pending{color:#fff;background:#6366f1}.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-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{border-radius:12px;justify-content:center;align-items:center;margin-top:0;padding:6px 8px;display:flex}@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{background:#ffffff0d}.light .tb-financial-bar.status-win{background:#fff}.dark .tb-financial-bar.status-lose{background:#ffffff0d}.light .tb-financial-bar.status-lose{background:#fff}.dark .tb-financial-bar.status-pending{background:#ffffff0d}.light .tb-financial-bar.status-pending{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}
.tbm-dot-1,.tbm-dot-2,.tbm-dot-3{animation:1.4s infinite both tbm-dot-blink;display:inline-block}.tbm-dot-2{animation-delay:.2s}.tbm-dot-3{animation-delay:.4s}@keyframes tbm-dot-blink{0%,80%,to{opacity:0}40%{opacity:1}}.tbm-no-scrollbar::-webkit-scrollbar{display:none}.tbm-no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes tbm-pulse{0%,to{opacity:1}50%{opacity:.7}}.tbm-pulse{animation:2s ease-in-out infinite tbm-pulse}
.win-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.win-container{background:linear-gradient(#c7dae8 0%,#f4f5f9 100%);border-radius:28px;flex-direction:column;align-items:center;width:100%;max-width:340px;padding:24px 20px 28px;display:flex;box-shadow:0 24px 60px #00000080,0 0 0 1px #ffffff26}.win-hero-svg{filter:drop-shadow(0 4px 8px #0000004d);width:100%;height:auto;margin-bottom:-8px;animation:.55s cubic-bezier(.175,.885,.32,1.275) both heroIn;overflow:visible}@keyframes heroIn{0%{opacity:0;transform:scale(.5)translateY(-20px)}to{opacity:1;transform:scale(1)translateY(0)}}.win-title-shadow,.win-title-outline,.win-title-fill,.win-title-shine{letter-spacing:3px;font-family:Arial Rounded MT Bold,Nunito,Varela Round,Impact,sans-serif;font-size:50px;font-weight:900}.win-title-fill{fill:url(#titleGrad);stroke:none;filter:url(#bubbleLight)}.win-title-shine{fill:url(#shineGrad);stroke:none;opacity:.65}@keyframes starPopIn{0%{opacity:0;transform:scale(0)translateY(10px)}65%{opacity:1;transform:scale(1.25)translateY(-4px)}80%{transform:scale(.9)translateY(2px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes starFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-6px)scale(1.05)}}.win-star{transform-box:fill-box;transform-origin:50%}.win-star--left{animation:.55s cubic-bezier(.175,.885,.32,1.275) .35s both starPopIn,2.2s ease-in-out .9s infinite starFloat}.win-star--center{animation:.55s cubic-bezier(.175,.885,.32,1.275) .15s both starPopIn,2.2s ease-in-out .7s infinite starFloat}.win-star--right{animation:.55s cubic-bezier(.175,.885,.32,1.275) .5s both starPopIn,2.2s ease-in-out 1.05s infinite starFloat}.win-banner{justify-content:center;align-items:center;width:100%;margin-bottom:10px;display:flex;position:relative}.win-banner-tail{background:#c07c2a;flex:1;height:32px;position:relative;top:0}.win-banner-tail--left{clip-path:polygon(0 20%,100% 0%,100% 100%,0 80%);background:linear-gradient(90deg,#a0611a,#c8851e);border-radius:4px 0 0 4px}.win-banner-tail--right{clip-path:polygon(0 0%,100% 20%,100% 80%,0 100%);background:linear-gradient(270deg,#a0611a,#c8851e);border-radius:0 4px 4px 0}.win-banner-text{color:#5a3200;white-space:nowrap;z-index:1;background:linear-gradient(#f5d58a,#d4973a);padding:8px 20px;font-size:15px;font-weight:800;position:relative;box-shadow:0 3px 8px #00000040}.win-card{background:#f0f4ff;border-radius:24px;flex-direction:column;align-items:center;gap:4px;width:100%;padding:20px 16px;animation:.4s .1s both cardSlideUp;display:flex;box-shadow:0 8px 32px #3c50b42e,0 2px 8px #00000014}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.win-card-reward{color:#1877f2;text-align:center;margin:0 0 8px;font-size:12px;font-weight:700;line-height:1.4}.win-tickets{flex-direction:column;gap:10px;width:100%;display:flex}.win-ticket-row{background:#fff;border-radius:14px;align-items:stretch;min-height:68px;animation:.45s cubic-bezier(.175,.885,.32,1.275) both ticketPop;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #00000014}@keyframes ticketPop{0%{opacity:0;transform:scale(.7)translate(-20px)}to{opacity:1;transform:scale(1)translate(0)}}.win-ticket-left{flex:1;align-items:center;gap:12px;padding:10px 12px;display:flex}.win-ticket-icon{object-fit:cover;border-radius:10px;flex-shrink:0;width:48px;height:48px}.win-ticket-name{color:#1a1a2e;font-size:15px;font-weight:700;line-height:1.2}.win-ticket-divider{flex-shrink:0;width:20px;position:relative}.win-ticket-divider:before{content:"";border-left:2px dashed #c8c8d8;width:0;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.win-ticket-notch{z-index:2;background:#f0f4ff;border-radius:50%;width:18px;height:18px;position:absolute;left:50%;transform:translate(-50%);box-shadow:inset 0 1px 4px #00000026}.win-ticket-notch.top{top:-9px}.win-ticket-notch.bottom{bottom:-9px}.win-ticket-stub{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;padding:8px 10px;display:flex}.win-ticket-svg{width:28px;height:36px}.win-ticket-unit{color:#6b6b80;text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:800}.win-next-btn{color:#fff;background:#1877f2;border-radius:20px;width:80%;margin-top:24px;animation:.4s cubic-bezier(.175,.885,.32,1.275) .5s both btnPop}@keyframes btnPop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}
