/* TradePlug255 — black & gold theme */

:root {
  --bg: #0c0a09;
  --bg-elevated: #1c1917;
  --bg-card: #141210;
  --text: #fafaf9;
  --text-muted: #a8a29e;
  --border: #3f3a36;
  --gold: #d4af37;
  --gold-dark: #9a7b0a;
  --gold-soft: rgba(212, 175, 55, 0.14);
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  --radius: 16px;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(12, 10, 9, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.brand__logo {
  height: 52px;
  width: auto;
  max-width: min(200px, 42vw);
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
  display: block;
}

.brand__text {
  display: none;
}

.brand__name {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--gold);
}

.brand__tagline {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.site-nav a,
.site-nav__cart {
  font-size: 0.88rem;
  font-weight: 600;
  color: #e7e5e4;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  transition: color 0.15s, background 0.15s;
}

.site-nav a:hover,
.site-nav__cart:hover {
  color: var(--gold);
  background: var(--gold-soft);
}

.site-nav a.is-active {
  color: var(--gold);
  background: var(--gold-soft);
  border: 1px solid rgba(212, 175, 55, 0.35);
}

.site-nav__cart {
  position: relative;
}

.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 5px;
  margin-left: 4px;
  font-size: 0.7rem;
  font-weight: 800;
  background: var(--gold);
  color: #1c1917;
  border-radius: 999px;
}

/* Hero */
.hero {
  padding: 48px 0 36px;
  background: linear-gradient(160deg, #1c1917 0%, #0c0a09 55%, #292017 100%);
  border-bottom: 1px solid var(--border);
}

.hero__eyebrow {
  color: var(--gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0 0 12px;
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.15;
  margin: 0 0 16px;
  color: var(--text);
}

.hero__accent {
  color: var(--gold);
  font-style: italic;
}

.hero__lead {
  color: #d6d3d1;
  font-size: 1.05rem;
  max-width: 38em;
  margin: 0;
}

.hero--landing {
  padding: 64px 0 56px;
}

.hero--landing__inner {
  max-width: 42em;
}

.hero--compact {
  padding: 36px 0 28px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero__actions .btn {
  flex: none;
}

/* Sections landing */
.section {
  padding: 48px 0;
}

.section__title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--gold);
  margin: 0 0 24px;
  text-align: center;
}

.section__lead {
  color: var(--text-muted);
  max-width: 36em;
  margin: 0 auto 24px;
  text-align: center;
}

.section--why {
  background: var(--bg-elevated);
  border-block: 1px solid var(--border);
}

.why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  max-width: 720px;
  margin-inline: auto;
}

.why-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  font-weight: 600;
}

.why-list__icon { flex-shrink: 0; }

.panel--premium {
  text-align: center;
  background: linear-gradient(160deg, #1c1917, #292017);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.testimonial-card {
  margin: 0;
  padding: 24px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.testimonial-card p {
  margin: 0 0 12px;
  font-style: italic;
  color: #d6d3d1;
}

.testimonial-card footer {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
}

.testimonial-card--placeholder {
  border-style: dashed;
  opacity: 0.85;
}

.shop-universes__grid--produits {
  margin-bottom: 32px;
}

.universe-card--restricted {
  border-color: rgba(220, 38, 38, 0.35);
}

.universe-card--restricted:hover {
  border-color: rgba(220, 38, 38, 0.6);
}

/* Social links */
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.social-links__btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid var(--border);
  color: var(--text);
  background: var(--bg-card);
  transition: border-color 0.15s, transform 0.15s;
}

.social-links__btn:hover {
  border-color: var(--gold);
  transform: translateY(-1px);
}

.social-links__btn--wa { border-color: rgba(37, 211, 102, 0.5); color: #4ade80; }
.social-links__btn--ig { border-color: rgba(225, 48, 108, 0.4); }
.social-links__btn--tt { border-color: rgba(255, 255, 255, 0.25); }
.social-links__btn--fb { border-color: rgba(59, 130, 246, 0.4); }

.social-links__btn--disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.site-footer--social .site-footer__inner {
  flex-direction: column;
  text-align: center;
}

/* Premium table */
.table-wrap {
  overflow-x: auto;
  margin-top: 16px;
}

.premium-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.premium-table th,
.premium-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.premium-table th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gold);
  background: var(--bg-card);
}

.premium-table tbody tr:hover {
  background: rgba(212, 175, 55, 0.05);
}

.premium-cta {
  margin-top: 24px;
  text-align: center;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.badge--verified {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
}

.badge--pending {
  background: rgba(234, 179, 8, 0.15);
  color: #facc15;
}

.muted { color: var(--text-muted); }

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.contact-card {
  padding: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
}

.contact-card h2 {
  margin: 0 0 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gold);
}

.contact-card p { margin: 0; }

.contact-social {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.contact-social h2 {
  font-family: var(--font-display);
  color: var(--gold);
  margin: 0 0 16px;
}

/* Age gate */
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.age-gate[hidden] { display: none; }

.age-gate__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.age-gate__panel {
  position: relative;
  max-width: 420px;
  width: 100%;
  padding: 32px 28px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow);
}

.age-gate__panel h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  color: var(--gold);
}

.age-gate__panel p { margin: 0 0 8px; }

.age-gate__legal {
  font-size: 0.82rem;
  margin-bottom: 20px !important;
}

.age-gate__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}

.age-gate__actions .btn { min-width: 100px; }

.main { padding: 40px 0 64px; }

.shop-universes__title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--gold);
  margin: 0 0 24px;
}

.shop-universes__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.universe-card {
  display: block;
  padding: 28px 24px;
  border-radius: var(--radius);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.universe-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: var(--shadow);
}

.universe-card__icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.universe-card strong {
  display: block;
  font-size: 1.15rem;
  color: var(--gold);
  margin-bottom: 8px;
}

.universe-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* Panel & filters */
.panel {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 28px;
}

.panel__head h2 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gold);
}

.panel__head p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.filters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 18px;
  align-items: end;
}

.order-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.order-form-grid__full {
  grid-column: 1 / -1;
}

.field { display: flex; flex-direction: column; gap: 6px; }

.field__label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.field input,
.field select,
.field textarea {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  color: var(--text);
  font: inherit;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(212, 175, 55, 0.45);
  border-color: var(--gold);
}

.field textarea {
  resize: vertical;
  min-height: 72px;
}

/* Products */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.product-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.product-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: var(--shadow);
}

.product-card__media {
  aspect-ratio: 4/3;
  background: #1a1816;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-card__media--zoomable {
  cursor: zoom-in;
}

.product-card__zoom {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  position: relative;
  display: block;
}

.product-card__zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.product-card__zoom:hover img,
.product-card__zoom:focus-visible img {
  transform: scale(1.03);
}

.product-card__zoom:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -2px;
}

.product-card__zoom-hint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.product-card__zoom:hover .product-card__zoom-hint,
.product-card__zoom:focus-visible .product-card__zoom-hint {
  opacity: 1;
}

.product-card__placeholder {
  color: var(--text-muted);
  font-size: 0.85rem;
  text-align: center;
  padding: 16px;
}

.product-card__body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-card__condition {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gold);
}

.product-card__name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
}

.product-card__desc {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-muted);
  flex: 1;
}

.product-card__price {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--gold);
}

.product-card__price--variants {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  white-space: normal;
}

.product-card__actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: transform 0.15s, opacity 0.15s;
}

.btn:active { transform: scale(0.98); }

.btn--primary {
  background: linear-gradient(135deg, #d4af37, #8b6914);
  color: #1c1917;
  flex: 1;
}

.btn--primary:hover { opacity: 0.92; }

.btn--whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
}

.btn--outline {
  background: transparent;
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: var(--gold);
}

.btn--ghost {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid var(--border);
}

.btn--block { width: 100%; }

.empty-state {
  text-align: center;
  padding: 40px 20px;
  color: var(--text-muted);
}

/* Status toast */
.status-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 300;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  color: var(--text);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.status-toast.is-visible { opacity: 1; }
.status-toast.is-ok { border-color: rgba(212, 175, 55, 0.5); color: var(--gold); }
.status-toast.is-err { border-color: #7f1d1d; color: #fca5a5; }

/* Cart drawer */
.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  justify-content: flex-end;
}

.cart-drawer[hidden] { display: none; }

.cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.cart-drawer__panel {
  position: relative;
  width: min(420px, 100%);
  height: 100%;
  background: var(--bg-elevated);
  border-left: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
}

.cart-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cart-drawer__head h2 {
  margin: 0;
  font-family: var(--font-display);
  color: var(--gold);
}

.cart-drawer__close {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}

.cart-drawer__list {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-item {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: var(--bg-card);
  border-radius: 12px;
  border: 1px solid var(--border);
}

.cart-item__info { flex: 1; min-width: 0; }
.cart-item__name { font-weight: 700; font-size: 0.95rem; margin: 0 0 4px; }
.cart-item__price { color: var(--gold); font-weight: 700; font-size: 0.9rem; }
.cart-item__qty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.cart-item__qty button {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  cursor: pointer;
  font-weight: 700;
}

.cart-drawer__foot {
  border-top: 1px solid var(--border);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-drawer__total {
  display: flex;
  justify-content: space-between;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--gold);
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 32px 0;
  margin-top: 40px;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--gold);
}

.site-footer__logo {
  height: 44px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
}

.site-footer__brand > span {
  display: none;
}

.site-footer__copy {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.site-footer a {
  color: var(--gold);
}

/* Image lightbox */
.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
}

.image-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(96vw, 1100px);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.image-lightbox__img {
  max-width: 100%;
  max-height: calc(92vh - 80px);
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  background: #111;
}

.image-lightbox__caption {
  margin: 0;
  color: #f5f5f5;
  font-size: 0.95rem;
  text-align: center;
}

.image-lightbox__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.image-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.image-lightbox__nav--prev {
  left: -56px;
}

.image-lightbox__nav--next {
  right: -56px;
}

@media (max-width: 768px) {
  .image-lightbox {
    padding: 12px;
  }

  .image-lightbox__close {
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.55);
  }

  .image-lightbox__nav--prev {
    left: 8px;
  }

  .image-lightbox__nav--next {
    right: 8px;
  }
}

/* WhatsApp float */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 150;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s;
}

.wa-float:hover { transform: scale(1.08); }

@media (max-width: 640px) {
  .site-header__inner { justify-content: center; }
  .site-nav { justify-content: center; }
}

/* Profile & orders */
.profile-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.profile-auth__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.profile-auth__card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.profile-welcome__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.profile-welcome__head h2 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  color: var(--gold);
}

.muted {
  color: var(--text-muted);
  margin: 0;
}

.orders-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.order-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.order-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.order-card__date {
  margin: 0 0 4px;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.order-card__total {
  margin: 0;
  font-weight: 700;
  color: var(--gold);
}

.order-card__status {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
}

.order-card__status--pending {
  color: #fbbf24;
  border-color: rgba(251, 191, 36, 0.35);
}

.order-card__status--confirmed {
  color: #4ade80;
  border-color: rgba(74, 222, 128, 0.35);
}

.order-card__items {
  margin: 0 0 12px;
  padding-left: 18px;
  color: var(--text);
}

.order-card__details p {
  margin: 0 0 4px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.profile-cart-link {
  text-align: center;
  text-decoration: none;
}

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