:root {
  --ux-ink:#123b2d;
  --ux-green:#0b4b38;
  --ux-green-2:#17624d;
  --ux-lime:#d8f75a;
  --ux-ivory:#f7f4e8;
  --ux-gold:#e5b94a;
  --ux-coral:#e7865c;
  --ux-line:#cfdcd3;
  --ux-muted:#5e6e65;
}

@media screen {
  body div,
  body footer,
  body details,
  body p,
  body span,
  body b,
  body strong,
  body em,
  body small,
  body label,
  body dt,
  body dd,
  body th,
  body td,
  body a,
  body button,
  body input,
  body select,
  body summary,
  body li,
  body figcaption,
  body i,
  body time,
  body output {
    font-size:max(14px,1em)!important;
  }
  body .source-badge,
  body .quality-tag,
  body .status-tag { font-size:14px!important; }
  body svg text { font-size:14px!important; }
}

button,
a,
input,
select,
summary { -webkit-tap-highlight-color:transparent; }
button,
[role="button"],
summary { min-height:44px; }
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline:3px solid #e5b94a!important;
  outline-offset:3px;
}

.gx-art-icon {
  display:inline-block;
  width:64px;
  height:64px;
  flex:0 0 64px;
  overflow:hidden;
  border-radius:18px;
  background-color:#f7f4e8;
  background-image:url("crop-gx-journey-icons-v1.png");
  background-repeat:no-repeat;
  background-size:500% auto;
  background-position-y:center;
  box-shadow:inset 0 0 0 1px rgba(11,75,56,.08);
}
.gx-art-icon.art-1 { background-position-x:0%; }
.gx-art-icon.art-2 { background-position-x:25%; }
.gx-art-icon.art-3 { background-position-x:50%; }
.gx-art-icon.art-4 { background-position-x:75%; }
.gx-art-icon.art-5 { background-position-x:100%; }

.crop-start-button {
  display:flex;
  align-items:center;
  gap:9px;
  min-height:52px;
  padding:6px 12px 6px 7px;
  border:1px solid #9cb9a8;
  border-radius:12px;
  color:#123b2d;
  background:#f7f4e8;
  box-shadow:0 5px 16px rgba(8,47,34,.1);
  cursor:pointer;
}
.crop-start-button:hover { border-color:#e5b94a; transform:translateY(-1px); }
.crop-start-button .gx-art-icon { width:39px; height:39px; flex-basis:39px; border-radius:10px; }
.crop-start-button>span:last-child { display:grid; text-align:left; line-height:1.1; }
.crop-start-button b { font-size:15px; }
.crop-start-button small { margin-top:3px; color:#577064; font:700 11px/1.1 var(--font-mono,monospace); letter-spacing:.04em; }

.crop-first-launch {
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
  gap:34px;
  align-items:center;
  margin:4px 0 24px;
  padding:38px;
  overflow:hidden;
  border:1px solid #bdd0c4;
  border-radius:24px;
  background:
    radial-gradient(circle at 8% 4%,rgba(216,247,90,.28),transparent 25%),
    linear-gradient(135deg,#fffef9,#eef6ed);
  box-shadow:0 18px 45px rgba(13,59,44,.12);
}
.crop-first-copy { min-width:0; }
.crop-first-badge {
  display:inline-flex;
  margin:7px 0 13px;
  padding:8px 12px;
  border-radius:999px;
  color:#123b2d;
  background:#d8f75a;
  font-size:14px;
  font-weight:900;
}
.crop-first-launch h1 {
  margin:0;
  color:#103d2e;
  font-size:clamp(36px,3.3vw,58px);
  line-height:1.09;
  letter-spacing:-.035em;
}
.crop-first-launch h1+p {
  max-width:760px;
  margin:17px 0 20px;
  color:#465f53;
  font-size:17px;
  line-height:1.75;
}
.crop-first-form>label {
  display:block;
  margin-bottom:8px;
  color:#173f31;
  font-size:15px;
  font-weight:900;
}
.crop-first-form>div {
  display:flex;
  padding:5px;
  border:2px solid #1d674f;
  border-radius:15px;
  background:#fff;
  box-shadow:0 8px 22px rgba(13,66,48,.09);
}
.crop-first-form input {
  min-width:0;
  flex:1;
  min-height:52px;
  padding:0 15px;
  border:0;
  color:#163c2e;
  background:transparent;
  font-size:17px;
}
.crop-first-form input:focus { outline:0!important; }
.crop-first-form button {
  display:flex;
  align-items:center;
  gap:14px;
  min-height:52px;
  padding:0 18px;
  border:0;
  border-radius:10px;
  color:#fff;
  background:#0b4b38;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
}
.crop-first-form button:hover { background:#17624d; }
.crop-first-form button b { color:#d8f75a; font-size:20px; }
.crop-first-form>p {
  min-height:22px;
  margin:7px 3px 0;
  color:#637168;
  font-size:14px;
  line-height:1.5;
}
.crop-first-examples { display:flex; flex-wrap:wrap; gap:7px; margin-top:13px; }
.crop-first-examples button {
  min-height:38px;
  padding:6px 11px;
  border:1px solid #c8d7cd;
  border-radius:999px;
  color:#174b36;
  background:#fff;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
}
.crop-first-examples button:hover { border-color:#e5b94a; background:#fff9df; transform:translateY(-1px); }
.crop-first-art { margin:0; }
.crop-first-art img {
  display:block;
  width:100%;
  aspect-ratio:1.75;
  object-fit:cover;
  border:1px solid #d7ded7;
  border-radius:20px;
  background:#f7f4e8;
  box-shadow:0 14px 32px rgba(34,69,51,.12);
}
.crop-first-art figcaption {
  margin-top:10px;
  color:#52675c;
  font-size:14px;
  font-weight:800;
  line-height:1.55;
  text-align:center;
}

.crop-context-strip {
  display:grid;
  grid-template-columns:auto auto minmax(160px,1fr) auto;
  gap:13px;
  align-items:center;
  margin:0 0 19px;
  padding:12px 14px;
  border:1px solid #c4d4c9;
  border-radius:14px;
  background:#f7fbf7;
}
.crop-context-strip[hidden] { display:none; }
.crop-context-strip .crop-profile-icon { width:48px; height:48px; font-size:27px; }
.crop-context-strip>div { display:grid; gap:1px; }
.crop-context-strip small { color:#69756f; font-size:13px; }
.crop-context-strip b { color:#153e30; font-size:18px; }
.crop-context-strip em {
  width:max-content;
  padding:2px 7px;
  border-radius:999px;
  color:#174b36;
  background:#d8f75a;
  font-size:12px;
  font-style:normal;
  font-weight:900;
}
.crop-context-strip p { margin:0; color:#50645a; font-size:14px; }
.crop-context-strip>button {
  padding:9px 14px;
  border:0;
  border-radius:9px;
  color:#fff;
  background:#0b4b38;
  font-weight:900;
  cursor:pointer;
}

.crop-start-dialog {
  width:min(1220px,calc(100vw - 28px));
  max-width:none;
  max-height:calc(100vh - 24px);
  padding:0;
  border:0;
  border-radius:22px;
  background:#f5f8f4;
  box-shadow:0 35px 90px rgba(1,24,17,.4);
}
.crop-start-dialog::backdrop { background:rgba(2,25,18,.72); backdrop-filter:blur(5px); }
.crop-start-shell { max-height:calc(100vh - 24px); overflow:auto; }
.crop-start-head {
  position:sticky;
  z-index:8;
  top:0;
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:24px 26px 20px;
  border-bottom:1px solid #cad8ce;
  background:rgba(247,250,246,.96);
  backdrop-filter:blur(12px);
}
.crop-start-head h2 { margin:2px 0 6px; color:#113f2f; font-size:32px; line-height:1.1; }
.crop-start-head p:last-child { margin:0; color:#52665b; font-size:15px; line-height:1.55; }
.crop-dialog-close {
  width:48px;
  min-width:48px;
  height:48px;
  border:1px solid #bdccc2;
  border-radius:50%;
  color:#244a3b;
  background:#fff;
  font-size:27px;
  cursor:pointer;
}
.crop-dialog-close:hover { color:#fff; background:#0b4b38; }
.crop-search-panel {
  padding:20px 26px 15px;
  border-bottom:1px solid #d5ded8;
  background:#fff;
}
.crop-search-panel form>label { display:block; margin-bottom:7px; color:#174432; font-size:15px; font-weight:900; }
.crop-search-panel form>div { display:flex; max-width:760px; padding:4px; border:2px solid #2c7057; border-radius:13px; }
.crop-search-panel input {
  min-width:0;
  flex:1;
  min-height:48px;
  padding:0 13px;
  border:0;
  font-size:17px;
}
.crop-search-panel input:focus { outline:0!important; }
.crop-search-panel form button {
  padding:0 22px;
  border:0;
  border-radius:9px;
  color:#fff;
  background:#0b4b38;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
}
.crop-search-panel form>small { display:block; margin-top:6px; color:#65736b; font-size:14px; }
.crop-quick-row,
.crop-history-row { display:flex; flex-wrap:wrap; gap:7px; margin-top:12px; }
.crop-quick-row button,
.crop-history-row button {
  min-height:36px;
  padding:5px 10px;
  border:1px solid #c7d4cb;
  border-radius:999px;
  color:#184b37;
  background:#f8fbf8;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
}
.crop-quick-row button:hover,
.crop-history-row button:hover { border-color:#e5b94a; background:#fff9de; }
.crop-history-row>span { align-self:center; color:#6a756f; font-size:13px; font-weight:800; }
.crop-start-layout {
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  min-height:620px;
}
.crop-result-list {
  border-right:1px solid #d3ddd6;
  background:#eef4ee;
}
.crop-result-list>header {
  position:sticky;
  z-index:2;
  top:101px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  padding:18px 18px 11px;
  background:#eef4ee;
}
.crop-result-list>header p { margin:0; color:#587064; font:800 12px/1 var(--font-mono,monospace); letter-spacing:.08em; }
.crop-result-list h3 { margin:4px 0 0; color:#173f31; font-size:21px; }
.crop-result-list>header>span { color:#5a6e62; font-size:13px; font-weight:800; }
#cropSearchResults { max-height:700px; padding:0 10px 18px; overflow:auto; }
#cropSearchResults>button {
  display:grid;
  grid-template-columns:43px minmax(0,1fr) auto;
  gap:9px;
  align-items:center;
  width:100%;
  min-height:65px;
  margin:4px 0;
  padding:9px;
  border:1px solid transparent;
  border-radius:12px;
  color:#1b4937;
  background:transparent;
  text-align:left;
  cursor:pointer;
}
#cropSearchResults>button:hover { border-color:#bad0c1; background:#fff; transform:translateX(2px); }
#cropSearchResults>button.selected { border-color:#e5b94a; background:#fff9de; box-shadow:0 5px 13px rgba(68,74,31,.08); }
.crop-result-icon,
.crop-profile-icon {
  display:grid;
  width:43px;
  height:43px;
  place-items:center;
  border:1px solid #ccdacf;
  border-radius:12px;
  background:#fff;
  font-size:24px;
}
#cropSearchResults b { display:block; font-size:15px; }
#cropSearchResults small { display:block; margin-top:3px; color:#68756e; font-size:12px; line-height:1.35; }
#cropSearchResults em { color:#b38b20; font-size:18px; font-style:normal; }
.crop-no-result { padding:38px 16px; color:#52665c; text-align:center; }
.crop-no-result span { display:block; margin-bottom:10px; font-size:34px; }
.crop-no-result b { display:block; color:#254c3c; font-size:16px; }
.crop-no-result p { font-size:14px; line-height:1.55; }
.crop-profile-panel { min-width:0; padding:24px; background:#fff; }
.crop-profile-empty {
  display:grid;
  max-width:480px;
  min-height:470px;
  margin:auto;
  place-content:center;
  justify-items:center;
  color:#5d6e64;
  text-align:center;
}
.crop-profile-empty h3 { margin:18px 0 8px; color:#174432; font-size:25px; }
.crop-profile-empty p { max-width:430px; margin:0; font-size:15px; line-height:1.65; }
.crop-profile-head {
  display:grid;
  grid-template-columns:70px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:17px;
  border:1px solid #cad8ce;
  border-radius:16px;
  background:linear-gradient(135deg,#f2f8f1,#fff);
}
.crop-profile-head>.crop-profile-icon { width:70px; height:70px; border-radius:18px; font-size:39px; }
.crop-profile-head p { margin:0; color:#557065; font:800 12px/1 var(--font-mono,monospace); letter-spacing:.06em; }
.crop-profile-head h3 { margin:5px 0 3px; color:#123e2f; font-size:29px; }
.crop-profile-head small { color:#627269; font-size:14px; line-height:1.45; }
.crop-profile-actions { display:flex; gap:6px; align-self:start; }
.crop-profile-actions button {
  min-width:72px;
  padding:7px 9px;
  border:1px solid #c3d1c7;
  border-radius:9px;
  color:#24513f;
  background:#fff;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}
.crop-profile-actions button[aria-pressed="true"] { border-color:#e5b94a; background:#fff5c9; }
.crop-truth-row {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
  margin:12px 0;
}
.crop-truth-row article {
  min-width:0;
  padding:13px;
  border:1px solid #d3ddd6;
  border-radius:12px;
  background:#fafcf9;
}
.crop-truth-row span,
.crop-truth-row small { display:block; color:#64726a; font-size:12px; line-height:1.35; }
.crop-truth-row b { display:block; margin:5px 0 4px; overflow-wrap:anywhere; color:#174b36; font-size:20px; }
.crop-goal-picker,
.crop-route-grid {
  margin-top:15px;
  padding:17px;
  border:1px solid #d0dbd3;
  border-radius:15px;
  background:#f7faf7;
}
.crop-goal-picker>header,
.crop-route-grid>header {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.crop-goal-picker header p,
.crop-route-grid header p { margin:0; color:#5a7165; font:800 12px/1 var(--font-mono,monospace); letter-spacing:.08em; }
.crop-goal-picker h4,
.crop-route-grid h4 { margin:5px 0 0; color:#153f30; font-size:21px; }
.crop-goal-picker header small,
.crop-route-grid header span { color:#65736c; font-size:13px; }
.crop-goal-picker>div {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:7px;
}
.crop-goal-picker>div>button {
  display:grid;
  min-width:0;
  min-height:136px;
  padding:10px;
  border:1px solid #cad8cf;
  border-radius:12px;
  color:#224d3c;
  background:#fff;
  text-align:left;
  cursor:pointer;
}
.crop-goal-picker>div>button:hover { border-color:#85a994; transform:translateY(-2px); }
.crop-goal-picker>div>button.selected { border:2px solid #0b4b38; background:#effad4; }
.crop-goal-picker .gx-art-icon { width:46px; height:46px; flex-basis:46px; border-radius:12px; }
.crop-goal-picker b { display:block; margin-top:6px; font-size:14px; }
.crop-goal-picker small { display:block; margin-top:3px; color:#627168; font-size:12px; line-height:1.35; }
.crop-goal-picker em { align-self:end; justify-self:end; color:#236148; font-size:17px; font-style:normal; }
.crop-route-grid>div {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
}
.crop-route-grid>div>button {
  display:grid;
  grid-template-rows:auto auto 1fr auto;
  min-width:0;
  min-height:176px;
  padding:12px;
  border:1px solid #0b4b38;
  border-radius:13px;
  color:#fff;
  background:#0b4b38;
  text-align:left;
  cursor:pointer;
}
.crop-route-grid>div>button:hover { background:#17624d; transform:translateY(-3px); box-shadow:0 9px 18px rgba(10,70,49,.18); }
.crop-route-grid>div>button:disabled { border-color:#cbd5ce; color:#758078; background:#edf1ee; cursor:not-allowed; transform:none; box-shadow:none; }
.crop-route-grid .gx-art-icon { width:48px; height:48px; flex-basis:48px; border-radius:12px; }
.crop-route-grid b { display:block; margin:9px 0 4px; font-size:14px; line-height:1.35; }
.crop-route-grid small { color:#dceae1; font-size:12px; line-height:1.4; }
.crop-route-grid button:disabled small { color:#76827a; }
.crop-route-grid em { justify-self:end; align-self:end; color:#d8f75a; font-size:22px; font-style:normal; }
.crop-route-grid button:disabled em { color:#8d9790; }
.crop-profile-source {
  display:grid;
  grid-template-columns:28px minmax(0,1fr) auto;
  gap:9px;
  align-items:center;
  margin-top:12px;
  padding:12px;
  border:1px solid #d7ddd8;
  border-radius:11px;
  background:#fffdf4;
}
.crop-profile-source>span {
  display:grid;
  width:28px;
  height:28px;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:#62766a;
  font:900 14px/1 serif;
}
.crop-profile-source p { margin:0; color:#596a61; font-size:13px; line-height:1.55; }
.crop-profile-source a { color:#174f39; font-size:13px; font-weight:900; white-space:nowrap; }

.crop-compare-tray {
  position:sticky;
  z-index:7;
  bottom:0;
  border-top:1px solid #cbd7cf;
  background:rgba(248,250,247,.97);
  backdrop-filter:blur(12px);
}
.crop-compare-summary {
  display:grid;
  grid-template-columns:50px auto minmax(180px,1fr) auto;
  gap:12px;
  align-items:center;
  padding:11px 20px;
}
.crop-compare-summary>.gx-art-icon { width:50px; height:50px; flex-basis:50px; border-radius:13px; }
.crop-compare-summary p { margin:0; }
.crop-compare-summary b,
.crop-compare-summary small { display:block; }
.crop-compare-summary b { color:#174230; font-size:15px; }
.crop-compare-summary small { margin-top:2px; color:#64736b; font-size:12px; }
.crop-compare-summary>div { display:flex; flex-wrap:wrap; gap:6px; }
.crop-compare-summary>div button,
.crop-compare-summary>div>span {
  min-height:34px;
  padding:5px 9px;
  border:1px solid #c5d2c9;
  border-radius:999px;
  color:#244d3c;
  background:#fff;
  font-size:13px;
  font-weight:800;
}
.crop-compare-summary>div button { cursor:pointer; }
.crop-compare-summary>.primary-button { min-width:150px; justify-content:center; }
.crop-comparison-board {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  padding:0 20px 16px;
}
.crop-comparison-board article {
  padding:14px;
  border:1px solid #cbd8d0;
  border-radius:13px;
  background:#fff;
}
.crop-comparison-board article>span { font-size:29px; }
.crop-comparison-board h4 { margin:5px 0 9px; color:#174230; font-size:18px; }
.crop-comparison-board dl { margin:0; }
.crop-comparison-board dl>div {
  display:flex;
  justify-content:space-between;
  gap:9px;
  padding:6px 0;
  border-top:1px solid #edf1ee;
  font-size:13px;
}
.crop-comparison-board dt { color:#64736b; }
.crop-comparison-board dd { margin:0; color:#224e3b; font-weight:900; text-align:right; }
.crop-comparison-board button {
  width:100%;
  margin-top:9px;
  border:1px solid #bfcfc4;
  border-radius:8px;
  color:#174b36;
  background:#f6faf6;
  font-weight:900;
  cursor:pointer;
}

.onboarding-start-choice {
  padding:30px 44px 36px;
  background:
    radial-gradient(circle at 9% 8%,rgba(216,247,90,.24),transparent 28%),
    linear-gradient(145deg,#fffef9,#eef6f0);
}
.start-choice-intro { max-width:900px; }
.start-choice-intro h2 {
  margin:8px 0 7px;
  color:#103d2e;
  font-family:"Yu Mincho",serif;
  font-size:clamp(34px,4vw,54px);
  line-height:1.2;
}
.start-choice-intro>p:last-child {
  max-width:850px;
  margin:0;
  color:#52665b;
  font-size:16px;
  line-height:1.7;
}
.start-choice-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.start-choice-card {
  display:grid;
  grid-template-columns:165px minmax(0,1fr);
  gap:20px;
  align-items:center;
  min-height:270px;
  padding:22px;
  border:2px solid #c6d5cc;
  border-radius:22px;
  color:#143c2e;
  background:#fff;
  box-shadow:0 10px 28px rgba(13,59,44,.1);
  text-align:left;
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.start-choice-card:hover {
  transform:translateY(-4px);
  border-color:#0b4b38;
  box-shadow:0 18px 36px rgba(13,59,44,.17);
}
.start-choice-card.crop-choice:hover { background:#fbffe9; }
.start-choice-card.role-choice:hover { background:#f2faf6; }
.start-choice-visual {
  position:relative;
  display:grid;
  place-items:center;
  min-height:205px;
  overflow:hidden;
  border-radius:18px;
  background:linear-gradient(150deg,#f6f2e5,#e8f3e8);
}
.start-choice-visual>.gx-art-icon {
  width:142px;
  height:142px;
  flex-basis:142px;
  border-radius:28px;
  box-shadow:0 13px 26px rgba(31,75,52,.16);
}
.choice-count {
  position:absolute;
  right:12px;
  bottom:12px;
  padding:6px 9px;
  border-radius:999px;
  color:#fff;
  background:#0b4b38;
  font:900 14px/1 var(--font-mono,monospace);
}
.role-start-visual { padding-bottom:34px; }
.role-start-people {
  position:absolute;
  right:9px;
  bottom:10px;
  left:9px;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:4px;
}
.role-start-people i {
  display:grid;
  place-items:center;
  width:100%;
  aspect-ratio:1;
  border:1px solid #aec8b9;
  border-radius:50%;
  color:#0b4b38;
  background:#fff;
  font-size:12px;
  font-style:normal;
  font-weight:900;
}
.start-choice-copy { display:grid; align-content:center; min-width:0; }
.start-choice-copy small {
  color:#61736a;
  font-size:14px;
  font-weight:800;
}
.start-choice-copy strong {
  margin-top:4px;
  color:#103d2e;
  font-size:clamp(25px,2.4vw,38px);
  line-height:1.25;
}
.start-choice-copy em {
  min-height:75px;
  margin-top:11px;
  color:#50645a;
  font-size:15px;
  font-style:normal;
  line-height:1.65;
}
.start-choice-copy>b {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:48px;
  margin-top:14px;
  padding:10px 13px;
  border-radius:11px;
  color:#fff;
  background:#0b4b38;
  font-size:15px;
  font-weight:900;
}
.start-choice-card.role-choice .start-choice-copy>b { background:#17624d; }
.start-choice-note {
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  gap:11px;
  align-items:center;
  margin-top:18px;
  padding:13px 15px;
  border:1px solid #bdd4c7;
  border-radius:13px;
  background:rgba(255,255,255,.85);
}
.start-choice-note>.ui-icon { width:30px; height:30px; color:#0b4b38; }
.start-choice-note p { margin:0; }
.start-choice-note b,
.start-choice-note p>span { display:block; }
.start-choice-note b { color:#183d30; font-size:14px; }
.start-choice-note p>span { margin-top:3px; color:#617168; font-size:14px; }
.start-choice-note a { color:#0b4b38; font-size:14px; font-weight:900; text-decoration:none; white-space:nowrap; }

.onboarding-crop-shortcut {
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  margin-top:13px;
  padding:10px;
  border:1px solid #a8c2b2;
  border-radius:13px;
  color:#174632;
  background:#fff;
  text-align:left;
  cursor:pointer;
}
.onboarding-crop-shortcut:hover { border-color:#e5b94a; background:#fffbea; }
.onboarding-crop-shortcut .gx-art-icon { width:54px; height:54px; flex-basis:54px; border-radius:14px; }
.onboarding-crop-shortcut>span:last-child { display:grid; gap:3px; }
.onboarding-crop-shortcut b { font-size:15px; }
.onboarding-crop-shortcut small { color:#5e7166; font-size:13px; line-height:1.4; }

.model-validation-board .validation-score {
  min-width:190px;
  border-color:#bcd7c4;
  background:#f2faee;
}
.model-validation-board .validation-score strong { color:#17513b; }
.model-validation-board .stop-example-grid article { border-color:#c7d9cd; background:#fbfdf9; }
.model-validation-board .stop-example-grid article>span { color:#fff; background:#39755c; }
.model-validation-board .stop-example-grid article em { color:#315f4b; background:#dff2d8; }
.model-validation-board footer { margin-top:12px; }

@media(max-width:1500px) {
  .topbar-actions .course-button,
  .topbar-actions .catalog-button { display:none; }
}
@media(max-width:1180px) {
  .crop-first-launch { grid-template-columns:1fr; }
  .crop-first-art { max-width:760px; }
  .crop-goal-picker>div,
  .crop-route-grid>div { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .crop-truth-row { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:900px) {
  .topbar-actions .note-learning-button { display:none; }
  .onboarding-start-choice { padding:24px 26px 30px; }
  .start-choice-grid { grid-template-columns:1fr; }
  .start-choice-card { min-height:220px; grid-template-columns:145px minmax(0,1fr); }
  .start-choice-visual { min-height:175px; }
  .start-choice-visual>.gx-art-icon { width:118px; height:118px; flex-basis:118px; }
  .start-choice-copy em { min-height:0; }
  .crop-first-launch { padding:26px; }
  .crop-start-layout { grid-template-columns:240px minmax(0,1fr); }
  .crop-profile-head { grid-template-columns:62px minmax(0,1fr); }
  .crop-profile-head>.crop-profile-icon { width:62px; height:62px; }
  .crop-profile-actions { grid-column:1/-1; }
  .crop-goal-picker>div,
  .crop-route-grid>div { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .crop-compare-summary { grid-template-columns:44px minmax(0,1fr) auto; }
  .crop-compare-summary>div { grid-column:1/-1; }
}
@media(max-width:720px) {
  .crop-start-button { padding:5px; }
  .crop-start-button>span:last-child { display:none; }
  .onboarding-start-choice { padding:19px 14px 24px; }
  .start-choice-intro h2 { font-size:34px; }
  .start-choice-intro>p:last-child { font-size:15px; }
  .start-choice-grid { gap:12px; margin-top:17px; }
  .start-choice-card {
    grid-template-columns:92px minmax(0,1fr);
    gap:13px;
    min-height:190px;
    padding:13px;
    border-radius:17px;
  }
  .start-choice-visual { min-height:145px; border-radius:14px; }
  .start-choice-visual>.gx-art-icon { width:82px; height:82px; flex-basis:82px; border-radius:18px; }
  .role-start-visual { padding-bottom:29px; }
  .role-start-people { right:4px; bottom:7px; left:4px; gap:2px; }
  .role-start-people i { font-size:10px; }
  .choice-count { right:5px; bottom:6px; padding:5px 7px; }
  .start-choice-copy strong { font-size:25px; }
  .start-choice-copy em { margin-top:7px; font-size:14px; line-height:1.5; }
  .start-choice-copy>b { min-height:44px; margin-top:9px; padding:8px 10px; font-size:14px; }
  .start-choice-note { grid-template-columns:30px 1fr; }
  .start-choice-note a { grid-column:2; }
  .crop-first-launch { margin-top:0; padding:21px 16px; border-radius:17px; }
  .crop-first-launch h1 { font-size:37px; }
  .crop-first-launch h1+p { font-size:16px; }
  .crop-first-form>div { display:block; padding:4px; }
  .crop-first-form input { width:100%; }
  .crop-first-form button { width:100%; justify-content:center; }
  .crop-context-strip { grid-template-columns:auto 1fr auto; }
  .crop-context-strip p { grid-column:1/-1; }
  .crop-start-dialog { width:100vw; max-height:100vh; border-radius:0; }
  .crop-start-shell { max-height:100vh; }
  .crop-start-head { padding:18px 15px 14px; }
  .crop-start-head h2 { font-size:27px; }
  .crop-search-panel { padding:15px; }
  .crop-start-layout { display:block; }
  .crop-result-list { border-right:0; border-bottom:1px solid #d3ddd6; }
  .crop-result-list>header { position:static; }
  #cropSearchResults { display:flex; max-height:none; overflow-x:auto; }
  #cropSearchResults>button { flex:0 0 220px; }
  .crop-profile-panel { padding:15px; }
  .crop-profile-head { grid-template-columns:54px minmax(0,1fr); padding:13px; }
  .crop-profile-head>.crop-profile-icon { width:54px; height:54px; font-size:31px; }
  .crop-profile-head h3 { font-size:24px; }
  .crop-truth-row { grid-template-columns:1fr 1fr; }
  .crop-goal-picker,
  .crop-route-grid { padding:13px; }
  .crop-goal-picker>header,
  .crop-route-grid>header { display:block; }
  .crop-goal-picker header small,
  .crop-route-grid header span { display:block; margin-top:5px; }
  .crop-goal-picker>div,
  .crop-route-grid>div { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; }
  .crop-goal-picker>div>button,
  .crop-route-grid>div>button { flex:0 0 190px; scroll-snap-align:start; }
  .crop-profile-source { grid-template-columns:28px 1fr; }
  .crop-profile-source a { grid-column:1/-1; padding-left:37px; }
  .crop-compare-summary { grid-template-columns:minmax(0,1fr) auto; }
  .crop-compare-summary>.gx-art-icon { display:none; }
  .crop-compare-summary>div { grid-column:1/-1; }
  .crop-comparison-board { display:flex; overflow-x:auto; }
  .crop-comparison-board article { flex:0 0 245px; }
}
@media(max-width:480px) {
  .crop-first-art figcaption { text-align:left; }
  .crop-truth-row { grid-template-columns:1fr; }
  .crop-profile-actions { width:100%; }
  .crop-profile-actions button { flex:1; }
  .crop-compare-summary { display:block; }
  .crop-compare-summary>* { margin-bottom:8px; }
  .crop-compare-summary>.primary-button { width:100%; }
}
@media(prefers-reduced-motion:reduce) {
  .crop-start-button,
  .crop-first-examples button,
  #cropSearchResults>button,
  .crop-goal-picker>div>button,
  .crop-route-grid>div>button { transition:none; }
  .crop-start-button:hover,
  .crop-first-examples button:hover,
  #cropSearchResults>button:hover,
  .crop-goal-picker>div>button:hover,
  .crop-route-grid>div>button:hover { transform:none; }
}

/* v8 game entry: preserve the two primary onboarding paths and offer play as a learning route. */
.gx-game-button {
  display:inline-flex;
  min-height:46px;
  padding:7px 12px;
  align-items:center;
  gap:8px;
  color:#102e22;
  background:#cce76d;
  border:1px solid rgba(255,255,255,.22);
  border-radius:12px;
  font-weight:800;
  line-height:1.15;
  text-decoration:none;
  box-shadow:0 5px 14px rgba(4,28,19,.16);
}
.gx-game-button>span:first-child { font-size:22px; }
.gx-game-button b,.gx-game-button small { display:block; }
.gx-game-button b { font-size:14px; }
.gx-game-button small { margin-top:3px; font-size:11px; letter-spacing:.08em; }
.gx-game-button:hover,.gx-game-button:focus-visible { color:white; background:#216146; outline:3px solid rgba(204,231,109,.35); }
.start-game-journey {
  display:grid;
  margin-top:18px;
  padding:17px 18px;
  grid-template-columns:52px 1fr auto;
  align-items:center;
  gap:14px;
  color:white;
  background:radial-gradient(circle at 85% 25%,rgba(204,231,109,.16),transparent 12rem),#102e22;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(4,28,19,.16);
}
.start-game-journey-art {
  display:grid;
  width:50px;
  height:50px;
  place-items:center;
  background:rgba(255,255,255,.1);
  border-radius:14px;
  font-size:26px;
}
.start-game-journey small,.start-game-journey strong,.start-game-journey em { display:block; }
.start-game-journey small { color:#cce76d; font-size:11px; font-weight:900; letter-spacing:.12em; }
.start-game-journey strong { margin:2px 0; font-size:17px; }
.start-game-journey em { color:rgba(255,255,255,.72); font-size:13px; font-style:normal; }
.start-game-journey>b { padding:9px 13px; color:#102e22; background:#cce76d; border-radius:999px; font-size:13px; white-space:nowrap; }
.start-game-journey:hover,.start-game-journey:focus-visible { transform:translateY(-2px); outline:3px solid rgba(204,231,109,.35); }
@media(max-width:1100px) {
  .gx-game-button { min-width:46px; padding:7px; justify-content:center; }
  .gx-game-button>span:last-child { display:none; }
}
@media(max-width:760px) {
  .start-game-journey { grid-template-columns:46px 1fr; }
  .start-game-journey>b { grid-column:1/-1; text-align:center; }
}

/* v8.2 two-entry start and game-to-navigator handoff */
.start-choice-card.experience-game-card { text-decoration:none; }
.start-choice-card.experience-game-card .start-choice-copy>b { background:#6e4b13; }
.onboarding-navigator-ways {
  display:grid;
  margin:18px 0;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.onboarding-navigator-ways>button,
.onboarding-navigator-ways>div {
  display:grid;
  min-height:108px;
  padding:16px;
  grid-template-columns:auto 1fr;
  align-content:center;
  column-gap:12px;
  text-align:left;
  background:#f5f8f1;
  border:2px solid #d9e5d4;
  border-radius:16px;
}
.onboarding-navigator-ways>button { cursor:pointer; }
.onboarding-navigator-ways>button:hover,
.onboarding-navigator-ways>button:focus-visible { background:#efffd7; border-color:#82ad50; }
.onboarding-navigator-ways>*>span { grid-row:1 / 3; font-size:30px; }
.onboarding-navigator-ways b { color:#173f2e; font-size:17px; }
.onboarding-navigator-ways small { margin-top:4px; color:#617168; font-size:14px; }
.game-bridge-banner {
  margin:0 0 16px;
  padding:clamp(18px,3vw,28px);
  color:#fff;
  background:linear-gradient(135deg,#173f2e,#285e42);
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  box-shadow:0 16px 40px rgba(18,54,39,.18);
}
.game-bridge-copy { display:flex; align-items:center; gap:16px; }
.game-bridge-copy>span { font-size:34px; }
.game-bridge-copy small { color:#d8ff72; font-size:14px; font-weight:900; letter-spacing:.12em; }
.game-bridge-copy h2 { margin:4px 0; color:#fff; font-size:clamp(22px,3vw,34px); }
.game-bridge-copy p { margin:0; color:rgba(255,255,255,.8); font-size:14px; }
.game-bridge-chips { display:flex; margin:16px 0 12px; flex-wrap:wrap; gap:7px; }
.game-bridge-chips span { padding:7px 10px; color:#173f2e; background:#fff; border-radius:999px; font-size:14px; font-weight:850; }
.game-bridge-routes { display:flex; flex-wrap:wrap; gap:7px; }
.game-bridge-routes button,
.game-bridge-routes a { min-height:44px; padding:9px 12px; color:#fff; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.25); border-radius:11px; font-size:14px; font-weight:900; text-decoration:none; }
.game-bridge-routes button:hover,
.game-bridge-routes button:focus-visible,
.game-bridge-routes a:hover,
.game-bridge-routes a:focus-visible { color:#173f2e; background:#d8ff72; border-color:#d8ff72; }
@media(max-width:760px) {
  .onboarding-navigator-ways { grid-template-columns:1fr; }
  .game-bridge-copy { align-items:flex-start; }
  .game-bridge-routes { display:grid; grid-template-columns:1fr 1fr; }
}

/* v8.3 persistent return from practical Navigator to the exact game scene */
.game-return-dock {
  position:fixed;
  z-index:140;
  right:18px;
  bottom:18px;
  display:grid;
  min-width:290px;
  min-height:62px;
  padding:10px 14px;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  color:#102e22;
  background:linear-gradient(135deg,#d8ff72,#f2ca62);
  border:2px solid rgba(16,46,34,.2);
  border-radius:16px;
  text-decoration:none;
  box-shadow:0 15px 38px rgba(4,28,19,.3);
}
.game-return-dock>span:first-child { font-size:26px; }
.game-return-dock small,.game-return-dock b { display:block; }
.game-return-dock small { color:#4c643b; font-size:14px; font-weight:900; letter-spacing:.08em; }
.game-return-dock b { font-size:14px; }
.game-return-dock i { font-size:20px; font-style:normal; }
.game-return-dock:hover,.game-return-dock:focus-visible { transform:translateY(-2px); outline:3px solid rgba(216,255,114,.45); }
@media(max-width:760px) {
  .game-return-dock { right:10px; bottom:10px; left:10px; min-width:0; }
}
