:root {
  --ink: #10242a;
  --muted: #64777c;
  --line: rgba(16, 36, 42, 0.12);
  --paper: #f4f6f4;
  --teal: #19b9c6;
  --teal-deep: #063743;
  --cyan: #6cecf2;
  --orange: #df743d;
  --violet: #2a2149;
  --ivory: #f3dfc4;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }

.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { width: 38px; height: 38px; border-radius: 12px; box-shadow: 0 9px 24px rgba(0, 0, 0, 0.18); }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font-size: 15px; font-weight: 780; letter-spacing: 0.02em; }
.brand small { margin-top: 6px; color: #75878b; font-size: 8px; letter-spacing: 0.14em; }
.brand-on-dark { color: #fff; }
.brand-on-dark small { color: rgba(255, 255, 255, 0.57); }

.gateway-page { min-height: 100svh; overflow: hidden; background: #071f29; color: #fff; }
.gateway-header { position: fixed; z-index: 30; top: 0; right: 0; left: 0; display: flex; align-items: center; gap: 24px; min-height: 82px; padding: 16px clamp(20px, 4vw, 68px); border-bottom: 1px solid rgba(255, 255, 255, 0.12); background: linear-gradient(180deg, rgba(5, 19, 28, 0.72), rgba(5, 19, 28, 0)); }
.gateway-nav { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.gateway-nav a { padding: 11px 13px; color: rgba(255, 255, 255, 0.72); font-size: 12px; font-weight: 650; transition: color 0.2s ease; }
.gateway-nav a:hover { color: #fff; }
.glass-button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 16px; border: 1px solid rgba(255, 255, 255, 0.26); border-radius: 12px; background: rgba(7, 22, 31, 0.24); color: #fff; font-size: 11px; font-weight: 730; backdrop-filter: blur(18px); transition: background 0.2s ease, border-color 0.2s ease; }
.glass-button:hover { border-color: rgba(255, 255, 255, 0.48); background: rgba(255, 255, 255, 0.13); }

.world-gateway { position: relative; display: flex; width: 100%; min-height: 100svh; isolation: isolate; }
.world-gateway::before { position: absolute; z-index: -3; inset: 0; background: url("./assets/hero-worlds-v2.webp") center / cover no-repeat; content: ""; transform: scale(1.01); }
.world-gateway::after { position: absolute; z-index: 3; top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(transparent 8%, rgba(255, 255, 255, 0.32) 26%, rgba(255, 255, 255, 0.2) 72%, transparent 94%); content: ""; pointer-events: none; }
.world-panel { position: relative; display: flex; flex: 1 1 50%; min-width: 0; align-items: flex-end; overflow: hidden; padding: 138px clamp(28px, 4.5vw, 76px) 106px; color: #fff; transition: flex-basis 0.55s cubic-bezier(.2,.7,.2,1); }
.world-panel::before { position: absolute; z-index: -1; inset: 0; content: ""; transition: opacity 0.4s ease; }
.world-panel::after { position: absolute; inset: 0; border: 1px solid transparent; content: ""; pointer-events: none; transition: border-color 0.25s ease; }
.world-ai::before { background: linear-gradient(180deg, rgba(1, 23, 32, 0.05) 22%, rgba(1, 24, 34, 0.38) 58%, rgba(1, 20, 29, 0.96) 100%); }
.world-game { justify-content: flex-end; text-align: right; }
.world-game::before { background: linear-gradient(180deg, rgba(25, 14, 43, 0.03) 20%, rgba(33, 20, 47, 0.3) 58%, rgba(29, 19, 45, 0.93) 100%); }
.world-panel:hover { flex-basis: 53.5%; }
.world-panel:hover::after { border-color: rgba(255, 255, 255, 0.25); }
.world-panel:hover .world-enter i { transform: translate(3px, -3px); }
.world-copy { position: relative; z-index: 4; width: min(500px, 92%); text-shadow: 0 2px 22px rgba(0, 0, 0, 0.28); }
.world-game .world-copy { display: flex; align-items: flex-end; flex-direction: column; }
.world-number { display: block; margin-bottom: 19px; color: rgba(255, 255, 255, 0.66); font-size: 9px; font-weight: 760; letter-spacing: 0.19em; }
.world-copy h1 { margin: 0 0 18px; font-size: clamp(48px, 5.8vw, 88px); line-height: 0.93; letter-spacing: -0.055em; }
.world-copy h1 em { color: #80f4f3; font-style: normal; }
.world-game .world-copy h1 { color: #fff3dd; }
.world-copy p { max-width: 410px; margin: 0 0 30px; color: rgba(255, 255, 255, 0.7); font-size: 14px; line-height: 1.75; }
.world-enter { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 7px; border-bottom: 1px solid rgba(255, 255, 255, 0.54); font-size: 12px; font-weight: 760; }
.world-enter i { font-size: 16px; font-style: normal; transition: transform 0.25s ease; }
.world-status { position: absolute; z-index: 4; top: 112px; left: clamp(28px, 4.5vw, 76px); display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 999px; background: rgba(2, 19, 28, 0.18); color: rgba(255, 255, 255, 0.74); font-size: 9px; backdrop-filter: blur(10px); }
.world-game .world-status { right: clamp(28px, 4.5vw, 76px); left: auto; }
.world-status i { width: 5px; height: 5px; border-radius: 50%; background: #58ddaa; box-shadow: 0 0 10px #58ddaa; }
.world-game .world-status i { background: #ffc56e; box-shadow: 0 0 10px #ffc56e; }
.world-axis { position: absolute; z-index: 5; top: 50%; left: 50%; display: grid; width: 88px; height: 88px; place-items: center; transform: translate(-50%, -50%); pointer-events: none; }
.world-axis::before, .world-axis::after { position: absolute; border-radius: 50%; content: ""; }
.world-axis::before { inset: 0; border: 1px solid rgba(255, 255, 255, 0.25); background: rgba(14, 31, 37, 0.2); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2); backdrop-filter: blur(12px); }
.world-axis::after { inset: 10px; border: 1px solid rgba(255, 255, 255, 0.12); }
.world-axis span { position: relative; width: 44px; color: rgba(255, 255, 255, 0.8); font-size: 9px; font-weight: 720; line-height: 1.45; text-align: center; }
.gateway-footer { position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 20px; padding: 17px clamp(20px, 4vw, 68px); color: rgba(255, 255, 255, 0.43); font-size: 9px; pointer-events: none; }
.gateway-records { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; margin: 0 auto; padding: 0 20px; font-size: 8px; pointer-events: auto; }
.gateway-footer nav { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px; pointer-events: auto; }
.gateway-footer a:hover, .gateway-records a:hover { color: #fff; }
.footer-phone { display: inline-flex; min-height: 44px; align-items: center; color: rgba(255, 255, 255, 0.78); font-size: 12px; white-space: nowrap; }
.footer-phone:hover, .footer-phone:active { color: #fff; }
.footer-phone:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }

.product-page { background: #f5f7f6; }
.product-header { position: fixed; z-index: 40; top: 0; right: 0; left: 0; display: flex; min-height: 76px; align-items: center; gap: 24px; padding: 13px max(22px, calc((100vw - 1240px) / 2 + 22px)); }
.product-header-dark { border-bottom: 1px solid rgba(255, 255, 255, 0.12); background: linear-gradient(180deg, rgba(5, 19, 28, 0.78), rgba(5, 19, 28, 0.05)); }
.product-nav { display: flex; gap: 5px; align-items: center; margin-left: auto; }
.product-nav a { padding: 10px 12px; color: rgba(255, 255, 255, 0.7); font-size: 11px; font-weight: 650; }
.product-nav a:hover { color: #fff; }
.product-hero { position: relative; min-height: min(900px, 100svh); overflow: hidden; color: #fff; background-image: url("./assets/hero-worlds-v2.webp"); background-repeat: no-repeat; background-size: cover; }
.assistant-hero { background-position: left center; }
.games-hero { background-position: right center; }
.product-hero-shade { position: absolute; inset: 0; }
.assistant-hero .product-hero-shade { background: linear-gradient(90deg, rgba(1, 20, 29, 0.97) 0%, rgba(2, 30, 40, 0.76) 34%, rgba(2, 29, 38, 0.12) 72%), linear-gradient(0deg, rgba(1, 18, 25, 0.82), transparent 45%); }
.games-hero .product-hero-shade { background: linear-gradient(270deg, rgba(28, 18, 45, 0.94) 0%, rgba(35, 23, 51, 0.6) 36%, rgba(40, 27, 53, 0.05) 68%), linear-gradient(0deg, rgba(27, 18, 41, 0.82), transparent 45%); }
.product-hero-copy { position: absolute; z-index: 3; bottom: 146px; left: max(24px, calc((100vw - 1240px) / 2 + 24px)); width: min(620px, calc(100vw - 48px)); }
.game-hero-copy { right: max(24px, calc((100vw - 1240px) / 2 + 24px)); left: auto; text-align: right; }
.product-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #80f4f3; font-size: 9px; font-weight: 800; letter-spacing: 0.2em; }
.game-kicker { justify-content: flex-end; color: #ffd18f; }
.product-kicker span { width: 28px; height: 1px; background: currentColor; }
.product-hero-copy h1 { margin: 0; font-size: clamp(64px, 8.5vw, 126px); line-height: 0.87; letter-spacing: -0.065em; }
.product-hero-copy h1 em { color: var(--cyan); font-style: normal; }
.games-hero .product-hero-copy h1 { color: #fff0d8; font-family: Georgia, "Songti SC", serif; font-weight: 650; letter-spacing: -0.08em; }
.product-lead { max-width: 560px; margin: 28px 0 30px; color: rgba(255, 255, 255, 0.7); font-size: 15px; line-height: 1.8; }
.game-hero-copy .product-lead { margin-left: auto; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.game-hero-copy .hero-actions { justify-content: flex-end; }
.button { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 12px; padding: 0 19px; border: 1px solid transparent; border-radius: 12px; font-size: 11px; font-weight: 760; transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease; }
.button:hover { transform: translateY(-2px); }
.button-cyan { background: #72e8ed; color: #042630; }
.button-orange { background: #ef944e; color: #291a17; }
.button-glass { border-color: rgba(255, 255, 255, 0.26); background: rgba(255, 255, 255, 0.08); color: #fff; backdrop-filter: blur(15px); }
.button-light { background: #fff; color: #10242a; }
.button-ink { background: #261d36; color: #fff; }
.hero-facts { position: absolute; z-index: 3; right: max(24px, calc((100vw - 1240px) / 2 + 24px)); bottom: 38px; display: flex; gap: 32px; }
.hero-facts span { display: flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, 0.66); font-size: 10px; }
.hero-facts small { color: rgba(255, 255, 255, 0.38); font-size: 8px; }
.games-hero .hero-facts { right: auto; left: max(24px, calc((100vw - 1240px) / 2 + 24px)); }
.hero-back { position: absolute; z-index: 3; bottom: 38px; left: max(24px, calc((100vw - 1240px) / 2 + 24px)); color: rgba(255, 255, 255, 0.58); font-size: 10px; }
.games-hero .hero-back { right: max(24px, calc((100vw - 1240px) / 2 + 24px)); left: auto; }
.hero-back:hover { color: #fff; }

.product-content, .game-world-section { padding: 112px max(22px, calc((100vw - 1240px) / 2 + 22px)); }
.assistant-content { background: radial-gradient(circle at 85% 0, rgba(67, 196, 203, 0.12), transparent 26%), #f5f8f7; }
.section-intro { max-width: 810px; margin-bottom: 48px; }
.section-intro > p, .workflow-section header > p, .account-copy > p:first-child, .product-cta p { margin: 0 0 15px; color: #168a96; font-size: 9px; font-weight: 800; letter-spacing: 0.18em; }
.section-intro h2, .workflow-section h2, .account-copy h2, .product-cta h2 { margin: 0 0 18px; font-size: clamp(36px, 5vw, 62px); line-height: 1.08; letter-spacing: -0.04em; }
.section-intro > span { display: block; max-width: 680px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.capability-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 15px; }
.capability-card { position: relative; min-height: 420px; overflow: hidden; padding: 24px; border: 1px solid rgba(15, 57, 64, 0.1); border-radius: 22px; background: rgba(255, 255, 255, 0.82); box-shadow: 0 22px 60px rgba(9, 44, 51, 0.06); }
.capability-large { grid-row: span 2; min-height: 855px; }
.capability-accent { background: #082d36; color: #fff; }
.card-index { display: block; margin-bottom: 28px; color: #7f9296; font-size: 9px; font-weight: 800; }
.capability-card h3 { margin: 30px 0 9px; font-size: 22px; }
.capability-card > p { max-width: 580px; margin: 0; color: #6b7d81; font-size: 13px; line-height: 1.75; }
.capability-accent > p { color: rgba(255, 255, 255, 0.6); }
.conversation-ui { display: flex; min-height: 590px; flex-direction: column; justify-content: center; padding: clamp(20px, 4vw, 48px); border-radius: 17px; background: linear-gradient(155deg, #eaf7f6, #fff); }
.message { max-width: 77%; margin: 0 0 15px; padding: 15px 17px; border-radius: 15px 15px 4px 15px; background: #dce9e8; font-size: 12px; line-height: 1.7; }
.message.mine { align-self: flex-end; }
.message.daipo { display: flex; align-self: flex-start; gap: 11px; border-radius: 15px 15px 15px 4px; background: #caeff0; }
.message.daipo i { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; border-radius: 9px; background: #0b5c67; color: #fff; font-size: 10px; font-style: normal; }
.task-progress { margin-top: 30px; padding: 13px; border: 1px solid #dce9e8; border-radius: 12px; background: #fff; }
.task-progress span { display: block; width: 68%; height: 4px; margin-bottom: 9px; border-radius: 5px; background: linear-gradient(90deg, #1bb6c3 66%, #dce8e7 66%); }
.task-progress small { color: #708286; font-size: 9px; }
.terminal-ui { padding: 18px; border-radius: 16px; background: #0d2931; color: #fff; }
.terminal-ui > div { display: flex; align-items: center; gap: 6px; padding-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.terminal-ui > div i { width: 6px; height: 6px; border-radius: 50%; background: #fa776b; }
.terminal-ui > div i:nth-child(2) { background: #f6c85d; }
.terminal-ui > div i:nth-child(3) { background: #60ce8c; }
.terminal-ui > div strong { margin-left: auto; font-size: 9px; }
.terminal-ui p { display: flex; justify-content: space-between; margin: 10px 0 0; padding: 11px; border-radius: 9px; background: rgba(255, 255, 255, 0.06); font-size: 10px; }
.terminal-ui em { color: #6ce0b0; font-size: 8px; font-style: normal; }
.system-map { position: relative; display: grid; min-height: 205px; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 8px; }
.system-map span { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid rgba(112, 235, 239, 0.6); border-radius: 50%; background: #0a525e; box-shadow: 0 0 45px rgba(88, 225, 232, 0.24); transform: translate(-50%, -50%); font-size: 12px; font-weight: 780; }
.system-map i { position: absolute; inset: 22px 7%; border: 1px solid rgba(112, 235, 239, 0.18); border-radius: 50%; }
.system-map b { align-self: end; padding: 8px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 8px; color: rgba(255, 255, 255, 0.66); font-size: 8px; text-align: center; }
.workflow-section { padding: 100px max(22px, calc((100vw - 1240px) / 2 + 22px)); background: #072a33; color: #fff; }
.workflow-section header { max-width: 720px; }
.workflow-section header > p { color: #67dfe5; }
.workflow-section ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 50px 0 0; padding: 0; list-style: none; background: rgba(255, 255, 255, 0.12); }
.workflow-section li { min-height: 210px; padding: 22px; background: #072a33; }
.workflow-section li > span { color: #54cdd4; font-size: 9px; }
.workflow-section li div { margin-top: 76px; }
.workflow-section h3 { margin: 0 0 8px; font-size: 18px; }
.workflow-section li p { margin: 0; color: rgba(255, 255, 255, 0.52); font-size: 11px; line-height: 1.7; }

.game-world-section { background: radial-gradient(circle at 80% 0, rgba(225, 120, 61, 0.15), transparent 28%), #f4e8da; }
.warm-intro > p { color: #b75c2f; }
.warm-intro > span { color: #77665e; }
.world-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.world-feature-grid article { min-height: 455px; padding: 23px; border: 1px solid rgba(74, 43, 32, 0.12); border-radius: 22px; background: rgba(255, 250, 243, 0.66); }
.world-feature-grid article > span { font-size: 9px; font-weight: 800; }
.feature-orb { position: relative; height: 245px; margin: 15px 0 22px; overflow: hidden; border-radius: 16px; background: #291f45; }
.feature-orb::before, .feature-orb::after { position: absolute; border-radius: 50%; content: ""; }
.orb-account::before { top: 53px; left: calc(50% - 62px); width: 124px; height: 124px; background: radial-gradient(circle at 32% 28%, #ffc184, #da6439 56%, #71303a); box-shadow: 0 0 56px rgba(232, 113, 57, 0.4); }
.orb-account::after { inset: 28px 15%; border: 1px solid rgba(255, 220, 168, 0.25); }
.orb-security::before { top: 59px; left: calc(50% - 48px); width: 96px; height: 116px; border: 1px solid rgba(255, 215, 154, 0.62); border-radius: 48px 48px 26px 26px; background: linear-gradient(155deg, rgba(255, 201, 126, 0.32), rgba(79, 57, 111, 0.35)); box-shadow: inset 0 0 30px rgba(255, 211, 150, 0.2); }
.orb-security::after { top: 99px; left: calc(50% - 7px); width: 14px; height: 14px; background: #ffb75e; box-shadow: 0 0 18px #ffb75e; }
.orb-world::before { right: 34px; bottom: 32px; width: 160px; height: 160px; background: radial-gradient(circle at 35% 30%, #ffbd75, #d55d3c 58%, #57304a); }
.orb-world::after { top: 28px; right: 18px; width: 235px; height: 165px; border: 1px solid rgba(255, 218, 164, 0.28); transform: rotate(-22deg); }
.world-feature-grid h3 { margin: 0 0 9px; font-size: 20px; }
.world-feature-grid p { margin: 0; color: #79665c; font-size: 12px; line-height: 1.75; }
.game-account-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 670px; background: #211936; color: #fff; }
.account-visual { position: relative; display: grid; overflow: hidden; place-items: center; background: radial-gradient(circle, rgba(218, 105, 60, 0.32), transparent 35%), #211936; }
.account-visual > i { width: 215px; height: 215px; border-radius: 50%; background: radial-gradient(circle at 32% 27%, #ffc27c, #d35e3c 55%, #542844); box-shadow: 0 0 95px rgba(220, 103, 57, 0.28); }
.account-visual > strong { position: absolute; bottom: 46px; left: 48px; color: rgba(255, 255, 255, 0.8); font-size: 12px; line-height: 1.5; letter-spacing: 0.15em; }
.orbit-line { position: absolute; border: 1px solid rgba(255, 212, 151, 0.24); border-radius: 50%; }
.orbit-line-one { width: 430px; height: 300px; transform: rotate(-25deg); }
.orbit-line-two { width: 520px; height: 520px; }
.account-copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 70px clamp(30px, 6vw, 90px); }
.account-copy > p:first-child { color: #f0a664; }
.account-copy > p:not(:first-child) { max-width: 530px; margin: 0; color: rgba(255, 255, 255, 0.58); font-size: 13px; line-height: 1.8; }
.account-copy ul { display: grid; width: 100%; gap: 0; margin: 32px 0; padding: 0; list-style: none; }
.account-copy li { display: flex; gap: 15px; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.11); color: rgba(255, 255, 255, 0.76); font-size: 11px; }
.account-copy li span { color: #e89a5b; font-size: 9px; }

.product-cta { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding: 84px max(22px, calc((100vw - 1240px) / 2 + 22px)); color: #fff; }
.assistant-cta { background: linear-gradient(120deg, #0a5966, #07313a); }
.games-cta { background: linear-gradient(120deg, #8c472e, #31213c 75%); }
.product-cta p { color: rgba(255, 255, 255, 0.6); }
.product-cta h2 { max-width: 760px; margin-bottom: 0; }
.product-cta > div:last-child { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.text-link { color: rgba(255, 255, 255, 0.8); font-size: 11px; font-weight: 700; }
.product-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; padding: 44px max(22px, calc((100vw - 1240px) / 2 + 22px)); background: #0a1f25; color: #99acb0; }
.games-page .product-footer { background: #171226; }
.product-footer nav { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px; font-size: 10px; }
.product-footer > p { margin: 0; font-size: 9px; }
.product-records { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 16px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.42); font-size: 8px; }
.product-records a:hover { color: #fff; }

.site-header { position: sticky; z-index: 30; top: 0; display: flex; min-height: 68px; align-items: center; gap: 24px; padding: 10px max(18px, calc((100vw - 1180px) / 2 + 18px)); border-bottom: 1px solid var(--line); background: rgba(245, 247, 245, 0.9); backdrop-filter: blur(18px); }
.nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-links a, .text-action { padding: 10px 12px; color: #52656a; font-size: 12px; font-weight: 650; }
.header-actions { display: flex; align-items: center; gap: 5px; margin-left: auto; }
.primary-action { display: inline-flex; min-height: 40px; align-items: center; padding: 0 15px; border-radius: 10px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 750; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 13px; color: #168a96; font-size: 9px; font-weight: 800; letter-spacing: 0.13em; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #44bd70; box-shadow: 0 0 0 5px rgba(68, 189, 112, 0.13); }

@media (max-width: 900px) {
  .gateway-nav, .product-nav { display: none; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-large { grid-row: auto; min-height: auto; }
  .conversation-ui { min-height: 430px; }
  .workflow-section ol { grid-template-columns: 1fr 1fr; }
  .world-feature-grid { grid-template-columns: 1fr; }
  .world-feature-grid article { min-height: auto; }
  .feature-orb { height: 220px; }
  .game-account-section { grid-template-columns: 1fr; }
  .account-visual { min-height: 500px; }
  .product-cta { align-items: flex-start; flex-direction: column; }
  .product-footer { grid-template-columns: 1fr auto; }
  .product-footer > p { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .gateway-page { overflow: auto; }
  .gateway-header, .product-header { min-height: 66px; padding: 10px 14px; }
  .gateway-header .brand small, .product-header .brand small { display: none; }
  .gateway-header .glass-button, .product-header .glass-button { min-height: 38px; margin-left: auto; padding: 0 11px; }
  .world-gateway { display: grid; min-height: 100svh; grid-template-rows: 1fr 1fr; padding-top: 0; }
  .world-gateway::before, .world-gateway::after, .world-axis { display: none; }
  .world-panel { min-height: 50svh; padding: 100px 20px 50px; background-image: url("./assets/hero-worlds-v2.webp"); background-repeat: no-repeat; background-size: auto 100%; }
  .world-ai { align-items: flex-end; background-position: 18% center; }
  .world-game { align-items: flex-end; justify-content: flex-end; background-position: 82% center; }
  .world-panel::after { border-color: rgba(255, 255, 255, 0.1); }
  .world-copy { width: 88%; }
  .world-copy h1 { margin-bottom: 11px; font-size: 40px; }
  .world-copy p { margin-bottom: 16px; font-size: 11px; line-height: 1.55; }
  .world-number { margin-bottom: 10px; font-size: 7px; }
  .world-enter { font-size: 10px; }
  .world-status { top: 76px; left: 20px; }
  .world-game .world-status { right: 20px; }
  .gateway-footer { position: static; display: grid; gap: 12px; padding: 24px 18px; background: #0d1720; }
  .gateway-records { align-items: flex-start; flex-direction: column; gap: 6px; margin: 0; padding: 0; }
  .gateway-footer nav { justify-content: flex-start; }
  .product-hero { min-height: 760px; background-size: auto 100%; }
  .assistant-hero { background-position: 18% center; }
  .games-hero { background-position: 82% center; }
  .product-hero-copy, .game-hero-copy { right: 20px; bottom: 128px; left: 20px; width: auto; text-align: left; }
  .product-hero-copy h1 { font-size: 58px; }
  .product-lead, .game-hero-copy .product-lead { margin: 21px 0 24px; font-size: 13px; }
  .game-kicker, .game-hero-copy .hero-actions { justify-content: flex-start; }
  .hero-facts { right: 20px; bottom: 27px; left: 20px !important; justify-content: space-between; gap: 6px; }
  .hero-back { display: none; }
  .product-content, .game-world-section, .workflow-section { padding: 72px 16px; }
  .section-intro { margin-bottom: 32px; }
  .section-intro h2, .workflow-section h2, .account-copy h2, .product-cta h2 { font-size: 35px; }
  .capability-card { min-height: auto; padding: 17px; border-radius: 17px; }
  .conversation-ui { min-height: 350px; padding: 15px; }
  .workflow-section ol { grid-template-columns: 1fr; }
  .workflow-section li { min-height: 150px; }
  .workflow-section li div { margin-top: 40px; }
  .world-feature-grid article { padding: 16px; }
  .game-account-section { min-height: auto; }
  .account-visual { min-height: 430px; }
  .account-copy { padding: 60px 20px; }
  .product-cta { padding: 66px 18px; }
  .product-cta > div:last-child { align-items: flex-start; flex-direction: column; }
  .product-footer { grid-template-columns: 1fr; padding: 38px 18px; }
  .product-footer nav { flex-wrap: wrap; }
  .product-footer > p { grid-column: auto; }
  .site-header { gap: 10px; }
  .text-action { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* Keep account access outside the product navigation hidden on narrow screens. */
.website-header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.website-account-entry { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 10px; color: #fff; background: rgba(7,22,31,.24); font-size: 12px; font-weight: 650; white-space: nowrap; }
.website-account-entry:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.13); }
.website-account-entry:focus-visible { outline: 2px solid #6cecf2; outline-offset: 3px; }
@media (max-width: 900px) { .website-header-actions { margin-left: auto; } }
@media (max-width: 680px) {
  .gateway-header, .product-header { gap: 8px; }
  .website-header-actions { gap: 6px; }
  .website-account-entry { padding: 0 10px; }
  .website-header-actions .glass-button { margin-left: 0; min-height: 44px; padding: 0 9px; }
}
