/* 
  Midnight Club Online - Layout & Components
  Replicated from Legacy Style.css
*/

/* =========================================
   FONDO FIJO
   ========================================= */
.mc-hero-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("../images/hero-optimized.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(1.1) contrast(1.2) brightness(1.1);
  isolation: isolate;
}
.mc-hero-bg {
  background-attachment: scroll;
}
@media (max-width: 520px) {
  .mc-hero-bg {
    background-position: center top;
  }
}
.mc-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(45% 40% at 50% 58%, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 70%),
    radial-gradient(60% 40% at 50% 12%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.7) 60%, #000 100%);
  opacity: 0.85;
}
.mc-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 45%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 3px);
  mix-blend-mode: soft-light;
  opacity: 0.35;
  pointer-events: none;
}

/* =========================================
   LAYOUT GENERAL
   ========================================= */
.mc-page {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

/* Espaciador */
.mc-spacer-top {
  padding-top: calc(42vh + env(safe-area-inset-top));
  transition: padding-top 0.3s ease;
}
@media (min-height: 800px) {
  .mc-spacer-top { padding-top: calc(50vh + env(safe-area-inset-top)); }
}

/* Títulos internos */
.mc-page-title {
  font-size: 13px; color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase; letter-spacing: 0.2em;
  margin-bottom: 30px; margin-top: 10px;
}

/* =========================================
   HEADER DE MARCA
   ========================================= */
.mc-brand-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw; 
  margin-left: calc(50% - 50vw);
  margin-bottom: 4vh;
  position: relative;
  z-index: 10;
  padding-top: calc(30px + env(safe-area-inset-top));
  padding-bottom: 12px;
  gap: 8px;
}
.mc-brand-header::after {
  content: "";
  display: block;
  width: min(240px, 62vw);
  height: 1px;
  margin-top: 18px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.35;
}

.mc-top-tag {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.2em;
  margin-bottom: -0vw;
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
  z-index: 2;
  animation: tagReveal 600ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.mc-kanji { font-weight: 400; opacity: 0.9; font-size: 10px; margin-left: 6px; }

.mc-main-logo {
  font-family: var(--font-logo);
  font-weight: 700;
  font-size: 16vw; 
  line-height: 0.95;
  margin: 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: var(--mc-red);
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.9);
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.9), 0 0 35px rgba(255, 255, 255, 0.18);
  letter-spacing: -0.12em;
  filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.18));
  paint-order: stroke fill;
  animation: logoReveal 800ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
@supports (-webkit-background-clip: text) {
  .mc-main-logo {
    background: linear-gradient(135deg, #f8f4ec 0%, #cfc6b0 55%, #f6f2ea 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.mc-main-logo img {
  filter: brightness(0) invert(1) drop-shadow(0 10px 30px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.18)) !important;
  opacity: 0.92;
}

@media (min-width: 1000px) { /* Fixed assumed typo from legacy 'px' */
  .mc-main-logo {
    font-size: 140px;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.9);
  }
}

/* =========================================
   MENU (HOME)
   ========================================= */
.mc-menu-list {
  display: flex; flex-direction: column; gap: 18px;
  width: 100%;
  align-items: center;
}

.mc-menu-link {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  color: var(--mc-red);
  text-decoration: none; text-transform: uppercase;
  line-height: 1.1; letter-spacing: -0.02em;
  text-shadow: 0 10px 28px rgba(0,0,0,0.9), 0 2px 10px rgba(0,0,0,0.75), 0 0 18px rgba(255,255,255,0.08);
  text-align: center;
  position: relative;
  transition: color var(--trans-fast), text-shadow var(--trans-fast), transform var(--trans-fast);
}
.mc-menu-link::after {
  content: "";
  display: block;
  width: 42%;
  height: 1px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity var(--trans-fast), transform var(--trans-fast);
}
.mc-menu-link:active { color: #fff; transform: translateY(1px); }
.mc-menu-link:active::after { opacity: 0.8; transform: translateY(0); }

.mc-menu-list .mc-menu-link {
  opacity: 0;
  transform: translateY(12px);
  animation: menuReveal 700ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.mc-menu-list .mc-menu-link:nth-child(1) { animation-delay: 120ms; }
.mc-menu-list .mc-menu-link:nth-child(2) { animation-delay: 200ms; }
.mc-menu-list .mc-menu-link:nth-child(3) { animation-delay: 280ms; }
.mc-menu-list .mc-menu-link:nth-child(4) { animation-delay: 360ms; }
.mc-menu-list .mc-menu-link:nth-child(5) { animation-delay: 440ms; }

@media (hover: hover) {
  .mc-menu-link:hover { color: #fff; text-shadow: 0 12px 34px rgba(0,0,0,0.9), 0 0 30px rgba(255,255,255,0.18); }
  .mc-menu-link:hover::after { opacity: 0.8; transform: translateY(0); }
}

@keyframes tagReveal {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes logoReveal {
  from { opacity: 0; transform: translateY(8px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes menuReveal {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .mc-main-logo,
  .mc-top-tag,
  .mc-menu-list .mc-menu-link {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* =========================================
   COUNTDOWN + ACCESOS ROW
   ========================================= */
.mc-countdown-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  margin-bottom: 32px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(12px);
  animation: countdownReveal 700ms cubic-bezier(0.2, 0.7, 0.2, 1) 100ms both;
}

.mc-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.mc-countdown-label {
  font-family: var(--font-body);
  font-size: 10px;
  color: var(--text-muted);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mc-countdown-timer {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mc-countdown-value {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  color: var(--mc-red);
  line-height: 1;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
  min-width: 36px;
  text-align: center;
}

.mc-countdown-sep {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--accent);
  opacity: 0.5;
  margin: 0 2px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 0.15; }
}

.mc-countdown-arrow {
  font-family: var(--font-display);
  font-size: 20px;
  color: #fff;
  opacity: 0.35;
  margin: 0 8px;
  animation: arrowPulse 2s ease-in-out infinite;
}

@keyframes arrowPulse {
  0%, 100% { opacity: 0.4; transform: translateX(0); }
  50% { opacity: 0.7; transform: translateX(4px); }
}

.mc-btn-accesos {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  color: var(--mc-red);
  background: transparent;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
  transition: all var(--trans-fast);
}

.mc-btn-accesos:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
}

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

/* Estado: Evento en vivo */
.mc-countdown.is-live .mc-countdown-label {
  color: #cdfb3e;
  animation: pulse 2s infinite;
}

.mc-countdown.is-live .mc-countdown-value {
  color: #cdfb3e;
}

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

/* Estado: Sin evento */
.mc-countdown.no-event .mc-countdown-label::after {
  content: " - PRÓXIMAMENTE";
}

.mc-countdown.no-event .mc-countdown-timer {
  display: none;
}

@keyframes countdownReveal {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 480px) {
  .mc-countdown-row {
    flex-direction: column;
    gap: 20px;
  }

  .mc-countdown-value {
    font-size: 24px;
  }

  .mc-countdown-arrow {
    display: none;
  }

  .mc-btn-accesos {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mc-countdown-row,
  .mc-countdown-sep,
  .mc-countdown-arrow {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* =========================================
   ELEMENTOS COMUNES
   ========================================= */
.mc-item-link { text-decoration: none; display: block; cursor: pointer; }

/* =========================================
   NAVEGACIÓN INFERIOR
   ========================================= */
.mc-nav { position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.78); border-top: 1px solid rgba(255,255,255,0.12); padding-bottom: env(safe-area-inset-bottom); z-index: 100; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.mc-nav::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  opacity: 0.6;
}
.mc-nav-list { display: flex; height: 60px; list-style: none; margin: 0; padding: 0; }
.mc-nav-item { flex: 1; }
.mc-nav-link { display: flex; justify-content: center; align-items: center; height: 100%; text-decoration: none; color: rgba(255,255,255,0.55); font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; font-weight: 700; font-family: var(--font-body); position: relative; transition: color var(--trans-fast); }
.mc-nav-link.active { color: var(--mc-red); }
.mc-nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  box-shadow: 0 0 12px rgba(228, 210, 168, 0.7);
}

/* =========================================
   LOGIN / GATE POPUP
   ========================================= */
#mc-login-gate {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(15px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
#mc-login-gate.show { opacity: 1; }
#mc-login-gate.show #mc-login-card { transform: scale(1); }

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-5px); }
  40%, 80% { transform: translateX(5px); }
}
.mc-shake { animation: shake 0.4s ease-in-out; border-color: #ffffff !important; }

.password-group { position: relative; width: 100%; }
.toggle-password {
  position: absolute;
  right: 0;
  top: 14px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  font-size: 18px;
  transition: all 0.2s ease;
  padding: 4px;
}
.toggle-password:hover {
  color: var(--mc-red);
  transform: scale(1.1);
}

.mc-gate-close {
  margin-top: 24px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
  transition: all 0.2s ease;
}
.mc-gate-close:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mc-gate-error { color: var(--mc-red); font-size: 11px; margin-bottom: 15px; display: none; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; min-height: 20px;}

.gate-view { transition: opacity 0.3s ease; }
.hidden-view { display: none; opacity: 0; }

.mc-footer-cta {
  text-align: center;
  padding: 22px 0 26px;
  margin-top: auto; 
  border-top: 1px solid var(--border-subtle);
  width: 100%;
  position: relative;
}
.mc-footer-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  opacity: 0.6;
}

/* =========================================
   PAGE: ACCESOS (Migrated)
   ========================================= */
.item-disabled { opacity: 0.4; pointer-events: none; filter: grayscale(1); }
.badge-soldout {
  display: inline-flex; 
  align-items: center; 
  background: var(--bg-surface);
  color: var(--text-muted);
  border: 1px solid var(--border-subtle);
  font-size: 9px; 
  font-weight: 700; 
  padding: 4px 8px;
  border-radius: var(--radius-sm);
  margin-left: 10px; 
  letter-spacing: 0.1em; 
  text-transform: uppercase;
  transform: translateY(-2px);
}

/* =========================================
   PAGE: MEMBERS (Migrated)
   ========================================= */
.error-text {
  color: var(--mc-red); font-size: 13px; font-weight: 700; 
  text-transform: uppercase; margin-top: 20px; text-align: center; 
  display: none; border: 1px solid var(--mc-red); padding: 12px; 
  background: rgba(255, 255, 255, 0.1);
}
.success-text {
  color: #cdfb3e; font-size: 14px; font-weight: 700;
  text-transform: uppercase; margin-top: 20px; text-align: center;
  display: none; border: 1px solid #cdfb3e; padding: 15px;
  background: rgba(205, 251, 62, 0.1);
}

/* =========================================
   PAGE: CARTA (Migrated)
   ========================================= */

/* CONTROLES PEGAYOSOS (Solo Buscador) */
.sticky-controls {
  position: sticky; top: 0; z-index: 50;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 15px;
}

.search-wrapper { position: relative; width: 100%; padding: 15px 24px 0 24px; }

.search-clear { 
  position: absolute; right: 34px; top: 60%; transform: translateY(-50%); 
  background: none; border: none; color: #666; font-size: 16px; cursor: pointer; display: none; padding: 5px; 
}

.menu-content { padding: 1.5rem 0; min-height: 60vh; }

/* === ACORDEONES (CATEGORÍAS) === */
.category-group { border-bottom: 1px solid #222; }
.category-header {
    padding: 24px; cursor: pointer; background: transparent;
    display: flex; justify-content: space-between; align-items: center;
    transition: background 0.2s;
}
.category-header:hover { background: rgba(255,255,255,0.02); }
.category-header:active { background: rgba(255,255,255,0.05); }

.cat-title {
    font-family: var(--font-display); font-size: 20px; font-weight: 800; 
    color: #fff; text-transform: uppercase; letter-spacing: 0.02em; 
}
.cat-icon { 
    font-size: 10px; color: #666; transition: transform 0.3s ease; 
}

/* Estado Abierto */
.category-group.open .cat-icon { transform: rotate(180deg); color: var(--mc-red); }
.category-group.open .category-items { display: block; }
.category-group.open .cat-title { color: var(--mc-red); text-shadow: 0 0 15px rgba(255, 255, 255, 0.4); }

.category-items { display: none; background: #000; padding: 0 24px 20px 24px; animation: slideDown 0.3s ease; }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

/* SUBTÍTULOS */
.subcategory-title {
  font-size: 10px; color: #888; font-weight: 800;
  margin: 25px 0 10px 0; letter-spacing: 0.2em;
  border-bottom: 0px; 
  text-transform: uppercase;
}
.subcategory-title:first-child { margin-top: 10px; }

/* ITEMS LISTA */
.item { 
  display: flex; justify-content: space-between; align-items: center; 
  padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.05); 
  cursor: pointer; transition: all 0.2s;
}
.item:last-child { border-bottom: none; }
.item:active { transform: scale(0.98); opacity: 0.8; }

.item-left { display: flex; gap: 12px; flex: 1; align-items: center; }
.item-info { flex: 1; padding-right: 10px; }
.item-name { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 6px; line-height: 1.2; text-transform: uppercase; letter-spacing: -0.01em; }
.badge-pick { display: inline-block; font-size: 8px; background: var(--mc-red); color: #fff; padding: 3px 6px; border-radius: 2px; vertical-align: text-top; margin-right: 6px; font-weight: 800; letter-spacing: 0.05em; }
.item-desc { font-size: 11px; color: #777; line-height: 1.5; text-transform: uppercase; max-width: 90%; letter-spacing: 0.05em; }

.item-prices { text-align: right; }
.price-list-only { font-size: 16px; color: #fff; font-weight: 700; font-family: var(--font-display); letter-spacing: 0.02em; }

.item.no-stock { opacity: 0.3; pointer-events: none; filter: grayscale(1); }
.badge-stock { display: inline-block; font-size: 8px; background: #222; color: #888; border: 1px solid #444; padding: 2px 5px; border-radius: 2px; vertical-align: text-top; margin-right: 5px; font-weight: 800; }

/* MODAL PRECIOS */
.price-modal-overlay {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.85); backdrop-filter: blur(8px);
  z-index: 200; display: none; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.2s;
}
.price-modal-overlay.open { display: flex; opacity: 1; }
.price-modal-overlay.open .price-card { transform: scale(1); }

.price-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #222; }
.price-label { color: #666; font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: 0.1em; }
.price-value { font-size: 18px; color: #fff; font-weight: 800; font-family: var(--font-display); letter-spacing: 0.05em; }

.price-highlight { 
  border: 1px solid #cdfb3e; 
  background: linear-gradient(135deg, rgba(205, 251, 62, 0.05) 0%, rgba(205, 251, 62, 0) 100%); 
  padding: 20px; margin-bottom: 30px; 
  position: relative;
  overflow: hidden;
}
.price-highlight::before {
  content: ''; position: absolute; top:0; left:0; width:3px; height:100%; background: #cdfb3e;
}

.price-highlight .price-label { color: #cdfb3e; font-size: 11px; margin-bottom: 5px; display: block;}
.price-highlight .price-value { color: #cdfb3e; font-size: 32px; letter-spacing: -0.02em; text-shadow: 0 0 20px rgba(205, 251, 62, 0.3); }

.no-results { text-align: center; padding: 40px 0; color: #444; display: none; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; }
.loading-spinner { text-align: center; padding: 60px; color: var(--mc-red); font-weight: 700; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; animation: blink 1.5s infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

/* =========================================
   PAGE: FAQ (Migrated)
   ========================================= */
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-section-title {
  font-family: var(--font-display); font-size: 24px; font-weight: 900;
  color: var(--mc-red); margin-top: 50px; margin-bottom: 25px;
  text-transform: uppercase; letter-spacing: -0.02em;
}
.faq-section-title:first-child { margin-top: 0; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.15); }
.faq-question {
  padding: 20px 0; display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; transition: color 0.3s ease;
}
.faq-question h3 {
  margin: 0; font-size: 16px; font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: 0.05em; line-height: 1.4;
}
.faq-toggle {
  font-size: 18px; color: var(--mc-red); transition: transform 0.3s ease; margin-left: 15px;
}
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-answer p { margin: 0; padding-bottom: 25px; font-size: 14px; color: #aaa; line-height: 1.6; }
.faq-answer a { color: #fff; text-decoration: underline; }
.faq-item.active .faq-toggle { transform: rotate(45deg); }
.faq-item.active .faq-question h3 { color: var(--mc-red); }
.faq-item.active .faq-answer { max-height: 500px; }

/* =========================================
   PAGE: MEMBERS-ONLY (Migrated)
   ========================================= */
/* Cabecera Socio */
.member-header {
  text-align: center; margin-bottom: 40px; padding-bottom: 20px;
  border-bottom: 1px dashed rgba(255,255,255,0.1);
}
.member-welcome { font-size: 11px; color: #888; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 8px; }
.member-name { font-size: 32px; font-weight: 800; color: #fff; margin: 0; line-height: 1; text-transform: uppercase; }
.member-id { 
  display: inline-block; margin-top: 8px;
  background: rgba(255, 255, 255, 0.1); border: 1px solid var(--mc-red);
  color: var(--mc-red); font-size: 12px; font-weight: 700; 
  padding: 4px 10px; border-radius: 4px; letter-spacing: 0.05em;
}

/* Sección Seguridad */
.security-section {
  margin-top: 50px; padding-top: 20px; border-top: 1px solid #333;
}
.security-toggle {
  color: #666; font-size: 12px; text-decoration: underline; cursor: pointer; 
  text-transform: uppercase; text-align: center; display: block; margin-bottom: 15px;
}
.password-form { display: none; background: #111; padding: 20px; border-radius: 8px; border: 1px solid #333; }
.password-form.open { display: block; }

.pass-input {
  width: 100%; background: #000; border: 1px solid #444; color: #fff;
  padding: 10px; text-transform: uppercase; margin-bottom: 10px; font-size: 14px;
}
.btn-save-pass {
  width: 100%; background: #333; color: #fff; border: none; padding: 10px;
  font-weight: 700; cursor: pointer; font-size: 12px;
}
.btn-save-pass:hover { background: var(--mc-red); }
