@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Montserrat:wght@700;800;900&display=swap";.photo-placeholder{position:relative;overflow:hidden;background:linear-gradient(160deg,#6a45c8,#2c1754 70%,#1a0e32);display:block}.photo-placeholder img,.photo-placeholder__mark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;border:0;box-shadow:none}.photo-placeholder img{z-index:1}.photo-placeholder__mark{z-index:0}.photo-placeholder--avatar{width:100%;height:100%;border-radius:50%}.photo-placeholder--tile{width:100%;height:100%;border-radius:12px}.photo-placeholder--cover{width:100%;height:100%;border-radius:0}.photo-placeholder--cover .photo-placeholder__mark{transform:scale(.72);transform-origin:center 42%}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:200;padding:16px}.modal-overlay--shift-left{justify-content:flex-start;padding-left:10vw;padding-right:340px}.modal{background:var(--color-background-card);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);max-width:420px;width:100%;max-height:90vh;overflow:auto;color:var(--color-text);box-shadow:var(--shadow-card)}.modal--setup{max-width:480px;background:var(--color-background-card);border-color:var(--color-border-dark)}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-border-dark)}.modal__header h2{font-size:18px;font-weight:700}.modal__close{font-size:28px;line-height:1;color:var(--color-purple-text)}.modal__body{padding:20px}.tickets-shop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;display:flex;align-items:flex-end;justify-content:center;padding:16px;background:#000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tickets-shop{position:relative;width:min(440px,100%);padding:18px 16px 16px;border-radius:24px;color:#fff;background:linear-gradient(135deg,#2a2851,#5f5ab7);border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 80px #0000008c;display:flex;flex-direction:column;align-items:center;gap:10px}.tickets-shop__close{position:absolute;top:10px;right:12px;width:32px;height:32px;border:0;border-radius:50%;background:#00000047;color:#fff;font-size:24px;line-height:1;cursor:pointer}.tickets-shop__title{margin:0 28px 0 0;align-self:flex-start;font-size:16px;font-weight:800}.tickets-shop__art{width:min(280px,80%);height:160px;object-fit:contain}.tickets-shop__count,.tickets-shop__des{margin:0;width:100%;text-align:left}.tickets-shop__count{font-size:14px;font-weight:600}.tickets-shop__des{font-size:12px;line-height:1.4;color:#ffffffd1}.tickets-shop__packs{display:flex;width:100%;gap:6px}.tickets-shop__pack{flex:1;min-width:0;padding:0;border:2px solid transparent;border-radius:8px;background:transparent;color:#fff;cursor:pointer}.tickets-shop__pack.is-on{border-color:#01ffab}.tickets-shop__pack-qty,.tickets-shop__pack-cost{display:flex;align-items:center;justify-content:center;gap:4px}.tickets-shop__pack-qty{height:36px;font-size:16px;font-weight:800;background:#0003;border-radius:8px 8px 0 0}.tickets-shop__pack-cost{height:28px;font-size:14px;font-weight:600;background:#4e4a88;border-radius:0 0 6px 6px}.tickets-shop__pack-cost img{width:12px;height:12px;object-fit:contain}.tickets-shop__error{margin:0;width:100%;font-size:13px;font-weight:700;color:#ff8d8d}.tickets-shop__hint{margin:8px auto;color:#ffffffb3}.tickets-shop__buy{width:100%;height:48px;margin-top:8px;padding:0 12px;border:0;border-radius:12px;background:#01ffab;color:#006040;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.tickets-shop__buy:disabled{opacity:.4;cursor:default}.tickets-shop__buy-price{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 14px;border-radius:8px;background:#006040;color:#fff}.tickets-shop__buy-price.is-short{color:#ff8d8d}.tickets-shop__buy-price img{width:14px;height:14px;object-fit:contain}@media (min-width: 720px){.tickets-shop-overlay{align-items:center}}.header{position:sticky;top:0;z-index:100;padding:10px 16px 8px;background:transparent;border:none}@media (max-width: 720px){.header{padding:8px 10px 6px}}.header__bar{position:relative;display:flex;align-items:center;gap:14px;min-height:68px;padding:8px 16px 8px 10px;border-radius:18px;background:#ffffffeb;border:1px solid rgba(123,92,255,.12);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(18px) saturate(1.1);backdrop-filter:blur(18px) saturate(1.1)}.header__back{display:inline-flex;align-items:center;gap:4px;height:36px;padding:0 14px 0 10px;border:1px solid var(--color-border-dark);border-radius:12px;background:var(--color-surface-2);color:var(--color-text);font-size:14px;font-weight:600;cursor:pointer;flex-shrink:0}.header__back span{font-size:20px;line-height:1;margin-top:-2px}.header__back:hover{background:var(--color-surface-3)}.header__profile{display:flex;align-items:center;gap:10px;min-width:0;text-decoration:none;color:var(--color-text);flex-shrink:1}.header__meta{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;min-width:0}.header__avatar{position:relative;display:block;width:48px;height:48px;text-decoration:none;border-radius:var(--radius-round);overflow:hidden;border:2px solid rgba(123,92,255,.35);flex-shrink:0;box-shadow:none}.header__avatar img,.header__avatar .photo-placeholder{width:100%;height:100%;object-fit:cover;display:block;border:0;border-radius:0;box-shadow:none}@media (min-width: 960px){.header__avatar{width:52px;height:52px}}.header__uname{color:var(--color-text);font-size:15px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;max-width:168px;overflow:hidden;text-overflow:ellipsis;text-decoration:none}@media (max-width: 720px){.header__uname{max-width:88px;font-size:12px}}.header__avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--color-surface-2),var(--color-surface-3))}.header__pills{display:flex;align-items:center;gap:8px;flex:1;min-width:0;max-width:720px}.header__pill{flex:1;display:flex;align-items:center;gap:8px;min-width:0;min-height:52px;padding:4px 8px 4px 6px;background:var(--color-surface-2);border:1px solid var(--color-border-light);border-radius:14px;overflow:hidden;cursor:pointer;text-decoration:none;color:inherit;font:inherit;font-family:inherit;text-align:left;transition:background .15s,filter .15s}.header__pill:hover{background:var(--color-surface-3);filter:brightness(1.02)}.header__pill-icon{width:42px;height:42px;object-fit:contain;flex-shrink:0}@media (min-width: 960px){.header__pill-icon{width:48px;height:48px}}.header__pill-meta{display:flex;flex-direction:column;justify-content:center;gap:1px;min-width:0;flex:1}.header__pill-label{font-size:11px;font-weight:600;line-height:1.1;color:var(--color-purple-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__pill-row{display:flex;align-items:center;gap:4px;min-width:0}.header__pill-value{font-size:16px;line-height:1.1;font-weight:800;color:var(--color-text);white-space:nowrap;overflow:visible;text-overflow:unset;font-variant-numeric:tabular-nums}.header__pill-suffix{width:14px;height:14px;object-fit:contain;flex-shrink:0;opacity:.95}.header__pill-plus{width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#7b5cff1f;border:1px solid rgba(123,92,255,.35);flex-shrink:0}@media (max-width: 860px){.header__pill-label,.header__pill-suffix{display:none}.header__pill-plus{width:18px;height:18px}.header__pill-icon{width:34px;height:34px}.header__pill-value{font-size:13px}}.header__premium{display:inline-flex;align-items:center;gap:4px;max-width:100%;height:22px;padding:0 8px 0 5px;border-radius:999px;border:none;background:linear-gradient(90deg,#ff6aa8,#ff3d6e);box-shadow:0 4px 10px #ff3d6e47;color:#fff;font-size:11px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;flex-shrink:0}.header__premium span{overflow:hidden;text-overflow:ellipsis}.header__premium--off{background:linear-gradient(90deg,#c9c0d8,#a99bb8);box-shadow:none;color:#fff}.header__premium-crown{width:13px;height:13px;object-fit:contain;flex-shrink:0}.header__premium-short{display:none}@media (max-width: 720px){.header__premium-full{display:none}.header__premium-short{display:inline}.header__premium--off .header__premium-short{display:none}}.header--profile .header__pills{max-width:none;flex:1 1 auto}.header--profile .header__pill{overflow:visible;flex:1 0 auto;min-width:0}.header--profile .header__pill-label,.header--profile .header__pill-suffix{display:none}.header--profile .header__pill-value{overflow:visible;flex-shrink:0}@media (max-width: 1100px){.header--profile .header__uname{display:none}}@media (max-width: 1100px){.header--profile .header__premium{display:inline-flex}}.header__title{margin:0;flex:0 1 auto;min-width:0;font-size:16px;font-weight:800;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-text)}@media (max-width: 720px){.header__title{font-size:13px}}.header__actions{display:flex;align-items:center;gap:6px;margin-left:auto;flex-shrink:0}.header__icon-btn{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--color-surface-2);border:1px solid var(--color-border-light);color:var(--color-text);text-decoration:none}.header__icon-btn:hover{background:var(--color-surface-3)}.header__badge{position:absolute;top:4px;right:4px;min-width:14px;height:14px;padding:0 3px;border-radius:8px;background:var(--color-error);color:#fff;font-size:9px;font-weight:700;line-height:14px;text-align:center}.header__notices{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.header__notice-item{width:100%;display:flex;flex-direction:column;gap:2px;align-items:flex-start;padding:8px 0;color:inherit;text-align:left}.header__notice-item strong{font-size:14px}.header__notice-item span{font-size:13px;color:var(--color-purple-text)}.bottom-nav{position:fixed;bottom:0;left:50%;right:auto;z-index:100;pointer-events:none;display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:1440px;transform:translate(-50%);padding:0;box-sizing:border-box}.bottom-nav__fade{position:absolute;left:0;right:0;bottom:0;height:110px;background:linear-gradient(180deg,#f4f2fb00,#f4f2fb8c 45%,#f4f2fbf5);pointer-events:none}.bottom-nav__bar{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:none;margin:0;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));pointer-events:auto;background:#fffffff0;border:1px solid var(--color-border-light);border-bottom:none;border-radius:22px 22px 0 0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 -12px 32px #28185014}@media (max-width: 720px){.bottom-nav__bar{padding:10px 10px calc(10px + env(safe-area-inset-bottom,0px))}}.bottom-nav__tab{flex:1;min-width:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:8px 10px;border-radius:999px;color:var(--color-purple-text);text-decoration:none}.bottom-nav__tab--active{color:#fff;background:var(--color-purple-btn);box-shadow:0 8px 18px #6d4aff47}.bottom-nav__tab--active .bottom-nav__label{color:#fff}.bottom-nav__icon{position:relative;width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.bottom-nav__icon img{width:28px;height:28px;object-fit:contain}.bottom-nav__label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;line-height:1.1;color:var(--color-purple-text)}.bottom-nav__badge{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 4px;background:#37d747;border-radius:8px;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;color:#fff;z-index:2;box-shadow:0 2px 6px #0000002e}@media (max-width: 720px){.bottom-nav__label{font-size:10px}.bottom-nav__tab{gap:4px;padding:8px 4px}}.loader{display:flex;align-items:center;justify-content:center;padding:48px}.loader__spinner{width:48px;height:48px;border:3px solid var(--color-border-light);border-top-color:var(--color-cian);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.user-roulette-wheel{position:relative;display:flex;justify-content:center;align-items:flex-start;width:100%;overflow:hidden}.user-roulette-wheel__canvas{transform:scale(var(--wheel-scale, 1));transform-origin:top center;will-change:transform}.roulette-provider{display:flex;flex-direction:column;align-items:center;width:100%;padding:8px 0 0;overflow:hidden}.roulette-provider--compact{padding:0;transform:scale(.72);transform-origin:center top}.roulette-provider--daily,.roulette-provider--celebrity{flex:1;min-height:0;justify-content:flex-end}.roulette-provider__loader{display:flex;align-items:center;justify-content:center;min-height:200px;width:100%;color:#ffffff73;font-size:14px}.roulette-provider__footer{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:-8px;z-index:2}.roulette-provider__arrow{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;filter:drop-shadow(0 2px 6px rgba(0,0,0,.45))}.roulette-provider__arrow--gold{border-bottom:18px solid #ffd064}.roulette-provider__arrow--green{border-bottom:18px solid #7cfb01}.roulette-provider__arrow--cyan{border-bottom:18px solid #00f0ff}.roulette-provider__caption{margin:0;text-align:center;font-size:15px;font-weight:700;color:#ffd32c}.roulette-provider__caption--draw{color:#ffffffe0;font-size:12px;font-weight:600}.roulette-provider--daily .roulette-provider__caption--draw{color:#c8f59a}.roulette-provider--celebrity .roulette-provider__caption--draw{color:#e9d5ff}.roulette-provider--airdrop .roulette-provider__caption{color:#ffd32c}.roulette-provider__meta{margin:0;font-size:12px;color:#bcc4ff}.btn{padding:12px 24px;border-radius:var(--radius-lg);font-weight:700;font-size:15px;transition:transform .15s,opacity .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:not(:disabled):active{transform:scale(.98)}.btn--full{width:100%}.btn--primary{background:linear-gradient(135deg,var(--gradient-main-start),var(--gradient-main-end));color:var(--color-white)}.btn--cian{background:linear-gradient(135deg,var(--gradient-cian-start),var(--gradient-cian-end));color:var(--color-dark-blue)}.btn--secondary{background:var(--color-surface-2);border:1px solid var(--color-border-light);color:var(--color-text)}.btn--ghost{background:transparent;border:1px solid var(--color-border-light);color:var(--color-grey-white)}.btn--violet{background:linear-gradient(135deg,#8b5cf6,#4f46e5 55%,#2563eb);color:var(--color-white);box-shadow:0 8px 24px #4f46e559}.btn--success{background:linear-gradient(135deg,#34d058,#22c55e);color:#fff;box-shadow:0 8px 20px #22c55e52}.photo-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2300;background:#0a0618e0;display:flex;align-items:center;justify-content:center;user-select:none;-webkit-user-select:none}.photo-lightbox__close{position:absolute;top:16px;right:18px;z-index:2;width:40px;height:40px;border-radius:50%;background:#ffffff1f;color:#fff;font-size:28px;line-height:1}.photo-lightbox__zoom{position:absolute;bottom:22px;left:50%;transform:translate(-50%);z-index:2;display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:999px;background:#ffffff24;color:#fff;font-size:12px;font-weight:800}.photo-lightbox__zoom button{width:32px;height:32px;border-radius:50%;background:#ffffff2e;color:#fff;font-size:20px;line-height:1}.photo-lightbox__stage{width:min(92vw,920px);height:min(82vh,820px);display:grid;place-items:center;overflow:hidden;cursor:grab;touch-action:none}.photo-lightbox__stage img{max-width:92vw;max-height:78vh;object-fit:contain;transform-origin:center center;pointer-events:none;-webkit-touch-callout:none;-webkit-user-drag:none}.profile-page{position:relative;z-index:1;width:100%;max-width:none;margin:0 auto;padding:2px 16px 36px;display:flex;flex-direction:column;gap:14px}@media (max-width: 720px){.profile-page{padding:0 10px 28px}}.profile-page--compact{padding:0;gap:12px}.profile-page--compact .profile-hero{min-height:168px;border-radius:22px}.profile-page--compact .profile-hero__inner{padding:16px;gap:12px 14px}.profile-page__missing{padding:48px 16px;text-align:center;color:var(--color-purple-text);font-weight:700}.profile-hero{position:relative;overflow:hidden;min-height:210px;border-radius:28px;background:#1b1638 center/cover no-repeat;box-shadow:0 18px 40px #3e206e29}.profile-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0c081cb8,#0c081c47 48%,#0c081c8c),linear-gradient(180deg,#0c081c14 30%,#0c081c73)}.profile-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(220px,280px) auto;align-items:center;gap:18px 22px;padding:22px 24px}.profile-hero__avatar{position:relative;width:108px;height:108px;flex-shrink:0}.profile-hero__avatar img,.profile-hero__avatar .photo-placeholder{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid rgba(120,196,255,.95);box-shadow:0 0 0 6px #58aaff38}.profile-hero__avatar.is-female img,.profile-hero__avatar.is-female .photo-placeholder{border-color:#ff96d2f2;box-shadow:0 0 0 6px #ff78be38}.profile-hero__avatar span{position:absolute;right:2px;bottom:2px;min-width:28px;height:28px;padding:0 7px;border-radius:999px;background:#4da3ff;color:#fff;font-size:13px;font-weight:800;display:grid;place-items:center;box-shadow:0 6px 14px #00000040}.profile-hero__copy{min-width:0;color:#fff}.profile-hero__name{display:flex;align-items:center;gap:8px}.profile-hero__name h2,.profile-hero__name input{margin:0;font-family:var(--font-display);font-size:clamp(22px,2.4vw,32px);font-weight:800;color:#fff}.profile-hero__name input{width:220px;padding:4px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:#ffffff29}.profile-hero__name button:not(.profile-hero__like){width:28px;height:28px;border-radius:8px;background:#ffffff29;color:#fff;font-size:14px}.profile-hero__like{display:inline-flex;align-items:center;gap:6px;width:auto;min-height:32px;padding:0 10px;border:0;border-radius:999px;background:#ffffff29;color:#fff;font-size:16px;cursor:pointer}.profile-hero__like em{font-style:normal;font-size:12px;font-weight:800}.profile-hero__like.is-on{background:linear-gradient(135deg,#ff6b9d,#ff3d7a);box-shadow:0 8px 18px #ec489959}.profile-hero p{display:flex;align-items:center;gap:6px;margin:6px 0 10px;font-size:14px;font-weight:600;color:#ffffffe0}.profile-hero p img{width:18px;height:12px;object-fit:cover;border-radius:2px}.profile-hero__rank{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;background:#100c1c8c;color:#fff;font-size:12px;font-weight:800}.profile-hero__xp{display:flex;flex-direction:column;gap:8px;color:#fff}.profile-hero__xp span{font-size:13px;font-weight:800;letter-spacing:.04em}.profile-hero__xp small{color:#ffffffb8;font-size:12px}.profile-hero__bar{height:10px;border-radius:999px;background:#ffffff2e;overflow:hidden}.profile-hero__bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7b5cff,#4da3ff)}.profile-hero__premium{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:92px;padding:12px 10px;border-radius:18px;background:#100c1c8c;color:#f6d36b}.profile-hero__premium img{width:42px;height:42px;object-fit:contain}.profile-hero__premium strong{font-size:11px;letter-spacing:.12em}.profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profile-actions__card{position:relative;overflow:hidden;display:flex;align-items:center;gap:14px;min-height:96px;padding:16px 18px;border-radius:22px;color:#fff;text-decoration:none;box-shadow:0 16px 32px #50288c29}.profile-actions__card:after{content:"";position:absolute;right:-28px;top:-36px;width:120px;height:120px;border-radius:50%;background:#ffffff24;pointer-events:none}.profile-actions__card--chars{background:linear-gradient(135deg,#ff6b9d,#ff8a4c)}.profile-actions__card--gift{background:linear-gradient(135deg,#6a5cff,#4aa3ff)}.profile-actions__icon{position:relative;z-index:1;flex-shrink:0;width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#fff3;box-shadow:inset 0 0 0 1px #ffffff2e}.profile-actions__icon svg{width:28px;height:28px;color:#fff}.profile-actions__copy{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;gap:4px}.profile-actions__copy b{font-size:16px;font-weight:800;line-height:1.2}.profile-actions__copy small{font-size:12px;font-weight:600;opacity:.86}.profile-actions__go{position:relative;z-index:1;margin-left:auto;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff3;font-size:20px;line-height:1}.profile-social{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-social__btn{min-height:52px;border:0;border-radius:18px;color:#fff;font-size:15px;font-weight:800;cursor:pointer;box-shadow:0 14px 28px #50288c29}.profile-social__btn--msg{background:linear-gradient(135deg,#5a4dcf,#7b5cff)}.profile-social__btn--friend{background:linear-gradient(135deg,#22c55e,#16a34a)}.profile-social__btn--friend.is-muted{background:linear-gradient(135deg,#6b648c,#534b96)}.profile-social__btn:disabled{opacity:.7}.profile-layout{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.35fr);gap:14px;align-items:start}.profile-col{display:flex;flex-direction:column;gap:14px}.profile-card{padding:16px 18px 18px;border-radius:24px;background:#fffffff0;border:1px solid rgba(255,255,255,.98);box-shadow:0 14px 32px #50288c14}.profile-card h3{display:flex;align-items:center;gap:8px;margin:0 0 14px;font-size:18px;font-weight:800}.profile-card h3 em{font-style:normal;font-size:13px;color:var(--color-purple-text)}.profile-photos{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.profile-photos a,.profile-photos__item,.profile-photos__add,.profile-photos__empty{flex:0 0 92px;width:92px;height:92px;border-radius:16px;overflow:hidden}.profile-photos__item{padding:0;background:#ece8f8}.profile-photos__empty{display:grid;place-items:center;background:#f3f0fa;border:1.5px dashed rgba(123,92,255,.28);color:var(--color-purple-text);font-size:11px;font-weight:800;text-align:center;padding:8px}.profile-photos img{width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.profile-photos__add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1.5px dashed rgba(123,92,255,.35);background:#f7f5fc;color:var(--color-purple-text);font-size:11px;font-weight:700;text-align:center;padding:8px}.profile-photos__add b{font-size:22px;line-height:1;color:var(--color-purple-btn)}.profile-awards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-award{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:center;padding:8px;border-radius:18px;background:#f7f5fc}.profile-award img{width:72px;height:72px;object-fit:cover;border-radius:14px}.profile-award strong{display:block;font-size:13px;font-weight:800}.profile-award p,.profile-award small{margin:2px 0 0;font-size:11px;color:var(--color-purple-text)}.profile-award__bar{height:6px;margin-top:8px;border-radius:999px;background:#7b5cff1f;overflow:hidden}.profile-award__bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7b5cff,#4da3ff)}.profile-award.is-done .profile-award__bar i{background:#2fce6b}.profile-trophies{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.profile-trophy{position:relative;min-height:132px;border-radius:18px;overflow:hidden;background:#1b1638}.profile-trophy img{width:100%;height:100%;object-fit:cover}.profile-trophy span{position:absolute;right:10px;bottom:8px;color:#fff;font-style:italic;font-weight:800;font-size:18px;text-shadow:0 4px 10px rgba(0,0,0,.45)}.profile-card--stats,.profile-card--games{background:#fff}.profile-card--stats{background:linear-gradient(180deg,#7b5cff14,#fff0 48px),#fff}.profile-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-stat{--stat: #7b5cff;position:relative;overflow:hidden;min-height:104px;padding:14px 14px 8px;border-radius:22px;background:linear-gradient(165deg,color-mix(in srgb,var(--stat) 14%,#fff),#fff 62%);border:1px solid color-mix(in srgb,var(--stat) 18%,transparent);box-shadow:0 12px 24px color-mix(in srgb,var(--stat) 12%,transparent),inset 0 1px #ffffffb3}.profile-stat--featured{min-height:132px;padding-bottom:10px}.profile-stat--featured strong{font-size:26px}.profile-stat__glow{position:absolute;right:-28px;top:-34px;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--stat) 28%,transparent),transparent 70%);pointer-events:none}.profile-stat__top{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.profile-stat__top img{width:32px;height:32px;object-fit:contain;border-radius:10px;background:color-mix(in srgb,var(--stat) 12%,#fff);padding:4px}.profile-stat small{display:block;font-size:11px;font-weight:700;color:var(--color-purple-text);line-height:1.25}.profile-stat strong{position:relative;display:flex;align-items:center;gap:6px;margin-top:10px;font-size:22px;font-weight:800;letter-spacing:-.03em;color:var(--stat)}.profile-stat strong img{width:16px;height:16px}.profile-stat__spark{display:block;width:calc(100% + 8px);height:34px;margin:10px -4px -4px;opacity:.9}.profile-games{display:flex;flex-direction:column;gap:8px}.profile-games__empty{margin:0;padding:18px 8px;text-align:center;color:var(--color-purple-text);font-size:13px}.profile-game{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:16px;background:#f7f5fc;border-left:3px solid transparent}.profile-game.is-win{border-left-color:#22c55e;background:linear-gradient(90deg,#22c55e1a,#f7f5fc 32%)}.profile-game.is-loss{border-left-color:#e11d48;background:linear-gradient(90deg,#f43f5e1a,#f7f5fc 32%)}.profile-game__title{display:flex;align-items:center;gap:10px;min-width:0}.profile-game__title>div{min-width:0}.profile-game__title b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.profile-game__icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#7b5cff;box-shadow:0 4px 10px #50288c14}.profile-game__icon svg{width:16px;height:16px}.profile-game__meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;margin-top:2px;color:var(--color-purple-text);font-size:12px}.profile-game__meta span,.profile-game__meta small{font-size:12px}.profile-game__bet{display:inline-flex;align-items:center;gap:4px;font-weight:700;color:var(--color-text)}.profile-game__bet img{width:14px;height:14px}.profile-game__result{flex-shrink:0;font-size:15px;font-weight:800;white-space:nowrap}.profile-game.is-win .profile-game__icon{background:#22c55e1f;color:#16a34a}.profile-game.is-win .profile-game__result{color:#16a34a}.profile-game.is-loss .profile-game__icon{background:#f43f5e1f;color:#e11d48}.profile-game.is-loss .profile-game__result{color:#e11d48}@media (max-width: 1100px){.profile-hero__inner,.profile-layout,.profile-awards{grid-template-columns:1fr}.profile-hero__premium{justify-self:start}}@media (max-width: 720px){.profile-hero__avatar{width:84px;height:84px}.profile-actions,.profile-social{grid-template-columns:1fr}.profile-stats{grid-template-columns:1fr 1fr}.profile-actions__copy b{font-size:15px}}.player-profile-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2100;display:flex;align-items:center;justify-content:center;padding:16px}.player-profile-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#120a2a7a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.player-profile-modal__box{position:relative;width:min(920px,100%);max-height:92vh;display:flex;flex-direction:column;overflow:hidden;border-radius:28px;background:linear-gradient(180deg,#fffffff5,#f4f1fb);border:1px solid rgba(255,255,255,.98);box-shadow:0 28px 64px #28105a47}.player-profile-modal__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px 8px;flex-shrink:0}.player-profile-modal__head h2{margin:0;font-size:16px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#3d2a72}.player-profile-modal__close{width:36px;height:36px;border:0;border-radius:50%;background:#7b5cff1f;color:#3d2a72;font-size:28px;line-height:1;cursor:pointer}.player-profile-modal__body{overflow:auto;padding:0 8px 16px}.player-profile-modal__body .profile-page{padding:0 8px 12px}.player-avatar{padding:0;margin:0;border:0;background:transparent;cursor:pointer;line-height:0;color:inherit;font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;position:relative;flex-shrink:0}.player-avatar img,.player-avatar .photo-placeholder{display:block;width:100%;height:100%;object-fit:cover}.draw-global-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;display:flex;align-items:center;justify-content:center;padding:20px 16px;background:#000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.draw-global{position:relative;width:min(520px,100%);max-height:min(92vh,900px);overflow:auto;border-radius:28px;color:#fff;background:var(--draw-fill, #1b3752);box-shadow:0 24px 80px #0000008c,0 0 0 1px #ffffff14,0 0 48px var(--draw-glow, transparent);isolation:isolate}.draw-global:has(.draw-global__roulette){display:flex;flex-direction:column}.draw-global:has(.draw-global__roulette) .draw-global__body{flex:1;min-height:0;padding-bottom:0}.draw-global:has(.draw-global__roulette) .draw-global__actions{padding:8px 0 16px}.draw-global--wide{width:min(640px,100%)}.draw-global__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.92;z-index:0;pointer-events:none}.draw-global__close{position:absolute;top:12px;right:14px;z-index:3;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:#00000059;color:#fff;font-size:26px;line-height:1}.draw-global__body{position:relative;z-index:1;display:flex;flex-direction:column;gap:14px;padding:22px 18px 18px}.draw-global__info-head{display:grid;grid-template-columns:minmax(110px,.85fr) minmax(0,1.15fr);gap:14px;align-items:center}.draw-global__info-head--daily{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.draw-global__info-head h2{margin:0 0 4px;font-size:20px;font-weight:800;font-style:italic;text-transform:uppercase;line-height:1.15}.draw-global__info-head>.draw-global__info-copy>p{margin:0;font-size:14px;color:#00fed4;font-weight:700;text-transform:uppercase}.draw-global__info-portrait{display:flex;justify-content:center}.draw-global__info-portrait img{width:min(160px,100%);height:auto;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(0,0,0,.45))}.draw-global__info-copy{display:flex;flex-direction:column;gap:10px;min-width:0}.draw-global__info-chips{display:flex;flex-wrap:wrap;gap:8px}.draw-global__info-chips span{padding:5px 10px;border-radius:999px;background:#00000047;border:1px solid rgba(255,255,255,.1);font-size:12px;font-weight:600}.draw-global__info-conditions small{display:block;margin-bottom:6px;font-size:11px;color:#d7d3ff;text-transform:uppercase;letter-spacing:.04em}.draw-global__info-conditions>div{display:flex;flex-wrap:wrap;gap:8px}.draw-global__info-conditions span{padding:6px 12px;border-radius:12px;background:#00f0ff1a;border:1px solid rgba(0,240,255,.28);color:#00f0ff;font-size:12px;font-weight:700}.draw-global__info-annotation{margin:0;max-width:420px;font-size:14px;line-height:1.4;color:#ffffffe0}.draw-global__rules-foot{margin:10px 0 0;font-size:12px;font-weight:500;color:#d7d3ffbf}.draw-global__header{display:grid;grid-template-columns:minmax(120px,.9fr) minmax(0,1.1fr);gap:12px;align-items:center;min-height:140px}.draw-global__header--compact{display:flex;justify-content:center;min-height:88px;margin-top:-8px}.draw-global__hero{display:flex;justify-content:center}.draw-global__hero img{width:min(180px,100%);height:auto;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(0,0,0,.45))}.draw-global__titles{display:flex;flex-direction:column;gap:6px}.draw-global__titles h2{margin:0;font-size:20px;font-weight:800;line-height:1.15}.draw-global__titles p{margin:0;font-size:13px;line-height:1.4;color:#dce0ffd1}.draw-global__type-logo{width:min(220px,100%);height:auto;object-fit:contain}.draw-global__meta{display:flex;flex-direction:column;gap:10px}.draw-global__meta-row{display:flex;flex-wrap:wrap;gap:8px}.draw-global__meta-row span{padding:5px 10px;border-radius:999px;background:#00000047;border:1px solid rgba(255,255,255,.1);font-size:12px;font-weight:600;color:#ffffffe0}.draw-global__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.draw-global__stats>div{padding:10px 8px;border-radius:14px;background:#00000047;border:1px solid rgba(255,255,255,.08);text-align:center}.draw-global__stats small{display:block;margin-bottom:4px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#ffffff8c}.draw-global__stats strong{font-size:16px;font-weight:800;color:var(--draw-accent, #7cfb01)}.draw-global__players{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:10px}.draw-global__players li{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 8px;border-radius:16px;background:#00000040;border:1px solid rgba(255,255,255,.08)}.draw-global__players li.is-filled{border-color:var(--draw-accent, #7cfb01);box-shadow:0 0 16px var(--draw-accent-soft, transparent)}.draw-global__players img,.draw-global__players .photo-placeholder,.draw-global__players .player-avatar,.draw-global__players .draw-global__slot-empty{width:52px;height:52px;border-radius:50%;object-fit:cover}.draw-global__players strong{font-size:11px;font-weight:700;text-align:center;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.draw-global__players em{font-style:normal;font-size:11px;color:var(--draw-accent)}.draw-global__slot-empty{display:block;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.18),transparent 55%),#ffffff14;border:1px dashed rgba(255,255,255,.22)}.draw-global__roulette{position:relative;flex:1;margin:8px -18px 0;min-height:280px;overflow:hidden;display:flex;justify-content:center;align-items:flex-end}.draw-global__roulette .roulette-provider{position:relative;width:100%;height:auto;margin-top:auto;padding-top:0;padding-bottom:52px;justify-content:flex-end}.draw-global__roulette .user-roulette-wheel{flex:0 0 auto;width:100%;max-height:none;overflow:hidden;margin-bottom:8px}.draw-global__roulette .roulette-provider__footer{position:absolute;left:0;right:0;bottom:6px;margin-top:0;pointer-events:none}.draw-global--wide .draw-global__roulette{min-height:320px}.draw-global__waiting{margin:0;text-align:center;font-size:13px;color:#ffffffb8}.draw-global__rules p{margin:0 0 8px;font-size:13px;font-weight:700}.draw-global__rules ol{margin:0;padding-left:18px;font-size:13px;line-height:1.45;color:#e6e8ffe0}.draw-global__rules em{color:var(--draw-accent);font-style:normal}.draw-global__note{margin:0;font-size:13px;color:#c8ceffd9}.draw-global__stepper{display:flex;align-items:center;justify-content:center;gap:12px}.draw-global__stepper button{width:40px;height:40px;border-radius:12px;background:#ffffff14;color:#fff;font-size:22px;border:1px solid rgba(255,255,255,.12)}.draw-global__stepper strong{min-width:36px;text-align:center;font-size:24px;font-weight:800}.draw-global__buy-link{display:grid!important;place-items:center;width:40px!important;color:var(--draw-accent)!important}.draw-global__balance{font-size:12px;color:#ffffff8c}.draw-global__chance{margin:0;text-align:center;font-size:13px;color:#ffffffc7}.draw-global__actions{display:flex;gap:10px;margin-top:4px}.draw-global__actions .btn{flex:1;background:var(--draw-cta-bg)!important;color:var(--draw-cta-text)!important;border-color:transparent!important}.draw-global__actions .btn--secondary{background:#00000059!important;color:#fff!important}.draw-global__packs{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.draw-global__packs li{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:14px;background:#00000047;border:1px solid rgba(255,255,255,.08)}.draw-global__section-title{margin:0;font-size:18px;font-weight:800}.draw-global__premium{display:flex;flex-direction:column;gap:12px}.draw-global__premium-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:96px;padding:16px 18px;border-radius:16px;overflow:hidden;background:linear-gradient(115deg,#3a2a78,#5b3ab8 45%,#c9a227 160%);border:1px solid rgba(255,211,80,.35);box-shadow:inset 0 1px #ffffff1f}.draw-global__premium-card p{margin:0 0 4px;font-size:16px;font-weight:700;line-height:1.25}.draw-global__premium-card strong{font-size:18px;font-weight:800;background:linear-gradient(90deg,#ffe566,#ffb800);-webkit-background-clip:text;background-clip:text;color:transparent}.draw-global__premium-card img{width:88px;height:88px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 8px 16px rgba(0,0,0,.35))}.draw-global__premium-hint{margin:0;font-size:13px;line-height:1.4;color:#e6e2ffd1}.draw-global__success{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 8px;text-align:center}.draw-global__success img{width:96px;height:96px;object-fit:contain}.draw-global__success p{margin:0;font-size:16px;font-weight:700}.draw-global__error{margin:0;white-space:pre-line;color:#ff8f8f;font-size:14px;line-height:1.45}@media (max-width: 640px){.draw-global__header{grid-template-columns:1fr;text-align:center}.draw-global__titles{align-items:center}.draw-global__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.app-shell-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;overflow:hidden;background:#f4f2fb;pointer-events:none}.app-shell-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 50% 40% at 12% 8%,rgba(123,92,255,.12) 0%,transparent 55%),radial-gradient(ellipse 45% 35% at 88% 12%,rgba(155,125,255,.1) 0%,transparent 50%),linear-gradient(180deg,#f7f5fc,#f4f2fb 55%,#efeaf8)}.app--airdrop .app-shell-bg{background:#f8f2fb}.app--airdrop .app-shell-bg:before{background:url(/play/assets/images/events/airdrop-bg-orbs.webp) center/cover no-repeat,radial-gradient(ellipse 55% 42% at 8% 0%,rgba(255,186,214,.38) 0%,transparent 58%),radial-gradient(ellipse 48% 38% at 92% 8%,rgba(186,168,255,.32) 0%,transparent 52%),radial-gradient(circle 220px at 18% 42%,rgba(255,255,255,.55) 0%,transparent 70%),radial-gradient(circle 280px at 86% 58%,rgba(176,148,255,.22) 0%,transparent 72%),linear-gradient(180deg,#fbf6fc,#f4f0fb 55%,#efe8f8)}.app--events .app-shell-bg{background:#f6f3fc}.app--events .app-shell-bg:before{background:url(/play/assets/images/events/airdrop-bg-orbs.webp) center/cover no-repeat,radial-gradient(ellipse 55% 42% at 8% 0%,rgba(255,186,214,.28) 0%,transparent 58%),radial-gradient(ellipse 48% 38% at 92% 8%,rgba(186,168,255,.26) 0%,transparent 52%),linear-gradient(180deg,#fbf7ff,#f4f0fb 55%,#efe8f8)}.app--profile .app-shell-bg{background:#f6f3fc}.app--profile .app-shell-bg:before{background:url(/play/assets/images/events/airdrop-bg-orbs.webp) center/cover no-repeat,radial-gradient(ellipse 55% 42% at 8% 0%,rgba(255,186,214,.32) 0%,transparent 58%),radial-gradient(ellipse 48% 38% at 92% 8%,rgba(186,168,255,.28) 0%,transparent 52%),linear-gradient(180deg,#fbf7ff,#f4f0fb 55%,#efe8f8)}.app--community .app-shell-bg{background:#f6f3fc}.app--community .app-shell-bg:before{background:url(/play/assets/images/community/orbs.webp) center/cover no-repeat,radial-gradient(ellipse 55% 42% at 8% 0%,rgba(255,186,214,.34) 0%,transparent 58%),radial-gradient(ellipse 48% 38% at 92% 8%,rgba(186,168,255,.3) 0%,transparent 52%),linear-gradient(180deg,#fbf7ff,#f4f0fb 55%,#efe8f8)}.app--info .app-shell-bg{background:#f8f3fb}.app--info .app-shell-bg:before{background:radial-gradient(ellipse 55% 42% at 8% 0%,rgba(255,186,214,.4) 0%,transparent 58%),radial-gradient(ellipse 48% 38% at 92% 8%,rgba(186,168,255,.32) 0%,transparent 52%),linear-gradient(180deg,#fbf7ff,#f4f0fb 55%,#efe8f8)}.app--game .app-shell-bg{background:#f3eef8}.app--game .app-shell-bg:before{background:url(/play/assets/images/game-hud/bg-orbs.webp) center/cover no-repeat,radial-gradient(ellipse 55% 42% at 8% 0%,rgba(255,186,214,.28) 0%,transparent 58%),radial-gradient(ellipse 48% 38% at 92% 8%,rgba(176,210,255,.32) 0%,transparent 52%),linear-gradient(180deg,#fbf6ff,#f3eef8 55%,#ece6f6)}.app--show-match .app-shell-bg{background:#f6f1fb}.app--show-match .app-shell-bg:before{background:radial-gradient(ellipse 50% 36% at 8% 0%,rgba(255,168,220,.42) 0%,transparent 58%),radial-gradient(ellipse 46% 34% at 92% 0%,rgba(160,200,255,.38) 0%,transparent 55%),url(/play/assets/images/show-match/arena-bg.webp) center top/cover no-repeat}@media (max-width: 720px){.app--show-match .app-shell-bg:before{background:radial-gradient(ellipse 50% 28% at 8% 0%,rgba(255,168,220,.4) 0%,transparent 58%),radial-gradient(ellipse 46% 26% at 92% 0%,rgba(160,200,255,.36) 0%,transparent 55%),url(/play/assets/images/show-match/arena-bg-portrait.webp) center top/cover no-repeat}}.app--show-match .bottom-nav__fade{display:none}.app--show-match .bottom-nav__bar{box-shadow:none}.app--airdrop .app-shell-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 12% 28%,rgba(255,210,230,.45) 0%,transparent 18%),radial-gradient(circle at 88% 22%,rgba(198,176,255,.38) 0%,transparent 16%),radial-gradient(circle at 74% 72%,rgba(255,255,255,.42) 0%,transparent 14%);pointer-events:none}.auth-layout{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;padding:32px 20px;overflow:hidden}.auth-layout__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/play/assets/images/auth-bg2.webp) center/cover no-repeat;z-index:0}.auth-layout__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1f1c3d66,#1f1c3deb);z-index:1}.auth-layout__content{position:relative;z-index:2;width:100%;max-width:420px;display:flex;flex-direction:column;gap:24px}.auth-layout__header{text-align:center}.auth-layout__title{font-family:var(--font-display);font-size:36px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(135deg,var(--color-cian),var(--color-new-blue));-webkit-background-clip:text;background-clip:text;color:transparent}.auth-layout__subtitle{margin-top:8px;color:var(--color-purple-text);font-size:16px}.auth-layout__body{background:var(--color-background-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);padding:28px;display:flex;flex-direction:column;gap:16px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form__field{display:flex;flex-direction:column;gap:6px}.auth-form__label{font-size:13px;color:var(--color-purple-text);font-weight:600}.auth-form__input{background:var(--color-background-darker);border:1px solid var(--color-border-light);border-radius:var(--radius-md);padding:12px 14px;font-size:15px;color:var(--color-white);outline:none;transition:border-color .15s}.auth-form__input:focus{border-color:var(--color-cian)}.auth-form__error{color:var(--color-error);font-size:13px}.auth-form__ok{color:var(--color-cian);font-size:14px;font-weight:600}.auth-form__hint{margin:0;color:var(--color-purple-text);font-size:13px;line-height:1.4}.auth-form__link-btn{background:none;border:0;padding:0;color:var(--color-cian);font-weight:600;font-size:inherit;cursor:pointer}.auth-form__footer{margin-top:8px;text-align:center;color:var(--color-purple-text);font-size:14px}.auth-form__footer a{color:var(--color-cian);font-weight:600}.auth-form__checks{display:flex;flex-direction:column;gap:12px}.auth-form__check{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;color:var(--color-purple-text);cursor:pointer}.auth-form__check input{margin-top:3px;flex-shrink:0;width:16px;height:16px;accent-color:var(--color-cian)}.auth-form__check a{color:var(--color-cian);font-weight:600;text-decoration:underline}.onboarding__characters{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px}.onboarding__char{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px;background:var(--color-surface);border:2px solid var(--color-border-light);border-radius:var(--radius-md);transition:transform .15s,box-shadow .15s}.onboarding__char img{width:64px;height:64px;object-fit:contain}.onboarding__char span{font-size:12px;font-weight:600;text-align:center}.onboarding__char--active{box-shadow:0 0 0 2px var(--color-cian);transform:scale(1.04)}.auth-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;display:flex;align-items:center;justify-content:center;padding:16px;background:#120a286b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.auth-gate__card{width:100%;max-width:420px;max-height:min(90vh,100%);overflow:auto;padding:24px 24px 20px;border-radius:24px;background:var(--color-background-card);border:1px solid rgba(255,255,255,.9);box-shadow:0 24px 64px #28105047}.auth-gate__head{text-align:center;margin-bottom:16px}.auth-gate__brand{margin:0 0 6px;font-family:var(--font-display);font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--color-purple-text)}.auth-gate__title{margin:0;font-family:var(--font-display);font-size:28px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(135deg,var(--color-cian),var(--color-new-blue));-webkit-background-clip:text;background-clip:text;color:transparent}.auth-gate__subtitle{margin:8px 0 0;color:var(--color-purple-text);font-size:15px}.auth-gate__tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px;padding:4px;border-radius:14px;background:var(--color-surface-2)}.auth-gate__tab{height:40px;border:none;border-radius:11px;background:transparent;color:var(--color-purple-text);font-size:14px;font-weight:800;cursor:pointer}.auth-gate__tab.is-on{background:#fff;color:var(--color-text);box-shadow:0 6px 14px #50288c1f}.hero{position:relative;height:100%}.hero__visual{position:relative;width:100%;height:100%;min-height:320px;border-radius:24px;overflow:hidden;background:linear-gradient(160deg,#d8d2ef,#c9c0e4 55%,#b7aad8);border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow-card)}@media (min-width: 960px){.hero__visual{min-height:520px}}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:62% 40%}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,.04) 32%,transparent 55%),linear-gradient(180deg,transparent 48%,rgba(244,242,251,.35) 82%,rgba(244,242,251,.62) 100%);pointer-events:none}.hero__logo{position:absolute;left:22px;top:18px;width:min(220px,42%);height:auto;z-index:3;pointer-events:none;filter:drop-shadow(0 6px 18px rgba(0,0,0,.55))}@media (max-width: 720px){.hero__logo{top:12px;width:min(160px,48%)}}.hero__portrait{position:absolute;left:54%;bottom:0;transform:translate(-50%);height:100%;max-width:72%;object-fit:contain;object-position:bottom center;z-index:2;pointer-events:none}.hero__dock{position:absolute;left:50%;bottom:18px;transform:translate(-50%);z-index:10;display:flex;align-items:flex-end;justify-content:center;overflow:visible;gap:10px;width:max-content;max-width:calc(100% - 16px)}.hero__dock-btn{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px;width:108px;height:124px;padding:10px 8px;border:none;border-radius:22px;color:var(--color-text);cursor:pointer;background:#ffffffd1;border:1px solid rgba(255,255,255,.9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 22px #2818501f,inset 0 1px #ffffffe6;transition:transform .15s,box-shadow .15s,filter .15s;flex-shrink:0}.hero__dock-btn span{font-size:11px;font-weight:800;line-height:1.1;text-transform:uppercase;letter-spacing:.04em;opacity:.96;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero__dock-btn img{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 6px 10px rgba(40,24,80,.12))}.hero__dock-btn:hover{transform:translateY(-4px);box-shadow:0 0 18px #7b5cff38,0 10px 24px #2818501f;filter:brightness(1.08)}.hero__dock-btn--badge{position:relative}@media (min-width: 1200px){.hero__dock-btn{width:122px;height:140px;gap:8px;border-radius:26px}.hero__dock-btn img{width:86px;height:86px}.hero__dock-btn span{font-size:12px}}@media (max-width: 720px){.hero__dock-btn{width:64px;height:76px;padding:6px 4px 8px;border-radius:16px;gap:4px}.hero__dock-btn img{width:36px;height:36px}.hero__dock-btn span{font-size:9px}}.hero__dock-badge{position:absolute;top:10px;right:12px;width:14px;height:14px;border-radius:50%;background:#f75532;border:2px solid #fff}.hero__dock-play{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px;width:124px;height:136px;padding:10px 8px;border:none;border-radius:24px;color:var(--color-text);cursor:pointer;flex-shrink:0;background:#ffffffeb;border:1px solid rgba(123,92,255,.35);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 0 22px #7b5cff47,0 12px 28px #2818501f,inset 0 1px #fffffff2;transition:transform .15s,filter .15s,box-shadow .15s}.hero__dock-play img{width:86px;height:86px;object-fit:contain;filter:drop-shadow(0 0 14px rgba(123,92,255,.35))}.hero__dock-play em{font-style:normal;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text);pointer-events:none;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-shadow:none}.hero__dock-play:hover{transform:translateY(-4px) scale(1.04);filter:brightness(1.08);box-shadow:0 0 28px #7b5cff66,0 14px 30px #28185024,inset 0 1px #fff}@media (min-width: 1200px){.hero__dock-play{width:138px;height:152px;border-radius:28px}.hero__dock-play img{width:98px;height:98px}.hero__dock-play em{font-size:12px}}@media (max-width: 720px){.hero__dock-play{width:76px;height:86px;padding:6px 4px 8px;border-radius:18px}.hero__dock-play img{width:44px;height:44px}.hero__dock-play em{font-size:9px}}.skill-track{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.skill-track__row{display:grid;grid-template-columns:28px minmax(70px,108px) minmax(0,1fr);align-items:center;gap:8px;min-height:28px}.skill-track__icon{width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(62,32,110,.12))}.skill-track__name{font-size:12px;font-weight:600;color:var(--color-text);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skill-track__rail{position:relative;height:18px;border-bottom:1.5px dashed #d4cce8;min-width:0}.skill-track__rail i{position:absolute;left:0;bottom:-1.5px;height:0;border-bottom:1.5px dashed transparent}.skill-track__rail em{position:absolute;top:50%;transform:translate(-100%,-50%);margin-left:-2px;font-style:normal;font-size:11px;font-weight:800;color:var(--color-on-surface-tertiary);background:var(--color-background-card);padding:0 3px;line-height:1;white-space:nowrap}.skill-track__rail[data-positive=true] i{border-bottom-color:var(--skill)}.skill-track__rail[data-positive=true] em{color:var(--skill)}.skill-track--compact{gap:6px}.skill-track--compact .skill-track__row{grid-template-columns:22px minmax(64px,96px) minmax(0,1fr);gap:6px;min-height:22px}.skill-track--compact .skill-track__icon{width:22px;height:22px}.skill-track--compact .skill-track__name{font-size:11px}.char-panel{background:var(--color-background-card);border:1px solid var(--color-border-light);border-radius:var(--radius-2xl);padding:20px 16px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--shadow-card);height:100%;min-height:440px;color:var(--color-text)}.char-panel__title{font-size:16px;font-weight:700;color:var(--color-text);line-height:1.3}.char-panel__level-row{display:flex;align-items:center;gap:12px}.char-panel__ring{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;background:conic-gradient(var(--color-purple-btn) calc(var(--ratio) * 360deg),#ece8f6 0);position:relative}.char-panel__ring:after{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:50%;background:#fff}.char-panel__ring span{position:relative;z-index:1;font-size:18px;font-weight:800}.char-panel__xp{display:flex;flex-direction:column;gap:2px;min-width:0}.char-panel__xp strong{font-size:13px;font-weight:800}.char-panel__xp em{font-style:normal;font-size:11px;color:var(--color-purple-text)}.char-panel__skills-header{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--color-purple-btn)}.char-panel .skill-track{flex:1;justify-content:center}.char-panel__ability{font-size:12px;color:var(--color-purple-text);padding:8px 10px;background:var(--color-surface-2);border-radius:var(--radius-sm);line-height:1.45;display:flex;align-items:flex-start;gap:6px}.char-panel__skills{list-style:none;display:flex;flex-direction:column;gap:7px;flex:1;justify-content:center}.char-panel__skill{display:flex;align-items:center;gap:8px;font-size:13px}.char-panel__skill-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:var(--color-on-surface-tertiary)}.char-panel__skill-name{flex:1;color:var(--color-text)}.char-panel__skill-value{font-weight:600;color:var(--color-on-surface-tertiary)}.char-panel__skill-value[data-positive=true]{color:var(--color-green)}.online-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--color-background-card);border:1px solid var(--color-border-light);border-radius:16px;flex-wrap:wrap;gap:10px;box-shadow:var(--shadow-card)}.online-bar__left,.online-bar__right{display:flex;align-items:center;gap:10px}.online-bar__views{display:flex;gap:2px;background:var(--color-surface-2);border:1px solid var(--color-border-light);border-radius:10px;padding:2px}.online-bar__view-btn{width:32px;height:28px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;color:var(--color-purple-text);background:transparent;cursor:pointer}.online-bar__view-btn:hover{color:var(--color-text)}.online-bar__view-btn--active{background:#fff;color:var(--color-purple-btn);box-shadow:0 2px 8px #28185014}.online-bar__counter{display:flex;align-items:center;gap:6px}.online-bar__dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55e73}.online-bar__dot--muted{background:#fc8206;box-shadow:none}.online-bar__label{font-size:12px;color:var(--color-purple-text);font-weight:600}.online-bar__value{font-size:13px;color:var(--color-text);font-weight:800}.online-bar__switch{position:relative;display:inline-block;width:40px;height:22px;cursor:pointer}.online-bar__switch input{opacity:0;width:0;height:0;position:absolute}.online-bar__switch-track{position:absolute;top:0;right:0;bottom:0;left:0;background:#e4def3;border-radius:11px;border:1px solid var(--color-border-dark);transition:all .2s}.online-bar__switch-track:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:all .2s;box-shadow:0 1px 3px #00000026}input:checked+.online-bar__switch-track{background:var(--color-purple-btn);border-color:var(--color-purple-btn)}input:checked+.online-bar__switch-track:after{transform:translate(18px)}.game-card{display:flex;align-items:stretch;gap:12px;min-height:72px;padding:8px 10px;background:var(--color-background-card);border:1px solid var(--color-border-light);border-radius:16px;box-shadow:var(--shadow-card)}.game-card__left{display:flex;align-items:center;gap:10px;flex-shrink:0;width:130px}.game-card__dice{width:52px;height:52px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 4px 8px rgba(0,0,0,.25))}.game-card__meta{display:flex;flex-direction:column;gap:4px;min-width:0}.game-card__type{font-size:14px;font-weight:800;color:var(--color-text);line-height:1.1}.game-card__region{font-size:11px;font-weight:600;color:var(--color-on-surface-tertiary);text-transform:uppercase;letter-spacing:.03em}.game-card__region span{color:var(--color-grey-white)}.game-card__bet{display:flex;align-items:center;gap:5px}.game-card__bet img{width:18px;height:18px}.game-card__bet-value{font-weight:800;font-size:17px;color:var(--color-text)}.game-card__line-wrap{flex:1;min-width:0;display:flex;align-items:center}.game-card__line{flex:1;display:flex;align-items:flex-start;gap:4px;padding:8px 12px 6px;min-height:64px;background:url(/play/assets/images/lobby/line.png) center/100% 100% no-repeat;border-radius:0 16px 16px 0;overflow-x:auto}.game-card__slot{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0;width:56px}.game-card__avatar{width:44px;height:44px;border-radius:12px;overflow:hidden;border:1px solid var(--color-purple-blue);background:var(--color-surface-2);box-shadow:none;padding:0;display:flex;align-items:center;justify-content:center}.game-card__avatar img,.game-card__avatar .photo-placeholder{width:100%;height:100%;object-fit:cover;display:block}.game-card__avatar--empty{width:54px;height:54px;background:transparent;border:none;border-radius:0;overflow:visible;box-shadow:none;cursor:pointer;transition:transform .15s;padding:0}.game-card__avatar--empty img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 4px 10px rgba(212,80,61,.45))}.game-card__avatar--empty:hover:not(:disabled){transform:scale(1.1)}.game-card__avatar--empty:disabled{opacity:.5;cursor:not-allowed}.game-card__avatar--ghost{opacity:.25;pointer-events:none}.game-card__name{font-size:10px;font-weight:500;color:var(--color-grey-white);text-align:center;max-width:52px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-height:12px}.game-card__join{flex-shrink:0;align-self:center;height:40px;padding:0 16px;border:none;border-radius:12px;background:var(--color-purple-btn);color:#fff;font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap}.game-card__join:disabled{opacity:.5;cursor:not-allowed}.game-list{display:flex;flex-direction:column;gap:8px}.game-list--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media (max-width: 720px){.game-list--grid{grid-template-columns:1fr}}.game-list__empty{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;color:var(--color-purple-text);padding:48px 16px;border-radius:16px;background:var(--color-surface-2);border:1px dashed var(--color-border-dark)}.game-list__empty-art{width:72px;height:72px;object-fit:contain;opacity:.9}.game-list__empty-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.game-list__cta{border:none;border-radius:12px;padding:10px 16px;font-size:13px;font-weight:800;cursor:pointer;text-transform:uppercase}.game-list__cta--cyan{color:#fff;background:var(--color-purple-btn)}.game-list__cta--purple{color:#fff;background:linear-gradient(90deg,#7b5cff,#6d4aff)}.showmatch-banner{position:relative;display:flex;flex:1;width:100%;min-height:100%;overflow:hidden;background:var(--color-surface-3);border-radius:18px;border:1px solid var(--color-border-light);box-shadow:var(--shadow-card)}.showmatch-banner__slide{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;padding:0;border:none;background:transparent;cursor:pointer;line-height:0;opacity:0;transition:opacity .55s ease;pointer-events:none;z-index:1}.showmatch-banner__slide.is-active{opacity:1;pointer-events:auto}.showmatch-banner__slide img{width:100%;height:100%;object-fit:cover;object-position:center 18%;display:block}.showmatch-banner__dots{position:absolute;left:50%;bottom:10px;transform:translate(-50%);display:flex;gap:6px;z-index:2}.showmatch-banner__dot{width:7px;height:7px;border-radius:50%;border:none;padding:0;background:#ffffff59;cursor:pointer}.showmatch-banner__dot.is-active{background:var(--color-purple-btn);box-shadow:0 0 8px #01ffab99}.game-setup{display:flex;flex-direction:column;gap:18px}.game-setup__field{display:flex;flex-direction:column;gap:8px}.game-setup__field label{font-size:13px;font-weight:700;color:var(--color-purple-text)}.game-setup__bet-row{display:flex;align-items:center;gap:8px}.game-setup__bet-row img{width:32px;height:32px;object-fit:contain}.game-setup__bet-row strong{font-size:28px;font-weight:800;color:var(--color-text)}.game-setup input[type=range]{width:100%;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--color-surface-2);border-radius:999px;accent-color:#fc8206}.game-setup input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#fc8206;border:2px solid #fff;box-shadow:0 2px 8px #fc820673;cursor:pointer}.game-setup__dual{position:relative;height:28px}.game-setup__dual:before,.game-setup__dual:after{content:"";position:absolute;top:50%;height:6px;transform:translateY(-50%);border-radius:999px;pointer-events:none}.game-setup__dual:before{left:0;right:0;background:var(--color-surface-2)}.game-setup__dual:after{left:calc(var(--lo, 0) * 100%);width:calc((var(--hi, 1) - var(--lo, 0)) * 100%);background:#fc8206}.game-setup__dual input[type=range]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:28px;margin:0;background:transparent;pointer-events:none}.game-setup__dual input[type=range]::-webkit-slider-runnable-track{background:transparent;height:6px}.game-setup__dual input[type=range]::-moz-range-track{background:transparent;height:6px;border:none}.game-setup__dual input[type=range]::-webkit-slider-thumb{pointer-events:auto;position:relative;z-index:2}.game-setup__dual input[type=range]::-moz-range-thumb{pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#fc8206;border:2px solid #fff;box-shadow:0 2px 8px #fc820673}.game-setup__dual input:last-of-type{z-index:2}.game-setup__ticks{display:flex;justify-content:space-between;gap:2px;font-size:10px;color:var(--color-hint)}.game-setup__ticks .is-on{color:#fc8206;font-weight:800}.game-setup__chips{display:flex;flex-wrap:wrap;gap:10px}.game-setup__chip{width:46px;height:46px;padding:0;border-radius:50%;border:1px solid var(--color-border-light);background:#fff;color:var(--color-text);font-size:14px;font-weight:800;cursor:pointer}.game-setup__chip--on{background:#fc8206;border-color:transparent;color:#fff}.game-setup__modes{display:grid;grid-template-columns:1fr 1fr;gap:12px}.game-setup__mode{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 8px 12px;border-radius:16px;border:2px solid var(--color-border-light);background:#fff;color:var(--color-text);cursor:pointer}.game-setup__mode img{width:110px;height:110px;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(0,0,0,.35))}.game-setup__mode span{font-size:14px;font-weight:800}.game-setup__mode--on{border-color:#fc8206;box-shadow:0 0 0 1px #fc8206,0 8px 20px #fc820647}.game-setup__private{display:flex;align-items:center;justify-content:space-between;font-weight:700;color:var(--color-text)}.game-setup__switch{width:48px;height:28px;border:none;border-radius:14px;background:var(--color-white-50);padding:3px;cursor:pointer}.game-setup__switch i{display:block;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .2s}.game-setup__switch--on{background:#fc8206}.game-setup__switch--on i{transform:translate(20px)}.game-setup__langs{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.game-setup__lang{height:34px;border-radius:8px;border:1px solid var(--color-border-light);background:var(--color-surface-2);color:var(--color-text);font-size:12px;font-weight:800;cursor:pointer}.game-setup__lang--on{background:#fc8206;border-color:transparent;color:#fff}.game-setup__error{margin:0;color:#ff6b6b;font-size:13px}.game-setup__actions{display:grid;grid-template-columns:1fr 1.15fr;gap:10px}.lobby{padding:4px 20px 28px;display:flex;flex-direction:column;align-items:center;width:100%}.lobby__shell{width:100%;display:flex;flex-direction:column;gap:14px}.lobby__hero-row{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:14px;align-items:stretch}@media (max-width: 960px){.lobby__hero-row{grid-template-columns:1fr}}.lobby__resume{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:1px solid rgba(123,92,255,.28);border-radius:16px;background:linear-gradient(105deg,#7b5cff1f,#fff 42%,#fff);color:var(--color-text);cursor:pointer;text-align:left;box-shadow:var(--shadow-card)}.lobby__resume em{margin-left:auto;font-style:normal;font-weight:800;font-size:13px;padding:10px 16px;border-radius:12px;color:#fff;background:var(--color-purple-btn);text-transform:uppercase}.lobby__resume-pulse{width:10px;height:10px;border-radius:50%;background:#24ff00;box-shadow:0 0 12px #24ff00cc;flex-shrink:0;animation:lobby-pulse 1.4s ease-in-out infinite}.lobby__resume-copy{display:flex;flex-direction:column;gap:2px}.lobby__resume-copy strong{font-size:15px;font-weight:800}.lobby__resume-copy span{font-size:12px;color:var(--color-purple-text)}.lobby__filter-chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.lobby__filter-chip{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:var(--color-surface-2);border:1px solid var(--color-border-light);color:var(--color-text);font-size:12px;font-weight:600}.lobby__filter-reset{border:none;background:transparent;color:var(--color-purple-btn);font-size:12px;font-weight:700;cursor:pointer;padding:6px 8px}.lobby__content-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(220px,.9fr);gap:14px;align-items:stretch}@media (max-width: 900px){.lobby__content-row{grid-template-columns:1fr}.lobby__content-row .lobby__banner-col{order:-1;min-height:280px}}.lobby__games-col{min-width:0;display:flex;flex-direction:column}.lobby__banner-col{min-width:0;min-height:420px;display:flex;overflow:hidden;border-radius:18px}.lobby__error{padding:10px 14px;background:#ff30301f;border:1px solid var(--color-error);border-radius:var(--radius-md);color:var(--color-error);font-size:13px}@keyframes lobby-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}.voice-wave{display:flex;align-items:center;justify-content:center;gap:2px;height:28px;width:100%;min-width:0}.voice-wave i{display:block;width:3px;height:calc(8px + var(--h, .12) * 20px);border-radius:99px;background:linear-gradient(180deg,#9b7dff,#2ecc71);transform-origin:center}.voice-wave--card{height:18px;gap:1px}.voice-wave--card i{width:2px;height:calc(4px + var(--h, .12) * 14px);background:#fff}.board-chat{width:100%;height:100%;display:flex;flex-direction:column;padding:10px;gap:8px;min-height:0;border-radius:16px;background:linear-gradient(180deg,#fffffff5,#f8f4ffe6);box-shadow:0 10px 28px #2810481f,inset 0 1px #fffffff2}.board-chat__tabs{display:flex;gap:6px;flex-shrink:0}.board-chat__tab{font-size:11px;font-weight:700;color:var(--color-purple-text);padding:4px 12px;border-radius:999px;background:#f3f0fa}.board-chat__tab--active{color:#fff;border:none;background:linear-gradient(180deg,#9b7dff,#6d4aff)}.board-chat__list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding:2px}.board-chat__empty{margin:auto;font-size:12px;color:var(--color-on-surface-tertiary)}.board-chat__msg{max-width:94%;align-self:flex-start;background:color-mix(in srgb,var(--bubble, #9b7dff) 22%,#fff);border:1px solid color-mix(in srgb,var(--bubble, #9b7dff) 32%,#fff);border-radius:20px;padding:8px 14px;display:flex;flex-direction:column;gap:2px;box-shadow:0 6px 16px #50288c0f}.board-chat__msg--chat{border-radius:999px;padding:8px 16px 9px}.board-chat__msg--mine{align-self:flex-end;background:color-mix(in srgb,var(--bubble, #6d4aff) 28%,#fff)}.board-chat__msg--event{align-self:stretch;max-width:100%;border-radius:18px}.board-chat__msg-row{display:flex;align-items:flex-end;gap:8px}.board-chat__meta{display:flex;align-items:baseline;gap:8px}.board-chat__author{font-size:10px;font-weight:800;color:var(--bubble, #9b7dff)}.board-chat__time{flex-shrink:0;margin-left:auto;font-size:9px;font-weight:600;color:var(--color-hint);font-variant-numeric:tabular-nums}.board-chat__text{flex:1;min-width:0;font-size:12px;color:var(--color-text);word-break:break-word;line-height:1.35}.board-chat__input{position:relative;flex-shrink:0;display:flex;align-items:center;gap:6px;background:#fff;border:1px solid rgba(255,255,255,.95);border-radius:999px;padding:4px 4px 4px 6px;box-shadow:0 8px 20px #50288c14}.board-chat__input>.board-chat__emoji-btn{width:32px;height:32px;border:none;border-radius:50%;background:#f3f0fa;color:inherit;font-size:16px;line-height:1;cursor:pointer;flex-shrink:0}.board-chat__input input{flex:1;background:transparent;border:none;outline:none;color:var(--color-text);font-size:13px}.board-chat__input input::placeholder{color:var(--color-on-surface-tertiary)}.board-chat__input>button[type=submit],.board-chat__input .board-chat__mic{width:34px;height:34px;border-radius:50%;border:none;background:linear-gradient(180deg,#9b7dff,#6d4aff);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:filter .15s;touch-action:none;-webkit-user-select:none;user-select:none}.board-chat__input>button[type=submit]:hover:not(:disabled),.board-chat__input .board-chat__mic:hover:not(:disabled){filter:brightness(1.08)}.board-chat__input>button[type=submit]:disabled,.board-chat__input .board-chat__mic:disabled{opacity:.45;cursor:not-allowed}.board-chat__input .board-chat__mic.is-on{background:linear-gradient(180deg,#5ee0a0,#2ecc71)}.board-chat__media-error{margin:0;font-size:11px;font-weight:600;color:var(--color-red-soft, #e35d6a)}.board-chat__emoji{position:absolute;left:8px;right:8px;bottom:calc(100% + 8px);display:flex;flex-wrap:wrap;gap:4px;padding:8px;border-radius:16px;background:#fff;box-shadow:0 12px 28px #50288c29;z-index:4}.board-chat__emoji button{width:32px;height:32px;border:none;border-radius:10px;background:#f3f0fa;font-size:16px;cursor:pointer}.board-chat__emoji button:hover{background:#ece6f8}.board-chat__input .voice-wave{flex:1}.contract-money{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:grid;place-items:center}.contract-money__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#28185047;border-radius:18px}.contract-money__sheet{position:relative;width:min(280px,100% - 24px);display:flex;flex-direction:column;gap:8px;padding:14px;background:linear-gradient(180deg,#ffffffeb,#fff6fcf5),radial-gradient(120% 80% at 0% 0%,rgba(255,182,210,.4),transparent 55%);border:1px solid rgba(255,255,255,.95);border-radius:16px;box-shadow:0 16px 36px #50288c29}.contract-money__hint{margin:0;font-size:12px;line-height:1.35;color:var(--color-purple-text)}.contract-money__label{font-size:11px;font-weight:700;color:var(--color-text)}.contract-money__top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.contract-money__title{font-size:14px;font-weight:600;color:var(--color-text)}.contract-money__balance{font-size:10px;color:var(--color-purple-text)}.contract-money__input{height:40px;padding:0 12px;text-align:center;font-size:18px;font-weight:700;color:var(--color-text);background:#f7f4fc;border:1px solid var(--color-border-light);border-radius:var(--radius-md)}.contract-money__input:focus{outline:none;border-color:var(--color-cian)}.contract-money__actions{display:flex;gap:8px}.contract-money__btn{flex:1;height:36px;border:0;border-radius:var(--radius-sm);background:#00000040;color:var(--color-purple-text);font-size:13px;font-weight:700;cursor:pointer}.contract-money__btn--accept{background:var(--color-cian);color:#000c}.contract-widget{position:relative;z-index:1;width:100%;height:100%;min-height:0;display:flex;flex-direction:column;gap:6px;padding:8px 10px 10px;background:linear-gradient(180deg,#ffffffc7,#fff6fcd1 55%,#f4ecffdb),url(/play/assets/contract-plate-bg-Bjdlrcha.webp) center/cover;background-size:cover;background-position:center;border:0;border-radius:18px;box-shadow:inset 0 1px #ffffffe6;overflow:hidden}.contract-widget--inbox{box-shadow:inset 0 0 0 1px #01ffab59;border-radius:18px}.contract-widget__header{display:flex;align-items:center;gap:8px;flex-shrink:0}.contract-widget__title{flex:1;display:flex;justify-content:center;align-items:center;gap:4px;height:24px;padding:0 12px;font-size:12px;font-weight:700;color:var(--color-text);background:#f3f0fa;border-radius:90px}.contract-widget__tabs{flex:1;display:flex;gap:4px;padding:2px;background:#f3f0fa;border-radius:90px}.contract-widget__tabs button{flex:1;height:22px;border:0;border-radius:90px;background:transparent;color:var(--color-purple-text);font-size:11px;font-weight:700;cursor:pointer}.contract-widget__tabs button.is-active{background:var(--color-cian);color:#000000b3}.contract-widget__tabs button:disabled{opacity:.4;cursor:not-allowed}.contract-widget__close{width:24px;height:24px;flex-shrink:0;display:grid;place-items:center;border:0;border-radius:50%;background:#f3f0fa;color:var(--color-text);font-size:16px;line-height:1;cursor:pointer}.contract-widget__close:hover{color:var(--color-text)}.contract-widget__timer{position:relative;width:26px;height:26px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--color-cian) calc(var(--ratio) * 360deg),transparent 0) border-box}.contract-widget__timer:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#f3f0fa}.contract-widget__timer span{position:relative;z-index:1;font-size:9px;font-weight:700;color:var(--color-text)}.contract-widget__timer--idle{background:#f3f0fa}.contract-widget__hint{margin:0;text-align:center;font-size:11px;color:var(--color-purple-text)}.contract-widget__body{display:flex;align-items:stretch;gap:6px;flex:1;min-height:0}.contract-widget__swap{align-self:center;font-size:18px;color:var(--color-cian)}.contract-widget__error{margin:0;text-align:center;font-size:12px;color:var(--color-error)}.contract-widget__footer{display:flex;gap:8px;flex-shrink:0}.contract-widget__waiting{flex:1;text-align:center;font-size:12px;color:var(--color-purple-text)}.contract-col{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.contract-col__box{flex:1;display:flex;flex-direction:column;min-height:0;padding-bottom:6px;background:#f3f0fa;border:1px solid rgba(155,125,255,.16);border-radius:14px;overflow:hidden}.contract-col__box--active{border-color:var(--player-color)}.contract-col__sum{display:flex;align-items:center;gap:4px;height:22px;padding:0 8px;background:#7b5cff14;font-size:11px;font-weight:700}.contract-col__sum b{margin-left:auto;color:var(--color-text)}.contract-col__sum--out span{color:var(--color-red)}.contract-col__sum--in span{color:var(--color-cian)}.contract-col__list{flex:1;min-height:0;max-height:none;overflow-y:auto;list-style:none;margin:0;padding:4px 8px;display:flex;flex-direction:column;gap:4px}.contract-col__empty{font-size:11px;color:var(--color-on-surface-tertiary)}.contract-col__money{margin:0 8px;min-height:34px;padding:4px 8px;border:0;border-radius:999px;background:#fff;color:var(--color-text);font-size:11px;font-weight:600;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.15;box-shadow:0 4px 10px #50288c0f}.contract-col__money small{font-size:9px;font-weight:700;color:var(--color-purple-text)}.contract-col__money b{font-size:12px}.contract-col__money:disabled{cursor:default;opacity:.75}.contract-col__money:not(:disabled):hover{background:var(--color-purple-blue)}.contract-head{display:flex;align-items:center;gap:4px}.contract-head__avatar{width:34px;height:34px;flex-shrink:0;padding:1px;border:1px solid;border-radius:50%;overflow:hidden}.contract-head__avatar img,.contract-head__avatar .photo-placeholder{width:100%;height:100%;border-radius:50%;object-fit:cover}.contract-head__info{min-width:0;display:flex;flex-direction:column;gap:2px}.contract-head__name{max-width:120px;padding:1px 8px;border-radius:10px 10px 10px 0;color:#000000a6;font-size:10px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contract-head__money{align-self:flex-start;padding:1px 8px;border-radius:28px;background:#d7d3ff1a;color:var(--color-purple-text);font-size:10px;font-weight:700}.contract-ent{display:flex;align-items:center;gap:4px}.contract-ent__icon{width:24px;height:24px;flex-shrink:0;display:grid;place-items:center;border-radius:6px}.contract-ent__icon img{width:20px;height:20px;object-fit:contain}.contract-ent__body{min-width:0;display:flex;flex-direction:column}.contract-ent__name{font-size:9px;font-weight:700;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contract-ent__price{display:flex;align-items:center;gap:3px;font-size:9px;font-weight:700;color:var(--color-purple-text)}.contract-ent__pledge{font-style:normal;color:var(--color-red)}.contract-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent}.contract-arrow--out{border-top:5px solid var(--color-red)}.contract-arrow--in{border-bottom:5px solid var(--color-cian)}.contract-btn{flex:1;height:32px;border:0;border-radius:var(--radius-sm);font-size:14px;font-weight:700;color:#000000bf;cursor:pointer}.contract-btn:disabled{opacity:.6;cursor:not-allowed}.contract-btn--decline{background:linear-gradient(90deg,#f98840,#fa4143)}.contract-btn--accept{background:linear-gradient(90deg,#b3e64d,#59c92a)}.contract-send{position:relative;flex:1;height:32px;border:0;border-radius:var(--radius-sm);background:#01ffab26;overflow:hidden;cursor:pointer;touch-action:none}.contract-send:disabled{opacity:.6;cursor:not-allowed}.contract-send__fill{position:absolute;inset:0 auto 0 0;width:0;background:var(--color-cian);transition:width linear}.contract-send--holding .contract-send__fill{width:100%}.contract-send__label{position:relative;z-index:1;font-size:12px;font-weight:700;color:var(--color-cian)}.contract-send--holding .contract-send__label{color:var(--lobby-sheet)}.modal-overlay--ig{background:#1c103047;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal--ig-card{max-width:340px;background:transparent;border:0;box-shadow:none;overflow:visible}.modal--ig-card .modal__body{padding:0}.field-card{position:relative;display:flex;flex-direction:column;gap:10px;padding:12px 12px 14px;border-radius:20px;overflow:hidden;color:var(--color-text);background:linear-gradient(180deg,#ffffff9e,#fff6fcc7 48%,#f7f0ffdb),url(/play/assets/field-card-bg-B2X9yuFF.webp) center/cover;background-size:cover;background-position:center;border:1px solid rgba(255,255,255,.95);box-shadow:0 24px 48px #5020782e,inset 0 1px #fffffff2}.field-card--board{width:100%;height:100%;min-height:0;overflow:auto;border-radius:20px;box-shadow:none;background:radial-gradient(circle at 14% 0%,rgba(255,186,230,.42),transparent 42%),radial-gradient(circle at 92% 8%,rgba(170,200,255,.38),transparent 40%),linear-gradient(145deg,#8a4dff,#c44bff 46%,#5b7cff);color:#fff;border:1px solid rgba(255,255,255,.38)}.field-card--board .field-card__name,.field-card--board .field-card__mono{color:#fff}.field-card--board .field-card__hero{min-height:180px;flex:1 1 auto;background:radial-gradient(circle at 50% 32%,rgba(255,255,255,.28),transparent 58%),radial-gradient(circle at 50% 100%,rgba(40,16,80,.28),transparent 55%)}.field-card--board .field-card__img{width:min(92%,280px);max-height:220px}.field-card--board .field-card__chip{background:#12082a61;border-color:#ffffff38;color:#fff;box-shadow:none}.field-card--board .field-card__chip small{color:#ffffffb8}.field-card--board .field-card__chip b{color:#fff}.field-card--board .field-card__hint,.field-card--board .field-card__pledge-row{color:#ffffffdb}.field-card--board .field-card__stage{background:#12082a66;border-color:#ffffff38;color:#fff}.field-card--board .field-card__stage.is-active{outline-color:#ffffff8c;background:#ffffff29}.field-card--board .field-card__stars em{background:#ffffff47}.field-card--info:not(.field-card--board){background:linear-gradient(180deg,#ffffffb3,#f6f2ffd6),url(data:image/webp;base64,UklGRuwPAABXRUJQVlA4IOAPAAAw8QCdASrQAsADPpVKoU2lp64mIHN4UcASiWlu9/2tAogPH+9Ws2tje3GnkCsy8SQNoF//3iXC0vOmv779mh1hDEAGkUCBAgQIECBAgQIECBAgQIECBAlIECUgQQbxlRIkTiBi543BMJFzvpjv8nXpI5hADw4cOHaAYqn9WM/Jl/KQ4z8nXhTIu7VQhj1yOEHGGfGFJ7lyqx0T28t1bN50MwNIkSJw0XpdOUZnDThIpq/B+g97NZbJe8mlExngSlu4JnBLNRUx895eizh+b0Osr4+bK0EJRwIsGK/gjvYMWSiGgCTyOoULJekbDSEIFTkhQLYmEhZbpQnZMoB7PT37JGt8DwhIsOXGqx10uCtYAadHQ8dQyr6ywoWS/DGP3Yvq1rElIoMPCNZFgG2RyOsyF0WjqAvKl8DkOUkcvJ5Oix+FP0iQCtWqx/rE9tc5qucpFwjk8m0tbBH25SA0WqQfIDiqxPdJc315tfo2/QIsEM2FeR7CB0SBIdVdSONhX4+PcsOwxcVX7WsSUUyZNGZWSTe+tAbWIxrJs53wpNhS3aIBODDy+6BdzKyzjPyZMmTKVXrOAMyG5WTVfkwN1h2+8D8MnoVWyglbffkcOnoz8qM9zicTcUAtRdaAwmdGV7Mc0aJIQsWqiwB/ZZbvCLadZfTtbzemUGhGRyNVNC0cVlh1Zcl+lyHW1WrAtutqNEu3qrUlmrfSxukiFZxn7EKB4cvvtvY/LvhydD6A+ATAWUPiP9Qfmz8yWlmdlFICCu7XyNqmCA+OPuTaw16dyd0y1qGA/mDyO3t33ENpoI4CfthuuICKGvc6M/JaE1Rl/cNzNxBNKWQluzbGaWnoe2qWikDIo5j1QuzVOiT/MziMNW7SaOtfFke1RlK2h7WL8cQ0gDKsaArOLs0M7i2GzSxwLXW7OJnP3Eo9kCsz/wInQPwHZUEe63pSbC5Kz5WrbJBFx/t0hOn80i0/UrVzFOsMobmXEJQ0VrPgrdv+d/UTlrtxlefFO94SxvejdoENzKmF7w9YyexktTJxLgd6e/XmYcOZrLJeWbJu8ddsUM5ydBBHUy4TC3R3DAvONejAF+ip1a1V3ym2R5IcNlAaDkJ3NG2d1I0AYdQBC21eqeXQ1B4g1haS2DXD6lBmFpyespolH3opGQdJq6EO4AZrSmUmpq6N46rlNsVDnWIEs2+CkEa6Tmoag+4+OOXIBF9CIQKYWih03keNtlO6FwZBvgdBDWkr8v9O4B1gGw8vQ81a9w3YKlMX44xHQP0z2NitAGLIqwugF7KFFSfhHHQ90aSuM+/vnRiMpCVzVDj2WBLYSEfMWs3/dQvEyj+a2Yo2cqkKN1kZ4Q8R+7iWMZSWiryHaYNLEA11zzhA0diT1l6TQWGdYwrgvXfhGq/A2sk5IBtI781xek90jGoxKcJsV/vCJnjPB73O/5FwohZI0tbKC2PFa07JNbNN1xQOwZyyXYhou7tAO7RFMqQ1rk2jmco1E4aKF1I7l3R8hgy5qKS//ed2s7Wav73SDtCS6CyTJRZJU1ucJm3Xhi1ZpMSNbzl/um/jxSJIt2ktcaLzpbIJ3LXzaPis7lvqqoh1Y45Y6F7gsWKcXpd1Uw8y4uu5aaJ6HGc4L8NXrbVC7e2O5yWZtd6lhKfTENt26CfYjGOsYHQ/d7FpXEApTXNpotega+SSQh+kJWv/gcC/3e2hmJ0KiJqYLmNJW/HAjGkYtQhKhmJMJ03Ds0Mmo2V5F19TiPvCEpTv0JrMPQE77JHm+UYEe6S283UNjRljzLCuoWWedEZ5OhmusQh8/0bjsPgdNH20kOVJstk3sygHdbdTnLdAtZguyn5M6GQ/UZSSKC/EViW7cjiTlVNzmohCK3pGE8cc6CFA/dLKlQRlAm/sKoSgo2He0b1nTh3bnAClEiRImcy/OnTp1oJ2RoCfIl3N9ugTvA7q3N+4OIzPrFtbXbYUYCsyeExSxaH6dCPNpfT4rBmD4NvdOKkQYbh1Dn4ERUS5/Wx8lat4yojJlRm/3LBjk30ajmh+sLHUQnLh0QkRQAEDmIQGQT8CwUUL8q2xn52BWEJEiP1aXcYgpgCXoibmNf6ZZIp1X0LEwrPN+/f05/meB3oSHGu6pfXPYEprd6bhWWlX4fIECBAgPmx0QloeCbfT2et2A2mteQBniBG9yZOmCYSJEfq1YnFf/pdLY2brOCQR1CbBfh2fSfOl1irXgpaj3roEigPUlBFpzIGfNpfdzJpHIDEiRdNCNNglWKG8SXSEYGYAj2reWycoMQm6QpLPBCnwLEOYVJ6P/lpCzhGbkyHycBSdTAwTQJXkFaMP/R+pwnSV6htqUKfykqVO6hq3mUB0MJWZEMBbR45Bb6imbpSMXxV/tw0UZcDvRoJaksJHhFnapqh5saLT/NItr2XfdGeZyDADWhbO5CM4LFjlv9MOAKCgqr8XpWrVq1nAF/e737+N3OMGYGrX9wJyCHTdNkeqyP0T2Mn/1TJkybxZBZguPS4wfaHPvQsejP1KFvpCIbHndVE3cCL+FQqQUL6JxOWAiwpClvimuOmHoV9dPEkUgu9i0kLoNOkd9jFCLAAA/vEqf55iJtaDdWBo5ff220n0NVJGg3JejzhCl4KYAWTkqAG78Gt8Czymj4BABd0xZONQCA6vc/apPn+zfAntAndhmsH8gJl2JXmfMSwvpRxcK9GPQDqizCgCojhSjBgoT2L4AAW+fjyZU/gznFg2xjvr3bf4OiTYTIa89/BBbcqdCs+GsZzZ9uWtIkVnL6CyUceOjasWDuoV96wrQ48M0RWwgeFuNHYBhwKhOOQASAQCOeWQua3tts3Lz1W7jk7XQDgx4wNUOQKehhCAg4wLFrFA02y+goZNXIccVLgLt5s8q2nTDdcyJea7lwaAWf4pMPJbE7XzKiABd0YjnL4EcRbypUNU6L2iSJZZVJDAjpinOGU1MfywRGdLick0pAK0e2YwK0B0jfyCvp1qoKItG1zI5c07QuoJzfdrFOXr2EoaR4SYbr3EOEjY3UzGNDNuiiZOgjrHHbCX0KpA0oZcV3zGU/0nsLTaPWaplMHxJUuUruV9Tmu7rUld752+vVMpd7f9uJ9CuBr15uJhT6ufUkK8t6PCg8ykBDeQ5XQFUDA4sM4fCDtYTCl9PbGKZu5zKwQblmY/Lao9Xi395OuI5yf8ZWLqTNdCMrdzj0nuzReDSS9qbOzXagfRwSqFMm404bLK8WQGgLk8+vngnK6ylx1TgT14OUwCuwnJshZVbTiZR513efCYAFriJk2gdkXrybC3a1AJLDvjjQ/yUta6Ic4YSHXA1EZ0MZh1gezyFYV4DZ/vuiVY5sxaGFm6803kuZMJaYTqhgsC1QwB8gRZpatBxoPwpMkcaLJ48Yb8oEW06IN4n/KumYcgVq4oenuC0bpQldy7CnWuokPuxSjD6t+77TY7dz1959U4XZg2RTW/nDRR+r0CmxjNwdYKH14XlucEBJUOp5iwkz44MWuxRdH7ahFrS26GX6wBfPqpru18GfEWeZXhpoepadwpzaNlAY7h77cqrAOsjCHo8gEjIVdqIF0X7aij25Q5z6WrKEYk0Q9Nh9pBuhgCaeYZNWVdgULb+wqqU0DO5oJhCiL9KxF6UwN8A+RkBl+elSzPHKQOYo4OSuBSpB4/Mg2dK8OLgofBZMzTotYn19D+xVIR3LqFzk7zlLO+4XTZbQiMvyh9bsLw+4MqFy7YjM0wdWdAVvqT+ve4qOL1qPKpjmnKFOqS8k646w9MoMsLZOyhHCVBDI2JxO31Vc66OuRgsvSv2g1TE0/bd5vHilfUrMstAwGrY4Nr92Fgz2hXvzKFDNTcprHFFZTYl4Ld2UhT5nRTCkhVgJ+UGiQWwDTmBOAhyo5tObH3mKcWNNN5F+C57WuR+amr/n6aLm32JB1+LsOamGuMA20k/kAuzdPhTFfV6HaujlOYFoYgs5WZdr1XKGgwrz0/JYP/Ji+Z5yMwEjjozxLh2U0E3IVi8t9/vX37d/xBs6EF3SExJ6OUzZ5b3mYgNK55dhR945t2evI/YR9KkkvMeoTq7Z9qc/w6m2pv36h5owjr0EDZKKVzHO/BQJVsE0lyy07pzypRwlEk4wvsuEVny8mwUpfch4D18SpkKOPPIH8grSRbyWSMsNGR11l2nmTHIhkDRBtw4Y7qq62+u1aNOsXqgag05Ez121S0T42yHabbayD6xCGPr7/fMCnaWIWEqYD2y9IDn4aPs5uuSqPVooM+AGiMLgM6gpie5OLyPo8g1ge9nCsZPX004EUAbURodzLqy54nMn3HTvqG1Jup9OgUVeu3rnX4/roIS51Zp+kRPtpDU4eKVOOz4NfV8oqeGCZdkCXBAZADgFUPDzet5ZOpwrKA1zpKlyGoLggRKjhwMKkqJm/BE5fbf8SwNKcDB37noBEd+urJxpHDBJ2Ij3E2OJuu3zdpydHvJ+DRlPdXErZjApvjDoWFGQO2ghQfFAyF+8jencQw82daO1p/LHOboYJLN4SJjW9RFAgJ8yF3EkboFsRqxZF+ROQE4pi16P38FZEVLakJy5fJRRQVkQ7ljaneCMbU9ifB8NVQlwZsxlxNAvwpNGlqmG2kPfOBCcvUyMJig0gK2AP5uLdeMpChooMVqNpJqJo82/m6zKMhuiUfrJ0oattLW5jqVysO4HkfR3pv6qrtcGMNItxGG291uk4UQlDaIiW8Ntc7UGpaAZc3+AfbGkpMrBklqxAGc06Agj6NNvNlaY/OZ57ycI5eWw4BQDpwgsE5Ha2xNXbQXen8lAQJsnTQkHJ1FKAVVQ1mPhY3kC0sQ7on+tFaP3RPkLwZmjTAp6WyghFgAMHfCou7tAyQq4DCQSenw+vgSk+oznTJZhTGjwfLoAMuBvng+AnKTr4pb8rXYC2+NEVHDa3xL6pY5gUQNcdGXsC/FNe7kue1cRnGttCIhN6w/V7V/P0vzASN41Xyw7E6n888LGgB8UxMSEjOx0krO4mQjPoYXJzt0zifgenfmu1FABBuUHja+AUGXe9Gz2wcfDMxX1NRe6FDpwM5iVfL+x+3SBoStg0UmxpzTQdItsveV30zj3aKMox2xNKg23OhdTv5js+SEcppWVSsJbIgoNmNDEBegL7YwvL3SoNj8rfi+t6tRMXaMLrEaMDDhs+K5Oxypy4ZSv9NzlIzdiOuSNNM0xyxhPk7h7slyEWyZ1YQ2hQ1wMR5tPry7tsghfuhEAtBQWFc3CdlwjEbnPB9b5YJj96hiHtC3cWkzCWCZJSihhoV9UXfpMEumAinSUIQ9J72f8qH2V29B3JW9cBktIJzlsDaSbS93UKFlIdnaOX3tgJd3H3fki+yC3p7O082uoiB1LBcPJwZ4y0B29gyOvWga7Qv9/qRl9UoDThQ0IC1umsSwzlhR0AAAA==) center/cover}.field-card__nav{display:flex;align-items:center;gap:8px;position:relative;z-index:1}.field-card__i{width:28px;height:28px;flex-shrink:0;border-radius:50%;border:0;background:#ffffffeb;color:#7b5cff;font-weight:800;font-style:italic;font-size:15px;line-height:1;cursor:pointer;box-shadow:0 4px 12px #50288c1f}.field-card__i.is-on{background:linear-gradient(180deg,#9b7dff,#6d4aff);color:#fff}.field-card__titles{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.field-card__mono{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;opacity:.9}.field-card__name{margin:0;font-size:16px;font-weight:800;line-height:1.15;color:var(--color-text)}.field-card__close{width:28px;height:28px;flex-shrink:0;border:0;border-radius:50%;background:#ffffffeb;color:var(--color-text);font-size:20px;line-height:1;cursor:pointer}.field-card__hero{position:relative;display:grid;place-items:center;min-height:168px;border-radius:22px;overflow:hidden;background:radial-gradient(circle at 50% 40%,#fffffff2,#ffffff26 62%),radial-gradient(circle at 50% 80%,rgba(155,125,255,.28),transparent 55%)}.field-card__hero:after{content:"";position:absolute;inset:auto 18% -20px;height:48px;background:radial-gradient(ellipse at center,rgba(155,125,255,.35),transparent 70%);filter:blur(8px);pointer-events:none}.field-card__img{position:relative;z-index:1;width:min(78%,220px);max-height:176px;object-fit:contain;filter:drop-shadow(0 16px 24px rgba(80,40,140,.22))}.field-card__meta{display:flex;align-items:stretch;justify-content:space-between;gap:6px}.field-card__chip{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:44px;padding:6px 8px;border-radius:16px;background:#ffffffb8;border:1px solid rgba(255,255,255,.95);box-shadow:0 6px 16px #50288c0f}.field-card__chip small{font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-purple-text)}.field-card__chip b{font-size:13px;font-weight:800;color:var(--color-text)}.field-card__chip--stars{padding-top:10px}.field-card__stars{display:flex;justify-content:center;gap:4px}.field-card__stars em{width:8px;height:8px;border-radius:1px;background:#9b7dff38;transform:rotate(45deg);display:block}.field-card__stars em.is-on{background:linear-gradient(180deg,#ffd56a,#f4b400);box-shadow:0 0 6px #f4b4008c}.field-card__hint{margin:0 0 6px;text-align:center;font-size:12px;font-weight:600;color:var(--color-purple-text)}.field-card__stages{display:flex;flex-direction:column;gap:6px;max-height:280px;overflow-y:auto;padding:4px 2px 2px}.field-card__stage{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;border-radius:16px;background:#ffffffb8;border:1px solid rgba(255,255,255,.9)}.field-card__stage strong{display:block;font-size:12px;margin-bottom:4px}.field-card__stage span:last-child{font-size:13px;font-weight:800}.field-card__stage.is-active{outline:1px solid rgba(155,125,255,.55);background:#ffffffeb}.field-card__pledge-row{display:flex;justify-content:center;gap:16px;margin:4px 0 0;font-size:12px;font-weight:700;color:var(--color-purple-text)}.field-card__error{margin:0;text-align:center;color:#e35d6a;font-size:12px;font-weight:700}.field-card__dock{display:flex;flex-direction:column;gap:8px;margin-top:2px}.field-card__chatbar{display:flex;align-items:center;gap:6px;padding:4px;background:#fff;border:1px solid rgba(255,255,255,.95);border-radius:999px;box-shadow:0 8px 20px #50288c1a}.field-card__chatbar--solo{padding:4px}.field-card__btn{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:6px 12px;border:0;border-radius:999px;color:#000000b8;font-weight:800;cursor:pointer}.field-card__btn span{font-size:11px;letter-spacing:.02em;text-transform:uppercase}.field-card__btn em{font-style:normal;font-size:10px;opacity:.8}.field-card__btn:disabled{opacity:.4;cursor:not-allowed}.field-card__btn--up{background:linear-gradient(90deg,#ff8ec8,#c084fc)}.field-card__btn--down{background:linear-gradient(90deg,#8ec5ff,#a78bfa)}.field-card__btn--mortgage{background:linear-gradient(90deg,#ffb347,#ff6b6b)}.field-card__arrow{flex-shrink:0}.field-card__arrow--up{color:#3ddc4a}.field-card__arrow--down{color:#fa4d43}.chip-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:6;grid-column:1/-1;grid-row:1/-1}.chip-layer__token{position:absolute;left:0;top:0;width:28px;height:28px;pointer-events:auto;cursor:pointer;padding:0;border-radius:50%;border:2px solid;overflow:hidden;box-shadow:0 2px 8px #000000bf;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;background:#222;will-change:transform}.chip-layer__token img{width:100%;height:100%;object-fit:cover}.chip-layer__token--plane{width:42px;height:42px;border:0;border-radius:0;overflow:visible;box-shadow:none;background:transparent;z-index:8}.chip-layer__plane{width:42px;height:42px;display:block;filter:drop-shadow(0 3px 6px rgba(0,0,0,.45))}.board-field{width:100%;max-width:min(80vh,760px);margin:0 auto}.board-field__grid{display:grid;gap:3px;position:relative;aspect-ratio:1;background:#ffffffc7;border-radius:28px;padding:8px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 28px 64px #50288c24,0 0 0 1px #ffffffe6,inset 0 1px #fffffff2}.board-field__center{display:flex;align-items:stretch;justify-content:stretch;background:#fffffff5;border-radius:20px;margin:5px;overflow:hidden;position:relative;min-height:0;border:1px solid rgba(255,255,255,.98);box-shadow:0 18px 40px #2810482e,0 2px #ffffffe6 inset}.board-field__chat-wrap{flex:1;min-height:0;display:flex;flex-direction:column}.board-field__chat-wrap .board-chat,.board-field__chat-wrap .field-card--board{flex:1;min-height:0}.board-field__resume-trade{flex-shrink:0;margin:8px 10px 0;height:32px;border:0;border-radius:999px;background:linear-gradient(90deg,#ffd6ec,#e4d4ff);color:var(--color-text);font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 6px 14px #50288c14}.board-field__cell{position:relative;min-height:0;min-width:0;background:#f7f4fc;border:none;border-radius:14px;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;transition:box-shadow .15s,filter .15s}.board-field__cell:hover:not(.board-field__cell--empty){filter:brightness(1.08);z-index:3}.board-field__cell--selected{box-shadow:0 0 0 2px var(--color-cian);z-index:3}.board-field__cell--metro{box-shadow:0 0 0 2px #ffd64a,0 0 10px #ffd64a73;z-index:3}.board-field__cell--draft{box-shadow:0 0 0 2px #7dffb3;z-index:3}.board-field__cell--dimmed{filter:brightness(.35) saturate(.4);cursor:default}.board-field__cell--dimmed:hover:not(.board-field__cell--empty){filter:brightness(.35) saturate(.4)}.board-field__cell--owned{z-index:2}.board-field__cell--owned .board-field__enterprise{box-shadow:inset 0 0 0 2px var(--owner, #fff);border:2px solid var(--owner, #fff)}.board-field__cell--owned.board-field__cell--selected{box-shadow:0 0 0 2px var(--color-cian);z-index:3}.board-field__cell--owned.board-field__cell--selected .board-field__enterprise{box-shadow:inset 0 0 0 2px var(--owner, #fff);border:2px solid var(--owner, #fff)}.board-field__cell--burning{z-index:5;box-shadow:0 0 0 2px #ff6a1a,0 0 16px #ff5a14bf;animation:board-burn-pulse .7s ease-in-out infinite alternate}.board-field__cell--pledged .board-field__enterprise{filter:saturate(.55) brightness(.92)}.board-field__cell--empty{visibility:hidden;pointer-events:none}.board-field__cell--start{box-shadow:0 0 0 2px #ffffffd9;z-index:2}.board-field__cell--special{border-radius:18px;z-index:2}.board-field__full{width:100%;height:100%;object-fit:contain;object-position:center;padding:2px;border-radius:12px;display:block}.board-field__full--special{padding:0;border-radius:inherit;object-fit:cover;object-position:center;transform:none}.board-field__cell--corner .board-field__full{object-fit:cover;padding:0}.board-field__start-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;letter-spacing:.04em;color:#111;text-shadow:0 0 4px #fff;pointer-events:none;z-index:1}.board-field__enterprise{width:100%;height:100%;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.board-field__ent-img{width:auto;height:auto;max-width:82%;max-height:70%;object-fit:contain;pointer-events:none;z-index:1}.board-field__cell--top .board-field__ent-img,.board-field__cell--bottom .board-field__ent-img{max-width:88%;max-height:72%}.board-field__cell--left .board-field__ent-img,.board-field__cell--right .board-field__ent-img{max-width:72%;max-height:84%}.board-field__cell--top .board-field__enterprise{padding:16px 4px 6px}.board-field__cell--bottom .board-field__enterprise{padding:6px 4px 16px}.board-field__cell--left .board-field__enterprise,.board-field__cell--right .board-field__enterprise{padding:6px 14px 6px 6px}.board-field__cell--left .board-field__enterprise{padding:6px 6px 6px 14px}.board-field__enterprise--owned{box-shadow:inset 0 0 0 2px var(--owner, #fff);border:2px solid var(--owner, #fff)}.board-field__enterprise--owned .board-field__ent-img{max-width:78%;max-height:64%}.board-field__meta{position:absolute;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;background:#0000007a;color:#fff;font-size:9px;font-weight:800;line-height:1;padding:2px 3px;border-radius:3px;white-space:nowrap;min-width:0;max-width:100%}.board-field__meta--owned{color:#fff}.board-field__meta--top{top:0;left:50%;transform:translate(-50%);width:calc(100% - 2px);border-radius:0 0 4px 4px}.board-field__meta--bottom{bottom:0;left:50%;transform:translate(-50%);width:calc(100% - 2px);border-radius:4px 4px 0 0}.board-field__meta--right{top:50%;right:0;left:auto;transform:translate(42%,-50%) rotate(90deg);transform-origin:center;width:max-content;min-width:72%;border-radius:0 0 4px 4px}.board-field__meta--left{top:50%;left:0;transform:translate(-42%,-50%) rotate(-90deg);transform-origin:center;width:max-content;min-width:72%;border-radius:0 0 4px 4px}.board-field__meta-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000006b;pointer-events:none}.board-field__price-text,.board-field__stars{position:relative;z-index:1}.board-field__stars{display:flex;gap:1px}.board-field__stars i{width:4px;height:4px;border-radius:50%;background:#ffffff47;display:block}.board-field__stars i.is-on{background:#fff;box-shadow:0 0 3px #ffffffb3}.board-field__owner{position:absolute;z-index:1;box-shadow:0 0 6px #00000059}.board-field__owner--top{height:5px;width:70%;bottom:0;left:15%;border-radius:4px 4px 0 0}.board-field__owner--bottom{height:5px;width:70%;top:0;left:15%;border-radius:0 0 4px 4px}.board-field__owner--right{width:5px;height:70%;left:0;top:15%;border-radius:0 4px 4px 0}.board-field__owner--left{width:5px;height:70%;right:0;top:15%;border-radius:4px 0 0 4px}.board-field__tokens{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:2px;flex-wrap:wrap;pointer-events:none;z-index:3}.board-field__token{width:9px;height:9px;border-radius:50%;border:1px solid var(--color-white);box-shadow:0 1px 3px #0009}.board-field__token-img{width:18px;height:18px;border-radius:50%;object-fit:cover;border:2px solid;box-shadow:0 1px 4px #000000b3}.board-field__levels{position:absolute;display:flex;gap:2px;z-index:2}.board-field__levels--top{top:2px;left:50%;transform:translate(-50%)}.board-field__levels--bottom{bottom:2px;left:50%;transform:translate(-50%)}.board-field__levels--right{right:2px;top:50%;transform:translateY(-50%);flex-direction:column}.board-field__levels--left{left:2px;top:50%;transform:translateY(-50%);flex-direction:column}.board-field__level-dot{width:4px;height:4px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:#0006}.board-field__level-dot--active{border-color:transparent}.board-field__pledge{position:absolute;z-index:4;background:#c41e3a;color:#fff;font-size:7px;font-weight:800;padding:2px 4px;border-radius:4px;line-height:1.2;box-shadow:0 1px 4px #00000073}.board-field__pledge--top{top:14px;right:2px}.board-field__pledge--bottom{bottom:14px;right:2px}.board-field__pledge--right{top:2px;left:14px}.board-field__pledge--left{top:2px;right:14px}.board-field__fire{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;z-index:6;pointer-events:none;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,rgba(255,90,20,.28),transparent 72%)}.board-field__trade{position:absolute;top:2px;left:2px;z-index:7;width:0;height:0;pointer-events:none;border-left:5px solid transparent;border-right:5px solid transparent;filter:drop-shadow(0 0 2px rgba(0,0,0,.7))}.board-field__trade--out{border-top:7px solid #ff6b5b}.board-field__trade--in{border-bottom:7px solid #01ffab}@keyframes board-burn-pulse{0%{filter:brightness(1)}to{filter:brightness(1.18) saturate(1.15)}}.game-player-cards{padding:8px 10px 4px;overflow:visible;position:relative;z-index:5}.game-player-cards__head{display:flex;align-items:center;justify-content:space-between;padding:0 2px 2px}.game-player-cards__head h2{margin:0;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--color-dark-blue)}.game-player-cards--sidebar{padding:0;display:flex;flex-direction:column;min-height:0;overflow:hidden}.game-player-cards--sidebar .game-player-cards__scroll{flex-direction:column;overflow-x:visible;overflow-y:auto;max-height:none;flex:1;align-items:stretch;justify-content:flex-start;gap:10px;padding-top:4px;padding-bottom:4px}.game-player-cards__opponents{display:grid;grid-template-columns:1fr 1fr;gap:10px}.game-player-cards__scroll{display:flex;align-items:flex-start;justify-content:center;gap:6px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.game-player-cards__scroll::-webkit-scrollbar{display:none}.game-player-cards__vs{align-self:center;color:var(--color-text);font-size:18px;font-weight:700;padding:0 4px;margin-top:24px}.game-player-card{flex-shrink:0;border-radius:12px;overflow:visible;border:2px solid var(--color-border-light);background:#fff;position:relative}.game-player-card--active{border-width:1.5px;border-color:var(--player-color, var(--color-cian));box-shadow:0 0 0 1px color-mix(in srgb,var(--player-color, #9b7dff) 55%,transparent),0 16px 36px color-mix(in srgb,var(--player-color, #9b7dff) 22%,transparent)}.game-player-card--me{outline:1px solid rgba(1,255,171,.28)}.game-player-card--clickable{cursor:pointer}.game-player-card--menu-open{z-index:12}.game-player-card--lost{opacity:.55}.game-player-card--placeholder{display:flex;align-items:center;justify-content:center;border-style:dashed;border-color:var(--color-border-light);background:var(--color-surface-2)}.game-player-card--placeholder-simple{opacity:.35}.game-player-card__visual{position:relative;height:calc(100% - 28px);overflow:hidden;border-radius:8px 8px 0 0}.game-player-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.game-player-card__portrait{position:absolute;bottom:0;left:50%;transform:translate(-50%);height:85%;width:auto;max-width:100%;object-fit:contain;z-index:1}.game-player-card__stream{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:3;background:transparent}.game-player-card__stream--audio-only{opacity:0;pointer-events:none;z-index:0}.game-player-card__stream-wait{position:absolute;left:50%;top:50%;width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:50%;background:var(--color-cian, #4ad9ff);box-shadow:0 0 10px 2px #4ad9ff99;z-index:4;animation:game-player-card-wait 1.1s ease-in-out infinite}.game-player-card__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.75) 100%);z-index:2}.game-player-card__money{position:absolute;top:4px;right:4px;z-index:3;display:flex;align-items:center;gap:2px;background:#0000008c;border-radius:6px;padding:2px 4px;color:#fff;font-size:10px;font-weight:700}.game-player-card__money img{width:10px;height:10px}.game-player-card__timer{position:absolute;top:4px;left:4px;z-index:4;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--timer-color, var(--color-cian)) calc(var(--ratio) * 360deg),rgba(0,0,0,.5) 0)}.game-player-card__timer:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:50%;background:#060418d1}.game-player-card__timer span{position:relative;z-index:1;color:#fff;font-size:10px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.game-player-card__timer--urgent span{color:var(--color-error)}.game-player-card__ready{position:absolute;top:4px;left:4px;z-index:3;width:18px;height:18px;border-radius:50%;background:#4caf50;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;font-weight:700}.game-player-card__you{position:absolute;bottom:6px;left:4px;z-index:3;font-size:9px;color:#fff;text-transform:uppercase}.game-player-card__credit{position:absolute;top:4px;left:4px;z-index:3;width:20px;height:20px;border-radius:6px;background:linear-gradient(180deg,#ffb020,#c45a00);color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}.game-player-card .game-player-card__ready+.game-player-card__credit{left:26px}.game-player-card .game-player-card__timer+.game-player-card__credit{left:30px}.game-player-card__namebar{display:flex;align-items:center;gap:4px;height:28px;padding:0 4px;border-radius:0 0 8px 8px}.game-player-card__avatar{width:20px;height:20px;border-radius:6px;overflow:hidden;flex-shrink:0}.game-player-card__avatar img,.game-player-card__avatar .photo-placeholder{width:100%;height:100%;object-fit:cover;border-radius:6px}.game-player-card__avatar--chat{padding:0;border:0;background:transparent;cursor:pointer}.game-player-card__avatar-empty{width:100%;height:100%;background:#0000004d}.game-player-card__name{flex:1;color:var(--color-text);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.game-player-card__name--profile{border:0;background:transparent;cursor:pointer;font:inherit;color:inherit;padding:0}.game-player-card__wait{color:var(--color-hint);font-size:24px}.game-player-card__menu{position:absolute;left:0;top:calc(100% + 4px);width:100%;min-width:120px;display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:6px;border-radius:12px;background:linear-gradient(180deg,#5a5499,#3d3870);border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 22px #00000080;z-index:20}.game-player-card__menu-btn{height:36px;border:none;border-radius:9px;color:#fff;font-size:16px;cursor:pointer;line-height:1}.game-player-card__menu-btn:disabled{opacity:.4;cursor:not-allowed}.game-player-card__menu-btn--like{background:linear-gradient(180deg,#ff8383,#f72929)}.game-player-card__menu-btn--trade{background:linear-gradient(180deg,#ff9331,#b15500)}.game-player-card__menu-btn--mute{grid-column:1/-1;background:linear-gradient(180deg,#9ea1f6,#5b5eb3)}.game-player-card--me-wide{width:100%;height:auto;padding:10px 10px 8px;border-radius:16px;border:1.5px solid rgba(168,120,255,.7);box-shadow:0 0 16px #8c5aff47;background:linear-gradient(180deg,#fff,#f7f5fc);overflow:hidden}.game-player-card__me-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;position:relative;min-height:52px}.game-player-card__me-main{display:flex;flex-direction:column;gap:2px;min-width:0}.game-player-card__me-main strong{font-size:15px;font-weight:800;color:var(--color-text)}.game-player-card__me-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;color:var(--color-on-surface-secondary);font-size:10px;font-weight:600;line-height:1.25;white-space:nowrap}.game-player-card__balance{display:inline-flex;align-items:center;gap:4px;color:var(--color-text)}.game-player-card__balance img{width:14px;height:14px}.game-player-card__avatar--lg{width:48px;height:48px;border-radius:50%;position:relative;overflow:visible}.game-player-card__avatar--lg img,.game-player-card__avatar--lg .photo-placeholder{border-radius:50%}.game-player-card__lvl{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:50%;background:#2ecc71;color:#fff;font-size:9px;font-weight:800;font-style:normal;display:flex;align-items:center;justify-content:center;z-index:2}.game-player-card--me-wide .game-player-card__timer{top:6px;left:auto;right:8px}.game-player-card--opponent{width:100%;height:auto;display:flex;flex-direction:column;border-radius:14px;overflow:hidden;background:#fff;border-color:var(--color-border-light)}.game-player-card--opponent .game-player-card__visual{height:78px;border-radius:12px 12px 0 0}.game-player-card--opponent .game-player-card__portrait{height:100%}.game-player-card__opp-body{display:flex;flex-direction:column;gap:6px;padding:6px 8px 8px}.game-player-card__opp-id{display:flex;align-items:center;gap:6px;min-width:0}.game-player-card__opp-id .game-player-card__name{flex:1;text-align:left;font-size:11px;font-weight:700}.game-player-card__opp-id .game-player-card__balance{font-size:11px;flex-shrink:0}.game-player-card__opp-id .game-player-card__balance img{width:12px;height:12px}.game-player-card__actions{display:flex;justify-content:center;gap:6px}.game-player-card__act{width:26px;height:22px;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:12px;line-height:1;display:grid;place-items:center;background:var(--color-surface-2)}.game-player-card__act--trade{background:linear-gradient(180deg,#ff9331,#b15500);color:#fff}.game-player-card__act--like{background:linear-gradient(180deg,#ff8383,#e23a3a)}.game-player-card__act--mute{background:linear-gradient(180deg,#7a6ad9,#5348a8)}.game-player-card__act.is-off,.game-player-card__act:disabled{opacity:.4;cursor:not-allowed}.game-player-card--opponent.game-player-card--placeholder{min-height:168px}.game-hud-toggle{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;margin-top:8px;padding:0;border:none;background:transparent;color:var(--color-text);font-size:11px;font-weight:700;cursor:pointer}.game-hud-toggle i{position:relative;width:36px;height:18px;border-radius:999px;background:#1b163829;flex-shrink:0;display:block}.game-hud-toggle b{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000059;transition:transform .16s ease;display:block}.game-hud-toggle--on i{background:#2ecc71}.game-hud-toggle--on b{transform:translate(16px)}.game-hud-toggle.is-disabled,.game-hud-toggle:disabled{opacity:.45;cursor:not-allowed}.game-player-card--opponent .game-hud-toggle{margin-top:2px;font-size:10px}.game-player-card--ig{width:100%;height:auto;display:flex;flex-direction:column;overflow:visible;border-radius:28px;border:1px solid rgba(255,255,255,.9);background:#ffffffe6;box-shadow:0 18px 40px #50288c1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.game-player-card--ig .game-player-card__visual{height:96px;border-radius:22px;margin:8px 8px 0;overflow:hidden;position:relative}.game-player-card--ig .game-player-card__portrait{height:108%}.game-player-card--ig .game-player-card__shade{background:linear-gradient(180deg,transparent 45%,rgba(27,22,56,.18) 100%)}.game-player-card--ig .game-player-card__lvl{top:6px;right:8px;left:auto}.game-player-card--ig.game-player-card--placeholder{min-height:196px;background:#ffffff73;border-style:dashed}.game-player-card--ig-me .game-player-card__visual{height:108px}.game-player-card__ig-body{display:flex;flex-direction:column;gap:8px;padding:0 10px 12px;position:relative;z-index:2}.game-player-card__id-row{display:flex;align-items:center;gap:8px;min-width:0;padding-top:4px}.game-player-card--ig-me .game-player-card__id-row .game-hud-toggle{width:auto;margin:0;flex-shrink:0;padding:3px 8px 3px 10px}.game-player-card--ig-me .game-player-card__namewrap{flex-direction:row;align-items:center;gap:6px}.game-player-card--ig-me .game-player-card__nameplate{flex:1;min-width:0}.game-player-card__avatar--round{width:48px;height:48px;margin-top:-28px;border-radius:50%;overflow:hidden;flex-shrink:0;position:relative;z-index:4;padding:0;border:0;background:transparent;box-shadow:0 0 0 2px #fff,0 0 0 3px color-mix(in srgb,var(--player-color, #9b7dff) 55%,#fff)}.game-player-card__avatar--round img,.game-player-card__avatar--round .photo-placeholder{width:100%;height:100%;object-fit:cover;border-radius:50%}.game-player-card__avatar--round.game-player-card__avatar--chat{cursor:pointer}.game-player-cards__opponents .game-player-card__avatar--round{width:40px;height:40px;margin-top:-22px}.game-player-card__namewrap{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.game-player-card__namewrap .game-player-card__name{text-align:left;font-size:13px;font-weight:800;color:var(--color-text)}.game-player-card__nameplate{display:block;max-width:100%;padding:5px 12px;border-radius:999px;background:var(--player-color, #9b7dff);color:#fff;font-size:12px;font-weight:800;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--player-color, #9b7dff) 40%,#fff)}.game-player-card__nameplate--profile{width:100%;border:0;text-align:left;cursor:pointer}.game-player-card__nameplate--profile:hover{filter:brightness(1.08)}.game-player-card__you-inline{align-self:flex-start;font-size:10px;font-style:normal;font-weight:800;color:#fff;background:color-mix(in srgb,var(--player-color, #9b7dff) 85%,#000);border-radius:999px;padding:1px 7px}.game-player-card--ig .game-player-card__balance{font-size:13px;font-weight:800}.game-player-card--ig .game-player-card__balance img{width:18px;height:18px}.game-player-card--ig .game-player-card__me-meta{flex-direction:row;align-items:center;justify-content:space-between;gap:8px;font-size:11px}.game-player-card__ig-actions{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.game-player-card--watch .game-player-card__ig-actions{justify-content:flex-end;padding-top:2px;gap:8px}.game-player-card--watch .game-player-card__namewrap{padding-right:2px}.game-player-card--ig .game-hud-toggle{width:auto;margin:0;padding:4px 8px 4px 10px;border-radius:999px;background:#f3f0fa;font-size:10px;gap:6px}.game-player-card--ig .game-player-card__act{position:relative;width:32px;height:32px;border-radius:50%;font-size:13px;padding:0;overflow:hidden;background:#fff;box-shadow:0 4px 10px #50288c1f}.game-player-card--ig .game-player-card__act img{width:20px;height:20px;object-fit:contain;pointer-events:none}.game-player-card--ig .game-player-card__act--trade{background:linear-gradient(180deg,#ff9331,#b15500);color:#fff}.game-player-card--ig .game-player-card__act--friend{background:#fff}.game-player-card--ig .game-player-card__act--friend.is-on{background:#e8f8f0;color:#1b8a54}.game-player-card--ig .game-player-card__act--like.is-on{box-shadow:0 0 0 2px #fff,0 0 0 3px #ff5b7a}.game-player-card--ig .game-player-card__act.is-on:not(.game-player-card__act--friend):not(.game-player-card__act--like){box-shadow:0 0 0 2px #fff,0 0 0 3px currentColor}.game-player-card__act-check{position:absolute;right:1px;bottom:1px;width:12px;height:12px;border-radius:50%;background:#2ecc71;color:#fff;font-size:8px;font-weight:800;display:grid;place-items:center;line-height:1}.game-player-card__live,.game-player-card__talk{position:absolute;top:6px;z-index:4;width:22px;height:22px;border-radius:8px 4px 8px 8px;display:grid;place-items:center;color:#efeaff;background:#242044}.game-player-card__live{right:6px;animation:game-live-pulse 1.1s ease-in-out infinite}.game-player-card__talk{left:6px}.game-player-card__voice{position:absolute;left:8px;right:8px;bottom:8px;z-index:4;height:22px;padding:2px 8px;border-radius:10px;background:#242044b8;pointer-events:none}.game-player-card__link{display:inline-flex;align-items:flex-end;gap:2px;height:14px;flex-shrink:0;padding:0 2px}.game-player-card__link i{display:block;width:3px;border-radius:1px;background:#c9c3dc}.game-player-card__link i:nth-child(1){height:5px}.game-player-card__link i:nth-child(2){height:9px}.game-player-card__link i:nth-child(3){height:13px}.game-player-card__link--connecting i:nth-child(-n+2){background:#f5c451}.game-player-card__link--live i{background:#2ecc71}@keyframes game-live-pulse{0%,to{box-shadow:0 0 #05ff008c;opacity:1}50%{box-shadow:0 0 0 6px #05ff0000;opacity:.72}}@keyframes game-player-card-wait{0%,to{transform:scale(.7);opacity:.35}50%{transform:scale(1.15);opacity:1}}.dice-animation{position:relative;width:100%;min-height:72px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:20px;background:radial-gradient(circle at 50% 36%,#4a2c86,#1a1038 72%);box-shadow:inset 0 1px #ffffff2e}.dice-animation__video{width:100%;max-height:96px;object-fit:contain;pointer-events:none}.dice-animation--compact{min-height:72px;height:100%;background:radial-gradient(circle at 50% 36%,#4a2c86,#1a1038 72%)}.dice-animation--compact .dice-animation__video{height:100%;max-height:none}.dice-animation__canvas{width:100%;height:100%;min-height:92px;display:block}.chance-plate{display:flex;align-items:center;gap:6px;width:100%;min-height:76px;padding:0 4px 0 0;color:#fff;position:relative;overflow:hidden}.chance-plate__lottie{width:70px;height:70px;flex-shrink:0;margin:3px;border-radius:10px;overflow:hidden;background:#00000059}.chance-plate__lottie>div{width:70px!important;height:70px!important}.chance-plate__lottie img,.chance-plate__lottie .chance-plate__card{width:100%;height:100%;object-fit:cover;display:block}.chance-plate__lottie--empty{background:#ffffff0f;position:relative}.chance-plate__lottie--empty:after{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;border-radius:50%;border:3px solid rgba(255,255,255,.18);border-top-color:#fff;animation:chance-plate-spin .8s linear infinite}.chance-plate__copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px;padding-right:4px}.chance-plate__copy p{margin:0;font-size:10px;line-height:1.3;color:#ffffffd9}.chance-plate__copy--grow{flex:1 1 0;min-width:0;overflow:hidden}.chance-plate__copy--grow p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.chance-plate__tag-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.chance-plate__tag,.chance-plate__overlay-tag{display:inline-flex;align-items:center;height:16px;padding:0 7px;border-radius:4px;background:linear-gradient(90deg,#f98840,#fa4143);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.chance-plate__overlay-tag{position:absolute;left:18px;top:50%;transform:translateY(-50%);z-index:2;pointer-events:none;opacity:.95}.chance-plate__name{font-size:12px;font-weight:800}.chance-plate__money{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap;color:#d7d3ff;font-size:9px}.chance-plate__money b{font-size:11px;font-weight:800;color:#fff}.chance-plate__money img{width:11px;height:11px}.chance-plate__money em{font-style:normal;color:#ff6b6b;font-size:10px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.chance-plate__avatar{width:40px;height:40px;margin-right:8px;border-radius:10px;border:2px solid rgba(255,255,255,.3);overflow:hidden;flex-shrink:0}.chance-plate__avatar img,.chance-plate__avatar .photo-placeholder{width:100%;height:100%;object-fit:cover}.chance-plate__pay{display:inline-flex;align-items:center;justify-content:space-between;width:122px;height:68px;margin:4px;padding:0 12px 0 4px;border:none;border-radius:14px;background:linear-gradient(180deg,#d350ff,#620083);color:#fff;cursor:pointer;flex:0 0 auto}.chance-plate__pay img{width:56px;height:44px;object-fit:contain;margin-top:auto;margin-bottom:6px}.chance-plate__pay span{font-size:14px;font-weight:800}.chance-plate__pay:disabled{opacity:.6;cursor:not-allowed}.chance-plate--penalty{flex-wrap:nowrap;min-width:0}.chance-plate__hand{width:122px;height:68px;margin:4px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(180deg,#00000073,#140a28bf);flex-shrink:0}.chance-plate__hand img{height:44px;object-fit:contain}@keyframes chance-plate-spin{to{transform:rotate(360deg)}}.game-action-panel{position:absolute;left:0;right:0;bottom:0;z-index:10;padding:8px 12px 12px;pointer-events:none}.game-action-panel--sidebar,.game-action-panel--stack{position:static;padding:0;pointer-events:auto;flex-shrink:0}.game-action-panel--stack{max-width:420px;width:100%;margin:0 auto;padding:0 8px 4px}.game-action-panel>*{pointer-events:auto}.game-action-panel__error{text-align:center;color:#ff6b6b;font-size:11px;margin:0 0 6px;word-break:break-word}.gap{position:relative;display:flex;align-items:center;width:100%;min-height:78px;padding:1px;border-radius:16px;background:linear-gradient(90deg,#fa00ff,#3076ff);box-shadow:0 8px 24px #00000059;overflow:hidden}.gap__inner{display:flex;align-items:center;width:100%;min-height:76px;border-radius:15px;background:linear-gradient(180deg,#53149afa,#280e4efa 55%,#5e0daef5);overflow:hidden}.gap--ready,.gap--roll,.gap--waiting{background:none;box-shadow:none;padding:0;min-height:76px}.gap--ready .gap__inner,.gap--roll .gap__inner,.gap--waiting .gap__inner{background:transparent;border-radius:0;justify-content:center;gap:0}.gap--waiting .gap__inner{justify-content:space-between;padding:0 12px;min-height:76px;border-radius:33px;background:#fff;border:1px solid var(--color-border-light)}.gap-ent{position:relative;width:76px;height:76px;flex-shrink:0;border-radius:14px;overflow:hidden;background:#111}.gap-ent img{width:100%;height:100%;object-fit:cover}.gap-ent__stars{position:absolute;left:50%;bottom:6px;transform:translate(-50%);display:flex;gap:1px;padding:1px 3px;border-radius:3px;background:#000000bf}.gap-ent__stars i{width:5px;height:5px;border-radius:50%;background:#ffffff40;display:block}.gap-ent__stars i.is-on{background:#fff}.gap-icon{width:68px;height:68px;margin:4px 6px 4px 4px;object-fit:contain;flex-shrink:0;border-radius:8px}.gap-copy{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:2px;padding:4px 8px;color:var(--color-text);font-size:11px;line-height:1.25}.gap-copy strong{font-size:13px;font-weight:800;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gap-copy .gap-mono{font-size:11px;color:var(--color-purple-text)}.gap-tag{display:inline-flex;align-items:center;align-self:flex-start;height:16px;padding:0 7px;border-radius:4px;background:linear-gradient(90deg,#f98840,#fa4143);font-size:10px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:#fff;white-space:nowrap}.gap-tag-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.gap-user{font-size:12px;font-weight:800;white-space:nowrap}.gap-cost{display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px;color:#d7d3ff;font-size:9px}.gap-cost b{font-size:11px;font-weight:800;color:#fff}.gap-cost img{width:11px;height:11px}.gap-cost em{font-style:normal;color:#ff6b6b;font-size:10px;font-weight:600}.gap-avatar{width:40px;height:40px;margin-right:8px;border-radius:10px;border:2px solid rgba(255,255,255,.28);overflow:hidden;flex-shrink:0}.gap-avatar img{width:100%;height:100%;object-fit:cover}.gap-lottie{width:122px;height:68px;margin:4px;border-radius:12px;overflow:hidden;flex-shrink:0;background:linear-gradient(180deg,#0000008c,#140a28cc)}.gap-lottie>div{width:122px!important;height:68px!important}.gap-pay{display:inline-flex;align-items:center;justify-content:space-between;width:122px;height:68px;margin:4px;padding:0 12px 0 4px;border:none;border-radius:14px;background:linear-gradient(180deg,#d350ff,#620083);color:#fff;cursor:pointer;flex-shrink:0;box-shadow:inset 0 1px #ffffff29}.gap-pay img{width:56px;height:44px;object-fit:contain;margin-top:auto;margin-bottom:6px}.gap-pay span{font-size:14px;font-weight:800}.gap-pay:disabled{opacity:.6;cursor:not-allowed}.gap-double{display:flex;align-items:stretch;height:68px;margin:4px 4px 4px 0;flex-shrink:0}.gap-double__btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:60px;height:68px;border:none;color:#fff;cursor:pointer;padding:4px 2px;overflow:hidden}.gap-double__btn span{font-size:10px;font-weight:800;line-height:1.1;text-align:center;white-space:nowrap}.gap-double__btn img{width:48px;height:40px;object-fit:contain;margin-top:2px}.gap-double__btn:disabled{opacity:.6;cursor:not-allowed}.gap-double__btn--left{border-radius:14px 0 0 14px;margin-right:2px}.gap-double__btn--right{border-radius:0 14px 14px 0}.gap-double__btn--solo{width:122px;border-radius:14px}.gap-auction-btns{display:flex;align-items:stretch;height:68px;margin:4px 4px 4px 0;flex-shrink:0}.gap-auction-btns__decline{display:flex;align-items:center;justify-content:center;min-width:54px;height:68px;margin-right:2px;border:none;border-radius:14px 0 0 14px;background:linear-gradient(180deg,#f98840,#fa4143);color:#111;font-size:22px;font-weight:800;line-height:1;cursor:pointer}.gap-auction-btns__decline:disabled{opacity:.6;cursor:not-allowed}.gap-auction-btns__raise{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:72px;height:68px;padding:4px 10px;border:none;border-radius:0 14px 14px 0;background:linear-gradient(180deg,#8abb2f,#226d00);color:#fff;cursor:pointer;gap:2px}.gap-auction-btns__raise .gap-auction-btns__arrow{font-size:14px;font-weight:900;line-height:1}.gap-auction-btns__raise span{font-size:11px;font-weight:800}.gap-auction-btns__raise:disabled{opacity:.6;cursor:not-allowed}.gap-deco{height:76px;width:auto;max-width:62px;object-fit:contain;flex-shrink:0}.gap-deco--left{margin-right:-4px}.gap-deco--right{margin-left:-4px}.gap-hero-btn{border:none;border-radius:13px;padding:0 28px;min-height:76px;font-size:22px;font-weight:800;color:#fff;cursor:pointer;white-space:nowrap;z-index:2}.gap-hero-btn:disabled{opacity:.45;cursor:not-allowed}.gap-hero-btn--green{background:linear-gradient(180deg,#8abb2f,#226d00);box-shadow:inset 0 0 0 2px #ffffff26}.gap-hero-btn--premium{background:linear-gradient(180deg,#f1771f,#ffb11b);min-height:80px;border-radius:14px}.gap-dot{width:8px;height:8px;border-radius:50%;background:#ffffff59}.gap-waiting-text{color:var(--color-text);font-weight:700;text-align:center;flex:1;padding:0 8px;text-transform:uppercase}.gap-dice-slot{width:122px;min-height:68px;height:68px;margin:4px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#000}.gap-dice-slot .dice-animation{width:122px;height:68px;min-height:68px}.game-action-panel--sidebar .game-action-panel__error{color:#ffd4da}.game-action-panel--sidebar .gap{background:none;box-shadow:none;padding:0;min-height:0}.game-action-panel--sidebar .gap__inner{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:start;gap:8px 10px;min-height:0;padding:2px 2px 4px;border-radius:0;background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.game-action-panel--sidebar .gap__inner:not(:has(.gap-ent)):not(:has(.gap-icon)){grid-template-columns:1fr}.game-action-panel--sidebar .gap__inner:not(:has(.gap-ent)):not(:has(.gap-icon)) .gap-pay,.game-action-panel--sidebar .gap__inner:not(:has(.gap-ent)):not(:has(.gap-icon)) .gap-double,.game-action-panel--sidebar .gap__inner:not(:has(.gap-ent)):not(:has(.gap-icon)) .gap-auction-btns{grid-column:1}.game-action-panel--sidebar .gap--ready .gap__inner,.game-action-panel--sidebar .gap--roll .gap__inner,.game-action-panel--sidebar .gap--waiting .gap__inner{background:transparent;border-radius:0;box-shadow:none;min-height:52px}.game-action-panel--sidebar .gap-copy{color:#fff;padding:8px 10px;gap:4px;font-size:12px;border-radius:16px;background:#12082a80;box-shadow:inset 0 1px #ffffff1f}.game-action-panel--sidebar .gap-copy strong,.game-action-panel--sidebar .gap-copy .gap-copy__title{font-size:16px;font-weight:800;letter-spacing:-.02em;color:#fff}.game-action-panel--sidebar .gap-status{color:#fffffff2;font-size:13px;font-weight:700;line-height:1.35}.game-action-panel--sidebar .gap-cost{color:#ffffffc7;font-size:12px}.game-action-panel--sidebar .gap-cost b{color:#b8ffcf;font-size:15px}.game-action-panel--sidebar .gap-cost img{width:14px;height:14px}.game-action-panel--sidebar .gap-deco{display:none}.game-action-panel--sidebar .gap-hero-btn{width:100%;font-size:16px;min-height:48px;border-radius:999px;margin:4px 0 8px;background:linear-gradient(90deg,#5b2fe0,#3d18c4);box-shadow:0 10px 22px #280c5a59}.game-action-panel--sidebar .gap-hero-btn--green{background:linear-gradient(90deg,#4ade80,#16a34a)}.game-action-panel--sidebar .gap-pay{grid-column:2;height:46px;width:100%;min-width:0;margin:4px 0 0;border-radius:999px;background:linear-gradient(90deg,#c084fc,#7c3aed);box-shadow:0 10px 22px #7c3aed47;justify-content:center;padding:0 16px}.game-action-panel--sidebar .gap-pay img{display:none}.game-action-panel--sidebar .gap-double{grid-column:2;flex-direction:row;height:auto;width:100%;margin:0;gap:8px}.game-action-panel--sidebar .gap-double__btn{flex:1 1 0;width:auto;min-width:0;height:48px;flex-direction:row;border-radius:999px!important;margin:0!important;gap:6px;padding:6px 10px}.game-action-panel--sidebar .gap-double__btn img{width:18px;height:18px;margin:0;flex-shrink:0}.game-action-panel--sidebar .gap-double__btn span{font-size:12px;font-weight:800;white-space:normal;line-height:1.15;text-align:center}.game-action-panel--sidebar .gap-double--buy .gap-double__btn--right{background:linear-gradient(90deg,#c084fc,#7c3aed)!important;box-shadow:0 10px 22px #7c3aed47}.game-action-panel--sidebar .gap-double--buy .gap-double__btn--left{background:#fff!important;color:#5b2fe0!important;box-shadow:inset 0 0 0 1.5px #b39bff;min-width:0}.game-action-panel--sidebar .gap-double--rent .gap-double__btn--right{background:linear-gradient(90deg,#c084fc,#7c3aed)!important}.game-action-panel--sidebar .gap-double--danger .gap-double__btn--right{background:linear-gradient(90deg,#fb7185,#e11d48)!important}.game-action-panel--sidebar .gap-ent{width:72px;height:88px;border-radius:18px;margin:0;box-shadow:0 8px 16px #2818501f}.game-action-panel--sidebar .gap-ent img{object-fit:contain;padding:6px 6px 16px}.game-action-panel--sidebar .gap-waiting-text{text-transform:none;font-size:13px;font-weight:700;color:var(--color-text)}.game-action-panel--sidebar .gap--waiting .gap__inner{background:#fffffff0}.game-action-panel--sidebar .gap-dot{background:color-mix(in srgb,var(--color-purple-text) 45%,#fff)}.game-action-panel--sidebar .gap-dice-slot{grid-column:1/-1;width:auto;height:118px;min-height:118px;margin:0;padding:3px;border-radius:24px;background:radial-gradient(circle at 14% 0%,rgba(255,186,230,.45),transparent 46%),radial-gradient(circle at 92% 8%,rgba(170,200,255,.4),transparent 42%),linear-gradient(145deg,#8a4dff,#c44bff 46%,#5b7cff);border:1px solid rgba(255,255,255,.45);box-shadow:0 10px 22px #28105038,inset 0 1px #ffffff61}.game-action-panel--sidebar .gap-dice-slot .dice-animation,.game-action-panel--sidebar .gap-dice-slot .dice-animation--compact{width:100%;height:100%;min-height:0;border-radius:20px;background:radial-gradient(circle at 50% 36%,#4a2c86,#1a1038 72%)}.game-action-panel--sidebar .gap-icon{width:88px;height:88px;margin:0;border-radius:22px;object-fit:contain}.game-action-panel--sidebar .gap-auction-btns{grid-column:1/-1;height:auto;flex-direction:row;margin:4px 0 0;gap:8px}.game-action-panel--sidebar .gap-auction-btns__decline,.game-action-panel--sidebar .gap-auction-btns__raise{flex:1 1 0;width:auto;min-width:0;height:48px;border-radius:999px;margin:0}.game-action-panel--sidebar .gap-auction-btns__decline{flex:0 0 48px;font-size:22px}.game-action-panel--sidebar .gap-auction-btns__raise{flex:1 1 auto;flex-direction:row;flex-wrap:wrap;gap:6px;padding:6px 14px;justify-content:center}.game-action-panel--sidebar .gap-auction-btns__raise .gap-auction-btns__arrow{font-size:16px}.game-action-panel--sidebar .gap-auction-btns__raise span{font-size:13px;font-weight:800;white-space:nowrap}.game-action-panel--sidebar .gap-auction-btns__raise .gap-cost{margin:0;font-size:13px}.game-action-panel--sidebar .gap-auction-btns__raise .gap-cost b{font-size:14px}.game-action-panel--sidebar .chance-plate{display:flex;flex-wrap:nowrap;align-items:center;color:var(--color-text);min-height:88px;min-width:0;max-width:100%;padding:8px;gap:8px;grid-template-columns:unset;background:#fffffff0;border-radius:20px;overflow:hidden}.game-action-panel--sidebar .chance-plate__lottie{width:88px;height:88px;border-radius:18px;margin:0;flex:0 0 88px;background:#f3f0fa}.game-action-panel--sidebar .chance-plate__lottie>div{width:88px!important;height:88px!important}.game-action-panel--sidebar .chance-plate__lottie img,.game-action-panel--sidebar .chance-plate__lottie .chance-plate__card{width:100%;height:100%;object-fit:cover;display:block}.game-action-panel--sidebar .chance-plate__copy{padding-right:0}.game-action-panel--sidebar .chance-plate__copy p{color:var(--color-on-surface-secondary);font-size:12px}.game-action-panel--sidebar .chance-plate__tag{border-radius:999px;height:20px;padding:0 10px}.game-action-panel--sidebar .chance-plate__overlay-tag{left:12px}.game-action-panel--sidebar .chance-plate__money{color:var(--color-purple-text);flex-wrap:nowrap}.game-action-panel--sidebar .chance-plate__money b{color:var(--color-text);font-size:14px}.game-action-panel--sidebar .chance-plate__pay{width:auto;min-width:76px;max-width:92px;height:40px;border-radius:999px;margin:0;padding:0 14px;justify-content:center;background:linear-gradient(90deg,#c084fc,#7c3aed)}.game-action-panel--sidebar .chance-plate__pay img{display:none}.game-action-panel--sidebar .chance-plate__pay span{font-size:13px}.game-action-panel--sidebar .chance-plate__hand{width:40px;height:40px;border-radius:12px;margin:0;background:#f3f0fa}.game-action-panel--sidebar .chance-plate__hand img{height:28px}.game-action-panel--sidebar .chance-plate__avatar{width:36px;height:36px;margin-right:0;border-radius:50%}.game-action-panel--sidebar .chance-plate--penalty{min-height:88px}.ig-plate{display:flex;flex-direction:column;gap:8px;padding:10px 10px 12px;border-radius:28px;color:#fff;background:radial-gradient(circle at 14% 0%,rgba(255,186,230,.42),transparent 42%),radial-gradient(circle at 92% 8%,rgba(170,200,255,.38),transparent 40%),linear-gradient(145deg,#8a4dff,#c44bff 46%,#5b7cff);border:1px solid rgba(255,255,255,.38);box-shadow:0 22px 48px #50288c38,inset 0 1px #ffffff47;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ig-plate__head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:36px;padding:6px 6px 6px 14px;border-radius:999px;background:#ffffff29}.ig-plate__who{display:flex;align-items:center;gap:8px;min-width:0;color:#fff;font-size:12px;font-weight:800;letter-spacing:-.01em}.ig-plate__who span{white-space:normal;line-height:1.25}.ig-plate__avatar{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.45);overflow:hidden;flex-shrink:0;background:#140a2873}.ig-plate__avatar img,.ig-plate__avatar .photo-placeholder{width:100%;height:100%;object-fit:cover}.ig-plate__timer{position:relative;width:36px;height:36px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#fff calc(var(--ratio) * 360deg),#ffffff38 0);box-shadow:0 0 12px #ffffff47}.ig-plate__timer:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:linear-gradient(180deg,#7a3dff,#5b2fe0)}.ig-plate__timer span{position:relative;z-index:1;color:#fff;font-size:11px;font-weight:800;font-variant-numeric:tabular-nums}.ig-plate__tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.ig-plate__tab{display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px 2px 5px;border-radius:14px;background:#fffffff0;color:#6b5b90;border:1.5px solid transparent}.ig-plate__tab img{width:24px;height:24px;object-fit:contain}.ig-plate__tab span{font-size:8px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1}.ig-plate__tab.is-on{background:#fff;color:#7c3aed;border-color:#fffffff2;box-shadow:0 8px 16px #28105029}.game-result-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1800;display:flex;align-items:center;justify-content:center;padding:16px;background:#1c10346b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.game-result{position:relative;width:min(380px,100%);max-height:min(92vh,760px);overflow:auto;border-radius:28px;background:#fffffff5;border:1px solid rgba(255,255,255,.95);box-shadow:0 28px 64px #50288c38;color:#2b2148;text-align:center}.game-result__close{position:absolute;top:10px;right:12px;z-index:2;width:32px;height:32px;border:none;border-radius:50%;background:#ffffffd1;color:#6b5b90;font-size:22px;line-height:1;cursor:pointer}.game-result__hero{position:relative;height:210px;overflow:hidden;border-radius:28px 28px 0 0}.game-result__hero img{width:100%;height:100%;object-fit:cover;object-position:center 12%;pointer-events:none}.game-result--lose .game-result__hero{height:188px}.game-result--lose .game-result__hero img{object-position:center 8%}.game-result__kicker{position:absolute;top:14px;left:18px;padding:4px 10px;border-radius:999px;background:#ffffffdb;color:#6b5b90;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.game-result__body{padding:8px 22px 22px}.game-result h2{margin:4px 0;font-size:28px;font-weight:900;letter-spacing:.02em}.game-result--win h2{color:#d12d7a}.game-result--lose h2{color:#5b3fd4}.game-result__hint{margin:0 0 12px;color:#7a6d99;font-size:13px;font-weight:600}.game-result__money{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:34px;font-weight:900;color:#5b3fd4}.game-result__money img{width:28px;height:28px;object-fit:contain}.game-result__money.is-win{color:#f0a202}.game-result__money-note{margin:2px 0 14px;color:#8a7aa8;font-size:12px;font-weight:700}.game-result__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:12px}.game-result__chips span{padding:6px 10px;border-radius:999px;background:#f3f0fa;color:#5b3fd4;font-size:11px;font-weight:800}.game-result__xp{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:12px}.game-result__xp span{padding:5px 8px;border-radius:10px;background:#efe8ff;color:#5b3fd4;font-size:11px;font-weight:800}.game-result__facts{display:flex;justify-content:center;gap:16px;margin-bottom:14px;color:#6b5b90;font-size:12px;font-weight:700}.game-result__facts strong{display:inline-flex;align-items:center;gap:4px;margin-left:6px;color:#2b2148}.game-result__facts img{width:16px;height:16px;object-fit:contain}.game-result__winner{display:inline-flex;align-items:center;gap:8px;margin:0 auto 14px;padding:6px 12px 6px 6px;border-radius:999px;background:#f3f0fa}.game-result__winner .photo-placeholder,.game-result__winner img{width:28px;height:28px;border-radius:50%;object-fit:cover}.game-result__winner-photo{width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0}.game-result__winner em{font-style:normal;font-weight:800;font-size:13px}.game-result__cta{width:100%;height:52px;border:none;border-radius:18px;color:#fff;font-size:15px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:linear-gradient(180deg,#ff7ad9,#8a4dff);box-shadow:0 12px 22px #8a4dff47}.game-result--lose .game-result__cta{background:linear-gradient(180deg,#7ec8ff,#4a7dff);box-shadow:0 12px 22px #4a7dff47}.game-result__cta:disabled{opacity:.7;cursor:not-allowed}.chat-user-row{display:flex;align-items:center;gap:8px}.chat-user-row__main{display:flex;align-items:center;gap:10px;flex:1;min-width:0;padding:8px 10px;border-radius:12px;background:#fff;border:1px solid var(--color-border-light);color:inherit;text-decoration:none;cursor:pointer}@media (min-width: 900px){.chat-user-row__main{padding:12px 14px;border-radius:14px;gap:12px}}.chat-user-row__avatar{position:relative;flex-shrink:0;width:48px;height:48px;line-height:0}.chat-user-row__avatar img,.chat-user-row__avatar .photo-placeholder{width:48px;height:48px;border-radius:50%;clip-path:circle(50%);object-fit:cover;display:block;border:0;box-shadow:none}@media (min-width: 900px){.chat-user-row__avatar,.chat-user-row__avatar img,.chat-user-row__avatar .photo-placeholder{width:56px;height:56px}}.chat-user-row__online{position:absolute;right:0;bottom:0;width:12px;height:12px;border-radius:50%;background:#4caf50;border:2px solid #fff}.chat-user-row__meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.chat-user-row__meta strong{color:var(--color-text);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 900px){.chat-user-row__meta strong{font-size:16px}}.chat-user-row__meta em{font-style:normal;font-size:12px;color:var(--color-hint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 900px){.chat-user-row__meta em{font-size:13px}}.chat-user-row__unread{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#ff4d4f;color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.chat-user-row__actions{display:flex;gap:8px;align-items:center;flex-shrink:0;padding-right:2px}.game-invite-modal__hint{margin:0 0 12px;color:var(--color-hint);font-size:14px}.game-invite-modal__list{list-style:none;margin:0 0 12px;padding:0;max-height:360px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.game-invite-modal__row{display:flex;align-items:center;gap:8px;width:100%;border:1px solid var(--color-border-light);border-radius:10px;background:var(--color-surface-2);padding:4px 8px 4px 4px;cursor:pointer;color:inherit;text-align:left}.game-invite-modal__row .chat-user-row{flex:1;pointer-events:none}.game-invite-modal__row--on{border-color:#8abb2fb3;background:#8abb2f1f}.game-invite-modal__check{width:22px;height:22px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;color:#8abb2f;font-weight:700;flex-shrink:0}.game-invite-modal__error{color:#ff6b6b;font-size:13px;margin:0 0 8px}.game-invite-modal__ok{color:#8abb2f;font-size:13px;margin:0 0 8px}.game-invite-modal__actions{display:flex;justify-content:flex-end;gap:8px}.game-invite-modal__actions button{border:none;border-radius:8px;padding:8px 14px;cursor:pointer;font-weight:600;background:#ffffff1f;color:#fff}.game-invite-modal__send{background:linear-gradient(180deg,#8abb2f,#226d00)!important}.game-stat-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:16px}.game-stat-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#120a2a7a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.game-stat-modal__box{position:relative;width:min(440px,100%);max-height:90vh;overflow:auto;padding:16px 16px 18px;border-radius:28px;background:linear-gradient(180deg,#fffffffa,#f6f2ff);border:1px solid rgba(255,255,255,.98);color:var(--color-text);box-shadow:0 28px 64px #28105a47}.game-stat-modal__head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;margin-bottom:14px}.game-stat-modal__head h2{margin:0;font-size:15px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-align:center;color:#3d2a72}.game-stat-modal__type{justify-self:start;display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#7b5cff1f;color:#5a4dcf;font-size:11px;font-weight:800}.game-stat-modal__close{justify-self:end;width:36px;height:36px;border:0;border-radius:50%;background:#7b5cff1f;color:#3d2a72;font-size:26px;line-height:1;cursor:pointer}.game-stat-modal__prize{display:flex;flex-direction:column;align-items:center;gap:4px;margin-bottom:12px;padding:14px 12px;border-radius:20px;background:linear-gradient(135deg,#ffe08a,#f5b942 55%,#f59e0b);color:#3d2a08;box-shadow:0 14px 28px #f59e0b38}.game-stat-modal__prize span{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;opacity:.78}.game-stat-modal__prize strong{display:inline-flex;align-items:center;gap:8px;font-size:28px;font-weight:800;letter-spacing:-.03em}.game-stat-modal__prize strong img{width:22px;height:22px}.game-stat-modal__meta{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:16px}.game-stat-modal__tile{display:flex;flex-direction:column;align-items:center;gap:4px;min-height:72px;padding:10px 8px;border-radius:16px;text-align:center}.game-stat-modal__tile span{font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#3d2a72b8}.game-stat-modal__tile strong{font-size:16px;font-weight:800}.game-stat-modal__tile--time{background:linear-gradient(180deg,#efe8ff,#fff);box-shadow:inset 0 0 0 1px #7b5cff1f}.game-stat-modal__tile--rolls{background:linear-gradient(180deg,#e4f1ff,#fff);box-shadow:inset 0 0 0 1px #4da3ff29}.game-stat-modal__tile--income{background:linear-gradient(180deg,#d9fbe8,#fff);box-shadow:inset 0 0 0 1px #22c55e29}.game-stat-modal__tile--income strong{color:#16a34a}.game-stat-modal__table-head,.game-stat-modal__row{display:grid;grid-template-columns:minmax(0,1.6fr) .7fr .7fr;gap:8px;align-items:center}.game-stat-modal__table-head{margin:0 4px 8px;padding:0 10px;color:#7a6ea8;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.game-stat-modal__rows{display:flex;flex-direction:column;gap:8px}.game-stat-modal__row{width:100%;border:0;border-radius:16px;padding:8px 10px;background:#fff;box-shadow:0 10px 20px #50288c14,inset 4px 0 0 var(--player-color, #7b5cff);color:inherit;font:inherit;text-align:left;cursor:default}.game-stat-modal button.game-stat-modal__row{cursor:pointer}.game-stat-modal button.game-stat-modal__row:hover{background:linear-gradient(90deg,color-mix(in srgb,var(--player-color, #7b5cff) 10%,#fff),#fff 42%)}.game-stat-modal__who{display:flex;align-items:center;gap:8px;min-width:0}.game-stat-modal__uname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800}.game-stat-modal__num{text-align:center;font-size:14px;font-weight:800;color:#3d2a72}.game-stat-modal__avatar{position:relative;width:32px;height:32px;flex-shrink:0}.game-stat-modal__avatar img,.game-stat-modal__avatar .photo-placeholder{width:32px;height:32px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px color-mix(in srgb,var(--player-color, #7b5cff) 55%,#fff)}.game-stat-modal__prem{position:absolute;right:-2px;bottom:-2px;font-size:10px;color:#ffd64a;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.4)}.modal--friends-chat{max-width:420px;width:min(420px,100%)}.game-friends-chat__list{display:flex;flex-direction:column;gap:6px;max-height:min(62vh,480px);overflow-y:auto}.game-friends-chat__empty{margin:12px 0;text-align:center;color:var(--color-hint);font-weight:600}.game-friends-chat__thread{display:flex;flex-direction:column;gap:10px;min-height:280px;max-height:min(62vh,480px)}.game-friends-chat__back{align-self:flex-start;border:0;background:transparent;color:#6d4aff;font-weight:800;cursor:pointer;padding:0}.game-friends-chat__messages{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.game-friends-chat__bubble{max-width:86%;align-self:flex-start;padding:8px 12px;border-radius:16px;background:#f3f0fa;font-size:13px;line-height:1.35}.game-friends-chat__bubble.is-mine{align-self:flex-end;background:linear-gradient(180deg,#ede4ff,#dccbff)}.game-friends-chat__composer{display:flex;gap:8px}.game-friends-chat__composer input{flex:1;height:40px;border:1px solid var(--color-border-light);border-radius:999px;padding:0 14px}.game-friends-chat__composer button{height:40px;padding:0 16px;border:0;border-radius:999px;background:linear-gradient(90deg,#c084fc,#7c3aed);color:#fff;font-weight:800;cursor:pointer}.game-friends-chat__composer button:disabled{opacity:.45}.settings-page{display:flex;flex-direction:column;gap:16px;padding:24px 20px}.settings-page h1{font-size:22px;font-weight:800}.settings-page__group{display:flex;flex-direction:column;gap:8px;background:var(--color-surface-70);border:1px solid var(--color-border-light);border-radius:var(--radius-md);overflow:hidden}.settings-page__group--form{padding:16px;gap:12px}.settings-page__heading{margin:0;font-size:15px;font-weight:700}.settings-page__row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px}.settings-page__row+.settings-page__row{border-top:1px solid var(--color-border-dark)}.settings-page__row span{font-size:15px;font-weight:600}.settings-page__switch{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:transparent;border:0;color:inherit;text-align:left;cursor:pointer}.settings-page__switch+.settings-page__switch{border-top:1px solid var(--color-border-dark)}.settings-page__icon{width:30px;height:30px;border-radius:10px;background:var(--color-surface-2);display:flex;align-items:center;justify-content:center;color:var(--color-grey-white);flex-shrink:0}.settings-page__label{flex:1;font-size:15px;font-weight:600}.settings-page__chips{display:flex;gap:6px}.settings-page__chip{padding:6px 14px;background:var(--color-surface-2);border-radius:20px;font-size:13px;font-weight:700;color:var(--color-purple-text)}.settings-page__chip--active{background:var(--color-cian);color:var(--color-dark-blue)}.settings-page__toggle{width:44px;height:26px;flex-shrink:0;background:var(--color-surface-2);border-radius:14px;position:relative;transition:background .2s}.settings-page__toggle span{position:absolute;top:3px;left:3px;width:20px;height:20px;background:var(--color-white);border-radius:50%;transition:transform .2s}.settings-page__toggle--on{background:var(--color-cian)}.settings-page__toggle--on span{transform:translate(18px)}.game-premium-modal{display:flex;flex-direction:column;gap:12px}.game-premium-modal p{margin:0;font-size:14px;font-weight:600;line-height:1.4;color:var(--color-text)}.game-premium-modal__hint,.game-premium-modal__error{font-size:13px}.game-premium-modal__error{color:#e35d6a;font-weight:700}.game-premium-modal__plans{display:flex;flex-direction:column;gap:8px}.game-premium-modal__plan{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1.5px solid var(--color-border-light);border-radius:16px;background:#fff;cursor:pointer;font-weight:800}.game-premium-modal__plan.is-on{border-color:#7c3aed;background:#7c3aed14}.game-premium-modal__buy{height:46px;border:0;border-radius:999px;background:linear-gradient(90deg,#c084fc,#7c3aed);color:#fff;font-size:15px;font-weight:800;cursor:pointer}.game-premium-modal__buy:disabled{opacity:.45;cursor:not-allowed}.game-topbar{display:flex;align-items:center;justify-content:space-evenly;gap:4px;padding:4px 8px;background:#fff;border-bottom:1px solid var(--color-border-light);flex-shrink:0}.game-topbar__group{display:flex;align-items:center;gap:4px;flex-shrink:0}.game-topbar__btn{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;height:28px;padding:0 8px;border:none;border-radius:8px;background:var(--color-surface-2);color:var(--color-text);font-size:11px;font-weight:500;cursor:pointer;white-space:nowrap}.game-topbar__btn:disabled:not(.game-topbar__btn--icon-only){opacity:.5;cursor:not-allowed}.game-topbar__btn--icon-only:disabled{opacity:.45;cursor:not-allowed}.game-topbar__btn--muted{opacity:.85}.game-topbar__btn--icon-only{width:28px;padding:0;justify-content:center;font-size:16px}.game-topbar__btn--icon-only svg{width:18px;height:18px;display:block}.game-topbar__btn--red{background:#dc3c3cd9;font-size:14px}.game-topbar__btn--yellow{background:#ffb400d9;font-size:14px}.game-topbar__icon{font-size:14px;line-height:1}.game-topbar-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px}.game-topbar-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#28185047;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.game-topbar-modal__box{position:relative;background:#ffffffeb;border:1px solid rgba(255,255,255,.95);border-radius:22px;padding:22px;max-width:320px;width:100%;color:var(--color-text);text-align:center;box-shadow:0 24px 48px #50288c29;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.game-topbar-modal__box p{margin:0 0 16px;font-size:14px;font-weight:700}.game-topbar-modal__actions{display:flex;gap:8px;justify-content:center}.game-topbar-modal__actions button{border:none;border-radius:999px;padding:10px 18px;cursor:pointer;font-weight:700;background:#f3f0faf2;color:var(--color-text)}.game-topbar-modal__danger{background:linear-gradient(180deg,#ffd36a,#f0a202)!important;color:#3a2800!important}.game-topbar--compact{flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:space-evenly;gap:0;padding:8px 6px;background:#ffffffc7;border:1px solid rgba(255,255,255,.95);border-radius:28px;box-shadow:0 16px 36px #50288c1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.game-topbar--compact .game-topbar__btn{height:auto;min-width:0;padding:2px 2px 0;border-radius:16px;background:transparent;border:none;color:var(--color-text);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.game-topbar--compact .game-topbar__btn--hud{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;flex:1 1 0;width:auto}.game-topbar--compact .game-topbar__glyph{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#fffffff5;box-shadow:0 8px 16px #50288c1a}.game-topbar--compact .game-topbar__glyph img{width:28px;height:28px;object-fit:contain;pointer-events:none}.game-topbar--compact .game-topbar__glyph svg{width:20px;height:20px;color:#6d4aff}.game-topbar--compact .game-topbar__caption{max-width:100%;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;text-align:center;font-size:9px;font-weight:800;line-height:1.15;min-height:21px;color:#6b5b90}.game-topbar--compact .game-topbar__btn--exit .game-topbar__caption{color:#e23a3a}.game-topbar--compact .game-topbar__btn--icon-only{width:auto}.game-topbar--compact .game-topbar__btn--red,.game-topbar--compact .game-topbar__btn--yellow{background:transparent;border-color:transparent;color:inherit}.game-media-consent{max-width:440px}.game-media-consent__icon{width:72px;height:72px;margin:0 auto 14px;border-radius:22px;display:grid;place-items:center;color:#7c5cff;background:#efe8ff}.modal.game-media-consent p,.game-media-consent p{margin:0 0 10px;color:var(--color-purple-text);font-size:14px;line-height:1.45}.game-media-consent__error{color:var(--color-red-soft, #e35d6a)!important;font-weight:600}.game-media-consent__actions{display:flex;gap:10px;margin-top:18px}.game-media-consent__actions button{flex:1}.game-page{position:relative;display:grid;grid-template-columns:auto minmax(300px,380px);grid-template-rows:minmax(0,1fr);justify-content:center;column-gap:12px;flex:1;min-height:0;height:100%;background:transparent}.game-page__board-area{min-width:0;min-height:0;width:min(100vh - 24px,100vw - 420px);height:min(100vh - 24px,100vw - 420px);display:flex;align-items:center;justify-content:center;position:relative;padding:8px;align-self:center}.game-page__board-plate{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:32px;background:#ffffffb8;border:1px solid rgba(255,255,255,.95);box-shadow:0 28px 64px #50288c1f,inset 0 1px #fffffff2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.game-page__board-plate .board-field{width:100%;height:100%;max-width:none;margin:0;display:flex;align-items:center;justify-content:center}.game-page__board-plate .board-field__grid{width:100%;height:100%;max-width:100%;max-height:100%;background:#ffffff47;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:6px}.game-page__rail{display:flex;flex-direction:column;min-height:0;min-width:0;width:min(380px,100%);gap:12px;padding:12px 12px 12px 0;background:transparent;border-left:none;overflow:hidden}.game-page__error{padding:40px 24px;text-align:center;color:var(--color-error)}.game-page--spectating .game-page__rail{padding-top:8px}.game-page__contract-result{position:absolute;top:16px;left:50%;z-index:50;transform:translate(-50%);padding:8px 20px;border-radius:var(--radius-md);background:var(--lobby-sheet);border:1px solid var(--color-border-light);color:var(--color-text);font-size:13px;font-weight:700}.game-page__contract-result--success{color:var(--color-cian)}.game-page__contract-result--failure{color:var(--color-red)}.game-page__rail .game-player-cards{flex:1 1 0;min-height:0}.game-page__rail .game-action-panel{flex:0 0 auto;max-height:none;overflow:hidden;margin-top:0}@media (max-width: 900px){.game-page{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;justify-content:stretch}.game-page__board-area{width:min(100%,100vw - 16px);height:auto;aspect-ratio:1;max-height:54vh;padding:8px 8px 0}.game-page__rail{width:100%;border-left:none;border-top:1px solid var(--color-border-light);max-height:46vh;padding:10px 12px 12px}}.equipment-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:18px;padding:8px 20px 28px;align-items:start}@media (max-width: 1080px){.equipment-page{grid-template-columns:1fr}}.equipment-page__main{min-width:0}.equipment-page__main h1{margin:0 0 14px;font-size:28px;font-weight:800;color:var(--color-text)}.equipment-page__tabs{display:flex;gap:8px;max-width:420px;margin:0 0 16px;padding:4px;border-radius:14px;background:#ece8f8}.equipment-page__tabs button{flex:1;height:40px;border-radius:10px;font-weight:700;color:var(--color-purple-text);background:transparent}.equipment-page__tabs button.is-active{color:#fff;background:linear-gradient(90deg,var(--gradient-main-start),var(--gradient-main-end));box-shadow:0 8px 16px #6d4aff47}.equipment-page__error{margin:0 0 14px;padding:10px 12px;border-radius:12px;background:#ffe8ef;color:#b4234a;font-weight:700;font-size:13px}.equipment-page__empty{grid-column:1/-1;margin:12px 0;opacity:.7;text-align:center}.equip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}@media (max-width: 1280px){.equip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.equip-grid{grid-template-columns:1fr}}.equip-grid--soon{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width: 1280px){.equip-grid--soon{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 640px){.equip-grid--soon{grid-template-columns:repeat(2,minmax(0,1fr))}}.equip-shop{margin-top:22px}.equip-shop h2{margin:0 0 12px;font-size:16px;font-weight:800;color:var(--color-text)}.equip-card{position:relative;display:flex;flex-direction:column;padding:0;overflow:hidden;border-radius:18px;background:#fff;border:1px solid var(--color-border-light);box-shadow:0 10px 24px #3e206e0f;cursor:pointer;min-height:0}.equip-card.is-preview{border-color:#d4c8ff}.equip-card.is-selected{border-color:#3d9dff;box-shadow:0 0 0 3px #3d9dff47,0 10px 24px #3e206e14}.equip-card h3{margin:0;font-size:14px;font-weight:800;line-height:1.25}.equip-card--shop{cursor:pointer}.equip-card--locked{cursor:default;background:#f6f4fb}.equip-card--locked .equip-card__art{filter:grayscale(1) brightness(.92)}.equip-card--locked h3{color:var(--color-purple-text);padding-right:0;text-align:center}.equip-card__picked{position:absolute;left:8px;bottom:8px;z-index:2;height:22px;padding:0 8px;border-radius:8px;background:linear-gradient(90deg,#4da3ff,#6bb8ff);color:#fff;font-size:10px;font-weight:800;display:inline-flex;align-items:center;box-shadow:0 6px 12px #3d9dff59}.equip-card__rarity{position:absolute;top:10px;left:10px;z-index:3;height:22px;padding:0 8px;border-radius:8px;font-size:10px;font-weight:800;color:#fff;display:inline-flex;align-items:center;background:#8a84a4}.equip-card__rarity--basic{background:linear-gradient(90deg,#8ea0b8,#6d7f96)}.equip-card__rarity--rare{background:linear-gradient(90deg,#3a8bff,#5aa7ff)}.equip-card__rarity--epic{background:linear-gradient(90deg,#8a4bff,#c45cff)}.equip-card__rarity--legendary{background:linear-gradient(90deg,#f1950a,#ffd56a);color:#3a2a08}.equip-card__rarity--hire{background:linear-gradient(90deg,#7b5cff,#9b7dff)}.equip-card__level{position:absolute;top:10px;right:10px;z-index:3;height:22px;padding:0 8px;border-radius:8px;background:#1b1638b8;color:#fff;font-size:10px;font-weight:800;display:inline-flex;align-items:center}.equip-card__art{position:relative;height:228px;overflow:hidden;background:#d9d3ea}.equip-card__art .equip-card__bg{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center 40%;display:block}.equip-card__art .equip-card__figure{position:absolute;left:50%;bottom:0;z-index:1;transform:translate(-50%);height:108%;width:auto;max-width:92%;object-fit:contain;object-position:bottom center;pointer-events:none;filter:drop-shadow(0 8px 16px rgba(27,22,56,.35))}.equip-card__body{display:flex;flex-direction:column;gap:8px;padding:10px 12px 12px}.equip-card__lock{position:absolute!important;width:48px!important;height:48px!important;inset:auto 8px 8px auto;filter:none!important}.equip-card__price{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:800;color:var(--color-text)}.equip-card__price img{width:16px;height:16px}.equip-card__btn{width:100%;height:36px;border-radius:10px;font-weight:800;background:linear-gradient(90deg,#ff6aa8,#e85ad0);color:#fff}.equip-card__btn.is-on{background:linear-gradient(90deg,#4da3ff,#6bb8ff)}.equip-card__btn:disabled:not(.is-on){opacity:.6}.equip-side{position:sticky;top:12px;padding:16px;border-radius:22px;background:#fff;border:1px solid var(--color-border-light);box-shadow:0 16px 32px #3e206e14}.equip-side h3{margin:14px 0 10px;font-size:15px;font-weight:800;color:var(--color-purple-btn)}.equip-side__hero{position:relative;height:220px;border-radius:16px;overflow:hidden;background:#d9d3ea;margin-bottom:12px}.equip-side__hero .equip-card__bg{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center 40%;display:block}.equip-side__hero .equip-card__figure{position:absolute;left:50%;bottom:0;z-index:1;transform:translate(-50%);height:108%;width:auto;max-width:92%;object-fit:contain;object-position:bottom center;pointer-events:none;filter:drop-shadow(0 8px 16px rgba(27,22,56,.35))}.equip-side__head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.equip-side__head h2{margin:0;font-size:18px;font-weight:800}.equip-side__badge{height:22px;padding:0 8px;border-radius:8px;background:linear-gradient(90deg,#4da3ff,#6bb8ff);color:#fff;font-size:11px;font-weight:800;display:inline-flex;align-items:center}.equip-side__level{display:flex;align-items:center;gap:12px;margin-top:12px}.equip-side__level strong{display:block;font-size:13px}.equip-side__level em{display:block;font-style:normal;font-size:12px;color:var(--color-purple-btn)}.equip-side__ring{width:72px;height:72px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;background:conic-gradient(#6d4aff calc(var(--ratio) * 360deg),#ece8f6 0);position:relative}.equip-side__ring:after{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:50%;background:#fff}.equip-side__ring span{position:relative;z-index:1;font-size:11px;font-weight:800;text-align:center;line-height:1.15;max-width:52px}.equip-side__hire{margin:10px 0 0;font-size:13px;color:var(--color-purple-text)}.referral-page{padding:16px 20px 24px;position:relative;min-height:100%;background-image:url(/play/assets/images/bgBlurCianReferall.png);background-repeat:no-repeat;background-position:bottom center;background-size:100% auto}.referral-page__layout{display:grid;grid-template-columns:1fr 1.1fr;gap:20px;align-items:start}.referral-page__main{background:var(--color-background-card);border:1px solid var(--color-border-light);border-radius:16px;padding:20px}.referral-page__desc{margin:0 0 12px;color:var(--color-grey-white);font-size:14px;line-height:1.45;white-space:pre-line}.referral-page__code{text-align:center;font-size:28px;font-weight:800;letter-spacing:.08em;color:var(--color-cian);text-transform:uppercase;padding:12px;border-radius:12px;background:#01ffab0f;border:1px solid rgba(1,255,171,.25)}.referral-page__btns{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0 8px}.referral-page__btns button{height:42px;border-radius:10px;background:#d7d3ff1a;color:var(--color-grey-white);font-weight:700}.referral-page__gauge{position:relative;max-width:280px;margin:8px auto 0}.referral-page__gauge svg{width:100%;height:auto}.referral-page__gauge strong{position:absolute;left:50%;bottom:8px;transform:translate(-50%);font-size:48px;font-weight:500}.referral-page__counters{display:grid;grid-template-columns:1fr 1fr;margin-top:8px;border-top:1px solid rgba(215,211,255,.15);border-bottom:1px solid rgba(215,211,255,.15)}.referral-page__counters div{display:flex;justify-content:center;gap:6px;padding:10px 8px;font-size:13px;color:var(--color-grey-white)}.referral-page__counters div+div{border-left:1px solid rgba(215,211,255,.15)}.referral-page__counters strong{color:var(--color-white);font-weight:600}.referral-page__prizes{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.referral-prize{background:var(--color-background-card);border:1px solid var(--color-border-light);border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:8px}.referral-prize img{width:72px;height:72px;object-fit:contain;margin:0 auto}.referral-prize p{margin:0;font-size:13px;color:var(--color-grey-white)}.referral-prize em{font-style:normal;color:var(--color-cian);font-weight:700}.referral-prize button{margin-top:auto;height:36px;border-radius:10px;background:#01ffab2e;color:var(--color-cian);font-weight:800;text-transform:uppercase;opacity:.4}.referral-prize button.is-ready{opacity:1;background:var(--color-cian);color:var(--color-dark-blue)}.referral-prize__reward{display:flex;align-items:center;gap:6px;color:var(--color-white)!important;font-weight:700}.referral-prize__reward img{width:18px;height:18px;margin:0}.referral-page__activate{margin-top:20px;max-width:420px}.referral-page__field{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;font-size:13px;color:var(--color-purple-text)}.referral-page__field input{height:42px;border-radius:10px;border:1px solid var(--color-border-light);background:#00000047;padding:0 12px;font-size:16px;text-transform:uppercase}.referral-page__error{color:var(--color-red-soft);font-size:13px;margin:0 0 10px}@media (max-width: 900px){.referral-page__layout{grid-template-columns:1fr}}.events-page{position:relative;z-index:1;width:100%;max-width:none;margin:0 auto;padding:2px 16px 36px}@media (max-width: 720px){.events-page{padding:0 10px 28px}}.events-page__head{margin-bottom:16px}.events-page h1{display:flex;align-items:center;gap:10px;margin:0;font-family:var(--font-display);font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.03em;color:var(--color-text)}.events-page h1 img{width:34px;height:34px;object-fit:contain;filter:drop-shadow(0 6px 10px rgba(241,149,10,.35))}.events-page__head p{margin:6px 0 14px;color:var(--color-purple-text);font-size:15px;font-weight:500}.events-page__filters{display:flex;flex-wrap:wrap;gap:8px}.events-page__filter{height:40px;padding:0 16px;border:1px solid rgba(123,92,255,.14);border-radius:999px;background:#ffffffeb;color:var(--color-text);font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 8px 18px #50288c0f}.events-page__filter--active{background:#7b5cff;border-color:transparent;color:#fff;box-shadow:0 10px 20px #7b5cff47}.events-page__grid{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(0,1fr);grid-template-rows:minmax(168px,auto) minmax(168px,auto) auto;grid-template-areas:"airdrop show" "airdrop gameday" "bottom bottom";gap:14px;align-items:stretch}.events-page__bottom{grid-area:bottom;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.events-page__grid--flat{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:none;grid-template-areas:none}.events-page__grid--flat .activity-card{grid-area:auto;min-height:220px}.events-page__grid--flat .events-page__bottom{display:contents}.events-page__empty{margin:28px 0 0;text-align:center;color:var(--color-purple-text);font-weight:600}@media (max-width: 1100px){.events-page__grid{grid-template-columns:1fr 1fr}}@media (max-width: 860px){.events-page__grid{grid-template-columns:1fr;grid-template-rows:none;grid-template-areas:"airdrop" "show" "gameday" "bottom"}.events-page__bottom,.events-page__grid--flat{grid-template-columns:1fr}.events-page__grid--flat .activity-card{min-height:200px}}.activity-card{position:relative;display:flex;width:100%;height:100%;align-self:stretch;min-height:200px;padding:0;border:none;border-radius:24px;overflow:hidden;cursor:pointer;text-align:left;color:#fff;box-shadow:0 18px 36px #3e206e24}.activity-card--airdrop{grid-area:airdrop;min-height:348px}.activity-card--show{grid-area:show;min-height:168px}.activity-card--gameday{grid-area:gameday;min-height:168px}.activity-card--tournament,.activity-card--community,.activity-card--top20{min-height:228px}.activity-card--top20{background:linear-gradient(118deg,#5a2e08,#c4892a 48%,#f0c14b)}.activity-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center right}.activity-card--airdrop .activity-card__bg{object-position:72% center}.activity-card__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#120a2a9e,#120a2a2e 48%,#120a2a0a),linear-gradient(180deg,#120a2a14 40%,#120a2a61);pointer-events:none}.activity-card--gameday .activity-card__shade{background:linear-gradient(90deg,rgba(8,42,18,.55) 0%,rgba(8,42,18,.08) 58%,transparent 100%),linear-gradient(180deg,transparent 45%,rgba(8,42,18,.28) 100%)}.activity-card--top20 .activity-card__shade{background:linear-gradient(90deg,rgba(72,42,8,.62) 0%,rgba(72,42,8,.12) 58%,transparent 100%),linear-gradient(180deg,transparent 45%,rgba(72,42,8,.32) 100%)}.activity-card__body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1;width:100%;min-height:inherit;padding:18px 18px 16px}.activity-card h2{margin:0;max-width:14ch;font-family:var(--font-display);font-size:clamp(22px,2.4vw,34px);font-weight:900;font-style:italic;line-height:.95;letter-spacing:-.04em;text-transform:uppercase;color:#fff;text-shadow:0 8px 18px rgba(0,0,0,.28)}.activity-card h2 em{font-style:italic;color:#fff}.activity-card--airdrop h2{max-width:9ch;font-size:clamp(34px,4.2vw,58px);-webkit-text-stroke:2px #ffe14a;paint-order:stroke fill;text-shadow:0 8px 18px rgba(0,0,0,.28)}.activity-card--tournament h2{max-width:12ch}.activity-card--tournament h2 em{display:block;margin-top:4px;font-size:.46em;letter-spacing:-.02em}.activity-card p{margin:0;max-width:22ch;font-size:13px;font-weight:650;line-height:1.35;color:#ffffffeb}.activity-card--gameday p{display:inline-flex;align-items:center;gap:6px;max-width:28ch}.activity-card--gameday p img{width:18px;height:18px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.28))}.activity-card__badge{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.01em;background:#5b34d6eb;color:#fff}.activity-card__badge i{width:7px;height:7px;border-radius:50%;background:#7dffb0;box-shadow:0 0 0 3px #7dffb040}.activity-card__badge--green{background:#2fce6b}.activity-card__badge--soon{background:#1410209e}.activity-card__badge--hot{background:#d94a3a}.activity-card__badge--live{background:#121c16b8}.activity-card__badge--gold{background:#f3c45a;color:#2a1808}.activity-card__foot{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;width:100%;margin-top:auto}.activity-card__timer{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 12px;border-radius:999px;background:#100c1c94;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#ffffffdb}.activity-card__timer strong{display:inline-flex;align-items:center;gap:4px;font-size:13px;letter-spacing:0;color:#fff}.activity-card__timer i{font-style:normal;opacity:.45}.activity-card__cta{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 14px;border-radius:999px;background:#fff;color:#1b1638;font-size:13px;font-weight:800;box-shadow:0 8px 18px #00000029}.activity-card__cta svg{width:14px;height:14px}.activity-card__cta--yellow{background:#ffe14a;color:#1b1638}.season-select-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center;padding:20px 16px}.season-select-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;border:none;cursor:pointer}.season-select-modal__sheet{position:relative;width:100%;max-width:480px;display:flex;flex-direction:column;gap:12px}.season-select-modal__list{border-radius:14px;background:#fff;border:1px solid var(--color-border-light);overflow:hidden}.season-select-modal__item{width:100%;height:44px;border:none;border-bottom:1px solid rgba(1,1,1,.2);background:transparent;color:var(--color-text);font-size:16px;cursor:pointer}.season-select-modal__item:hover{background:var(--color-surface-2)}.season-select-modal__cancel{height:48px;border-radius:8px;background:#fff;border:1px solid var(--color-border-light);color:var(--color-text);font-size:16px;cursor:pointer}.season-select-modal__cancel:hover{background:var(--color-surface-2)}.season-countdown,.season-countdown__unit{display:flex;align-items:center;gap:2px}.season-countdown__box{background:var(--color-surface-2);border-radius:6px;padding:4px 6px;color:var(--color-text);font-size:14px;font-weight:500;line-height:1;min-width:28px;text-align:center}.season-countdown__label{color:var(--color-hint);font-size:8px;font-weight:500;padding:0 2px}.season-ring{position:relative;width:min(42vw,210px);height:min(42vw,210px);filter:drop-shadow(0 0 22px rgba(123,92,255,.35))}.season-ring svg{width:100%;height:100%}.season-ring__face{position:absolute;top:14%;right:14%;bottom:14%;left:14%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;pointer-events:none}.season-ring small{max-width:9em;font-size:12px;font-weight:700;color:#7a6ea8;line-height:1.25}.season-ring__time{display:flex;align-items:flex-end;justify-content:center;gap:10px;margin:0;color:var(--color-text)}.season-ring__time span{display:flex;flex-direction:column;align-items:center;gap:2px}.season-ring b{font-size:20px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.season-ring i{font-style:normal;font-size:10px;font-weight:700;color:#8b7db8;letter-spacing:.02em}.top20-page{position:relative;z-index:1;width:100%;max-width:none;margin:0 auto;padding:0 16px 48px;color:var(--color-text)}.top20-page__loader{display:flex;justify-content:center;padding:80px 0}.top20-page__hero{position:relative;display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,420px) auto;gap:16px 20px;align-items:stretch;margin:4px 0 16px;padding:8px 22px 0;border-radius:32px;background:#fffffff2;border:1px solid rgba(255,255,255,.98);box-shadow:0 22px 48px #50288c1a;overflow:hidden}.top20-page__hero-art{position:relative;align-self:stretch;min-height:240px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.top20-page__num20{position:absolute;left:50%;bottom:8%;transform:translate(-50%);z-index:0;font-family:var(--font-display);font-size:clamp(120px,16vw,210px);font-weight:900;line-height:.78;letter-spacing:-.06em;color:transparent;background:linear-gradient(180deg,#ff78d26b,#7c5cff2e 55%,#50d2ff47);-webkit-background-clip:text;background-clip:text;-webkit-text-stroke:2px rgba(176,90,255,.55);filter:drop-shadow(0 12px 28px rgba(124,92,255,.28));pointer-events:none;-webkit-user-select:none;user-select:none}.top20-page__chars{position:relative;z-index:1;width:100%;max-height:268px;margin-bottom:-18px;object-fit:contain;object-position:center bottom;pointer-events:none;background:transparent}.top20-page__copy{min-width:0}.top20-page__copy h1{margin:0 0 8px;font-family:var(--font-display);font-size:clamp(40px,5.4vw,64px);font-weight:800;line-height:.92;letter-spacing:.02em;text-transform:uppercase;background:linear-gradient(90deg,#3b2d8a,#7c5cff);-webkit-background-clip:text;background-clip:text;color:transparent}.top20-page__copy p{margin:0;max-width:540px;font-size:14px;line-height:1.45;color:var(--color-purple-text)}.top20-page__tagline{margin-bottom:10px!important;font-size:18px!important;font-weight:800;color:var(--color-text)!important}.top20-page__body{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:18px;align-items:start}.top20-leaderboard{min-width:0}.top20-leaderboard__season-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.top20-leaderboard__season-bar h2{margin:0;font-size:20px;font-weight:800}.top20-leaderboard__season-select{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:999px;background:#fffffff0;box-shadow:0 8px 18px #50288c14;color:var(--color-purple-text);font-size:12px;font-weight:700;text-transform:capitalize;cursor:pointer}.top20-leaderboard__table{padding:10px 12px 12px;border-radius:28px;background:#fffffff2;border:1px solid rgba(255,255,255,.98);box-shadow:0 16px 36px #50288c14}.top20-leaderboard__table-head,.top20-leaderboard .top20-row__inner{display:grid;grid-template-columns:48px minmax(0,1.4fr) 88px 72px 72px;gap:8px;align-items:center}.top20-leaderboard__table-head{padding:4px 8px 10px;color:var(--color-hint);font-size:11px;font-weight:700}.top20-status{display:flex;align-items:center;gap:12px;margin:0 0 16px;padding:10px 16px;border-radius:24px;background:linear-gradient(90deg,#ede4fff5,#fffffff5);box-shadow:0 12px 28px #50288c14}.top20-status img,.top20-status .photo-placeholder{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}.top20-status div{flex:1;min-width:0}.top20-status strong,.top20-status span{display:block}.top20-status strong{font-size:14px}.top20-status span{margin-top:2px;font-size:12px;color:var(--color-purple-text)}.top20-status>img:last-child{width:56px;height:56px;border-radius:0}.top20-podium{display:grid;grid-template-columns:1fr 1.12fr 1fr;gap:10px;align-items:end;margin-bottom:14px}.top20-podium__card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 10px 14px;border-radius:28px;background:#fffffff2;box-shadow:0 16px 36px #50288c14;text-align:center;color:inherit;text-decoration:none}.top20-podium__card--link{cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.top20-podium__card--link:hover{transform:translateY(-3px);box-shadow:0 20px 40px #50288c29}.top20-podium__card strong{font-size:14px;font-weight:800}.top20-podium__card ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:6px 10px;font-size:12px;font-weight:700}.top20-podium__card li{display:inline-flex;align-items:center;gap:4px}.top20-podium__card li img{width:14px;height:14px}.top20-podium__card .is-premium{color:#7c5cff;display:inline-flex;align-items:center;gap:4px}.top20-podium__card .is-premium svg{width:14px;height:14px;flex-shrink:0}.top20-podium__card--1{padding-top:28px;min-height:236px;background:radial-gradient(circle at 50% 0%,rgba(255,214,120,.35),transparent 52%),#fffffff5}.top20-podium__card--2{min-height:210px;background:radial-gradient(circle at 50% 0%,rgba(196,210,230,.4),transparent 52%),#fffffff5}.top20-podium__card--3{min-height:210px;background:radial-gradient(circle at 50% 0%,rgba(232,176,132,.35),transparent 52%),#fffffff5}.top20-podium__medal{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:13px;font-weight:800}.top20-podium__medal--1{background:linear-gradient(180deg,#ffd76a,#f0b429)}.top20-podium__medal--2{background:linear-gradient(180deg,#d7e3f2,#8ea0b8)}.top20-podium__medal--3{background:linear-gradient(180deg,#e8b48a,#c47a48)}.top20-podium__avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 3px #fff,0 8px 18px #50288c29}.top20-podium__card--1 .top20-podium__avatar{width:88px;height:88px}.top20-row+.top20-row{border-top:1px solid rgba(123,92,255,.08)}.top20-row--link .top20-row__hit{display:block;color:inherit;text-decoration:none;border-radius:14px;transition:background .16s ease}.top20-row--link .top20-row__hit:hover{background:#7b5cff14}.top20-row__inner{min-height:52px;padding:6px 8px}.top20-row__place{font-size:14px;font-weight:800;text-align:center}.top20-row__player{display:flex;align-items:center;gap:8px;min-width:0}.top20-row__avatar-wrap{position:relative;width:32px;height:32px;flex-shrink:0}.top20-row__avatar,.top20-row .photo-placeholder{width:32px;height:32px;border-radius:50%;object-fit:cover}.top20-row__flag{position:absolute;right:-4px;bottom:-2px;width:14px;height:10px;object-fit:cover;border-radius:2px}.top20-row__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700}.top20-row__earning,.top20-row__prize,.top20-row__premium{display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:12px;font-weight:700}.top20-row__earning img,.top20-row__prize img,.top20-row__premium img{width:14px;height:14px}.top20-row__premium{color:#7c5cff;display:inline-flex;align-items:center;gap:3px}.top20-row__premium svg{width:13px;height:13px}.top20-row__premium.is-muted{color:var(--color-hint)}.top20-side{display:flex;flex-direction:column;gap:14px}.top20-side__card{padding:16px 16px 14px;border-radius:28px;background:#fffffff2;border:1px solid rgba(255,255,255,.98);box-shadow:0 16px 36px #50288c14}.top20-side__card h2{margin:0 0 12px;font-size:16px;font-weight:800}.top20-side__card ul{margin:0;padding:0;list-style:none}.top20-side__card li{display:grid;grid-template-columns:42px 1fr auto 48px;gap:8px;align-items:center;min-height:48px;font-size:13px;font-weight:700}.top20-side__card li+li{border-top:1px solid rgba(123,92,255,.08)}.top20-side__card li img{width:16px;height:16px}.top20-side__rank{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#f3eefe;font-size:11px}.top20-side__art{width:44px!important;height:44px!important;object-fit:contain;justify-self:end}.top20-side .is-premium{color:#7c5cff;display:inline-flex;align-items:center;gap:4px}.top20-side .is-premium svg{width:14px;height:14px}.top20-how{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.top20-how li{display:grid!important;grid-template-columns:44px 1fr!important;gap:10px!important;align-items:center;border:none!important;min-height:0!important}.top20-how img{width:44px!important;height:44px!important;object-fit:contain}.top20-how p{margin:0;font-size:13px;font-weight:600;line-height:1.35;color:var(--color-text)}@media (max-width: 1100px){.top20-page__hero{grid-template-columns:minmax(220px,1fr) minmax(220px,320px) auto}}@media (max-width: 960px){.top20-page__hero,.top20-page__body{grid-template-columns:1fr}.top20-page__hero{justify-items:center;text-align:center;padding:16px}.top20-page__copy p{margin-inline:auto}.top20-podium{grid-template-columns:1fr}}.chat-icon-btn{width:36px;height:36px;padding:0;border:none;border-radius:50%;background:var(--color-surface-2);color:var(--color-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s,transform .12s}.chat-icon-btn svg{width:18px;height:18px}.chat-icon-btn:hover{background:var(--color-surface-3);transform:scale(1.06)}.chat-icon-btn--accept,.chat-icon-btn--add{background:#0095f6;color:#fff}.chat-icon-btn--accept:hover,.chat-icon-btn--add:hover{background:#1877f2}.chat-icon-btn--delete,.chat-icon-btn--remove,.chat-icon-btn--decline{color:#ff6b7a}.chat-icon-btn--delete:hover,.chat-icon-btn--remove:hover,.chat-icon-btn--decline:hover{background:#ff4d4f2e;color:#ff8a94}.chat-icon-btn--unmute{color:#ffb020}.chat-icon-btn--unblock{color:#9ad0ff}.week-top-carousel{position:relative;overflow:visible;background:transparent}.week-top-carousel--loading{min-height:280px;background:#ffffff0d;border-radius:16px;animation:pulse 1.2s ease-in-out infinite}.week-top-carousel__track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media (max-width: 900px){.week-top-carousel__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}}.week-top-carousel__card{position:relative;border-radius:18px;padding:16px 10px 12px;min-height:320px;overflow:hidden;scroll-snap-align:start;border:1px solid rgba(255,255,255,.1);box-shadow:0 14px 28px #00000047}@media (max-width: 900px){.week-top-carousel__card{min-width:78%}}.week-top-carousel__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.88;pointer-events:none}.week-top-carousel__card--likes,.week-top-carousel__card--money,.week-top-carousel__card--premium,.week-top-carousel__card--games{background:#120814}.week-top-carousel__title{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;font-size:15px;font-weight:800;margin-bottom:8px;text-align:center}.week-top-carousel__title-icon{width:18px;height:18px;object-fit:contain}.week-top-carousel__hint{position:relative;z-index:1;margin:0 6px 8px;text-align:center;font-size:11px;font-weight:600;color:#ffffffc7;line-height:1.25}.week-top-carousel__podium{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:center;gap:6px;min-height:168px;padding:8px 4px 0}.week-top-carousel__winner{display:flex;flex-direction:column;align-items:center;width:72px;color:inherit;text-decoration:none}.week-top-carousel__avatar{position:relative;z-index:2;width:44px;height:44px;margin-bottom:-10px;border-radius:50%;overflow:hidden;line-height:0;isolation:isolate;border:2px solid #fff;box-shadow:0 8px 14px #00000059;background:#1a1028}.week-top-carousel__avatar img,.week-top-carousel__avatar .photo-placeholder,.week-top-carousel__avatar .week-top-carousel__winner-empty{width:100%;height:100%;border:0;box-shadow:none;border-radius:0;object-fit:cover;display:block}.week-top-carousel__winner--1 .week-top-carousel__avatar{width:58px;height:58px;border-color:#ffd76a}.week-top-carousel__winner-empty{display:block;background:#00000073}.week-top-carousel__pedestal{position:relative;width:54px;border-radius:5px 5px 8px 8px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:8px;box-shadow:inset 0 -10px 12px #00000047,inset 8px 0 10px #ffffff2e,0 10px 14px #00000052}.week-top-carousel__pedestal i{position:absolute;top:0;left:14%;right:14%;height:4px;border-radius:2px;z-index:0;pointer-events:none}.week-top-carousel__pedestal b{position:relative;z-index:1;font-size:18px;font-weight:800;line-height:1;color:#ffffffeb;text-shadow:0 2px 4px rgba(0,0,0,.35)}.week-top-carousel__pedestal--1{height:78px;background:linear-gradient(180deg,#f3d27a,#c48a28 55%,#8a5a12)}.week-top-carousel__pedestal--1 i{background:radial-gradient(circle at 50% 40%,#ffe9a8,#d7a43a 70%)}.week-top-carousel__pedestal--2{height:58px;background:linear-gradient(180deg,#d8d8e4,#8e8ea4 55%,#5c5c72)}.week-top-carousel__pedestal--2 i{background:radial-gradient(circle at 50% 40%,#f2f2f8,#9a9ab0 70%)}.week-top-carousel__pedestal--3{height:42px;background:linear-gradient(180deg,#e0a878,#a86438 55%,#6e3c1c)}.week-top-carousel__pedestal--3 i{background:radial-gradient(circle at 50% 40%,#f3c49a,#b87040 70%)}.week-top-carousel__card--premium .week-top-carousel__pedestal--1{background:linear-gradient(180deg,#7ad7ff,#2a8fd4 55%,#145a92)}.week-top-carousel__card--premium .week-top-carousel__pedestal--1 i{background:radial-gradient(circle at 50% 40%,#c8f0ff,#3aa0dc 70%)}.week-top-carousel__card--games .week-top-carousel__pedestal--1{background:linear-gradient(180deg,#ff7ab8,#d12e78 55%,#8a1450)}.week-top-carousel__card--games .week-top-carousel__pedestal--1 i{background:radial-gradient(circle at 50% 40%,#ffc1dc,#e04890 70%)}.week-top-carousel__winner-name{position:relative;z-index:1;margin-top:6px;color:#fff;font-size:10px;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.week-top-carousel__timer{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;color:#ffffffc7;font-size:11px;font-weight:700}.week-top-carousel__timer .season-countdown{transform:scale(.78);transform-origin:center}@keyframes pulse{0%,to{opacity:.5}50%{opacity:.85}}.friends-page{display:flex;flex-direction:column;gap:16px;padding-bottom:24px;max-width:var(--lobby-max-width, 1280px);margin:0 auto;width:100%}.friends-page__heading{text-align:center;padding:4px 0 2px}.friends-page__heading h1{margin:0;font-size:28px;font-weight:800;font-family:var(--font-display);color:var(--color-text)}.friends-page__heading p{margin:4px 0 0;font-size:13px;color:var(--color-hint)}.friends-page__hub{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:min(420px,100%);margin:0 auto}.friends-page__hub-tile{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0;border:none;background:none;color:var(--color-text);text-decoration:none;cursor:pointer}.friends-page__hub-icon{position:relative;width:100%;aspect-ratio:1;display:block}.friends-page__hub-icon img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.35))}.friends-page__hub-label{font-size:13px;font-weight:700;line-height:1.1;text-align:center;color:var(--color-text)}.friends-page__hub-badge{position:absolute;top:6px;right:6px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#ff3b4e;color:#fff;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000059;z-index:2}.friends-page__hub-dot{position:absolute;top:8px;right:8px;width:10px;height:10px;border-radius:50%;background:#ff3b4e;box-shadow:0 0 0 2px #120c24e6;z-index:2}.friends-page__header-btn{width:40px;height:40px;border:none;background:var(--color-surface-2);border-radius:50%;color:var(--color-text);font-size:18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;position:relative}.friends-page__header-dot{position:absolute;top:6px;right:6px;width:8px;height:8px;border-radius:50%;background:#ff4d4f}.friends-page__logo{height:28px;width:auto;object-fit:contain}.friends-page__search-row{display:flex;gap:8px;align-items:center}.friends-page__filter-btn{width:40px;height:40px;flex-shrink:0;border:none;border-radius:10px;background:var(--color-surface-2);color:var(--color-text);font-size:16px;cursor:pointer}.friends-page__filter-btn:disabled{opacity:.7}.friends-page__search{flex:1;height:44px;border:1px solid var(--color-border-light);border-radius:12px;background:#fff;color:var(--color-text);padding:0 16px;font-size:14px}.friends-page__search::placeholder{color:var(--color-hint)}.friends-page__invite-btn{height:44px;padding:0 18px;border:none;border-radius:12px;background:linear-gradient(180deg,#ff4db8,#c81e86);color:#fff;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;box-shadow:0 8px 20px #c81e8659}.friends-page__friends-header{display:flex;align-items:center;justify-content:space-between;color:var(--color-text);font-size:14px;font-weight:600}.friends-page__all-link{display:inline-flex;align-items:center;gap:6px;border:none;background:none;color:var(--color-hint);font-size:12px;cursor:pointer;text-decoration:none}.friends-page__badge{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#ff8a00;color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.friends-page__avatars-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.friends-page__avatars-row::-webkit-scrollbar{display:none}.friends-page__avatar-btn{display:flex;flex-direction:column;align-items:center;gap:6px;width:76px;flex-shrink:0;border:none;background:none;padding:0;cursor:pointer}.friends-page__avatar-wrap{position:relative;flex-shrink:0;width:48px;height:48px;line-height:0;isolation:isolate;background:transparent}.friends-page__avatar-wrap img,.friends-page__avatar-wrap .photo-placeholder{width:100%;height:100%;border:0;box-shadow:none;border-radius:50%;clip-path:circle(50%);object-fit:cover;display:block}.friends-page__avatar-wrap--large{width:64px;height:64px;border-radius:50%;overflow:hidden;border:2px solid rgba(180,120,255,.45);box-shadow:0 6px 16px #00000047}.friends-page__avatar-wrap--large img,.friends-page__avatar-wrap--large .photo-placeholder{border-radius:0;clip-path:none}.friends-page__online{position:absolute;bottom:2px;right:2px;width:12px;height:12px;border-radius:50%;background:#4caf50;border:2px solid #fff}.friends-page__avatar-empty{width:48px;height:48px;border-radius:50%;background:var(--color-surface-2)}.friends-page__avatar-name{display:block;width:100%;font-size:11px;font-weight:600;color:var(--color-text);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.friends-page__loader{display:flex;justify-content:center;padding:16px}.friends-page__search-list{list-style:none;margin:0;padding:0;width:100%;display:flex;flex-direction:column;gap:8px}.friends-page__search-item{display:flex;align-items:center;gap:10px;padding:8px;border-radius:10px;background:#fff;border:1px solid var(--color-border-light)}.friends-page__search-main{display:flex;align-items:center;gap:10px;flex:1;min-width:0;border:none;background:none;padding:0;cursor:pointer;text-align:left}.friends-page__notices{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.friends-page__notices li{display:flex;flex-direction:column;gap:2px;font-size:13px;color:var(--color-text)}.friends-page__notices span{color:var(--color-hint)}.friends-page__notice-item{width:100%;display:flex;flex-direction:column;gap:2px;align-items:flex-start;background:none;border:none;padding:0;color:inherit;text-align:left;cursor:pointer}.friends-page__friend-name{flex:1;color:var(--color-text);font-size:14px}.friends-page__add-btn{width:32px;height:32px;border:none;border-radius:8px;background:#8abb2fd9;color:#fff;font-size:18px;cursor:pointer}.chat-header{display:flex;align-items:center;gap:10px;padding:4px 0 12px}.chat-header__back{display:inline-flex;align-items:center;gap:2px;height:36px;padding:0 12px 0 8px;border:none;background:var(--color-surface-2);border-radius:10px;color:var(--color-text);font-size:15px;font-weight:600;cursor:pointer;flex-shrink:0}.chat-header__back span{font-size:22px;line-height:1;margin-top:-2px}.chat-header__back:hover{background:#d7d3ff33}.chat-header__title{flex:1;margin:0;font-size:18px;font-weight:700;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.chat-header__extra{display:flex;align-items:center;gap:6px;flex-shrink:0}.chat-page{display:flex;flex-direction:column;gap:12px;max-width:520px;margin:0 auto;width:100%;padding:0 4px 16px;flex:1;min-height:0}.chat-page__search{height:40px;border:1px solid var(--color-border-light);border-radius:10px;background:#fff;color:var(--color-text);padding:0 14px;font-size:14px}.chat-page__search::placeholder{color:var(--color-hint)}@media (min-width: 900px){.chat-page__search{height:46px;border-radius:12px;font-size:15px}}.chat-page__list{display:flex;flex-direction:column;gap:8px}.chat-page__empty{color:var(--color-hint);text-align:center;padding:24px 8px;margin:0}.chat-page__row-btn{height:32px;padding:0 10px;border:none;border-radius:8px;background:var(--color-surface-2);color:var(--color-text);font-size:12px;cursor:pointer}.chat-page__row-btn--danger{background:#ff4d4f29;color:var(--color-red)}.chat-page__row-btn--ok{background:#8abb2fbf;color:#fff}@media (min-width: 900px){.chat-page__row-btn{height:36px;padding:0 12px;font-size:13px}}.chat-page__blacklist-link{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:12px;background:#fff;border:1px solid var(--color-border-light);color:var(--color-text);text-decoration:none;font-size:14px;font-weight:600}@media (min-width: 900px){.chat-page__blacklist-link{display:none}}.chat-page__tabs{display:flex;gap:6px}.chat-page__tab{flex:1;height:36px;border:none;border-radius:10px;background:var(--color-surface-2);color:var(--color-purple-text);font-size:12px;font-weight:600;cursor:pointer;position:relative}.chat-page__tab--active{background:var(--color-purple-btn);color:#fff}.chat-page__tab-badge{position:absolute;top:-6px;right:8px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#ff8a00;color:#fff;font-size:10px;display:inline-flex;align-items:center;justify-content:center}.chat-thread{display:flex;flex-direction:column;flex:1;min-height:calc(100dvh - 180px);max-width:520px;margin:0 auto;width:100%;padding:0 4px 8px}.chat-thread__peer{display:flex;align-items:center;gap:8px;min-width:0;flex:1;color:inherit;text-decoration:none}.chat-thread__peer img,.chat-thread__peer span{width:36px;height:36px;border-radius:50%;object-fit:cover;background:var(--color-surface-2);display:block;flex-shrink:0}.chat-thread__peer strong{color:var(--color-text);font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-thread__menu-btn{width:36px;height:36px;border:none;border-radius:50%;background:var(--color-surface-2);color:var(--color-text);cursor:pointer}.chat-thread__messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:8px 0 12px;min-height:180px}.chat-thread__bubble{max-width:78%;padding:8px 12px;border-radius:14px;font-size:14px;line-height:1.35;color:var(--color-text);align-self:flex-start;background:var(--color-surface-2)}.chat-thread__bubble--mine{align-self:flex-end;color:#fff;background:linear-gradient(180deg,#7b5cff,#6d4aff)}.chat-thread__bubble img{max-width:100%;border-radius:10px;display:block}.chat-thread__bubble audio{width:220px;max-width:100%}.chat-thread__bubble time{display:block;margin-top:4px;font-size:10px;opacity:.65}@media (min-width: 900px){.chat-thread__bubble{max-width:68%;padding:10px 14px;font-size:15px}}.chat-thread__composer{display:flex;align-items:center;gap:6px;padding-top:8px}.chat-thread__input{flex:1;height:42px;border:1px solid var(--color-border-light);border-radius:12px;background:#fff;color:var(--color-text);padding:0 12px;font-size:14px}.chat-thread__icon-btn,.chat-thread__send{height:42px;min-width:42px;border:none;border-radius:12px;background:var(--color-surface-2);color:var(--color-text);cursor:pointer;font-size:16px}.chat-thread__send{background:linear-gradient(180deg,#ff8a00,#e05a00);color:#fff;font-weight:700;font-size:13px;padding:0 12px}.chat-thread__file{display:none}.chat-thread__menu{display:flex;flex-direction:column;gap:8px}.chat-thread__gift{display:flex;flex-direction:column;gap:10px}.chat-thread__gift input{height:40px;border:1px solid var(--color-border-light);border-radius:10px;background:#fff;color:var(--color-text);padding:0 12px}.chat-thread__presets{display:flex;flex-wrap:wrap;gap:6px}.chat-thread__presets button{height:32px;padding:0 10px;border:none;border-radius:8px;background:var(--color-surface-2);color:var(--color-text);cursor:pointer}.chat-shell{display:flex;flex-direction:column;gap:12px;width:100%;max-width:1200px;margin:0 auto;padding:4px 20px 20px;flex:1;min-height:0}@media (min-width: 900px){.chat-shell{display:grid;grid-template-columns:228px minmax(0,1fr);align-items:stretch;gap:16px;min-height:calc(100dvh - 200px)}}.chat-shell__nav{display:flex;gap:8px;overflow-x:auto;padding:4px 0 2px;scrollbar-width:none}.chat-shell__nav::-webkit-scrollbar{display:none}@media (min-width: 900px){.chat-shell__nav{flex-direction:column;overflow:visible;padding:14px 12px;border-radius:18px;background:#fff;border:1px solid var(--color-border-light);height:fit-content;position:sticky;top:8px}}.chat-shell__back{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;height:40px;padding:0 12px 0 8px;border-radius:12px;background:var(--color-surface-2);color:var(--color-text);text-decoration:none;font-size:14px;font-weight:700}.chat-shell__back span{font-size:22px;line-height:1;margin-top:-2px}.chat-shell__back:hover{background:var(--color-surface-3)}@media (min-width: 900px){.chat-shell__back{width:100%;height:44px;margin-bottom:4px}}.chat-shell__link{display:inline-flex;align-items:center;gap:10px;flex-shrink:0;height:40px;padding:0 14px;border-radius:12px;background:var(--color-surface-2);color:var(--color-purple-text);text-decoration:none;font-size:13px;font-weight:700;position:relative}.chat-shell__link img{width:28px;height:28px;object-fit:contain;flex-shrink:0}.chat-shell__link i{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#ff3b4e;color:#fff;font-style:normal;font-size:10px;display:inline-flex;align-items:center;justify-content:center;margin-left:auto}.chat-shell__link--ghost{background:transparent;border:1px solid var(--color-border-light);font-weight:600;color:var(--color-hint)}.chat-shell__link--active{background:var(--color-purple-btn);color:#fff;box-shadow:0 8px 18px #6d4aff47}@media (min-width: 900px){.chat-shell__link{width:100%;height:48px;padding:0 12px;font-size:14px}.chat-shell__link img{width:36px;height:36px}}.chat-shell__main{min-width:0;min-height:0;display:flex;flex-direction:column;flex:1;background:#fff;border:1px solid var(--color-border-light);border-radius:18px;padding:14px 16px 16px;overflow:hidden}@media (min-width: 900px){.chat-shell__main{padding:18px 22px 20px}}.chat-shell .chat-page,.chat-shell .chat-thread{max-width:none;margin:0;padding:0;flex:1;min-height:0;overflow:auto}.chat-shell .chat-page__tabs{display:none}@media (min-width: 900px){.chat-shell .chat-header__title{font-size:22px}.chat-shell .chat-page__list{gap:10px}.chat-shell .chat-page--grid .chat-page__list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.chat-shell .chat-thread{max-width:820px;margin:0 auto;width:100%;min-height:0}}.coming-soon{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;padding:40px 24px}.coming-soon h1{font-family:var(--font-display);font-size:28px;font-weight:800;text-transform:uppercase}.coming-soon p{color:var(--color-purple-text);font-size:16px}.user-card{display:flex;flex-direction:column;background:#ffffffb8;border:1px solid rgba(255,255,255,.7);border-radius:18px;overflow:hidden;cursor:pointer;text-align:left;color:inherit;padding:0;box-shadow:0 12px 28px #50288c14;transition:transform .15s}.user-card:hover{transform:translateY(-1px)}.user-card--sm{width:100px;flex-shrink:0}.user-card--md{width:148px;flex-shrink:0}.user-card--lg{width:100%;max-width:420px;margin:0 auto;position:relative;border-radius:28px;background:#1b1638;border:1px solid rgba(255,255,255,.55);box-shadow:0 24px 48px #3e206e2e,inset 0 0 0 1px #ffffff2e}.user-card--lg .user-card__info{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:36px 18px 18px;background:linear-gradient(180deg,transparent,rgba(12,8,28,.88));pointer-events:none;color:#fff}.user-card--lg .user-card__name{font-family:var(--font-display);font-size:26px;font-weight:800;letter-spacing:-.03em;text-transform:none}.user-card--lg .user-card__photo-wrap{aspect-ratio:3/4}.user-card__photo-wrap{position:relative;aspect-ratio:3/4;background:#1a1530}.user-card__photo-wrap .photo-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:0}.user-card__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.user-card__indicators{position:absolute;top:10px;left:10px;right:10px;display:flex;gap:4px;z-index:2}.user-card__indicator{flex:1;height:3px;border-radius:2px;background:#ffffff59}.user-card__indicator--active{background:#fff}.user-card__status{position:absolute;top:14px;left:14px;z-index:3;display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 10px 0 8px;border-radius:999px;background:#121c16b8;color:#fff;font-size:11px;font-weight:800}.user-card__status:before{content:"";width:7px;height:7px;border-radius:50%;background:#7dffb0;box-shadow:0 0 0 3px #7dffb040}.user-card__flag{position:absolute;bottom:6px;right:6px;width:22px;height:16px;object-fit:cover;border-radius:2px}.user-card__info{padding:10px 12px 12px;display:flex;flex-direction:column;gap:2px}.user-card__name{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card__age,.user-card__city{font-size:11px;opacity:.7}.user-card__chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.user-card__chip{display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 10px;border-radius:999px;background:#ffffff29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:12px;font-weight:700;color:#fff}.user-card__chip img{width:14px;height:14px;object-fit:contain}.user-card__chip--ready{background:#50dc8c47}.swipe-deck{display:flex;flex-direction:column;align-items:stretch;gap:18px;width:100%;touch-action:none}.swipe-deck .user-card:hover{transform:none}.swipe-deck__stack{position:relative;width:min(100%,380px);min-height:540px;margin:0 auto;padding:0 72px 36px 0;box-sizing:content-box}.swipe-deck__behind{position:absolute;top:0;left:0;width:min(100%,380px);pointer-events:none;filter:saturate(.88)}.swipe-deck__wiggle{animation:swipe-deck-wiggle 9.5s ease-in-out infinite}.swipe-deck__card{position:relative;width:min(100%,380px);cursor:grab;-webkit-user-select:none;user-select:none}.swipe-deck__card:active{cursor:grabbing}.swipe-deck__card--exiting{pointer-events:none}@media (prefers-reduced-motion: reduce){.swipe-deck__wiggle{animation:none}}.swipe-deck__hint{position:absolute;z-index:3;top:48px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.02em;pointer-events:none;background:#0a06169e;border:1px solid rgba(255,255,255,.14);color:#fff}.swipe-deck__hint--skip{left:12px}.swipe-deck__hint--like{right:12px}.swipe-deck__overlay{position:absolute;top:22%;width:72px;pointer-events:none;z-index:2}.swipe-deck__overlay--like{right:10%}.swipe-deck__overlay--skip{left:10%}.swipe-deck__actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;width:100%;max-width:520px;margin:2px auto 0;padding:14px 8px 12px;border-radius:999px;background:linear-gradient(180deg,#ffffff94,#ffffff47);border:1px solid rgba(255,255,255,.78);box-shadow:0 18px 40px #46247829,0 1px #ffffffeb inset;backdrop-filter:blur(22px) saturate(1.4);-webkit-backdrop-filter:blur(22px) saturate(1.4)}.swipe-deck__btn{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;padding:0 6px;border:none;background:transparent;box-shadow:none;cursor:pointer;color:var(--color-text)}.swipe-deck__btn:not(:last-child):after{content:"";position:absolute;top:12%;right:0;width:1px;height:58%;background:linear-gradient(180deg,#fff0,#ffffffb3 40%,#b4a8d259);pointer-events:none}.swipe-deck__btn-icon{width:68px;height:68px;display:flex;align-items:center;justify-content:center;border-radius:22px;overflow:hidden;background:transparent;box-shadow:0 12px 20px #4624782e}.swipe-deck__btn-icon img{width:100%;height:100%;object-fit:cover;pointer-events:none}.swipe-deck__btn-label{max-width:92px;font-size:12px;font-weight:700;line-height:1.15;text-align:center;color:#6a617c}.swipe-deck__btn:hover:not(:disabled){transform:translateY(-2px)}.swipe-deck__btn:disabled{opacity:.38;cursor:not-allowed;transform:none}@media (max-width: 720px){.swipe-deck__stack{min-height:460px;padding-right:56px}.swipe-deck__actions{padding:12px 4px 10px}.swipe-deck__btn{padding:0 2px}.swipe-deck__btn-icon{width:56px;height:56px;border-radius:18px}.swipe-deck__btn-label{font-size:10px;max-width:72px}}@keyframes swipe-deck-wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-.45deg)}75%{transform:rotate(.45deg)}}.matched-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center}.matched-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#120a208c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.matched-modal__card{position:relative;z-index:1;padding:28px 24px 22px;width:min(380px,100vw - 32px);border-radius:28px;text-align:center;color:#fff;background:radial-gradient(circle at 18% 12%,rgba(255,210,160,.55),transparent 42%),radial-gradient(circle at 88% 8%,rgba(255,120,170,.55),transparent 40%),linear-gradient(160deg,#ff7a4d,#ff4d8d 48%,#c84bff);box-shadow:0 28px 48px #78205047;border:1px solid rgba(255,255,255,.35)}.matched-modal__card h2{margin:8px 0 6px;font-family:var(--font-display);font-size:28px;font-weight:800;letter-spacing:-.03em}.matched-modal__pair{display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:8px}.matched-modal__avatar,.matched-modal__pair .photo-placeholder{width:84px;height:84px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.85);box-shadow:0 10px 20px #28081838}.matched-modal__heart{width:42px;height:42px;object-fit:contain;margin:0 -6px;z-index:1}.matched-modal__hint{margin:0 0 16px;font-size:14px;font-weight:600;color:#ffffffe6}.matched-modal__actions{display:flex;flex-direction:column;gap:8px}.matched-modal__btn{height:46px;padding:0 18px;border:none;border-radius:14px;background:#fff;color:#241428;font-weight:800;cursor:pointer}.matched-modal__btn--play{background:linear-gradient(135deg,#ffe14a,#ffb300)}.matched-modal__btn--ghost{background:#ffffff29;color:#fff}.matched-modal__btn:disabled{opacity:.6;cursor:not-allowed}.matched-modal--panel{position:relative;inset:auto;z-index:1;display:block;height:100%}.matched-modal--panel .matched-modal__card{width:100%;min-height:100%;padding:22px 18px 18px;box-shadow:0 18px 36px #78205029}.matched-modal--panel .matched-modal__btn{background:linear-gradient(135deg,#ff8ab0,#c84bff);color:#fff}.matched-modal--panel .matched-modal__btn--play{background:linear-gradient(135deg,#5b3fe0,#3d2aa8);color:#fff}.matched-modal--panel .matched-modal__btn--ghost{height:auto;background:transparent;box-shadow:none;color:#ffffffe0}.premium-gate{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 12px;text-align:center;background:#fff8dc73;border-radius:16px;border:1px dashed rgba(232,176,64,.5)}.premium-gate p{margin:0;font-size:13px;white-space:pre-line;color:var(--color-purple-text);font-weight:600}.premium-gate__btn{padding:8px 18px;border:none;border-radius:10px;background:linear-gradient(135deg,gold,#ffb300);color:#1a1028;font-weight:700;font-size:13px;cursor:pointer}.community-page{position:relative;z-index:1;min-height:100%;width:100%;max-width:none;margin:0 auto;padding:2px 16px 36px}@media (max-width: 720px){.community-page{padding:0 10px 28px}}.community-page--narrow{max-width:520px}.community-page__panel{padding:16px;border-radius:24px;background:#ffffffb8;border:1px solid rgba(255,255,255,.8);box-shadow:0 16px 32px #3e206e14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.community-page__section{margin-bottom:20px}.community-page__section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.community-page__section-head h2{margin:0;font-size:15px;font-weight:600}.community-page__section-head button{background:none;border:none;color:#7b5cff;font-size:13px;cursor:pointer}.community-page__strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.community-page__strip::-webkit-scrollbar{display:none}.community-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:12px}.community-page__empty{text-align:center;opacity:.6;font-size:13px;padding:20px}.community-page__toggles{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.community-page__toggle{padding:8px 14px;border-radius:999px;border:1px solid rgba(123,92,255,.14);background:#ffffffeb;color:var(--color-text);font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 8px 18px #50288c0f}.community-page__toggle--active{background:#7b5cff;border-color:transparent;color:#fff}.community-hub{display:flex;flex-direction:column;gap:18px}.community-hub__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px 24px;flex-wrap:wrap}.community-hub__brand{display:flex;align-items:flex-start;gap:12px;min-width:min(100%,320px)}.community-hub__brand h1{margin:0;font-family:var(--font-display);font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.03em}.community-hub__brand p{margin:4px 0 0;max-width:42ch;color:var(--color-purple-text);font-size:14px;font-weight:500;line-height:1.35}.community-hub__mark{width:54px;height:54px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(145deg,#ff8a4c,#ff4d8d 55%,#c84bff);box-shadow:0 10px 20px #ff5a8c47}.community-hub__mark img{width:34px;height:34px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(40,8,24,.25))}.community-hub__tabs{display:flex;align-items:center;gap:8px}.community-hub__tablist{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.community-hub__tab{height:38px;padding:0 16px;border:none;border-radius:999px;background:transparent;color:#8a7fa8;font-size:14px;font-weight:800;cursor:pointer}.community-hub__tab--online:before{content:"";display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;background:#3ddc84;box-shadow:0 0 0 3px #3ddc8433;transform:translateY(-1px)}.community-hub__tab--active{background:linear-gradient(135deg,#ff8ab0,#ff5a9a);color:#fff;box-shadow:0 8px 16px #ff5a9a47}.community-hub__tab--active.community-hub__tab--online:before{background:#fff;box-shadow:none}.community-hub__filter{width:40px;height:40px;padding:0;border:none;border-radius:50%;background:#ffffffeb;color:#6b5b90;box-shadow:0 8px 16px #50288c14;cursor:pointer}.community-hub__filter svg{width:20px;height:20px}.community-hub__layout{display:grid;grid-template-columns:minmax(280px,1.15fr) minmax(260px,.95fr) minmax(240px,.85fr);gap:16px;align-items:start}.community-hub__deck{position:relative;min-width:0}.community-hub__feeds{display:flex;flex-direction:column;gap:14px;min-width:0}.community-hub__mutual{min-width:0;min-height:420px}.community-hub__empty,.community-hub__tips{width:100%;max-width:360px;margin:40px auto;padding:18px;text-align:center;color:var(--color-purple-text);font-weight:600}.community-hub__tips{display:flex;flex-direction:column;gap:8px;text-align:left;background:#ffffffe0;border-radius:18px}.community-hub__tips p{margin:0;white-space:pre-line;font-size:13px;font-weight:500}.community-hub__tips button{align-self:flex-end;height:36px;padding:0 14px;border-radius:10px;background:#7b5cff;color:#fff;font-weight:700}.community-hub__empty button{margin-top:12px;height:40px;padding:0 16px;border-radius:12px;background:#7b5cff;color:#fff;font-weight:700}.community-hub__toast{position:absolute;bottom:12px;left:50%;transform:translate(-50%);margin:0;padding:8px 14px;border-radius:999px;background:#120c20c7;color:#fff;font-size:12px;font-weight:700}@media (max-width: 1180px){.community-hub__layout{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.community-hub__mutual{grid-column:1/-1;min-height:0;max-width:420px}}@media (max-width: 860px){.community-hub__layout{grid-template-columns:1fr}.community-hub__mutual{max-width:none}}.community-widget{padding:16px;border-radius:24px;background:#ffffff9e;border:1px solid rgba(255,255,255,.78);box-shadow:0 16px 32px #3e206e14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.community-widget--matches{padding:0 16px 16px;overflow:hidden}.community-widget--mutual-empty{min-height:280px;display:flex;flex-direction:column;justify-content:center;text-align:center;background:linear-gradient(160deg,#ff8c6e8c,#ff5aa073);color:#fff}.community-widget--mutual-empty h2{margin:0 0 8px;font-family:var(--font-display)}.community-widget--mutual-empty p{margin:0;opacity:.9}.community-widget__banner{margin:0 -16px 14px;padding:14px 18px;background:linear-gradient(90deg,#ff8ab0,#ff6a9a 55%,#ff8f6a);color:#fff}.community-widget__banner h2{margin:0;font-size:16px;font-weight:800}.community-widget__banner span{font-weight:700;opacity:.9}.community-widget__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.community-widget__head h2{margin:0;font-size:16px;font-weight:800}.community-widget__link{background:none;border:none;color:#ff5a9a;font-size:13px;font-weight:800;cursor:pointer}.community-widget__empty{margin:8px 0 12px;font-size:13px;color:var(--color-purple-text)}.community-widget__people{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:14px}.community-widget__person{display:flex;flex-direction:column;align-items:center;gap:6px;padding:0;background:transparent;cursor:pointer;color:inherit}.community-widget__person strong,.community-widget__person em{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.community-widget__person em{font-style:normal;color:var(--color-purple-text);font-size:11px}.community-widget__avatar{width:64px;height:64px;padding:0;border:3px solid #fff;border-radius:50%;overflow:hidden;background:#ece6f8;position:relative;display:block;box-shadow:0 8px 16px #50288c1f}.community-widget__avatar img,.community-widget__avatar .photo-placeholder{width:100%;height:100%;object-fit:cover;border-radius:50%}.community-widget__avatar i{position:absolute;right:2px;bottom:2px;width:10px;height:10px;border-radius:50%;background:#3ddc84;border:2px solid #fff}.community-widget__avatar--sm{width:44px;height:44px;flex-shrink:0}.community-widget__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.community-widget__list li{display:flex;align-items:center;gap:8px}.community-widget__row{display:flex;align-items:center;gap:10px;flex:1;min-width:0;text-align:left;background:transparent;cursor:pointer}.community-widget__meta{display:flex;flex-direction:column;min-width:0}.community-widget__meta strong{font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.community-widget__meta em{font-style:normal;font-size:12px;color:var(--color-purple-text)}.community-widget__acts{display:flex;gap:4px;flex-shrink:0}.community-widget__acts button{width:36px;height:36px;padding:0;border-radius:50%;background:#ffffffdb;color:#7b5cff;cursor:pointer;box-shadow:0 6px 12px #50288c14}.community-widget__acts img,.community-widget__acts svg{width:18px;height:18px;object-fit:contain}.community-widget__cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;height:44px;border:none;border-radius:14px;background:linear-gradient(90deg,#ff8ab0,#c84bff);color:#fff;font-weight:800;font-size:14px;cursor:pointer;box-shadow:0 10px 20px #c84bff38}.community-widget__cta svg{width:16px;height:16px}.community-header{display:flex;align-items:center;gap:10px;padding:4px 0 14px}.community-header__back{width:40px;height:40px;border:none;border-radius:12px;background:#ffffffdb;color:var(--color-text);font-size:20px;cursor:pointer;box-shadow:0 8px 18px #50288c14}.community-header span.community-header__back{background:transparent;box-shadow:none;cursor:default}.community-header__title{flex:1;margin:0;font-family:var(--font-display);font-size:20px;font-weight:800;letter-spacing:-.03em}.community-header__settings{width:44px;height:44px;padding:0;border:none;border-radius:14px;background:#ffffffdb;box-shadow:0 8px 18px #50288c14;cursor:pointer}.community-header__settings img{width:100%;height:100%;object-fit:contain}.community-settings{display:flex;flex-direction:column;gap:14px}.community-settings h2{margin:8px 0 0;font-size:15px}.community-settings__row{display:flex;gap:10px}.community-settings__row button{flex:1;padding:14px;border-radius:12px;border:1px solid var(--color-border-light);background:#fff;color:var(--color-text);cursor:pointer}.community-settings__row button.active{background:#7b3fe4;border-color:#7b3fe4}.community-settings select{padding:12px;border-radius:10px;border:1px solid var(--color-border-light);background:#fff;color:var(--color-text)}.community-settings__hint{font-size:12px;opacity:.7;margin:0}.community-settings__save{margin-top:12px;padding:14px;border:none;border-radius:14px;background:linear-gradient(135deg,#7b3fe4,#5b2db8);color:#fff;font-weight:700;cursor:pointer}.community-details__hero{text-align:center;margin-bottom:20px}.community-details__hero h2{margin:12px 0 4px;font-family:var(--font-display)}.community-details__hero span{display:block;font-size:13px;opacity:.75}.community-details__photo{width:200px;height:260px;object-fit:cover;border-radius:16px;margin:0 auto;display:block}.community-details__message{text-align:center;white-space:pre-line;font-size:14px;opacity:.9;margin-bottom:24px}.community-details__actions{display:flex;flex-direction:column;gap:10px;max-width:320px;margin:0 auto}.community-details__btn{padding:14px;border:none;border-radius:14px;font-weight:700;cursor:pointer;color:#fff}.community-details__btn--accept{background:linear-gradient(135deg,#4ade80,#22c55e);color:#0a1a0f}.community-details__btn--dismiss{background:#7b5cff1f;color:var(--color-text)}.airdrop-page{position:relative;z-index:1;width:100%;max-width:none;margin:0 auto;padding:0 16px 48px;color:var(--color-text)}.airdrop-page__hero{position:relative;z-index:1;display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr) minmax(200px,240px);gap:16px 24px;align-items:center;margin:4px 0 22px;padding:14px 22px 16px 8px;border-radius:32px;background:#fffffff2;border:1px solid rgba(255,255,255,.98);box-shadow:0 22px 48px #50288c1a;overflow:hidden}.airdrop-page__hero-art-wrap{position:relative;display:grid;place-items:center;min-height:280px;overflow:visible}.airdrop-page__hero-art-wrap:before{content:"";position:absolute;width:min(125%,360px);aspect-ratio:1;left:50%;top:48%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle at 50% 46%,rgba(255,236,170,.95) 0 7%,rgba(255,196,90,.5) 16%,rgba(176,110,255,.4) 34%,rgba(255,150,210,.18) 52%,transparent 68%);pointer-events:none;z-index:0}.airdrop-page__hero-glow{position:absolute;z-index:0;width:min(130%,380px);left:50%;top:48%;transform:translate(-50%,-50%);object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.airdrop-page__hero-art{position:relative;z-index:1;width:100%;max-height:280px;object-fit:contain;object-position:center bottom;pointer-events:none;-webkit-user-select:none;user-select:none;background:transparent}.airdrop-page__hero-copy{min-width:0}.airdrop-page__hero-copy h1{margin:0 0 10px;font-family:var(--font-display);font-size:clamp(40px,5.6vw,64px);font-weight:800;line-height:.92;letter-spacing:.01em;text-transform:none}.airdrop-page__hero-copy p{margin:0 0 16px;max-width:560px;font-size:14px;line-height:1.45;color:var(--color-purple-text)}.airdrop-page__title-lead{text-transform:uppercase;letter-spacing:.02em;background:linear-gradient(90deg,#2a1878,#4f6dff 55%,#7b8cff);-webkit-background-clip:text;background-clip:text;color:transparent}.airdrop-page__title-accent{margin-left:.12em;background:none;color:#e14dff;-webkit-text-fill-color:#e14dff;font-weight:800}.airdrop-page__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:520px}.airdrop-page__stat{min-width:0;padding:10px 14px;border-radius:18px;background:#f7f4fcf5;border:1px solid rgba(255,255,255,.98)}.airdrop-page__stat span{display:block;margin-bottom:4px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--color-hint)}.airdrop-page__stat strong{display:flex;align-items:center;gap:8px;font-size:28px;font-family:var(--font-display);font-weight:800;line-height:1}.airdrop-page__stat strong img,.airdrop-page__stat strong svg{width:28px;height:28px;object-fit:contain;flex-shrink:0}.airdrop-page__stat--done strong{color:var(--color-purple-btn);font-size:22px}.airdrop-page__tasks,.airdrop-page__winners,.airdrop-page__roulette-block{position:relative;z-index:1;margin-bottom:22px}.airdrop-page__tasks>h2,.airdrop-page__winners>h2,.airdrop-page__roulette-block>h2{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin:0 0 12px;font-size:18px;font-weight:800}.airdrop-page__tasks>h2 img,.airdrop-page__winners>h2 img,.airdrop-page__roulette-block>h2 img{width:18px;height:18px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(240,180,41,.35))}.airdrop-page__task-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.airdrop-page__days{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:12px;overflow-x:auto;padding:16px 16px 18px;border-radius:32px;background:#fffffff2;border:1px solid rgba(255,255,255,.98);box-shadow:0 16px 36px #50288c14}.airdrop-page__roulette{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;margin:12px 0 0;padding:16px 16px 0;border-radius:32px;overflow:hidden;background:radial-gradient(ellipse 78% 70% at 50% 118%,rgba(155,125,255,.32) 0%,transparent 62%),linear-gradient(180deg,#fffffff5,#f7f3fff0);border:1px solid rgba(255,255,255,.98);box-shadow:0 22px 48px #50288c1a}.airdrop-page__roulette .roulette-provider,.airdrop-page__roulette .user-roulette-wheel{overflow:hidden}.airdrop-page__roulette-head{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-bottom:8px}.airdrop-legend{display:flex;flex-wrap:wrap;gap:12px 16px;margin:0;padding:0;list-style:none;color:var(--color-purple-text);font-size:12px;font-weight:700}.airdrop-legend li{display:inline-flex;align-items:center;gap:6px}.airdrop-legend__chip{width:12px;height:12px;border-radius:50%;flex-shrink:0}.airdrop-legend__chip--seat{background:#9b7dff;box-shadow:0 0 0 3px #9b7dff2e}.airdrop-legend__chip--free{background:#fff;box-shadow:inset 0 0 0 1.5px #d8d0ea}.airdrop-legend__chip--you{background:#f0b429;box-shadow:0 0 0 3px #f0b42938}.airdrop-timer{display:flex;flex-direction:column;align-items:center;justify-self:center;flex-shrink:0;padding:4px 6px 4px 0}.airdrop-timer__medal{position:relative;width:min(42vw,228px);height:min(42vw,228px);filter:drop-shadow(0 0 28px rgba(123,92,255,.45))}.airdrop-timer__medal>svg{width:100%;height:100%}.airdrop-timer__hourglass{width:34px;height:34px;display:block;margin-bottom:2px;pointer-events:none}.airdrop-timer__face{position:absolute;top:12%;right:12%;bottom:12%;left:12%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;pointer-events:none}.airdrop-timer__glass{width:22px;height:22px;flex-shrink:0}.airdrop-timer strong{display:flex;align-items:center;justify-content:center;gap:1px;font-variant-numeric:tabular-nums;color:var(--color-text)}.airdrop-timer b{font-size:clamp(22px,2.4vw,32px);font-weight:800;line-height:1}.airdrop-timer i{font-style:normal;color:#c4b8e8;font-weight:800;font-size:clamp(20px,2.2vw,28px)}.airdrop-timer small{font-size:12px;font-weight:700;color:var(--color-hint);text-align:center}.airdrop-task{display:grid;grid-template-columns:72px 1fr 62px;gap:12px;align-items:center;min-height:108px;padding:14px 16px;border-radius:28px;background:#fffffff2;border:1px solid rgba(255,255,255,.98);box-shadow:0 16px 36px #50288c14}.airdrop-task>img{width:72px;height:72px;object-fit:contain}.airdrop-task__body{min-width:0}.airdrop-task__body p{margin:0 0 8px;font-size:13px;line-height:1.4;color:var(--color-text)}.airdrop-task__body span{display:inline-flex;align-items:center;gap:6px;color:var(--color-text);font-weight:700;font-size:13px}.airdrop-task__body span img{width:18px;height:18px}.airdrop-task__ring{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;justify-self:end}.airdrop-task__ring span{width:44px;height:44px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:12px;font-weight:800;color:var(--color-text)}.airdrop-day{flex:1 1 0;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:96px;text-align:center}.airdrop-day img,.airdrop-day .photo-placeholder,.airdrop-day .player-avatar,.airdrop-day__mark{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0;box-shadow:0 0 0 2px #9b7dff,0 8px 18px #50288c1a}.airdrop-day__mark{box-shadow:0 8px 18px #50288c1a}.airdrop-day small{font-size:12px;font-weight:700;line-height:1.25;color:var(--color-text)}.airdrop-day span{font-size:12px;color:var(--color-hint)}.roulette-provider__caption{color:#6d4aff!important}.roulette-provider__meta{color:var(--color-purple-text)!important}@media (max-width: 1100px){.airdrop-page__hero{grid-template-columns:minmax(180px,240px) 1fr auto}}@media (max-width: 960px){.airdrop-page{padding:0 16px 36px}.airdrop-page__hero{grid-template-columns:1fr;justify-items:center;text-align:center;padding:18px 16px 20px}.airdrop-timer{padding:0}.airdrop-timer__medal{width:min(58vw,200px);height:min(58vw,200px)}.airdrop-page__hero-art{max-height:240px}.airdrop-page__hero-copy p,.airdrop-page__stats{margin-inline:auto}.airdrop-page__stats,.airdrop-page__task-grid{grid-template-columns:1fr}.airdrop-page__stats{width:100%;max-width:360px}.airdrop-page__task-grid{display:grid;grid-template-columns:1fr}.airdrop-page__roulette-head{flex-direction:column;align-items:flex-start}}.celeb-card{display:grid;grid-template-columns:1fr;position:relative;isolation:isolate;min-height:420px;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 40px #1c104024;color:#fff;background:#12081f}@media (min-width: 700px){.celeb-card{grid-template-columns:minmax(160px,.92fr) 1.18fr;min-height:300px}}.celeb-card__scene{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.celeb-card__art,.celeb-card__body{position:relative;z-index:1}.celeb-card__art{min-height:240px;overflow:hidden}.celeb-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.celeb-card__portrait{position:absolute;left:50%;bottom:0;z-index:1;height:96%;max-width:100%;transform:translate(-50%);object-fit:contain;filter:drop-shadow(0 16px 28px rgba(0,0,0,.5));pointer-events:none}.celeb-card__badge{position:absolute;top:14px;left:14px;z-index:2;padding:4px 10px;border-radius:10px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.celeb-card__badge--ai{background:#01ffab33;color:#7dffc8}.celeb-card__badge--partner{background:#166534;color:#fff}.celeb-card__body{display:flex;flex-direction:column;gap:10px;padding:16px;background:linear-gradient(180deg,#0c061c6b,#0c061ce0)}@media (min-width: 700px){.celeb-card__body{padding:18px 18px 16px 10px;background:linear-gradient(90deg,#0c061c2e,#0c061cd1 32%)}}.celeb-card__copy h3{margin:0;font-size:22px;font-weight:800;line-height:1.15}.celeb-card__copy p{margin:4px 0 0;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#7dffc8}.celeb-card__meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0}.celeb-card__meta div{min-width:0}.celeb-card__meta dt{font-size:11px;color:#ffffff8c}.celeb-card__meta dd{margin:2px 0 0;font-size:14px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.celeb-card__countdown{margin:0;font-size:13px;font-weight:700;color:#d7c4ff}.celeb-card__people{display:flex;align-items:center;gap:8px}.celeb-card__people ul{display:flex;margin:0;padding:0;list-style:none}.celeb-card__people li{margin-left:-8px}.celeb-card__people li:first-child{margin-left:0}.celeb-card__people img,.celeb-card__people .photo-placeholder,.celeb-card__people .player-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid #1c1233;display:block;overflow:hidden}.celeb-card__people span{font-size:12px;font-weight:700;color:#ffffffb8}.celeb-card__selection>span{display:block;margin-bottom:8px;font-size:13px;font-weight:700;color:#b9a6ff}.celeb-card__selection ul{display:flex;gap:8px;margin:0;padding:0;list-style:none}.celeb-card__selection li img,.celeb-card__selection li .photo-placeholder,.celeb-card__selection li .player-avatar,.celeb-card__selection .celeb-card__seat{width:36px;height:36px;border-radius:50%;object-fit:cover;display:block}.celeb-card__selection .celeb-card__seat{background:#ffffff14;border:1px dashed rgba(185,166,255,.45)}.celeb-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.celeb-card__cta,.celeb-card__remind{flex:1.35 1 140px}.celeb-card__more{flex:1 1 110px}.celeb-card__remind.btn--ghost{border:1px solid rgba(255,255,255,.72);background:#ffffff14;color:#fff}.celeb-card--brand{color:#1b1233;background:#fff;border-color:#eceaf3}.celeb-card--brand .celeb-card__body{background:#fff}.celeb-card--brand .celeb-card__copy p{color:#16a34a}.celeb-card--brand .celeb-card__meta dt,.celeb-card--brand .celeb-card__countdown,.celeb-card--brand .celeb-card__people span{color:#8b86a0}.celeb-card--brand .celeb-card__people img,.celeb-card--brand .celeb-card__people .photo-placeholder,.celeb-card--brand .celeb-card__people .player-avatar{border-color:#fff}.celeb-card--brand .celeb-card__remind.btn--ghost{border-color:#e4e0ee;background:#fff;color:#1b1233;box-shadow:0 4px 12px #28105014}.show-match{position:relative;z-index:1;display:flex;flex-direction:column;flex:1;width:100%;max-width:1180px;margin:0 auto;padding:4px 16px 28px;color:#1b1233}@media (max-width: 720px){.show-match{padding:0 10px 24px}}.show-match__hero{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;gap:18px 24px;margin:2px 0 18px;min-height:148px}.show-match__logo{width:min(228px,42vw);height:auto;flex-shrink:0;object-fit:contain;filter:drop-shadow(0 10px 22px rgba(180,80,200,.28))}.show-match__hero-copy{flex:1 1 auto;min-width:0;max-width:540px}.show-match__hero-copy h1{margin:0;font-family:var(--font-display);font-size:clamp(20px,2.7vw,32px);font-weight:800;line-height:1.12;letter-spacing:.02em;text-transform:uppercase;color:#fff;text-shadow:0 1px 2px rgba(90,40,140,.35),0 8px 28px rgba(120,50,170,.45)}.show-match__hero-copy p{margin:10px 0 0;max-width:28em;font-size:14px;font-weight:500;line-height:1.4;color:#ffffffeb;text-shadow:0 1px 2px rgba(90,40,140,.32),0 6px 18px rgba(120,50,170,.35)}@media (max-width: 560px){.show-match__hero{min-height:0;gap:10px}.show-match__logo{width:min(128px,34vw)}.show-match__hero-copy h1{font-size:16px}.show-match__hero-copy p{font-size:12px}}.show-match__board{position:relative}.show-match__tabs{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:center;gap:6px;padding:0;position:relative;z-index:2}.show-match__tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:200px;flex:0 0 auto;min-height:50px;padding:10px 22px;border:none;border-radius:22px 22px 0 0;background:#e6e3ee;color:#6b6580;font-size:15px;font-weight:700;cursor:pointer}.show-match__tab img{width:20px;height:20px;object-fit:contain}.show-match__tab.is-active{position:relative;z-index:1;background:#fff;color:#5b2fd6}.show-match__board--star .show-match__tab.is-active:after,.show-match__board--brand .show-match__tab.is-active:before{content:"";position:absolute;bottom:0;width:16px;height:16px;pointer-events:none}.show-match__board--star .show-match__tab.is-active:after{right:-16px;background:radial-gradient(circle at top right,transparent 16px,#fff 16.5px)}.show-match__board--brand .show-match__tab.is-active:before{left:-16px;background:radial-gradient(circle at top left,transparent 16px,#fff 16.5px)}.show-match__panel{position:relative;z-index:1;margin-top:-1px;padding:16px 16px 20px;background:#fff;border-radius:28px;box-shadow:0 18px 40px #50288c14}.show-match__filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.show-match__filter{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid #eceaf3;background:#fff;color:#3d3754;font-size:13px;font-weight:600;cursor:pointer}.show-match__filter.is-active{border-color:#8b7cff;color:#5b2fd6;box-shadow:0 4px 12px #5b2fd61a}.show-match__dot{width:8px;height:8px;border-radius:50%}.show-match__dot--green{background:#22c55e}.show-match__dot--yellow{background:#f5c542}.show-match__dot--grey{background:#9aa0ae}.show-match__empty{text-align:center;color:#6b6580}.show-match__grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 860px){.show-match__grid{grid-template-columns:1fr 1fr}}.show-match__how{margin-top:16px;padding:20px 22px 22px;background:#fff;border-radius:28px;box-shadow:0 18px 40px #50288c14}.show-match__how h2{margin:0 0 16px;text-align:left;font-size:22px;font-weight:800;color:#1b1233}.show-match__how ol{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px 12px;margin:0;padding:0;list-style:none}.show-match__how li:not(.show-match__how-arrow){display:flex;align-items:center;gap:12px;width:min(280px,100%);text-align:left}.show-match__how li:not(.show-match__how-arrow) img{width:72px;height:72px;flex-shrink:0;object-fit:contain}.show-match__how li:not(.show-match__how-arrow) strong{display:block;font-size:15px;color:#1b1233}.show-match__how li:not(.show-match__how-arrow) span{display:block;margin-top:4px;font-size:13px;line-height:1.35;color:#6b6580}.show-match__how-arrow{width:28px;display:flex;justify-content:center;color:#c5c0d4;font-size:22px}.show-match__how-arrow img{width:28px;height:22px;object-fit:contain;opacity:.55;filter:grayscale(1)}@media (max-width: 720px){.show-match__how-arrow{display:none}}.event-back{display:inline-flex;align-items:center;gap:6px;margin:4px 0 16px;padding:8px 14px 8px 10px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#12102ab8;color:var(--color-white);font-size:14px;font-weight:600;cursor:pointer}.event-back:hover{background:#ffffff14}.event-back__chevron{font-size:22px;line-height:1;margin-top:-2px}.event-page{padding:4px 16px 32px;max-width:1100px;margin:0 auto;width:100%}.game-day__hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(220px,.9fr);gap:24px;align-items:center;margin-bottom:28px;padding:8px 8px 16px}.game-day__copy h1{margin:0 0 12px;font-family:var(--font-display);font-size:clamp(32px,5vw,52px);font-weight:900;font-style:italic;letter-spacing:.02em;text-transform:uppercase;background:linear-gradient(90deg,#1b1638 20%,#68b611 70%);-webkit-background-clip:text;background-clip:text;color:transparent}.game-day__copy p{margin:0 0 16px;max-width:420px;color:var(--color-purple-text);font-size:14px;line-height:1.5}.game-day__copy p strong{color:var(--color-cian)}.game-day__copy p img{width:18px;height:18px;margin-left:6px;vertical-align:-3px}.game-day__art{width:100%;max-height:280px;object-fit:contain;filter:drop-shadow(0 0 28px rgba(149,212,0,.35))}.game-day__table{display:flex;flex-direction:column;gap:8px}.game-day__head,.game-day__row{display:grid;grid-template-columns:1.4fr 1fr .8fr;align-items:center;gap:8px;padding:10px 16px}.game-day__head{color:var(--color-purple-text);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.game-day__row{border-radius:999px;background:linear-gradient(90deg,#68b6111f,#fff);border:1px solid rgba(149,212,0,.35);box-shadow:0 0 16px #68b6111f}.game-day__user{display:flex;align-items:center;gap:10px;min-width:0}.game-day__user img,.game-day__user .photo-placeholder,.game-day__user .player-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.game-day__user span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.game-day__date{text-align:center;color:var(--color-cian);font-weight:600}.game-day__prize{display:flex;align-items:center;justify-content:flex-end;gap:6px;font-weight:800}.game-day__prize img{width:18px;height:18px}@media (max-width: 720px){.game-day__hero{grid-template-columns:1fr;text-align:center}.game-day__copy p{max-width:none}.game-day__head,.game-day__row{grid-template-columns:1.3fr .9fr .7fr;padding:10px 12px;font-size:13px}}.market-premium{width:100%}.market-premium__active{margin:0 0 12px;padding:12px 16px;border-radius:16px;background:linear-gradient(135deg,#ffd7002e,#7b3fe41a);border:1px solid rgba(123,63,228,.22);font-size:14px;font-weight:800}.market-premium__plate{overflow:hidden;background:#fff;border-radius:28px;border:1px solid var(--color-border-light);box-shadow:0 18px 40px #5828b414}.market-premium__hero{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(300px,1.2fr);min-height:280px;overflow:hidden;background:linear-gradient(90deg,#eef4ff,#f4f7ff 38%,#f7f4ff)}.market-premium__hero-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:10px;padding:28px 20px 28px 32px}.market-premium__hero-copy h2{margin:0;font-size:34px;font-weight:800;letter-spacing:-.03em;line-height:1.05;color:var(--color-text)}.market-premium__hero-copy h2 span{background:linear-gradient(90deg,#c44dff,#ff4d9a);-webkit-background-clip:text;background-clip:text;color:transparent}.market-premium__hero-copy>p{margin:0;max-width:36ch;font-size:14px;line-height:1.4;color:var(--color-purple-text)}.market-premium__hero-copy em{font-style:normal;font-size:12px;color:var(--color-hint)}.market-premium__shield{display:inline-flex;align-items:center;gap:6px;width:fit-content;height:28px;padding:0 10px 0 6px;border-radius:999px;background:#7b3fe41a;font-size:12px;font-weight:700;color:var(--color-text)}.market-premium__shield img{width:18px;height:18px;object-fit:contain}.market-premium__hero-visual{position:relative;min-height:280px}.market-premium__hero-visual img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:58% 46%}.market-premium__hero-visual:after{content:"";position:absolute;inset:0 auto 0 0;width:72px;background:linear-gradient(90deg,#eef4ff,transparent);pointer-events:none}.market-premium__features{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:0;padding:14px 16px 8px;list-style:none}.market-premium__features li{display:flex;flex-direction:column;align-items:center;gap:6px;min-height:168px;padding:14px 10px 16px;text-align:center;border-radius:18px;background:#fff;border:1px solid var(--color-border-light);box-shadow:0 10px 24px #2814500d}.market-premium__features img{width:58px;height:58px;object-fit:contain}.market-premium__features strong{display:block;font-size:13px;line-height:1.25}.market-premium__features p{margin:0;font-size:11px;line-height:1.35;color:var(--color-purple-text)}.market-premium__checkout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:16px;align-items:stretch;padding:12px 16px 20px}.market-premium__plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.market-premium__plan{position:relative;display:flex;flex-direction:column;gap:6px;min-height:118px;padding:18px 14px 16px;border-radius:18px;border:1.5px solid var(--color-border-light);background:#fff;text-align:left;cursor:pointer;color:var(--color-text)}.market-premium__plan b{position:absolute;top:-9px;left:12px;height:18px;padding:0 8px;border-radius:999px;background:#ff4d6d;color:#fff;font-size:9px;font-weight:800;letter-spacing:.04em;line-height:18px}.market-premium__plan strong{font-size:15px}.market-premium__plan span{font-size:20px;font-weight:800}.market-premium__plan em{font-style:normal;font-size:12px;color:var(--color-cian);font-weight:700}.market-premium__plan i{position:absolute;right:12px;top:14px;width:16px;height:16px;border-radius:50%;border:2px solid #d9d3ea;box-sizing:border-box}.market-premium__plan i.is-on{border-color:#c44dff;background:radial-gradient(circle at center,#c44dff 0 5px,transparent 6px)}.market-premium__plan.is-on{border-color:#c44dff;box-shadow:0 0 0 1px #c44dff}.market-premium__pay{display:flex;flex-direction:column;justify-content:center;gap:10px;padding:8px 4px 8px 8px}.market-premium__pay p{margin:0;font-size:14px;color:var(--color-text)}.market-premium__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:56px;padding:0 18px;border:none;border-radius:18px;background:linear-gradient(90deg,#ff5db1,#b44dff 48%,#6a1ad8);color:#fff;font-size:15px;font-weight:800;cursor:pointer;box-shadow:0 14px 28px #6a1ad852}.market-premium__cta img{width:22px;height:22px;object-fit:contain}.market-premium__cta:disabled{opacity:.5;cursor:not-allowed}.market-premium__pay small{font-size:11px;color:var(--color-hint)}.market-premium__block{margin:12px 16px 20px;padding:14px;border-radius:14px;background:#ff4d6d14;color:#c62828;font-size:14px;font-weight:700}@media (max-width: 960px){.market-premium__hero{grid-template-columns:1fr;min-height:0}.market-premium__hero-copy{padding:22px 18px 8px}.market-premium__hero-visual{min-height:220px;margin:0}.market-premium__hero-visual:after{width:100%;height:48px;background:linear-gradient(180deg,#eef4ff,transparent)}.market-premium__features{display:flex;overflow-x:auto;padding-bottom:12px}.market-premium__features li{flex:0 0 168px;min-height:156px}.market-premium__checkout,.market-premium__plans{grid-template-columns:1fr}}.market-page{padding:8px 16px 28px}.market-page__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.market-page h1{margin:0;font-size:28px;font-weight:800;letter-spacing:-.02em}.market-page__error{color:#ff6b6b;font-size:13px}.market-page__hint{margin:0 0 14px;font-size:13px;color:var(--color-hint)}.market-page__premium{display:flex;align-items:center;padding:10px 14px;margin-bottom:14px;border-radius:14px;background:linear-gradient(135deg,#ffd70029,#ff8c0014);border:1px solid rgba(255,215,0,.28);font-size:13px}.market-page__tabs,.market-page__subtabs{display:flex;gap:8px;margin-bottom:16px;padding:4px;border-radius:16px;background:var(--color-surface-2);border:1px solid var(--color-border-light)}.market-page__tabs button,.market-page__subtabs button{flex:1;padding:10px 12px;border:none;border-radius:12px;background:transparent;color:var(--color-purple-text);cursor:pointer;font-weight:700;font-size:13px}.market-page__tabs button.active,.market-page__subtabs button.active{color:#fff;background:linear-gradient(180deg,#7b3fe4f2,#5828b4f2);box-shadow:0 8px 18px #5828b459}.market-page__subtabs{max-width:420px;margin-left:auto;margin-right:auto}.market-page__subtabs button.active{background:linear-gradient(180deg,#ff4d8d,#e1266a);box-shadow:0 8px 18px #e1266a59}.market-page__coins{display:flex;flex-direction:column;gap:22px}.market-page__coins h2{margin:0 0 12px;font-size:16px;font-weight:800}.market-page__quiet{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:220px;padding:28px 20px;border-radius:20px;background:#fff;border:1px solid var(--color-border-light);color:var(--color-hint);text-align:center}.market-page__quiet img{width:56px;height:56px;object-fit:contain;opacity:.9}.market-page__quiet p{margin:0;font-size:15px}.market-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:14px}.market-page__grid--chars{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.market-card{display:flex;flex-direction:column;overflow:hidden;border-radius:18px;background:#fff;border:1px solid var(--color-border-light);box-shadow:var(--shadow-card)}.market-card.is-selected{border-color:#01ffab73;box-shadow:0 0 0 1px #01ffab47,0 12px 28px #00000047}.market-card.is-claimable{box-shadow:0 0 0 1px #00d2ff73,0 12px 28px #00b4dc38}.market-card__art{position:relative;height:220px;overflow:hidden;background:var(--color-surface-3)}.market-card__art>img:first-child{width:100%;height:100%;object-fit:cover;object-position:center 40%}.market-card__art--booster{height:160px;overflow:hidden;border-radius:18px 18px 0 0;background:var(--color-surface-3)}.market-card__art--booster img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center top}.market-card__art--pack{height:140px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 30%,rgba(123,63,228,.28) 0%,transparent 62%),var(--color-surface-3)}.market-card__art--pack img{width:auto;max-width:78%;height:88%;object-fit:contain}.market-card__portrait{position:absolute;left:50%;bottom:0;transform:translate(-50%);height:108%;width:auto;max-width:92%;object-fit:contain;object-position:bottom center;pointer-events:none;filter:drop-shadow(0 8px 16px rgba(0,0,0,.45))}.market-card__body{display:flex;flex-direction:column;gap:8px;padding:12px}.market-card strong{font-size:14px;font-weight:800;text-align:center}.market-card__price{display:flex;align-items:center;justify-content:center;gap:4px;font-size:13px;font-weight:700;color:#c9a227}.market-card__price--rub{color:var(--color-text);font-size:16px}.market-card__price--free{color:#12b5c9}.market-card__price img{width:16px;height:16px}.market-card button{padding:9px 10px;border:none;border-radius:10px;background:linear-gradient(180deg,#ff4d8d,#e1266a);color:#fff;cursor:pointer;font-size:12px;font-weight:800}.market-card button:disabled{opacity:.55}.market-card__owned{text-align:center;color:#4ade80;font-size:12px;font-weight:800;padding:9px 10px}.market-card__gallery{background:var(--color-surface-2)!important;border:1px solid var(--color-border-light)!important;color:var(--color-text)!important}@media (min-width: 960px){.market-page__grid--chars{grid-template-columns:repeat(4,minmax(0,1fr))}}.character-gallery{position:relative;padding:0 16px 28px;display:flex;flex-direction:column;gap:14px}.character-gallery__hero-wrap{position:relative;border-radius:22px;overflow:hidden;min-height:320px;border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 36px #00000052}.character-gallery__hero{width:100%;height:360px;object-fit:cover;object-position:center 40%;display:block}.character-gallery__portrait{position:absolute;left:50%;bottom:0;transform:translate(-50%);height:100%;max-width:70%;object-fit:contain;object-position:bottom center;pointer-events:none}.character-gallery__back{position:absolute;top:12px;left:12px;z-index:2;width:40px;height:40px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:#0c081c8c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:18px;cursor:pointer}.character-gallery h1{margin:0;font-size:28px;font-weight:800}.character-gallery__meta{margin:0;color:var(--color-purple-text);font-size:14px}.character-gallery__price{display:flex;align-items:center;gap:6px;margin:0;font-size:18px;font-weight:800;color:#ffd76a}.character-gallery__price img{width:20px;height:20px}.character-gallery__benefits{display:grid;gap:8px}.character-gallery__benefit{padding:12px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;display:flex;justify-content:space-between;gap:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.character-gallery__error{color:#ff6b6b}.character-gallery__owned{color:#4ade80;font-weight:800}.character-gallery__buy{height:46px;border:none;border-radius:12px;background:linear-gradient(180deg,#ff4d8d,#e1266a);color:#fff;font-weight:800;cursor:pointer}.character-gallery__buy:disabled{opacity:.55}.info-page{position:relative;z-index:1;width:100%;padding:4px 18px 36px}@media (max-width: 720px){.info-page{padding:0 10px 28px}}.info-page__head{margin-bottom:18px}.info-page h1{margin:0;font-family:var(--font-display);font-size:clamp(30px,3.4vw,42px);font-weight:800;letter-spacing:-.04em;color:var(--color-text)}.info-page__head p{margin:8px 0 0;color:var(--color-purple-text);font-size:16px;font-weight:500}.info-page__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:18px;align-items:start}@media (max-width: 900px){.info-page__grid{grid-template-columns:1fr}}.info-page__grid--doc{grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr)}@media (max-width: 900px){.info-page__grid--doc{grid-template-columns:1fr}}.info-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;flex-shrink:0;background:#f4eefc}.info-icon svg{width:22px;height:22px}.info-icon--play{color:#00c48a;background:#e6fff6}.info-icon--rules{color:#8b5cf6}.info-icon--agree{color:#a855f7}.info-icon--privacy{color:#3b82f6;background:#edf4ff}.info-icon--consent{color:#0f766e;background:#e6fffa}.info-icon--faq{color:#ec4899;background:#ffe9f4}.info-nav{display:flex;flex-direction:column;gap:10px}.info-nav__item{display:grid;grid-template-columns:42px 1fr 18px;align-items:center;gap:12px;min-height:64px;padding:10px 16px 10px 10px;border-radius:18px;background:#fff;border:1px solid rgba(123,92,255,.08);box-shadow:0 10px 24px #50288c0f;color:var(--color-text);text-decoration:none;font-size:16px;font-weight:700}.info-nav__item span{min-width:0}.info-nav__item.is-active{background:linear-gradient(90deg,#d8fff3,#fff 62%);border-color:#01c98a2e}.info-nav__chevron{width:18px;height:18px;color:#c4bdd8}.info-feedback{position:relative;padding:28px 24px 22px;border-radius:28px;background:linear-gradient(180deg,#fff7ee,#ffe8f2);box-shadow:0 16px 36px #b4468c1a;overflow:hidden}.info-feedback__badge{width:86px;height:86px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#fff,#ffe3f0 70%);box-shadow:0 10px 24px #ff5a8c38}.info-feedback__badge svg{width:54px;height:54px}.info-feedback h2{margin:0 0 10px;text-align:center;font-size:22px;font-weight:800}.info-feedback p{margin:0;color:var(--color-purple-text);font-size:14px;line-height:1.45}.info-feedback__soon{margin-top:12px!important;font-size:13px!important;font-weight:600}.info-feedback__soon:before{content:"♡ ";color:#ff4fa0}.info-feedback__chat{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:18px;height:52px;border-radius:16px;background:linear-gradient(90deg,#ff4fa0,#ff7a3d);color:#fff;text-decoration:none;font-size:16px;font-weight:800;letter-spacing:.04em;box-shadow:0 12px 24px #ff5a7847}.info-feedback__chat-icon{width:28px;height:28px;display:grid;place-items:center}.info-feedback__chat-icon svg{width:26px;height:26px}.info-message{margin-top:22px}.info-message h2{margin:0 0 10px;font-size:20px;font-weight:800}.info-message textarea{width:100%;min-height:120px;padding:16px 18px;border-radius:20px;border:1px solid #ece6f6;background:#fff;color:var(--color-text);font:inherit;font-size:15px;resize:vertical;box-shadow:0 10px 24px #50288c0d}.info-message textarea::placeholder{color:#b3adc4}.info-message textarea:focus{outline:none;border-color:#7b5cff59}.info-message__error{margin:8px 0 0;color:var(--color-red-soft);font-size:13px;font-weight:600}.info-message__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}@media (max-width: 640px){.info-message__actions{flex-direction:column;align-items:stretch}}.info-message__attach,.info-message__send{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border:0;cursor:pointer;font:inherit;font-weight:700}.info-message__attach svg,.info-message__send svg{width:20px;height:20px}.info-message__attach{padding:0 18px;border-radius:16px;background:#efe7fb;color:var(--color-text);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.info-message__send{min-width:180px;padding:0 22px;border-radius:16px;background:linear-gradient(90deg,#ff4fa0,#ff7a3d);color:#fff;box-shadow:0 12px 24px #ff5a7847}.info-message__send:disabled{opacity:.55;cursor:not-allowed}.info-doc{padding:22px 24px;border-radius:24px;background:#fff;box-shadow:0 12px 28px #50288c0f}.info-doc__lead,.info-doc__body{margin:0;color:var(--color-purple-text);font-size:15px;line-height:1.55;white-space:pre-wrap}.info-doc--legal{max-height:min(72vh,820px);overflow:auto;color:var(--color-purple-text);font-size:15px;line-height:1.55}.info-doc--legal a{color:#7b5cff}.legal-standalone{min-height:100vh;position:relative;padding:28px 20px 48px;overflow:hidden}.legal-standalone__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/play/assets/images/auth-bg2.webp) center/cover no-repeat;z-index:0}.legal-standalone__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1f1c3d66,#1f1c3deb);z-index:1}.legal-standalone__inner{position:relative;z-index:2;width:100%;max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.legal-standalone__back{align-self:flex-start;color:var(--color-cian);font-weight:700;font-size:14px;text-decoration:none}.legal-standalone__title{margin:0;font-family:var(--font-display);font-size:clamp(22px,3vw,32px);font-weight:800;color:var(--color-white)}.legal-standalone .info-doc--legal{max-height:min(78vh,900px)}.info-faq{display:flex;flex-direction:column;gap:10px;margin-top:16px}.info-faq__item{border-radius:16px;background:#f7f3fc;overflow:hidden}.info-faq__item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:0;background:transparent;color:var(--color-text);font:inherit;font-weight:700;text-align:left;cursor:pointer}.info-faq__item i{font-style:normal;color:#8a84a4}.info-faq__item p{margin:0;padding:0 16px 14px;color:var(--color-purple-text);font-size:14px;line-height:1.5}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:var(--font-primary);background:linear-gradient(180deg,var(--gradient-bg-1) 0%,var(--gradient-bg-3) 100%);color:var(--color-text);overflow-x:hidden;min-height:100vh}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer;font-family:inherit;background:none;color:inherit}input,select,textarea{font-family:inherit;color:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-background-dark)}::-webkit-scrollbar-thumb{background:var(--color-border-dark);border-radius:3px}.app{display:flex;flex-direction:column;min-height:100vh;max-width:1440px;margin:0 auto;position:relative}.app__content{flex:1;display:flex;flex-direction:column;padding-bottom:118px}.app--no-nav{max-width:none;height:100vh;overflow:hidden}.app--no-nav .app__content{padding-bottom:0;min-height:0;overflow:hidden}:root{--color-text: #1b1638;--color-background: #f4f2fb;--color-background-dark: #ece8f8;--color-background-darker: #e2dcf3;--color-background-card: #ffffff;--color-background-filters: #f7f5fc;--color-surface: #ffffff;--color-surface-70: rgba(255, 255, 255, .72);--color-surface-2: #f7f5fc;--color-surface-3: #efeafb;--color-dark-blue: #1b1638;--color-medium-grey: #f0edf8;--color-purple-blue: #7b5cff;--color-purple-btn: #6d4aff;--color-button: #ffffff;--color-button-stroke: #e4def3;--color-icon-surface: #f3f0fa;--color-accent: #7b5cff;--color-border-dark: #ddd6ef;--color-border-light: #ece8f6;--color-border-item-start: #e8e2f6;--color-border-item-end: #d9d2ee;--color-divider: #ece8f6;--color-white: #ffffff;--color-white-10: rgba(27, 22, 56, .06);--color-white-30: rgba(27, 22, 56, .12);--color-white-50: rgba(27, 22, 56, .22);--color-grey-white: #5c5678;--color-purple-text: #6b6588;--color-hint: #8a84a4;--color-on-surface-secondary: rgba(27, 22, 56, .55);--color-on-surface-tertiary: #8a84a4;--color-cian: #01c98a;--color-light-cian: #7df0c8;--color-green: #2ecc71;--color-green-btn: #22c55e;--color-online: #22c55e;--color-success: #2ecc71;--color-red: #d4503d;--color-error: #ff3030;--color-exit: #c0392b;--color-red-soft: #e84466;--color-gold: #f1950a;--color-yellow: #e6a800;--color-orange: #fc8206;--color-new-blue: #3a66ff;--color-blue-bright: #3a66ff;--color-pink: #ca47e2;--color-new-pink: #ff3dfc;--color-new-pink-bright: #ca24cd;--color-primary-main: #6d4aff;--color-primary-default: #6d4aff;--gradient-main-start: #7b5cff;--gradient-main-end: #9b7dff;--gradient-cian-start: #2ecc71;--gradient-cian-end: #22c55e;--gradient-bg-1: #f7f5fc;--gradient-bg-2: #f4f2fb;--gradient-bg-3: #efeaf8;--gradient-premium-start: #f1771f;--gradient-premium-end: #ffb11b;--gradient-green-start: #68b611;--gradient-green-end: #368624;--player-green: #95d400;--player-orange: #ffa51e;--player-purple: #c31fdf;--player-red: #f75532;--player-blue: #00c0ea;--lobby-sheet: #ffffff;--lobby-avatar-bg: #f3f0fa;--lobby-max-width: 1280px;--shadow-card: 0 10px 28px rgba(40, 24, 80, .08);--font-primary: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-display: "Montserrat", "Inter", sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--radius-round: 50%}@media (max-width: 768px){html,body,#root{min-height:100dvh;height:100%}body{min-height:100dvh;-webkit-text-size-adjust:100%;text-size-adjust:100%}input,select,textarea{font-size:16px}.btn{min-height:44px}.app{max-width:100%;min-height:100dvh}.app__content{padding-bottom:calc(108px + env(safe-area-inset-bottom,0px))}.app--no-nav{height:100dvh;max-height:100dvh}.app--no-nav .app__content{min-height:0}.header{padding:6px 8px 4px;padding-top:max(6px,env(safe-area-inset-top,0px))}.header__bar{min-height:56px;gap:8px;padding:6px 8px 6px 6px;border-radius:14px}.header__avatar{width:40px;height:40px}.header__pills{gap:6px}.header__pill{min-height:44px;padding:2px 6px 2px 4px;border-radius:12px}.header__pill-icon{width:32px;height:32px}.header__pill-value{font-size:13px}.bottom-nav__tab{flex-direction:column;gap:2px;min-height:44px;padding:6px 2px}.bottom-nav__label{font-size:10px}.auth-layout{min-height:100dvh;padding:16px 12px calc(16px + env(safe-area-inset-bottom,0px));align-items:flex-start}.auth-layout__title{font-size:28px}.auth-layout__body{padding:18px 16px}.auth-form__input{min-height:44px;font-size:16px}.legal-standalone{min-height:100dvh;padding:16px 12px calc(24px + env(safe-area-inset-bottom,0px))}.legal-standalone .info-doc--legal{max-height:none}.lobby{padding:0 10px 16px}.lobby__hero-row,.lobby__content-row{grid-template-columns:1fr;gap:10px}.lobby__banner-col{min-height:200px;order:-1}.hero__visual{min-height:200px}.hero__dock{bottom:10px;gap:6px;max-width:calc(100% - 12px)}.game-card{flex-wrap:wrap;gap:8px;padding:8px}.game-card__left{width:auto;flex:1 1 auto;min-width:0}.game-card__line-wrap{flex:1 1 100%}.game-card__line{min-height:56px}.lobby__resume{flex-wrap:wrap}.lobby__resume em{margin-left:0}.modal-overlay{padding:8px;padding-bottom:max(8px,env(safe-area-inset-bottom,0px));align-items:flex-end}.modal-overlay--shift-left,.modal-overlay--ig{justify-content:center;align-items:flex-end;padding:8px}.modal{max-height:min(88dvh,100%);max-width:100%}.modal--ig-card{max-width:100%}.game-page{grid-template-columns:1fr;grid-template-rows:minmax(0,auto) minmax(0,1fr);justify-content:stretch;width:100%;height:100%;min-height:0}.game-page__board-area{width:min(100%,100vw - 8px);height:auto;aspect-ratio:1;max-height:min(42dvh,100vw - 8px);padding:4px 4px 0;align-self:start}.game-page__board-plate{padding:4px;border-radius:18px}.game-page__board-plate .board-field__grid{padding:3px;border-radius:16px;gap:2px}.board-field{max-width:none}.board-field__cell{border-radius:8px}.game-page__rail{display:flex;flex-direction:column;width:100%;max-height:none;min-height:0;overflow:hidden;padding:6px 8px max(8px,env(safe-area-inset-bottom,0px));gap:8px;border-left:none;border-top:none}.game-page__rail .game-topbar{order:0;flex:0 0 auto}.game-page__rail .game-player-cards{order:1;flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}.game-page__rail .game-action-panel{order:2;flex:0 0 auto;max-height:none;overflow:visible;position:sticky;bottom:0;z-index:8}.game-topbar--compact{padding:4px 2px;border-radius:18px}.game-topbar--compact .game-topbar__glyph{width:36px;height:36px}.game-topbar--compact .game-topbar__glyph img{width:22px;height:22px}.game-topbar--compact .game-topbar__caption{font-size:8px;min-height:18px}.game-action-panel--sidebar .gap-hero-btn,.game-action-panel--sidebar .gap-pay,.game-action-panel--sidebar .gap-double__btn,.game-action-panel--sidebar .gap-auction-btns__raise,.game-action-panel--sidebar .gap-auction-btns__decline{min-height:44px}.game-action-panel--sidebar .gap-dice-slot{height:88px;min-height:88px}.game-player-card--ig .game-player-card__visual{height:64px;margin:6px 6px 0;border-radius:16px}.game-player-card--ig-me .game-player-card__visual{height:72px}.game-player-cards__opponents{grid-template-columns:1fr 1fr;gap:8px}.ig-plate__tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}.ig-plate__tab{min-height:44px}.ig-plate__tab span{font-size:7px}.game-topbar-modal{padding:12px;align-items:flex-end}.auth-gate{align-items:flex-end;padding:8px;padding-bottom:max(8px,env(safe-area-inset-bottom,0px))}.auth-gate__card{max-height:min(88dvh,100%);border-bottom-left-radius:0;border-bottom-right-radius:0}.auth-gate__title{font-size:24px}.info-page,.community-page,.market-page,.events-page,.friends-page,.profile-page{padding-left:10px;padding-right:10px}.market-page__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.market-page__tabs,.market-page__subtabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.swipe-deck__stack{width:100%;min-height:420px;padding:0 28px 28px 0;box-sizing:border-box}.swipe-deck__card,.swipe-deck__behind{width:100%}.chat-shell{padding:0 10px 12px}.chat-page{padding:0 2px 8px;max-width:none}.chat-thread__input,.chat-thread__send,.chat-thread__icon-btn{min-height:44px;height:44px}.community-hub__tabs,.community-hub__tablist{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}}
