:root{--text:#33402e;--text-muted:#6b7a63;--bg:#f7f9f4;--surface:#fff;--border:#dbe3d3;--accent:#3f7d3a;--accent-hover:#2f5f2b;--accent-bg:#3f7d3a1a;--danger:#b3402d;--warn:#b8862f;--shadow:#0000000f 0 2px 8px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font:16px/145% system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#e3e9dc;--text-muted:#9caa93;--bg:#14180f;--surface:#1c221a;--border:#2c3427;--accent:#6bbf5c;--accent-hover:#86d276;--accent-bg:#6bbf5c26;--danger:#e07a63;--warn:#e0b24f;--shadow:#0006 0 2px 8px}}*{box-sizing:border-box}body{margin:0}h1,h2,h3{margin:0 0 15px}a{color:var(--accent)}button,input,select,textarea{font:inherit}button{cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:6px;padding:8px 14px}button:hover{border-color:var(--accent)}button.primary{background:var(--accent);border-color:var(--accent);color:#fff}button.primary:hover{background:var(--accent-hover)}button.danger{color:var(--danger);border-color:var(--danger);background:0 0}input,select,textarea{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:6px;padding:8px 10px}.field{text-align:left;flex-direction:column;gap:4px;margin-bottom:14px;display:flex}.field label{color:var(--text-muted);font-size:13px}.error{color:var(--danger);margin:8px 0;font-size:14px}.info{background:var(--accent-bg);color:var(--text);border:1px solid var(--border);border-radius:8px;margin:8px 0;padding:10px 12px;font-size:14px}#app{max-width:960px;min-height:100svh;margin:0 auto;padding:0 20px 40px}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:10px;padding:20px}.badge{background:var(--accent-bg);color:var(--accent);-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:12px;display:inline-flex}.badge:hover{border-color:#0000}.badge.due{color:var(--warn);background:#b8862f26}.badge.overdue{color:var(--danger);background:#b3402d26}.tooltip{position:relative}.tooltip:after{content:attr(data-tooltip);background:var(--text);width:max-content;max-width:min(220px,100vw - 32px);color:var(--bg);white-space:normal;text-align:center;box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;z-index:20;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:400;line-height:1.3;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + 9px);left:50%;transform:translate(-50%)translateY(4px)}.tooltip:before{content:"";border:5px solid #0000;border-top-color:var(--text);opacity:0;visibility:hidden;pointer-events:none;z-index:20;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%)translateY(4px)}.tooltip:hover:after,.tooltip:hover:before,.tooltip:focus-visible:after,.tooltip:focus-visible:before,.tooltip.is-open:after,.tooltip.is-open:before{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.navbar.svelte-11lpkcp{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 0;display:flex}.brand.svelte-11lpkcp{color:var(--text);align-items:center;gap:8px;font-size:20px;font-weight:600;text-decoration:none;display:inline-flex}.brand-icon.svelte-11lpkcp{object-fit:contain;width:28px;height:28px}.links.svelte-11lpkcp{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.btn-link.svelte-11lpkcp{white-space:nowrap;border:1px solid var(--border);border-radius:6px;justify-content:center;align-items:center;padding:8px 14px;font-weight:500;text-decoration:none;display:inline-flex}@media (width<=480px){.links.svelte-11lpkcp{gap:8px;width:100%}.links.svelte-11lpkcp>*{flex:1 1 0}}.btn-link.secondary.svelte-11lpkcp{color:var(--text);background:var(--surface)}.btn-link.secondary.svelte-11lpkcp:hover{border-color:var(--accent)}.btn-link.primary.svelte-11lpkcp{color:#fff;background:var(--accent);border-color:var(--accent)}.btn-link.primary.svelte-11lpkcp:hover{background:var(--accent-hover)}.overlay.svelte-5awcn0{z-index:100;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal.svelte-5awcn0{width:100%;max-width:480px;max-height:90vh;position:relative;overflow-y:auto}.close-btn.svelte-5awcn0{width:40px;height:40px;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:16px;line-height:1;display:flex;position:absolute;top:8px;right:8px}.close-btn.svelte-5awcn0:hover{color:var(--text)}.link-btn.svelte-1ddigpc{color:var(--accent);background:0 0;border:none;padding:6px 0 0;font-size:13px}.link-btn.svelte-1ddigpc:hover{color:var(--accent-hover)}.header-row.svelte-4eash0{align-items:center;gap:12px;display:flex}.header-row.svelte-4eash0 h1:where(.svelte-4eash0){margin:0 0 15px}.list-controls.svelte-4eash0{flex-wrap:wrap;gap:16px;margin-bottom:16px;display:flex}.room-filter.svelte-4eash0,.sort-by.svelte-4eash0{max-width:240px}.add-btn.svelte-4eash0{background:var(--accent);color:#fff;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:15px;padding:0;text-decoration:none;display:flex}.add-btn.svelte-4eash0:hover{background:var(--accent-hover)}.grid.svelte-4eash0{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.plant-card.svelte-4eash0{color:inherit;text-decoration:none;display:block}.plant-card.svelte-4eash0 img:where(.svelte-4eash0){object-fit:cover;border-radius:6px;width:100%;height:140px;margin-bottom:10px}.photo-placeholder.svelte-4eash0{background:var(--accent-bg);border-radius:6px;justify-content:center;align-items:center;width:100%;height:140px;margin-bottom:10px;font-size:40px;display:flex}.muted.svelte-4eash0{color:var(--text-muted);margin:4px 0 10px;font-size:14px}.badges.svelte-4eash0{flex-wrap:wrap;gap:6px;display:flex}.care-actions.svelte-4eash0{gap:8px;margin-top:12px;display:flex}.water-btn.svelte-4eash0,.fertilize-btn.svelte-4eash0{flex:1;min-height:44px}.link-btn.svelte-4eash0{color:var(--accent);font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.link-btn.svelte-4eash0:hover{color:var(--accent-hover)}.link-btn.svelte-cu84da{color:var(--accent);background:0 0;border:none;padding:6px 0 0;font-size:13px}.link-btn.svelte-cu84da:hover{color:var(--accent-hover)}.photo.svelte-1ke1erb{object-fit:cover;border-radius:8px;width:160px;height:160px}.photo-thumb.svelte-1ke1erb{cursor:zoom-in;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:0;display:block}.photo-placeholder.svelte-1ke1erb{background:var(--accent-bg);justify-content:center;align-items:center;font-size:48px;display:flex}.muted.svelte-1ke1erb{color:var(--text-muted)}.badges.svelte-1ke1erb{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.tabs.svelte-1ke1erb{border-bottom:1px solid var(--border);-webkit-overflow-scrolling:touch;gap:4px;margin-bottom:10px;display:flex;overflow-x:auto}.tab.svelte-1ke1erb{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;flex:none;padding:8px 12px}.tab.svelte-1ke1erb:hover{color:var(--text)}.tab.active.svelte-1ke1erb{color:var(--text);border-bottom-color:var(--accent);font-weight:600}.photo-upload.svelte-1ke1erb{margin-bottom:14px}.photo-upload.svelte-1ke1erb label:where(.svelte-1ke1erb){cursor:pointer;background:var(--accent);border:1px solid var(--accent);color:#fff;border-radius:6px;padding:8px 14px;display:inline-block}.photo-upload.svelte-1ke1erb label:where(.svelte-1ke1erb):hover{background:var(--accent-hover)}.photo-upload.svelte-1ke1erb label.disabled:where(.svelte-1ke1erb){opacity:.6;cursor:default}.photo-grid.svelte-1ke1erb{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.photo-grid-item.svelte-1ke1erb{border:1px solid var(--border);border-radius:8px;overflow:hidden}.photo-grid-thumb.svelte-1ke1erb{cursor:zoom-in;background:0 0;border:none;border-radius:0;width:100%;padding:0;display:block}.photo-grid-thumb.svelte-1ke1erb img:where(.svelte-1ke1erb){object-fit:cover;width:100%;height:160px;display:block}.lightbox.svelte-1ke1erb{z-index:100;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox-backdrop.svelte-1ke1erb{cursor:zoom-out;background:#000000d9;border:none;padding:0;position:absolute;inset:0}.lightbox-content.svelte-1ke1erb{flex-direction:column;align-items:center;gap:12px;max-width:100%;max-height:100%;padding:40px;display:flex;position:relative}.lightbox-content.svelte-1ke1erb img:where(.svelte-1ke1erb){object-fit:contain;border-radius:8px;max-width:100%;max-height:calc(100vh - 140px)}@media (width<=480px){.lightbox-content.svelte-1ke1erb{padding:20px 12px}.lightbox-content.svelte-1ke1erb img:where(.svelte-1ke1erb){max-height:calc(100vh - 110px)}}.lightbox-caption.svelte-1ke1erb{color:#fff;margin:0;font-size:.9em}.lightbox-close.svelte-1ke1erb{z-index:1;color:#fff;background:#0009;border:1px solid #ffffff4d;border-radius:6px;padding:6px 12px;position:fixed;top:12px;right:12px}.lightbox-close.svelte-1ke1erb:hover{background:#fff3}.photo-grid-caption.svelte-1ke1erb{color:var(--text-muted);justify-content:space-between;align-items:center;gap:6px;padding:6px 8px;font-size:.85em;display:flex}.log-list.svelte-1ke1erb{margin:0;padding:0;list-style:none}.log-list.svelte-1ke1erb li:where(.svelte-1ke1erb){border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:8px 0;display:flex}.log-list.svelte-1ke1erb li:where(.svelte-1ke1erb):last-child{border-bottom:none}.log-actions.svelte-1ke1erb{flex-shrink:0;gap:8px;display:flex}.edit-row.svelte-1ke1erb{flex-wrap:wrap;align-items:center;gap:8px;width:100%;display:flex}.edit-row.svelte-1ke1erb select:where(.svelte-1ke1erb),.edit-row.svelte-1ke1erb input:where(.svelte-1ke1erb){width:auto}.edit-actions.svelte-1ke1erb{gap:8px;margin-left:auto;display:flex}.muted.svelte-1c8tlrz{color:var(--text-muted)}.room-list.svelte-1c8tlrz{margin:0 0 16px;padding:0;list-style:none}.room-list.svelte-1c8tlrz li:where(.svelte-1c8tlrz){border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 0;display:flex}.room-list.svelte-1c8tlrz li:where(.svelte-1c8tlrz):last-child{border-bottom:none}.add-form.svelte-1c8tlrz{gap:10px;display:flex}.add-form.svelte-1c8tlrz input:where(.svelte-1c8tlrz){flex:1}.field-inline.svelte-1ybsbf6 label:where(.svelte-1ybsbf6){color:var(--text);font-size:inherit;align-items:center;gap:8px;display:flex}.saved.svelte-1ybsbf6{color:var(--accent);margin:8px 0;font-size:14px}.user-table.svelte-1ybsbf6{border-collapse:collapse;width:100%}.user-table.svelte-1ybsbf6 th:where(.svelte-1ybsbf6){text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);padding:6px 8px;font-size:13px}.user-table.svelte-1ybsbf6 td:where(.svelte-1ybsbf6){border-bottom:1px solid var(--border);padding:8px}.user-table.svelte-1ybsbf6 tr:where(.svelte-1ybsbf6):last-child td:where(.svelte-1ybsbf6){border-bottom:none}
