:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fffaf0;--surface:#fff;--surface-soft:#f4f7ee;--text:#21352b;--muted:#65756d;--brand:#2d7650;--brand-strong:#205c3d;--brand-soft:#dcebdd;--accent:#f2b84b;--accent-soft:#fff0c9;--peach:#ffe2c5;--danger:#b84c43;--border:#e4e8dc;--radius-sm:14px;--radius:22px;--radius-lg:32px;--shadow:0 10px 30px #2f4f3b14;--shadow-hover:0 16px 38px #2f4f3b24}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#121b16;--surface:#1b2821;--surface-soft:#223229;--text:#f1f6ee;--muted:#a9b8ae;--brand:#72c895;--brand-strong:#92d9ab;--brand-soft:#274936;--accent:#f1bd58;--accent-soft:#493c21;--peach:#4c3326;--danger:#ed8178;--border:#314239;--shadow:0 10px 30px #00000038;--shadow-hover:0 18px 42px #00000057}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 80%, white);outline-offset:3px}.app{flex-direction:column;min-height:100vh;display:flex}.topbar{z-index:20;background:color-mix(in srgb, var(--bg) 88%, transparent);border-bottom:1px solid color-mix(in srgb, var(--border) 75%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);align-items:center;gap:1.5rem;min-height:76px;padding:.7rem max(1.25rem,50vw - 560px);display:flex;position:sticky;top:0}.brand{color:var(--text);align-items:center;gap:.65rem;min-width:145px;text-decoration:none;display:flex}.brand-mark{color:#fff;background:var(--brand);border-radius:15px;place-items:center;width:42px;height:42px;display:grid;transform:rotate(-3deg)}.brand-mark svg{width:27px;height:27px}.brand>span:last-child{flex-direction:column;line-height:1.05;display:flex}.brand strong{letter-spacing:-.02em;font:800 1.25rem Nunito,sans-serif}.brand small{color:var(--muted);letter-spacing:.03em;margin-top:.22rem;font-size:.7rem;font-weight:600}.desktop-nav{justify-content:center;align-items:center;gap:.25rem;margin:auto;display:flex}.desktop-nav a{min-height:44px;color:var(--muted);border-radius:14px;align-items:center;gap:.48rem;padding:.55rem .8rem;font-size:.91rem;font-weight:600;text-decoration:none;display:flex}.desktop-nav a:hover{color:var(--brand);background:var(--surface-soft)}.desktop-nav a.active{color:var(--brand-strong);background:var(--brand-soft)}.nav-icon{place-items:center;width:20px;height:20px;display:grid}.nav-icon svg{width:20px;height:20px}.theme-toggle{border:1px solid var(--border);width:44px;height:44px;color:var(--text);background:var(--surface);cursor:pointer;border-radius:15px;flex:0 0 44px;place-items:center;display:grid;box-shadow:0 3px 10px #2846320d}.theme-toggle:hover{border-color:var(--accent);transform:translateY(-1px)}.theme-toggle svg{width:21px;height:21px}.bottom-nav{display:none}main{flex:1;width:min(1120px,100% - 2.5rem);margin:2.3rem auto 5rem}h1,h2,h3{letter-spacing:-.025em;font-family:ui-rounded,Segoe UI Rounded,system-ui,sans-serif;line-height:1.15}h1{margin:0 0 .75rem;font-size:clamp(2rem,5vw,3.2rem)}h2{font-size:1.25rem}p{margin:.45rem 0 1rem}.muted{color:var(--muted);font-size:.92rem}.eyebrow{color:var(--brand);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.55rem;font-size:.74rem;font-weight:800;display:inline-block}.welcome-panel{border-radius:var(--radius-lg);background:linear-gradient(125deg, var(--brand-soft), color-mix(in srgb, var(--accent-soft) 80%, var(--surface)));min-height:330px;box-shadow:var(--shadow);grid-template-columns:minmax(0,1.3fr) minmax(240px,.7fr);padding:clamp(2rem,5vw,4.2rem);display:grid;position:relative;overflow:hidden}.welcome-panel>div:first-child{z-index:2;max-width:600px;position:relative}.welcome-panel h1{max-width:540px}.welcome-panel p{max-width:560px;color:color-mix(in srgb, var(--text) 75%, var(--muted));font-size:1.08rem}.welcome-panel .btn{margin-top:.6rem}.sunny-art{min-height:210px;position:relative}.sun-orb{background:var(--accent);width:140px;height:140px;box-shadow:0 0 0 18px color-mix(in srgb, var(--accent) 15%, transparent);border-radius:50%;position:absolute;top:-8%;right:2%}.leaf{z-index:2;filter:drop-shadow(0 12px 12px #264b3126);position:absolute}.leaf-one{font-size:7rem;bottom:8px;left:17%;transform:rotate(-12deg)}.leaf-two{font-size:5rem;bottom:15%;right:2%;transform:rotate(15deg)}.pot{background:#d88a55;border-radius:10px 10px 45px 45px;width:125px;height:85px;position:absolute;bottom:-20px;left:29%;box-shadow:inset 0 9px #683c2429}.section-heading{justify-content:space-between;align-items:end;gap:1rem;margin:2.7rem 0 1.2rem;display:flex}.section-heading h2{margin:0;font-size:1.65rem}.section-heading .eyebrow{margin-bottom:.35rem}.btn{background:var(--brand);color:#fff;cursor:pointer;min-height:46px;box-shadow:0 7px 18px color-mix(in srgb, var(--brand) 22%, transparent);border:0;border-radius:15px;justify-content:center;align-items:center;gap:.45rem;padding:.65rem 1.1rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex}.btn:hover{box-shadow:0 10px 22px color-mix(in srgb, var(--brand) 28%, transparent);transform:translateY(-2px)}.btn:active{transform:scale(.97)}.btn.popped{animation:.45s btn-pop}@keyframes btn-pop{0%{transform:scale(1)}45%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.results,.journal-list-item,.pest-card,.care-fact{animation:.35s both fade-up}.btn.sun{background:var(--accent);color:#28382f;box-shadow:0 7px 18px #c3841f2e}.btn.secondary{background:var(--surface);color:var(--text);border:1px solid var(--border);box-shadow:none}.btn.danger{background:var(--danger)}.btn[disabled]{opacity:.55;cursor:not-allowed;transform:none}.text-link{color:var(--brand);font-weight:700;text-decoration:none}.plant-grid,.grid{grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:1.15rem;display:grid}.plant-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-height:270px;color:inherit;box-shadow:var(--shadow);flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.plant-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.plant-visual{background:linear-gradient(145deg, var(--surface-soft), var(--brand-soft));place-items:center;min-height:155px;display:grid;position:relative;overflow:hidden}.plant-visual span{z-index:2;filter:drop-shadow(0 10px 9px #28503229);font-size:5.5rem}.plant-visual img{z-index:2;object-fit:cover;width:100%;height:100%;position:relative}.plant-visual i{background:color-mix(in srgb, var(--brand) 12%, transparent);border-radius:50%;width:130px;height:60px;position:absolute;bottom:-30px}.plant-card-body{justify-content:space-between;align-items:end;gap:.75rem;padding:1rem 1.1rem 1.15rem;display:flex}.plant-card h2{margin:0;font-size:1.15rem}.plant-card p{color:var(--muted);margin:.2rem 0 0;font-size:.84rem}.care-pill,.badge{background:var(--brand-soft);color:var(--brand-strong);border-radius:99px;flex-shrink:0;align-items:center;gap:.35rem;padding:.3rem .62rem;font-size:.72rem;font-weight:700;display:inline-flex}.care-pill i{background:currentColor;border-radius:50%;width:7px;height:7px}.care-pill.due{background:var(--accent-soft);color:#805a15}.care-pill.soon,.badge-warn{background:var(--peach);color:#8a552e}.care-pill.neutral,.badge-low{background:var(--surface-soft);color:var(--muted)}.empty-garden{border:1px dashed color-mix(in srgb, var(--brand) 35%, var(--border));border-radius:var(--radius);text-align:center;background:color-mix(in srgb, var(--surface) 76%, transparent);flex-direction:column;align-items:center;padding:2.2rem;display:flex}.empty-illustration{background:var(--brand-soft);border-radius:50%;place-items:center;width:112px;height:112px;margin-bottom:.25rem;font-size:4.7rem;display:grid}.empty-garden h2{margin:.6rem 0 .15rem;font-size:1.45rem}.empty-garden p{max-width:450px;color:var(--muted)}.empty-garden .text-link{margin-top:.9rem}.helper-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.2rem;display:grid}.helper-card{border-radius:var(--radius);min-height:92px;color:var(--text);grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;padding:1rem 1.2rem;text-decoration:none;display:grid}.helper-card.peach{background:var(--peach)}.helper-card.sage{background:var(--brand-soft)}.helper-card strong,.helper-card small{display:block}.helper-card small{color:var(--muted);margin-top:.15rem}.helper-icon{background:color-mix(in srgb, var(--surface) 65%, transparent);width:46px;height:46px;color:var(--brand);border-radius:15px;place-items:center;font-size:1.35rem;font-weight:800;display:grid}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:inherit;box-shadow:var(--shadow);padding:1.25rem;text-decoration:none}.card h2{margin:0 0 .35rem}.badge{background:var(--brand);color:#fff}section.card+section.card{margin-top:1rem}form{flex-direction:column;gap:1rem;max-width:520px;display:flex}fieldset{border:1px solid var(--border);border-radius:var(--radius-sm);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.8rem;padding:1rem;display:grid}legend{padding:0 .4rem;font-weight:800}label{color:var(--text);flex-direction:column;gap:.38rem;font-size:.88rem;font-weight:700;display:flex}input,select,textarea{border:1px solid var(--border);background:var(--surface);width:100%;min-height:48px;color:var(--text);border-radius:13px;padding:.65rem .8rem}textarea{resize:vertical;min-height:94px}input:focus,select:focus,textarea:focus{border-color:var(--brand)}.checks{flex-direction:column;grid-column:1/-1;gap:.55rem;display:flex}label.check{flex-direction:row;align-items:center;gap:.65rem;min-height:38px;font-weight:500}label.check input{width:20px;min-height:20px;accent-color:var(--brand)}.actions{flex-wrap:wrap;gap:.7rem;display:flex}.diagnoses{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.diagnosis{border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:.45rem;padding:1rem;display:flex}.diagnosis-head{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.treatment{margin:0;padding-left:1.25rem;font-size:.9rem}.modifier-list{color:var(--muted);padding:0;font-size:.85rem;list-style:none}table{border-collapse:collapse;border-radius:var(--radius-sm);background:var(--surface);width:100%;overflow:hidden}th,td{border-bottom:1px solid var(--border);text-align:left;padding:.75rem}th{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem}.page-intro{text-align:center;max-width:620px;margin:0 auto 1.4rem}.page-intro h1{margin-bottom:.35rem}.page-intro p{color:var(--muted)}.setup-page{max-width:720px;margin:0 auto}.stepper{grid-template-columns:repeat(3,1fr);gap:.5rem;margin:0 0 1rem;padding:0;list-style:none;display:grid}.stepper li{color:var(--muted);align-items:center;gap:.48rem;font-size:.78rem;font-weight:700;display:flex}.stepper span{background:var(--surface-soft);border-radius:50%;place-items:center;width:26px;height:26px;font-size:.75rem;display:grid}.stepper .active{color:var(--brand-strong)}.stepper .active span{background:var(--brand);color:#fff}.stepper .done span{background:var(--brand-soft);color:var(--brand-strong)}.setup-card{flex-direction:column;gap:1rem;padding:clamp(1.2rem,4vw,2rem);display:flex}.setup-card h2{margin:0;font-size:1.55rem}.photo-picker{border-radius:var(--radius-sm);background:var(--surface-soft);align-items:center;gap:1rem;min-height:112px;padding:1rem;display:flex}.photo-picker>span,.photo-picker img{background:var(--brand-soft);object-fit:cover;border-radius:50%;flex:0 0 84px;place-items:center;width:84px;height:84px;font-size:3.5rem;display:grid}.photo-button{border:1px solid var(--border);background:var(--surface);min-height:42px;color:var(--brand);cursor:pointer;border-radius:13px;justify-content:center;align-items:center;padding:.55rem .85rem;font-weight:700;display:inline-flex;position:relative}.photo-button input{opacity:0;cursor:pointer;width:100%;min-height:0;position:absolute;inset:0}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.species-options{border:1px solid var(--border);border-radius:var(--radius-sm);max-height:340px;display:grid;overflow:auto}.species-options button{border:0;border-bottom:1px solid var(--border);width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;grid-template-columns:28px 1fr auto;align-items:center;gap:.55rem;padding:.75rem .85rem;display:grid}.species-options button:last-child{border-bottom:0}.species-options button:hover,.species-options button.selected{background:var(--brand-soft)}.species-options button>span:first-child{font-size:1.15rem}.species-options small{color:var(--muted);font-size:.75rem;display:block}.species-options b{color:var(--brand-strong)}.optional{color:var(--muted);font-size:.75rem;font-weight:500}.setup-actions{justify-content:space-between;gap:.75rem;margin-top:.25rem;display:flex}.setup-actions .btn:last-child{margin-left:auto}.form-error{color:var(--danger);margin:0;font-size:.9rem;font-weight:700}.identify-card{border:1px dashed var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);flex-direction:column;gap:.6rem;margin-bottom:1.1rem;padding:1rem;display:flex}.identify-row{align-items:center;gap:.85rem;display:flex}.identify-row>span{flex:none;font-size:1.5rem}.identify-row>div{flex:auto}.identify-row p{margin:.15rem 0 0}.identify-button{flex:none}.identify-result{color:var(--muted);margin:0}.identify-result.warn{color:var(--brand-strong)}.health-bridge{margin-top:.85rem}.health-bridge>div{flex:auto}.health-bridge p{margin:.2rem 0 .55rem}.pest-card{border:1px solid var(--accent);border-radius:var(--radius-sm);background:var(--accent-soft);gap:.9rem;margin-top:.85rem;padding:1rem;display:flex}.pest-icon{background:var(--surface);width:44px;height:44px;box-shadow:var(--shadow);border-radius:14px;flex:0 0 44px;place-items:center;font-size:1.4rem;display:grid}.pest-card>div{flex:auto;min-width:0}.pest-head{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.pest-head strong{font-size:1.05rem}.pest-card .muted{margin:.25rem 0 .6rem}.pest-card .treatment{margin:0;padding-left:1.2rem}.plant-page{max-width:930px;margin:0 auto}.back-link,.delete-link{color:var(--brand);cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.back-link{margin-bottom:1.1rem}.plant-hero{grid-template-columns:125px minmax(0,1fr) auto;align-items:center;gap:1.2rem;margin-bottom:1.2rem;display:grid}.plant-avatar{background:linear-gradient(145deg, var(--surface-soft), var(--brand-soft));width:125px;height:125px;box-shadow:var(--shadow);border-radius:34px;place-items:center;font-size:4rem;display:grid;overflow:hidden}.plant-avatar img{object-fit:cover;width:100%;height:100%}.plant-title h1{margin:0}.plant-title p{color:var(--muted);margin:.3rem 0 0}.plant-title .eyebrow{margin:0 0 .25rem}.edit-card{flex-direction:column;gap:1rem;margin-bottom:1.2rem;display:flex}.care-overview{grid-template-columns:minmax(0,1.5fr) repeat(2,minmax(160px,1fr));gap:1rem;display:grid}.care-highlight{border-radius:var(--radius);background:linear-gradient(135deg, var(--brand-soft), var(--accent-soft));padding:1.45rem}.care-highlight h2{margin:0;font-size:1.65rem}.care-highlight p{color:var(--muted)}.care-fact{border-radius:var(--radius);background:var(--surface);min-height:170px;box-shadow:var(--shadow);flex-direction:column;justify-content:space-between;padding:1.3rem;display:flex}.care-fact>span{font-size:1.6rem}.care-fact small,.care-fact strong{display:block}.care-fact small{color:var(--muted);font-size:.78rem;font-weight:700}.care-fact strong{margin-top:.35rem;font-size:1rem}.care-details{border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--muted);margin-top:.85rem;padding:.85rem 1rem;font-size:.9rem}.care-details summary{color:var(--brand-strong);cursor:pointer;font-weight:700}.care-details .modifier-list{margin-bottom:0}.action-section,.history-section{margin-top:2.4rem}.action-section h2,.history-section h2{margin:0;font-size:1.5rem}.care-actions{flex-wrap:wrap;gap:.65rem;margin-top:1rem;display:flex}.care-actions .btn{text-transform:capitalize}.timeline{gap:.65rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.timeline li{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);grid-template-columns:42px 1fr auto;align-items:center;gap:.8rem;padding:.85rem;display:grid}.timeline li>span{background:var(--surface-soft);border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.timeline strong,.timeline small{display:block}.timeline small,.timeline time{color:var(--muted);font-size:.8rem}.timeline-empty{border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--muted);align-items:center;gap:.8rem;margin-top:1rem;padding:1rem;display:flex}.timeline-empty span{font-size:1.5rem}.timeline-empty p{margin:0}.notes-card{border-radius:var(--radius-sm);background:var(--peach);gap:.8rem;margin-top:1.2rem;padding:1rem 1.15rem;display:flex}.notes-card>span{font-size:1.4rem}.notes-card strong{display:block}.notes-card p{margin:.2rem 0 0}.delete-link{color:var(--danger);margin:2rem 0 0;display:block}.pet-badge{z-index:3;background:color-mix(in srgb, var(--surface) 88%, transparent);color:#8a552e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:99px;padding:.28rem .55rem;font-size:.7rem;font-weight:800;position:absolute;top:.65rem;right:.65rem}.weather-strip{flex-wrap:wrap;gap:.55rem;margin:1.1rem 0 0;display:flex}.weather-chip{border:1px solid var(--border);background:var(--surface);min-height:40px;color:var(--muted);border-radius:99px;align-items:center;gap:.35rem;padding:.45rem .85rem;font-size:.83rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 14px #2846320d}.weather-chip.warn{border-color:color-mix(in srgb, var(--accent) 45%, var(--border));background:var(--accent-soft);color:#805a15}.today-section{margin-top:1.4rem}.today-section .section-heading{margin-bottom:1rem}.today-list{gap:.7rem;display:grid}.today-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.today-card .btn{min-height:40px;padding:.5rem .85rem}.today-plant{align-items:center;gap:.8rem;min-width:0;display:flex}.today-avatar{background:var(--brand-soft);border-radius:15px;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:1.6rem;text-decoration:none;display:grid;overflow:hidden}.today-avatar img{object-fit:cover;width:100%;height:100%}.today-plant strong,.today-plant small{display:block}.today-plant small{color:var(--muted);margin-top:.12rem;font-size:.78rem}.today-actions{gap:.6rem;display:flex}.tomorrow-row{flex-wrap:wrap;gap:.6rem;display:flex}.tomorrow-chip{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:99px;align-items:center;gap:.5rem;padding:.45rem .85rem .45rem .5rem;font-size:.84rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 14px #2846320d}.tomorrow-chip img{object-fit:cover;border-radius:50%;width:26px;height:26px}.tomorrow-chip>span{font-size:1.1rem}.segmented{grid-template-columns:1fr 1fr;gap:.7rem;display:grid}.segmented button{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);cursor:pointer;text-align:left;align-items:center;gap:.75rem;padding:.9rem 1rem;display:flex}.segmented button:hover{border-color:var(--brand)}.segmented button.selected{border-color:var(--brand);background:var(--brand-soft)}.segmented button>span{font-size:1.5rem}.segmented button strong,.segmented button small{display:block}.segmented button small{color:var(--muted);margin-top:.1rem;font-size:.75rem;font-weight:500}.settings-panel{flex-direction:column;gap:1.4rem;max-width:720px;margin-bottom:1.4rem;display:flex}.settings-panel h2{margin:0;font-size:1.4rem}.settings-group{border-top:1px solid var(--border);padding-top:1.1rem}.settings-group h3{margin:0 0 .3rem;font-size:1.02rem}.settings-group .muted{margin:0 0 .8rem}.search-row{gap:.55rem;display:flex}.search-row input{flex:1}.place-results{margin:.6rem 0 0;padding:0;list-style:none}.place-results button{border:0;border-bottom:1px solid var(--border);background:var(--surface-soft);width:100%;color:var(--text);cursor:pointer;text-align:left;padding:.6rem .75rem}.place-results li:first-child button{border-radius:var(--radius-sm) var(--radius-sm) 0 0}.place-results li:last-child button{border-radius:0 0 var(--radius-sm) var(--radius-sm);border-bottom:0}.place-results button:hover{background:var(--brand-soft)}.manual-coords summary{color:var(--brand);cursor:pointer;font-size:.84rem;font-weight:700}.coord-row{gap:.55rem;margin-top:.6rem;display:flex}.coord-row input{flex:1}.discover-controls{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.area-panel{flex-direction:column;gap:1rem;margin-bottom:1.4rem;display:flex}.segmented-sm{background:var(--surface-soft);border-radius:99px;gap:.35rem;padding:.3rem;display:inline-flex}.segmented-sm button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:99px;padding:.45rem .9rem;font-size:.82rem;font-weight:700}.segmented-sm button.selected{background:var(--surface);color:var(--brand-strong);box-shadow:0 2px 8px #2846321f}.fit-list{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.fit-list li{border-radius:var(--radius-sm);background:var(--surface-soft);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.35rem 1rem;padding:.65rem .8rem;display:grid}.fit-list li a{font-weight:700}.fit-list .muted{grid-column:1/-1;font-size:.78rem}.fit-badge{white-space:nowrap;border-radius:99px;align-items:center;gap:.3rem;padding:.25rem .55rem;font-size:.7rem;font-weight:700;display:inline-flex}.fit-badge.great{background:var(--brand-soft);color:var(--brand-strong)}.fit-badge.ok{background:var(--accent-soft);color:#805a15}.fit-badge.tough{background:var(--peach);color:#8a552e}.area-note{margin:0;font-size:.78rem}.discover-search{flex:1;min-width:240px}.discover-search input{width:100%}.pet-safe-toggle{white-space:nowrap;flex-direction:row;align-items:center;gap:.55rem;min-height:48px;padding:0 .2rem}.pet-safe-toggle input{width:20px;min-height:20px;accent-color:var(--brand)}.pet-flag{white-space:nowrap;border-radius:99px;align-items:center;gap:.3rem;padding:.25rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.pet-flag.safe{background:var(--brand-soft);color:var(--brand-strong)}.pet-flag.toxic{background:var(--peach);color:#8a552e}.loc-badge{border-radius:99px;align-items:center;gap:.3rem;margin-left:.5rem;padding:.25rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.loc-badge.in{background:var(--brand-soft);color:var(--brand-strong)}.loc-badge.out{background:var(--accent-soft);color:#805a15}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.weather-alerts{gap:.6rem;margin-top:1.1rem;display:grid}.alert{border-radius:var(--radius-sm);align-items:start;gap:.6rem;margin:0;padding:.85rem 1rem;display:flex}.alert.peach{background:var(--peach)}.alert.sage{background:var(--brand-soft)}.alert>span{flex:none}.journal-actions{flex-wrap:wrap;gap:.6rem;display:flex}.journal-add{cursor:pointer;position:relative;overflow:hidden}.journal-add input{opacity:0;cursor:pointer;width:100%;min-height:0;position:absolute;inset:0}.journal-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.85rem;margin-top:1rem;display:grid}.journal-entry{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);margin:0;position:relative;overflow:hidden}.journal-entry img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.journal-entry figcaption{z-index:1;background:color-mix(in srgb, var(--surface) 88%, transparent);color:var(--text);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:99px;padding:.18rem .5rem;font-size:.7rem;font-weight:700;position:absolute;bottom:.5rem;left:.5rem}.journal-delete{z-index:2;background:color-mix(in srgb, var(--surface) 88%, transparent);width:30px;height:30px;color:var(--danger);cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:0;border-radius:50%;place-items:center;font-size:.85rem;display:grid;position:absolute;top:.45rem;right:.45rem}.journal-delete:hover{background:var(--peach)}.journal-composer{gap:.55rem;margin-top:1rem;display:flex}.journal-composer>span{background:var(--accent-soft);border-radius:14px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:1.1rem;display:grid}.journal-composer input{flex:1;min-width:0}.journal-list{gap:.85rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.journal-list-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow);padding:1rem;position:relative}.journal-entry-head{align-items:center;gap:.55rem;margin-bottom:.6rem;display:flex}.journal-entry-head>span{font-size:1.05rem}.journal-entry-head time{color:var(--muted);font-size:.8rem;font-weight:700}.journal-entry-head .journal-delete{width:28px;height:28px;margin-left:auto;position:static}.journal-note{border-left:3px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--surface-soft);margin:.6rem 0 0;padding:.55rem .7rem;font-size:.92rem}.journal-edit{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0 .25rem;font-size:.8rem}.journal-edit:hover{color:var(--brand)}.journal-note-add{border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;background:0 0;width:100%;margin:.6rem 0 0;padding:.4rem;font-size:.82rem;display:block}.journal-note-add:hover{border-color:var(--brand);color:var(--brand)}.journal-note-edit{gap:.45rem;margin-top:.6rem;display:flex}.journal-note-edit input{flex:1;min-width:0;padding:.5rem .65rem}.journal-comments{gap:.45rem;margin:.7rem 0 0;padding:0;list-style:none;display:grid}.journal-comments li{border-radius:var(--radius-sm);background:var(--brand-soft);align-items:start;gap:.5rem;padding:.5rem .65rem;font-size:.88rem;display:flex}.journal-comments li strong{font-size:.9rem}.journal-comments li span{flex:1;min-width:0}.journal-comments li time{color:var(--muted);flex:none;font-size:.7rem}.journal-comment-form{gap:.45rem;margin-top:.7rem;display:flex}.journal-comment-form input{flex:1;min-width:0;padding:.5rem .65rem}.compare{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);margin-top:1rem;padding:1rem}.compare-pickers{flex-wrap:wrap;gap:.85rem;margin-bottom:.85rem;display:flex}.compare-pickers label{min-width:0}.compare-pickers select{min-width:150px}.compare-box{aspect-ratio:4/3;border-radius:var(--radius-sm);background:var(--surface-soft);-webkit-user-select:none;user-select:none;touch-action:none;position:relative;overflow:hidden}.compare-img{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.compare-top{z-index:1}.compare-divider{z-index:2;background:var(--surface);pointer-events:none;width:3px;margin-left:-1.5px;position:absolute;top:0;bottom:0;box-shadow:0 0 8px #00000059}.compare-divider span{background:var(--surface);width:38px;height:38px;color:var(--brand);letter-spacing:-.1em;border-radius:50%;place-items:center;font-size:.8rem;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #00000047}.compare-range{z-index:3;opacity:0;cursor:ew-resize;width:100%;margin:0;position:absolute;inset:0}.compare-tag{z-index:4;background:color-mix(in srgb, var(--surface) 88%, transparent);color:var(--text);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;border-radius:99px;padding:.2rem .55rem;font-size:.7rem;font-weight:700;position:absolute;bottom:.55rem}.compare-tag.before{left:.55rem}.compare-tag.after{right:.55rem}@media (width<=760px){.topbar{min-height:66px;padding:.65rem 1rem}.brand-mark{border-radius:13px;width:39px;height:39px}.brand small,.desktop-nav{display:none}.theme-toggle{width:42px;height:42px;margin-left:auto}main{width:min(100% - 1.25rem,640px);margin:1rem auto 7.2rem}.bottom-nav{z-index:30;border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:22px;grid-template-columns:repeat(4,1fr);padding:.42rem;display:grid;position:fixed;bottom:.65rem;left:.65rem;right:.65rem;box-shadow:0 14px 36px #1a322333}.bottom-nav a{min-height:54px;color:var(--muted);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.16rem;font-size:.66rem;font-weight:700;text-decoration:none;display:flex}.bottom-nav a.active{color:var(--brand-strong);background:var(--brand-soft)}.bottom-nav .nav-icon,.bottom-nav .nav-icon svg{width:22px;height:22px}.welcome-panel{grid-template-columns:1fr;min-height:430px;padding:1.6rem}.welcome-panel h1{font-size:2.2rem}.welcome-panel p{font-size:.98rem}.sunny-art{min-height:155px}.sun-orb{width:100px;height:100px;top:7%;right:3%}.leaf-one{font-size:5.8rem;left:27%}.leaf-two{font-size:3.7rem;right:8%}.pot{width:100px;height:70px;left:38%}.section-heading{align-items:center;margin-top:2rem}.section-heading h2{font-size:1.4rem}.section-heading .btn{padding:.6rem .8rem}.helper-grid,.plant-grid,.grid{grid-template-columns:1fr}.plant-card{min-height:245px}.plant-visual{min-height:140px}.card{padding:1rem}table{white-space:nowrap;display:block;overflow-x:auto}.stepper{gap:.25rem}.stepper li{flex-direction:column;align-items:start;gap:.25rem;font-size:.67rem}.form-grid{grid-template-columns:1fr}.plant-hero{grid-template-columns:76px minmax(0,1fr);gap:.8rem}.plant-avatar{border-radius:24px;width:76px;height:76px;font-size:2.5rem}.plant-hero .btn{grid-column:1/-1;width:100%}.care-overview{grid-template-columns:1fr 1fr}.care-highlight{grid-column:1/-1}.care-fact{min-height:130px;padding:1rem}.timeline li{grid-template-columns:38px 1fr}.timeline time{grid-column:2}.today-card{flex-direction:column;align-items:stretch}.today-actions{justify-content:flex-end}.today-actions .btn{flex:1}.segmented{grid-template-columns:1fr}.coord-row{flex-direction:column}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.photo-gallery{margin-top:1rem}.photo-thumbs{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:.6rem;display:grid}.photo-thumb{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);cursor:zoom-in;padding:0;position:relative;overflow:hidden}.photo-thumb:hover{border-color:var(--brand)}.photo-thumb img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.photo-thumb span{z-index:1;background:color-mix(in srgb, var(--surface) 84%, transparent);color:var(--text);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:99px;padding:.12rem .42rem;font-size:.64rem;font-weight:700;position:absolute;bottom:.3rem;right:.3rem}.lightbox{z-index:60;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.lightbox-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:zoom-out;background:#0a120db8;border:0;position:absolute;inset:0}.lightbox-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:min(100% - 2rem,640px);max-height:calc(100% - 2rem);box-shadow:var(--shadow-hover);flex-direction:column;gap:.7rem;padding:1rem;display:flex;position:relative}.lightbox-img{object-fit:contain;border-radius:var(--radius-sm);background:var(--surface-soft);width:100%;max-height:62vh;display:block}.lightbox-close{z-index:2;background:var(--surface);width:36px;height:36px;color:var(--text);cursor:pointer;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:.55rem;right:.55rem;box-shadow:0 3px 12px #00000038}.lightbox-nav{z-index:2;background:var(--surface);width:42px;height:42px;color:var(--brand-strong);cursor:pointer;border:0;border-radius:50%;place-items:center;font-size:1.5rem;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 3px 12px #00000038}.lightbox-nav.prev{left:.65rem}.lightbox-nav.next{right:.65rem}.lightbox-caption{flex-direction:column;gap:.15rem;display:flex}.lightbox-caption strong{font-size:.95rem}.lightbox-caption span{color:var(--muted);font-size:.84rem}.lightbox-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.lightbox-flash{color:var(--brand-strong);margin-right:auto;font-size:.84rem;font-weight:700}.onboard-page{max-width:680px;margin:0 auto}.onboard-steps{grid-template-columns:repeat(3,1fr);gap:.5rem;margin:0 0 1rem;padding:0;list-style:none;display:grid}.onboard-steps li{color:var(--muted);align-items:center;gap:.48rem;font-size:.78rem;font-weight:700;display:flex}.onboard-steps span{background:var(--surface);border:1px solid var(--border);border-radius:50%;flex:0 0 26px;place-items:center;width:26px;height:26px;font-size:.75rem;display:grid}.onboard-steps .active{color:var(--brand-strong)}.onboard-steps .active span{background:var(--brand);border-color:var(--brand);color:#fff}.onboard-steps .done span{background:var(--brand-soft);border-color:var(--brand-soft);color:var(--brand-strong)}.onboard-card{flex-direction:column;gap:1rem;padding:clamp(1.3rem,4vw,2rem);display:flex}.onboard-card h2{margin:0;font-size:1.55rem}.onboard-ctas{justify-items:start;gap:.65rem;display:grid}.onboard-ctas .btn{width:100%}.onboard-actions{justify-content:space-between;gap:.75rem;margin-top:.25rem;display:flex}.onboard-actions .btn:last-child{margin-left:auto}.auth-page{background:linear-gradient(160deg, var(--brand-soft), var(--bg) 55%);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100dvh;padding:2rem 1rem;display:flex}.auth-brand{text-align:center;flex-direction:column;align-items:center;gap:.35rem;display:flex}.auth-brand .brand-mark{border-radius:18px;width:54px;height:54px}.auth-brand .brand-mark svg{width:34px;height:34px}.auth-brand strong{font-size:1.4rem}.auth-brand small{color:var(--muted);font-weight:600}.auth-card{flex-direction:column;gap:.9rem;width:100%;max-width:420px;display:flex}.auth-card h1{margin:0;font-size:1.5rem}.auth-card form{flex-direction:column;gap:.8rem;display:flex}.auth-card .btn{width:100%}.auth-divider{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.6rem;font-size:.78rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-switch{text-align:center;margin:0}.auth-loading{min-height:100dvh;color:var(--muted);place-items:center;display:grid}.password-field{display:flex;position:relative}.password-field input{flex:1;padding-right:4rem}.password-toggle{background:var(--surface-soft);color:var(--brand);cursor:pointer;border:0;border-radius:0 12px 12px 0;padding:0 .7rem;font-size:.78rem;font-weight:700;position:absolute;top:1px;bottom:1px;right:1px}.photo-actions{flex-wrap:wrap;gap:.6rem;display:flex}.photo-button-secondary{background:var(--surface)!important;color:var(--brand)!important}.photo-button-secondary input{opacity:0;cursor:pointer;width:100%;min-height:0;position:absolute;inset:0}.care-date-row{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.care-date-label{color:var(--muted);align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;display:flex}.care-date-label input{border:1px solid var(--border);background:var(--surface);min-height:38px;color:var(--text);border-radius:10px;padding:.4rem .65rem;font-size:.85rem}.timeline-delete{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;margin-left:auto;font-size:.8rem;display:grid}.timeline-delete:hover{background:var(--peach);color:var(--danger)}
