:root {
  --ink: #214d45;
  --muted: #667c75;
  --paper: #fffaf0;
  --cream: #f6efd8;
  --line: #dacdad;
  --green: #3f9870;
  --green-dark: #287457;
  --yellow: #f2bc45;
  --coral: #e77a65;
  --blue: #5da5c6;
  --shadow: 0 13px 0 rgba(105, 86, 46, .11), 0 20px 40px rgba(70, 57, 31, .12);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #f5edcf;
}

* { box-sizing: border-box; }
html { min-width: 0; scroll-behavior: smooth; }
body { margin: 0; min-width: 0; min-height: 100vh; overflow-x: hidden; background: radial-gradient(circle at 17px 17px, rgba(255,255,255,.75) 0 2px, transparent 2.5px) 0 0 / 34px 34px, linear-gradient(145deg, #fbf4df, #eee4c3); }
button { font: inherit; }
button:focus-visible { outline: 4px solid rgba(55, 143, 183, .45); outline-offset: 3px; }
img { display: block; max-width: 100%; }
.app { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 18px 0 48px; }
.paper { background: rgba(255, 251, 242, .97); border: 2px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }

.topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.brand, .icon-button, .primary-button, .soft-button, .hint-button, .route-card, .part-card, .drop-zone, .album-card, .back-link { border: 0; cursor: pointer; color: inherit; }
.brand { display: inline-flex; align-items: center; gap: 10px; padding: 7px; background: transparent; text-align: left; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: #e3efd4; box-shadow: inset 0 0 0 2px #cbdcb8; font-size: 22px; transition: .18s ease; }
.brand:hover .brand-mark { transform: rotate(-7deg) scale(1.06); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.08; }
.brand small { color: #8f6b29; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.brand strong { font-size: 19px; }
.top-actions { display: flex; gap: 10px; }
.icon-button { min-height: 46px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border-radius: 15px; background: #fffaf0; box-shadow: inset 0 0 0 2px var(--line); font-weight: 900; }
.icon-button:hover { background: #eef5e6; }

.eyebrow { display: inline-block; color: #9d6827; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 13px 0 18px; font-family: Georgia, serif; font-size: clamp(40px, 5.3vw, 68px); line-height: .98; letter-spacing: -.025em; }
h2 { margin: 7px 0 10px; font-family: Georgia, serif; font-size: clamp(27px, 3vw, 40px); line-height: 1.08; }
.primary-button, .soft-button, .hint-button { min-height: 52px; padding: 0 21px; border-radius: 17px; font-weight: 900; transition: transform .15s ease, box-shadow .15s ease; }
.primary-button { color: #fff; background: linear-gradient(#49a77a, #32835f); box-shadow: 0 6px 0 #24674d; }
.soft-button { background: #fff8e7; box-shadow: inset 0 0 0 2px var(--line), 0 4px 0 rgba(137,108,54,.15); }
.hint-button { background: #fff0b9; box-shadow: inset 0 0 0 2px #e7c46a, 0 4px 0 rgba(147,105,29,.16); }
.primary-button:hover, .soft-button:hover, .hint-button:hover { transform: translateY(-2px); }
.primary-button:active, .soft-button:active, .hint-button:active { transform: translateY(3px); box-shadow: none; }
.primary-button:disabled, .soft-button:disabled, .hint-button:disabled { opacity: .46; cursor: default; transform: none; }

.hero { min-height: 500px; display: grid; grid-template-columns: 1.02fr .98fr; overflow: hidden; }
.hero-copy { padding: 64px 28px 48px 56px; position: relative; z-index: 2; }
.hero-copy > p { max-width: 565px; color: #546f66; font-size: 19px; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 17px; color: var(--muted); font-size: 14px; }
.hero-note span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #ddefd7; color: var(--green-dark); font-weight: 900; }
.hero-art { min-height: 500px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(155deg, #e3f0e5, #fff0bd); border-left: 2px solid rgba(180,159,103,.45); position: relative; }
.hero-art::before { content: ""; position: absolute; inset: 30px; border-radius: 26px; background: linear-gradient(rgba(72,130,103,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(72,130,103,.1) 1px, transparent 1px); background-size: 28px 28px; border: 2px solid rgba(79,127,104,.2); }
.demo-plant { width: 410px; max-width: 88%; aspect-ratio: 1; position: relative; z-index: 1; }
.demo-part { position: absolute; filter: drop-shadow(0 8px 5px rgba(65,67,42,.13)); }
.demo-part svg { width: 100%; height: 100%; }
.demo-flower { width: 25%; height: 25%; left: 36%; top: 1%; }
.demo-fruit { width: 23%; height: 23%; left: 65%; top: 25%; }
.demo-leaves { width: 33%; height: 30%; left: 8%; top: 31%; }
.demo-stem { width: 24%; height: 53%; left: 38%; top: 23%; }
.demo-root { width: 44%; height: 30%; left: 28%; top: 70%; }
.demo-tag { position: absolute; padding: 6px 9px; border-radius: 10px; background: rgba(255,250,238,.94); box-shadow: 0 4px 0 rgba(91,75,40,.12); font-size: 11px; font-weight: 900; }
.tag-flower { top: 2%; left: 24%; }.tag-fruit { top: 24%; right: 0; }.tag-leaves { top: 48%; left: 0; }.tag-stem { top: 56%; left: 56%; }.tag-root { bottom: 2%; left: 16%; }

.how { margin-top: 28px; padding: 27px 34px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 26px; }
.how h2 { margin-bottom: 0; }
.how ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.how li { min-height: 123px; padding: 17px; border-radius: 20px; background: #eef2dc; color: #577069; }
.how li > span { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 8px; border-radius: 12px; color: #fff; background: var(--green); font-weight: 900; }
.how li b, .how li small { display: block; }.how li b { margin-bottom: 4px; color: var(--ink); }.how li small { font-size: 12px; line-height: 1.35; }
.routes-section { margin-top: 43px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.section-heading p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.45; }
.routes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.route-card { min-width: 0; padding: 21px; position: relative; overflow: hidden; text-align: left; transition: transform .17s ease; }
.route-card:hover { transform: translateY(-3px); }
.route-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -50px; bottom: -60px; border-radius: 50%; background: color-mix(in srgb, var(--route-color) 24%, transparent); }
.route-top { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.route-top i { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 17px; background: color-mix(in srgb, var(--route-color) 25%, #fff); font-size: 25px; font-style: normal; }
.route-top em { padding: 6px 9px; border-radius: 999px; background: #f2ecd9; font-size: 10px; font-style: normal; font-weight: 900; }
.route-card > strong { display: block; margin: 17px 0 6px; font-family: Georgia, serif; font-size: 25px; }
.route-card > small { display: block; min-height: 58px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.route-card > b { display: block; margin-top: 9px; }
.route-plants { display: flex; height: 80px; margin-top: 10px; align-items: flex-end; }
.route-plants img { width: 72px; height: 76px; object-fit: contain; margin-right: -14px; filter: drop-shadow(0 6px 4px rgba(61,65,39,.14)); }
.adult-note { margin-top: 28px; padding: 20px 23px; display: flex; gap: 12px; color: #5a7168; line-height: 1.45; }.adult-note > span { font-size: 23px; }.adult-note p { margin: 3px 0 0; }

.game-shell { overflow: hidden; }
.game-head { padding: 23px 28px 17px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 2px dashed #ddd0ad; }
.game-head h1 { margin: 5px 0 2px; font-size: clamp(34px, 4.4vw, 51px); }
.game-head p { margin: 0; color: var(--muted); }
.progress-dots { display: flex; gap: 8px; flex: 0 0 auto; }
.progress-dots span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #eee5cc; color: #7f795f; font-weight: 900; }
.progress-dots .done { color: #fff; background: var(--green); }.progress-dots .current { color: #604a19; background: #ffd675; box-shadow: 0 0 0 4px #fff3ca; }
.lab-board { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 680px; }
.diagram-panel { min-width: 0; padding: 22px; background: linear-gradient(#e5f0e9, #edf1d8); border-right: 2px solid var(--line); }
.diagram-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #6a826f; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.diagram-title small { padding: 6px 9px; border-radius: 9px; background: rgba(255,255,255,.7); letter-spacing: 0; }
.anatomy-map { width: min(430px, 100%); aspect-ratio: 430 / 520; margin: 14px auto 0; position: relative; border-radius: 26px; background: rgba(255,255,255,.45); box-shadow: inset 0 0 0 2px rgba(82,127,104,.16); overflow: hidden; }
.anatomy-map::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(75,130,102,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(75,130,102,.08) 1px, transparent 1px); background-size: 25px 25px; }
.map-lines { position: absolute; inset: 0; width: 100%; height: 100%; }.map-lines path { fill: none; stroke: rgba(67,116,91,.32); stroke-width: 8; stroke-linecap: round; stroke-dasharray: 4 12; }
.drop-zone { position: absolute; min-width: 0; padding: 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 3px dashed rgba(55,115,83,.46); border-radius: 21px; background: rgba(255,252,242,.78); z-index: 2; transition: transform .15s ease, background .15s ease; }
.drop-zone:hover { transform: translateY(-2px); background: #fffdf4; }.drop-zone.is-filled { border-style: solid; border-color: #4b9b72; background: #f8f8e9; }.drop-zone.is-wrong { border-color: #d66f61; background: #fff0e8; }.drop-zone.is-right { border-color: #319161; background: #e6f5df; }.drop-zone.is-hinted { border-color: #dc9f2d; background: #fff4c8; }
.zone-flower { left: 35%; top: 3%; width: 30%; height: 22%; }.zone-fruit { left: 70%; top: 25%; width: 27%; height: 23%; }.zone-leaves { left: 4%; top: 28%; width: 35%; height: 29%; }.zone-stem { left: 39%; top: 25%; width: 23%; height: 50%; }.zone-root { left: 23%; top: 74%; width: 55%; height: 25%; }
.zone-piece { width: 82%; height: calc(100% - 27px); display: grid; place-items: center; }.zone-piece svg { width: 100%; height: 100%; }.zone-piece > b { color: #799587; font-size: 27px; }
.zone-label { max-width: 100%; padding: 4px 7px; border-radius: 8px; background: rgba(255,255,255,.82); font-size: 10px; font-weight: 900; line-height: 1.08; text-align: center; overflow-wrap: anywhere; }
.mode-functions .zone-label { font-size: 9px; }.mode-outlines .drop-zone:not(.is-filled) .zone-label { color: #80958b; font-weight: 700; }
.plant-reveal { height: 605px; margin-top: 16px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; position: relative; overflow: hidden; border-radius: 25px; background: linear-gradient(#dff0eb 0 68%, #dcc59b 68%); }
.plant-reveal::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 32%; background: radial-gradient(circle at 5px 5px, rgba(91,65,35,.22) 0 2px, transparent 2.5px) 0 0 / 18px 15px; }
.plant-reveal img { width: 90%; height: 520px; object-fit: contain; object-position: center bottom; z-index: 1; filter: drop-shadow(0 14px 8px rgba(52,67,39,.17)); }
.plant-reveal span { position: relative; z-index: 2; margin: 0 0 18px; padding: 8px 13px; border-radius: 999px; background: #fffaf0; box-shadow: 0 4px 0 rgba(84,69,36,.13); font-weight: 900; }

.parts-panel, .organ-notes { min-width: 0; padding: 24px; background: #fffaf0; }
.parts-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.parts-heading h2 { margin-bottom: 0; font-size: 30px; }.parts-heading > span { font-size: 30px; color: #8ca18b; }
.parts-grid { display: grid; gap: 10px; margin-top: 17px; }
.part-card { min-width: 0; min-height: 88px; padding: 8px 11px; display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: center; gap: 10px; border-radius: 18px; background: #f7efd9; box-shadow: inset 0 0 0 2px #e7dcbc; text-align: left; touch-action: none; user-select: none; }
.part-card:hover { background: #eef1d9; }.part-card.is-selected { background: #dff0da; box-shadow: inset 0 0 0 4px var(--green); }.part-card.is-used { opacity: .24; cursor: default; }
.part-card svg { width: 68px; height: 68px; }.part-card span, .part-card b, .part-card small { display: block; min-width: 0; }.part-card b { font-size: 17px; }.part-card small { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.25; }
.parts-help { margin: 14px 0 0; padding: 11px 13px; border-radius: 14px; background: #edf3e3; color: #5b746a; font-size: 12px; line-height: 1.4; }
.organ-notes h2 { font-size: 31px; }.organ-notes > div { display: flex; align-items: flex-start; gap: 11px; padding: 12px; border-radius: 16px; background: #f1f2df; }.organ-notes > div + div { margin-top: 9px; }.organ-notes > div > span { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 13px; background: #fff; font-size: 21px; }.organ-notes p { margin: 0; }.organ-notes b, .organ-notes small { display: block; }.organ-notes small { margin-top: 3px; color: var(--muted); line-height: 1.3; }
.success-note { margin: 20px 28px 0; padding: 14px 16px; display: flex; gap: 11px; border-radius: 16px; background: #e3f2dc; line-height: 1.42; }.success-note > span { font-size: 23px; }.success-note p { margin: 2px 0 0; }
.feedback-placeholder { min-height: 57px; margin-inline: 28px; }.feedback { min-height: 57px; margin: 14px 28px 0; padding: 11px 14px; display: flex; align-items: center; gap: 10px; border-radius: 15px; }.feedback > span { flex: 0 0 auto; font-size: 24px; }.feedback p { margin: 0; line-height: 1.35; font-weight: 900; }.feedback.success { background: #d9f0d7; }.feedback.try { background: #fff0dd; }.feedback.gentle { background: #eef1e4; }.feedback.hint { background: #fff2c5; }
.game-actions { margin: 15px 28px 28px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }.game-actions > div { display: flex; flex-wrap: wrap; gap: 9px; }
.drag-ghost { position: fixed; z-index: 9999; width: 92px; height: 92px; padding: 7px; border-radius: 20px; background: #fff9e9; border: 3px solid var(--green); box-shadow: 0 13px 30px rgba(35,54,42,.25); pointer-events: none; transform: translate(-50%, -50%) rotate(-4deg); }.drag-ghost svg { width: 100%; height: 100%; }

.result-card { min-height: 680px; padding: 48px; text-align: center; overflow: hidden; }.result-garden { min-height: 310px; margin: -48px -48px 30px; padding: 36px 28px 20px; display: flex; align-items: flex-end; justify-content: center; gap: 2px; overflow: hidden; background: linear-gradient(#deefea 0 70%, #dbc49a 70%); }.result-garden img { width: min(23%, 190px); height: 260px; object-fit: contain; object-position: center bottom; margin: 0 -10px; filter: drop-shadow(0 10px 6px rgba(55,70,42,.16)); }.result-card h1 { margin-bottom: 12px; }.result-card > p { color: var(--muted); font-size: 18px; }.stars { display: flex; justify-content: center; gap: 7px; margin: 17px 0; }.stars span { color: #d9d0ba; font-size: 48px; }.stars .earned { color: #f2b830; }.result-stats { max-width: 650px; margin: 0 auto 27px; display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid var(--line); border-radius: 20px; overflow: hidden; }.result-stats > span { padding: 16px; background: #fffaf0; }.result-stats > span + span { border-left: 2px solid var(--line); }.result-stats b, .result-stats small { display: block; }.result-stats b { font-size: 27px; }.result-stats small { color: var(--muted); }.result-actions, .center-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }
.album-head { padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }.album-head h1 { margin: 6px 0 8px; font-size: clamp(36px, 5vw, 55px); }.album-head p { margin: 0; color: var(--muted); }.album-count { width: 102px; height: 102px; flex: 0 0 auto; display: grid; place-content: center; border-radius: 50%; background: #e2efda; text-align: center; }.album-count b, .album-count span { display: block; }.album-count b { font-size: 31px; line-height: 1; }.album-count span { color: var(--muted); font-weight: 900; }
.album-grid { margin-top: 25px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }.album-card { min-height: 280px; padding: 14px; position: relative; text-align: center; }.album-card.is-open:hover { transform: translateY(-3px); }.album-card img { width: 100%; height: 174px; object-fit: contain; }.album-card strong, .album-card small { display: block; }.album-card strong { margin-top: 7px; font-family: Georgia, serif; font-size: 19px; }.album-card small { color: var(--muted); }.album-number { position: absolute; top: 10px; left: 10px; padding: 5px 7px; border-radius: 9px; background: #fff7e4; color: #a16922; font-size: 11px; font-weight: 900; }.album-card.is-locked { display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(244,239,223,.85); color: #908a76; }.lock-mark { display: grid; place-items: center; width: 86px; height: 86px; margin-bottom: 17px; border-radius: 50%; background: #e7dfca; font-size: 34px; font-weight: 900; }.album-grid + .center-actions { margin-top: 25px; }
.detail-card { padding: 29px; }.back-link { padding: 8px 4px; background: transparent; color: var(--green-dark); font-weight: 900; }.detail-main { margin-top: 14px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 37px; align-items: center; }.detail-image { min-height: 420px; padding: 24px; display: grid; place-items: center; border-radius: 25px; background: linear-gradient(145deg, #eaf1db, #f9e8bb); }.detail-image img { width: 100%; height: 380px; object-fit: contain; filter: drop-shadow(0 13px 8px rgba(56,67,39,.16)); }.detail-copy h1 { margin-bottom: 13px; }.detail-copy > p { color: var(--muted); font-size: 18px; line-height: 1.5; }.detail-organs { display: flex; flex-wrap: wrap; gap: 7px; }.detail-organs span { padding: 7px 9px; display: inline-flex; gap: 5px; align-items: center; border-radius: 10px; background: #eef3df; font-size: 12px; }.detail-fact { margin-top: 21px; padding: 16px; display: flex; gap: 11px; border-radius: 18px; background: #fff0c7; }.detail-fact p { margin: 0; line-height: 1.45; }.loading-card { min-height: 350px; display: grid; place-content: center; text-align: center; }.loading-card span { font-size: 48px; }

@media (max-width: 1000px) {
  .hero-copy { padding-left: 38px; }
  .lab-board { grid-template-columns: 1fr 1fr; }
  .diagram-panel { padding: 18px; }
  .parts-panel, .organ-notes { padding: 19px; }
  .part-card { grid-template-columns: 61px minmax(0,1fr); }.part-card svg { width: 58px; height: 58px; }
  .album-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  .app { width: min(100% - 22px, 1120px); padding-top: 10px; }
  .topbar { margin-bottom: 14px; }.brand strong { font-size: 17px; }.icon-button { padding: 0 12px; }
  .hero { grid-template-columns: 1fr; }.hero-copy { padding: 40px 28px 28px; }.hero-art { min-height: 420px; border-left: 0; border-top: 2px solid var(--line); }
  .how { grid-template-columns: 1fr; }.routes-grid { grid-template-columns: 1fr; }.route-card { display: grid; grid-template-columns: 1fr 150px; column-gap: 15px; }.route-top, .route-card > strong, .route-card > small, .route-card > b { grid-column: 1; }.route-plants { grid-column: 2; grid-row: 1 / 5; align-self: center; margin: 0; }
  .lab-board { grid-template-columns: 1fr; }.diagram-panel { border-right: 0; border-bottom: 2px solid var(--line); }.anatomy-map { width: min(430px, 100%); }.plant-reveal { height: 520px; }.plant-reveal img { height: 445px; }
  .parts-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }.part-card { grid-template-columns: 58px minmax(0,1fr); }.part-card small { display: none; }
  .album-grid { grid-template-columns: repeat(2, 1fr); }.detail-main { grid-template-columns: 1fr; }.detail-image { min-height: 330px; }.detail-image img { height: 300px; }
}

@media (max-width: 560px) {
  .app { width: min(100% - 16px, 1120px); padding-bottom: 28px; }.paper { border-radius: 22px; }
  .brand { max-width: 180px; }.brand small { font-size: 8px; }.brand strong { font-size: 16px; }.brand-mark { width: 42px; height: 42px; flex: 0 0 auto; }
  .top-actions .icon-button:first-child { width: 45px; padding: 0; font-size: 0; }.top-actions .icon-button:first-child::before { content: "♪"; font-size: 20px; }.top-actions .icon-button:last-child { padding: 0 10px; font-size: 12px; }
  .hero-copy { padding: 31px 19px 24px; }h1 { font-size: 41px; }.hero-copy > p { font-size: 17px; }.hero-actions { display: grid; }.hero-actions .primary-button, .hero-actions .soft-button { width: 100%; }.hero-art { min-height: 360px; }.hero-art::before { inset: 17px; }.demo-plant { max-width: 94%; }
  .how { padding: 23px 17px; }.how ol { grid-template-columns: 1fr; }.how li { min-height: 0; }.section-heading { align-items: flex-start; flex-direction: column; }.route-card { display: block; padding: 18px; }.route-card > small { min-height: 0; }.route-plants { height: 74px; margin-top: 11px; }
  .game-head { padding: 18px; flex-direction: column; align-items: flex-start; }.progress-dots span { width: 31px; height: 31px; }
  .diagram-panel { padding: 14px 9px; }.diagram-title { padding: 0 7px; }.anatomy-map { border-radius: 20px; }.zone-label { padding: 3px 4px; font-size: 8px; }.mode-functions .zone-label { font-size: 7px; }.zone-piece { height: calc(100% - 20px); }
  .plant-reveal { height: 430px; }.plant-reveal img { height: 365px; }.plant-reveal span { font-size: 12px; }
  .parts-panel, .organ-notes { padding: 18px 12px; }.parts-grid { grid-template-columns: 1fr; }.part-card { min-height: 72px; grid-template-columns: 57px minmax(0,1fr); }.part-card svg { width: 54px; height: 54px; }.part-card small { display: block; }
  .success-note { margin: 16px 12px 0; }.feedback-placeholder { margin-inline: 12px; }.feedback { margin-inline: 12px; }.game-actions { margin: 14px 12px 18px; flex-direction: column-reverse; }.game-actions > div { width: 100%; display: grid; grid-template-columns: 1fr; }.game-actions > .primary-button, .game-actions .soft-button, .game-actions .hint-button { width: 100%; }
  .result-card { min-height: 0; padding: 24px 13px; }.result-garden { min-height: 280px; margin: -24px -13px 22px; padding: 32px 10px 17px; }.result-garden img { width: 27%; height: 165px; margin: 0 -15px; }.result-stats { grid-template-columns: 1fr; }.result-stats > span + span { border-left: 0; border-top: 2px solid var(--line); }.result-actions { display: grid; }.result-actions button { width: 100%; }
  .album-head { padding: 23px 17px; align-items: flex-start; }.album-count { width: 78px; height: 78px; }.album-grid { grid-template-columns: 1fr; gap: 13px; }.album-card { min-height: 220px; }.album-card img { height: 140px; }.detail-card { padding: 17px; }.detail-image { min-height: 275px; padding: 11px; }.detail-image img { height: 255px; }
}

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