.check-page {
  background:var(--sky);
}
.check-page button,.check-page select,.check-page input {
  font:inherit;
}
.check-page button {
  cursor:pointer;
}
.check-page [hidden] {
  display:none!important;
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.check-page .nav-inner {
  max-width:1120px;
  gap:26px;
}
.check-nav {
  display:flex;
  gap:22px;
  margin-inline-start:auto;
  font-size:13px;
}
.check-nav a {
  text-decoration:none;
  color:var(--muted);
}
.check-nav-end {
  display:flex;
  gap:14px;
  align-items:center;
}
.check-nav-end .btn {
  font-size:12px;
  padding:9px 12px;
}
.check-nav-end select {
  border:0;
  background:transparent;
  font-family:var(--font-mono);
  font-size:12px;
  padding:10px 4px;
  color:var(--ink);
}
.check-main {
  padding-top:66px;
}
.check-hero {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:64px;
  align-items:start;
  padding:0 0 66px;
}
.hero-copy {
  padding-top:22px;
}
.check-hero .eyebrow {
  font-size:10px;
  letter-spacing:.1em;
  display:flex;
  align-items:center;
  gap:9px;
}
.live-dot {
  display:inline-block;
  width:6px;
  height:6px;
  background:var(--signal);
  border-radius:50%;
  flex-shrink:0;
  box-shadow:0 0 0 4px rgba(12,181,107,.09);
}
.check-hero h1 {
  font-size:clamp(36px,4.4vw,54px);
  line-height:1.15;
  letter-spacing:-.045em;
  max-width:540px;
  margin:24px 0;
}
.check-lead {
  font-size:18px;
  line-height:1.65;
  color:var(--muted);
  max-width:390px;
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  margin-top:30px;
}
.check-primary {
  background:var(--signal);
  color:#082b20;
  box-shadow:0 5px 16px #0cb56b20;
  gap:18px;
  min-height:54px;
  border:0;
  font-weight:700;
  padding:16px 22px;
  text-align:center;
}
.check-primary:hover {
  background:#0ac777;
  transform:translateY(-2px);
}
.check-primary:disabled {
  opacity:.7;
  cursor:progress;
  transform:none;
}
.scan-icon {
  font-size:26px;
  line-height:16px;
}
.text-button {
  background:none;
  border:0;
  text-decoration:underline;
  text-underline-offset:5px;
  font-size:13px!important;
  color:var(--muted);
  padding:12px 0;
}
.check-promise {
  font-size:12px;
  color:var(--muted);
  margin-top:16px;
}
.device-passport {
  background:var(--board);
  color:var(--board-text);
  border:1px solid #2a3442;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 24px 48px -20px #0d1b2a50;
  position:relative;
}
.passport-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:22px 26px;
  color:#aebdcf;
  font:10px var(--font-mono);
  letter-spacing:.06em;
  border-bottom:1px solid #ffffff0c;
}
.signal-bars {
  display:flex;
  gap:3px;
  align-items:end;
  height:15px;
}
.signal-bars i {
  background:var(--signal);
  width:3px;
  border-radius:1px;
  height:5px;
}
.signal-bars i:nth-child(2) {
  height:8px;
}
.signal-bars i:nth-child(3) {
  height:11px;
}
.signal-bars i:nth-child(4) {
  height:15px;
}
.device-art {
  height:250px;
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:radial-gradient(ellipse at center,#0cb56b15,transparent 67%);
}
.orbit {
  border:1px solid #5ee7a612;
  border-radius:50%;
  position:absolute;
  width:190px;
  height:190px;
  transform:rotateX(32deg) rotateZ(-25deg);
}
.orbit-two {
  width:280px;
  height:280px;
}
.orbit-three {
  width:370px;
  height:370px;
}
.phone-object {
  width:113px;
  height:193px;
  background:linear-gradient(145deg,#243631,#12221f 40%,#131d26);
  border:2px solid #647b7380;
  border-radius:25px;
  box-shadow:9px 14px 0 #00000030,inset 0 0 0 4px #10151d;
  transform:rotate(-11deg);
  position:relative;
  display:grid;
  place-items:center;
}
.phone-camera {
  position:absolute;
  top:12px;
  left:35px;
  width:40px;
  height:9px;
  border-radius:9px;
  background:#0c1015;
}
.phone-bottom {
  position:absolute;
  bottom:9px;
  width:35px;
  height:3px;
  background:#657a74;
  border-radius:2px;
}
.sim-chip {
  width:58px;
  height:70px;
  border:1.5px solid #31d78d;
  border-radius:11px 20px 11px 11px;
  color:#49eea3;
  background:#0cb56b12;
  text-align:center;
  box-shadow:0 0 36px #0cb56b15;
  display:flex;
  flex-direction:column;
  justify-content:center;
  line-height:1;
}
.sim-chip span {
  font:36px var(--font-display);
  line-height:1;
}
.sim-chip small {
  font:9px var(--font-mono);
  letter-spacing:.2em;
  margin-top:6px;
}
.cross {
  position:absolute;
  color:#80998c;
  font:18px var(--font-mono);
}
.cross-one {
  left:20%;
  top:25%;
}
.cross-two {
  right:18%;
  bottom:22%;
}
.art-coordinate {
  position:absolute;
  bottom:13px;
  right:22px;
  font:9px var(--font-mono);
  letter-spacing:.12em;
  color:#718779;
}
.passport-identity {
  padding:0 26px 23px;
}
.passport-identity p {
  font-size:11px;
  color:#a2b2c6;
  margin-bottom:9px;
}
.passport-identity h2 {
  font-size:24px;
  line-height:1.25;
  margin:0 0 16px;
  overflow-wrap:anywhere;
}
.passport-status {
  display:inline-block;
  font:10px var(--font-mono);
  letter-spacing:.035em;
  border:1px solid #64748b55;
  padding:7px 10px;
  border-radius:6px;
  color:#c7d4e4;
}
.device-facts {
  padding:0 26px 12px;
}
.device-facts>div {
  display:flex;
  align-items:baseline;
  gap:12px;
  justify-content:space-between;
  border-top:1px solid #ffffff0c;
  padding:11px 0;
  font-size:11px;
}
.device-facts dt {
  color:#a2b2c6;
}
.device-facts dd {
  font-family:var(--font-mono);
  text-align:end;
  font-size:11px;
  overflow-wrap:anywhere;
  max-width:58%;
}
.device-facts .fact-unavailable {
  color:#98a9bc;
  font-family:var(--font-body);
}
.passport-bottom {
  display:flex;
  align-items:center;
  gap:9px;
  background:#ffffff03;
  padding:16px 26px;
  font:8px var(--font-mono);
  letter-spacing:.03em;
  color:#8fa698;
}
.device-private {
  font-size:11px;
  color:var(--muted);
  padding:18px 18px 0;
  line-height:1.6;
}
.flow {
  margin-top:28px;
  background:white;
  border:1px solid var(--line);
  padding:24px;
  border-radius:18px;
  scroll-margin-top:90px;
  box-shadow:0 8px 22px #0d1b2a04;
}
.flow:focus {
  outline:none;
}
.flow h2 {
  font-size:22px;
  line-height:1.25;
  margin-bottom:12px;
  letter-spacing:-.025em;
}
.flow p {
  font-size:14px;
  color:var(--muted);
  line-height:1.6;
  margin-bottom:14px;
}
.flow .eyebrow {
  color:var(--signal-dark);
  font:10px var(--font-mono);
  margin-bottom:12px;
}
.flow .guide-path {
  background:var(--sky);
  border:1px solid var(--line);
  border-radius:10px;
  padding:15px;
  color:var(--ink);
  font-size:14px;
}
.flow .question {
  font-weight:700;
  color:var(--ink);
}
.flow-actions {
  display:flex;
  gap:9px;
  flex-wrap:wrap;
}
.flow-actions .btn {
  font-size:13px;
  min-height:44px;
  padding:12px 15px;
  flex-grow:1;
}
.flow .muted-note {
  font-size:11px;
  margin-top:12px;
  margin-bottom:0;
}
.flow label {
  display:block;
  font-size:12px;
  margin:16px 0 6px;
}
.flow select,.flow input {
  width:100%;
  padding:12px;
  border:1px solid var(--line);
  border-radius:9px;
  background:white;
  color:var(--ink);
  min-height:46px;
  font-size:14px;
}
.flow form .flow-actions {
  margin-top:18px;
}
.flow .notice {
  font-size:12px;
  border-inline-start:2px solid var(--signal);
  padding-inline-start:12px;
}
.flow .text-button {
  margin-inline-end:15px;
}
.flow .share-status {
  font-size:12px;
  color:var(--ink);
  overflow-wrap:anywhere;
}
.ready .passport-status {
  color:#60eda7;
  border-color:#0cb56b66;
  background:#0cb56b14;
}
.ready .sim-chip {
  box-shadow:0 0 55px #0cb56b55;
}
.ready .device-passport {
  border-color:#0cb56b88;
}
.scan-line {
  display:none;
  position:absolute;
  width:150%;
  height:2px;
  left:-25%;
  background:#49eea3;
  box-shadow:0 0 24px #49eea3;
  top:20%;
}
.checking .scan-line {
  display:block;
  animation:scan 1s ease-in-out infinite alternate;
}
.checking .orbit {
  border-color:#0cb56b55;
}
.trip-bridge {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:40px 0;
  display:flex;
  align-items:center;
  gap:50px;
  justify-content:space-between;
}
.trip-bridge .eyebrow {
  font-size:9px;
  margin-bottom:12px;
}
.trip-bridge h2 {
  font-size:25px;
  line-height:1.25;
  letter-spacing:-.025em;
}
.trip-bridge p:not(.eyebrow) {
  font-size:13px;
  max-width:580px;
  color:var(--muted);
  line-height:1.7;
}
.trip-bridge .btn {
  flex-shrink:0;
  font-size:13px;
  max-width:280px;
}
.check-faq {
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:70px;
  padding:60px 0 70px;
}
.check-faq h2 {
  font-size:25px;
  line-height:1.3;
  letter-spacing:-.03em;
}
.check-faq details {
  border-bottom:1px solid var(--line);
  padding:16px 0;
}
.check-faq details:first-child {
  padding-top:0;
}
.check-faq summary {
  font-size:14px;
  font-weight:600;
  cursor:pointer;
}
.check-faq details p {
  font-size:13px;
  color:var(--muted);
  padding-top:12px;
}
.check-sources {
  font-size:10px;
  color:var(--muted);
  margin-top:22px;
  line-height:1.8;
}
.check-page .footer {
  padding:30px 0;
}
.check-page .footer p {
  font-size:12px;
  margin:15px 0;
}
.check-page .footer a {
  font-size:12px;
}
.check-page .footer .logo {
  font-family:var(--font-display);
  font-size:16px;
}
.check-page .footer-shell p {
  margin:0;
}
.check-page .footer-shell .footer-logo {
  font-size:inherit;
}
.check-page .footer-shell a {
  font-size:inherit;
}
@keyframes scan {
  from {
    top:20%;
  }
  to {
    top:80%;
  }
}
@media(max-width:950px) {
  .check-hero {
    gap:32px;
  }
  .check-nav {
    gap:12px;
  }
  .check-nav a {
    font-size:11px;
  }
  .check-hero h1 {
    font-size:40px;
  }
  .check-primary {
    font-size:14px;
  }
  .check-main {
    padding-top:38px;
  }
  .trip-bridge {
    gap:24px;
  }
  .check-faq {
    gap:35px;
  }
}
@media(max-width:700px) {
  .check-page .nav-inner {
    padding:13px 20px;
    gap:12px;
    flex-wrap:wrap;
  }
  .check-nav {
    order:3;
    width:100%;
    margin:0;
    justify-content:space-between;
    border-top:1px solid var(--line);
    padding-top:10px;
  }
  .check-nav-end {
    margin-inline-start:auto;
  }
  .check-nav-end .btn {
    padding:7px 10px;
  }
  .check-main {
    padding:24px 20px 0;
  }
  .check-hero {
    display:flex;
    flex-direction:column;
    gap:30px;
    padding:0 0 36px;
  }
  .hero-copy {
    padding:0;
    width:100%;
  }
  .check-hero h1 {
    font-size:38px;
    max-width:430px;
    margin:18px 0;
  }
  .check-lead {
    font-size:15px;
    max-width:360px;
  }
  .hero-actions {
    margin-top:23px;
    gap:10px;
  }
  .hero-actions>.check-primary {
    width:100%;
    justify-content:space-between;
  }
  .hero-actions>.text-button {
    padding:7px 0;
  }
  .check-promise {
    font-size:10px;
    margin-top:6px;
  }
  .passport-wrap {
    width:100%;
    max-width:480px;
    align-self:center;
  }
  .device-art {
    height:195px;
  }
  .phone-object {
    width:94px;
    height:163px;
    border-radius:21px;
  }
  .phone-camera {
    left:27px;
  }
  .sim-chip {
    transform:scale(.85);
  }
  .passport-top {
    padding:18px 22px;
    font-size:9px;
  }
  .passport-identity {
    padding:0 22px 18px;
  }
  .passport-identity h2 {
    font-size:23px;
  }
  .device-facts {
    padding:0 22px 8px;
  }
  .passport-bottom {
    padding:14px 22px;
    font-size:7px;
  }
  .device-private {
    padding-top:13px;
  }
  .trip-bridge {
    display:block;
    padding:28px 0;
  }
  .trip-bridge h2 {
    font-size:23px;
  }
  .trip-bridge .btn {
    margin-top:20px;
    width:100%;
    max-width:none;
  }
  .check-faq {
    display:block;
    padding:36px 0;
  }
  .check-faq h2 {
    font-size:24px;
    margin-bottom:24px;
  }
  .flow {
    padding:20px;
    margin-top:23px;
  }
  .flow h2 {
    font-size:21px;
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important;
  }
}
[dir=rtl] .phone-object {
  transform:rotate(11deg);
}

/* One action, then one result. Details are revealed only after the check. */
.check-orb { position:relative; display:grid; place-items:center; width:184px; height:184px; margin:30px auto; }
.orb-ring { position:absolute; inset:0; border:1px solid #0cb56b30; border-radius:50%; box-shadow:0 0 55px #0cb56b0d; }
.orb-ring.second { inset:19px; border-style:dashed; }
.orb-chip { width:86px; height:102px; display:flex; flex-direction:column; justify-content:center; align-items:center; border:2px solid var(--signal); background:var(--board); color:#51e9a3; border-radius:16px 28px 16px 16px; font:46px var(--font-display); line-height:1; box-shadow:0 16px 35px #0d1b2a20; }
.orb-chip span { font:11px var(--font-mono); letter-spacing:.2em; padding-top:9px; }
[data-phase="idle"] .check-hero, [data-phase="detecting"] .check-hero { display:block; max-width:650px; margin:auto; min-height:650px; }
[data-phase="idle"] .hero-copy, [data-phase="detecting"] .hero-copy { text-align:center; }
[data-phase="idle"] .hero-copy>.eyebrow, [data-phase="detecting"] .hero-copy>.eyebrow { justify-content:center; }
[data-phase="idle"] .check-hero h1, [data-phase="detecting"] .check-hero h1 { max-width:650px; margin-inline:auto; }
[data-phase="idle"] .check-lead, [data-phase="detecting"] .check-lead { max-width:480px; margin-inline:auto; }
[data-phase="idle"] .hero-actions, [data-phase="detecting"] .hero-actions { justify-content:center; margin-top:12px; }
[data-phase="idle"] #start, [data-phase="detecting"] #start { min-width:260px; font-size:19px; }
[data-phase="idle"] #manual, [data-phase="detecting"] #manual { display:none; }
[data-phase="idle"] .passport-wrap, [data-phase="detecting"] .passport-wrap { display:none; }
[data-phase="idle"] .trip-bridge, [data-phase="detecting"] .trip-bridge { display:none; }
[data-phase="detecting"] .hero-actions, [data-phase="detecting"] .check-promise { display:none; }
[data-phase="detecting"] .orb-ring { border:2px solid #0cb56b30; border-top-color:var(--signal); animation:check-spin 1s linear infinite; }
[data-phase="detecting"] .orb-ring.second { animation-direction:reverse; }
[data-phase="detecting"] .flow { background:none; border:0; box-shadow:none; padding:0; text-align:center; }
[data-phase="detecting"] .flow .eyebrow { display:none; }
[data-phase="result"] .hero-copy { padding-top:0; }
[data-phase="result"] .hero-copy>h1, [data-phase="result"] .hero-copy>.eyebrow, [data-phase="result"] .hero-copy>.check-lead, [data-phase="result"] .hero-actions, [data-phase="result"] .check-promise, [data-phase="result"] .check-orb { display:none; }
[data-phase="result"] .flow { margin-top:0; padding:32px; }
.result-symbol { width:72px; height:72px; display:grid; place-items:center; border-radius:50%; background:var(--signal-tint); color:var(--signal-dark); font:44px var(--font-body); margin-bottom:24px; }
.result-symbol.inconclusive { color:#986025; background:#fff1d9; }
.result-symbol.negative { color:var(--danger); background:var(--danger-tint); }
.flow .result-model { font-size:18px; font-weight:600; color:var(--ink); overflow-wrap:anywhere; }
[data-phase="result"] .flow h2 { font-size:30px; }
@keyframes check-spin { to { transform:rotate(360deg); } }
@media(max-width:700px) {
  [data-phase="idle"] .check-hero, [data-phase="detecting"] .check-hero { min-height:620px; }
  [data-phase="idle"] .check-hero h1, [data-phase="detecting"] .check-hero h1 { font-size:35px; }
  .check-orb { width:156px; height:156px; margin:26px auto; }
  [data-phase="result"] .flow { padding:24px; }
  [data-phase="result"] .flow h2 { font-size:27px; }
}
[data-phase="idle"] .check-main, [data-phase="detecting"] .check-main { padding-top:32px; }
[data-phase="idle"] .hero-copy, [data-phase="detecting"] .hero-copy { padding-top:10px; }
@media(max-height:760px) {
  .check-orb { width:144px; height:144px; margin:18px auto; }
  [data-phase="idle"] .check-hero h1, [data-phase="detecting"] .check-hero h1 { margin:16px auto; }
}
