:root {
  --ink: #17211b;
  --ink-2: #24322a;
  --paper: #f1efe5;
  --paper-2: #e8e5d9;
  --white: #fbfaf5;
  --lime: #d9ff63;
  --lime-dark: #a8cc2a;
  --orange: #ff6b35;
  --muted: #757a73;
  --line: rgba(23, 33, 27, 0.17);
  --line-light: rgba(255, 255, 255, 0.16);
  --serif: "Songti SC", "STSong", "SimSun", serif;
  --sans: "Avenir Next", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --shell: min(1240px, calc(100vw - 96px));
  --header-h: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body[data-view="phase1"] .phase-two { display: none; }
body[data-view="phase2"] .phase-one { display: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
p { line-height: 1.75; }
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible { outline: 2px solid var(--lime-dark); outline-offset: 3px; }
.hero-data-card strong,
.metric-value,
.current-bid strong,
.v-land-metrics,
.table-wrap { font-variant-numeric: tabular-nums; }
::selection { background: var(--lime); color: var(--ink); }

.reading-progress {
  position: fixed; inset: 0 0 auto; height: 3px; z-index: 1000;
  background: transparent;
}
.reading-progress span { display: block; height: 100%; width: 0; background: var(--lime); box-shadow: 0 0 10px rgba(217,255,99,.55); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--header-h); padding: 0 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  color: var(--white); background: rgba(23, 33, 27, .93);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 148px; }
.brand > span:last-child { display: grid; gap: 0; }
.brand b { font-family: var(--serif); font-size: 20px; letter-spacing: .15em; line-height: 1.05; }
.brand small { margin-top: 3px; color: rgba(255,255,255,.54); font-size: 7px; letter-spacing: .18em; }
.brand-mark { position: relative; width: 30px; height: 30px; border: 1px solid rgba(217,255,99,.55); border-radius: 50%; overflow: hidden; }
.brand-mark i { position: absolute; width: 1px; height: 35px; background: var(--lime); transform-origin: bottom; }
.brand-mark i:nth-child(1) { left: 8px; bottom: -4px; transform: rotate(26deg); }
.brand-mark i:nth-child(2) { left: 14px; bottom: -3px; transform: rotate(-12deg); }
.brand-mark i:nth-child(3) { left: 21px; bottom: -5px; transform: rotate(35deg); }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.62); font-size: 12px; letter-spacing: .05em; transition: color .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px; background: var(--lime); transition: right .3s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--white); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.view-switcher { display: flex; padding: 3px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; }
.view-switcher button { border: 0; border-radius: 999px; padding: 7px 11px; color: rgba(255,255,255,.54); background: transparent; cursor: pointer; font-size: 10px; transition: .25s ease; }
.view-switcher button.is-active { color: var(--ink); background: var(--lime); }
.version-stamp { color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .12em; }

.hero {
  position: relative; min-height: calc(100svh - var(--header-h)); overflow: hidden;
  display: grid; grid-template-columns: minmax(560px, 43%) 1fr;
  color: var(--white); background: var(--ink);
}
.hero-noise { position: absolute; inset: 0; opacity: .12; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.hero-copy { position: relative; z-index: 2; padding: clamp(56px, 6vw, 96px) clamp(36px, 4vw, 72px) 64px clamp(48px, 5vw, 112px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 16px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span:first-child { color: var(--lime); }
.eyebrow span + span { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.45); }
.hero h1 { margin: 26px 0 22px; font-family: var(--serif); font-size: clamp(52px, 4.7vw, 84px); font-weight: 500; line-height: 1.07; letter-spacing: -.05em; text-wrap: balance; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 525px; margin: 0; color: rgba(255,255,255,.68); font-size: 15px; }
.hero-cta-row { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.primary-cta { display: inline-flex; justify-content: space-between; align-items: center; min-width: 208px; padding: 14px 16px 14px 20px; color: var(--ink); background: var(--lime); border-radius: 2px; font-size: 12px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease; }
.primary-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(217,255,99,.15); }
.primary-cta span { font-size: 18px; }
.text-link { color: rgba(255,255,255,.62); border-bottom: 1px solid rgba(255,255,255,.24); padding-bottom: 4px; font-size: 11px; }
.text-link span { color: var(--lime); margin-left: 6px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 530px; margin: 48px 0 0; border-top: 1px solid var(--line-light); }
.hero-facts div { padding: 17px 18px 0 0; }
.hero-facts div + div { padding-left: 20px; border-left: 1px solid var(--line-light); }
.hero-facts dt { color: rgba(255,255,255,.36); font-size: 9px; letter-spacing: .11em; }
.hero-facts dd { margin: 6px 0 0; font-family: var(--serif); font-size: 18px; }
.hero-visual { position: relative; min-height: 720px; overflow: hidden; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.hero-image-shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0, rgba(23,33,27,.4) 13%, transparent 40%), linear-gradient(0deg, rgba(8,13,10,.45), transparent 38%); }
.coordinates { position: absolute; top: 34px; right: 38px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.75); font-size: 9px; line-height: 1.6; letter-spacing: .14em; backdrop-filter: blur(8px); }
.parcel-label { position: absolute; left: 51%; top: 39%; display: flex; align-items: center; gap: 10px; padding: 9px 13px; background: rgba(23,33,27,.78); border: 1px solid rgba(217,255,99,.52); backdrop-filter: blur(8px); }
.pulse-dot { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 6px rgba(217,255,99,.14); animation: pulse 2s infinite; }
.parcel-label div { display: grid; }.parcel-label small { color: rgba(255,255,255,.5); font-size: 7px; }.parcel-label b { font-size: 11px; letter-spacing: .12em; }
.hero-data-card { position: absolute; right: 28px; bottom: 32px; width: min(300px, 38%); padding: 22px; background: rgba(23,33,27,.9); border-top: 2px solid var(--lime); backdrop-filter: blur(16px); box-shadow: 0 22px 60px rgba(0,0,0,.2); }
.data-card-head { display: flex; justify-content: space-between; color: rgba(255,255,255,.52); font-size: 9px; letter-spacing: .12em; }.data-card-head b { color: var(--lime); }
.hero-data-card > strong { display: block; margin-top: 12px; font-family: var(--serif); font-size: 43px; font-weight: 500; }.hero-data-card > strong small { font-family: var(--sans); color: rgba(255,255,255,.5); font-size: 11px; }
.mini-rule { height: 2px; margin: 12px 0 16px; background: rgba(255,255,255,.14); }.mini-rule span { display: block; height: 100%; background: var(--lime); }
.hero-data-card dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; }.hero-data-card dl div { display: grid; gap: 5px; }.hero-data-card dt { color: rgba(255,255,255,.35); font-size: 8px; }.hero-data-card dd { margin: 0; font-size: 10px; }.accent-text { color: var(--lime); }
.image-credit { position: absolute; left: 32px; bottom: 20px; margin: 0; color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .08em; }
.scroll-cue { position: absolute; z-index: 3; bottom: 30px; left: clamp(48px, 5vw, 112px); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.32); font-size: 7px; letter-spacing: .16em; writing-mode: vertical-rl; }
.scroll-cue span { display: block; width: 1px; height: 28px; background: var(--lime); animation: scrollCue 2s ease-in-out infinite; }

.section { position: relative; overflow: hidden; padding: 104px 0; }
.section-shell { width: var(--shell); margin: 0 auto; }
.section-number { position: absolute; right: -16px; top: 15px; color: rgba(23,33,27,.04); font-family: var(--serif); font-size: 240px; line-height: 1; pointer-events: none; }
.section-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.section-intro.compact { display: block; max-width: 760px; }
.section-kicker { margin-bottom: 19px; color: #687267; font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.section-intro h2, .phase-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 4.4vw, 64px); font-weight: 500; line-height: 1.12; letter-spacing: -.045em; text-wrap: balance; }
.section-intro h2 em, .phase-heading h2 em { color: #758d31; font-style: normal; }
.section-intro > p { max-width: 470px; margin: 0 0 8px; color: #687067; font-size: 16px; }
.subsection-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 22px; }
.subsection-heading.small { margin-bottom: 18px; }.subsection-heading span { color: #6e776d; font-size: 9px; font-weight: 700; letter-spacing: .15em; }.subsection-heading h3 { margin: 8px 0 0; font-family: var(--serif); font-size: 30px; font-weight: 500; text-wrap: balance; }.subsection-heading p { max-width: 440px; margin: 0; color: var(--muted); font-size: 13px; }

.strategy-section { background: var(--paper); }
.transformation-panel { display: grid; grid-template-columns: 1fr .7fr 1.05fr; align-items: stretch; margin-top: 58px; border: 1px solid var(--line); }
.before-state, .after-state { padding: 28px; }.before-state > span, .after-state > span { color: var(--muted); font-size: 9px; letter-spacing: .13em; }
.before-state ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; margin: 28px 0 0; padding: 0; list-style: none; }.before-state li { position: relative; padding-left: 15px; font-family: var(--serif); font-size: 17px; }.before-state li::before { content: "×"; position: absolute; left: 0; color: #a36c57; }
.transform-arrow { display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 28px; color: rgba(255,255,255,.76); background: var(--ink); }.transform-arrow span { position: relative; display: block; height: 1px; background: var(--lime); }.transform-arrow span::after { content:""; position:absolute; right:0; top:-3px; width:7px; height:7px; border-top:1px solid var(--lime); border-right:1px solid var(--lime); transform:rotate(45deg); }.transform-arrow b { font-size: 10px; letter-spacing: .1em; }
.after-state { background: var(--lime); }.after-state strong { display: block; margin-top: 25px; font-family: var(--serif); font-size: 36px; font-weight: 500; }.after-state p { margin: 6px 0 0; font-size: 12px; }
.goal-grid { display: grid; grid-template-columns: 1.6fr repeat(2, 1fr); margin-top: 30px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.goal-card { min-height: 190px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s ease, transform .3s ease; }.goal-card:hover { position: relative; z-index: 2; background: var(--white); transform: translateY(-4px); }.goal-card.north-star { grid-row: span 2; color: var(--white); background: var(--ink); }.card-index { color: #899187; font-size: 9px; font-weight: 700; letter-spacing: .16em; }.goal-card h3 { margin: 30px 0 8px; font-family: var(--serif); font-size: 20px; font-weight: 500; }.goal-card.north-star h3 { color: rgba(255,255,255,.55); }.goal-card.north-star strong { display: block; margin-top: 38px; color: var(--lime); font-family: var(--serif); font-size: 35px; font-weight: 500; }.goal-card p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }.goal-card.north-star p { color: rgba(255,255,255,.55); max-width: 340px; }.formula { margin-top: 22px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.8); font-size: 11px; }.metric-value { display: block; color: #728a31; font-family: var(--serif); font-size: 39px; }.goal-card:not(.north-star) h3 { margin-top: 24px; }
.scope-rail { display: grid; grid-template-columns: .45fr 1fr; margin-top: 26px; color: var(--white); background: #26342c; }.scope-title { padding: 28px; border-right: 1px solid rgba(255,255,255,.12); }.scope-title span { color: var(--lime); font-size: 9px; letter-spacing: .15em; }.scope-title b { display: block; margin-top: 36px; font-family: var(--serif); font-size: 23px; font-weight: 500; }.scope-columns { display: grid; grid-template-columns: 1fr 1fr; }.scope-columns article { position: relative; padding: 28px; }.scope-columns article + article { border-left: 1px solid rgba(255,255,255,.12); }.scope-columns h3 { margin: 0 0 12px; font-size: 13px; }.scope-columns p { margin: 0; color: rgba(255,255,255,.56); font-size: 11px; }.scope-dot { position: absolute; right: 22px; top: 22px; width: 8px; height: 8px; border-radius: 50%; }.scope-dot.in { background: var(--lime); }.scope-dot.out { border: 1px solid rgba(255,255,255,.45); }

.regional-context { margin-top: 28px; border: 1px solid var(--line); border-top: 3px solid #6f8536; background: #e7e5d9; }
.regional-context > header { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: end; padding: 28px; border-bottom: 1px solid var(--line); }
.regional-context > header span { color: #667b2f; font-size: 14px; font-weight: 700; letter-spacing: .13em; }
.regional-context > header h3 { margin: 11px 0 0; font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: 1.35; }
.regional-context > header p { margin: 0; color: #667067; font-size: 16px; line-height: 1.75; }
.regional-context-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.regional-context-grid article { min-height: 176px; padding: 24px; border-right: 1px solid var(--line); }
.regional-context-grid article:last-child { border-right: 0; }
.regional-context-grid article > span { color: #6c8036; font-size: 14px; font-weight: 700; }
.regional-context-grid article > b { display: block; margin-top: 22px; font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.4; }
.regional-context-grid article > p { margin: 14px 0 0; color: #697169; font-size: 15px; line-height: 1.7; }
.regional-context > footer { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; padding: 18px 28px; color: #667067; border-top: 1px solid var(--line); background: rgba(255,255,255,.28); }
.regional-context > footer > span { margin-right: auto; color: var(--ink); font-size: 14px; font-weight: 700; }
.regional-context > footer a { font-size: 14px; text-decoration: underline; text-decoration-color: rgba(93,113,44,.35); text-underline-offset: 4px; }
.regional-context > footer a:hover { color: #52651e; }
@media (max-width: 780px) {
  .regional-context > header { grid-template-columns: 1fr; gap: 18px; padding: 25px; }
  .regional-context > header h3 { font-size: 27px; }
  .regional-context-grid { grid-template-columns: 1fr 1fr; }
  .regional-context-grid article { min-height: 190px; border-bottom: 1px solid var(--line); }
  .regional-context-grid article:nth-child(2n) { border-right: 0; }
  .regional-context > footer { align-items: flex-start; flex-direction: column; padding: 20px 24px; }
  .regional-context > footer > span { margin: 0 0 4px; }
}
@media (max-width: 480px) {
  .regional-context-grid { grid-template-columns: 1fr; }
  .regional-context-grid article { min-height: 0; border-right: 0; }
  .regional-context-grid article > b { margin-top: 20px; }
}

.users-section { color: var(--white); background: #202c25; }
.users-section .section-number { color: rgba(255,255,255,.025); }.users-section .section-kicker { color: var(--lime); }
.role-orbit { position: relative; height: 660px; margin-top: 36px; border: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle at center, rgba(217,255,99,.08), transparent 35%); overflow: hidden; }
.orbit-lines { position: absolute; inset: 50%; }.orbit-lines span { position: absolute; left: 0; top: 0; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; transform: translate(-50%,-50%); }.orbit-lines span:nth-child(2) { width: 400px; height: 400px; border-color: rgba(217,255,99,.13); }.orbit-lines span:nth-child(3) { width: 230px; height: 230px; }
.center-parcel { position: absolute; inset: 50% auto auto 50%; width: 180px; text-align: center; transform: translate(-50%,-50%); }.center-parcel svg { width: 140px; fill: rgba(217,255,99,.1); stroke: var(--lime); stroke-width: 1.5; }.center-parcel circle { fill: var(--lime); stroke: none; }.center-parcel > span { display: block; margin-top: 8px; color: rgba(255,255,255,.38); font-size: 8px; letter-spacing: .18em; }.center-parcel > b { display: block; margin-top: 5px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.role-card { position: absolute; width: 320px; padding: 22px; border-top: 1px solid var(--lime); background: rgba(33,46,38,.92); box-shadow: 0 25px 55px rgba(0,0,0,.16); }.role-card > span { color: var(--lime); font-size: 8px; letter-spacing: .15em; }.role-card h3 { margin: 12px 0 18px; font-family: var(--serif); font-size: 21px; font-weight: 500; }.role-card blockquote { margin: 0; color: rgba(255,255,255,.88); font-family: var(--serif); font-size: 16px; line-height: 1.6; }.role-card p { margin: 17px 0 0; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.5); font-size: 10px; }.role-owner { left: 30px; top: 40px; }.role-renter { right: 30px; top: 60px; }.role-operator { left: 50%; bottom: 24px; transform: translateX(-50%); }

.phase-section { padding-top: 0; }
.phase-band { height: 68px; display: grid; grid-template-columns: 88px 1fr auto; align-items: center; padding: 0 max(48px, calc((100vw - 1240px)/2)); }.phase-band > span { font-family: var(--serif); font-size: 38px; }.phase-band > b { font-size: 13px; letter-spacing: .08em; }.phase-band > i { font-style: normal; font-size: 8px; letter-spacing: .16em; }.phase-band-one { background: var(--lime); }.phase-band-two { color: var(--white); background: var(--orange); }
.phase-section > .section-shell { padding-top: 92px; }
.phase-heading { display: grid; grid-template-columns: 1.5fr .6fr; align-items: end; gap: 60px; }.phase-outcome { padding: 18px 0 3px 22px; border-left: 2px solid var(--lime-dark); }.phase-outcome span { color: #687267; font-size: 9px; letter-spacing: .12em; }.phase-outcome p { margin: 8px 0 0; color: #666f66; font-size: 12px; }.phase-outcome.dark-copy { border-color: var(--orange); }

.prototype-stage { position: relative; min-height: 760px; margin-top: 55px; padding: 40px; overflow: hidden; color: var(--white); background: #1b2720; border-radius: 4px; box-shadow: 0 32px 68px rgba(20,32,24,.14); }.prototype-stage::before { content:""; position:absolute; width:520px; height:520px; right:20%; top:7%; border-radius:50%; background:rgba(217,255,99,.09); filter:blur(90px); }.prototype-stage::after { content:""; position:absolute; inset:0; pointer-events:none; background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:42px 42px; }
.prototype-caption { position: relative; z-index: 2; width: 240px; }.prototype-caption > span { color: var(--lime); font-size: 8px; letter-spacing:.16em; }.prototype-caption h3 { margin:16px 0 8px; font-family:var(--serif); font-size:32px; font-weight:500; }.prototype-caption p { margin:0; color:rgba(255,255,255,.48); font-size:10px; }.prototype-legend { display:grid; gap:8px; margin-top:28px; color:rgba(255,255,255,.48); font-size:8px; }.prototype-legend span { display:flex; align-items:center; gap:8px; }.legend-dot { width:6px; height:6px; border-radius:50%; }.legend-dot.lime { background:var(--lime); }.legend-dot.white { border:1px solid rgba(255,255,255,.7); }
.phone { position:absolute; z-index:3; width:270px; height:580px; padding:8px; border-radius:37px; background:#111613; border:1px solid rgba(255,255,255,.18); box-shadow:0 35px 65px rgba(0,0,0,.35), inset 0 0 0 2px #303732; }.phone-speaker { position:absolute; z-index:10; top:14px; left:50%; width:68px; height:19px; border-radius:999px; background:#0c100e; transform:translateX(-50%); }.phone-screen { position:relative; width:100%; height:100%; overflow:hidden; border-radius:29px; }.light-screen { color:#1c2921; background:#f6f5ed; }.mini-status { position:relative; z-index:4; height:37px; padding:11px 17px 0; display:flex; justify-content:space-between; font-size:7px; font-weight:700; }.mini-app-head { display:flex; justify-content:space-between; align-items:start; padding:8px 17px 10px; }.mini-app-head div { display:grid; }.mini-app-head small { color:#7a837b; font-size:7px; }.mini-app-head b { margin-top:2px; font-family:var(--serif); font-size:17px; }.mini-app-head button { width:27px; height:27px; border:1px solid #d6d9d4; border-radius:50%; background:transparent; }.mini-search { margin:0 14px; padding:10px 12px; color:#929890; background:#ebece5; border-radius:9px; font-size:8px; }.mini-search span { color:#29382f; font-size:13px; }.mini-chips { display:flex; gap:6px; padding:11px 14px; overflow:hidden; }.mini-chips span { flex:none; padding:6px 9px; border:1px solid #d9ddd6; border-radius:999px; color:#6f776f; font-size:7px; }.mini-chips span.active { color:#1d291f; background:var(--lime); border-color:var(--lime); }
.land-list-card { margin:0 14px 10px; overflow:hidden; background:white; border-radius:10px; box-shadow:0 5px 18px rgba(35,48,39,.08); }.land-photo { position:relative; height:125px; overflow:hidden; }.land-photo img { width:100%; height:100%; object-fit:cover; }.land-photo span { position:absolute; left:8px; bottom:8px; padding:4px 7px; color:white; background:rgba(20,29,23,.72); border-radius:3px; font-size:6px; }.land-card-body { padding:10px; }.land-card-top { display:flex; justify-content:space-between; align-items:center; }.land-card-top > b { font-family:var(--serif); font-size:12px; }.land-card-top i { padding:3px 5px; color:#4e6815; background:#efffc4; font-size:6px; font-style:normal; }.land-card-body p { margin:4px 0 9px; color:#8b918b; font-size:6px; }.land-card-body > div:last-child { display:flex; justify-content:space-between; align-items:end; }.land-card-body strong { color:#566e1e; font-family:var(--serif); font-size:18px; }.land-card-body small { color:#747a73; font-family:var(--sans); font-size:6px; }.land-card-body > div:last-child > b { font-size:10px; }.muted-card { display:grid; grid-template-columns:82px 1fr; opacity:.75; }.fake-photo { height:80px; background:linear-gradient(145deg,#667a4c,#b5a56b); }.mini-tabbar { position:absolute; inset:auto 0 0; height:54px; display:flex; align-items:center; justify-content:space-around; background:rgba(255,255,255,.96); border-top:1px solid #e4e7e1; }.mini-tabbar span { display:grid; gap:2px; place-items:center; color:#929890; font-size:11px; }.mini-tabbar b { font-size:6px; font-weight:500; }.mini-tabbar .active { color:#536e17; }.mini-tabbar .publish-tab { width:35px; height:35px; color:#1a251d; background:var(--lime); border-radius:50%; font-size:19px; }
.phone-feed { left:250px; bottom:-68px; transform:rotate(-5deg); }.phone-map { z-index:5; width:298px; height:650px; left:50%; top:64px; transform:translateX(-23%); }.phone-publish { right:-21px; bottom:-70px; transform:rotate(5deg); }
.map-screen { color:white; background:#233229; }.map-screen::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(180deg,rgba(12,18,14,.55),transparent 18%); }.map-status { color:white; }.map-search-row { position:relative; z-index:6; display:grid; grid-template-columns:30px 1fr 30px; gap:7px; padding:3px 12px; }.map-search-row button { border:0; border-radius:8px; color:#1e2b23; background:white; }.map-search-row div { display:flex; justify-content:space-between; padding:9px 11px; border-radius:8px; color:#344139; background:white; font-size:8px; }.map-chips { position:relative; z-index:6; display:flex; gap:6px; padding:9px 12px; }.map-chips span { padding:6px 8px; color:#28362e; background:rgba(255,255,255,.93); border-radius:999px; font-size:7px; }.map-layer { position:absolute; inset:0; }.map-layer > img { width:100%; height:100%; object-fit:cover; filter:saturate(.75) brightness(.72); transition:filter .4s ease; }.map-layer.is-redrawing > img { filter:saturate(.25) brightness(.5); }.fence-svg { position:absolute; inset:0; width:100%; height:100%; }.fence-svg polygon { fill:rgba(217,255,99,.18); stroke:var(--lime); stroke-width:2; stroke-linejoin:round; stroke-dasharray:1000; stroke-dashoffset:0; }.fence-svg circle { fill:var(--lime); stroke:#213026; stroke-width:2; }.map-layer.is-redrawing polygon { animation:drawFence 1.2s ease both; }.map-layer.is-redrawing circle { animation:nodeAppear .3s ease both; }.map-layer.is-redrawing circle:nth-of-type(2){animation-delay:.2s}.map-layer.is-redrawing circle:nth-of-type(3){animation-delay:.4s}.map-layer.is-redrawing circle:nth-of-type(4){animation-delay:.6s}.map-layer.is-redrawing circle:nth-of-type(5){animation-delay:.8s}.map-layer.is-redrawing circle:nth-of-type(6){animation-delay:1s}.map-locate { position:absolute; right:14px; top:178px; width:32px; height:32px; border:0; border-radius:7px; background:white; box-shadow:0 3px 12px rgba(0,0,0,.2); }.area-pill { position:absolute; left:50%; top:210px; min-width:135px; padding:8px 10px; color:#233023; background:var(--lime); border-radius:999px; text-align:center; font-size:7px; transform:translateX(-50%); transition:.25s ease; }.fence-demo-button { position:absolute; right:13px; top:219px; padding:8px 9px; border:0; border-radius:6px; color:#28352d; background:rgba(255,255,255,.94); font-size:7px; cursor:pointer; }.map-bottom-sheet { position:absolute; z-index:7; inset:auto 8px 8px; padding:15px 16px 13px; color:#1f2c24; background:#f8f7ef; border-radius:18px 18px 22px 22px; }.sheet-handle { width:25px; height:3px; margin:-8px auto 9px; background:#ccd0ca; border-radius:5px; }.verified-tag { color:#5f791d; font-size:6px; }.map-bottom-sheet h4 { margin:6px 0 2px; font-family:var(--serif); font-size:17px; }.map-bottom-sheet > p { margin:0; color:#7b827a; font-size:7px; }.sheet-stats { display:grid; grid-template-columns:repeat(3,1fr); margin:10px 0; padding:9px 0; border-top:1px solid #dfe2db; border-bottom:1px solid #dfe2db; }.sheet-stats span { display:grid; color:#828880; font-size:6px; }.sheet-stats b { color:#26372d; font-size:10px; }.map-bottom-sheet > button { width:100%; padding:10px; border:0; border-radius:7px; color:#1f2a23; background:var(--lime); font-size:8px; font-weight:700; }.map-bottom-sheet > button span { float:right; }
.publish-head { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:6px 15px 12px; }.publish-head button { justify-self:start; border:0; background:transparent; font-size:15px; }.publish-head b { font-family:var(--serif); font-size:13px; }.publish-head span { justify-self:end; color:#858c84; font-size:7px; }.publish-progress { display:grid; grid-template-columns:repeat(4,1fr); gap:4px; padding:0 16px; }.publish-progress span { height:3px; background:#dfe2dc; border-radius:3px; }.publish-progress span.done,.publish-progress span.active { background:#8dac36; }.step-label { display:block; margin:16px 17px 8px; color:#778176; font-size:7px; }.publish-screen h4 { margin:0 17px; font-family:var(--serif); font-size:20px; }.publish-tip { margin:5px 17px 12px; color:#888f87; font-size:7px; }.publish-map { position:relative; height:210px; margin:0 13px; overflow:hidden; border-radius:10px; }.publish-map img { width:100%; height:100%; object-fit:cover; filter:saturate(.7) brightness(.8); }.publish-map svg { position:absolute; inset:0; width:100%; height:100%; }.publish-map polygon { fill:rgba(217,255,99,.2); stroke:var(--lime); stroke-width:2; }.publish-map > span { position:absolute; left:50%; top:50%; padding:6px 9px; background:var(--lime); border-radius:999px; font-size:7px; transform:translate(-50%,-50%); }.validation-row { display:flex; gap:6px; padding:9px 15px; color:#60751e; font-size:6px; }.validation-row span { padding:5px; background:#eef5d8; border-radius:4px; }.form-summary { display:grid; grid-template-columns:1fr auto auto; gap:8px; margin:0 15px; padding:12px 0; border-top:1px solid #dedfd9; border-bottom:1px solid #dedfd9; font-size:8px; }.form-summary span { color:#868c85; }.form-summary b { font-weight:500; }.form-summary i { font-style:normal; }.publish-next { position:absolute; left:15px; right:15px; bottom:30px; width:calc(100% - 30px); padding:12px; border:0; border-radius:8px; color:#1e291f; background:var(--lime); font-size:8px; font-weight:700; }.draft-hint { position:absolute; bottom:9px; width:100%; margin:0; color:#969c95; text-align:center; font-size:6px; }
.journey-block { margin-top:60px; }.journey-steps { display:grid; grid-template-columns:repeat(6,1fr); margin:0; padding:0; border-top:1px solid var(--line); border-left:1px solid var(--line); list-style:none; }.journey-steps li { min-height:150px; padding:18px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }.journey-steps li.highlight { background:var(--lime); }.journey-steps span { color:#899087; font-family:var(--serif); font-size:21px; }.journey-steps b { display:block; margin-top:28px; font-family:var(--serif); font-size:17px; font-weight:500; }.journey-steps small { display:block; margin-top:5px; color:#7c837b; font-size:8px; }
.ui-design-board { margin:60px 0 0; padding:0; border:1px solid var(--line); background:#e8e5d9; }
.design-board-meta { display:grid; grid-template-columns:.8fr 1fr auto; align-items:end; gap:28px; padding:21px 24px; border-bottom:1px solid var(--line); }
.design-board-meta span { color:#72843c; font-size:8px; font-weight:700; letter-spacing:.16em; }
.design-board-meta h3 { margin:8px 0 0; font-family:var(--serif); font-size:25px; font-weight:500; }
.design-board-meta > p { margin:0; color:#6f766e; font-size:9px; }
.image-zoom { display:inline-flex; align-items:center; gap:12px; padding:10px 13px; border:1px solid #aeb4aa; color:var(--ink); background:transparent; font-size:8px; cursor:pointer; transition:background .25s ease,border-color .25s ease; }
.image-zoom:hover { background:var(--lime); border-color:var(--lime-dark); }
.image-zoom span { color:inherit; font-size:13px; }
.design-image-button { position:relative; display:block; width:100%; padding:14px; border:0; background:transparent; cursor:zoom-in; overflow:hidden; }
.design-image-button img { width:100%; height:auto; aspect-ratio:1568 / 1003; object-fit:contain; border:1px solid rgba(23,33,27,.15); transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .4s ease; }
.design-image-button:hover img { transform:scale(1.012); filter:contrast(1.015); }
.design-image-button > span { position:absolute; left:33px; bottom:32px; padding:7px 9px; color:white; background:rgba(23,33,27,.84); backdrop-filter:blur(8px); font-size:7px; letter-spacing:.13em; }
.ui-design-board figcaption { padding:0 24px 15px; color:#838981; font-size:7px; letter-spacing:.04em; }
.ui-design-board-dark { border-color:rgba(255,255,255,.12); background:#242c27; }
.ui-design-board-dark .design-board-meta { border-color:rgba(255,255,255,.12); }
.ui-design-board-dark .design-board-meta span { color:var(--orange); }
.ui-design-board-dark .design-board-meta > p,.ui-design-board-dark figcaption { color:rgba(255,255,255,.42); }
.ui-design-board-dark .image-zoom { color:white; border-color:rgba(255,255,255,.28); }
.ui-design-board-dark .image-zoom:hover { color:white; background:var(--orange); border-color:var(--orange); }
.ui-design-board-ops { margin-top:56px; background:#dcdace; }
.image-lightbox { width:min(96vw,1600px); max-width:none; height:min(94vh,1100px); max-height:none; padding:0; color:white; background:#101612; border:1px solid rgba(255,255,255,.18); box-shadow:0 40px 120px rgba(0,0,0,.6); }
.image-lightbox::backdrop { background:rgba(8,12,9,.88); backdrop-filter:blur(9px); }
.lightbox-toolbar { height:58px; display:flex; align-items:center; justify-content:space-between; padding:0 18px 0 24px; border-bottom:1px solid rgba(255,255,255,.12); }
.lightbox-toolbar p { margin:0; color:rgba(255,255,255,.72); font-size:10px; letter-spacing:.05em; }
.lightbox-toolbar button { width:34px; height:34px; border:1px solid rgba(255,255,255,.2); border-radius:50%; color:white; background:transparent; cursor:pointer; font-size:19px; }
.lightbox-canvas { height:calc(100% - 58px); overflow:auto; display:grid; place-items:center; padding:22px; }
.lightbox-canvas img { width:100%; height:auto; max-height:none; border:1px solid rgba(255,255,255,.1); }
.requirements-layout { display:grid; grid-template-columns:1.15fr .85fr; gap:28px; margin-top:72px; }.requirement-stack { min-width:0; }.requirement-item { border-top:1px solid var(--line); }.requirement-item:last-child { border-bottom:1px solid var(--line); }.requirement-item > button { width:100%; display:grid; grid-template-columns:45px 1fr 25px; align-items:center; gap:14px; padding:15px 5px; border:0; color:var(--ink); background:transparent; text-align:left; cursor:pointer; }.priority { width:34px; padding:5px; border:1px solid #aeb4ac; border-radius:999px; text-align:center; font-size:8px; }.priority.p0 { color:#546c19; border-color:#9fbd52; }.requirement-item button div { display:grid; }.requirement-item button b { font-family:var(--serif); font-size:17px; font-weight:500; }.requirement-item button small { margin-top:3px; color:#7d847c; font-size:8px; }.requirement-item button i { font-style:normal; font-size:19px; }.requirement-detail { display:none; padding:0 42px 17px 64px; }.requirement-item.is-open .requirement-detail { display:block; }.requirement-detail p { margin:0; color:#5f675f; font-size:11px; }.requirement-detail ul { margin:10px 0 0; padding-left:16px; color:#7b817a; font-size:10px; line-height:1.8; }
.map-spec-card { padding:30px; color:var(--white); background:var(--ink); }.map-spec-card h3 { margin:12px 0 22px; font-family:var(--serif); font-size:27px; font-weight:500; }.map-spec-graphic { position:relative; height:250px; border:1px solid rgba(255,255,255,.1); background:radial-gradient(circle at 55% 50%,rgba(217,255,99,.08),transparent 50%); }.map-spec-graphic svg { width:100%; height:100%; }.map-spec-graphic .contour { fill:none; stroke:rgba(255,255,255,.1); }.map-spec-graphic polygon { fill:rgba(217,255,99,.13); stroke:var(--lime); stroke-width:1.5; }.map-spec-graphic circle { fill:var(--lime); }.map-spec-graphic > span { position:absolute; left:50%; top:50%; padding:7px 9px; color:var(--ink); background:var(--lime); border-radius:999px; font-size:8px; transform:translate(-50%,-50%); }.validation-list { margin:20px 0 0; padding:0; list-style:none; }.validation-list li { display:grid; grid-template-columns:95px 1fr; gap:12px; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.1); }.validation-list b { color:var(--lime); font-size:9px; }.validation-list span { color:rgba(255,255,255,.54); font-size:9px; }.map-note { margin-top:20px; padding:16px; background:rgba(255,255,255,.055); }.map-note b { font-size:9px; }.map-note p { margin:6px 0 0; color:rgba(255,255,255,.5); font-size:9px; }
.field-section { margin-top:72px; }.table-wrap { overflow-x:auto; border:1px solid var(--line); }.table-wrap table { width:100%; border-collapse:collapse; background:rgba(255,255,255,.3); }.table-wrap th { padding:13px 15px; color:#737a72; background:rgba(23,33,27,.05); font-size:9px; font-weight:600; letter-spacing:.08em; text-align:left; }.table-wrap td { padding:14px 15px; border-top:1px solid var(--line); color:#626960; font-size:10px; }.table-wrap td b { color:var(--ink); font-family:var(--serif); font-size:14px; font-weight:500; }.yes,.optional { display:inline-block; min-width:32px; padding:4px 6px; border-radius:999px; text-align:center; font-size:7px; }.yes { color:#526a18; background:#e3f3ba; }.optional { color:#875f2f; background:#eee0c5; }
.acceptance-panel { display:grid; grid-template-columns:.42fr 1fr; margin-top:48px; padding:28px; color:var(--white); background:#243329; }.acceptance-title { padding-right:28px; }.acceptance-title > span { color:var(--lime); font-size:8px; letter-spacing:.16em; }.acceptance-title h3 { margin:32px 0 0; font-family:var(--serif); font-size:24px; font-weight:500; }.acceptance-grid { display:grid; grid-template-columns:1fr 1fr; border-left:1px solid rgba(255,255,255,.12); }.acceptance-grid label { position:relative; display:grid; grid-template-columns:24px 1fr; gap:0 9px; padding:14px 17px; border-right:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12); }.acceptance-grid input { position:absolute; opacity:0; }.acceptance-grid label > span { grid-row:span 2; width:20px; height:20px; border:1px solid var(--lime); border-radius:50%; }.acceptance-grid label > span::after { content:"✓"; display:grid; place-items:center; height:100%; color:var(--lime); font-size:10px; }.acceptance-grid b { font-size:10px; }.acceptance-grid small { margin-top:3px; color:rgba(255,255,255,.47); font-size:8px; line-height:1.5; }

.phase-two { color:var(--white); background:#1b211e; }.phase-two .section-kicker { color:var(--orange); }.phase-two .phase-heading h2 em { color:var(--orange); }.phase-two .phase-outcome span,.phase-two .phase-outcome p { color:rgba(255,255,255,.55); }
.auction-flow { position:relative; display:grid; grid-template-columns:repeat(7,1fr); margin-top:52px; padding-top:18px; }.flow-line { position:absolute; top:38px; left:6%; right:6%; height:1px; background:rgba(255,255,255,.18); }.auction-flow article { position:relative; z-index:2; text-align:center; }.auction-flow article > span { display:grid; place-items:center; width:40px; height:40px; margin:0 auto 14px; border:1px solid rgba(255,255,255,.25); border-radius:50%; color:rgba(255,255,255,.58); background:#1b211e; font-family:var(--serif); }.auction-flow article.active > span { color:#1b211e; background:var(--orange); border-color:var(--orange); box-shadow:0 0 0 7px rgba(255,107,53,.11); }.auction-flow i { display:block; color:var(--orange); font-size:7px; font-style:normal; letter-spacing:.12em; }.auction-flow b { display:block; margin-top:5px; font-family:var(--serif); font-size:14px; font-weight:500; }.auction-flow small { display:block; margin-top:4px; color:rgba(255,255,255,.35); font-size:7px; }
.auction-showcase { display:grid; grid-template-columns:1fr .78fr; min-height:660px; margin-top:64px; background:#252e29; overflow:hidden; }.auction-copy { padding:50px 48px; }.auction-copy .card-index { color:var(--orange); }.auction-copy > h3 { max-width:460px; margin:17px 0; font-family:var(--serif); font-size:42px; font-weight:500; }.auction-copy > p { max-width:540px; color:rgba(255,255,255,.52); font-size:12px; }.auction-rule-grid { display:grid; grid-template-columns:1fr 1fr; margin-top:38px; border-left:1px solid rgba(255,255,255,.12); border-top:1px solid rgba(255,255,255,.12); }.auction-rule-grid div { min-height:110px; padding:17px; border-right:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12); }.auction-rule-grid span { color:rgba(255,255,255,.4); font-size:8px; }.auction-rule-grid b { display:block; margin-top:13px; font-family:var(--serif); font-size:20px; font-weight:500; }.auction-rule-grid small { display:block; margin-top:3px; color:rgba(255,255,255,.3); font-size:7px; }.auction-device-wrap { position:relative; display:grid; place-items:center; min-height:660px; background:#111713; }.auction-glow { position:absolute; width:320px; height:320px; border-radius:50%; background:rgba(255,107,53,.25); filter:blur(90px); }.auction-phone { position:relative; inset:auto; width:294px; height:636px; }.auction-screen { padding-bottom:12px; color:white; background:linear-gradient(180deg,#272f2a,#171d19); }.auction-mini-head { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:7px 14px 9px; }.auction-mini-head button { border:0; color:white; background:transparent; }.auction-mini-head button:last-child { justify-self:end; }.auction-mini-head b { font-family:var(--serif); font-size:13px; }.live-label { display:inline-flex; align-items:center; gap:5px; margin:11px 17px 0; padding:5px 7px; color:#ff9a78; background:rgba(255,107,53,.12); border:1px solid rgba(255,107,53,.24); border-radius:999px; font-size:6px; }.live-label i { width:5px; height:5px; border-radius:50%; background:var(--orange); animation:pulseOrange 1.4s infinite; }.auction-screen h4 { margin:13px 17px 6px; font-family:var(--serif); font-size:20px; font-weight:500; line-height:1.35; }.auction-end { margin:0 17px; color:rgba(255,255,255,.45); font-size:7px; }.auction-end b { color:white; font-size:9px; }.current-bid { margin:17px 15px 0; padding:16px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.09); border-radius:12px; }.current-bid span { color:rgba(255,255,255,.43); font-size:7px; }.current-bid strong { display:block; margin-top:3px; color:var(--orange); font-family:var(--serif); font-size:31px; font-weight:500; }.current-bid small { color:rgba(255,255,255,.36); font-size:6px; }.bid-chart { position:relative; height:71px; margin:16px 18px 0; display:flex; align-items:end; gap:7px; border-bottom:1px solid rgba(255,255,255,.13); }.bid-chart i { flex:1; background:linear-gradient(180deg,var(--orange),rgba(255,107,53,.12)); border-radius:2px 2px 0 0; }.bid-chart span { position:absolute; left:0; right:0; top:45%; border-top:1px dashed rgba(255,255,255,.15); }.bid-rule-row { display:flex; justify-content:space-between; margin:7px 18px 0; color:rgba(255,255,255,.32); font-size:6px; }.my-bid { display:grid; grid-template-columns:35px 1fr 35px; align-items:center; gap:7px; margin:16px 15px 10px; }.my-bid button { height:35px; border:1px solid rgba(255,255,255,.14); border-radius:8px; color:white; background:rgba(255,255,255,.07); cursor:pointer; }.my-bid div { display:grid; place-items:center; }.my-bid small { color:rgba(255,255,255,.4); font-size:6px; }.my-bid b { font-family:var(--serif); font-size:17px; }.bid-button { width:calc(100% - 30px); margin:0 15px; padding:12px; border:0; border-radius:8px; color:white; background:var(--orange); font-size:8px; font-weight:700; cursor:pointer; box-shadow:0 10px 20px rgba(255,107,53,.18); }.bid-button:active { transform:scale(.98); }.bid-disclaimer { margin:7px 0 0; color:rgba(255,255,255,.28); text-align:center; font-size:5px; }.bid-toast { position:absolute; z-index:8; right:14px; top:80px; padding:11px 14px; color:#1c251f; background:var(--lime); border-radius:7px; font-size:8px; font-weight:700; opacity:0; transform:translateY(-10px); transition:.3s ease; }.bid-toast.show { opacity:1; transform:translateY(0); }
.auction-requirements { margin-top:72px; }.phase-two .subsection-heading span { color:var(--orange); }.phase-two .subsection-heading p { color:rgba(255,255,255,.4); }.gate-grid { display:grid; grid-template-columns:repeat(4,1fr); border-left:1px solid rgba(255,255,255,.12); border-top:1px solid rgba(255,255,255,.12); }.gate-grid article { min-height:260px; padding:22px; border-right:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12); }.gate-grid article > span { color:var(--orange); font-size:8px; letter-spacing:.13em; }.gate-grid h4 { margin:38px 0 13px; font-family:var(--serif); font-size:22px; font-weight:500; }.gate-grid p { color:rgba(255,255,255,.48); font-size:10px; }.gate-grid ul { margin:15px 0 0; padding:12px 0 0 16px; border-top:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.38); font-size:8px; line-height:1.8; }
.state-machine { margin-top:60px; padding:24px; background:rgba(255,255,255,.035); border:1px solid rgba(255,255,255,.1); }.state-track { display:flex; align-items:center; justify-content:space-between; gap:8px; padding:16px 0; }.state-track span { flex:1; padding:10px 7px; border:1px solid rgba(255,255,255,.14); text-align:center; font-size:9px; }.state-track i { color:rgba(255,255,255,.25); font-style:normal; }.state-track span.hot { color:white; background:var(--orange); border-color:var(--orange); }.state-track span.success { color:#1d251f; background:var(--lime); border-color:var(--lime); }.exception-track { display:flex; align-items:center; gap:9px; padding-top:15px; border-top:1px dashed rgba(255,255,255,.12); }.exception-track b { margin-right:auto; color:rgba(255,255,255,.4); font-size:8px; }.exception-track span { padding:5px 9px; color:#e0997f; background:rgba(255,107,53,.08); border-radius:999px; font-size:7px; }

.data-section { background:#e5e2d6; }.entity-map { display:grid; grid-template-columns:1fr auto 1.15fr auto 1fr auto 1fr auto 1fr; align-items:center; gap:10px; margin-top:55px; padding:30px; color:var(--white); background:var(--ink); }.entity { min-height:112px; padding:15px; border:1px solid rgba(255,255,255,.14); }.entity.primary { color:var(--ink); background:var(--lime); border-color:var(--lime); transform:scale(1.04); }.entity.phase2-entity { border-color:rgba(255,107,53,.55); }.entity > span { color:#899389; font-size:7px; letter-spacing:.13em; }.entity.primary > span { color:#57662d; }.entity b { display:block; margin-top:22px; font-family:var(--serif); font-size:16px; font-weight:500; }.entity small { display:block; margin-top:4px; color:rgba(255,255,255,.4); font-size:7px; }.entity.primary small { color:#596632; }.entity-map > i { color:rgba(255,255,255,.35); font-size:7px; font-style:normal; }
.data-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:20px; }.data-card { padding:25px; border:1px solid var(--line); background:rgba(255,255,255,.32); }.status-lanes { display:flex; align-items:center; gap:7px; margin-top:26px; }.status-lanes span { padding:8px 10px; border:1px solid #bdc1b9; font-size:8px; }.status-lanes span.green { background:var(--lime); border-color:var(--lime-dark); }.status-lanes i { color:#999e97; font-style:normal; }.status-alt { display:flex; gap:7px; margin-top:10px; }.status-alt span { padding:5px 8px; color:#825d4f; background:#e9d8d0; border-radius:999px; font-size:7px; }.data-card > p { margin:22px 0 0; color:#737a72; font-size:10px; }.geo-card dl { margin:20px 0 0; }.geo-card dl div { display:grid; grid-template-columns:1fr 1.25fr; padding:8px 0; border-top:1px solid var(--line); }.geo-card dt { font-family:monospace; color:#647641; font-size:10px; }.geo-card dd { margin:0; color:#697068; font-size:9px; }
.permissions { margin-top:72px; }.permissions-table td:not(:first-child),.permissions-table th:not(:first-child) { text-align:center; }.permissions-table .check { color:#59711f; font-weight:700; }
.nfr-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:44px; border-left:1px solid var(--line); border-top:1px solid var(--line); }.nfr-grid article { min-height:190px; padding:22px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }.nfr-grid span { color:#768b3b; font-family:var(--serif); font-size:21px; }.nfr-grid h3 { margin:28px 0 8px; font-family:var(--serif); font-size:20px; font-weight:500; }.nfr-grid p { margin:0; color:#70776f; font-size:10px; }

.delivery-section { background:var(--paper); }.roadmap { position:relative; margin-top:60px; padding:20px 0 82px 95px; border-top:1px solid var(--line); }.roadmap-scale { display:grid; grid-template-columns:repeat(12,1fr); margin-bottom:15px; }.roadmap-scale span { color:#8b9189; font-size:7px; }.roadmap-row { position:relative; height:46px; display:grid; grid-template-columns:0 1fr; align-items:center; background-image:linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size:calc(100%/12) 100%; }.roadmap-row > b { position:absolute; right:calc(100% + 20px); width:70px; text-align:right; font-family:var(--serif); font-size:14px; font-weight:500; }.bar { height:25px; display:flex; align-items:center; padding:0 10px; font-size:8px; font-weight:600; }.bar.discovery { width:16.66%; margin-left:0; background:#cbd5b1; }.bar.design { width:16.66%; margin-left:16.66%; background:#b3c684; }.bar.dev { width:41.66%; margin-left:33.33%; background:var(--lime); }.bar.test { width:25%; margin-left:66.66%; color:white; background:#687657; }.bar.pilot { width:16.66%; margin-left:83.33%; color:white; background:var(--ink); }.milestones { position:absolute; left:95px; right:0; bottom:0; height:62px; border-top:1px solid var(--line); }.milestones i { position:absolute; top:0; color:#7f867d; font-size:7px; font-style:normal; white-space:nowrap; transform:translateX(-50%); }.milestones i::before { content:""; display:block; width:1px; height:14px; margin:0 auto 4px; background:#87916e; }.milestones span { display:block; color:#5c6d30; font-weight:700; text-align:center; }
.sprint-questions { display:grid; grid-template-columns:repeat(4,1fr); margin-top:38px; border-top:1px solid var(--line); border-left:1px solid var(--line); }.sprint-questions article { min-height:210px; padding:22px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }.sprint-questions span { color:#718435; font-size:8px; letter-spacing:.12em; }.sprint-questions h3 { margin:36px 0 11px; font-family:var(--serif); font-size:19px; font-weight:500; line-height:1.4; }.sprint-questions p { margin:0; color:#747b73; font-size:9px; }
.decision-panel { display:grid; grid-template-columns:.42fr 1fr; margin-top:72px; color:var(--white); background:var(--ink); }.decision-head { padding:34px; border-right:1px solid rgba(255,255,255,.12); }.decision-head > span { color:var(--lime); font-size:8px; letter-spacing:.15em; }.decision-head h3 { margin:38px 0 16px; font-family:var(--serif); font-size:29px; font-weight:500; }.decision-head p { color:rgba(255,255,255,.45); font-size:10px; }.decision-list { margin:0; padding:0; list-style:none; }.decision-list li { display:grid; grid-template-columns:42px 1fr auto; gap:14px; align-items:center; padding:19px 24px; border-bottom:1px solid rgba(255,255,255,.1); }.decision-list li:last-child { border:0; }.decision-list li > span { color:var(--lime); font-family:var(--serif); font-size:18px; }.decision-list b { font-family:var(--serif); font-size:16px; font-weight:500; }.decision-list p { margin:4px 0 0; color:rgba(255,255,255,.42); font-size:9px; }.decision-list i { padding:5px 8px; color:rgba(255,255,255,.42); border:1px solid rgba(255,255,255,.13); border-radius:999px; font-size:7px; font-style:normal; }
.risk-footer { display:grid; grid-template-columns:.55fr 1fr; gap:50px; align-items:end; margin-top:25px; padding:28px; border:1px solid #d4b7aa; background:#eee1db; }.risk-footer div { display:grid; gap:8px; }.risk-footer span { color:#a26b53; font-size:8px; letter-spacing:.12em; }.risk-footer b { font-family:var(--serif); font-size:21px; font-weight:500; }.risk-footer p { margin:0; color:#756c67; font-size:10px; }

.footer { min-height:230px; display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:60px; padding:48px max(48px,calc((100vw - 1240px)/2)); color:var(--white); background:#111713; }.footer > div > p { margin:17px 0 0; color:rgba(255,255,255,.4); font-size:10px; }.footer dl { display:flex; gap:40px; margin:0; }.footer dl div { display:grid; gap:7px; }.footer dt { color:rgba(255,255,255,.3); font-size:7px; letter-spacing:.12em; }.footer dd { margin:0; font-family:var(--serif); font-size:15px; }.back-top { display:flex; align-items:center; gap:14px; color:rgba(255,255,255,.65); font-size:9px; }.back-top span { display:grid; place-items:center; width:35px; height:35px; color:var(--ink); background:var(--lime); border-radius:50%; font-size:15px; }

/* Clickable mini-program prototype */
.miniapp-demo {
  position: relative;
  margin-top: 64px;
  padding: 36px;
  color: var(--white);
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #17211b;
  background-size: 42px 42px;
  border-top: 3px solid var(--lime);
  box-shadow: 0 38px 88px rgba(23,33,27,.18);
  overflow: hidden;
}
.miniapp-demo::after {
  content: "";
  position: absolute;
  right: -150px;
  top: 140px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(217,255,99,.07);
  filter: blur(90px);
  pointer-events: none;
}
.miniapp-demo-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: 50px;
  align-items: end;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.miniapp-demo-head span {
  color: var(--lime);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .13em;
}
.miniapp-demo-head h3 {
  max-width: 720px;
  margin: 13px 0 0;
  font-family: var(--serif);
  font-size: clamp(32px, 3.1vw, 44px);
  font-weight: 500;
  line-height: 1.25;
}
.miniapp-demo-head p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.8;
}
.miniapp-demo-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 238px minmax(420px, 1fr) 250px;
  gap: 22px;
  align-items: start;
  padding-top: 34px;
}
.demo-control-panel,
.demo-inspector {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(12px);
}
.demo-panel-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.65);
  font-size: 14px;
  font-weight: 650;
}
.demo-panel-label > span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 14px;
}
.demo-route-buttons {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.demo-route-buttons button {
  position: relative;
  display: grid;
  gap: 5px;
  width: 100%;
  padding: 16px;
  color: rgba(255,255,255,.65);
  text-align: left;
  border: 1px solid rgba(255,255,255,.12);
  background: transparent;
  cursor: pointer;
  transition: .25s ease;
}
.demo-route-buttons button::after {
  content: "→";
  position: absolute;
  right: 14px;
  top: 15px;
  color: rgba(255,255,255,.28);
  font-size: 16px;
}
.demo-route-buttons button:hover {
  color: white;
  border-color: rgba(217,255,99,.42);
  transform: translateX(3px);
}
.demo-route-buttons button.is-active {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}
.demo-route-buttons button.is-active::after { color: var(--ink); }
.demo-route-buttons button > span { font-size: 14px; font-weight: 700; }
.demo-route-buttons button b { font-family: var(--serif); font-size: 19px; font-weight: 500; }
.demo-route-buttons button small { font-size: 14px; opacity: .68; }
.screen-label { margin-top: 28px; }
.demo-screen-jumps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 15px;
}
.demo-screen-jumps button {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 10px 8px;
  color: rgba(255,255,255,.54);
  border: 1px solid rgba(255,255,255,.1);
  background: transparent;
  cursor: pointer;
  transition: .2s ease;
}
.demo-screen-jumps button:hover,
.demo-screen-jumps button.is-active {
  color: white;
  border-color: rgba(217,255,99,.55);
  background: rgba(217,255,99,.08);
}
.demo-screen-jumps button.is-active { box-shadow: inset 2px 0 var(--lime); }
.demo-screen-jumps i {
  color: var(--lime);
  font-family: var(--serif);
  font-size: 14px;
  font-style: normal;
}
.demo-screen-jumps span { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.hotspot-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 13px 14px;
  color: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(0,0,0,.15);
  cursor: pointer;
}
.hotspot-toggle span { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.hotspot-toggle span i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #788078;
}
.hotspot-toggle b { color: rgba(255,255,255,.42); font-size: 14px; }
.hotspot-toggle.is-on span i { background: var(--lime); box-shadow: 0 0 0 5px rgba(217,255,99,.12); }
.hotspot-toggle.is-on b { color: var(--lime); }
.demo-help {
  margin: 12px 0 0;
  color: rgba(255,255,255,.42);
  font-size: 14px;
  line-height: 1.65;
}

.demo-device-stage {
  position: relative;
  display: grid;
  place-items: start center;
  min-height: 850px;
  padding-top: 10px;
}
.device-stage-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.34);
  font-size: 11px;
  letter-spacing: .13em;
  writing-mode: vertical-rl;
}
.device-stage-note span { width: 1px; height: 58px; background: rgba(217,255,99,.32); }
.device-stage-note.note-left { left: 2px; top: 72px; }
.device-stage-note.note-right { right: 2px; bottom: 45px; }
.virtual-device {
  position: relative;
  width: min(100%, 390px);
  aspect-ratio: 390 / 844;
  padding: 10px;
  background: linear-gradient(145deg, #343a36, #070908 42%, #242a26);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 54px;
  box-shadow: 0 45px 75px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.08);
}
.virtual-device::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 49px;
  pointer-events: none;
}
.virtual-device-buttons {
  position: absolute;
  left: -4px;
  top: 130px;
  display: grid;
  gap: 14px;
}
.virtual-device-buttons i {
  width: 3px;
  height: 56px;
  background: #303631;
  border-radius: 3px 0 0 3px;
}
.virtual-device-buttons i:first-child { height: 30px; }
.virtual-device-island {
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 19px;
  width: 106px;
  height: 27px;
  border-radius: 999px;
  background: #060807;
  transform: translateX(-50%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.virtual-device-island::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #101d18;
  box-shadow: inset 0 0 0 2px #162a22;
}
.virtual-device-screen {
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--ink);
  background: #f5f2e9;
  border-radius: 44px;
  overflow: hidden;
}
.virtual-statusbar {
  position: absolute;
  z-index: 45;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 39px;
  padding: 0 24px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
}
.virtual-status-icons { font-size: 10px; letter-spacing: 1px; }
.virtual-device[data-screen="map"] .virtual-statusbar,
.virtual-device[data-screen="detail"] .virtual-statusbar { color: white; text-shadow: 0 1px 5px rgba(0,0,0,.65); }
.virtual-home-indicator {
  position: absolute;
  z-index: 55;
  left: 50%;
  bottom: 17px;
  width: 116px;
  height: 4px;
  border-radius: 999px;
  background: rgba(23,33,27,.76);
  transform: translateX(-50%);
  pointer-events: none;
}
.virtual-device[data-screen="map"] .virtual-home-indicator,
.virtual-device[data-screen="detail"] .virtual-home-indicator { background: rgba(255,255,255,.82); }
.virtual-screen {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  transform: translateX(22px) scale(.985);
  transition: opacity .25s ease, transform .32s ease;
  scrollbar-width: none;
}
.virtual-screen::-webkit-scrollbar { display: none; }
.virtual-screen.is-active { z-index: 5; opacity: 1; pointer-events: auto; transform: none; }
.virtual-screen button,
.virtual-screen input,
.virtual-screen textarea { font-family: var(--sans); }
.virtual-screen button { cursor: pointer; }
.virtual-screen button:active { transform: scale(.98); }

/* Shared mobile UI */
.v-appbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px 10px;
}
.v-appbar small { color: #728078; font-size: 11px; letter-spacing: .08em; }
.v-appbar h4 { margin: 2px 0 0; font-family: var(--serif); font-size: 23px; font-weight: 600; }
.v-appbar button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #d8d9d2;
  border-radius: 50%;
  color: var(--ink);
  background: white;
  font-size: 19px;
}
.v-search {
  margin: 6px 18px 10px;
  padding: 12px 14px;
  color: #717971;
  text-align: left;
  border: 1px solid #dbddd4;
  border-radius: 10px;
  background: white;
  font-size: 13px;
}
.v-search span { margin-right: 6px; color: #3f4e45; font-size: 17px; }
.v-filter-chips { display: flex; gap: 8px; padding: 0 18px 13px; overflow: hidden; }
.v-filter-chips span {
  flex: 0 0 auto;
  padding: 8px 11px;
  color: #687168;
  border: 1px solid #d8dbd2;
  border-radius: 999px;
  background: rgba(255,255,255,.56);
  font-size: 11px;
}
.v-filter-chips span.active { color: var(--ink); background: var(--lime); border-color: #bad842; font-weight: 700; }
.v-land-card {
  display: block;
  margin: 0 18px;
  padding: 0;
  text-align: left;
  border: 0;
  border-radius: 15px;
  background: white;
  box-shadow: 0 13px 30px rgba(41,55,46,.1);
  overflow: hidden;
}
.v-land-image { position: relative; display: block; height: 190px; overflow: hidden; }
.v-land-image img { width: 100%; height: 100%; object-fit: cover; }
.v-land-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(0,0,0,.34)); }
.v-land-image > i {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  padding: 5px 8px;
  color: white;
  border-radius: 999px;
  background: rgba(20,31,24,.72);
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-style: normal;
}
.v-land-info { display: block; padding: 14px 15px 15px; }
.v-title-line { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.v-title-line > b { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.v-title-line > i { padding: 4px 7px; color: #516522; background: #edf9c8; border-radius: 999px; font-size: 10px; font-style: normal; white-space: nowrap; }
.v-land-info > small { display: block; margin-top: 6px; color: #747c74; font-size: 11px; }
.v-land-metrics { display: flex; justify-content: space-between; align-items: end; margin-top: 12px; padding-top: 11px; border-top: 1px solid #e7e7df; }
.v-land-metrics strong { color: #4f6421; font-family: var(--serif); font-size: 27px; font-weight: 600; }
.v-land-metrics b { font-family: var(--serif); font-size: 17px; font-weight: 600; }
.v-land-metrics small { margin-left: 2px; color: #737a73; font-family: var(--sans); font-size: 10px; font-weight: 500; }
.v-secondary-land {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 11px;
  align-items: center;
  margin: 12px 18px 90px;
  padding: 10px;
  text-align: left;
  border: 1px solid #e0e1da;
  border-radius: 12px;
  background: rgba(255,255,255,.62);
}
.v-secondary-land > span:first-child { width: 50px; height: 48px; border-radius: 8px; background: linear-gradient(145deg,#78905e,#bac889); }
.v-secondary-land > span:nth-child(2) { display: grid; gap: 4px; }
.v-secondary-land b { font-family: var(--serif); font-size: 14px; }
.v-secondary-land small { color: #7b827b; font-size: 10px; }
.v-secondary-land > i { color: #6d756e; font-size: 20px; font-style: normal; }
.v-tabbar {
  position: absolute;
  z-index: 12;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  height: 76px;
  padding: 9px 9px 22px;
  border-top: 1px solid #dedfd8;
  background: rgba(251,250,245,.96);
  backdrop-filter: blur(12px);
}
.v-tabbar button {
  display: grid;
  gap: 2px;
  place-items: center;
  padding: 0;
  color: #858b85;
  border: 0;
  background: transparent;
}
.v-tabbar button i { font-size: 18px; font-style: normal; line-height: 1; }
.v-tabbar button span { font-size: 10px; }
.v-tabbar button.active { color: #46591e; font-weight: 700; }
.v-tabbar .v-publish-entry i { display: grid; place-items: center; width: 35px; height: 35px; margin-top: -17px; color: var(--ink); background: var(--lime); border: 4px solid #f8f7f1; border-radius: 50%; font-size: 20px; }
.v-page-header {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  height: 55px;
  padding: 0 12px;
  border-bottom: 1px solid #e1e2da;
  background: rgba(248,247,241,.93);
  backdrop-filter: blur(10px);
}
.v-page-header button { padding: 0; color: var(--ink); text-align: left; border: 0; background: transparent; font-size: 28px; line-height: 1; }
.v-page-header h4 { margin: 0; text-align: center; font-family: var(--serif); font-size: 18px; font-weight: 600; }
.v-page-header > span { color: #727a72; text-align: right; font-size: 11px; }
.v-verified { display: inline-flex; align-items: center; align-self: flex-start; padding: 5px 8px; color: #4f6126; background: #eef8d0; border-radius: 999px; font-size: 10px; font-weight: 700; }

/* Map screen */
.v-map-screen { padding-top: 0; color: white; background: #465946; }
.v-map-photo { position: absolute; inset: 0; }
.v-map-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) brightness(.74); }
.v-map-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(7,18,11,.2),transparent 45%,rgba(7,18,11,.32)); }
.v-map-header { position: relative; z-index: 8; display: grid; grid-template-columns: 40px 1fr 40px; gap: 8px; align-items: center; margin-top: 43px; padding: 0 15px; }
.v-map-header button,
.v-map-header div { height: 40px; border: 0; border-radius: 10px; background: rgba(251,250,245,.94); box-shadow: 0 5px 16px rgba(15,25,18,.16); }
.v-map-header button { color: var(--ink); font-size: 23px; }
.v-map-header div { display: flex; justify-content: space-between; align-items: center; padding: 0 13px; color: #48544c; font-size: 12px; }
.v-map-filters { position: relative; z-index: 8; display: flex; gap: 7px; margin: 10px 15px 0; }
.v-map-filters span { padding: 7px 10px; color: #344138; border-radius: 999px; background: rgba(251,250,245,.92); font-size: 10px; box-shadow: 0 4px 12px rgba(15,25,18,.14); }
.v-map-fence { position: absolute; z-index: 4; inset: 83px 0 auto; width: 100%; height: 520px; overflow: visible; }
.v-map-fence polygon { fill: rgba(217,255,99,.22); stroke: var(--lime); stroke-width: 3; filter: drop-shadow(0 4px 6px rgba(0,0,0,.32)); }
.v-map-fence circle { fill: var(--lime); stroke: #17211b; stroke-width: 2; }
.v-map-area { position: absolute; z-index: 8; left: 50%; top: 305px; padding: 7px 11px; color: var(--ink); border-radius: 999px; background: var(--lime); font-family: var(--serif); font-size: 14px; font-weight: 700; transform: translateX(-50%); }
.v-map-locate { position: absolute; z-index: 8; right: 17px; bottom: 270px; display: grid; place-items: center; width: 40px; height: 40px; color: var(--ink); border: 0; border-radius: 50%; background: white; box-shadow: 0 7px 18px rgba(0,0,0,.22); font-size: 18px; }
.v-map-sheet { position: absolute; z-index: 9; left: 10px; right: 10px; bottom: 12px; padding: 18px 18px 25px; color: var(--ink); border-radius: 20px 20px 35px 35px; background: #f8f6ee; box-shadow: 0 -12px 36px rgba(0,0,0,.2); }
.v-map-sheet h4 { margin: 9px 0 3px; font-family: var(--serif); font-size: 20px; }
.v-map-sheet > p { margin: 0; color: #777e77; font-size: 11px; }
.v-map-sheet > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 14px; }
.v-map-sheet > div span { color: #737a73; border-right: 1px solid #dedfd8; font-size: 9px; }
.v-map-sheet > div span:last-child { border: 0; }
.v-map-sheet > div b { display: block; color: var(--ink); font-family: var(--serif); font-size: 15px; }
.v-map-sheet > button { display: flex; justify-content: space-between; width: 100%; margin-top: 14px; padding: 12px 14px; color: var(--ink); border: 0; border-radius: 9px; background: var(--lime); font-size: 13px; font-weight: 750; }

/* Land detail */
.v-detail-screen { padding-top: 0; padding-bottom: 76px; background: #f5f2e9; }
.v-detail-hero { position: relative; flex: 0 0 250px; overflow: hidden; }
.v-detail-hero img { width: 100%; height: 100%; object-fit: cover; }
.v-detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(10,20,13,.38),transparent 50%,rgba(10,20,13,.12)); }
.v-detail-hero > button { position: absolute; z-index: 3; left: 15px; top: 46px; display: grid; place-items: center; width: 38px; height: 38px; padding: 0 2px 3px 0; color: white; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(18,28,21,.42); backdrop-filter: blur(8px); font-size: 28px; }
.v-detail-hero > span { position: absolute; z-index: 3; right: 15px; bottom: 14px; padding: 5px 9px; color: white; border-radius: 999px; background: rgba(18,28,21,.56); font-size: 10px; }
.v-detail-body { padding: 18px 18px 30px; }
.v-detail-body > h4 { margin: 9px 0 3px; font-family: var(--serif); font-size: 23px; }
.v-detail-address { margin: 0; color: #757c75; font-size: 11px; }
.v-detail-stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 16px; padding: 15px 0; border-top: 1px solid #dedfd7; border-bottom: 1px solid #dedfd7; }
.v-detail-stats > span { padding: 0 8px; color: #707870; border-right: 1px solid #dedfd7; font-size: 9px; }
.v-detail-stats > span:first-child { padding-left: 0; }
.v-detail-stats > span:last-child { padding-right: 0; border: 0; }
.v-detail-stats b { display: block; color: var(--ink); font-family: var(--serif); font-size: 17px; }
.v-detail-stats small { display: block; margin-top: 4px; color: #92978f; font-size: 8px; }
.v-location-card { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 14px; padding: 13px; text-align: left; border: 1px solid #dce0d1; border-radius: 11px; background: #f1f7df; }
.v-location-card > span { display: grid; grid-template-columns: 31px 1fr; column-gap: 9px; align-items: center; }
.v-location-card i { grid-row: 1 / 3; display: grid; place-items: center; width: 31px; height: 31px; color: var(--ink); border-radius: 50%; background: var(--lime); font-size: 15px; font-style: normal; }
.v-location-card b { font-size: 12px; }
.v-location-card small { color: #798076; font-size: 9px; }
.v-location-card em { color: #64705e; font-size: 22px; font-style: normal; }
.v-condition-title { display: flex; justify-content: space-between; margin-top: 19px; }
.v-condition-title b { font-family: var(--serif); font-size: 15px; }
.v-condition-title span { color: #92978f; font-size: 9px; }
.v-condition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 10px; }
.v-condition-grid span { padding: 10px; border: 1px solid #e0e1da; border-radius: 8px; background: white; font-size: 10px; }
.v-condition-grid i { margin-right: 5px; color: #779131; font-size: 13px; font-style: normal; }
.v-owner { display: grid; grid-template-columns: 38px 1fr auto; gap: 9px; align-items: center; margin-top: 14px; padding-top: 14px; border-top: 1px solid #dedfd8; }
.v-owner > span { display: grid; place-items: center; width: 38px; height: 38px; color: #ecf6d0; border-radius: 50%; background: #405143; font-family: var(--serif); }
.v-owner div { display: grid; gap: 3px; }
.v-owner b { font-size: 11px; }
.v-owner small { color: #898f88; font-size: 8px; }
.v-owner > i { padding: 4px 6px; color: #60702f; border: 1px solid #cad6a3; border-radius: 999px; font-size: 8px; font-style: normal; }
.v-detail-actions { position: absolute; z-index: 12; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 110px 1fr; gap: 9px; padding: 10px 16px 24px; border-top: 1px solid #dfe0d9; background: rgba(250,249,244,.96); backdrop-filter: blur(12px); }
.v-detail-actions button { padding: 12px; border: 1px solid #ccd0c7; border-radius: 9px; background: white; font-size: 12px; }
.v-detail-actions button:last-child { color: var(--ink); border-color: var(--lime); background: var(--lime); font-weight: 750; }

/* Inquiry and publishing forms */
.v-form-screen,
.v-publish-screen,
.v-publish-map-screen { background: #f5f2e9; }
.v-form-content,
.v-publish-content { padding: 17px 18px 34px; }
.v-form-land { display: grid; grid-template-columns: 58px 1fr; gap: 11px; align-items: center; padding: 10px; border: 1px solid #e0e1d9; border-radius: 10px; background: white; }
.v-form-land img { width: 58px; height: 53px; border-radius: 7px; object-fit: cover; }
.v-form-land div { display: grid; gap: 4px; }
.v-form-land b { font-family: var(--serif); font-size: 13px; }
.v-form-land small { color: #818781; font-size: 10px; }
.v-form-content h5 { margin: 20px 0 9px; font-family: var(--serif); font-size: 15px; }
.v-field,
.v-textarea,
.v-publish-field { position: relative; display: grid; gap: 7px; margin-top: 8px; padding: 11px 12px; border: 1px solid #dedfd7; border-radius: 9px; background: white; }
.v-field > span,
.v-textarea > span,
.v-publish-field > span { color: #777f77; font-size: 10px; }
.v-field input,
.v-publish-field input { width: 100%; padding: 0; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: 13px; }
.v-field.select { grid-template-columns: 1fr auto auto; gap: 7px; align-items: center; }
.v-field.select span { grid-column: 1/-1; }
.v-field.select b { font-size: 12px; font-weight: 600; }
.v-field.select i { color: #7c837c; font-size: 18px; font-style: normal; }
.v-textarea textarea { min-height: 48px; padding: 0; resize: none; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: 12px; line-height: 1.55; }
.v-consent { display: flex; gap: 7px; align-items: flex-start; margin-top: 12px; color: #747b74; font-size: 9px; line-height: 1.5; }
.v-consent input { accent-color: #6f842f; }
.v-form-submit,
.v-publish-next,
.v-success-primary {
  width: 100%;
  margin-top: 17px;
  padding: 14px;
  color: var(--ink);
  border: 0;
  border-radius: 10px;
  background: var(--lime);
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 8px 20px rgba(152,185,53,.16);
}
.v-step-progress { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; padding: 11px 18px 0; }
.v-step-progress span { height: 3px; border-radius: 3px; background: #d8dad2; }
.v-step-progress span.active,
.v-step-progress span.done { background: #90ad36; }
.v-publish-content > small:first-child { color: #718135; font-size: 10px; font-weight: 700; }
.v-publish-content > h4 { margin: 7px 0 4px; font-family: var(--serif); font-size: 22px; }
.v-publish-content > p { margin: 0 0 14px; color: #888e87; font-size: 10px; }
.v-publish-field { margin-top: 10px; }
.v-publish-field > b { font-size: 12px; }
.v-publish-field > i { position: absolute; right: 13px; bottom: 11px; color: #757d75; font-size: 11px; font-style: normal; }
.v-publish-field.split input { padding-right: 70px; }
.v-choice-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.v-choice-row button { padding: 8px 4px; color: #687168; border: 1px solid #d8dad3; border-radius: 7px; background: #f9f8f4; font-size: 11px; }
.v-choice-row button.active { color: #46561f; border-color: #b7cb75; background: #eff7d7; font-weight: 700; }
.v-autosave { display: block; margin-top: 9px; color: #8a9189; text-align: center; font-size: 9px; }

/* Fence editor */
.v-publish-map-copy { padding: 17px 18px 12px; }
.v-publish-map-copy small { color: #738039; font-size: 10px; font-weight: 700; }
.v-publish-map-copy h4 { margin: 5px 0 0; font-family: var(--serif); font-size: 20px; }
.v-publish-map-canvas { position: relative; height: 438px; margin: 0 15px; border: 1px solid #d2d7c7; border-radius: 14px; background: #5a6d52; overflow: hidden; }
.v-publish-map-canvas img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) brightness(.76); }
.v-publish-map-canvas::after { content: ""; position: absolute; inset: 0; background: rgba(19,36,23,.09); pointer-events: none; }
.v-publish-map-canvas svg { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; overflow: visible; }
.v-publish-map-canvas polygon { fill: rgba(217,255,99,.22); stroke: var(--lime); stroke-width: 3; stroke-linejoin: round; }
.v-publish-map-canvas circle { fill: var(--lime); stroke: #17211b; stroke-width: 2; }
.v-publish-map-canvas > span { position: absolute; z-index: 4; left: 50%; top: 48%; padding: 7px 10px; color: var(--ink); border-radius: 999px; background: var(--lime); font-size: 11px; font-weight: 750; transform: translate(-50%,-50%); white-space: nowrap; }
.v-publish-map-canvas > button { position: absolute; z-index: 4; right: 10px; bottom: 10px; padding: 8px 10px; color: var(--ink); border: 0; border-radius: 7px; background: rgba(255,255,255,.92); font-size: 10px; font-weight: 700; }
.v-publish-map-canvas.is-redrawing polygon { stroke-dasharray: 1000; animation: demoDrawFence 1.2s ease both; }
.v-publish-map-canvas.is-redrawing circle { animation: demoNodePulse .65s ease both; }
.v-fence-validation { display: flex; justify-content: center; gap: 16px; margin: 10px 15px 0; color: #62752d; font-size: 10px; }
.fence-next { width: calc(100% - 30px); margin: 12px 15px 34px; }

/* Success states */
.v-success-screen { align-items: center; padding: 112px 25px 38px; text-align: center; background: #f5f2e9; }
.v-success-mark { display: grid; place-items: center; width: 90px; height: 90px; border: 1px solid #b7ca75; border-radius: 50%; background: rgba(217,255,99,.34); box-shadow: 0 0 0 14px rgba(217,255,99,.12); }
.v-success-mark i { display: grid; place-items: center; width: 54px; height: 54px; color: var(--ink); border-radius: 50%; background: var(--lime); font-size: 25px; font-style: normal; }
.v-success-kicker { margin-top: 28px; color: #72823b; font-size: 10px; font-weight: 750; letter-spacing: .12em; }
.v-success-screen > h4 { margin: 8px 0 3px; font-family: var(--serif); font-size: 25px; }
.v-success-screen > p { margin: 0; color: #747c74; font-size: 12px; }
.v-next-card { width: 100%; margin-top: 27px; padding: 17px; text-align: left; border: 1px solid #dde0d4; border-radius: 12px; background: white; }
.v-next-card > b { font-family: var(--serif); font-size: 14px; }
.v-next-card ol { display: grid; gap: 12px; margin: 14px 0 0; padding: 0; list-style: none; }
.v-next-card li { display: grid; grid-template-columns: 28px 1fr; gap: 9px; align-items: center; }
.v-next-card li > i { display: grid; place-items: center; width: 27px; height: 27px; color: #526522; border-radius: 50%; background: #eff7d6; font-size: 10px; font-style: normal; }
.v-next-card li span { display: grid; gap: 2px; }
.v-next-card li b { font-size: 11px; }
.v-next-card li small { color: #888e87; font-size: 9px; }
.v-success-secondary { margin-top: 10px; padding: 10px; color: #62702f; border: 0; background: transparent; font-size: 11px; }
.publish-success { padding-top: 90px; }
.publish-success .v-success-mark { width: 78px; height: 78px; }
.v-review-card { display: grid; grid-template-columns: 1fr auto; width: 100%; margin-top: 23px; padding: 14px; text-align: left; border: 1px solid #dce0d1; border-radius: 10px; background: #f0f6de; }
.v-review-card span { grid-column: 1/-1; color: #7a8179; font-size: 9px; }
.v-review-card b { margin-top: 4px; font-family: var(--serif); font-size: 18px; }
.v-review-card i { align-self: end; padding: 4px 7px; color: #5c6e27; border-radius: 999px; background: #dfeeb1; font-size: 9px; font-style: normal; }
.v-next-card.compact { margin-top: 11px; }

/* Guided hotspots */
.demo-hotspot {
  position: absolute;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  color: white;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 5px 8px rgba(0,0,0,.35));
  transition: opacity .2s ease, visibility .2s ease;
}
.demo-hotspot > span {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: var(--ink);
  border: 2px solid white;
  border-radius: 50%;
  background: var(--lime);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  animation: demoHotspot 1.7s ease-in-out infinite;
}
.demo-hotspot > em {
  padding: 6px 8px;
  color: white;
  border-radius: 5px;
  background: rgba(20,30,24,.9);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.miniapp-demo.hotspots-off .demo-hotspot { opacity: 0; visibility: hidden; pointer-events: none; }
.hs-land { right: 9px; top: 330px; }
.hs-map-tab { left: 74px; bottom: 35px; }
.hs-publish-tab { left: 184px; bottom: 45px; }
.hs-map-back { left: 8px; top: 49px; }
.hs-fence { left: 126px; top: 305px; }
.hs-map-detail { right: 30px; bottom: 51px; }
.hs-detail-back { left: 8px; top: 49px; }
.hs-location { right: 17px; top: 510px; }
.hs-consult { right: 34px; bottom: 37px; }
.hs-form-back,
.hs-publish-close { left: 7px; top: 49px; }
.hs-form-submit,
.hs-publish-next { right: 27px; bottom: 45px; }
.hs-success-home { right: 24px; bottom: 82px; }
.hs-success-publish { right: 20px; bottom: 38px; }
.hs-fence-redraw { right: 18px; top: 538px; }
.hs-fence-submit { right: 25px; bottom: 42px; }

/* Prototype inspector */
.demo-live-status { display: flex; justify-content: space-between; align-items: center; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.13); }
.demo-live-status span { display: flex; align-items: center; gap: 7px; color: var(--lime); font-size: 14px; font-weight: 700; letter-spacing: .1em; }
.demo-live-status span i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); animation: pulse 1.7s infinite; }
.demo-live-status b { font-family: var(--serif); font-size: 16px; }
.demo-current-screen { min-height: 178px; padding: 28px 0 23px; }
.demo-current-screen small { color: var(--lime); font-size: 14px; }
.demo-current-screen h4 { margin: 9px 0 7px; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.demo-current-screen p { margin: 0; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.7; }
.demo-progress { height: 3px; background: rgba(255,255,255,.12); overflow: hidden; }
.demo-progress span { display: block; height: 100%; background: var(--lime); transition: width .35s ease; }
.demo-playback-controls { display: grid; grid-template-columns: 47px 1fr 47px; gap: 8px; margin-top: 15px; }
.demo-playback-controls button { height: 43px; color: white; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.04); cursor: pointer; font-size: 15px; }
.demo-playback-controls button:hover:not(:disabled) { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.demo-playback-controls button:disabled { opacity: .25; cursor: not-allowed; }
.log-label { margin-top: 30px; }
.demo-event-log { display: grid; gap: 0; max-height: 210px; margin: 15px 0 0; padding: 0; list-style: none; overflow-y: auto; }
.demo-event-log li { display: grid; grid-template-columns: 64px 1fr; gap: 9px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.demo-event-log time { color: var(--lime); font-family: monospace; font-size: 14px; }
.demo-event-log span { color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.55; }
.demo-event-log li:first-child span { color: white; }
.demo-hotspot-legend { margin-top: 25px; padding: 14px; border: 1px dashed rgba(217,255,99,.3); background: rgba(217,255,99,.035); }
.demo-hotspot-legend > span { display: flex; align-items: center; gap: 8px; }
.demo-hotspot-legend > span i { display: grid; place-items: center; width: 27px; height: 27px; color: var(--ink); border-radius: 50%; background: var(--lime); font-family: var(--serif); font-size: 14px; font-style: normal; }
.demo-hotspot-legend > span b { font-size: 14px; }
.demo-hotspot-legend p { margin: 9px 0 0; color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.6; }

@keyframes demoHotspot {
  0%,100% { box-shadow: 0 0 0 0 rgba(217,255,99,.7); }
  50% { box-shadow: 0 0 0 10px rgba(217,255,99,0); }
}
@keyframes demoDrawFence {
  from { stroke-dashoffset: 1000; fill: transparent; }
  72% { fill: transparent; }
  to { stroke-dashoffset: 0; fill: rgba(217,255,99,.22); }
}
@keyframes demoNodePulse {
  from { opacity: 0; transform: scale(0); transform-origin: center; }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1180px) {
  .miniapp-demo { padding: 32px 28px; }
  .miniapp-demo-shell { grid-template-columns: 220px minmax(390px,1fr); }
  .demo-inspector { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; }
  .demo-live-status,
  .demo-current-screen,
  .demo-progress,
  .demo-playback-controls { grid-column: 1; }
  .log-label,
  .demo-event-log,
  .demo-hotspot-legend { grid-column: 2; }
  .log-label { grid-row: 1; margin-top: 0; }
  .demo-event-log { grid-row: 2 / 5; align-self: start; }
  .demo-hotspot-legend { grid-row: 5; }
}
@media (max-width: 780px) {
  .miniapp-demo { margin-top: 48px; padding: 26px 16px 30px; }
  .miniapp-demo-head { grid-template-columns: 1fr; gap: 19px; padding: 0 8px 28px; }
  .miniapp-demo-head h3 { font-size: 34px; }
  .miniapp-demo-head p { font-size: 15px; }
  .miniapp-demo-shell { grid-template-columns: minmax(0,1fr); gap: 24px; padding-top: 28px; }
  .demo-control-panel { order: 1; }
  .demo-device-stage { order: 2; min-height: 0; padding: 8px 0; }
  .demo-inspector { order: 3; display: block; }
  .demo-route-buttons { grid-template-columns: 1fr 1fr; }
  .demo-screen-jumps { grid-template-columns: repeat(2,1fr); }
  .demo-screen-jumps button { justify-content: center; }
  .demo-screen-jumps span { display: inline; }
  .virtual-device { width: min(100%, 390px); }
  .device-stage-note { display: none; }
  .log-label { margin-top: 30px; }
}
@media (max-width: 480px) {
  .miniapp-demo { margin-left: -8px; margin-right: -8px; padding-left: 10px; padding-right: 10px; }
  .miniapp-demo-head { padding-left: 10px; padding-right: 10px; }
  .miniapp-demo-head h3 { font-size: 30px; }
  .demo-control-panel,
  .demo-inspector { padding: 18px; }
  .demo-route-buttons button { padding: 13px; }
  .demo-route-buttons button b { font-size: 16px; }
  .demo-screen-jumps { grid-template-columns: repeat(2,1fr); }
  .virtual-device { width: 100%; border-radius: 46px; }
  .virtual-device-screen { border-radius: 37px; }
  .demo-hotspot > em { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .demo-hotspot > span,
  .demo-live-status span i { animation: none; }
  .virtual-screen { transition: none; }
}

.reveal { opacity:0; transform:translateY(24px); transition:opacity .75s ease,transform .75s ease; }.reveal.delay-1 { transition-delay:.12s; }.reveal.is-visible { opacity:1; transform:none; }
@keyframes pulse { 0%,100%{box-shadow:0 0 0 3px rgba(217,255,99,.15)}50%{box-shadow:0 0 0 9px rgba(217,255,99,0)} }
@keyframes pulseOrange { 0%,100%{box-shadow:0 0 0 2px rgba(255,107,53,.2)}50%{box-shadow:0 0 0 6px rgba(255,107,53,0)} }
@keyframes scrollCue { 0%,100%{transform:scaleY(.35);transform-origin:top}50%{transform:scaleY(1);transform-origin:top} }
@keyframes drawFence { from{stroke-dashoffset:1000;fill:transparent}75%{fill:transparent}to{stroke-dashoffset:0;fill:rgba(217,255,99,.18)} }
@keyframes nodeAppear { from{opacity:0;transform:scale(0);transform-origin:center}to{opacity:1;transform:scale(1)} }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 56px, 1000px); }
  .desktop-nav { display:none; }
  .hero { grid-template-columns:1fr; }
  .hero-copy { min-height:630px; padding-left:56px; padding-right:56px; }
  .hero-visual { min-height:650px; }
  .scroll-cue { display:none; }
  .prototype-stage { min-height:1350px; }
  .prototype-caption { width:100%; }
  .phone-feed { left:6%; bottom:auto; top:280px; }
  .phone-map { left:50%; top:230px; transform:translateX(-50%); }
  .phone-publish { right:5%; bottom:10px; }
  .auction-showcase { grid-template-columns:1fr 1fr; }
  .entity-map { grid-template-columns:1fr auto 1fr auto 1fr; }
  .entity-map > :nth-child(n+6) { margin-top:18px; }
  .gate-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width: 780px) {
  :root { --shell: calc(100vw - 32px); --header-h:64px; }
  .site-header { padding:0 16px; }.header-actions { gap:8px; }.version-stamp { display:none; }.view-switcher button { padding:6px 8px; }
  .brand { min-width:auto; }.brand small { display:none; }
  .hero-copy { min-height:620px; padding:70px 22px 70px; }.hero h1 { font-size:49px; }.hero-lead { font-size:13px; }.hero-cta-row { align-items:flex-start; flex-direction:column; }.hero-facts { margin-top:45px; }.hero-facts dd { font-size:14px; }
  .hero-visual { min-height:560px; }.hero-data-card { width:calc(100% - 32px); right:16px; bottom:44px; }.image-credit { left:16px; bottom:16px; }.coordinates { right:16px; }.parcel-label { left:31%; top:31%; }
  .section { padding:72px 0; }.section-intro,.phase-heading { grid-template-columns:1fr; gap:26px; }.section-intro h2,.phase-heading h2 { font-size:40px; }.section-intro > p { font-size:13px; }.section-number { font-size:140px; }
  .transformation-panel { grid-template-columns:1fr; }.transform-arrow { min-height:115px; }.goal-grid { grid-template-columns:1fr 1fr; }.goal-card.north-star { grid-column:1/-1; grid-row:auto; }.goal-card { min-height:200px; }.scope-rail { grid-template-columns:1fr; }.scope-title { border-right:0; border-bottom:1px solid rgba(255,255,255,.12); }.scope-title b { margin-top:22px; }.scope-columns { grid-template-columns:1fr; }.scope-columns article + article { border-left:0; border-top:1px solid rgba(255,255,255,.12); }
  .role-orbit { height:auto; padding:260px 16px 16px; }.center-parcel { top:140px; }.orbit-lines { top:140px; }.role-card { position:relative; inset:auto!important; width:100%; margin-top:12px; transform:none!important; }
  .phase-band { grid-template-columns:65px 1fr; height:62px; padding:0 16px; }.phase-band > i { display:none; }.phase-band > span { font-size:31px; }.phase-section > .section-shell { padding-top:64px; }
  .prototype-stage { min-height:1850px; padding:26px 16px; }.phone { width:270px; }.phone-feed,.phone-map,.phone-publish { left:50%; right:auto; top:auto; bottom:auto; transform:translateX(-50%) rotate(0); }.phone-feed { top:190px; }.phone-map { top:730px; width:292px; }.phone-publish { top:1270px; }
  .design-board-meta { grid-template-columns:1fr; align-items:start; gap:15px; }.image-zoom { justify-self:start; }.design-image-button { padding:8px; }.design-image-button > span { left:20px; bottom:20px; }.ui-design-board figcaption { padding:7px 14px 14px; line-height:1.6; }
  .subsection-heading { align-items:start; flex-direction:column; }.journey-steps { grid-template-columns:1fr 1fr; }.requirements-layout { grid-template-columns:1fr; }.field-section { margin-top:80px; }.acceptance-panel { grid-template-columns:1fr; }.acceptance-title { padding:0 0 25px; }.acceptance-title h3 { margin-top:25px; }.acceptance-grid { grid-template-columns:1fr; border-left:0; border-top:1px solid rgba(255,255,255,.12); }
  .auction-flow { grid-template-columns:repeat(4,1fr); gap:22px 0; }.flow-line { display:none; }.auction-showcase { grid-template-columns:1fr; }.auction-copy { padding:42px 25px; }.auction-copy > h3 { font-size:40px; }.auction-device-wrap { min-height:700px; }.gate-grid { grid-template-columns:1fr; }.state-track { align-items:stretch; flex-direction:column; }.state-track i { transform:rotate(90deg); text-align:center; }.exception-track { align-items:flex-start; flex-wrap:wrap; }
  .entity-map { grid-template-columns:1fr; }.entity-map > i { text-align:center; transform:rotate(90deg); }.data-grid { grid-template-columns:1fr; }.nfr-grid { grid-template-columns:1fr 1fr; }
  .roadmap { overflow-x:auto; min-width:0; padding-left:70px; }.roadmap > * { min-width:720px; }.roadmap-row > b { right:calc(100% + 10px); }.milestones { left:70px; }.sprint-questions { grid-template-columns:1fr 1fr; }.decision-panel { grid-template-columns:1fr; }.decision-head { border-right:0; border-bottom:1px solid rgba(255,255,255,.12); }.decision-list li { grid-template-columns:35px 1fr; }.decision-list i { display:none; }.risk-footer { grid-template-columns:1fr; gap:15px; }
  .footer { grid-template-columns:1fr; gap:35px; padding:55px 24px; }.footer dl { flex-wrap:wrap; gap:28px; }
}

@media (max-width: 480px) {
  .view-switcher button { font-size:9px; }.hero h1 { font-size:43px; }.hero-facts { grid-template-columns:1fr; }.hero-facts div + div { padding-left:0; border-left:0; }.hero-facts div { display:flex; justify-content:space-between; border-bottom:1px solid rgba(255,255,255,.1); padding:11px 0; }.hero-facts dd { margin:0; }
  .goal-grid,.scope-columns,.acceptance-grid,.nfr-grid,.sprint-questions { grid-template-columns:1fr; }.goal-card.north-star { grid-column:auto; }.before-state ul { grid-template-columns:1fr; }.journey-steps { grid-template-columns:1fr; }.auction-flow { grid-template-columns:repeat(2,1fr); }.auction-rule-grid { grid-template-columns:1fr; }.status-lanes { flex-wrap:wrap; }.data-card { padding:22px; }.decision-head { padding:28px; }
  .ui-design-board { margin-top:44px; }.design-board-meta { padding:18px; }.design-board-meta h3 { font-size:21px; }.image-lightbox { width:100vw; height:100vh; border:0; }.lightbox-canvas { padding:8px; place-items:start center; }
}

/* Readability pass: presentation copy should remain legible on shared screens. */
body { font-size: 16px; }
.phone { font-size: 16px; }
.brand small { font-size: 11px; }
.desktop-nav a { font-size: 15px; }
.view-switcher button { font-size: 13px; }
.version-stamp { font-size: 12px; }

.eyebrow { font-size: 13px; }
.hero-lead { font-size: 18px; line-height: 1.7; }
.primary-cta { font-size: 15px; }
.text-link { font-size: 14px; }
.hero-facts dt { font-size: 13px; }
.coordinates { font-size: 12px; }
.parcel-label small { font-size: 12px; }
.parcel-label b { font-size: 14px; }
.data-card-head { font-size: 13px; }
.hero-data-card dt { font-size: 13px; }
.hero-data-card dd { font-size: 13px; }
.image-credit { font-size: 12px; }
.scroll-cue { font-size: 10px; }

.section-kicker { font-size: 13px; }
.subsection-heading span { font-size: 13px; }
.subsection-heading p { font-size: 15px; }
.before-state > span,
.after-state > span { font-size: 13px; }
.transform-arrow b { font-size: 13px; }
.after-state p { font-size: 15px; }
.card-index { font-size: 13px; }
.goal-card p,
.goal-card.north-star p,
.formula { font-size: 15px; }
.scope-title span { font-size: 13px; }
.scope-columns h3 { font-size: 17px; }
.scope-columns p { font-size: 15px; }
.center-parcel > span { font-size: 13px; }
.role-card > span { font-size: 13px; }
.role-card blockquote { font-size: 18px; }
.role-card p { color: rgba(255,255,255,.68); font-size: 14px; }
.phase-band > b { font-size: 15px; }
.phase-band > i { font-size: 13px; }
.phase-outcome span { font-size: 13px; }
.phase-outcome p { font-size: 15px; }

.prototype-caption > span { font-size: 13px; }
.prototype-caption p { color: rgba(255,255,255,.7); font-size: 14px; }
.prototype-legend { color: rgba(255,255,255,.65); font-size: 13px; }
.journey-steps b { font-size: 18px; }
.journey-steps small { font-size: 13px; line-height: 1.55; }
.design-board-meta span { font-size: 13px; }
.design-board-meta > p { font-size: 14px; }
.image-zoom { font-size: 13px; }
.design-image-button > span { font-size: 11px; }
.ui-design-board figcaption { color: #6d746c; font-size: 13px; line-height: 1.55; }
.ui-design-board-dark figcaption { color: rgba(255,255,255,.66); }
.lightbox-toolbar p { font-size: 14px; }

.priority { font-size: 13px; }
.requirement-item button b { font-size: 18px; }
.requirement-item button small { font-size: 13px; }
.requirement-detail p { font-size: 15px; }
.requirement-detail ul { font-size: 14px; }
.map-spec-graphic > span { font-size: 13px; }
.validation-list b,
.validation-list span,
.map-note b,
.map-note p { font-size: 13px; }
.validation-list span { color: rgba(255,255,255,.72); }
.map-note p { color: rgba(255,255,255,.7); }
.validation-list li { grid-template-columns: 116px 1fr; }
.table-wrap th { font-size: 13px; }
.table-wrap td { font-size: 14px; }
.table-wrap td b { font-size: 16px; }
.yes,
.optional { min-width: 44px; font-size: 13px; }
.acceptance-title > span { font-size: 13px; }
.acceptance-grid b { font-size: 14px; }
.acceptance-grid small { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.55; }

.auction-flow i { font-size: 13px; }
.auction-flow b { font-size: 18px; }
.auction-flow small { color: rgba(255,255,255,.62); font-size: 13px; }
.auction-copy > p { font-size: 16px; }
.auction-rule-grid span { font-size: 13px; }
.auction-rule-grid small { color: rgba(255,255,255,.58); font-size: 13px; }
.gate-grid article > span { font-size: 13px; }
.gate-grid p { color: rgba(255,255,255,.68); font-size: 15px; }
.gate-grid ul { color: rgba(255,255,255,.58); font-size: 13px; }
.state-track span { font-size: 13px; }
.exception-track b,
.exception-track span { font-size: 13px; }
.bid-toast { font-size: 13px; }

.entity > span { font-size: 13px; }
.entity b { font-size: 18px; }
.entity small { color: rgba(255,255,255,.68); font-size: 13px; }
.entity-map > i { color: rgba(255,255,255,.58); font-size: 13px; }
.status-lanes span { font-size: 13px; }
.status-alt span { font-size: 13px; }
.data-card > p { font-size: 15px; }
.geo-card dt,
.geo-card dd { font-size: 13px; }
.nfr-grid p { font-size: 15px; }

.roadmap-scale span { font-size: 13px; }
.roadmap-row { display: block; }
.bar { position: relative; box-sizing: border-box; font-size: 13px; white-space: nowrap; }
.milestones i { font-size: 13px; }
.sprint-questions span { font-size: 13px; }
.sprint-questions p { font-size: 14px; }
.decision-head > span { font-size: 13px; }
.decision-head p { font-size: 15px; }
.decision-list b { font-size: 17px; }
.decision-list p { font-size: 14px; }
.decision-list i { font-size: 13px; }
.risk-footer span { font-size: 13px; }
.risk-footer p { font-size: 15px; }
.footer > div > p { font-size: 14px; }
.footer dt { font-size: 13px; }
.footer dd { font-size: 16px; }
.back-top { font-size: 13px; }

@media (max-width: 780px) {
  .view-switcher button { font-size: 13px; }
  .hero-lead { font-size: 17px; }
  .section-intro > p { font-size: 16px; }
  .scope-columns p,
  .goal-card p,
  .goal-card.north-star p,
  .formula { font-size: 15px; }
  .design-board-meta > p { font-size: 13px; }
  .table-wrap th { font-size: 13px; }
  .table-wrap td { min-width: 108px; font-size: 13px; }
  .table-wrap td:nth-child(2) { min-width: 240px; }
  .auction-flow b { font-size: 17px; }
  .auction-flow small { font-size: 13px; }
}

/* Keep the opening composition intact on common laptop-height displays. */
@media (min-width: 1121px) and (max-height: 850px) {
  .hero-copy { padding-top: 42px; padding-bottom: 42px; }
  .hero h1 { margin-top: 18px; margin-bottom: 18px; font-size: clamp(54px, 4.5vw, 68px); line-height: 1.04; }
  .hero-lead { font-size: 17px; line-height: 1.65; }
  .hero-cta-row { margin-top: 22px; }
  .hero-facts { margin-top: 30px; }
  .hero-facts div { padding-top: 13px; }
  .hero-visual { min-height: calc(100svh - var(--header-h)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
  .reveal { opacity:1; transform:none; }
}
