.shop-page-header{margin-bottom:14px}.shop-current-card{display:flex;align-items:center;justify-content:space-between;padding:20px;border-radius:22px;background:linear-gradient(135deg,#17182d,#6f48ee);color:#fff;margin-bottom:14px}.shop-current-card small{font-size:9px;letter-spacing:.13em;opacity:.7}.shop-current-card h2{font-size:28px;margin:5px 0}.shop-current-card p{font-size:11px;margin:0;opacity:.8}.shop-rank-badge{padding:9px 12px;border-radius:12px;background:rgba(255,255,255,.15);font-size:11px;font-weight:900;letter-spacing:.08em}.shop-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.shop-product-card{position:relative;padding:18px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 32px rgba(50,33,110,.06);overflow:hidden}.shop-product-card.lv10{background:linear-gradient(180deg,#fff 0,#faf7ff 100%);border-color:#ded3ff}.shop-product-card.owned{opacity:.72}.shop-product-top{display:flex;align-items:center;justify-content:space-between}.shop-product-top span{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#eee8ff;color:var(--primary)}.shop-product-card.lv10 .shop-product-top span{background:#17182d;color:#ffd86f}.shop-product-top em{font-style:normal;font-size:9px;font-weight:900;padding:6px 9px;border-radius:999px;background:#f0ebff;color:var(--primary)}.shop-product-card.lv10 .shop-product-top em{background:#fff1c7;color:#8a6200}.shop-product-card>small{display:block;margin-top:16px;font-size:8px;letter-spacing:.12em;color:var(--muted)}.shop-product-card h2{font-size:24px;margin:4px 0}.shop-product-card>strong{display:block;font-size:18px;color:var(--primary);margin-bottom:13px}.shop-product-card ul{list-style:none;padding:0;margin:0 0 15px;display:grid;gap:8px}.shop-product-card li{display:flex;align-items:center;gap:7px;font-size:10px;color:#50536a}.shop-product-card li svg{width:14px;color:var(--success)}.shop-product-card button:disabled{background:#ebe9f2;color:#9692a5;box-shadow:none;cursor:default}.shop-info-card{display:flex;gap:11px;padding:15px;border:1px solid #e4ddff;border-radius:18px;background:#faf8ff;margin-top:13px}.shop-info-card>svg{flex:0 0 auto;color:var(--primary)}.shop-info-card b{font-size:11px}.shop-info-card p{font-size:9px;line-height:1.65;color:var(--muted);margin:5px 0 0}@media(max-width:430px){.shop-product-grid{grid-template-columns:1fr}.shop-product-card{padding:17px}}
