/* ===========================================
   OLYMPUS RISING - Gacha, Shop & Items CSS
   Divine Oracle, Shop UI, Consumables styling
   =========================================== */

/* ═══════════════════════════════════════════════════════════════════════════════
   DIVINE ORACLE (GACHA) STYLES
   ═══════════════════════════════════════════════════════════════════════════════ */

.oracle-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.oracle-header {
  text-align: center;
  margin-bottom: 30px;
}

.oracle-header h2 {
  font-size: 2.5rem;
  color: #ffd700;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
  margin-bottom: 5px;
}

.oracle-subtitle {
  color: #a0a0c0;
  font-style: italic;
}

.oracle-currencies {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.currency-display {
  background: linear-gradient(135deg, #2a2a4a 0%, #1a1a2e 100%);
  border: 2px solid #4a4a6a;
  border-radius: 12px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.currency-icon {
  font-size: 1.5rem;
}

.currency-amount {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.currency-name {
  font-size: 0.85rem;
  color: #888;
}

/* Banner Tabs */
.banner-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.banner-tab {
  background: linear-gradient(135deg, #2a2a4a 0%, #1a1a2e 100%);
  border: 2px solid #3a3a5a;
  border-radius: 10px;
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  white-space: nowrap;
}

.banner-tab:hover {
  border-color: #6366f1;
  transform: translateY(-2px);
}

.banner-tab.active {
  border-color: #ffd700;
  background: linear-gradient(135deg, #3a3a5a 0%, #2a2a4a 100%);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.banner-icon {
  font-size: 1.3rem;
}

.banner-name {
  color: #fff;
  font-weight: 500;
}

.limited-tag {
  background: linear-gradient(135deg, #ff4500 0%, #ff6347 100%);
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
}

/* Banner Details */
.banner-details {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px;
  background: linear-gradient(135deg, #1e1e3a 0%, #151528 100%);
  border: 2px solid #3a3a5a;
  border-radius: 15px;
  padding: 25px;
}

.banner-visual {
  position: relative;
}

.banner-art {
  height: 300px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.banner-art::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 30%, rgba(0,0,0,0.5) 100%);
}

.banner-icon-large {
  font-size: 5rem;
  position: relative;
  z-index: 1;
  animation: float 3s ease-in-out infinite;
}

.banner-art h3 {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.banner-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.banner-description {
  color: #c0c0e0;
  font-size: 1.1rem;
  line-height: 1.5;
}

/* Featured Items */
.featured-items {
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 10px;
  padding: 15px;
}

.featured-items h4 {
  color: #ffd700;
  margin-bottom: 10px;
}

.featured-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.featured-item {
  background: rgba(255, 215, 0, 0.2);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #ffd700;
}

.featured-rate {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #888;
}

/* Drop Rates */
.banner-rates h4 {
  color: #fff;
  margin-bottom: 12px;
}

.rate-bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rate-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rarity-badge {
  width: 90px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.rarity-common { background: #4a4a4a; color: #c0c0c0; }
.rarity-uncommon { background: #166534; color: #22c55e; }
.rarity-rare { background: #1e40af; color: #3b82f6; }
.rarity-epic { background: #6b21a8; color: #a855f7; }
.rarity-legendary { background: #92400e; color: #f59e0b; }
.rarity-mythic { background: #713f12; color: #eab308; border: 1px solid #eab308; }

.rate-bar {
  flex: 1;
  height: 8px;
  background: #2a2a4a;
  border-radius: 4px;
  overflow: hidden;
}

.rate-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 0.5s ease;
}

.rate-percent {
  width: 50px;
  text-align: right;
  font-size: 0.85rem;
  color: #888;
}

/* Pity Info */
.pity-info {
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.3);
  border-radius: 10px;
  padding: 15px;
}

.pity-info h4 {
  color: #818cf8;
  margin-bottom: 10px;
}

.pity-info p {
  color: #a0a0c0;
  margin: 5px 0;
  font-size: 0.9rem;
}

.pity-countdown {
  color: #22c55e !important;
  font-weight: bold;
}

/* Summon Buttons */
.summon-actions {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.btn-summon {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 12px;
  border: 2px solid;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.btn-single {
  background: linear-gradient(135deg, #3a3a6a 0%, #2a2a4a 100%);
  border-color: #5a5a8a;
}

.btn-single:hover {
  border-color: #818cf8;
  box-shadow: 0 0 20px rgba(129, 140, 248, 0.3);
  transform: translateY(-3px);
}

.btn-ten-pull {
  background: linear-gradient(135deg, #4a3a6a 0%, #3a2a5a 100%);
  border-color: #8b5cf6;
}

.btn-ten-pull:hover {
  border-color: #a78bfa;
  box-shadow: 0 0 25px rgba(167, 139, 250, 0.4);
  transform: translateY(-3px);
}

.summon-cost {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffd700;
}

.summon-text {
  margin-top: 8px;
  color: #c0c0e0;
}

.discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #22c55e;
  color: #fff;
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: bold;
}

/* Summon Results Overlay */
.summon-results {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.results-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, rgba(99, 102, 241, 0.2) 0%, transparent 70%);
}

.results-container {
  text-align: center;
  max-width: 900px;
  padding: 30px;
}

.results-container h3 {
  font-size: 2rem;
  color: #ffd700;
  margin-bottom: 30px;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.result-card {
  background: linear-gradient(135deg, #2a2a4a 0%, #1a1a2e 100%);
  border: 2px solid #3a3a5a;
  border-radius: 12px;
  padding: 20px 15px;
  position: relative;
  opacity: 0;
  transform: scale(0.8) rotateY(180deg);
  animation: reveal 0.5s forwards;
}

.result-card.revealed {
  opacity: 1;
  transform: scale(1) rotateY(0);
}

@keyframes reveal {
  0% { opacity: 0; transform: scale(0.8) rotateY(180deg); }
  100% { opacity: 1; transform: scale(1) rotateY(0); }
}

.result-card.rarity-legendary {
  border-color: #f59e0b;
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.5);
}

.result-card.rarity-mythic {
  border-color: #eab308;
  box-shadow: 0 0 30px rgba(234, 179, 8, 0.6);
  animation: reveal 0.5s forwards, mythic-glow 2s infinite;
}

@keyframes mythic-glow {
  0%, 100% { box-shadow: 0 0 30px rgba(234, 179, 8, 0.6); }
  50% { box-shadow: 0 0 50px rgba(234, 179, 8, 0.8); }
}

.result-glow {
  position: absolute;
  inset: -2px;
  border-radius: 12px;
  opacity: 0.5;
  z-index: -1;
}

.result-card.rarity-legendary .result-glow {
  background: linear-gradient(45deg, #f59e0b, #fbbf24, #f59e0b);
  animation: glow-rotate 3s linear infinite;
}

@keyframes glow-rotate {
  0% { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(360deg); }
}

.result-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.result-name {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result-rarity {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
}

.result-quantity {
  position: absolute;
  bottom: 5px;
  right: 8px;
  font-size: 0.8rem;
  color: #888;
}

.new-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #22c55e;
  color: #fff;
  font-size: 0.65rem;
  padding: 2px 5px;
  border-radius: 3px;
  font-weight: bold;
}

.close-results-btn {
  padding: 15px 50px;
  font-size: 1.1rem;
}

/* Summon Tickets */
.summon-tickets {
  margin-top: 30px;
  background: linear-gradient(135deg, #1e1e3a 0%, #151528 100%);
  border: 2px solid #3a3a5a;
  border-radius: 15px;
  padding: 20px;
}

.summon-tickets h4 {
  color: #ffd700;
  margin-bottom: 15px;
}

.ticket-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ticket-item {
  background: #2a2a4a;
  border: 1px solid #4a4a6a;
  border-radius: 8px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ticket-icon {
  font-size: 1.3rem;
}

.ticket-name {
  color: #c0c0e0;
}

.ticket-count {
  color: #ffd700;
  font-weight: bold;
}

.btn-use-ticket {
  margin-left: auto;
}

.no-tickets {
  color: #666;
  font-style: italic;
}

/* ═══════════════════════════════════════════════════════════════════════════════
   CONSUMABLES PANEL
   ═══════════════════════════════════════════════════════════════════════════════ */

.consumables-panel {
  background: linear-gradient(135deg, #1e1e3a 0%, #151528 100%);
  border: 2px solid #3a3a5a;
  border-radius: 15px;
  padding: 20px;
}

.consumables-header h3 {
  color: #fff;
  margin-bottom: 15px;
}

.consumables-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.consumable-tab {
  background: #2a2a4a;
  border: 1px solid #3a3a5a;
  border-radius: 8px;
  padding: 8px 15px;
  color: #a0a0c0;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 0.9rem;
}

.consumable-tab:hover {
  border-color: #6366f1;
  color: #fff;
}

.consumable-tab.active {
  background: #6366f1;
  border-color: #6366f1;
  color: #fff;
}

.consumables-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
}

.consumable-card {
  background: #2a2a4a;
  border: 1px solid #3a3a5a;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s;
}

.consumable-card:hover {
  border-color: #6366f1;
  transform: translateX(5px);
}

.consumable-card.no-stock {
  opacity: 0.5;
}

.consumable-icon {
  font-size: 2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.consumable-info {
  flex: 1;
  min-width: 0;
}

.consumable-name {
  color: #fff;
  font-weight: 500;
  margin-bottom: 3px;
}

.consumable-desc {
  font-size: 0.8rem;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.consumable-owned {
  font-size: 0.8rem;
  color: #22c55e;
  margin-top: 3px;
}

.btn-use-consumable {
  white-space: nowrap;
}

/* Quick Consumables Bar (Combat) */
.quick-consumables-bar {
  display: flex;
  gap: 8px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.quick-slot {
  width: 50px;
  height: 50px;
  background: #2a2a4a;
  border: 2px solid #3a3a5a;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}

.quick-slot:hover {
  border-color: #6366f1;
  transform: scale(1.1);
}

.quick-icon {
  font-size: 1.3rem;
}

.quick-count {
  font-size: 0.7rem;
  color: #888;
}

.quick-hotkey {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #6366f1;
  color: #fff;
  font-size: 0.65rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ═══════════════════════════════════════════════════════════════════════════════
   SHOP STYLES
   ═══════════════════════════════════════════════════════════════════════════════ */

.shop-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.shop-header {
  text-align: center;
  margin-bottom: 25px;
}

.shop-header h2 {
  font-size: 2rem;
  color: #ffd700;
  margin-bottom: 15px;
}

.shop-currencies {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.currency-item {
  background: #2a2a4a;
  border: 1px solid #3a3a5a;
  border-radius: 20px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
}

.currency-item span:first-child {
  font-size: 1.1rem;
}

/* Shop Tabs */
.shop-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.shop-tab {
  background: #2a2a4a;
  border: 2px solid #3a3a5a;
  border-radius: 10px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.shop-tab:hover {
  border-color: #6366f1;
}

.shop-tab.active {
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  border-color: #6366f1;
}

.tab-icon {
  font-size: 1.2rem;
}

.tab-name {
  color: #fff;
}

/* Shop Content */
.shop-content {
  background: linear-gradient(135deg, #1e1e3a 0%, #151528 100%);
  border: 2px solid #3a3a5a;
  border-radius: 15px;
  padding: 25px;
  min-height: 500px;
}

.shop-section {
  margin-bottom: 40px;
}

.shop-section h3 {
  color: #ffd700;
  margin-bottom: 8px;
  font-size: 1.3rem;
}

.section-desc {
  color: #888;
  margin-bottom: 20px;
}

/* Pack Grid */
.pack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}

.starter-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.pack-card {
  background: linear-gradient(135deg, #2a2a4a 0%, #1e1e3a 100%);
  border: 2px solid #3a3a5a;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}

.pack-card:hover {
  border-color: #6366f1;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.2);
}

.pack-card.popular {
  border-color: #22c55e;
}

.pack-card.best-value {
  border-color: #f59e0b;
}

.pack-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #22c55e;
  color: #fff;
  font-size: 0.7rem;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: bold;
}

.pack-badge.best {
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
}

.pack-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.pack-name {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.pack-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.drachma-icon {
  color: #ffd700;
}

.drachma-amount {
  color: #fff;
  font-weight: bold;
}

.bonus {
  color: #22c55e;
  font-size: 0.9rem;
}

.pack-pulls {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.first-bonus {
  color: #22c55e;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.value-tag {
  display: inline-block;
  background: #22c55e;
  color: #fff;
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.btn-purchase {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-purchase:hover {
  background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
  transform: scale(1.02);
}

.btn-purchase:disabled {
  background: #4a4a6a;
  cursor: not-allowed;
}

/* Starter Pack Cards */
.starter-pack .pack-desc {
  color: #a0a0c0;
  font-size: 0.85rem;
  margin-bottom: 12px;
  min-height: 40px;
}

.starter-pack .pack-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

.content-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
  color: #c0c0e0;
}

.more {
  color: #888;
  font-size: 0.8rem;
}

.pack-value {
  margin-bottom: 12px;
}

.original {
  text-decoration: line-through;
  color: #666;
  margin-right: 8px;
}

.discount {
  color: #22c55e;
  font-weight: bold;
}

/* Progression Packs */
.progression-pack {
  position: relative;
}

.progression-pack.locked {
  opacity: 0.6;
}

.lock-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #888;
  font-size: 0.9rem;
}

.purchased-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #22c55e;
  color: #fff;
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 4px;
}

/* Merchant/Glory/Titan Shop */
.merchant-category {
  margin-bottom: 25px;
}

.merchant-category h4 {
  color: #c0c0e0;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #3a3a5a;
}

.item-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}

.shop-item {
  background: #2a2a4a;
  border: 1px solid #3a3a5a;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.shop-item:hover {
  border-color: #6366f1;
}

.item-name {
  flex: 1;
  color: #fff;
  text-transform: capitalize;
}

.item-rarity {
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: uppercase;
}

.item-price {
  color: #ffd700;
  font-weight: 500;
}

.item-stock {
  color: #888;
  font-size: 0.8rem;
}

.btn-buy {
  margin-left: auto;
}

/* Daily Deals */
.daily-deals {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.2) 0%, rgba(139, 92, 246, 0.2) 100%);
  border: 2px solid #6366f1;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
}

.daily-deals h3 {
  color: #818cf8;
}

.deals-timer {
  color: #888;
  font-size: 0.85rem;
  margin-bottom: 15px;
}

.deals-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.deal-card {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #6366f1;
  border-radius: 8px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.deal-name {
  color: #fff;
}

.deal-discount {
  color: #22c55e;
  font-weight: bold;
}

.deal-bonus {
  color: #ffd700;
  font-weight: bold;
}

/* Bundle Cards */
.bundle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
}

.bundle-card {
  background: linear-gradient(135deg, #2a2a4a 0%, #1e1e3a 100%);
  border: 2px solid #3a3a5a;
  border-radius: 12px;
  padding: 20px;
}

.bundle-card:hover {
  border-color: #6366f1;
}

.bundle-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.bundle-name {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.bundle-desc {
  color: #888;
  font-size: 0.85rem;
  margin-bottom: 12px;
}

.bundle-contents {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  max-height: 120px;
  overflow-y: auto;
}

/* ═══════════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  .banner-details {
    grid-template-columns: 1fr;
  }

  .banner-art {
    height: 200px;
  }

  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .oracle-currencies {
    flex-direction: column;
    align-items: center;
  }

  .pack-grid {
    grid-template-columns: 1fr;
  }

  .shop-tabs {
    justify-content: flex-start;
  }
}
