:root {
  --ink: #194b43;
  --muted: #687e76;
  --paper: #fffaf0;
  --cream: #f7efd9;
  --green: #3f966f;
  --green-dark: #277459;
  --mint: #dcedd9;
  --yellow: #f5bd45;
  --coral: #eb7963;
  --line: #ddcfad;
  --shadow: 0 14px 0 rgba(112, 91, 48, .11), 0 20px 42px rgba(77, 63, 35, .12);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #f6edcf;
}

* { 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 18px 18px, rgba(255,255,255,.72) 0 2px, transparent 2.5px) 0 0 / 36px 36px,
    linear-gradient(145deg, #fbf3dd, #efe6c6);
}

button { font: inherit; }
button:focus-visible { outline: 4px solid rgba(44, 136, 190, .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, 241, .96); 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, .route-card, .care-option, .album-card, .back-link {
  border: 0; cursor: pointer; color: inherit;
}
.brand { display: inline-flex; align-items: center; gap: 11px; padding: 7px 12px 7px 7px; background: transparent; font-weight: 900; font-size: 21px; }
.brand:hover .brand-mark { transform: rotate(-8deg) scale(1.07); }
.brand-mark { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 15px; background: #e5f0d4; box-shadow: inset 0 0 0 2px #cadeb7; transition: .18s ease; }
.top-actions { display: flex; gap: 10px; }
.icon-button { min-height: 46px; padding: 0 16px; border-radius: 15px; background: #fffaf0; box-shadow: inset 0 0 0 2px var(--line); font-weight: 800; display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.icon-button:hover { background: #eef6e7; }

.hero { min-height: 480px; display: grid; grid-template-columns: 1.02fr .98fr; overflow: hidden; position: relative; }
.hero-copy { padding: 64px 30px 52px 56px; position: relative; z-index: 2; }
.brand > span:last-child { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.08; }
.brand small { color: #8a6a2c; font-size: 10px; letter-spacing: .09em; }
.brand strong { font-size: 18px; }
.eyebrow { display: inline-block; color: #a36820; font-size: 13px; font-weight: 900; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 14px 0 18px; font-family: Georgia, serif; font-size: clamp(40px, 5.3vw, 70px); line-height: .98; color: var(--ink); }
h2 { margin: 8px 0 10px; font-family: Georgia, serif; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.08; }
.hero-copy > p { max-width: 570px; font-size: 20px; line-height: 1.5; color: #526d64; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.primary-button, .soft-button { min-height: 52px; padding: 0 22px; border-radius: 17px; font-weight: 900; transition: transform .15s ease, box-shadow .15s ease; }
.primary-button { color: #fff; background: linear-gradient(180deg, #48a879, #32845f); 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,.16); }
.primary-button:hover, .soft-button:hover { transform: translateY(-2px); }
.primary-button:active, .soft-button:active { transform: translateY(3px); box-shadow: none; }
.primary-button:disabled, .soft-button:disabled { opacity: .48; cursor: default; transform: none; }
.hero-note { display: flex; align-items: center; gap: 8px; width: 100%; margin-top: 8px; color: #62786e; font-size: 14px; }
.hero-note span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #dff0d8; color: var(--green-dark); font-weight: 900; }

.greenhouse-art { position: relative; min-height: 480px; overflow: hidden; background: linear-gradient(155deg, rgba(212,240,228,.78), rgba(255,237,171,.78)); border-left: 2px solid rgba(188,167,112,.45); }
.greenhouse-art::before { content: ""; position: absolute; inset: 55px 42px 64px; border: 9px solid rgba(255,255,255,.7); border-radius: 180px 180px 24px 24px; box-shadow: inset 0 0 0 2px rgba(89,143,116,.18); }
.glass-lines { position: absolute; inset: 60px 50%; width: 2px; background: rgba(255,255,255,.78); }
.glass-lines::before, .glass-lines::after { content: ""; position: absolute; top: 115px; width: 270px; height: 2px; background: rgba(255,255,255,.72); }
.glass-lines::before { right: 0; transform: rotate(-34deg); transform-origin: right; }
.glass-lines::after { left: 0; transform: rotate(34deg); transform-origin: left; }
.sun-disc { position: absolute; top: 28px; right: 30px; width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; background: #ffe58f; font-size: 34px; box-shadow: 0 8px 20px rgba(190,137,29,.2); }
.plant-showcase { position: absolute; z-index: 2; display: flex; align-items: flex-end; justify-content: center; }
.plant-showcase img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 10px 8px rgba(61,78,51,.2)); }
.plant-one { width: 175px; height: 205px; left: 26px; bottom: 50px; transform: rotate(-4deg); }
.plant-two { width: 220px; height: 270px; left: 145px; bottom: 42px; z-index: 3; }
.plant-three { width: 190px; height: 220px; right: 5px; bottom: 52px; transform: rotate(4deg); }
.greenhouse-shelf { position: absolute; left: 20px; right: 20px; bottom: 49px; height: 18px; border-radius: 8px; background: #b78042; box-shadow: 0 8px 0 #8f6438; }

.how { margin-top: 28px; padding: 28px 34px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 28px; }
.how h2 { margin-bottom: 0; }
.how ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.how li { min-height: 122px; padding: 18px; border-radius: 20px; background: #f1f2dd; color: #537067; line-height: 1.35; }
.how li > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 8px; border-radius: 13px; color: var(--ink); background: #d8ead6; font-size: 20px; }
.how li b { display: block; margin-bottom: 4px; color: var(--ink); font-size: 15px; }
.how li small { display: block; font-size: 12px; }

.routes-section { margin-top: 44px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.section-heading p { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.45; }
.routes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.route-card { min-width: 0; padding: 22px; text-align: left; position: relative; overflow: hidden; }
.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) 25%, transparent); }
.route-card:hover { transform: translateY(-3px); }
.route-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.route-top i { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 18px; background: color-mix(in srgb, var(--route-color) 25%, #fff); font-style: normal; font-size: 28px; }
.route-top em { padding: 6px 10px; border-radius: 999px; background: #f4edda; font-size: 12px; font-style: normal; font-weight: 900; }
.route-card strong { display: block; margin: 18px 0 6px; font-family: Georgia, serif; font-size: 27px; }
.route-card > small { display: block; min-height: 40px; color: var(--muted); font-size: 14px; line-height: 1.4; }
.route-plants { display: flex; height: 82px; margin-top: 17px; align-items: flex-end; }
.route-plants img { width: 72px; height: 78px; object-fit: contain; margin-right: -13px; filter: drop-shadow(0 6px 4px rgba(61,65,39,.14)); }
.adult-note { margin-top: 28px; padding: 20px 24px; color: #5c7168; line-height: 1.45; }

.game-shell { overflow: hidden; }
.game-head { padding: 24px 28px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 2px dashed #dfd2af; }
.game-head h1 { margin: 5px 0 0; font-size: clamp(34px, 4.7vw, 52px); }
.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: #634a12; background: #ffd675; box-shadow: 0 0 0 4px #fff4cd; }
.care-board { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 650px; }

.plant-room { position: relative; min-width: 0; overflow: hidden; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; background: linear-gradient(#dff1ee 0 62%, #dbc398 62%); border-right: 2px solid var(--line); transition: background .25s ease; }
.plant-room.light-sun { background: linear-gradient(#ffedb5 0 62%, #dbc398 62%); }
.plant-room.light-soft { background: linear-gradient(#dff1ee 0 62%, #dbc398 62%); }
.plant-room.light-shade { background: linear-gradient(#d6e2e0 0 62%, #cdb993 62%); }
.plant-room::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 38%; opacity: .28; background: radial-gradient(ellipse at 50% 100%, #634629 0 2px, transparent 3px) 0 0 / 18px 14px; }
.room-window { position: absolute; top: 34px; left: 32px; width: 132px; height: 125px; border: 9px solid rgba(255,255,255,.75); border-radius: 65px 65px 18px 18px; background: rgba(255,255,255,.22); }
.room-window span { position: absolute; left: 50%; top: 0; bottom: 0; width: 5px; background: rgba(255,255,255,.7); }
.room-window i { position: absolute; top: 52%; left: 0; right: 0; height: 5px; background: rgba(255,255,255,.7); }
.rain-drops { position: absolute; top: 30px; right: 34px; display: none; gap: 10px; }
.water-often .rain-drops, .water-regular .rain-drops { display: flex; }
.rain-drops i { width: 8px; height: 18px; border-radius: 50% 50% 60% 60%; background: #5ab3d6; transform: rotate(13deg); }
.water-regular .rain-drops i:nth-child(even) { display: none; }
.growth-counter { position: absolute; top: 28px; right: 28px; z-index: 2; display: flex; flex-direction: column; align-items: center; padding: 11px 14px; border-radius: 16px; background: rgba(255,250,238,.9); box-shadow: 0 5px 0 rgba(99,86,48,.12); }
.growth-counter b { font-size: 26px; line-height: 1; }
.growth-counter span { margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 800; }
.plant-stage { width: min(360px, 90%); height: 395px; display: flex; align-items: flex-end; justify-content: center; position: relative; z-index: 2; }
.growth-svg { width: 100%; max-height: 330px; overflow: visible; filter: drop-shadow(0 12px 7px rgba(72,72,42,.15)); }
.grown-plant { width: 100%; height: 370px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 15px 8px rgba(60,71,39,.18)); animation: growIn .55s cubic-bezier(.2,.8,.2,1); }
@keyframes growIn { from { opacity: .25; transform: scale(.62) translateY(35px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.room-label { position: relative; z-index: 3; margin-top: 9px; padding: 8px 14px; border-radius: 999px; background: rgba(255,250,238,.94); box-shadow: 0 4px 0 rgba(100,82,43,.12); font-weight: 900; text-align: center; }

.care-panel { min-width: 0; padding: 28px; background: #fffaf0; }
.plant-passport { padding: 17px; border-radius: 20px; background: #eff3df; border: 2px solid #d1ddbd; }
.passport-title { display: flex; align-items: center; gap: 12px; }
.passport-title > span { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; border-radius: 15px; background: #fff; font-size: 25px; }
.passport-title small { color: #71906f; font-weight: 900; letter-spacing: .1em; }
.passport-title p { margin: 3px 0 0; line-height: 1.32; font-weight: 800; }
.passport-needs, .detail-care { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.passport-needs span, .detail-care span { padding: 7px 9px; border-radius: 10px; background: #fff; color: #46685d; font-size: 12px; font-weight: 900; display: inline-grid; grid-template-columns: auto auto; align-items: center; gap: 1px 5px; }
.care-controls { margin-top: 18px; display: grid; gap: 14px; }
.care-group { min-width: 0; margin: 0; padding: 12px; border: 2px solid #e3d8bb; border-radius: 18px; background: #fffdf8; }
.care-group legend { padding: 0 7px; font-weight: 900; display: inline-flex; align-items: center; gap: 5px; }
.care-group.is-right { border-color: #63a97e; background: #eff8ec; }
.care-group.is-wrong { border-color: #df7c6b; background: #fff0e9; }
.care-group.is-hinted { border-color: #e2aa3c; background: #fff7d9; }
.care-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.care-option { min-width: 0; min-height: 65px; padding: 8px 6px; border-radius: 14px; background: #f7efdb; box-shadow: inset 0 0 0 2px transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.care-option:hover { background: #ecefd9; }
.care-option > span { font-size: 20px; line-height: 1; }
.care-option b { font-size: 16px; line-height: 1.12; text-align: center; }
.care-option small { color: var(--muted); font-size: 10px; line-height: 1.15; text-align: center; }
.care-option.is-selected { background: #e1f0d8; box-shadow: inset 0 0 0 3px var(--green); }
.care-option.is-correct { background: #d9f1d5; box-shadow: inset 0 0 0 3px #319260; }
.feedback-placeholder { min-height: 58px; margin-inline: 28px; }
.feedback { min-height: 58px; 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: 800; }
.feedback.success { background: #ddf1db; }
.feedback.try { background: #fff0dd; }
.feedback.info { background: #e7eff5; }
.success-note { margin: 20px 28px 0; padding: 13px 16px; border-radius: 15px; background: #e4f3dd; line-height: 1.4; }
.success-note p { margin: 0; }
.game-actions { margin: 15px 28px 28px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.hint-button { font-size: 14px; }

.result-card { min-height: 680px; padding: 50px; text-align: center; overflow: hidden; }
.result-garden { position: relative; min-height: 320px; margin: -50px -50px 30px; padding: 42px 30px 22px; background: linear-gradient(#dff2e9 0 70%, #d8c294 70%); display: flex; align-items: flex-end; justify-content: center; gap: 4px; overflow: hidden; }
.result-garden h1 { margin-bottom: 12px; }
.result-garden > p { color: var(--muted); font-size: 18px; }
.result-garden > img { width: min(22%, 190px); height: 265px; object-fit: contain; object-position: center bottom; margin: 0 -12px; filter: drop-shadow(0 11px 6px rgba(55,70,42,.16)); }
.result-garden > img:nth-child(even) { height: 235px; }
.stars { display: flex; justify-content: center; gap: 7px; margin: 20px 0; }
.stars span { color: #d8d0ba; font-size: 48px; text-shadow: 0 4px 0 rgba(82,68,36,.1); }
.stars .earned { color: #f5b92f; }
.result-stats { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; margin: 0 auto 28px; border: 2px solid var(--line); border-radius: 20px; overflow: hidden; }
.result-stats > span { padding: 17px; background: #fffaf0; }
.result-stats > span + span { border-left: 2px solid var(--line); }
.result-stats b { display: block; font-size: 27px; }
.result-stats span { color: var(--muted); font-size: 12px; font-weight: 800; }
.result-actions, .center-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.album-head { padding: 31px 34px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.album-head h1 { margin: 7px 0 8px; font-size: clamp(36px, 5vw, 56px); }
.album-head p { margin: 0; color: var(--muted); }
.album-count { width: 104px; height: 104px; flex: 0 0 auto; display: grid; place-content: center; border-radius: 50%; background: #e2efda; text-align: center; }
.album-count b { display: block; font-size: 32px; line-height: 1; }
.album-count span { font-weight: 800; color: var(--muted); }
.album-grid { margin-top: 26px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.album-card { min-height: 282px; padding: 14px; position: relative; text-align: center; }
.album-card.is-open:hover { transform: translateY(-3px); }
.album-card img { width: 100%; height: 175px; object-fit: contain; }
.album-card strong { display: block; margin-top: 7px; font-family: Georgia, serif; font-size: 19px; }
.album-card small { color: var(--muted); }
.album-number { position: absolute; top: 10px; left: 10px; z-index: 2; padding: 5px 7px; border-radius: 9px; background: #fff8e7; color: #a26922; font-size: 11px; font-weight: 900; }
.album-card.is-locked { display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(245,240,224,.82); color: #908a76; }
.lock-mark { display: grid; place-items: center; width: 88px; height: 88px; margin-bottom: 18px; border-radius: 50%; background: #e7dfca; font-size: 35px; font-weight: 900; }
.album-grid + .center-actions { margin-top: 26px; }

.detail-card { padding: 30px; }
.passport-needs i { grid-row: 1 / 3; font-style: normal; }
.passport-needs b { line-height: 1.1; }
.passport-needs small { grid-column: 2; color: var(--muted); font-size: 9px; }
.back-link { padding: 8px 4px; background: transparent; color: var(--green-dark); font-weight: 900; }
.detail-main { margin-top: 15px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; align-items: center; }
.detail-image { min-height: 430px; padding: 25px; display: grid; place-items: center; border-radius: 25px; background: linear-gradient(145deg, #edf3de, #fae9be); }
.detail-image img { width: 100%; height: 390px; object-fit: contain; filter: drop-shadow(0 14px 8px rgba(56,67,39,.16)); }
.detail-copy h1 { margin-bottom: 14px; }
.care-group legend small { color: var(--muted); font-size: 11px; font-weight: 700; }
.detail-copy > p { color: var(--muted); font-size: 18px; line-height: 1.5; }
.detail-fact { margin-top: 22px; padding: 17px; display: flex; gap: 12px; border-radius: 18px; background: #fff0c7; }
.detail-fact span { font-size: 24px; color: #d09124; }
.detail-fact p { margin: 0; line-height: 1.45; }

.loading-card { min-height: 360px; display: grid; place-content: center; text-align: center; }
.loading-card span { font-size: 50px; color: var(--coral); }

@media (max-width: 1020px) {
  .hero-copy { padding-left: 38px; }
  .plant-one { left: 5px; }
  .plant-two { left: 105px; }
  .plant-three { right: -25px; }
  .care-board { grid-template-columns: .78fr 1.22fr; }
  .care-panel { padding: 22px; }
  .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 { font-size: 18px; }
  .icon-button { min-height: 44px; padding: 0 12px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 40px 28px 28px; }
  .greenhouse-art { min-height: 380px; border-left: 0; border-top: 2px solid var(--line); }
  .greenhouse-art::before { inset: 40px 38px 50px; }
  .plant-one { left: 8%; bottom: 42px; }
  .plant-two { left: 34%; bottom: 34px; }
  .plant-three { right: 3%; bottom: 44px; }
  .how { grid-template-columns: 1fr; }
  .routes-grid { grid-template-columns: 1fr; }
  .route-card { display: grid; grid-template-columns: 1fr 150px; column-gap: 16px; }
  .route-top, .route-card strong, .route-card > small { grid-column: 1; }
  .route-plants { grid-column: 2; grid-row: 1 / 4; margin: 0; align-self: center; }
  .care-board { grid-template-columns: 1fr; }
  .plant-room { min-height: 510px; border-right: 0; border-bottom: 2px solid var(--line); }
  .plant-stage { height: 330px; }
  .grown-plant { height: 320px; }
  .game-head { align-items: flex-start; }
  .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; }
  .top-actions .icon-button:first-child { font-size: 0; width: 46px; padding: 0; }
  .top-actions .icon-button:first-child::before { content: "☘"; font-size: 21px; }
  .sound-button { width: 46px; padding: 0; font-size: 0; }
  .sound-button::before { content: "♪"; font-size: 20px; }
  .paper { border-radius: 22px; }
  .hero-copy { padding: 32px 20px 24px; }
  h1 { font-size: 42px; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { display: grid; }
  .primary-button, .soft-button { width: 100%; padding: 0 14px; }
  .greenhouse-art { min-height: 320px; }
  .greenhouse-art::before { inset: 35px 16px 44px; }
  .plant-one { width: 130px; height: 170px; left: 0; }
  .plant-two { width: 175px; height: 220px; left: 24%; }
  .plant-three { width: 145px; height: 175px; right: -4%; }
  .how { padding: 24px 18px; }
  .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-plants { height: 75px; margin-top: 12px; }
  .game-head { padding: 18px; flex-direction: column; }
  .progress-dots span { width: 31px; height: 31px; }
  .plant-room { min-height: 430px; padding: 20px 14px; }
  .room-window { left: 16px; width: 100px; height: 98px; }
  .growth-counter { top: 18px; right: 16px; }
  .plant-stage { width: 92%; height: 275px; }
  .grown-plant { height: 270px; }
  .care-panel { padding: 18px 12px; }
  .feedback-placeholder { margin-inline: 12px; }
  .feedback { margin-inline: 12px; }
  .success-note { margin: 16px 12px 0; }
  .plant-passport { padding: 13px; }
  .passport-title { align-items: flex-start; }
  .passport-needs span { font-size: 11px; }
  .care-group { padding: 10px; }
  .care-options { grid-template-columns: 1fr; }
  .care-option { min-height: 52px; padding: 8px 12px; flex-direction: row; justify-content: flex-start; }
  .care-option > span { width: 34px; text-align: center; }
  .care-option b { font-size: 14px; text-align: left; }
  .care-option small { margin-left: auto; max-width: 42%; text-align: right; }
  .game-actions { margin: 14px 12px 18px; flex-direction: column-reverse; }
  .result-card { min-height: 0; padding: 24px 14px; }
  .result-garden { margin: -24px -14px 22px; padding: 35px 12px 18px; min-height: 300px; }
  .result-garden > img { width: 27%; height: 170px; margin: 0 -16px; }
  .result-stats { grid-template-columns: 1fr; }
  .result-stats > span + span { border-left: 0; border-top: 2px solid var(--line); }
  .result-actions { display: grid; }
  .album-head { padding: 24px 18px; align-items: flex-start; }
  .album-count { width: 80px; height: 80px; }
  .album-grid { grid-template-columns: 1fr; gap: 13px; }
  .album-card { min-height: 220px; }
  .album-card img { height: 140px; }
  .detail-card { padding: 18px; }
  .detail-image { min-height: 280px; padding: 12px; }
  .detail-image img { height: 260px; }
}

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

