*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--brand:#2d8f4c;--brand-hover:#237a3e;--brand-light:#e8f5e9;--brand-lighter:#f1f8e9;--brand-dark:#1b5e20;--warm:#d4a574;--warm-light:#f5ede0;--bg:#faf8f5;--surface:#fff;--surface-hover:#f7f5f0;--surface-border:#eae6df;--text:#1f2937;--text-secondary:#6b7280;--muted:#9ca3af;--radius:12px;--radius-sm:8px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000012;--shadow-lg:0 10px 30px #0000001a;--font-sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--success:#4caf50;--warning:#ffa726;--danger:#ef5350;--transition:.2s ease;--transition-slow:.35s ease}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-subtle{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes spinner{to{transform:rotate(360deg)}}@keyframes progress-pulse{0%,to{opacity:.6}50%{opacity:1}}@media (prefers-reduced-motion:no-preference){.animate-fade-up{animation:.55s ease-out both fade-up}.animate-fade-in{animation:.4s ease-out both fade-in}.animate-scale-in{animation:.35s ease-out both scale-in}.animate-slide-in-right{animation:.35s ease-out both slide-in-right}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}.card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--surface-border);transition:box-shadow var(--transition), transform var(--transition)}.card-hover:hover{box-shadow:var(--shadow-md)}@media (prefers-reduced-motion:no-preference){.card-hover:hover{transform:translateY(-2px)}}.btn{font-family:var(--font-sans);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition), transform .15s, box-shadow var(--transition);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;line-height:1.4;display:inline-flex}.btn:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-hover)}.btn-secondary{background:var(--brand-light);color:var(--brand-dark)}.btn-secondary:hover{background:#c8e6c9}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-ghost:hover{background:var(--surface-hover);color:var(--text)}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.loading-wrap{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-spinner{border:3px solid var(--surface-border);border-top-color:var(--brand);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spinner}.hero{color:#fff;align-items:center;min-height:88vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background:linear-gradient(160deg,#1a3a2a 0%,#2d8f4c 55%,#388e3c 100%);position:absolute;inset:0}.hero-bg:after{content:"";pointer-events:none;background:radial-gradient(80% 60% at 70% 90%,#d4a57426 0%,#0000 70%);position:absolute;inset:0}.hero-content{z-index:2;max-width:640px;padding:var(--space-3xl,4rem) 0;position:relative}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);letter-spacing:.03em;background:#ffffff24;border:1px solid #ffffff1a;margin-bottom:1.5rem;padding:.375rem 1.125rem;font-size:.8125rem;font-weight:500;display:inline-block}.hero-title{letter-spacing:-.025em;margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.08}.hero-accent{color:#fffc;font-weight:600}.hero-subtitle{opacity:.9;max-width:520px;margin-bottom:2rem;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.55}.hero-cta{border-radius:var(--radius);color:var(--brand-dark);background:#fff;padding:.875rem 2.25rem;font-size:1.0625rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #00000026}.hero-cta:hover{background:#fffffff2;transform:translateY(-1px);box-shadow:0 6px 24px #0003}.hero-leaf{color:#fff;z-index:1;pointer-events:none;opacity:.5;width:min(48vw,480px);position:absolute;bottom:-8%;right:-4%}.app-section{padding:2rem 0 4rem}.tab-nav{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius);gap:.25rem;margin-bottom:2rem;padding:.375rem;display:flex;overflow-x:auto}.tab-btn{border-radius:var(--radius-sm);min-width:0;font-family:var(--font-sans);color:var(--text-secondary);cursor:pointer;transition:background var(--transition), color var(--transition);white-space:nowrap;background:0 0;border:none;flex:1;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;display:flex}.tab-btn:hover{background:var(--surface-hover);color:var(--text)}.tab-btn:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.tab-active{font-weight:600;background:var(--brand-light)!important;color:var(--brand-dark)!important}.tab-badge{border-radius:var(--radius-full);background:var(--brand);color:#fff;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.75rem;font-weight:600;display:inline-flex}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.section-header h2{color:var(--text);font-size:1.5rem;font-weight:700}.section-subtitle{color:var(--text-secondary);margin-top:.25rem;font-size:.9375rem}.herb-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,340px),1fr));gap:1rem;display:grid}.herb-card{flex-direction:column;gap:.875rem;padding:1.25rem;display:flex}.herb-card-header{align-items:center;gap:.75rem;display:flex}.herb-emoji{background:var(--brand-lighter);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.75rem;line-height:1;display:flex}.herb-card-info{flex:1;min-width:0}.herb-name{color:var(--text);font-size:1.0625rem;font-weight:600}.herb-latin{color:var(--muted);font-size:.8125rem;font-style:italic}.herb-card-price{color:var(--brand);white-space:nowrap;font-size:1rem;font-weight:600}.herb-desc{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.herb-tags{flex-wrap:wrap;gap:.5rem;display:flex}.herb-tag{border-radius:var(--radius-full);background:var(--surface-hover);color:var(--text-secondary);align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500;display:inline-flex}.herb-card-actions{border-top:1px solid var(--surface-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.5rem;display:flex}.toggle{cursor:pointer;align-items:center;gap:.625rem;display:inline-flex}.toggle input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{background:var(--surface-border);width:44px;height:24px;transition:background var(--transition);border-radius:12px;flex-shrink:0;position:relative}.toggle-slider:after{content:"";width:20px;height:20px;transition:transform var(--transition);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0000001f}.toggle input:checked+.toggle-slider{background:var(--brand)}.toggle input:checked+.toggle-slider:after{transform:translate(20px)}.toggle input:focus-visible+.toggle-slider{outline:2px solid var(--brand);outline-offset:2px}.toggle-label{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.toggle input:checked~.toggle-label{color:var(--brand);font-weight:600}.quantity-selector{background:var(--surface-hover);border-radius:var(--radius-sm);align-items:center;gap:.375rem;padding:.125rem;display:inline-flex}.quantity-value{text-align:center;min-width:1.25rem;color:var(--text);font-size:.9375rem;font-weight:600}.quantity-label{color:var(--muted);margin-left:.125rem;font-size:.75rem}.box-summary{background:var(--brand-light);border-radius:var(--radius);flex-direction:column;gap:.5rem;margin-top:1.5rem;padding:1.25rem 1.5rem;display:flex}.box-summary-row{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.9375rem;display:flex}.box-summary-row strong{color:var(--text);font-size:1.0625rem}.box-summary-total{border-top:1px solid #00000014;padding-top:.5rem}.box-summary-total span{color:var(--text);font-weight:600}.box-summary-total strong{color:var(--brand-dark);font-size:1.25rem}.empty-state{text-align:center;padding:3rem 1.5rem}.empty-icon{margin-bottom:1rem;font-size:3rem;display:block}.empty-title{color:var(--text);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.empty-desc{color:var(--text-secondary);max-width:380px;margin:0 auto;font-size:.9375rem;line-height:1.5}.plan-filter-bar{flex-wrap:wrap;gap:.375rem;margin-bottom:1.5rem;display:flex}.plan-filter-btn{border:1px solid var(--surface-border);border-radius:var(--radius-full);font-family:var(--font-sans);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);background:0 0;padding:.375rem .875rem;font-size:.8125rem;font-weight:500}.plan-filter-btn:hover{background:var(--surface-hover);color:var(--text)}.plan-filter-btn:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.plan-filter-active{background:var(--brand)!important;border-color:var(--brand)!important;color:#fff!important}.plan-cards{flex-direction:column;gap:1rem;display:flex}.plan-card{padding:1.25rem}.plan-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.plan-card-left{align-items:center;gap:.75rem;display:flex}.plan-card-name{font-size:1.0625rem;font-weight:600}.plan-card-days{color:var(--text-secondary);background:var(--surface-hover);border-radius:var(--radius-full);padding:.25rem .625rem;font-size:.8125rem;font-weight:500}.plan-card-location{gap:.25rem;display:flex}.loc-btn{border:1px solid var(--surface-border);border-radius:var(--radius-sm);font-size:.75rem;font-family:var(--font-sans);color:var(--muted);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:0 0;padding:.375rem .5rem}.loc-btn:hover{border-color:var(--brand);color:var(--text)}.loc-btn:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.loc-btn-selected{background:var(--brand-light);border-color:var(--brand);color:var(--brand-dark);font-weight:500}.stage-progress{width:100%}.stage-track-wrap{background:var(--surface-border);border-radius:2px;height:4px;margin-bottom:.625rem;position:relative}.stage-fill{background:var(--brand);height:100%;transition:width var(--transition-slow);border-radius:2px;position:absolute;top:0;left:0}.stage-dots{justify-content:space-between;display:flex}.stage-dot{cursor:pointer;transition:transform var(--transition);background:0 0;border:none;flex-direction:column;align-items:center;gap:.25rem;padding:.25rem .125rem;display:flex;position:relative}.stage-dot:hover{transform:translateY(-2px)}.stage-dot:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}.stage-dot-circle{background:var(--surface);border:2.5px solid var(--surface-border);width:18px;height:18px;transition:all var(--transition);border-radius:50%;position:relative}.stage-dot-active .stage-dot-circle{background:var(--brand);border-color:var(--brand)}.stage-dot-current .stage-dot-circle{animation:2s ease-in-out infinite pulse-subtle;box-shadow:0 0 0 4px #2d8f4c26}.stage-dot-label{color:var(--muted);white-space:nowrap;transition:color var(--transition);font-size:.625rem;font-weight:500}.stage-dot-active .stage-dot-label{color:var(--text-secondary);font-weight:600}.stage-dot-current .stage-dot-label{color:var(--brand-dark);font-weight:700}.stage-place-btn{align-self:flex-start;margin-top:.75rem}.calendar-section{margin-top:2rem}.calendar-section-title{margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.calendar-section-sub{color:var(--text-secondary);margin-bottom:1rem;font-size:.875rem}.calendar-scroll{-webkit-overflow-scrolling:touch;padding-bottom:.5rem;overflow-x:auto}.calendar-grid{grid-template-columns:130px repeat(12,minmax(36px,1fr));gap:3px;min-width:500px;display:grid}.calendar-header{text-align:center;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:.5rem .25rem;font-size:.6875rem;font-weight:600}.calendar-header-current{color:var(--brand-dark);background:var(--brand-lighter);font-weight:700}.calendar-label-cell{white-space:nowrap;align-items:center;gap:.375rem;padding:.375rem .5rem;font-size:.8125rem;font-weight:500;display:flex;overflow:hidden}.calendar-cell{aspect-ratio:1;background:var(--surface-hover);width:100%;min-height:28px;transition:background var(--transition);border-radius:4px}.calendar-cell-harvest{background:var(--brand);opacity:.35}.calendar-cell-active{opacity:1}.calendar-legend{color:var(--text-secondary);align-items:center;gap:1rem;margin-top:1rem;font-size:.8125rem;display:flex}.calendar-legend-item{align-items:center;gap:.375rem;display:flex}.calendar-legend-swatch{border-radius:3px;width:14px;height:14px}.calendar-legend-swatch-harvest{background:var(--brand);opacity:.5}.calendar-legend-swatch-current{background:var(--brand-lighter);border:1px solid var(--brand)}.app-footer{border-top:1px solid var(--surface-border);background:var(--surface);padding:2rem 0}.app-footer p{color:var(--muted);text-align:center;font-size:.8125rem}@media (max-width:768px){.hero-title{font-size:clamp(2rem,7vw,2.75rem)}.hero-subtitle{font-size:1rem}.hero{min-height:70vh}.hero-leaf{width:min(60vw,300px);bottom:-5%;right:-10%}.tab-btn{padding:.625rem .75rem;font-size:.8125rem}.herb-grid{grid-template-columns:1fr}.plan-card-header{flex-direction:column;align-items:flex-start}.calendar-grid{grid-template-columns:100px repeat(12,minmax(30px,1fr))}}@media (max-width:480px){.hero-badge{font-size:.75rem}.hero-cta{width:100%}.herb-card-actions{flex-direction:column;align-items:flex-start}.section-header{flex-direction:column}.stage-dot-label{font-size:.5625rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}
