/* TsBot — «Solicitar un servidor». Usa los tokens y componentes de site.css (opt, slots, total...). */
[hidden] { display: none !important; }
.rq { position: relative; overflow-x: clip; padding-bottom: 20px; }   /* clip (no hidden): mantiene el sticky */

/* fondo: rejilla en movimiento + dos orbes de luz */
.rq-bg { position: absolute; inset: 0 0 auto 0; height: 980px; pointer-events: none; z-index: 0;
  background-image: linear-gradient(rgba(34,188,214,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(34,188,214,.05) 1px, transparent 1px);
  background-size: 44px 44px; animation: rqGrid 18s linear infinite;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, #000 30%, transparent 75%); mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, #000 30%, transparent 75%); }
.rq-orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; }
.rq-orb.o1 { width: 520px; height: 520px; left: -140px; top: 60px; background: radial-gradient(circle, rgba(0,124,153,.55), transparent 70%); animation: rqFloat 14s ease-in-out infinite; }
.rq-orb.o2 { width: 420px; height: 420px; right: -120px; top: 260px; background: radial-gradient(circle, rgba(217,54,12,.28), transparent 70%); animation: rqFloat 17s ease-in-out infinite reverse; }
.rq > .wrap { position: relative; z-index: 1; }

.rq-head { padding-top: 56px; margin-bottom: 0; max-width: 860px; }
.rq-head h1 { font-size: clamp(34px, 4.4vw, 58px); line-height: 1.04; font-weight: 700; }
.rq-head .lead { max-width: 720px; }

.rq-grid { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 32px; align-items: start; padding-top: 40px; }
.rq-form { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.rq-step { padding: 26px 28px 28px; display: flex; flex-direction: column; gap: 18px; border-color: #1f3140;
  background: linear-gradient(180deg, rgba(15,24,33,.92), rgba(13,20,28,.92)); backdrop-filter: blur(4px); transition: border-color .2s, box-shadow .2s; }
.rq-step:focus-within { border-color: #2a4a5c; box-shadow: 0 0 0 1px rgba(34,188,214,.08), 0 24px 60px rgba(0,0,0,.35); }
.rq-step h2 { font-size: 22px; font-weight: 600; display: flex; align-items: baseline; gap: 12px; }
.rq-step h2 small { font: 500 13px/1 var(--mono); color: var(--accent-soft); }
.rq-sub { transition: opacity .2s; }
.rq-label { margin: 0 0 10px; font-size: 15px; font-weight: 600; color: var(--soft); display: flex; gap: 10px; align-items: baseline; }
.rq-label .hint { font-size: 13px; color: var(--muted-2); font-weight: 400; }

/* campos */
.rq-field { display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 500; color: var(--soft); min-width: 0; }
.rq-field input, .rq-field select, .rq-field textarea { width: 100%; font: 400 16px/1.35 var(--body); color: var(--text-strong); background: var(--bg-2);
  border: 1px solid var(--line-3); border-radius: 12px; padding: 13px 15px; outline: none; transition: border-color .15s, box-shadow .15s, background .15s; }
.rq-field select { appearance: none; -webkit-appearance: none; padding-right: 44px; cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--cyan) 50%), linear-gradient(135deg, var(--cyan) 50%, transparent 50%);
  background-position: calc(100% - 22px) 52%, calc(100% - 16px) 52%; background-size: 6px 6px; background-repeat: no-repeat; }
.rq-field select option, .rq-field select optgroup { background: #0d141c; color: var(--text); }
.rq-field textarea { resize: vertical; min-height: 88px; font-size: 15px; }
.rq-field input:focus, .rq-field select:focus, .rq-field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(34,188,214,.18); background: #0b131b; }
.rq-field input::placeholder, .rq-field textarea::placeholder { color: #566a79; }
.rq-field.is-bad input, .rq-field.is-bad select, .rq-field.is-bad textarea { border-color: #c2412a; box-shadow: 0 0 0 3px rgba(217,54,12,.16); }
.rq-err { color: #ffb3a6; font-size: 13px; font-weight: 400; }
.rq-field-foot { display: flex; justify-content: space-between; gap: 12px; }
.rq-count { margin-left: auto; font: 500 12px/1.4 var(--mono); color: var(--muted-2); }
.rq-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.rq-field-lang { max-width: calc(50% - 8px); }
.rq-hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.rq-slots { display: flex; flex-direction: column; gap: 14px; padding: 18px 20px; border-radius: 14px; background: var(--bg-2); border: 1px solid var(--line-2); }
#rq-slots { width: 100%; accent-color: var(--cyan); height: 28px; cursor: pointer; }
.rq-consent { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--soft); cursor: pointer; line-height: 1.45; }
.rq-consent input { flex-shrink: 0; width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--cyan); cursor: pointer; }
.rq-consent.is-bad { color: #ffd2c6; }
.rq-alert { margin: 0; padding: 12px 14px; border-radius: 12px; font-size: 14px; line-height: 1.45; background: var(--accent-bg); border: 1px solid var(--accent-line); color: #ffd2c6; }
.rq-submit { width: 100%; padding: 18px 24px; font-size: 17px; position: relative; overflow: hidden; }
.rq-submit svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.rq-submit:hover svg { transform: translateX(4px); }
.rq-submit::after { content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.22), transparent); transform: skewX(-20deg); animation: rqShine 3.8s ease-in-out infinite; }
.rq-submit:disabled { opacity: .7; cursor: progress; }
.rq-submit.is-busy svg { animation: rqSpin .9s linear infinite; }
.rq-privacy { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 12px; border: 1px dashed var(--line-3); background: rgba(10,16,23,.6); }
.rq-privacy svg { flex-shrink: 0; width: 20px; height: 20px; margin-top: 2px; fill: none; stroke: var(--cyan); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.rq-privacy p { margin: 0; font-size: 13px; line-height: 1.55; color: var(--muted-2); }
.rq-privacy b { color: var(--soft); font-weight: 600; margin-right: 4px; }
.rq-inline-total { display: none; align-items: baseline; gap: 10px; padding: 14px 16px; border-radius: 12px; background: var(--teal-deep); border: 1px solid var(--teal-line); }
.rq-inline-total b { font: 700 28px/1 var(--display); color: var(--text-strong); }
.rq-inline-total > span:first-child { font: 500 12px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--cyan-soft); }

/* vista previa: tarjeta holográfica con borde animado */
@property --rq-a { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
.rq-preview { position: sticky; top: 104px; padding: 28px; display: flex; flex-direction: column; gap: 16px; overflow: hidden; isolation: isolate;
  border-color: #22394a; background: radial-gradient(ellipse at 50% -10%, rgba(0,124,153,.28), transparent 60%), linear-gradient(180deg, #0f1922, #0b1118);
  box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.rq-preview::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; z-index: -1; pointer-events: none;
  background: conic-gradient(from var(--rq-a), transparent 0deg 250deg, rgba(34,188,214,.9) 300deg, rgba(255,111,85,.8) 330deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: rqBorder 7s linear infinite; }
.rq-scan { position: absolute; left: 0; right: 0; top: -40%; height: 40%; z-index: -1; pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(34,188,214,.05) 55%, rgba(127,220,236,.10) 82%, transparent 100%); animation: rqScan 5.5s ease-in-out infinite; }
.rq-pv-name { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.rq .opt .price { white-space: nowrap; }
.rq-pv-top { display: flex; align-items: center; justify-content: space-between; gap: 8px 10px; flex-wrap: wrap; }
.rq-pv-top .tag { white-space: nowrap; }
.rq-pv-top .tag { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan-soft); }
.rq-pv-top .tag .dot { width: 7px; height: 7px; }
.rq-pv-region { font: 500 11px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--muted-2); padding: 6px 9px; border: 1px solid var(--line-3); border-radius: 999px; }
.rq-pv-region:empty { display: none; }
.rq-pv-world { font: 700 34px/1.05 var(--display); color: var(--text-strong); letter-spacing: -.01em; text-shadow: 0 0 24px rgba(34,188,214,.35); min-height: 36px; }
.rq-pv-world.is-empty { color: #4f6474; text-shadow: none; }
.rq-pv-world.pop { animation: rqPop .45s ease-out; }
.rq-gauge { position: relative; width: 190px; height: 190px; margin: 2px auto 0; }
.rq-gauge svg { width: 100%; height: 100%; transform: rotate(-90deg); overflow: visible; }
.rq-g-track { fill: none; stroke: #13222d; stroke-width: 10; }
.rq-g-ticks { fill: none; stroke: #1c2f3b; stroke-width: 3; stroke-dasharray: 1.2 9.17; }
.rq-g-bar { fill: none; stroke: url(#rq-g); stroke-width: 10; stroke-linecap: round; stroke-dasharray: 364.42; stroke-dashoffset: 364.42;
  transition: stroke-dashoffset .6s cubic-bezier(.2,.8,.2,1); filter: drop-shadow(0 0 8px rgba(34,188,214,.6)); }
.rq-gauge-c { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.rq-gauge-c b { font: 700 44px/1 var(--display); color: var(--text-strong); }
.rq-gauge-c span { font: 500 12px/1.6 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.rq-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; min-height: 30px; }
.rq-chip { display: inline-flex; align-items: center; gap: 7px; font: 500 12px/1 var(--mono); padding: 8px 11px; border-radius: 999px; color: var(--cyan-soft);
  border: 1px solid var(--teal-line); background: rgba(11,35,48,.8); animation: rqChip .35s ease-out; }
.rq-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
.rq-chip.hot { color: #ffd2c6; border-color: #7a2a12; background: rgba(42,19,12,.8); }
.rq-chip.hot i { background: var(--accent-soft); box-shadow: 0 0 8px var(--accent-soft); }
.rq-lines { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.rq-lines li { display: flex; gap: 12px; font-size: 15px; }
.rq-lines li span:first-child { flex-grow: 1; color: var(--soft); }
.rq-lines li span:last-child { font-family: var(--mono); font-size: 14px; }
.rq-preview hr { border: 0; border-top: 1px solid var(--line-2); margin: 0; }
.rq-preview .total b { font-size: 52px; background: linear-gradient(180deg, #fff, #9fe6f2); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* confirmación */
.rq-done { padding-top: 44px; outline: none; }
.rq-done-card { position: relative; max-width: 860px; margin: 0 auto; padding: 44px 48px; display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; overflow: hidden;
  border-color: #22394a; background: radial-gradient(ellipse at 50% 0%, rgba(0,124,153,.3), transparent 60%), linear-gradient(180deg, #0f1922, #0b1118); box-shadow: 0 40px 100px rgba(0,0,0,.55); animation: rqIn .5s ease-out; }
.rq-done-card h2 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 700; line-height: 1.1; }
.rq-done-card .lead { max-width: 620px; }
.rq-check { position: relative; width: 112px; height: 112px; display: flex; align-items: center; justify-content: center; }
.rq-check svg { position: relative; width: 96px; height: 96px; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.rq-check circle { stroke: var(--cyan); stroke-width: 3; stroke-dasharray: 252; stroke-dashoffset: 252; animation: rqDraw .7s ease-out .1s forwards; fill: rgba(11,35,48,.9); }
.rq-check::before { content: ""; position: absolute; inset: 4px; border-radius: 50%; box-shadow: 0 0 28px rgba(34,188,214,.55), inset 0 0 18px rgba(34,188,214,.25); }
.rq-check path { stroke: #e8f7fb; stroke-width: 6; stroke-dasharray: 60; stroke-dashoffset: 60; animation: rqDraw .45s ease-out .7s forwards; }
.rq-check .ring { position: absolute; inset: 8px; border-radius: 50%; border: 2px solid rgba(34,188,214,.5); animation: rqRing 2.4s ease-out infinite; }
.rq-check .ring.r2 { animation-delay: .8s; }
.rq-check .ring.r3 { animation-delay: 1.6s; }
.rq-ticket { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center; padding: 16px 20px 16px 24px; border-radius: 16px;
  border: 1px dashed #2f5566; background: repeating-linear-gradient(135deg, rgba(34,188,214,.05) 0 10px, transparent 10px 20px), var(--bg-2); }
.rq-ticket b { font-size: clamp(30px, 4vw, 40px); letter-spacing: .08em; color: var(--text-strong); text-shadow: 0 0 22px rgba(34,188,214,.45); }
.rq-done-sum { margin: 0; font-size: 14px; color: var(--cyan-soft); }
.rq-next-title { margin-top: 10px; font-size: 18px; font-weight: 600; }
.rq-next { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; width: 100%; text-align: left; counter-reset: st; }
.rq-next li { position: relative; padding: 16px 16px 16px 18px; border-radius: 14px; border: 1px solid var(--line-2); background: var(--bg-2); display: flex; flex-direction: column; gap: 6px; counter-increment: st; }
.rq-next li::before { content: "0" counter(st); font: 500 12px/1 var(--mono); color: var(--muted-2); }
.rq-next li b { font-size: 15px; color: var(--text-strong); }
.rq-next li span { font-size: 13px; color: var(--muted); }
.rq-next li.is-now { border-color: var(--teal-line); box-shadow: inset 3px 0 0 var(--cyan); }
.rq-next li.is-now::before { color: var(--cyan); }

/* ───────── v2: nombre, dirección, bot plegable, guilds ───────── */
.rq-hint { font-size: 13px; color: var(--muted-2); font-weight: 400; }
.rq-hint-wa::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #25d366; box-shadow: 0 0 8px rgba(37,211,102,.7); vertical-align: 1px; }
.rq-opt { font: 500 11px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--muted-2); padding: 4px 7px; border: 1px solid var(--line-3); border-radius: 999px; margin-left: 6px; vertical-align: 2px; }
.rq-note { margin: -6px 0 0; font-size: 14px; color: var(--muted); line-height: 1.5; }
/* v3: dirección que sale del nombre + disponibilidad en vivo */
.rq-avail { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; margin-top: -6px; padding: 11px 14px; border-radius: 12px;
  border: 1px solid var(--line-2); background: rgba(10,16,23,.6); transition: border-color .2s, background .2s; }
.rq-avail-addr { display: inline-flex; align-items: baseline; gap: 0; min-width: 0; font-size: 14px; color: var(--muted); overflow-wrap: anywhere; }
.rq-avail-lbl { font: 500 11px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); margin-right: 10px; }
.rq-avail-addr b { font-weight: 600; color: var(--cyan-soft); transition: color .2s; }
.rq-avail-state { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font: 500 12px/1 var(--mono); padding: 6px 10px; border-radius: 999px;
  border: 1px solid var(--line-3); color: var(--muted); white-space: nowrap; animation: rqChip .25s ease-out; }
.rq-avail-state i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.rq-avail.is-idle .rq-avail-state { display: none; }
.rq-avail.is-checking .rq-avail-state i { animation: rqBlink .8s ease-in-out infinite; }
.rq-avail.is-free { border-color: #1f6b43; background: rgba(10,40,24,.35); }
.rq-avail.is-free .rq-avail-state { color: #9ff0c0; background: rgba(21,80,48,.45); border-color: #1f6b43; }
.rq-avail.is-free .rq-avail-state i { box-shadow: 0 0 8px #3ddc84; background: #3ddc84; }
.rq-avail.is-taken { border-color: #7a2a12; background: rgba(42,19,12,.55); }
.rq-avail.is-taken .rq-avail-addr b { color: #ffb3a6; text-decoration: line-through; text-decoration-thickness: 2px; }
.rq-avail.is-taken .rq-avail-state { color: #ffd2c6; background: rgba(90,25,12,.55); border-color: #c2412a; }
.rq-avail.is-taken .rq-avail-state i { background: #ff6f55; box-shadow: 0 0 8px #ff6f55; }
.rq-avail.is-error .rq-avail-state { color: #ffd9a0; border-color: #7a5a1a; }
.rq-field.is-taken input, .rq-field.is-taken input:focus { border-color: #c2412a; box-shadow: 0 0 0 3px rgba(217,54,12,.16); }
.rq-avail-sug { flex-basis: 100%; text-align: left; padding: 10px 12px; border-radius: 10px; border: 1px dashed var(--teal-line); background: rgba(11,35,48,.75);
  color: var(--cyan-soft); font: 500 14px/1.35 var(--body); cursor: pointer; transition: background .15s, border-color .15s; animation: rqIn .3s ease-out; }
.rq-avail-sug:hover:not(:disabled) { background: rgba(0,124,153,.3); border-color: var(--cyan); color: #fff; }
.rq-avail-sug:disabled { cursor: default; color: #ffd2c6; border-color: var(--accent-line); background: transparent; }
/* extras «próximamente» en la rejilla de extras (solo se enseñan) */
.rq-soon-card { cursor: not-allowed; }
/* autocompletado de guilds (panel propio en lugar del <datalist> nativo) */
.rq-field.has-ac { position: relative; }
#st-guilds { position: relative; z-index: 3; }          /* el panel de sugerencias puede pasar por encima de la tarjeta siguiente */
.rq-ac { position: absolute; left: 0; right: 0; z-index: 40; margin: 0; padding: 6px; list-style: none; overflow-y: auto; overscroll-behavior: contain;
  background: linear-gradient(180deg, #0f1c26, #0b141c); border: 1px solid var(--teal-line); border-radius: 12px;
  box-shadow: 0 22px 60px rgba(0,0,0,.6), 0 0 0 1px rgba(34,188,214,.08), 0 0 24px rgba(34,188,214,.10); animation: rqAc .16s ease-out; }
.rq-ac.is-up { animation-name: rqAcUp; }
.rq-ac li { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 8px; font: 400 15px/1.25 var(--body); color: var(--soft); cursor: pointer; }
.rq-ac li::before { content: ""; flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); opacity: .55; }
#rq-enemies-ac li::before { background: var(--accent-soft); }
.rq-ac-t { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rq-ac li b { font-weight: 700; color: var(--cyan-soft); }
#rq-enemies-ac li b { color: #ffb3a6; }
.rq-ac li[aria-selected="true"] { background: rgba(0,124,153,.32); color: #fff; }
#rq-enemies-ac li[aria-selected="true"] { background: rgba(217,54,12,.28); }
.rq-ac li[aria-selected="true"]::before { opacity: 1; box-shadow: 0 0 8px currentColor; }
@media (hover: hover) { .rq-ac li[role=option]:hover { background: rgba(255,255,255,.06); color: #fff; } }
.rq-ac li.rq-ac-none { cursor: default; color: var(--muted-2); font-size: 14px; }
.rq-ac li.rq-ac-none::before { background: var(--muted-2); }
@keyframes rqAc { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
@keyframes rqAcUp { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
/* nota del extra WhatsApp */
.rq-wa-note { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border-radius: 12px; background: rgba(10,40,24,.55); border: 1px solid #1f6b43; }
.rq-wa-note svg { flex-shrink: 0; width: 22px; height: 22px; fill: none; stroke: #25d366; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 6px rgba(37,211,102,.45)); }
.rq-wa-note p { margin: 0; font-size: 14px; line-height: 1.5; color: #cfeedd; font-weight: 400; }
.rq-wa-note b { color: #9ff0c0; font-weight: 600; }
.rq-tsonly { margin: 0; padding: 12px 14px; border-radius: 12px; font-size: 14px; color: var(--muted); background: rgba(10,16,23,.6); border: 1px dashed var(--line-3); }
.rq-reveal { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s cubic-bezier(.2,.8,.2,1), opacity .3s; opacity: 0; }
.rq-reveal.is-open { grid-template-rows: 1fr; opacity: 1; }
.rq-reveal-in { min-height: 0; overflow: hidden; display: flex; flex-direction: column; gap: 18px; }
.rq-reveal:not(.is-open) .rq-reveal-in { visibility: hidden; transition: visibility 0s .45s; }
.rq-reveal.is-open .rq-reveal-in { padding-top: 2px; }
.rq-reveal-card { animation: rqIn .45s ease-out; }
.rq-reveal-card:not(.is-open) { display: none; }
.rq-grp { grid-template-columns: repeat(3, minmax(0, 1fr)); }
/* listas de guilds como etiquetas */
.rq-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; min-height: 50px; padding: 8px 10px; border-radius: 12px; background: var(--bg-2); border: 1px solid var(--line-3); cursor: text; transition: border-color .15s, box-shadow .15s; }
.rq-tags:focus-within { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(34,188,214,.18); }
.rq-tags input { flex: 1 1 120px; min-width: 110px; border: 0 !important; background: transparent !important; box-shadow: none !important; padding: 6px 4px !important; outline: none; }
.rq-tag { display: inline-flex; align-items: center; gap: 6px; font: 500 13px/1 var(--body); padding: 7px 6px 7px 11px; border-radius: 999px; color: var(--text-strong); animation: rqChip .3s ease-out;
  background: rgba(11,35,48,.9); border: 1px solid var(--teal-line); }
.is-enemy .rq-tag { background: rgba(42,19,12,.85); border-color: var(--accent-line); }
.is-wa .rq-tag { background: rgba(10,40,24,.85); border-color: #1f6b43; }
.rq-tag.is-known::before { content: "✓"; color: #7ce0a8; font-size: 12px; }
.rq-tag.is-unknown, .is-enemy .rq-tag.is-unknown { background: rgba(90,20,10,.75); border: 1px dashed #ff6f55; color: #ffd2c6; }
.rq-tag.is-unknown > span:first-child { text-decoration: line-through; text-decoration-color: rgba(255,111,85,.8); }
.rq-tag.is-unknown::before { content: "!"; color: #ff8a70; font-size: 12px; font-weight: 700; }
.rq-tag-x { width: 20px; height: 20px; border-radius: 50%; border: 0; background: rgba(255,255,255,.08); color: var(--soft); cursor: pointer; font: 600 14px/1 var(--body); display: inline-flex; align-items: center; justify-content: center; padding: 0; }
.rq-tag-x:hover { background: rgba(255,111,85,.35); color: #fff; }
.rq-field.is-bad .rq-tags { border-color: #c2412a; box-shadow: 0 0 0 3px rgba(217,54,12,.16); }
.rq-field > label { display: flex; align-items: center; flex-wrap: wrap; gap: 2px; }

/* vista previa v2: nombre del TS, dirección y guilds */
.rq-pv-server { font: 700 32px/1.08 var(--display); color: var(--text-strong); letter-spacing: -.01em; text-shadow: 0 0 24px rgba(34,188,214,.35); overflow-wrap: anywhere; }
.rq-pv-server.is-empty { color: #4f6474; text-shadow: none; }
.rq-pv-server.pop { animation: rqPop .45s ease-out; }
.rq-pv-addr { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--cyan-soft); padding: 7px 11px; border-radius: 10px; border: 1px solid var(--teal-line); background: rgba(11,35,48,.7); max-width: 100%; overflow: hidden; text-overflow: ellipsis; }
.rq-pv-addr i { width: 8px; height: 8px; border-radius: 50%; background: #3ddc84; box-shadow: 0 0 10px #3ddc84; flex-shrink: 0; animation: rqBlink 2.4s ease-in-out infinite; }
.rq-pv-addr.is-checking i { background: var(--muted); box-shadow: none; }
.rq-pv-addr.is-taken { color: #ffb3a6; border-color: var(--accent-line); background: rgba(42,19,12,.75); }
.rq-pv-addr.is-taken span { text-decoration: line-through; }
.rq-pv-addr.is-taken i { background: #ff6f55; box-shadow: 0 0 10px #ff6f55; animation: none; }
.rq-g.is-bad { text-decoration: line-through; opacity: .7; border-style: dashed; }
.rq-pv-world { font: 600 16px/1.2 var(--display); color: var(--soft); letter-spacing: .02em; min-height: 0; text-shadow: none; }
.rq-pv-world.is-empty { color: #4f6474; }
.rq-war { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 10px; align-items: stretch; padding: 14px; border-radius: 14px; animation: rqIn .4s ease-out;
  background: linear-gradient(90deg, rgba(0,124,153,.14), rgba(10,16,23,.6) 45%, rgba(10,16,23,.6) 55%, rgba(217,54,12,.14)); border: 1px solid var(--line-2); }
.rq-war-side { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.rq-war-side.is-e { align-items: flex-end; text-align: right; }
.rq-war-side .tag { font-size: 11px; }
.rq-war-side.is-f .tag { color: var(--cyan-soft); }
.rq-war-side.is-e .tag { color: var(--accent-soft); }
.rq-war-list { display: flex; flex-wrap: wrap; gap: 6px; }
.rq-war-side.is-e .rq-war-list { justify-content: flex-end; }
.rq-g { font: 500 12px/1.2 var(--body); padding: 6px 9px; border-radius: 8px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; animation: rqChip .35s ease-out;
  color: #d6f3f8; background: rgba(11,35,48,.9); border: 1px solid var(--teal-line); }
.is-e .rq-g { color: #ffd9cf; background: rgba(42,19,12,.9); border-color: var(--accent-line); }
.rq-g.home { font: 700 13px/1.2 var(--display); letter-spacing: .02em; color: #06212a; background: linear-gradient(135deg, var(--cyan-soft), var(--cyan)); border-color: transparent; box-shadow: 0 0 16px rgba(34,188,214,.45); }
.rq-g.ghost { color: #5d7282; background: transparent; border-style: dashed; box-shadow: none; }
.rq-g.more { color: var(--muted); background: transparent; }
.rq-war-vs { display: flex; align-items: center; justify-content: center; }
.rq-war-vs b { font: 700 15px/1 var(--display); color: #fff; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle, #ff6f55 0%, #b3280a 70%); box-shadow: 0 0 0 3px rgba(255,111,85,.18), 0 0 22px rgba(255,111,85,.55); animation: rqVs 2.6s ease-in-out infinite; }

/* ───────── paso de verificación (código por WhatsApp) ───────── */
.rq-otp { padding-top: 44px; outline: none; }
.rq-otp-card { position: relative; max-width: 620px; margin: 0 auto; padding: 40px 44px 34px; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; overflow: hidden;
  border-color: #22394a; background: radial-gradient(ellipse at 50% 0%, rgba(37,211,102,.14), transparent 55%), radial-gradient(ellipse at 50% 0%, rgba(0,124,153,.3), transparent 70%), linear-gradient(180deg, #0f1922, #0b1118);
  box-shadow: 0 40px 100px rgba(0,0,0,.55); animation: rqIn .5s ease-out; }
.rq-otp-card h2 { font-size: clamp(26px, 3.2vw, 36px); font-weight: 700; line-height: 1.1; }
.rq-otp-card .lead { margin: 0; max-width: 480px; }
.rq-otp-art { position: relative; width: 150px; height: 130px; margin-bottom: 4px; }
.rq-otp-art .wave { position: absolute; left: 50%; top: 50%; width: 90px; height: 90px; margin: -45px 0 0 -45px; border-radius: 50%; border: 2px solid rgba(37,211,102,.45); animation: rqRing 2.6s ease-out infinite; }
.rq-otp-art .w2 { animation-delay: .85s; } .rq-otp-art .w3 { animation-delay: 1.7s; }
.rq-phone { position: absolute; left: 50%; top: 50%; width: 88px; height: 88px; margin: -44px 0 0 -44px; fill: rgba(11,35,48,.95); stroke: var(--cyan-soft); stroke-width: 3; stroke-linecap: round; filter: drop-shadow(0 0 14px rgba(34,188,214,.45)); }
.rq-bubble { position: absolute; right: -6px; top: 6px; padding: 7px 10px; border-radius: 12px 12px 12px 3px; background: #25d366; color: #05331a; font: 700 12px/1 var(--mono); letter-spacing: .08em; box-shadow: 0 8px 22px rgba(37,211,102,.35); animation: rqFloatY 3s ease-in-out infinite; }
.rq-shield { position: absolute; left: 4px; bottom: 2px; width: 40px; height: 40px; fill: rgba(11,35,48,.95); stroke: #7ce0a8; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 8px rgba(124,224,168,.5)); }
.rq-otp-form { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 6px; }
.rq-code-wrap { position: relative; width: min(100%, 396px); height: 70px; }
.rq-code { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; font-size: 16px; z-index: 2; cursor: text; }
.rq-code-cells { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; pointer-events: none; }
.rq-code-cells i { display: flex; align-items: center; justify-content: center; border-radius: 14px; font: 700 30px/1 var(--mono); font-style: normal; color: var(--text-strong);
  background: var(--bg-2); border: 1px solid var(--line-3); transition: border-color .15s, box-shadow .15s, transform .15s; }
.rq-code-cells i.on { border-color: var(--teal-line); background: #0b1b25; transform: translateY(-2px); }
.rq-code:focus + .rq-code-cells i.cur { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(34,188,214,.2); }
.rq-code:focus + .rq-code-cells i.cur::after { content: ""; width: 2px; height: 30px; background: var(--cyan); animation: rqBlink 1s steps(2) infinite; }
.rq-code-wrap.shake { animation: rqShake .42s ease-in-out; }
.rq-code-wrap.shake .rq-code-cells i { border-color: #c2412a; }
.rq-code-wrap.is-locked .rq-code-cells i { opacity: .45; }
.rq-otp-msg { margin: 0; padding: 10px 14px; border-radius: 12px; font-size: 14px; background: var(--accent-bg); border: 1px solid var(--accent-line); color: #ffd2c6; }
.rq-otp-msg.is-ok { background: rgba(10,40,24,.8); border-color: #1f6b43; color: #b8f3cf; }
.rq-timer { display: flex; align-items: center; gap: 12px; width: min(100%, 396px); font: 500 13px/1 var(--mono); color: var(--muted); }
.rq-timer-bar { flex: 1; height: 5px; border-radius: 99px; background: #13222d; overflow: hidden; }
.rq-timer-bar i { display: block; height: 100%; background: linear-gradient(90deg, #25d366, var(--cyan)); transform-origin: left; transition: transform 1s linear; }
.rq-timer.is-low { color: #ffd08a; }
.rq-timer.is-low .rq-timer-bar i { background: linear-gradient(90deg, #ff6f55, #ffb35c); }
.rq-otp-form .rq-submit { width: min(100%, 396px); }
.rq-otp-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.rq-otp-actions .btn:disabled { opacity: .55; cursor: default; }
.rq-otp-fine { margin: 2px 0 0; max-width: 460px; font-size: 13px; color: var(--muted-2); }
.rq-verified { display: inline-flex; align-items: center; gap: 8px; margin: 0; font: 500 13px/1 var(--mono); color: #9ff0c0; padding: 8px 12px; border-radius: 999px; background: rgba(21,80,48,.4); border: 1px solid #1f6b43; }
.rq-verified svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@keyframes rqBlink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes rqVs { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.08); } }
@keyframes rqFloatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes rqShake { 0%, 100% { transform: translateX(0); } 20% { transform: translateX(-8px); } 40% { transform: translateX(7px); } 60% { transform: translateX(-5px); } 80% { transform: translateX(3px); } }
@media (prefers-reduced-motion: reduce) {
  .rq-bg, .rq-orb, .rq-preview::before, .rq-scan, .rq-submit::after, .rq-otp-art .wave, .rq-bubble, .rq-war-vs b, .rq-pv-addr i { animation: none !important; }
  .rq-reveal { transition: none; }
}

@keyframes rqGrid { from { background-position: 0 0, 0 0; } to { background-position: 0 44px, 44px 0; } }
@keyframes rqFloat { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(40px, 30px); } }
@keyframes rqBorder { to { --rq-a: 360deg; } }
@keyframes rqScan { 0% { top: -40%; } 60%, 100% { top: 110%; } }
@keyframes rqShine { 0%, 55% { left: -60%; } 100% { left: 130%; } }
@keyframes rqSpin { to { transform: rotate(360deg); } }
@keyframes rqPop { 0% { transform: scale(.94); opacity: .4; } 100% { transform: none; opacity: 1; } }
@keyframes rqChip { from { transform: translateY(4px); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes rqIn { from { transform: translateY(12px); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes rqDraw { to { stroke-dashoffset: 0; } }
@keyframes rqRing { 0% { transform: scale(.85); opacity: .9; } 100% { transform: scale(1.7); opacity: 0; } }

@media (max-width: 1100px) {
  .rq-grid { grid-template-columns: 1fr; }
  .rq-preview { position: relative; top: 0; }
  .rq-inline-total { display: flex; }
}
@media (max-width: 700px) {
  .rq-head { padding-top: 32px; }
  .rq-step { padding: 20px 16px 22px; }
  .rq-cols { grid-template-columns: 1fr; }
  .rq-field-lang { max-width: none; }
  .rq-slots { padding: 14px; }
  .rq .opt.row { padding: 16px; gap: 12px; }
  .rq-preview { padding: 22px 18px; }
  .rq-gauge { width: 160px; height: 160px; }
  .rq-gauge-c b { font-size: 36px; }
  .rq-done-card { padding: 30px 18px; }
  .rq-next { grid-template-columns: 1fr; }
  .rq-ticket { padding: 14px 16px; gap: 12px; }
  .rq-bg { height: 700px; }
  .rq-orb.o1 { width: 320px; height: 320px; }
  .rq-orb.o2 { width: 260px; height: 260px; }
  .rq-grp { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .rq-grp .opt { padding: 12px 10px; gap: 4px; }
  .rq-grp .opt .big { font-size: 19px; }
  .rq-grp .opt .sub, .rq-grp .opt .price { font-size: 12px; }
  .rq-pv-server { font-size: 26px; }
  .rq-otp { padding-top: 24px; }
  .rq-otp-card { padding: 28px 16px 24px; }
  .rq-code-wrap { height: 58px; }
  .rq-code-cells { gap: 6px; }
  .rq-code-cells i { font-size: 24px; border-radius: 11px; }
  .rq-ac li { padding: 12px; font-size: 16px; }
  .rq-avail-state { margin-left: 0; }
}
