:root,[data-theme=light]{color-scheme:light;--accent: #0a84ff;--bg: #f2f2f7;--surface: #ffffff;--surface-2: #ffffff;--text: #1c1c1e;--muted: #8e8e93;--border: rgba(60, 60, 67, .12);--btn-fg: #ffffff;--btn-bg: #1c1c1e;--seg-bg: rgba(118, 118, 128, .12);--seg-active: #ffffff;--shadow: 0 1px 3px rgba(0, 0, 0, .06);--chart-grid: rgba(60, 60, 67, .08);--accent-soft: rgba(10, 132, 255, .12)}[data-theme=dark]{color-scheme:dark;--accent: #409cff;--bg: #000000;--surface: #1c1c1e;--surface-2: #2c2c2e;--text: #f2f2f7;--muted: #8e8e93;--border: rgba(255, 255, 255, .14);--btn-fg: #000000;--btn-bg: #f2f2f7;--seg-bg: rgba(118, 118, 128, .24);--seg-active: #636366;--shadow: none;--chart-grid: rgba(255, 255, 255, .08);--accent-soft: rgba(64, 156, 255, .16)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,sans-serif;font-size:17px;line-height:1.47;letter-spacing:-.022em;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}#app{min-height:100dvh}button,input,select{font:inherit;color:inherit}a{color:var(--accent);text-decoration:none}.screen{min-height:100dvh;padding:max(16px,env(safe-area-inset-top)) 20px calc(24px + env(safe-area-inset-bottom));max-width:640px;margin:0 auto}.screen--auth{padding-top:max(56px,env(safe-area-inset-top))}.title-xl{margin:0;font-size:28px;font-weight:700;letter-spacing:-.04em;text-align:center}.subtitle{margin:8px 0 0;text-align:center;color:var(--muted);font-size:17px;font-weight:500}.field{margin-bottom:14px}.field label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:var(--muted);padding-left:4px}.input-wrap{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden}.input-wrap:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.input-wrap input,.input-wrap select{width:100%;border:0;background:transparent;padding:14px 16px;outline:none}.input-wrap--password input{padding-right:48px}.icon-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;border-radius:10px;background:transparent;color:var(--muted);cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;border:0;border-radius:14px;padding:16px 24px;font-weight:600;cursor:pointer;transition:opacity .15s ease,transform .1s ease}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--btn-bg);color:var(--btn-fg)}.btn--ghost{background:transparent;color:var(--accent);width:auto;padding:10px 12px;font-weight:600}.btn--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn--danger{background:#c62828;color:#fff}.btn--danger:hover:not(:disabled){filter:brightness(1.05)}.card{background:var(--surface);border-radius:16px;padding:18px;box-shadow:var(--shadow)}.card+.card{margin-top:12px}.card-title{margin:0 0 8px;font-size:17px;font-weight:600}.card-muted{margin:0;font-size:13px;color:var(--muted);line-height:1.45}.pairing-code{margin:14px 0 12px;font-size:24px;font-weight:700;letter-spacing:.12em;font-variant-numeric:tabular-nums}.row-actions{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.spacer{flex:1}.nav-bar{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-top:4px}.nav-back{width:36px;height:36px;border:0;border-radius:10px;background:var(--surface);color:var(--accent);cursor:pointer;font-size:20px;line-height:1}.nav-title{flex:1;margin:0;font-size:17px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-actions{display:flex;gap:4px}.icon-action{width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:var(--accent);cursor:pointer;font-size:18px}.page-head{margin-bottom:16px}.page-head h1{margin:0;font-size:28px;font-weight:700;letter-spacing:-.03em}.page-head p{margin:4px 0 0;color:var(--muted);font-size:15px}.avatar{width:40px;height:40px;border-radius:50%;border:0;background:var(--seg-bg);color:var(--text);font-weight:600;cursor:pointer}.device-list{display:flex;flex-direction:column;gap:10px;margin:12px 0 100px}.device-tile{display:flex;align-items:center;gap:16px;width:100%;padding:18px;border:0;border-radius:16px;background:var(--surface);text-align:left;cursor:pointer;box-shadow:var(--shadow);transition:transform .12s ease}.device-name-row{display:flex;align-items:center;gap:6px;min-width:0}.device-rename{flex-shrink:0;width:28px;height:28px;border:0;border-radius:8px;background:color-mix(in srgb,var(--text) 6%,transparent);color:var(--muted);font-size:13px;line-height:1;cursor:pointer}.device-rename:hover{background:color-mix(in srgb,var(--text) 10%,transparent);color:var(--text)}.device-info{flex:1;min-width:0}.device-moisture{font-size:28px;font-weight:700;letter-spacing:-.03em;color:var(--accent);line-height:1}.device-moisture-col{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.device-moisture-col .device-moisture{font-size:17px}.moisture-drop-host{flex-shrink:0}.moisture-drop{display:block}.moisture-drop--lg{width:56px;height:60px}.moisture-drop--sm{width:32px;height:34px}.moisture-drop-bg{fill:color-mix(in srgb,var(--accent) 12%,transparent)}.moisture-drop-outline{fill:none;stroke:var(--accent);stroke-width:2;stroke-linejoin:round}.moisture-drop-fill{fill:var(--accent);opacity:.82}.device-moisture--muted{font-size:20px;color:var(--muted)}.device-sub{margin:2px 0 0;font-size:13px;color:var(--muted);line-height:1.3}.device-watering{margin:4px 0 0;font-size:12px;font-weight:600;color:var(--accent);line-height:1.3;display:flex;align-items:center;gap:6px}.online-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.online-dot--on{background:#2ecc71;box-shadow:0 0 0 3px color-mix(in srgb,#2ecc71 28%,transparent)}.online-dot--off{background:#e5534b;box-shadow:0 0 0 3px color-mix(in srgb,#e5534b 28%,transparent)}.device-watering--off{color:#e5534b;font-weight:600}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;background:color-mix(in srgb,#000 45%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(400px,100%);padding:24px;border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.modal-title{margin:0 0 8px;font-size:20px;font-weight:700}.device-tile:active{transform:scale(.99)}.device-icon{width:52px;height:52px;border-radius:14px;background:var(--accent-soft);display:grid;place-items:center;flex-shrink:0;overflow:hidden}.device-icon .plant-icon{width:44px;height:44px}.plant-icon{display:block;flex-shrink:0}.plant-icon--sm{width:44px;height:44px}.plant-icon--md{width:52px;height:52px}.plant-icon--lg{width:72px;height:72px}.plant-icon-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px;margin:8px 0 20px}.plant-icon-option{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 8px;border:2px solid transparent;border-radius:14px;background:var(--surface);box-shadow:var(--shadow);cursor:pointer;color:var(--text);transition:border-color .12s ease,transform .12s ease}.plant-icon-option:hover{transform:translateY(-1px)}.plant-icon-option--active{border-color:var(--accent);background:var(--accent-soft)}.plant-icon-option-label{font-size:12px;line-height:1.2;text-align:center;color:var(--muted)}.plant-icon-option--active .plant-icon-option-label{color:var(--text);font-weight:600}.device-name{margin:0;flex:1;min-width:0;font-size:17px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.device-id{margin:2px 0 0;font-size:13px;color:var(--muted)}.chevron{margin-left:auto;color:color-mix(in srgb,var(--text) 35%,transparent);font-size:22px}.empty{text-align:center;padding:48px 24px 120px;color:var(--muted)}.empty-icon{font-size:48px;margin-bottom:16px;opacity:.7}.empty h2{margin:0 0 10px;color:var(--text);font-size:20px}.metric-row{display:flex;align-items:center;gap:20px;margin:12px 0 8px}.metric-main{min-width:0}.metric-value{margin:0;font-size:40px;font-weight:700;letter-spacing:-.03em;color:var(--accent);line-height:1}.metric-sub{font-size:13px;color:var(--muted)}.segmented{display:flex;flex-wrap:wrap;padding:3px;border-radius:12px;background:var(--seg-bg);gap:2px}.segmented button{flex:1 1 auto;min-width:0;border:0;border-radius:10px;padding:8px;background:transparent;color:var(--text);font-size:12px;font-weight:600;cursor:pointer;line-height:1.25;white-space:normal}.segmented button[aria-pressed=true]{background:var(--seg-active);box-shadow:0 1px 3px #00000014}.section-title{margin:20px 0 8px;font-size:17px;font-weight:600}.field-label{display:block;margin:12px 0 6px;font-size:13px;font-weight:600;color:var(--muted, #666)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.num-field{background:var(--surface);border-radius:14px;padding:12px 14px}.num-field label{display:block;font-size:12px;color:var(--muted);margin-bottom:4px}.num-field input{width:100%;border:0;background:transparent;padding:0;font-size:17px;font-weight:500;outline:none}.chart-wrap{height:260px;position:relative}.charts-row{display:flex;flex-direction:column;gap:12px;margin-top:12px}.chart-card{padding:12px}.chart-card-title{margin:0 0 4px;font-size:15px;font-weight:600}.chart-card-desc{margin:0 0 12px;font-size:12px;line-height:1.35}.chart-loading{height:260px;display:grid;place-items:center;color:var(--muted)}.bottom-bar{position:fixed;left:0;right:0;bottom:0;padding:12px 20px calc(12px + env(safe-area-inset-bottom));background:linear-gradient(to top,var(--bg) 70%,transparent);max-width:640px;margin:0 auto}.theme-fab{position:fixed;right:12px;bottom:calc(88px + env(safe-area-inset-bottom));width:44px;height:44px;border:0;border-radius:50%;background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 12px #0000001f;cursor:pointer;font-size:18px;z-index:20}.toast{position:fixed;left:50%;top:calc(16px + env(safe-area-inset-top));bottom:auto;transform:translate(-50%) translateY(-16px);opacity:0;pointer-events:none;background:color-mix(in srgb,var(--text) 92%,transparent);color:var(--bg);padding:12px 18px;border-radius:14px;font-size:15px;font-weight:500;z-index:200;box-shadow:0 8px 24px #0000002e;transition:opacity .2s ease,transform .2s ease;max-width:min(90vw,420px);text-align:center}.toast--visible{opacity:1;transform:translate(-50%) translateY(0)}.spinner{width:22px;height:22px;border:2px solid color-mix(in srgb,currentColor 25%,transparent);border-top-color:currentColor;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.center-loading{min-height:50dvh;display:grid;place-items:center}.error-box{text-align:center;padding:40px 24px;color:var(--muted)}.menu-popover{position:absolute;right:0;top:calc(100% + 6px);min-width:160px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 32px #00000024;overflow:hidden;z-index:30}.menu-popover button{display:block;width:100%;border:0;background:transparent;padding:14px 16px;text-align:left;cursor:pointer}.menu-popover button:hover{background:var(--seg-bg)}.head-row{display:flex;align-items:flex-start;gap:12px}.head-row .page-head{flex:1}.avatar-wrap{position:relative}.group-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0 0}.group-block{padding:0 0 12px;border-bottom:1px solid var(--border)}.group-block:last-child{border-bottom:0;padding-bottom:0}.group-devices{display:flex;flex-direction:column;gap:8px;margin:10px 0 4px}.group-devices .device-tile{padding:14px 16px;box-shadow:none;border:1px solid var(--border)}.group-devices .device-moisture{font-size:22px}.group-empty{margin:8px 0 4px;font-size:13px}.group-row:last-child{border-bottom:0}.check-row{display:flex;align-items:center;gap:10px;cursor:pointer}.btn--sm{padding:6px 10px;font-size:13px}.ota-device{padding:10px 0;border-bottom:1px solid var(--border)}.ota-device:last-child{border-bottom:0}.ota-device-head{padding:0;margin:0}.ota-progress-wrap{margin:8px 0 0 28px}.ota-progress-track{height:8px;border-radius:999px;background:color-mix(in srgb,var(--text) 8%,transparent);overflow:hidden}.ota-progress-bar{height:100%;border-radius:999px;background:var(--accent);transition:width .35s ease}.ota-progress-track--pulse .ota-progress-bar{animation:ota-pulse 1.2s ease-in-out infinite}@keyframes ota-pulse{0%,to{opacity:.45;transform:translate(0)}50%{opacity:1;transform:translate(120%)}}.ota-progress-label,.ota-hint{display:block;margin:6px 0 0;font-size:13px;color:var(--muted)}.ota-notes{display:block;margin-top:8px;font-size:13px;line-height:1.4;color:var(--text)}.ota-error{margin:6px 0 0 28px;font-size:13px;color:#e5534b}.cal-card{margin-top:20px}.cal-lead{margin:16px 0 8px;font-size:17px;line-height:1.45;color:var(--text)}.cal-wait{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:8px}.cal-wait-spinner{width:28px;height:28px;border-width:3px}.ota-progress-track--active .ota-progress-bar{transition:width .6s ease}.page-leave{animation:page-fade-out .24s ease forwards}.page-enter{animation:page-fade-in .24s ease}@keyframes page-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(6px)}}@keyframes page-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.modal-anim-enter{animation:modal-overlay-in .2s ease}.modal-anim-enter .modal{animation:modal-scale-in .2s ease}.modal-anim-leave{animation:modal-overlay-out .2s ease forwards}.modal-anim-leave .modal{animation:modal-scale-out .2s ease forwards}@keyframes modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes modal-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes modal-scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes modal-scale-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}.step-leave-left{animation:step-out-left .14s ease forwards}.step-leave-right{animation:step-out-right .14s ease forwards}.step-enter-right{animation:step-in-right .24s ease}.step-enter-left{animation:step-in-left .24s ease}@keyframes step-out-left{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-18px)}}@keyframes step-out-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(18px)}}@keyframes step-in-right{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}@keyframes step-in-left{0%{opacity:0;transform:translate(-22px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.page-leave,.page-enter,.modal-anim-enter,.modal-anim-enter .modal,.modal-anim-leave,.modal-anim-leave .modal,.step-leave-left,.step-leave-right,.step-enter-right,.step-enter-left{animation:none!important}}.onboard-progress{margin:16px 0 8px;height:4px;border-radius:4px;background:var(--seg-bg);overflow:hidden}.onboard-progress-bar{height:100%;border-radius:4px;background:var(--accent);transition:width .28s ease}.onboard-step-label{margin:0 0 4px;font-size:13px;font-weight:600;color:var(--muted)}.onboard-actions{display:flex;align-items:center;gap:10px}.choice-grid{display:flex;flex-direction:column;gap:10px;margin:12px 0 8px}.choice-grid--2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choice-card{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:16px;border:2px solid transparent;border-radius:16px;background:var(--surface);box-shadow:var(--shadow);cursor:pointer;color:var(--text);text-align:left;transition:border-color .12s ease,transform .12s ease}.choice-card:active{transform:scale(.98)}.choice-card--wide{width:100%}.choice-card--active{border-color:var(--accent);background:var(--accent-soft)}.choice-card-title{font-size:17px;font-weight:700;letter-spacing:-.02em}.choice-card-hint{font-size:13px;color:var(--muted);line-height:1.35}.plant-icon-option-meta{font-size:11px;color:var(--muted);line-height:1.2}.plant-icon-option--active .plant-icon-option-meta{color:var(--accent);font-weight:600}.settings-footer{margin-top:28px;padding-top:8px;border-top:1px solid var(--border)}.settings-tabs button{font-size:14px;padding:10px 12px}.support-chat{margin:12px 0;max-height:280px;overflow:auto;display:flex;flex-direction:column;gap:10px;padding:4px 0}.chat-bubble{max-width:90%;padding:10px 14px;border-radius:14px;background:var(--seg-bg);font-size:15px;line-height:1.4;white-space:pre-wrap}.chat-bubble--admin{align-self:flex-start;background:var(--accent-soft)}.chat-bubble--user{align-self:flex-end}.chat-bubble--system{align-self:center;background:transparent;color:var(--muted);font-size:13px;text-align:center}.chat-bubble-meta{font-size:11px;color:var(--muted);margin-bottom:4px}.support-form{margin-top:8px}.back{width:36px;height:36px;flex-shrink:0;border:0;border-radius:10px;background:var(--surface);color:var(--accent);cursor:pointer;font-size:22px;line-height:1;margin-top:4px}
