@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap";.error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem}.error-boundary-card{max-width:480px;text-align:center}.error-boundary-icon{font-size:2.5rem;margin-bottom:.5rem}.error-boundary-card h1{font-size:1.3rem;margin-bottom:.5rem}.error-boundary-card p{color:var(--color-text-muted);margin-bottom:1.25rem}.error-boundary-details{text-align:left;margin-bottom:1.25rem;font-size:.8rem}.error-boundary-details summary{cursor:pointer;color:var(--color-text-muted);margin-bottom:.5rem}.error-boundary-details pre{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius);padding:.75rem;overflow-x:auto;font-family:var(--font-mono);color:var(--color-danger);white-space:pre-wrap;word-break:break-word}.toast-container{position:fixed;top:1rem;right:1rem;z-index:1000;display:flex;flex-direction:column;gap:.6rem;max-width:min(380px,calc(100vw - 2rem));pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:flex-start;gap:.6rem;padding:.75rem .9rem;border-radius:var(--radius);background:var(--color-surface-2);border:1px solid var(--color-border);border-left-width:3px;box-shadow:0 4px 16px #0f141a1a;font-size:.85rem;color:var(--color-text);animation:toast-in .18s ease-out}@keyframes toast-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.toast-success{border-left-color:var(--color-success)}.toast-error{border-left-color:var(--color-danger)}.toast-info{border-left-color:var(--color-primary)}.toast-icon{display:flex;flex-shrink:0;margin-top:1px}.toast-success .toast-icon{color:var(--color-success)}.toast-error .toast-icon{color:var(--color-danger)}.toast-info .toast-icon{color:var(--color-primary)}.toast-message{flex:1;line-height:1.45;word-break:break-word}.toast-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--color-text-muted);cursor:pointer;padding:0;transition:color .15s}.toast-close:hover{color:var(--color-text)}.auth-root{--auth-bg: #f3f5f8;--auth-surface: #ffffff;--auth-surface-2: #eef1f5;--auth-ink: #15181d;--auth-ink-soft: #5d646e;--auth-ink-faint: #98a0ab;--auth-border: #e4e8ee;--auth-border-strong: #d4dae2;--auth-brand: #1564d6;--auth-brand-soft: #e8f0fd;--auth-danger: #e5484d;--auth-danger-soft: #fbe6e7;--auth-shadow-card: 0 1px 2px rgba(20,18,15,.04), 0 6px 18px rgba(20,18,15,.06);font-family:Manrope,system-ui,sans-serif;color:var(--auth-ink);background:var(--auth-bg);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px;box-sizing:border-box}@media(prefers-color-scheme:dark){.auth-root{--auth-bg: #0f1117;--auth-surface: #1a1d27;--auth-surface-2: #242736;--auth-ink: #e8eaf0;--auth-ink-soft: #9096aa;--auth-ink-faint: #5a6070;--auth-border: #2c3044;--auth-border-strong: #3a4058;--auth-brand: #4f8ef7;--auth-brand-soft: rgba(79,142,247,.15);--auth-danger: #e5484d;--auth-danger-soft: rgba(229,72,77,.15);--auth-shadow-card: 0 1px 3px rgba(0,0,0,.4), 0 6px 20px rgba(0,0,0,.35)}}.auth-card{width:100%;max-width:400px;background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:22px;padding:32px 28px 28px;box-shadow:var(--auth-shadow-card);box-sizing:border-box}.auth-logo{display:flex;flex-direction:column;align-items:center;gap:18px;margin-bottom:28px}.auth-logo-mark{width:52px;height:52px;border-radius:16px;background:var(--auth-ink);display:grid;place-items:center;flex-shrink:0}.auth-logo-wordmark{font-family:Space Grotesk,system-ui,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.4px;color:var(--auth-ink);line-height:1}.auth-logo-sub{font-size:13px;color:var(--auth-ink-soft);font-weight:500;text-align:center;line-height:1.4}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-label{font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--auth-ink-faint)}.auth-input{width:100%;padding:12px 14px;background:var(--auth-surface-2);border:1px solid var(--auth-border);border-radius:12px;color:var(--auth-ink);font-size:15px;font-family:Manrope,system-ui,sans-serif;font-weight:500;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.auth-input:focus{border-color:var(--auth-brand);box-shadow:0 0 0 3px var(--auth-brand-soft)}.auth-input::placeholder{color:var(--auth-ink-faint)}.auth-hint{font-size:12px;color:var(--auth-ink-soft);margin-top:2px}.auth-btn{width:100%;padding:13px 20px;background:var(--auth-brand);color:#fff;border:none;border-radius:12px;font-size:15px;font-family:Manrope,system-ui,sans-serif;font-weight:700;cursor:pointer;text-align:center;text-decoration:none;display:block;transition:opacity .15s,filter .15s}.auth-btn:hover:not(:disabled){filter:brightness(1.08)}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-btn-outline{width:100%;padding:12px 20px;background:transparent;color:var(--auth-brand);border:1.5px solid var(--auth-brand);border-radius:12px;font-size:15px;font-family:Manrope,system-ui,sans-serif;font-weight:700;cursor:pointer;text-align:center;text-decoration:none;display:block;transition:background .15s;box-sizing:border-box}.auth-btn-outline:hover{background:var(--auth-brand-soft)}.auth-error{background:var(--auth-danger-soft);border:1px solid rgba(229,72,77,.25);border-radius:10px;padding:12px 14px;color:var(--auth-danger);font-size:13.5px;font-weight:600;line-height:1.4}.auth-info{background:var(--auth-brand-soft);border:1px solid rgba(21,100,214,.2);border-radius:10px;padding:12px 14px;color:var(--auth-brand);font-size:13.5px;font-weight:600;line-height:1.4}.auth-link{color:var(--auth-brand);text-decoration:none;font-size:13.5px;font-weight:600;text-align:center;display:block;cursor:pointer}.auth-link:hover{text-decoration:underline}.auth-center{text-align:center;color:var(--auth-ink-soft);font-size:14px;font-weight:500;line-height:1.5}.auth-divider{display:flex;align-items:center;gap:10px;color:var(--auth-ink-faint);font-size:12px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--auth-border)}.layout{display:flex;height:100%}.sidebar{width:230px;min-width:230px;background:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;padding:1.25rem .75rem;gap:.5rem;box-shadow:1px 0 4px #0f141a08}.sidebar-logo{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem 1rem;border-bottom:1px solid var(--color-border);margin-bottom:.5rem}.logo-icon{font-size:1.4rem;color:var(--color-primary)}.logo-text{font-size:1.1rem;font-weight:700;color:var(--color-primary)}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.nav-item{display:flex;align-items:center;gap:.55rem;padding:.6rem .85rem;border-radius:var(--radius);color:var(--color-text-muted);text-decoration:none;font-size:.875rem;font-weight:500;transition:background .12s,color .12s}.nav-item:hover{background:var(--color-surface-2);color:var(--color-text)}.nav-item.active{background:#1564d614;color:var(--color-primary);font-weight:600}.sidebar-footer{padding-top:1rem;border-top:1px solid var(--color-border)}.user-info{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.5rem}.user-email{font-size:.8rem;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-version{margin-top:.6rem;text-align:center;font-size:.7rem;font-family:var(--font-mono, monospace);color:var(--color-text-muted);opacity:.55;-webkit-user-select:all;user-select:all}.main-content{flex:1;overflow-y:auto;padding:2rem}@media(max-width:768px){.layout{flex-direction:column;height:100%}.sidebar{width:100%;min-width:0;flex-direction:row;align-items:center;flex-wrap:wrap;padding:.6rem 1rem;gap:.75rem;border-right:none;border-bottom:1px solid var(--color-border);box-shadow:0 1px 3px #0f141a0a}.sidebar-logo{padding:0;margin:0;border-bottom:none;flex-shrink:0}.sidebar-nav{flex-direction:row;flex:1;gap:.5rem;justify-content:center;flex-wrap:wrap}.sidebar-footer{padding-top:0;border-top:none;display:flex;align-items:center;gap:.5rem;flex-shrink:0}.sidebar-footer .btn{width:auto!important;margin-top:0!important;padding:.4rem .7rem;font-size:.8rem}.user-info{display:none}.app-version{margin-top:0}.main-content{padding:1rem}}.skeleton{display:block;background:linear-gradient(90deg,var(--color-surface-2) 25%,var(--color-border) 37%,var(--color-surface-2) 63%);background-size:400% 100%;border-radius:var(--radius);animation:skeleton-shimmer 1.4s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.skeleton-text{display:flex;flex-direction:column;gap:.5rem}.spinner{display:inline-block;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spinner-rotate .7s linear infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.skeleton,.spinner{animation:none}}.page{max-width:1100px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.page-title{font-size:1.5rem;font-weight:700;color:var(--color-text)}.page-subtitle{color:var(--color-text-muted);font-size:.875rem;margin-top:.2rem}.park-stats{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.stat-pill{display:flex;flex-direction:column;align-items:flex-start;min-width:90px;padding:.65rem 1rem;border-radius:var(--radius);background:var(--color-surface);border:1px solid var(--color-border);border-left-width:3px;box-shadow:var(--shadow-card)}.stat-pill-value{font-size:1.4rem;font-weight:700;line-height:1;color:var(--color-text)}.stat-pill-label{margin-top:.25rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.stat-pill-success{border-left-color:var(--color-success)}.stat-pill-danger{border-left-color:var(--color-danger)}.stat-pill-warning{border-left-color:var(--color-warning)}.stat-pill-muted{border-left-color:var(--color-text-muted)}.toolbar{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.toolbar-search{flex:1;min-width:200px}.installations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.install-card{display:flex;flex-direction:column;gap:1rem;text-decoration:none;color:var(--color-text);transition:border-color .15s,transform .1s,box-shadow .15s}.install-card:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 16px #1564d614}.install-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.install-card-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem;flex-shrink:0}.thermal-fleet-banner{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem .6rem;padding:.7rem 1rem;margin-bottom:1.25rem;border-radius:var(--radius);background:color-mix(in srgb,var(--color-danger) 12%,var(--color-surface));border:1px solid color-mix(in srgb,var(--color-danger) 45%,var(--color-border))}.thermal-fleet-banner svg{color:var(--color-danger);flex-shrink:0}.thermal-fleet-banner__title{font-size:.88rem;font-weight:600;color:var(--color-danger)}.thermal-fleet-banner__names{font-size:.8rem;color:var(--color-text-muted)}.install-name{font-size:1rem;font-weight:600;color:var(--color-text)}.install-meta{display:flex;flex-direction:column;gap:.4rem;flex:1}.install-meta-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.meta-label{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.meta-value{font-size:.85rem;color:var(--color-text)}.mono{font-family:var(--font-mono)}.install-card-footer{border-top:1px solid var(--color-border);padding-top:.75rem}.thermal-banner{display:flex;align-items:center;gap:.6rem;padding:.6rem .9rem;margin-bottom:1.25rem;border-radius:var(--radius);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text)}.thermal-banner__icon{flex-shrink:0}.thermal-banner__text{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .6rem;min-width:0}.thermal-banner__title{font-size:.86rem;font-weight:600}.thermal-banner__detail{font-size:.78rem;color:var(--color-text-muted)}.thermal-banner--ok{background:color-mix(in srgb,var(--color-success) 10%,var(--color-surface));border-color:color-mix(in srgb,var(--color-success) 35%,var(--color-border))}.thermal-banner--ok .thermal-banner__icon{color:var(--color-success)}.thermal-banner--warn{background:color-mix(in srgb,var(--color-warning) 12%,var(--color-surface));border-color:color-mix(in srgb,var(--color-warning) 40%,var(--color-border))}.thermal-banner--warn .thermal-banner__icon{color:var(--color-warning)}.thermal-banner--danger{background:color-mix(in srgb,var(--color-danger) 12%,var(--color-surface));border-color:color-mix(in srgb,var(--color-danger) 45%,var(--color-border))}.thermal-banner--danger .thermal-banner__title,.thermal-banner--danger .thermal-banner__icon{color:var(--color-danger)}.thermal-banner--muted{background:var(--color-surface-2);border-color:var(--color-border)}.thermal-banner--muted .thermal-banner__icon,.thermal-banner--muted .thermal-banner__title{color:var(--color-text-muted)}.dashboard-page{max-width:1100px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.kpi-card{display:flex;flex-direction:column;gap:.4rem;padding:1.25rem}.kpi-icon{color:var(--color-text-muted);display:flex}.kpi-label{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.kpi-value{font-size:1.5rem;font-weight:700;color:var(--color-text)}.gauge-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.gauge-card{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.25rem 1.1rem}.gauge-head{display:flex;align-items:center;gap:.4rem;color:var(--color-text-muted)}.gauge-icon{display:flex}.gauge-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.gauge-svg{width:100%;height:auto;display:block}.gauge-bound{fill:var(--color-text-muted);font-size:10px}.gauge-readout{text-align:center;line-height:1;margin-top:-.25rem}.gauge-num{font-size:1.6rem;font-weight:700;color:var(--color-text)}.gauge-unit{font-size:.9rem;color:var(--color-text-muted);margin-left:.25rem}.section-card{margin-bottom:1.5rem}.section-title{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:.4rem}.section-subtitle{font-size:.8rem;color:var(--color-text-muted);margin-bottom:.5rem;line-height:1.5}.cells-grid{display:flex;flex-wrap:wrap;gap:1.5rem}.cell-stat{display:flex;flex-direction:column;gap:.2rem}.cell-label{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.cell-value{font-size:1.1rem;font-weight:600;font-family:var(--font-mono);color:var(--color-text)}.badge-live{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-danger);background:#dc262614;text-transform:none;letter-spacing:0}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--color-success);box-shadow:0 0 #16a34a80;animation:live-pulse 1.8s infinite}.badge-live .live-dot{background:var(--color-danger);box-shadow:0 0 #dc262680;animation:live-pulse-red 1.8s infinite}@keyframes live-pulse{0%{box-shadow:0 0 #16a34a73}70%{box-shadow:0 0 0 7px #16a34a00}to{box-shadow:0 0 #16a34a00}}@keyframes live-pulse-red{0%{box-shadow:0 0 #dc262673}70%{box-shadow:0 0 0 7px #dc262600}to{box-shadow:0 0 #dc262600}}.orders-table{width:100%;border-collapse:collapse;font-size:.85rem}.orders-table th{text-align:left;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);padding:.4rem .6rem;border-bottom:2px solid var(--color-border);font-weight:600}.orders-table td{padding:.55rem .6rem;border-bottom:1px solid var(--color-border);color:var(--color-text)}.orders-table tr:last-child td{border-bottom:none}.orders-table tr.order-applied{background:#1564d60d}.order-source-dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:.5rem;vertical-align:middle}.dash-section{padding:0;margin-bottom:1.5rem}.dash-section-bar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:1rem 1.5rem;flex-wrap:wrap;padding:1.1rem 1.5rem;background:var(--color-surface);border-bottom:1px solid var(--color-border);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.dash-section-heading{display:flex;flex-direction:column;gap:.15rem}.dash-section-title{font-size:1.05rem;font-weight:700;color:var(--color-text)}.dash-section-hint{font-size:.78rem;color:var(--color-text-muted)}.dash-section-hint strong{color:var(--color-text);font-weight:600}.dash-section-body{display:flex;flex-direction:column}.chart-block{padding:1.25rem 1.5rem;border-top:1px solid var(--color-border)}.chart-block:first-child{border-top:none}.chart-block-title{font-size:.9rem;font-weight:600;color:var(--color-text);margin-bottom:.25rem}.chart-block-subtitle{font-size:.8rem;color:var(--color-text-muted);line-height:1.5;margin-bottom:.85rem}.chart-empty{color:var(--color-text-muted);padding:.75rem 0}.window-switch{display:inline-flex;gap:.25rem;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius);padding:.2rem}.window-btn{border:none;background:transparent;color:var(--color-text-muted);padding:.3rem .7rem;border-radius:calc(var(--radius) - 2px);cursor:pointer;font-size:.8rem;transition:background .12s,color .12s}.window-btn:hover{color:var(--color-text)}.window-btn.active{background:var(--color-surface);color:var(--color-primary);font-weight:600;box-shadow:0 1px 2px #0f141a0f}.diag-period{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap}.diag-range{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-muted)}.diag-range label{display:inline-flex;align-items:center;gap:.3rem}.diag-range input[type=date]{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:calc(var(--radius) - 2px);color:var(--color-text);padding:.25rem .4rem;font-size:.8rem}.rv-root{--bg: #F4F6F8;--font-body: "Geist", -apple-system, system-ui, sans-serif;--font-disp: "Geist", -apple-system, system-ui, sans-serif;--font-num: "Geist Mono", ui-monospace, monospace;--surface: #ffffff;--surface-2: #EEF1F4;--ink: #0F141A;--ink-soft: #8A93A0;--ink-faint: #9099A6;--border: #EAEDF2;--border-strong: #D8DCE4;--brand: #1564d6;--brand-soft: #e8f0fd;--solar: #d97706;--solar-soft: #FEF0D5;--battery: #22A565;--battery-charge: #85CEAA;--battery-soft: #E4F5EC;--grid-imp: #e5484d;--grid-imp-soft: #fbe6e7;--grid: #2D6BE4;--grid-exp: var(--grid);--grid-exp-soft: #E8EEFC;--home: #7c7a74;--evcharger: #43a047;--evcharger-soft: #e8f5e9;--tarif: #a21caf;--tempo-blue: #1d4ed8;--tempo-blue-soft: #e6edfd;--tempo-white: #5b6472;--tempo-white-soft: #eef1f4;--tempo-red: #c2181e;--tempo-red-soft: #fce8e9;--on-accent: #ffffff;--shadow-card: 0 1px 2px rgba(15, 20, 26, .04), 0 10px 22px -14px rgba(15, 20, 26, .16);--shadow-pop: 0 12px 40px rgba(15, 20, 26, .2);--nav-bg: rgba(255, 255, 255, .92);font-family:var(--font-body);color:var(--ink);background:var(--bg)}.rv-root[data-theme=light]{--bg: #F4F6F8;--surface: #ffffff;--surface-2: #EEF1F4;--ink: #0F141A;--ink-soft: #8A93A0;--ink-faint: #9099A6;--border: #EAEDF2;--border-strong: #D8DCE4}.rv-root[data-theme=dark]{--bg: #0f1117;--surface: #1a1d27;--surface-2: #242736;--ink: #e8eaf0;--ink-soft: #9096aa;--ink-faint: #5a6070;--border: #2c3044;--border-strong: #3a4058;--brand: #4f8ef7;--brand-soft: rgba(79, 142, 247, .15);--solar-soft: rgba(245, 158, 11, .15);--battery-soft: rgba(23, 160, 90, .15);--grid-imp-soft: rgba(229, 72, 77, .15);--grid-exp-soft: rgba(47, 107, 237, .15);--evcharger-soft: rgba(67, 160, 71, .15);--tempo-blue: #6c9bff;--tempo-blue-soft: rgba(108, 155, 255, .16);--tempo-white: #aab3c4;--tempo-white-soft: rgba(170, 179, 196, .16);--tempo-red: #ff7b80;--tempo-red-soft: rgba(255, 123, 128, .16);--on-accent: #ffffff;--shadow-card: 0 1px 3px rgba(0, 0, 0, .4), 0 6px 20px rgba(0, 0, 0, .35);--shadow-pop: 0 12px 40px rgba(0, 0, 0, .65);--nav-bg: rgba(26, 29, 39, .92)}.rv-root,.rv-root *{font-variant-numeric:tabular-nums;box-sizing:border-box}.rv-root .num{font-family:var(--font-num);font-feature-settings:"tnum" 1}.rv-root .disp{font-family:var(--font-disp)}.rv-scroll::-webkit-scrollbar{width:0;height:0}.rv-scroll{scrollbar-width:none}@keyframes rv-dash{to{stroke-dashoffset:-1000}}@keyframes rv-pulse{0%,to{opacity:.55}50%{opacity:1}}@keyframes rv-live-dot-pulse{0%,to{box-shadow:0 0 #17a05a73}50%{box-shadow:0 0 0 4px #17a05a00}}.rv-live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--battery);animation:rv-live-dot-pulse 2s ease-in-out infinite;flex-shrink:0;vertical-align:middle;position:relative;top:-.5px}@keyframes rv-rise{0%{transform:translateY(12px)}to{transform:none}}@keyframes rv-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}@keyframes rv-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes rv-scrim-in{0%{opacity:0}to{opacity:1}}@keyframes rv-spin{to{transform:rotate(360deg)}}@keyframes rv-stream-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-40}}.rv-stream{animation-name:rv-stream-flow;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;will-change:stroke-dashoffset}@keyframes rv-breathe{0%,to{transform:scale(1);opacity:.15}50%{transform:scale(1.3);opacity:.35}}.rv-breathe{animation:rv-breathe 2.5s ease-in-out infinite}@keyframes rv-ripple-out{0%{transform:translate(-50%,-50%) scale(1);opacity:.2}to{transform:translate(-50%,-50%) scale(2.6);opacity:0}}.rv-ripple-ring{border-radius:50%;border:1.5px solid var(--brand);animation:rv-ripple-out 3s ease-out infinite}.rv-rise{animation:rv-rise .5s cubic-bezier(.22,1,.36,1)}@keyframes rv-fade-in{0%{opacity:0}to{opacity:1}}.rv-reveal{animation:rv-fade-in .35s ease both}@keyframes rv-soc-shimmer-charge{0%{transform:translate(-100%)}to{transform:translate(300%)}}@keyframes rv-soc-shimmer-discharge{0%{transform:translate(300%)}to{transform:translate(-100%)}}.rv-soc-bar-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:inherit}.rv-soc-bar-shimmer:after{content:"";position:absolute;top:0;left:0;width:40%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.35) 50%,transparent 100%);border-radius:inherit}.rv-soc-bar-shimmer[data-state=charging]:after{animation:rv-soc-shimmer-charge 2s ease-in-out infinite}.rv-soc-bar-shimmer[data-state=discharging]:after{animation:rv-soc-shimmer-discharge 2s ease-in-out infinite}@keyframes rv-skeleton-sweep{0%{transform:translate(-100%)}to{transform:translate(200%)}}.rv-skeleton{position:relative;overflow:hidden;background:var(--surface-2);border-radius:10px}.rv-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.14) 50%,transparent 100%);transform:translate(-100%);animation:rv-skeleton-sweep 1.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.rv-rise,.rv-reveal,.rv-stream,.rv-breathe,.rv-ripple-ring,.rv-live-dot,[class*=rv-dash]{animation:none!important}.rv-soc-bar-shimmer:after{animation:none!important}.rv-skeleton:after{animation:none!important}}.rv-app{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:var(--bg);overflow:hidden}.rv-app-inner{flex:1;width:100%;max-width:480px;margin:0 auto;display:flex;flex-direction:column;position:relative;overflow:hidden}.rv-app-scroll{flex:1;overflow-y:auto;overflow-x:hidden;position:relative}.admin-page{max-width:960px}.admin-section{margin-bottom:1.5rem}.admin-tabs{display:flex;gap:.35rem;border-bottom:1px solid var(--color-border);margin-bottom:1.5rem;padding-bottom:0}.admin-tab{background:transparent;border:none;border-bottom:2px solid transparent;color:var(--color-text-muted);padding:.65rem 1.1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .15s,border-color .15s,background .15s;border-radius:var(--radius) var(--radius) 0 0;display:inline-flex;align-items:center;gap:.4rem}.admin-tab:hover{color:var(--color-text);background:var(--color-surface-2)}.admin-tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:600}.create-form{display:flex;gap:1rem;align-items:flex-start}.user-create-form{display:flex;gap:1rem;align-items:flex-start;flex-wrap:wrap}.install-row{border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-bottom:.75rem;overflow:hidden;background:var(--color-surface);box-shadow:var(--shadow-card)}.install-row:last-child{margin-bottom:0}.install-row-header{display:flex;flex-direction:column;gap:.6rem;padding:.85rem 1.1rem;background:var(--color-surface)}.install-row-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.install-row-identity{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.install-row-quick-actions{display:flex;gap:.4rem;flex-shrink:0}.btn-icon{padding:.35rem .5rem;line-height:1}.install-row-name{font-weight:600;color:var(--color-text)}.install-row-id{font-size:.8rem;color:var(--color-text-muted)}.install-row-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:.5rem;border-top:1px solid var(--color-border)}.install-row-selects{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.install-row-selects .input{font-size:.8rem;padding:.2rem .4rem}.install-row-selects .input:first-child{max-width:220px}.install-row-selects .input:nth-child(2){max-width:140px}.install-row-selects .input:nth-child(3){max-width:220px}.install-row-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;flex-wrap:wrap}.action-group{display:flex;gap:.25rem;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius);padding:.2rem}.keys-panel{padding:1rem;background:var(--color-surface-2);border-top:1px solid var(--color-border)}.key-row{display:flex;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--color-border)}.key-row:last-child{border-bottom:none}.key-hint{font-size:.8rem;min-width:160px}.key-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th{text-align:left;padding:.55rem .75rem;color:var(--color-text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--color-border);font-weight:600}.data-table td{padding:.65rem .75rem;border-bottom:1px solid var(--color-border);vertical-align:middle}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#1564d608}.table-actions{display:flex;gap:.4rem;justify-content:flex-end;flex-wrap:wrap}.btn-sm{padding:.3rem .7rem;font-size:.8rem}.orch-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.orch-source{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.orch-source-name{color:var(--color-text-muted);font-size:.8rem}.orch-bar{margin-top:.4rem;height:4px;border-radius:2px;background:var(--color-surface-2);overflow:hidden}.orch-bar-fill{height:100%;border-radius:2px;background:var(--color-primary)}.command-form{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}.setpoint-row{display:flex;align-items:center;gap:1rem}.slider{flex:1;accent-color:var(--color-primary);cursor:pointer}.command-actions{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.response-box{margin-top:1rem;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius);padding:.75rem 1rem}.response-json{font-family:var(--font-mono);font-size:.8rem;color:var(--color-text);white-space:pre-wrap;word-break:break-all;margin-top:.5rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f141a59;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-box{width:100%;max-width:560px;display:flex;flex-direction:column;gap:1.25rem;box-shadow:var(--shadow-pop);border-radius:20px}.modal-header h2{font-size:1.1rem;font-weight:700;color:var(--color-text)}.modal-warning{background:#d9770614;border:1px solid rgba(217,119,6,.2);border-radius:var(--radius);padding:.75rem 1rem;font-size:.875rem;line-height:1.7;color:var(--color-text)}.key-display{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem;overflow-x:auto}.raw-key{font-family:var(--font-mono);font-size:.85rem;word-break:break-all;color:var(--color-success)}.modal-meta{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.modal-actions{display:flex;gap:.75rem;flex-wrap:wrap}@media(max-width:640px){.command-form{grid-template-columns:1fr}}.gx-logs-toolbar{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:1rem}.gx-logs-view{font-family:var(--font-mono);font-size:.78rem;line-height:1.5;color:var(--color-text);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius);padding:.75rem 1rem;margin:0;max-height:60vh;overflow:auto;white-space:pre-wrap;word-break:break-word}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #F4F6F8;--color-surface: #ffffff;--color-surface-2: #EEF1F4;--color-border: #E0E4EA;--color-text: #0F141A;--color-text-muted: #6B7280;--color-primary: #1564d6;--color-primary-hover: #1251b0;--color-success: #16a34a;--color-warning: #d97706;--color-danger: #dc2626;--font-sans: "Geist", "Inter", system-ui, -apple-system, sans-serif;--font-mono: "Geist Mono", "JetBrains Mono", "Fira Code", monospace;--radius: 10px;--radius-lg: 16px;--shadow-card: 0 1px 2px rgba(15, 20, 26, .04), 0 6px 16px -8px rgba(15, 20, 26, .08);--shadow-pop: 0 8px 30px rgba(15, 20, 26, .12)}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}html,body,#root{height:100%;font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);font-size:14px;line-height:1.6}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1.1s linear infinite}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-card)}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.25rem;border-radius:var(--radius);border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s,opacity .15s;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-secondary{background:var(--color-surface-2);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover:not(:disabled){background:var(--color-border)}.btn-danger{background:var(--color-danger);color:#fff}.btn-warning{background:var(--color-warning);color:#1a1a1a}.btn-warning:hover:not(:disabled){filter:brightness(1.08)}.input{width:100%;padding:.5rem .75rem;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);font-size:.875rem;outline:none;transition:border-color .15s}.input:focus{border-color:var(--color-primary)}.label{display:block;margin-bottom:.35rem;font-size:.8rem;color:var(--color-text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge-success{background:#22c55e26;color:var(--color-success)}.badge-warning{background:#f59e0b26;color:var(--color-warning)}.badge-danger{background:#ef444426;color:var(--color-danger)}.badge-muted{background:var(--color-surface-2);color:var(--color-text-muted)}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:var(--radius);padding:.75rem 1rem;color:var(--color-danger);font-size:.875rem}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}
