.premium-wallet { margin-top: 28px; padding: clamp(20px,4vw,36px); border: 1px solid var(--line, #303030); border-radius: 24px; background: var(--bg, #111); scroll-margin-top: 100px; }
.premium-wallet h2 { font-size: clamp(25px,3vw,36px); line-height: 1.2; margin: 8px 0 14px; }
.premium-wallet h3 { margin: 0 0 16px; }
.wallet-intro,.wallet-note { color: var(--muted, #aaa); line-height: 1.6; }
.wallet-balances { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 16px; margin: 24px 0; }
.wallet-balance { padding: 20px; border: 1px solid var(--line,#333); border-radius: 16px; background: rgba(243,230,0,.04); }
.wallet-balance span,.wallet-balance strong,.wallet-balance small { display: block; }
.wallet-balance span { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.wallet-balance strong { color: var(--brand-ink,#f3e600); font-size: 36px; margin: 8px 0; }
.wallet-balance small { color: var(--muted,#aaa); }
.wallet-topup { border-top: 1px solid var(--line,#333); padding-top: 24px; }
.wallet-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wallet-fields label { display: grid; gap: 8px; font-weight: 600; }
.wallet-fields input,.wallet-fields select { width: 100%; min-width: 0; min-height: 46px; border-radius: 12px; border: 1px solid var(--line,#444); background: var(--bg,#151515); color: inherit; padding: 10px 14px; font: inherit; }
.wallet-presets { display: flex; gap: 10px; margin: 14px 0; }
.wallet-consent { display: flex; gap: 12px; align-items: flex-start; margin: 20px 0; line-height: 1.5; }
.wallet-consent input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 3px; accent-color: #e5d800; }
.wallet-note { font-size: 13px; margin: 14px 0; }
.wallet-subscriptions,.wallet-history { border-top: 1px solid var(--line,#333); margin-top: 28px; padding-top: 24px; }
.wallet-subscription { display: grid; gap: 6px; margin-bottom: 16px; }
.wallet-subscription span,.wallet-subscription small { color: var(--muted,#aaa); font-size: 13px; }
.wallet-history { overflow-x: auto; margin-bottom: 24px; }
.wallet-history table { width: 100%; min-width: 0; table-layout: fixed; border-collapse: collapse; font-size: 14px; }
.wallet-history th:first-child { width: 23%; }
.wallet-history th:last-child { width: 24%; }
.wallet-history td:nth-child(2) { white-space: normal; overflow-wrap: anywhere; }
.wallet-history th,.wallet-history td { padding: 14px 8px; text-align: left; border-bottom: 1px solid var(--line,#333); }
.wallet-history td:last-child,.wallet-history th:last-child { text-align: right; white-space: nowrap; }
.premium-wallet button:disabled { opacity: .55; cursor: wait; }
@media(max-width: 520px) { .wallet-fields { grid-template-columns: 1fr; } .wallet-history th,.wallet-history td { padding: 12px 5px; font-size: 12px; } }
