:root {
  --ink: #000;
  --paper: #f4f1ea;
  --mute: #8a8a8a;
  --line: #222;
  --blue: #2f6bff;
  --card: #141414;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; background: #0a0a0a; color: var(--paper); font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif; }
a { color: inherit; }
.stage {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding: 32px;
}
.desk { max-width: 360px; }
.desk .mark { letter-spacing: 0.08em; text-transform: lowercase; color: var(--mute); margin-bottom: 16px; }
.desk h1 { font-size: 42px; line-height: 1.05; margin-bottom: 14px; }
.desk p { color: #bdbdbd; line-height: 1.5; }
.desk .meta { margin-top: 18px; font-size: 12px; color: var(--mute); }
.phone {
  width: 390px;
  height: 844px;
  background: #000;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  box-shadow: none;
  border: 1px solid #222;
  flex-shrink: 0;
}
.notch {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 120px; height: 22px; background: #111; border-radius: 12px; z-index: 20;
}
#app { height: 100%; display: flex; flex-direction: column; background: #000; }
.screen { flex: 1; display: flex; flex-direction: column; min-height: 0; }
.bleed { flex: 1; position: relative; overflow: hidden; }
.bleed img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bottom {
  padding: 20px 20px 28px;
  background: linear-gradient(transparent, #000 28%);
  position: absolute; left: 0; right: 0; bottom: 0;
}
.kicker { color: var(--mute); font-size: 14px; margin-bottom: 6px; }
.h1 { font-size: 28px; font-weight: 700; line-height: 1.15; }
.btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  height: 52px; border-radius: 999px; border: 0; width: 100%;
  font-size: 16px; font-weight: 650; cursor: pointer;
}
.btn-white { background: #fff; color: #000; }
.btn-ghost { background: transparent; color: #fff; border: 1px solid #fff; }
.btn-blue { background: var(--blue); color: #fff; }
.consent { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; font-size: 11px; color: #aaa; }
.consent a { text-decoration: underline; }
.toggle { width: 44px; height: 26px; border-radius: 999px; background: #333; border: 0; position: relative; cursor: pointer; flex-shrink: 0; }
.toggle.on { background: var(--blue); }
.toggle i { position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; transition: left .15s; }
.toggle.on i { left: 21px; }
.dots { display: flex; gap: 6px; justify-content: center; margin-top: 14px; }
.dots b { width: 6px; height: 6px; border-radius: 50%; background: #444; display: block; }
.dots b.on { background: #fff; width: 7px; height: 7px; }
.head {
  display: flex; align-items: center; padding: 48px 16px 8px;
}
.head .logo { font-weight: 650; letter-spacing: -0.03em; }
.head .sp { flex: 1; }
.pill { background: var(--blue); color: #fff; font-size: 11px; font-weight: 700; padding: 6px 10px; border-radius: 999px; border: 0; cursor: pointer; }
.iconbtn { width: 32px; height: 32px; border: 0; background: transparent; color: #fff; font-size: 18px; cursor: pointer; }
.hero {
  margin: 8px 16px 18px; height: 168px; border-radius: 18px; overflow: hidden; position: relative;
}
.hero img { width: 100%; height: 100%; object-fit: cover; }
.hero .try {
  position: absolute; right: 12px; bottom: 12px;
  background: rgba(0,0,0,.45); color: #fff; border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px; padding: 8px 12px; font-size: 12px; cursor: pointer;
}
.rail-h { display: flex; justify-content: space-between; align-items: baseline; padding: 0 16px 8px; }
.rail-h h2 { font-size: 16px; }
.rail-h button { background: 0; border: 0; color: #888; font-size: 13px; cursor: pointer; }
.rail { display: flex; gap: 10px; overflow-x: auto; padding: 0 16px 18px; scrollbar-width: none; }
.rail::-webkit-scrollbar { display: none; }
.card {
  flex: 0 0 132px; height: 176px; border-radius: 16px; overflow: hidden; position: relative; cursor: pointer; background: #111;
}
.card img { width: 100%; height: 100%; object-fit: cover; }
.card span {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 8px 10px;
  background: linear-gradient(transparent, #000); font-size: 12px; font-weight: 650;
}
.nav {
  display: flex; justify-content: space-around; align-items: center;
  padding: 8px 8px 18px; border-top: 1px solid #161616; background: #000;
}
.nav button { background: 0; border: 0; color: #666; font-size: 10px; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.nav button.on { color: #fff; }
.nav svg { width: 22px; height: 22px; }
.prepare { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 40px 28px; background: radial-gradient(ellipse at 50% 20%, #3a2a12 0%, #000 55%); }
.prepare .kicker { margin-bottom: 8px; }
.check { margin-top: 28px; display: grid; gap: 14px; }
.check div { display: flex; gap: 12px; align-items: center; color: #ddd; font-size: 15px; }
.spin { width: 18px; height: 18px; border: 2px solid #444; border-top-color: #fff; border-radius: 50%; animation: spin 0.7s linear infinite; }
.ok { width: 18px; height: 18px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 11px; display: grid; place-items: center; }
@keyframes spin { to { transform: rotate(360deg); } }
.result { flex: 1; position: relative; background: #000; }
.result img.full { width: 100%; height: 100%; object-fit: cover; }
.topbar { position: absolute; top: 44px; left: 16px; right: 16px; display: flex; justify-content: space-between; align-items: center; }
.chip { background: rgba(0,0,0,.7); padding: 6px 12px; border-radius: 999px; font-size: 12px; }
.x { width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,.55); border: 0; color: #fff; cursor: pointer; }
.inset {
  position: absolute; left: 18px; bottom: 88px; width: 56px; height: 56px; border-radius: 50%; overflow: hidden; border: 2px solid #fff;
}
.inset img { width: 100%; height: 100%; object-fit: cover; }
.actions { position: absolute; left: 18px; bottom: 28px; display: flex; gap: 12px; }
.actions button { width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(0,0,0,.55); color: #fff; cursor: pointer; }
.face-page { padding: 56px 20px 20px; }
.face-page h1 { font-size: 28px; margin-bottom: 28px; }
.face-big { width: 180px; height: 180px; border-radius: 50%; overflow: hidden; background: #1a1a1a; margin: 0 auto 16px; display: grid; place-items: center; cursor: pointer; }
.face-big img { width: 100%; height: 100%; object-fit: cover; }
.legal { padding: 56px 20px 40px; overflow: auto; }
.legal h1 { font-size: 24px; margin-bottom: 8px; }
.legal .when { color: var(--mute); font-size: 12px; margin-bottom: 20px; }
.legal p, .legal li { color: #cfcfcf; font-size: 14px; line-height: 1.55; margin-bottom: 12px; }
.legal h2 { font-size: 15px; margin: 18px 0 8px; }
.legal ul { padding-left: 18px; }
.pay { padding: 48px 20px 24px; }
.pay h1 { font-size: 32px; }
.pay h1 em { font-style: normal; color: var(--blue); }
.plan { border: 1px solid #333; border-radius: 16px; padding: 14px; display: flex; align-items: center; gap: 12px; margin-top: 12px; cursor: pointer; }
.plan.on { border-color: var(--blue); }
.plan .p { flex: 1; }
.plan b { display: block; }
.plan small { color: var(--mute); }
.hidden { display: none !important; }
.scroll { flex: 1; overflow: auto; }
@media (max-width: 880px) {
  .desk { display: none; }
  .stage { padding: 0; }
  .phone { width: 100%; height: 100dvh; border: 0; border-radius: 0; }
  .notch { display: none; }
}
