.table thead th { white-space: nowrap; }

.profile-hero {
  background: linear-gradient(135deg, rgba(10, 15, 28, 0.8), rgba(12, 18, 40, 0.6));
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}
.profile-hero.pay-hero {
  background: radial-gradient(140% 120% at 10% 0%, rgba(99,210,255,.16), rgba(10,15,32,.95));
}
.hero-row .back-link {
  color: #9fb4ff;
  font-weight: 600;
  letter-spacing: .06em;
}

.saldo-card {
  min-width: 220px;
  background: linear-gradient(135deg, #0f172a, #111827);
  border: 1px solid rgba(148, 163, 255, 0.28);
  border-radius: 16px;
  padding: 12px 16px;
  color: #e5e7eb;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.25);
}
.saldo-card .secure-line {
  font-size: .78rem;
}

.profile-wrapper .card {
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(0,0,0,0.25);
}
.profile-wrapper .checkout-shell {
  background: radial-gradient(130% 130% at 0% 0%, rgba(99, 210, 255, .12), rgba(11, 15, 34, .95));
  border: 1px solid rgba(113, 153, 255, .28);
  box-shadow: 0 18px 36px rgba(0,0,0,0.35);
}
.profile-wrapper .card.checkout-shell .card-body {
  padding: 16px 14px;
}

.profile-menu .list-group-item {
  background: transparent;
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, 0.25);
  cursor: pointer;
  transition: all .2s ease;
}
.profile-menu .list-group-flush .list-group-item {
  padding: .7rem .85rem;
}
.profile-menu .list-group-item.active {
  background: linear-gradient(135deg, #111827, #0b1226);
  border-color: rgba(168, 85, 247, 0.6);
  color: #f8fafc;
  box-shadow: 0 8px 20px rgba(168, 85, 247, 0.18);
}
.profile-menu .list-group-item:hover:not(.active) {
  background: rgba(148, 163, 184, 0.08);
}

.profile-menu-mobile .list-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.profile-menu-mobile .list-group-item {
  flex: 1 1 calc(50% - 8px);
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.25);
}
.profile-menu-mobile .list-group-item.active {
  border-color: rgba(168, 85, 247, 0.6);
}

@media (max-width: 767.98px) {
  .profile-menu {
    box-shadow: none;
  }
  .profile-menu .card-body {
    padding: 10px;
  }
  .profile-menu .list-group-flush {
    border-radius: 0;
  }
  .profile-menu .list-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .profile-menu .list-group-item {
    flex: 1 1 calc(50% - 8px);
    border-radius: 10px;
    text-align: center;
  }
}

.mobile-scroll-hint {
  position: fixed;
  left: 50%;
  bottom: 130px;
  transform: translateX(-50%);
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 10px 20px rgba(0,0,0,0.35);
  color: #e5e7eb;
  font-weight: 700;
  display: none;
  align-items: center;
  gap: 6px;
  z-index: 1050;
}
.mobile-scroll-hint.show {
  display: inline-flex;
}
.mobile-scroll-hint i {
  animation: hint-bounce 1.2s ease-in-out infinite;
}
@keyframes hint-bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-6px); }
  60% { transform: translateY(-3px); }
}

.profile-wrapper label {
  color: #cbd5e1;
  font-weight: 600;
  font-size: .9rem;
}

.profile-wrapper .form-control,
.profile-wrapper .form-select {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #e5e7eb;
}
.profile-wrapper .form-control:focus,
.profile-wrapper .form-select:focus {
  border-color: #a855f7;
  box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.5);
}

.profile-wrapper .shine-button.button-primary {
  width: 100%;
}

.profile-wrapper .card.checkout-shell .form-label {
  color: #cbd5e1;
}
.profile-wrapper .card.checkout-shell .form-control,
.profile-wrapper .card.checkout-shell .form-select {
  background: rgba(255,255,255,0.03);
}

.shipping-header .shipping-kicker {
  letter-spacing: .08em;
}

.shipping-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(99, 210, 255, .1);
  border: 1px solid rgba(99, 210, 255, .35);
  color: #cce7ff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.shipping-shell {
  border-radius: 16px;
  padding: 16px 14px;
  background: radial-gradient(130% 130% at 0% 0%, rgba(99, 210, 255, .12), rgba(11, 15, 34, .95));
  border: 1px solid rgba(113, 153, 255, .28);
  box-shadow: 0 14px 30px rgba(0,0,0,0.4);
}

.shipping-search .input-group-text,
.shipping-search .form-control {
  background: rgba(255,255,255,0.02);
  border-color: rgba(148, 163, 184, 0.3);
  color: #e5e7eb;
}

.section-head .pill-soft,
.pill-soft {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(99, 210, 255, .35);
  background: rgba(99, 210, 255, .08);
  color: #cce7ff;
  font-weight: 700;
  letter-spacing: .04em;
}

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

.shipping-card {
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(9, 17, 40, .96), rgba(10, 19, 55, 1));
  border: 1px solid rgba(99, 210, 255, .18);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .78rem;
  border: 1px solid rgba(255,255,255,.08);
}
.chip-warning { background: rgba(255, 193, 7, .12); color: #ffd878; border-color: rgba(255, 193, 7, .4); }
.chip-info { background: rgba(113, 153, 255, .12); color: #c5d5ff; border-color: rgba(113, 153, 255, .4); }
.chip-primary { background: rgba(99, 210, 255, .12); color: #bdefff; border-color: rgba(99, 210, 255, .4); }
.chip-success { background: rgba(64, 224, 163, .12); color: #c1f5e1; border-color: rgba(64, 224, 163, .4); }
.chip-muted { background: rgba(148, 163, 184, .08); color: #cbd5e1; border-color: rgba(148, 163, 184, .35); }

.shipping-thumb {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(148, 163, 184, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.shipping-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shipping-thumb.placeholder {
  color: #94a3b8;
  font-size: 1.2rem;
}

.shipping-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: .78rem;
  color: #cbd5e1;
}
.shipping-meta .label {
  display: block;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .7rem;
  color: #94a3b8;
}

.shipping-actions {
  margin-top: 10px;
  align-items: center;
}

.code-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px dashed rgba(148, 163, 184, 0.4);
  color: #cbd5e1;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: .8rem;
}

.shipping-empty {
  text-align: center;
  padding: 28px;
  border-radius: 12px;
  background: rgba(148, 163, 184, .08);
  border: 1px dashed rgba(148, 163, 184, .3);
  color: #cbd5e1;
}

.table-shell {
  border-radius: 16px;
  padding: 16px 14px;
  background: radial-gradient(130% 130% at 0% 0%, rgba(99, 210, 255, .1), rgba(11, 15, 34, .95));
  border: 1px solid rgba(113, 153, 255, .28);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}
.table-modern {
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, .2);
}
.table-modern thead {
  background: rgba(148, 163, 184, .08);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .78rem;
}
.table-modern tbody tr {
  border-color: rgba(148, 163, 184, .14);
}
.table-modern tbody tr:hover {
  background: rgba(99, 210, 255, .06);
}
.table-modern .badge {
  padding: 6px 8px;
  font-size: .75rem;
  border-radius: 10px;
}

.level-shell .progress {
  height: 12px;
  background: rgba(148, 163, 184, .2);
  border-radius: 999px;
}
.level-shell .progress-bar {
  background: linear-gradient(135deg, #63d2ff, #4b7bff);
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(99, 210, 255, .6);
}

.shipping-modal .modal-content {
  border-radius: 16px;
  background: #0d1326;
  border: 1px solid rgba(113, 153, 255, .35);
  color: #e5e7eb;
  box-shadow: 0 22px 60px rgba(0,0,0,0.7), inset 0 0 0 1px rgba(255,255,255,0.03);
}
.shipping-modal .modal-dialog { max-width: 860px; }
.shipping-modal .modal-header { border-color: rgba(148,163,184,.2); }
.shipping-modal .modal-body { padding-top: 0.5rem; }
.modal-backdrop.show { opacity: .7; }

.shipping-option {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(148, 163, 184, 0.25);
  cursor: pointer;
  transition: all .16s ease-out;
}
.shipping-option + .shipping-option {
  margin-top: 10px;
}
.shipping-option:hover {
  border-color: rgba(99, 210, 255, .4);
  background: rgba(99, 210, 255, .05);
}

.shipping-form .form-control {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #e5e7eb;
}
.shipping-form .form-control:focus {
  border-color: #a855f7;
  box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.35);
}
.shipping-form .form-control.is-readonly {
  opacity: .8;
  border-style: dashed;
}

.shipping-prize .shipping-thumb {
  width: 80px;
  height: 80px;
}
.shipping-prize .shipping-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filter-chips .btn.pill-soft {
  border-radius: 999px !important;
  padding: 6px 10px;
  border-color: rgba(113,153,255,.35);
}
.filter-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filter-chips .btn-check:checked + .btn {
  background: linear-gradient(135deg, #63d2ff, #4b7bff);
  color: #050814;
  border-color: transparent;
  box-shadow: 0 0 12px rgba(99, 210, 255, .45);
}

@media (max-width: 575.98px) {
  .shipping-grid {
    grid-template-columns: 1fr;
  }
}

/* FAQ */
.faq-shell .accordion-item {
  background: transparent;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.faq-shell .accordion-button {
  background: rgba(255,255,255,0.02);
  color: #e5e7eb;
  font-weight: 600;
  padding: 12px 14px;
}
.faq-shell .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(99, 210, 255, .12), rgba(11, 15, 34, .95));
  box-shadow: inset 0 0 0 1px rgba(99, 210, 255, .25);
}
.faq-shell .accordion-button:focus {
  box-shadow: none;
}
.faq-shell .accordion-body {
  background: rgba(255,255,255,0.02);
  color: #cbd5e1;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.support-card {
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(9, 17, 40, .96), rgba(10, 19, 55, 1));
  border: 1px solid rgba(99, 210, 255, .18);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

/* Coleção digital */
.collection-shell {
  background: linear-gradient(145deg, rgba(13, 20, 46, 0.95), rgba(7, 12, 30, 0.92));
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.collection-tabs {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}
.collection-tabs .btn {
  width: 100%;
}
.collection-hero {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  padding: 14px 16px;
}
.collection-section + .collection-section {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding-top: 16px;
}
.collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.collection-card {
  position: relative;
  border-radius: 12px;
  padding: 10px;
  background: linear-gradient(145deg, #0f152b, #0c1224);
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.collection-media {
  position: relative;
  height: 140px;
  border-radius: 10px;
  background: radial-gradient(circle at 20% 20%, rgba(99, 210, 255, .15), transparent 55%), radial-gradient(circle at 80% 20%, rgba(168, 85, 247, .12), transparent 55%), rgba(255,255,255,0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.collection-media img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}
.collection-placeholder {
  font-size: 28px;
  color: #94a3b8;
  opacity: 0.7;
}
.collection-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255,255,255,0.08);
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.collection-body {
  padding: 10px 6px 4px;
}
.collection-title {
  font-weight: 700;
  margin-bottom: 2px;
}
.collection-qty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(74, 222, 128, 0.12);
  color: #74f0a7;
  font-weight: 700;
  margin-top: 6px;
}
.collection-empty {
  border: 1px dashed rgba(148, 163, 184, 0.35);
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  background: rgba(255,255,255,0.02);
  color: #cbd5e1;
}
.collection-empty .empty-icon {
  font-size: 28px;
  color: #a855f7;
}
.digital-option {
  border-radius: 12px;
  padding: 14px;
  background: linear-gradient(135deg, rgba(25, 35, 70, 0.85), rgba(17, 26, 53, 0.95));
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  height: 100%;
}
.digital-option.alt {
  background: linear-gradient(135deg, rgba(30, 64, 32, 0.85), rgba(13, 36, 22, 0.95));
  border-color: rgba(74, 222, 128, 0.35);
}
.digital-option .form-label {
  font-weight: 600;
}

/* Álbum */
.album-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.album-card {
  border-radius: 12px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(16,24,52,0.95), rgba(9,14,33,0.95));
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 12px 30px rgba(0,0,0,0.28);
}
.album-progress-shell {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(148,163,184,0.2);
  border-radius: 12px;
  padding: 12px;
}
.album-progress {
  background: rgba(148, 163, 184, 0.2);
}
.album-progress .progress-bar {
  background: linear-gradient(90deg, #00e5ff, #7c3aed);
  transition: width .5s ease;
}
.album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.album-item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(13,16,35,0.95);
  box-shadow: 0 10px 22px rgba(0,0,0,0.25);
}
.album-item-media {
  position: relative;
  height: 180px;
  background: radial-gradient(circle at 20% 20%, rgba(99, 210, 255, .2), transparent 55%), rgba(255,255,255,0.02);
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-item-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.album-item-body {
  padding: 10px 12px 12px;
}
.album-item-title {
  font-weight: 700;
}
.album-item.is-locked .album-item-media img {
  filter: grayscale(1) brightness(0.6);
}
.album-item.is-complete {
  border-color: rgba(74, 222, 128, 0.45);
  box-shadow: 0 10px 24px rgba(74, 222, 128, 0.15);
}
.album-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #22c55e;
  color: #0b1b0f;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
}
.album-card-cover {
  width: 100%;
  max-width: 50%;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-inline: auto;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255,255,255,0.02);
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.album-detail-cover {
  width: 100%;
  max-width: 50%;
  height: auto;
  margin: 0 auto 16px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255,255,255,0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.album-detail-cover img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.album-reward-card {
  max-width: 460px;
  margin: 0 auto;
  background: radial-gradient(130% 130% at 0% 0%, rgba(99, 210, 255, .12), rgba(11, 15, 34, .95));
  border: 1px solid rgba(113, 153, 255, .28);
  box-shadow: 0 14px 30px rgba(0,0,0,0.35);
  border-radius: 14px;
}
.album-reward-thumb {
  width: 50%;
  max-width: 220px;
  aspect-ratio: 1/1;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 10px 22px rgba(0,0,0,0.25);
}
.album-reward-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Offcanvas mobile do perfil */
.profile-offcanvas{
  background: radial-gradient(120% 160% at 80% 0%, rgba(99,210,255,0.12) 0%, rgba(15,23,42,0.95) 50%, rgba(8,12,24,0.98) 100%);
  color: #e2e8f0;
  border-left: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: -20px 0 40px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.06);
  z-index: 12000 !important;
}
.profile-offcanvas .offcanvas-header{
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}
.profile-offcanvas .offcanvas-title{
  font-weight: 800;
  letter-spacing: .04em;
}
.profile-offcanvas .list-group-item{
  background: transparent;
  color: #e2e8f0;
  border-color: rgba(148, 163, 184, 0.15);
  border-radius: 12px;
  margin-bottom: 8px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.profile-offcanvas .list-group-item.active{
  background: linear-gradient(135deg, #0ea5e9, #6366f1);
  color: #0b1220;
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(14,165,233,0.25);
}
.profile-offcanvas .list-group-item:hover{
  transform: translateX(-2px);
  border-color: rgba(99, 210, 255, 0.45);
}
.profile-offcanvas .btn-close{
  filter: invert(1);
}
.offcanvas-backdrop.profile-menu-backdrop{
  z-index: 11990 !important;
  background-color: rgba(4,6,12,0.82);
  backdrop-filter: blur(4px);
}
