:root{--clr-accent: #4caf50;--clr-accent-emphasis: #2d5a27;--clr-heading: #2d5a27;--clr-text: #444;--clr-layout-1: #f1f1f1;--clr-layout-2: #ffffff;--clr-layout-3: #dddddd;--clr-border: #bcbdbf;--clr-hover: #f0f7f0;--clr-red-btn: #d52d2a;--clr-red-btn-hover: #be2424;--radius-sm: 6px;--radius-lg: 10px;--radius-xl: 12px;--border-subtle: 1px solid var(--clr-border);--border-control: 1.5px solid var(--clr-border);--border-strong: 2px solid var(--clr-border);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--shadow-lg: 0 6px 20px rgba(0, 0, 0, .14);--space-2xs: .15rem;--space-xs: .3rem;--space-sm-tight: .375rem;--space-sm: .5rem;--space-md: .75rem;--space-lg: 1rem;--space-xl: 1.5rem;--space-2xl-plus: 2.5rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semi-bold: 600;--font-weight-bold: 700;--line-height-xs: 1;--line-height-sm: 1.35;--line-height-md: 1.45;--line-height-lg: 1.6;--size-breakpoints-row: 1.2rem;--fs-xs: .75rem;--fs-md: .875rem;--fs-body: 1rem;--fs-lg: 1.5rem;--fs-title: 1.3rem;--control-padding: .7rem 1rem;--control-padding-comfort: .75rem 1rem;--control-radius: var(--radius-lg);--control-font-size: .9rem;--control-bg: var(--clr-layout-1);--control-border: var(--border-subtle);--control-focus-border-color: var(--clr-accent);--size-toolbar: 64px}body{margin:0}h1,h2,h3,h4,h5,h6{color:var(--clr-heading)}p,li,label{color:var(--clr-text)}:root[data-theme=dark]{--clr-accent: #2ece33;--clr-accent-emphasis: #32f03b;--clr-heading: #2e9e32;--clr-text: #c3c3c3;--clr-layout-1: #25252a;--clr-layout-2: #222322;--clr-layout-3: #313131;--clr-border: #444447;--clr-hover: #1e3a1e;--clr-red-btn: #9b2020;--clr-red-btn-hover: #5b1110;--shadow-md: 0 4px 16px rgba(0, 0, 0, .42);--shadow-lg: 0 6px 20px rgba(0, 0, 0, .5)}:root[data-theme=dark] .app-layout{background:linear-gradient(180deg,#022531,#010308)}:root[data-theme=dark] .top-bar,:root[data-theme=dark] .mobile-toolbar,:root[data-theme=dark] .user-menu{background:var(--clr-layout-2);border-color:var(--clr-border);box-shadow:var(--shadow-md)}:root[data-theme=dark] .desktop-tabs a,:root[data-theme=dark] .mobile-toolbar a{color:var(--clr-text)}:root[data-theme=dark] .desktop-tabs a.active,:root[data-theme=dark] .mobile-toolbar a.active{color:var(--clr-accent-emphasis)}:root[data-theme=dark] .app-title{color:var(--clr-accent-emphasis)}:root[data-theme=dark] .login-btn:hover{background:var(--clr-hover);color:var(--clr-accent-emphasis)}:root[data-theme=dark] .menu-item:hover{background:var(--clr-border)}:root[data-theme=dark] .menu-divider{background:var(--clr-border)}:root[data-theme=dark] .plant-card{background:var(--clr-layout-1)}:root[data-theme=dark] .plant-info .plant-category{color:var(--clr-text)}:root[data-theme=dark] .condition-tag{background:var(--clr-hover);color:#a5d6a7}:root[data-theme=dark] .search-input{background:var(--clr-layout-1);border-color:var(--clr-border);color:var(--clr-text)}:root[data-theme=dark] .search-input::placeholder{color:#ffffff4d}:root[data-theme=dark] .search-input:focus{border-color:var(--clr-accent)}:root[data-theme=dark] .link{color:#1cdbb8;text-decoration:none;font-weight:var(--font-weight-medium)}:root[data-theme=dark] .link:hover{text-decoration:underline}:root[data-theme=dark] .suggestions-dropdown{background:var(--clr-layout-1);border-color:var(--clr-border)}:root[data-theme=dark] .suggestion-item:hover,:root[data-theme=dark] .suggestion-item.selected{background:var(--clr-hover)}:root[data-theme=dark] .suggestion-name{color:var(--clr-accent-emphasis)}:root[data-theme=dark] .no-results{color:var(--clr-text)}:root[data-theme=dark] .error-message{background:var(--clr-layout-1)}:root[data-theme=dark] .setting-row{border-bottom-color:var(--clr-border)}:root[data-theme=dark] .segmented-control{border-color:var(--clr-border)}:root[data-theme=dark] .segmented-control button{background:var(--clr-layout-1);color:var(--clr-text);border-right-color:var(--clr-border)}:root[data-theme=dark] .segmented-control button:hover:not(.active){background:var(--clr-hover)}.app-tooltip{position:fixed;z-index:10000;padding:var(--space-sm) var(--space-md);background:var(--clr-layout-3);color:var(--clr-text);font-size:var(--fs-xs);font-weight:var(--line-height-md) 5;border-radius:var(--radius-lg);border:var(--border-subtle);box-shadow:var(--shadow-lg);pointer-events:none;opacity:0;transition:opacity .15s;margin-right:var(--space-sm)}.app-tooltip:after{content:"";position:absolute;left:var(--arrow-left, 50%);transform:translate(-50%);border:10px solid transparent}.app-tooltip--above:after{top:100%;border-top-color:var(--clr-layout-3);filter:drop-shadow(0 1px 0 var(--clr-border))}.app-tooltip--below:after{bottom:100%;border-bottom-color:var(--clr-layout-3);filter:drop-shadow(0 -1px 0 var(--clr-border))}.app-tooltip__header{font-weight:var(--font-weight-bold);font-size:var(--fs-body);color:var(--clr-heading);margin-bottom:--space-2xs}.app-tooltip__subtitle{font-size:var(--fs-xs);font-weight:var(--font-weight-semi-bold);color:var(--clr-text);opacity:.6;margin-bottom:.5rem}.app-tooltip__description{font-size:.78rem;font-weight:var(--line-height-lg)}
