/* 0.8.8: clear currency choices, readable product cards and combat aura controls. */
.shop-panel .wallet-display{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0;border:0;margin:14px 0}
.wallet-chip{display:flex;flex-direction:column;gap:3px;padding:10px 11px;border:1px solid #d5ba6655;border-radius:11px;background:#3b3d2466;min-width:0}
.wallet-chip small{font-size:10px;font-weight:500;color:#dfd4ad}.wallet-chip strong{font-size:17px;line-height:1.25;overflow-wrap:anywhere;color:#ffe2a0}
.wallet-chip.crystals{border-color:#80c8d755;background:#24424866}.wallet-chip.crystals strong{color:#a6e9fa}.wallet-chip.keys{border-color:#9cbb9255;background:#2b443166}.wallet-chip.keys strong{color:#d1e9b2}
.shop-panel .shop-tabs button{font-size:12px;color:#d5dec9;border-color:#71916b55;background:#1b372b}.shop-panel .shop-tabs button.selected{background:#d1bb74;color:#1c3024;border-color:#eed28a;font-weight:700}
.storefront-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0 22px}
.storefront-link{display:grid;grid-template-columns:28px minmax(0,1fr);text-align:left;align-content:start;gap:5px 8px;padding:13px 11px;border:1px solid #dbbd7266;border-radius:12px;background:linear-gradient(125deg,#594b2988,#253b2b);color:#f5e6bc;min-height:94px;min-width:0}
.storefront-link strong{font-size:13px;line-height:1.4}.storefront-link small{grid-column:2;font-size:10px;line-height:1.5;color:#c6d0b5}.storefront-icon{grid-row:span 2;font-size:25px;line-height:1.25;color:#f7d875}
.storefront-link.crystals{border-color:#77bccc77;background:linear-gradient(125deg,#294b5088,#253b2b)}.storefront-link.crystals .storefront-icon{color:#a0dfed}
.storefront-link.stars{border-color:#c7a6e488;background:linear-gradient(125deg,#55416599,#28362f)}.storefront-link.stars .storefront-icon{color:#f2d188}
.storefront-link.auras{border-color:#95c69477;background:linear-gradient(125deg,#3d593b88,#253b2b)}.storefront-link.auras .storefront-icon{color:#bce9b1}
.shop-filters:has([data-filter=currency]){grid-template-columns:repeat(3,minmax(0,1fr))}
.shop-panel .shop-section-heading h3{font-size:16px;color:#f0e5c7}.shop-panel .shop-section-heading p{line-height:1.5;color:#bbccb2}
.shop-panel .product-card{border:1px solid #90ad755f;border-left:3px solid #9fb58b;background:linear-gradient(140deg,#34503a88,#183127);padding:15px;box-shadow:0 4px 12px #07170d26}
.shop-panel .product-card[data-rarity=rare]{border-left-color:#8dd4ea;background:linear-gradient(140deg,#2d4d5388,#183127)}
.shop-panel .product-card[data-rarity=epic]{border-left-color:#c4a1ed;background:linear-gradient(140deg,#49395488,#183127)}
.shop-panel .product-card[data-rarity=legendary]{border-left-color:#f4cd6c;background:linear-gradient(140deg,#64512b88,#183127)}
.product-currency{align-self:flex-start;padding:4px 8px;font-size:10px;font-weight:650;border:1px solid #dbc67366;border-radius:6px;margin:0 0 12px;color:#f5dfa1;background:#5f512d50}
.product-currency.crystals{color:#b2e7f4;border-color:#8dc9dc66;background:#35536550}.product-currency.stars{color:#ead3ff;border-color:#b994d477;background:#5c3d6950}
.shop-panel .product-heading h3{font-size:15px;color:#f0eedb}.product-heading .item-art{width:54px;height:62px;background:radial-gradient(ellipse,#e2d09826,transparent 70%)}
.shop-panel .product-quality{display:inline-block;font-size:11px;color:#d1dfba}.shop-panel .product-quality.rare{color:#afe3ed}.shop-panel .product-quality.epic{color:#dcc1f4}.shop-panel .product-quality.legendary{color:#f5d88e}
.shop-panel .product-description,.shop-panel .product-stats{font-size:12px;color:#c3d4b9;line-height:1.65}.product-contents summary{font-size:12px;color:#e6e8cf}.shop-panel .product-piece-stats{font-size:10px;color:#b2c9a8}
.shop-panel .product-card>button{background:#d5bd70;color:#203123;border-color:#efd898;min-height:46px;font-size:13px;margin-top:12px;font-weight:750}
.shop-panel .product-card[data-currency=crystals]>button{background:#96c9d1;border-color:#b9e7ea;color:#15373d}
.shop-panel .product-card>button.stars-buy,.shop-panel .support-card>button.stars-buy{background:#c4a5db;border-color:#e3c8f4;color:#30233a}
.shop-panel button:focus-visible{outline:2px solid #fff1b5;outline-offset:3px}.shop-panel button:disabled{cursor:default}.shop-panel .product-card>button:disabled{opacity:.48}
.aura-grid{display:grid;gap:14px}.shop-panel .aura-card{--aura:#a6d8e9;padding:16px;background:linear-gradient(135deg,#2e4b5080,#172f26);border:1px solid #7eaabb70}.shop-panel .aura-card.fire{--aura:#f3b775;background:linear-gradient(135deg,#65492c70,#172f26);border-color:#b9875770}.shop-panel .aura-card.wind{--aura:#bde2b3;background:linear-gradient(135deg,#46613d70,#172f26);border-color:#8db58570}.shop-panel .aura-card.active{border-color:var(--aura);box-shadow:inset 0 0 0 1px #dcf8e51a}
.aura-heading{display:flex;align-items:center;gap:15px;margin-bottom:10px}.aura-heading>div:last-child{min-width:0}.aura-art{width:76px;height:76px;flex:0 0 76px;color:var(--aura);background:radial-gradient(ellipse,#daf9ff14,transparent 72%)}.aura-art svg{width:100%;height:100%}.aura-status{font-size:10px;color:var(--aura)}.shop-panel .aura-heading h3{font-size:17px;margin:5px 0;color:#f0ecd6}.aura-level{font-size:11px;color:#c9dbc0}
.shop-panel .aura-card .aura-description{font-size:12px;line-height:1.6;color:#c6d8c0}.shop-panel .aura-stats{font-size:13px;font-weight:650;color:var(--aura);line-height:1.6}.shop-panel .aura-next{font-size:11px;color:#c6d4b8;line-height:1.55;margin:12px 0}.aura-card progress{appearance:none;width:100%;height:5px;border:0;border-radius:6px;background:#11261d;color:var(--aura);display:block;margin:12px 0}.aura-card progress::-webkit-progress-bar{background:#11261d;border-radius:6px}.aura-card progress::-webkit-progress-value{background:var(--aura);border-radius:6px}.aura-card progress::-moz-progress-bar{background:var(--aura);border-radius:6px}.aura-actions{display:flex;flex-wrap:wrap;gap:8px}.shop-panel .aura-actions button{margin:0;min-height:46px;padding:10px 12px;line-height:1.5;flex:1 1 140px;font-size:12px}.shop-panel .aura-buy,.shop-panel .aura-upgrade{background:#d5bd70;color:#203123}.shop-panel .aura-equip{background:#a0c99a;color:#203723}.shop-panel .aura-equip.quiet{background:#284736;color:#d6e6cd;border-color:#829d7c}.shop-panel .aura-max{color:#f4d999;font-size:12px;margin:10px 0}.aura-intro{line-height:1.7}
.support-intro{background:linear-gradient(125deg,#50364c55,#193126);border-color:#aa81966a}.shop-panel .support-intro p{font-size:12px;line-height:1.7;color:#d1d9c5}.support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.shop-panel .support-card{margin:0;min-width:0;text-align:center;padding:15px 10px;border-color:#ad8eb76b;background:linear-gradient(145deg,#46354f77,#1b3228)}.support-icon{display:block;color:#e4bedc;font-size:28px;margin-bottom:8px}.shop-panel .support-card h3{font-size:12px;min-height:2.8em}.support-amount{display:block;color:#f3d991;font-size:23px;margin:8px 0}.shop-panel .support-card p{font-size:10px;color:#c8d4ba}.shop-panel .support-card>button{width:100%;margin:8px 0 0;padding:10px 6px;min-height:46px;font-size:12px;white-space:normal}
@media(max-width:400px){.wallet-chip{padding:9px 8px}.wallet-chip strong{font-size:15px}.wallet-chip small{font-size:9px}.storefront-shortcuts{gap:8px}.storefront-link{padding:11px 9px;grid-template-columns:22px minmax(0,1fr);gap:4px 6px}.storefront-link strong{font-size:12px}.storefront-link small{font-size:10px}.storefront-icon{font-size:22px}.shop-filters:has([data-filter=currency]){grid-template-columns:repeat(2,minmax(0,1fr))}.shop-filters label:has([data-filter=currency]){grid-column:1/-1}.shop-panel .aura-card{padding:13px}.aura-heading{gap:11px}.aura-art{width:64px;height:64px;flex-basis:64px}.shop-panel .aura-heading h3{font-size:16px}}
@media(prefers-reduced-motion:reduce){.shop-panel *{scroll-behavior:auto!important}}
