@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --paper: #fff8eb;
  --paper-strong: #fffcf5;
  --ink: #203330;
  --muted: #65716c;
  --line: #e8dac4;
  --coral: #de5a43;
  --coral-dark: #b94736;
  --teal: #176d67;
  --teal-dark: #103f3e;
  --gold: #c98c22;
  --soft-coral: #f9dfd4;
  --soft-teal: #dcece7;
  --soft-gold: #f8edd7;
  --page-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, "Microsoft YaHei", "PingFang SC", sans-serif; font-size: 16px; line-height: 1.7; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.1; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 5.5vw, 78px); font-weight: 800; }
h2 { margin-bottom: 0; font-size: clamp(37px, 4vw, 60px); font-weight: 800; }
h3 { font-size: 20px; font-weight: 800; }
em { color: var(--coral); font-style: normal; }
.page-shell { width: min(var(--page-width), calc(100% - 80px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 8px 12px; background: var(--ink); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 16px; color: var(--coral); font-family: "DM Mono", monospace; font-size: 11px; font-weight: 500; }
.eyebrow-light { color: #f2c178; }
.section-label { display: flex; align-items: center; gap: 14px; margin-bottom: 52px; color: var(--muted); font-family: "DM Mono", monospace; font-size: 11px; }
.section-label span { color: var(--coral); }
.section-label p { margin: 0; }

.site-header { position: absolute; z-index: 30; top: 0; right: 0; left: 0; min-height: 82px; border-bottom: 1px solid rgba(232, 218, 196, .76); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(255, 248, 235, .95); box-shadow: 0 8px 24px rgba(32, 51, 48, .08); backdrop-filter: blur(15px); }
.header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; }
.wordmark img { width: 31px; height: 31px; border-radius: 8px; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 700; }
.site-nav a, .footer-bottom a, .footer-email { transition: color .2s ease; }
.site-nav a:hover, .footer-bottom a:hover, .footer-email:hover { color: var(--coral); }
.nav-link-emphasis { color: var(--coral); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); background: var(--paper-strong); cursor: pointer; }
.menu-toggle i { display: block; height: 1px; margin: 6px 1px; background: var(--ink); }
.button { display: inline-flex; min-height: 50px; align-items: center; gap: 13px; padding: 12px 19px; border: 1px solid transparent; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: #fff; }
.button-primary:hover { background: var(--coral-dark); }
.button-light { background: var(--paper); color: var(--teal-dark); }
.button-light:hover { background: #fff; }
.inline-link, .text-link { display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid currentColor; color: var(--teal); font-size: 13px; font-weight: 800; transition: color .2s ease; }
.inline-link:hover, .text-link:hover { color: var(--coral); }

.hero { position: relative; min-height: 800px; overflow: hidden; background: var(--paper); }
.hero-image { position: absolute; inset: 0; background: url('assets/auth_bg.png') center 54% / cover no-repeat; opacity: .78; animation: hero-drift 18s ease-in-out infinite alternate; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255, 248, 235, .99) 0%, rgba(255, 248, 235, .93) 35%, rgba(255, 248, 235, .38) 72%, rgba(255, 248, 235, .16) 100%); }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(23, 109, 103, .2); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { right: 12%; bottom: 7%; width: 365px; height: 365px; animation: orbit-drift 12s ease-in-out infinite alternate; }
.hero-orbit-two { right: 19%; bottom: 15%; width: 230px; height: 230px; border-color: rgba(222, 90, 67, .26); animation: orbit-drift 9s ease-in-out infinite alternate-reverse; }
.hero-inner { position: relative; z-index: 2; display: flex; min-height: 800px; align-items: center; padding-top: 72px; }
.hero-copy { max-width: 635px; animation: hero-copy-in .85s cubic-bezier(.22, 1, .36, 1) both; }
.hero-description { max-width: 555px; margin-bottom: 30px; color: var(--muted); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.hero-facts { display: flex; gap: 34px; margin-top: 72px; }
.hero-facts div { display: grid; gap: 1px; }
.hero-facts strong { color: var(--teal); font-family: "DM Mono", monospace; font-size: 21px; font-weight: 500; }
.hero-facts span { color: var(--muted); font-size: 11px; }
.hero-status { position: absolute; right: 4%; top: 178px; width: 254px; padding: 16px 17px 18px; border: 1px solid rgba(23, 109, 103, .22); background: rgba(255, 252, 245, .78); color: var(--teal); backdrop-filter: blur(12px); animation: note-float 5s ease-in-out infinite; }
.status-top { display: flex; align-items: center; gap: 8px; font-family: "DM Mono", monospace; font-size: 9px; }
.status-top strong { margin-left: auto; color: var(--coral); font-weight: 500; }
.live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(222, 90, 67, .12); animation: live-pulse 2s ease-in-out infinite; }
.status-steps { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin: 19px 0 14px; color: var(--muted); font-size: 11px; }
.status-steps i { width: 15px; height: 1px; background: var(--line); }
.status-steps .is-done { color: var(--teal); font-weight: 800; }
.hero-status p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.hero-stamp { position: absolute; right: 12%; bottom: 75px; display: grid; width: 116px; height: 116px; place-items: center; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); transform: rotate(12deg); animation: stamp-in 1s .2s cubic-bezier(.22, 1, .36, 1) both, stamp-wobble 7s 1.4s ease-in-out infinite; }
.hero-stamp span { font-family: "DM Mono", monospace; font-size: 9px; line-height: 1.35; text-align: center; }
.hero-stamp i { position: absolute; top: 5px; right: 17px; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
.scroll-cue { position: absolute; z-index: 2; bottom: 33px; left: max(40px, calc((100% - var(--page-width)) / 2)); display: flex; align-items: center; gap: 12px; color: var(--muted); font-family: "DM Mono", monospace; font-size: 10px; }
.scroll-cue span { width: 40px; height: 1px; background: var(--coral); transform-origin: left center; animation: cue-line 2.2s ease-in-out infinite; }

.exchange-section { padding: 132px 0 145px; background: var(--paper-strong); }
.exchange-heading { display: grid; grid-template-columns: minmax(0, 1.13fr) minmax(280px, .7fr); gap: 90px; align-items: end; }
.exchange-heading > p { max-width: 390px; margin: 0; color: var(--muted); line-height: 1.9; }
.exchange-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 0; margin: 80px 0 0; list-style: none; }
.exchange-flow li { min-width: 0; padding: 21px 0 0; border-top: 1px solid var(--line); }
.flow-index { color: var(--coral); font-family: "DM Mono", monospace; font-size: 11px; }
.flow-visual { position: relative; display: grid; width: 100%; height: 172px; place-items: center; overflow: hidden; margin: 19px 0 26px; background: var(--soft-teal); color: var(--teal-dark); }
.flow-visual span { position: relative; z-index: 1; font-family: "DM Mono", monospace; font-size: 31px; }
.flow-visual i { font-family: "DM Mono", monospace; font-size: 10px; font-style: normal; }
.flow-visual-record i { position: absolute; width: 88px; height: 110px; border: 1px solid rgba(23, 109, 103, .35); background: rgba(255, 252, 245, .72); transform: rotate(-8deg); }
.flow-visual-record i:nth-of-type(1) { left: 22px; top: 24px; }
.flow-visual-record i:nth-of-type(2) { left: 66px; top: 41px; transform: rotate(3deg); }
.flow-visual-record i:nth-of-type(3) { left: 114px; top: 22px; transform: rotate(10deg); }
.flow-visual-review { background: var(--soft-coral); }
.flow-visual-review span { display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); }
.flow-visual-review i { position: absolute; right: 17px; bottom: 14px; color: var(--coral-dark); }
.flow-visual-match { background: var(--soft-gold); }
.flow-visual-match span { color: var(--teal); font-size: 41px; }
.flow-visual-match i { position: absolute; right: 15px; bottom: 14px; color: var(--gold); }
.flow-visual-connect { background: var(--teal-dark); color: #fff8eb; }
.flow-visual-connect span { font-size: 46px; color: #f2c178; animation: connection-pulse 3s ease-in-out infinite; }
.flow-visual-connect i { position: absolute; left: 15px; bottom: 14px; color: #c7dfd8; }
.flow-copy .eyebrow { margin-bottom: 9px; font-size: 10px; }
.flow-copy h3 { margin-bottom: 10px; font-size: 22px; }
.flow-copy p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.rhythm-section { padding: 128px 0 140px; background: var(--soft-coral); }
.rhythm-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 100px; align-items: center; }
.rhythm-copy p:not(.eyebrow) { max-width: 460px; margin: 27px 0; color: var(--muted); line-height: 1.95; }
.rhythm-board { position: relative; padding: 12px 0 0 70px; }
.rhythm-track { position: absolute; top: 31px; bottom: 28px; left: 22px; width: 1px; background: rgba(185, 71, 54, .26); }
.rhythm-track span { position: absolute; top: 0; left: -2px; width: 5px; height: 64px; background: var(--coral); animation: track-slide 5s ease-in-out infinite; }
.rhythm-track i { position: absolute; left: -5px; width: 11px; height: 11px; border: 2px solid var(--soft-coral); border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 1px var(--teal); }
.rhythm-track i:nth-of-type(1) { top: 0; }.rhythm-track i:nth-of-type(2) { top: 48%; }.rhythm-track i:nth-of-type(3) { bottom: 0; }
.rhythm-board article { padding: 19px 0 25px; border-bottom: 1px solid rgba(185, 71, 54, .22); }
.rhythm-board article:last-child { border: 0; }
.rhythm-board time, .rhythm-board article span { font-family: "DM Mono", monospace; font-size: 10px; }
.rhythm-board time { display: block; color: var(--coral-dark); }
.rhythm-board article span { color: var(--teal); }
.rhythm-board h3 { margin: 6px 0; font-size: 23px; }
.rhythm-board p { max-width: 450px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.app-section { padding: 136px 0 145px; background: var(--soft-teal); }
.app-heading { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .7fr); gap: 90px; align-items: end; }
.app-heading > p { max-width: 390px; margin: 0; color: var(--muted); line-height: 1.9; }
.app-showcase { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 70px; align-items: start; margin-top: 78px; }
.app-stage { min-height: 660px; padding: 23px 32px 32px; border: 1px solid rgba(23, 109, 103, .18); background: rgba(255, 252, 245, .7); }
.app-stage-top { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--teal); font-family: "DM Mono", monospace; font-size: 10px; }
.app-stage-top strong { margin-left: auto; color: var(--coral); font-weight: 500; }
.app-screen-focus { width: min(316px, 100%); margin: 0 auto; background: var(--paper-strong); box-shadow: 0 24px 54px rgba(23, 109, 103, .2); }
.app-screen-focus img { width: 100%; aspect-ratio: 9 / 20; object-fit: cover; object-position: top; transition: opacity .18s ease, transform .34s ease; }
.app-screen-focus img.is-swapping { opacity: .2; transform: scale(.985); }
.app-screen-focus figcaption { display: grid; gap: 4px; padding: 15px 16px 17px; }
.app-screen-focus strong { font-size: 15px; }.app-screen-focus span { color: var(--muted); font-family: "DM Mono", monospace; font-size: 10px; }
.app-screen-tabs { display: grid; border-top: 1px solid rgba(23, 109, 103, .22); }
.app-screen-tab { position: relative; display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; gap: 10px; align-items: center; min-height: 82px; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(23, 109, 103, .22); background: transparent; color: var(--muted); text-align: left; cursor: pointer; transition: color .2s ease, padding .2s ease; }
.app-screen-tab:hover, .app-screen-tab.is-active { padding-left: 11px; color: var(--teal-dark); }
.app-screen-tab.is-active::before { position: absolute; left: 0; width: 3px; height: 31px; background: var(--coral); content: ''; }
.app-screen-tab > span, .app-screen-tab small { font-family: "DM Mono", monospace; font-size: 10px; }.app-screen-tab > span { color: var(--coral); }.app-screen-tab strong { font-size: 13px; }.app-screen-tab small { color: var(--muted); }

.boundary-section { padding: 128px 0 140px; background: var(--paper-strong); }
.boundary-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 98px; }
.boundary-grid { display: grid; gap: 1px; background: var(--line); }
.boundary-grid article { min-height: 162px; padding: 22px 25px; background: var(--paper-strong); transition: background .25s ease, transform .25s ease; }
.boundary-grid article:hover { background: var(--soft-gold); transform: translateX(5px); }
.boundary-grid span { color: var(--coral); font-family: "DM Mono", monospace; font-size: 10px; }.boundary-grid h3 { margin: 16px 0 8px; font-size: 20px; }.boundary-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.safety-section { position: relative; overflow: hidden; padding: 130px 0 143px; background: var(--teal-dark); color: var(--paper); }
.safety-rings { position: absolute; top: -165px; right: -100px; width: 560px; height: 560px; border: 1px solid rgba(255, 248, 235, .14); border-radius: 50%; animation: slow-turn 28s linear infinite; }
.safety-rings::before, .safety-rings::after, .safety-rings i { position: absolute; display: block; border: 1px solid rgba(255, 248, 235, .12); border-radius: 50%; content: ''; }.safety-rings::before { inset: 62px; }.safety-rings::after { inset: 130px; }.safety-rings i:nth-child(1) { top: 57px; left: 65px; width: 10px; height: 10px; border: 0; background: var(--coral); }.safety-rings i:nth-child(2) { right: 77px; bottom: 68px; width: 9px; height: 9px; border: 0; background: #f2c178; }.safety-rings i:nth-child(3) { right: 49px; top: 215px; width: 8px; height: 8px; border: 0; background: var(--soft-teal); }
.safety-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: 104px; }
.safety-copy h2 { margin-bottom: 25px; }.safety-copy h2 em { color: #f2c178; }.safety-copy > p:not(.eyebrow) { max-width: 456px; margin-bottom: 30px; color: #b9d0ca; line-height: 1.95; }
.safety-list { border-top: 1px solid rgba(255, 248, 235, .22); }.safety-list article { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 24px; padding: 25px 0; border-bottom: 1px solid rgba(255, 248, 235, .22); }.safety-list article > span { color: #f2c178; font-family: "DM Mono", monospace; font-size: 10px; }.safety-list h3 { margin: 0 0 9px; font-size: 21px; }.safety-list p { margin: 0; color: #b9d0ca; font-size: 13px; line-height: 1.8; }

.faq-section { padding: 130px 0 142px; background: var(--paper); }.faq-layout { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: 104px; }.faq-intro h2 { margin-bottom: 25px; }.faq-intro > p:last-child { max-width: 315px; margin: 0; color: var(--muted); font-size: 13px; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--coral); font-family: "DM Mono", monospace; font-size: 21px; font-weight: 400; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 670px; padding: 0 40px 26px 0; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }

.closing-section { position: relative; min-height: 420px; overflow: hidden; background: var(--soft-gold); }.closing-inner { position: relative; z-index: 1; padding: 91px 0; }.closing-inner h2 { max-width: 600px; margin-bottom: 28px; }.closing-art { position: absolute; right: 8%; bottom: -158px; width: 500px; height: 500px; border: 1px solid rgba(23, 109, 103, .25); border-radius: 50%; animation: slow-turn 31s linear infinite reverse; }.closing-art::before, .closing-art::after, .closing-art i { position: absolute; display: block; border: 1px solid rgba(23, 109, 103, .21); border-radius: 50%; content: ''; }.closing-art::before { inset: 57px; }.closing-art::after { inset: 116px; }.closing-art i:nth-child(1) { top: 70px; right: 13px; width: 14px; height: 14px; border: 0; background: var(--coral); }.closing-art i:nth-child(2) { top: 183px; left: 30px; width: 8px; height: 8px; border: 0; background: var(--gold); }.closing-art i:nth-child(3) { right: 104px; bottom: 101px; width: 10px; height: 10px; border: 0; background: var(--teal); }
.site-footer { background: var(--paper-strong); }.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 121px; border-bottom: 1px solid var(--line); }.footer-top p { margin: 0; color: var(--muted); font-size: 13px; text-align: center; }.footer-email { justify-self: end; color: var(--teal); font-family: "DM Mono", monospace; font-size: 11px; }.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 23px 0; color: var(--muted); font-family: "DM Mono", monospace; font-size: 10px; }.footer-bottom nav { display: flex; gap: 22px; }

/* Privacy policy */
.privacy-main { padding-top: 82px; }.privacy-hero { background: var(--soft-teal); }.privacy-hero-inner { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(270px, .72fr); gap: 100px; align-items: end; min-height: 396px; padding-top: 82px; padding-bottom: 68px; }.privacy-hero h1 { margin-bottom: 20px; font-size: clamp(47px, 5vw, 70px); }.privacy-lead { max-width: 590px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.9; }.policy-meta { display: grid; gap: 18px; }.policy-meta div { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 12px; padding-bottom: 11px; border-bottom: 1px solid rgba(23, 109, 103, .2); font-size: 12px; }.policy-meta span { color: var(--muted); }.policy-meta strong, .policy-meta a { color: var(--teal); font-family: "DM Mono", monospace; font-size: 11px; font-weight: 500; }
.privacy-layout { display: grid; grid-template-columns: 248px minmax(0, 1fr); gap: 64px; padding-top: 84px; padding-bottom: 126px; }.policy-nav { position: sticky; top: 108px; align-self: start; display: grid; gap: 10px; padding-left: 18px; border-left: 1px solid var(--line); }.policy-nav p { margin: 0 0 8px; color: var(--coral); font-family: "DM Mono", monospace; font-size: 12px; }.policy-nav a { color: var(--muted); font-size: 13px; font-weight: 600; line-height: 1.65; transition: color .2s ease, transform .2s ease; }.policy-nav a:hover, .policy-nav a.is-active { color: var(--coral); font-weight: 800; transform: translateX(6px); }
.policy-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 17px; background: var(--line); }.policy-summary article { display: grid; gap: 6px; min-height: 103px; padding: 18px 19px; background: var(--paper-strong); }.policy-summary strong { color: var(--teal); font-size: 19px; }.policy-summary span { color: var(--muted); font-size: 11px; line-height: 1.6; }.policy-notice { display: grid; grid-template-columns: 27px minmax(0, 1fr); gap: 17px; padding: 20px 22px; background: var(--soft-coral); }.notice-mark { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--coral); color: #fff; font-family: Georgia, serif; font-weight: 700; }.policy-notice p { margin: 0; color: var(--coral-dark); font-size: 13px; line-height: 1.75; }
.policy-section { padding-top: 68px; scroll-margin-top: 100px; }.policy-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 23px; }.policy-heading > span { color: var(--coral); font-family: "DM Mono", monospace; font-size: 12px; }.policy-heading h2 { font-size: 34px; }.policy-section > p { max-width: 780px; margin-bottom: 25px; color: var(--muted); line-height: 1.9; }.data-grid, .rights-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }.data-grid article { min-height: 170px; padding: 22px; background: var(--paper-strong); }.data-icon { display: block; margin-bottom: 20px; color: var(--teal); font-family: "DM Mono", monospace; font-size: 20px; }.data-grid h3 { margin-bottom: 8px; font-size: 17px; }.data-grid p, .rights-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.76; }.basis-list, .retention-table, .permission-list, .visibility-list { border-top: 1px solid var(--line); }.basis-list div, .retention-table div, .permission-list div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 25px; padding: 18px 0; border-bottom: 1px solid var(--line); }.basis-list span, .rights-grid span, .permission-tag { color: var(--teal); font-size: 13px; font-weight: 800; }.basis-list p, .permission-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }.visibility-list article { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 25px; padding: 18px 0; border-bottom: 1px solid var(--line); }.visibility-list strong { color: var(--teal); font-size: 13px; }.visibility-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }.policy-note { display: flex; gap: 6px; margin-top: 16px; padding: 16px 19px; background: var(--soft-gold); color: #76541e; font-size: 12px; line-height: 1.7; }.permission-tag { align-self: start; padding: 4px 9px; background: var(--soft-teal); font-size: 11px; text-align: center; }.policy-inline-note { margin-top: 16px; font-size: 12px; }.retention-table div { grid-template-columns: 190px minmax(0, 1fr); font-size: 13px; }.retention-table span { color: var(--muted); }.retention-table strong { font-weight: 600; }.rights-grid div { min-height: 144px; padding: 21px; background: var(--paper-strong); }.rights-grid p { margin-top: 10px; }.rights-grid a, .contact-box a { color: var(--teal); font-weight: 800; }.highlight-block { margin: 30px 0; padding: 25px; border-left: 3px solid var(--coral); background: var(--soft-coral); }.highlight-block h3 { margin-bottom: 9px; font-size: 19px; }.highlight-block p { margin: 0; color: var(--coral-dark); font-size: 13px; line-height: 1.8; }.subheading { margin: 38px 0 12px; font-size: 21px; }.contact-box { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }.contact-box div { display: grid; gap: 9px; padding: 22px; background: var(--soft-teal); }.contact-box span { color: var(--muted); font-family: "DM Mono", monospace; font-size: 10px; }.contact-box strong, .contact-box a { font-size: 13px; }.reading-progress { position: fixed; z-index: 60; top: 0; left: 0; width: 100%; height: 3px; background: rgba(23, 109, 103, .12); pointer-events: none; }.reading-progress span { display: block; width: 100%; height: 100%; background: var(--coral); transform: scaleX(0); transform-origin: left; }

html.js-ready [data-reveal] { opacity: 0; transform: translateY(22px); }html.js-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); transition: opacity .68s ease, transform .68s cubic-bezier(.22, 1, .36, 1); transition-delay: var(--reveal-delay, 0ms); }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }@keyframes hero-drift { from { transform: scale(1.02) translate3d(-1%, -1%, 0); } to { transform: scale(1.08) translate3d(1%, 1%, 0); } }@keyframes orbit-drift { from { transform: translate3d(0, 0, 0) rotate(0deg); } to { transform: translate3d(-15px, 12px, 0) rotate(8deg); } }@keyframes note-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }@keyframes live-pulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(222, 90, 67, .12); } 50% { box-shadow: 0 0 0 7px rgba(222, 90, 67, .04); } }@keyframes stamp-in { from { opacity: 0; transform: scale(.75) rotate(-12deg); } to { opacity: 1; transform: scale(1) rotate(12deg); } }@keyframes stamp-wobble { 0%, 100% { rotate: 0deg; } 50% { rotate: 6deg; } }@keyframes cue-line { 0%, 100% { transform: scaleX(.45); opacity: .45; } 50% { transform: scaleX(1); opacity: 1; } }@keyframes track-slide { 0%, 100% { transform: translateY(0); opacity: .85; } 50% { transform: translateY(154px); opacity: .35; } }@keyframes connection-pulse { 0%, 100% { transform: scale(1); opacity: .82; } 50% { transform: scale(1.12); opacity: 1; } }@keyframes slow-turn { to { rotate: 360deg; } }

@media (max-width: 900px) {
  .page-shell { width: min(680px, calc(100% - 48px)); }.site-nav { gap: 14px; }.hero { min-height: 760px; }.hero-inner { min-height: 760px; }.hero-status { right: 2%; }.hero-stamp { right: 3%; }.exchange-heading, .app-heading, .privacy-hero-inner { gap: 45px; }.exchange-flow { grid-template-columns: repeat(2, 1fr); }.rhythm-layout, .boundary-layout, .safety-layout { gap: 54px; }.app-showcase { grid-template-columns: minmax(0, 1fr) 240px; gap: 32px; }.app-stage { padding-right: 20px; padding-left: 20px; }.privacy-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 30px; }.policy-nav { padding-left: 14px; }
}
@media (max-width: 700px) {
  .page-shell { width: calc(100% - 36px); }.site-header, .header-inner { min-height: 72px; }.menu-toggle { display: block; }.site-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; padding: 12px 18px 19px; background: rgba(255, 248, 235, .98); border-bottom: 1px solid var(--line); box-shadow: 0 14px 25px rgba(32, 51, 48, .08); }.site-nav.is-open { display: grid; }.site-nav a { padding: 7px 0; }.hero { min-height: 730px; }.hero-inner { min-height: 730px; align-items: start; padding-top: 145px; }.hero-image { background-position: 61% center; opacity: .54; }.hero-wash { background: linear-gradient(90deg, rgba(255, 248, 235, .99) 0%, rgba(255, 248, 235, .86) 72%, rgba(255, 248, 235, .48) 100%); }.hero-description { font-size: 15px; }.hero-actions { gap: 19px; }.hero-facts { gap: 17px; margin-top: 51px; }.hero-facts strong { font-size: 17px; }.hero-facts span { font-size: 10px; }.hero-status { top: auto; right: 18px; bottom: 116px; width: 216px; transform: scale(.82); transform-origin: right bottom; }.hero-stamp { right: 17px; bottom: 30px; transform: scale(.72) rotate(12deg); transform-origin: right bottom; }.hero-orbit-one { right: -180px; bottom: -100px; width: 390px; height: 390px; }.hero-orbit-two { right: -68px; bottom: 0; width: 245px; height: 245px; }.scroll-cue { bottom: 31px; left: 18px; }.exchange-section, .rhythm-section, .app-section, .boundary-section, .safety-section, .faq-section { padding: 82px 0 90px; }.section-label { margin-bottom: 37px; }.exchange-heading, .rhythm-layout, .app-heading, .boundary-layout, .safety-layout, .faq-layout, .privacy-hero-inner { grid-template-columns: 1fr; gap: 29px; }.exchange-heading h2, .rhythm-copy h2, .app-heading h2, .boundary-intro h2, .faq-intro h2 { font-size: 38px; }.exchange-flow { grid-template-columns: 1fr; gap: 0; margin-top: 52px; }.exchange-flow li { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 13px; padding: 23px 0; }.flow-visual { grid-column: 2; grid-row: 1; height: 152px; margin: 0 0 4px; }.flow-copy { grid-column: 2; grid-row: 2; }.flow-copy h3 { font-size: 22px; }.rhythm-board { padding-left: 58px; }.rhythm-track { left: 20px; }.app-showcase { grid-template-columns: 1fr; gap: 32px; margin-top: 52px; }.app-stage { min-height: 0; padding: 16px 16px 20px; }.app-screen-focus { width: min(260px, 100%); }.app-screen-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 15px; }.app-screen-tab { min-height: 68px; }.app-screen-tab:last-child { grid-column: 1 / -1; }.app-screen-tab small { display: none; }.boundary-grid article { min-height: 0; padding: 19px; }.safety-rings { right: -270px; top: -110px; transform: scale(.82); }.safety-list article { grid-template-columns: 62px minmax(0, 1fr); gap: 15px; }.safety-list h3 { font-size: 19px; }.faq-list details p { padding-right: 0; font-size: 13px; }.closing-section { min-height: 380px; }.closing-inner { padding: 74px 0; }.closing-inner h2 { font-size: 42px; }.closing-art { right: -145px; bottom: -170px; transform: scale(.78); transform-origin: bottom right; }.footer-top { grid-template-columns: 1fr; gap: 16px; padding: 31px 0; text-align: center; }.footer-top .wordmark, .footer-email { justify-self: center; }.footer-bottom { display: grid; gap: 14px; text-align: center; }.footer-bottom nav { justify-content: center; flex-wrap: wrap; }.privacy-main { padding-top: 72px; }.privacy-hero-inner { min-height: 0; padding-top: 64px; padding-bottom: 50px; }.privacy-layout { grid-template-columns: 1fr; gap: 35px; padding-top: 45px; padding-bottom: 85px; }.policy-nav { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 17px; padding-bottom: 8px; padding-left: 0; border-left: 0; border-bottom: 1px solid var(--line); }.policy-nav p { grid-column: 1 / -1; margin-bottom: 1px; }.policy-summary, .data-grid, .rights-grid, .contact-box { grid-template-columns: 1fr; }.policy-summary article { min-height: 0; padding: 14px 17px; }.policy-section { padding-top: 45px; }.policy-heading h2 { font-size: 29px; }.policy-section > p { font-size: 14px; }.data-grid article { min-height: 0; padding: 19px; }.data-icon { margin-bottom: 15px; }.basis-list div, .retention-table div, .permission-list div, .visibility-list article { grid-template-columns: 100px minmax(0, 1fr); gap: 15px; font-size: 12px; }.policy-note { display: block; }.policy-note strong { display: block; }.policy-inline-note { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
