@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&family=Fira+Code:wght@400;500;600;700&display=swap";:root{--bg-color: #08111d;--card-bg: rgba(10, 23, 38, .74);--text-primary: #f3f7fc;--text-secondary: #89a0bb;--accent-cyan: #4fc3f7;--accent-green: #59c58a;--accent-purple: #f3b66b;--border-color: rgba(79, 195, 247, .24)}body{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-primary);font-family:Avenir Next,PingFang SC,Noto Sans SC,Segoe UI,sans-serif;font-size:14px;line-height:1.5;overflow:hidden}#app{width:100vw;height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at top,rgba(79,195,247,.08),transparent 38%),linear-gradient(160deg,#06101b,#08111d 45%,#0a1420)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.glass-panel{background:var(--card-bg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:18px;box-shadow:0 18px 50px #0008143d}.text-accent{color:var(--accent-cyan)}.text-green{color:var(--accent-green)}.text-purple{color:var(--accent-purple)}.flex-center{display:flex;align-items:center;justify-content:center}*{box-sizing:border-box}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,input,select,textarea{outline:none}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.link-button:focus-visible{outline:2px solid rgba(79,195,247,.5)}.route-auth-loading{min-height:100vh;display:grid;place-items:center;background:#020817;color:#cbd5e1;font-size:14px}.chart-fill{width:100%;height:100%;min-height:240px}.screen-ref{--screen-bg: linear-gradient(135deg, #e0e7ff 0%, #f0e9ff 50%, #e0f2fe 100%);--screen-panel: rgba(255, 255, 255, .65);--screen-panel-2: rgba(255, 255, 255, .45);--screen-border: rgba(255, 255, 255, .5);--screen-border-strong: rgba(255, 255, 255, .8);--screen-text: #1e293b;--screen-muted: #64748b;--screen-soft: #94a3b8;--screen-blue: #3b82f6;--screen-blue-2: #60a5fa;--screen-amber: #f59e0b;--screen-green: #10b981;width:100%;height:100dvh;overflow:hidden;background:var(--screen-bg);background-attachment:fixed;color:var(--screen-text);font-family:Inter,PingFang SC,sans-serif;color-scheme:light;position:relative}.screen-ref:before{display:none}.screen-ref__shell{--screen-side-panel-width: calc((100% - 40px)/5) ;height:100dvh;width:100%;margin:0 auto;padding:10px 24px 12px;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:10px}.screen-ref__topbar,.screen-metric,.screen-panel{background:var(--screen-panel);border:1px solid var(--screen-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 30px #0000000d}.screen-ref__topbar{border-radius:16px;min-height:56px;padding:0 20px;position:relative;top:auto;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.screen-ref__topbar:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--screen-blue)}.screen-ref__brand{display:flex;align-items:center;gap:10px;flex-shrink:0;min-width:0}.screen-ref__brand-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.screen-ref__brand-logo{height:52px;width:auto;object-fit:contain}.screen-ref__brand h1{margin:0;font-size:clamp(22px,2vw,28px);line-height:1;letter-spacing:.04em;font-weight:700;color:var(--screen-text);font-family:PingFang SC,Inter,sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.1);white-space:nowrap}.screen-ref__brand-subtitle{color:var(--screen-muted);font-size:12px;line-height:1.2;white-space:nowrap}.screen-ref__toolbar,.screen-ref__range-tabs{display:flex;align-items:center;gap:14px}.screen-ref__toolbar{flex:1;min-width:0;justify-content:flex-end}.screen-ref__toolbar-controls{display:flex;flex:1 1 0;min-width:0;margin-left:auto;align-items:center;justify-content:flex-end;gap:14px}.screen-ref__date{color:var(--screen-soft);font-size:14px;white-space:nowrap;font-family:Fira Code,JetBrains Mono,monospace}.screen-ref__admin-link{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 18px;border-radius:12px;background:#3b82f6e6;border:1px solid rgba(255,255,255,.4);color:#fff;font-weight:600;font-size:13px;transition:all .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 15px #3b82f64d}.screen-ref__admin-link:hover{background:#3b82f6;transform:translateY(-1px);box-shadow:0 6px 20px #3b82f666}.screen-ref__user-center{margin-left:0;flex:0 0 auto;z-index:30}.screen-ref__user-center .admin-user-card{min-height:38px;padding:5px 9px;border-radius:12px;background:#ffffff9e;border-color:#3b82f62e;color:var(--screen-text);box-shadow:0 4px 16px #2563eb1f}.screen-ref__user-center .admin-user-card:hover,.screen-ref__user-center .admin-user-card[aria-expanded=true]{background:#ffffffe0;border-color:#3b82f657}.screen-ref__user-center .admin-user-card__avatar{width:28px;height:28px;border-radius:9px;color:#1d4ed8;background:#3b82f624;font-size:13px;font-weight:800}.screen-ref__user-center .admin-user-card__copy{display:block}.screen-ref__user-center .user-center-menu__name{max-width:112px;color:var(--screen-text);font-size:13px}.screen-ref__user-center .admin-user-card small{margin-top:2px;color:var(--screen-muted);font-size:11px}.screen-ref__user-center .admin-user-menu__panel{background:#fffffff5;border-color:#3b82f62e;box-shadow:0 22px 60px #2563eb2e}.screen-ref__user-center .admin-user-menu__summary{border-bottom-color:#3b82f624}.screen-ref__user-center .admin-user-menu__summary strong,.screen-ref__user-center .admin-user-menu__panel button{color:#172033}.screen-ref__user-center .admin-user-menu__summary small{color:var(--screen-muted)}.screen-ref__user-center .admin-user-menu__panel button:hover{background:#3b82f61a}.screen-ref__user-center .admin-user-menu__panel button.is-danger{color:#b91c1c}.screen-ref__range-tabs{padding:4px;border-radius:12px;background:#ffffff80;border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.screen-ref__range-tabs button{border:none;min-width:40px;min-height:32px;padding:0 14px;border-radius:8px;background:transparent;color:var(--screen-muted);cursor:pointer;font-weight:500;font-size:13px;transition:all .2s ease}.screen-ref__range-tabs button:hover{background:#ffffff80;color:var(--screen-text)}.screen-ref__range-tabs button.is-active{background:#3b82f6e6;color:#fff;box-shadow:0 2px 10px #3b82f64d}.screen-ref__metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.screen-metric{position:relative;overflow:hidden;min-height:110px;border-radius:16px;padding:16px;display:grid;align-content:space-between;gap:8px;background:#ffffffa6;border:1px solid rgba(255,255,255,.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 30px #0000000d;transition:all .3s ease}.screen-metric:hover{background:#fffc;border-color:#fffc;box-shadow:0 8px 40px #0000001a;transform:translateY(-2px)}.screen-metric:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(80,220,255,.1),transparent 48%);pointer-events:none}.screen-metric:after{content:"";position:absolute;left:16px;right:16px;top:0;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--screen-blue),rgba(80,220,255,0))}.screen-metric.tone-green:before{background:linear-gradient(135deg,rgba(43,228,140,.1),transparent 48%)}.screen-metric.tone-green:after{background:linear-gradient(90deg,var(--screen-green),rgba(43,228,140,0))}.screen-metric.tone-amber:before{background:linear-gradient(135deg,rgba(255,181,74,.12),transparent 48%)}.screen-metric.tone-amber:after{background:linear-gradient(90deg,var(--screen-amber),rgba(255,181,74,0))}.screen-panel__title{margin:0;font-size:14px;line-height:1.2;font-weight:600;letter-spacing:-.01em;color:var(--screen-text)}.screen-metric__title{color:var(--screen-text);font-size:12px;font-weight:600}.screen-panel__action,.screen-panel__subtitle{color:var(--screen-muted);font-size:12px}.ai-workspace-link{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:10px;background:#3b82f61f;border:1px solid rgba(59,130,246,.18);color:#2563eb;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;transition:transform .2s ease,background .2s ease,border-color .2s ease}.ai-workspace-link:hover{background:#3b82f62e;border-color:#3b82f63d;transform:translateY(-1px)}.ai-workspace-link--compact{min-height:28px;padding:0 10px;font-size:11px}.screen-ref__status-item span,.screen-ref__device-item span{color:var(--screen-muted);font-size:11px}.screen-ref__rank-copy small{color:var(--screen-soft);font-size:11px}.screen-ref__list-table-head span{color:var(--screen-muted);font-size:11px;font-weight:600}.screen-metric small{color:var(--screen-text);font-size:12px;font-weight:500}.screen-ref__map-head span{font-size:14px;font-weight:600;color:var(--screen-text);letter-spacing:-.01em}.screen-metric__value-row{display:flex;align-items:flex-end;gap:8px}.screen-metric__value-row strong{font-size:clamp(26px,1.8vw,36px);line-height:1;letter-spacing:-.02em;font-weight:700;font-family:Inter,Fira Code,monospace;color:var(--screen-text)}.screen-metric__value-row em{font-style:normal;font-size:13px;line-height:1.2;color:var(--screen-muted);font-weight:600;font-family:Inter,Fira Code,monospace}.screen-metric__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.screen-metric small{display:inline-flex;align-items:center;min-height:32px;padding:0 10px;border-radius:6px;background:#4fdcff14;font-size:11px;font-weight:600}.screen-metric.tone-green small{color:var(--screen-green);background:#10b9811a}.screen-metric.tone-blue small{color:var(--screen-blue);background:#38bdf81a}.screen-metric.tone-amber small{color:var(--screen-amber);background:#f59e0b1a}.screen-metric.is-emphasis .screen-metric__value-row strong{color:var(--screen-blue)}.screen-metric__sparkline{width:88px;height:30px;flex:none}.screen-ref__body{min-height:0;display:grid;grid-template-columns:1.25fr 3fr var(--screen-side-panel-width);gap:10px;overflow:hidden}.screen-ref__main-content{display:flex;flex-direction:column;gap:10px;min-width:0;min-height:0;height:100%}.screen-ref__top-grid{display:grid;grid-template-columns:1.4fr .6fr 1fr;gap:10px;min-height:0;flex:1.1}.screen-ref__bottom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-height:0;flex:1.9}.screen-ref__bottom-grid>.screen-panel{min-height:0}.screen-ref__right-column{display:flex;flex-direction:column;gap:6px;min-height:0;grid-row:span 2;margin-top:-235px}.screen-ref__right-column>.screen-panel{min-height:0}.screen-ref__right-column>.screen-ref__saving-amount-card{flex:.8}.screen-ref__right-column>.screen-panel:nth-child(2){flex:1.2}.screen-ref__right-column>.screen-ref__login-log-panel{flex:5}.screen-panel{position:relative;border-radius:16px;padding:16px;display:flex;flex-direction:column;min-height:0;overflow:hidden;background:#ffffffa6;border:1px solid rgba(255,255,255,.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 30px #0000000d}.screen-panel:hover{background:#ffffffbf;border-color:#fffc;box-shadow:0 8px 40px #00000014}.screen-panel:before{display:none}.screen-panel.is-dark{background:#ffffffbf;border:1px solid rgba(255,255,255,.5);color:var(--screen-text);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 30px #0000000d}.screen-panel__header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}.screen-panel__body{flex:1;min-height:0;display:flex;flex-direction:column}.screen-ref__assistant{height:100%}.screen-ref__assistant .screen-panel__body{display:flex}.screen-assistant-chat{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.screen-assistant-chat__content{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:12px}.screen-assistant-chat__messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px;min-height:0;padding:8px;background:#fff6;border-radius:10px}.screen-assistant-chat__prompt:hover{transform:translateY(-1px);border-color:#3b82f666;background:#ffffffd9;color:var(--screen-blue);box-shadow:0 4px 15px #00000014}.screen-assistant-chat__prompt:disabled{opacity:.5;cursor:not-allowed;transform:none}.screen-assistant-chat__messages{min-height:0;padding-right:2px;display:flex;flex-direction:column;gap:8px;overflow:auto}.screen-ref__center,.screen-ref__right{min-height:0;display:grid;gap:10px}.screen-ref__center{grid-template-rows:1.22fr .96fr .82fr}.screen-ref__right{grid-template-rows:.2fr 3fr 6.8fr}.screen-ref__map-panel{overflow:hidden;position:relative;background:#ffffffa6;border:1px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px}.screen-ref__map-panel .screen-panel__body{position:absolute;inset:0;padding:0}.screen-ref__map-panel-full{overflow:hidden;position:relative;height:100%}.screen-ref__map-panel-full .screen-panel__body{flex:1;min-height:0;padding:12px 4px 12px 12px}.screen-ref__map-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:4px;position:relative;z-index:30;pointer-events:none;background:transparent}.screen-ref__map-head>div{pointer-events:auto;background:transparent}.screen-ref__map-panel:after{display:none}.screen-ref__map-head span{font-size:14px;font-weight:600;color:var(--screen-text)}.screen-ref__map-head strong{display:block;margin-top:2px;font-size:16px;letter-spacing:-.03em;color:var(--screen-text);color:#eff9ff;font-family:Share Tech Mono,Fira Code,monospace}.screen-ref__select-group{display:flex;flex-direction:column;gap:10px;margin-top:8px;align-items:flex-start;position:relative;z-index:20;background:transparent}.screen-ref__back-btn{margin-top:8px;padding:6px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.5);background:#fff6;color:var(--screen-blue);font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.screen-ref__back-btn:hover{background:#ffffffb3;border-color:#fffc}.screen-ref__select{appearance:none;background:#fff9;border:1px solid rgba(255,255,255,.5);border-radius:10px;color:var(--screen-text);padding:8px 32px 8px 14px;font-size:14px;min-width:140px;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.5L6%206.5L11%201.5%22%20stroke%3D%22%2364748b%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 12px center;outline:none;position:relative;z-index:21;transition:all .2s ease}.screen-ref__select:hover{background:#fffc;border-color:#fffc}.screen-ref__select option{background:#fffffff2;color:var(--screen-text)}.screen-ref__map-badges{display:flex;align-items:center;gap:6px}.screen-ref__map-badges button,.screen-ref__map-badges span{min-height:28px;padding:0 10px;border-radius:4px;border:1px solid rgba(80,220,255,.15);background:#4fdcff0f;color:var(--screen-soft);font-size:11px}.screen-ref__map-badges button{cursor:pointer}.screen-ref__map-chart{position:absolute;inset:0;width:100%;height:100%;min-height:0;z-index:1}.screen-ref__chart{width:100%;height:100%;min-height:0}.screen-ref__map-grid,.screen-ref__chart-grid,.screen-ref__table-grid{min-height:0;display:grid;gap:10px}.screen-ref__map-grid{grid-template-columns:2fr 1fr}.screen-ref__chart-grid,.screen-ref__table-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.screen-ref__table-grid .screen-panel{padding:8px 10px}.screen-ref__table-grid .screen-panel__header{margin-bottom:4px}.screen-ref__list-table,.screen-ref__rank-list{display:grid;gap:2px}.screen-ref__list-table-head{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:10px;padding:0 6px;font-size:11px;font-weight:600;color:var(--screen-muted)}.screen-ref__list-table-head span:nth-child(3){text-align:right}.screen-ref__list-row,.screen-ref__rank-row{border:none;width:100%;display:grid;align-items:center;padding:0 2px;border-radius:2px;min-height:10px;line-height:10px;background:#fff6;transition:all .15s ease;border:1px solid rgba(255,255,255,.3)}.screen-ref__list-row{grid-template-columns:1.1fr .9fr .9fr;gap:10px}.screen-ref__list-row b{text-align:right}.screen-ref__list-row:hover,.screen-ref__rank-row:hover{background:#ffffffb3;border-color:#fff9}.screen-ref__list-row strong,.screen-ref__rank-copy strong{font-size:6px;color:var(--screen-text);font-weight:600}.screen-ref__list-row span{color:var(--screen-muted);font-size:12px}.screen-ref__list-row b,.screen-ref__rank-row b{color:var(--screen-blue);font-size:6px;font-weight:700;justify-self:end}.screen-ref__rank-row{grid-template-columns:32px minmax(0,1fr) auto;gap:4px;cursor:pointer;text-align:left}.screen-ref__rank-index{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:22px;padding:0 6px;font-size:10px;line-height:1;border-radius:8px;background:#3b82f614;border:none;color:var(--screen-blue);font-weight:700;box-sizing:border-box}.screen-ref__rank-copy{display:flex;align-items:baseline;gap:6px;min-width:0}.screen-ref__rank-copy small{font-size:8px;white-space:nowrap}.ranking-section--province{padding:10px 10px 8px;border-radius:22px;height:auto;align-self:center;justify-self:start;justify-content:center;width:min(375px,100%)}.screen-ref__score-card{justify-content:center;align-items:center;text-align:center;background:#ffffffa6;border:1px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;min-height:70px;max-height:80px;padding:8px}.screen-ref__score-card:before{display:none}.screen-ref__score-card-copy span{display:block;color:var(--screen-text);font-size:12px;font-weight:600;letter-spacing:-.01em}.screen-ref__score-card-copy strong{display:block;margin-top:8px;font-size:clamp(26px,2.6vw,36px);line-height:1;font-weight:700;color:var(--screen-blue);letter-spacing:-.02em;text-shadow:0 2px 10px rgba(59,130,246,.2)}.screen-ref__score-card-copy small{display:block;margin-top:4px;max-width:200px;color:var(--screen-soft);line-height:1.4;font-size:11px}.screen-ref__saving-amount-card{justify-content:center;align-items:center;text-align:center;background:#ffffffa6;border:1px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;min-height:70px;max-height:80px;padding:8px}.screen-ref__saving-amount-card:before{display:none}.screen-ref__saving-amount-card .screen-ref__score-card-copy strong{color:#059669;text-shadow:0 2px 10px rgba(5,150,105,.2)}.screen-ref__status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:center}.screen-ref__status-item{min-height:55px;padding:6px 4px;border-radius:8px;background:#ffffff80;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(255,255,255,.4);gap:2px}.screen-ref__status-item strong{font-size:clamp(22px,2.2vw,28px);line-height:1;font-weight:700}.screen-ref__status-item span{font-size:12px;line-height:1}.screen-ref__status-item.is-online strong{color:#059669}.screen-ref__status-item.is-warning strong{color:#d97706}.screen-ref__status-item.is-offline strong{color:#64748b}.screen-ref__device-grid{height:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.screen-ref__device-item{min-height:76px;padding:12px;border-radius:12px;background:#ffffff80;display:grid;align-content:space-between;border:1px solid rgba(255,255,255,.4)}.screen-ref__device-item b{justify-self:start;padding:6px 10px;border-radius:20px;font-size:11px;font-weight:600;line-height:1}.screen-ref__device-item b.is-正常{color:#059669;background:#d1fae5cc}.screen-ref__device-item b.is-报警{color:#b45309;background:#fef3c7cc}.screen-ref__device-item b.is-故障,.screen-ref__device-item b.is-未启动{color:#64748b;background:#f1f5f9cc}.screen-ref__login-log{display:flex;flex-direction:column;gap:4px;height:100%;overflow:hidden}.screen-ref__login-log-head{display:grid;grid-template-columns:60px 1fr 45px;gap:8px;padding:6px 10px;background:#ffffff80;border-radius:8px;font-size:11px;font-weight:600;color:var(--screen-text);border:1px solid rgba(255,255,255,.4);flex-shrink:0}.screen-ref__login-log-row{display:grid;grid-template-columns:60px 1fr 45px;gap:8px;padding:6px 10px;background:#ffffff59;border-radius:6px;font-size:12px;align-items:center;border:1px solid rgba(255,255,255,.3);transition:background .2s ease}.screen-ref__login-log-row:hover{background:#fff9}.screen-ref__login-log-row .log-time{color:var(--screen-soft);font-family:monospace;font-size:10px}.screen-ref__login-log-row .log-name{color:var(--screen-text);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.screen-ref__login-log-row .log-status{font-size:11px;font-weight:600;padding:3px 6px;border-radius:4px;text-align:center}.screen-ref__login-log-row .log-status.is-success{color:#059669;background:#d1fae5cc}.screen-ref__login-log-row .log-status.is-warning{color:#b45309;background:#fef3c7cc}.screen-ref__login-log-row .log-status.is-error{color:#dc2626;background:#fee2e2cc}.screen-ref__login-log-row .log-status.is-online{color:#059669;background:#d1fae5cc}.screen-ref__login-log--scroll{position:relative}.screen-ref__login-log-body{display:flex;flex-direction:column;gap:6px;overflow-y:auto;max-height:calc(100% - 40px)}.screen-ref__login-log-row.is-new{animation:logSlideIn .5s ease-out;background:#05966926;border-color:#0596694d}@keyframes logSlideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.screen-ref--community{background:linear-gradient(180deg,#f3f7fb,#eef3f8)}.screen-ref__community-shell{--screen-side-panel-width: calc((100% - 40px)/5) ;height:100%;width:100%;margin:0 auto;padding:10px 24px 12px}@media(max-width:1440px){.screen-ref__shell,.screen-ref__community-shell{--screen-side-panel-width: calc((100% - 20px) / 3)}.screen-ref__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.screen-ref__body{grid-template-columns:1.25fr 3fr var(--screen-side-panel-width)}}@media(max-width:1180px){.screen-ref__shell{height:auto;min-height:100dvh;grid-template-rows:auto auto auto}.screen-ref__topbar{flex-direction:column;align-items:flex-start;padding:18px}.screen-ref__toolbar{width:100%;flex-wrap:wrap;justify-content:flex-end}.screen-ref__toolbar-controls{flex-wrap:wrap;justify-content:flex-end}.screen-ref__body{grid-template-columns:1fr;overflow:visible}.screen-ref__center,.screen-ref__right{grid-template-rows:auto}}@media(max-width:820px){.screen-ref__shell{height:auto;padding:14px}.screen-ref__metrics,.screen-ref__chart-grid,.screen-ref__table-grid,.screen-ref__device-grid,.screen-ref__status-grid,.screen-assistant-chat__prompts{grid-template-columns:1fr}.screen-ref__toolbar,.screen-ref__range-tabs,.screen-ref__map-head{width:100%;flex-wrap:wrap}.screen-ref__toolbar-controls{flex-wrap:wrap;justify-content:flex-end}.screen-ref__toolbar{justify-content:flex-end}.screen-ref__user-center .admin-user-card__copy small{display:none}.province-screen__map-chart,.province-screen__map-placeholder{min-height:380px}.province-energy-ranking__header,.device-access-header{flex-direction:column;align-items:stretch}.province-energy-ranking__tabs,.device-access-tabs{width:fit-content}}@media(prefers-reduced-motion:reduce){.screen-ref__admin-link,.screen-ref__list-row,.screen-ref__rank-row,.screen-assistant-chat__prompt,.screen-assistant-chat__send{transition:none}}.map-chart{min-height:520px}.btn{border:1px solid transparent;border-radius:999px;padding:10px 16px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#6ad0ff,#2e9fc9);color:#041521;font-weight:700}.btn-secondary{background:#4fc3f71a;border-color:#4fc3f747;color:#d7f3ff}.button-group{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.glass-panel,.panel-card,.table-card,.model-card,.tree-panel,.content-panel,.overview-card,.device-card,.dashboard-brief,.dashboard-control-card,.dashboard-highlight,.admin-topbar,.admin-rail__insight,.community-view__header{background:linear-gradient(180deg,#0c1b2bd6,#08121ee0),radial-gradient(circle at top right,rgba(79,195,247,.08),transparent 42%);border:1px solid rgba(79,195,247,.16);box-shadow:0 18px 55px #00071257,inset 0 1px #ffffff08;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.panel-card{position:relative;display:flex;flex-direction:column;min-height:0;padding:18px;border-radius:24px}.panel-card:before,.overview-card:before,.device-card:before,.model-card:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(140deg,rgba(255,255,255,.04),transparent 35%)}.panel-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.panel-card__title{margin:0;font-size:17px;font-weight:700;letter-spacing:.01em;color:#f4f8fc}.panel-card__extra,.panel-note{color:#86d2ef;font-size:12px;line-height:1.5}.panel-card__extra{display:flex;align-items:center}.panel-card__body{flex:1;min-height:0}.link-button{border:none;background:transparent;color:#88d8f9;cursor:pointer;padding:0}.link-button.danger{color:#f28a82}.dashboard-container{width:100%;height:100%;overflow:auto;background:radial-gradient(circle at top left,rgba(79,195,247,.11),transparent 25%),radial-gradient(circle at bottom right,rgba(89,197,138,.08),transparent 22%),linear-gradient(180deg,#07111b,#08111c 42%,#0a1320)}.dashboard-shell{min-height:100%;padding:28px 28px 32px;display:flex;flex-direction:column;gap:22px;transition:padding-right .3s ease}.dashboard-shell.has-ai{padding-right:380px}.dashboard-masthead{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(320px,.92fr);gap:18px;padding:20px;border-radius:30px}.dashboard-masthead__intro,.dashboard-masthead__metrics,.dashboard-masthead__ops{min-width:0}.dashboard-kicker,.admin-brand__kicker,.admin-topbar__eyebrow,.dashboard-brief__eyebrow{display:inline-flex;align-items:center;gap:8px;color:#80caea;font-size:11px;letter-spacing:.18em;text-transform:uppercase}.dashboard-title-block{margin:14px 0 0}.dashboard-title{margin:0;font-size:clamp(28px,2.6vw,38px);line-height:1.06;font-weight:800;letter-spacing:.02em}.dashboard-subtitle{margin:10px 0 0;max-width:58ch;color:#91a6bf;line-height:1.7}.dashboard-badges{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px}.dashboard-badge{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;border:1px solid rgba(79,195,247,.16);background:#09152199;color:#d9eef8;font-size:12px}.dashboard-masthead__metrics{display:grid;grid-template-columns:1fr;gap:12px}.dashboard-hero-stat{min-height:0;padding:18px 20px;border-radius:22px}.dashboard-hero-stat .stat-card__body{margin-top:18px}.dashboard-hero-stat .stat-card__value{font-size:clamp(24px,1.8vw,30px)}.dashboard-masthead__ops{display:grid;gap:12px}.dashboard-control-card{border-radius:22px;padding:18px;display:grid;gap:12px}.dashboard-control-card__label{color:#88cce9;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.dashboard-date{padding:10px 12px;border-radius:16px;background:#07131fa3;border:1px solid rgba(79,195,247,.14);color:#d9eef8;font-family:DIN Alternate,Bahnschrift,Avenir Next,sans-serif;letter-spacing:.02em}.dashboard-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard-highlight{border-radius:20px;padding:16px;display:grid;gap:8px}.dashboard-highlight span,.dashboard-highlight small{color:#8fa4bd}.dashboard-highlight strong{font-size:18px;line-height:1.2}.dashboard-grid{flex:1;min-height:0;display:grid;grid-template-columns:310px minmax(0,1fr) 310px;gap:18px}.dashboard-rail,.dashboard-stage{min-height:0;display:flex;flex-direction:column;gap:18px}.dashboard-panel{min-height:0;flex:1}.dashboard-panel--monitor{flex:1.05}.dashboard-stage{gap:18px}.dashboard-stage__hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.72fr);gap:18px;min-height:0}.dashboard-map{min-height:0}.dashboard-stage__stack{display:grid;gap:18px;min-height:0}.dashboard-panel--table{min-height:0}.dashboard-panel--ranking{min-height:260px}.dashboard-brief{border-radius:22px;padding:18px;display:grid;gap:14px}.dashboard-brief__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-brief__header strong{font-size:18px}.dashboard-brief__list{display:grid;gap:12px}.dashboard-brief__item{padding:14px 16px;border-radius:18px;background:#07121db8;border:1px solid rgba(79,195,247,.08);display:flex;justify-content:space-between;gap:12px;align-items:center}.dashboard-brief__item span{color:#8da5bf}.stat-card{position:relative;overflow:hidden;border-radius:22px;padding:18px;min-height:150px}.stat-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.stat-card__title{color:#8fa6bf;font-size:14px}.stat-card__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:#ffffff0f}.stat-card__body{margin-top:22px}.stat-card__value-group{display:flex;align-items:flex-end;gap:10px}.stat-card__value{font-size:34px;line-height:1;font-weight:800;font-family:DIN Alternate,Bahnschrift,Avenir Next,sans-serif}.stat-card__unit,.stat-card__subtext,.mini-kpi__label,.eco-card__label{color:#8da3bc}.stat-card__trend{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.is-up{color:#63cb95}.is-down{color:#ef8b82}.time-selector{display:inline-flex;flex-wrap:wrap;gap:4px;padding:4px;border-radius:16px;background:#07121db8;border:1px solid rgba(79,195,247,.14)}.time-btn{border:none;background:transparent;color:#8ea5be;padding:8px 14px;cursor:pointer;border-radius:12px}.time-btn.active{background:linear-gradient(135deg,#4fc3f73d,#4fc3f714);color:#f4f8fc}.region-selector__input,.form-input{width:100%;min-width:0;padding:11px 14px;border-radius:14px;border:1px solid rgba(79,195,247,.18);background:#06101bc2;color:#f4f8fc}.monitor-panel{height:100%;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(180px,.85fr);gap:14px}.monitor-panel__chart{min-height:220px}.monitor-panel__stats{display:grid;gap:12px}.mini-kpi{padding:14px;border-radius:18px;background:#07121db3;display:grid;gap:6px}.mini-kpi strong{font-size:18px}.mini-kpi.danger strong{color:#ef8b82}.eco-card{display:grid;gap:14px}.eco-card__item{padding:16px;border-radius:18px;background:#07121db8;display:grid;gap:8px}.table-scroll{height:100%;max-width:100%;overflow:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:12px 14px;text-align:center;border-bottom:1px solid rgba(143,166,191,.1)}.data-table th{position:sticky;top:0;background:#091420f5;color:#8ea4bd;font-weight:600;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.data-table.compact th,.data-table.compact td{padding:10px 12px}.table-muted{color:#94a3b8}.data-table tbody tr:hover{background:#4fc3f70d}.table-link-button{border:0;background:transparent;color:#6ee7ff;font:inherit;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:4px}.table-link-button:hover{color:#baf3ff}.ai-assistant{position:fixed;right:0;top:0;width:352px;height:100vh;transform:translate(100%);transition:transform .32s ease;z-index:50}.ai-assistant.is-open{transform:translate(0)}.ai-assistant__toggle{position:absolute;left:-58px;top:50%;transform:translateY(-50%);width:58px;height:152px;border:1px solid rgba(79,195,247,.22);border-right:none;border-radius:18px 0 0 18px;background:#09121ef0;color:#caebfa;cursor:pointer}.ai-assistant__toggle-text{display:block;font-size:13px;line-height:1.4}.ai-assistant__toggle-icon{display:block;margin-bottom:10px}.ai-assistant__panel{height:100%;display:flex;flex-direction:column;border-left:1px solid rgba(79,195,247,.18);background:#060f19f7;box-shadow:-24px 0 56px #0008145c}.ai-assistant__header,.modal-card__header,.content-panel__header,.community-view__header{display:flex;justify-content:space-between;align-items:center;gap:16px}.ai-assistant__header{padding:18px;border-bottom:1px solid rgba(79,195,247,.12)}.ai-assistant__header-actions{display:flex;align-items:center;gap:10px}.ai-assistant__messages{flex:1;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.ai-assistant__message{padding:12px 14px;border-radius:16px;line-height:1.7}.ai-assistant__message.is-ai{background:#4fc3f71a;align-self:flex-start}.ai-assistant__message.is-user{background:#59c58a1f;align-self:flex-end}.ai-assistant__input-row{padding:16px;border-top:1px solid rgba(79,195,247,.12);display:grid;gap:12px}.ai-assistant__input{resize:none;min-height:96px;padding:12px 14px;border-radius:16px;border:1px solid rgba(79,195,247,.16);background:#040c14b8;color:#f4f8fc}.ai-assistant__close,.icon-button{border:none;background:transparent;color:#8da5be;font-size:28px;cursor:pointer}.dashboard-community-shell{min-height:100%;padding:28px}.community-view{display:flex;flex-direction:column;gap:10px;height:100%;min-height:0}.community-view__header{padding:16px 20px;border-radius:16px}.community-view__header h2,.page-header h2{margin:0;font-size:25px}.community-view__header p,.page-subtitle{margin:6px 0 0;color:#8ea4bd;line-height:1.7}.community-view__stats,.overview-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.community-view__shell{display:grid;grid-template-columns:1.25fr 3fr var(--screen-side-panel-width);gap:10px;min-height:0;flex:1}.community-view__left,.community-view__main,.community-view__right{display:flex;flex-direction:column;gap:10px;min-height:0}.community-view__panel{min-height:0}.community-view__left>.community-view__panel--assistant{flex:1}.community-view__right>.community-view__panel:last-child{flex:1}.community-view__panel--assistant,.community-view__panel--assistant .panel-card__body,.community-view__panel--assistant .community-ai-assistant{height:100%;min-height:0}.community-view__main-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:10px;min-height:0}.lighting-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.lighting-board__item,.community-alert-item,.community-device-summary__item,.community-strategy-item{border-radius:18px;padding:16px;background:#eff6ffd9;border:1px solid rgba(191,219,254,.76)}.lighting-board__item.is-alert,.community-alert-item.is-alert{background:#fef2f2eb;border-color:#fca5a58f}.lighting-board__meta{display:flex;flex-direction:column;gap:6px}.lighting-board__meta span,.community-device-summary__item span,.community-strategy-item span{color:#64748b;font-size:12px;line-height:1.6}.lighting-board__meta strong,.community-device-summary__item strong,.community-alert-item strong,.community-strategy-item strong{color:#0f172a;font-size:16px}.lighting-board__stats{margin-top:12px;display:grid;gap:4px;color:#334155;font-size:12px}.lighting-board__status{margin-top:14px;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;background:#16a34a1f;color:#15803d;font-size:12px;font-weight:700}.lighting-board__status.is-alert{background:#ef44441f;color:#dc2626}.community-device-summary,.community-strategy-list,.community-alert-list{display:grid;gap:12px}.community-device-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.community-alert-item{display:grid;gap:6px}.community-view__grid,.admin-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.gateway-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.gateway-pill{padding:12px 14px;border-radius:16px;background:#07121db8;display:flex;justify-content:space-between;gap:12px}.gateway-pill.is-alert{border:1px solid rgba(242,138,130,.28)}.admin-shell{display:grid;grid-template-columns:228px minmax(0,1fr);width:100vw;min-height:100vh;height:100dvh;overflow:hidden;background:radial-gradient(circle at top left,rgba(79,195,247,.06),transparent 24%),linear-gradient(180deg,#07111b,#09131f)}.admin-shell.is-rail-collapsed{grid-template-columns:72px minmax(0,1fr)}.admin-rail{position:sticky;top:0;align-self:start;min-height:100dvh;max-height:100dvh;overflow:auto;padding:20px 12px 16px;border-right:1px solid rgba(79,195,247,.12);background:#060f19e0;display:flex;flex-direction:column;gap:18px}.admin-brand{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 4px}.admin-brand__badge{width:52px;height:52px;border-radius:18px;background:linear-gradient(145deg,#4fc3f72e,#4fc3f70f);display:flex;align-items:center;justify-content:center;font-size:24px}.admin-brand h1{margin:4px 0 0;font-size:19px}.admin-brand__actions{display:flex;align-items:center;gap:8px}.admin-brand__home-link{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;padding:0;border-radius:14px;background:#4fc3f714;border:1px solid rgba(79,195,247,.14);color:#d7f3ff}.admin-brand__home-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.admin-rail__toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;padding:0;border:1px solid rgba(79,195,247,.14);border-radius:14px;background:#4fc3f714;color:#d7f3ff;cursor:pointer}.admin-rail__toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.admin-nav{display:grid;gap:10px}.admin-nav__item{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:11px;padding:11px;border-radius:16px;color:#d4e1ef;transition:background .2s ease,border-color .2s ease;border:1px solid transparent}.admin-nav__item:hover,.admin-nav__item.is-active{background:#4fc3f71a;border-color:#4fc3f71f}.admin-nav__icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.admin-nav__icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.admin-nav__copy{display:grid;gap:5px}.admin-nav__copy strong{font-size:15px}.admin-nav__copy small{color:#89a0bb;line-height:1.55;font-size:12px}.admin-rail__insight{margin-top:auto;border-radius:22px;padding:18px;display:grid;gap:8px}.admin-rail__label{color:#84caea;font-size:12px;letter-spacing:.16em;text-transform:uppercase}.admin-rail__insight p{margin:0;color:#8ca2bc;line-height:1.7}.admin-shell.is-rail-collapsed .admin-rail{align-items:center;padding-inline:10px}.admin-shell.is-rail-collapsed .admin-brand{flex-direction:column;justify-content:flex-start;gap:10px;width:100%}.admin-shell.is-rail-collapsed .admin-brand h1{display:none}.admin-shell.is-rail-collapsed .admin-brand__actions{flex-direction:column}.admin-shell.is-rail-collapsed .admin-nav{width:100%}.admin-shell.is-rail-collapsed .admin-nav__item{grid-template-columns:1fr;justify-items:center;min-height:48px;padding-inline:0}.admin-shell.is-rail-collapsed .admin-nav__copy,.admin-shell.is-rail-collapsed .admin-rail__insight{display:none}.admin-workspace{min-width:0;min-height:100dvh;padding:22px 22px 20px;display:flex;flex-direction:column;gap:18px;overflow:auto;overscroll-behavior:contain}.admin-topbar{border-radius:24px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.admin-topbar--compact{min-height:104px;align-items:center}.admin-topbar__heading{display:grid;gap:8px}.admin-topbar__heading h2{margin:0;font-size:28px}.admin-topbar__heading p{margin:0;max-width:58ch;color:#8da4bd;line-height:1.7}.admin-topbar__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto}.admin-chip{display:inline-flex;align-items:center;padding:10px 12px;border-radius:999px;border:1px solid rgba(79,195,247,.16);background:#07121db8;color:#d1e7f3}.admin-chip--demo{border-color:#f59e0b7a;background:#f59e0b29;color:#fde68a}.admin-secondary-tabs{min-width:0;flex:1 1 380px;display:flex;align-items:stretch;background:transparent;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;overflow:hidden}.admin-secondary-tabs__list{min-width:0;width:100%;min-height:72px;display:flex;align-items:stretch;gap:12px;overflow-x:auto;scrollbar-width:none}.admin-secondary-tabs__list::-webkit-scrollbar{display:none}.admin-secondary-tabs__tab{min-height:72px;min-width:164px;flex:0 0 auto;display:inline-grid;align-content:center;gap:6px;padding:12px 24px;border-radius:18px;border:1px solid rgba(148,163,184,.14);background:#02061757;color:#d8e6f3;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.admin-secondary-tabs__tab:hover,.admin-secondary-tabs__tab.is-active{border-color:#4fc3f780;background:#4fc3f729;color:#f8fafc;box-shadow:inset 0 -2px #4fc3f7cc}.admin-secondary-tabs__tab:focus-visible{outline:2px solid rgba(79,195,247,.8);outline-offset:2px}.admin-secondary-tabs__tab span{font-size:17px;font-weight:800}.admin-secondary-tabs__tab small{color:#8da4bd;font-size:13px}.admin-secondary-tabs__tab.is-disabled{cursor:not-allowed;opacity:.54;border-style:dashed}.admin-secondary-tabs__tab.is-disabled:hover{border-color:#94a3b824;background:#02061757;color:#d8e6f3;box-shadow:none}.admin-user-card{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:18px;background:#07121db8;border:1px solid rgba(79,195,247,.12)}.admin-user-menu{position:relative}.admin-user-card--button{min-height:46px;color:#e5f6ff;cursor:pointer}.admin-user-card--button:hover,.admin-user-card--button[aria-expanded=true]{border-color:#4fc3f757;background:#0b2233e6}.admin-user-card__avatar{width:36px;height:36px;border-radius:12px;background:#4fc3f72e;display:flex;align-items:center;justify-content:center}.admin-user-card__avatar--large{width:42px;height:42px}.admin-user-card__avatar--xl{width:64px;height:64px;border-radius:18px;font-size:24px;font-weight:800}.admin-user-card__copy{display:grid;gap:3px;text-align:left}.user-center-menu__name{display:block;max-width:140px;overflow:hidden;color:inherit;font-size:15px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.admin-user-card__chevron{color:#8ea4bd;font-size:18px;line-height:1}.admin-user-card small{display:block;margin-top:4px;color:#8ea4bd}.admin-user-menu__panel{position:absolute;z-index:40;top:calc(100% + 10px);right:0;width:260px;padding:10px;border-radius:18px;border:1px solid rgba(79,195,247,.22);background:#05121ef5;box-shadow:0 24px 70px #00000061}.admin-user-menu__summary{display:flex;align-items:center;gap:12px;padding:10px;border-bottom:1px solid rgba(148,163,184,.16);margin-bottom:8px}.admin-user-menu__summary strong,.admin-user-menu__summary small{display:block}.admin-user-menu__summary small{margin-top:4px;color:#8ea4bd}.admin-user-menu__panel button{width:100%;min-height:40px;display:flex;align-items:center;border:0;border-radius:12px;padding:0 12px;background:transparent;color:#dbeafe;font-weight:700;cursor:pointer}.admin-user-menu__panel button:hover{background:#4fc3f71f}.admin-user-menu__panel button.is-danger{color:#fecaca}.user-center-overlay{display:grid;place-items:center;padding:24px;z-index:60}.user-center-modal{width:min(560px,calc(100vw - 32px));margin:auto}.user-center-overlay--screen{--screen-text: #1e293b;--screen-muted: #64748b;--screen-blue: #3b82f6;background:#e2e8ffa3;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.user-center-overlay--screen .user-center-modal--screen{color:var(--screen-text);border:1px solid rgba(59,130,246,.2);background:linear-gradient(180deg,#fffffffa,#f8fbfff5),radial-gradient(circle at top right,rgba(59,130,246,.12),transparent 42%);box-shadow:0 24px 70px #2563eb33}.user-center-overlay--screen .modal-card__header,.user-center-overlay--screen .modal-card__footer{border-color:#3b82f624}.user-center-overlay--screen .form-field,.user-center-overlay--screen .user-center-detail-grid span,.user-center-overlay--screen .user-center-scope__summary span,.user-center-overlay--screen .user-center-scope-item span{color:var(--screen-muted)}.user-center-overlay--screen .form-input{color:var(--screen-text);border-color:#3b82f62e;background:#ffffffdb}.user-center-overlay--screen .btn-secondary{color:#1d4ed8;border-color:#3b82f63d;background:#3b82f614}.user-center-overlay--screen .icon-button{color:var(--screen-muted)}.user-center-overlay--screen .user-center-profile__head,.user-center-overlay--screen .user-center-detail-grid div,.user-center-overlay--screen .user-center-scope__summary,.user-center-overlay--screen .user-center-scope-item{border-color:#3b82f624;background:#eff6ff9e}.user-center-profile,.user-center-form,.user-center-scope{display:grid;gap:18px}.user-center-profile__head{display:flex;align-items:center;gap:14px;padding:14px;border-radius:16px;border:1px solid rgba(79,195,247,.14);background:#07121d6b}.user-center-profile__head strong,.user-center-profile__head small{display:block}.user-center-profile__head small{margin-top:5px;color:#8ea4bd}.user-center-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.user-center-detail-grid div,.user-center-scope__summary,.user-center-scope-item{display:grid;gap:7px;padding:14px;border-radius:14px;border:1px solid rgba(79,195,247,.12);background:#07121d57}.user-center-detail-grid span,.user-center-scope__summary span,.user-center-scope-item span{color:#8ea4bd;line-height:1.5}.user-center-message{padding:10px 12px;border-radius:12px;background:#4fc3f71f;color:#dbeafe}.user-center-form__footer{margin:0;padding:0;border-top:0}.user-center-tag-list{display:flex;flex-wrap:wrap;gap:8px;max-height:150px;overflow:auto}.user-center-tag-list span{padding:7px 9px;border-radius:999px;background:#4fc3f71f;border:1px solid rgba(79,195,247,.14);color:#bfdbfe;font-size:12px}.user-center-scope-list{display:grid;gap:10px;max-height:240px;overflow:auto}.admin-canvas{flex:1 0 auto;min-height:auto;min-width:0;overflow:visible;padding-right:4px;padding-bottom:12px}.admin-page{display:flex;flex-direction:column;gap:20px;min-height:fit-content}.page-header,.toolbar,.admin-actions-row,.device-summary,.device-card__header,.device-card__footer,.model-card__header,.model-card__footer,.user-cell,.action-links{display:flex;align-items:center;gap:12px}.page-header,.admin-actions-row,.toolbar,.content-panel__header{justify-content:space-between}.page-header{padding:4px 2px}.admin-actions-row{padding:2px 0;flex-wrap:wrap}.toolbar{padding:16px;border-radius:22px;background:#0a1623c2;border:1px solid rgba(79,195,247,.12);flex-wrap:wrap}.toolbar .form-input{flex:1;min-width:180px}.overview-card,.table-card,.tree-panel,.content-panel,.model-card,.device-card{position:relative;border-radius:22px}.overview-card{padding:18px}.overview-card__icon{width:52px;height:52px;border-radius:16px;background:#4fc3f714;display:inline-flex;align-items:center;justify-content:center;font-size:22px}.overview-card__title{color:#8ea4bd;margin-bottom:10px}.overview-card__value{font-size:28px;font-weight:800;font-family:DIN Alternate,Bahnschrift,Avenir Next,sans-serif}.overview-card__value span{margin-left:8px;font-size:14px;color:#8ea4bd;font-family:Avenir Next,PingFang SC,Noto Sans SC,sans-serif}.overview-card__trend{margin-top:10px}.admin-chart{min-height:360px}.device-dashboard-page{--device-dashboard-muted: #8ea4bd;--device-dashboard-text: #e8f5ff;--device-dashboard-line: rgba(79, 195, 247, .14)}.device-dashboard-toolbar{align-items:stretch}.device-dashboard-toolbar__title{display:grid;gap:4px;min-width:220px;margin-right:auto}.device-dashboard-toolbar__title strong{color:#f4f8fc;font-size:18px}.device-dashboard-toolbar__title small{color:var(--device-dashboard-muted)}.device-dashboard-stats{grid-template-columns:repeat(6,minmax(0,1fr))}.device-dashboard-stat{position:relative;min-height:126px;padding:14px;border-radius:22px;background:linear-gradient(180deg,#0c1b2bd6,#08121ee0),radial-gradient(circle at top right,rgba(79,195,247,.12),transparent 46%);border:1px solid var(--device-dashboard-line);box-shadow:0 18px 55px #0007124d}.device-dashboard-stat:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(140deg,rgba(255,255,255,.04),transparent 35%)}.device-dashboard-stat__meta{position:relative;display:grid;gap:12px}.device-dashboard-stat__meta span{color:var(--device-dashboard-muted)}.device-dashboard-stat__meta strong{color:var(--device-dashboard-text);font-family:DIN Alternate,Bahnschrift,Avenir Next,sans-serif;font-size:28px;line-height:1.1}.device-dashboard-stat__meta small{margin-left:8px;color:var(--device-dashboard-muted);font-family:Avenir Next,PingFang SC,Noto Sans SC,sans-serif;font-size:14px}.device-dashboard-stat p{position:relative;margin:14px 0 0;color:#8fb6ce;line-height:1.5}.device-dashboard-stat.is-green{border-color:#22c55e38}.device-dashboard-stat.is-red{border-color:#fb718538}.device-dashboard-stat.is-amber{border-color:#f59e0b3d}.device-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.device-dashboard-trend-card{grid-column:1 / -1}.device-dashboard-range-tabs{display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid rgba(79,195,247,.16);border-radius:14px;background:#07121d80}.device-dashboard-range-tabs button{min-width:44px;min-height:32px;border:0;border-radius:10px;background:transparent;color:#8ea4bd;cursor:pointer;font-weight:800}.device-dashboard-range-tabs button:hover,.device-dashboard-range-tabs button.is-active{background:#38bdf824;color:#a5f3fc}.device-dashboard-chart-wrap,.device-dashboard-chart{min-height:310px}.device-dashboard-ranking{display:grid;gap:10px}.device-dashboard-ranking__row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:58px;padding:10px 12px;border-radius:16px;background:#07121d9e;border:1px solid rgba(79,195,247,.1)}.device-dashboard-ranking__index{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#38bdf81f;color:#92e4ff;font-weight:800}.device-dashboard-ranking__row strong,.device-dashboard-risk-table__row span:first-child{display:block;color:#edf7ff;font-weight:700}.device-dashboard-ranking__row small{display:block;margin-top:4px;color:var(--device-dashboard-muted)}.device-dashboard-ranking__row em{color:#8fe7ff;font-style:normal;font-weight:800;white-space:nowrap}.device-dashboard-inline-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.device-dashboard-inline-metrics div{padding:12px;border-radius:16px;background:#07121d9e;border:1px solid rgba(79,195,247,.1)}.device-dashboard-inline-metrics span{display:block;color:var(--device-dashboard-muted);font-size:12px}.device-dashboard-inline-metrics strong{display:block;margin-top:8px;color:var(--device-dashboard-text)}.device-dashboard-risk-table{display:grid;gap:8px}.device-dashboard-risk-table__head,.device-dashboard-risk-table__row{display:grid;grid-template-columns:minmax(110px,1fr) minmax(160px,1.2fr) 110px 160px;gap:12px;align-items:center}.device-dashboard-risk-table__head{color:#7fa7bd;font-size:12px}.device-dashboard-risk-table__row{min-height:48px;padding:10px 12px;border-radius:14px;background:#07121d9e;border:1px solid rgba(79,195,247,.1);color:#b7c9dc}.device-dashboard-empty{display:grid;min-height:128px;place-items:center;border-radius:16px;background:#07121d80;border:1px dashed rgba(79,195,247,.18);color:var(--device-dashboard-muted)}.device-dashboard-footnote{color:var(--device-dashboard-muted);font-size:12px;line-height:1.7}.knowledge-toolbar .form-input{min-width:220px}.knowledge-protocol-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.knowledge-protocol-card,.knowledge-result-card{padding:18px;border-radius:22px}.knowledge-protocol-card{display:grid;gap:10px}.knowledge-protocol-card span,.knowledge-result-card__header span{color:#84caea;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.knowledge-protocol-card strong{font-size:18px}.knowledge-protocol-card p,.knowledge-result-card p{margin:0;color:#8da4bd;line-height:1.7}.knowledge-protocol-card code,.knowledge-code-grid code{display:block;width:100%;padding:9px 10px;border-radius:12px;background:#030a129e;border:1px solid rgba(79,195,247,.1);color:#c7eaff;font-family:Fira Code,monospace;font-size:12px;white-space:normal;overflow-wrap:anywhere}.knowledge-result-list{display:grid;gap:16px}.knowledge-result-card{display:grid;gap:14px}.knowledge-result-card__header{display:flex;justify-content:space-between;gap:16px}.knowledge-result-card__header h3{margin:6px 0 0;font-size:20px}.knowledge-result-card__header small{max-width:280px;color:#8da4bd;text-align:right;line-height:1.5}.knowledge-tags{display:flex;flex-wrap:wrap;gap:8px}.knowledge-tags span{padding:7px 10px;border-radius:999px;background:#4fc3f714;border:1px solid rgba(79,195,247,.12);color:#d7edf8;font-size:12px}.knowledge-code-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.knowledge-code-grid>div{display:grid;align-content:start;gap:8px}.knowledge-code-grid strong{color:#d8e7f2}.command-compare-card{overflow:hidden}.command-compare-table{width:100%;border-collapse:collapse;table-layout:fixed}.command-compare-table th,.command-compare-table td{padding:14px 16px;border-bottom:1px solid rgba(79,195,247,.1);color:#c9d9e6;line-height:1.65;vertical-align:top;text-align:left}.command-compare-table th{color:#e6f7ff;background:#4fc3f714;font-size:13px}.command-compare-table th:first-child{width:18%}.command-compare-table th:nth-child(2),.command-compare-table th:nth-child(3){width:28%}.command-compare-table td strong{color:#f4fbff}.insight-list{display:grid;gap:14px}.insight-item{padding:14px 16px;border-radius:18px;background:#07121db8;line-height:1.7;color:#d6e7f1}.table-card{padding:0}.table-empty{text-align:center;color:#8ea4bd}.admin-toast{position:fixed;right:28px;bottom:28px;z-index:80;padding:12px 16px;border-radius:999px;background:#0c1b2bf5;border:1px solid rgba(79,195,247,.24);color:#d7f3ff;box-shadow:0 18px 55px #00071257}.avatar-sm{width:30px;height:30px;border-radius:12px}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}.status-dot.active{background:#63cb95}.status-dot.disabled{background:#ef8b82}.modal-overlay{position:fixed;inset:0;background:#020810c2;display:flex;align-items:center;justify-content:center;padding:24px;z-index:60}.modal-card{width:min(860px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:24px;background:linear-gradient(180deg,#0c1b2bf5,#08121efa),radial-gradient(circle at top right,rgba(79,195,247,.08),transparent 42%);border:1px solid rgba(79,195,247,.16)}.modal-card__header,.modal-card__footer,.modal-card__body{padding:18px 20px}.modal-card__body{display:grid;gap:18px}.modal-card__footer{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid rgba(142,164,189,.12)}.form-grid{display:grid;gap:16px}.form-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.form-field{display:grid;gap:8px;color:#d6e7f1}.form-field--full{grid-column:1 / -1}.radio-group,.checkbox-list{display:grid;gap:10px}.checkbox-row{display:flex;align-items:center;gap:12px;justify-content:space-between;padding:12px 14px;border-radius:16px;background:#07121db8}.split-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:18px;min-height:fit-content;align-items:start}.tree-panel,.content-panel{padding:20px;min-height:fit-content}.tree-panel h3,.content-panel h3,.model-card h3{margin:0}.tree-panel__header{display:flex;justify-content:space-between;gap:12px;align-items:center}.tree-panel__header span{color:#8ea4bd;font-size:12px}.tree-search-input{width:100%;margin-top:14px;margin-bottom:14px}.community-add-button{width:100%;margin-top:14px}.tree-list{display:grid;gap:10px;overflow:visible}.tree-group{display:grid;gap:7px}.tree-group--nested{margin-left:12px}.tree-group__title{color:#8ea4bd;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.tree-group__toggle{width:100%;border:none;border-radius:14px;padding:10px 11px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;color:#dceaf5;background:#122130b8;cursor:pointer;text-align:left}.tree-group__toggle:hover{background:#4fc3f71f}.tree-group__toggle strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-group__toggle small{min-width:28px;padding:2px 7px;border-radius:999px;color:#8bdcff;background:#4fc3f71a;text-align:center}.tree-group__toggle--child{background:#0a1623b3}.tree-leaf{border:none;background:#07121db8;color:#d3e5f1;border-radius:16px;padding:11px 13px;text-align:left;cursor:pointer}.tree-leaf.is-active,.tree-leaf:hover{background:#4fc3f71f}.tree-empty{padding:16px;border-radius:16px;color:#8ea4bd;background:#07121d80;text-align:center}.content-panel{display:flex;flex-direction:column;gap:18px;overflow:visible}.content-panel__header p{margin:6px 0 0;color:#8ea4bd}.community-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.community-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.community-meta-grid div{padding:14px 16px;border-radius:18px;background:#07121d9e;border:1px solid rgba(79,195,247,.1)}.community-meta-grid span{display:block;margin-bottom:8px;color:#8ea4bd;font-size:12px}.community-meta-grid strong{color:#e5f4ff}.form-field--wide{grid-column:1 / -1}.card-grid.two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.model-card{display:grid;gap:18px;padding:20px}.model-card__header,.model-card__footer{justify-content:space-between}.model-card__header p,.model-card__footer span{margin:4px 0 0;color:#8ea4bd}.model-prices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.model-prices>div,.model-tiers{padding:14px 16px;border-radius:18px;background:#07121db8}.model-prices span{display:block;color:#8ea4bd;margin-bottom:8px}.pricing-page{gap:18px}.pricing-insight-panel{padding:20px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(380px,.9fr);gap:20px;align-items:stretch}.pricing-insight-panel h3{margin:6px 0 8px;color:#f8fafc;font-size:24px}.pricing-insight-panel p,.pricing-policy-note span,.pricing-rule-grid span,.pricing-saving-card span{color:#8ea4bd}.pricing-eyebrow{color:#7dd3fc;font-size:12px;font-weight:800}.pricing-insight-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pricing-insight-metrics div,.pricing-policy-note,.pricing-rule-grid div,.pricing-saving-card{padding:14px 16px;border:1px solid rgba(96,165,250,.16);border-radius:14px;background:#07121d9e}.pricing-insight-metrics span,.pricing-insight-metrics strong{display:block}.pricing-insight-metrics span{color:#8ea4bd;font-size:12px;margin-bottom:10px}.pricing-insight-metrics strong{color:#f8fafc;font-size:20px}.pricing-toolbar{display:grid;grid-template-columns:minmax(280px,1.4fr) minmax(180px,.8fr) minmax(220px,1fr)}.pricing-province-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.pricing-province-strip button{min-height:72px;padding:12px 14px;border:1px solid rgba(96,165,250,.16);border-radius:14px;background:#09142094;color:#e2e8f0;text-align:left;cursor:pointer}.pricing-province-strip button:hover,.pricing-province-strip button.is-active{border-color:#38bdf87a;background:#0e74902e}.pricing-province-strip strong,.pricing-province-strip span{display:block}.pricing-province-strip span{margin-top:6px;color:#8ea4bd;font-size:12px}.pricing-model-card{gap:16px}.pricing-policy-note{display:grid;gap:8px}.pricing-policy-note strong{color:#bae6fd}.pricing-price-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pricing-rule-grid,.pricing-saving-card{margin-top:12px}.pricing-rule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pricing-rule-grid strong,.pricing-saving-card strong{display:block;margin-top:7px;color:#f8fafc;font-size:13px}.pricing-saving-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pricing-saving-card div:not(:last-child){border-right:1px solid rgba(148,163,184,.14)}.pricing-tag-warning{background:#fbbf2424;color:#fde68a}.tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px}.tag-active{background:#59c58a24;color:#92ddb5}.device-summary{flex-wrap:wrap;justify-content:flex-end}.system-load-page{gap:18px}.system-load-summary{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px}.system-load-reset-result{padding:12px 14px;border-radius:14px;color:#a8f3cf;background:#22c55e1f;border:1px solid rgba(34,197,94,.2)}.system-load-summary__card{padding:18px 20px;border-radius:20px;background:radial-gradient(circle at top right,rgba(56,189,248,.18),transparent 42%),#040f1ab8;border:1px solid rgba(56,189,248,.2);box-shadow:0 22px 60px #0000002e}.system-load-summary__card span{display:block;color:#91a8bd;font-size:13px;margin-bottom:8px}.system-load-summary__card strong{color:#eff8ff;font-size:30px;line-height:1}.system-load-trend{min-height:360px}.panel-card__meta{color:#8ea4bd;font-size:13px}.system-load-chart{width:100%;min-height:300px}.system-load-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.system-load-server{display:grid;gap:18px;padding:22px;border-color:#38bdf838;background:radial-gradient(circle at 86% 10%,rgba(14,165,233,.16),transparent 34%),linear-gradient(135deg,#04101eeb,#030a14d6)}.system-load-server.is-error{border-color:#f871714d}.system-load-server__header{display:flex;justify-content:space-between;gap:14px}.system-load-server__header h3{margin:0 0 6px;color:#f4fbff;font-size:20px}.system-load-server__header p{margin:0;color:#91a8bd;font-size:13px}.system-load-status{align-self:flex-start;padding:7px 10px;border-radius:999px;font-size:12px;color:#a8f3cf;background:#22c55e1f;border:1px solid rgba(34,197,94,.22);white-space:nowrap}.system-load-status.is-error{color:#fecaca;background:#f871711f;border-color:#f871713d}.system-load-server__quick{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.system-load-server__quick div{padding:12px;border-radius:14px;background:#94a3b814;border:1px solid rgba(148,163,184,.12)}.system-load-server__quick span{display:block;margin-bottom:6px;color:#8ea4bd;font-size:12px}.system-load-server__quick strong{color:#eff8ff;font-size:17px}.system-load-meters{display:grid;gap:14px}.system-load-meter{display:grid;gap:7px}.system-load-meter__label{display:flex;justify-content:space-between;color:#dceaf5;font-size:13px}.system-load-meter__track{height:10px;overflow:hidden;border-radius:999px;background:#94a3b824}.system-load-meter__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#38bdf8,#22c55e);transition:width .35s ease}.system-load-meter__fill.is-warning{background:linear-gradient(90deg,#facc15,#f97316)}.system-load-meter__fill.is-danger{background:linear-gradient(90deg,#fb7185,#ef4444)}.system-load-meter small{color:#8ea4bd}.system-load-network{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.system-load-network div{padding:13px 14px;border-radius:14px;background:linear-gradient(135deg,#0ea5e91f,#22c55e14),#94a3b80f;border:1px solid rgba(125,211,252,.16)}.system-load-network span{display:block;margin-bottom:7px;color:#8ea4bd;font-size:12px}.system-load-network strong{color:#dff8ff;font-size:17px}.system-load-business{display:grid;gap:12px;padding:14px;border-radius:18px;background:radial-gradient(circle at 10% 0,rgba(59,130,246,.16),transparent 38%),#0f172a5c;border:1px solid rgba(96,165,250,.18)}.system-load-business__title{color:#dceaf5;font-weight:800}.system-load-business__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.system-load-business__grid div{padding:12px;border-radius:14px;background:#0f172a70;border:1px solid rgba(148,163,184,.12)}.system-load-business__grid span{display:block;margin-bottom:6px;color:#8ea4bd;font-size:12px}.system-load-business__grid strong{display:block;margin-bottom:7px;color:#f8fbff;font-size:22px}.system-load-business__grid small,.system-load-business__error{color:#91a8bd;line-height:1.5}.system-load-business__error{padding:12px;border-radius:12px;background:#f871711a;color:#fecaca}.system-load-processes{display:grid;gap:8px;padding-top:4px}.system-load-processes__title{color:#c7d8e8;font-weight:700;margin-bottom:4px}.system-load-process{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:10px 12px;border-radius:12px;background:#94a3b812;color:#dceaf5}.system-load-process span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.system-load-process strong{color:#7dd3fc}.system-load-process small{color:#8ea4bd}.system-load-error{padding:18px;border-radius:16px;color:#fecaca;background:#7f1d1d29;border:1px solid rgba(248,113,113,.22)}.system-load-error p{margin:8px 0 0;color:#fca5a5;line-height:1.6;word-break:break-word}@media(max-width:1600px){.dashboard-shell.has-ai{padding-right:28px}.dashboard-grid{grid-template-columns:280px minmax(0,1fr) 280px}}@media(max-width:1360px){.dashboard-masthead{grid-template-columns:1fr}.dashboard-masthead__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-grid,.dashboard-stage__hero{grid-template-columns:1fr}.dashboard-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-brief{grid-column:span 2}.admin-shell{grid-template-columns:228px minmax(0,1fr)}.device-dashboard-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1120px){.dashboard-shell,.dashboard-community-shell,.admin-workspace{padding:18px}.dashboard-masthead__metrics,.dashboard-highlight-grid,.community-view__stats,.overview-cards,.device-dashboard-stats,.device-dashboard-grid,.community-view__grid,.admin-dashboard-grid,.card-grid.two-columns,.model-prices,.system-load-summary,.system-load-grid,.form-grid.two-columns,.dashboard-rail{grid-template-columns:1fr}.dashboard-brief{grid-column:auto}.split-layout{grid-template-columns:1fr}.admin-shell{grid-template-columns:1fr;height:100dvh;overflow:auto;align-content:start}.admin-shell.is-rail-collapsed{grid-template-columns:1fr}.admin-rail{position:static;min-height:auto;max-height:none;overflow:visible;padding-bottom:12px}.admin-shell.is-rail-collapsed .admin-rail{align-items:stretch;padding-inline:12px}.admin-shell.is-rail-collapsed .admin-brand{flex-direction:row;justify-content:space-between}.admin-shell.is-rail-collapsed .admin-brand h1{display:block}.admin-shell.is-rail-collapsed .admin-brand__actions{flex-direction:row}.admin-shell.is-rail-collapsed .admin-nav__item{grid-template-columns:24px minmax(0,1fr);justify-items:stretch;padding-inline:11px}.admin-shell.is-rail-collapsed .admin-nav__copy,.admin-shell.is-rail-collapsed .admin-rail__insight{display:grid}}@media(max-width:720px){.dashboard-shell,.dashboard-community-shell,.admin-workspace,.admin-rail{padding:14px}.dashboard-title,.admin-topbar__heading h2,.community-view__header h2,.page-header h2{font-size:24px}.dashboard-highlight-grid,.dashboard-grid,.community-view__stats,.overview-cards,.device-dashboard-stats,.device-dashboard-grid,.device-dashboard-inline-metrics,.community-view__grid,.admin-dashboard-grid,.card-grid.two-columns,.system-load-summary,.system-load-grid,.system-load-server__quick,.system-load-network,.system-load-business__grid{grid-template-columns:1fr}.admin-topbar,.page-header,.toolbar,.content-panel__header,.community-view__header{flex-direction:column;align-items:flex-start}.admin-secondary-tabs,.admin-secondary-tabs__list,.admin-topbar__meta{width:100%}.admin-topbar__meta{justify-content:flex-start;margin-left:0}.admin-secondary-tabs__tab{flex:1 0 min(100%,164px)}.device-dashboard-risk-table__head{display:none}.device-dashboard-risk-table__row{grid-template-columns:1fr}.ai-assistant{width:min(100vw,352px)}}.metric-tooltip-wrapper{display:inline-flex;margin-left:4px;vertical-align:top;position:relative}.metric-tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#3b82f626;color:var(--screen-blue);font-size:11px;cursor:help;transition:all .2s ease}.metric-tooltip-icon:hover{background:#3b82f640}.metric-tooltip-popup{position:absolute;left:0;top:18px;z-index:9999;width:180px;pointer-events:none}.metric-tooltip-arrow{position:absolute;left:5px;top:-4px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(30,41,59,.95)}.metric-tooltip-content{background:#1e293bf2;color:#fff;padding:6px 8px;border-radius:4px;font-size:10px;line-height:1.4;box-shadow:0 2px 8px #0003;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);text-align:left;white-space:normal;word-wrap:break-word}.screen-ref__filter-group{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:10px;background:#fff6;border:1px solid rgba(255,255,255,.3)}.filter-label{font-size:12px;color:var(--screen-muted);font-weight:500}.screen-ref__filter-select{min-height:32px;padding:0 10px;border-radius:8px;border:1px solid rgba(255,255,255,.4);background:#fff9;color:var(--screen-text);font-size:13px;cursor:pointer;transition:all .2s ease}.screen-ref__filter-select:hover{background:#fffc;border-color:#ffff01}.screen-ref__reset-btn{min-height:32px;padding:0 12px;border-radius:8px;border:1px solid rgba(239,68,68,.3);background:#ef44441a;color:#dc2626;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.screen-ref__reset-btn:hover{background:#ef444433;border-color:#ef444480}.screen-ref__assistant .screen-panel__title,.screen-ref__operation-panel .screen-panel__title{font-size:12px}.ai-welcome-panel{padding:16px;border-radius:12px;background:linear-gradient(135deg,#3b82f61a,#6366f114);border:1px solid rgba(59,130,246,.2)}.ai-welcome-header{display:flex;align-items:center;margin-bottom:8px}.ai-welcome-title{font-size:13px;font-weight:600;color:var(--screen-text)}.ai-welcome-desc{font-size:11px;color:var(--screen-muted);line-height:1.5;margin:0 0 12px}.ai-welcome-meta{display:flex;gap:12px;padding-top:12px;border-top:1px solid rgba(59,130,246,.15)}.ai-meta-item{display:flex;flex-direction:column;gap:4px}.ai-meta-label{font-size:9px;color:var(--screen-soft)}.ai-meta-value{font-size:12px;color:var(--screen-text);font-weight:600}.ai-meta-value.highlight{color:var(--screen-blue)}.ai-section-header{display:flex;align-items:center;margin-bottom:10px}.ai-section-title{margin:0;font-size:11px;font-weight:600;color:var(--screen-text)}.ai-insights-panel{padding:14px;border-radius:12px;background:#ffffff80;border:1px solid rgba(0,0,0,.05)}.ai-insights-list{display:flex;flex-direction:column;gap:8px}.ai-insight-item{display:flex;align-items:center;font-size:11px;color:var(--screen-muted);line-height:1.6}.ai-insight-item strong{color:var(--screen-text);font-weight:600}.ai-prompts-section{padding:0 2px}.ai-prompts-grid{display:flex;flex-wrap:wrap;gap:8px}.ai-prompt-btn{padding:8px 12px;border-radius:20px;border:1px solid rgba(59,130,246,.3);background:#fff9;color:var(--screen-blue);font-size:10px;cursor:pointer;transition:all .2s ease}.ai-prompt-btn:hover{background:#3b82f61a;border-color:#3b82f680}.ai-prompt-btn:disabled{opacity:.5;cursor:not-allowed}.screen-ref__body{grid-template-columns:1.25fr 3fr var(--screen-side-panel-width)}.map-ranking-wrapper{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:8px;height:100%;align-items:stretch}.map-section{position:relative;min-height:0;align-self:stretch}.ranking-section{display:flex;flex-direction:column;min-height:0;padding:3px;border-radius:16px;background:linear-gradient(180deg,#fffc,#ffffff80);border:1px solid rgba(255,255,255,.9);box-shadow:0 10px 30px #1f268714,inset 0 1px #fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ranking-title{margin:0 0 10px;font-size:15px;font-weight:600;color:var(--screen-text);flex-shrink:0;line-height:1.2}.screen-ref__map-chart-large{width:100%;height:100%;min-height:300px}.screen-ref__trend-panel{min-height:280px}.energy-chart-container{flex:1;min-height:0;display:flex;flex-direction:column}.energy-chart-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:0;flex-shrink:0}.energy-chart-title{font-size:14px;font-weight:700;color:var(--screen-text);margin:0;flex-shrink:0}.energy-chart-tabs{display:flex;gap:4px;margin-left:auto}.energy-chart-tabs{display:flex;gap:4px;padding:3px;border-radius:8px;background:#fff6}.chart-tab{padding:3px 8px;border-radius:6px;border:none;background:transparent;color:var(--screen-muted);font-size:11px;cursor:pointer;transition:all .2s ease}.chart-tab:hover{background:#ffffff80}.chart-tab.is-active{background:#3b82f6e6;color:#fff}.energy-chart-compare{display:flex;gap:4px}.compare-btn{padding:3px 8px;border-radius:6px;border:1px solid rgba(255,255,255,.3);background:#ffffff4d;color:var(--screen-muted);font-size:11px;cursor:pointer;transition:all .2s ease}.compare-btn.is-active{background:#10b98126;border-color:#10b9814d;color:var(--screen-green)}.energy-chart{flex:1;min-height:0;margin-top:-4px}.energy-chart-empty,.device-access-empty,.access-log-empty{display:flex;align-items:center;justify-content:center;min-height:120px;color:#94a3b8;font-size:12px;font-weight:600}.device-access-empty,.access-log-empty{height:100%;border-bottom:1px solid rgba(15,23,42,.05)}.screen-ref__row-map{flex:1;min-height:0;display:flex;flex-direction:column}.screen-ref__row-map>.screen-panel{flex:1;min-height:0}.screen-ref__row-trends{display:grid;grid-template-columns:1fr 1fr;gap:10px;flex:1;min-height:0}.screen-ref__row-trends>.screen-panel{min-height:0;display:flex;flex-direction:column}.screen-ref__row-rankings{display:grid;grid-template-columns:1fr 1fr;gap:10px;flex:1;min-height:0}.screen-ref__row-rankings>.screen-panel{min-height:0;display:flex;flex-direction:column}.screen-ref__ranking-panel{min-height:320px;height:100%;padding:12px 14px}.screen-ref__ranking-panel .screen-panel__body{display:flex;flex-direction:column;min-height:0}.ranking-table-container{height:100%;display:flex;flex-direction:column;min-height:0}.ranking-table-container--province{min-height:0}.ranking-table-container--province .ranking-table-header{justify-content:flex-start}.ranking-table-container--province .ranking-table-title{width:100%;text-align:left}.ranking-table--province th,.ranking-table--province td{text-align:center}.ranking-table-header{display:flex;justify-content:flex-start;align-items:center;position:relative;margin-bottom:4px}.ranking-table-title{margin:0;font-size:12px;font-weight:600;color:var(--screen-text);flex:1;text-align:left}.ranking-table-tabs{display:flex;gap:3px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.ranking-tab{padding:2px 8px;border-radius:5px;border:none;background:#fff6;color:var(--screen-muted);font-size:10px;cursor:pointer;transition:all .2s ease}.ranking-tab.is-active{background:#3b82f6e6;color:#fff}.ranking-table-wrapper{flex:1;overflow:auto;min-height:200px;height:100%}.ranking-table{width:100%;border-collapse:collapse;font-size:10px;table-layout:fixed}.ranking-table th,.ranking-table td{padding:4px;text-align:center;vertical-align:middle}.ranking-table th{color:var(--screen-muted);font-weight:600;font-size:10px;border-bottom:1px solid rgba(0,0,0,.05)}.ranking-table td{border-bottom:1px solid rgba(0,0,0,.03)}.ranking-table th{padding:4px;text-align:center;color:var(--screen-muted);font-weight:600;font-size:10px;border-bottom:1px solid rgba(0,0,0,.05)}.ranking-table td{padding:4px;border-bottom:1px solid rgba(0,0,0,.03)}.screen-ref__ranking-panel .ranking-table thead tr{height:32px}.screen-ref__ranking-panel .ranking-table tbody tr{height:38px}.ranking-row{cursor:pointer;transition:background .2s ease}.ranking-row:hover{background:#3b82f60d}.rank-number{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:22px;padding:0 6px;border-radius:8px;font-size:10px;line-height:1;font-weight:700;background:#3b82f614;color:var(--screen-blue);box-sizing:border-box}.rank-number.rank-1,.rank-number.rank-2,.rank-number.rank-3{background:#3b82f614;color:var(--screen-blue)}.col-rank{width:44px}.ranking-table .col-name{width:112px;text-align:center}.ranking-table--province .col-name{width:74px}.ranking-table .col-city{width:76px}.col-value{width:80px;text-align:center}.col-rate{width:60px;text-align:center}.col-communities{width:70px;text-align:center}.ranking-table--province .col-communities{width:58px}.col-devices{width:60px;text-align:center}.ranking-table--province .col-devices{width:62px}.ranking-table--province .col-value{width:84px}.ranking-table--province{font-size:9px}.ranking-table--province th,.ranking-table--province td{padding:4px 2px}.col-trend{width:60px;text-align:center}.ranking-table .col-name strong{display:block;width:100%;text-align:center}.ranking-table .col-name .community-name-link{display:block;width:100%;padding:0;border:0;background:transparent;text-align:center;font:inherit;font-weight:700;color:#0891b2;cursor:pointer;text-decoration:none;transition:all .2s ease}.data-table .user-cell,.data-table .action-links{justify-content:center}.ranking-table .col-name .community-name-link:hover{color:#0e7490;text-decoration:underline}.community-city{font-size:9px;color:var(--screen-soft)}.trend-indicator{font-size:9px;font-weight:600}.trend-up{color:var(--screen-green)}.trend-down{color:#ef4444}.trend-flat{color:var(--screen-soft)}.screen-ref__right-sidebar{min-height:0}.screen-ref__operation-panel{height:100%}.operation-content{height:100%;display:flex;flex-direction:column;gap:16px;overflow:hidden}.province-screen__body{grid-template-columns:1.25fr minmax(0,3fr) var(--screen-side-panel-width)}.province-screen__main-content{display:grid;grid-template-rows:minmax(0,2.05fr) minmax(280px,.95fr);gap:10px}.province-screen__sidebar{display:grid;grid-template-rows:minmax(0,1.18fr) minmax(0,.98fr) minmax(0,1.04fr);gap:10px}.province-screen__sidebar>.screen-panel,.province-screen__trend-row>.screen-panel{min-height:0}.province-screen__map-panel{min-height:0}.province-screen__map-panel .screen-panel__body,.province-screen__ranking-panel .screen-panel__body,.province-screen__device-panel .screen-panel__body,.province-screen__access-panel .screen-panel__body{display:flex;min-height:0}.province-screen__map-panel .screen-panel__body{padding:12px 12px 10px}.province-screen__map-shell{position:relative;flex:1;min-height:0;overflow:hidden;border-radius:14px;background:radial-gradient(circle at 50% 35%,rgba(147,197,253,.28),transparent 52%),linear-gradient(180deg,#eff6ffbf,#ffffff73)}.province-screen__map-chart{width:100%;height:100%;min-height:540px}.province-screen__map-placeholder{display:grid;place-items:center;width:100%;height:100%;min-height:540px;color:var(--screen-muted);font-size:14px;font-weight:600}.province-screen__trend-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-height:0}.province-energy-ranking{display:flex;flex-direction:column;width:100%;min-height:0}.province-energy-ranking__header,.device-access-header{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.province-energy-ranking__heading,.device-access-heading{min-width:0;flex:1}.province-energy-ranking__title{margin:0;font-size:15px;font-weight:700;color:var(--screen-text)}.province-energy-ranking__tabs,.device-access-tabs{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:10px;background:#ffffff73}.province-energy-ranking__tabs button,.device-access-tabs button{padding:5px 10px;border:0;border-radius:8px;background:transparent;color:var(--screen-muted);font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease}.province-energy-ranking__tabs button:hover,.device-access-tabs button:hover{background:#ffffff8c}.province-energy-ranking__tabs button.is-active,.device-access-tabs button.is-active{background:#3b82f6eb;color:#fff;box-shadow:0 6px 14px #2563eb38}.province-energy-ranking__table{display:flex;flex:1;flex-direction:column;min-height:0}.province-energy-ranking__head,.province-energy-ranking__row{display:grid;grid-template-columns:44px minmax(0,1.35fr) 72px 92px 74px;gap:8px;align-items:center}.province-energy-ranking__head{padding:8px 0 10px;color:var(--screen-muted);font-size:10px;font-weight:700;border-bottom:1px solid rgba(15,23,42,.08)}.province-energy-ranking__body{display:flex;flex:1;flex-direction:column;min-height:0;overflow:auto;scrollbar-gutter:stable}.province-energy-ranking__row{padding:10px 0;border-bottom:1px solid rgba(15,23,42,.05);font-size:11px;color:var(--screen-text)}.province-energy-ranking__row .col-rank,.province-energy-ranking__row .col-city,.province-energy-ranking__row .col-value,.province-energy-ranking__row .col-extra,.province-energy-ranking__head .col-rank,.province-energy-ranking__head .col-city,.province-energy-ranking__head .col-value,.province-energy-ranking__head .col-extra{text-align:center}.province-energy-ranking__row .col-name,.province-energy-ranking__head .col-name{min-width:0}.province-energy-ranking__row .col-name,.province-energy-ranking__row .col-city,.province-energy-ranking__row .col-value,.province-energy-ranking__row .col-extra{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.province-energy-ranking__link{width:100%;padding:0;border:0;background:transparent;color:#0f766e;font:inherit;font-weight:700;text-align:left;cursor:pointer;transition:color .2s ease}.province-energy-ranking__link:hover{color:#0f4c81}.province-energy-ranking__empty{display:grid;flex:1;place-items:center;color:var(--screen-muted);font-size:12px}.device-access-ranking{flex:1;min-height:0;display:flex;flex-direction:column}.device-access-header{align-items:center;background:transparent}.device-access-title,.access-log-title{margin:0;font-size:12px;line-height:1.2;font-weight:600;color:var(--screen-text);background:transparent;flex:1;text-align:left}.device-access-list{flex:1;min-height:0;display:flex;flex-direction:column;font-size:11px}.device-access-body{flex:1;min-height:0;overflow:auto;padding-right:0;scrollbar-gutter:stable}.device-access-head{display:grid;grid-template-columns:42px minmax(64px,1fr) 70px 70px 68px;gap:6px;padding:8px 0 10px;color:var(--screen-muted);font-size:10px;font-weight:700;border-bottom:1px solid rgba(15,23,42,.08)}.device-access-head.community-mode{grid-template-columns:26px 42px minmax(72px,1fr) 70px 48px 58px;gap:4px}.device-access-row{display:grid;grid-template-columns:42px minmax(64px,1fr) 70px 70px 68px;gap:6px;padding:10px 0;border-bottom:1px solid rgba(15,23,42,.05);align-items:center}.device-access-row.community-mode{grid-template-columns:26px 42px minmax(72px,1fr) 70px 48px 58px;gap:4px}.col-city{font-size:11px;color:var(--screen-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-badge{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:22px;padding:0 6px;border-radius:8px;font-size:10px;line-height:1;font-weight:700;color:var(--screen-blue);background:#3b82f614;box-sizing:border-box}.rank-badge.rank-1,.rank-badge.rank-2,.rank-badge.rank-3{background:#3b82f614;color:var(--screen-blue)}.device-access-list .col-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.device-access-head:not(.community-mode) .col-rank,.device-access-row:not(.community-mode) .col-rank,.device-access-head:not(.community-mode) .col-saved,.device-access-row:not(.community-mode) .col-saved,.device-access-head:not(.community-mode) .col-total,.device-access-row:not(.community-mode) .col-total,.device-access-head:not(.community-mode) .col-new,.device-access-row:not(.community-mode) .col-new{text-align:center}.device-access-list .col-city,.device-access-list .col-saved{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-weight:500;color:#1e293b}.device-access-list .col-total{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right;font-weight:500}.device-access-list .col-new{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right;color:var(--screen-green);font-weight:600}.device-access-head span,.device-access-row span{min-width:0}.device-access-head.community-mode{font-size:9px}.community-access-log{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.access-log-header{display:flex;justify-content:flex-start;align-items:center;position:relative;margin-bottom:4px;padding-bottom:0;border-bottom:none}.access-log-title{display:block}.access-log-title:before{content:none}.access-log-list{flex:1;overflow:auto;font-size:11px}.access-log-head{display:flex;justify-content:space-between;padding:6px 2px;color:var(--screen-muted);font-size:10px}.access-log-head>span{padding:2px 4px;text-align:center;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px!important;font-weight:600!important;color:var(--screen-muted)!important}.access-log-row{display:flex;justify-content:space-between;padding:6px 2px;border-bottom:1px solid rgba(0,0,0,.03)}.access-log-row.is-new{animation:accessLogWaterfallIn .55s ease-out;background:linear-gradient(180deg,#3b82f61a,#3b82f605)}.access-log-row>span,.access-log-row>a{padding:2px 4px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;align-items:center}.col-datetime{font-size:11px;color:var(--screen-text)}.access-log-list .col-community{flex:1.55!important}.access-log-list .col-city{flex:.9!important}.access-log-list .col-devices{flex:.7!important;text-align:center!important}.access-log-list .col-status{flex:.9!important}.access-log-list .col-datetime{flex:1.35!important}.access-log-list .col-community{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--screen-text);font-weight:600}.access-log-list .col-community.community-name-link{font-weight:700;color:#0891b2;text-decoration:none;transition:color .2s ease;cursor:pointer}.access-log-list .col-community.community-name-link:hover{color:#0e7490;text-decoration:underline}.access-log-list .col-devices{text-align:center}.access-log-head .col-status,.access-log-row .col-status{text-align:center;white-space:nowrap}@keyframes accessLogWaterfallIn{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}.status-online{color:var(--screen-green);font-weight:600}.status-testing{color:var(--screen-amber);font-weight:600}.status-offline{color:#ef4444;font-weight:600}.community-ai-assistant{height:100%;display:flex;flex-direction:column}.community-ai-header{margin-bottom:10px}.community-ai-title{margin:0;font-size:13px;font-weight:600;color:var(--screen-blue)}.community-ai-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px;margin-bottom:10px;padding:8px;background:#fff6;border-radius:10px}.community-ai-bubble{padding:8px 12px;border-radius:12px;font-size:12px;line-height:1.5;max-width:90%}.community-ai-bubble.is-assistant{background:#3b82f61a;color:var(--screen-text);align-self:flex-start}.community-ai-bubble.is-user{background:#3b82f6e6;color:#fff;align-self:flex-end}.community-ai-prompts{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.community-ai-prompt{padding:5px 10px;border-radius:16px;border:1px solid rgba(59,130,246,.3);background:#ffffff80;color:var(--screen-blue);font-size:11px;cursor:pointer;transition:all .2s ease}.community-ai-prompt:hover{background:#3b82f61a}.community-ai-composer{display:flex;gap:8px}.community-ai-input{flex:1;padding:8px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.4);background:#fff9;font-size:12px;resize:none}.community-ai-input:focus{outline:none;border-color:#3b82f680}.community-ai-send{padding:0 16px;border-radius:10px;border:none;background:#3b82f6e6;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.community-ai-send:hover:not(:disabled){background:#3b82f6}.community-ai-send:disabled{opacity:.5;cursor:not-allowed}.community-view__bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}@media(max-width:1400px){.screen-ref__body{grid-template-columns:1.25fr 3fr var(--screen-side-panel-width)}.map-ranking-wrapper{grid-template-columns:minmax(0,1fr) 360px}.ranking-section--province{width:min(340px,100%)}.province-screen__map-chart,.province-screen__map-placeholder{min-height:500px}}@media(max-width:1200px){.screen-ref__body{grid-template-columns:260px 1fr}.screen-ref__right-sidebar{display:none}.screen-ref__row-trends,.screen-ref__row-rankings,.province-screen__trend-row{grid-template-columns:1fr}.province-screen__main-content{grid-template-rows:minmax(0,1.7fr) minmax(320px,1fr)}}.ai-messages-panel{padding:14px;border-radius:12px;background:#fff6;border:1px solid rgba(0,0,0,.05)}.ai-messages-list{display:flex;flex-direction:column;gap:10px}.ai-message-bubble{padding:10px 14px;border-radius:12px;font-size:11px;line-height:1.5;max-width:95%}.ai-message-bubble.is-assistant{background:#3b82f61a;color:var(--screen-text);align-self:flex-start}.ai-message-bubble.is-user{background:#3b82f6e6;color:#fff;align-self:flex-end}.ai-message-reasoning{font-size:10px;color:var(--screen-muted);margin-bottom:6px;padding-bottom:6px;border-bottom:1px dashed rgba(148,163,184,.4);white-space:pre-wrap;font-style:italic}.ai-composer{padding:12px;background:#fff9;border-top:1px solid rgba(0,0,0,.05)}.ai-composer-input-wrapper{display:flex;flex-direction:column;gap:10px}.ai-composer-input{width:100%;padding:12px 16px;border-radius:10px;border:1px solid rgba(0,0,0,.1);background:#fff;font-size:11px;resize:none;min-height:88px}.ai-composer-input:focus{outline:none;border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61a}.ai-composer-actions{display:flex;justify-content:flex-end;gap:8px}.ai-composer-report,.ai-composer-send{padding:10px 20px;border-radius:10px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease}.ai-composer-report{border:1px solid rgba(191,219,254,.92);background:#eff6fff5;color:#1d4ed8}.ai-composer-send{border:none;background:#3b82f6e6;color:#fff}.ai-composer-send:hover:not(:disabled){background:#3b82f6}.ai-composer-send:disabled{opacity:.5;cursor:not-allowed}.ai-composer-hint{margin:8px 0 0;font-size:9px;color:var(--screen-soft);text-align:center}.ai-composer-feedback{display:grid;gap:6px;margin-top:8px}.ai-composer-feedback__item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:10px;font-size:10px;line-height:1.5}.ai-composer-feedback__item.is-success{background:#ecfdf5eb;border:1px solid rgba(134,239,172,.58);color:#166534}.ai-composer-feedback__item.is-error{background:#fef2f2f2;border:1px solid rgba(252,165,165,.58);color:#991b1b}.ai-composer-feedback__item a{color:inherit;font-weight:700;white-space:nowrap}.typing-dot{animation:typing 1.4s infinite;font-size:20px;line-height:1}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.screen-ref,.screen-ref--community{--screen-bg: radial-gradient(circle at 8% 0%, rgba(147, 197, 253, .34), transparent 26%), radial-gradient(circle at 92% 10%, rgba(191, 219, 254, .38), transparent 24%), radial-gradient(circle at 50% 100%, rgba(219, 234, 254, .55), transparent 28%), linear-gradient(180deg, #f8fbff 0%, #f4f8fd 48%, #eef4fb 100%);--screen-panel: rgba(255, 255, 255, .88);--screen-panel-2: rgba(248, 250, 252, .82);--screen-border: rgba(148, 163, 184, .24);--screen-border-strong: rgba(37, 99, 235, .22);--screen-text: #0f172a;--screen-muted: #475569;--screen-soft: #64748b;--screen-blue: #2563eb;--screen-blue-2: #60a5fa;--screen-amber: #f59e0b;--screen-green: #16a34a;font-family:Plus Jakarta Sans,PingFang SC,Noto Sans SC,sans-serif}.screen-ref{position:relative;isolation:isolate}.screen-ref:before,.screen-ref:after{content:"";position:absolute;border-radius:999px;pointer-events:none;filter:blur(52px);opacity:.75;z-index:0}.screen-ref:before{display:block;width:360px;height:360px;top:-140px;left:-90px;background:#60a5fa33}.screen-ref:after{width:420px;height:420px;right:-120px;bottom:-180px;background:#bfdbfe57}.screen-ref__shell{position:relative;z-index:1}.screen-ref__topbar,.screen-ref .screen-metric,.screen-ref .screen-panel,.screen-ref--community .community-view__header,.screen-ref--community .panel-card,.screen-ref--community .stat-card{background:var(--screen-panel);border:1px solid var(--screen-border);box-shadow:0 18px 42px #0f172a0f,inset 0 1px #ffffffd6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.screen-ref__topbar{min-height:60px;background:#ffffffe6}.screen-ref__topbar:before{inset:10px auto 10px 10px;width:6px;border-radius:999px;background:linear-gradient(180deg,#60a5fa,#2563eb)}.screen-ref__brand h1{color:var(--screen-text);font-family:PingFang SC,Plus Jakarta Sans,sans-serif;font-weight:800;text-shadow:none}.screen-ref__brand-logo{filter:drop-shadow(0 1px 3px rgba(0,0,0,.08))}.screen-ref__date{color:var(--screen-muted)}.screen-ref__range-tabs,.energy-chart-tabs,.screen-ref__filter-group,.screen-ref__map-badges span,.screen-ref__map-badges button{background:#f8fafcd1;border:1px solid rgba(148,163,184,.2);box-shadow:inset 0 1px #ffffffbf}.screen-ref__range-tabs button,.chart-tab,.ranking-tab,.access-tab,.compare-btn{color:var(--screen-muted)}.screen-ref__range-tabs button:hover,.chart-tab:hover,.ranking-tab:hover,.access-tab:hover,.compare-btn:hover{background:#e2e8f0b3;color:var(--screen-text)}.screen-ref__range-tabs button.is-active,.chart-tab.is-active,.ranking-tab.is-active,.access-tab.is-active{background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 10px 18px #2563eb2e}.compare-btn{border-color:#94a3b829;background:#ffffffb3}.compare-btn.is-active{background:#16a34a1f;border-color:#16a34a40;color:var(--screen-green)}.screen-ref__admin-link,.screen-ref--community .btn-primary,.screen-ref--community .community-ai-send,.screen-ref .ai-composer-send{background:linear-gradient(180deg,#3b82f6,#2563eb);border:1px solid rgba(37,99,235,.18);color:#fff;box-shadow:0 10px 20px #2563eb33}.screen-ref__admin-link:hover,.screen-ref--community .btn-primary:hover,.screen-ref--community .community-ai-send:hover:not(:disabled),.screen-ref .ai-composer-send:hover:not(:disabled){background:linear-gradient(180deg,#2563eb,#1d4ed8);box-shadow:0 14px 24px #2563eb38}.screen-ref__admin-link--secondary{background:#ffffffeb;border:1px solid rgba(148,163,184,.22);color:var(--screen-blue);box-shadow:0 8px 18px #0f172a0d}.screen-ref__admin-link--secondary:hover{background:#fff;color:#1d4ed8;box-shadow:0 12px 20px #0f172a14}.screen-ref .screen-metric{background:linear-gradient(180deg,#fffffff5,#f7faffe6);border-color:#94a3b833}.screen-ref .screen-metric:hover,.screen-ref .screen-panel:hover{background:#fffffff0;border-color:#60a5fa47;box-shadow:0 20px 42px #0f172a14,inset 0 1px #ffffffe6}.screen-ref .screen-metric:before{background:radial-gradient(circle at top right,rgba(96,165,250,.14),transparent 42%)}.screen-ref .screen-metric.tone-green:before{background:radial-gradient(circle at top right,rgba(74,222,128,.12),transparent 42%)}.screen-ref .screen-metric.tone-amber:before{background:radial-gradient(circle at top right,rgba(251,191,36,.14),transparent 42%)}.screen-ref .screen-metric:after{left:18px;right:18px;height:4px;background:linear-gradient(90deg,var(--screen-blue),rgba(37,99,235,.05))}.screen-ref .screen-metric small{background:#eff6ffe0;border:1px solid rgba(191,219,254,.72)}.screen-ref__map-head strong,.device-access-list .col-saved{color:var(--screen-text)}.screen-ref__back-btn,.screen-ref__select,.screen-ref__filter-select,.screen-ref .ai-composer-input,.screen-ref--community .community-ai-input{background:#ffffffe0;border:1px solid rgba(148,163,184,.24);color:var(--screen-text)}.screen-ref__back-btn:hover,.screen-ref__select:hover,.screen-ref__filter-select:hover{background:#fff;border-color:#60a5fa52}.screen-ref__reset-btn{border-color:#ef44442e;background:#fef2f2eb;color:#dc2626}.screen-ref__reset-btn:hover{background:#fee2e2f5;border-color:#ef444447}.ranking-section,.screen-ref__ranking-panel,.screen-ref .ai-welcome-panel,.screen-ref .ai-insights-panel,.screen-ref .ai-messages-panel,.screen-ref--community .community-ai-messages{background:linear-gradient(180deg,#fffffff5,#f7faffe0);border:1px solid rgba(148,163,184,.18);box-shadow:0 12px 28px #0f172a0d,inset 0 1px #ffffffdb}.screen-ref .ranking-row:hover,.screen-ref .device-access-row:hover,.screen-ref .access-log-row:hover{background:#eff6ffc2}.screen-ref .ai-welcome-panel{background:linear-gradient(135deg,#dbeafec7,#ffffffeb);border-color:#60a5fa3d}.screen-ref .ai-welcome-meta{border-top-color:#60a5fa29}.screen-ref .ai-prompt-btn,.screen-ref--community .community-ai-prompt{background:#eff6ffd1;border:1px solid rgba(191,219,254,.78);color:var(--screen-blue)}.screen-ref .ai-prompt-btn:hover,.screen-ref--community .community-ai-prompt:hover{background:#dbeafecc;border-color:#60a5fa4d}.screen-ref .ai-message-bubble.is-assistant,.screen-ref--community .community-ai-bubble.is-assistant{background:#eff6fff5;color:var(--screen-text)}.screen-ref .ai-message-bubble.is-user,.screen-ref--community .community-ai-bubble.is-user{background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff}.screen-ref .ai-composer,.screen-ref--community .community-ai-composer{background:#f8fafcd6;border-top:1px solid rgba(148,163,184,.14)}.screen-ref .ai-composer-input:focus,.screen-ref--community .community-ai-input:focus{border-color:#3b82f659;box-shadow:0 0 0 3px #bfdbfe9e}.screen-ref .device-access-title,.screen-ref .access-log-title,.screen-ref .community-ai-title{color:var(--screen-text)}.screen-ref .access-log-header{border-bottom-color:#3b82f624}.screen-ref .access-log-title:before{content:none}.screen-ref--community{background:var(--screen-bg)}.screen-ref--community .community-view__header h2,.screen-ref--community .panel-card__title,.screen-ref--community .stat-card__value,.screen-ref--community .gateway-pill strong{color:var(--screen-text)}.screen-ref--community .community-view__header p,.screen-ref--community .panel-card__extra,.screen-ref--community .panel-note,.screen-ref--community .stat-card__title,.screen-ref--community .stat-card__unit,.screen-ref--community .stat-card__subtext{color:var(--screen-muted)}.screen-ref--community .panel-card:before,.screen-ref--community .stat-card:before{background:linear-gradient(140deg,rgba(191,219,254,.42),transparent 38%)}.screen-ref--community .community-view__header,.screen-ref--community .panel-card,.screen-ref--community .stat-card{border-radius:16px}.screen-ref--community .panel-card,.screen-ref--community .stat-card{padding:16px}.screen-ref--community .panel-card__header{align-items:center;gap:14px;margin-bottom:10px}.screen-ref--community .panel-card__title{font-size:14px;font-weight:600}.screen-ref--community .panel-card__extra{font-size:12px}.screen-ref--community .stat-card{min-height:136px}.screen-ref--community .stat-card__title{font-size:12px}.screen-ref--community .stat-card__body{margin-top:16px}.screen-ref--community .stat-card__value{font-size:32px}.screen-ref--community .btn-secondary{background:#ffffffeb;border-color:#94a3b838;color:var(--screen-blue)}.screen-ref--community .btn-secondary:hover{background:#fff}.screen-ref--community .community-view__header-actions{display:flex;gap:12px}.screen-ref--community .community-view__header-link,.screen-ref--community .btn{display:inline-flex;align-items:center;justify-content:center}.screen-ref--community .stat-card__icon,.screen-ref--community .gateway-pill{background:#eff6ffe6;border:1px solid rgba(191,219,254,.7);color:var(--screen-blue)}.screen-ref--community .gateway-pill.is-alert{background:#fef2f2eb;border-color:#fca5a58a}@media(max-width:1480px){.community-view__main-grid,.lighting-board{grid-template-columns:1fr}}@media(max-width:1180px){.community-view__shell{grid-template-columns:1fr}.community-view__stats,.community-device-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.glass-panel--light{background:#ffffffbf!important;border:1px solid rgba(255,255,255,.6)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 12px #00000008!important;color:#164e63}.glass-panel--light:hover{background:#ffffffd9!important;border-color:#ffffffe6!important;box-shadow:0 4px 20px #0000000d!important}.admin-page--light{background:transparent}.admin-page--light .page-subtitle{color:#0e7490}.admin-page--light .page-header h2{color:#164e63}.admin-page--light .toolbar,.admin-page--light .table-card,.admin-page--light .tree-panel,.admin-page--light .content-panel,.admin-page--light .model-card,.admin-page--light .device-card,.admin-page--light .community-view__header{background:linear-gradient(180deg,#ffffffd1,#ffffffad)!important;border:1px solid rgba(148,210,229,.42)!important;box-shadow:0 14px 32px #0e749014,inset 0 1px #ffffffb3!important;color:#164e63}.admin-page--light .toolbar,.admin-page--light .tree-panel,.admin-page--light .content-panel,.admin-page--light .model-card,.admin-page--light .device-card,.admin-page--light .table-card,.admin-page--light .modal-card{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.admin-page--light .panel-card:before,.admin-page--light .overview-card:before,.admin-page--light .device-card:before,.admin-page--light .model-card:before{background:linear-gradient(145deg,#3b82f61a,#fff0 42%)}.admin-page--light .toolbar{border-radius:24px}.admin-page--light .tree-panel h3,.admin-page--light .content-panel h3,.admin-page--light .model-card h3,.admin-page--light .device-card strong,.admin-page--light .data-table td,.admin-page--light .form-field,.admin-page--light .checkbox-row,.admin-page--light .radio-group label{color:#164e63}.admin-page--light .tree-group__title,.admin-page--light .content-panel__header p,.admin-page--light .model-card__header p,.admin-page--light .model-card__footer span,.admin-page--light .device-card__meta,.admin-page--light .device-card__body,.admin-page--light .device-summary,.admin-page--light .table-empty,.admin-page--light .checkbox-row em,.admin-page--light .admin-page__hint{color:#0e7490}.admin-page--light .tree-leaf{background:#f0f9ffd9;border:1px solid rgba(148,210,229,.42);color:#164e63;transition:all .2s ease}.admin-page--light .tree-leaf.is-active,.admin-page--light .tree-leaf:hover{background:#dbeafef2;border-color:#3b82f652;box-shadow:0 8px 20px #3b82f614}.admin-page--light .model-prices>div,.admin-page--light .model-tiers,.admin-page--light .checkbox-row{background:#f8fcffe0;border:1px solid rgba(148,210,229,.32)}.admin-page--light .model-prices span{color:#0e7490}.admin-page--light .device-card.is-warning{border-color:#f871713d!important;box-shadow:0 14px 32px #f8717114,inset 0 1px #ffffffb3!important}.admin-page--light .data-table th{background:#f0f9fff5;color:#0e7490;border-bottom-color:#94d2e56b}.admin-page--light .data-table td{border-bottom-color:#94d2e547}.admin-page--light .data-table tbody tr:hover{background:#dbeafe6b}.admin-page--light .form-input,.admin-page--light .region-selector__input,.admin-page--light .ai-assistant__input{background:#ffffffe0;border-color:#94d2e585;color:#164e63;box-shadow:inset 0 1px 2px #0e74900a}.admin-page--light .form-input::placeholder,.admin-page--light .ai-assistant__input::placeholder{color:#94a3b8}.admin-page--light .btn-secondary{background:#ffffffc7;border-color:#94d2e585;color:#164e63}.admin-page--light .btn-secondary:hover{background:#fffffff2}.admin-page--light .link-button{color:#0284c7}.admin-page--light .link-button.danger{color:#dc2626}.admin-page--light .icon-button{color:#0e7490}.admin-page--light .tag-active{background:#10b9811f;color:#047857}.admin-page--light .modal-overlay{background:#e2e8f08a;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.admin-page--light .modal-card{background:linear-gradient(180deg,#fffffff5,#f7fafcf0),radial-gradient(circle at top right,rgba(56,189,248,.08),transparent 42%);border:1px solid rgba(148,210,229,.48);box-shadow:0 24px 60px #0f172a1f;color:#164e63}.admin-page--light .modal-card__footer{border-top-color:#94d2e55c}.admin-page--light .checkbox-row input,.admin-page--light .radio-group input{accent-color:#0ea5e9}.overview-card--light{background:#ffffffa6!important;border:1px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 10px #00000008;transition:all .3s ease}.overview-card--light:hover{background:#fffc!important;border-color:#0891b24d;transform:translateY(-2px);box-shadow:0 4px 16px #0000000d}.overview-card--light .overview-card__title{color:#0e7490}.overview-card--light .overview-card__value{color:#164e63}.overview-card--light .overview-card__value span{color:#0891b2}.overview-card--light .overview-card__trend.is-up{color:#059669}.overview-card--light .overview-card__trend.is-down{color:#dc2626}.overview-card__icon{background:#0891b21a!important}.overview-card__icon--building:before{content:"";width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230891b2'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM8 11h8v2H8zm0-4h8v2H8zm0 8h5v2H8z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.overview-card__icon--lightning:before{content:"";width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230891b2'%3E%3Cpath d='M11 21h-1l1-7H7.5c-.58 0-.57-.32-.38-.66.19-.34.05-.08.07-.12C8.48 10.94 10.42 7.54 13 3h1l-1 7h3.5c.49 0 .56.33.47.51l-.07.15C12.96 17.55 11 21 11 21z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.overview-card__icon--leaf:before{content:"";width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230891b2'%3E%3Cpath d='M17,8C8,10,5.9,16.17,3.82,21.34L5.71,22l1-2.3A4.49,4.49,0,0,0,8,20C19,20,22,3,22,3,21,5,14,5.25,9,6.25S2,11.5,2,13.5a6.22,6.22,0,0,0,1.75,3.75C7,8,17,8,17,8Z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.overview-card__icon--money:before{content:"";width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230891b2'%3E%3Cpath d='M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.overview-card__icon--shield:before{content:"";width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230891b2'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.insight-list--light{display:flex;flex-direction:column;gap:12px}.insight-item--light{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fff9!important;border:1px solid rgba(8,145,178,.1);border-radius:12px;color:#164e63!important;line-height:1.6;transition:all .2s ease;box-shadow:0 1px 4px #00000005}.insight-item--light:hover{background:#fffc!important;border-color:#0891b24d;transform:translate(4px);box-shadow:0 2px 8px #0000000a}.insight-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:6px}.insight-dot--blue{background:#0891b2}.insight-dot--green{background:#22c55e}.insight-dot--amber{background:#f59e0b}.admin-page--light .panel-card__title,.page-header--light h2{color:#164e63}.page-header--light .page-subtitle{color:#0e7490}.admin-shell:has(.admin-page--light){background:radial-gradient(circle at top left,rgba(8,145,178,.08),transparent 30%),linear-gradient(180deg,#ecfeff,#f0f9ff,#e0f2fe)!important}.admin-shell:has(.admin-page--light) .admin-rail{background:#ffffffb3!important;border-right:1px solid rgba(8,145,178,.15)!important}.admin-shell:has(.admin-page--light) .admin-rail__label{color:#0891b2}.admin-shell:has(.admin-page--light) .admin-brand__home-link,.admin-shell:has(.admin-page--light) .admin-rail__toggle{background:#0891b21a;border-color:#0891b233;color:#164e63}.admin-shell:has(.admin-page--light) .admin-rail__insight,.admin-shell:has(.admin-page--light) .admin-rail__insight p{background:#fff9;color:#164e63;box-shadow:0 1px 6px #00000008!important}.admin-shell:has(.admin-page--light) .admin-topbar{background:#ffffff80;border-bottom:1px solid rgba(8,145,178,.1);box-shadow:0 1px 8px #00000008!important}.admin-shell:has(.admin-page--light) .admin-topbar__heading h2{color:#164e63}.admin-shell:has(.admin-page--light) .admin-workspace{background:transparent}.admin-shell:has(.admin-page--light) .admin-nav__item{color:#164e63}.admin-shell:has(.admin-page--light) .admin-nav__item:hover,.admin-shell:has(.admin-page--light) .admin-nav__item.is-active{background:#0891b21a;border-color:#0891b233}.admin-shell:has(.admin-page--light) .admin-nav__copy small{color:#0e7490}.admin-shell:has(.admin-page--light) .admin-brand__kicker{color:#0891b2}.admin-shell:has(.admin-page--light) .admin-brand h1{color:#164e63}.admin-shell:has(.admin-page--light) .admin-brand__badge{background:linear-gradient(145deg,#0891b233,#0891b214)}.admin-shell:has(.admin-page--light) .admin-topbar{background:#ffffffb3;border:1px solid rgba(255,255,255,.6);box-shadow:0 1px 8px #00000008!important}.admin-shell:has(.admin-page--light) .admin-topbar__eyebrow{color:#0891b2}.admin-shell:has(.admin-page--light) .admin-topbar__heading p{color:#0e7490}.admin-shell:has(.admin-page--light) .admin-chip{background:#fff9;border-color:#0891b233;color:#164e63}.admin-shell:has(.admin-page--light) .admin-user-card{background:#fff9;border-color:#0891b226;color:#164e63}.admin-shell:has(.admin-page--light) .admin-user-card--button:hover,.admin-shell:has(.admin-page--light) .admin-user-card--button[aria-expanded=true]{background:#ffffffd1;border-color:#0891b24d}.admin-shell:has(.admin-page--light) .admin-user-card__avatar{background:#0891b226;color:#0891b2}.admin-shell:has(.admin-page--light) .admin-user-menu__panel,.admin-shell:has(.admin-page--light) .user-center-profile__head,.admin-shell:has(.admin-page--light) .user-center-detail-grid div,.admin-shell:has(.admin-page--light) .user-center-scope__summary,.admin-shell:has(.admin-page--light) .user-center-scope-item{background:#ffffffeb;border-color:#0891b229;color:#164e63}.admin-shell:has(.admin-page--light) .admin-user-menu__panel button{color:#164e63}.admin-shell:has(.admin-page--light) .admin-user-menu__panel button:hover,.admin-shell:has(.admin-page--light) .user-center-tag-list span{background:#0891b21a}.admin-page--light,.admin-shell:has(.admin-page--light){--admin-screen-bg: linear-gradient(135deg, #e0e7ff 0%, #f0e9ff 50%, #e0f2fe 100%);--admin-screen-text: #1e293b;--admin-screen-muted: #64748b;--admin-screen-soft: #94a3b8;--admin-screen-blue: #3b82f6;--admin-screen-blue-2: #60a5fa;--admin-screen-border: rgba(96, 165, 250, .24);--admin-screen-border-strong: rgba(59, 130, 246, .32);--admin-screen-shadow: rgba(59, 130, 246, .08);--admin-screen-panel: rgba(255, 255, 255, .78);--admin-screen-panel-strong: rgba(255, 255, 255, .9);--admin-screen-panel-soft: rgba(239, 246, 255, .82)}.admin-shell:has(.admin-page--light){background:var(--admin-screen-bg)!important}.admin-page--light .page-header h2,.admin-page--light .panel-card__title,.page-header--light h2,.admin-shell:has(.admin-page--light) .admin-brand h1,.admin-shell:has(.admin-page--light) .admin-topbar__heading h2,.admin-shell:has(.admin-page--light) .admin-nav__item,.admin-shell:has(.admin-page--light) .admin-chip,.admin-shell:has(.admin-page--light) .admin-user-card,.admin-shell:has(.admin-page--light) .admin-brand__home-link,.admin-shell:has(.admin-page--light) .admin-rail__toggle{color:var(--admin-screen-text)}.admin-page--light .page-subtitle,.page-header--light .page-subtitle,.admin-page--light .tree-group__title,.admin-page--light .content-panel__header p,.admin-page--light .model-card__header p,.admin-page--light .model-card__footer span,.admin-page--light .device-card__meta,.admin-page--light .device-card__body,.admin-page--light .device-summary,.admin-page--light .table-empty,.admin-page--light .checkbox-row em,.admin-shell:has(.admin-page--light) .admin-nav__copy small,.admin-shell:has(.admin-page--light) .admin-topbar__heading p{color:var(--admin-screen-muted)}.admin-page--light .toolbar,.admin-page--light .table-card,.admin-page--light .tree-panel,.admin-page--light .content-panel,.admin-page--light .model-card,.admin-page--light .device-card,.admin-page--light .community-view__header,.admin-page--light .modal-card,.admin-shell:has(.admin-page--light) .admin-topbar,.admin-shell:has(.admin-page--light) .admin-rail,.admin-shell:has(.admin-page--light) .admin-rail__insight,.admin-shell:has(.admin-page--light) .admin-user-card,.admin-shell:has(.admin-page--light) .admin-chip{border-color:var(--admin-screen-border)!important}.admin-page--light .toolbar,.admin-page--light .table-card,.admin-page--light .tree-panel,.admin-page--light .content-panel,.admin-page--light .model-card,.admin-page--light .device-card,.admin-page--light .community-view__header{background:linear-gradient(180deg,#ffffffd6,#ffffffb8)!important;box-shadow:0 14px 32px var(--admin-screen-shadow),inset 0 1px #ffffffb8!important}.admin-page--light .tree-leaf{background:#ffffffc7;border:1px solid var(--admin-screen-border);color:var(--admin-screen-text)}.admin-page--light .tree-leaf.is-active,.admin-page--light .tree-leaf:hover,.admin-page--light .data-table tbody tr:hover{background:#dbeafe6b;border-color:var(--admin-screen-border-strong)}.admin-page--light .model-prices>div,.admin-page--light .model-tiers,.admin-page--light .checkbox-row,.admin-page--light .btn-secondary,.admin-shell:has(.admin-page--light) .admin-brand__home-link,.admin-shell:has(.admin-page--light) .admin-rail__toggle,.admin-shell:has(.admin-page--light) .admin-nav__item:hover,.admin-shell:has(.admin-page--light) .admin-nav__item.is-active,.admin-shell:has(.admin-page--light) .admin-brand__badge,.admin-shell:has(.admin-page--light) .admin-user-card__avatar{background:#3b82f61a}.admin-page--light .form-input,.admin-page--light .region-selector__input,.admin-page--light .ai-assistant__input,.admin-page--light .btn-secondary,.admin-shell:has(.admin-page--light) .admin-brand__home-link,.admin-shell:has(.admin-page--light) .admin-rail__toggle,.admin-shell:has(.admin-page--light) .admin-nav__item:hover,.admin-shell:has(.admin-page--light) .admin-nav__item.is-active,.admin-shell:has(.admin-page--light) .admin-chip,.admin-shell:has(.admin-page--light) .admin-user-card{border-color:var(--admin-screen-border-strong)}.admin-page--light .form-input,.admin-page--light .region-selector__input,.admin-page--light .ai-assistant__input{background:#ffffffe0;color:var(--admin-screen-text)}.admin-shell:has(.admin-page--light) .admin-secondary-tabs__tab{background:#ffffffad;border-color:var(--admin-screen-border);color:var(--admin-screen-text)}.admin-shell:has(.admin-page--light) .admin-secondary-tabs__tab:hover,.admin-shell:has(.admin-page--light) .admin-secondary-tabs__tab.is-active{background:#dbeafeb8;border-color:var(--admin-screen-border-strong);box-shadow:inset 0 -2px 0 var(--admin-screen-blue)}.admin-shell:has(.admin-page--light) .admin-secondary-tabs__tab small{color:var(--admin-screen-muted)}.admin-shell:has(.admin-page--light) .admin-secondary-tabs__tab.is-disabled:hover{background:#ffffffad;border-color:var(--admin-screen-border)}.admin-page--light .btn-secondary:hover{background:var(--admin-screen-panel-strong)}.admin-page--light .link-button,.admin-shell:has(.admin-page--light) .admin-brand__kicker,.admin-shell:has(.admin-page--light) .admin-topbar__eyebrow,.admin-shell:has(.admin-page--light) .admin-rail__label,.admin-shell:has(.admin-page--light) .admin-user-card__avatar{color:var(--admin-screen-blue)}.admin-page--light .tag-active{background:#3b82f61f;color:#2563eb}.admin-page--light .overview-card--light .overview-card__trend.is-up{color:#2563eb}.admin-page--light .overview-card--light .overview-card__title,.admin-page--light .data-table th{color:var(--admin-screen-muted)}.admin-page--light .overview-card--light .overview-card__value,.admin-page--light .data-table td,.admin-page--light .tree-panel h3,.admin-page--light .content-panel h3,.admin-page--light .model-card h3,.admin-page--light .device-card strong,.admin-page--light .form-field,.admin-page--light .checkbox-row,.admin-page--light .radio-group label{color:var(--admin-screen-text)}.admin-page--light .overview-card--light .overview-card__value span{color:var(--admin-screen-blue-2)}.admin-page--light .insight-dot--green{background:var(--admin-screen-blue-2)}.admin-page--light .overview-card__icon{background:#3b82f61a!important}.admin-page--light .overview-card__icon--building:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b82f6'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM8 11h8v2H8zm0-4h8v2H8zm0 8h5v2H8z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.admin-page--light .overview-card__icon--lightning:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b82f6'%3E%3Cpath d='M11 21h-1l1-7H7.5c-.58 0-.57-.32-.38-.66.19-.34.05-.08.07-.12C8.48 10.94 10.42 7.54 13 3h1l-1 7h3.5c.49 0 .56.33.47.51l-.07.15C12.96 17.55 11 21 11 21z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.admin-page--light .overview-card__icon--leaf:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b82f6'%3E%3Cpath d='M17,8C8,10,5.9,16.17,3.82,21.34L5.71,22l1-2.3A4.49,4.49,0,0,0,8,20C19,20,22,3,22,3,21,5,14,5.25,9,6.25S2,11.5,2,13.5a6.22,6.22,0,0,0,1.75,3.75C7,8,17,8,17,8Z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.admin-page--light .overview-card__icon--money:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b82f6'%3E%3Cpath d='M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.admin-page--light .overview-card__icon--shield:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b82f6'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.system-audit-page{gap:18px}.audit-stats-grid,.audit-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.audit-stat-card{min-height:116px;padding:18px;border:1px solid rgba(96,165,250,.18);border-radius:14px;background:linear-gradient(135deg,#3b82f624,#14b8a614),#0f172a6b;display:flex;flex-direction:column;justify-content:space-between}.audit-stat-card span,.audit-stat-card small{color:#94a3b8}.audit-stat-card strong{color:#f8fafc;font-size:30px;line-height:1.1}.audit-stat-card em{color:#7dd3fc;font-size:12px;font-style:normal}.audit-stat-card.is-risk{border-color:#f8717161;background:linear-gradient(135deg,#7f1d1d33,#14b8a612),#0f172a70}.audit-alert{padding:12px 16px;border:1px solid rgba(248,113,113,.32);border-radius:12px;background:#7f1d1d2e;color:#fecaca;font-weight:700}.audit-insight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.audit-insight-card{min-height:96px;padding:16px 18px;border:1px solid rgba(96,165,250,.16);border-radius:14px;background:#091420a3;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.audit-insight-card span,.audit-insight-card small{color:#94a3b8}.audit-insight-card strong{color:#f8fafc;font-size:18px}.audit-module-list{display:flex;flex-wrap:wrap;gap:8px}.audit-module-list em{padding:5px 9px;border:1px solid rgba(34,211,238,.22);border-radius:999px;background:#0e749024;color:#a5f3fc;font-style:normal;font-size:12px;font-weight:800}.audit-toolbar{align-items:flex-end;gap:10px;flex-wrap:nowrap;overflow-x:auto;padding:14px 16px 16px}.audit-toolbar select.form-input{flex:0 0 148px;min-width:148px;height:46px}.audit-toolbar input.form-input{flex:0 0 282px;min-width:282px;height:46px}.audit-toolbar input.audit-risk-search-input{flex-basis:340px;min-width:340px}.audit-tabs{display:inline-flex;flex:0 0 auto;padding:4px;border:1px solid rgba(148,163,184,.18);border-radius:12px;background:#0f172a52}.audit-tabs button{min-width:92px;border:0;border-radius:8px;background:transparent;color:#94a3b8;font-weight:700;cursor:pointer}.audit-tabs button span{margin-left:6px;color:inherit;opacity:.78}.audit-tabs button.is-active{background:#14b8a629;color:#99f6e4}.audit-clear-btn{min-width:82px;min-height:46px;padding-inline:12px}.audit-toolbar-actions{display:flex;align-items:flex-end;gap:10px;flex:0 0 auto}.audit-date-picker{display:grid;position:relative;width:128px;flex:0 0 128px;gap:6px;color:#94a3b8;font-size:12px;font-weight:700}.audit-date-picker__button{height:46px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px;border:1px solid rgba(79,195,247,.24);border-radius:14px;background:#06101bc2;color:#f4f8fc;cursor:pointer;text-align:left}.audit-date-picker__button strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-date-picker__button em{color:#93c5fd;font-style:normal}.audit-date-picker input[type=date]{position:absolute;right:0;bottom:0;width:1px;height:1px;opacity:0;pointer-events:none;color-scheme:dark}.audit-export-modal{width:min(680px,calc(100vw - 40px));min-height:auto;max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:visible}.audit-export-modal .modal-card__body{flex:0 0 auto;overflow:visible}.audit-export-modal .modal-card__footer{margin-top:auto}.audit-export-form{display:grid;gap:18px}.audit-export-field-dropdown{position:relative}.audit-export-field-trigger{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between}.audit-export-field-trigger em{color:#93c5fd;font-style:normal}.audit-export-field-list{position:absolute;z-index:30;top:calc(100% + 8px);left:0;right:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:300px;overflow:auto;padding:10px;border:1px solid rgba(56,189,248,.28);border-radius:14px;background:#050f19fa;box-shadow:0 24px 60px #0000006b}.audit-export-field-list button{min-height:38px;display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid rgba(148,163,184,.16);border-radius:10px;background:#0f172a52;color:#dbeafe;font-weight:800;text-align:left;cursor:pointer}.audit-export-field-list button:hover,.audit-export-field-list button.is-selected{border-color:#2dd4bf75;background:#082f499e}.audit-export-field-list button span{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(203,213,225,.66);border-radius:5px;color:#ecfeff;font-size:12px}.audit-filter-summary{display:flex;gap:10px;align-items:center;justify-content:space-between;color:#8ea4bd;font-size:12px}.audit-filter-summary__chips{display:flex;flex-wrap:wrap;gap:10px;min-width:0}.audit-filter-summary span{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border:1px solid rgba(148,163,184,.16);border-radius:999px;background:#0f172a47}.audit-summary-export{flex:0 0 auto;min-width:74px;min-height:44px}.audit-table-scroll{max-height:620px}.audit-table th,.audit-table td{text-align:left;vertical-align:top}.audit-table td{color:#cbd5e1}.audit-select-col{width:44px;text-align:center!important}.audit-index-col{width:64px;color:#93c5fd!important}.audit-risk-row td{background:#7f1d1d1f}.audit-risk-row td:first-child{border-left:3px solid rgba(248,113,113,.86)}.audit-primary-text{display:block;color:#f8fafc}.audit-badge{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:800}.audit-badge.is-success{background:#22c55e24;color:#86efac}.audit-badge.is-failed{background:#ef444424;color:#fca5a5}.audit-user-agent{max-width:280px;word-break:break-all}.audit-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-top:1px solid rgba(148,163,184,.12);color:#94a3b8;font-size:13px}.audit-pagination label{display:inline-flex;align-items:center;gap:8px}.audit-pagination .form-input{width:110px;min-height:36px}.audit-empty-state{display:grid;gap:8px;padding:28px 16px 30px}.audit-empty-state strong{color:#e2e8f0;font-size:15px}.audit-empty-state span{color:#8ea4bd}@media(max-width:960px){.pricing-insight-panel,.pricing-toolbar,.pricing-province-strip,.pricing-price-grid,.pricing-rule-grid,.pricing-saving-card,.pricing-insight-metrics{grid-template-columns:1fr}.pricing-saving-card div:not(:last-child){border-right:0;border-bottom:1px solid rgba(148,163,184,.14);padding-bottom:12px}.audit-stats-grid,.audit-overview-grid,.audit-insight-grid{grid-template-columns:1fr}.audit-pagination{align-items:stretch;flex-direction:column}.audit-toolbar-actions{width:100%;align-items:stretch;flex-wrap:wrap;margin-left:0}.audit-date-picker{width:100%;flex-basis:100%}.audit-export-field-list{grid-template-columns:1fr}}
