:root {
  --forest: #173d2d;
  --forest-deep: #0d2c20;
  --moss: #4f7257;
  --sage: #b9c8ad;
  --lime: #dff56b;
  --sun: #f2b84b;
  --coral: #eb795d;
  --lilac: #b8afe2;
  --cream: #f4f0e5;
  --paper: #fcfaf3;
  --ink: #14241c;
  --muted: #657169;
  --line: rgba(20, 36, 28, .14);
  --shadow: 0 24px 80px rgba(13, 44, 32, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
body.timer-running .focus-sprout { animation: breathe 2.4s ease-in-out infinite; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 200; top: -4rem; left: 1rem; padding: .8rem 1rem; color: white; background: var(--forest-deep); }
.skip-link:focus { top: 1rem; }

.sidebar { position: fixed; inset: 0 auto 0 0; z-index: 30; width: 250px; display: flex; flex-direction: column; padding: 2.2rem 1.5rem 1.5rem; color: white; background: var(--forest-deep); }
.brand { display: inline-flex; align-items: center; gap: .75rem; font: 700 1rem/1 "Manrope", sans-serif; letter-spacing: -.03em; }
.brand b { color: var(--lime); }
.brand-seed { position: relative; display: block; width: 38px; height: 38px; border: 1px solid rgba(223,245,107,.5); border-radius: 50%; }
.brand-seed::before, .brand-seed::after { content: ""; position: absolute; top: 8px; width: 11px; height: 18px; background: var(--lime); }
.brand-seed::before { left: 7px; border-radius: 100% 0 100% 0; transform: rotate(10deg); }.brand-seed::after { right: 7px; border-radius: 0 100% 0 100%; transform: rotate(-10deg); }
.brand-seed i { position: absolute; left: 18px; top: 16px; width: 1px; height: 15px; background: var(--lime); }
.sidebar nav { display: grid; gap: .25rem; margin-top: 5rem; }
.nav-link { display: flex; align-items: center; gap: .9rem; padding: .9rem .7rem; border-radius: 10px; color: #9db0a6; font-size: .9rem; font-weight: 700; transition: .2s; }
.nav-link span { font-size: .65rem; font-weight: 700; opacity: .6; }.nav-link:hover, .nav-link.active { color: white; background: rgba(255,255,255,.08); }.nav-link.active span { color: var(--lime); opacity: 1; }
.sidebar-quote { margin-top: auto; padding: 1.2rem; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.04); }
.sidebar-quote p { margin: .8rem 0 0; color: #aebeb5; font-size: .76rem; line-height: 1.55; }
.tiny-sprout { position: relative; display: block; width: 30px; height: 25px; border-bottom: 1px solid var(--lime); }.tiny-sprout::before { content: ""; position: absolute; left: 14px; bottom: 0; width: 1px; height: 18px; background: var(--lime); }.tiny-sprout i { position: absolute; bottom: 8px; width: 10px; height: 7px; background: var(--lime); }.tiny-sprout i:first-child { left: 5px; border-radius: 100% 0; }.tiny-sprout i:last-child { left: 15px; border-radius: 0 100%; }
.sidebar-footer { padding-top: 1rem; }.sidebar-footer p { color: #72887c; font-size: .6rem; text-transform: uppercase; letter-spacing: .09em; }.sound-toggle { width: 100%; border: 0; padding: .6rem 0; text-align: left; color: #9db0a6; background: none; font-size: .72rem; cursor: pointer; }.sound-toggle span { color: var(--lime); }
.mobile-header { display: none; }

main { margin-left: 250px; }
.focus-section, .garden-section, .insights-section { min-height: 100vh; padding: clamp(2.5rem, 5vw, 5rem) clamp(1.5rem, 5vw, 5.5rem); }
.focus-section { background: var(--cream); }
.topbar { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.eyebrow { margin: 0 0 .7rem; color: var(--moss); text-transform: uppercase; letter-spacing: .14em; font-size: .67rem; font-weight: 800; }
h1, h2, h3, blockquote { font-family: "Manrope", sans-serif; }
h1 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.8rem); line-height: 1.02; letter-spacing: -.065em; }
h1 span { color: var(--moss); }
.today-score { min-width: 130px; padding: 1rem 1.2rem; border-left: 1px solid var(--line); }.today-score > span { display: block; color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }.today-score strong { font: 700 1.15rem "Manrope"; }.today-score b { font-size: 2rem; }

.focus-layout { display: grid; grid-template-columns: minmax(420px, 1.2fr) minmax(280px, .8fr); gap: 1.2rem; }
.timer-card, .intention-card, .growth-card { border: 1px solid var(--line); border-radius: 24px; }
.timer-card { display: flex; flex-direction: column; align-items: center; padding: 1.2rem clamp(1rem, 3vw, 2.5rem) 2rem; background: var(--paper); box-shadow: var(--shadow); }
.timer-topline { align-self: stretch; display: flex; align-items: center; gap: .55rem; min-height: 35px; color: var(--muted); font-size: .72rem; font-weight: 700; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #9ca7a1; }.timer-running .live-dot { background: #4fa76b; box-shadow: 0 0 0 4px rgba(79,167,107,.14); animation: pulse 1.8s infinite; }
.reset-button { margin-left: auto; border: 0; color: var(--muted); background: none; font-size: .7rem; cursor: pointer; }
.timer-ring { --progress: 0deg; position: relative; width: min(31vw, 340px); min-width: 260px; aspect-ratio: 1; display: grid; place-items: center; margin: 1rem 0; border-radius: 50%; background: conic-gradient(var(--forest) var(--progress), #dedfd4 0); transition: background .35s linear; }
.timer-ring::before { content: ""; position: absolute; inset: 10px; border-radius: 50%; background: var(--paper); }
.ring-center { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.ring-center time { font: 800 clamp(3.5rem, 7vw, 6.2rem)/1 "Manrope", sans-serif; letter-spacing: -.08em; }.ring-center > span { margin-top: .35rem; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.focus-sprout { position: relative; width: 55px; height: 62px; margin-bottom: .3rem; transform-origin: bottom; }.focus-sprout span { position: absolute; left: 27px; bottom: 0; width: 2px; height: 47px; background: var(--forest); }.focus-sprout i { position: absolute; top: 7px; width: 27px; height: 22px; background: var(--lime); }.focus-sprout i:first-child { left: 3px; border-radius: 100% 0 100% 0; transform: rotate(8deg); }.focus-sprout i:nth-child(2) { right: 1px; top: 19px; border-radius: 0 100% 0 100%; transform: rotate(-7deg); background: var(--moss); }
.duration-picker { display: grid; grid-template-columns: repeat(3, 1fr); align-self: stretch; gap: .5rem; padding: .45rem; border-radius: 14px; background: #e8e6dc; }
.duration-button { border: 0; border-radius: 10px; padding: .65rem .5rem; background: transparent; font-size: .78rem; font-weight: 800; cursor: pointer; }.duration-button span { display: block; margin-top: .1rem; color: #79837e; font-size: .57rem; font-weight: 600; }.duration-button.active { color: white; background: var(--forest); box-shadow: 0 8px 20px rgba(23,61,45,.18); }.duration-button.active span { color: var(--lime); }
.start-button { min-width: 230px; margin-top: 1.15rem; border: 0; border-radius: 999px; padding: 1rem 1.4rem; color: white; background: var(--forest); font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }.start-button:hover { transform: translateY(-2px); background: var(--forest-deep); }.start-button span:first-child { margin-right: .55rem; color: var(--lime); }
.keyboard-tip { margin: .7rem 0 0; color: #8c948f; font-size: .62rem; }.keyboard-tip kbd { border: 1px solid var(--line); border-bottom-width: 2px; border-radius: 4px; padding: .08rem .35rem; background: white; font: inherit; }

.focus-side { display: grid; grid-template-rows: 1fr 1fr; gap: 1.2rem; }
.intention-card { position: relative; overflow: hidden; padding: 1.6rem; background: var(--sage); }.card-number { position: absolute; right: 1.2rem; top: .8rem; color: rgba(20,36,28,.18); font: 800 3.2rem "Manrope"; }.intention-card h2, .growth-card h2 { max-width: 340px; margin: 0; font-size: clamp(1.45rem, 2.3vw, 2.3rem); line-height: 1.05; letter-spacing: -.05em; }.intention-card form { margin-top: 2rem; }.intention-card label { display: block; margin-bottom: .5rem; font-size: .66rem; font-weight: 800; }.input-row { display: grid; grid-template-columns: 1fr 42px; gap: .45rem; }.input-row input { min-width: 0; border: 1px solid rgba(20,36,28,.16); border-radius: 10px; outline: none; padding: .8rem; background: rgba(255,255,255,.65); }.input-row input:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(23,61,45,.12); }.input-row button { border: 0; border-radius: 10px; color: white; background: var(--forest); font-size: 1.2rem; cursor: pointer; }.current-intention { margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid rgba(20,36,28,.15); }.current-intention span { display: block; color: var(--moss); font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; }.current-intention strong { display: block; margin-top: .25rem; font-size: .85rem; }
.growth-card { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; overflow: hidden; padding: 1.6rem; color: white; background: var(--forest); }.growth-card .eyebrow { color: var(--lime); }.growth-card p:last-child { max-width: 240px; color: #b7c7be; font-size: .78rem; line-height: 1.5; }.growth-art { position: relative; height: 180px; }.soil { position: absolute; left: 8%; right: 8%; bottom: 14%; height: 28px; border-radius: 50%; background: #a86d43; }.stem { position: absolute; left: 50%; bottom: 23%; width: 5px; height: 100px; border-radius: 4px; background: var(--lime); }.growth-leaf { position: absolute; width: 50px; height: 35px; background: var(--sage); }.leaf-one { left: 21%; bottom: 48%; border-radius: 100% 0 100% 0; transform: rotate(12deg); }.leaf-two { right: 15%; bottom: 34%; border-radius: 0 100% 0 100%; transform: rotate(-10deg); background: var(--lime); }.leaf-three { left: 43%; top: 4%; border-radius: 100% 0 100% 0; transform: rotate(42deg); background: var(--coral); }

.garden-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(250px, 430px); align-items: end; gap: 2rem; margin-bottom: 2.5rem; }.section-heading h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5.8rem); line-height: .94; letter-spacing: -.07em; }.section-heading > p { margin: 0; color: var(--muted); line-height: 1.7; }
.garden-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }.garden-stats div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; border-right: 1px solid var(--line); }.garden-stats div:last-child { border-right: 0; }.garden-stats span { color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }.garden-stats strong { font: 700 1rem "Manrope"; }.garden-stats strong:not(:has(b)) { font-size: 1.8rem; }.garden-stats b { font-size: 1.8rem; }
.garden-plot { position: relative; min-height: 500px; overflow: hidden; margin-top: 1.3rem; border: 1px solid var(--line); border-radius: 26px; background: #d6dfc8; }
.garden-sky { position: absolute; inset: 0 0 30%; background: linear-gradient(#b8d2cc, #d6dfc8); }.garden-sun { position: absolute; right: 10%; top: 12%; width: 100px; height: 100px; border-radius: 50%; background: var(--sun); }.garden-sky i { position: absolute; width: 90px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.55); }.garden-sky i:nth-child(2) { left: 12%; top: 22%; }.garden-sky i:nth-child(3) { left: 28%; top: 31%; width: 50px; }.garden-sky i:nth-child(4) { right: 28%; top: 17%; width: 70px; }
.ground { position: absolute; left: -5%; right: -5%; bottom: -13%; height: 48%; border-radius: 50% 50% 0 0; background: #8ca071; }.ground::after { content: ""; position: absolute; inset: 28% 0 0; border-radius: 50% 50% 0 0; background: #71865d; }
.garden-grid { position: relative; z-index: 3; min-height: 500px; display: flex; align-items: end; justify-content: center; flex-wrap: wrap; gap: clamp(1rem, 3vw, 3rem); padding: 5rem 2rem 4.5rem; }
.empty-garden { position: absolute; z-index: 5; left: 50%; top: 50%; width: min(90%, 430px); text-align: center; transform: translate(-50%,-45%); }.empty-garden h3 { margin: 1rem 0 .4rem; font-size: 1.5rem; }.empty-garden p { margin: 0 auto 1rem; color: #536258; font-size: .85rem; line-height: 1.6; }.empty-garden button { border: 0; border-radius: 999px; padding: .8rem 1rem; color: white; background: var(--forest); font-weight: 700; cursor: pointer; }.empty-seed { position: relative; display: inline-block; width: 55px; height: 70px; }.empty-seed::before { content: ""; position: absolute; left: 28px; bottom: 0; width: 2px; height: 40px; background: var(--forest); }.empty-seed i { position: absolute; left: 5px; top: 10px; width: 46px; height: 35px; border-radius: 100% 0 100% 0; background: var(--lime); transform: rotate(18deg); }
.plant { position: relative; flex: 0 0 105px; height: 210px; filter: drop-shadow(0 12px 8px rgba(13,44,32,.18)); transform-origin: bottom; animation: grow-in .7s cubic-bezier(.2,.8,.2,1) both; }.plant::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: -5px; height: 17px; border-radius: 50%; background: rgba(13,44,32,.18); }.plant-stem { position: absolute; z-index: 2; left: 51px; bottom: 11px; width: 5px; height: 125px; border-radius: 5px; background: var(--forest); }.plant-leaf { position: absolute; z-index: 3; width: 49px; height: 35px; background: var(--lime); }.plant-leaf.left { left: 7px; bottom: 76px; border-radius: 100% 0 100% 0; transform: rotate(10deg); }.plant-leaf.right { right: 3px; bottom: 110px; border-radius: 0 100% 0 100%; transform: rotate(-9deg); background: var(--moss); }.plant-bloom { position: absolute; z-index: 4; left: 28px; top: 25px; width: 54px; height: 54px; border-radius: 50%; background: var(--sun); box-shadow: -28px 8px 0 -5px var(--coral), 28px 8px 0 -5px var(--coral), 0 -26px 0 -5px var(--coral), 0 29px 0 -5px var(--coral); }.plant-bloom::after { content: ""; position: absolute; inset: 17px; border-radius: 50%; background: var(--forest); }.plant.fern .plant-stem { height: 165px; transform: rotate(8deg); }.plant.fern .plant-leaf { width: 44px; height: 24px; background: #547a5b; }.plant.fern .left { bottom: 55px; box-shadow: 10px -40px 0 #6d906d, 19px -78px 0 #86a67a; }.plant.fern .right { bottom: 75px; box-shadow: -10px -39px 0 #6d906d, -16px -74px 0 #86a67a; }.plant.preview { opacity: .72; }.plant-label { position: absolute; left: 50%; bottom: -33px; width: 130px; text-align: center; transform: translateX(-50%); color: #f3f6eb; font-size: .56rem; text-transform: uppercase; letter-spacing: .08em; }
.plant-key { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 1rem; }.plant-key > div { display: flex; align-items: center; gap: 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: 14px; }.plant-key p { margin: 0; color: var(--muted); font-size: .7rem; }.plant-key b { display: block; color: var(--ink); font-size: .85rem; }.key-plant { position: relative; display: block; flex: 0 0 42px; height: 45px; }.key-plant::before { content: ""; position: absolute; left: 20px; bottom: 0; width: 2px; height: 32px; background: var(--forest); }.key-plant i { position: absolute; width: 18px; height: 12px; background: var(--lime); }.key-plant i:first-child { left: 3px; bottom: 11px; border-radius: 100% 0; }.key-plant i:nth-child(2) { right: 2px; bottom: 21px; border-radius: 0 100%; background: var(--moss); }.key-bloom em { position: absolute; left: 13px; top: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--sun); box-shadow: -7px 4px var(--coral), 7px 4px var(--coral); }.key-fern i:nth-child(3) { left: 1px; top: 2px; border-radius: 100% 0; background: #779772; }

.insights-section { background: var(--cream); }.insights-heading { margin-bottom: 3rem; }.insight-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 1.2rem; }.week-card, .rhythm-card, .session-list-card { border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }.week-card { padding: 1.5rem; }.card-heading { display: flex; align-items: center; justify-content: space-between; }.card-heading h3 { margin: 0; font-size: 1.5rem; letter-spacing: -.04em; }.card-heading > strong { font: 800 1.8rem "Manrope"; }.card-heading > strong span { color: var(--forest); }
.chart { height: 260px; display: grid; grid-template-columns: repeat(7,1fr); align-items: end; gap: .7rem; margin-top: 2rem; padding-top: 1rem; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0 64px, rgba(20,36,28,.08) 65px); }.bar-group { height: 100%; display: flex; flex-direction: column; justify-content: end; align-items: center; gap: .5rem; }.bar { width: min(70%, 38px); min-height: 4px; border-radius: 8px 8px 0 0; background: var(--sage); transition: height .5s; }.bar.today { background: var(--forest); }.bar-group span { color: var(--muted); font-size: .6rem; }.bar-group strong { min-height: .8rem; color: var(--moss); font-size: .55rem; }
.rhythm-card { position: relative; overflow: hidden; min-height: 360px; padding: 1.7rem; color: white; background: var(--forest); }.rhythm-card .eyebrow { color: var(--lime); }.rhythm-card blockquote { position: relative; z-index: 2; margin: 0; font-size: clamp(1.6rem, 2.4vw, 2.5rem); line-height: 1.15; letter-spacing: -.05em; }.orbit-art { position: absolute; right: -70px; bottom: -80px; width: 260px; height: 260px; border: 1px solid rgba(223,245,107,.45); border-radius: 50%; }.orbit-art span { position: absolute; inset: 45px; border: 1px solid rgba(223,245,107,.3); border-radius: 50%; }.orbit-art i { position: absolute; border-radius: 50%; }.orbit-art i:nth-child(2) { left: 33px; top: 55px; width: 32px; height: 32px; background: var(--lime); }.orbit-art i:nth-child(3) { left: 107px; top: 106px; width: 54px; height: 54px; background: var(--coral); }
.session-list-card { grid-column: 1 / -1; padding: 1.5rem; }.session-list { margin-top: 1.5rem; border-top: 1px solid var(--line); }.session-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }.session-row div { display: flex; align-items: center; gap: .8rem; }.session-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--forest); background: var(--lime); font-weight: 800; }.session-row h4 { margin: 0; font: 700 .9rem "Manrope"; }.session-row p { margin: .1rem 0 0; color: var(--muted); font-size: .65rem; }.session-row > span { color: var(--muted); font-size: .7rem; }.session-row > strong { font-size: .8rem; }.no-sessions { color: var(--muted); font-size: .8rem; }

footer { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 1.5rem; padding: 3rem clamp(1.5rem, 5vw, 5.5rem); color: white; background: var(--forest-deep); }footer > p { text-align: right; color: #b5c5bb; }footer small { grid-column: 1/-1; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); color: #789084; font-size: .65rem; }

.completion-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 1rem; background: rgba(13,44,32,.7); backdrop-filter: blur(8px); }.completion-modal[hidden] { display: none; }.modal-card { width: min(100%, 500px); padding: 2.5rem; text-align: center; border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }.modal-card h2 { margin: .4rem 0; font-size: 2.5rem; letter-spacing: -.06em; }.modal-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }.modal-card button { border: 0; border-radius: 999px; padding: .9rem 1.2rem; color: white; background: var(--forest); font-weight: 800; cursor: pointer; }.modal-plant { position: relative; width: 90px; height: 115px; margin: 0 auto 1rem; }.modal-plant::before { content: ""; position: absolute; left: 44px; bottom: 0; width: 4px; height: 75px; background: var(--forest); }.modal-plant::after { content: ""; position: absolute; left: 7px; top: 20px; width: 44px; height: 34px; border-radius: 100% 0; background: var(--lime); box-shadow: 40px 23px 0 var(--moss); }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 1.5rem; padding: .8rem 1rem; border-radius: 999px; color: white; background: var(--forest-deep); opacity: 0; pointer-events: none; transform: translate(-50%,20px); transition: .25s; }.toast.show { opacity: 1; transform: translate(-50%,0); }
.confetti { position: fixed; z-index: 110; top: -20px; width: 10px; height: 18px; pointer-events: none; animation: fall 1.8s ease-in forwards; }

@keyframes pulse { 50% { opacity: .4; } }
@keyframes breathe { 50% { transform: scale(1.06) rotate(1deg); } }
@keyframes grow-in { from { opacity: 0; transform: scaleY(.1) translateY(20px); } to { opacity: 1; transform: scaleY(1) translateY(0); } }
@keyframes fall { to { transform: translate(var(--drift), 110vh) rotate(620deg); } }

@media (max-width: 1100px) {
  .focus-layout { grid-template-columns: 1fr; }.focus-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }.timer-ring { width: 320px; }.insight-grid { grid-template-columns: 1fr; }.rhythm-card { min-height: 300px; }.session-list-card { grid-column: auto; }
}
@media (max-width: 780px) {
  .mobile-header { position: sticky; top: 0; z-index: 40; height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 1.2rem; color: white; background: var(--forest-deep); }.mobile-header .brand { font-size: .8rem; }.mobile-header .brand-seed { width: 32px; height: 32px; transform: scale(.82); }.mobile-menu { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: .55rem .85rem; color: white; background: transparent; }
  .sidebar { inset: 72px 0 auto 0; width: auto; display: none; padding: 1rem; box-shadow: 0 15px 30px rgba(13,44,32,.3); }.sidebar.open { display: block; }.desktop-brand, .sidebar-quote, .sidebar-footer { display: none; }.sidebar nav { margin: 0; }
  main { margin-left: 0; }.focus-section, .garden-section, .insights-section { min-height: auto; padding: 4rem 1.2rem; }.topbar { align-items: start; }.today-score { min-width: 90px; padding: .5rem 0 .5rem .9rem; }.today-score b { font-size: 1.4rem; }.focus-side { grid-template-columns: 1fr; }.growth-card { min-height: 270px; }.section-heading { grid-template-columns: 1fr; }.garden-stats { grid-template-columns: 1fr; }.garden-stats div { border-right: 0; border-bottom: 1px solid var(--line); }.garden-stats div:last-child { border-bottom: 0; }.plant-key { grid-template-columns: 1fr; }.garden-plot, .garden-grid { min-height: 440px; }footer { grid-template-columns: 1fr; }footer > p { text-align: left; }footer small { grid-column: auto; }
}
@media (max-width: 480px) {
  h1 { font-size: 2.35rem; }.timer-ring { width: 260px; min-width: 0; }.duration-picker { grid-template-columns: 1fr; }.duration-button span { display: inline; margin-left: .3rem; }.growth-card { grid-template-columns: 1fr; }.growth-art { height: 130px; }.garden-grid { gap: .5rem; padding-inline: .5rem; }.plant { flex-basis: 90px; transform: scale(.85); }.session-row { grid-template-columns: 1fr auto; gap: .7rem; }.session-row > span { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
