/**
 * Laydn guided tour.
 *
 * ⚠️ The marketing site is DARK (#212121, text var(--white)). The app is LIGHT
 *    (#f7f8fa, text #0a0a0a). This file hosts one inside the other, so every
 *    app-side rule is scoped under .lw-scaler and sets colour explicitly.
 *    Inheriting var(--white) into a white card is the documented way to render
 *    an invisible screen on this theme — see the app-palette notes.
 */

.lw,
.lw-wrap {
  --lw-ink:#0a0a0a; --lw-body:#5a6068; --lw-faint:#8a909a;
  --lw-line:#e3e6ea; --lw-hair:#eef0f3; --lw-card:#fff; --lw-ground:#f7f8fa;
  --lw-volt:#C8F135; --lw-volt-ink:#4a6b00; --lw-fire:#ff5c35; --lw-cyan:#00C9A7;
  --lw-amber-bg:#fff4e0; --lw-amber-ink:#8a5a00; --lw-amber-line:#f0dcb8;
  position:relative; margin:0 auto; max-width:1180px;
}

/* ---------- cinema shell ---------- */
.lw-cinema{
  position:relative; border-radius:20px; overflow:hidden;
  background:linear-gradient(180deg,#191919,#121212);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 40px 90px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.05);
}
.lw-stage{ position:relative; width:100%; aspect-ratio:16/10; overflow:hidden; background:#101010; }
/* ⚠️ the stage shape MUST match the phone design space (420x760). A mismatch
   makes the scale height-bound and 13px text renders at ~7px on a phone. */
.lw[data-space="hand"] .lw-stage{ aspect-ratio:420/760; max-height:calc(100svh - 150px); }
.lw-scaler{
  position:absolute; left:50%; top:50%; transform-origin:50% 50%;
  transform:translate(-50%,-50%); will-change:transform;
  background:var(--lw-ground); border-radius:6px; overflow:hidden;
  transition:none;
}

/* the app light world, scoped */
.lw-scaler, .lw-scaler *{ box-sizing:border-box; }
/* [hidden] is how the engine applies state, so it must beat every screen's own
   display rule — the UA's [hidden] loses to any class that sets display. */
.lw-scaler [hidden]{ display:none !important; }
.lw-scaler{ font-family:'Inter',system-ui,sans-serif; color:var(--lw-ink); font-size:13px; line-height:1.5; }
.lw-scaler h1,.lw-scaler h2,.lw-scaler h3,.lw-scaler .anta{ font-family:'Anta','Inter',sans-serif; font-weight:400; }

/* ---------- cursor ---------- */
.lw-cursor{
  position:absolute; left:-4px; top:-3px; width:26px; height:26px; z-index:60;
  pointer-events:none; opacity:0; transform-origin:4px 3px; will-change:transform;
  filter:drop-shadow(0 3px 6px rgba(0,0,0,.4));
}
.lw-hover{ position:relative; }
.lw-rippling::after{
  content:''; position:absolute; left:50%; top:50%; width:var(--lw-ripple,0); height:var(--lw-ripple,0);
  transform:translate(-50%,-50%); border-radius:999px; pointer-events:none;
  background:rgba(200,241,53,var(--lw-ripple-o,0)); z-index:5;
}
.lw-caret{ caret-color:var(--lw-volt-ink); }

/* scan sweep */
.lw-scanning{ position:relative; }
.lw-scanning::after{
  content:''; position:absolute; inset:0; pointer-events:none; border-radius:inherit;
  background:linear-gradient(180deg,
    rgba(200,241,53,0) calc(var(--lw-scan,0%) - 14%),
    rgba(200,241,53,.30) var(--lw-scan,0%),
    rgba(200,241,53,0) calc(var(--lw-scan,0%) + 6%));
}

/* ---------- captions (outside the scaled stage, so always legible) ---------- */
.lw-caps{
  position:absolute; left:0; right:0; bottom:0; z-index:50; padding:26px 30px 24px;
  background:linear-gradient(180deg,rgba(10,10,10,0) 0%,rgba(10,10,10,.82) 42%,rgba(10,10,10,.94) 100%);
  opacity:0; transition:opacity .28s ease; pointer-events:none;
}
.lw-caps.is-on{ opacity:1; }
.lw-cap{ font-family:'Anta',sans-serif; color:#fff; font-size:clamp(19px,2.4vw,30px); line-height:1.15; letter-spacing:-.01em; }
.lw-sub{ margin-top:7px; color:rgba(242,242,242,.66); font-size:clamp(12px,1.25vw,14.5px); line-height:1.45; }

/* ---------- transport ---------- */
.lw-bar{ display:flex; align-items:center; gap:14px; padding:12px 16px; background:#0d0d0d; border-top:1px solid rgba(255,255,255,.07); }
.lw-btn{
  width:34px; height:34px; flex:none; border-radius:9px; border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05); color:#F2F2F2; cursor:pointer; display:grid; place-items:center;
  transition:background .16s ease, border-color .16s ease;
}
.lw-btn:hover{ background:rgba(200,241,53,.14); border-color:rgba(200,241,53,.4); color:var(--lw-volt); }
.lw-btn svg{ width:13px; height:13px; fill:currentColor; }
.lw-btn .lw-i-pause{ display:none; } .lw-btn.is-playing .lw-i-pause{ display:block; } .lw-btn.is-playing .lw-i-play{ display:none; }
.lw-track{ flex:1; display:flex; gap:4px; height:22px; align-items:center; cursor:pointer; }
.lw-chap{ flex:1; height:4px; padding:0; border:0; background:rgba(255,255,255,.16); border-radius:99px; overflow:hidden; cursor:pointer; position:relative; }
.lw-chap i{ display:block; height:100%; width:100%; background:var(--lw-volt); transform:scaleX(0); transform-origin:0 50%; }
.lw-chap[aria-current="true"]{ background:rgba(200,241,53,.28); }
.lw-chip{
  font-family:'Anta',sans-serif; font-size:10px; letter-spacing:.14em; text-transform:uppercase;
  color:var(--lw-amber-ink); background:var(--lw-amber-bg); border:1px solid var(--lw-amber-line);
  padding:4px 10px; border-radius:99px; white-space:nowrap;
}

/* ---------- poster ---------- */
.lw-poster{
  position:absolute; inset:0; z-index:70; display:grid; place-items:center; text-align:center;
  background:radial-gradient(120% 90% at 50% 30%, rgba(200,241,53,.10), rgba(10,10,10,.92) 62%), #0d0d0d;
  cursor:pointer; transition:opacity .35s ease, visibility .35s;
}
.lw.is-playing .lw-poster, .lw.is-ended .lw-poster{ opacity:0; visibility:hidden; }
.lw-poster-in{ padding:30px; max-width:600px; }
.lw-poster .k{ font-family:'Anta',sans-serif; font-size:11px; letter-spacing:.2em; text-transform:uppercase; color:var(--lw-volt); }
.lw-poster h2{ font-family:'Anta',sans-serif; color:#fff; font-size:clamp(26px,3.6vw,42px); line-height:1.06; margin:12px 0 10px; }
.lw-poster p{ color:rgba(242,242,242,.62); font-size:14.5px; line-height:1.55; margin:0 0 22px; }
.lw-play-big{
  display:inline-flex; align-items:center; gap:12px; background:var(--lw-volt); color:#0a0a0a;
  font-family:'Anta',sans-serif; font-size:15px; padding:13px 24px 13px 16px; border:0; border-radius:99px; cursor:pointer;
  box-shadow:0 10px 30px rgba(200,241,53,.28);
}
.lw-play-big span{ width:26px; height:26px; border-radius:99px; background:#0a0a0a; display:grid; place-items:center; }
.lw-play-big span svg{ width:10px; height:10px; fill:var(--lw-volt); margin-left:2px; }
.lw-skip{ display:block; margin:16px auto 0; background:none; border:0; color:rgba(242,242,242,.5); font-size:12.5px; text-decoration:underline; cursor:pointer; }

/* ---------- end card ---------- */
.lw-end{
  position:absolute; inset:0; z-index:65; display:none; place-items:center; text-align:center;
  background:radial-gradient(120% 90% at 50% 40%, rgba(200,241,53,.12), rgba(10,10,10,.95) 60%), #0d0d0d;
}
.lw.is-ended .lw-end{ display:grid; }
.lw-end h3{ font-family:'Anta',sans-serif; color:#fff; font-size:clamp(24px,3.2vw,36px); margin:0 0 10px; }
.lw-end p{ color:rgba(242,242,242,.6); margin:0 0 20px; font-size:14px; }
.lw-end-btns{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; }
.lw-cta{ display:inline-flex; align-items:center; gap:9px; padding:12px 22px; border-radius:99px; font-family:'Anta',sans-serif; font-size:14px; text-decoration:none; border:1px solid transparent; cursor:pointer; }
.lw-cta.is-primary{ background:var(--lw-volt); color:#0a0a0a; box-shadow:0 8px 24px rgba(200,241,53,.26); }
.lw-cta.is-ghost{ background:rgba(255,255,255,.05); color:#F2F2F2; border-color:rgba(255,255,255,.16); }

/* ---------- app chrome inside the stage ---------- */
.lw-app{ display:flex; min-height:100%; background:var(--lw-ground); position:relative; }
.lw-side{
  width:250px; flex:none; margin:18px 0 18px 18px; background:#0e0e0e; border:1px solid rgba(255,255,255,.06);
  border-radius:18px; padding:18px 12px; display:flex; flex-direction:column;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 20px 46px rgba(15,18,22,.18);
}
.lw-brand{ font-family:'Anta',sans-serif; font-size:24px; color:var(--lw-volt); letter-spacing:.08em; text-align:center; padding:4px 0 18px; border-bottom:1px solid rgba(255,255,255,.06); text-shadow:0 0 14px rgba(200,241,53,.30); }
.lw-nav{ margin-top:14px; display:flex; flex-direction:column; gap:2px; }
.lw-nav a{ display:flex; align-items:center; gap:10px; font-family:'Anta',sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:.06em; color:rgba(242,242,242,.55); padding:9px 12px; border-radius:8px; text-decoration:none; }
.lw-nav a.is-active{ color:var(--lw-volt); background:rgba(200,241,53,.10); }
.lw-nav .lw-word{ font-size:15px; text-transform:none; letter-spacing:0; }
.lw-div{ height:1px; background:rgba(255,255,255,.07); margin:12px 6px; position:relative; }
.lw-div span{ position:absolute; top:-7px; left:6px; background:#0e0e0e; padding:0 6px; font-family:'Anta',sans-serif; font-size:9px; letter-spacing:.16em; text-transform:uppercase; color:rgba(242,242,242,.34); }
.lw-user{ margin-top:auto; display:flex; align-items:center; gap:9px; padding-top:14px; border-top:1px solid rgba(255,255,255,.06); }
.lw-av{ width:32px; height:32px; border-radius:99px; background:var(--lw-volt); color:#0a0a0a; font-family:'Anta',sans-serif; font-size:12px; display:grid; place-items:center; flex:none; }
.lw-user strong{ display:block; color:#F2F2F2; font-size:12.5px; font-weight:600; }
.lw-user span{ display:block; color:rgba(242,242,242,.5); font-size:10.5px; }
.lw-main{ flex:1; padding:26px 30px; min-width:0; }

/* dark hero card */
.lw-head{
  position:relative; overflow:hidden; padding:18px 22px; margin-bottom:20px; background:#0a0a0a;
  border:1px solid var(--lw-volt); border-radius:16px;
  box-shadow:0 0 0 4px rgba(200,241,53,.10), 0 16px 36px rgba(15,18,22,.22);
}
.lw-head .k{ font-family:'Anta',sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:.06em; color:rgba(242,242,242,.55); margin-bottom:3px; }
.lw-head h1{ font-size:32px; line-height:1.05; letter-spacing:-.02em; color:#F2F2F2; margin:0; }
.lw-head h1 .a{ color:var(--lw-volt); }
.lw-head p{ color:rgba(242,242,242,.62); font-size:12.5px; margin:8px 0 0; max-width:62ch; }
.lw-glyph{ position:absolute; right:22px; top:50%; transform:translateY(-50%) rotate(-8deg); font-size:120px; line-height:1; color:var(--lw-volt); opacity:.16; }

/* cards, pills, stats */
.lw-card{ background:var(--lw-card); border:1px solid var(--lw-line); border-radius:16px; box-shadow:0 1px 2px rgba(15,18,22,.04); }
.lw-pill{ font-family:'Anta',sans-serif; font-size:10px; text-transform:uppercase; letter-spacing:.06em; padding:3px 9px; border-radius:99px; background:rgba(200,241,53,.22); color:var(--lw-volt-ink); }
.lw-pill.is-amber{ background:var(--lw-amber-bg); color:var(--lw-amber-ink); border:1px solid var(--lw-amber-line); text-transform:none; font-family:'Inter',sans-serif; font-weight:700; font-size:11px; letter-spacing:0; }
.lw-pill.is-cyan{ background:#e0f6fb; color:#0b6b7d; }
.lw-btn-volt{ background:var(--lw-volt); color:#0a0a0a; font-family:'Anta',sans-serif; font-size:13px; border:0; border-radius:10px; padding:12px 22px; cursor:pointer; box-shadow:0 6px 14px rgba(200,241,53,.22); position:relative; overflow:hidden; }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce){
  .lw-scaler,.lw-cursor{ transition:none !important; }
  .lw-cursor{ display:none; }
}

/* ---------- print ---------- */
@media print{
  .lw-cinema,.lw-bar,.lw-poster,.lw-end,.lw-cursor{ display:none !important; }
  .lw-print{ display:block !important; }
}
.lw-print{ display:none; }

/* ================= PLANR SCREEN ================= */
.plr-form{ padding:18px 20px; margin-bottom:20px; }
.plr-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:12px; }
.plr-field span{ display:block; font-size:11px; font-weight:600; color:var(--lw-body); margin-bottom:5px; letter-spacing:.02em; }
.plr-field input{
  width:100%; height:40px; padding:0 12px; border:1px solid var(--lw-line); border-radius:9px;
  font:inherit; font-size:13px; color:var(--lw-ink); background:#fff;
}
.plr-field input::placeholder{ color:#b0b6be; }
.plr-foot{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-top:14px; }
.plr-loop{ display:inline-flex; align-items:center; gap:8px; font-size:12.5px; color:var(--lw-body); }
.plr-loop i{ width:32px; height:18px; border-radius:99px; background:var(--lw-volt); position:relative; flex:none; }
.plr-loop i::after{ content:''; position:absolute; top:2px; right:2px; width:14px; height:14px; border-radius:99px; background:#0a0a0a; }
/* The fleet's plan runs with the switch OFF (the overnight option only exists then). */
.plr-loop.is-off i{ background:#d6d9de; }
.plr-loop.is-off i::after{ right:auto; left:2px; background:#fff; box-shadow:0 1px 2px rgba(0,0,0,.25); }

.plr-solving{ padding:26px 20px; text-align:center; }
.plr-scan-line{ height:3px; border-radius:99px; background:linear-gradient(90deg,transparent,var(--lw-volt),transparent); margin-bottom:14px; }
.plr-scan-text{ font-size:13px; color:var(--lw-body); margin:0; }
.plr-scan-text strong{ color:var(--lw-volt-ink); font-variant-numeric:tabular-nums; }

.plr-results-head{ display:flex; align-items:baseline; gap:10px; margin-bottom:12px; flex-wrap:wrap; }
.plr-results-head h2{ font-size:17px; color:var(--lw-ink); margin:0; }
.plr-note{ font-size:12px; color:var(--lw-faint); }

.plr-caveat{
  display:flex; gap:11px; align-items:flex-start; background:rgba(255,200,80,.14);
  border:1px solid rgba(255,200,80,.55); box-shadow:0 0 0 4px rgba(255,200,80,.08);
  border-radius:12px; padding:11px 14px; margin-bottom:16px;
}
.plr-caveat i{ color:#b87c00; font-size:15px; margin-top:1px; }
.plr-caveat div{ font-size:12px; color:#6a4400; line-height:1.5; }
.plr-caveat strong{ display:block; color:var(--lw-ink); font-weight:600; }

.plr-route{ background:#fff; border:1px solid var(--lw-line); border-radius:16px; box-shadow:0 1px 3px rgba(15,18,22,.05); overflow:hidden; margin-bottom:14px; }
.plr-route.is-loop{ border-color:var(--lw-volt); box-shadow:0 0 0 3px rgba(200,241,53,.12); }
.plr-route-top{ display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; padding:13px 18px; background:rgba(200,241,53,.06); border-bottom:1px solid var(--lw-hair); }
.plr-route-title{ font-family:'Anta',sans-serif; font-size:14px; color:var(--lw-ink); display:flex; align-items:center; gap:9px; }
.plr-route-title > i{ color:var(--lw-volt-ink); }
.plr-route-stats{ display:flex; gap:16px; flex-wrap:wrap; }
.plr-stat{ text-align:right; }
.plr-stat .v{ font-family:'Anta',sans-serif; font-size:17px; color:var(--lw-ink); line-height:1; font-variant-numeric:tabular-nums; }
.plr-stat.pay .v{ color:var(--lw-volt-ink); }
.plr-stat .l{ font-size:9.5px; text-transform:uppercase; letter-spacing:.05em; color:var(--lw-faint); margin-top:3px; }

.plr-legs{ padding:6px 18px 14px; }
.plr-repo{ font-style:italic; font-size:11px; color:var(--lw-faint); padding:5px 0 5px 34px; }
.plr-repo i{ color:#b0b6be; font-size:10px; }
.plr-leg{ display:grid; grid-template-columns:52px 1fr auto; gap:12px; align-items:center; padding:10px 0; border-bottom:1px solid #f0f2f4; }
.plr-leg:last-child{ border-bottom:0; }
.plr-leg-time{ font-family:'Anta',sans-serif; font-size:12px; color:var(--lw-body); font-variant-numeric:tabular-nums; }
.plr-leg-route{ font-size:13px; color:var(--lw-ink); }
.plr-leg-route .oc{ color:var(--lw-faint); font-size:11.5px; }
.plr-leg-route > i{ color:#b0b6be; margin:0 5px; font-size:11px; }
.plr-leg-meta{ font-size:11px; color:var(--lw-faint); margin-top:3px; }
.plr-leg-price{ font-family:'Anta',sans-serif; font-size:15px; color:var(--lw-volt-ink); font-variant-numeric:tabular-nums; }
.plr-disclaimer{ font-size:11px; color:var(--lw-faint); line-height:1.5; max-width:70ch; margin:8px 0 0; }

/* ================= ROUTE PICKER ================= */
/* Spacing, type scale and the hero glow all follow the site's own convention
   (.ft-hero on the features page: 118px top, clamp(42px,6vw,86px) heading).
   The header is position:fixed with body padded by --header-h, so this sits
   on top of that rather than replacing it. */
.lw-wrap{ max-width:1240px; margin:0 auto; padding:calc(var(--header-h,72px) + 112px) 24px 96px; position:relative; }

.lw-glow{
  position:absolute; top:-14%; left:50%; transform:translateX(-50%);
  width:82%; height:120%; pointer-events:none; filter:blur(20px); z-index:0;
  background:radial-gradient(circle, rgba(200,241,53,.11), transparent 60%);
}
.lw-intro{ position:relative; z-index:1; text-align:center; max-width:860px; margin:0 auto; }
.lw-intro .k{
  display:inline-block; font-family:'Anta',sans-serif; font-size:11px; letter-spacing:.22em;
  text-transform:uppercase; color:var(--lw-volt); border:1px solid rgba(200,241,53,.3);
  border-radius:999px; padding:6px 15px; margin-bottom:22px;
}
.lw-intro h1{
  font-family:'Anta',sans-serif; color:#fff; font-size:clamp(42px,6vw,86px);
  line-height:.98; letter-spacing:-.025em; margin:0 0 20px;
}
.lw-intro h1 .a{ color:var(--lw-volt); }
.lw-intro p{ font-size:19px; line-height:1.6; color:rgba(242,242,242,.62); margin:0 auto; max-width:660px; }

/* ---- the three cards ---- */
.lw-pick{
  position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,1fr);
  gap:20px; margin:56px 0 0; align-items:stretch;
}
@media (max-width:980px){ .lw-pick{ grid-template-columns:1fr; max-width:520px; margin-inline:auto; } }

.lw-pick-card{
  position:relative; display:flex; flex-direction:column; text-decoration:none;
  padding:34px 30px 28px; border-radius:20px; overflow:hidden;
  background:linear-gradient(180deg,#1e1e1e,#151515);
  border:1px solid rgba(255,255,255,.09);
  transition:transform .28s cubic-bezier(.2,.8,.2,1), border-color .28s ease, box-shadow .28s ease;
  opacity:0; transform:translateY(18px);
  animation:lw-rise .7s cubic-bezier(.2,.8,.2,1) forwards;
}
.lw-pick-card:nth-child(1){ animation-delay:.05s; }
.lw-pick-card:nth-child(2){ animation-delay:.15s; }
.lw-pick-card:nth-child(3){ animation-delay:.25s; }
@keyframes lw-rise{ to{ opacity:1; transform:translateY(0); } }
@media (prefers-reduced-motion: reduce){
  .lw-pick-card{ animation:none; opacity:1; transform:none; }
}

/* the built one is the hero of the row */
.lw-pick-card.is-live{
  border-color:rgba(200,241,53,.42);
  box-shadow:0 0 0 4px rgba(200,241,53,.07), 0 26px 60px rgba(0,0,0,.45);
  background:linear-gradient(180deg,#232318,#161613);
}
.lw-pick-card.is-live::before{
  content:''; position:absolute; inset:0; pointer-events:none; border-radius:inherit;
  background:radial-gradient(120% 70% at 50% 0%, rgba(200,241,53,.10), transparent 62%);
}
a.lw-pick-card:hover{
  transform:translateY(-6px);
  border-color:rgba(200,241,53,.65);
  box-shadow:0 0 0 4px rgba(200,241,53,.10), 0 34px 70px rgba(0,0,0,.5);
}
a.lw-pick-card:hover .lw-pick-go i{ transform:translateX(5px); }
a.lw-pick-card:hover .ic{ background:rgba(200,241,53,.2); transform:scale(1.06); }

.lw-pick-card > *{ position:relative; z-index:1; }
.lw-pick-card .ic{
  width:52px; height:52px; border-radius:14px; display:grid; place-items:center;
  background:rgba(200,241,53,.11); color:var(--lw-volt); font-size:21px; margin-bottom:22px;
  transition:background .28s ease, transform .28s cubic-bezier(.2,.8,.2,1);
}
/* fixed rows so the three headings sit on one line across all cards */
.lw-pick-card .who{
  display:block; min-height:32px; font-family:'Anta',sans-serif; font-size:10.5px;
  letter-spacing:.15em; text-transform:uppercase; color:rgba(242,242,242,.45); line-height:1.5;
}
.lw-pick-card h3{
  font-family:'Anta',sans-serif; color:#fff; font-size:24px; line-height:1.14;
  margin:10px 0 12px; min-height:56px;
}
.lw-pick-card p{
  color:rgba(242,242,242,.6); font-size:14.5px; line-height:1.6; margin:0 0 20px; min-height:70px;
}
.lw-pick-tools{ display:flex; flex-wrap:wrap; gap:7px; margin-bottom:24px; min-height:56px; align-content:flex-start; }
.lw-pick-tools span{
  font-size:11px; padding:5px 11px; border-radius:999px; background:rgba(255,255,255,.05);
  color:rgba(242,242,242,.72); border:1px solid rgba(255,255,255,.09);
}
.lw-pick-go{
  margin-top:auto; padding-top:18px; border-top:1px solid rgba(255,255,255,.07);
  display:flex; align-items:center; justify-content:space-between;
  font-family:'Anta',sans-serif; font-size:14px; color:var(--lw-volt);
}
.lw-pick-go i{ transition:transform .28s cubic-bezier(.2,.8,.2,1); margin-left:6px; font-size:12px; }
.lw-pick-go .mins{ color:rgba(242,242,242,.4); font-size:12px; font-family:'Inter',sans-serif; }

/* not-yet-built: deliberate, not broken. Readable, with an honest badge. */
.lw-pick-card.is-soon{ background:linear-gradient(180deg,#171717,#131313); border-style:dashed; border-color:rgba(255,255,255,.11); }
.lw-pick-card.is-soon .ic{ background:rgba(255,255,255,.05); color:rgba(242,242,242,.4); }
.lw-pick-card.is-soon h3{ color:rgba(242,242,242,.78); }
.lw-pick-card.is-soon .lw-pick-go{ color:rgba(242,242,242,.42); font-family:'Inter',sans-serif; font-size:12.5px; }
.lw-soon-badge{
  position:absolute; top:20px; right:20px; z-index:2; font-size:10px; letter-spacing:.13em;
  text-transform:uppercase; font-family:'Anta',sans-serif; color:var(--lw-amber-ink);
  background:var(--lw-amber-bg); border:1px solid var(--lw-amber-line); padding:4px 10px; border-radius:999px;
}

.lw-note{ position:relative; z-index:1; text-align:center; color:rgba(242,242,242,.36); font-size:12.5px; margin:40px 0 0; }

/* =====================================================================
 * NARROW DESIGN SPACE — the app's own phone layout, played at ~1:1
 *
 * ⚠️ Media queries CANNOT be used here: the scaler is a fixed-pixel box that
 * is transform-scaled, so it always reports the design-space width whatever
 * the device is. The engine puts .is-hand on the scaler instead.
 * ===================================================================== */
.lw-scaler.is-hand .lw-app{ flex-direction:column; }

/* sidebar becomes a topbar */
.lw-scaler.is-hand .lw-side{
  width:auto; margin:0; border-radius:0; padding:10px 14px;
  flex-direction:row; align-items:center; gap:12px; position:static;
  border-left:0; border-right:0; border-top:0; box-shadow:none;
}
.lw-scaler.is-hand .lw-brand{ font-size:19px; padding:0; border-bottom:0; text-align:left; }
.lw-scaler.is-hand .lw-nav{ display:none; }
.lw-scaler.is-hand .lw-user{ margin:0 0 0 auto; padding-top:0; border-top:0; }
.lw-scaler.is-hand .lw-user div{ display:none; }
.lw-scaler.is-hand .lw-av{ width:28px; height:28px; font-size:11px; }
.lw-scaler.is-hand .lw-main{ padding:16px 14px 76px; }

/* a real bottom nav, as the app has below 900px */
.lw-scaler.is-hand .lw-app::after{
  content:''; position:absolute; left:0; right:0; bottom:0; height:60px;
  background:#0e0e0e; border-top:1px solid rgba(255,255,255,.07);
}
.lw-tabbar{ display:none; }
.lw-scaler.is-hand .lw-tabbar{
  display:flex; position:absolute; left:0; right:0; bottom:0; height:60px; z-index:2;
  align-items:center; justify-content:space-around; padding:0 8px;
}
.lw-scaler.is-hand .lw-tabbar span{
  font-family:'Anta',sans-serif; font-size:9px; letter-spacing:.05em; text-transform:uppercase;
  color:rgba(242,242,242,.45); display:flex; flex-direction:column; align-items:center; gap:4px;
}
.lw-scaler.is-hand .lw-tabbar span i{ font-size:14px; }
.lw-scaler.is-hand .lw-tabbar span.is-on{ color:var(--lw-volt); }
.lw-scaler.is-hand .lw-tabbar span.is-fab i{
  width:42px; height:42px; border-radius:99px; background:var(--lw-volt); color:#0a0a0a;
  display:grid; place-items:center; margin-top:-16px; box-shadow:0 6px 16px rgba(200,241,53,.3);
}

/* hero card + type reflow */
.lw-scaler.is-hand .lw-head{ padding:15px 16px; border-radius:14px; margin-bottom:14px; }
.lw-scaler.is-hand .lw-head h1{ font-size:24px; }
.lw-scaler.is-hand .lw-head p{ font-size:11.5px; }
.lw-scaler.is-hand .lw-glyph{ font-size:74px; right:8px; opacity:.13; }

/* Planr, narrow */
.lw-scaler.is-hand .plr-grid{ grid-template-columns:1fr; gap:10px; }
.lw-scaler.is-hand .plr-form{ padding:14px 15px; }
.lw-scaler.is-hand .plr-foot{ flex-direction:column; align-items:stretch; gap:12px; }
.lw-scaler.is-hand .plr-go{ width:100%; }
.lw-scaler.is-hand .plr-route-top{ flex-direction:column; gap:10px; padding:12px 14px; }
.lw-scaler.is-hand .plr-route-stats{ gap:0; justify-content:space-between; width:100%; }
.lw-scaler.is-hand .plr-stat{ text-align:left; }
.lw-scaler.is-hand .plr-stat .v{ font-size:14px; }
.lw-scaler.is-hand .plr-stat .l{ font-size:8px; }
.lw-scaler.is-hand .plr-legs{ padding:4px 14px 12px; }
.lw-scaler.is-hand .plr-leg{ grid-template-columns:44px 1fr; row-gap:2px; }
.lw-scaler.is-hand .plr-leg-price{ grid-column:2; text-align:right; font-size:13px; }
.lw-scaler.is-hand .plr-repo{ padding-left:28px; }
.lw-scaler.is-hand .plr-results-head h2{ font-size:15px; }
.lw-scaler.is-hand .plr-caveat{ padding:10px 12px; }
.lw-scaler.is-hand .plr-caveat div{ font-size:11px; }

/* =====================================================================
 * PHONE CHROME — stage shape, full-bleed landscape, and the rotate nudge
 * ===================================================================== */
@media (max-width:999px){
  .lw-wrap{ padding:calc(var(--header-h,72px) + 56px) 16px 64px; }
  .lw-intro p{ font-size:16px; }
  .lw[data-space="hand"] .lw-stage{ aspect-ratio:420/760; }
  .lw-caps{ padding:18px 18px 16px; }
  .lw-bar{ padding:10px 12px; gap:10px; }
  .lw-chip{ display:none; }
  .lw-poster-in{ padding:22px 18px; }
}

/* landscape phone: give the film the whole width — this is the cinematic view */
@media (max-width:999px) and (orientation:landscape){
  .lw{ max-width:none; }
  .lw-wrap{ padding:calc(var(--header-h,72px) + 16px) 0 24px; max-width:none; }
  .lw-wrap .lw-intro, .lw-wrap .lw-note{ display:none; }
  .lw-cinema{ border-radius:0; border-left:0; border-right:0; }
  .lw[data-space="desk"] .lw-stage{ aspect-ratio:auto; height:calc(100vh - var(--header-h,72px) - 92px); }
}

/* the nudge — portrait phones only, and it never blocks playback */
.lw-rotate{ display:none; }
@media (max-width:999px) and (orientation:portrait){
  .lw-rotate{
    display:flex; align-items:center; gap:10px; justify-content:center;
    margin:12px auto 0; padding:10px 16px; border-radius:999px;
    background:rgba(200,241,53,.08); border:1px solid rgba(200,241,53,.28);
    color:var(--lw-volt); font-size:12.5px; font-family:'Anta',sans-serif;
  }
  .lw-rotate i{ animation:lw-tilt 2.4s ease-in-out infinite; font-size:14px; }
}
@keyframes lw-tilt{
  0%,60%,100%{ transform:rotate(0deg); }
  75%,90%{ transform:rotate(-90deg); }
}
@media (prefers-reduced-motion: reduce){ .lw-rotate i{ animation:none; } }

/* ---------- the phone push notification (stage-level, stays crisp) ---------- */
.lw-push{
  position:absolute; top:14px; left:50%; z-index:55; width:min(380px, 88%);
  display:flex; gap:11px; align-items:flex-start; padding:12px 14px; border-radius:18px;
  background:rgba(28,28,30,.86); backdrop-filter:blur(18px) saturate(1.4);
  border:1px solid rgba(255,255,255,.10); box-shadow:0 18px 40px rgba(0,0,0,.45);
  opacity:0; transform:translate(-50%,-130%); pointer-events:none; will-change:transform;
}
.lw-push-ic{ width:34px; height:34px; flex:none; border-radius:9px; background:#0a0a0a; border:1px solid rgba(200,241,53,.5);
  color:#C8F135; font-family:'Anta',sans-serif; font-size:17px; display:grid; place-items:center; }
.lw-push-tx{ flex:1; min-width:0; }
.lw-push-top{ display:flex; justify-content:space-between; font-size:10.5px; letter-spacing:.06em; color:rgba(242,242,242,.55); }
.lw-push-top strong{ font-family:'Anta',sans-serif; font-weight:400; color:rgba(242,242,242,.75); }
.lw-push-title{ font-size:13.5px; font-weight:600; color:#fff; margin-top:2px; }
.lw-push-body{ font-size:12.5px; color:rgba(242,242,242,.78); margin-top:1px; line-height:1.4; }

/* ---------- intro video slot (only rendered when a URL is set) ---------- */
.lw-intro-video{ position:relative; z-index:1; max-width:880px; margin:44px auto 0; aspect-ratio:16/9;
  border-radius:18px; overflow:hidden; border:1px solid rgba(200,241,53,.35);
  box-shadow:0 0 0 4px rgba(200,241,53,.07), 0 30px 70px rgba(0,0,0,.5); background:#0d0d0d; }
.lw-intro-video iframe, .lw-intro-video video{ width:100%; height:100%; border:0; display:block; }


/* ---- phone shell: two stacking fixes the screen agents flagged ----
 * 1. Ops.scrollTo transforms .lw-main, which makes it a stacking context painted
 *    above the static topbar — scrolled cards slid OVER the LAYDN bar.
 * 2. The app must be exactly the frame, or the absolutely-positioned tab bar sits
 *    at the bottom of the CONTENT (off-frame) instead of the bottom of the phone. */
.lw-scaler.is-hand .lw-app{ height:100%; min-height:0; overflow:hidden; }
.lw-scaler.is-hand .lw-side{ position:relative; z-index:3; background:#0e0e0e; }
.lw-scaler.is-hand .lw-tabbar, .lw-scaler.is-hand .lw-app::after{ z-index:4; }
.lw-scaler.is-hand .lw-tabbar{ z-index:5; }

/* sidebar action buttons, as in the real app shell */
.lw-act{ display:flex; align-items:center; justify-content:center; height:38px; border-radius:10px;
  font-family:'Anta',sans-serif; font-size:12px; margin:14px 4px 0; }
.lw-act.is-primary{ background:#C8F135; color:#0a0a0a; box-shadow:0 6px 14px rgba(200,241,53,.22); }
.lw-act.is-secondary{ background:#1a1a1a; color:#C8F135; border:1px solid rgba(200,241,53,.45); margin-top:8px; }
.lw-scaler.is-hand .lw-act{ display:none; }

/* ================= COURSES ================= */
.lw-intro.is-ep h1{ font-size:clamp(34px,4.6vw,62px); }
.lw-crumb{ display:inline-flex; align-items:center; gap:8px; margin-bottom:18px; font-size:13px;
  color:rgba(242,242,242,.6); text-decoration:none; border:1px solid rgba(255,255,255,.12);
  border-radius:999px; padding:6px 14px; transition:color .2s ease, border-color .2s ease; }
.lw-crumb:hover{ color:#C8F135; border-color:rgba(200,241,53,.45); }
.lw-crumb i{ font-size:11px; }

.lw-course{ position:relative; z-index:1; max-width:1180px; margin:40px auto 0; }
.lw-course-head{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-bottom:14px; }
.lw-course-head h2{ font-family:'Anta',sans-serif; font-weight:400; color:#fff; font-size:24px; margin:0; }
.lw-course-head > span{ color:rgba(242,242,242,.45); font-size:13px; }

.lw-eps{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.lw-eps.is-compact{ grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
@media (max-width:860px){ .lw-eps, .lw-eps.is-compact{ grid-template-columns:1fr; } }
.lw-ep-in{ display:grid; grid-template-columns:44px minmax(0,1fr) auto 26px; align-items:center; gap:12px;
  padding:14px 16px; border-radius:14px; text-decoration:none; background:linear-gradient(180deg,#1c1c1c,#151515);
  border:1px solid rgba(255,255,255,.08); transition:border-color .2s ease, transform .2s cubic-bezier(.2,.8,.2,1); }
a.lw-ep-in:hover{ border-color:rgba(200,241,53,.55); transform:translateY(-2px); }
.lw-ep .n{ font-family:'Anta',sans-serif; font-size:18px; color:#C8F135; }
.lw-ep .t{ color:#F2F2F2; font-size:14.5px; font-weight:600; line-height:1.3; }
.lw-ep .m{ color:rgba(242,242,242,.42); font-size:12px; white-space:nowrap; }
.lw-ep .tick{ width:24px; height:24px; border-radius:99px; display:grid; place-items:center; font-size:11px;
  border:1px solid rgba(255,255,255,.14); color:transparent; }
.lw-ep.is-seen .tick{ background:#C8F135; border-color:#C8F135; color:#0a0a0a; }
.lw-ep.is-now .lw-ep-in{ border-color:#C8F135; box-shadow:0 0 0 3px rgba(200,241,53,.10); }
.lw-ep.is-soon .lw-ep-in{ background:transparent; border-style:dashed; }
.lw-ep.is-soon .n{ color:rgba(242,242,242,.3); }
.lw-ep.is-soon .t{ color:rgba(242,242,242,.5); font-weight:500; }
.lw-ep.is-soon .m{ color:#8a5a00; background:#fff4e0; border-radius:99px; padding:3px 9px; font-size:10.5px; letter-spacing:.04em; }
.lw-eps.is-compact .lw-ep-in{ padding:10px 12px; grid-template-columns:34px minmax(0,1fr) auto 22px; }
.lw-eps.is-compact .n{ font-size:15px; }
.lw-eps.is-compact .t{ font-size:13px; }

/* end card, course variants */
.lw-end-k{ font-family:'Anta',sans-serif; font-size:11px; letter-spacing:.18em; text-transform:uppercase; color:#C8F135; margin-bottom:10px; }
.lw-end p strong{ color:#C8F135; font-variant-numeric:tabular-nums; }
.lw-end-again{ display:block; margin:16px auto 0; background:none; border:0; color:rgba(242,242,242,.5);
  font-size:12.5px; text-decoration:underline; cursor:pointer; }
a.lw-skip{ display:block; margin:16px auto 0; color:rgba(242,242,242,.5); font-size:12.5px; }

/* =====================================================================
 * SHELL PIECES — built by walkthrough/screens/_shell.php. Prefix .lsh-.
 * Refresh + bell, the bell pane, the in-app toast, the Compliance dot, the
 * phone More sheet, the install bar + steps sheet, the generic system sheets
 * and a phone home screen. (Appended; nothing above this line is changed.)
 *
 * ⚠️ Everything here is hidden until a film sets its state ([hidden] + the
 *    engine's data-when-*). The bell pair is not drawn until a scene sets
 *    `badge` — :has() finds the one badge marker the engine has un-hidden.
 * ⚠️ No transitions, no animations, no transforms: the engine drives all
 *    motion (reveal / pulse set transform inline), and a free-running
 *    transition keeps moving after pause.
 * ⚠️ The pane, the toast, the More sheet and the install bar are DARK in the
 *    product even though the app is light; the steps sheet is the sign-up
 *    page's white explainer. Every colour is explicit.
 * ===================================================================== */

/* ---- Compliance attention dot: fire, with the product's resting ring. The
        product pulses it on a free-running loop; here it holds still (a film
        can pulse it). In the sidebar it sits before the label in the markup —
        screens match "Compliance</a>" — and CSS order moves it to the end. ---- */
.lw-scaler .lsh-navdot{ order:2; flex:none; width:8px; height:8px; margin-left:auto; border-radius:50%;
  background:#ff5c35; box-shadow:0 0 0 3px rgba(255,92,53,.20); }

/* ---- refresh + bell: desk, floating top right (.laydn-bell-fixed) ---- */
.lw-scaler .lsh-bellbar{ display:none; }
.lw-scaler .lsh-bellbar-on{ display:none !important; }
.lw-scaler .lsh-bellbar:has([data-when-badge]:not([hidden])){
  display:flex; align-items:center; gap:10px; position:absolute; top:18px; right:22px; z-index:30; }
.lw-scaler .lsh-refresh,
.lw-scaler .lsh-bell{
  position:relative; width:46px; height:46px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center;
  background:#181818; border:1px solid rgba(255,255,255,.10); color:#F2F2F2; box-shadow:0 6px 20px rgba(0,0,0,.40); }
.lw-scaler .lsh-refresh{ overflow:hidden; font-size:15px; }
.lw-scaler .lsh-bell{ font-size:16px; }
.lw-scaler .lsh-refresh i,
.lw-scaler .lsh-bell > i{ color:#F2F2F2; }
.lw-scaler .lsh-refresh.lw-hover,
.lw-scaler .lsh-bell.lw-hover{ background:#222; border-color:rgba(200,241,53,.30); }
.lw-scaler .lsh-bell:has(.lsh-badge:not([hidden])){ border-color:rgba(200,241,53,.55); }
.lw-scaler .lsh-bell .lsh-badge{
  position:absolute; top:-3px; right:-3px; min-width:18px; height:18px; padding:0 5px; border-radius:9px;
  display:inline-flex; align-items:center; justify-content:center; background:#C8F135; color:#0a0a0a; border:2px solid #0a0a0a;
  font-family:'Anta','Inter',sans-serif; font-size:10px; font-weight:600; line-height:1; }
/* myloads.php brings its own stand-in pair: once a film asks for the shell's, that one steps aside
   (so a scene never shows two bells). laydr.php's hero bell is its 'fired' film — the shell yields there. */
.lw-scaler:has(.lsh-bellbar [data-when-badge]:not([hidden])) .lml-bellfix{ display:none !important; }
.lw-scaler:has(.ldr-bell) .lsh-bellbar{ display:none !important; }

/* ---- the bell pane — dark, under the bell on desk ---- */
.lw-scaler .lsh-pane-ov{ position:absolute; inset:0; z-index:44; }
.lw-scaler .lsh-pane-bg{ position:absolute; inset:0; background:rgba(0,0,0,.40); backdrop-filter:blur(2px); }
.lw-scaler .lsh-pane{
  position:absolute; top:76px; right:22px; width:400px; max-height:calc(100% - 96px); display:flex; flex-direction:column; overflow:hidden;
  background:#0e0e0e; border:1px solid rgba(255,255,255,.10); border-radius:14px; box-shadow:0 24px 60px rgba(0,0,0,.65);
  color:#F2F2F2; font-family:'Inter',system-ui,sans-serif; font-size:13px; line-height:1.5; text-align:left; }
.lw-scaler .lsh-pane-head{ display:flex; align-items:center; gap:8px; padding:16px 18px 14px; border-bottom:1px solid rgba(255,255,255,.06); }
.lw-scaler .lsh-pane-head h3{ flex:1; margin:0; font-family:'Anta','Inter',sans-serif; font-weight:400; font-size:16px; line-height:1.3; letter-spacing:-.005em; color:#F2F2F2; }
.lw-scaler .lsh-pane-refresh,
.lw-scaler .lsh-pane-close{ position:relative; overflow:hidden; width:28px; height:28px; border-radius:6px; display:inline-flex; align-items:center; justify-content:center; font-size:12px; color:rgba(242,242,242,.55); }
.lw-scaler .lsh-pane-close{ color:rgba(242,242,242,.50); }
.lw-scaler .lsh-pane-refresh i,
.lw-scaler .lsh-pane-close i{ color:inherit; }
.lw-scaler .lsh-pane-markall{ position:relative; overflow:hidden; padding:4px 8px; border-radius:5px; font-size:12px; color:rgba(200,241,53,.85); }
.lw-scaler .lsh-pane-body{ flex:1; min-height:0; overflow:hidden; }
.lw-scaler .lsh-pane-empty{ padding:40px 24px; text-align:center; font-size:13px; line-height:1.6; color:rgba(242,242,242,.45); }
.lw-scaler .lsh-pane-empty i{ display:block; margin-bottom:12px; font-size:28px; color:rgba(255,255,255,.15); }
.lw-scaler .lsh-item{ position:relative; overflow:hidden; display:flex; gap:12px; padding:13px 18px; border-bottom:1px solid rgba(255,255,255,.04); }
.lw-scaler .lsh-item:last-child{ border-bottom:0; }
.lw-scaler .lsh-item.is-unread{ background:rgba(200,241,53,.04); }
.lw-scaler .lsh-item.lw-hover{ background:rgba(255,255,255,.03); }
.lw-scaler .lsh-item.is-unread.lw-hover{ background:rgba(200,241,53,.07); }
.lw-scaler .lsh-item-ic{ flex:none; width:32px; height:32px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center;
  font-size:12px; background:rgba(200,241,53,.12); color:#C8F135; }
.lw-scaler .lsh-item-ic i{ color:inherit; }
.lw-scaler .lsh-item.is-fire .lsh-item-ic{ background:rgba(255,92,53,.14); color:#ff5c35; }
.lw-scaler .lsh-item.is-cyan .lsh-item-ic{ background:rgba(0,201,167,.14); color:#00C9A7; }
.lw-scaler .lsh-item-body{ flex:1; min-width:0; }
.lw-scaler .lsh-item-title{ margin-bottom:2px; font-size:13px; font-weight:500; line-height:1.35; color:#F2F2F2; }
.lw-scaler .lsh-item.is-unread .lsh-item-title::after{ content:''; display:inline-block; width:6px; height:6px; margin-left:6px; border-radius:50%; background:#C8F135; vertical-align:middle; }
.lw-scaler .lsh-item-text{ font-size:12px; line-height:1.45; color:rgba(242,242,242,.55); overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.lw-scaler .lsh-item-age{ margin-top:4px; font-size:11px; line-height:1.3; color:rgba(242,242,242,.35); }
.lw-scaler .lsh-pane-foot{ display:flex; align-items:center; gap:14px; padding:12px 18px; border-top:1px solid rgba(255,255,255,.06); background:rgba(255,255,255,.02); }
.lw-scaler .lsh-toggle{ position:relative; overflow:hidden; flex:1; display:inline-flex; align-items:center; gap:9px; border-radius:8px; }
.lw-scaler .lsh-track{ position:relative; flex:none; width:32px; height:18px; border-radius:999px; background:rgba(255,255,255,.12); }
.lw-scaler .lsh-track::after{ content:''; position:absolute; top:2px; left:2px; width:14px; height:14px; border-radius:50%; background:#fff; }
.lw-scaler .lsh-track.is-on{ background:#C8F135; }
.lw-scaler .lsh-track.is-on::after{ left:16px; background:#0a0a0a; }
.lw-scaler .lsh-toggle-label{ font-size:12px; line-height:1.3; color:rgba(242,242,242,.75); }
.lw-scaler .lsh-toggle-label strong{ display:block; font-weight:500; color:#F2F2F2; }
.lw-scaler .lsh-toggle-label small{ display:block; margin-top:1px; font-size:10px; color:rgba(242,242,242,.45); }
.lw-scaler .lsh-test{ position:relative; overflow:hidden; flex:none; display:inline-flex; align-items:center; padding:5px 10px; border-radius:6px; white-space:nowrap;
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.10); color:rgba(242,242,242,.80); font-size:11px; line-height:1.4; }
.lw-scaler .lsh-test i{ margin-right:4px; font-size:10px; color:inherit; }
.lw-scaler .lsh-test.lw-hover{ background:rgba(200,241,53,.10); border-color:rgba(200,241,53,.30); color:#C8F135; }
.lw-scaler .lsh-seeall{ flex:none; white-space:nowrap; font-size:12px; color:rgba(200,241,53,.85); }

/* ---- the in-app toast (the Test result) — top right on desk ---- */
.lw-scaler .lsh-toast{
  position:absolute; top:16px; right:16px; z-index:58; width:360px; display:flex; gap:11px; padding:13px 14px; text-align:left;
  background:#181818; border:1px solid rgba(255,255,255,.10); border-left:3px solid #C8F135; border-radius:10px;
  box-shadow:0 14px 34px rgba(0,0,0,.55); color:#F2F2F2; font-family:'Inter',system-ui,sans-serif; }
.lw-scaler .lsh-toast.is-cyan{ border-left-color:#00C9A7; }
.lw-scaler .lsh-toast-ic{ flex:none; width:30px; height:30px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center;
  font-size:12px; background:rgba(200,241,53,.14); color:#C8F135; }
.lw-scaler .lsh-toast.is-cyan .lsh-toast-ic{ background:rgba(0,201,167,.14); color:#00C9A7; }
.lw-scaler .lsh-toast-ic i{ color:inherit; }
.lw-scaler .lsh-toast-body{ flex:1; min-width:0; }
.lw-scaler .lsh-toast-title{ margin-bottom:3px; font-family:'Anta','Inter',sans-serif; font-size:13px; line-height:1.3; letter-spacing:-.005em; color:#F2F2F2; }
.lw-scaler .lsh-toast-text{ font-size:12px; line-height:1.4; color:rgba(242,242,242,.65); white-space:pre-wrap; word-wrap:break-word;
  overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.lw-scaler .lsh-toast-x{ flex:none; align-self:flex-start; font-size:13px; line-height:1; color:rgba(242,242,242,.40); }

/* ---- the More sheet: phone only (the product hides .app-more at 901px+) ---- */
.lw-scaler .lsh-more{ display:none; }
.lw-scaler.is-hand .lsh-more{ position:absolute; inset:0; z-index:46; display:flex; flex-direction:column; justify-content:flex-end; }
.lw-scaler .lsh-more-bg{ position:absolute; inset:0; background:rgba(0,0,0,.55); }
.lw-scaler .lsh-more-sheet{ position:relative; padding:8px 0 12px; background:#0e0e0e; border-top:1px solid rgba(255,255,255,.08); border-radius:18px 18px 0 0; color:#F2F2F2; }
.lw-scaler .lsh-more-grab{ width:42px; height:4px; margin:10px auto 14px; border-radius:2px; background:rgba(255,255,255,.20); }
.lw-scaler .lsh-more-div{ margin:14px 18px 6px; padding-top:12px; border-top:1px solid rgba(255,255,255,.06);
  font-family:'Anta','Inter',sans-serif; font-size:10px; letter-spacing:.14em; text-transform:uppercase; color:rgba(242,242,242,.40); }
.lw-scaler .lsh-more-div:empty{ padding-top:8px; }
.lw-scaler .lsh-more-item{ position:relative; overflow:hidden; display:flex; align-items:center; gap:14px; padding:16px 24px; border-top:1px solid rgba(255,255,255,.04); color:#F2F2F2; }
.lw-scaler .lsh-more-item > i:first-child{ width:26px; text-align:center; font-size:16px; color:#C8F135; }
.lw-scaler .lsh-more-item .lbl{ flex:1; font-size:15px; font-weight:500; line-height:1.5; color:#F2F2F2; }
.lw-scaler .lsh-more-item .chev{ font-size:11px; color:rgba(255,255,255,.25); }
.lw-scaler .lsh-more-item.is-service .lbl{ font-family:'Anta','Inter',sans-serif; font-weight:400; font-size:17px; letter-spacing:.02em; }
.lw-scaler .lsh-more-item.is-service > i:first-child{ font-size:17px; }
.lw-scaler .lsh-more-item.is-danger .lbl,
.lw-scaler .lsh-more-item.is-danger > i:first-child{ color:rgba(255,140,100,.95); }
.lw-scaler .lsh-more-item.lw-hover{ background:rgba(255,255,255,.04); }
.lw-scaler .lsh-more-item .lsh-navdot{ order:0; margin:0 8px 0 auto; }

/* ---- the install bar (#laydn-install-bar), desk: bottom right, 440px ---- */
.lw-scaler .lsh-ib{
  position:absolute; right:24px; bottom:24px; z-index:34; width:440px; display:flex; align-items:center; gap:16px; padding:18px 20px; text-align:left;
  background:#0a0a0a; border:1px solid #C8F135; border-radius:14px; box-shadow:0 0 0 4px rgba(200,241,53,.12), 0 18px 44px rgba(0,0,0,.55); color:#F2F2F2; }
.lw-scaler .lsh-ib-icon{ flex:none; width:48px; height:48px; border-radius:11px; display:inline-flex; align-items:center; justify-content:center; background:#C8F135; font-size:22px; }
.lw-scaler .lsh-ib-icon i{ color:#0a0a0a; }
.lw-scaler .lsh-ib-text{ flex:1; min-width:0; display:flex; flex-direction:column; gap:2px; line-height:1.3; }
.lw-scaler .lsh-ib-text strong{ font-family:'Anta','Inter',sans-serif; font-weight:400; font-size:16px; color:#F2F2F2; }
.lw-scaler .lsh-ib-text span{ font-size:13px; color:rgba(242,242,242,.75); }
.lw-scaler .lsh-ib-cta{ position:relative; overflow:hidden; flex:none; padding:11px 22px; border-radius:9px; background:#C8F135; color:#0a0a0a;
  font-family:'Anta','Inter',sans-serif; font-size:14px; line-height:1.2; box-shadow:0 6px 14px rgba(200,241,53,.22); }
.lw-scaler .lsh-ib-close{ position:relative; overflow:hidden; flex:none; width:32px; height:32px; border-radius:8px; display:inline-flex; align-items:center; justify-content:center;
  border:1px solid rgba(255,255,255,.10); color:rgba(242,242,242,.55); }
.lw-scaler .lsh-ib-close i{ color:inherit; }

/* ---- the install steps (install-explainer.php): white, centred on desk ---- */
.lw-scaler .lsh-is{ position:absolute; inset:0; z-index:48; display:flex; align-items:center; justify-content:center; }
.lw-scaler .lsh-is-bg{ position:absolute; inset:0; background:rgba(0,0,0,.60); }
.lw-scaler .lsh-is-panel{ position:relative; width:520px; max-height:calc(100% - 48px); overflow:hidden; padding:22px 20px; text-align:left;
  background:#fff; color:#0a0a0a; border-radius:18px; box-shadow:0 -12px 40px rgba(0,0,0,.35); font-family:'Inter',system-ui,sans-serif; }
.lw-scaler .lsh-is-x{ position:absolute; top:14px; right:14px; overflow:hidden; width:36px; height:36px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center;
  border:1px solid #e3e6ea; background:#fff; color:#0a0a0a; font-size:15px; }
.lw-scaler .lsh-is-x i{ color:#0a0a0a; }
.lw-scaler .lsh-is-panel h3{ margin:0 44px 6px 0; font-family:'Anta','Inter',sans-serif; font-weight:400; font-size:20px; line-height:1.25; letter-spacing:-.01em; color:#0a0a0a; }
.lw-scaler .lsh-is-sub{ margin:0 0 14px; font-size:14px; line-height:1.5; color:#5a6068; }
.lw-scaler .lsh-is-native{ position:relative; overflow:hidden; display:flex; align-items:center; justify-content:center; gap:9px; margin:0 0 16px; padding:14px 16px;
  border-radius:11px; background:#0a0a0a; color:#C8F135; font-weight:700; font-size:15px; line-height:1.3; }
.lw-scaler .lsh-is-native i{ color:#C8F135; }
.lw-scaler .lsh-is-tabs{ display:grid; grid-template-columns:repeat(4,1fr); gap:4px; margin-bottom:14px; padding:4px; border-radius:11px; background:#f1f3f5; }
.lw-scaler .lsh-is-tab{ position:relative; overflow:hidden; padding:9px 4px; border-radius:8px; text-align:center; font-size:13px; font-weight:600; line-height:1.4; color:#5a6068; }
.lw-scaler .lsh-is-tab-on{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; border-radius:8px;
  background:#fff; color:#0a0a0a; box-shadow:0 1px 3px rgba(0,0,0,.12); }
.lw-scaler .lsh-is-way{ position:relative; margin-bottom:10px; padding:13px 14px; border:1px solid #e3e6ea; border-radius:12px; }
.lw-scaler .lsh-is-yours{ position:absolute; inset:-1px; border:1px solid #0a0a0a; border-radius:12px; box-shadow:0 0 0 1px #0a0a0a; pointer-events:none; }
.lw-scaler .lsh-is-wayname{ margin-bottom:8px; font-size:12px; font-weight:700; line-height:1.4; letter-spacing:.04em; text-transform:uppercase; color:#0a0a0a; }
.lw-scaler .lsh-is-wayname em{ font-style:normal; font-weight:600; text-transform:none; letter-spacing:0; color:#4a6b00; }
.lw-scaler .lsh-is-steps{ list-style:none; margin:0; padding:0; }
.lw-scaler .lsh-is-steps li{ display:flex; align-items:flex-start; gap:10px; padding:5px 0; font-size:14px; line-height:1.5; color:#1d2126; }
.lw-scaler .lsh-is-steps strong{ font-weight:700; color:#0a0a0a; }
.lw-scaler .lsh-is-n{ flex:none; width:22px; height:22px; margin-top:1px; border-radius:50%; display:grid; place-items:center;
  background:#0a0a0a; color:#C8F135; font-size:12px; font-weight:700; line-height:1; }
.lw-scaler .lsh-is-ic{ display:inline-grid; place-items:center; width:24px; height:24px; margin:0 2px; border-radius:6px; background:#f1f3f5; color:#0a0a0a; font-size:12px; vertical-align:-6px; }
.lw-scaler .lsh-is-ic i{ color:#0a0a0a; }
.lw-scaler .lsh-is-after{ margin-top:6px; padding:13px 14px; border-radius:12px; background:#f7f8fa; }
.lw-scaler .lsh-is-after p{ margin:0; font-size:13.5px; line-height:1.5; color:#1d2126; }
.lw-scaler .lsh-is-after strong{ color:#0a0a0a; }
.lw-scaler .lsh-is-after i{ color:#0a0a0a; }

/* ---- the Laydn app icon (/icon-192.png, redrawn) ---- */
.lw-scaler .lsh-appicon{ flex:none; display:block; width:44px; height:44px; overflow:hidden; border-radius:22%; background:#0a0a0a; }
.lw-scaler .lsh-appicon svg{ display:block; width:100%; height:100%; }

/* ---- a generic phone home screen: a phone on desk, the whole stage on a phone ---- */
.lw-scaler .lsh-home{ position:absolute; inset:0; z-index:50; display:flex; align-items:center; justify-content:center; background:#0b0b0c; }
.lw-scaler .lsh-home-phone{ position:relative; width:380px; height:780px; overflow:hidden; border:10px solid #1c1c1e; border-radius:48px;
  background:linear-gradient(165deg,#2c3642 0%,#1f2833 48%,#151b23 100%); box-shadow:0 30px 80px rgba(0,0,0,.6); }
.lw-scaler .lsh-home-grid{ display:grid; grid-template-columns:repeat(4,1fr); row-gap:24px; padding:70px 18px 0; }
.lw-scaler .lsh-home-app{ position:relative; display:flex; flex-direction:column; align-items:center; gap:8px; }
.lw-scaler .lsh-home-app b{ display:block; width:36px; height:6px; margin:4px 0 3px; border-radius:3px; background:rgba(255,255,255,.26); }
.lw-scaler .lsh-home-tile{ display:block; width:58px; height:58px; border-radius:14px; }
.lw-scaler .lsh-home-tile.t1{ background:#5f7389; } .lw-scaler .lsh-home-tile.t2{ background:#8a7662; }
.lw-scaler .lsh-home-tile.t3{ background:#56806f; } .lw-scaler .lsh-home-tile.t4{ background:#80617a; }
.lw-scaler .lsh-home-tile.t5{ background:#76835a; } .lw-scaler .lsh-home-tile.t6{ background:#5a6684; }
.lw-scaler .lsh-home-tile.t7{ background:#958b76; } .lw-scaler .lsh-home-tile.t8{ background:#6a5c86; }
.lw-scaler .lsh-home-app.is-laydn .lsh-appicon{ width:58px; height:58px; border-radius:14px; box-shadow:0 0 0 1px rgba(200,241,53,.18); }
.lw-scaler .lsh-home-app.is-laydn em{ font-style:normal; font-size:11.5px; font-weight:500; line-height:13px; color:#fff; text-shadow:0 1px 2px rgba(0,0,0,.45); }
.lw-scaler .lsh-home-dots{ position:absolute; left:0; right:0; bottom:118px; display:flex; justify-content:center; gap:7px; }
.lw-scaler .lsh-home-dots i{ width:7px; height:7px; border-radius:50%; background:rgba(255,255,255,.35); }
.lw-scaler .lsh-home-dots i.is-on{ background:#fff; }
.lw-scaler .lsh-home-dock{ position:absolute; left:12px; right:12px; bottom:14px; height:88px; display:flex; align-items:center; justify-content:space-around;
  padding:0 8px; border-radius:30px; background:rgba(255,255,255,.14); }

/* ---- generic system sheets — neutral, not any vendor's artwork ---- */
.lw-scaler .lsh-os{ position:absolute; inset:0; z-index:56; display:flex; align-items:center; justify-content:center; font-family:'Inter',system-ui,sans-serif; text-align:center; }
.lw-scaler .lsh-os-bg{ position:absolute; inset:0; background:rgba(0,0,0,.38); }
.lw-scaler .lsh-os-alert{ position:relative; width:280px; overflow:hidden; border-radius:14px; background:#f3f3f5; color:#111; box-shadow:0 18px 48px rgba(0,0,0,.35); }
.lw-scaler .lsh-os-alert-t{ padding:20px 18px 18px; font-size:15px; font-weight:600; line-height:1.35; color:#111; }
.lw-scaler .lsh-os-alert-b{ display:grid; grid-template-columns:1fr 1fr; border-top:1px solid #d7d8dd; }
.lw-scaler .lsh-os-alert-b span{ position:relative; overflow:hidden; padding:12px 8px; font-size:15px; line-height:1.3; color:#2f6fde; }
.lw-scaler .lsh-os-alert-b span + span{ border-left:1px solid #d7d8dd; }
.lw-scaler .lsh-os-alert-b .is-strong{ font-weight:600; }
.lw-scaler .lsh-os-dlg{ position:relative; width:320px; padding:22px 22px 14px; text-align:left; border-radius:22px; background:#f3f3f5; color:#111; box-shadow:0 18px 48px rgba(0,0,0,.35); }
.lw-scaler .lsh-os-dlg-t{ margin:0 0 16px; font-size:19px; font-weight:500; line-height:1.3; color:#111; }
.lw-scaler .lsh-os-app{ display:flex; align-items:center; gap:12px; margin-bottom:18px; }
.lw-scaler .lsh-os-app strong{ display:block; font-size:15px; font-weight:600; line-height:1.3; color:#111; }
.lw-scaler .lsh-os-app span:not(.lsh-appicon){ display:block; font-size:13px; line-height:1.3; color:#5f6368; }
.lw-scaler .lsh-os-acts{ display:flex; justify-content:flex-end; gap:6px; }
.lw-scaler .lsh-os-acts span{ position:relative; overflow:hidden; padding:10px 16px; border-radius:20px; font-size:14px; font-weight:600; line-height:1.2; color:#2f6fde; }
.lw-scaler .lsh-os-acts .is-strong{ background:#2f6fde; color:#fff; }
.lw-scaler .lsh-os-bio{ position:relative; width:150px; height:150px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px;
  border-radius:26px; background:rgba(30,30,32,.90); color:#fff; box-shadow:0 18px 48px rgba(0,0,0,.35); }
.lw-scaler .lsh-os-bio svg{ display:block; width:64px; height:64px; color:#fff; }
.lw-scaler .lsh-os-bio span{ font-size:14px; font-weight:600; line-height:1.2; color:#fff; }

/* ---------------- the shell pieces in the narrow design space ---------------- */
/* refresh + bell move into the topbar, just before the avatar (the product's .app-topbar:
   36px circles, 8px apart; the tour's avatar is 28px, so they are too) */
.lw-scaler.is-hand .lsh-bellbar:has([data-when-badge]:not([hidden])){ position:static; gap:8px; margin:0 -4px 0 auto; }
.lw-scaler.is-hand .lsh-bellbar:has([data-when-badge]:not([hidden])) ~ .lw-user{ margin-left:0; }
.lw-scaler.is-hand .lsh-refresh,
.lw-scaler.is-hand .lsh-bell{ width:28px; height:28px; font-size:11px; background:rgba(255,255,255,.04); box-shadow:none; }
.lw-scaler.is-hand .lsh-bell .lsh-badge{ top:-5px; right:-6px; min-width:16px; height:16px; padding:0 4px; border-width:1.5px; font-size:9px; }
/* the pane: a full-width sheet under the topbar */
.lw-scaler.is-hand .lsh-pane{ top:53px; left:10px; right:10px; width:auto; max-height:calc(100% - 73px); }
.lw-scaler.is-hand .lsh-pane-foot{ gap:10px; padding:12px 16px; }
/* the toast: full width under the topbar, as the product below 600px */
.lw-scaler.is-hand .lsh-toast{ top:53px; left:12px; right:12px; width:auto; }
/* the install bar: above the tab bar, full width */
.lw-scaler.is-hand .lsh-ib{ left:12px; right:12px; bottom:72px; width:auto; gap:12px; padding:14px 14px 14px 15px; }
.lw-scaler.is-hand .lsh-ib-icon{ width:42px; height:42px; font-size:19px; }
.lw-scaler.is-hand .lsh-ib-text strong{ font-size:15px; }
.lw-scaler.is-hand .lsh-ib-text span{ font-size:12px; }
.lw-scaler.is-hand .lsh-ib-cta{ padding:10px 16px; font-size:13.5px; }
.lw-scaler.is-hand .lsh-ib-close{ width:30px; height:30px; }
/* the steps: a bottom sheet, as the explainer below 700px — a touch tighter so it holds
   the iPhone and Android lists whole on a 760px stage (the real one scrolls) */
.lw-scaler.is-hand .lsh-is{ align-items:flex-end; }
.lw-scaler.is-hand .lsh-is-panel{ width:100%; max-height:calc(100% - 10px); padding:20px 18px 18px; border-radius:18px 18px 0 0; }
.lw-scaler.is-hand .lsh-is-panel h3{ font-size:19px; }
.lw-scaler.is-hand .lsh-is-sub{ margin-bottom:12px; font-size:13.5px; line-height:1.45; }
.lw-scaler.is-hand .lsh-is-native{ margin-bottom:12px; padding:12px 14px; }
.lw-scaler.is-hand .lsh-is-tabs{ margin-bottom:12px; }
.lw-scaler.is-hand .lsh-is-way{ margin-bottom:8px; padding:11px 12px; }
.lw-scaler.is-hand .lsh-is-wayname{ margin-bottom:5px; }
.lw-scaler.is-hand .lsh-is-steps li{ padding:4px 0; font-size:13.5px; line-height:1.45; }
.lw-scaler.is-hand .lsh-is-after{ margin-top:4px; padding:11px 12px; }
.lw-scaler.is-hand .lsh-is-after p{ font-size:13px; line-height:1.45; }
/* the home screen fills the phone */
.lw-scaler.is-hand .lsh-home{ background:#151b23; }
.lw-scaler.is-hand .lsh-home-phone{ width:100%; height:100%; border:0; border-radius:0; box-shadow:none; }
.lw-scaler.is-hand .lsh-home-grid{ padding:64px 22px 0; }

/* ---- VOICEOVER: the sound button, and the tap the browser insists on ---- */
.lw-sound{ display:none; }
.has-voice .lw-sound{ display:inline-grid; }
.lw-sound .lw-i-snd, .lw-sound .lw-i-mute{ width:15px; height:15px; }
.lw-sound .lw-i-mute{ display:none; }
.is-muted .lw-sound .lw-i-snd{ display:none; }
.is-muted .lw-sound .lw-i-mute{ display:block; }
.lw-soundnudge{
	/* Dead centre: autoplay only starts with over half the player on screen, so the middle is
	   the one spot that is always visible (a corner can sit under the site's sticky header). */
	display:none; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:60;
	align-items:center; gap:8px; padding:12px 18px; border-radius:99px; border:0; cursor:pointer;
	background:#C8F135; color:#0a0a0a; font:700 13px/1 'Inter',system-ui,sans-serif;
	box-shadow:0 8px 24px rgba(0,0,0,.35);
}
.has-voice.is-sound-blocked .lw-soundnudge{ display:inline-flex; }
.has-voice.is-muted .lw-soundnudge{ display:none; }
