/**
 * Tour — Sign up / Log in on the DARK marketing site, and the /welcome/ splash
 * (walkthrough/screens/signup.php). Prefix lsu-.
 *
 * ⚠️ THIS SCREEN IS THE MARKETING SITE, NOT THE APP. It paints its own dark
 *    ground over the scaler's light one, and every colour is explicit: the
 *    site's global a{} p{} h1{} rules reach in here, and the volt panel is
 *    exactly where an inherited volt link or muted paragraph disappears.
 *
 * ⚠️ NO TRANSITIONS, NO KEYFRAMES. The engine renders a pure function of t.
 *    The product's 0.7s panel swap, its 0.45s form cross-fade and the splash
 *    keyframes are all rendered at rest; the film supplies any motion through
 *    its own ops (see the hooks in the template).
 *
 * ⚠️ .lw-hover IS STICKY inside a scene, so fields and pills never style it —
 *    a visited field would stay "focused". Focus is its own state group
 *    (data-when-focus). Only buttons that are pressed straight after the
 *    cursor lands carry the product's hover colour.
 *
 * ⚠️ NO vw UNITS. Inside the scaler they resolve to the viewer's window, not
 *    the design space. Every clamp() in the product is resolved here to its
 *    value at 1280 wide (desk) or 390 wide (hand).
 *
 * ⚠️ NO @media. The scaler always reports its design width; the engine puts
 *    .is-hand (420 x 760) or .is-desk (1280 x 820) on it instead.
 */

/* The UA's [hidden]{display:none} loses to any author display rule, and most
   state-driven blocks here have one. Re-assert it once, scoped to this screen. */
.lw-scaler .lsu-site [hidden]{ display:none !important; }

/* ---------------- ground ---------------- */
.lw-scaler .lsu-site{
  position:relative; width:100%; height:100%; min-height:820px; overflow:hidden; isolation:isolate;
  background:#181818; color:#F2F2F2; text-align:left;
  font-family:'Inter',system-ui,-apple-system,sans-serif; font-size:16px; line-height:1.7; -webkit-font-smoothing:antialiased;
}
.lw-scaler .lsu-net{ position:absolute; inset:0; z-index:0; pointer-events:none; }
.lw-scaler .lsu-net svg{ display:block; width:100%; height:100%; }
/* the site's own #vanta-overlay: graphite under 55% black reads #0b0b0b */
.lw-scaler .lsu-veil{ position:absolute; inset:0; z-index:0; pointer-events:none; background:rgba(0,0,0,.55); }

/* ---------------- the site bar (header.php) ---------------- */
.lw-scaler .lsu-hdr{
  position:absolute; top:0; left:0; right:0; height:72px; z-index:4;
  background:rgba(24,24,24,.92); border-bottom:1px solid rgba(242,242,242,.10);
  -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px);
}
.lw-scaler .lsu-hdr-in{ height:100%; display:flex; align-items:center; justify-content:space-between; gap:24px; padding:0 24px; }
.lw-scaler .lsu-hdr-brand{ font-family:'Anta',sans-serif; font-size:23px; line-height:1; letter-spacing:.02em; color:#C8F135; }
.lw-scaler .lsu-hdr-nav{ display:flex; align-items:center; gap:28px; }
.lw-scaler .lsu-hdr-nav span{ font-family:'Inter',sans-serif; font-size:15px; font-weight:500; line-height:1.7; color:rgba(242,242,242,.55); white-space:nowrap; }
.lw-scaler .lsu-hdr-act{ display:flex; align-items:center; gap:14px; }
.lw-scaler .lsu-hdr-login{ font-family:'Inter',sans-serif; font-size:15px; font-weight:500; line-height:1.7; color:#F2F2F2; cursor:pointer; }
.lw-scaler .lsu-hdr-login.lw-hover{ color:#C8F135; }
.lw-scaler .lsu-btn-start{
  position:relative; overflow:hidden; display:inline-flex; align-items:center; justify-content:center; gap:9px;
  padding:13px 22px; border:1.5px solid #C8F135; border-radius:10px; background:#C8F135; color:#212121;
  font-family:'Anta',sans-serif; font-size:15px; line-height:1; white-space:nowrap; cursor:pointer;
}
.lw-scaler .lsu-btn-start i{ font-size:.85em; color:#212121; }
.lw-scaler .lsu-btn-start.lw-hover{ background:#d6ff52; border-color:#d6ff52; }
.lw-scaler .lsu-burger{ display:none; }

/* ---------------- the page: the one thing that scrolls (.lw-main) ---------------- */
/* 72px bar + 24px: the product's section offset WITHOUT its double header padding. */
.lw-scaler .lsu-page.lw-main{ position:relative; z-index:1; display:block; flex:none; min-width:0; padding:96px 24px 24px; }

/* ---------------- the card ---------------- */
/* 808 = the whole sign-up column plus its 40px padding: the product's own card
   height on a ~940px-tall screen. It grows for the taller invite form. */
.lw-scaler .lsu-card{
  position:relative; display:grid; grid-template-columns:1fr 1fr; min-height:808px; max-width:1232px; margin:0 auto;
  border-radius:18px; overflow:hidden; box-shadow:0 30px 80px rgba(0,0,0,.45);
}
.lw-scaler .lsu-flag{ display:none !important; }

/* brand panel — black, opaque, passes OVER the volt panel on the swap */
.lw-scaler .lsu-brand{
  grid-row:1; grid-column:1; position:relative; z-index:2; min-width:0;
  display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:56px 64px;
  background:radial-gradient(ellipse at center, rgba(0,0,0,.35), rgba(0,0,0,.75)), #181818; color:#F2F2F2;
}
.lw-scaler .lsu-home{ position:absolute; top:24px; left:28px; display:inline-flex; align-items:center; gap:8px; font-size:13px; line-height:1.7; color:rgba(242,242,242,.55); }
.lw-scaler .lsu-home i{ font-size:11px; }
.lw-scaler .lsu-eyebrow{
  display:inline-block; margin-bottom:24px; padding:6px 13px; border:1px solid rgba(200,241,53,.30); border-radius:999px;
  background:rgba(200,241,53,.06); color:#C8F135;
  font-family:'Inter',sans-serif; font-size:11px; font-weight:600; line-height:1.7; letter-spacing:.18em; text-transform:uppercase;
}
/* clamp(64px,9vw,152px) at 1280 */
.lw-scaler .lsu-word{ margin:0 0 22px; font-family:'Anta',sans-serif; font-weight:400; font-size:115px; line-height:.86; letter-spacing:-.025em; color:#F2F2F2; }
/* clamp(20px,2vw,28px) at 1280 */
.lw-scaler .lsu-tag{ margin:0 0 32px; font-family:'Anta',sans-serif; font-size:25.6px; line-height:1.18; letter-spacing:-.01em; color:rgba(242,242,242,.85); }
.lw-scaler .lsu-tag .lsu-accent{ color:#C8F135; }
.lw-scaler .lsu-perks{ display:flex; flex-wrap:wrap; gap:22px; width:100%; margin-top:auto; padding-top:22px; border-top:1px solid rgba(255,255,255,.10); }
.lw-scaler .lsu-perk strong{ display:block; margin-bottom:4px; font-family:'Anta',sans-serif; font-weight:700; font-size:20px; line-height:1; color:#C8F135; }
.lw-scaler .lsu-perk span{ font-size:11px; line-height:1.7; letter-spacing:.08em; text-transform:uppercase; color:rgba(242,242,242,.55); }

/* form panel — solid volt, ink #15170A */
.lw-scaler .lsu-panel{
  grid-row:1; grid-column:2; position:relative; z-index:1; min-width:0; overflow:hidden;
  display:flex; flex-direction:column; background:#C8F135; color:#15170A;
}
/* log-in mode: the panels trade sides, as the product does with the same two transforms */
.lw-scaler .lsu-flag:not([hidden]) ~ .lsu-brand{ transform:translateX(100%); }
.lw-scaler .lsu-flag:not([hidden]) ~ .lsu-panel{ transform:translateX(-100%); }

.lw-scaler .lsu-tabs{ display:none; }
/* padding 40px clamp(28px,4vw,56px) at 1280; auto margins centre the column and never clip it */
.lw-scaler .lsu-layer{ flex:1 0 auto; display:flex; flex-direction:column; padding:40px 51px; }
.lw-scaler .lsu-inner{ width:100%; max-width:440px; margin:auto; }
.lw-scaler .lsu-inner.is-login{ max-width:380px; }

/* ---------------- form type ---------------- */
/* clamp(28px,3.4vw,38px) at 1280 */
.lw-scaler .lsu-h1{ margin:0 0 6px; font-family:'Anta',sans-serif; font-weight:400; font-size:38px; line-height:1; letter-spacing:-.02em; color:#15170A; }
.lw-scaler .lsu-lead{ margin:0 0 22px; font-size:14px; line-height:1.7; color:rgba(21,23,10,.65); }
.lw-scaler .lsu-row{ margin-bottom:12px; }
.lw-scaler .lsu-row2{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:12px; }
.lw-scaler .lsu-row2 > div{ min-width:0; }
.lw-scaler .lsu-lab{
  display:block; margin-bottom:6px; color:rgba(21,23,10,.65);
  font-family:'Inter',sans-serif; font-size:11px; font-weight:600; line-height:1.7; letter-spacing:.10em; text-transform:uppercase;
}
/* the product's asterisk is graphite, not red */
.lw-scaler .lsu-req{ margin-left:2px; color:#212121; }

/* ---------------- fields: near-black on volt ---------------- */
.lw-scaler .lsu-box{ position:relative; }
.lw-scaler .lsu-in{
  display:flex; align-items:center; width:100%; height:39px; padding:0 12px; overflow:hidden; white-space:nowrap;
  background:#15170A; border:1.5px solid transparent; border-radius:8px; color:#F2F2F2;
  font-family:'Inter',sans-serif; font-size:14px; font-weight:400; line-height:1.2; letter-spacing:0;
}
.lw-scaler .lsu-in:empty::before{ content:attr(data-ph); color:rgba(242,242,242,.30); }
/* twelve bullets, sized like a browser's password dots */
.lw-scaler .lsu-in.is-pw{ font-size:17px; letter-spacing:.12em; }
.lw-scaler .lsu-in.is-locked{ opacity:.75; }
/* a still caret while the film types (the engine adds .lw-caret, then removes it) */
.lw-scaler .lsu-in.lw-caret::after{ content:''; flex:none; width:1.5px; height:17px; margin-left:1px; background:#F2F2F2; }
.lw-scaler .lsu-in.lw-caret:empty::after{ order:-1; margin:0 1px 0 0; }
/* the focus edge: border rgba(255,255,255,.40) and a 3px ink halo */
.lw-scaler .lsu-ring{ position:absolute; inset:0; border:1.5px solid rgba(255,255,255,.40); border-radius:8px; box-shadow:0 0 0 3px rgba(21,23,10,.18); pointer-events:none; }
.lw-scaler .lsu-help{ display:block; margin-top:4px; font-size:11px; line-height:1.7; color:rgba(21,23,10,.55); }
.lw-scaler .lsu-help.is-ink{ color:rgba(21,23,10,.80); }
/* invite: the product writes this helper in pale grey on volt — near-invisible, faithfully */
.lw-scaler .lsu-help.is-pale{ color:rgba(242,242,242,.50); }

/* ---------------- "I'll use Laydn to" pills ---------------- */
/* Uppercase, 13px/500, 1.3px tracking: the generic label rule cascades into the product's pills. */
.lw-scaler .lsu-pills{ display:grid; grid-template-columns:repeat(3,1fr); gap:6px; }
.lw-scaler .lsu-pill{
  position:relative; min-width:0; display:flex; align-items:center; justify-content:center; margin-bottom:6px; padding:9px 6px;
  border:1.5px solid rgba(21,23,10,.25); border-radius:8px; background:rgba(21,23,10,.04); color:rgba(21,23,10,.85);
  font-family:'Inter',sans-serif; font-size:13px; font-weight:500; line-height:1.7; letter-spacing:.10em; text-transform:uppercase; cursor:pointer;
}
/* the chosen face: solid ink, volt lettering, covering the pill border and all */
.lw-scaler .lsu-pill-on{
  position:absolute; inset:-1.5px; display:flex; align-items:center; justify-content:center; padding:9px 6px;
  border:1.5px solid #15170A; border-radius:8px; background:#15170A; color:#C8F135;
}

/* ---------------- terms / remember-me square ---------------- */
.lw-scaler .lsu-check{ display:flex; align-items:flex-start; gap:9px; margin-bottom:14px; }
.lw-scaler .lsu-cb{
  position:relative; flex:none; width:17px; height:17px; margin-top:1px;
  border:1.5px solid rgba(21,23,10,.35); border-radius:4px; background:rgba(255,255,255,.30); cursor:pointer;
}
.lw-scaler .lsu-cb-on{ position:absolute; inset:-1.5px; border:1.5px solid #15170A; border-radius:4px; background:#15170A; }
.lw-scaler .lsu-cb-on::after{
  content:''; position:absolute; left:4px; top:0; width:5px; height:11px; box-sizing:border-box;
  border:solid #C8F135; border-width:0 2px 2px 0; transform:rotate(45deg);
}
.lw-scaler .lsu-check-t{ font-size:13px; font-weight:400; line-height:1.7; letter-spacing:0; text-transform:none; color:rgba(21,23,10,.80); }
.lw-scaler .lsu-u{ color:#15170A; text-decoration:underline; }

/* ---------------- the neutral security box ---------------- */
/* A plain dark stand-in: no third-party logo, wordmark or links. */
.lw-scaler .lsu-ts-slot{ height:73px; margin:0 0 14px; }
.lw-scaler .lsu-ts{
  position:relative; display:flex; align-items:center; width:300px; height:65px; padding:0 16px;
  border:1px solid #3a3a3a; border-radius:5px; background:#232323; color:#F2F2F2;
}
.lw-scaler .lsu-ts-st{ display:flex; align-items:center; gap:10px; }
.lw-scaler .lsu-ts-spin, .lw-scaler .lsu-ts-ok{ display:block; flex:none; width:26px; height:26px; }
.lw-scaler .lsu-ts-t{ font-family:'Inter',sans-serif; font-size:14px; font-weight:500; line-height:1.2; color:#F2F2F2; }

/* ---------------- buttons ---------------- */
.lw-scaler .lsu-submit{
  position:relative; overflow:hidden; display:flex; align-items:center; justify-content:center; gap:9px;
  width:100%; height:44px; border-radius:9px; background:#15170A; color:#C8F135;
  font-family:'Anta',sans-serif; font-size:15px; line-height:1; letter-spacing:.01em; cursor:pointer;
}
.lw-scaler .lsu-submit i{ font-size:13px; color:#C8F135; }
.lw-scaler .lsu-submit.lw-hover{ background:#0a0b04; }
/* "saving": the product only dips the button 1px and loads the next page — no spinner */
.lw-scaler .lsu-submit.is-saving{ background:#0a0b04; transform:translateY(1px); }
.lw-scaler .lsu-switch{
  position:relative; overflow:hidden; display:block; width:100%; margin-top:10px; padding:11px 0;
  border:1.5px solid rgba(21,23,10,.30); border-radius:9px; background:transparent; color:#15170A;
  font-family:'Anta',sans-serif; font-size:14px; line-height:1.7; text-align:center; cursor:pointer;
}
.lw-scaler .lsu-switch strong{ font-weight:400; }
.lw-scaler .lsu-switch.lw-hover{ border-color:#15170A; background:rgba(21,23,10,.04); }

/* ---------------- log-in extras ---------------- */
.lw-scaler .lsu-extras{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px; margin-bottom:16px; }
.lw-scaler .lsu-extras .lsu-check{ margin:0; }
.lw-scaler .lsu-forgot{ font-size:13px; font-weight:600; line-height:1.7; color:#3a7a00; cursor:pointer; }
/* Face ID: volt on the volt panel in the product, so it reads as bare text. Kept as is. */
.lw-scaler .lsu-faceid{
  position:relative; overflow:hidden; display:flex; align-items:center; justify-content:center; gap:10px;
  width:100%; margin-bottom:14px; padding:13px; border:1px solid #C8F135; border-radius:10px; background:#C8F135; color:#0a0a0a;
  font-family:'Anta',sans-serif; font-size:15px; font-weight:700; line-height:1.2; cursor:pointer;
}
.lw-scaler .lsu-or{ display:flex; align-items:center; gap:12px; margin-bottom:16px; font-size:12px; line-height:1.7; color:rgba(242,242,242,.55); }
.lw-scaler .lsu-or span{ flex:1; height:1px; background:rgba(255,255,255,.12); }

/* ---------------- phone menu (header.php drawer) — hand only ---------------- */
.lw-scaler .lsu-drawer{ position:absolute; inset:0; z-index:6; }
.lw-scaler.is-desk .lsu-drawer{ display:none !important; }
.lw-scaler .lsu-drawer-veil{ position:absolute; inset:0; background:rgba(0,0,0,.6); }
.lw-scaler .lsu-drawer-panel{
  position:absolute; top:0; right:0; bottom:0; width:360px; max-width:86%; display:flex; flex-direction:column; padding:24px;
  background:#181818; border-left:1px solid rgba(242,242,242,.10); color:#F2F2F2;
}
.lw-scaler .lsu-drawer-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:28px; }
.lw-scaler .lsu-drawer-word{ font-family:'Anta',sans-serif; font-size:20px; line-height:1.7; color:#C8F135; }
.lw-scaler .lsu-drawer-x{ position:relative; overflow:hidden; display:inline-flex; font-size:26px; line-height:1; color:#F2F2F2; cursor:pointer; }
.lw-scaler .lsu-drawer-nav{ margin:0 0 24px; }
.lw-scaler .lsu-drawer-nav span{ display:block; padding:16px 2px; border-bottom:1px solid rgba(242,242,242,.10); font-family:'Anta',sans-serif; font-size:20px; line-height:1.7; color:#F2F2F2; }
.lw-scaler .lsu-drawer-cta{ display:flex; flex-direction:column; gap:12px; margin-top:auto; }
.lw-scaler .lsu-dbtn{
  position:relative; overflow:hidden; display:flex; align-items:center; justify-content:center; padding:13px 22px;
  border:1.5px solid transparent; border-radius:10px; font-family:'Anta',sans-serif; font-size:15px; line-height:1; white-space:nowrap; cursor:pointer;
}
.lw-scaler .lsu-dbtn.is-ghost{ background:transparent; border-color:rgba(255,255,255,.18); color:#F2F2F2; }
.lw-scaler .lsu-dbtn.is-ghost.lw-hover{ border-color:#C8F135; background:rgba(200,241,53,.04); }
.lw-scaler .lsu-dbtn.is-volt{ background:#C8F135; border-color:#C8F135; color:#212121; }
.lw-scaler .lsu-dbtn.is-volt.lw-hover{ background:#d6ff52; border-color:#d6ff52; }

/* ---------------- /welcome/ splash ---------------- */
.lw-scaler .lsu-splash{
  position:absolute; inset:0; z-index:8; display:flex; align-items:center; justify-content:center;
  background:#0a0a0a; color:#F2F2F2; font-family:'Inter',sans-serif;
}
.lw-scaler .lsu-splash::before{ content:''; position:absolute; inset:0; pointer-events:none; background:radial-gradient(ellipse at center, rgba(200,241,53,.05) 0%, transparent 60%); }
.lw-scaler .lsu-skip{
  position:absolute; top:18px; right:18px; z-index:2; overflow:hidden; display:inline-flex; align-items:center; gap:6px;
  padding:8px 14px; border:1px solid rgba(255,255,255,.18); border-radius:99px; background:transparent; color:rgba(242,242,242,.65);
  font-family:'Anta',sans-serif; font-size:12px; line-height:1.2; letter-spacing:.06em; text-transform:uppercase; cursor:pointer;
}
.lw-scaler .lsu-skip i{ font-size:10px; }
.lw-scaler .lsu-skip.lw-hover{ background:rgba(200,241,53,.08); border-color:#C8F135; color:#C8F135; }
.lw-scaler .lsu-splash-stage{ position:relative; display:flex; flex-direction:column; align-items:center; gap:36px; padding:0 24px; }
/* clamp(42px,7vw,72px): 72 at desk, 42 at hand. The rise-and-tighten is the film's to play. */
.lw-scaler .lsu-splash-word{
  margin:0; font-family:'Anta',sans-serif; font-weight:400; font-size:72px; line-height:1; letter-spacing:.18em; color:#C8F135;
  text-shadow:0 0 20px rgba(200,241,53,.35), 0 0 60px rgba(200,241,53,.15);
}
.lw-scaler .lsu-spin{ position:relative; width:64px; height:64px; }
/* still at rest; a film may turn it by writing --lsu-spin */
.lw-scaler .lsu-spin svg{ display:block; width:100%; height:100%; transform:rotate(var(--lsu-spin,0deg)); filter:drop-shadow(0 0 8px rgba(200,241,53,.55)); }
.lw-scaler .lsu-spin .lsu-ring-bg{ fill:none; stroke:rgba(200,241,53,.14); stroke-width:5; }
.lw-scaler .lsu-spin .lsu-ring-arc{ fill:none; stroke:#C8F135; stroke-width:5; stroke-linecap:round; stroke-dasharray:60 180; }

/* ---------------- phone (narrow design space, 420 x 760) ----------------
 * The product below 900px: brand block on top, then "Sign up | Log in" tabs,
 * then only the active form, in one long page scroll. No net, no slide, no
 * perks, no switch buttons. The pairs stay two columns and the pills wrap. */
.lw-scaler.is-hand .lsu-net{ display:none; }
.lw-scaler.is-hand .lsu-hdr-nav,
.lw-scaler.is-hand .lsu-hdr-login,
.lw-scaler.is-hand .lsu-btn-start{ display:none; }
.lw-scaler.is-hand .lsu-burger{ position:relative; overflow:hidden; display:inline-flex; align-items:center; justify-content:center; padding:6px; font-size:24px; line-height:1; color:#F2F2F2; cursor:pointer; }
/* 72px bar + the section's 90px */
.lw-scaler.is-hand .lsu-page.lw-main{ padding:162px 24px 30px; }
.lw-scaler.is-hand .lsu-card{ grid-template-columns:1fr; grid-template-rows:auto auto; min-height:0; border-radius:14px; }
.lw-scaler.is-hand .lsu-brand{ grid-column:1; grid-row:1; padding:40px 28px 28px; transform:none !important; }
.lw-scaler.is-hand .lsu-home{ position:static; margin-bottom:16px; }
.lw-scaler.is-hand .lsu-word{ margin-bottom:12px; font-size:56px; }
.lw-scaler.is-hand .lsu-tag{ margin-bottom:22px; font-size:18px; }
.lw-scaler.is-hand .lsu-perks{ display:none; }
.lw-scaler.is-hand .lsu-panel{ grid-column:1; grid-row:2; min-height:580px; transform:none !important; }
.lw-scaler.is-hand .lsu-tabs{ display:flex; background:rgba(21,23,10,.06); border-bottom:1px solid rgba(21,23,10,.10); }
.lw-scaler.is-hand .lsu-tab{
  flex:1; padding:14px 0; border-bottom:3px solid transparent; color:rgba(21,23,10,.50);
  font-family:'Anta',sans-serif; font-size:15px; line-height:1.7; text-align:center; cursor:pointer;
}
.lw-scaler.is-hand .lsu-tab.is-on{ color:#15170A; border-bottom-color:#15170A; background:rgba(255,255,255,.20); }
.lw-scaler.is-hand .lsu-layer{ flex:none; padding:28px 24px 36px; }
.lw-scaler.is-hand .lsu-inner{ margin:0 auto; }
.lw-scaler.is-hand .lsu-h1{ font-size:28px; }
.lw-scaler.is-hand .lsu-switch{ display:none; }
.lw-scaler.is-hand .lsu-splash-word{ font-size:42px; }
