:root {
  --bg: #090b10;
  --surface: #11151d;
  --surface-high: #171c27;
  --surface-bright: #202738;
  --text: #f4f6fb;
  --muted: #9ba6b8;
  --line: rgba(255, 255, 255, 0.08);
  --violet: #8c67ff;
  --violet-soft: rgba(140, 103, 255, 0.16);
  --cyan: #53d8ff;
  --green: #48e0a4;
  --amber: #ffc266;
  --error: #ff7a8a;
  --max-width: 1180px;
  --radius-large: 28px;
  --radius-medium: 18px;
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.3);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  min-width: 0;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 75% 3%, rgba(90, 55, 220, 0.18), transparent 28rem),
    radial-gradient(circle at 5% 35%, rgba(45, 171, 217, 0.08), transparent 26rem),
    var(--bg);
  font-family: Inter, Pretendard, "Noto Sans KR", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
}
body.intro-active { overflow: hidden; }
img, canvas { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: 0.7rem 1rem; background: var(--text); color: var(--bg); border-radius: 12px; }
.skip-link:focus { top: 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 2rem;
  min-height: 74px;
  padding: 0 4vw;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 11, 16, 0.82);
  backdrop-filter: blur(24px);
}
.brand { display: flex; min-height: 44px; align-items: center; gap: 0.7rem; font-weight: 800; letter-spacing: 0.1em; }
.brand img { display: block; background: transparent; object-fit: contain; }
.brand span { display: flex; align-items: baseline; gap: 0.45rem; }
.brand small { color: var(--muted); font-size: 0.58em; font-weight: 600; letter-spacing: 0.04em; }
.nav { display: flex; gap: 1.5rem; margin-left: auto; color: var(--muted); font-size: 0.9rem; }
.nav a:hover, .nav a:focus-visible { color: var(--text); }
.mobile-menu { display: none; position: relative; margin-left: auto; }
.mobile-menu summary { display: grid; width: 46px; min-height: 46px; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary:focus-visible { outline: 3px solid var(--violet-soft); border-color: var(--violet); }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 20px; height: 2px; border-radius: 999px; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.menu-icon { position: relative; }
.menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
.menu-icon::before { top: -6px; }
.menu-icon::after { top: 6px; }
.mobile-menu[open] .menu-icon { background: transparent; }
.mobile-menu[open] .menu-icon::before { top: 0; transform: rotate(45deg); }
.mobile-menu[open] .menu-icon::after { top: 0; transform: rotate(-45deg); }
.mobile-menu-panel { position: absolute; top: calc(100% + 12px); right: 0; display: grid; width: min(300px, calc(100vw - 32px)); overflow: hidden; padding: .55rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(17, 21, 29, .98); box-shadow: var(--shadow); }
.mobile-menu-panel a { min-height: 46px; display: flex; align-items: center; padding: .65rem .9rem; border-radius: 12px; color: var(--muted); font-weight: 650; }
.mobile-menu-panel a:hover, .mobile-menu-panel a:focus-visible { color: var(--text); background: var(--surface-bright); outline: none; }
.network-toggle, .language-picker select { min-height: 44px; border: 1px solid var(--line); border-radius: 999px; color: var(--text); background: var(--surface); cursor: pointer; }
.network-toggle { display: inline-flex; align-items: center; gap: .5rem; padding: .48rem .8rem; white-space: nowrap; font-size: .82rem; font-weight: 700; }
.network-toggle:hover, .network-toggle:focus-visible { border-color: rgba(83, 216, 255, .55); outline: none; }
.network-toggle.devnet { color: #d7ccff; border-color: rgba(140, 103, 255, .48); background: rgba(140, 103, 255, .13); }
.network-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(72, 224, 164, .65); }
.network-toggle.devnet .network-dot { background: #a88aff; box-shadow: 0 0 10px rgba(168, 138, 255, .72); }
.network-label-short { display: none; }
.language-picker select { max-width: 170px; padding: 0.48rem 2rem 0.48rem 0.8rem; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.section-shell { width: min(var(--max-width), calc(100% - 40px)); margin-inline: auto; }
.hero { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 4rem; overflow: clip; padding-block: 7rem; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 5% -16% 0; opacity: .72; background: repeating-radial-gradient(ellipse at 76% 47%, transparent 0 25px, rgba(140, 103, 255, .2) 27px 29px, transparent 31px 48px, rgba(83, 216, 255, .12) 50px 51px, transparent 53px 72px); mask-image: linear-gradient(90deg, transparent 2%, #000 28%, #000 92%, transparent); animation: hero-wave-sweep 8s ease-in-out infinite alternate; }
.hero::after { content: ""; position: absolute; z-index: -3; width: 52%; aspect-ratio: 1; right: -6%; top: 9%; border-radius: 50%; background: radial-gradient(circle, rgba(255, 185, 48, .15), rgba(118, 82, 237, .18) 40%, transparent 70%); filter: blur(30px); animation: hero-glow-pulse 4.8s ease-in-out infinite alternate; }
.hero-copy, .orbit { z-index: 1; }
.hero h1 { margin: 0.4rem 0 1.4rem; max-width: 720px; font-size: clamp(3.2rem, 7vw, 6.8rem); line-height: 0.96; letter-spacing: -0.065em; }
.hero h1 em { display: block; color: transparent; font-style: normal; background: linear-gradient(100deg, var(--violet), var(--cyan)); background-clip: text; }
:lang(ko) .hero h1 span { word-break: keep-all; }
.hero-description, .section-description { max-width: 660px; color: var(--muted); font-size: 1.08rem; }
.eyebrow { margin: 0; color: var(--cyan); font-size: 0.76rem; font-weight: 750; letter-spacing: 0.16em; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2.2rem; }
.hero-actions .button { flex: 0 0 auto; min-width: 12rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0.75rem 1.4rem; border: 0; border-radius: 999px; font-size: 0.875rem; font-weight: 700; letter-spacing: -0.01em; line-height: 1.2; white-space: nowrap; cursor: pointer; }
.button.primary { color: white; background: linear-gradient(115deg, #7652ed, #5d90f3); box-shadow: 0 16px 40px rgba(118, 82, 237, 0.24); }
.button.secondary { background: var(--surface-high); border: 1px solid var(--line); }
.button.disabled, .text-link.disabled { opacity: 0.45; pointer-events: none; }
.button:focus-visible { outline: 3px solid rgba(83, 216, 255, .35); outline-offset: 3px; }
.orbit { position: relative; width: min(38vw, 430px); overflow: clip; aspect-ratio: 1; justify-self: center; }
.orbit::after { content: ""; position: absolute; inset: 16%; border-radius: 50%; background: rgba(113, 75, 255, 0.18); filter: blur(55px); }
.orbit-ring { position: absolute; border: 1px solid rgba(142, 110, 255, 0.26); border-radius: 50%; transform: rotate(-18deg); }
.orbit-ring-large { inset: 2%; animation: orbit-spin 18s linear infinite; }
.orbit-ring-small { inset: 17%; transform: rotate(37deg); border-color: rgba(83, 216, 255, 0.22); animation: orbit-spin-reverse 12s linear infinite; }
.hot-emblem { position: absolute; inset: 20%; z-index: 2; width: 60%; height: 60%; background: transparent; object-fit: contain; filter: drop-shadow(0 34px 38px rgba(239, 177, 21, .3)); }
.promotion-section, .welcome-section, .dashboard-section, .two-column-section, .mining-section, .audit-section, .wallet-lookup-section, .wallet-download-section { padding-block: 6rem; }
.promotion-section { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); grid-template-areas: "overview visual" "messages messages"; gap: 2rem; isolation: isolate; }
.promotion-section::before { content: ""; position: absolute; inset: 3rem -4vw auto; z-index: -2; height: 75%; border-radius: 64px; background: radial-gradient(circle at 82% 12%, rgba(255, 194, 102, .18), transparent 31%), radial-gradient(circle at 12% 80%, rgba(83, 216, 255, .12), transparent 32%), linear-gradient(145deg, rgba(118, 82, 237, .12), rgba(17, 21, 29, .5)); filter: saturate(1.08); }
.promotion-overview { grid-area: overview; min-width: 0; padding: clamp(1.5rem, 3.5vw, 3rem); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius-large); background: linear-gradient(145deg, rgba(20, 24, 35, .94), rgba(11, 14, 22, .88)); box-shadow: var(--shadow); }
.promotion-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.promotion-status { display: inline-flex; min-height: 32px; align-items: center; padding: .35rem .75rem; border: 1px solid rgba(255, 194, 102, .25); border-radius: 999px; color: var(--amber); background: rgba(255, 194, 102, .08); font-size: .75rem; font-weight: 800; letter-spacing: .04em; }
.promotion-status[data-status="active"] { color: #bff5df; border-color: rgba(72, 224, 164, .35); background: rgba(72, 224, 164, .1); box-shadow: 0 0 24px rgba(72, 224, 164, .12); }
.promotion-status[data-status="reserved"] { color: #cdd3df; border-color: rgba(205, 211, 223, .2); background: rgba(205, 211, 223, .06); }
.promotion-status[data-status="paused"] { color: #ffc7ce; border-color: rgba(255, 122, 138, .3); background: rgba(255, 122, 138, .09); }
.promotion-status[data-status="soldOut"] { color: #ffe0a3; border-color: rgba(255, 194, 102, .38); background: rgba(255, 194, 102, .11); }
.promotion-status[data-status="unavailable"] { color: #d6d8df; border-color: rgba(214, 216, 223, .24); background: rgba(214, 216, 223, .08); }
.promotion-overview h2 { max-width: 760px; margin-block: .7rem 1rem; }
.promotion-eligibility { display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: center; gap: .8rem; margin: 1.25rem 0 0; padding: .85rem 1rem; border: 1px solid rgba(83, 216, 255, .24); border-radius: 18px; background: linear-gradient(110deg, rgba(83, 216, 255, .09), rgba(140, 103, 255, .08)); }
.promotion-eligibility img { width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(83, 216, 255, .18)); }
.promotion-eligibility p { margin: 0; color: #e9f8ff; font-size: .88rem; font-weight: 720; line-height: 1.55; }
.promotion-campaign-announcement { margin-top: 1.15rem; padding: 1.1rem 1.2rem; border: 1px solid rgba(255, 194, 102, .24); border-radius: 20px; background: linear-gradient(135deg, rgba(255, 194, 102, .09), rgba(83, 216, 255, .055)); box-shadow: inset 0 1px rgba(255, 255, 255, .035); }
.promotion-campaign-announcement[hidden] { display: none; }
.promotion-campaign-announcement > span { color: var(--amber); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.promotion-campaign-announcement h3 { margin: .42rem 0 .35rem; color: #fff8e7; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.promotion-campaign-announcement p { margin: 0; color: #dfe7f4; line-height: 1.62; white-space: pre-wrap; overflow-wrap: anywhere; }
.promotion-campaign-announcement strong { display: block; margin-top: .8rem; color: #9de9ff; font-variant-numeric: tabular-nums; letter-spacing: .015em; }
.promotion-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem; margin: 1.7rem 0; }
.promotion-facts div { min-width: 0; padding: 1rem; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .025); }
.promotion-facts dt { font-size: .75rem; }
.promotion-facts dd { margin-top: .35rem; color: var(--text); font-size: 1.05rem; text-align: left; overflow-wrap: anywhere; }
.promotion-rounds { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; }
.promotion-rounds article { display: flex; min-width: 0; align-items: center; gap: .7rem; padding: .8rem; border-radius: 14px; color: var(--muted); background: rgba(140, 103, 255, .07); }
.promotion-rounds span { color: var(--violet); font: 750 .72rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.promotion-rounds strong { font-size: .82rem; overflow-wrap: anywhere; }
.promotion-schedule { min-height: 1.6em; margin: 1.35rem 0 .9rem; color: #dce4f2; font-weight: 650; }
.promotion-actions { display: flex; align-items: center; gap: 1rem; }
.promotion-actions .button { flex: 0 0 auto; }
.promotion-actions > span { color: var(--muted); font-size: .8rem; }
.promotion-disclaimer { margin: 1rem 0 0; color: #758195; font-size: .78rem; }
.promotion-visual { grid-area: visual; position: relative; display: grid; min-height: 430px; place-items: center; overflow: hidden; border: 1px solid rgba(255, 194, 102, .14); border-radius: var(--radius-large); background: radial-gradient(circle at 28% 45%, rgba(83, 216, 255, .14), transparent 30%), radial-gradient(circle at 72% 55%, rgba(255, 183, 33, .16), transparent 30%), linear-gradient(145deg, rgba(140, 103, 255, .08), rgba(9, 11, 16, .94)); box-shadow: inset 0 0 80px rgba(255, 255, 255, .025); }
.promotion-visual::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 30px 30px; mask-image: radial-gradient(circle, #000, transparent 78%); }
.promotion-orbit { position: absolute; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; }
.promotion-orbit-one { inset: 12%; animation: orbit-spin 22s linear infinite; }
.promotion-orbit-two { inset: 25%; border-color: rgba(83, 216, 255, .16); animation: orbit-spin-reverse 14s linear infinite; }
.promotion-icon-node { position: absolute; z-index: 3; display: grid; width: clamp(112px, 31%, 158px); aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 30%; backdrop-filter: blur(12px); }
.promotion-icon-node::before { content: ""; position: absolute; inset: -12px; z-index: -1; border: 1px solid rgba(255,255,255,.08); border-radius: 34%; }
.promotion-icon-node img { width: 78%; height: 78%; object-fit: contain; }
.promotion-wallet-node { left: 8%; background: linear-gradient(145deg, rgba(83,216,255,.2), rgba(17,23,38,.9)); box-shadow: 0 22px 54px rgba(42,180,255,.18); animation: promotion-wallet-float 5.8s ease-in-out infinite; }
.promotion-wallet-node img { filter: drop-shadow(0 18px 24px rgba(83,216,255,.2)); }
.promotion-token-node { right: 8%; background: linear-gradient(145deg, rgba(255,194,102,.2), rgba(32,24,13,.9)); box-shadow: 0 22px 54px rgba(255,183,33,.2); animation: promotion-token-float 5.8s ease-in-out -2.9s infinite; }
.promotion-token-node img { filter: drop-shadow(0 18px 24px rgba(255,183,33,.24)); }
.promotion-connection { position: absolute; z-index: 2; left: 29%; width: 42%; height: 3px; overflow: visible; border-radius: 999px; background: linear-gradient(90deg, #53d8ff, rgba(255,255,255,.78), #ffb721); box-shadow: 0 0 18px rgba(255,255,255,.2); }
.promotion-connection::before, .promotion-connection::after { content: ""; position: absolute; top: 50%; width: 10px; height: 10px; border: 2px solid currentColor; border-radius: 50%; background: #111621; transform: translateY(-50%); }
.promotion-connection::before { left: -5px; color: #53d8ff; }
.promotion-connection::after { right: -5px; color: #ffb721; }
.promotion-signal { position: absolute; top: 50%; left: 0; width: 11px; height: 11px; border-radius: 50%; background: #fff; box-shadow: 0 0 8px #fff, 0 0 18px #53d8ff; transform: translate(-50%, -50%); animation: promotion-signal-flow 2.4s ease-in-out infinite; }
.promotion-signal-two { animation-delay: -1.2s; box-shadow: 0 0 8px #fff, 0 0 18px #ffb721; }
.promotion-link-core { position: absolute; z-index: 5; display: flex; align-items: center; justify-content: center; gap: 4px; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(13,17,26,.9); box-shadow: 0 0 30px rgba(140,103,255,.3); animation: promotion-core-pulse 2.4s ease-in-out infinite; }
.promotion-link-core i { width: 5px; height: 5px; border-radius: 50%; background: #fff; }
@keyframes promotion-wallet-float { 0%, 100% { transform: translate3d(0, 10px, 0) rotate(-3deg); } 50% { transform: translate3d(0, -12px, 0) rotate(2deg); } }
@keyframes promotion-token-float { 0%, 100% { transform: translate3d(0, -10px, 0) rotate(3deg); } 50% { transform: translate3d(0, 12px, 0) rotate(-2deg); } }
@keyframes promotion-signal-flow { 0% { left: 0; opacity: 0; } 16%, 84% { opacity: 1; } 100% { left: 100%; opacity: 0; } }
@keyframes promotion-core-pulse { 50% { transform: scale(1.08); box-shadow: 0 0 44px rgba(140,103,255,.48); } }
.promotion-message-wall { grid-area: messages; min-width: 0; padding: clamp(1.4rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius-large); background: rgba(17, 21, 29, .78); }
.promotion-message-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.promotion-message-heading h3 { margin: .35rem 0 0; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.promotion-message-heading button { min-height: 44px; padding: .55rem .9rem; border: 1px solid var(--line); border-radius: 999px; color: var(--text); background: var(--surface-high); cursor: pointer; }
.promotion-message-heading button:hover, .promotion-message-heading button:focus-visible { border-color: rgba(83, 216, 255, .5); outline: none; }
.promotion-message-wall > p { max-width: 760px; color: var(--muted); }
.promotion-message-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.promotion-message-list article { min-width: 0; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .025); }
.promotion-message-list p { margin: 0 0 .65rem; white-space: pre-wrap; overflow-wrap: anywhere; }
.promotion-message-list time { color: #758195; font-size: .72rem; }
.promotion-message-status { margin-bottom: 0; font-size: .82rem; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
h2 { margin: 0.4rem 0 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.1; letter-spacing: -0.04em; }
.sync-status { display: flex; align-items: center; gap: 0.55rem; color: var(--muted); font-size: 0.85rem; }
.sync-status time { padding-left: 0.35rem; border-left: 1px solid var(--line); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--muted); }
.status-dot.live { background: var(--green); box-shadow: 0 0 14px var(--green); }
.status-dot.pending { background: var(--amber); }
.status-dot.error { background: var(--error); }
.notice { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; margin-bottom: 1rem; padding: 1rem 1.2rem; border-radius: 14px; color: #f3dbb4; background: rgba(255, 194, 102, 0.09); border: 1px solid rgba(255, 194, 102, 0.16); }
.notice.live { color: #bff5df; background: rgba(72, 224, 164, 0.08); border-color: rgba(72, 224, 164, 0.16); }
.notice.error { color: #ffc7ce; background: rgba(255, 122, 138, 0.08); border-color: rgba(255, 122, 138, 0.16); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; }
.metric-card { min-width: 0; padding: 1.4rem; border-radius: var(--radius-medium); background: var(--surface); border: 1px solid var(--line); }
.metric-card.featured { background: linear-gradient(145deg, rgba(119, 83, 237, 0.28), var(--surface) 70%); }
.metric-card > span, .download-card > span { display: block; color: var(--muted); font-size: 0.84rem; }
.metric-card strong { display: block; margin: 0.55rem 0 0.2rem; font-size: clamp(1.35rem, 2.2vw, 2.3rem); letter-spacing: -0.055em; white-space: nowrap; }
.metric-card .metric-value-wide { font-size: clamp(1.25rem, 1.85vw, 2.15rem); }
.metric-card .metric-value-precision { font-size: clamp(1.1rem, 1.55vw, 1.9rem); }
.metric-card small, .download-card small { color: #758195; }
.schedule-panel { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 2rem; margin-top: 0.8rem; padding: 2rem; border-radius: var(--radius-large); background: var(--surface-high); }
.schedule-panel h3 { margin: 0.4rem 0; font-size: 1.6rem; }
.schedule-panel p { color: var(--muted); }
.schedule-values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 0; }
.schedule-values div, .epoch-card dl div { display: flex; justify-content: space-between; gap: 1rem; }
dt { color: var(--muted); } dd { margin: 0; font-weight: 700; text-align: right; }
.progress-track { grid-column: 1 / -1; height: 7px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, 0.07); }
.progress-track span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--violet), var(--cyan)); }
.policy-note { grid-column: 1 / -1; margin: 0; font-size: 0.83rem; }
.policy-change-card { grid-column: 1 / -1; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: var(--radius-medium); background: var(--surface-high); background: color-mix(in srgb, var(--surface-high) 72%, var(--accent) 28%); }
.policy-change-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .75rem; }
.policy-change-heading span { color: var(--muted); font-size: .8rem; letter-spacing: .06em; }
.policy-change-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem 1.4rem; margin: 0; }
.policy-change-card dl div { display: flex; justify-content: space-between; gap: .8rem; min-width: 0; }
.policy-change-card dt { color: var(--muted); }
.policy-change-card dd { margin: 0; max-width: 65%; text-align: right; overflow-wrap: anywhere; }
.pipeline-status { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.5rem 0.8rem; padding: 0.8rem 1rem; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,0.025); }
.pipeline-status span, .pipeline-status small { color: var(--muted); }
.pipeline-status strong { color: var(--text); }
.premine-allocation { margin-top: 1rem; padding: clamp(1.4rem, 3vw, 2rem); border: 1px solid rgba(255, 194, 102, .18); border-radius: var(--radius-large); background: linear-gradient(145deg, rgba(255, 194, 102, .075), var(--surface) 52%, rgba(118, 82, 237, .08)); }
.premine-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.4rem; }
.premine-heading h3 { margin: .4rem 0 .55rem; font-size: clamp(1.6rem, 3vw, 2.35rem); letter-spacing: -.035em; }
.premine-heading p:not(.eyebrow) { max-width: 720px; margin: 0; color: var(--muted); }
.premine-total { flex: 0 0 auto; min-width: 190px; padding: 1rem 1.15rem; border: 1px solid rgba(255, 194, 102, .2); border-radius: var(--radius-medium); background: rgba(255, 194, 102, .06); }
.premine-total span, .premine-allocation-card p { color: var(--muted); }
.premine-total span { display: block; margin-bottom: .35rem; font-size: .78rem; }
.premine-total strong { color: var(--amber); font-size: 1.25rem; }
.premine-allocation-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.premine-allocation-card { min-width: 0; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-medium); background: rgba(10, 13, 20, .72); }
.premine-allocation-card:first-child { grid-column: 1 / -1; }
.premine-card-heading { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: .65rem; }
.premine-ordinal { color: var(--violet); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .72rem; }
.premine-card-heading strong { min-width: 0; overflow-wrap: anywhere; }
.premine-share { padding: .25rem .55rem; border-radius: 999px; color: var(--amber); background: rgba(255, 194, 102, .1); font: 700 .78rem "JetBrains Mono", ui-monospace, monospace; }
.premine-allocation-card > b { display: block; margin-top: .85rem; font-size: 1.15rem; }
.premine-allocation-card p { min-height: 2.8em; margin: .45rem 0 .9rem; font-size: .86rem; line-height: 1.55; }
.premine-share-track { height: 5px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, .07); }
.premine-share-track span { display: block; width: var(--allocation-share); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--amber), var(--violet)); }
.two-column-section { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 5rem; align-items: center; }
.mining-section { display: grid; gap: 5rem; }
.mining-welcome { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; padding: clamp(1.4rem, 4vw, 3.25rem); border: 1px solid rgba(255, 194, 102, .2); border-radius: var(--radius-large); background: linear-gradient(135deg, rgba(255, 194, 102, .1), rgba(140, 103, 255, .08) 52%, var(--surface) 100%); box-shadow: var(--shadow); }
.token-welcome { margin-block: 0; }
.welcome-copy { padding: clamp(.25rem, 2vw, 1rem); }
.welcome-copy h2 { max-width: 760px; margin-bottom: 1.6rem; }
.welcome-copy > p:not(.eyebrow) { max-width: 760px; color: #c5cddd; }
.welcome-copy .welcome-closing { margin-top: 1.7rem; color: var(--text); }
.welcome-signature { display: block; margin-top: 1.2rem; color: var(--amber); }
.welcome-disclaimer-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: .9rem;
  padding: .65rem .9rem;
  border: 1px solid rgba(247, 185, 44, .42);
  border-radius: 999px;
  color: var(--amber);
  font-weight: 700;
  text-underline-offset: .2em;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
.welcome-disclaimer-link:is(:hover, :focus-visible) {
  border-color: var(--amber);
  background: rgba(247, 185, 44, .1);
  color: #ffd67a;
}
.eligibility-card { align-self: stretch; padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: calc(var(--radius-large) - 6px); background: rgba(9, 11, 16, .7); }
.eligibility-card h3, .license-heading h2 { margin: .4rem 0 .7rem; font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.15; letter-spacing: -.035em; }
.eligibility-card > p:not(.eyebrow) { color: var(--muted); }
.device-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; padding: 0; margin: 1.4rem 0; list-style: none; }
.device-list li { min-width: 0; padding: .8rem .9rem; border: 1px solid rgba(83, 216, 255, .14); border-radius: 14px; color: #dce8f4; background: rgba(83, 216, 255, .06); font-weight: 700; }
.device-list li::before { content: "✦"; margin-right: .5rem; color: var(--cyan); }
.eligibility-note { font-size: .86rem; }
.utility-notice { margin-top: 1.4rem; padding: 1.1rem; border: 1px solid rgba(255, 194, 102, .2); border-radius: 16px; background: rgba(255, 194, 102, .07); }
.utility-notice strong { color: var(--amber); }
.utility-notice p { margin: .45rem 0 0; color: #cbd3df; font-size: .9rem; }
.license-showcase { display: grid; gap: 1.6rem; }
.license-heading { max-width: 800px; }
.license-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.license-gallery figure { min-width: 0; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: var(--radius-medium); background: var(--surface); box-shadow: 0 20px 55px rgba(0, 0, 0, .2); }
.license-gallery img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; background: #050608; }
.license-gallery figcaption { display: flex; min-height: 74px; align-items: flex-start; justify-content: space-between; gap: .45rem; padding: .75rem .85rem .85rem; flex-direction: column; }
.license-gallery figcaption strong { font-size: .92rem; }
.license-gallery figcaption span { color: var(--muted); font-size: .78rem; text-align: left; }
.star-power-levels { display: grid; gap: .75rem; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: var(--radius-medium); background: var(--surface); }
.star-power-levels > div { display: flex; flex-wrap: wrap; gap: .5rem; }
.star-power-levels span { padding: .5rem .75rem; border-radius: 999px; background: var(--surface-strong); color: var(--text); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .82rem; }
.license-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.license-facts article { min-width: 0; padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius-medium); background: var(--surface); }
.license-facts article > span { display: block; margin-bottom: .55rem; color: var(--violet); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .75rem; }
.license-facts strong { display: block; }
.license-facts p { margin: .45rem 0 0; overflow-wrap: anywhere; color: var(--muted); font-size: .9rem; }
.mining-operations { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: center; }
.formula { margin-top: 2rem; padding: 1.2rem; border-left: 3px solid var(--violet); color: #c9d2e2; background: var(--violet-soft); }
.formula code { white-space: normal; }
#mining .policy-note { margin-top: 1rem; color: var(--muted); line-height: 1.65; }
.epoch-card { padding: 1.7rem; border-radius: var(--radius-large); background: linear-gradient(145deg, var(--surface-bright), var(--surface)); border: 1px solid var(--line); box-shadow: var(--shadow); }
.epoch-card-header { display: flex; justify-content: space-between; margin-bottom: 1.3rem; font-weight: 700; }
.pill { padding: 0.2rem 0.65rem; border-radius: 999px; color: var(--amber); background: rgba(255, 194, 102, 0.1); font-size: 0.72rem; }
.epoch-card dl { display: grid; gap: 0.85rem; margin: 0; }
.mono { overflow-wrap: anywhere; font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace; font-size: 0.82em; }
.epoch-links { display: flex; gap: 1.2rem; margin-top: 1.4rem; }
.text-link { color: var(--cyan); font-size: 0.86rem; }
.audit-section .section-heading > p { max-width: 480px; color: var(--muted); }
.security-assurance-card { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1rem; margin-bottom: 1rem; padding: clamp(1.25rem, 3vw, 1.8rem); border: 1px solid rgba(72, 224, 164, .24); border-radius: 22px; background: linear-gradient(135deg, rgba(72, 224, 164, .09), rgba(83, 216, 255, .055) 58%, rgba(140, 103, 255, .06)); box-shadow: inset 0 1px rgba(255, 255, 255, .035); }
.security-assurance-mark { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; color: #06130d; background: linear-gradient(145deg, #7cf2bc, #36c991); box-shadow: 0 12px 32px rgba(72, 224, 164, .19); font-size: 1.2rem; font-weight: 900; }
.security-assurance-status { display: inline-flex; min-height: 25px; align-items: center; padding: .25rem .62rem; border: 1px solid rgba(72, 224, 164, .22); border-radius: 999px; color: #a7f6d1; background: rgba(72, 224, 164, .08); font-size: .68rem; font-weight: 850; letter-spacing: .055em; }
.security-assurance-card h3 { margin: .65rem 0 .45rem; font-size: clamp(1.1rem, 2.2vw, 1.45rem); }
.security-assurance-card p { max-width: 900px; margin: 0; color: #c5cddd; }
.security-assurance-card strong, .security-assurance-card small { display: block; margin-top: .72rem; overflow-wrap: anywhere; }
.security-assurance-card strong { color: var(--cyan); font-size: .82rem; }
.security-assurance-card small { color: var(--muted); line-height: 1.55; }
.identity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
.identity-grid article { padding: 1.3rem; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); }
.identity-grid span { display: block; margin-bottom: 0.55rem; color: var(--muted); font-size: 0.82rem; }
.transaction-list { margin-top: 0.8rem; padding: 1.3rem; border-radius: 16px; color: var(--muted); background: var(--surface); border: 1px solid var(--line); }
.wallet-lookup-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 4rem; align-items: center; }
.wallet-lookup-section p, .wallet-download-section p { color: var(--muted); }
#wallet-lookup-form { padding: 1.5rem; border-radius: var(--radius-large); background: var(--surface); }
#wallet-lookup-form label { display: block; margin-bottom: 0.6rem; font-size: 0.85rem; }
.input-row { display: flex; gap: 0.7rem; }
.input-row input { min-width: 0; flex: 1; padding: 0.8rem 1rem; color: var(--text); background: var(--bg); border: 1px solid var(--line); border-radius: 14px; outline: none; }
.input-row input:focus { border-color: var(--violet); box-shadow: 0 0 0 3px var(--violet-soft); }
.form-result { min-height: 1.6rem; margin: 0.7rem 0 0; font-size: 0.84rem; }
.wallet-download-section { position: relative; display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; overflow: clip; isolation: isolate; }
.wallet-download-section::before { content: ""; position: absolute; z-index: -1; inset: 9% -8% 2% 38%; border-radius: 48%; background: radial-gradient(circle at 52% 42%, rgba(255, 194, 102, .11), rgba(140, 103, 255, .1) 38%, transparent 72%); filter: blur(34px); pointer-events: none; }
.wallet-download-section ul { padding-left: 1.2rem; color: #c7cfdd; }
.wallet-download-section li { margin: 0.5rem 0; }
.wallet-app-icon { position: relative; width: clamp(104px, 11vw, 132px); aspect-ratio: 1; margin-bottom: 1.35rem; isolation: isolate; animation: wallet-app-icon-float 5.4s ease-in-out infinite; }
.wallet-app-icon::before { content: ""; position: absolute; z-index: -2; inset: -20%; border-radius: 42%; background: radial-gradient(circle at 46% 42%, rgba(255, 255, 255, .28), rgba(255, 74, 90, .2) 34%, rgba(140, 103, 255, .16) 58%, transparent 76%); filter: blur(20px); }
.wallet-app-icon::after { content: ""; position: absolute; z-index: -1; inset: -8%; border: 1px solid rgba(255, 255, 255, .12); border-radius: 31%; background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .01)); box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 18px 54px rgba(0, 0, 0, .26); transform: rotate(-4deg); }
.wallet-app-icon img { display: block; width: 100%; height: 100%; border-radius: 24%; background: transparent; object-fit: contain; filter: drop-shadow(0 20px 24px rgba(0, 0, 0, .3)); }
.wallet-download-copy h2 { max-width: 520px; font-size: clamp(2rem, 3.2vw, 3.15rem); }
.wallet-guide-entry { display: flex; align-items: center; gap: 1.15rem; margin-bottom: 1.2rem; }
.wallet-guide-button { display: inline-flex; min-height: 48px; align-items: center; gap: .7rem; padding: .75rem 1.4rem; border: 1px solid rgba(255, 194, 102, .3); border-radius: 999px; color: #ffe4a8; background: rgba(255, 194, 102, .08); box-shadow: 0 12px 32px rgba(0, 0, 0, .18); font-size: .875rem; font-weight: 850; letter-spacing: -.01em; line-height: 1.2; white-space: nowrap; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.wallet-guide-button::before { content: ""; width: 20px; height: 17px; border: 2px solid currentColor; border-radius: 3px 6px 6px 3px; box-shadow: inset 6px 0 transparent; transform: rotate(-3deg); }
.wallet-guide-button::after { content: "→"; font-size: 1rem; }
.wallet-guide-button:hover { transform: translateY(-2px); border-color: rgba(255, 194, 102, .58); background: rgba(255, 194, 102, .13); }
.wallet-guide-button:focus-visible { outline: 3px solid rgba(83, 216, 255, .42); outline-offset: 3px; }
:lang(ko) .wallet-download-copy h2, :lang(ko) .android-download-card > p, :lang(ko) .distribution-notice p, :lang(ko) .ios-coming-card p { word-break: keep-all; }
.distribution-notice { display: flex; gap: .85rem; margin-top: 2rem; padding: 1rem 1.1rem; border: 1px solid rgba(83, 216, 255, .14); border-radius: 18px; background: linear-gradient(135deg, rgba(83, 216, 255, .08), rgba(140, 103, 255, .06)); }
.distribution-notice-mark { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; color: #07140f; background: var(--green); box-shadow: 0 0 24px rgba(72, 224, 164, .25); font-weight: 900; }
.distribution-notice strong { display: block; font-size: .92rem; }
.distribution-notice p { margin: .35rem 0 0; font-size: .84rem; line-height: 1.6; }
.wallet-release-panel { display: grid; gap: .9rem; min-width: 0; }
.download-card { position: relative; overflow: hidden; padding: clamp(1.35rem, 3vw, 2.2rem); border: 1px solid rgba(255, 255, 255, .11); border-radius: 32px; background: linear-gradient(148deg, rgba(41, 47, 65, .96), rgba(15, 18, 26, .96) 54%, rgba(67, 48, 116, .35)); box-shadow: 0 38px 100px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .05); }
.download-card::before { content: ""; position: absolute; width: 280px; height: 280px; right: -110px; top: -150px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 194, 102, .25), transparent 68%); pointer-events: none; }
.download-card-header { position: relative; display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.platform-heading { display: flex; align-items: center; gap: .9rem; min-width: 0; }
.platform-heading > div > span { display: block; color: var(--muted); font-size: .73rem; font-weight: 800; letter-spacing: .12em; }
.platform-heading strong { display: block; margin-top: .18rem; overflow-wrap: anywhere; font-size: clamp(1.75rem, 4vw, 2.6rem); letter-spacing: -.055em; }
.platform-mark { display: grid; width: 52px; height: 52px; flex: 0 0 52px; place-items: center; border: 1px solid rgba(255, 194, 102, .3); border-radius: 17px; color: #1a1204; background: linear-gradient(145deg, #ffe19a, #f3a817); box-shadow: 0 13px 34px rgba(247, 176, 38, .17); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .77rem; font-weight: 900; letter-spacing: -.04em; }
.channel-badge, .coming-soon-badge { display: inline-flex; min-height: 30px; align-items: center; justify-content: center; padding: .35rem .72rem; border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.channel-badge { color: #bcf8df; background: rgba(72, 224, 164, .09); border: 1px solid rgba(72, 224, 164, .2); }
.android-download-card > p { position: relative; min-height: 1.5rem; margin: 1rem 0 1.35rem; line-height: 1.6; }
.download-actions { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(185px, .62fr); gap: 1rem; align-items: stretch; }
.download-primary-action { display: flex; min-width: 0; flex-direction: column; padding: 1.1rem; border: 1px solid var(--line); border-radius: 22px; background: rgba(7, 9, 14, .42); }
.download-primary-action > span { color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .04em; }
.download-primary-action .button { width: 100%; margin: .85rem 0 .7rem; }
.download-primary-action small { min-height: 1.25rem; overflow-wrap: anywhere; line-height: 1.5; }
.install-safety { margin: auto 0 0; padding-top: .8rem; font-size: .75rem; line-height: 1.55; }
.release-qr { display: flex; min-width: 0; flex-direction: column; align-items: center; padding: .75rem .75rem .9rem; border: 1px solid rgba(255, 255, 255, .13); border-radius: 22px; color: var(--text); background: rgba(255, 255, 255, .055); text-align: center; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.release-qr:not(.disabled):hover { transform: translateY(-3px); border-color: rgba(255, 194, 102, .48); background: rgba(255, 194, 102, .07); }
.release-qr.disabled { cursor: default; }
.qr-visual { --qr-logo-scale: 16%; position: relative; display: grid; width: min(100%, 190px); overflow: hidden; aspect-ratio: 1; place-items: center; border: 7px solid white; border-radius: 18px; background: linear-gradient(135deg, #fff, #eef1f5); box-shadow: 0 18px 36px rgba(0, 0, 0, .24); }
.qr-visual canvas { display: block; width: 100%; height: 100%; image-rendering: pixelated; }
.qr-brand { position: absolute; display: grid; width: calc(var(--qr-logo-scale) + 8%); aspect-ratio: 1; place-items: center; padding: 3%; border-radius: 27%; background: white; box-shadow: 0 3px 12px rgba(0, 0, 0, .16); }
.qr-brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.release-qr > strong { margin-top: .72rem; font-size: .87rem; }
.release-qr > span:last-child { margin-top: .25rem; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.release-qr[data-state="preparing"] .qr-visual canvas, .release-qr[data-state="error"] .qr-visual canvas { opacity: 0; }
.release-qr[data-state="preparing"] .qr-visual { background: linear-gradient(120deg, #e8ebf1, #fff 42%, #e8ebf1 70%); background-size: 220% 100%; animation: qr-skeleton 1.8s ease-in-out infinite; }
.qr-status { min-height: 1.2rem; margin: .7rem .15rem 0; color: var(--muted); font-size: .72rem; }
.ios-coming-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1rem; align-items: center; padding: 1.15rem 1.3rem; border: 1px solid rgba(255, 255, 255, .08); border-radius: 24px; background: linear-gradient(112deg, rgba(255, 255, 255, .055), rgba(140, 103, 255, .06)); }
.ios-platform-mark { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255, 255, 255, .12); border-radius: 15px; background: rgba(255, 255, 255, .07); }
.ios-platform-mark svg { width: 25px; height: 25px; fill: #f5f6fa; }
.ios-coming-card > div:nth-child(2) > span { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.ios-coming-card h3 { margin: .2rem 0 .18rem; font-size: 1rem; }
.ios-coming-card p { margin: 0; font-size: .78rem; line-height: 1.5; }
.coming-soon-badge { color: #e8ddff; border: 1px solid rgba(140, 103, 255, .26); background: rgba(140, 103, 255, .13); }
.site-footer { display: flex; justify-content: space-between; gap: 2rem; padding-block: 3rem; border-top: 1px solid var(--line); color: var(--muted); }
.site-footer p { margin: 0.3rem 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.4rem; }

@keyframes hero-wave-sweep { from { transform: translate3d(-4%, -2%, 0) scale(.96); } to { transform: translate3d(5%, 3%, 0) scale(1.06); } }
@keyframes hero-glow-pulse { from { transform: scale(.85); opacity: .52; } to { transform: scale(1.2); opacity: 1; } }
@keyframes wallet-app-icon-float { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -8px, 0); } }
@keyframes qr-skeleton { from { background-position: 100% 0; } to { background-position: -100% 0; } }
@keyframes orbit-spin { to { transform: rotate(342deg); } }
@keyframes orbit-spin-reverse { to { transform: rotate(-323deg); } }

.token-architecture-section {
  padding-block: 5.5rem;
}

.token-architecture-section .section-heading {
  align-items: end;
}

.token-architecture-section .section-description {
  max-width: 780px;
}

.token-architecture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 2rem;
}

.token-architecture-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.2rem;
  min-width: 0;
  padding: clamp(1.3rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.token-architecture-card::after {
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 194, 54, .18), transparent 68%);
  content: "";
  pointer-events: none;
}

.rwa-architecture-card::after {
  background: radial-gradient(circle, rgba(91, 153, 255, .17), transparent 68%);
}

.architecture-symbol {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(255, 199, 71, .38);
  border-radius: 20px;
  background: rgba(255, 184, 28, .1);
  color: var(--accent);
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.rwa-architecture-card .architecture-symbol {
  border-color: rgba(91, 153, 255, .38);
  background: rgba(91, 153, 255, .1);
  color: #a9c7ff;
}

.token-architecture-card strong {
  display: block;
  margin-bottom: .65rem;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.token-architecture-card p,
.architecture-separation {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.architecture-status {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--accent);
  font-weight: 700;
  line-height: 1.55;
}

.architecture-separation {
  max-width: 920px;
  margin: 1.15rem auto 0;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--accent);
  background: rgba(255, 184, 28, .05);
}

@media (max-width: 900px) {
  .nav { display: none; }
  .mobile-menu { display: block; }
  .site-header { gap: .7rem; }
  .language-picker { margin-left: 0; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 5rem; }
  .orbit { width: min(78vw, 390px); }
  .promotion-section { grid-template-columns: 1fr; grid-template-areas: "overview" "visual" "messages"; }
  .promotion-visual { min-height: 360px; }
  .token-architecture-grid { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .two-column-section, .mining-welcome, .mining-operations, .wallet-lookup-section, .wallet-download-section { grid-template-columns: 1fr; gap: 2.5rem; }
  .license-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .section-shell { width: min(var(--max-width), calc(100% - 32px)); }
  .site-header { min-height: 64px; padding-inline: 16px; }
  .mobile-menu-panel { position: fixed; top: 72px; right: 16px; left: 16px; width: auto; }
  .site-header .brand { min-width: 0; gap: .5rem; }
  .site-header .brand img { width: 36px; height: 36px; }
  .brand span { font-size: 0.8rem; }
  .network-toggle { min-width: 54px; padding-inline: .58rem; justify-content: center; }
  .network-label-full { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .network-label-short { display: inline; font-size: .72rem; letter-spacing: .04em; }
  .language-picker select { max-width: 116px; min-height: 44px; }
  .hero { gap: 2rem; padding-block: 3.5rem; }
  .hero h1 { font-size: clamp(2.65rem, 17vw, 4.5rem); overflow-wrap: anywhere; }
  .hero-description, .section-description { font-size: 1rem; }
  .promotion-section, .welcome-section, .token-architecture-section, .dashboard-section, .two-column-section, .mining-section, .audit-section, .wallet-lookup-section, .wallet-download-section { padding-block: 4rem; }
  .mining-section { gap: 3.5rem; }
  .mining-welcome { padding: 1.2rem; }
  .welcome-copy, .eligibility-card { padding: 1.1rem; }
  .token-architecture-card { grid-template-columns: 1fr; }
  .architecture-status { grid-column: 1; }
  .license-gallery, .license-facts { grid-template-columns: 1fr; }
  .license-gallery figcaption { gap: .2rem; }
  .license-gallery figcaption span { text-align: left; }
  .device-list { grid-template-columns: 1fr; }
  .metric-grid, .identity-grid, .schedule-panel, .schedule-values, .policy-change-card dl, .premine-allocation-list { grid-template-columns: 1fr; }
  .metric-card { padding: 1.2rem; }
  .metric-card strong,
  .metric-card .metric-value-wide,
  .metric-card .metric-value-precision { font-size: clamp(1.45rem, 7vw, 2rem); }
  .schedule-panel { padding: 1.4rem; }
  .schedule-values div, .epoch-card dl div { align-items: flex-start; }
  .schedule-values dd, .epoch-card dd { max-width: 58%; overflow-wrap: anywhere; }
  .progress-track, .policy-note { grid-column: 1; }
  .policy-change-card { grid-column: 1; }
  .premine-heading { align-items: stretch; flex-direction: column; gap: 1rem; }
  .premine-total { min-width: 0; }
  .premine-allocation-card:first-child { grid-column: 1; }
  .premine-allocation-card p { min-height: 0; }
  .section-heading, .site-footer { align-items: flex-start; flex-direction: column; }
  .security-assurance-card { grid-template-columns: 1fr; }
  .sync-status { flex-wrap: wrap; }
  .input-row { flex-direction: column; }
  .button { width: 100%; }
  .promotion-facts, .promotion-rounds, .promotion-message-list { grid-template-columns: 1fr; }
  .promotion-actions, .promotion-message-heading { align-items: stretch; flex-direction: column; }
  .promotion-message-heading button { width: 100%; }
  .promotion-visual { min-height: 300px; }
  .epoch-card, #wallet-lookup-form, .download-card { padding: 1.25rem; }
  .epoch-links { flex-wrap: wrap; gap: .8rem 1.2rem; }
  .identity-grid article, .transaction-list { min-width: 0; overflow-wrap: anywhere; }
  .download-actions { grid-template-columns: 1fr; }
  .release-qr { display: grid; grid-template-columns: 128px minmax(0, 1fr); column-gap: .85rem; text-align: left; }
  .qr-visual { grid-row: span 2; width: 128px; }
  .release-qr > strong { margin-top: 0; align-self: end; }
  .release-qr > span:last-child { align-self: start; }
  .ios-coming-card { grid-template-columns: auto minmax(0, 1fr); }
  .coming-soon-badge { grid-column: 2; justify-self: start; }
  .footer-links { gap: .7rem 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero::before, .hero::after, .orbit-ring-large, .orbit-ring-small,
  .promotion-orbit-one, .promotion-orbit-two, .promotion-wallet-node, .promotion-token-node,
  .promotion-signal, .promotion-link-core, .wallet-app-icon { animation: none; }
  .release-qr[data-state="preparing"] .qr-visual { animation: none; }
}

@media (max-width: 390px) {
  .brand small { display: none; }
  .site-header { gap: .45rem; }
  .language-picker select { max-width: 104px; padding-inline: .65rem 1.4rem; }
  .orbit { width: min(84vw, 320px); }
  .orbit-ring-large { animation: none; transform: none; }
  .schedule-values div, .epoch-card dl div { flex-direction: column; gap: .15rem; }
  .schedule-values dd, .epoch-card dd { max-width: 100%; text-align: left; }
  .download-card-header { align-items: stretch; flex-direction: column; }
  .channel-badge { align-self: flex-start; }
  .release-qr { grid-template-columns: 104px minmax(0, 1fr); padding: .65rem; }
  .qr-visual { width: 104px; border-width: 5px; border-radius: 14px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hot-emblem { animation: float 6s ease-in-out infinite; }
  @keyframes float { 50% { transform: translateY(-12px) rotate(2deg); } }
}

.claim-handoff-shell { display: grid; min-height: 100vh; place-items: center; padding-block: 3rem; }
.claim-handoff-card { box-sizing: border-box; width: min(100%, 620px); }
.claim-handoff-card h1 { font-size: clamp(2rem, 7vw, 3.8rem); }
.claim-handoff-card hr { margin: 1.5rem 0; border: 0; border-top: 1px solid var(--line); }
