:root {
  --bg: #05070b;
  --surface: #ffffff;
  --ink: #121212;
  --muted: #6f6a62;
  --line: #e7e1d8;
  --soft: #ede8df;
  --dark: #111111;
  --cream: #fff9ef;
  --orange: #ff7a1a;
  --green: #35c76b;
  --blue: #6c8cff;
  --shadow: 0 28px 80px rgba(18, 18, 18, 0.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
  background: radial-gradient(circle at top right, #fff4de 0, transparent 34rem), var(--bg);
  color: var(--ink);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
body.landing-page::before, body.apps-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: url("assets/earth-scene-bg.png") center center / cover no-repeat;
  opacity: 1;
}
body.landing-page::after, body.apps-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.10) 42%, rgba(5,7,11,0.92) 100%),
    radial-gradient(circle at 34% 52%, rgba(82, 137, 210, 0.10), transparent 34rem);
}
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(245, 243, 239, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(231, 225, 216, 0.8);
}
.landing-page .site-header, .apps-page .site-header {
  background: rgba(5, 7, 11, 0.34);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -0.04em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; background: var(--dark); color: #fff; font-size: 14px; }
.navlinks { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 14px; font-weight: 750; }
.navlinks a { padding: 9px 12px; border-radius: 999px; }
.navlinks a:hover, .navlinks a.active { background: var(--dark); color: #fff; }
.earth-clock-display {
  position: fixed;
  left: clamp(330px, 36.5vw, 720px);
  top: 57vh;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  display: grid;
  justify-items: center;
  gap: 0;
  color: rgba(238, 242, 248, 0.70);
  text-shadow: 0 0 18px rgba(255,255,255,0.18), 0 3px 18px rgba(0,0,0,0.70);
  mix-blend-mode: screen;
}
.earth-clock-display span {
  font-size: clamp(42px, 5.2vw, 86px);
  line-height: 0.9;
  font-weight: 300;
  letter-spacing: -0.08em;
  font-variant-numeric: tabular-nums;
}
.earth-clock-display small {
  margin-top: 5px;
  font-size: clamp(13px, 1.55vw, 24px);
  line-height: 1;
  font-weight: 300;
  color: rgba(238, 242, 248, 0.66);
  letter-spacing: -0.035em;
}
.earth-clock-display b { font-weight: 300; }

.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; }
.visual-hero { min-height: calc(100vh - 72px); }
.apps-main { padding-top: 92px; }
#apps { scroll-margin-top: 86px; }
.landing-page .site-header .brand, .landing-page .site-header .navlinks, .apps-page .site-header .brand, .apps-page .site-header .navlinks { color: rgba(255,255,255,0.86); }
.landing-page .site-header .brand-mark, .apps-page .site-header .brand-mark { background: rgba(255,255,255,0.92); color: #05070b; }
.landing-page .site-header .navlinks a:hover, .landing-page .site-header .navlinks a.active, .apps-page .site-header .navlinks a:hover, .apps-page .site-header .navlinks a.active { background: rgba(255,255,255,0.90); color: #05070b; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 44px; align-items: center; padding: 62px 0 40px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--orange); font-size: 12px; font-weight: 900; }
h1 { margin: 0; font-size: clamp(48px, 8vw, 94px); line-height: 0.96; letter-spacing: -0.075em; }
h2 { margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.02; letter-spacing: -0.065em; }
h3 { margin: 0; font-size: 24px; line-height: 1.16; letter-spacing: -0.04em; }
p { color: var(--muted); margin: 0; }
.lead { max-width: 610px; margin-top: 24px; font-size: clamp(18px, 2.4vw, 22px); letter-spacing: -0.02em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 900; letter-spacing: -0.02em; border: 1px solid transparent; }
.btn.dark { background: var(--dark); color: #fff; }
.btn.ghost { background: rgba(255,255,255,0.74); border-color: var(--line); }
.btn.light { background: rgba(255,255,255,0.88); backdrop-filter: blur(10px); color: var(--dark); border-color: rgba(255,255,255,0.45); }
.hero-panel { position: relative; min-height: 500px; }
.phone-card, .mock-screen { background: var(--surface); border: 1px solid var(--line); border-radius: 42px; box-shadow: var(--shadow); padding: 30px; }
.phone-card { position: absolute; right: 34px; top: 34px; width: min(380px, 92%); min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; }
.primary-card { background: linear-gradient(145deg, #ffffff, #fff1df); }
.mini-top, .screen-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 13px; font-weight: 900; }
.mini-top b, .screen-line b { padding: 7px 11px; border-radius: 999px; background: var(--dark); color: #fff; }
.phone-card h2 { font-size: 46px; }
.chip-row { display: flex; gap: 8px; flex-wrap: wrap; }
.chip-row span, .label { display: inline-flex; width: fit-content; padding: 7px 10px; border-radius: 999px; background: rgba(17,17,17,0.07); color: var(--ink); font-size: 12px; font-weight: 900; }
.floating-card { position: absolute; display: grid; gap: 3px; padding: 18px 20px; border-radius: 24px; background: var(--dark); color: #fff; box-shadow: var(--shadow); }
.floating-card span { color: rgba(255,255,255,0.68); font-size: 13px; }
.card-a { left: 16px; top: 98px; transform: rotate(-5deg); }
.card-b { right: 0; bottom: 38px; background: rgba(255,255,255,0.88); backdrop-filter: blur(10px); color: var(--ink); transform: rotate(4deg); }
.card-b span { color: var(--muted); }
.intro-strip { display: grid; margin: 0 0 18px; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--line); }
.intro-strip div { background: rgba(255,255,255,0.82); backdrop-filter: blur(10px); padding: 22px; display: grid; gap: 4px; }
.intro-strip strong { font-size: 18px; letter-spacing: -0.03em; }
.intro-strip span { color: var(--muted); font-size: 14px; }
.section { padding: 96px 0 0; }
.apps-page .section-head h2, .apps-page .split-section h2 { color: rgba(255,255,255,0.94); }
.apps-page .section-head p:not(.eyebrow), .apps-page .split-section > div:first-child p:not(.eyebrow) { color: rgba(255,255,255,0.66); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 22px; margin-bottom: 24px; }
.section-head p:not(.eyebrow) { max-width: 440px; font-size: 17px; }
.section-head.compact { display: block; }
.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.app-card { min-height: 350px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 34px; border: 1px solid rgba(17,17,17,0.08); background: rgba(255,255,255,0.88); backdrop-filter: blur(10px); box-shadow: 0 18px 46px rgba(18,18,18,0.06); transition: transform .18s ease, box-shadow .18s ease; }
.app-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.app-card p { margin-top: 12px; }
.app-card.game { background: linear-gradient(145deg, #ffffff, #edf4ff); }
.app-card.stock { background: linear-gradient(145deg, #ffffff, #fff0dc); }
.app-card.school { background: linear-gradient(145deg, #ffffff, #eafff1); }
.more { margin-top: 30px; font-weight: 900; }
.split-section { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 42px; align-items: start; }
.split-section > div:first-child p:not(.eyebrow) { margin-top: 18px; font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.steps div, .feature-list article, .faq details, .notice-block { background: rgba(255,255,255,0.82); border: 1px solid var(--line); border-radius: 28px; padding: 24px; }
.steps span, .feature-list span { color: var(--orange); font-size: 12px; font-weight: 950; letter-spacing: 0.08em; }
.steps strong { display: block; margin-top: 12px; font-size: 21px; letter-spacing: -0.04em; }
.steps p, .feature-list p { margin-top: 8px; }
.highlight-panel { display: flex; align-items: end; justify-content: space-between; gap: 26px; padding: 46px; border-radius: 38px; background: var(--dark); color: #fff; }
.highlight-panel p { color: rgba(255,255,255,0.72); max-width: 620px; margin-top: 18px; font-size: 18px; }
.highlight-panel .eyebrow { color: #ffb36d; }
.faq { padding-bottom: 92px; }
.faq details { margin-top: 12px; }
.faq summary { cursor: pointer; font-size: 20px; font-weight: 900; letter-spacing: -0.04em; }
.faq details p { margin-top: 12px; }
.product-hero { min-height: 620px; display: grid; grid-template-columns: 1fr 0.82fr; align-items: center; gap: 42px; padding: 78px 0 34px; }
.product-hero h1 { font-size: clamp(48px, 7vw, 88px); }
.stock-theme .mock-screen { background: linear-gradient(145deg, #fff, #fff0db); }
.game-theme .mock-screen { background: linear-gradient(145deg, #fff, #edf4ff); }
.school-theme .mock-screen { background: linear-gradient(145deg, #fff, #eafff1); }
.mock-screen { min-height: 410px; display: flex; flex-direction: column; justify-content: space-between; }
.mock-screen h2 { font-size: 44px; }
.score-circle { width: 118px; height: 118px; display: grid; place-items: center; border-radius: 50%; background: var(--dark); color: #fff; font-size: 42px; font-weight: 950; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.notice-block { display: grid; gap: 8px; background: #fff7ed; border-color: #ffd7a8; }
.notice-block strong { font-size: 22px; }
.footer { border-top: 1px solid var(--line); padding: 30px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: 14px; }
.footer-inner strong { display: block; color: var(--ink); font-size: 16px; }
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 860px) {
  .earth-clock-display { position: fixed; left: 50%; top: 48vh; opacity: 0.66; }
  body.landing-page::before, body.apps-page::before { background-position: 34% center; }
  .visual-hero { min-height: calc(100vh - 110px); }
  .shell { width: min(100% - 28px, 1120px); }
  .nav { min-height: auto; padding: 14px 0; align-items: flex-start; flex-direction: column; }
  .navlinks { width: 100%; overflow-x: auto; padding-bottom: 2px; }
  .hero, .product-hero, .split-section { grid-template-columns: 1fr; min-height: auto; }
  .hero-panel { min-height: 440px; }
  .phone-card { right: 0; left: 0; margin: auto; }
  .intro-strip, .app-grid, .steps, .feature-list { grid-template-columns: 1fr; }
  .section-head, .highlight-panel { display: grid; align-items: start; }
  h1 { font-size: clamp(44px, 15vw, 68px); }
  .section { padding-top: 68px; }
}

/* 2026-05-10 minimal launch UX overrides */
:root { --page-dark: #05070b; --glass: rgba(255,255,255,0.105); --glass-line: rgba(255,255,255,0.18); }
body.landing-page, body.product-page { min-height: 100vh; background: var(--page-dark); color: rgba(255,255,255,0.92); overflow-x: hidden; }
body.landing-page::before, body.landing-page::after,
body.product-page::before, body.product-page::after,
body.apps-page::before, body.apps-page::after { content: none !important; }
.landing-page .site-header, .product-page .site-header, .apps-page .site-header {
  background: rgba(5, 7, 11, 0.46);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(18px);
}
.landing-page .site-header .brand, .product-page .site-header .brand,
.landing-page .site-header .navlinks, .product-page .site-header .navlinks { color: rgba(255,255,255,0.88); }
.landing-page .site-header .brand-mark, .product-page .site-header .brand-mark { background: rgba(255,255,255,0.92); color: #05070b; }
.navlinks { position: relative; }
.navlinks > a, .app-dropdown > summary { min-height: 42px; display: inline-flex; align-items: center; padding: 9px 13px; border-radius: 999px; cursor: pointer; list-style: none; }
.app-dropdown > summary::-webkit-details-marker { display: none; }
.app-dropdown[open] > summary, .navlinks > a:hover { background: rgba(255,255,255,0.90); color: #05070b; }
.app-popover {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: min(420px, calc(100vw - 32px));
  padding: 12px;
  display: grid;
  gap: 8px;
  z-index: 50;
  border: 1px solid var(--glass-line);
  border-radius: 28px;
  background: rgba(13, 17, 25, 0.70);
  box-shadow: 0 30px 90px rgba(0,0,0,0.45);
  backdrop-filter: blur(22px);
  transform-origin: top right;
  animation: menuFloatIn .16s ease both;
}
.app-popover a, .launch-grid a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 18px;
  border-radius: 20px;
  color: rgba(255,255,255,0.94);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
}
.app-popover a:hover, .launch-grid a:hover { background: rgba(255,255,255,0.18); transform: translateX(4px); }
.app-popover span, .launch-grid span { color: rgba(255,255,255,0.58); font-size: 13px; font-weight: 800; }
.empty-hero { min-height: calc(100vh - 72px); display: grid; place-items: center; }
.landing-clock { display: grid; justify-items: center; gap: 2px; color: rgba(255,255,255,0.76); text-shadow: 0 18px 60px rgba(0,0,0,0.4); }
.landing-clock span { font-size: clamp(62px, 10vw, 148px); line-height: 0.9; font-weight: 250; letter-spacing: -0.085em; font-variant-numeric: tabular-nums; }
.landing-clock small { font-size: clamp(15px, 2.2vw, 28px); letter-spacing: 0.18em; font-weight: 650; color: rgba(255,255,255,0.46); }
.earth-clock-display { display: none !important; }
.product-simple { min-height: calc(100vh - 160px); display: grid; align-content: center; gap: 22px; padding: 86px 0; }
.product-simple h1 { max-width: 780px; color: rgba(255,255,255,0.96); }
.product-simple .lead { max-width: 680px; color: rgba(255,255,255,0.64); }
.status-pill { width: fit-content; padding: 9px 13px; border-radius: 999px; color: #05070b; background: rgba(255,255,255,0.92); font-weight: 950; }
.product-simple .btn.ghost { width: fit-content; color: rgba(255,255,255,0.90); background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.18); }
.launch-grid { display: grid; gap: 10px; max-width: 560px; margin-top: 8px; }
.product-page .footer { border-top-color: rgba(255,255,255,0.10); }
.product-page .footer-inner, .product-page .footer-inner strong, .product-page .footer-links { color: rgba(255,255,255,0.62); }
@keyframes menuFloatIn { from { opacity: 0; transform: translateY(-8px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes pageSlideIn { from { opacity: .72; transform: translateX(42px); } to { opacity: 1; transform: translateX(0); } }
@keyframes pageLeaveLeft { from { opacity: 1; transform: translateX(0); } to { opacity: .66; transform: translateX(-46px); } }
.landing-page main, .product-page main { animation: pageSlideIn .26s cubic-bezier(.2,.8,.2,1) both; will-change: transform, opacity; }
body.page-leave-left main { animation: pageLeaveLeft .21s cubic-bezier(.4,0,.2,1) both; }
@media (prefers-reduced-motion: reduce) {
  .landing-page main, .product-page main, body.page-leave-left main, .app-popover { animation: none; }
}
@media (max-width: 860px) {
  .navlinks { width: 100%; overflow: visible; }
  .app-popover { left: 0; right: auto; width: min(100%, calc(100vw - 28px)); }
  .empty-hero { min-height: calc(100vh - 112px); }
  .landing-clock span { font-size: clamp(64px, 20vw, 104px); }
  .product-simple { min-height: calc(100vh - 180px); padding: 58px 0; }
}

body.landing-page { height: 100vh; overflow: hidden; }


body.landing-page .landing-clock { display: none !important; }

.empty-hero { pointer-events: none; }
.site-header { pointer-events: auto; }

/* 2026-05-10 copyright and legal polish */
.menu-copy {
  margin-top: 3px;
  padding: 9px 6px 2px;
  text-align: center;
  color: rgba(255,255,255,0.34);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
}
.site-copyright {
  width: 100%;
  text-align: center;
  color: rgba(255,255,255,0.30);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  user-select: none;
}
.landing-page > .site-copyright {
  position: fixed;
  left: 0;
  bottom: 26px;
  z-index: 10;
}
.footer .site-copyright {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.legal-page main { min-height: calc(100vh - 176px); }
.legal-panel {
  padding: 90px 0 70px;
  display: grid;
  gap: 24px;
}
.legal-panel h1 {
  max-width: 900px;
  color: rgba(255,255,255,0.96);
}
.legal-panel .lead {
  max-width: 760px;
  color: rgba(255,255,255,0.66);
}
.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 8px;
}
.legal-grid article {
  min-height: 190px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(18px);
}
.legal-grid h2 {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.92);
  font-size: 24px;
  letter-spacing: -0.05em;
}
.legal-grid p { color: rgba(255,255,255,0.58); }
.legal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.legal-actions .btn.ghost { color: rgba(255,255,255,0.88); background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.18); }
@media (max-width: 860px) {
  .legal-grid { grid-template-columns: 1fr; }
  .legal-panel { padding: 58px 0 52px; }
  .site-copyright { font-size: 10px; letter-spacing: 0.16em; }
  .landing-page > .site-copyright { bottom: 18px; }
}


/* 2026-05-10 wavy grass video background + readable policy pages */
body.video-landing {
  background: #05070b !important;
}
.landing-bg-video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  pointer-events: none;
  filter: saturate(0.96) brightness(0.62) contrast(1.04);
  background: #05070b;
}
body.video-landing::after {
  content: "" !important;
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.36), rgba(0,0,0,0.12) 42%, rgba(0,0,0,0.42) 100%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.04), transparent 38rem);
}
body.video-landing::before { content: none !important; }
body.video-landing .site-header {
  background: rgba(5, 7, 11, 0.30);
  border-bottom-color: rgba(255,255,255,0.12);
}
body.video-landing .empty-hero { min-height: calc(100vh - 72px); }
.site-copyright,
.menu-copy {
  color: rgba(255,255,255,0.52);
  line-height: 1.45;
}
.menu-copy {
  letter-spacing: 0.10em;
  font-size: 9px;
}
.site-copyright {
  letter-spacing: 0.12em;
  font-size: 10px;
}
body.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 0%, rgba(255,122,26,0.10), transparent 32rem),
    linear-gradient(180deg, #fbf7ef 0%, #efe8dd 100%) !important;
  color: #151515 !important;
  overflow-x: hidden;
}
body.legal-page::before,
body.legal-page::after { content: none !important; }
.legal-page .site-header {
  background: rgba(251,247,239,0.84) !important;
  border-bottom: 1px solid rgba(38,32,25,0.10) !important;
  backdrop-filter: blur(18px);
}
.legal-page .site-header .brand,
.legal-page .site-header .navlinks { color: rgba(21,21,21,0.74) !important; }
.legal-page .site-header .brand-mark { background: #151515 !important; color: #fff !important; }
.legal-page .navlinks > a:hover,
.legal-page .navlinks > a.active,
.legal-page .app-dropdown[open] > summary {
  background: #151515 !important;
  color: #fff !important;
}
.legal-page main { min-height: calc(100vh - 150px); }
.legal-page .legal-panel {
  padding: 88px 0 68px;
  color: #151515;
}
.legal-page .legal-panel h1 {
  color: #151515 !important;
  letter-spacing: -0.06em;
}
.legal-page .legal-panel .lead {
  color: rgba(21,21,21,0.68) !important;
}
.legal-page .status-pill {
  color: #fff !important;
  background: #151515 !important;
}
.legal-page .legal-grid article {
  background: rgba(255,255,255,0.78) !important;
  border: 1px solid rgba(38,32,25,0.10) !important;
  box-shadow: 0 22px 70px rgba(38,32,25,0.09);
}
.legal-page .legal-grid h2 { color: #151515 !important; }
.legal-page .legal-grid p { color: rgba(21,21,21,0.68) !important; }
.copyright-notice {
  display: grid;
  gap: 6px;
  max-width: 900px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(21,21,21,0.06);
  border: 1px solid rgba(21,21,21,0.10);
  color: rgba(21,21,21,0.72);
}
.copyright-notice strong {
  color: #151515;
  font-size: 12px;
  letter-spacing: 0.10em;
}
.copyright-notice span { font-size: 14px; }
.legal-page .legal-actions .btn.ghost {
  color: #151515 !important;
  background: rgba(255,255,255,0.78) !important;
  border-color: rgba(21,21,21,0.14) !important;
}
.legal-page .footer {
  border-top: 1px solid rgba(21,21,21,0.08) !important;
  background: rgba(251,247,239,0.78);
}
.legal-page .footer .site-copyright {
  color: rgba(21,21,21,0.48) !important;
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 860px) {
  .site-copyright { font-size: 9px; letter-spacing: 0.08em; padding: 0 16px; }
  .legal-page .legal-panel { padding: 54px 0 48px; }
}


/* 2026-05-10 policy dark-theme restore: keep layout, fix contrast */
body.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,122,26,0.12), transparent 30rem),
    radial-gradient(circle at 90% 18%, rgba(108,140,255,0.12), transparent 28rem),
    linear-gradient(180deg, #05070b 0%, #080b12 48%, #05070b 100%) !important;
  color: rgba(255,255,255,0.92) !important;
  overflow-x: hidden;
}
body.legal-page::before,
body.legal-page::after { content: none !important; }
.legal-page .site-header {
  background: rgba(5, 7, 11, 0.58) !important;
  border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  backdrop-filter: blur(18px);
}
.legal-page .site-header .brand,
.legal-page .site-header .navlinks { color: rgba(255,255,255,0.86) !important; }
.legal-page .site-header .brand-mark { background: rgba(255,255,255,0.92) !important; color: #05070b !important; }
.legal-page .navlinks > a:hover,
.legal-page .navlinks > a.active,
.legal-page .app-dropdown[open] > summary {
  background: rgba(255,255,255,0.90) !important;
  color: #05070b !important;
}
.legal-page .legal-panel { color: rgba(255,255,255,0.92) !important; }
.legal-page .legal-panel h1 {
  color: rgba(255,255,255,0.98) !important;
  letter-spacing: -0.06em;
}
.legal-page .legal-panel .lead {
  color: rgba(255,255,255,0.70) !important;
}
.legal-page .status-pill {
  color: #05070b !important;
  background: rgba(255,255,255,0.92) !important;
}
.legal-page .legal-grid article {
  background: rgba(255,255,255,0.075) !important;
  border: 1px solid rgba(255,255,255,0.13) !important;
  box-shadow: 0 28px 90px rgba(0,0,0,0.28);
  backdrop-filter: blur(18px);
}
.legal-page .legal-grid h2 { color: rgba(255,255,255,0.94) !important; }
.legal-page .legal-grid p { color: rgba(255,255,255,0.66) !important; }
.legal-page .copyright-notice {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  color: rgba(255,255,255,0.68) !important;
}
.legal-page .copyright-notice strong {
  color: rgba(255,255,255,0.92) !important;
}
.legal-page .legal-actions .btn.ghost {
  color: rgba(255,255,255,0.90) !important;
  background: rgba(255,255,255,0.10) !important;
  border-color: rgba(255,255,255,0.18) !important;
}
.legal-page .footer {
  border-top: 1px solid rgba(255,255,255,0.08) !important;
  background: rgba(5, 7, 11, 0.70) !important;
}
.legal-page .footer .site-copyright {
  color: rgba(255,255,255,0.42) !important;
}


/* 2026-05-10 main landing clock over video */
body.video-landing .landing-clock.main-clock {
  display: grid !important;
  position: fixed;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  z-index: 5;
  place-items: center;
  pointer-events: none;
  color: rgba(255,255,255,0.82);
  text-shadow: 0 18px 70px rgba(0,0,0,0.45);
}
body.video-landing .landing-clock.main-clock span {
  display: block;
  font-size: clamp(76px, 14vw, 168px);
  line-height: 0.88;
  font-weight: 240;
  letter-spacing: -0.085em;
  font-variant-numeric: tabular-nums;
}
body.video-landing .landing-clock.main-clock small {
  margin-top: 18px;
  color: rgba(255,255,255,0.58);
  font-size: clamp(13px, 2.2vw, 22px);
  font-weight: 800;
  letter-spacing: 0.22em;
}
@media (max-width: 860px) {
  body.video-landing .landing-clock.main-clock { top: 51%; }
  body.video-landing .landing-clock.main-clock span { font-size: clamp(72px, 22vw, 112px); }
  body.video-landing .landing-clock.main-clock small { margin-top: 12px; }
}


/* 2026-05-10 text-only brand */
.brand {
  gap: 0;
}
.brand-mark {
  display: none !important;
}


/* 2026-05-10 mobile video optimization */
@media (max-width: 860px) {
  .landing-bg-video {
    filter: brightness(0.60) contrast(1.02);
    transform: translateZ(0);
  }
}
