.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{box-sizing:border-box;background:#f3f4f6;border:none;border-radius:20px;flex-direction:column;gap:10px;height:100%;padding:14px 16px;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:#00568b;margin:0;font-size:16px;font-weight:600}.referral-card__email-verified{color:#00568b;flex-shrink:0;align-items:center;gap:6px;font-size:14px;font-weight:700;display:inline-flex}.referral-card__verified-icon{background:#00568b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display: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:#fff;border:none;border-radius:24px;align-items:stretch;gap:0;display:flex;overflow:hidden}.referral-card__link-input{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:8px 14px;font-size:14px;font-weight:500;line-height:1.4;overflow:hidden}.referral-card__copy-btn{letter-spacing:.02em;color:#fff;cursor:pointer;background:#00568b;border:none;border-radius:0 24px 24px 0;flex-shrink:0;justify-content:center;align-items:center;padding:8px 20px;font-size:14px;font-weight:700;line-height:1.4;transition:background .2s,opacity .2s;display:flex}.referral-card__copy-btn:hover{opacity:.85}.referral-card__copy-btn:active{opacity:.7}.referral-card__copy-btn--copied{opacity:1;background:#06a0ff}.referral-card__info{color:#00568b;flex-wrap:wrap;align-items:center;gap:6px;margin:0;font-size:16px;font-weight:600;line-height:1.5;display:flex}.referral-card__info-highlight{color:#fff;background:#fb923c;border-radius:999px;align-items:center;margin:0;padding:2px 12px;font-weight:800;display:inline-flex}.referral-card__reward-info{color:#00568b;margin:0;font-size:14px}@media (max-width:480px){.referral-card{gap:6px;padding:8px 12px}.referral-card__title{font-size:13px}.referral-card__email-verified{font-size:11px}.referral-card__verified-icon{width:14px;height:14px}.referral-card__edit-btn{width:26px;height:26px}.referral-card__link-input{padding:6px 10px;font-size:12px}.referral-card__copy-btn{padding:6px 14px;font-size:12px}.referral-card__info{margin:0;padding:0;font-size:12px}.referral-card__reward-info{margin-top:-2px;padding:0}}.referral-card__edit-btn{color:#00568b;cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin:auto 6px;padding:0;transition:opacity .2s,background .2s;display:flex}.referral-card__edit-btn:hover{background:#00568b14}.referral-edit-modal{width:100%;max-width:400px}.referral-edit-modal__content{background:var(--color-bg-primary,#fff);border:1px solid var(--color-border-strong,#0000001a);-webkit-backdrop-filter:blur(20px);border-radius:24px;flex-direction:column;gap:16px;padding:24px;display:flex;box-shadow:0 20px 40px #00000026}.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:18px;font-weight:800}.referral-edit-modal__close{background:var(--color-bg-secondary,#0000000d);width:32px;height:32px;color:var(--color-text-secondary);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .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:.05em;text-transform:uppercase;background:var(--color-bg-secondary,#f8fafc);border:1.5px solid var(--color-border-primary,#0000001a);width:100%;color:var(--color-text-primary);box-sizing:border-box;border-radius:12px;outline:none;padding:14px 16px;font-size:16px;font-weight:700;transition:all .2s}.referral-edit-modal__input:focus{border-color:var(--color-accent-brand);background:var(--color-bg-primary);box-shadow:0 0 0 4px #00d5ff1a}.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:12px;font-size:14px;font-weight:600;transition:all .2s}.referral-edit-modal__cancel:hover{background:var(--color-bg-secondary);color:var(--color-text-primary)}.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)}}[data-theme=dark] .referral-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary)}[data-theme=dark] .referral-card__title,[data-theme=dark] .referral-card__email-verified{color:#6ea8ff}[data-theme=dark] .referral-card__verified-icon{background:#6ea8ff}[data-theme=dark] .referral-card__verified-icon svg{stroke:#0d1117}[data-theme=dark] .referral-card__edit-btn{color:#6ea8ff}[data-theme=dark] .referral-card__edit-btn:hover{background:#6ea8ff1f}[data-theme=dark] .referral-card__info,[data-theme=dark] .referral-card__reward-info{color:#6ea8ff}[data-theme=dark] .referral-card__link-row{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary)}[data-theme=dark] .referral-card__link-input{color:var(--color-text-primary)}[data-theme=dark] .referral-card__copy-btn{color:#0d1117;border-left:1px solid var(--color-border-primary);background:#6ea8ff}[data-theme=dark] .referral-card__copy-btn:hover{background:#8fbaff}[data-theme=dark] .referral-card__copy-btn--copied{color:#fff;background:#06a0ff;border-color:#06a0ff}[data-theme=dark] .referral-edit-modal__content{background:var(--color-bg-secondary);border-color:var(--color-border-strong)}[data-theme=dark] .referral-edit-modal__close{background:#ffffff0d}[data-theme=dark] .referral-edit-modal__input{background:var(--color-bg-tertiary);border-color:var(--color-border-primary)}[data-theme=dark] .referral-edit-modal__cancel{border-color:var(--color-border-primary)}
.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}
.help-popup-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;width:460px;max-width:100%;height:min(640px,90vh);font-family:"Baloo 2",cursive;display:flex;overflow:hidden;box-shadow:0 24px 48px #0000002e}.help-popup-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 16px 14px;display:flex}.help-popup-title{color:#00568b;letter-spacing:-.01em;margin:0;font-family:"Baloo 2",cursive;font-size:24px;font-weight:800}.help-popup-close{color:#00568b;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex}.help-popup-close:hover{background:#00568b14}.help-popup-body{scrollbar-width:none;flex:1;padding:4px 18px 20px;overflow-y:auto}.help-popup-body::-webkit-scrollbar{width:0;display:none}.help-popup-embedded{padding:4px 4px 8px}.help-popup-actions{gap:10px;margin-bottom:20px;display:flex}.help-popup-action-btn{color:#00568b;cursor:pointer;white-space:nowrap;background:#f3f4f6;border:none;border-radius:14px;flex:1;align-items:center;gap:8px;padding:12px;font-family:"Baloo 2",cursive;font-size:13.5px;font-weight:700;transition:background .15s;display:flex}.help-popup-action-btn:hover{background:#e9ebef}.help-popup-action-icon{color:#fff;background:#00568b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.help-popup-section-label{color:#9ca3af;margin:0 0 6px;font-family:"Baloo 2",cursive;font-size:13px;font-weight:500}.help-popup-faq-list{flex-direction:column;margin-bottom:20px;display:flex}.help-popup-faq-item{border-bottom:1px solid #f3f4f6}.help-popup-faq-item:last-child{border-bottom:none}.help-popup-faq-row{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:11px 2px;font-family:"Baloo 2",cursive;display:flex}.help-popup-faq-text{color:#111827;font-size:15px;font-weight:700;line-height:1.35}.help-popup-faq-answer{color:#6b7280;margin:-4px 0 12px;padding:0 22px 0 2px;font-family:"Baloo 2",cursive;font-size:13px;line-height:1.55}.help-popup-faq-chevron{color:#9ca3af;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s,color .15s;display:flex}.help-popup-faq-chevron--open{color:#111827;transform:rotate(90deg)}[data-theme=dark] .help-popup-card,.dark .help-popup-card{background:#1b1d29;border-color:#ffffff14}[data-theme=dark] .help-popup-title,.dark .help-popup-title,[data-theme=dark] .help-popup-close,.dark .help-popup-close{color:#6ea8ff}[data-theme=dark] .help-popup-close:hover,.dark .help-popup-close:hover{background:#6ea8ff24}[data-theme=dark] .help-popup-action-btn,.dark .help-popup-action-btn{color:#6ea8ff;background:#ffffff14}[data-theme=dark] .help-popup-action-btn:hover,.dark .help-popup-action-btn:hover{background:#ffffff24}[data-theme=dark] .help-popup-action-icon,.dark .help-popup-action-icon{color:#0d1117;background:#6ea8ff}[data-theme=dark] .help-popup-section-label,.dark .help-popup-section-label{color:#6b7280}[data-theme=dark] .help-popup-faq-item,.dark .help-popup-faq-item{border-bottom-color:#ffffff12}[data-theme=dark] .help-popup-faq-text,.dark .help-popup-faq-text{color:#f9fafb}[data-theme=dark] .help-popup-faq-answer,.dark .help-popup-faq-answer{color:#9ca3af}[data-theme=dark] .help-popup-faq-chevron,.dark .help-popup-faq-chevron{color:#6b7280}[data-theme=dark] .help-popup-faq-chevron--open,.dark .help-popup-faq-chevron--open{color:#f9fafb}
.contact-us-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;width:460px;max-width:100%;height:min(640px,90vh);font-family:"Baloo 2",cursive;display:flex;overflow:hidden;box-shadow:0 24px 48px #0000002e}.contact-us-header{flex-shrink:0;justify-content:center;align-items:center;padding:18px 20px 16px;display:flex;position:relative}.contact-us-back{color:#00568b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.contact-us-back:hover{background:#00568b14}.contact-us-title{color:#00568b;letter-spacing:-.01em;margin:0;font-family:"Baloo 2",cursive;font-size:20px;font-weight:800}.contact-us-header-divider{background:#f3f4f6;flex-shrink:0;height:1px}.contact-us-body{scrollbar-width:none;flex:1;padding:18px 20px 22px;overflow-y:auto}.contact-us-body::-webkit-scrollbar{width:0;display:none}.contact-us-step-heading{text-align:center;flex-direction:column;align-items:center;gap:8px;margin-bottom:18px;display:flex}.contact-us-step-badge{color:#00568b;background:#00568b1a;border-radius:999px;align-items:center;padding:4px 14px;font-family:"Baloo 2",cursive;font-size:12.5px;font-weight:700;display:inline-flex}.contact-us-step-title{color:#111827;margin:0;font-family:"Baloo 2",cursive;font-size:16px;font-weight:800}.contact-us-field-label{color:#111827;margin-bottom:8px;font-family:"Baloo 2",cursive;font-size:13.5px;font-weight:700;display:block}.contact-us-required{color:#ef4444;margin-left:2px}.contact-us-textarea{resize:none;color:#111827;box-sizing:border-box;background:#f3f4f6;border:none;border-radius:14px;width:100%;padding:12px 14px;font-family:"Baloo 2",cursive;font-size:14px}.contact-us-textarea:focus{outline:2px solid #00568b40}.contact-us-field-meta{color:#9ca3af;justify-content:space-between;align-items:center;margin-top:8px;margin-bottom:18px;font-family:"Baloo 2",cursive;font-size:12px;display:flex}.contact-us-subheading{color:#111827;margin:0 0 12px;font-family:"Baloo 2",cursive;font-size:14px;font-weight:700}.contact-us-issue-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:20px;display:grid}.contact-us-issue-pill{text-align:center;color:#9ca3af;cursor:pointer;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:42px;padding:9px 10px;font-family:"Baloo 2",cursive;font-size:13px;font-weight:600;line-height:1.25;transition:border-color .15s,color .15s;display:flex}.contact-us-issue-pill:hover{color:#6b7280;border-color:#d1d5db}.contact-us-issue-pill--selected,.contact-us-issue-pill--selected:hover{color:#111827;border-color:#111827}.contact-us-next-btn{color:#9ca3af;cursor:not-allowed;background:#e5e7eb;border:none;border-radius:12px;width:100%;padding:13px;font-family:"Baloo 2",cursive;font-size:14.5px;font-weight:700;transition:background .15s,color .15s}.contact-us-next-btn:not(:disabled){color:#fff;cursor:pointer;background:#00568b}.contact-us-next-btn:not(:disabled):hover{background:#024b78}.contact-us-error{color:#dc2626;margin:10px 0 0;font-family:"Baloo 2",cursive;font-size:12.5px;font-weight:600}.contact-us-success-banner{text-align:left;background:#16a34a14;border:1px solid #16a34a2e;border-radius:14px;align-items:flex-start;gap:10px;width:100%;margin-bottom:20px;padding:14px;font-family:"Baloo 2",cursive;display:flex}.contact-us-success-banner--clickable{cursor:pointer;transition:background .15s,border-color .15s}.contact-us-success-banner--clickable:hover{background:#16a34a24;border-color:#16a34a47}.contact-us-success-icon{color:#16a34a;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.contact-us-success-text{flex:1;min-width:0}.contact-us-success-title{color:#14532d;margin:0 0 3px;font-family:"Baloo 2",cursive;font-size:13.5px;font-weight:700}.contact-us-success-subtext{color:#3f6b4f;margin:0;font-family:"Baloo 2",cursive;font-size:12.5px;line-height:1.45}.contact-us-success-chevron{color:#16a34a;flex-shrink:0;justify-content:center;align-items:center;margin-top:3px;display:flex}.contact-us-divider{background:#f3f4f6;height:1px;margin:20px 0}.contact-us-upcoming-step{align-items:center;gap:10px;display:flex}.contact-us-step-num{color:#fff;background:#d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-family:"Baloo 2",cursive;font-size:12px;font-weight:700;display:flex}.contact-us-upcoming-label{color:#111827;font-family:"Baloo 2",cursive;font-size:14.5px;font-weight:700}.contact-us-completed-step{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:0;display:flex}.contact-us-completed-check{color:#16a34a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-us-completed-label{color:#111827;flex:1;font-family:"Baloo 2",cursive;font-size:14.5px;font-weight:700}.contact-us-edit-icon{color:#9ca3af;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-us-history-label{color:#9ca3af;margin:0 0 10px;font-family:"Baloo 2",cursive;font-size:13px;font-weight:500}.contact-us-history-empty{text-align:center;flex-direction:column;align-items:center;padding:18px 12px 4px;display:flex}.contact-us-history-empty-icon{color:#d1d5db;justify-content:center;align-items:center;margin-bottom:12px;display:flex}.contact-us-history-empty-text{color:#9ca3af;max-width:260px;margin:0;font-family:"Baloo 2",cursive;font-size:13px;line-height:1.5}.contact-us-history-list{flex-direction:column;gap:6px;display:flex}.contact-us-history-row{background:#9fa9be12;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex;position:relative}.contact-us-history-row--clickable{cursor:pointer;transition:background .15s}.contact-us-history-row--clickable:hover{background:#9fa9be24}.contact-us-history-title{text-overflow:ellipsis;white-space:nowrap;color:#111827;flex:1;min-width:0;font-size:13.5px;font-weight:700;overflow:hidden}.contact-us-history-unread{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-6px;box-shadow:0 0 0 2px #fff}.contact-us-history-meta{flex-shrink:0;align-items:center;gap:14px;display:flex}.contact-us-history-date{text-align:right;color:#9ca3af;white-space:nowrap;min-width:44px;font-size:12px}.contact-us-history-status{text-align:center;white-space:nowrap;border-radius:999px;min-width:68px;padding:3px 8px;font-size:11px;font-weight:600}.contact-us-history-status--open{color:#00568b;background:#00568b1a}.contact-us-history-status--assigned{color:#7c3aed;background:#7c3aed1a}.contact-us-history-status--progress{color:#b45309;background:#d9770624}.contact-us-history-status--waiting{color:#c2410c;background:#ea580c1f}.contact-us-history-status--resolved{color:#16a34a;background:#16a34a1f}.contact-us-history-status--closed{color:#6b7280;background:#6b728024}.contact-us-options-heading{color:#111827;text-align:center;margin:4px 0 18px;font-family:"Baloo 2",cursive;font-size:16px;font-weight:800}[data-theme=dark] .contact-us-options-heading,.dark .contact-us-options-heading{color:#f9fafb}.contact-us-options-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.contact-us-option-card--wide{flex-direction:row;grid-column:span 2;padding:18px 12px}.contact-us-option-card{color:#111827;cursor:pointer;text-align:center;background:#f3f4f6;border:none;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:28px 12px;font-family:"Baloo 2",cursive;font-size:14px;font-weight:700;text-decoration:none;transition:background .15s;display:flex}.contact-us-option-card:hover{background:#e9ebef}.contact-us-option-icon{color:#111827;justify-content:center;align-items:center;display:flex}[data-theme=dark] .contact-us-card,.dark .contact-us-card{background:#1b1d29;border-color:#ffffff14}[data-theme=dark] .contact-us-header-divider,.dark .contact-us-header-divider,[data-theme=dark] .contact-us-divider,.dark .contact-us-divider{background:#ffffff12}[data-theme=dark] .contact-us-back,.dark .contact-us-back,[data-theme=dark] .contact-us-title,.dark .contact-us-title{color:#6ea8ff}[data-theme=dark] .contact-us-back:hover,.dark .contact-us-back:hover{background:#6ea8ff24}[data-theme=dark] .contact-us-step-badge,.dark .contact-us-step-badge{color:#6ea8ff;background:#6ea8ff24}[data-theme=dark] .contact-us-step-title,.dark .contact-us-step-title,[data-theme=dark] .contact-us-field-label,.dark .contact-us-field-label,[data-theme=dark] .contact-us-subheading,.dark .contact-us-subheading,[data-theme=dark] .contact-us-upcoming-label,.dark .contact-us-upcoming-label,[data-theme=dark] .contact-us-completed-label,.dark .contact-us-completed-label{color:#f9fafb}[data-theme=dark] .contact-us-textarea,.dark .contact-us-textarea{color:#f9fafb;background:#ffffff0f}[data-theme=dark] .contact-us-field-meta,.dark .contact-us-field-meta{color:#6b7280}[data-theme=dark] .contact-us-issue-pill,.dark .contact-us-issue-pill{color:#9ca3af;background:0 0;border-color:#ffffff24}[data-theme=dark] .contact-us-issue-pill--selected,.dark .contact-us-issue-pill--selected{color:#f9fafb;border-color:#f9fafb}[data-theme=dark] .contact-us-next-btn:disabled,.dark .contact-us-next-btn:disabled{color:#6b7280;background:#ffffff14}[data-theme=dark] .contact-us-next-btn:not(:disabled),.dark .contact-us-next-btn:not(:disabled){color:#0d1117;background:#6ea8ff}[data-theme=dark] .contact-us-error,.dark .contact-us-error{color:#f87171}[data-theme=dark] .contact-us-success-banner,.dark .contact-us-success-banner{background:#4ade801a;border-color:#4ade8038}[data-theme=dark] .contact-us-success-icon,.dark .contact-us-success-icon{color:#4ade80}[data-theme=dark] .contact-us-success-title,.dark .contact-us-success-title{color:#bbf7d0}[data-theme=dark] .contact-us-success-subtext,.dark .contact-us-success-subtext{color:#86efac}[data-theme=dark] .contact-us-success-banner--clickable:hover,.dark .contact-us-success-banner--clickable:hover{background:#4ade8029;border-color:#4ade8052}[data-theme=dark] .contact-us-success-chevron,.dark .contact-us-success-chevron{color:#4ade80}[data-theme=dark] .contact-us-next-btn:not(:disabled):hover,.dark .contact-us-next-btn:not(:disabled):hover{background:#8fbaff}[data-theme=dark] .contact-us-step-num,.dark .contact-us-step-num{color:#9ca3af;background:#ffffff24}[data-theme=dark] .contact-us-edit-icon,.dark .contact-us-edit-icon{color:#6b7280}[data-theme=dark] .contact-us-option-card,.dark .contact-us-option-card{color:#f9fafb;background:#ffffff0f}[data-theme=dark] .contact-us-option-card:hover,.dark .contact-us-option-card:hover{background:#ffffff1f}[data-theme=dark] .contact-us-option-icon,.dark .contact-us-option-icon{color:#f9fafb}[data-theme=dark] .contact-us-history-label,.dark .contact-us-history-label{color:#6b7280}[data-theme=dark] .contact-us-history-empty-icon,.dark .contact-us-history-empty-icon{color:#4b5563}[data-theme=dark] .contact-us-history-empty-text,.dark .contact-us-history-empty-text{color:#6b7280}[data-theme=dark] .contact-us-history-row,.dark .contact-us-history-row{background:#ffffff0d}[data-theme=dark] .contact-us-history-row--clickable:hover,.dark .contact-us-history-row--clickable:hover{background:#ffffff17}[data-theme=dark] .contact-us-history-title,.dark .contact-us-history-title{color:#f9fafb}[data-theme=dark] .contact-us-history-unread,.dark .contact-us-history-unread{box-shadow:0 0 0 2px #1b1d29}[data-theme=dark] .contact-us-history-date,.dark .contact-us-history-date{color:#6b7280}[data-theme=dark] .contact-us-history-status--open,.dark .contact-us-history-status--open{color:#6ea8ff;background:#6ea8ff29}[data-theme=dark] .contact-us-history-status--assigned,.dark .contact-us-history-status--assigned{color:#c4b5fd;background:#a78bfa2e}[data-theme=dark] .contact-us-history-status--progress,.dark .contact-us-history-status--progress{color:#fbbf24;background:#fbbf2429}[data-theme=dark] .contact-us-history-status--waiting,.dark .contact-us-history-status--waiting{color:#fb923c;background:#fb923c29}[data-theme=dark] .contact-us-history-status--resolved,.dark .contact-us-history-status--resolved{color:#4ade80;background:#4ade8029}[data-theme=dark] .contact-us-history-status--closed,.dark .contact-us-history-status--closed{color:#9ca3af;background:#9ca3af29}.contact-us-unavailable-card{text-align:center;background:#fff;border-radius:20px;flex-direction:column;align-items:center;gap:6px;width:340px;max-width:100%;padding:28px 24px;font-family:"Baloo 2",cursive;display:flex}.contact-us-unavailable-icon{color:#00568b;background:#00568b1a;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:6px;display:flex}.contact-us-unavailable-title{color:#111827;margin:0;font-size:17px;font-weight:800}.contact-us-unavailable-text{color:#6b7280;margin:0 0 10px;font-size:13px;line-height:1.55}.contact-us-unavailable-btn{color:#fff;cursor:pointer;background:#00568b;border:none;border-radius:12px;width:100%;padding:12px;font-family:"Baloo 2",cursive;font-size:14px;font-weight:700;transition:background .15s}.contact-us-unavailable-btn:hover{background:#024b78}.contact-us-unavailable-dismiss{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:6px;font-family:"Baloo 2",cursive;font-size:13px;font-weight:600}.contact-us-unavailable-dismiss:hover{color:#6b7280}[data-theme=dark] .contact-us-unavailable-card,.dark .contact-us-unavailable-card{background:#1b1d29}[data-theme=dark] .contact-us-unavailable-icon,.dark .contact-us-unavailable-icon{color:#6ea8ff;background:#6ea8ff24}[data-theme=dark] .contact-us-unavailable-title,.dark .contact-us-unavailable-title{color:#f9fafb}[data-theme=dark] .contact-us-unavailable-text,.dark .contact-us-unavailable-text{color:#9ca3af}[data-theme=dark] .contact-us-unavailable-btn,.dark .contact-us-unavailable-btn{color:#0d1117;background:#6ea8ff}[data-theme=dark] .contact-us-unavailable-btn:hover,.dark .contact-us-unavailable-btn:hover{background:#8fbaff}[data-theme=dark] .contact-us-unavailable-dismiss,.dark .contact-us-unavailable-dismiss{color:#6b7280}[data-theme=dark] .contact-us-unavailable-dismiss:hover,.dark .contact-us-unavailable-dismiss:hover{color:#9ca3af}
.live-chat-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;width:460px;max-width:100%;height:min(640px,90vh);font-family:"Baloo 2",cursive;display:flex;overflow:hidden;box-shadow:0 24px 48px #0000002e}.live-chat-header{flex-shrink:0;justify-content:center;align-items:center;padding:18px 20px 16px;display:flex;position:relative}.live-chat-back{color:#00568b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.live-chat-back:hover{background:#00568b14}.live-chat-header-titles{flex-direction:column;align-items:center;gap:3px;display:flex}.live-chat-title{color:#00568b;letter-spacing:-.01em;margin:0;font-family:"Baloo 2",cursive;font-size:20px;font-weight:800}.live-chat-presence{color:#9ca3af;align-items:center;gap:5px;font-family:"Baloo 2",cursive;font-size:11.5px;font-weight:600;display:inline-flex}.live-chat-presence-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.live-chat-presence--online{color:#16a34a}.live-chat-presence--offline{color:#9ca3af}.live-chat-header-divider{background:#f3f4f6;flex-shrink:0;height:1px}.live-chat-banner{background:#eaf6ff;flex-shrink:0;align-items:flex-start;gap:10px;padding:14px 20px;display:flex}.live-chat-banner-text{color:#0f4f78;flex:1;margin:0;font-family:"Baloo 2",cursive;font-size:13px;line-height:1.4}.live-chat-banner-close{color:#00568b;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:background .15s;display:flex}.live-chat-banner-close:hover{background:#00568b1a}.live-chat-messages{scrollbar-width:none;flex-direction:column;flex:1;gap:12px;padding:20px 16px;display:flex;overflow-y:auto}.live-chat-messages::-webkit-scrollbar{width:0;display:none}.live-chat-row{align-items:flex-end;gap:8px;max-width:82%;display:flex}.live-chat-row--user{flex-direction:row;align-self:flex-end}.live-chat-row--agent{align-self:flex-start}.live-chat-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.live-chat-avatar--user{background:#0ea5e9}.live-chat-avatar--agent{background:#1f2937}.live-chat-avatar-img{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.live-chat-bubble-col{flex-direction:column;gap:4px;min-width:0;display:flex}.live-chat-row--user .live-chat-bubble-col{align-items:flex-end}.live-chat-timestamp{color:#9ca3af;padding:0 4px;font-family:"Baloo 2",cursive;font-size:10.5px}.live-chat-bubble{border-radius:16px;padding:10px 14px;font-family:"Baloo 2",cursive;font-size:13.5px;line-height:1.4}.live-chat-bubble--user{color:#0f2b3d;background:#eaf6ff;border-bottom-right-radius:4px}.live-chat-bubble--agent{color:#1f2937;background:#f3f4f6;border-bottom-left-radius:4px}.live-chat-bubble--pending{padding:12px 16px}.live-chat-typing-dots{align-items:center;gap:4px;display:inline-flex}.live-chat-typing-dots span{background:#7ba9c4;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite liveChatTyping}.live-chat-typing-dots span:nth-child(2){animation-delay:.15s}.live-chat-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes liveChatTyping{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.live-chat-loading{color:#9ca3af;margin:auto;font-family:"Baloo 2",cursive;font-size:13px}.live-chat-closed-banner{color:#b91c1c;background:#fef2f2;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:10px 16px;font-family:"Baloo 2",cursive;font-size:12.5px;font-weight:600;display:flex}.live-chat-reopen-btn{color:#fff;cursor:pointer;background:#b91c1c;border:none;border-radius:999px;flex-shrink:0;padding:5px 12px;font-family:"Baloo 2",cursive;font-size:12px;font-weight:700;transition:opacity .15s}.live-chat-reopen-btn:hover{opacity:.85}.live-chat-input:disabled{opacity:.6;cursor:not-allowed}.live-chat-agent-prompt{background:#eaf6ff;border-top:1px solid #f3f4f6;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:10px 16px;display:flex}.live-chat-agent-prompt-text{color:#0f4f78;font-family:"Baloo 2",cursive;font-size:12.5px;font-weight:600}.live-chat-agent-prompt-btn{color:#fff;cursor:pointer;background:#00568b;border:none;border-radius:999px;flex-shrink:0;padding:6px 14px;font-family:"Baloo 2",cursive;font-size:12px;font-weight:700;transition:background .15s}.live-chat-agent-prompt-btn:hover{background:#024b78}.live-chat-quick-replies{scrollbar-width:none;border-top:1px solid #f3f4f6;flex-direction:column;flex-shrink:0;gap:8px;max-height:220px;padding:12px 16px 16px;display:flex;overflow-y:auto}.live-chat-quick-replies::-webkit-scrollbar{width:0;display:none}.live-chat-quick-reply-btn{color:#0f2b3d;text-align:left;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;width:100%;padding:10px 14px;font-family:"Baloo 2",cursive;font-size:13px;font-weight:600;transition:border-color .15s,background .15s}.live-chat-quick-reply-btn:hover{background:#eaf6ff;border-color:#00568b}.live-chat-quick-reply-btn--agent{color:#fff;background:#00568b;border-color:#0000;font-weight:700}.live-chat-quick-reply-btn--agent:hover{background:#024b78}.live-chat-input-bar{border-top:1px solid #f3f4f6;flex-shrink:0;align-items:center;gap:8px;padding:12px 16px;display:flex}.live-chat-input{color:#111827;box-sizing:border-box;background:#f3f4f6;border:none;border-radius:999px;flex:1;padding:12px 18px;font-family:"Baloo 2",cursive;font-size:13.5px}.live-chat-input::placeholder{color:#9ca3af}.live-chat-input:focus{outline:2px solid #00568b40}.live-chat-send-btn{color:#00568b;cursor:pointer;background:#eaf6ff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,opacity .15s;display:flex}.live-chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.live-chat-send-btn:not(:disabled):hover{background:#d7ecfb}[data-theme=dark] .live-chat-card,.dark .live-chat-card{background:#1b1d29;border-color:#ffffff14}[data-theme=dark] .live-chat-header-divider,.dark .live-chat-header-divider{background:#ffffff12}[data-theme=dark] .live-chat-back,.dark .live-chat-back,[data-theme=dark] .live-chat-title,.dark .live-chat-title{color:#6ea8ff}[data-theme=dark] .live-chat-back:hover,.dark .live-chat-back:hover{background:#6ea8ff24}[data-theme=dark] .live-chat-presence--online,.dark .live-chat-presence--online{color:#4ade80}[data-theme=dark] .live-chat-presence--offline,.dark .live-chat-presence--offline{color:#6b7280}[data-theme=dark] .live-chat-banner,.dark .live-chat-banner{background:#6ea8ff1a}[data-theme=dark] .live-chat-banner-text,.dark .live-chat-banner-text{color:#bfe0ff}[data-theme=dark] .live-chat-banner-close,.dark .live-chat-banner-close{color:#6ea8ff}[data-theme=dark] .live-chat-banner-close:hover,.dark .live-chat-banner-close:hover{background:#6ea8ff29}[data-theme=dark] .live-chat-bubble--user,.dark .live-chat-bubble--user{color:#eaf6ff;background:#6ea8ff29}[data-theme=dark] .live-chat-bubble--agent,.dark .live-chat-bubble--agent{color:#f3f4f6;background:#ffffff12}[data-theme=dark] .live-chat-timestamp,.dark .live-chat-timestamp{color:#6b7280}[data-theme=dark] .live-chat-input-bar,.dark .live-chat-input-bar{border-top-color:#ffffff12}[data-theme=dark] .live-chat-agent-prompt,.dark .live-chat-agent-prompt{background:#6ea8ff1a;border-top-color:#ffffff12}[data-theme=dark] .live-chat-agent-prompt-text,.dark .live-chat-agent-prompt-text{color:#bfe0ff}[data-theme=dark] .live-chat-agent-prompt-btn,.dark .live-chat-agent-prompt-btn{color:#0d1117;background:#6ea8ff}[data-theme=dark] .live-chat-agent-prompt-btn:hover,.dark .live-chat-agent-prompt-btn:hover{background:#8fbaff}[data-theme=dark] .live-chat-quick-replies,.dark .live-chat-quick-replies{border-top-color:#ffffff12}[data-theme=dark] .live-chat-quick-reply-btn,.dark .live-chat-quick-reply-btn{color:#f3f4f6;background:#ffffff0d;border-color:#ffffff1f}[data-theme=dark] .live-chat-quick-reply-btn:hover,.dark .live-chat-quick-reply-btn:hover{background:#6ea8ff1f;border-color:#6ea8ff}[data-theme=dark] .live-chat-quick-reply-btn--agent,.dark .live-chat-quick-reply-btn--agent{color:#0d1117;background:#6ea8ff;border-color:#0000}[data-theme=dark] .live-chat-quick-reply-btn--agent:hover,.dark .live-chat-quick-reply-btn--agent:hover{background:#8fbaff}[data-theme=dark] .live-chat-loading,.dark .live-chat-loading{color:#6b7280}[data-theme=dark] .live-chat-closed-banner,.dark .live-chat-closed-banner{color:#fca5a5;background:#ef44441f}[data-theme=dark] .live-chat-input,.dark .live-chat-input{color:#f9fafb;background:#ffffff12}[data-theme=dark] .live-chat-send-btn,.dark .live-chat-send-btn{color:#6ea8ff;background:#6ea8ff29}[data-theme=dark] .live-chat-send-btn:not(:disabled):hover,.dark .live-chat-send-btn:not(:disabled):hover{background:#6ea8ff42}
.about-us-popup-overlay{z-index:100;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.about-us-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) aboutUsFadeIn;display:flex;overflow:hidden;box-shadow:0 24px 48px #0000002e}@keyframes aboutUsFadeIn{0%{opacity:0;transform:scale(.96)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.about-us-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}.about-us-popup-header-text{pointer-events:none;flex-direction:column;align-items:center;gap:2px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.about-us-popup-title{color:#03a1e6;letter-spacing:-.01em;white-space:nowrap;margin:0;font-size:17px;font-weight:700}.about-us-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}.about-us-popup-close:hover{color:#111827;background:#e5e7eb}.about-us-popup-body{scrollbar-width:none;flex:1;padding:20px;overflow-y:auto}.about-us-popup-body::-webkit-scrollbar{width:0;display:none}.about-us-popup-intro,.about-us-popup-outro{color:#374151;flex-direction:column;gap:10px;margin-bottom:20px;font-size:13px;line-height:1.6;display:flex}.about-us-popup-outro{margin-top:20px;margin-bottom:0;font-weight:500}.about-us-popup-intro p,.about-us-popup-outro p{margin:0}.about-us-popup-list{flex-direction:column;gap:4px;margin:4px 0 0;padding-left:20px;display:flex}.about-us-popup-list--disc{list-style-type:disc}.about-us-popup-accordion{flex-direction:column;gap:8px;display:flex}.about-us-popup-section{background:#9fa9be12;border:none;border-radius:10px;overflow:hidden}.about-us-popup-section-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:12px 16px;transition:background .15s;display:flex}.about-us-popup-section-header:hover{background:#f9fafb}.about-us-popup-section--open{background:#9fa9be1a}.about-us-popup-section-num{color:#9ca3af;flex-shrink:0;font-size:12px;font-weight:600}.about-us-popup-section-title{color:#1f2937;flex:1;font-size:13px;font-weight:600}.about-us-popup-section--open .about-us-popup-section-title{color:#111827}.about-us-popup-chevron{color:#9ca3af;flex-shrink:0;margin-left:auto;transition:transform .2s;transform:rotate(-90deg)}.about-us-popup-section--open .about-us-popup-chevron{color:#111827;transform:rotate(0)}.about-us-popup-section-body{color:#4b5563;padding:4px 16px 16px 44px;font-size:12.5px;line-height:1.6}.about-us-popup-footer{color:#9ca3af;text-align:center;border-top:1px solid #f3f4f6;flex-shrink:0;padding:12px 20px;font-size:10px}[data-theme=dark] .about-us-popup-card{background:#1b1d29;border-color:#ffffff14}[data-theme=dark] .about-us-popup-header{border-bottom-color:#ffffff12}[data-theme=dark] .about-us-popup-close{color:#9ca3af;background:#ffffff14}[data-theme=dark] .about-us-popup-intro,[data-theme=dark] .about-us-popup-outro{color:#d1d5db}[data-theme=dark] .about-us-popup-section-header:hover{background:#ffffff0a}[data-theme=dark] .about-us-popup-section-title{color:#e5e7eb}[data-theme=dark] .about-us-popup-section-body{color:#d1d5db}[data-theme=dark] .about-us-popup-footer{color:#6b7280;border-top-color:#ffffff12}
.company-popup-overlay{z-index:100;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.company-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) companyFadeIn;display:flex;overflow:hidden;box-shadow:0 24px 48px #0000002e}@keyframes companyFadeIn{0%{opacity:0;transform:scale(.96)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.company-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}.company-popup-header-text{pointer-events:none;flex-direction:column;align-items:center;gap:2px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.company-popup-title{color:#03a1e6;letter-spacing:-.01em;white-space:nowrap;margin:0;font-size:17px;font-weight:700}.company-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}.company-popup-close:hover{color:#111827;background:#e5e7eb}.company-popup-body{scrollbar-width:none;flex:1;padding:20px;overflow-y:auto}.company-popup-body::-webkit-scrollbar{width:0;display:none}.company-popup-intro{color:#374151;flex-direction:column;gap:10px;margin-bottom:20px;font-size:13px;line-height:1.6;display:flex}.company-popup-subtitle{color:#111827;margin:12px 0 8px;font-size:15px;font-weight:700}.company-popup-intro p{margin:0}.company-popup-list{flex-direction:column;gap:4px;margin:4px 0 8px;padding-left:20px;font-size:12.5px;display:flex}.company-popup-list--disc{list-style-type:disc}.company-popup-accordion{flex-direction:column;gap:8px;display:flex}.company-popup-section{background:#9fa9be12;border:none;border-radius:10px;overflow:hidden}.company-popup-section-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:12px 16px;transition:background .15s;display:flex}.company-popup-section-header:hover{background:#f9fafb}.company-popup-section--open{background:#9fa9be1a}.company-popup-section-num{color:#9ca3af;flex-shrink:0;font-size:12px;font-weight:600}.company-popup-section-title{color:#1f2937;flex:1;font-size:13px;font-weight:600}.company-popup-section--open .company-popup-section-title{color:#111827}.company-popup-chevron{color:#9ca3af;flex-shrink:0;margin-left:auto;transition:transform .2s;transform:rotate(-90deg)}.company-popup-section--open .company-popup-chevron{color:#111827;transform:rotate(0)}.company-popup-section-body{color:#4b5563;padding:4px 16px 16px 44px;font-size:12.5px;line-height:1.6}.company-popup-section-body p{margin-bottom:8px}.company-popup-section-body p:last-child{margin-bottom:0}.company-popup-vision{margin-top:24px}.company-popup-vision p{color:#374151;margin-bottom:10px;font-size:13px}.company-popup-vision-outro{margin-top:16px;font-weight:600;color:#111827!important}.company-popup-footer{color:#9ca3af;text-align:center;border-top:1px solid #f3f4f6;flex-shrink:0;padding:12px 20px;font-size:10px}[data-theme=dark] .company-popup-card{background:#1b1d29;border-color:#ffffff14}[data-theme=dark] .company-popup-header{border-bottom-color:#ffffff12}[data-theme=dark] .company-popup-subtitle{color:#f9fafb}[data-theme=dark] .company-popup-close{color:#9ca3af;background:#ffffff14}[data-theme=dark] .company-popup-intro,[data-theme=dark] .company-popup-vision p{color:#d1d5db}[data-theme=dark] .company-popup-section-header:hover{background:#ffffff0a}[data-theme=dark] .company-popup-section-title{color:#e5e7eb}[data-theme=dark] .company-popup-section-body{color:#d1d5db}[data-theme=dark] .company-popup-vision-outro{color:#f9fafb!important}[data-theme=dark] .company-popup-footer{color:#6b7280;border-top-color:#ffffff12}
.regulatory-popup-overlay{z-index:100;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.regulatory-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) regulatoryFadeIn;display:flex;overflow:hidden;box-shadow:0 24px 48px #0000002e}@keyframes regulatoryFadeIn{0%{opacity:0;transform:scale(.96)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.regulatory-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}.regulatory-popup-header-text{pointer-events:none;flex-direction:column;align-items:center;gap:2px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.regulatory-popup-title{color:#03a1e6;letter-spacing:-.01em;white-space:nowrap;margin:0;font-size:17px;font-weight:700}.regulatory-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}.regulatory-popup-close:hover{color:#111827;background:#e5e7eb}.regulatory-popup-body{scrollbar-width:none;flex:1;padding:20px;overflow-y:auto}.regulatory-popup-body::-webkit-scrollbar{width:0;display:none}.regulatory-popup-intro,.regulatory-popup-outro{color:#374151;flex-direction:column;gap:10px;margin-bottom:20px;font-size:13px;line-height:1.6;display:flex}.regulatory-popup-outro{text-align:center;margin-top:24px;margin-bottom:0;font-weight:500}.regulatory-popup-subtitle{color:#111827;margin:20px 0 10px;font-size:14px;font-weight:700}.regulatory-popup-intro p,.regulatory-popup-outro p{margin:0}.regulatory-popup-list{flex-direction:column;gap:4px;margin:4px 0 8px;padding-left:20px;font-size:12.5px;display:flex}.regulatory-popup-list--disc{list-style-type:disc}.regulatory-popup-accordion{flex-direction:column;gap:8px;display:flex}.regulatory-popup-section{background:#9fa9be12;border:none;border-radius:10px;overflow:hidden}.regulatory-popup-section-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:12px 16px;transition:background .15s;display:flex}.regulatory-popup-section-header:hover{background:#f9fafb}.regulatory-popup-section--open{background:#9fa9be1a}.regulatory-popup-section-num{color:#9ca3af;flex-shrink:0;font-size:12px;font-weight:600}.regulatory-popup-section-title{color:#1f2937;flex:1;font-size:13px;font-weight:600}.regulatory-popup-section--open .regulatory-popup-section-title{color:#111827}.regulatory-popup-chevron{color:#9ca3af;flex-shrink:0;margin-left:auto;transition:transform .2s;transform:rotate(-90deg)}.regulatory-popup-section--open .regulatory-popup-chevron{color:#111827;transform:rotate(0)}.regulatory-popup-section-body{color:#4b5563;padding:4px 16px 16px 44px;font-size:12.5px;line-height:1.6}.regulatory-popup-section-body p{margin-bottom:8px}.regulatory-popup-section-body p:last-child{margin-bottom:0}.regulatory-popup-subsection{margin-bottom:16px}.regulatory-popup-subsection p{color:#4b5563;margin:0;font-size:12.5px}.regulatory-popup-footer{color:#9ca3af;text-align:center;border-top:1px solid #f3f4f6;flex-shrink:0;padding:12px 20px;font-size:10px}[data-theme=dark] .regulatory-popup-card{background:#1b1d29;border-color:#ffffff14}[data-theme=dark] .regulatory-popup-header{border-bottom-color:#ffffff12}[data-theme=dark] .regulatory-popup-subtitle{color:#f9fafb}[data-theme=dark] .regulatory-popup-close{color:#9ca3af;background:#ffffff14}[data-theme=dark] .regulatory-popup-intro,[data-theme=dark] .regulatory-popup-outro,[data-theme=dark] .regulatory-popup-subsection p{color:#d1d5db}[data-theme=dark] .regulatory-popup-section-header:hover{background:#ffffff0a}[data-theme=dark] .regulatory-popup-section-title{color:#e5e7eb}[data-theme=dark] .regulatory-popup-section-body{color:#d1d5db}[data-theme=dark] .regulatory-popup-footer{color:#6b7280;border-top-color:#ffffff12}
.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-image-container{margin-right:12px}.played-games-popup-game-name{font-size:13px}.played-games-popup-status-line{gap:6px;font-size:11px}.played-games-popup-value{font-size:14px}}.played-games-popup-status{font-weight:700}.played-games-popup-status--win{color:#059669}.played-games-popup-status--loss{color:#dc2626}.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:none;border-radius:15px;flex-direction:column;gap:10px;width:100%;max-width:100%;padding:16px 16px 12px;display:flex;position:relative;box-shadow:0 0 10px #00000014}.epmc__mobile-only{display:flex!important}@media (min-width:1024px){.epmc__mobile-only{display:none!important}}.epmc__desktop-only{display:none!important}@media (min-width:1024px){.epmc__desktop-only{display:flex!important}}.dark .epmc__card{background:#131e35;box-shadow:0 0 10px #00000040}@media (max-width:1023px){.epmc__card--single{padding-left:16px;padding-right:16px;box-shadow:none!important;background:0 0!important;border-radius:0!important;width:auto!important;max-width:none!important}.dark .epmc__card--single{box-shadow:none!important;background:0 0!important}.epmc__card--single .epmc__chart-wrap,.epmc__card--single .epmc__carousel{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px}.epmc__card--single .epmc__carousel .epmc__chart-wrap{box-sizing:border-box;width:100%;margin-left:0;margin-right:0;padding-left:16px;padding-right:16px}}.epmc__header-v2{align-items:flex-start;gap:12px;display:flex}.epmc__header-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.epmc__category-label{letter-spacing:0%;color:#00568b;font-family:"Baloo 2",sans-serif;font-size:14px;font-weight:500;line-height:100%}.epmc__header-actions{flex-shrink:0;align-items:center;gap:10px;padding-top:2px;display:flex}.epmc__icon-btn{cursor:pointer;color:#00568b;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;display:flex}.dark .epmc__icon-btn{color:#06a0ff}.epmc__title-row{align-items:flex-start;gap:10px;display:flex}.epmc__image{object-fit:cover;box-sizing:border-box;border-radius:6px;flex-shrink:0;width:56px;height:56px}@media (min-width:768px){.epmc__image{width:80px;height:80px}}.epmc__title{letter-spacing:0%;color:#00568b;margin:0;font-family:"Baloo 2",sans-serif;font-size:28px;font-weight:600;line-height:27px}@media (min-width:768px){.epmc__title{font-size:28px;line-height:27px}}.dark .epmc__title{color:#f1f5f9}.epmc__rules-area{flex-direction:column;gap:6px;margin-left:68px;display:flex}@media (min-width:768px){.epmc__rules-area{margin-left:92px}}.epmc__rules-header-row{justify-content:space-between;align-items:center;display:flex}.epmc__rules-label{letter-spacing:0%;color:#00568b;font-family:"Baloo 2",sans-serif;font-size:16px;font-weight:600;line-height:19px}.dark .epmc__rules-label{color:#42a5f5}.epmc__close-status{align-items:center;gap:6px;display:flex}.epmc__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.epmc__rules-text{letter-spacing:0%;color:#6e6e6e;margin:0;font-family:"Baloo 2",sans-serif;font-size:14px;font-weight:400;line-height:18px}.epmc__volume-row{justify-content:flex-end;margin-bottom:-6px;display:flex}.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__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__multi-legend{flex-wrap:wrap;gap:12px 24px;margin:4px 0 8px 68px;padding:0;display:none}@media (min-width:1024px){.epmc__multi-legend{margin-left:92px;display:flex}}.epmc__legend-item{align-items:center;gap:8px;display:flex}.epmc__legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.epmc__legend-label{color:#939393;white-space:nowrap;font-family:"Baloo 2",sans-serif;font-size:14px;font-weight:500}.epmc__legend-value{color:#4b5563;font-family:"Baloo 2",sans-serif;font-size:14px;font-weight:700}.dark .epmc__legend-label{color:#94a3b8}.dark .epmc__legend-value{color:#f1f5f9}.epmc__carousel-shell{width:100%}.epmc__carousel{width:100%;transition:height .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.epmc__carousel-track{align-items:flex-start;width:100%;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex}.epmc__carousel-slide{flex:0 0 100%;width:100%;min-width:0}.epmc__carousel-slide--anim{justify-content:center;align-items:center;display:flex;overflow:hidden}.epmc__carousel-tabs{justify-content:center;align-items:center;gap:6px;margin-top:8px;display:flex}.epmc__carousel-tab{color:#9ca3af;cursor:pointer;background:0 0;border:1.5px solid #4b5563;border-radius:9999px;align-items:center;gap:6px;padding:4px 14px;font-family:"Baloo 2",sans-serif;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.epmc__carousel-tab--active{color:#fff;background:linear-gradient(135deg,#6366f1,#06a0ff);border-color:#0000}.epmc__carousel-live-dot{background:#ef4444;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite epmc-live-pulse}@keyframes epmc-live-pulse{0%,to{opacity:1}50%{opacity:.3}}.epmc__carousel-dots{justify-content:center;align-items:center;gap:8px;margin-top:8px;display:none}.epmc__carousel-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.dark .epmc__carousel-dot{background:#4b5563}.epmc__carousel-dot--active{background:linear-gradient(135deg,#6366f1,#06a0ff);border-radius:9999px;width:20px}@media (max-width:1023px){.epmc__carousel-tabs{display:none}.epmc__carousel-dots{display:flex}}.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:#06a0ff;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700}.epmc-tooltip-no{color:#00568b;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700}.epmc__bottom-row{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;min-width:0;max-width:100%;display:flex}@media (min-width:1024px){.epmc__bottom-row{flex-direction:column;align-items:stretch;gap:10px}}.epmc__bottom-sentiment{align-items:center;width:100%;min-width:0;display:flex}.epmc__ranges{flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;display:flex}@media (min-width:1024px){.epmc__ranges{width:100%}}.epmc__ranges--compact{gap:4px}.epmc__range-btn{cursor:pointer;color:#939393;text-align:center;background:0 0;border:none;border-radius:8px;flex:none;padding:4px 12px;font-family:"Baloo 2",sans-serif;font-size:13px;font-weight:600;transition:all .15s}.epmc__ranges--compact .epmc__range-btn{padding:4px 10px;font-size:12px}.epmc__range-btn:hover{color:#00568b}.epmc__range-btn--active{color:#00568b;background:#f6f6f6}.epmc__range-btn--disabled{opacity:.4;cursor:not-allowed}.epmc__range-btn--disabled:hover{color:#939393}@media (max-width:1023px){.epmc__bottom-row{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;overflow-x:hidden}.epmc__bottom-row::-webkit-scrollbar{display:none}.epmc__range-btn{padding:4px 6px;font-size:11px}.epmc__ranges{gap:2px}}.dark .epmc__range-btn{color:#94a3b8}.dark .epmc__range-btn:hover{color:#06a0ff}.dark .epmc__range-btn--active{color:#06a0ff;background:#06a0ff1a}.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{justify-content:space-between;align-items:center;display:flex}
.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-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;width:100%;margin-bottom:4px;padding:16px}.dark .pt__card{background:#131e35;border-top-color:#ffffff14;border-bottom-color:#ffffff14}.pt__header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;display:flex}.pt__title{color:#00568b;font-family:"Baloo 2",Baloo,sans-serif;font-size:16px;font-weight:700;line-height:22px}.dark .pt__title{color:#06a0ff}.pt__icon{color:#00568b}.dark .pt__icon{color:#06a0ff}.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__body{flex-direction:column;max-height:240px;margin-top:16px;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;min-width:18px;display:flex}.pt__dot{background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:12px;height:12px;transition:all .2s;display:flex}.pt__dot--done{background:#06a0ff;width:18px;height:18px}.dark .pt__dot{background:#374151}.dark .pt__dot--done{background:#06a0ff}.pt__line{background:#f3f4f6;width:2px;height:40px;margin:4px 0;transition:all .2s}.pt__line--done{background:#06a0ff}.dark .pt__line{background:#374151}.dark .pt__line--done{background:#06a0ff}.pt__content{flex-direction:column;gap:0;margin-top:-4px;display:flex}.pt__label{color:#787878;font-family:"Baloo 2",sans-serif;font-size:18px;font-weight:500;line-height:24px}.dark .pt__label{color:#f1f5f9}.pt__desc{color:#c2c2c2;font-family:"Baloo 2",sans-serif;font-size:14px;font-weight:400;line-height:24px}.dark .pt__desc{color:#64748b}.pt__story-dark-wrapper{background:#0f172a;border-radius:12px;padding:24px}@media (max-width:1023px){.pt__card{background:0 0!important;border-left:none!important;border-right:none!important;padding-left:0!important;padding-right:0!important}}
.am__card{box-sizing:border-box;background:#fff;border:none;border-radius:16px;flex-direction:column;gap:0;width:100%;padding:16px;display:flex}.dark .am__card{background:#131e35}.am__heading{letter-spacing:0;color:#00568b;margin-bottom:12px;font-family:"Baloo 2",sans-serif;font-size:18px;font-weight:600;line-height:100%}@media (min-width:1024px){.am__heading{font-family:Baloo,"Baloo 2",sans-serif;font-weight:400;line-height:24px}}.dark .am__heading{color:#fff}@media (min-width:1024px){.dark .am__heading{color:#06a0ff}}.am__list{flex-direction:column;flex:1;gap:10px;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,.dark .am__row--active{box-shadow:0 0 0 2px #06a0ff}.am__row--yes{background:#fafdff}.dark .am__row--yes{background:#06a0ff0d}.am__row--no{background:#f0f9ff}.dark .am__row--no{background:#00568b1a}.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:0 0 70%;max-width:70%;display:flex}.am__title{letter-spacing:0;color:#00568b;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:"Baloo 2",Baloo,sans-serif;font-size:16px;font-weight:500;line-height:18px;display:-webkit-box;overflow:hidden}.dark .am__title{color:#06a0ff}.am__subtitle{letter-spacing:0;color:#fff;border-radius:20px;justify-content:center;align-items:center;min-width:40px;padding:2px 10px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;line-height:17.5px;display:inline-flex}.am__subtitle--yes{background:#06a0ff}.am__subtitle--no{background:#00568b}.am__stats{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:1px;display:flex}.am__pct{letter-spacing:0;font-family:"Baloo 2",Baloo,sans-serif;font-size:18px;font-weight:600;line-height:17px}.am__pct--yes{color:#06a0ff}.am__pct--no{color:#00568b}.am__change{letter-spacing:0;flex-direction:row;align-items:center;gap:2px;font-family:"Baloo 2",Baloo,sans-serif;font-size:16.72px;font-weight:700;line-height:20.42px;display:flex}.am__change--yes{color:#06a0ff}.am__change--no{color:#00568b}.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}@media (max-width:1023px){.am__card{background:0 0!important;padding:0!important}.am__row{border-radius:16px!important;grid-template-columns:64px 1fr auto!important;grid-template-areas:"thumb title title""thumb pill stats"!important;align-items:start!important;gap:8px 12px!important;padding:16px 12px!important;display:grid!important}.am__thumb,.am__thumb--placeholder{border-radius:8px!important;grid-area:thumb!important;width:64px!important;height:64px!important}.am__meta{flex:none!important;grid-area:title!important;max-width:100%!important}.am__title{-webkit-line-clamp:4!important;font-size:15px!important;line-height:20px!important}.am__row>div:nth-child(3){grid-area:pill!important;align-self:end!important}.am__stats{grid-area:stats!important;align-self:end!important;margin-left:0!important}.am__pct{color:#00568b!important}.dark .am__pct,.am__change,.dark .am__change{color:#06a0ff!important}}

.oh__section{flex-direction:column;gap:12px;display:flex}.oh__summary{scrollbar-width:none;align-items:stretch;gap:10px;padding-bottom:2px;display:flex;overflow-x:auto}.oh__summary::-webkit-scrollbar{display:none}.oh__stat-pill{background:#fff;border:1px solid #e5e5e5;border-radius:20px;flex:none;justify-content:space-between;align-items:center;gap:10px;min-width:200px;height:58px;padding:0 14px;display:flex}@media (min-width:768px){.oh__stat-pill{flex:1 1 0}html:lang(si) .oh__stat-pill{flex:none;min-width:260px}}.oh__stat-pill-info{flex-direction:column;gap:3px;min-width:0;display:flex}.oh__stat-pill-label{letter-spacing:0%;vertical-align:middle;color:#00568b;white-space:nowrap;font-family:"Baloo 2",sans-serif;font-size:16px;font-weight:500;line-height:16px}.oh__stat-pill-value{letter-spacing:0%;vertical-align:middle;color:#00568b;flex-wrap:wrap;align-items:baseline;gap:5px;font-family:"Baloo 2",sans-serif;font-size:18px;font-weight:700;line-height:16px;display:flex}.oh__stat-pill-value.oh__pnl-value--pos,.oh__stat-pill-value.oh__pnl-value--zero{color:#00568b}.oh__stat-pill-value.oh__pnl-value--neg{color:#f43b5c}.oh__stat-pill-value svg{flex-shrink:0;width:11px;height:11px}.oh__stat-pill-sub{color:var(--color-text-tertiary);font-size:11px;font-weight:600}.oh__stat-pill-sublines{color:var(--color-text-tertiary);flex-direction:column;gap:0;font-size:10px;font-weight:500;line-height:1.3;display:flex}.oh__stat-pill-icon{object-fit:contain;flex-shrink:0;width:40px;height:40px}@media (max-width:480px){.oh__stat-pill{min-width:170px;padding:0 12px}.oh__stat-pill-value{font-size:15px}.oh__stat-pill-icon{width:34px;height:34px}}.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{box-shadow:none;background:#fff;border:1px solid #e5e5e5;border-radius:20px;overflow:hidden}.oh__market-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:12px;padding:16px;display:flex}.oh__market-info{flex:1;min-width:0}.oh__market-title{letter-spacing:0%;vertical-align:middle;color:#000;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:"Baloo 2",sans-serif;font-size:16px;font-weight:500;line-height:16px;display:-webkit-box;overflow:hidden}.oh__market-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:13px;display:flex}.oh__market-pnl-inline{align-items:baseline;gap:5px;margin-right:10px;display:inline-flex}.oh__outcome-pill,.oh__status-pill{white-space:nowrap;border-radius:40px;justify-content:center;align-items:center;height:17px;padding:0 10px;font-size:11px;font-weight:500;display:inline-flex}.oh__status-pill--open{color:#03a1e6!important;background:#03a1e61a!important}.oh__status-pill--closed,.oh__status-pill--resolved{color:#9e9e9e!important;background:#f6f6f6!important}.oh__outcome-pill--yes,.oh__outcome-pill--no,.oh__outcome-pill--invalid,.oh__outcome-pill--unresolved{color:#9e9e9e;background:#f6f6f6}.oh__market-orders-count{color:var(--color-text-tertiary);font-size:11px;font-weight:500}.oh__countdown{letter-spacing:.04em;font-variant-numeric:tabular-nums;color:#03a1e6;background:#03a1e61a;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.oh__countdown--urgent{color:#f59e0b;background:#f59e0b1f;animation:2s ease-in-out infinite ohCountdownPulse}.oh__countdown--closed{color:var(--color-text-tertiary);background:#94a3b81a}.oh__countdown-dot{background:#f59e0b;border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:1s ease-in-out infinite ohDotBlink}.oh__countdown-value{letter-spacing:.06em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;font-weight:800}@keyframes ohDotBlink{0%,to{opacity:1}50%{opacity:.3}}@keyframes ohCountdownPulse{0%,to{box-shadow:0 0 #f59e0b00}50%{box-shadow:0 0 6px 1px #f59e0b26}}.oh__pnl-label{letter-spacing:0%;vertical-align:middle;color:#9e9e9e;font-family:"Baloo 2",sans-serif;font-size:18px;font-weight:400;line-height:16px}.oh__pnl-value{font-size:15px;font-weight:800;line-height:1.2}.oh__pnl-value--inline{letter-spacing:0%;vertical-align:middle;font-family:"Baloo 2",sans-serif;font-size:18px;font-weight:700;line-height:16px}.oh__pnl-value--inline.oh__pnl-value--pos,.oh__pnl-value--inline.oh__pnl-value--neg,.oh__pnl-value--inline.oh__pnl-value--zero{color:#000}.oh__pnl-value--pos{color:#0ea5e9}.oh__pnl-value--neg{color:#ff6161}.oh__pnl-value--zero{color:var(--color-text-tertiary)}.oh__chevron{color:#000;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;line-height:0;transition:transform .25s cubic-bezier(.4,0,.2,1);display:inline-flex;transform:rotate(-90deg)}.oh__chevron--open{color:#000;transform:rotate(0)}.oh__body{border-top:1px solid #0000000d;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{border-bottom:1px solid #0000000d;flex-direction:column;gap:0;padding:10px 16px 12px;display:flex}.oh__stat-row{justify-content:space-between;align-items:baseline;gap:12px;padding:0;display:flex}.oh__stat-row+.oh__stat-row{margin-top:-5px}.oh__stat-key{letter-spacing:0%;color:#858585;font-family:"Baloo 2",sans-serif;font-size:14px;font-weight:400;line-height:11px}.oh__stat-value{letter-spacing:0%;text-align:right;color:#858585;font-family:"Baloo 2",sans-serif;font-size:14px;font-weight:400;line-height:24px}.oh__stat-value--pos{color:#0ea5e9}.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 #0000000d}.oh__side-pill{text-align:center;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;border-radius:6px;flex-shrink:0;height:24px;padding:0 8px;font-size:11px;font-weight:700;line-height:24px;display:inline-block;overflow:hidden}.oh__side-pill--binary{min-width:44px;padding:0 8px}.oh__side-pill--multi{min-width:44px;max-width:90px;padding:0 8px}.oh__side-pill--yes{color:#0ea5e9;background:#0ea5e926}.oh__side-pill--no{color:#ff6161;background:#ef616126}.oh__side-pill--other{color:#0ea5e9;background:#0ea5e926}.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{letter-spacing:0%;text-align:right;vertical-align:middle;color:#9e9e9e;font-family:"Baloo 2",sans-serif;font-size:12px;font-weight:400;line-height:16px}.oh__order-shares-value{letter-spacing:0%;text-align:right;vertical-align:middle;color:#000;font-family:"Baloo 2",sans-serif;font-size:18px;font-weight:700;line-height:16px}.oh__order-date{letter-spacing:0%;text-align:right;vertical-align:middle;color:#9e9e9e;font-family:"Baloo 2",sans-serif;font-size:12px;font-weight:400;line-height:16px}.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__sell-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#0ea5e9,#0095d6);border:none;border-radius:12px;justify-content:center;align-items:center;gap:7px;width:calc(100% - 32px);margin:0 16px 12px;padding:10px 14px;font-size:13px;font-weight:800;transition:transform .12s,filter .15s;display:flex}.oh__sell-btn:hover{filter:brightness(1.05)}.oh__sell-btn:active{transform:scale(.98)}.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__stats{padding:8px 12px 4px}.oh__orders-list{padding:0 12px 10px}}@media (max-width:767px){.oh__market-meta .oh__status-pill{margin-left:auto}.oh__market-title,.oh__pnl-label,.oh__pnl-value--inline{font-size:16px}}.dark .oh__market{background:#1e293b;border:1px solid #ffffff0f}.dark .oh__market-title{color:#fff}.dark .oh__pnl-value--inline.oh__pnl-value--pos,.dark .oh__pnl-value--inline.oh__pnl-value--neg,.dark .oh__pnl-value--inline.oh__pnl-value--zero{color:#9e9e9e}.dark .oh__stat-pill{background:#1e293b;border:1px solid #ffffff0f}.dark .oh__stat-pill-label,.dark .oh__stat-pill-value,.dark .oh__stat-pill-value.oh__pnl-value--pos,.dark .oh__stat-pill-value.oh__pnl-value--zero{color:#fff}.dark .oh__body{border-top:1px solid #ffffff0d}.dark .oh__stats{border-bottom:1px solid #ffffff0d}.dark .oh__order+.oh__order{border-top:1px solid #ffffff0d}.dark .oh__order-shares-value,.dark .oh__chevron,.dark .oh__chevron--open{color:#fff}
.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}
