@keyframes update-popup-slide-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes update-popup-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes update-popup-pulse{0%,to{opacity:1}50%{opacity:.6}}.update-popup{z-index:9999;width:calc(100% - 32px);max-width:480px;margin:0 auto;animation:.4s cubic-bezier(.16,1,.3,1) forwards update-popup-slide-in;position:fixed;top:68px;left:0;right:0}.update-popup--dismissed{pointer-events:none;animation:.3s cubic-bezier(.7,0,.84,0) forwards update-popup-slide-out}.update-popup__card{background:var(--color-bg-card,#1e2030);border:1px solid var(--color-border-secondary,#ffffff14);-webkit-backdrop-filter:blur(24px)saturate(1.6);border-radius:14px;align-items:center;gap:12px;padding:14px 16px;display:flex;box-shadow:0 8px 32px #0000004d,0 2px 8px #0003,inset 0 1px #ffffff0d}.update-popup__icon{color:#fff;background:linear-gradient(135deg,#38b598,#2ca286);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;animation:2s ease-in-out infinite update-popup-pulse;display:flex}.update-popup__body{flex:1;min-width:0}.update-popup__title{color:var(--color-text-primary,#fff);margin:0 0 2px;font-size:13px;font-weight:700;line-height:1.3}.update-popup__description{color:var(--color-text-tertiary,#ffffff80);margin:0;font-size:11px;line-height:1.4}.update-popup__actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.update-popup__refresh-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#38b598,#2ca286);border:none;border-radius:8px;align-items:center;gap:5px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.update-popup__refresh-btn:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px #38b59859}.update-popup__refresh-btn:active{transform:translateY(0)}.update-popup__dismiss-btn{width:28px;height:28px;color:var(--color-text-tertiary,#fff6);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.update-popup__dismiss-btn:hover{background:var(--color-border-secondary,#ffffff0f);color:var(--color-text-secondary,#ffffffb3)}@media (max-width:400px){.update-popup{width:calc(100% - 24px);top:12px}.update-popup__card{flex-wrap:wrap;gap:10px;padding:12px 14px}.update-popup__icon{border-radius:8px;width:34px;height:34px}.update-popup__body{flex:1;min-width:0}.update-popup__actions{justify-content:flex-end;gap:8px;width:100%;margin-top:2px}.update-popup__refresh-btn{flex:1;justify-content:center;padding:9px 14px;font-size:13px}}
.footer{background:var(--color-bg-card);border:1px solid #10b9811f;border-radius:16px;width:100%;font-family:inherit;position:relative;overflow:hidden;box-shadow:0 0 0 1px #10b9810f,0 8px 32px #0003}.footer__hero{background:radial-gradient(ellipse 80% 75% at 50% 100%,#10b98147 0%,transparent 70%),var(--color-bg-card);justify-content:center;align-items:stretch;min-height:340px;padding:0;display:flex;position:relative;overflow:hidden}.footer__hero:before{content:"";pointer-events:none;z-index:0;opacity:0;background:repeating-linear-gradient(0deg,#0000,#0000 3px,#00000014 3px 4px);position:absolute;inset:0}.dark .footer__hero:before,[data-theme=dark] .footer__hero:before{opacity:1}.footer__hero:after{content:"";background:linear-gradient(to bottom,transparent,var(--color-bg-secondary));pointer-events:none;z-index:2;height:80px;position:absolute;bottom:0;left:0;right:0}.footer__glow{pointer-events:none;z-index:1;filter:blur(18px);background:radial-gradient(circle,#10b98166 0%,#0596692e 35%,#0000 65%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-120px;left:50%;transform:translate(-50%)}.footer__left-panel{z-index:3;flex-direction:column;flex:1;justify-content:center;align-items:flex-end;gap:.75rem;padding:2rem 2.5rem 2rem 3rem;display:flex;position:relative}.footer__left-panel .footer__socials-heading{text-align:right}.footer__mascot{z-index:3;flex-shrink:0;align-items:flex-end;width:240px;height:320px;margin-bottom:-2px;display:flex;position:relative}.footer__mascot-img{object-fit:contain;filter:drop-shadow(0 -8px 32px #10b98166)drop-shadow(0 8px 20px #000c);width:auto;height:300px;display:block}.footer__socials-heading{letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 .5rem;font-size:.63rem;font-weight:700}.footer__socials-grid{grid-template-columns:1fr 1fr;gap:.65rem 1.75rem;display:grid}.footer__left-panel .footer__social-item{flex-direction:row-reverse}.footer__social-item{color:var(--color-text-secondary);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.55rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .2s,transform .2s;display:flex}.footer__social-item:hover{color:#10b981;transform:scale(1.06)}.footer__social-icon-wrap{background:var(--color-border-secondary);border:1px solid var(--color-border-primary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,border-color .2s;display:flex}.footer__social-item:hover .footer__social-icon-wrap{background:#10b98126;border-color:#10b98173}.footer__social-label{white-space:nowrap}.footer__right-panel{z-index:3;flex-direction:column;flex:1;justify-content:center;gap:1.4rem;padding:2.5rem 3rem 2.5rem 2.5rem;display:flex;position:relative}.footer__improve-heading{color:var(--color-text-primary);letter-spacing:.01em;margin:0 0 .25rem;font-size:1.05rem;font-weight:700}.footer__improve-block{border-left:2px solid #10b98173;flex-direction:column;gap:.35rem;padding-left:.85rem;display:flex}.footer__improve-body{color:var(--color-text-secondary);margin:0;font-size:.8rem;line-height:1.55}.footer__improve-note{color:var(--color-text-muted);margin-top:.2rem;font-size:.75rem;display:block}.footer__contact-link{color:#10b981;font-size:.8rem;text-decoration:none;transition:color .2s}.footer__contact-link:hover{color:#34d399}.footer__whatsapp-btn,.footer__whatsapp-placeholder{letter-spacing:.03em;border-radius:8px;align-items:center;gap:.6rem;width:fit-content;padding:.55rem 1rem;font-size:.8rem;font-weight:600;transition:background .2s,transform .15s;display:inline-flex}.footer__whatsapp-btn{color:#25d366;background:#25d36626;border:1px solid #25d36666;text-decoration:none}.footer__whatsapp-btn:hover{background:#25d36640;transform:translateY(-1px)}.footer__whatsapp-placeholder{background:var(--color-border-secondary);border:1px dashed var(--color-border-primary);color:var(--color-text-muted);cursor:default}.footer__bar{background:var(--color-bg-secondary);border-top:1px solid #10b98126;flex-direction:column;align-items:center;gap:.9rem;padding:1.2rem 2rem 1rem;display:flex}.footer__bar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1200px;display:flex}.footer__logo{flex-shrink:0}.footer__logo-img{object-fit:contain;opacity:.85;width:auto;height:36px}.footer__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem 1.5rem;display:flex}.footer__link{color:var(--color-text-tertiary);cursor:pointer;letter-spacing:.04em;white-space:nowrap;background:0 0;border:none;padding:0;font-family:inherit;font-size:.78rem;text-decoration:none;transition:color .2s}.footer__link:hover{color:#10b981}.footer__feedback-email{color:#ffffff59;margin:0;font-size:.75rem}.footer__email-link{color:#3ecfcf;text-underline-offset:3px;text-decoration:underline;transition:color .2s}.footer__email-link:hover{color:#2ca5a5}.footer__divider{background:linear-gradient(90deg,#0000 0%,#05966980 25%,#10b981bf 50%,#05966980 75%,#0000 100%);width:100%;max-width:1200px;height:1px}.footer__copyright{color:var(--color-text-muted);text-align:center;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.7rem}@media (max-width:1000px){.footer__left-panel{padding:2rem 1.5rem}.footer__socials-grid{grid-template-columns:1fr}.footer__right-panel{padding:2rem 1.5rem}.footer__social-label{display:none}.footer__mascot-img{height:240px}}@media (max-width:700px){.footer__hero{min-height:unset;flex-flow:wrap;align-items:stretch;padding:0}.footer__left-panel{text-align:center;border-bottom:none;border-right:none;flex:1;justify-content:center;align-items:center;padding:1.5rem .75rem 1.25rem 1rem}.footer__left-panel .footer__socials-heading{text-align:center}.footer__mascot{flex-shrink:0;align-self:flex-end;width:160px;height:200px;margin-bottom:0}.footer__mascot-img{height:180px}.footer__socials-grid{grid-template-columns:repeat(3,auto);justify-content:center;gap:.5rem .75rem}.footer__social-label{display:none}.footer__right-panel{border-left:none;border-top:1px solid var(--color-border-primary);flex:none;width:100%;padding:1.5rem 1.25rem}.footer__improve-heading{font-size:.95rem}.footer__bar-inner{text-align:center;flex-direction:column;align-items:center}.footer__links{justify-content:center}}
.dtm-card{background:var(--color-bg-primary);border:1px solid var(--color-border-primary);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:16px;flex-direction:column;min-height:290px;padding:15px 16px 13px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000f}.dtm-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.dtm-tag{letter-spacing:.02em;color:#595d65;background:#e2e6ee87;border-radius:4px;align-items:center;height:15px;padding:.88px 6px 2.61px;font-size:10px;font-weight:500;line-height:1;display:inline-flex}.dtm-percent{color:#1ccea5;font-size:11px;font-weight:700;line-height:1}.dtm-track{background:#e2e8f0;border-radius:0;width:72px;height:3px;overflow:hidden}.dtm-fill{height:100%;width:var(--dtm-fill-pct,0%);background:#1ccea5;border-radius:0;transition:width .5s}.dtm-icon-wrap{border:3px solid var(--dtm-icon-border,#deb505);background:#f8fafc;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:45px;display:flex;overflow:hidden}.dtm-title{letter-spacing:0;color:var(--color-text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:17.5px;display:-webkit-box;overflow:hidden}.dtm-btn-yes{color:#fff!important;background:#1ccea5!important;border-color:#0000!important}.dtm-btn-yes:hover{background:#18b994!important}.dtm-btn-no{color:#fff!important;background:#ff6b6b!important;border-color:#0000!important}.dtm-btn-no:hover{background:#e85f5f!important}.dtm-close-in{letter-spacing:0;color:#2eb482;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:400;line-height:14.67px}.dtm-volume{letter-spacing:0;color:#9fa9be;align-items:center;gap:2px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:400;line-height:16.5px;display:flex}.dtm-save-btn{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:opacity .15s;display:flex}.dtm-save-btn:hover{opacity:.7}.dtm-bookmark{fill:none;stroke:#9fa9be;stroke-width:1.4px}.dtm-bookmark--saved{fill:#9fa9be;stroke:#9fa9be;stroke-width:1.4px}.dtm-pulse-dot{flex-shrink:0;width:9px;height:9px;display:inline-block;position:relative}.dtm-pulse-dot:before{content:"";background:#2eb482;border-radius:50%;position:absolute;inset:0}.dtm-pulse-dot:after{content:"";opacity:0;border:2px solid #2eb482;border-radius:50%;animation:1.8s ease-out infinite dtm-pulse-ring;position:absolute;inset:-3px}@keyframes dtm-pulse-ring{0%{opacity:.8;transform:scale(.6)}to{opacity:0;transform:scale(1.9)}}.dtm-pulse-dot--urgent:before{background:#ef4444}.dtm-pulse-dot--urgent:after{border-color:#ef4444}.dtm-close-in--urgent{color:#ef4444}.dtm-buy-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;line-height:1;transition:background .15s;display:flex}.dtm-buy-close:hover{background:#e2e8f0}.dtm-overlay-header{align-items:center;gap:8px;margin-bottom:10px;display:flex}.dtm-side-btn{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:4px;height:28px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;transition:all .15s;display:flex}.dtm-side-btn--yes{color:#fff;background:#1ccea5}.dtm-side-btn--yes:hover{background:#18b994}.dtm-side-btn--no{color:#fff;background:#ff6b6b}.dtm-side-btn--no:hover{background:#e85f5f}.dtm-side-btn--inactive{color:#64748b;opacity:.6;background:#0000000f}.dtm-side-btn--inactive:hover{opacity:.85}.dtm-stepper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;padding:6px 12px;display:flex}.dtm-stepper__btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:flex}.dtm-stepper__btn:hover{color:#0e1a32;background:#e2e8f0}.dtm-stepper__value{color:var(--color-text-primary);text-align:center;appearance:textfield;background:0 0;border:none;outline:none;width:60px;min-width:32px;font-family:JetBrains Mono,monospace;font-size:18px;font-weight:600}.dtm-stepper__value:focus{box-shadow:none;outline:none}.dtm-stepper__value::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.dtm-stepper__value::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.dtm-buy-btn{color:#fff;letter-spacing:.05em;cursor:pointer;background:#1ccea5;border:none;border-radius:10px;width:100%;height:32px;font-size:13px;font-weight:700;transition:background .15s}.dtm-buy-btn:hover{background:#18b994}.dtm-buy-btn:disabled{opacity:.4;cursor:not-allowed}.dtm-buy-btn--no{background:#ff6b6b}.dtm-buy-btn--no:hover{background:#e85f5f}.dtm-buy-btn__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite dtm-spin;display:inline-block}@keyframes dtm-spin{to{transform:rotate(360deg)}}.dtm-candidates{border-top:1px solid var(--color-border-strong);flex:1 1 0;min-height:0;margin-top:10px;overflow-y:auto}.dtm-candidates__header{color:#0e1a32;padding:10px 0 6px;font-size:13px;font-weight:700}.dtm-candidates__list{flex-direction:column;display:flex}.dtm-candidate{border-top:1px solid var(--color-border-strong);justify-content:space-between;align-items:center;gap:8px;padding:10px 0;display:flex}.dtm-candidate:first-child{border-top:none}.dtm-candidate__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.dtm-candidate__name{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;line-height:1.3;overflow:hidden}.dtm-candidate__vol{color:#9fa9be;font-family:JetBrains Mono,monospace;font-size:11px;line-height:1}.dtm-candidate__change{flex-shrink:0;justify-content:flex-end;align-items:center;gap:3px;min-width:44px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;display:flex}.dtm-candidate__change.up{color:#1ccea5}.dtm-candidate__change.down{color:#ff6b6b}.dtm-candidate__change.down .dtm-candidate__arrow{transform:rotate(180deg)}.dtm-candidate__actions{flex-shrink:0;gap:4px;display:flex}.dtm-candidate__btn{cursor:pointer;white-space:nowrap;text-align:center;border:none;border-radius:6px;min-width:56px;height:26px;padding:0 6px;font-size:11px;font-weight:700;transition:opacity .15s}.dtm-candidate__btn:hover{opacity:.85}.dtm-candidate__btn--yes{color:#fff;background:#1ccea5}.dtm-candidate__btn--no{color:#fff;background:#ff6b6b}.dtm-chart-wrap{border-radius:8px;flex:1 1 0;width:100%;min-height:0;margin-bottom:4px;overflow:hidden}.dtm-chart{width:100%;height:100%}.dtm-chart .pmchart__svg-wrap{height:100%}.dtm-chart .pmchart__svg{width:100%;height:100%}.dtm-chart .pmchart__x-axis,.dtm-chart .pmchart__y-axis{display:none}.dtm-max-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background:linear-gradient(135deg,#1ccea5 0%,#0ea5e9 100%);border:1px solid #0000;border-radius:13px;height:26px;padding:0 14px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700;transition:opacity .15s}.dtm-max-btn:hover{opacity:.9}.dtm-max-btn--active{box-shadow:0 0 0 2px #1ccea566}.dtm-preset-amounts{flex-wrap:wrap;gap:5px;padding:2px 0;display:flex}.dtm-preset-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;height:24px;padding:0 8px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600;transition:all .15s}.dtm-preset-btn:hover{color:#1ccea5;border-color:#1ccea5}.dtm-preset-btn--disabled{opacity:.35;cursor:not-allowed;pointer-events:none;text-decoration:line-through}.dtm-preset-btn--active{color:#fff;background:#1ccea5;border-color:#1ccea5}.dtm-preset-btn--max{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#1ccea5 0%,#0ea5e9 100%);border-color:#0000;font-weight:700}.dtm-preset-btn--max:hover{opacity:.9;color:#fff;border-color:#0000}.dark .dtm-card{background:#131e35;border-color:#ffffff14}.dark .dtm-preset-btn{color:#94a3b8;border-color:#ffffff26}.dark .dtm-preset-btn:hover{color:#1ccea5;border-color:#1ccea5}.dark .dtm-preset-btn--active{color:#fff;background:#1ccea5;border-color:#1ccea5}.dark .dtm-preset-btn--max{color:#fff;background:linear-gradient(135deg,#1ccea5 0%,#0ea5e9 100%);border-color:#0000}.dark .dtm-tag{color:#94a3b8;background:#ffffff14}.dark .dtm-track{background:#ffffff1f}.dark .dtm-icon-wrap{background:#ffffff0f}.dark .dtm-title{color:#fff}.dark .dtm-buy-close{color:#94a3b8;background:#ffffff14}.dark .dtm-buy-close:hover{background:#ffffff24}.dark .dtm-stepper{background:#ffffff0a;border-color:#ffffff1f}.dark .dtm-stepper__btn{color:#94a3b8}.dark .dtm-stepper__btn:hover{color:#fff;background:#ffffff14}.dark .dtm-stepper__value{color:#fff}.dark .dtm-side-btn--inactive{color:#94a3b8;background:#ffffff14}
.tmc__card{box-sizing:border-box;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e2e2e9;border-radius:18px;flex-direction:column;align-items:center;gap:0;width:224px;min-height:222px;margin-top:13px;padding:33px 16px 16px;display:flex;position:relative}.dark .tmc__card{background:#131e35;border-color:#ffffff14}.tmc__card-link{width:100%;color:inherit;cursor:pointer;flex-direction:column;align-items:center;text-decoration:none;display:flex}.tmc__date-pill{white-space:nowrap;background:#ececec;border-radius:9999px;justify-content:center;align-items:center;height:26px;padding:0 14px;display:inline-flex;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.dark .tmc__date-pill{background:#ffffff1a}.tmc__date-text{letter-spacing:-.5px;text-align:center;color:#0f172a;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:500;line-height:15px}.dark .tmc__date-text{color:#e2e8f0}.tmc__teams{justify-content:center;align-items:center;gap:16px;width:100%;margin-bottom:12px;display:flex}.tmc__team{flex-direction:column;align-items:center;gap:8px;display:flex}.tmc__flag-circle{background:#fff;border:1px solid #f3f4f6;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.dark .tmc__flag-circle{background:#1e293b;border-color:#ffffff1a}.tmc__flag-img{object-fit:cover;border:1.5px solid #d1d5db;border-radius:5px;width:34px;height:34px}.tmc__flag-placeholder{color:#94a3b8;font-family:JetBrains Mono,monospace;font-size:18px;font-weight:700}.tmc__team-name{letter-spacing:-.5px;text-align:center;color:#111;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:700;line-height:20px}.dark .tmc__team-name{color:#f1f5f9}.tmc__vs{letter-spacing:-.5px;color:#666;flex-shrink:0;align-self:center;margin-top:-20px;font-family:JetBrains Mono,monospace;font-size:18px;font-weight:700;line-height:22px}.dark .tmc__vs{color:#94a3b8}.tmc__live-score{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:3px;width:100%;margin-bottom:10px;padding:7px 10px;display:flex}.dark .tmc__live-score{background:#ffffff0d;border-color:#ffffff14}.tmc__live-row{align-items:center;gap:5px;display:flex}.tmc__live-icon{flex-shrink:0;font-size:11px;line-height:1}.tmc__live-team{color:#64748b;flex-shrink:0;width:28px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700}.dark .tmc__live-team{color:#94a3b8}.tmc__live-runs{color:#64748b;text-align:right;flex:1;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500}.tmc__live-row--batting .tmc__live-team,.tmc__live-row--batting .tmc__live-runs{color:#0f172a;font-weight:700}.dark .tmc__live-row--batting .tmc__live-team,.dark .tmc__live-row--batting .tmc__live-runs{color:#f1f5f9}.tmc__subtitle{letter-spacing:-.5px;text-align:center;color:#666;margin:0 0 14px;padding:0 4px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px}.dark .tmc__subtitle{color:#94a3b8}.tmc__actions{justify-content:center;gap:8px;width:100%;display:flex}.tmc__btn{cursor:pointer;letter-spacing:0;text-align:center;color:#fff;white-space:nowrap;box-sizing:border-box;border:none;border-radius:5px;justify-content:center;align-items:center;width:89px;height:31px;padding:8px 12px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;line-height:15px;transition:opacity .15s;display:flex}.tmc__btn:hover{opacity:.88}.tmc__btn--yes{background:#03d4a3}.tmc__btn--no{background:#ff6161}.tmc__btn--active{opacity:1;box-shadow:inset 0 0 0 2px #fff9}.tmc__order-overlay{border-radius:inherit;z-index:20;box-sizing:border-box;background:#fff;flex-direction:column;justify-content:center;gap:10px;padding:16px;animation:.18s tmc-overlay-in;display:flex;position:absolute;inset:0}.dark .tmc__order-overlay{background:#131e35}@keyframes tmc-overlay-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.tmc__overlay-header{align-items:center;gap:6px;width:100%;display:flex}.tmc__overlay-header .tmc__btn{flex:1}.tmc__btn--inactive{opacity:.45}.tmc__overlay-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:flex}.tmc__overlay-close:hover{color:#334155;background:#e2e8f0}.dark .tmc__overlay-close{color:#94a3b8;background:#ffffff14}.dark .tmc__overlay-close:hover{color:#e2e8f0;background:#ffffff24}.tmc__stepper{box-sizing:border-box;background:#f3f4f6;border-radius:10px;align-items:center;gap:6px;width:100%;height:36px;padding:0 8px;display:flex}.dark .tmc__stepper{background:#1e293b}.tmc__stepper-btn{cursor:pointer;color:#9ca3af;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex}.tmc__stepper-btn:hover{color:#374151}.dark .tmc__stepper-btn:hover{color:#e2e8f0}.tmc__coin-icon{flex-shrink:0}.tmc__stepper-input{text-align:center;color:#111827;min-width:0;box-shadow:none;background:0 0;border:none;outline:none;flex:1;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:700}.tmc__stepper-input:focus{box-shadow:none;border:none;outline:none}.dark .tmc__stepper-input{color:#f1f5f9}.tmc__stepper-input::placeholder{color:#9ca3af;font-weight:400}.tmc__buy-btn{cursor:pointer;letter-spacing:.5px;color:#fff;box-sizing:border-box;border:none;border-radius:10px;width:100%;height:36px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;transition:opacity .15s}.tmc__buy-btn:hover:not(:disabled){opacity:.88}.tmc__buy-btn:disabled{opacity:.5;cursor:not-allowed}.tmc__buy-btn--yes{background:#1ccea5}.tmc__buy-btn--no{background:#ff6161}.tmc__story-row{flex-wrap:wrap;align-items:flex-start;gap:16px;display:flex}
.login-popup-card:has(.network-list){min-height:auto}.network-list{flex-direction:column;gap:.5rem;width:100%;max-width:360px;margin:0 auto;display:flex}.network-item{cursor:pointer;text-align:left;background:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:.75rem;width:100%;padding:.75rem .875rem;font-family:inherit;transition:all .2s;display:flex}.network-item:hover{background:#f9fafb;border-color:#38b598}.network-item--active{border-color:#38b598;box-shadow:0 0 0 1px #38b598}.network-item__icon{background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.network-item--active .network-item__icon{border-color:#38b5984d}.network-item__info{flex:1;min-width:0}.network-item__name{color:#1f2937;font-size:.85rem;font-weight:700;line-height:1.3}.network-item__meta{color:#6b7280;margin-top:.05rem;font-size:.7rem;font-weight:500}.network-item__address{color:#38b598;margin-top:.15rem;font-size:.68rem;font-weight:600}.network-item__tokens{flex-shrink:0;gap:.25rem;display:flex}.network-item__token{color:#6b7280;letter-spacing:.3px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;padding:.1rem .35rem;font-size:.58rem;font-weight:700}.network-item__check{color:#fff;background:#38b598;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.network-disconnect-btn{color:#ef4444;cursor:pointer;text-align:center;background:0 0;border:1px solid #d1d5db;border-radius:6px;width:100%;max-width:360px;margin:.875rem auto 0;padding:.55rem 1rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .2s;display:block}.network-disconnect-btn:hover{background:#ef44440a;border-color:#ef4444}.dark .network-item{background:#1f2937;border-color:#374151}.dark .network-item:hover{background:#1f2937;border-color:#38b598}.dark .network-item--active{border-color:#38b598;box-shadow:0 0 0 1px #38b598}.dark .network-item__icon{background:#111827;border-color:#374151}.dark .network-item--active .network-item__icon{border-color:#38b59866}.dark .network-item__name{color:#f9fafb}.dark .network-item__meta{color:#9ca3af}.dark .network-item__token{color:#9ca3af;background:#111827;border-color:#374151}.dark .network-disconnect-btn{border-color:#374151}.dark .network-disconnect-btn:hover{background:#ef44441a;border-color:#ef4444}@media (max-width:768px){.network-item__tokens{display:none}}
.mbs-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;align-items:flex-end;animation:.2s ease-out mbsFadeIn;display:flex;position:fixed;inset:0}@keyframes mbsFadeIn{0%{opacity:0}to{opacity:1}}.mbs-sheet{width:100%;max-height:85vh;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-radius:20px 20px 0 0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;animation:.35s cubic-bezier(.22,1,.36,1) mbsSlideUp;overflow-y:auto}@keyframes mbsSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mbs-handle{justify-content:center;padding:.75rem 0 .25rem;display:flex}.mbs-handle__bar{background:#d1d5db;border-radius:9999px;width:36px;height:4px}.mbs-header{justify-content:space-between;align-items:center;padding:.5rem 1.25rem .75rem;display:flex}.mbs-header__title{color:#1f2937;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.mbs-header__icon{color:#fff;background:#38b598;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.mbs-close-btn{color:#9ca3af;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.mbs-close-btn:hover{color:#4b5563;background:#e5e7eb}.mbs-balance{padding:0 1.25rem 1rem}.mbs-balance__grid{grid-template-columns:1fr 1fr;gap:.625rem;display:grid}.mbs-balance__card{background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;padding:.875rem}.mbs-balance__label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.6rem;font-weight:700}.mbs-balance__value{align-items:center;gap:.375rem;margin-top:.375rem;display:flex}.mbs-balance__coin{border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.5rem;font-weight:900;display:flex}.mbs-balance__coin--usable{color:#38b598;background:#38b5981a}.mbs-balance__coin--hold{color:#9ca3af;background:#f3f4f6}.mbs-balance__amount{color:#1f2937;letter-spacing:-.03em;font-size:1.25rem;font-weight:900}.mbs-balance__amount--hold{color:#9ca3af}.mbs-overview-btn{cursor:pointer;color:#38b598;text-align:left;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.mbs-overview-btn:hover{background:#38b5980a;border-color:#38b598}.mbs-overview-btn__arrow{opacity:.6;margin-left:auto}.mbs-section{padding:.75rem 1.25rem}.mbs-section__title{color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.625rem;font-size:.6rem;font-weight:700}.mbs-networks{flex-direction:column;gap:.5rem;display:flex}.mbs-network{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:.625rem;width:100%;padding:.625rem .75rem;font-family:inherit;transition:all .2s;display:flex}.mbs-network:hover{border-color:#38b598}.mbs-network--active{border-color:#38b598;box-shadow:0 0 0 1px #38b598}.mbs-network__icon{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.mbs-network__info{flex:1;min-width:0}.mbs-network__name{color:#1f2937;font-size:.8rem;font-weight:700;line-height:1.2}.mbs-network__meta{color:#6b7280;margin-top:.1rem;font-size:.65rem;font-weight:500}.mbs-network__check{color:#fff;background:#38b598;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.mbs-deposit{padding:.75rem 1.25rem 1.5rem}.mbs-deposit__btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#38b598,#2ec4a5);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 12px #38b5984d}.mbs-deposit__btn:hover{background:linear-gradient(135deg,#2ca286,#28b99e);box-shadow:0 4px 16px #38b59866}.mbs-deposit__btn:active{transform:scale(.98)}.mbs-disconnect{color:#ef4444;cursor:pointer;text-align:center;background:0 0;border:1px solid #e5e7eb;border-radius:8px;width:100%;margin-top:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.7rem;font-weight:600;transition:all .2s;display:block}.mbs-disconnect:hover{background:#ef44440a;border-color:#ef4444}.dark .mbs-sheet{background:#111827}.dark .mbs-handle__bar{background:#374151}.dark .mbs-header__title{color:#fff}.dark .mbs-close-btn{color:#6b7280;background:#1f2937}.dark .mbs-close-btn:hover{color:#d1d5db;background:#374151}.dark .mbs-balance__card{background:#1f2937;border-color:#374151}.dark .mbs-balance__coin--hold{background:#374151}.dark .mbs-balance__amount{color:#fff}.dark .mbs-section__title{color:#6b7280}.dark .mbs-network{background:#1f2937;border-color:#374151}.dark .mbs-network:hover{border-color:#38b598}.dark .mbs-network--active{border-color:#38b598;box-shadow:0 0 0 1px #38b598}.dark .mbs-network__icon{background:#111827;border-color:#374151}.dark .mbs-network__name{color:#f9fafb}.dark .mbs-network__meta{color:#9ca3af}.dark .mbs-disconnect{border-color:#374151}.dark .mbs-disconnect:hover{background:#ef44441a;border-color:#ef4444}.dark .mbs-overview-btn{background:#1f2937;border-color:#374151}.dark .mbs-overview-btn:hover{background:#38b59814;border-color:#38b598}
.grp-card{scrollbar-width:none;border-radius:24px;width:100%;max-width:380px;max-height:90vh;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;animation:.4s cubic-bezier(.22,1,.36,1) grpFadeIn;position:relative;overflow:hidden auto;box-shadow:0 24px 48px #00000047}.grp-card::-webkit-scrollbar{display:none}.grp-layout{display:block}.grp-details-pane{min-width:0}@keyframes grpFadeIn{0%{opacity:0;filter:blur(5px);transform:scale(.94)translateY(26px)}to{opacity:1;filter:blur();transform:scale(1)translateY(0)}}@keyframes grpPaneInLeft{0%{opacity:0;transform:translate(-22px)}to{opacity:1;transform:translate(0)}}@keyframes grpPaneInRight{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}.grp-card--won{--grp-win-drift-duration:7.2s;--grp-win-shimmer-duration:3.7s;background:linear-gradient(#bae6fd 0%,#38bdf8 30%,#0ea5e9 70%,#0284c7 100%)}.grp-card--won:before,.grp-card--won:after{content:"";pointer-events:none;z-index:1;position:absolute;inset:0}.grp-card--won>*{z-index:2;position:relative}.grp-card--won:before{opacity:.34;background:radial-gradient(circle at 22% 24%,#ffffff47 0%,#fff0 36%),radial-gradient(circle at 75% 20%,#ffffff3d 0%,#fff0 34%)}.grp-card--won:after{content:none}.grp-card--won .grp-header-area:before,.grp-card--won .grp-header-area:after{content:"";pointer-events:none;position:absolute;inset:0}.grp-card--won .grp-header-area:before{opacity:.9;will-change:background-position,opacity;animation:grpWinHeaderDrift var(--grp-win-drift-duration)ease-in-out infinite;background-color:#0000;background-image:radial-gradient(circle at 14% 28%,#ffffff9e 0%,#fff0 36%),radial-gradient(circle at 86% 22%,#e0f2fe8f 0%,#e0f2fe00 34%),radial-gradient(circle at 50% 82%,#7dd3fc75 0%,#7dd3fc00 44%);background-position:50%;background-repeat:repeat,repeat,repeat;background-size:145% 145%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.grp-card--won .grp-header-area:after{opacity:.9;will-change:background-position;animation:grpWinHeaderShimmer var(--grp-win-shimmer-duration)linear infinite;background:linear-gradient(110deg,#fff0 24%,#ffffff2e 40%,#ffffff7a 50%,#ffffff2e 60%,#fff0 76%) 140% 0/260% 100%}@keyframes grpWinHeaderDrift{0%,to{opacity:.74;background-position:42% 56%}50%{opacity:1;background-position:58% 42%}}@keyframes grpWinHeaderShimmer{0%{background-position:140% 0}to{background-position:-40% 0}}.grp-card--lost{background:linear-gradient(#ffe4e6 0%,#fda4af 30%,#fb7185 65%,#e11d48 100%)}.grp-card--draw{background:linear-gradient(#e2e8f0 0%,#94a3b8 50%,#475569 100%)}.grp-card--waiting{background:linear-gradient(#ede9fe 0%,#a78bfa 50%,#7c3aed 100%)}.grp-close-btn{-webkit-backdrop-filter:blur(8px);color:#0f172a;cursor:pointer;z-index:10;background:#f8fafceb;border:1px solid #0f172a2e;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:all .2s;display:flex;position:absolute;top:14px;right:14px;box-shadow:0 6px 14px #0f172a29}.grp-close-btn:hover{background:#fff;transform:scale(1.08)}.dark .grp-close-btn,[data-theme=dark] .grp-close-btn{color:#fff;background:#0f172a6b;border-color:#94a3b857;box-shadow:0 6px 14px #02061766}.dark .grp-close-btn:hover,[data-theme=dark] .grp-close-btn:hover{background:#1e293ba3}.grp-header-area{flex-direction:column;align-items:center;gap:6px;padding:24px 20px 40px;display:flex;position:relative;overflow:hidden}.grp-mode-badge{text-transform:uppercase;letter-spacing:.08em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#ffffffe6;background:#ffffff38;border:1px solid #ffffff59;border-radius:100px;align-items:center;gap:4px;margin-bottom:2px;padding:4px 12px;font-size:9px;font-weight:800;display:inline-flex}.grp-balance{-webkit-backdrop-filter:blur(10px);color:#fff;background:#ffffff47;border:1.5px solid #ffffff73;border-radius:100px;align-items:center;gap:6px;padding:7px 18px;font-size:16px;font-weight:700;display:inline-flex;box-shadow:0 2px 10px #0000001f}.grp-icon{justify-content:center;width:100%;margin:8px 0 0;animation:.55s cubic-bezier(.34,1.56,.64,1) .18s both grpIconIn;display:flex;position:relative}@keyframes grpIconIn{0%{opacity:0;transform:scale(.5)rotate(-8deg)}65%{transform:scale(1.1)rotate(4deg)}to{opacity:1;transform:scale(1)rotate(0)}}.grp-result-image{object-fit:contain;filter:drop-shadow(0 8px 14px #00000040);-webkit-user-select:none;user-select:none;pointer-events:none;width:clamp(180px,62vw,300px);max-width:100%;height:auto}.grp-result-text{text-transform:uppercase;-webkit-user-select:none;user-select:none;letter-spacing:.03em;color:#fff;margin:6px 0 0;font-size:clamp(50px,13vw,78px);font-style:italic;font-weight:900;line-height:1.1;transform:skew(-8deg)}.grp-result-text--won{color:#fff;text-shadow:0 2px #ffffff73,0 5px #1d4ed8,0 8px 14px #1d4ed861,0 0 12px #93c5fd8c}.grp-result-text--lost{color:#fff;text-shadow:0 2px #ffffff5c,0 5px #9f1239,0 8px 14px #88133752}.grp-result-text--draw{color:#fff;text-shadow:0 2px #ffffff4d,0 5px #475569,0 8px 14px #0f172a4d}.grp-result-text--game-over{letter-spacing:.04em;text-align:center;max-width:6.2ch;margin-inline:auto;font-size:clamp(44px,10.5vw,68px);line-height:1.02;transform:skew(-6deg)}.grp-result-text--waiting{color:#fff;letter-spacing:.06em;text-shadow:none;opacity:.95;text-align:center;font-size:clamp(15px,3.8vw,20px)}:root:not(.dark):not([data-theme=dark]) .grp-result-text--won,:root:not(.dark):not([data-theme=dark]) .grp-result-text--lost,:root:not(.dark):not([data-theme=dark]) .grp-result-text--draw,.light .grp-result-text--won,.light .grp-result-text--lost,.light .grp-result-text--draw,[data-theme=light] .grp-result-text--won,[data-theme=light] .grp-result-text--lost,[data-theme=light] .grp-result-text--draw{color:#fff}.dark .grp-result-text--won,[data-theme=dark] .grp-result-text--won{text-shadow:0 2px #ffffff4d,0 5px #1e3a8a,0 10px 16px #00000073,0 0 16px #60a5fa57}.dark .grp-result-text--lost,[data-theme=dark] .grp-result-text--lost{text-shadow:0 2px #fff3,0 5px #881337,0 10px 16px #00000073}.dark .grp-result-text--draw,[data-theme=dark] .grp-result-text--draw{text-shadow:0 2px #fff3,0 5px #334155,0 10px 16px #0006}.grp-waiting-desc{color:#ffffffd1;text-align:center;max-width:280px;margin-top:0;font-size:clamp(11px,3vw,13px);line-height:1.35}.grp-waiting-spinner-wrap{margin-top:4px}.grp-waiting-spinner{width:clamp(44px,12vw,60px);height:clamp(44px,12vw,60px);animation:1.15s linear infinite grpWaitSpin}@keyframes grpWaitSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes grpWaitPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}.grp-waiting-pulse{animation:2s ease-in-out infinite grpWaitPulse}@keyframes grpC1{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:0;transform:translateY(-90px)translate(30px)rotate(400deg)}}@keyframes grpC2{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-80px)translate(-28px)rotate(-360deg)}}@keyframes grpC3{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-75px)translate(38px)rotate(280deg)}}.grp-confetti{pointer-events:none;border-radius:2px;width:9px;height:9px;position:absolute}.grp-confetti--1{background:#fbbf24;animation:1.8s ease-out .2s both grpC1;top:42%;left:18%}.grp-confetti--2{background:#f472b6;animation:1.6s ease-out .38s both grpC2;top:52%;left:62%}.grp-confetti--3{background:#34d399;animation:1.7s ease-out .5s both grpC3;top:38%;left:78%}.grp-confetti--4{background:#818cf8;animation:1.9s ease-out .42s both grpC1;top:58%;left:12%}.grp-confetti--5{background:#fb923c;animation:1.6s ease-out .28s both grpC2;top:30%;left:48%}.grp-confetti--6{background:#a78bfa;animation:1.8s ease-out .6s both grpC3;top:48%;left:88%}.grp-body{background:var(--color-bg-card,#fff);border-top:1px solid var(--color-border-secondary,#e2e8f0);border-radius:22px 22px 0 0;flex-direction:column;gap:10px;margin-top:-22px;padding:20px 16px 16px;display:flex}.grp-level-section{background:var(--color-bg-secondary,#f8fafc);border:1px solid var(--color-border-primary,#e2e8f0);border-radius:14px;padding:12px 16px}.grp-level-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.grp-level-label{color:var(--color-text-muted,#94a3b8);text-transform:uppercase;letter-spacing:.07em;font-size:11px;font-weight:700}.grp-level-value{align-items:center;gap:5px;font-size:17px;font-weight:800;display:flex}.grp-level-value--won{color:#0ea5e9}.grp-level-value--lost{color:#ef4444}.grp-level-value--draw{color:#64748b}.grp-level-value--waiting{color:#7c3aed}.grp-xp-track{background:var(--color-border-secondary,#e2e8f0);border-radius:100px;width:100%;height:9px;overflow:hidden}@keyframes grpXpFill{0%{width:0%}}.grp-xp-bar{border-radius:100px;height:100%;animation:.9s cubic-bezier(.16,1,.3,1) .5s both grpXpFill}.grp-xp-bar--won{background:linear-gradient(90deg,#38bdf8,#0ea5e9)}.grp-xp-bar--lost{background:linear-gradient(90deg,#fb7185,#ef4444)}.grp-xp-bar--draw{background:linear-gradient(90deg,#94a3b8,#64748b)}.grp-xp-bar--waiting{background:linear-gradient(90deg,#a78bfa,#7c3aed)}.grp-players{flex-direction:column;gap:8px;display:flex}@keyframes grpCardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.grp-player{background:var(--color-bg-card-hover,#fff);border:1.5px solid var(--color-border-primary,#e2e8f0);box-shadow:var(--shadow-sm,0 1px 4px #0000000a);border-radius:16px;align-items:center;gap:10px;padding:11px 13px;display:flex}.grp-player:first-child{animation:.38s .32s both grpCardIn}.grp-player:nth-child(2){animation:.38s .46s both grpCardIn}.grp-player-avatar{flex-shrink:0;width:52px;height:52px;position:relative}.grp-avatar-img{object-fit:cover;border-radius:12px;width:52px;height:52px}.grp-avatar-fallback{background:linear-gradient(135deg,#22d3ee,var(--color-accent-brand,#00d5ff));width:52px;height:52px;color:var(--color-text-inverse,#fff);border-radius:12px;justify-content:center;align-items:center;font-size:20px;font-weight:800;display:flex}.grp-player-level-badge{z-index:2;border:2px solid var(--color-bg-card,#fff);background:var(--color-bg-card,#fff);border-radius:50%;width:24px;height:24px;position:absolute;top:-7px;left:-7px;box-shadow:0 1px 4px #00000026}.grp-player-info{flex:1;min-width:0}.grp-player-name{color:var(--color-text-primary,#1e293b);align-items:center;gap:4px;font-size:13px;font-weight:700;display:flex}.grp-player-name span{white-space:nowrap;text-overflow:ellipsis;max-width:130px;overflow:hidden}.grp-player-you{color:var(--color-text-muted,#94a3b8);flex-shrink:0;font-size:10px;font-weight:600}.grp-player-meta{align-items:center;gap:6px;margin-top:3px;display:flex}.grp-player-level-text,.grp-player-score{color:var(--color-text-tertiary,#64748b);font-size:11px;font-weight:500}.grp-player-result{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.grp-player-badge{text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:900}.grp-player-badge--win{color:#0ea5e9}.grp-player-badge--lose{color:#ef4444}.grp-player-badge--draw{color:#94a3b8}.grp-player-amount{align-items:center;gap:3px;font-size:18px;font-weight:800;line-height:1;display:flex}.grp-amount-coin{color:currentColor;opacity:.95;flex-shrink:0;width:16px;height:16px;display:inline-block}.grp-player-amount--profit{color:#0ea5e9}.grp-player-amount--loss{color:#ef4444}.grp-player-amount--neutral{color:#94a3b8}.grp-play-btn{color:#fff;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:linear-gradient(135deg,#38bdf8,#0ea5e9);border:none;border-radius:16px;width:100%;margin-top:2px;padding:14px;font-size:14px;font-weight:800;transition:all .2s;box-shadow:0 4px 16px #0ea5e966}.grp-play-btn:hover{transform:translateY(-1px);box-shadow:0 6px 22px #0ea5e985}.grp-play-btn:active{transform:scale(.98)}.grp-share{background:var(--color-bg-card,#fff);border-top:1px solid var(--color-border-secondary,#f1f5f9);padding:16px}.grp-share-title{text-align:center;color:var(--color-text-muted,#94a3b8);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:10px;font-weight:700}.grp-share-label{color:var(--color-text-secondary,#475569);margin-bottom:6px;font-size:11px;font-weight:600}.grp-share-label--center{text-align:center;margin-bottom:10px}.grp-share-preview{aspect-ratio:1200/630;background:var(--color-bg-secondary,#f8fafc);border:1px solid var(--color-border-primary,#e2e8f0);border-radius:12px;justify-content:center;align-items:center;width:100%;margin-bottom:12px;display:flex;overflow:hidden}.grp-share-preview-image{object-fit:contain;border-radius:12px;width:100%;height:100%;animation:.25s grpPreviewFadeIn;display:block}.grp-share-loader{color:var(--color-text-muted,#94a3b8);flex-direction:column;align-items:center;gap:4px;display:flex}.grp-share-spinner{border:2px solid var(--color-border-primary,#e2e8f0);border-top-color:var(--color-accent-brand,#00d5ff);border-radius:50%;width:16px;height:16px;animation:1s linear infinite grpSpin}.grp-share-loader-text{font-size:9px;font-weight:500}@keyframes grpSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes grpPreviewFadeIn{0%{opacity:0}to{opacity:1}}.grp-share-link-row{align-items:center;gap:6px;margin-bottom:12px;display:flex}.grp-link-box{background:var(--color-bg-input,#f8fafc);border:1px solid var(--color-border-primary,#e2e8f0);color:var(--color-text-tertiary,#64748b);text-overflow:ellipsis;white-space:nowrap;border-radius:10px;flex:1;padding:9px 11px;font-size:10px;overflow:hidden}.grp-copy-btn{color:#0ea5e9;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #0ea5e9;border-radius:10px;flex-shrink:0;align-items:center;gap:4px;padding:9px 13px;font-size:10px;font-weight:700;transition:all .15s;display:flex}.grp-copy-btn:hover{color:#fff;background:#0ea5e9}.grp-copy-btn--copied{color:#fff!important;background:#10b981!important;border-color:#10b981!important}.grp-social{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:3px;padding:0;transition:transform .2s;display:flex}.grp-share-social-row{justify-content:center;align-items:center;gap:28px;display:flex}.grp-social--x{color:var(--color-text-primary,#1e293b)}.grp-social--fb{color:#1877f2}.grp-social:hover{transform:scale(1.14)}.grp-social-label{color:var(--color-text-muted,#94a3b8);font-size:9px;font-weight:500}.grp-social--download{color:#10b981}.grp-social--native{color:#8b5cf6}.grp-social:disabled{opacity:.35;cursor:not-allowed;transform:none!important}@keyframes grpToastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.grp-ended-overlay{animation:.3s both grpToastIn}@media (min-width:960px){.grp-card--split{width:min(980px,96vw);max-width:min(980px,96vw);max-height:none;overflow:hidden}.grp-card--split .grp-layout--split{grid-template-columns:minmax(320px,42%) minmax(0,58%);min-height:620px;display:grid}.grp-card--split .grp-close-btn{z-index:20;width:34px;height:34px;top:18px;right:18px}.grp-card--split .grp-header-area{border-right:1px solid #ffffff29;justify-content:center;gap:10px;padding:34px 28px 36px;animation:.5s cubic-bezier(.22,1,.36,1) both grpPaneInLeft}.grp-card--split .grp-icon{margin-top:14px}.grp-card--split .grp-result-text{font-size:clamp(62px,5vw,92px)}.grp-card--split .grp-result-text--game-over{max-width:6.4ch;margin-top:8px;font-size:clamp(54px,4.6vw,76px)}.grp-card--split .grp-details-pane{background:var(--color-bg-card,#fff);flex-direction:column;min-width:0;animation:.52s cubic-bezier(.22,1,.36,1) 60ms both grpPaneInRight;display:flex}.grp-card--split .grp-body{border-radius:0;flex:1;gap:12px;margin-top:0;padding:54px 18px 14px}.grp-card--split .grp-share{border-top:1px solid var(--color-border-secondary,#f1f5f9);padding:14px 18px 18px}.grp-card--split .grp-player-name span{max-width:170px}}.dark .grp-card--split .grp-header-area,[data-theme=dark] .grp-card--split .grp-header-area{border-right-color:#94a3b847}.dark .grp-card--split .grp-details-pane,[data-theme=dark] .grp-card--split .grp-details-pane{background:#0f172a}.dark .grp-card--won,[data-theme=dark] .grp-card--won{--grp-win-drift-duration:5.8s;--grp-win-shimmer-duration:2.8s;background:linear-gradient(#1e40af 0%,#1d4ed8 28%,#0284c7 62%,#0f172a 100%)}.dark .grp-card--won:before,[data-theme=dark] .grp-card--won:before{opacity:.58;mix-blend-mode:screen;background:radial-gradient(circle at 20% 24%,#bfdbfe61 0%,#bfdbfe00 40%),radial-gradient(circle at 80% 22%,#7dd3fc57 0%,#7dd3fc00 38%)}.dark .grp-card--won:after,[data-theme=dark] .grp-card--won:after{content:"";opacity:.58;mix-blend-mode:screen;animation:grpWinHeaderShimmer calc(var(--grp-win-shimmer-duration) + .9s)linear infinite;background:linear-gradient(118deg,#fff0 30%,#bfdbfe42 50%,#fff0 70%) 140% 0/240% 100%}.dark .grp-card--won .grp-header-area:before,[data-theme=dark] .grp-card--won .grp-header-area:before{opacity:.96;mix-blend-mode:screen;filter:saturate(1.2)brightness(1.08);animation:grpWinHeaderDrift var(--grp-win-drift-duration)ease-in-out infinite;background-color:#0000;background-image:radial-gradient(circle at 14% 28%,#bfdbfe9e 0%,#bfdbfe00 38%),radial-gradient(circle at 86% 22%,#7dd3fc8a 0%,#7dd3fc00 36%),radial-gradient(circle at 50% 82%,#38bdf87a 0%,#38bdf800 46%);background-position:42% 56%;background-repeat:repeat,repeat,repeat;background-size:170% 170%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.dark .grp-card--won .grp-header-area:after,[data-theme=dark] .grp-card--won .grp-header-area:after{opacity:.96;mix-blend-mode:screen;animation:grpWinHeaderShimmer var(--grp-win-shimmer-duration)linear infinite;background:linear-gradient(110deg,#fff0 24%,#bfdbfe38 40%,#e0f2fe8f 50%,#bfdbfe38 60%,#fff0 76%) 160% 0/300% 100%}.dark .grp-card--won .grp-balance,[data-theme=dark] .grp-card--won .grp-balance{background:#0f172a47;border-color:#bfdbfe57}@media (max-width:480px){.grp-share-preview{aspect-ratio:1200/630}.grp-card--won{--grp-win-drift-duration:8.2s;--grp-win-shimmer-duration:4.2s}.grp-card--won .grp-header-area:before{opacity:.82;background-size:155% 155%}.grp-card--won .grp-header-area:after{opacity:.84}.dark .grp-card--won,[data-theme=dark] .grp-card--won{--grp-win-drift-duration:6.6s;--grp-win-shimmer-duration:3.3s}.dark .grp-card--won .grp-header-area:before,[data-theme=dark] .grp-card--won .grp-header-area:before{opacity:.9}.dark .grp-card--won .grp-header-area:after,[data-theme=dark] .grp-card--won .grp-header-area:after{opacity:.88}.grp-card{border-radius:20px;max-width:100%}.grp-header-area{padding:20px 14px 34px}.grp-mode-badge{padding:3px 9px;font-size:8px}.grp-balance{padding:6px 14px;font-size:14px}.grp-body{padding:14px 12px 12px}.grp-player{padding:9px 10px}.grp-player-avatar,.grp-avatar-img,.grp-avatar-fallback{width:46px;height:46px}.grp-player-level-badge{width:21px;height:21px}.grp-player-amount{font-size:16px}}
@keyframes rmpBounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}@keyframes rmpSlideIn{0%{opacity:0;transform:translateY(12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes rmpSlideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes rmpPulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes rmpCountPop{0%{opacity:.6;transform:scale(1.15)}40%{opacity:1;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.rmp-animate-in{animation:.45s cubic-bezier(.22,1,.36,1) both rmpSlideIn}.rmp-title-animate{animation:.4s cubic-bezier(.22,1,.36,1) both rmpSlideInDown}.rmp-buttons-animate{animation:.5s cubic-bezier(.22,1,.36,1) .15s both rmpSlideIn}.rmp-count-pop{animation:.28s cubic-bezier(.34,1.56,.64,1) both rmpCountPop}.rmp-pulse-btn{animation:1.2s ease-in-out infinite rmpPulse}
@keyframes dro-slideUp{0%{opacity:0;transform:scale(.6)translateY(60px)rotate(-6deg)}to{opacity:1;transform:scale(1)translateY(0)rotate(0)}}@keyframes dro-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes dro-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.15;transform:scale(1.15)}}@keyframes dro-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes dro-wobble{0%,to{transform:rotate(0)}20%{transform:rotate(-5deg)}40%{transform:rotate(5deg)}60%{transform:rotate(-5deg)}80%{transform:rotate(5deg)}}@keyframes dro-shimmer{0%{transform:translate(-100%)skew(-12deg)}to{transform:translate(250%)skew(-12deg)}}@keyframes dro-pulseBorder{0%,to{opacity:.8;transform:scale(1)}50%{opacity:0;transform:scale(1.08)}}@keyframes dro-coinFly{0%{opacity:0;transform:translate(-50%,-50%)scale(0)rotate(0)}30%{opacity:1;transform:translate(var(--cx),var(--cy))scale(1.2)rotate(180deg)}80%{opacity:1;transform:translate(var(--cx),var(--cy))scale(1)rotate(360deg)}to{opacity:0;transform:translate(var(--cx),var(--cy))scale(.8)rotate(360deg)}}@keyframes dro-glow{0%,to{opacity:.6}50%{opacity:1}}.dro-backdrop{z-index:50;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059;justify-content:center;align-items:center;animation:.3s forwards dro-fadeIn;display:flex;position:absolute;inset:0}.dro-card{pointer-events:auto;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff47;border-radius:28px;width:100%;max-width:400px;margin:0 16px;padding:4px;animation:.55s cubic-bezier(.22,1.4,.55,1) forwards dro-slideUp;position:relative;overflow:visible;box-shadow:0 24px 64px #00000040,0 4px 16px #0000001a}.dark .dro-card,[data-theme=dark] .dro-card{-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);background:#0f172a8c;box-shadow:0 24px 64px #000000a6,0 4px 16px #0006,0 0 40px #6366f11f}.dro-inner{background:linear-gradient(145deg,#00000073,#00000014);border-radius:24px;padding:32px 24px 28px;position:relative;overflow:hidden}.dark .dro-inner,[data-theme=dark] .dro-inner{background:linear-gradient(145deg,#0f172aeb,#1e293bb3);border:1px solid #6366f12e}.dro-shimmer-bar{pointer-events:none;background:linear-gradient(#ffffff47,#0000);height:80px;animation:2s ease-in-out infinite dro-glow;position:absolute;top:0;left:0;right:0}.dark .dro-shimmer-bar,[data-theme=dark] .dro-shimmer-bar{background:linear-gradient(#6366f126,#0000)}.dro-artwork-area{justify-content:center;align-items:center;min-height:220px;margin-bottom:8px;display:flex;position:relative}.dro-glow-img{object-fit:cover;pointer-events:none;z-index:1;width:240px;height:240px;animation:8s linear infinite dro-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}.dro-pulse-ring{pointer-events:none;background:#64748b33;border-radius:50%;width:160px;height:160px;animation:2s ease-in-out infinite dro-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dro-artwork-img{z-index:2;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;position:relative}.dro-artwork-img--win{width:200px}.dro-artwork-img--lose{width:160px;height:160px;animation:2s ease-in-out infinite dro-wobble}.dro-text-area{border-radius:16px;margin-bottom:20px;padding:8px 24px 16px}.dro-title{color:#fff;text-align:center;letter-spacing:.04em;text-shadow:2px 2px #0003;margin:0 0 4px;font-size:24px;font-weight:900}.dro-subtitle{color:#fffc;text-align:center;margin:0;font-size:14px;font-weight:500}.dark .dro-subtitle,[data-theme=dark] .dro-subtitle{color:#94a3b8e6}.dro-actions{flex-direction:column;gap:10px;display:flex;position:relative}.dro-coin-particle{color:#facc15;filter:drop-shadow(0 2px 4px #0000004d);pointer-events:none;font-size:20px;font-weight:900;animation:1.6s ease-out infinite dro-coinFly;position:absolute;top:50%;left:50%}.dro-btn-primary{color:#fff;cursor:pointer;text-shadow:2px 2px #0003;border:none;border-radius:16px;outline:none;justify-content:center;align-items:center;gap:10px;width:100%;padding:18px 24px;font-size:18px;font-weight:900;transition:transform .15s,filter .15s;display:flex;position:relative;overflow:hidden}.dro-btn-primary:hover{filter:brightness(1.08);transform:translateY(-2px)scale(1.02)}.dro-btn-primary:active{transform:scale(.98)}.dro-btn-primary--win{background:linear-gradient(#facc15,#eab308);border-bottom:3px solid #ca8a04}.dark .dro-btn-primary--win,[data-theme=dark] .dro-btn-primary--win{background:linear-gradient(#fbbf24,#d97706);border-bottom:3px solid #b45309;box-shadow:0 8px 24px #fbbf2440}.dro-btn-primary--lose{background:linear-gradient(#fb923c,#f97316);border-bottom:3px solid #ea580c}.dark .dro-btn-primary--lose,[data-theme=dark] .dro-btn-primary--lose{background:linear-gradient(#f97316,#ea580c);border-bottom:3px solid #c2410c;box-shadow:0 8px 24px #f9731640}.dro-btn-ring{pointer-events:none;border:3px solid #ffffff80;border-radius:16px;animation:2s ease-in-out infinite dro-pulseBorder;position:absolute;inset:0}.dro-btn-ring--delay{border-color:#ffffff4d;animation-delay:.35s}.dro-btn-shimmer{pointer-events:none;background:#ffffff38;animation:2s linear infinite dro-shimmer;position:absolute;inset:0;transform:translate(-100%)skew(-12deg)}.dro-btn-icon{flex-shrink:0;width:22px;height:22px;transition:transform .2s}.dro-btn-primary:hover .dro-btn-icon{transform:translate(3px)}.dro-btn-primary:hover .dro-btn-icon--retry{transform:rotate(-20deg)}.dro-footer{text-align:center;color:#ffffffe6;margin-top:16px;font-size:13px;font-weight:600}.dro-footer span{color:#fff;font-weight:700}.dark .dro-footer,[data-theme=dark] .dro-footer{color:#94a3b8d9}.dark .dro-footer span,[data-theme=dark] .dro-footer span{color:#94a3b8}
.tournament-card{-webkit-user-select:none;user-select:none;background:linear-gradient(#1a56d6 0%,#1148c2 35%,#0d3aab 100%);border-radius:20px;flex-direction:column;flex-shrink:0;width:280px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0a2d9959,0 2px 8px #00000026}.tournament-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0a2d9973,0 4px 12px #0003}.tournament-card__banner-wrap{z-index:1;padding-bottom:20px;position:relative}.tournament-card__banner{width:100%;height:170px;overflow:hidden}.tournament-card__banner-img{object-fit:cover;width:100%;height:100%;display:block}.tournament-card__prize-badge{z-index:5;background:#fff;border-radius:14px;flex-direction:column;align-items:center;min-width:70px;padding:4px 14px 5px;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #00000026,0 1px 3px #00000014}.tournament-card__prize-label{color:#d97706;text-transform:uppercase;letter-spacing:.04em;font-size:8px;font-weight:700;line-height:1.2}.tournament-card__prize-value{color:#1a1a2e;align-items:center;gap:3px;font-size:20px;font-weight:900;line-height:1.2;display:flex}.tournament-card__prize-value svg{color:#1a1a2e}.tournament-card__info-row{justify-content:space-between;align-items:flex-start;gap:8px;padding:4px 14px 6px;display:flex}.tournament-card__meta{flex:1;min-width:0}.tournament-card__title{color:#fff;margin:0;font-size:15px;font-weight:800;line-height:1.15}.tournament-card__details{align-items:center;gap:8px;margin-top:2px;display:flex}.tournament-card__detail{color:#ffffffa6;align-items:center;gap:3px;font-size:10px;font-weight:600;display:inline-flex}.tournament-card__detail svg{opacity:.65}.tournament-card__entry{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:0;padding-top:2px;display:flex}.tournament-card__entry-label{color:#ffffff8c;font-size:9px;font-weight:600}.tournament-card__entry-value{color:#fff;align-items:center;gap:3px;font-size:14px;font-weight:800;display:flex}.tournament-card__bottom{flex-direction:column;align-items:center;gap:6px;padding:4px 16px 16px;display:flex}.tournament-card__countdown-label{color:#f87171;text-align:center;margin:0;font-size:11px;font-weight:500}.tournament-card__countdown{color:#fff;letter-spacing:.04em;text-align:center;text-shadow:0 2px 12px #0003;margin:0;font-size:34px;font-weight:900;line-height:1.1}.tournament-card__ready-label{color:#fffc;text-align:center;margin:0;font-size:13px;font-weight:500}.tournament-card__ready-label strong{color:#fff;font-weight:800}.tournament-card__status-label{color:#fff9;text-align:center;margin:0;font-size:12px;font-weight:500}.tournament-card__status-text{text-align:center;margin:0;font-size:28px;font-weight:900;line-height:1.1}.tournament-card__status-text--forfeited{color:#fff}.tournament-card__status-text--free-pass{color:#34d399}.tournament-card__btn{cursor:pointer;letter-spacing:.02em;border:none;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;padding:10px 16px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.tournament-card__btn:active{transform:scale(.97)}.tournament-card__btn--register{color:#fff;background:linear-gradient(135deg,#1e3a6e,#152c57);box-shadow:0 4px 16px #152c5759}.tournament-card__btn--register:hover{background:linear-gradient(135deg,#254a8a,#1e3a6e);box-shadow:0 6px 20px #152c5773}.tournament-card__btn--registered{color:#ffffff80;cursor:default;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #ffffff1a}.tournament-card__btn--join{color:#fff;background:#111827;box-shadow:0 4px 12px #00000040}.tournament-card__btn--join:hover{background:#1f2937}.tournament-card__btn--circuit{color:#fff;background:0 0;border:1.5px solid #ffffff4d;font-size:13px}.tournament-card__btn--circuit:hover{background:#ffffff0d;border-color:#fff9}@media (min-width:640px){.tournament-card{width:300px}.tournament-card__banner{height:180px}.tournament-card__countdown{font-size:38px}}@media (min-width:1024px){.tournament-card{width:320px}.tournament-card__banner{height:190px}}.tournament-card--sm{border-radius:14px;width:200px}.tournament-card--sm .tournament-card__banner{height:118px}.tournament-card--sm .tournament-card__banner-wrap{padding-bottom:14px}.tournament-card--sm .tournament-card__prize-badge{border-radius:10px;min-width:52px;padding:3px 10px 4px}.tournament-card--sm .tournament-card__prize-label{font-size:7px}.tournament-card--sm .tournament-card__prize-value{gap:2px;font-size:14px}.tournament-card--sm .tournament-card__prize-value svg{width:12px;height:12px}.tournament-card--sm .tournament-card__info-row{gap:6px;padding:3px 10px 4px}.tournament-card--sm .tournament-card__title{font-size:11px}.tournament-card--sm .tournament-card__details{gap:5px;margin-top:1px}.tournament-card--sm .tournament-card__detail{gap:2px;font-size:8.5px}.tournament-card--sm .tournament-card__detail svg{width:9px;height:9px}.tournament-card--sm .tournament-card__entry-label{font-size:7.5px}.tournament-card--sm .tournament-card__entry-value{gap:2px;font-size:11px}.tournament-card--sm .tournament-card__entry-value svg{width:10px;height:10px}.tournament-card--sm .tournament-card__bottom{gap:5px;padding:3px 12px 12px}.tournament-card--sm .tournament-card__countdown-label{font-size:9px}.tournament-card--sm .tournament-card__countdown{font-size:24px}.tournament-card--sm .tournament-card__ready-label{font-size:10px}.tournament-card--sm .tournament-card__status-label{font-size:9px}.tournament-card--sm .tournament-card__status-text{font-size:20px}.tournament-card--sm .tournament-card__btn{border-radius:9px;gap:4px;padding:7px 12px;font-size:11px}.tournament-card--sm .tournament-card__btn--circuit{font-size:10px}@media (min-width:640px){.tournament-card--sm{width:200px}.tournament-card--sm .tournament-card__banner{height:118px}.tournament-card--sm .tournament-card__countdown{font-size:24px}}@media (min-width:1024px){.tournament-card--sm{width:200px}.tournament-card--sm .tournament-card__banner{height:118px}}
.event-card{cursor:pointer;background:var(--color-surface-secondary,#1a1a2e);border-radius:16px;flex-shrink:0;width:100%;min-height:180px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001f}.event-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0003}.event-card:hover>div:first-child{transform:scale(1.08)}.event-card-skeleton{background:var(--color-surface-secondary,#1a1a2e);border-radius:16px;flex-shrink:0;width:100%;min-height:180px;animation:1.5s ease-in-out infinite eventCardPulse}@keyframes eventCardPulse{0%,to{opacity:1}50%{opacity:.5}}@media (min-width:640px){.event-card,.event-card-skeleton{min-height:220px}}@media (min-width:768px){.event-card,.event-card-skeleton{min-height:260px}}
.profile-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;align-items:flex-start;gap:20px;padding:24px;transition:box-shadow .3s;display:flex;position:relative}.profile-card:hover{box-shadow:var(--shadow-md)}.profile-card__avatar-wrap{flex-shrink:0;width:96px;height:96px}.profile-card__avatar{object-fit:cover;background:var(--color-bg-tertiary);border-radius:16px;width:96px;height:96px;display:block}.profile-card__avatar-fallback{color:#fff;background:linear-gradient(135deg,var(--color-accent-brand),#6159e1);border-radius:16px;justify-content:center;align-items:center;width:96px;height:96px;font-size:32px;font-weight:800;display:flex}@supports (color:lab(0% 0 0)){.profile-card__avatar-fallback{background:linear-gradient(135deg,var(--color-accent-brand),lab(44.8244% 33.0362 -69.9004))}}.profile-card__info{flex-direction:column;flex:1;gap:4px;min-width:0;padding-top:2px;display:flex}.profile-card__name{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:22px;font-weight:800;line-height:1.2;overflow:hidden}.profile-card__username{color:var(--color-accent-brand);letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;font-weight:700;overflow:hidden}.profile-card__bio{color:var(--color-text-tertiary);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:2px 0 0;font-size:13px;font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}.profile-card__country{color:var(--color-text-secondary);align-items:center;gap:6px;margin-top:4px;font-size:13px;font-weight:500;display:flex}.profile-card__country-flag{object-fit:cover;border-radius:2px;width:20px;height:14px}.profile-card__edit-btn{border:1px solid var(--color-border-primary);cursor:pointer;width:36px;height:36px;color:var(--color-text-secondary);background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.profile-card__edit-btn:hover{background:var(--color-bg-card-hover);border-color:var(--color-accent-brand);color:var(--color-accent-brand)}@media (max-width:480px){.profile-card{gap:14px;padding:16px}.profile-card__avatar,.profile-card__avatar-fallback{border-radius:14px;width:72px;height:72px}.profile-card__name{font-size:18px}.profile-card__edit-btn{width:32px;height:32px;top:14px;right:14px}}
.ca-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1100;background:#000000b3;justify-content:center;align-items:center;padding:1rem;font-family:Inter,system-ui,sans-serif;display:flex;position:fixed;inset:0}.ca-card{background:radial-gradient(at 50% 0,#6dd5fa 0%,#2980b9 40%,#0d2b55 100%);border-radius:24px;flex-direction:column;justify-content:flex-start;width:100%;max-width:1100px;height:min(640px,90vh);animation:.38s cubic-bezier(.22,1,.36,1) caFadeIn;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #6dd5fa2e,0 32px 64px #0000008c}@keyframes caFadeIn{0%{opacity:0;transform:scale(.94)translateY(24px)}to{opacity:1;transform:scale(1)translateY(0)}}.ca-card:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(#0000 45%,#0412288c 100%);position:absolute;inset:0}.ca-close-btn{z-index:20;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .15s;display:flex;position:absolute;top:1rem;right:1rem}.ca-close-btn:hover{background:#ffffff38;transform:scale(1.08)}.ca-hero-name{letter-spacing:.04em;text-transform:uppercase;color:#fff;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;-webkit-text-stroke:1px #ffffff0f;justify-content:center;align-items:flex-end;height:70%;padding-bottom:1rem;font-size:clamp(3.5rem,14vw,6rem);font-weight:900;transition:color .3s;display:flex;position:absolute;top:0;left:0;right:0}.ca-model-wrap{z-index:2;pointer-events:none;position:absolute;inset:0}.ca-model-fallback{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ca-model-img-fallback{object-fit:cover;opacity:.9;border-radius:50%;width:180px;height:180px}.ca-carousel-wrap{z-index:10;align-items:center;gap:.5rem;padding:0 1rem;display:flex;position:absolute;bottom:2rem;left:0;right:0}.ca-carousel{scroll-snap-type:x mandatory;scrollbar-width:none;flex:1;justify-content:center;align-items:center;gap:.6rem;height:130px;display:flex;overflow:auto clip}.ca-carousel::-webkit-scrollbar{display:none}.ca-arrow{color:#fff;cursor:pointer;background:#ffffff14;border:1.5px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,border-color .2s,transform .15s;display:flex}.ca-arrow:hover:not(:disabled){background:#ffffff2e;border-color:#ffffff73;transform:scale(1.08)}.ca-arrow:disabled{opacity:.3;cursor:default}.ca-thumb{scroll-snap-align:center;cursor:pointer;background:#00000040;border:5px solid #fff;border-radius:50%;flex-direction:column;flex-shrink:0;align-items:center;width:54px;height:54px;padding:0;transition:border-color .22s,transform .22s,box-shadow .22s,width .22s,height .22s,border-radius .22s,opacity .22s;display:flex;position:relative;overflow:visible}.ca-thumb:hover:not(.ca-thumb--active){border-color:#ffffffe6;transform:scale(1.08)}.ca-thumb--near{opacity:1;width:54px;height:54px}.ca-thumb--far{opacity:1;width:48px;height:48px}.ca-thumb--active{opacity:1;background:#fff;border:none;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;gap:15px;width:70px;height:100px;padding:8px 4px;display:flex;overflow:hidden;box-shadow:0 6px 24px #00000073}.ca-thumb-circle{background:#e5e7eb;border-radius:50%;flex-shrink:0;width:52px;height:52px;overflow:hidden}.ca-thumb-img{object-fit:cover;object-position:center top;background:linear-gradient(135deg,#1a3a50,#0c2a20);border-radius:50%;width:100%;height:100%;display:block}.ca-thumb-badge{color:#fff;pointer-events:none;background:#1a1a2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-family:inherit;font-size:.72rem;font-weight:900;display:flex;box-shadow:0 2px 6px #00000059}.ca-thumb-label{letter-spacing:.08em;text-transform:uppercase;color:#1a1a2e;white-space:nowrap;pointer-events:none;font-size:.65rem;font-weight:800;line-height:1}@media (max-width:500px){.ca-card{border-radius:0;max-width:100%;height:100dvh}.ca-overlay{padding:0}.ca-hero-name{font-size:clamp(3rem,18vw,5rem)}.ca-model-wrap{bottom:200px}}
.edit-profile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:1rem;font-family:Inter,system-ui,sans-serif;display:flex;position:fixed;inset:0}.edit-profile-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;width:100%;max-width:560px;max-height:90vh;padding:1.75rem 2rem 2rem;animation:.35s cubic-bezier(.22,1,.36,1) editProfileFadeIn;overflow-y:auto;box-shadow:0 20px 40px #0003}@keyframes editProfileFadeIn{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.edit-profile-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.edit-profile-title{color:#111827;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:1.15rem;font-weight:800}.edit-profile-close-btn{color:#9ca3af;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .2s,color .2s;display:flex}.edit-profile-close-btn:hover{color:#4b5563;background:#e5e7eb}.edit-profile-divider{display:none}.edit-profile-top{background:linear-gradient(135deg,#566e9c,#00c8ff);border-radius:0;margin:0 -2rem;padding:1.25rem 2rem}.edit-profile-avatar-section{flex-direction:column;align-items:center;min-height:140px;margin-bottom:0;padding:1rem .75rem 1.25rem;display:flex;position:relative}.edit-profile-avatar-info{flex-direction:column;gap:2px;max-width:35%;display:flex;position:absolute;top:4px;left:0}.edit-profile-avatar-name{color:#fff;letter-spacing:.03em;text-transform:uppercase;word-break:break-word;font-size:.85rem;font-weight:800;line-height:1.25}.edit-profile-avatar-username{color:#ffffffb3;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;font-weight:600;overflow:hidden}.edit-profile-avatar-wrap{background:#ffffff40;border:3px solid #ffffff80;border-radius:20px;flex-shrink:0;width:130px;height:130px;position:relative;overflow:visible;box-shadow:0 4px 20px #0000001f}.edit-profile-avatar-wrap canvas{border-radius:17px;width:100%!important;height:100%!important}.edit-profile-change-avatar-btn{cursor:pointer;z-index:2;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-family:inherit;display:flex;position:absolute;bottom:-6px;right:-100px}.edit-profile-change-avatar-btn:hover .edit-profile-camera-icon{background:#000000b3;transform:scale(1.05)}.edit-profile-camera-icon{color:#fff;background:#00000073;border:2px solid #fffc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:background .2s,transform .15s;display:flex}.edit-profile-change-label{color:#ffffffd9;white-space:nowrap;letter-spacing:.01em;font-size:.72rem;font-weight:600}.edit-profile-form{grid-template-columns:1fr;gap:1rem 1.25rem;margin-top:1.5rem;margin-bottom:1.75rem;display:grid}.edit-profile-inline-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.edit-profile-field{flex-direction:column;gap:.35rem;display:flex;position:relative}.edit-profile-label{color:#374151;font-size:.78rem;font-weight:600}.edit-profile-input{color:#111827;box-sizing:border-box;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:.625rem .875rem;font-family:inherit;font-size:.82rem;transition:border-color .2s,box-shadow .2s,background .2s}.edit-profile-input::placeholder{color:#9ca3af}.edit-profile-input:focus{background:#fff;border-color:#38b598;box-shadow:0 0 0 3px #38b5981f}.edit-profile-country-selector{cursor:pointer;text-align:left;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;gap:.5rem;width:100%;padding:.625rem .875rem;font-family:inherit;transition:border-color .2s;display:flex}.edit-profile-country-selector:hover,.edit-profile-country-selector:focus{border-color:#38b598;outline:none}.edit-profile-country-flag{object-fit:cover;border-radius:2px;flex-shrink:0;display:block}.edit-profile-country-name{color:#111827;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-family:inherit;font-size:.82rem;overflow:hidden}.edit-profile-country-dropdown{z-index:50;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;max-height:200px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001a}.edit-profile-country-search-wrap{z-index:1;background:#fff;border-bottom:1px solid #f3f4f6;padding:.5rem .625rem;position:sticky;top:0}.edit-profile-country-search{color:#111827;box-sizing:border-box;background:#f3f4f6;border:1.5px solid #0000;border-radius:6px;outline:none;width:100%;padding:.4rem .625rem;font-family:inherit;font-size:.78rem;transition:border-color .2s}.edit-profile-country-search:focus{border-color:#38b598}.edit-profile-country-search::placeholder{color:#9ca3af}.edit-profile-country-option{cursor:pointer;color:#374151;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:.45rem .875rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:background .12s;display:flex}.edit-profile-country-option:hover{background:#38b5980f}.edit-profile-country-option--active{color:#38b598;background:#38b59814;font-weight:700}.edit-profile-country-empty{color:#9ca3af;text-align:center;margin:0;padding:.75rem .875rem;font-size:.78rem}.edit-profile-actions{flex-direction:column;gap:.625rem;display:flex}.edit-profile-save-btn{color:#fff;cursor:pointer;letter-spacing:.06em;background:linear-gradient(135deg,#00c8ff,#566e9c);border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.875rem;font-weight:800;transition:background .2s,transform .15s,box-shadow .2s;display:flex}.edit-profile-save-btn:hover:not(:disabled){background:linear-gradient(135deg,#00a8d4,#566e9c);transform:translateY(-1px);box-shadow:0 4px 14px #00c8ff59}.edit-profile-save-btn:active:not(:disabled){transform:translateY(0)}.edit-profile-save-btn:disabled{opacity:.6;cursor:not-allowed}.edit-profile-cancel-btn{color:#00c8ff;cursor:pointer;letter-spacing:.06em;background:0 0;border:2px solid #00c8ff;border-radius:12px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.875rem;font-weight:800;transition:border-color .2s,color .2s,background .2s}.edit-profile-cancel-btn:hover:not(:disabled){color:#00c8ff;background:#38b5980f;border-color:#00c8ff}.edit-profile-cancel-btn:disabled{opacity:.6;cursor:not-allowed}.edit-profile-textarea{resize:vertical;min-height:80px;line-height:1.5}.edit-profile-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite editProfileSpin;display:inline-block}@keyframes editProfileSpin{to{transform:rotate(360deg)}}@media (max-width:540px){.edit-profile-card{border-radius:20px 20px 0 0;max-width:100%;max-height:95vh;padding:1.25rem 1.25rem 1.5rem;animation:.35s cubic-bezier(.22,1,.36,1) editProfileSlideUp;position:fixed;bottom:0;left:0;right:0}@keyframes editProfileSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.edit-profile-top{margin:0 -1.25rem;padding:1rem 1.25rem}.edit-profile-form,.edit-profile-inline-row{grid-template-columns:1fr}.edit-profile-avatar-section{min-height:90px}.edit-profile-avatar-info{align-items:center;max-width:100%;position:static}.edit-profile-overlay{align-items:flex-end;padding:0}}.dark .edit-profile-card{background:#111827;border-color:#1f2937;box-shadow:0 20px 40px #00000080}.dark .edit-profile-title{color:#f9fafb}.dark .edit-profile-close-btn{color:#6b7280;background:#1f2937}.dark .edit-profile-close-btn:hover{color:#d1d5db;background:#374151}.dark .edit-profile-divider{background:#1f2937}.dark .edit-profile-top{background:linear-gradient(135deg,#0f2922,#142d27)}.dark .edit-profile-avatar-name{color:#f9fafb}.dark .edit-profile-avatar-username{color:#9ca3af}.dark .edit-profile-avatar-fallback{background:linear-gradient(135deg,#2ca286,#1e8a6e)}.dark .edit-profile-change-avatar-btn{border:none}.dark .edit-profile-camera-icon{background:#0000008c;border-color:#fff9}.dark .edit-profile-change-label{color:#fffc}.dark .edit-profile-label{color:#9ca3af}.dark .edit-profile-input{color:#f9fafb;background:#1f2937;border-color:#374151}.dark .edit-profile-input::placeholder{color:#4b5563}.dark .edit-profile-input:focus{background:#1f2937;border-color:#38b598;box-shadow:0 0 0 3px #38b59826}.dark .edit-profile-country-selector{background:#1f2937;border-color:#374151}.dark .edit-profile-country-selector:hover,.dark .edit-profile-country-selector:focus{border-color:#38b598}.dark .edit-profile-country-name{color:#d1d5db}.dark .edit-profile-country-dropdown{background:#1f2937;border-color:#374151;box-shadow:0 8px 24px #00000073}.dark .edit-profile-country-search-wrap{background:#1f2937;border-color:#374151}.dark .edit-profile-country-search{color:#f9fafb;background:#111827;border-color:#0000}.dark .edit-profile-country-search:focus{border-color:#38b598}.dark .edit-profile-country-search::placeholder{color:#4b5563}.dark .edit-profile-country-option{color:#d1d5db}.dark .edit-profile-country-option:hover{background:#38b5981a}.dark .edit-profile-country-option--active{color:#38b598;background:#38b5981f}.dark .edit-profile-country-empty{color:#4b5563}.dark .edit-profile-save-btn{background:linear-gradient(135deg,#00c8ff,#566e9c)}.dark .edit-profile-cancel-btn{color:#00c8ff;border-color:#00c8ff}.dark .edit-profile-cancel-btn:hover:not(:disabled){color:#00c8ff;background:#00c8ff1a;border-color:#00c8ff}
.level-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:10px;padding:20px 24px;transition:box-shadow .3s;display:flex}.level-card:hover{box-shadow:var(--shadow-md)}.level-card__header{justify-content:space-between;align-items:flex-start;display:flex}.level-card__header-left{flex-direction:column;gap:2px;display:flex}.level-card__title{color:var(--color-text-primary);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:18px;font-weight:900}.level-card__tasks-row{align-items:center;gap:8px;display:flex}.level-card__tasks-label{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:800}.level-card__tasks-count{color:var(--color-accent-brand);font-size:12px;font-weight:600}.level-card__points-note{color:var(--color-text-tertiary);text-align:right;max-width:190px;font-size:11px;font-weight:400;line-height:1.3}.level-card__body{align-items:center;gap:10px;display:flex}.level-card__badge{flex-shrink:0;justify-content:center;align-items:center;width:52px;height:58px;display:flex}.level-card__badge img{object-fit:contain;width:100%;height:100%}.level-card__badge-placeholder{color:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:52px;height:58px;font-size:18px;font-weight:900;display:flex}.level-card__badge-placeholder--current{background:linear-gradient(135deg,#f59e0b,#d97706)}.level-card__badge-placeholder--next{background:linear-gradient(135deg,#6366f1,#4f46e5)}.level-card__badge-level-text{text-transform:uppercase;letter-spacing:.06em;font-size:7px;font-weight:700}.level-card__progress-section{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.level-card__tier-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.level-card__tier-name{color:var(--color-text-primary);font-size:15px;font-weight:800}.level-card__stats{align-items:center;gap:10px;display:flex}.level-card__stat{color:var(--color-text-tertiary);white-space:nowrap;font-size:11px;font-weight:500}.level-card__stat--points{color:var(--color-accent-brand);font-weight:700}.level-card__progress-bar{background:#e0f5f0;border-radius:6px;height:22px;position:relative;overflow:visible}[data-theme=dark] .level-card__progress-bar{background:#2dd4bf1f}.level-card__progress-fill{background:linear-gradient(90deg,#2dd4bf,#34d399);border-radius:6px;height:100%;transition:width .6s cubic-bezier(.33,1,.68,1);position:absolute;top:0;left:0}.level-card__progress-steps{pointer-events:none;position:absolute;inset:0}.level-card__step-marker{color:#fff;background:var(--color-accent-brand);z-index:2;border-radius:4px;justify-content:center;align-items:center;width:22px;height:100%;font-size:10px;font-weight:800;display:flex;position:absolute;top:0}.level-card__step-marker--inactive{color:#ffffffe6;background:#b2dfdb}[data-theme=dark] .level-card__step-marker--inactive{color:#ffffffb3;background:#2dd4bf59}@media (max-width:480px){.level-card{gap:8px;padding:14px 16px}.level-card__title{font-size:14px}.level-card__badge,.level-card__badge-placeholder{width:40px;height:46px}.level-card__badge-placeholder{font-size:14px}.level-card__points-note{display:none}.level-card__tier-name{font-size:13px}.level-card__progress-bar{height:18px}}
.stats-card{flex-direction:column;gap:0;display:flex}.stats-card__section-title{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.06em;margin:0 0 6px;font-size:13px;font-weight:900}.stats-card__body{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:12px;height:520px;padding:24px;transition:box-shadow .3s;display:flex}.stats-card__body:hover{box-shadow:var(--shadow-md)}.stats-card__rank-number{color:var(--color-accent-green);margin:0;font-size:48px;font-weight:900;line-height:1}.stats-card__rank-label{color:var(--color-text-primary);margin:0;font-size:18px;font-weight:800}.stats-card__rank-percent{color:var(--color-accent-green);margin:4px 0 0;font-size:16px;font-weight:600}.stats-card__rank-change{margin:2px 0 0;font-size:13px;font-weight:600}.stats-card__rank-change--positive{color:var(--color-accent-green)}.stats-card__rank-change--negative{color:var(--color-accent-red)}.stats-card__divider{background:var(--color-border-primary);height:1px;margin:4px 0}.stats-card__games-row{gap:24px;display:flex}.stats-card__game-stat{flex-direction:column;flex:1;gap:2px;display:flex}.stats-card__game-stat:not(:last-child){border-right:1px solid var(--color-border-primary);padding-right:24px}.stats-card__game-stat-label{color:var(--color-text-tertiary);font-size:12px;font-weight:500}.stats-card__game-stat-value{color:var(--color-text-primary);font-size:28px;font-weight:900;line-height:1.1}.stats-card__game-stat--clickable{cursor:pointer;transition:opacity .2s}.stats-card__game-stat--clickable:hover{opacity:.6}.stats-card__level-section{flex-direction:column;gap:12px;margin-top:24px;display:flex}.stats-card__tasks-header{align-items:center;gap:10px;display:flex}.stats-card__tasks-label{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:900}.stats-card__tasks-count{color:var(--color-accent-brand);font-size:13px;font-weight:600}.stats-card__level-body{align-items:center;gap:10px;display:flex}.stats-card__level-badge{flex-shrink:0;justify-content:center;align-items:center;width:52px;height:58px;display:flex}.stats-card__level-badge img{object-fit:contain;width:100%;height:100%}.stats-card__level-badge-placeholder{color:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:52px;height:58px;font-size:18px;font-weight:900;display:flex}.stats-card__level-badge-placeholder--current{background:linear-gradient(135deg,#f59e0b,#d97706)}.stats-card__level-badge-placeholder--next{background:linear-gradient(135deg,#6366f1,#4f46e5)}.stats-card__level-badge-text{text-transform:uppercase;letter-spacing:.06em;font-size:7px;font-weight:700}.stats-card__level-progress{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.stats-card__level-tier-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.stats-card__level-tier-name{color:var(--color-text-primary);font-size:15px;font-weight:800}.stats-card__level-stats{align-items:center;gap:10px;display:flex}.stats-card__level-stat{color:var(--color-text-tertiary);white-space:nowrap;font-size:11px;font-weight:500}.stats-card__level-stat--points{color:var(--color-accent-brand);font-weight:700}.stats-card__progress-bar{background:#e0f5f0;border-radius:6px;height:22px;position:relative;overflow:visible}[data-theme=dark] .stats-card__progress-bar{background:#2dd4bf1f}.stats-card__progress-fill{background:linear-gradient(90deg,#2dd4bf,#34d399);border-radius:6px;height:100%;transition:width .6s cubic-bezier(.33,1,.68,1);position:absolute;top:0;left:0}.stats-card__progress-steps{pointer-events:none;position:absolute;inset:0}.stats-card__step-marker{color:#fff;background:var(--color-accent-brand);z-index:2;border-radius:4px;justify-content:center;align-items:center;width:22px;height:100%;font-size:10px;font-weight:800;display:flex;position:absolute;top:0}.stats-card__step-marker--inactive{color:#ffffffe6;background:#b2dfdb}[data-theme=dark] .stats-card__step-marker--inactive{color:#ffffffb3;background:#2dd4bf59}.stats-card__points-note{color:var(--color-accent-brand);align-items:center;gap:6px;margin:0;font-size:14px;font-weight:600;display:flex}.stats-card__points-note-icon{border:2px solid var(--color-accent-brand);width:18px;height:18px;color:var(--color-accent-brand);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}@media (max-width:480px){.stats-card__body{padding:16px}.stats-card__rank-number{font-size:36px}.stats-card__game-stat-value{font-size:22px}.stats-card__level-badge,.stats-card__level-badge-placeholder{width:40px;height:46px}.stats-card__progress-bar{height:18px}}
.leaderboard-card{flex-direction:column;gap:0;display:flex}.leaderboard-card__section-title{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.06em;margin:0 0 12px;font-size:13px;font-weight:900}.leaderboard-card__body{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;height:520px;transition:box-shadow .3s;display:flex;overflow:hidden}.leaderboard-card__body:hover{box-shadow:var(--shadow-md)}.leaderboard-card__header{border-bottom:1px solid var(--color-border-primary);flex-shrink:0;grid-template-columns:48px .8fr 1.5fr 60px 80px;align-items:center;column-gap:20px;padding:10px 20px;display:grid}.leaderboard-card__header-cell{color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800}.leaderboard-card__header-cell:last-child{text-align:right}.leaderboard-card__current-user-fixed{border-bottom:2px solid var(--color-border-primary);flex-shrink:0}.leaderboard-card__row--fixed{border-bottom:none!important}.leaderboard-card__rows{flex:1;overflow:hidden auto}.leaderboard-card__rows::-webkit-scrollbar{width:6px}.leaderboard-card__rows::-webkit-scrollbar-track{background:0 0}.leaderboard-card__rows::-webkit-scrollbar-thumb{background:var(--color-border-primary);border-radius:3px}.leaderboard-card__rows::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.leaderboard-card__row{border-bottom:1px solid var(--color-border-primary);grid-template-columns:48px .8fr 1.5fr 60px 80px;align-items:center;column-gap:20px;padding:12px 20px;transition:background .15s;display:grid}.leaderboard-card__row:last-child{border-bottom:none}.leaderboard-card__row:hover{background:var(--color-bg-card-hover)}.leaderboard-card__row--current-user{background:#2dd4bf14}[data-theme=dark] .leaderboard-card__row--current-user{background:#2dd4bf1a}.leaderboard-card__row--current-user:hover,.leaderboard-card__row--current-user.leaderboard-card__row--fixed{background:#2dd4bf1f}[data-theme=dark] .leaderboard-card__row--current-user.leaderboard-card__row--fixed{background:#2dd4bf26}.leaderboard-card__avatar-wrap{width:40px;height:40px;position:relative}.leaderboard-card__avatar{object-fit:cover;background:var(--color-bg-tertiary);border-radius:50%;width:40px;height:40px}.leaderboard-card__avatar-fallback{color:#fff;background:linear-gradient(135deg,var(--color-accent-brand),#6159e1);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:800;display:flex}@supports (color:lab(0% 0 0)){.leaderboard-card__avatar-fallback{background:linear-gradient(135deg,var(--color-accent-brand),lab(44.8244% 33.0362 -69.9004))}}.leaderboard-card__rank-badge{background:var(--color-accent-green);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:900;display:flex;position:absolute;bottom:-6px;right:-10px;box-shadow:0 2px 4px #00000026}.leaderboard-card__trophy-badge{background:0 0;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:16px;display:flex;position:absolute;bottom:-6px;right:-6px;box-shadow:0 2px 4px #00000026}[data-theme=dark] .leaderboard-card__trophy-badge{background:var(--color-bg-card)}.leaderboard-card__name{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.leaderboard-card__name--you{text-transform:uppercase;font-weight:900}.leaderboard-card__username{color:var(--color-accent-green);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.leaderboard-card__rank-col{color:var(--color-text-primary);text-align:center;font-size:14px;font-weight:800}.leaderboard-card__points{color:var(--color-text-primary);text-align:right;font-size:14px;font-weight:700}@media (max-width:480px){.leaderboard-card__header,.leaderboard-card__row{grid-template-columns:40px .8fr 1.2fr 40px 60px;column-gap:12px;padding:10px 12px}.leaderboard-card__name{font-size:12px}.leaderboard-card__username{font-size:10px}.leaderboard-card__avatar,.leaderboard-card__avatar-fallback,.leaderboard-card__avatar-wrap{width:32px;height:32px}}
.balance-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:16px;height:360px;padding:24px;transition:box-shadow .3s;display:flex}.balance-card:hover{box-shadow:var(--shadow-md)}.balance-card__header{justify-content:space-between;align-items:center;display:flex}.balance-card__badge{background:var(--color-bg-secondary);color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--color-border-primary);border-radius:6px;align-items:center;padding:4px 12px;font-size:11px;font-weight:900;display:inline-flex}.balance-card__external-icon{width:18px;height:18px;color:var(--color-text-tertiary);cursor:pointer;transition:color .15s}.balance-card__external-icon:hover{color:var(--color-text-primary)}.balance-card__balance-label{color:var(--color-text-tertiary);margin:0;font-size:12px;font-weight:500}.balance-card__balance-row{align-items:baseline;gap:8px;display:flex}.balance-card__balance-amount{color:var(--color-text-primary);margin:0;font-size:36px;font-weight:900;line-height:1}.balance-card__balance-currency{color:var(--color-text-tertiary);font-size:14px;font-weight:600}.balance-card__actions{gap:12px;display:flex}.balance-card__actions>*{flex:1}.balance-card__connect-btn{width:100%}.balance-card__info-text{color:var(--color-text-tertiary);margin:0;font-size:12px;font-weight:400}.balance-card__info-rows{flex-direction:column;gap:6px;display:flex}.balance-card__info-row{justify-content:space-between;align-items:center;display:flex}.balance-card__info-label,.balance-card__info-value{color:var(--color-text-primary);font-size:12px;font-weight:600}.balance-card__info-value--danger{color:#ef4444}.balance-card__info-value--success{color:var(--color-accent-green,#34d399)}@media (max-width:480px){.balance-card{gap:12px;padding:16px}.balance-card__balance-amount{font-size:28px}}
.txn-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:16px;height:360px;padding:24px;transition:box-shadow .3s;display:flex}.txn-card:hover{box-shadow:var(--shadow-md)}.txn-card__header{justify-content:space-between;align-items:center;display:flex}.txn-card__badge{background:var(--color-bg-secondary);color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--color-border-primary);border-radius:6px;align-items:center;padding:4px 12px;font-size:11px;font-weight:900;display:inline-flex}.txn-card__header-actions{align-items:center;gap:12px;display:flex}.txn-card__header-icon{width:18px;height:18px;color:var(--color-text-tertiary);cursor:pointer;transition:color .15s}.txn-card__header-icon:hover{color:var(--color-text-primary)}.txn-card__list{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}.txn-card__list::-webkit-scrollbar{width:6px}.txn-card__list::-webkit-scrollbar-track{background:0 0}.txn-card__list::-webkit-scrollbar-thumb{background:var(--color-border-primary);border-radius:3px}.txn-card__list::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.txn-card__row{border-bottom:1px solid var(--color-border-primary);align-items:center;gap:12px;padding:12px 0;display:flex}.txn-card__row:last-child{border-bottom:none;padding-bottom:0}.txn-card__row:first-child{padding-top:0}.txn-card__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.txn-card__icon--game-win{color:#f59e0b;background:#fef3c7}.txn-card__icon--game-loss{color:#ef4444;background:#fee2e2}.txn-card__icon--game-entry{color:#3b82f6;background:#dbeafe}.txn-card__icon--ai-reward{color:#8b5cf6;background:#ede9fe}.txn-card__icon--tournament-reg{color:#ec4899;background:#fce7f3}.txn-card__icon--tournament-win{color:#f59e0b;background:#fef3c7}.txn-card__icon--prediction-buy{color:#3b82f6;background:#dbeafe}.txn-card__icon--prediction-refund{color:#10b981;background:#d1fae5}.txn-card__icon--prediction-payout{color:#059669;background:#d1fae5}.txn-card__icon--deposit{color:#10b981;background:#d1fae5}.txn-card__icon--withdrawal{color:#6b7280;background:#f3f4f6}.txn-card__icon--refund{color:#10b981;background:#d1fae5}.txn-card__icon--unknown{color:#9ca3af;background:#f3f4f6}.txn-card__details{flex:1;min-width:0}.txn-card__title{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:700;overflow:hidden}.txn-card__date{color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin:2px 0 0;font-size:11px;font-weight:500}.txn-card__tags{flex-wrap:wrap;gap:5px;margin-top:4px;display:flex}.txn-card__tag{letter-spacing:.04em;text-transform:uppercase;background:var(--color-bg-secondary,#f3f4f6);color:var(--color-text-secondary,#6b7280);border:1px solid var(--color-border-primary,#e5e7eb);border-radius:4px;align-items:center;padding:1px 8px;font-size:10px;font-weight:700;line-height:1.6;display:inline-flex}.txn-card__amount-col{text-align:right;flex-shrink:0}.txn-card__amount{margin:0;font-size:16px;font-weight:800;line-height:1.2}.txn-card__amount--positive{color:var(--color-accent-green,#34d399)}.txn-card__amount--negative{color:#ef4444}.txn-card__amount-label{color:var(--color-text-tertiary);margin:0;font-size:11px;font-weight:500}.txn-card__subtitle{color:var(--color-text-secondary,#6b7280);text-overflow:ellipsis;white-space:nowrap;margin:1px 0 0;font-size:11px;font-weight:500;overflow:hidden}.txn-card__empty{min-height:120px;color:var(--color-text-tertiary);justify-content:center;align-items:center;font-size:13px;font-weight:500;display:flex}.txn-card__sentinel{justify-content:center;padding:12px 0;display:flex}.txn-card__loader{border:2px solid var(--color-border-primary,#e5e7eb);border-top-color:var(--color-accent-green,#34d399);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite txnSpin}@keyframes txnSpin{to{transform:rotate(360deg)}}@media (max-width:480px){.txn-card{padding:16px}.txn-card__icon{width:34px;height:34px;font-size:14px}.txn-card__title{font-size:13px}.txn-card__amount{font-size:14px}}
.settings-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:24px;padding:28px;transition:box-shadow .3s;display:flex}.settings-card:hover{box-shadow:var(--shadow-md)}.settings-card__title{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:14px;font-weight:900}.settings-card__subtitle{color:var(--color-text-tertiary);margin:4px 0 0;font-size:13px;font-weight:400}.settings-card__list{flex-direction:column;display:flex}.settings-card__row{border-bottom:1px solid var(--color-border-primary);cursor:pointer;align-items:center;gap:16px;padding:16px 0;transition:opacity .15s;display:flex}.settings-card__row:last-child{border-bottom:none;padding-bottom:0}.settings-card__row:first-child{padding-top:0}.settings-card__row:hover{opacity:.8}.settings-card__icon{background:var(--color-bg-tertiary,#f3f4f6);width:40px;height:40px;color:var(--color-accent-brand);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.settings-card__icon svg{width:20px;height:20px}.settings-card__details{flex:1;min-width:0}.settings-card__item-title{color:var(--color-text-primary);margin:0;font-size:14px;font-weight:700}.settings-card__item-desc{color:var(--color-text-tertiary);margin:2px 0 0;font-size:12px;font-weight:400}.settings-card__toggle{flex-shrink:0;width:44px;height:24px;position:relative}.settings-card__toggle input{opacity:0;width:0;height:0}.settings-card__toggle-track{background:var(--color-border-primary);cursor:pointer;border-radius:12px;transition:background .25s;position:absolute;inset:0}.settings-card__toggle input:checked+.settings-card__toggle-track{background:var(--color-accent-green,#34d399)}.settings-card__toggle-thumb{pointer-events:none;background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .25s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.settings-card__toggle input:checked~.settings-card__toggle-thumb{transform:translate(20px)}@media (max-width:480px){.settings-card{gap:16px;padding:20px}.settings-card__icon{width:34px;height:34px}.settings-card__icon svg{width:16px;height:16px}}
.friends-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;align-items:center;gap:16px;padding:20px;transition:box-shadow .3s;display:flex;overflow:hidden}.friends-card:hover{box-shadow:var(--shadow-md)}.friends-card__summary{flex-direction:column;flex-shrink:0;min-width:100px;display:flex}.friends-card__count{color:var(--color-accent-green);letter-spacing:-.02em;margin:0 0 3px;font-size:32px;font-weight:900;line-height:1}.friends-card__label-row{align-items:center;gap:5px;margin-bottom:8px;display:flex}.friends-card__label{color:var(--color-text-primary);font-size:16px;font-weight:800;line-height:1}.friends-card__link-btn{color:var(--color-accent-green);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:1px;transition:opacity .2s,transform .2s;display:flex}.friends-card__link-btn:hover{opacity:.8;transform:translate(2px,-2px)}.friends-card__avatars{align-items:center;display:flex}.friends-card__avatar-sm{border:2px solid var(--color-bg-card);background:#cbd5e1;border-radius:50%;width:28px;height:28px;margin-left:-7px;position:relative;overflow:hidden}[data-theme=dark] .friends-card__avatar-sm{border-color:var(--color-bg-card);background:#334155}.friends-card__avatar-sm:first-child{margin-left:0}.friends-card__avatar-sm img{object-fit:cover;width:100%;height:100%}.friends-card__divider{background:var(--color-border-primary);flex-shrink:0;align-self:stretch;width:1px}.friends-card__list{scrollbar-width:none;-ms-overflow-style:none;flex:1;align-items:flex-start;gap:24px;min-width:0;padding:0 8px 6px;display:flex;overflow-x:auto}.friends-card__list::-webkit-scrollbar{display:none}.friends-card__item{flex-direction:column;flex-shrink:0;align-items:center;width:70px;display:flex}.friends-card__avatar-wrapper{background:#cbd5e1;border-radius:50%;width:52px;height:52px;margin-bottom:6px;position:relative}[data-theme=dark] .friends-card__avatar-wrapper{background:#334155}.friends-card__avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.friends-card__status-dot{border:2px solid var(--color-bg-card);background:#10b981;border-radius:50%;width:12px;height:12px;position:absolute;bottom:1px;right:1px}.friends-card__name{color:var(--color-text-primary);text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;margin-bottom:6px;font-size:12px;font-weight:800;overflow:hidden}.friends-card__actions{align-items:center;gap:6px;margin-bottom:6px;display:flex}.friends-card__add-btn{color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;transition:opacity .2s;display:flex}.friends-card__add-btn:hover{opacity:.7}.friends-card__remove-btn{color:#fff;cursor:pointer;background:#64748b;border:none;border-radius:5px;padding:3px 8px;font-size:10px;font-weight:600;transition:background .2s}.friends-card__remove-btn:hover,[data-theme=dark] .friends-card__remove-btn{background:#475569}[data-theme=dark] .friends-card__remove-btn:hover{background:#64748b}.friends-card__status-label{color:var(--color-accent-green);text-transform:uppercase;letter-spacing:.06em;text-align:center;font-size:8px;font-weight:800}@media (max-width:640px){.friends-card{flex-direction:column;align-items:stretch;gap:16px;padding:20px}.friends-card__divider{align-self:auto;width:100%;height:1px}.friends-card__summary{flex-direction:row;justify-content:space-between;align-items:center}.friends-card__count{margin:0;font-size:32px}.friends-card__label-row{margin-bottom:0;margin-right:16px}.friends-card__avatars{margin-left:auto}}.friends-card__loading{opacity:.6}.friends-card__pulse{animation:1.2s ease-in-out infinite fc-pulse}@keyframes fc-pulse{0%,to{opacity:.4}50%{opacity:1}}
.friends-list-popup-overlay{z-index:100;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;font-family:Inter,system-ui,sans-serif;display:flex}.friends-list-popup-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;flex-direction:column;width:min(560px,92vw);max-width:560px;max-height:88vh;animation:.35s cubic-bezier(.22,1,.36,1) friendsListFadeIn;display:flex;overflow:hidden;box-shadow:0 20px 40px #0003}@keyframes friendsListFadeIn{0%{opacity:0;transform:scale(.96)translateY(14px)}to{opacity:1;transform:scale(1)translateY(0)}}.friends-list-popup__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1rem .7rem;display:flex}.friends-list-popup__close-btn{color:#9ca3af;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.friends-list-popup__close-btn:hover{color:#4b5563;background:#e5e7eb}.friends-list-popup__title{color:#1f2937;margin:0;font-size:1rem;font-weight:800}.friends-list-popup__header-spacer{width:28px;height:28px}.friends-list-popup__toggle-wrap{padding:.75rem 1rem 0}.friends-list-popup__toggle{background:#f3f4f6;border-radius:8px;align-items:center;gap:0;padding:3px;display:flex}.friends-list-popup__toggle-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:.45rem .75rem;font-family:inherit;font-size:.82rem;font-weight:700;transition:all .2s}.friends-list-popup__toggle-btn:hover{color:#374151}.friends-list-popup__toggle-btn--active{color:#111827;background:#fff;box-shadow:0 1px 3px #0000001a}.friends-list-popup__search-wrap{color:#9ca3af;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;margin:.9rem 1rem;padding:.5rem .65rem;display:flex}.friends-list-popup__search-wrap:focus-within{color:#6b7280;border-color:#38b598}.friends-list-popup__search-input{width:100%;box-shadow:none;color:#111827;background:0 0;border:none;outline:none;font-family:inherit;font-size:.82rem;font-weight:600}.friends-list-popup__search-input:focus,.friends-list-popup__search-input:focus-visible{box-shadow:none;border:none;outline:none}.friends-list-popup__search-input::placeholder{color:#9ca3af;font-weight:500}.friends-list-popup__list{flex-direction:column;gap:.55rem;min-height:180px;padding:0 1rem 1rem;display:flex;overflow-y:auto}.friends-list-popup__item{background:#f9fbfc;border:1px solid #edf0f2;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .6rem;display:flex}.friends-list-popup__profile{align-items:center;gap:.65rem;min-width:0;display:flex}.friends-list-popup__avatar-wrap{flex-shrink:0;width:44px;height:44px;position:relative}.friends-list-popup__avatar,.friends-list-popup__avatar-fallback{border-radius:50%;width:100%;height:100%}.friends-list-popup__avatar{object-fit:cover}.friends-list-popup__avatar-fallback{background:#d1d5db}.friends-list-popup__status-dot{border:2px solid #fff;border-radius:50%;width:11px;height:11px;position:absolute;bottom:1px;right:1px}.friends-list-popup__status-dot--online{background:#10b981}.friends-list-popup__status-dot--offline{background:#9ca3af}.friends-list-popup__meta{min-width:0}.friends-list-popup__name{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.84rem;font-weight:800;overflow:hidden}.friends-list-popup__score{color:#6b7280;margin:.1rem 0 0;font-size:.74rem;font-weight:700}.friends-list-popup__unfriend-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:inline-flex}.friends-list-popup__unfriend-btn:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}.friends-list-popup__add-friend-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:.35rem;padding:.35rem .75rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:all .2s;display:inline-flex}.friends-list-popup__add-friend-btn:hover{background:#059669}.friends-list-popup__add-friend-btn:disabled{opacity:.6;cursor:not-allowed}.friends-list-popup__sent-row{flex-shrink:0;align-items:center;gap:.35rem;display:flex}.friends-list-popup__sent-badge{color:#16a34a;background:#f0fdf4;border-radius:8px;flex-shrink:0;align-items:center;gap:.3rem;padding:.35rem .7rem;font-size:.76rem;font-weight:700;display:inline-flex}.friends-list-popup__cancel-btn{color:#9ca3af;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:inline-flex}.friends-list-popup__cancel-btn:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}.friends-list-popup__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite friendsSpinner;display:inline-block}@keyframes friendsSpinner{to{transform:rotate(360deg)}}.friends-list-popup__empty{text-align:center;color:#6b7280;padding:1.25rem .5rem;font-size:.8rem;font-weight:600}@media (max-width:640px){.friends-list-popup-overlay{padding:.75rem}.friends-list-popup-card{width:100%;max-width:100%;max-height:92vh}}
.task-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:20px;padding:24px;transition:box-shadow .3s;display:flex}.task-card:hover{box-shadow:var(--shadow-md)}.task-card__header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:0;transition:opacity .2s;display:flex}.task-card__header:hover{opacity:.8}.task-card__header-content{flex-wrap:wrap;flex:1;align-items:baseline;gap:12px;display:flex}.task-card__title{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-primary);margin:0;font-size:16px;font-weight:900}.task-card__progress{color:var(--color-accent-green);font-size:14px;font-weight:600}.task-card__toggle-icon{color:var(--color-text-secondary);flex-shrink:0;transition:transform .3s}.task-card__toggle-icon--expanded{transform:rotate(180deg)}.task-card__grid{scroll-behavior:smooth;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;padding-bottom:8px;display:grid;overflow:auto hidden}@media (min-width:1024px){.task-card__grid{flex-wrap:nowrap;gap:16px;padding-bottom:12px;display:flex;overflow:auto hidden}}.task-card__grid::-webkit-scrollbar{height:8px}.task-card__grid::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.task-card__grid::-webkit-scrollbar-thumb{background:var(--color-border-primary);border-radius:10px}.task-card__grid::-webkit-scrollbar-thumb:hover{background:var(--color-accent-green)}.task-card__item{border:1px solid var(--color-border-primary);background:#ffffff08;border-radius:12px;flex-direction:column;flex-shrink:0;gap:12px;min-width:280px;padding:16px;transition:all .3s;display:flex}@media (min-width:1024px){.task-card__item{width:calc(23.2558% - 14.8837px);min-width:300px;max-width:380px}}.task-card__item:hover{border-color:var(--color-accent-green);background:#ffffff0d;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.task-card__item--completed{opacity:.6;background:#2dd4bf0d}.task-card__item--completed:hover{transform:none}.task-card__item-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.task-card__label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-secondary);font-size:11px;font-weight:900}.task-card__points{color:var(--color-accent-green);white-space:nowrap;background:#2dd4bf26;border-radius:20px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:800;display:inline-flex}.task-card__item-content{flex:1;justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.task-card__item-info{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.task-card__item-title{color:var(--color-text-primary);margin:0;font-size:15px;font-weight:800;line-height:1.3}.task-card__action-btn{background:var(--color-accent-green);color:#000;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:9px 20px;font-size:12px;font-weight:900;transition:all .2s}.task-card__action-btn:hover:not(:disabled){background:var(--color-accent-green-hover,#2dd4bf);transform:translateY(-1px);box-shadow:0 4px 12px #2dd4bf4d}.task-card__action-btn:active:not(:disabled){transform:translateY(0)}.task-card__action-btn--completed{color:var(--color-accent-green);cursor:not-allowed;background:#2dd4bf33}.task-card__action-btn:disabled{opacity:.5;cursor:not-allowed}.task-card__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:relative;overflow:hidden}.task-card__icon img{object-fit:contain;width:100%;height:100%;padding:10px}.task-card__icon-emoji{filter:drop-shadow(0 2px 8px #0000001a);font-size:36px;line-height:1}@media (max-width:640px){.task-card{gap:16px;padding:20px}.task-card__title{font-size:14px}.task-card__progress{font-size:12px}.task-card__grid{grid-template-columns:1fr}.task-card__item{padding:16px}.task-card__item-title{font-size:15px}.task-card__icon{width:64px;height:64px}.task-card__icon-emoji{font-size:32px}}
.daily-task-card{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;gap:14px;padding:0;transition:none;display:flex}.daily-task-card:hover{box-shadow:none}.daily-task-card__header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:0;transition:opacity .2s;display:flex}.daily-task-card__header:hover{opacity:.8}.daily-task-card__header-content{flex-wrap:wrap;flex:1;align-items:baseline;gap:12px;display:flex}.daily-task-card__title{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-primary);margin:0;font-size:13px;font-weight:900}.daily-task-card__progress{color:var(--color-accent-green);font-size:12px;font-weight:600}.daily-task-card__toggle-icon{color:var(--color-text-secondary);flex-shrink:0;transition:transform .3s}.daily-task-card__toggle-icon--expanded{transform:rotate(180deg)}.daily-task-card__list{flex-direction:column;gap:8px;display:flex}.daily-task-card__item{border:1px solid var(--color-border-primary);background:#ffffff08;border-radius:10px;align-items:center;gap:12px;padding:12px 16px;transition:all .3s;display:flex}.daily-task-card__item:hover{border-color:var(--color-accent-green);background:#ffffff0d;transform:translate(4px)}.daily-task-card__item--completed{opacity:.7}.daily-task-card__check-icon{background:var(--color-text-tertiary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.daily-task-card__check-icon svg{width:14px;height:14px}.daily-task-card__check-icon--completed{background:var(--color-accent-green)}.daily-task-card__info{flex:1;min-width:0}.daily-task-card__task-title{color:var(--color-text-primary);margin:0;font-size:14px;font-weight:800;line-height:1.3}.daily-task-card__points{color:var(--color-accent-green);white-space:nowrap;background:#2dd4bf26;border-radius:16px;flex-shrink:0;align-items:center;gap:3px;padding:5px 10px;font-size:11px;font-weight:800;display:inline-flex}.daily-task-card__task-progress{color:var(--color-text-secondary);white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:600}@media (max-width:768px){.daily-task-card{gap:16px;padding:20px}.daily-task-card__title{font-size:14px}.daily-task-card__progress{font-size:12px}.daily-task-card__item{flex-wrap:wrap;gap:12px;padding:14px 16px}.daily-task-card__check-icon{width:28px;height:28px}.daily-task-card__check-icon svg{width:14px;height:14px}.daily-task-card__task-title{font-size:15px}.daily-task-card__points{padding:5px 10px;font-size:12px}.daily-task-card__task-progress{width:100%;margin-left:40px;font-size:13px}}
