.cf-store-shell { max-width: 1100px; margin: 0 auto; padding: 1.5rem 1rem 3rem; }
.cf-store-hero { margin-bottom: 1.5rem; }
.cf-store-hero h1 { font-family: 'Fredoka One', cursive; font-size: 2.25rem; color: #1e293b; margin: 0 0 0.5rem; }
.cf-store-hero h1 span { color: #0ea5e9; }
.cf-store-hero p { color: #64748b; font-weight: 700; max-width: 36rem; margin: 0; }
.cf-store-balance { display: flex; gap: 1.5rem; margin-top: 1rem; font-weight: 800; font-size: 0.9rem; color: #334155; }
.cf-store-tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.25rem; }
.cf-store-tabs button {
  padding: 0.5rem 1rem; border-radius: 999px; font-weight: 900; font-size: 0.75rem;
  background: #fff; border: 2px solid #e2e8f0; color: #64748b;
}
.cf-store-tabs button.active { background: #0ea5e9; border-color: #0284c7; color: #fff; }
.cf-store-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.cf-store-card {
  background: #fff; border: 3px solid #e2e8f0; border-bottom: 6px solid #cbd5e1;
  border-radius: 24px; padding: 1.25rem; text-align: center;
}
.cf-store-card.owned { border-color: #10b981; border-bottom-color: #047857; }
.cf-store-icon { font-size: 2.5rem; display: block; margin-bottom: 0.5rem; }
.cf-store-card h3 { font-family: 'Fredoka One', cursive; font-size: 1rem; color: #1e293b; margin: 0 0 0.35rem; }
.cf-store-card p { font-size: 0.7rem; font-weight: 700; color: #64748b; margin: 0 0 0.75rem; min-height: 2.5rem; }
.cf-store-price { font-size: 0.75rem; font-weight: 900; color: #f59e0b; margin-bottom: 0.65rem; }
.cf-store-buy-btn {
  width: 100%; padding: 0.55rem; border-radius: 99px; font-weight: 900; font-size: 0.75rem;
  background: linear-gradient(135deg, #0ea5e9, #0284c7); color: #fff; border: none; border-bottom: 3px solid #0369a1; cursor: pointer;
}
.cf-store-vip-cta {
  margin-top: 2rem; text-align: center; padding: 2rem;
  background: #fffbeb; border: 3px solid #fde68a; border-bottom: 6px solid #f59e0b;
  border-radius: 28px;
}
.cf-store-vip-cta h2 { font-family: 'Fredoka One', cursive; font-size: 1.5rem; color: #b45309; margin: 0.75rem 0 0.35rem; }
.cf-store-vip-cta p { font-size: 0.875rem; color: #92400e; font-weight: 700; margin: 0; }
