:root {
  --navy: #0b1f33;
  --navy-2: #16324c;
  --ink: #1c2a38;
  --muted: #5b6b7a;
  --line: rgba(11, 31, 51, 0.1);
  --blue: #00a0df;
  --blue-deep: #0077a8;
  --paper: #f4f7f9;
  --white: #ffffff;
  --ok: #1f8a5b;
  --warn: #c47b12;
  --shadow: 0 24px 60px rgba(11, 31, 51, 0.08);
  --radius: 22px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 420;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--blue-deep);
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--navy);
  margin: 0;
}

.bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 8% -10%, rgba(0, 160, 223, 0.16), transparent 60%),
    radial-gradient(700px 380px at 100% 0%, rgba(0, 119, 168, 0.08), transparent 55%),
    var(--paper);
}

.bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(11, 31, 51, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 31, 51, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(#000, transparent 88%);
}

.bg-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  right: 8%;
  top: 90px;
  background: radial-gradient(circle, rgba(0, 160, 223, 0.18), transparent 68%);
  filter: blur(10px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 40px;
  background: rgba(244, 247, 249, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
}

.logo-frame {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--blue);
  flex: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-weight: 600;
  font-size: 15px;
  color: var(--navy);
}

.brand-sub {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav {
  display: flex;
  gap: 22px;
  font-size: 14px;
}

.nav a {
  color: var(--muted);
}

.nav a:hover {
  color: var(--navy);
}

.header-status {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header-status[data-state="upcoming"] { color: var(--warn); }
.header-status[data-state="live"] { color: var(--ok); }
.header-status[data-state="done"] { color: var(--ok); }

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 0 currentColor;
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 8px transparent; }
}

main {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 36px 0 80px;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  padding: 28px 0 56px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(40px, 5.4vw, 68px);
  line-height: 1.04;
}

.lede {
  max-width: 34em;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.hero-meta {
  display: flex;
  gap: 32px;
  margin-top: 32px;
}

.meta-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-meta strong {
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
}

.security-update {
  margin-top: 28px;
  max-width: 440px;
}

.security-update-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ok);
}

.security-update-top [data-bar-pct] {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0;
}

.security-bar {
  height: 14px;
  border-radius: 99px;
  background: rgba(31, 138, 91, 0.12);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(31, 138, 91, 0.16);
}

.security-bar-fill {
  height: 100%;
  width: 0%;
  border-radius: 99px;
  background: linear-gradient(90deg, #15915a, #3dd68c 55%, #22c55e);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.45);
  position: relative;
  overflow: hidden;
  transition: width 0.25s linear;
}

.security-bar-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  animation: shine 1.4s ease-in-out infinite;
}

@keyframes shine {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

.hero-visual {
  display: grid;
  justify-items: center;
}

.shield-stage {
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.orbit {
  position: absolute;
  inset: 18%;
  border: 1px dashed rgba(0, 160, 223, 0.35);
  border-radius: 50%;
  animation: spin 28s linear infinite;
}

.orbit-b {
  inset: 8%;
  animation-duration: 40s;
  animation-direction: reverse;
  border-style: dotted;
}

.orbit-c {
  inset: 0;
  animation-duration: 54s;
  opacity: 0.55;
}

.scan {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background: conic-gradient(from 180deg, transparent 70%, rgba(0, 160, 223, 0.22), transparent 88%);
  animation: spin 6s linear infinite;
}

.shield {
  width: 58%;
  filter: drop-shadow(0 18px 24px rgba(0, 119, 168, 0.18));
  animation: float 5.5s ease-in-out infinite;
}

.shield-inner {
  stroke-dasharray: 6 8;
  animation: dash 8s linear infinite;
}

.node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--blue);
  box-shadow: 0 0 0 6px rgba(0, 160, 223, 0.12);
}

.n1 { top: 14%; right: 18%; }
.n2 { bottom: 22%; left: 12%; }
.n3 { top: 42%; right: 6%; }

.logo-badge {
  position: absolute;
  left: 8%;
  top: 16%;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(11, 31, 51, 0.18);
  z-index: 2;
}

.logo-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-caption {
  margin: 8px 0 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float {
  50% { transform: translateY(-8px); }
}
@keyframes dash { to { stroke-dashoffset: -80; } }

.panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 40px;
  box-shadow: var(--shadow);
  margin-bottom: 28px;
}

.panel h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

.clock-row {
  display: grid;
  grid-template-columns: 1.6fr 0.9fr;
  gap: 16px;
}

.clock-card {
  background: var(--navy);
  color: #d7e6ef;
  border-radius: 18px;
  padding: 24px;
}

.now-card {
  background: linear-gradient(180deg, #12324d, var(--navy));
}

.clock-kicker {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8fb4c8;
}

.digits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0 22px;
}

.digits div {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  text-align: center;
  padding: 16px 8px 12px;
}

.digits span {
  display: block;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: clamp(32px, 4vw, 48px);
  color: var(--white);
  letter-spacing: -0.04em;
  line-height: 1;
}

.digits small {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8fb4c8;
}

.progress {
  height: 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #15915a, #3dd68c);
}

.clock-note {
  margin: 14px 0 0;
  font-size: 14px;
}

.now-time {
  margin: 22px 0 6px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 28px;
  color: var(--white);
}

.now-zone {
  margin: 0;
  color: #8fb4c8;
  font-size: 13px;
}

.span-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 18px 0 28px;
}

.span-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: #fbfcfd;
}

.span-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.span-card time {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.span-card strong {
  display: block;
  margin-top: 4px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 22px;
  font-weight: 500;
  color: var(--navy);
}

.span-card em {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-size: 12px;
  color: var(--muted);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.tz-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.tz-table caption {
  text-align: left;
  padding: 14px 16px 8px;
  font-weight: 600;
  color: var(--navy);
}

.tz-table th,
.tz-table td {
  padding: 12px 16px;
  text-align: left;
  border-top: 1px solid var(--line);
}

.tz-table th {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

.tz-table td {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 13px;
}

.tz-table td:first-child {
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.phases {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.phases li {
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-template-rows: auto auto;
  column-gap: 24px;
  padding: 16px 0 16px 22px;
  border-left: 2px solid rgba(0, 160, 223, 0.25);
  position: relative;
}

.phases li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--blue);
}

.phase-time {
  grid-row: 1 / span 2;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  color: var(--blue-deep);
  padding-top: 2px;
}

.phases strong {
  color: var(--navy);
}

.phases p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.viz-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  background: linear-gradient(180deg, #f8fbfc, #fff);
}

.viz-card h3 {
  font-size: 22px;
  margin: 8px 0 8px;
}

.viz-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.lock-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
}

.lock-wrap svg {
  width: 56px;
  position: relative;
  z-index: 1;
}

.lock-halo {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0, 160, 223, 0.12);
  animation: pulse 2.4s infinite;
}

.radar {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: #0b1f33;
}

.radar span {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(0, 160, 223, 0.35);
  border-radius: 50%;
}

.radar span:nth-child(2) { inset: 22px; }
.radar span:nth-child(3) { inset: 32px; }

.radar i {
  position: absolute;
  inset: 0;
  background: conic-gradient(#00a0df, transparent 70%);
  opacity: 0.55;
  animation: spin 2.8s linear infinite;
}

.layers {
  display: grid;
  gap: 6px;
  width: 72px;
}

.layers b {
  display: block;
  height: 10px;
  border-radius: 99px;
  background: var(--blue);
  opacity: 0.95;
  animation: layer 2.8s ease-in-out infinite;
}

.layers b:nth-child(2) { width: 84%; opacity: 0.75; animation-delay: .15s; }
.layers b:nth-child(3) { width: 68%; opacity: 0.5; animation-delay: .3s; }
.layers b:nth-child(4) { width: 50%; opacity: 0.32; animation-delay: .45s; }

@keyframes layer {
  50% { transform: translateX(6px); }
}

.work-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
}

.work-list li {
  display: flex;
  gap: 14px;
}

.work-list span {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  color: var(--blue-deep);
  font-size: 13px;
  padding-top: 4px;
}

.work-list strong {
  display: block;
  color: var(--navy);
}

.work-list p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 40px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 14px;
}

.footer-logo {
  width: 40px;
  height: 40px;
}

.site-footer p {
  margin: 0 0 6px;
}

.fine {
  font-size: 12px;
  max-width: 62em;
}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 18px;
    flex-wrap: wrap;
  }

  .nav {
    display: none;
  }

  .hero,
  .clock-row,
  .span-grid,
  .visual-grid,
  .work-list {
    grid-template-columns: 1fr;
  }

  .phases li {
    grid-template-columns: 1fr;
  }

  .phase-time {
    grid-row: auto;
    margin-bottom: 6px;
  }

  main {
    width: min(1120px, calc(100% - 28px));
  }

  .panel {
    padding: 24px 20px;
  }
}
