body.store-body { display: block; direction: rtl; padding: 0; }
.store-top { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; gap: 12px; background: linear-gradient(180deg, rgba(8,7,6,.98), rgba(8,7,6,.86)); backdrop-filter: blur(18px); }
.store-top .logo-mark { border: 0; background: transparent; box-shadow: none; }
.desktop-home-link { display: inline-grid; place-items: center; width: 32px; height: 32px; color: var(--mp-muted); }
.desktop-home-link svg { width: 22px; height: 22px; }
.wallet-hero { min-height: 208px; isolation: isolate; animation: wallet-border-glow 4.5s ease-in-out infinite; }
.wallet-hero::before { content: ''; position: absolute; inset: -1px; z-index: 2; pointer-events: none; border-radius: inherit; padding: 2px; background: conic-gradient(from 0deg, transparent 0 66%, rgba(201,162,39,.1) 70%, #b78b1c 75%, #fff2bd 78%, #d6ad37 81%, rgba(201,162,39,.08) 85%, transparent 90%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: wallet-gold-orbit 5.6s linear infinite; }
.wallet-rate { position: absolute; left: 20px; bottom: 22px; text-align: left; direction: rtl; }
.wallet-rate-label { text-align: right; }
.wallet-price { white-space: nowrap; direction: rtl; unicode-bidi: isolate; }
.wallet-hero .num { font-variant-numeric: tabular-nums; direction: rtl; unicode-bidi: isolate; }
.wallet-tagline { position: absolute; right: 20px; bottom: 24px; max-width: 48%; direction: rtl; text-align: right; }
.login-brand-mark { background: transparent; box-shadow: none; border: 0; }
.captcha-submit:disabled { opacity: .45; cursor: not-allowed; filter: grayscale(.35); }
.social-login-button { min-height: 56px; gap: 8px; background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025)); }
.social-login-icon { display: inline-grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; font-size: 16px; font-weight: 900; line-height: 1; }
.google-icon { color: #fff; background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0); }
.apple-icon { color: #fff; background: #111; font-family: Arial, sans-serif; font-size: 18px; }
@keyframes wallet-border-glow { 0%,100% { box-shadow: 0 18px 40px rgba(0,0,0,.35), 0 0 14px rgba(201,162,39,.06); } 50% { box-shadow: 0 18px 40px rgba(0,0,0,.35), 0 0 34px rgba(201,162,39,.3); } }
@keyframes wallet-gold-orbit { to { transform: rotate(1turn); } }
.phone-shell { width: 100%; max-width: 1280px; min-width: 0; min-height: 100vh; min-height: 100dvh; max-height: none; overflow: visible; border: 0; border-radius: 0; }
.store-main { padding: 18px 16px calc(112px + env(safe-area-inset-bottom)); overflow: visible; }
.store-top { padding: 16px; }
.store-top .avatar, .app-icon, .card-arrow { flex-shrink: 0; }
.store-main > *, .player-card, .player-card > div > div { min-width: 0; }
.player-card { padding: 14px; overflow-wrap: anywhere; }
.player-card .price { font-size: clamp(12px, 3.6vw, 16px); }
.player-card .app-icon { width: 30px; height: 30px; border-radius: 10px; }
.player-card .card-arrow { width: 24px; height: 24px; }
.wallet-card > div:last-child { flex-wrap: wrap; }
.row-card { min-width: 0; overflow-wrap: anywhere; }
.plan-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
.plan-grid > * { margin-block: 0 !important; }
.plan-card > div:first-child { flex-wrap: wrap; }
.dock { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); width: 100%; max-width: 560px; }
.dock-label-ghost { visibility: hidden; height: 10px; font-size: 10px; line-height: 10px; }
.dock-home { justify-content: flex-start; }
.desktop-nav { display: none; }
.store-form-page .store-main { max-width: 640px; margin-inline: auto; }
.platform-strip { position: sticky; bottom: calc(76px + env(safe-area-inset-bottom)); z-index: 4; display: flex; gap: 10px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 8px 2px; background: color-mix(in srgb, var(--mp-bg) 92%, transparent); backdrop-filter: blur(14px); scrollbar-width: thin; }
.platform-strip-item { display: inline-flex; min-width: 76px; flex: 0 0 auto; flex-direction: column; align-items: center; gap: 6px; color: var(--mp-muted); font-size: 10px; white-space: nowrap; }
.platform-strip-item .ico { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; font-weight: 800; }
.platform-strip-item.is-active { color: var(--mp-gold); }
.platform-strip-item.is-active .ico { border-color: var(--mp-gold); box-shadow: 0 0 0 2px rgba(201,162,39,.15); }
.store-footer { margin: 12px 16px 170px; padding: 22px 0 24px; border-top: 1px solid var(--mp-line); color: var(--mp-muted); font-size: 12px; text-align: center; }
.store-footer-brand { display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.store-footer-brand img { width: 34px; height: 34px; object-fit: contain; border-radius: 10px; }
.store-footer-brand strong, .store-footer-brand span { display: block; }
.store-footer-brand strong { color: var(--mp-text); }
.store-footer-links, .store-footer-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 14px; }
.store-footer-trust .badge-item { display: inline-flex; align-items: center; justify-content: center; min-width: 92px; min-height: 78px; border: 1px solid var(--mp-line); border-radius: 14px; background: rgba(255,255,255,.04); padding: 7px 10px; }
.store-footer-trust a { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.store-footer-trust img { width: 76px; height: 62px; object-fit: contain; }
.store-content-card { max-width: 760px; margin: 18px auto 190px; padding: 28px; border: 1px solid var(--mp-line); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); }
.store-search { display: flex; align-items: center; gap: 10px; border: 1px solid var(--mp-line); border-radius: 18px; background: rgba(255,255,255,.035); padding: 4px 13px; }
.store-search svg { width: 20px; height: 20px; flex: 0 0 auto; stroke: var(--mp-muted); fill: none; stroke-width: 1.8; }
.store-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--mp-text); padding: 11px 0; font: inherit; }
.store-search input::placeholder { color: var(--mp-muted); }
.store-search a { color: var(--mp-muted); font-size: 24px; line-height: 1; }
.store-content-card h1 { margin: 18px 0 8px; font-size: clamp(24px, 5vw, 38px); color: var(--mp-text); }
.store-content-card h2 { margin: 26px 0 8px; font-size: 18px; color: var(--mp-text); }
.store-content-card p { line-height: 2; color: var(--mp-muted); }
.store-content-lead { font-size: 15px; }
.store-back { color: var(--mp-gold); font-size: 13px; }
.store-contact-form { display: grid; gap: 14px; margin-top: 24px; }
.store-contact-form label { display: grid; gap: 7px; color: var(--mp-text); font-size: 13px; }
.store-contact-form label span { color: var(--mp-muted); }
.store-contact-form input:not([type=checkbox]), .store-contact-form textarea { width: 100%; border: 1px solid var(--mp-line); border-radius: 16px; background: rgba(0,0,0,.25); color: var(--mp-text); padding: 13px 15px; outline: none; }
.store-contact-form input:focus, .store-contact-form textarea:focus { border-color: var(--mp-gold); }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
@media (max-width: 640px) { .store-content-card { margin: 12px 12px 185px; padding: 20px 16px; border-radius: 22px; } .store-footer { margin-left: 12px; margin-right: 12px; } }
.store-footer a:hover { color: var(--mp-gold); }
@media (max-width: 359px) {
    .catalog-grid { grid-template-columns: minmax(0, 1fr); }
    .wallet-card { padding: 18px 14px; }
    .store-main { padding-inline: 12px; }
}
@media (min-width: 768px) {
    .store-main { padding: 32px 32px 130px; }
    .store-top { padding: 24px 32px; border-bottom: 1px solid var(--mp-line); backdrop-filter: blur(18px); }
    .desktop-nav { display: flex; align-items: center; gap: 24px; margin-inline-start: 32px; font-size: 14px; }
    .desktop-nav a { color: var(--mp-muted); }
    .desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--mp-gold); }
    .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
    .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .service-grid > * { margin-block: 0 !important; }
    .wallet-card { padding: 32px; min-height: 220px; }
    .player-card { padding: 22px; min-height: 230px; }
    .player-card .app-icon { width: 42px; height: 42px; }
    .player-card .price { font-size: 18px; }
}
@media (min-width: 1100px) {
    .catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .store-main { padding-inline: 48px; }
    .store-top { padding-inline: 48px; }
}
