:root{--bg-1: #fffdf3;--bg-2: #fff4d9;--glow: rgba(255, 196, 92, .3);--surface: #ffffff;--surface-line: rgba(90, 70, 40, .1);--ink: #3a3226;--ink-soft: #7d7057;--ink-faint: #a89877;--gold: #d99a12;--gold-soft: #f3c85e;--stem: #4e7c3f;--stem-deep: #2f5c2a;--stem-pale: rgba(78, 124, 63, .16);--shadow: 0 2px 14px rgba(120, 90, 40, .07), 0 10px 34px rgba(120, 90, 40, .06);--font-display: "Fraunces", Georgia, serif;--font-body: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}:root[data-phase=dawn]{--bg-1: #fff2e4;--bg-2: #ffdcc4;--glow: rgba(255, 154, 96, .36);--surface: #fffcf7;--ink: #4a3324;--ink-soft: #8a6c55;--ink-faint: #b3917a;--gold: #d97c2a;--gold-soft: #f7b978}:root[data-phase=dusk]{--bg-1: #3b2a44;--bg-2: #59374a;--glow: rgba(255, 156, 84, .3);--surface: #43304d;--surface-line: rgba(255, 255, 255, .14);--ink: #f6ebdd;--ink-soft: #cbb0b8;--ink-faint: #a08792;--gold: #ffc06a;--gold-soft: #ffd79a;--stem: #8cba6f;--stem-deep: #aed294;--stem-pale: rgba(255, 255, 255, .15);--shadow: 0 2px 14px rgba(0, 0, 0, .2), 0 12px 40px rgba(0, 0, 0, .2)}:root[data-phase=night]{--bg-1: #191a2e;--bg-2: #2c2146;--glow: rgba(246, 196, 69, .18);--surface: #221c38;--surface-line: rgba(255, 255, 255, .11);--ink: #f1e8d7;--ink-soft: #b0a3bd;--ink-faint: #7d7290;--gold: #f6c445;--gold-soft: #ffd978;--stem: #7fb069;--stem-deep: #a3cc8a;--stem-pale: rgba(255, 255, 255, .12);--shadow: 0 2px 14px rgba(0, 0, 0, .25), 0 12px 40px rgba(0, 0, 0, .22)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-body);color:var(--ink);background:var(--bg-1);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background-color .8s ease,color .8s ease}button{font:inherit;color:inherit;border:none;background:none;cursor:pointer}button:disabled{cursor:default}.app{position:relative;min-height:100dvh}.sky{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(120% 70% at 50% 0%,var(--glow) 0%,transparent 62%),linear-gradient(175deg,var(--bg-1) 0%,var(--bg-2) 100%);transition:background .9s ease}.wrap{position:relative;z-index:1;max-width:34rem;margin:0 auto;padding:2.75rem 1.25rem 3rem}.hero-greeting{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.hero-date{margin:.35rem 0 1.5rem;font-family:var(--font-display);font-size:clamp(1.95rem,8vw,2.6rem);font-weight:400;line-height:1.12;letter-spacing:-.015em}.progress-track{height:7px;border-radius:99px;background:var(--stem-pale);overflow:hidden}.progress-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,var(--stem) 0%,var(--gold-soft) 78%,var(--gold) 100%)}.progress-meta{display:flex;align-items:baseline;gap:.5rem;margin-top:.5rem;font-size:.8125rem}.progress-pct{font-weight:700;color:var(--gold)}.progress-note{color:var(--ink-soft)}.letter{margin:1.75rem 0 0;padding:1.4rem 1.35rem 1.1rem;border:1px solid var(--surface-line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.letter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}.letter-slot{display:inline-flex;align-items:center;gap:.4rem;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint)}.letter-icon{font-size:.875rem}.letter-body{margin:0 0 .85rem;font-family:var(--font-display);font-size:clamp(1.0625rem,4.4vw,1.1875rem);font-weight:400;line-height:1.62;letter-spacing:-.005em}.letter-body:last-of-type{margin-bottom:.35rem}.slot-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;padding-top:.9rem;border-top:1px solid var(--surface-line)}.slot-chip{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem .25rem;border-radius:12px;font-size:.6875rem;font-weight:600;color:var(--ink-faint);transition:background-color .2s ease,color .2s ease}.slot-chip.is-open{color:var(--ink-soft)}.slot-chip.is-open:hover{background:var(--stem-pale)}.slot-chip.is-active{background:var(--stem-pale);color:var(--gold)}.slot-chip.is-shut{opacity:.55}.chip-icon{font-size:.9375rem;line-height:1}.counters{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;margin:1.5rem 0 2.5rem}@media (min-width: 30rem){.counters{grid-template-columns:repeat(3,1fr)}}.tile{padding:.95rem .85rem .85rem;border:1px solid var(--surface-line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow)}.tile.is-wide{grid-column:1 / -1}.tile-value{display:block;font-family:var(--font-display);font-size:1.85rem;font-weight:500;line-height:1;color:var(--gold);font-variant-numeric:tabular-nums}.tile-label{display:block;margin-top:.3rem;font-size:.8125rem;font-weight:600}.tile-hint{display:block;margin-top:.1rem;font-size:.6875rem;line-height:1.4;color:var(--ink-faint)}.garden-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.7rem}.section-title{margin:0;font-family:var(--font-display);font-size:1.25rem;font-weight:400}.garden-grown{font-size:.75rem;font-weight:700;letter-spacing:.06em;color:var(--gold)}.garden-frame{border:1px solid var(--surface-line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow);line-height:0}.garden{display:block;width:100%;height:auto}.stars circle{animation:twinkle 4.5s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.25}50%{opacity:1}}.garden-label text{paint-order:stroke fill}.lbl-kicker{font-family:var(--font-body);font-size:7.5px;font-weight:700;letter-spacing:1.3px}.lbl-date{font-family:var(--font-display);font-size:15px;font-weight:500}.lbl-pos{font-family:var(--font-body);font-size:10px;font-weight:600}.head.is-readable{cursor:pointer}.head.is-readable:hover{filter:brightness(1.12)}.garden-change{margin:.8rem 0 0;text-align:center;font-family:var(--font-display);font-size:.9375rem;line-height:1.45;color:var(--ink)}.garden-change strong{font-weight:600;color:var(--gold)}.garden-caption{display:flex;justify-content:center;gap:.45rem;margin:.35rem 0 0;font-size:.75rem;color:var(--ink-faint);font-variant-numeric:tabular-nums}.garden-dot{opacity:.5}.bloom-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.35rem;margin:1rem 0 0;padding:0;list-style:none}@media (min-width: 30rem){.bloom-list{grid-template-columns:repeat(3,1fr)}}.bloom-row{display:flex;align-items:center;gap:.35rem;width:100%;padding:.45rem .55rem;border:1px solid var(--surface-line);border-radius:12px;background:var(--surface);text-align:left}.bloom-row.is-bloomed{border-color:var(--gold-soft)}.bloom-row:disabled{opacity:.62}.bloom-mark{font-size:.875rem;line-height:1}.bloom-date{font-size:.75rem;font-weight:700}.bloom-state{flex:1;font-size:.625rem;color:var(--ink-faint);text-align:right}.bloom-row.is-bloomed .bloom-state{color:var(--gold)}.strip-section{margin-top:2.25rem}.strip{display:flex;gap:.35rem;margin-top:.7rem;padding-bottom:.4rem;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.strip-day{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.1rem;width:2.75rem;padding:.45rem 0;border:1px solid var(--surface-line);border-radius:12px;background:var(--surface)}.strip-day.is-today{border-color:var(--gold-soft);background:linear-gradient(160deg,var(--stem-pale),var(--surface))}.strip-dow{font-size:.5625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint)}.strip-num{font-family:var(--font-display);font-size:1rem;font-variant-numeric:tabular-nums}.strip-day.is-today .strip-num{color:var(--gold)}.sunflower .petal{fill:var(--gold-soft)}.sunflower .core{fill:#6b4423}.sunflower .core-inner{fill:#4a2e17}.sunflower .bud-outer{fill:var(--stem)}.sunflower .bud-inner{fill:var(--stem-deep);opacity:.6}.sunflower.is-dim{opacity:.5}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#1e160a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sheet{position:fixed;z-index:21;left:0;right:0;bottom:0;max-height:82dvh;display:flex;flex-direction:column;border-radius:24px 24px 0 0;background:var(--bg-1);box-shadow:0 -8px 40px #00000038}@media (min-width: 34rem){.sheet{left:50%;right:auto;width:34rem;transform:translate(-50%)}}.sheet-grip{width:38px;height:4px;margin:.65rem auto 0;border-radius:99px;background:var(--stem-pale);flex:none}.sheet-head{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.25rem .75rem;flex:none}.sheet-head h3{margin:0;font-family:var(--font-display);font-size:1.15rem;font-weight:400}.sheet-close{width:32px;height:32px;border-radius:50%;font-size:1.4rem;line-height:1;color:var(--ink-soft)}.sheet-body{overflow-y:auto;padding:0 1.25rem 2.25rem;-webkit-overflow-scrolling:touch}.sheet-letter+.sheet-letter{margin-top:1.35rem;padding-top:1.35rem;border-top:1px solid var(--surface-line)}.sheet-slot{display:block;margin-bottom:.35rem;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint)}.sheet-letter p{margin:0 0 .6rem;font-family:var(--font-display);font-size:1rem;line-height:1.6}.sheet-empty{color:var(--ink-soft);font-size:.9375rem}.petal-fall{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;overflow:hidden;pointer-events:none}.falling-petal{position:absolute;top:0;border-radius:50%/60% 60% 40% 40%;background:linear-gradient(160deg,var(--gold-soft),var(--gold));opacity:.72}.foot{margin-top:2.5rem;text-align:center;font-family:var(--font-display);font-size:.875rem;color:var(--ink-faint)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.petal-fall{display:none}}
