:root{color-scheme:dark;--color-bg: #0a0d17;--color-surface: #151a2c;--color-surface-raised: #1b2137;--color-border: #262d47;--color-text: #eef0fb;--color-text-muted: #aeb4d1;--color-primary: #146356;--color-primary-light: #4fc0ab;--color-accent: #2fe6c9;--color-warm: #ffb340;--color-blue: #3fa7ff;--gradient-primary: linear-gradient(135deg, #146356 0%, #1b8a76 55%, #2fe6c9 100%);--gradient-primary-soft: linear-gradient(135deg, #1b8a76 0%, #146356 100%);--gradient-blue: linear-gradient(135deg, #2f8ef6 0%, #3fc4ff 100%);--gradient-bg: radial-gradient(circle at 20% -10%, rgba(46, 184, 163, .24) 0%, transparent 45%), radial-gradient(circle at 100% 10%, rgba(47, 230, 201, .14) 0%, transparent 40%), radial-gradient(circle at 50% 120%, rgba(46, 184, 163, .22) 0%, transparent 50%);--shadow-glow: 0 0 0 1px rgba(46, 184, 163, .15), 0 20px 60px -20px rgba(46, 184, 163, .45);--shadow-glow-blue: 0 0 0 1px rgba(63, 167, 255, .18), 0 20px 60px -20px rgba(63, 167, 255, .5);--font-display: "Baloo 2", "Sora", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body{height:100%}body{margin:0;min-width:320px;background-color:var(--color-bg);background-image:var(--gradient-bg);background-attachment:fixed;color:var(--color-text);overscroll-behavior-y:none}#root{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}h1,h2,h3{font-family:var(--font-display);margin:0}p{margin:0}button{font-family:inherit}a{color:var(--color-accent);font-weight:500;text-decoration:inherit}.avatar-ring-violet{display:inline-flex;padding:3px;border-radius:50%;background:var(--color-primary);box-shadow:0 0 0 1px #2eb8a380,0 0 18px 3px #2eb8a3a6,0 0 34px 8px #2eb8a34d}::selection{background:var(--color-primary);color:#fff}.app-intro{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--color-bg);background-image:var(--gradient-bg);opacity:1;transition:opacity .4s ease}.app-intro--leaving{opacity:0;pointer-events:none}.app-intro__glow{position:absolute;width:60vmin;height:60vmin;border-radius:50%;background:radial-gradient(circle,#2eb8a380,#2eb8a300 70%);animation:app-intro-glow 1.3s ease-out both}.app-intro__logo{position:relative;width:min(56vw,260px);filter:drop-shadow(0 0 26px rgba(46,184,163,.65));animation:app-intro-emerge .9s cubic-bezier(.22,1,.36,1) both}@keyframes app-intro-emerge{0%{transform:scale(.1);opacity:0;filter:blur(8px) drop-shadow(0 0 0 rgba(46,184,163,0))}55%{transform:scale(1.14);opacity:1;filter:blur(0) drop-shadow(0 0 26px rgba(46,184,163,.65))}75%{transform:scale(.95)}to{transform:scale(1)}}@keyframes app-intro-glow{0%{transform:scale(.15);opacity:0}55%{opacity:1}to{transform:scale(1.5);opacity:0}}.tap-to-enter{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.4rem;border:none;background-color:var(--color-bg);background-image:var(--gradient-bg);cursor:pointer;-webkit-tap-highlight-color:transparent}.tap-to-enter__logo{width:min(56vw,260px);filter:drop-shadow(0 0 26px rgba(46,184,163,.5));animation:tap-to-enter-breathe 2.6s ease-in-out infinite}.tap-to-enter__hint{font-family:var(--font-display);font-weight:700;font-size:.95rem;letter-spacing:.04em;color:var(--color-text-muted);text-transform:uppercase;animation:tap-to-enter-pulse 1.8s ease-in-out infinite}@keyframes tap-to-enter-breathe{0%,to{transform:scale(1);filter:drop-shadow(0 0 26px rgba(46,184,163,.5))}50%{transform:scale(1.04);filter:drop-shadow(0 0 36px rgba(46,184,163,.75))}}@keyframes tap-to-enter-pulse{0%,to{opacity:.55}50%{opacity:1}}.bottom-nav{position:fixed;left:1rem;right:1rem;bottom:max(.75rem,env(safe-area-inset-bottom,0px));max-width:448px;margin:0 auto;z-index:50;display:flex;justify-content:space-around;padding:.4rem;border-radius:999px;border:1.5px solid rgba(255,255,255,.32);box-shadow:inset 0 1px #ffffff38,0 10px 30px -8px #0009;transform:translateZ(0)}.bottom-nav:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;background:linear-gradient(180deg,#ffffff38,#ffffff0a 40%,#ffffff14),#1463562e;-webkit-backdrop-filter:blur(8px) saturate(1.4);backdrop-filter:blur(8px) saturate(1.4)}.bottom-nav__tab{flex:1;max-width:90px;display:flex;flex-direction:column;align-items:center;gap:.1rem;padding:.4rem .25rem;border:none;border-radius:999px;background:transparent;color:var(--color-text-muted);cursor:pointer;transition:color .15s ease,background .15s ease}.bottom-nav__tab--active{color:#fff;background:linear-gradient(180deg,#ffffff29,#ffffff0d);box-shadow:inset 0 1px #ffffff47,0 0 14px #3fb8a040}.bottom-nav__tab--active .bottom-nav__tab-icon{color:var(--color-primary-light)}.bottom-nav__tab-icon{position:relative;display:flex;filter:drop-shadow(0 0 0 transparent)}.bottom-nav__tab--active .bottom-nav__tab-icon{filter:drop-shadow(0 0 6px rgba(46,184,163,.7))}.bottom-nav__tab-label{font-size:.6rem;font-weight:700;line-height:1}.bottom-nav__badge{position:absolute;top:-6px;right:-10px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#ff5c5c;color:#fff;font-size:.62rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 0 8px #ff5c5c99}.app-logo{display:block;width:100%;max-width:120px;height:auto;margin:0 auto}.notification-bell{position:relative}.notification-bell__button{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--color-border);background:#0a1614d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-text);cursor:pointer;box-shadow:0 0 12px #0000004d}.notification-bell__badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#ff5c5c;color:#fff;font-size:.62rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 0 8px #ff5c5c99}.notification-bell__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:54}.notification-bell__panel{position:absolute;top:48px;right:0;width:min(88vw,340px);max-height:min(70vh,480px);display:flex;flex-direction:column;gap:.6rem;padding:1rem;border-radius:16px;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-glow);z-index:56}.notification-bell__panel-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.notification-bell__panel-title{font-family:var(--font-display);font-weight:800;font-size:.95rem}.notification-bell__mark-all{border:none;background:transparent;color:var(--color-primary-light);font-size:.72rem;font-weight:700;cursor:pointer}.notification-bell__list{display:flex;flex-direction:column;gap:.35rem;overflow-y:auto}.notification-bell__empty{padding:1.25rem 0;text-align:center;font-size:.85rem;color:var(--color-text-muted)}.notification-bell__item{display:flex;align-items:center;gap:.5rem;padding:.6rem .65rem;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--color-text);text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease}.notification-bell__item:hover{border-color:var(--color-border);background:#2eb8a314}.notification-bell__item--unread{background:#2eb8a314}.notification-bell__dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--color-primary);box-shadow:0 0 6px #2eb8a3cc}.notification-bell__item-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.notification-bell__item-desc{font-size:.82rem;font-weight:600}.notification-bell__item-time{font-size:.68rem;color:var(--color-text-muted)}.app-shell{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.app-shell__content{flex:1;display:flex;flex-direction:column}.app-shell--with-nav .app-shell__content{padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))}.app-topbar{width:100%;padding-top:env(safe-area-inset-top,0px)}.app-topbar__inner{max-width:480px;margin:0 auto;height:76px;padding:0 1rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.app-topbar__inner .app-logo{grid-column:2;justify-self:center}.app-topbar__inner .notification-bell{grid-column:3;justify-self:end}.app-topbar .app-logo{width:auto;max-width:none;height:64px;margin:0;filter:drop-shadow(0 2px 10px rgba(0,0,0,.5))}.login-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:2rem 1.5rem;text-align:center}.login-screen__content{width:100%;display:flex;flex-direction:column;align-items:center;gap:clamp(2rem,8vh,4rem)}.login-screen__hero{display:flex;flex-direction:column;align-items:center;gap:.5rem}.login-screen__logo{width:min(90vw,400px);height:auto;display:block;margin:0 auto;filter:drop-shadow(0 12px 30px rgba(46,184,163,.45))}.login-screen__stats{display:flex;gap:1.5rem}.login-screen__stat{display:flex;flex-direction:column;align-items:center;gap:.2rem}.login-screen__stat-value{font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:var(--color-accent)}.login-screen__stat-label{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.login-screen__panel{width:100%;max-width:360px;display:flex;flex-direction:column;align-items:center;gap:1rem}.google-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.95rem 1.25rem;border-radius:14px;border:none;background:#fff;color:#1f1f1f;font-weight:600;font-size:.95rem;cursor:pointer;box-shadow:0 12px 30px -10px #00000080;transition:transform .15s ease,box-shadow .15s ease}.google-button:active{transform:scale(.98)}.google-button:disabled{opacity:.7;cursor:not-allowed}.login-screen__error{width:100%;border-radius:12px;background:#ff5c5c1f;border:1px solid rgba(255,92,92,.35);color:#ff9b9b;padding:.75rem 1rem;font-size:.85rem}.login-screen__terms{color:var(--color-text-muted);font-size:.75rem;max-width:32ch;line-height:1.5}.onboarding-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:2rem 1.5rem;text-align:center}.onboarding-screen__content{width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.onboarding-screen__title{font-family:var(--font-display);font-weight:700;font-size:1.4rem}.onboarding-screen__subtitle{color:var(--color-text-muted);font-size:.85rem;line-height:1.5}.onboarding-screen__error{width:100%;border-radius:12px;background:#ff5c5c1f;border:1px solid rgba(255,92,92,.35);color:#ff9b9b;padding:.75rem 1rem;font-size:.85rem}.onboarding-screen__input{width:100%;padding:.9rem 1rem;border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:1rem;text-align:center;font-weight:600}.onboarding-screen__input:focus{outline:none;border-color:var(--color-primary-light)}.onboarding-screen__input:disabled{opacity:.6;cursor:not-allowed}.onboarding-screen__confirm{width:100%;padding:1rem 1.25rem;border-radius:14px;border:none;background:var(--gradient-primary);color:#fff;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:var(--shadow-glow);transition:transform .15s ease,opacity .15s ease}.onboarding-screen__confirm:active{transform:scale(.98)}.onboarding-screen__confirm:disabled{opacity:.5;cursor:not-allowed}.level-hex{flex-shrink:0;width:54px;height:54px;clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0% 50%);display:flex;align-items:center;justify-content:center}.level-hex span,.level-hex svg{font-family:var(--font-display);font-weight:800;font-size:1.1rem}.level-hex--bronze{background:linear-gradient(135deg,#e3a066,#9c5a2c);box-shadow:0 0 0 1px #9c5a2c66,0 6px 16px -6px #9c5a2cb3;color:#2a1a05}.level-hex--silver{background:linear-gradient(135deg,#f1f3f9,#a7adbd);box-shadow:0 0 0 1px #a7adbd66,0 6px 16px -6px #a7adbdb3;color:#2a2f42}.level-hex--gold{background:linear-gradient(135deg,#ffe9a8,#ffb340);box-shadow:0 0 0 1px #ffb34066,0 6px 16px -6px #ffb340bf;color:#2a1a05}.level-hex--diamond{background:linear-gradient(135deg,#187d6e,#156e60);box-shadow:0 0 0 1px #2eb8a366,0 6px 18px -6px #2eb8a3cc;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.35)}.play-mode-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#05050cb3;z-index:60}.play-mode-modal{width:100%;max-width:400px;display:flex;flex-direction:column;gap:.9rem;padding:1.5rem;border-radius:18px;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-glow)}.play-mode-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.play-mode-modal-title{font-family:var(--font-display);font-weight:800;font-size:1.05rem;color:var(--color-text);margin:0}.play-mode-modal-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;border:none;background:#ffffff0f;color:var(--color-text-muted);cursor:pointer;transition:color .15s ease,background .15s ease}.play-mode-modal-close:hover{color:var(--color-text);background:#ffffff1f}.play-mode-modal-option{display:flex;align-items:center;gap:.85rem;padding:.95rem 1rem;border-radius:14px;border:1.5px solid;cursor:pointer;text-align:left;transition:transform .15s ease,filter .15s ease}.play-mode-modal-option:active{transform:scale(.98)}.play-mode-modal-option--duel{border-color:#2eb8a380;background:linear-gradient(135deg,#2eb8a324,#2eb8a308);color:var(--color-text)}.play-mode-modal-option--group{border-color:#3fa7ff80;background:linear-gradient(135deg,#3fa7ff24,#3fa7ff08);color:var(--color-text)}.play-mode-modal-option-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#ffffff0f}.play-mode-modal-option--duel .play-mode-modal-option-icon{color:var(--color-primary-light)}.play-mode-modal-option--group .play-mode-modal-option-icon{color:var(--color-blue)}.play-mode-modal-option-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.play-mode-modal-option-title{font-family:var(--font-display);font-weight:800;font-size:.95rem;text-transform:uppercase;letter-spacing:.02em}.play-mode-modal-option-subtitle{font-size:.78rem;color:var(--color-text-muted)}.home-screen{flex:1;display:flex;flex-direction:column;align-items:center;min-height:100dvh;padding:1.5rem}.home-screen__content{width:100%;max-width:480px;display:flex;flex-direction:column;gap:1.15rem}.home-screen__profile{position:relative;display:flex;align-items:center;gap:1.25rem;padding:1.3rem 1.5rem;border:1px solid var(--color-border);border-radius:18px;background:linear-gradient(160deg,#2eb8a324,#2eb8a300 55%),var(--color-surface);text-align:left;overflow:hidden}.home-screen__profile-leaf{position:absolute;right:-6px;bottom:-10px;width:96px;height:auto;opacity:.25;pointer-events:none;z-index:0}.home-screen__profile-avatar-wrap{position:relative;flex-shrink:0;border:none;cursor:pointer}.home-screen__profile-avatar-img,.home-screen__profile-avatar-fallback{flex-shrink:0;width:68px;height:68px;border-radius:50%;overflow:hidden;border:2px solid var(--color-surface)}.home-screen__profile-avatar-img{object-fit:cover}.home-screen__profile-avatar-fallback{display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff;font-family:var(--font-display);font-weight:700;font-size:1.5rem}.home-screen__profile-online-dot{position:absolute;right:2px;bottom:2px;width:15px;height:15px;border-radius:50%;background:#35e08a;border:3px solid var(--color-surface)}.home-screen__profile-info{flex:1;display:flex;flex-direction:column;gap:.45rem;min-width:0}.home-screen__profile-name{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-screen__level-badge-wrap{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.3rem}.home-screen__level-hex-label{font-size:.6rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em}.home-screen__level-row{display:flex;flex-wrap:wrap;align-items:center;row-gap:.15rem;column-gap:.5rem;width:100%}.home-screen__level-badge{flex-shrink:0;padding:.15rem .55rem;border-radius:999px;background:var(--gradient-primary-soft);color:#fff;font-size:.7rem;font-weight:700;box-shadow:0 0 10px #2eb8a38c}.home-screen__xp-bar{flex:1;min-width:44px;height:9px;border-radius:999px;background:var(--color-bg);box-shadow:inset 0 1px 3px #00000080;overflow:hidden}.home-screen__xp-bar-fill{height:100%;min-width:9px;border-radius:999px;background:var(--gradient-primary-soft);box-shadow:0 0 8px #2eb8a399;transition:width .3s ease}.home-screen__xp-label{flex-shrink:0;font-size:.68rem;color:var(--color-text-muted)}.home-screen__balance-card{--s: .5;display:flex;flex-direction:column;box-sizing:border-box;padding:10px 12px 8px;color:#f7f6ff;border:1px solid #253eae;border-radius:22px;background:radial-gradient(circle at 15% 0%,rgba(46,184,163,.19),transparent 37%),linear-gradient(145deg,#0e2320,#060e2a 55%,#06152d);box-shadow:0 0 0 1px #2eb8a359,0 0 30px #2eb8a333,inset 0 0 26px #1d42b21f}.home-screen__wallets{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"verde gold" "verde-add gold-add" ". gold-cards";column-gap:10px;align-items:center}.home-screen__area-verde{grid-area:verde}.home-screen__area-gold{grid-area:gold}.home-screen__area-verde-add{grid-area:verde-add}.home-screen__area-gold-add{grid-area:gold-add}.home-screen__area-gold-cards{grid-area:gold-cards}.home-screen__wallet{display:flex;align-items:center;gap:calc(10px * var(--s));min-width:0}.home-screen__area-gold{position:relative;padding-left:6px}.home-screen__area-gold:before{content:"";position:absolute;left:-5.5px;top:50%;width:1px;height:calc(54px * var(--s));transform:translateY(-50%);background:#274ca5}.home-screen__wallet-chip-icon{flex:0 0 calc(54px * var(--s));width:calc(54px * var(--s));height:calc(58px * var(--s));object-fit:contain}.home-screen__wallet-chip-icon--verde{filter:hue-rotate(-40deg) saturate(1.4)}.home-screen__wallet-text{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.home-screen__wallet-label{font-size:calc(14px * var(--s) + 4px);font-weight:800;text-transform:uppercase;color:#ffbe32}.home-screen__wallet-head{display:flex;align-items:center;justify-content:space-between;gap:4px}.home-screen__wallet-amount{font-weight:700;font-size:calc(26px * var(--s) + 3px);line-height:1.1;color:#f7f6ff;min-width:0;overflow-wrap:anywhere}.home-screen__wallet-amount--verde{font-size:16px}.home-screen__balance-dots{display:inline-flex;align-items:center;gap:.3rem;height:1.2rem}.home-screen__balance-dot{width:8px;height:8px;border-radius:50%;background:#f7f6ff}.home-screen__balance-eye{flex:0 0 26px;display:grid;place-items:center;width:26px;height:26px;margin:-5px 0;padding:3px;border:0;border-radius:50%;color:#aebeff;background:transparent;cursor:pointer;transition:color .15s ease}.home-screen__balance-eye svg{width:21px;height:21px}.home-screen__balance-eye:hover{color:#fff}.home-screen__wallet-add{box-sizing:border-box;width:100%;min-height:calc(56px * var(--s) + 4px);margin-top:6px;display:flex;align-items:center;justify-content:center;gap:calc(8px * var(--s));padding:0 calc(9px * var(--s));border:1px solid;border-radius:999px;color:#fff;font-size:calc(15px * var(--s) + 4px);font-weight:700;white-space:nowrap;cursor:pointer;transition:transform .2s ease,filter .2s ease}.home-screen__wallet-add:hover{transform:translateY(-2px);filter:brightness(1.12)}.home-screen__wallet-add--purple{border-color:#279b8a;background:linear-gradient(100deg,#10574c,#10544a);box-shadow:0 0 14px #2eb8a366}.home-screen__wallet-add--blue{border-color:#087cff;background:linear-gradient(100deg,#101a54,#081d4b);box-shadow:0 0 12px #0c80ff40}.home-screen__wallet-add-icon{flex:0 0 calc(29px * var(--s));display:grid;place-items:center;width:calc(29px * var(--s));height:calc(29px * var(--s));border-radius:50%;background:linear-gradient(145deg,#156d5f,#136659)}.home-screen__wallet-add--blue .home-screen__wallet-add-icon{background:linear-gradient(145deg,#36baff,#0876e8)}.home-screen__wallet-add-icon svg{width:65%;height:65%}.home-screen__cards{display:flex;align-items:center;justify-content:center;gap:10px;min-height:18px}.home-screen__card-logo--visa{width:calc(50px * var(--s) + 2px);height:auto}.home-screen__card-logo--mc{width:calc(40px * var(--s) + 2px);height:auto}.home-screen__toast{position:fixed;left:50%;bottom:1.5rem;transform:translate(-50%);z-index:60;width:max-content;max-width:calc(100% - 2rem);padding:.75rem 1.1rem;border-radius:14px;border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-glow);color:var(--color-text);font-size:.85rem;font-weight:600;text-align:center;animation:home-screen-toast-in .2s ease}@keyframes home-screen-toast-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.home-screen__balance-sub{display:grid;grid-template-columns:1fr 1px 1fr;align-items:center;gap:12px;margin-top:6px;padding-top:7px;border-top:1px solid #183b85}.home-screen__balance-sub-divider{width:1px;height:28px;background:#274ca5}.home-screen__balance-sub-item{min-width:0}.home-screen__balance-sub-label{display:block;color:#b5c2e9;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.home-screen__balance-sub-value{display:flex;align-items:center;gap:5px;margin-top:2px;font-weight:700;font-size:16px}.home-screen__balance-sub-value--accent{color:#00e6ca}.home-screen__balance-sub-value--primary{color:#6ecfc0}.home-screen__arrow-up{flex:0 0 auto;width:21px;height:21px}@media (max-width: 399px){.home-screen__balance-card{--s: .5;padding-inline:12px}.home-screen__wallet-amount--verde{font-size:16px}.home-screen__balance-sub-value{font-size:15px}.home-screen__arrow-up{width:18px;height:18px}}@media (max-width: 379px){.home-screen__wallet-amount--verde{font-size:15.5px}}@media (max-width: 359px){.home-screen__balance-card{--s: .45;padding-inline:10px}.home-screen__wallet-amount--verde{font-size:15px}.home-screen__balance-sub{gap:12px}.home-screen__balance-sub-value{font-size:14px}}@media (max-width: 300px){.home-screen__wallets{grid-template-columns:minmax(0,1fr);grid-template-areas:"verde" "verde-add" "gold" "gold-add" "gold-cards";row-gap:12px}.home-screen__area-gold{padding-left:0}.home-screen__area-gold:before{display:none}}.home-screen__modes{display:flex;flex-direction:column;gap:1rem}.home-screen__mode-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:.85rem;min-height:min(44vw,210px);padding:1.1rem 1.35rem;border-radius:18px;border:none;color:#fff;text-align:left;background-size:cover;background-position:center}.home-screen__mode-card--primary{box-shadow:var(--shadow-glow)}.home-screen__mode-card--locked{border:1px solid var(--color-border)}.home-screen__mode-card--blue{border-color:#3fa7ff4d}.home-screen__mode-card--locked.home-screen__mode-card--blue .home-screen__mode-card-icon{background:#3fa7ff38;color:var(--color-blue)}.home-screen__mode-card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.home-screen__mode-card-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;background:#ffffff2e}.home-screen__mode-card-count{font-size:.68rem;font-weight:600;color:#ffffffe6;background:#ffffff29;padding:.22rem .55rem;border-radius:999px}.home-screen__mode-card-body{display:flex;flex-direction:column;gap:.3rem;max-width:52%}.home-screen__mode-card-title{font-family:var(--font-display);font-weight:700;font-size:1.15rem;line-height:1.2}.home-screen__mode-card-subtitle{font-size:.8rem;opacity:.85}.home-screen__mode-card-tag{font-size:.68rem;font-weight:600;letter-spacing:.02em;opacity:.6}.home-screen__mode-card-cta{align-self:flex-start;padding:.45rem 1rem;border-radius:10px;border:none;background:#fff;color:var(--color-primary-light);font-weight:700;font-size:.8rem;cursor:pointer;box-shadow:0 0 16px 2px #2eb8a38c}.home-screen__mode-card-cta:active{transform:scale(.97)}.home-screen__mode-card-cta--locked{display:flex;align-items:center;gap:.4rem;background:var(--color-surface-raised);border:1px solid var(--color-border);color:var(--color-text-muted);cursor:not-allowed}.home-screen__games{display:flex;flex-direction:column;gap:.65rem}.home-screen__games-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.home-screen__games-title{font-size:1rem;color:var(--color-text)}.home-screen__tabs{display:flex;gap:.4rem;overflow-x:auto;padding-bottom:.15rem}.home-screen__tab{flex-shrink:0;padding:.4rem .85rem;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);font-size:.78rem;font-weight:600;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.home-screen__tab--active{background:#2eb8a338;border-color:#2eb8a38c;color:#dffcf8;box-shadow:0 0 14px #2eb8a366;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.home-screen__empty{display:flex;align-items:center;justify-content:center;text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:2rem 1.5rem;color:var(--color-text-muted);font-size:.9rem}.home-screen__error{border-radius:12px;padding:.75rem 1rem;background:#ff5c5c1f;border:1px solid rgba(255,92,92,.35);color:#ff9b9b;font-size:.85rem}.home-screen__match{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:1.15rem;border:1px solid var(--color-border);border-radius:18px;padding:1.3rem 1.5rem}.home-screen__match--your-turn{background:linear-gradient(135deg,#2fe6c929,#2eb8a30d 60%),var(--color-surface);border-color:#2fe6c959}.home-screen__match--waiting{background:linear-gradient(135deg,#2eb8a31a,#2eb8a300 60%),var(--color-surface)}.home-screen__match--finished{background:var(--color-surface)}.home-screen__match--clickable{width:100%;text-align:left;font:inherit;color:inherit;cursor:pointer;transition:border-color .15s ease,transform .15s ease}.home-screen__match--clickable:hover{border-color:var(--color-primary-light)}.home-screen__match--clickable:active{transform:scale(.99)}.home-screen__match-chevron{flex-shrink:0;display:flex;align-items:center;color:var(--color-text-muted)}.home-screen__match--unseen-result{background:linear-gradient(135deg,#ffd27a29,#ffd27a00 60%),var(--color-surface);border-color:#ffd27a66}.home-screen__match-tag{align-self:flex-start;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary-light)}.home-screen__match-tag--your-turn{color:var(--color-accent)}.home-screen__match-tag--unseen-result{color:#ffd27a}.home-screen__match-tag--won{color:var(--color-accent)}.home-screen__match-tag--lost{color:#ff9b9b}.home-screen__match-tag--draw,.home-screen__match-tag--expired{color:var(--color-text-muted)}.home-screen__match-top{display:flex;align-items:center;gap:.45rem;min-width:0}.home-screen__match-live-dot{width:7px;height:7px;border-radius:50%;background:var(--color-accent);animation:home-screen-pulse 1.6s ease-out infinite}@keyframes home-screen-pulse{0%{box-shadow:0 0 #2fe6c999}70%{box-shadow:0 0 0 7px #2fe6c900}to{box-shadow:0 0 #2fe6c900}}.home-screen__match-avatar-img,.home-screen__match-avatar-fallback{flex-shrink:0;width:44px;height:44px;border-radius:50%;overflow:hidden;border:2px solid var(--color-border)}.home-screen__match--your-turn .home-screen__match-avatar-img,.home-screen__match--your-turn .home-screen__match-avatar-fallback{border-color:#2fe6c98c}.home-screen__match-avatar-img{object-fit:cover}.home-screen__match-avatar-fallback{display:flex;align-items:center;justify-content:center;background:var(--color-primary);color:#fff;font-family:var(--font-display);font-weight:700;font-size:1rem}.home-screen__match-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.home-screen__match-opponent{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-display);font-weight:700;font-size:.95rem}.home-screen__match-stats{display:flex;flex-direction:column;gap:.35rem;margin:.15rem 0;min-width:0}.home-screen__match-stat{display:flex;flex-direction:column;gap:.1rem;min-width:0}.home-screen__match-stat-label{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.home-screen__match-stat-value{font-size:.92rem;font-weight:600;color:var(--color-text)}.home-screen__match-stat-value--accent{color:var(--color-accent)}.home-screen__match-stat-value--negative{color:#ff9b9b}.home-screen__match-status{font-size:.75rem;color:var(--color-text-muted)}.home-screen__match-time{font-size:.72rem;color:var(--color-text-muted);opacity:.8}.home-screen__match-side{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-left:.5rem}.home-screen__match-clock{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;border:1.5px solid var(--color-border);color:var(--color-text-muted)}.home-screen__match--your-turn .home-screen__match-clock{border-color:#2fe6c980;color:var(--color-accent)}.home-screen__match--waiting .home-screen__match-clock{border-color:#2eb8a380;color:var(--color-primary-light)}.home-screen__match-play{flex-shrink:0;padding:.6rem 1rem;border-radius:10px;border:none;background:var(--gradient-primary);color:#fff;font-weight:700;font-size:.8rem;cursor:pointer;box-shadow:var(--shadow-glow)}.home-screen__match-play--unseen-result{background:linear-gradient(135deg,#ffd27a,#f2a93c);color:#2b1a04;box-shadow:0 0 0 1px #ffd27a66,0 6px 18px #f2a93c59}.home-screen__view-all{flex-shrink:0;padding:0;border:none;background:transparent;color:var(--color-primary-light);font-size:.8rem;font-weight:700;cursor:pointer;transition:color .15s ease}.home-screen__view-all:hover{color:var(--color-text)}@media (max-width: 339px){.home-screen__wallet-amount--verde{font-size:15.5px}}.home-screen__active-card{display:flex;align-items:center;gap:.6rem;width:100%;padding:.6rem .9rem;border-radius:14px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font:inherit;cursor:pointer;transition:border-color .15s ease}.home-screen__active-card:hover{border-color:var(--color-primary-light)}.home-screen__active-card-label{flex:1;text-align:left;font-size:.85rem;font-weight:700}.home-screen__active-card-count{min-width:26px;padding:.1rem .5rem;border-radius:999px;background:var(--gradient-primary);color:#fff;font-size:.8rem;font-weight:800;text-align:center}.home-screen__active-card-chevron{display:flex;color:var(--color-text-muted)}.add-friend-button{flex-shrink:0;display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .6rem;border-radius:999px;font-size:.7rem;font-weight:700;line-height:1;white-space:nowrap}button.add-friend-button{border:1px solid rgba(46,184,163,.35);background:#2eb8a31f;color:var(--color-primary-light);cursor:pointer;transition:border-color .15s ease,background .15s ease}button.add-friend-button:hover:not(:disabled){border-color:var(--color-primary-light);background:#2eb8a333}button.add-friend-button:disabled{opacity:.7;cursor:default}.add-friend-button--badge{border:1px solid rgba(47,230,201,.35);background:#2fe6c91f;color:var(--color-accent)}.friends-list-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#05050cb3;z-index:60}.friends-list-modal{width:100%;max-width:400px;max-height:min(80vh,560px);display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-radius:18px;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-glow)}.friends-list-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.friends-list-modal-title{font-family:var(--font-display);font-weight:800;font-size:1.05rem;color:var(--color-text);margin:0}.friends-list-modal-count{font-weight:600;color:var(--color-text-muted)}.friends-list-modal-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;border:none;background:#ffffff0f;color:var(--color-text-muted);cursor:pointer;transition:color .15s ease,background .15s ease}.friends-list-modal-close:hover{color:var(--color-text);background:#ffffff1f}.friends-list-modal-search{flex-shrink:0;display:flex;align-items:center;gap:.6rem;padding:.7rem .9rem;border-radius:12px;background:#091211;border:1px solid var(--color-border)}.friends-list-modal-search-icon{flex-shrink:0;display:flex;color:var(--color-blue)}.friends-list-modal-search-input{width:100%;border:none;background:transparent;color:var(--color-text);font-size:.9rem}.friends-list-modal-search-input:focus{outline:none}.friends-list-modal-search-input::placeholder{color:var(--color-text-muted)}.friends-list-modal-list{display:flex;flex-direction:column;gap:.4rem;overflow-y:auto}.friends-list-modal-empty{padding:1.5rem 0;text-align:center;font-size:.85rem;color:var(--color-text-muted)}.friends-list-modal-item{flex-shrink:0;display:flex;align-items:center;gap:.7rem;padding:.6rem .7rem;border-radius:12px;border:1px solid transparent;background:transparent;color:var(--color-text);font-size:.9rem;font-weight:600;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease}.friends-list-modal-item:hover{border-color:var(--color-primary-light);background:#2eb8a31a}.friends-list-modal-item--checked{border-color:#22d3ee;background:#22d3ee24}.friends-list-modal-item-check{margin-left:auto;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:#22d3ee}.friends-list-modal-limit-error{flex-shrink:0;margin:0;font-size:.78rem;color:#ff9b9b}.friends-list-modal-confirm{flex-shrink:0;padding:.8rem;border:none;border-radius:12px;background:var(--gradient-primary);color:#fff;font-weight:700;font-size:.9rem;cursor:pointer;box-shadow:var(--shadow-glow)}.friends-list-modal-confirm:disabled{opacity:.5;cursor:not-allowed}.friends-list-modal-item-avatar{flex-shrink:0;width:34px;height:34px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff;font-size:.85rem;font-weight:700}.new-match-screen{flex:1;display:flex;flex-direction:column;align-items:center;min-height:100dvh;padding:1.75rem 1.25rem;background-color:#06040f;background-image:radial-gradient(1.5px 1.5px at 15% 22%,rgba(255,255,255,.8),transparent 100%),radial-gradient(2px 2px at 8% 65%,rgba(46,184,163,.9),transparent 100%),radial-gradient(1.5px 1.5px at 32% 78%,rgba(255,255,255,.6),transparent 100%),radial-gradient(2px 2px at 90% 20%,rgba(63,167,255,.9),transparent 100%),radial-gradient(1.5px 1.5px at 78% 55%,rgba(255,255,255,.7),transparent 100%),radial-gradient(1.5px 1.5px at 60% 12%,rgba(63,167,255,.7),transparent 100%),repeating-linear-gradient(115deg,rgba(46,184,163,.09) 0px,rgba(46,184,163,.09) 1px,transparent 1px,transparent 90px),repeating-linear-gradient(115deg,rgba(63,167,255,.07) 0px,rgba(63,167,255,.07) 1px,transparent 1px,transparent 130px),radial-gradient(ellipse 65% 55% at -5% 100%,rgba(46,184,163,.32) 0%,transparent 60%),radial-gradient(ellipse 65% 55% at 105% 0%,rgba(34,211,238,.24) 0%,transparent 60%);background-attachment:fixed}.new-match-screen__content{width:100%;max-width:480px;display:flex;flex-direction:column;gap:1.5rem}.new-match-screen__topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem}.new-match-screen__topbar .app-logo{max-width:168px}.new-match-screen__back{justify-self:start;display:flex;align-items:center;gap:.4rem;padding:.5rem .95rem;border-radius:999px;border:1px solid rgba(46,184,163,.55);background:#2eb8a31a;color:var(--color-text);font-size:.8rem;font-weight:600;cursor:pointer;box-shadow:0 0 12px #2eb8a359;transition:box-shadow .15s ease,border-color .15s ease}.new-match-screen__back:hover{border-color:#2eb8a3cc;box-shadow:0 0 18px #2eb8a380}.new-match-screen__balance-badge{justify-self:end;display:flex;align-items:center;gap:.4rem;background:#06040f99;border:1px solid rgba(63,167,255,.55);border-radius:999px;padding:.3rem 1rem .32rem .7rem;box-shadow:0 0 12px #3fa7ff59}.new-match-screen__balance-badge-icon{display:flex;color:var(--color-blue);flex-shrink:0}.new-match-screen__balance-badge-text{display:flex;flex-direction:column;line-height:1.25}.new-match-screen__balance-badge-label{font-size:.56rem;line-height:1.2;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.new-match-screen__balance-badge-value{font-family:var(--font-display);font-weight:700;font-size:.85rem;color:var(--color-blue)}.new-match-screen__title-wrap{display:flex;flex-direction:column;align-items:center;gap:.6rem}.new-match-screen__title-row{display:flex;align-items:center;justify-content:center;gap:.5rem}.new-match-screen__title-bracket{flex-shrink:0;display:flex}.new-match-screen__title-bracket--left{color:var(--color-primary-light);filter:drop-shadow(0 0 6px rgba(46,184,163,.7))}.new-match-screen__title-bracket--right{color:var(--color-blue);filter:drop-shadow(0 0 6px rgba(63,167,255,.7))}.new-match-screen__title{font-family:var(--font-display);font-weight:800;font-size:clamp(1.45rem,7vw,2.1rem);line-height:1.05;text-transform:uppercase;letter-spacing:.01em;text-align:center;white-space:nowrap;color:#fff}.new-match-screen__title-accent{background:linear-gradient(90deg,#156e60,#3fd0ff);-webkit-background-clip:text;background-clip:text;color:transparent}.new-match-screen__title-bracket svg{width:clamp(26px,9vw,62px);height:auto}.new-match-screen__subtitle{display:flex;flex-direction:column;align-items:center;gap:.35rem;margin:0;font-size:clamp(.6rem,2.9vw,.72rem);letter-spacing:.2em;text-transform:uppercase;text-align:center;color:#c4c8e6}.new-match-screen__subtitle-tail{display:flex;align-items:center;gap:.7rem}.new-match-screen__subtitle-tail:before,.new-match-screen__subtitle-tail:after{content:"";width:clamp(24px,10vw,44px);height:1.5px}.new-match-screen__subtitle-tail:before{background:linear-gradient(90deg,transparent,#146b5e)}.new-match-screen__subtitle-tail:after{background:linear-gradient(90deg,#3fd0ff,transparent)}.new-match-screen__topbar--sent{display:flex;justify-content:center}.new-match-screen__sent-card{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;margin-top:2rem;padding:2.5rem 1.75rem;border-radius:18px;background:#06040f8c;border:1px solid var(--color-primary);box-shadow:var(--shadow-glow)}.new-match-screen__sent-icon{display:flex;color:var(--color-accent)}.new-match-screen__sent-title{font-family:var(--font-display);font-weight:700;font-size:1.3rem;color:#fff}.new-match-screen__sent-text{color:var(--color-text-muted);font-size:.9rem;line-height:1.5;max-width:340px}.new-match-screen__sent-card .new-match-screen__submit{width:100%;margin-top:.5rem}.new-match-screen__banner{border-radius:12px;padding:.75rem 1rem;font-size:.85rem}.new-match-screen__banner--error{background:#ff5c5c1f;border:1px solid rgba(255,92,92,.35);color:#ff9b9b}.new-match-screen__chip:disabled,.new-match-screen__input:disabled{opacity:.6;cursor:not-allowed}.new-match-screen__field{display:flex;flex-direction:column;gap:.65rem}.new-match-screen__field--panel{gap:.8rem;padding:14px 12px;border:1px solid rgba(80,110,255,.35);border-radius:18px;background:linear-gradient(165deg,#183430b3,#0b19178c);box-shadow:0 0 16px #466eff1f,inset 0 0 22px #2eb8a30f}.new-match-screen__friends-button{display:flex;align-items:center;gap:.7rem;padding:.85rem 1rem;border:1px solid rgba(96,165,250,.6);border-radius:16px;background:linear-gradient(165deg,#183430b3,#0b19178c);box-shadow:0 0 20px #3fa7ff47,0 0 34px #2eb8a333,inset 0 0 26px #2eb8a31a;color:var(--color-text);cursor:pointer;text-align:left}.new-match-screen__friends-button-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#2eb8a329;color:#95f6e8}.new-match-screen__friends-button-text{flex:1;font-weight:700;font-size:.92rem}.new-match-screen__friends-button-count{font-weight:600;color:var(--color-text-muted)}.new-match-screen__sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.new-match-screen__bet-section{display:flex;flex-direction:column;gap:1.5rem;animation:new-match-screen-reveal .25s ease}@keyframes new-match-screen-reveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.new-match-screen__label-row{display:flex;align-items:center;gap:.55rem}.new-match-screen__label-icon{flex-shrink:0;display:flex;color:#95f6e8}.new-match-screen__label-icon svg{width:22px;height:22px}.new-match-screen__label{font-size:.82rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.07em}.new-match-screen__input-border{border-radius:18px;padding:1.5px;background:linear-gradient(90deg,#156e60,#3fa7ff 70%,#156e60);box-shadow:0 0 18px #606eff59}.new-match-screen__input-wrap{position:relative;display:flex;align-items:center;border-radius:16.5px;background:#0a0b22}.new-match-screen__input{width:100%;padding:.95rem 3.4rem .95rem 2.9rem;border-radius:16.5px;border:none;background:transparent;color:var(--color-text);font-size:.95rem}.new-match-screen__input:focus{outline:none}.new-match-screen__input::placeholder{color:#8f9ad0}.new-match-screen__input-icon{position:absolute;left:1rem;display:flex;color:#b9f9f0;pointer-events:none}.new-match-screen__input-icon svg{width:20px;height:20px}.new-match-screen__input-go{position:absolute;right:.55rem;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;border:1px solid rgba(96,165,250,.55);background:#3246be73;color:#e6ebff;pointer-events:none}.new-match-screen__suggestion-dropdown{display:flex;flex-direction:column;gap:.3rem;max-height:260px;overflow-y:auto;padding:.4rem;border-radius:14px;border:1px solid var(--color-border);background:#091211}.new-match-screen__suggestion{align-self:flex-start;padding:.4rem .75rem;border-radius:10px;font-size:.8rem;font-weight:600;border:1px solid transparent}.new-match-screen__suggestion--loading{color:var(--color-text-muted)}.new-match-screen__suggestion-item{flex:0 0 auto;min-width:0;display:flex;align-items:center;gap:.65rem;padding:.5rem .6rem;border-radius:10px;border:1px solid transparent;color:var(--color-text);cursor:pointer;transition:border-color .15s ease,background .15s ease}.new-match-screen__suggestion-item:hover{border-color:var(--color-accent);background:#2fe6c91a}.new-match-screen__suggestion-item-avatar{flex-shrink:0;width:30px;height:30px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#146b5e,#136559);color:#fff;font-size:.8rem;font-weight:700}.new-match-screen__suggestion-item-username{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:.85rem}.new-match-screen__suggestion--not-found{background:#ff5c5c1f;border-color:#ff5c5c59;color:#ff9b9b}.new-match-screen__opponent-card{display:flex;align-items:center;gap:.9rem;padding:1rem 1.1rem;border-radius:16px;background:#06040f8c;border:1px solid var(--color-primary);box-shadow:var(--shadow-glow)}.new-match-screen__opponent-card-avatar{flex-shrink:0;width:46px;height:46px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff;font-family:var(--font-display);font-weight:700;font-size:1.15rem}.new-match-screen__opponent-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.new-match-screen__opponent-card-label{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.new-match-screen__opponent-card-username{font-family:var(--font-display);font-weight:700;font-size:1.2rem;color:var(--color-accent);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.new-match-screen__opponent-card-change{flex-shrink:0;padding:.55rem .9rem;border-radius:10px;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);font-size:.8rem;font-weight:600;cursor:pointer;transition:color .15s ease,border-color .15s ease}.new-match-screen__opponent-card-change:hover{color:var(--color-text);border-color:var(--color-primary-light)}.new-match-screen__opponent-card-change:disabled{opacity:.5;cursor:not-allowed}.new-match-screen__mode-toggle{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.7rem}.new-match-screen__mode-btn{min-width:0;min-height:76px;display:flex;align-items:center;gap:.55rem;padding:.6rem .6rem .6rem .5rem;border:1.5px solid;border-radius:16px;color:var(--color-text);text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.new-match-screen__mode-btn-icon{flex:0 0 auto;width:44px;height:44px;object-fit:contain}.new-match-screen__mode-btn-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.new-match-screen__mode-btn-number{font-family:var(--font-display);font-size:1.7rem;font-weight:800;line-height:1;color:#fff}.new-match-screen__mode-btn-unit{font-size:.85rem;color:#cbd2f5}.new-match-screen__mode-btn-label{font-family:var(--font-display);font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#f5b942}.new-match-screen__mode-btn-value{font-family:var(--font-display);font-size:1.25rem;font-weight:800;line-height:1.1;color:#f5b942;overflow-wrap:anywhere}.new-match-screen__mode-btn-chevron{flex:0 0 auto;display:flex;color:#dbe2ff}.new-match-screen__mode-btn--verde{border-color:#22d3ee8c;background:linear-gradient(135deg,#22d3ee1a,#2eb8a31a);box-shadow:0 0 12px #22d3ee38}.new-match-screen__mode-btn--verde.new-match-screen__mode-btn--active{border-color:#22d3ee;box-shadow:0 0 18px #22d3ee8c,inset 0 0 14px #22d3ee1f}.new-match-screen__mode-btn--gold{border-color:#f5b9428c;background:linear-gradient(135deg,#f5b94217,#78460a1f);box-shadow:0 0 12px #f5b9422e}.new-match-screen__mode-btn--gold.new-match-screen__mode-btn--active{border-color:#f5b942;box-shadow:0 0 18px #f5b94280,inset 0 0 14px #f5b9421f}.new-match-screen__mode-btn:disabled{opacity:.6;cursor:not-allowed}.new-match-screen__chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.new-match-screen__chip{position:relative;min-width:0;padding:1.5px;border:none;border-radius:16px;background:var(--chip-frame);box-shadow:0 0 14px var(--chip-glow);cursor:pointer;transition:box-shadow .15s ease}.new-match-screen__chip--active{box-shadow:0 0 20px var(--chip-glow-active)}.new-match-screen__chip--active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid #3fd8ff;border-radius:inherit;box-shadow:inset 0 0 12px #3fd8ff73;pointer-events:none}.new-match-screen__chip-inner{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;width:100%;min-height:100%;min-width:0;padding:.7rem .3rem .65rem;border-radius:14.5px;background:var(--chip-bg)}.new-match-screen__chip--active .new-match-screen__chip-inner{background:var(--chip-bg-active)}.new-match-screen__chip-icon{flex-shrink:0;width:52px;height:48px;object-fit:contain}.new-match-screen__chip-text{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;width:100%}.new-match-screen__chip-amount{font-family:var(--font-display);font-weight:800;font-size:1.3rem;line-height:1.1;color:#fff}.new-match-screen__chip-unit{font-size:.62rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#c7cdf0}.new-match-screen__chip-usd{margin-top:.1rem;font-size:.75rem;font-weight:600;color:var(--color-accent)}.new-match-screen__chip-check{position:absolute;z-index:1;top:6px;right:6px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#3fd8ff;color:#04202b;box-shadow:0 0 8px #3fd8ffcc}.new-match-screen__bet-error{color:#ff9b9b;font-size:.85rem}.new-match-screen__submit{width:100%;display:flex;align-items:center;gap:.5rem;padding:1rem 1.4rem;border-radius:14px;border:none;background:linear-gradient(90deg,#146b5e,#22d3ee);color:#fff;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:-8px 0 26px 1px #2eb8a38c,8px 0 26px 1px #22d3ee8c,0 0 34px 4px #2eb8a340;transition:transform .15s ease,opacity .15s ease}.new-match-screen__submit-text{flex:1;text-align:center;text-transform:uppercase;letter-spacing:.02em}.new-match-screen__submit:active{transform:scale(.98)}.new-match-screen__submit:disabled{background:linear-gradient(90deg,#0f4f46,#275b66);box-shadow:none;cursor:not-allowed}.new-match-screen__submit:disabled .new-match-screen__submit-text{color:#ffffffbf}.new-match-screen__submit:disabled svg{opacity:.6}.new-match-screen__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#05050ca6;z-index:50}.new-match-screen__modal{width:100%;max-width:380px;display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;border-radius:18px;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-glow)}.new-match-screen__modal-message{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.new-match-screen__modal-text{font-size:.95rem;line-height:1.4;color:var(--color-text)}.new-match-screen__modal-opponent{font-size:1.1rem;color:var(--color-warm)}.new-match-screen__modal-subtext{font-size:.8rem;line-height:1.4;color:var(--color-text-muted)}.new-match-screen__modal-hype{font-size:1.05rem;line-height:1.35;font-weight:800;text-align:center;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:transparent}.new-match-screen__modal-actions{display:flex;gap:.75rem}.new-match-screen__modal-cancel,.new-match-screen__modal-confirm{flex:1;padding:.8rem 1rem;border-radius:12px;font-weight:700;font-size:.9rem;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.new-match-screen__modal-cancel{border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted)}.new-match-screen__modal-cancel:hover{color:var(--color-text);border-color:var(--color-primary-light)}.new-match-screen__modal-confirm{border:none;background:var(--gradient-primary);color:#fff}.new-match-screen__modal-confirm:active,.new-match-screen__modal-cancel:active{transform:scale(.98)}.new-match-screen__modal-confirm:disabled,.new-match-screen__modal-cancel:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 399px){.new-match-screen__mode-btn-icon{width:38px;height:38px}.new-match-screen__mode-btn-number{font-size:1.5rem}.new-match-screen__mode-btn-value{font-size:1.1rem}.new-match-screen__chip-icon{width:46px;height:42px}.new-match-screen__chip-amount{font-size:1.2rem}}@media (max-width: 359px){.new-match-screen__field--panel{padding:12px 10px}.new-match-screen__mode-toggle{gap:.5rem}.new-match-screen__mode-btn{gap:.35rem;padding:.5rem .4rem}.new-match-screen__mode-btn-icon{width:32px;height:32px}.new-match-screen__mode-btn-number{font-size:1.3rem}.new-match-screen__mode-btn-value{font-size:1rem}.new-match-screen__mode-btn-chevron{display:none}.new-match-screen__chips{gap:.5rem}.new-match-screen__chip-icon{width:40px;height:37px}.new-match-screen__chip-amount{font-size:1.1rem}}@media (max-width: 419px){.new-match-screen__mode-btn-chevron{display:none}.new-match-screen__mode-btn-value{font-size:1.05rem}.new-match-screen__opponent-card{flex-wrap:wrap;row-gap:.7rem}.new-match-screen__opponent-card-info{flex:1 1 165px}.new-match-screen__opponent-card-label{white-space:nowrap}}.group-match-screen__count-summary{text-align:center;font-size:.8rem;color:var(--color-text-muted)}.group-match-screen__limit-error{margin:0;font-size:.78rem;color:#ff9b9b}.group-match-screen__empty-friends{font-size:.85rem;color:var(--color-text-muted)}.group-match-screen__friend-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.6rem}.group-match-screen__friend-chip{display:flex;align-items:center;gap:.5rem;min-width:0;padding:.5rem .6rem;border-radius:999px;border:1.5px solid rgba(124,140,255,.35);background:#18343080;color:var(--color-text);font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease}.group-match-screen__friend-chip:disabled{opacity:.4;cursor:not-allowed}.group-match-screen__friend-chip--checked{border-color:#22d3ee;background:#22d3ee29;box-shadow:0 0 12px #22d3ee40}.group-match-screen__friend-chip-avatar{flex-shrink:0;width:26px;height:26px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#146b5e,#136559);color:#fff;font-size:.7rem;font-weight:700}.group-match-screen__friend-chip-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-match-screen__friend-chip-check{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:#22d3ee}.group-match-screen__pot-note{margin:0;padding:.7rem .9rem;border-radius:12px;background:#3fa7ff14;border:1px solid rgba(63,167,255,.25);font-size:.8rem;color:var(--color-text-muted);text-align:center}.game-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:2rem 1.5rem}.game-screen__content{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.game-screen__loading{color:var(--color-text-muted);font-size:.95rem}.game-screen__banner{border-radius:12px;padding:.75rem 1rem;font-size:.85rem}.game-screen__banner--error{background:#ff5c5c1f;border:1px solid rgba(255,92,92,.35);color:#ff9b9b}.game-screen__progress{font-size:.8rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.game-screen__timer{width:88px;height:88px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:2.5rem;background:var(--color-surface);border:2px solid var(--color-primary);color:var(--color-accent);box-shadow:var(--shadow-glow);transition:border-color .2s ease,color .2s ease}.game-screen__timer--danger{border-color:#ff5c5c;color:#ff9b9b}.game-screen__countdown{font-family:var(--font-display);font-weight:700;font-size:3.5rem;color:var(--color-accent);text-shadow:var(--shadow-glow);animation:game-screen-countdown-pop .4s ease}@keyframes game-screen-countdown-pop{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.game-screen__question{text-align:center;font-family:var(--font-display);font-weight:700;font-size:1.3rem;line-height:1.4}.game-screen__options{width:100%;display:flex;flex-direction:column;gap:.75rem}.game-screen__option{width:100%;display:flex;align-items:center;gap:.85rem;padding:.9rem 1.1rem;border-radius:14px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:.95rem;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease}.game-screen__option:disabled{cursor:not-allowed}.game-screen__option--selected{border-color:var(--color-primary-light);background:var(--color-surface-raised);box-shadow:var(--shadow-glow)}.game-screen__option-key{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff;font-weight:700;font-size:.8rem}.game-screen__option-text{flex:1}.result-screen{flex:1;display:flex;flex-direction:column;align-items:center;min-height:100dvh;padding:1.75rem 1.5rem}.result-screen__content{width:100%;max-width:460px;display:flex;flex-direction:column;align-items:center;gap:1.1rem;text-align:center}.result-screen__loading{color:var(--color-text-muted);font-size:.95rem}.result-screen__banner{width:100%;border-radius:12px;padding:.75rem 1rem;background:#ff5c5c1f;border:1px solid rgba(255,92,92,.35);color:#ff9b9b;font-size:.85rem}.result-screen__subtitle{color:var(--color-text-muted);font-size:.9rem}.result-screen__hero{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1rem 1rem .5rem;overflow:visible}.result-screen__trophy-icon{filter:drop-shadow(0 0 18px rgba(255,179,64,.65))}.result-screen__hero--won .result-screen__trophy-icon{animation:result-trophy-pop .7s cubic-bezier(.34,1.56,.64,1) both,result-trophy-bounce 1.7s ease-in-out .7s infinite}@keyframes result-trophy-pop{0%{transform:scale(.2) rotate(-25deg);opacity:0}55%{transform:scale(1.28) rotate(10deg);opacity:1}75%{transform:scale(.92) rotate(-5deg)}90%{transform:scale(1.04) rotate(2deg)}to{transform:scale(1) rotate(0)}}@keyframes result-trophy-bounce{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-9px) rotate(-3deg)}}.result-screen__headline{font-family:var(--font-display);font-weight:800;font-size:2.6rem;line-height:1;text-transform:uppercase;letter-spacing:.01em;transform:rotate(-2deg)}.result-screen__hero--won .result-screen__headline{color:var(--color-accent);text-shadow:0 0 12px rgba(47,230,201,.9),0 0 32px rgba(47,230,201,.5);animation:result-headline-pop .6s cubic-bezier(.34,1.56,.64,1) .15s both}@keyframes result-headline-pop{0%{transform:scale(.2) rotate(-2deg);opacity:0}60%{transform:scale(1.22) rotate(3deg);opacity:1}80%{transform:scale(.93) rotate(-4deg)}to{transform:scale(1) rotate(-2deg)}}.result-screen__hero--lost .result-screen__headline{color:#ff5c8a;text-shadow:0 0 12px rgba(255,92,138,.9),0 0 32px rgba(255,92,138,.5)}.result-screen__hero--draw .result-screen__headline{color:var(--color-primary-light);text-shadow:0 0 12px rgba(46,184,163,.9),0 0 32px rgba(46,184,163,.5)}.result-screen__confetti{position:absolute;inset:-10px 0 auto 0;height:160px;pointer-events:none}.result-screen__confetti-piece{position:absolute;width:9px;height:9px;opacity:.85}.result-screen__confetti-piece--circle{border-radius:50%}.result-screen__confetti-piece--rect{border-radius:2px;height:14px;width:6px}.result-screen__hero--won .result-screen__confetti-piece{animation:result-confetti-fall 1.9s ease-in both;animation-delay:var(--confetti-delay, 0s)}@keyframes result-confetti-fall{0%{transform:translateY(-24px) rotate(0);opacity:0}12%{opacity:.9}to{transform:translateY(150px) rotate(360deg);opacity:0}}.result-screen__scores{width:100%;display:flex;align-items:flex-start;justify-content:center;gap:1rem}.result-screen__score-block{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:.4rem}.result-screen__score-avatar{display:inline-flex;padding:3px;border-radius:50%}.result-screen__score-avatar--winner{background:var(--color-accent);box-shadow:0 0 0 1px #2fe6c980,0 0 16px 2px #2fe6c999}.result-screen__score-avatar--other{background:var(--color-primary);box-shadow:0 0 0 1px #2eb8a380,0 0 16px 2px #2eb8a380}.result-screen__score-avatar-img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid var(--color-bg)}.result-screen__score-avatar-fallback{display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff;font-family:var(--font-display);font-weight:700;font-size:1.3rem}.result-screen__score-label{font-size:.78rem;font-weight:600;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;text-transform:uppercase;letter-spacing:.03em}.result-screen__score-value{font-family:var(--font-display);font-weight:800;font-size:2.2rem;line-height:1;color:var(--color-text)}.result-screen__score-vs{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.1rem;padding-top:.6rem}.result-screen__score-vs-text{font-family:var(--font-display);font-weight:800;font-size:1.3rem;background:linear-gradient(135deg,#156e60,#22d3ee);-webkit-background-clip:text;background-clip:text;color:transparent}.result-screen__vs-bolt{color:#22d3ee;filter:drop-shadow(0 0 6px rgba(34,211,238,.8))}.result-screen__chips-badge{width:100%;display:flex;align-items:center;justify-content:center;gap:.7rem;padding:.75rem 1.25rem;border-radius:14px;background:linear-gradient(160deg,#ffb34029,#06040f99 70%),#0d0a06;border:1px solid rgba(255,179,64,.55);box-shadow:0 0 24px 2px #ffb34059}.result-screen__chips-badge--lost{background:linear-gradient(160deg,#ff5c8a29,#06040f99 70%),#0d0608;border-color:#ff5c8a8c;box-shadow:0 0 24px 2px #ff5c8a4d}.result-screen__chips-badge--draw{background:var(--color-surface);border-color:var(--color-border);box-shadow:none}.result-screen__chips-badge--won{animation:result-chips-pop .55s cubic-bezier(.34,1.56,.64,1) .45s both}@keyframes result-chips-pop{0%{transform:scale(.55);opacity:0}65%{transform:scale(1.08);opacity:1}to{transform:scale(1)}}.result-screen__chips-badge-icon{width:42px;height:38px;object-fit:contain;flex-shrink:0}.result-screen__chips-badge-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}.result-screen__chips-badge-amount{font-family:var(--font-display);font-weight:800;font-size:1.4rem;color:#ffd27a}.result-screen__chips-badge--lost .result-screen__chips-badge-amount{color:#ff9bb8}.result-screen__chips-badge--draw .result-screen__chips-badge-amount{color:var(--color-text)}.result-screen__chips-badge-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.result-screen__bet-row{display:flex;align-items:center;gap:1rem}.result-screen__bet{display:flex;align-items:center;gap:.35rem;color:var(--color-text-muted);font-size:.8rem}.result-screen__bet svg{color:var(--color-primary-light);flex-shrink:0}.result-screen__summary{width:100%;border-radius:14px;border:1px solid rgba(46,184,163,.35);background:var(--color-surface);box-shadow:0 0 20px -4px #2eb8a359;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.75rem}.result-screen__summary-title{font-family:var(--font-display);font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text);text-align:center}.result-screen__summary-row{display:flex;align-items:center;justify-content:center;gap:1.25rem}.result-screen__summary-item{display:flex;align-items:center;gap:.45rem;font-size:.85rem;color:var(--color-text-muted)}.result-screen__summary-item strong{font-family:var(--font-display);font-size:1.1rem;color:var(--color-text)}.result-screen__summary-divider{width:1px;height:24px;background:var(--color-border)}.result-screen__detail{width:100%;display:flex;flex-direction:column;gap:.55rem;text-align:left}.result-screen__detail-title-row{display:flex;align-items:center;gap:.6rem;margin-top:.3rem}.result-screen__detail-title{flex-shrink:0;font-family:var(--font-display);font-weight:800;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-accent)}.result-screen__detail-title-line{flex:1;height:1px;background:linear-gradient(90deg,rgba(47,230,201,.5),transparent)}.result-screen__question{border-radius:12px;border:1px solid var(--color-border);border-left:4px solid var(--color-border);background:var(--color-surface);overflow:hidden}.result-screen__question--correct{border-color:#2fe6c94d;border-left-color:var(--color-accent);background:linear-gradient(90deg,rgba(47,230,201,.1),transparent 40%),var(--color-surface)}.result-screen__question--wrong,.result-screen__question--muted{border-color:#f243844d;border-left-color:#f24384;background:linear-gradient(90deg,rgba(242,67,132,.1),transparent 40%),var(--color-surface)}.result-screen__question-toggle{width:100%;display:flex;align-items:flex-start;gap:.65rem;background:none;border:none;padding:.7rem .75rem;font:inherit;color:inherit;text-align:left;cursor:pointer}.result-screen__question-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;margin-top:.1rem}.result-screen__question-icon--correct{background:var(--color-accent)}.result-screen__question-icon--wrong,.result-screen__question-icon--muted{background:#f24384}.result-screen__question-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.result-screen__question-text{font-size:.82rem;line-height:1.35;color:var(--color-text)}.result-screen__question-num{font-weight:700;color:var(--color-text-muted)}.result-screen__question-answers{display:flex;flex-wrap:wrap;gap:.9rem}.result-screen__question-answer{font-size:.74rem;font-weight:600}.result-screen__question-answer--wrong{color:#ff6b9a}.result-screen__question-answer--correct{color:var(--color-accent)}.result-screen__question-chevron{flex-shrink:0;color:var(--color-text-muted);margin-top:.15rem}.result-screen__question-expanded{display:flex;flex-direction:column;gap:.4rem;padding:.5rem .75rem .7rem 2.6rem;border-top:1px solid var(--color-border);margin-top:-.1rem}.result-screen__question-grid{display:grid;grid-template-columns:1fr 1fr;gap:.3rem}.result-screen__player-col{display:flex;align-items:center;justify-content:space-between;gap:.3rem;padding:.15rem .4rem;border-radius:6px;background:var(--color-bg)}.result-screen__player-name{font-size:.68rem;font-weight:600;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-screen__player-status{flex-shrink:0;font-size:.68rem;font-weight:700}.result-screen__player-col--correct .result-screen__player-status{color:var(--color-accent)}.result-screen__player-col--wrong .result-screen__player-status{color:#ff9b9b}.result-screen__player-col--muted .result-screen__player-status{color:var(--color-text-muted)}.result-screen__faster{font-size:.68rem;color:var(--color-primary-light)}.result-screen__play-again{width:100%;display:flex;align-items:center;justify-content:center;gap:.55rem;padding:1rem 1.25rem;border-radius:999px;border:none;background:linear-gradient(90deg,#146b5e,#22d3ee);color:#fff;font-family:var(--font-display);font-weight:800;font-size:.95rem;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;box-shadow:0 0 30px 2px #2eb8a373;transition:transform .15s ease}.result-screen__play-again:active{transform:scale(.98)}.result-screen__home{width:100%;display:flex;align-items:center;justify-content:center;gap:.55rem;padding:.9rem 1.25rem;border-radius:999px;border:1px solid rgba(46,184,163,.4);background:transparent;color:var(--color-text);font-weight:700;font-size:.9rem;cursor:pointer;transition:border-color .15s ease,background .15s ease}.result-screen__home:hover{border-color:var(--color-primary-light);background:#2eb8a314}.group-result-screen__rank-pill{margin-top:.3rem;padding:.3rem .9rem;border-radius:999px;background:#ffb34029;border:1px solid rgba(255,179,64,.4);font-size:.85rem;font-weight:700;color:#ffb340}.group-result-screen__ranking{width:100%;display:flex;flex-direction:column;gap:.6rem}.group-result-screen__row{display:flex;align-items:center;gap:.6rem;padding:.65rem .8rem;border-radius:12px;background:var(--color-surface);border:1px solid var(--color-border);text-align:left}.group-result-screen__row--winner{border-color:#ffb34080;background:linear-gradient(135deg,#ffb34024,#ffb34005)}.group-result-screen__row--me{box-shadow:0 0 0 1.5px var(--color-primary)}.group-result-screen__row-rank{flex-shrink:0;min-width:2.1rem;font-family:var(--font-display);font-weight:800;font-size:.95rem;color:var(--color-text-muted)}.group-result-screen__row--winner .group-result-screen__row-rank{color:#ffb340}.group-result-screen__row-avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff;font-size:.75rem;font-weight:700}.group-result-screen__row-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:600;color:var(--color-text)}.group-result-screen__row-score{flex-shrink:0;font-size:.8rem;color:var(--color-text-muted)}.group-result-screen__waiting-list{width:100%;display:flex;flex-direction:column;gap:.5rem}.group-result-screen__waiting-row{display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;border-radius:12px;background:var(--color-surface);border:1px solid var(--color-border);text-align:left}.group-result-screen__waiting-status{flex-shrink:0;margin-left:auto;font-size:.78rem;font-weight:700;color:var(--color-text-muted)}.group-result-screen__waiting-status--finished{color:var(--color-accent)}.group-result-screen__waiting-status--playing{color:var(--color-blue)}.group-result-screen__waiting-status--dropped,.group-result-screen__waiting-status--no_show{color:#ff9b9b}.active-matches-screen{flex:1;display:flex;flex-direction:column;align-items:center;min-height:100dvh;padding:2rem 1.5rem}.active-matches-screen__content{width:100%;max-width:480px;display:flex;flex-direction:column;gap:1.25rem}.active-matches-screen__title{font-family:var(--font-display);font-weight:700;font-size:1.4rem;text-align:center}.active-matches-screen__pill-tabs{display:flex;gap:.5rem;padding:.3rem;border-radius:999px;background:var(--color-surface);border:1px solid var(--color-border)}.active-matches-screen__pill-tab{flex:1;padding:.55rem .75rem;border-radius:999px;border:none;background:transparent;color:var(--color-text-muted);font-weight:700;font-size:.85rem;cursor:pointer;transition:background .15s ease,color .15s ease}.active-matches-screen__pill-tab--active{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-glow)}.active-matches-screen__error{border-radius:12px;padding:.75rem 1rem;background:#ff5c5c1f;border:1px solid rgba(255,92,92,.35);color:#ff9b9b;font-size:.85rem}.active-matches-screen__empty{display:flex;align-items:center;justify-content:center;text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:2rem 1.5rem;color:var(--color-text-muted);font-size:.9rem}.active-matches-screen__section{display:flex;flex-direction:column;gap:.75rem}.active-matches-screen__section-title{font-size:.9rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.active-matches-screen__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:1rem 1.25rem;font:inherit;color:inherit;text-align:left}.active-matches-screen__item--clickable{cursor:pointer;transition:border-color .15s ease}.active-matches-screen__item--clickable:hover{border-color:var(--color-primary-light)}.active-matches-screen__item-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.active-matches-screen__type-badge{align-self:flex-start;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .5rem;border-radius:999px;background:#2eb8a329;color:var(--color-primary-light);margin-bottom:.15rem}.active-matches-screen__type-badge--group{background:#3fa7ff29;color:#3fa7ff}.active-matches-screen__opponent-row{display:flex;align-items:center;gap:.4rem;min-width:0}.active-matches-screen__opponent{min-width:0;font-family:var(--font-display);font-weight:700;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.active-matches-screen__bet{font-size:.8rem;color:var(--color-accent)}.active-matches-screen__time{font-size:.72rem;color:var(--color-text-muted);opacity:.8}.active-matches-screen__item-actions{flex-shrink:0;display:flex;flex-direction:column;align-items:stretch;gap:.4rem}.active-matches-screen__play{flex-shrink:0;padding:.6rem 1rem;border-radius:10px;border:none;background:var(--gradient-primary);color:#fff;font-weight:700;font-size:.8rem;cursor:pointer;box-shadow:var(--shadow-glow)}.active-matches-screen__decline{flex-shrink:0;padding:.4rem 1rem;border-radius:10px;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);font-weight:600;font-size:.75rem;cursor:pointer;transition:color .15s ease,border-color .15s ease}.active-matches-screen__decline:hover{color:#ff9b9b;border-color:#ff5c5c80}.active-matches-screen__decline:disabled{opacity:.5;cursor:not-allowed}.active-matches-screen__waiting{flex-shrink:0;text-align:right;font-size:.75rem;color:var(--color-text-muted);max-width:40%}.active-matches-screen__result{font-size:.75rem;font-weight:600}.active-matches-screen__result--won{color:var(--color-accent)}.active-matches-screen__result--lost{color:#ff9b9b}.active-matches-screen__result--draw,.active-matches-screen__result--expired{color:var(--color-text-muted)}.active-matches-screen__chips{font-family:var(--font-display);font-weight:700;font-size:.9rem;flex-shrink:0}.active-matches-screen__chips--won{color:var(--color-accent)}.active-matches-screen__chips--lost{color:#ff9b9b}.active-matches-screen__chips--draw,.active-matches-screen__chips--expired{color:var(--color-text-muted)}.active-matches-screen__stakes{display:grid;grid-template-columns:auto 1px auto;align-items:center;gap:.75rem;margin:.25rem 0}.active-matches-screen__stake{display:flex;flex-direction:column;gap:.15rem;min-width:0}.active-matches-screen__stake-divider{width:1px;height:28px;background:var(--color-border)}.active-matches-screen__stake-label{font-size:.62rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted)}.active-matches-screen__stake-value{font-size:.8rem;font-weight:700;color:var(--color-primary-light)}.active-matches-screen__stake-value--win{color:var(--color-accent)}.friends-screen{flex:1;display:flex;flex-direction:column;align-items:center;min-height:100dvh;padding:2rem 1.5rem}.friends-screen__content{width:100%;max-width:480px;display:flex;flex-direction:column;gap:1.5rem}.friends-screen__topbar{display:flex;justify-content:center}.friends-screen__title{font-family:var(--font-display);font-weight:700;font-size:1.4rem;text-align:center}.friends-screen__placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:18px;padding:2.5rem 1.75rem}.friends-screen__placeholder-icon{display:flex;color:var(--color-primary-light);opacity:.8}.friends-screen__placeholder-text{color:var(--color-text-muted);font-size:.9rem;line-height:1.5;max-width:320px}.friends-screen__sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.friends-screen__field{display:flex;flex-direction:column;gap:.5rem}.friends-screen__input-wrap{position:relative;display:flex;align-items:center;border-radius:14px;border:1px solid var(--color-border);background:var(--color-surface)}.friends-screen__input{width:100%;padding:.85rem 1rem .85rem 2.6rem;border-radius:14px;border:none;background:transparent;color:var(--color-text);font-size:.9rem}.friends-screen__input:focus{outline:none}.friends-screen__input::placeholder{color:var(--color-text-muted)}.friends-screen__input-icon{position:absolute;left:1rem;display:flex;color:var(--color-text-muted);pointer-events:none}.friends-screen__hint{font-size:.8rem;color:var(--color-text)}.friends-screen__hint--muted{color:var(--color-text-muted)}.friends-screen__dropdown{display:flex;flex-direction:column;gap:.3rem;max-height:260px;overflow-y:auto;padding:.4rem;border-radius:14px;border:1px solid var(--color-border);background:var(--color-surface)}.friends-screen__section{display:flex;flex-direction:column;gap:.6rem}.friends-screen__section-title{font-size:.78rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.friends-screen__row{display:flex;align-items:center;gap:.65rem;padding:.6rem .7rem;border-radius:12px}.friends-screen__row--card{background:var(--color-surface);border:1px solid var(--color-border)}.friends-screen__row--clickable{cursor:pointer;border:1px solid transparent;transition:border-color .15s ease,background .15s ease}.friends-screen__row--clickable:hover,.friends-screen__row--clickable:focus-visible{border-color:var(--color-primary-light);background:#2eb8a314;outline:none}.friends-screen__row-challenge{flex-shrink:0;display:flex;align-items:center;gap:.3rem;padding:.4rem .75rem;border-radius:999px;background:var(--gradient-primary);color:#fff;font-size:.78rem;font-weight:700}.friends-screen__row-avatar{flex-shrink:0;width:34px;height:34px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#146b5e,#136559);color:#fff;font-size:.85rem;font-weight:700}.friends-screen__row-username{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:.88rem}.friends-screen__row-actions{flex-shrink:0;display:flex;gap:.5rem}.friends-screen__accept,.friends-screen__decline{padding:.5rem .85rem;border-radius:10px;font-size:.8rem;font-weight:700;cursor:pointer}.friends-screen__accept{border:none;background:var(--gradient-primary);color:#fff}.friends-screen__decline{border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted)}.friends-screen__accept:disabled,.friends-screen__decline:disabled{opacity:.5;cursor:not-allowed}.friends-screen__pending-badge{flex-shrink:0;padding:.35rem .75rem;border-radius:999px;border:1px solid var(--color-border);color:var(--color-text-muted);font-size:.75rem;font-weight:600}.profile-screen{flex:1;display:flex;flex-direction:column;align-items:center;min-height:100dvh;padding:1.75rem 1.5rem}.profile-screen__content{width:100%;max-width:480px;display:flex;flex-direction:column;gap:1.25rem}.profile-screen__topbar{display:flex;justify-content:center}.profile-screen__card{display:flex;flex-direction:column;gap:1rem;background:linear-gradient(160deg,#2eb8a31f,#2eb8a300 60%),var(--color-surface);border:1px solid rgba(46,184,163,.4);border-radius:18px;padding:1.25rem 1.4rem;box-shadow:0 0 0 1px #2eb8a31f,0 0 40px 4px #2eb8a347}.profile-screen__identity{width:100%;min-width:0;display:flex;align-items:center;gap:.9rem}.profile-screen__avatar-wrap{position:relative;flex-shrink:0}.profile-screen__avatar-img,.profile-screen__avatar-fallback{width:74px;height:74px;border-radius:50%;overflow:hidden;border:2px solid var(--color-surface)}.profile-screen__avatar-img{object-fit:cover}.profile-screen__avatar-fallback{display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff;font-family:var(--font-display);font-weight:700;font-size:1.7rem}.profile-screen__avatar-edit{position:absolute;right:-2px;bottom:-2px;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;border:2px solid var(--color-surface);background:var(--color-primary);color:#fff;cursor:not-allowed;box-shadow:0 0 8px #2eb8a399}.profile-screen__identity-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.3rem}.profile-screen__name-row{display:flex;align-items:center;gap:.4rem}.profile-screen__name{font-family:var(--font-display);font-weight:800;font-size:1.15rem;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-screen__name-edit{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:transparent;color:var(--color-primary-light);cursor:not-allowed;opacity:.8}.profile-screen__email{color:var(--color-text-muted);font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-screen__since-badge{align-self:flex-start;display:flex;align-items:center;gap:.4rem;margin-top:.2rem;padding:.35rem .65rem;border-radius:999px;border:1px solid rgba(47,230,201,.35);background:var(--color-surface-raised);box-shadow:0 0 12px #2fe6c933;color:var(--color-text-muted)}.profile-screen__since-text{display:flex;flex-direction:column;line-height:1.2}.profile-screen__since-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.profile-screen__since-value{font-size:.75rem;font-weight:700;color:var(--color-accent)}.profile-screen__level-divider{width:100%;height:1px;background:var(--color-border)}.profile-screen__level-widget{width:100%;display:flex;align-items:center;gap:.75rem}.profile-screen__level-info{display:flex;flex-direction:column;gap:.15rem;min-width:82px}.profile-screen__level-label{font-size:.72rem;color:var(--color-text-muted)}.profile-screen__level-number{font-family:var(--font-display);font-weight:800;font-size:1.6rem;line-height:1;color:var(--color-text)}.profile-screen__level-bar{margin-top:.35rem;height:6px;border-radius:999px;background:var(--color-bg);box-shadow:inset 0 1px 2px #00000080;overflow:hidden}.profile-screen__level-bar-fill{height:100%;min-width:6px;border-radius:999px;background:var(--gradient-primary-soft);box-shadow:0 0 10px #2eb8a3cc}.profile-screen__level-xp{margin-top:.3rem;font-size:.68rem;color:var(--color-text-muted)}.profile-screen__level-xp strong{color:var(--color-accent);font-weight:700}.profile-screen__section{display:flex;flex-direction:column;gap:.7rem;background:var(--color-surface);border:1px solid rgba(46,184,163,.25);border-radius:16px;padding:1.1rem 1.25rem;box-shadow:0 0 24px -6px #2eb8a359}.profile-screen__section-title{font-size:.8rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.profile-screen__section-title-row{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.profile-screen__section-title-row svg{color:var(--color-primary-light);flex-shrink:0;filter:drop-shadow(0 0 6px rgba(46,184,163,.7))}.profile-screen__username-row{display:flex;gap:.6rem}.profile-screen__input{flex:1;min-width:0;padding:.75rem .9rem;border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface-raised);color:var(--color-text);font-size:.95rem}.profile-screen__input:focus{outline:none;border-color:var(--color-primary-light)}.profile-screen__input:disabled{opacity:.6;cursor:not-allowed}.profile-screen__save{flex-shrink:0;padding:.75rem 1.1rem;border-radius:12px;border:none;background:linear-gradient(90deg,#146b5e,#22d3ee);color:#fff;font-weight:700;font-size:.85rem;cursor:pointer;box-shadow:0 0 16px #2eb8a366;transition:transform .15s ease,opacity .15s ease}.profile-screen__save:active{transform:scale(.98)}.profile-screen__save:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.profile-screen__error{border-radius:10px;padding:.6rem .85rem;background:#ff5c5c1f;border:1px solid rgba(255,92,92,.35);color:#ff9b9b;font-size:.8rem}.profile-screen__success{border-radius:10px;padding:.6rem .85rem;background:#2fe6c91f;border:1px solid rgba(47,230,201,.35);color:var(--color-accent);font-size:.8rem}.profile-screen__stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.profile-screen__stat{display:flex;flex-direction:column;align-items:center;gap:.35rem;background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:12px;padding:1.1rem .5rem}.profile-screen__stat:has(.profile-screen__stat-icon--violet){background:linear-gradient(160deg,rgba(46,184,163,.16) 0%,transparent 70%),var(--color-surface-raised);border-color:#2eb8a359}.profile-screen__stat:has(.profile-screen__stat-icon--teal){background:linear-gradient(160deg,rgba(47,230,201,.16) 0%,transparent 70%),var(--color-surface-raised);border-color:#2fe6c959}.profile-screen__stat:has(.profile-screen__stat-icon--magenta){background:linear-gradient(160deg,rgba(46,184,163,.16) 0%,transparent 70%),var(--color-surface-raised);border-color:#2eb8a359}.profile-screen__stat:has(.profile-screen__stat-icon--blue){background:linear-gradient(160deg,rgba(63,167,255,.16) 0%,transparent 70%),var(--color-surface-raised);border-color:#3fa7ff59}.profile-screen__stat-icon{display:flex;margin-bottom:.1rem}.profile-screen__stat-icon--violet{color:var(--color-primary-light);filter:drop-shadow(0 0 10px rgba(46,184,163,.85))}.profile-screen__stat-icon--teal{color:var(--color-accent);filter:drop-shadow(0 0 10px rgba(47,230,201,.85))}.profile-screen__stat-icon--magenta{color:var(--color-primary-light);filter:drop-shadow(0 0 10px rgba(46,184,163,.85))}.profile-screen__stat-icon--blue{color:var(--color-blue);filter:drop-shadow(0 0 10px rgba(63,167,255,.85))}.profile-screen__stat-coin-icon{width:44px;height:40px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(63,167,255,.85))}.profile-screen__stat-value{font-family:var(--font-display);font-weight:800;font-size:1.3rem;color:var(--color-text)}.profile-screen__stat-label{font-size:.68rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.profile-screen__logout{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem;margin-top:.25rem;border-radius:14px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);font-size:.9rem;font-weight:700;cursor:pointer;transition:color .15s ease,border-color .15s ease}.profile-screen__logout:hover{color:#ff9b9b;border-color:#ff5c5c80}.session-expired-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#05050cbf;z-index:1000}.session-expired-modal{width:100%;max-width:360px;display:flex;flex-direction:column;align-items:center;gap:.9rem;padding:2rem 1.5rem;border-radius:18px;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-glow);text-align:center}.session-expired-modal-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#2eb8a324;color:var(--color-primary-light);margin-top:.25rem}.session-expired-modal-title{font-family:var(--font-display);font-weight:800;font-size:1.2rem;color:var(--color-text);margin:0}.session-expired-modal-text{font-size:.9rem;line-height:1.45;color:var(--color-text-muted);margin:0}.session-expired-modal-button{width:100%;padding:.85rem 1rem;margin-top:.4rem;border-radius:12px;border:none;background:var(--gradient-primary);color:#fff;font-weight:700;font-size:.95rem;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.session-expired-modal-button:hover{opacity:.92}.session-expired-modal-button:active{transform:scale(.98)}#root{display:flex;flex-direction:column;flex:1;min-height:100dvh}
