/* ================================================
   VARIABLES
================================================ */

:root {
  --primary: #FF3131;
  --bg: #050507;
  --surface: #0a0a0e;
  --glass: rgba(10, 10, 14, 0.8);
  --border: rgba(255, 255, 255, 0.08);
}

#dk-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 2000;
    height: 70px; background: rgba(6,6,6,0.95); backdrop-filter: blur(15px);
    border-bottom: 2px solid #FF3131; display: flex; align-items: center;
    padding: 0 5%; justify-content: space-between;
}
.dk-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.dk-logo img { width: 40px; height: 40px; border-radius: 50%; border: 2px solid #FF3131; }
.dk-logo span { font-family: 'Permanent Marker', cursive; color: #fff; font-size: 1.2rem; }

.dk-nav-group { display: flex; align-items: center; gap: 20px; }
.dk-main-links { display: flex; gap: 5px; }
.dk-main-links a { 
    color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.85rem; 
    font-weight: 700; padding: 8px 15px; border-radius: 8px; transition: 0.3s;
}
.dk-main-links a:hover, .dk-main-links a.active { color: #fff; background: rgba(255,255,255,0.05); }

.dk-actions { display: flex; align-items: center; gap: 15px; border-left: 1px solid rgba(255,255,255,0.1); padding-left: 15px; }

/* Selector de Idioma */
.dk-lang-selector { position: relative; }
.dk-lang-btn { background: none; border: 1px solid rgba(255,255,255,0.1); color: #fff; padding: 5px 10px; border-radius: 6px; cursor: pointer; display: flex; gap: 8px; align-items: center; }
.dk-lang-dropdown { position: absolute; top: 45px; right: 0; background: #111; border: 1px solid #222; border-radius: 8px; display: none; width: 130px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.dk-lang-selector.open .dk-lang-dropdown { display: block; }
.dk-lang-opt { padding: 10px; color: #888; font-size: 0.8rem; cursor: pointer; }
.dk-lang-opt:hover { background: #FF3131; color: #fff; }

/* User Pill */
.dk-user-pill { background: #fff; color: #000; padding: 3px 12px 3px 3px; border-radius: 20px; display: flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 800; font-size: 0.75rem; text-transform: uppercase; }
.dk-mini-avatar { width: 28px; height: 28px; border-radius: 50%; background: #000; color: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.dk-mini-avatar img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 850px) {
    .dk-main-links { display: none; }
}
/* NAVBAR REDISEÑADO */
#dk-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 2000;
  height: 70px; background: var(--glass);
  backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 4%;
}

.dk-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.dk-logo img { width: 42px; height: 42px; border-radius: 50%; border: 2px solid var(--primary); }
.dk-logo span { font-family: 'Permanent Marker', cursive; font-size: 1.4rem; color: #fff; letter-spacing: 1px; }

/* Menú a la derecha en Desktop */
.dk-nav-wrap { display: flex; align-items: center; gap: 10px; }

.dk-desktop-menu { display: flex; gap: 5px; margin-right: 20px; }
.nav-link {
  color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.85rem;
  font-weight: 600; padding: 10px 15px; border-radius: 8px; transition: 0.3s;
}
.nav-link:hover, .nav-link.active { color: #fff; background: rgba(255,255,255,0.05); }
.nav-link.active { color: var(--primary); }

/* Idioma y Usuario */
.dk-actions { display: flex; align-items: center; gap: 15px; border-left: 1px solid var(--border); padding-left: 20px; }

.lang-selector { position: relative; }
.lang-current { 
  background: none; border: 1px solid var(--border); color: #fff; 
  padding: 6px 12px; border-radius: 6px; cursor: pointer; display: flex; align-items: center; gap: 8px; font-size: 0.8rem;
}
.lang-dropdown {
  position: absolute; top: calc(100% + 10px); right: 0; background: #111;
  border: 1px solid var(--border); border-radius: 8px; display: none; min-width: 130px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5); overflow: hidden;
}
.lang-selector.open .lang-dropdown { display: block; animation: navFade 0.2s ease; }
.lang-opt {
  width: 100%; padding: 10px 15px; background: none; border: none;
  color: #ccc; text-align: left; cursor: pointer; font-size: 0.8rem; display: flex; gap: 10px;
}
.lang-opt:hover { background: var(--primary); color: #fff; }

/* Menú Móvil (Burger) */
.burger { display: none; font-size: 1.5rem; color: #fff; cursor: pointer; }

@media (max-width: 900px) {
  .dk-desktop-menu { display: none; }
  .burger { display: block; }
  .dk-actions { border: none; padding: 0; }
  .dk-uname { display: none; }
}

@keyframes navFade { from { opacity:0; transform: translateY(-10px); } to { opacity:1; transform: translateY(0); } }
:root {
  --bg:          #050507;
  --surface:     #090910;
  --elevated:    #0F0F18;
  --elevated2:   #14141F;
  --border:      #18182A;
  --border-h:    #28283C;
  --red:         #C41E00;
  --red-b:       #E03010;
  --red-deep:    #7A1200;
  --blue:        #1652A8;
  --blue-deep:   #0C2E60;
  --text:        #E8E4DC;
  --text-sec:    #6A6878;
  --text-muted:  #30303C;
  --error:       #CC3333;
  --success:     #2A9E60;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Mono', monospace;
  overflow-x: hidden;
  min-height: 100vh;
}

body::after {
  content: '';
  position: fixed; inset: 0;
  background: repeating-linear-gradient(
    0deg, transparent, transparent 2px,
    rgba(0,0,0,0.04) 2px, rgba(0,0,0,0.04) 4px);
  pointer-events: none;
  z-index: 9998;
}

body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px;
  opacity: 0.028;
  pointer-events: none;
  z-index: 9999;
}

#bg-canvas {
  position: fixed; inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* Layout */
.wrapper {
  position: relative; z-index: 1;
  display: flex; min-height: 100vh;
}

/* Panel */
.panel {
  flex: 1.1;
  min-width: 340px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  padding: 56px 60px;
  border-right: 1px solid var(--border);
  background: linear-gradient(160deg, var(--surface) 0%, var(--bg) 100%);
}

.panel-grid {
  position: absolute; inset: -60px;
  background-image:
    linear-gradient(rgba(196,30,0,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196,30,0,0.07) 1px, transparent 1px),
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 120px 120px, 120px 120px, 30px 30px, 30px 30px;
  animation: gridMove 25s linear infinite;
  opacity: 0.6;
}
@keyframes gridMove {
  from { transform: translate(0,0); }
  to   { transform: translate(120px,120px); }
}

.panel::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 70%, rgba(196,30,0,0.12) 0%, transparent 55%),
              radial-gradient(ellipse at 80% 10%, rgba(22,82,168,0.09) 0%, transparent 45%);
  pointer-events: none;
  animation: vignettePulse 8s ease-in-out infinite;
}
@keyframes vignettePulse { 0%,100% { opacity: 1; } 50% { opacity: 0.6; } }

.panel-corner {
  position: absolute; top: 0; right: 0;
  width: 180px; height: 180px;
  border-left: 1px solid rgba(196,30,0,0.2);
  border-bottom: 1px solid rgba(196,30,0,0.2);
  border-radius: 0 0 0 100%;
  pointer-events: none;
  animation: cornerPulse 4s ease-in-out infinite;
}
.panel-corner::after {
  content: '';
  position: absolute; top: 30px; right: 0;
  width: 110px; height: 110px;
  border-left: 1px solid rgba(22,82,168,0.15);
  border-bottom: 1px solid rgba(22,82,168,0.15);
  border-radius: 0 0 0 100%;
}
@keyframes cornerPulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%     { opacity: 0.5; transform: scale(0.97); }
}

.panel-corner-bl {
  position: absolute; bottom: 0; left: 0;
  width: 120px; height: 120px;
  border-right: 1px solid rgba(22,82,168,0.18);
  border-top: 1px solid rgba(22,82,168,0.18);
  border-radius: 0 100% 0 0;
  pointer-events: none;
}

.panel-vline {
  position: absolute; top: 0; right: 56px;
  width: 1px; height: 100%;
  background: linear-gradient(to bottom,
    transparent 0%, rgba(196,30,0,0.25) 30%,
    rgba(22,82,168,0.2) 70%, transparent 100%);
  animation: lineDrift 6s ease-in-out infinite alternate;
}
@keyframes lineDrift {
  from { opacity: 0.4; transform: scaleY(0.7) translateY(-10%); }
  to   { opacity: 1;   transform: scaleY(1) translateY(0); }
}

.panel-logo {
  position: relative; z-index: 2;
  display: flex; align-items: center; gap: 18px;
  animation: revealDown 1s cubic-bezier(.16,1,.3,1) both;
}
.panel-logo img {
  width: 58px; height: 58px; object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(196,30,0,0.4)) drop-shadow(0 0 40px rgba(196,30,0,0.15));
  animation: logoFloat 5s ease-in-out infinite;
}
@keyframes logoFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
.logo-text .dojo {
  font-size: 9px; font-weight: 500;
  letter-spacing: 5px; color: var(--red);
  text-shadow: 0 0 20px rgba(196,30,0,0.6);
}
.logo-text .kame {
  font-family: 'DM Serif Display', serif;
  font-size: 22px; letter-spacing: 4px;
  color: var(--text); line-height: 1;
}

.panel-content { position: relative; z-index: 2; margin-top: auto; }

.data-bar {
  display: flex; gap: 24px;
  margin-bottom: 40px; padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.data-item { display: flex; flex-direction: column; gap: 4px; }
.data-value { font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--text); line-height: 1; }
.data-label { font-size: 9px; letter-spacing: 2px; color: var(--text-muted); }

.belt { display: flex; gap: 5px; margin-bottom: 28px; }
.belt span { height: 3px; border-radius: 2px; animation: beltGrow .8s cubic-bezier(.16,1,.3,1) both; transform-origin: left; }
.belt span:nth-child(1) { width: 52px; background: var(--red); animation-delay: .4s; box-shadow: 0 0 10px rgba(196,30,0,0.5); }
.belt span:nth-child(2) { width: 28px; background: var(--blue); animation-delay: .55s; }
.belt span:nth-child(3) { width: 14px; background: var(--border-h); animation-delay: .7s; }
@keyframes beltGrow { from { transform: scaleX(0); opacity: 0; } to { transform: scaleX(1); opacity: 1; } }

.panel-title {
  font-family: 'DM Serif Display', serif;
  font-size: 52px; line-height: 1.05;
  color: var(--text); margin-bottom: 22px;
  animation: revealUp 1s cubic-bezier(.16,1,.3,1) .25s both;
  letter-spacing: -0.5px;
}
.panel-title em { font-style: italic; color: var(--red); }

.panel-subtitle {
  font-size: 12px; line-height: 2;
  color: var(--text-sec); margin-bottom: 44px;
  animation: revealUp 1s cubic-bezier(.16,1,.3,1) .38s both;
}

.features { display: flex; flex-direction: column; }
.feature {
  display: flex; align-items: center; gap: 14px;
  font-size: 11px; letter-spacing: .5px; color: var(--text-muted);
  padding: 12px 0; border-bottom: 1px solid var(--border);
  animation: revealUp 1s cubic-bezier(.16,1,.3,1) both;
  transition: all .25s; cursor: default;
}
.feature:last-child { border-bottom: none; }
.feature:hover { color: var(--text-sec); padding-left: 6px; }
.feature:nth-child(1) { animation-delay: .5s; }
.feature:nth-child(2) { animation-delay: .62s; }
.feature:nth-child(3) { animation-delay: .74s; }
.feature-icon {
  width: 30px; height: 30px; border-radius: 2px;
  background: var(--elevated2); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: border-color .25s, box-shadow .25s;
}
.feature:hover .feature-icon { border-color: var(--red); box-shadow: 0 0 12px rgba(196,30,0,0.2); }
.feature-icon svg { width: 13px; height: 13px; color: var(--red); }

/* Form side */
.form-side {
  flex: 1;
  display: flex; align-items: center; justify-content: center;
  padding: 60px 64px;
  position: relative;
  background: linear-gradient(200deg, var(--bg) 0%, rgba(5,5,7,0.9) 100%);
}
.form-side::before {
  content: '';
  position: absolute; top: 32px; right: 32px;
  width: 40px; height: 40px;
  border-top: 1px solid rgba(196,30,0,0.35);
  border-right: 1px solid rgba(196,30,0,0.35);
}
.form-side::after {
  content: '';
  position: absolute; bottom: 32px; left: 32px;
  width: 40px; height: 40px;
  border-bottom: 1px solid rgba(22,82,168,0.35);
  border-left: 1px solid rgba(22,82,168,0.35);
}

.form-seam {
  position: absolute; top: 8%; left: 0;
  width: 1px; height: 84%;
  background: linear-gradient(to bottom,
    transparent, rgba(196,30,0,.4) 25%,
    rgba(22,82,168,.35) 75%, transparent);
  animation: seamAnim 5s ease-in-out infinite alternate;
}
@keyframes seamAnim {
  from { top: 5%; height: 75%; opacity: .6; }
  to   { top: 18%; height: 80%; opacity: 1; }
}

.form-box {
  width: 100%;
  max-width: 440px;
  animation: revealUp .9s cubic-bezier(.16,1,.3,1) .1s both;
}

.form-nav {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}
.back-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 9px; letter-spacing: 2.5px;
  color: var(--text-muted); text-decoration: none;
  padding: 8px 12px; border: 1px solid var(--border);
  border-radius: 2px; transition: all .22s;
}
.back-btn:hover { color: var(--text-sec); border-color: var(--border-h); gap: 12px; }
.back-btn svg { width: 10px; height: 10px; }
.form-step {
  font-size: 9px; letter-spacing: 2px; color: var(--text-muted);
  padding: 6px 10px; border: 1px solid var(--border); border-radius: 2px;
}

.form-eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-size: 9px; font-weight: 500;
  letter-spacing: 4px; color: var(--red);
  margin-bottom: 16px;
  text-shadow: 0 0 20px rgba(196,30,0,0.4);
}
.form-eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--red); box-shadow: 0 0 8px rgba(196,30,0,0.6); }
.form-eyebrow::after  { content: ''; flex: 1; height: 1px; background: linear-gradient(to right, rgba(196,30,0,.3), transparent); }

.form-title {
  font-family: 'DM Serif Display', serif;
  font-size: 40px; color: var(--text);
  line-height: 1.05; margin-bottom: 10px; letter-spacing: -0.5px;
}
.form-sub { font-size: 11px; color: var(--text-sec); margin-bottom: 40px; letter-spacing: .3px; }
.form-sub a { color: var(--red); text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid rgba(196,30,0,0.35); transition: border-color .2s, text-shadow .2s; }
.form-sub a:hover { border-bottom-color: var(--red); text-shadow: 0 0 12px rgba(196,30,0,0.4); }

.field { margin-bottom: 20px; }
.field label {
  display: flex; align-items: center; gap: 8px;
  font-size: 9px; font-weight: 500;
  letter-spacing: 2.5px; color: var(--text-muted);
  margin-bottom: 9px; transition: color .2s;
}
.field label .label-line { flex: 1; height: 1px; background: linear-gradient(to right, var(--border), transparent); }
.field:focus-within label { color: var(--red); }
.field:focus-within label .label-line { background: linear-gradient(to right, rgba(196,30,0,0.4), transparent); }

.input-wrap { position: relative; }
.input-wrap svg.field-icon {
  position: absolute; left: 16px; top: 50%;
  transform: translateY(-50%);
  width: 13px; height: 13px; color: var(--text-muted); pointer-events: none; transition: color .2s, filter .2s;
}
.field:focus-within .input-wrap svg.field-icon { color: var(--red); filter: drop-shadow(0 0 6px rgba(196,30,0,0.5)); }
.input-wrap input {
  width: 100%;
  background: var(--elevated); border: 1px solid var(--border); border-radius: 2px;
  padding: 15px 44px; font-family: 'DM Mono', monospace;
  font-size: 13px; color: var(--text); outline: none; letter-spacing: .3px;
  transition: border-color .22s, background .22s, box-shadow .25s;
}
.input-wrap input::placeholder { color: var(--text-muted); }
.input-wrap input:focus {
  border-color: rgba(196,30,0,0.6); background: var(--elevated2);
  box-shadow: 0 0 0 3px rgba(196,30,0,0.06), 0 0 20px rgba(196,30,0,0.06), inset 0 1px 0 rgba(255,255,255,0.02);
}
.input-wrap input.error-input { border-color: rgba(204,51,51,0.6); box-shadow: 0 0 0 3px rgba(204,51,51,0.06); }
.input-wrap::after {
  content: ''; position: absolute; bottom: 0; left: 50%;
  width: 0; height: 2px; background: linear-gradient(90deg, var(--red), var(--blue));
  border-radius: 0 0 2px 2px;
  transition: width .38s cubic-bezier(.16,1,.3,1), left .38s cubic-bezier(.16,1,.3,1);
  box-shadow: 0 0 8px rgba(196,30,0,0.4);
}
.field:focus-within .input-wrap::after { width: 100%; left: 0; }

.toggle-pw {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  background: none; border: none; cursor: pointer;
  color: var(--text-muted); padding: 4px; display: flex; transition: color .2s;
}
.toggle-pw:hover { color: var(--text-sec); }
.toggle-pw svg { width: 13px; height: 13px; }

.field-error { display: none; font-size: 10px; color: var(--error); margin-top: 7px; letter-spacing: .3px; animation: errSlide .2s ease both; }
@keyframes errSlide { from { opacity: 0; transform: translateX(-6px); } to { opacity: 1; transform: translateX(0); } }

.strength-wrap { display: none; align-items: center; gap: 10px; margin-top: 10px; }
.strength-segments { display: flex; gap: 3px; flex: 1; }
.strength-seg { flex: 1; height: 3px; border-radius: 2px; background: var(--border); transition: background .4s; }
.strength-label { font-size: 9px; letter-spacing: 1.5px; font-weight: 500; white-space: nowrap; transition: color .4s; }

.error-banner {
  display: none; align-items: flex-start; gap: 10px;
  background: rgba(204,51,51,0.05); border: 1px solid rgba(204,51,51,0.2);
  border-left: 2px solid var(--error); border-radius: 2px; padding: 12px 16px;
  margin-bottom: 24px; font-size: 11px; color: var(--error); letter-spacing: .2px;
  animation: errSlide .3s ease both;
}
.error-banner svg { width: 13px; height: 13px; flex-shrink: 0; margin-top: 1px; }
.error-banner .close-btn { margin-left: auto; background: none; border: none; cursor: pointer; color: var(--error); opacity: .5; transition: opacity .2s; display: flex; padding: 0; }
.error-banner .close-btn:hover { opacity: 1; }
.error-banner .close-btn svg { width: 11px; height: 11px; }

.btn-group { display: flex; flex-direction: column; gap: 10px; margin-top: 32px; }
.btn {
  width: 100%; height: 52px; border-radius: 2px;
  font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 500;
  letter-spacing: 3px; cursor: pointer; transition: all .22s cubic-bezier(.16,1,.3,1);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  border: none; position: relative; overflow: hidden; text-decoration: none;
}
.btn::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent); transition: left .6s;
}
.btn:hover::before { left: 150%; }
.btn-primary { background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%); color: var(--text); box-shadow: 0 1px 0 rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.06); }
.btn-primary:hover { background: linear-gradient(135deg, var(--red-b) 0%, var(--red) 100%); box-shadow: 0 1px 0 rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.06), 0 8px 32px rgba(196,30,0,.4), 0 0 60px rgba(196,30,0,.1); transform: translateY(-2px); }
.btn-primary:active  { transform: translateY(1px); box-shadow: none; }
.btn-primary:disabled { opacity: .4; cursor: not-allowed; transform: none; }
.btn-secondary { background: transparent; color: var(--text-sec); border: 1px solid var(--border); }
.btn-secondary:hover { border-color: var(--border-h); color: var(--text); background: rgba(255,255,255,0.02); }
.btn-ghost { background: transparent; color: var(--text-muted); font-size: 9px; letter-spacing: 2px; height: 36px; border: none; }
.btn-ghost:hover { color: var(--text-sec); }

.spinner { width: 14px; height: 14px; border: 1.5px solid rgba(255,255,255,.12); border-top-color: var(--text); border-radius: 50%; animation: spin .5s linear infinite; display: none; }
@keyframes spin { to { transform: rotate(360deg); } }

.form-footer { margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.form-footer-copy { font-size: 9px; color: var(--text-muted); letter-spacing: .8px; }
.form-footer-dots { display: flex; gap: 5px; }
.form-footer-dots span { width: 5px; height: 5px; border-radius: 50%; }
.form-footer-dots span:nth-child(1) { background: var(--red); opacity: .6; }
.form-footer-dots span:nth-child(2) { background: var(--blue); opacity: .5; }
.form-footer-dots span:nth-child(3) { background: var(--border-h); }

@keyframes revealDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes revealUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* Responsive */
@media (max-width: 1100px) {
  .panel { display: none; }
  .form-side { padding: 48px 40px; }
}
@media (max-width: 600px) {
  .form-side { padding: 32px 20px; }
  .form-box { max-width: 100%; }
  .form-title { font-size: 32px; }
}

/* ══ AUTH PAGES RESPONSIVE ════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .wrapper { flex-direction: column; }
  .panel { display: none; }
  .form-side {
    padding: 40px 24px;
    min-height: 100vh;
    align-items: flex-start;
  }
  .form-box { max-width: 100%; }
  .form-title { font-size: 32px; }
  .form-nav { margin-bottom: 36px; }
}
@media (max-width: 480px) {
  .form-side { padding: 32px 18px; }
  .form-title { font-size: 28px; }
  .btn { height: 48px; font-size: 9px; }
  .input-wrap input { padding: 13px 40px; font-size: 12px; }
  .form-eyebrow { font-size: 8px; }
  .code-inputs { gap: 7px; }
  .code-input { height: 54px; font-size: 22px; }
}

select, select option {
    background-color: #121212 !important; /* Fondo oscuro */
    color: #ffffff !important;            /* Texto blanco */
    border: 1px solid #333;
}

select:focus {
    border-color: var(--primary, #FF3131) !important;
    outline: none;
}

/* Estilo para cuando el select está deshabilitado o es un placeholder */
select:invalid, select option[value=""] {
    color: #888 !important;
}

