:root{--background:#0f172a;--workspace:#1e293b;--surface:#1e293bb3;--surface-muted:#33415580;--border:#94a3b81a;--text:#f8fafc;--muted:#94a3b8;--navy:#020617;--navy-soft:#0f172a;--green:#10b981;--green-dark:#047857;--green-soft:#10b9811a;--blue:#3b82f6;--orange:#f59e0b;--red:#ef4444;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-glow:0 0 15px #10b9814d;--glass-blur:blur(12px)}*{box-sizing:border-box}nextjs-portal{display:none!important}html,body{min-height:100%}body{background:var(--background);color:var(--text);background-image:radial-gradient(at 0 0,#2563eb1a 0,#0000 50%),radial-gradient(at 100% 0,#10b9810d 0,#0000 50%),radial-gradient(at 100% 100%,#f59e0b0d 0,#0000 50%);background-attachment:fixed;margin:0;font-family:Be Vietnam Pro,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.glass-panel{background:var(--surface);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border);box-shadow:var(--shadow)}.glass-panel:hover{box-shadow:var(--shadow-lg);border-color:#94a3b833;transition:all .3s cubic-bezier(.4,0,.2,1)}button,input,select{font:inherit}button{cursor:pointer}.app-shell{grid-template-columns:280px minmax(0,1fr);min-height:100vh;transition:grid-template-columns .3s;display:grid}.app-shell.sidebar-collapsed{grid-template-columns:80px minmax(0,1fr)}.app-shell.sidebar-collapsed .sidebar .brand>div:not(.brand-mark),.app-shell.sidebar-collapsed .sidebar .nav-item span,.app-shell.sidebar-collapsed .sidebar .agent-card,.app-shell.sidebar-collapsed .sidebar .user-nav-divider{display:none}.app-shell.sidebar-collapsed .sidebar .nav-item{justify-content:center;padding:12px}.sidebar-toggle{background:var(--surface-muted);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.sidebar-toggle:hover{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.app-shell.sidebar-collapsed .sidebar-toggle{margin-top:auto}.sidebar{background:var(--navy);color:#fff;flex-direction:column;gap:24px;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;min-height:48px;display:flex}.brand-mark{background:0 0;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;display:grid;overflow:visible}.brand strong,.agent-card strong{font-size:15px;line-height:20px;display:block}.brand span{color:#b7c3bf;font-size:13px;line-height:18px;display:block}.trash-sorter-logo{place-items:center;line-height:1;display:inline-grid}.trash-sorter-logo-mark-only{width:100%;height:100%}.trash-sorter-logo-image{object-fit:contain;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.trash-sorter-logo-lockup{border-radius:18px;width:132px;height:132px;overflow:hidden}.nav-list{gap:6px;display:grid}.nav-item{color:#cbd5e1;text-align:left;background:0 0;border:0;border-left:4px solid #0000;border-radius:8px;align-items:center;gap:10px;width:100%;height:44px;padding:0 12px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.nav-item:hover,.nav-item.active{color:#fff;background:#1e293bcc;transform:translate(4px)}.nav-item.active{border-left-color:var(--green);box-shadow:inset 0 0 12px #10b9811a}.agent-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;gap:8px;margin-top:auto;padding:14px;display:grid}.workspace{flex-direction:column;gap:18px;min-width:0;padding:0 32px 32px;display:flex}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:20;background:#f7f9fbd1;justify-content:space-between;align-items:center;gap:16px;min-height:64px;margin:0 -32px;padding:0 32px;display:flex;position:sticky;top:0}.topbar-actions{align-items:center;gap:10px;display:flex}.search-box{background:var(--surface-muted);border:1px solid var(--border);color:var(--muted);border-radius:999px;align-items:center;gap:8px;width:min(44vw,460px);max-width:460px;height:42px;padding:0 14px;display:flex}.search-box input{box-shadow:none;background:0 0;border:0;width:100%;min-height:0;padding:0}.search-box input:focus{box-shadow:none;border:0}.page-heading{justify-content:space-between;align-items:flex-start;gap:16px;padding-top:24px;display:flex}.page-heading h1{margin:2px 0 0;font-size:30px;line-height:38px}.page-heading p{color:var(--muted);margin:4px 0 0;font-size:14px;line-height:22px}.eyebrow{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:700;line-height:16px;display:block}.sidebar .eyebrow{color:#94a3b8}.content-grid{gap:18px;display:grid}.live-grid,.camera-management-grid{grid-template-columns:minmax(0,1fr) 320px}.live-grid .stat-row{grid-column:1/-1;grid-template-columns:repeat(5,minmax(0,1fr))}.data-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.data-grid .stat-row{grid-column:1/-1}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.panel,.camera-panel,.side-panel,.metric-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px}.panel,.side-panel{padding:18px}.metric-card{gap:8px;min-height:112px;padding:18px;display:grid}.metric-card strong{color:var(--green-dark);font-size:28px;line-height:34px}.metric-card small,.muted,.path-line{color:var(--muted);font-size:13px;line-height:20px}.panel-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:18px;display:flex}.camera-panel .panel-toolbar{border-bottom:1px solid var(--border)}.camera-config-panel,.camera-management-grid>.panel{grid-column:1/-1}.camera-management-preview{min-width:0}.camera-diagnostics-panel{align-content:start;gap:14px;display:grid}.diagnostic-list{gap:10px;display:grid}.diagnostic-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:34px;padding-bottom:8px;display:flex}.diagnostic-row span{color:var(--muted);font-size:13px}.diagnostic-row strong{color:var(--text);text-align:right;font-size:13px}.button-row{flex-wrap:wrap;gap:8px;display:flex}.training-action-row,.capture-session-action-row{grid-template-columns:repeat(auto-fit,minmax(min(100%,188px),1fr));display:grid}.capture-session-action-row{grid-template-columns:repeat(auto-fit,minmax(min(100%,172px),1fr))}.training-action-row button,.capture-session-action-row button{width:100%;min-width:0}.primary-button,.secondary-button,.danger-button,.icon-button,.round-icon,.emergency-button{border-radius:8px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 14px;display:inline-flex}.primary-button span,.secondary-button span,.danger-button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.compact-button{height:34px;padding:0 10px}.compact-button span{white-space:nowrap}.icon-only{width:34px;padding:0}.primary-button{color:#fff;background:#047857;border:1px solid #047857}.primary-button:hover{background:#065f46}.secondary-button,.icon-button{border:1px solid var(--border);color:var(--text);background:#fff}.round-icon{color:var(--muted);background:0 0;border:0;border-radius:999px;width:40px;padding:0}.round-icon:hover{background:var(--surface-container-high,#e6e8ea);color:var(--green-dark)}.round-icon.online{color:var(--green);position:relative}.round-icon.online:after{content:"";background:#b0f0d6;border:2px solid #fff;border-radius:999px;width:9px;height:9px;position:absolute;top:8px;right:8px}.emergency-button{color:#93000a;background:#ffdad6;border:1px solid #f2c4c0;font-weight:700}.danger-button{color:var(--red);background:#fff;border:1px solid #f2c4c0}.primary-button:disabled,.secondary-button:disabled,.danger-button:disabled{cursor:wait;opacity:.65}.camera-stage{aspect-ratio:16/9;background:#000;position:relative;overflow:hidden}.camera-stream{object-fit:contain;background:#000;width:100%;height:100%;display:block}.black-frame{color:#b7c3bf;background:#000;place-items:center;gap:10px;width:100%;height:100%;min-height:360px;display:grid}.scan-line{background:linear-gradient(90deg,#0000,#b0f0d6,#0000);width:100%;height:2px;animation:3s linear infinite scan;position:absolute;top:0;left:0;box-shadow:0 0 10px #b0f0d6,0 0 20px #b0f0d6}@keyframes scan{0%{top:0}50%{top:100%}to{top:0}}.vision-overlay,.ai-tag{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--green-dark);background:#ffffffb8;border:1px solid #ffffff8f}.vision-overlay{border-radius:999px;align-items:center;gap:8px;padding:8px 12px;display:inline-flex;position:absolute;top:16px;left:16px}.ai-tags{gap:8px;width:min(240px,100% - 32px);display:grid;position:absolute;bottom:16px;right:16px}.ai-tag{border-left:4px solid var(--blue);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.side-panel{gap:14px;display:grid}.detection-list,.class-list,.device-list{gap:10px;display:grid}.detection-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #064e3b33;border-left:4px solid var(--green);color:#0f241d;background:#ffffffb3;border-radius:8px;justify-content:space-between;align-items:center;padding:12px;display:flex}.detection-card strong,.detection-card>span{color:#0b1f18;text-shadow:none;font-weight:800}.detection-card div{gap:4px;min-width:0;display:grid}.detection-card small{color:#25634f;overflow-wrap:anywhere;text-shadow:0 1px 1px #ffffff6b;font-size:12px;font-weight:700;line-height:16px;display:block}.hardware-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.hardware-route{border:1px solid var(--border);border-radius:8px;gap:10px;padding:14px;display:grid}.hardware-route strong{color:var(--green-dark);overflow-wrap:anywhere}.hardware-route small{color:var(--muted);line-height:18px}.hardware-meta{gap:12px;margin-top:14px;display:grid}.source-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;padding:0 18px 18px;display:grid}.source-tile{background:var(--surface-muted);border:1px solid var(--border);color:inherit;text-align:left;border-radius:8px;gap:8px;min-height:84px;padding:12px;display:grid}.source-tile:hover,.source-tile.active{background:var(--green-soft);border-color:#b7dfce}.source-tile span{color:var(--muted);overflow-wrap:anywhere;font-size:13px;line-height:18px}.source-tile strong{color:var(--green-dark);font-size:24px}.path-line{border-top:1px solid var(--border);word-break:break-word;padding:10px 18px}.form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0;display:grid}.form-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}label{color:var(--muted);gap:6px;font-size:13px;display:grid}input,select,textarea{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:8px;min-height:40px;padding:0 10px}input:focus,select:focus,textarea:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #064e3b1f}textarea{resize:vertical;min-height:92px;padding:10px}.check-field{flex-direction:row;align-items:center;min-height:40px;display:flex}.policy-strip{background:var(--green-soft);color:var(--green-dark);border:1px solid #b7dfce;border-radius:8px;align-items:center;gap:12px;margin:14px 0;padding:12px 14px;display:flex}.capture-note,.capture-warning{border-radius:8px;align-items:center;gap:10px;margin:14px 0 0;padding:12px 14px;line-height:20px;display:flex}.capture-note{background:var(--green-soft);color:var(--green-dark);border:1px solid #b7dfce}.capture-warning{color:#8a5100;background:#fff4df;border:1px solid #f4cf8c}.policy-strip strong,.policy-strip span{display:block}.policy-strip span{color:var(--muted);font-size:13px;line-height:18px}input[type=checkbox]{accent-color:var(--green);width:18px;height:18px;min-height:18px}.checkbox-line{flex-direction:row;align-items:center;gap:8px;min-height:44px;display:flex}.file-field{min-width:0}.file-picker{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:8px;align-items:center;gap:8px;min-height:40px;padding:0 12px;display:inline-flex;position:relative;overflow:hidden}.file-picker input,.drop-zone input{cursor:pointer;opacity:0;width:100%;position:absolute;inset:0}input[type=file]{min-width:0;max-width:100%}.drop-zone{border:1px dashed var(--outline,#9aa6a0);color:var(--muted);cursor:pointer;border-radius:8px;place-items:center;gap:10px;min-height:140px;margin-top:14px;padding:18px;display:grid;position:relative}.source-name-field{margin-top:14px}.drop-zone input{max-width:none}.class-panel{grid-row:span 2}.class-row,.device-row{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:42px;display:grid}.class-row.rare strong{color:var(--orange)}.rare-block{border-top:1px solid var(--border);gap:10px;margin-top:16px;padding-top:16px;display:grid}.device-row{grid-template-columns:minmax(160px,.35fr) minmax(0,1fr) auto}.device-row.disabled{opacity:.62}.device-row span,.class-row span{color:var(--muted);overflow-wrap:anywhere}.status-pill{border-radius:999px;justify-content:center;min-width:62px;padding:3px 9px;font-size:12px;font-weight:700;line-height:18px;display:inline-flex}.status-pill.ok{background:var(--green-soft);color:var(--green-dark)}.status-pill.warn{color:var(--orange);background:#fff4df}.system-pill{color:#b0f0d6;text-transform:uppercase;background:#b0f0d61f;border:1px solid #b0f0d63d;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:12px;font-weight:700;line-height:16px;display:flex}.system-pill.offline{color:#ffdad6;background:#ffdad61f;border-color:#ffdad633}.pulse-dot{background:#b0f0d6;border-radius:999px;width:10px;height:10px;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #b0f0d6b3}70%{transform:scale(1);box-shadow:0 0 0 6px #b0f0d600}to{transform:scale(.95);box-shadow:0 0 #b0f0d600}}.alert{color:var(--red);background:#fff1ef;border:1px solid #f2c4c0;border-radius:8px;padding:12px 14px}.success{background:var(--green-soft);color:var(--green-dark);border:1px solid #b7dfce;border-radius:8px;padding:12px 14px}.bin-full-popup{color:#4a3210;z-index:90;background:#fffaf0;border:1px solid #f0c46d;border-left:6px solid #f59e0b;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:16px;width:min(420px,100vw - 48px);padding:16px 18px;display:flex;position:fixed;top:84px;right:24px;box-shadow:0 18px 44px #1118272e}.bin-full-popup.danger{color:#7f1d1d;background:#fff1ef;border-color:#f2b8b3 #f2b8b3 #f2b8b3 #ef4444}.bin-full-popup strong{margin-bottom:8px;font-size:15px;display:block}.bin-full-popup p{margin:4px 0 0}.bin-full-popup .icon-button{flex:none}.full-span{grid-column:1/-1}.empty-state{background:var(--surface-muted);border:1px solid var(--border);color:var(--muted);border-radius:8px;align-items:center;min-height:76px;padding:16px;display:grid}.operations-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.65fr)}@media (max-width:1100px){.operations-grid{grid-template-columns:1fr}}.operations-map-wrapper{width:100%;position:relative}.operations-map-spinner-overlay{z-index:1000;background:#ffffffa6;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.operations-map-spinner{border:3px solid #0000001a;border-top-color:#005faf;border-radius:50%;width:32px;height:32px;animation:1s linear infinite map-spin}@keyframes map-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.operations-wide-panel{grid-column:1/-1}.operations-map-card{background:var(--surface);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;gap:14px;min-width:0;padding:18px;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid}.operations-map-card.is-expanded{z-index:60;max-height:calc(100dvh - 24px);position:fixed;inset:12px;overflow:auto}.operations-map-card.is-expanded .panel-toolbar{background:var(--surface);z-index:1;position:sticky;top:0}.map-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.operations-map-status-row{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.operations-map-frame{background:var(--surface-muted);border:1px solid var(--border);border-radius:8px;width:100%;height:clamp(360px,52vh,620px);overflow:hidden}.operations-map-card.is-expanded .operations-map-frame{height:clamp(480px,72dvh,820px)}.operations-map-marker{background:var(--green);color:#fff;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 8px 16px #0f172a38}.operations-map-marker.candidate{background:var(--orange)}.operations-map-marker.danger{background:var(--red)}.operations-map-marker.selected{outline:3px solid #2563eb52}.operations-map-popup-root{min-width:260px}.leaflet-popup-content{margin:0}.operations-map-popup-card{color:var(--text);background:#fff;border-radius:8px;gap:12px;min-width:260px;padding:14px;display:grid}.operations-map-popup-card header{grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:10px;display:grid}.operations-map-popup-card strong{font-size:14px;line-height:20px;display:block}.operations-map-popup-card small,.operations-map-popup-card p,.operations-map-popup-card dt{color:var(--muted);margin:0;font-size:12px;line-height:18px}.popup-status-dot{border-radius:999px;width:10px;height:10px;margin-top:5px}.popup-status-dot.ok{background:#059669}.popup-status-dot.pending{background:var(--orange)}.popup-status-dot.danger{background:var(--red)}.popup-status-dot.warning{background:var(--orange)}.popup-full-banner{color:#991b1b;background:#ef44441a;border:1px solid #ef444447;border-radius:8px;gap:2px;padding:9px 10px;display:grid}.popup-full-banner strong{color:#991b1b;font-size:13px;line-height:18px}.popup-full-banner span{font-size:12px;font-weight:700;line-height:17px}.popup-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;display:grid}.popup-meta-grid div{background:var(--surface-muted);border:1px solid var(--border);border-radius:8px;min-width:0;padding:8px}.popup-meta-grid dd{overflow-wrap:anywhere;margin:0;font-size:12px;font-weight:700;line-height:18px}.popup-bin-list{gap:8px;display:grid}.popup-sensor-assignment-help{background:#05966914;border:1px solid #05966938;border-radius:8px;gap:2px;padding:8px 10px;display:grid}.popup-sensor-assignment-help strong{color:#047857;font-size:12px}.popup-sensor-assignment-help span{color:var(--muted);font-size:11px;line-height:16px}.popup-bin-row{grid-template-columns:26px minmax(54px,1fr) 42px 72px;align-items:center;gap:8px;display:grid}.popup-demo-target-button{grid-column:2/-1;justify-self:stretch;width:100%;min-width:0}.popup-demo-target-button.active:disabled{color:#047857;cursor:default;opacity:1;background:#0596691a;border-color:#05966959}.popup-sensor-target-status{color:#047857;background:#0596691a;border:1px solid #0596694d;border-radius:7px;grid-column:2/-1;padding:5px 8px;font-size:11px;font-weight:800;line-height:18px}.password-input-control{align-items:center;display:flex;position:relative}.password-input-control input{width:100%;padding-right:44px}.password-input-control button{color:var(--muted);background:0 0;border:0;width:36px;height:36px;position:absolute;right:4px}.account-chip{border:1px solid var(--border);cursor:pointer;text-align:left}.account-avatar-frame img,.account-avatar img{border-radius:inherit;object-fit:cover;width:100%;height:100%}.avatar-upload-button{background:var(--surface-muted);border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:8px 12px}.avatar-upload-button input{display:none}.text-link-button{color:#047857;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.social-post-actions button.active{color:#047857;background:#0596691f}.social-comment-thread{border-top:1px solid var(--border);gap:8px;margin-top:10px;padding-top:10px;display:grid}.social-comment-thread p{margin:0}.social-comment-thread>div{gap:8px;display:flex}.social-comment-thread input{flex:1}.popup-bin-row>span,.popup-bin-row>strong{font-size:12px;font-weight:800}.popup-bin-row>strong{text-align:right}.popup-bin-state{text-align:center;white-space:nowrap;border-radius:999px;padding:2px 6px;font-size:11px;font-weight:800;line-height:16px}.popup-bin-state.ok{color:#047857;background:#10b9811f}.popup-bin-state.warning{color:#92400e;background:#f59e0b24}.popup-bin-state.danger{color:#991b1b;background:#ef444421}.popup-fill-track{background:var(--surface-muted);border-radius:999px;height:8px;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.popup-fill-bar{border-radius:999px;height:100%;transition:width 1s cubic-bezier(.175,.885,.32,1.275);display:block}.popup-fill-bar.ok{background:linear-gradient(90deg,#10b981,#34d399);box-shadow:0 0 8px #10b98166}.popup-fill-bar.warning{background:linear-gradient(90deg,#f59e0b,#fbbf24);box-shadow:0 0 8px #f59e0b66}.popup-fill-bar.danger{background:linear-gradient(90deg,#ef4444,#f87171);box-shadow:0 0 8px #ef444466}.operations-map-list,.operations-list,.operations-role-grid,.operations-station-detail{gap:10px;min-width:0;display:grid}.operations-map-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.operations-role-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.operations-station-row,.operations-list-card{background:var(--surface-muted);border:1px solid var(--border);color:var(--text);text-align:left;border-radius:8px;min-width:0;padding:12px}.operations-station-row{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.operations-station-row.active,.operations-station-row:hover{border-color:var(--green);box-shadow:var(--shadow-sm);background:var(--surface);transform:translateY(-2px)}.operations-station-row strong,.operations-list-card strong{overflow-wrap:anywhere;display:block}.operations-station-row small,.operations-list-card small{color:var(--muted);overflow-wrap:anywhere;font-size:12px;line-height:16px;display:block}.station-status-icon{border:1px solid var(--border);color:var(--green);background:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.operations-row-title{align-items:center;gap:10px;min-width:0;display:flex}.operations-list-card{gap:10px;display:grid}.operations-list-card p{color:var(--muted);overflow-wrap:anywhere;margin:0}.operations-chip-list{flex-wrap:wrap;gap:6px;display:flex}.status-chip{background:var(--green-soft);color:var(--green);white-space:nowrap;border:1px solid #064e3b1f;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.status-chip.warning{color:var(--orange);background:#fff7ed;border-color:#d9770638}.status-chip.danger{color:var(--red);background:#fef2f2;border-color:#ba1a1a38}.status-chip.muted{background:var(--surface-muted);color:var(--muted)}.operations-side-panel{align-content:start;gap:14px;display:grid}.operations-mini-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.operations-mini-metrics span{background:var(--surface-muted);border:1px solid var(--border);border-radius:8px;gap:3px;padding:10px;display:grid}.operations-mini-metrics small{color:var(--muted)}.operations-inline-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.inline-check{flex-direction:row;align-items:center;gap:8px;display:flex}.inline-check input{width:auto;min-height:0}.span-2{grid-column:1/-1}.compact-alert{align-items:center;gap:8px;margin:0;display:flex}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:760px}.editable-table input{width:100%}.editable-table .command-input{text-align:center;max-width:72px}.bin-pill{background:var(--surface-muted);border:1px solid var(--border);color:var(--text);text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-width:82px;padding:7px 10px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.bin-pill-o{color:var(--green-dark);background:#e6f6ee;border-color:#9fd4bb}.bin-pill-r{color:#1d4f8f;background:#eaf2ff;border-color:#b7cef6}.bin-pill-i{color:var(--red);background:#fff1ef;border-color:#f2c4c0}.dataset-table{min-width:1040px}.dataset-table td{vertical-align:middle}.dataset-table .row-actions{flex-wrap:nowrap;min-width:118px}.dataset-table .compact-button{min-width:34px}.history-image-link{white-space:nowrap;text-decoration:none}.history-review-toolbar,.history-review-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.history-review-toolbar{justify-content:space-between;margin-bottom:12px}.history-review-toolbar label{align-items:center;gap:8px;display:flex}.history-review-panel table{min-width:1180px}.history-review-actions{min-width:360px}.history-review-actions select{min-width:170px}.history-label-status{white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.history-label-status-human_verified,.history-label-status-metadata_verified{background:var(--green-soft);color:var(--green-dark)}.history-label-status-needs_review{color:#7a5200;background:#fff3cd}.history-label-status-no_evidence{color:#475467;background:#f2f4f7}.history-label-status-model_inferred,.history-label-status-unknown{color:#245ea8;background:#e8f1ff}.table-path{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:420px;font-size:12px;overflow:hidden}.row-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-grid{grid-template-columns:minmax(160px,.9fr) minmax(180px,1fr) minmax(150px,.7fr) auto;align-items:end;gap:12px;margin-bottom:14px;display:grid}.bulk-toolbar{background:var(--surface-muted);border:1px solid var(--border);border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;padding:10px 12px;display:flex}.bulk-toolbar strong{color:var(--green-dark);margin-right:6px}.pagination-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pagination-row.compact{justify-content:flex-end}.select-col{text-align:center;width:48px}.thumb{border:1px solid var(--border);object-fit:cover;background:#000;border-radius:6px;width:74px;height:54px;display:block}.source-badge{background:var(--surface-muted);border:1px solid var(--border);white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.trust-cell{gap:4px;max-width:170px;display:grid}.trust-cell small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:170px;font-size:11px;line-height:14px;display:block;overflow:hidden}.annotation-backdrop{z-index:80;background:#0f172a8a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.annotation-modal{background:var(--surface);border-radius:8px;width:min(1220px,100%);max-width:1220px;max-height:calc(100vh - 48px);padding:18px;overflow:auto;box-shadow:0 22px 70px #0f172a3d}.annotation-layout{grid-template-columns:minmax(0,1fr) 340px;gap:18px;display:grid}.annotation-canvas{cursor:crosshair;-webkit-user-select:none;user-select:none;background:#000;border-radius:8px;position:relative;overflow:hidden}.annotation-image{object-fit:contain;pointer-events:none;width:100%;max-height:calc(100vh - 240px);display:block}.annotation-box{pointer-events:none;border:2px solid #34d399;min-width:8px;min-height:8px;position:absolute;box-shadow:0 0 0 1px #0f172a66}.annotation-box.preview{border-color:#60a5fa}.annotation-box span{color:#fff;text-overflow:ellipsis;white-space:nowrap;background:#064e3b;max-width:180px;padding:0 6px;font-size:12px;font-weight:700;line-height:18px;display:inline-block;overflow:hidden}.annotation-sidebar,.annotation-box-list{gap:12px;display:grid}.annotation-box-list{max-height:calc(100vh - 320px);overflow:auto}.annotation-box-row{border:1px solid var(--border);border-radius:8px;gap:10px;padding:12px;display:grid}.mini-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.no-pad{padding:0 0 18px}th{background:var(--navy);color:#fff;text-align:left;text-transform:uppercase;height:42px;font-size:12px}td,th{border-bottom:1px solid var(--border);padding:0 12px}td{height:44px}.log-box{color:#d1fae5;white-space:pre-wrap;background:#111827;border-radius:8px;max-height:calc(100vh - 180px);margin:0;padding:16px;font-size:12px;line-height:18px;overflow:auto}.token-box{background:var(--surface-muted);border:1px solid var(--border);color:var(--muted);border-radius:999px;align-items:center;gap:8px;height:42px;padding:0 6px 0 12px;display:flex}.token-box input{background:0 0;border:0;width:150px;min-height:0;padding:0}.token-box input:focus{box-shadow:none;border:0}.auth-screen{background-color:#f1f1f1;background-image:linear-gradient(90deg,#1a1c1e09 1px,#0000 1px),linear-gradient(0deg,#1a1c1e09 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;align-items:center;min-height:100dvh;padding:32px 16px;font-family:Be Vietnam Pro,Segoe UI,system-ui,sans-serif;display:grid}.auth-panel{background:#fff;border:1px solid #c5c6ca;border-radius:8px;gap:22px;width:min(100%,440px);max-width:440px;margin:0 auto;padding:30px;display:grid;box-shadow:0 10px 24px #1a1c1e14}.auth-restoring{text-align:center;justify-items:center}.auth-restoring h1,.auth-restoring p{margin:0}.auth-restoring p{color:#44474a;line-height:1.55}.auth-spinner{border:3px solid #d9e7d6;border-top-color:#2d6a31;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-brand{justify-content:center;align-items:center;gap:12px;min-height:132px;display:flex}.auth-brand span,.auth-field span{color:#44474a;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.auth-brand strong{color:#1a1c1e;font-size:20px;line-height:1.25;display:block}.auth-mark{color:#2d5a27;background:#eef8eb;border:1px solid #9cc992;border-radius:8px;justify-content:center;align-items:center;width:46px;height:46px;display:grid}.auth-brand .trash-sorter-logo-wordmark span,.auth-brand .trash-sorter-logo-wordmark strong{color:#0000;letter-spacing:0;text-transform:none;background:linear-gradient(90deg,#0fa66a,#76ffad);-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:800;line-height:1}.auth-brand .trash-sorter-logo-wordmark strong{color:#bcf0ae;text-shadow:0 0 8px #7dffb16b}.auth-banner{color:#93000a;background:#ffdad6;border:1px solid #ba1a1a59;border-radius:6px;align-items:center;gap:8px;padding:10px 12px;font-size:14px;display:flex}.auth-heading{gap:8px;display:grid}.auth-heading h1{color:#1a1c1e;letter-spacing:0;margin:0;font-size:clamp(28px,4vw,34px);line-height:1.12}.auth-heading p{color:#44474a;margin:0;font-size:16px;line-height:1.55}.auth-form{gap:16px;display:grid}.auth-field{color:#1a1c1e;gap:7px;display:grid}.auth-field small{color:#ba1a1a;font-size:13px;line-height:1.4}.auth-input-wrap{color:#44474a;background:#fff;border:1px solid #c5c6ca;border-radius:4px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:48px;padding:0 12px;display:grid}.auth-input-wrap:focus-within{border-color:#2d5a27;box-shadow:0 0 0 2px #2d5a2724}.auth-input-wrap.error{border-color:#ba1a1a}.auth-input-wrap input{color:#1a1c1e;border:0;outline:none;width:100%;min-width:0;padding:12px 0;font-size:16px}.auth-eye-button{color:#44474a;background:0 0;border:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:grid}.auth-submit{color:#fff;background:#2d5a27;border:0;border-radius:4px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 16px;font-size:16px;font-weight:700;transition:background .16s,transform .16s,box-shadow .16s;display:inline-flex}.auth-submit:hover:not(:disabled){background:#234d1f;transform:translateY(-1px);box-shadow:0 10px 18px #2d5a272e}.auth-submit:disabled{cursor:not-allowed;opacity:.58}.account-control{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.account-chip,.account-warning,.account-logout{border-radius:4px;align-items:center;min-height:44px;display:inline-flex}.account-chip{color:#18221b;background:linear-gradient(#fff 0%,#f7fbf8 100%);border:1px solid #70927061;gap:10px;padding:5px 12px 5px 6px;box-shadow:0 8px 22px #23392914}.account-avatar-frame{background:#eef7ef;border:1px solid #5d835f42;border-radius:6px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;overflow:hidden}.account-avatar-frame img{object-fit:contain;width:24px;height:24px;display:block}.generated-avatar{color:#064e3b;letter-spacing:0;background:linear-gradient(145deg,#e7f7ec 0%,#c8ead4 100%);border-color:#12754d4d;font-weight:800}.generated-avatar span{justify-content:center;align-items:center;width:100%;height:100%;line-height:1;display:inline-flex}.generated-avatar[data-tone=leaf]{color:#14532d;background:linear-gradient(145deg,#dcfce7 0%,#86efac 100%)}.generated-avatar[data-tone=mint]{color:#134e4a;background:linear-gradient(145deg,#ccfbf1 0%,#5eead4 100%)}.generated-avatar[data-tone=sky]{color:#1e3a8a;background:linear-gradient(145deg,#dbeafe 0%,#93c5fd 100%)}.generated-avatar[data-tone=amber]{color:#78350f;background:linear-gradient(145deg,#fef3c7 0%,#fbbf24 100%)}.generated-avatar[data-tone=rose]{color:#881337;background:linear-gradient(145deg,#ffe4e6 0%,#fda4af 100%)}.generated-avatar[data-tone=violet]{color:#4c1d95;background:linear-gradient(145deg,#ede9fe 0%,#c4b5fd 100%)}.account-avatar-frame.generated-avatar{font-size:12px}.account-chip div{gap:1px;min-width:0;display:grid}.account-chip strong,.account-chip span{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.account-chip strong{font-size:14px}.account-chip span{color:#5f6b65;font-size:12px}.account-warning{color:#93000a;background:#ffdad6;border:1px solid #ba1a1a59;gap:6px;padding:0 10px;font-size:12px;font-weight:700}.account-logout{color:#fff;background:#1a1c1e;border:0;gap:8px;padding:0 12px;font-size:14px;font-weight:700}.account-logout:disabled{opacity:.55}.auth-submit:focus-visible,.auth-eye-button:focus-visible,.account-logout:focus-visible{outline-offset:2px;outline:2px solid #1a1c1e}.user-shell .sidebar{justify-content:space-between}.user-dashboard-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.65fr)}.user-dashboard-grid .stat-row{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr))}.user-range-control{border:1px solid var(--border);background:#fff;border-radius:8px;align-items:center;gap:4px;min-height:44px;padding:4px;display:inline-flex}.user-range-control svg{color:var(--muted);margin:0 8px}.user-range-control button{color:var(--muted);background:0 0;border:0;border-radius:7px;min-height:34px;padding:0 12px;font-weight:700}.user-range-control button.active,.user-range-control button:hover{background:var(--green-soft);color:var(--green-dark)}.user-metric-grid{grid-column:1/-1;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.user-metric-card,.user-panel{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:8px}.user-metric-card{gap:8px;min-height:132px;padding:18px;display:grid}.user-metric-card span{color:var(--muted);text-transform:uppercase;font-size:13px;font-weight:700}.user-metric-card strong{color:var(--text);overflow-wrap:anywhere;font-size:27px;line-height:34px}.user-metric-card small{color:var(--muted);line-height:19px}.metric-icon{border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-grid}.accent-green .metric-icon{color:#166534;background:#dcfce7}.accent-blue .metric-icon{color:#1d4ed8;background:#dbeafe}.accent-orange .metric-icon{color:#c2410c;background:#ffedd5}.accent-slate .metric-icon{color:#334155;background:#e2e8f0}.user-analytics-grid{grid-column:1/-1;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:18px;display:grid}.user-panel{gap:14px;padding:18px;display:grid}.user-chart-panel{min-height:312px}.user-panel-heading{gap:2px;display:grid}.user-panel-heading.inline{justify-content:space-between;align-items:center;display:flex}.user-panel-heading strong{color:var(--text);font-size:18px;line-height:24px}.user-line-chart{aspect-ratio:560/204;width:100%;max-height:240px;display:block}.chart-grid{stroke:#e2e8f0;stroke-width:1px}.chart-area{fill:#2563eb1f}.chart-line{stroke:#2563eb;stroke-linecap:round;stroke-linejoin:round;stroke-width:4px}.chart-dot{fill:#fff;stroke:#2563eb;stroke-width:2px}.chart-axis-row,.chart-legend{color:var(--muted);justify-content:space-between;align-items:center;font-size:12px;line-height:18px;display:flex}.chart-legend{justify-content:flex-start;gap:14px}.chart-legend span{align-items:center;gap:6px;display:inline-flex}.chart-legend i,.route-dot{border-radius:999px;width:10px;height:10px;display:inline-block}.stacked-chart{grid-template-columns:repeat(auto-fit,minmax(26px,1fr));align-items:end;gap:8px;min-height:190px;display:grid}.stacked-bar-wrap{place-items:center;gap:8px;min-width:0;display:grid}.stacked-bar{background:var(--surface-muted);border-radius:8px;align-items:end;width:100%;height:156px;display:flex;overflow:hidden}.stacked-bar span{width:100%;display:block}.stacked-bar-wrap small{color:var(--muted);font-size:11px;line-height:14px}.bar-organic{background:#16a34a}.bar-inorganic{background:#f97316}.bar-recyclable{background:#2563eb}.composition-list,.composition-row{gap:12px;display:grid}.composition-row{grid-template-columns:minmax(0,1fr) auto minmax(90px,.45fr) auto;align-items:center}.composition-row div:first-child{align-items:center;gap:8px;min-width:0;display:flex}.composition-row strong,.composition-row small{overflow-wrap:anywhere}.composition-row small{color:var(--muted)}.composition-meter{background:var(--surface-muted);border-radius:999px;height:9px;overflow:hidden}.composition-meter i{height:100%;display:block}.yesterday-total{align-items:baseline;gap:10px;display:flex}.yesterday-total strong{color:var(--green-dark);font-size:38px;line-height:44px}.yesterday-total span{color:var(--muted)}.user-class-list .class-row{min-height:38px}.advisor-panel{grid-column:1/-1}.advisor-status{color:#8a5100;background:#fff4df;border:1px solid #f4cf8c;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;line-height:20px;display:inline-flex}.advisor-status.online{background:var(--green-soft);color:var(--green-dark);border-color:#b7dfce}.advisor-status.offline{color:#765000;background:#fff8ec;border-color:#efc56f}.advisor-question{border:1px solid var(--border);color:var(--text);font:inherit;resize:vertical;border-radius:8px;min-height:86px;padding:12px;font-size:16px;line-height:24px}.advisor-question:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #064e3b1f}.advisor-button{width:fit-content}.advisor-answer{border:1px solid var(--border);color:var(--text);white-space:pre-wrap;background:#f8fafc;border-radius:8px;min-height:78px;padding:14px;line-height:24px}.advisor-disclaimer{color:var(--muted);margin:0;font-size:12px;line-height:18px}.user-status-grid{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.eco-score-panel,.device-status-panel{min-height:220px}.eco-score-ring{aspect-ratio:1;background:radial-gradient(circle at center, #fff 0 58%, transparent 59%), conic-gradient(#16a34a 0 65%, #2563eb 65% 84%, #f97316 84% 100%);border-radius:999px;justify-content:center;justify-self:start;align-items:center;width:118px;display:grid}.eco-score-ring span{color:var(--green-dark);font-size:34px;font-weight:800}.eco-breakdown,.device-detail-list{color:var(--muted);gap:8px;line-height:21px;display:grid}.device-detail-list span{align-items:center;gap:8px;display:flex}.device-status-badge{border-radius:999px;justify-self:start;align-items:center;gap:8px;padding:8px 12px;font-weight:700;display:inline-flex}.device-status-badge.online{background:var(--green-soft);color:var(--green-dark)}.device-status-badge.warning{color:#8a5100;background:#fff4df}.device-status-badge.offline{color:var(--muted);background:#f1f5f9}.user-history-panel,.chat-panel{grid-column:1/-1;position:relative}.user-history-list{gap:10px;display:grid}.user-history-row{border:1px solid var(--border);border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;min-height:58px;padding:12px;display:grid}.user-history-row strong,.user-history-row span,.user-history-row small{overflow-wrap:anywhere}.user-history-row span,.user-history-row small{color:var(--muted)}.history-image-link,.quick-prompt-row button{border-radius:8px;align-items:center;gap:6px;min-height:34px;padding:0 10px;display:inline-flex}.history-image-link{background:var(--green-soft);color:var(--green-dark);font-weight:700;text-decoration:none}.quick-prompt-row{flex-wrap:wrap;gap:8px;display:flex}.quick-prompt-row button{border:1px solid var(--border);color:var(--text);background:#fff}.accounts-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.45fr)}.accounts-grid .chat-panel,.accounts-grid .ai-training-panel{grid-column:1/-1}.ai-training-summary{flex-wrap:wrap;gap:8px;margin:8px 0 12px;display:flex}.ai-training-summary span{border:1px solid var(--border);color:var(--text);background:#f5f7f3;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:13px;display:inline-flex}.ai-training-layout{grid-template-columns:minmax(260px,.45fr) minmax(0,1fr);gap:14px;margin-top:14px;display:grid}.ai-training-form,.ai-training-list,.ai-eval-panel{gap:12px;display:grid}.ai-training-form textarea{resize:vertical;min-height:128px}.ai-role-toggle{justify-content:flex-start}.ai-training-list{max-height:430px;padding-right:4px;overflow:auto}.knowledge-row{border:1px solid var(--border);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.knowledge-row.disabled{opacity:.62}.knowledge-row strong,.knowledge-row span{overflow-wrap:anywhere;display:block}.knowledge-row span{color:var(--muted);font-size:12px;line-height:18px}.ai-eval-panel{border-top:1px solid var(--border);margin-top:16px;padding-top:16px}.ai-eval-row{grid-template-columns:140px minmax(0,1fr) auto;gap:10px;display:grid}.ai-eval-result{border:1px solid var(--border);background:#f8faf9;border-radius:8px;gap:4px;padding:10px 12px;display:grid}.ai-eval-result span{color:var(--muted);font-size:12px}.account-table{gap:10px;display:grid}.account-row-card{border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.account-row-main{align-items:center;gap:10px;min-width:0;display:flex}.account-row-main strong,.account-row-main span{overflow-wrap:anywhere;display:block}.account-row-main span{color:var(--muted);font-size:13px;line-height:19px}.account-avatar{background:var(--green-soft);color:var(--green-dark);border-radius:8px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;display:grid}.account-actions-panel{gap:14px;display:grid}.form-grid.one-col{grid-template-columns:1fr}.divider{border-top:1px solid var(--border);height:1px}.full-button{width:100%}.bin-fill-card small{color:var(--muted);font-size:12px;line-height:18px}.fill-meter{background:var(--surface-muted);border-radius:999px;width:100%;height:10px;overflow:hidden}.fill-meter span{background:linear-gradient(90deg,#10b981,#d97706);height:100%;display:block}.insight-list{gap:12px;display:grid}.insight-card{border:1px solid var(--border);border-left:4px solid var(--blue);border-radius:8px;gap:6px;padding:14px;display:grid}.insight-card.warning{border-left-color:var(--orange)}.insight-card span{color:var(--muted);font-size:14px;line-height:22px}@media (max-width:1100px){.app-shell{grid-template-columns:88px minmax(0,1fr)}.brand div:last-child,.nav-item span,.agent-card{display:none}.sidebar{align-items:center;padding:20px 12px}.nav-item{justify-content:center;padding:0}.live-grid,.camera-management-grid,.data-grid,.settings-grid{grid-template-columns:1fr}.stat-row,.live-grid .stat-row,.source-grid,.form-grid,.filter-grid,.hardware-grid,.annotation-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.annotation-layout{grid-template-columns:1fr}.dataset-table{width:100%;min-width:0}.dataset-table .row-actions{flex-wrap:wrap;min-width:0}.user-dashboard-grid{grid-template-columns:1fr}.user-metric-grid,.user-analytics-grid,.user-status-grid,.accounts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-training-layout{grid-template-columns:1fr}}@media (max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;padding:14px;display:block;position:relative;top:auto}.brand{margin-bottom:12px}.brand div:last-child{display:block}.nav-list{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.nav-item span{display:none}.workspace{padding:18px 16px}.topbar{flex-direction:column;align-items:flex-start;margin:0 -16px;padding:12px 16px}.topbar-actions{flex-wrap:wrap;width:100%}.search-box,.account-control,.account-chip,.account-logout{width:100%}.account-control{justify-content:stretch}.account-chip{flex:100%}.account-warning,.account-logout{justify-content:center}.auth-screen{align-items:stretch;padding:16px}.auth-panel{align-self:center;padding:22px}.auth-status-grid div{grid-template-columns:auto 1fr;align-items:start}.auth-status-grid strong{grid-column:2}.token-box,.token-box input{width:100%}.page-heading{flex-direction:column;padding-top:18px}.stat-row,.live-grid .stat-row,.source-grid,.form-grid,.filter-grid,.hardware-grid,.mini-grid,.user-dashboard-grid .stat-row{grid-template-columns:1fr}.user-range-control,.user-metric-grid,.user-analytics-grid,.user-status-grid,.accounts-grid{grid-template-columns:1fr;width:100%}.account-row-card,.user-history-row{grid-template-columns:1fr;align-items:stretch}.account-row-card{display:grid}.knowledge-row,.ai-eval-row{grid-template-columns:1fr}.knowledge-row{align-items:stretch;display:grid}.ai-training-summary span,.ai-eval-row select,.ai-eval-row input,.ai-eval-row button{width:100%}.user-range-control{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.user-range-control svg{display:none}.composition-row{grid-template-columns:1fr auto;align-items:start}.composition-meter{grid-column:1/-1}.advisor-button{width:100%}.annotation-backdrop{padding:10px}.panel-toolbar{flex-direction:column;align-items:flex-start}.device-row{grid-template-columns:1fr}}.polished-user-shell{--user-primary:#1a1c1e;--user-primary-soft:#e2e2e5;--user-secondary:#2d5a27;--user-secondary-soft:#bcf0ae;--user-warning:#ba1a1a;--user-surface:#f9f9f9;--user-panel:#fff;--user-border:#c5c6ca;background:var(--user-surface)}.polished-user-shell .eyebrow{letter-spacing:0}.polished-user-shell .user-sidebar{background:#1a1c1e}.polished-user-shell .user-agent-card{background:#ffffff14;border-color:#ffffff24}.polished-user-shell .user-workspace{background:var(--user-surface);padding-bottom:340px}.polished-user-shell .user-topbar{border-bottom:1px solid var(--user-border);z-index:20;background:#f8f9faeb;position:sticky;top:0}.user-hero-summary{background:var(--user-panel);border:1px solid var(--user-border);border-radius:16px;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);align-items:stretch;gap:24px;margin:24px 0 18px;padding:26px;display:grid}.user-hero-copy{gap:10px;display:grid}.user-hero-copy h1{color:#17201a;letter-spacing:0;margin:0;font-size:clamp(32px,4vw,48px);line-height:1.15}.user-hero-copy p{color:#4b5a50;max-width:760px;margin:0;font-size:16px;line-height:1.65}.user-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.user-hero-stat{background:#f3f7f2;border:1px solid #e1eadf;border-radius:12px;gap:6px;min-height:112px;padding:14px;display:grid}.user-hero-stat span{background:var(--user-primary-soft);color:var(--user-primary);border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-grid}.user-hero-stat small{color:#58665d;font-weight:700;line-height:18px}.user-hero-stat strong{color:#17201a;overflow-wrap:anywhere;font-size:20px;line-height:25px}.user-range-row{background:var(--user-panel);border:1px solid var(--user-border);border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:16px;display:flex}.user-range-row strong{margin-top:3px;display:block}.user-map-view .user-dashboard-grid{margin-top:14px}.user-map-view .operations-map-card{scroll-margin-top:76px}.user-nav-list{max-height:calc(100vh - 250px);padding-right:2px;overflow:auto}.admin-reports-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-reports-grid .stat-row,.admin-reports-grid .report-export-panel,.admin-reports-grid .history-panel{grid-column:1/-1}.muted-copy{color:var(--muted);margin:0;line-height:24px}.user-report-grid,.user-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.account-form-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:14px;display:grid}.account-form-grid label,.account-form-grid input{min-width:0}.account-form-grid input{width:100%}.user-report-card,.experience-card,.challenge-row,.leaderboard-row{border:1px solid var(--user-border);background:#fff;border-radius:8px;gap:8px;min-width:0;padding:14px;display:grid}.user-report-card strong,.community-card b,.leaderboard-row b{color:var(--user-primary);font-size:24px;line-height:30px}.user-report-card span,.experience-card strong,.challenge-row strong,.leaderboard-row strong,.community-card strong{overflow-wrap:anywhere}.user-report-card.success,.community-card.success,.experience-card.success{border-color:#a1d494}.user-report-card.warning,.community-card.warning,.experience-card.warning{border-color:#ffb4ab}.safe-field-list,.quick-prompt-row{flex-wrap:wrap;gap:8px;display:flex}.safe-field-list span{border:1px solid var(--user-border);color:#44474a;background:#f3f3f3;border-radius:4px;padding:5px 8px;font-size:12px;font-weight:700}.device-owner-panel p,.community-card p,.experience-card p,.challenge-row span{color:#44474a;margin:0;line-height:24px}.leaderboard-row{grid-template-columns:44px minmax(0,1fr) minmax(0,1.2fr) 64px;align-items:center}.leaderboard-row.current{border-color:var(--user-secondary);background:#f6fbf4}.leaderboard-focus-card{border:1px solid var(--user-secondary);background:linear-gradient(135deg,#f6fbf4,#fff);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;gap:10px;min-width:0;padding:14px;display:grid}.leaderboard-focus-card strong{color:var(--user-text);overflow-wrap:anywhere;font-size:18px;line-height:24px;display:block}.leaderboard-focus-card small{color:#44474a;margin-top:3px;line-height:20px;display:block}.leaderboard-focus-card b{color:var(--user-primary);font-size:30px;line-height:34px}.leaderboard-focus-card .fill-meter{grid-column:1/-1}.challenge-row{grid-template-columns:minmax(0,1fr) auto}.challenge-row .fill-meter{grid-column:1/-1}.notification-center,.challenge-panel,.leaderboard-panel,.user-account-panel,.report-export-panel,.device-owner-panel{align-self:start}.polished-user-shell .user-panel,.polished-user-shell .user-metric-card,.polished-user-shell .metric-card{border-color:var(--user-border);box-shadow:0 1px 2px #191c1d0a}.polished-user-shell .user-panel,.polished-user-shell .user-metric-card{border-radius:14px}.polished-user-shell .user-range-control{border-color:var(--user-border)}.polished-user-shell .user-range-control button.active,.polished-user-shell .user-range-control button:hover{background:var(--user-primary-soft);color:var(--user-primary)}.chart-frame{min-height:204px;position:relative}.stacked-frame{min-height:190px}.chart-empty{border:1px dashed var(--user-border);color:#5d6b62;text-align:center;background:#f8f9fad6;border-radius:12px;justify-content:center;align-items:center;padding:18px;line-height:22px;display:grid;position:absolute;inset:0}.polished-user-shell .chart-area{fill:#005faf1a}.polished-user-shell .chart-line,.polished-user-shell .chart-dot{stroke:var(--user-secondary)}.polished-user-shell .bar-recyclable{background-color:#005faf}.polished-user-shell .bar-inorganic{background:#ef6c00}.polished-user-shell .bar-organic{background:#16a34a}.chat-panel-dock{z-index:60;background:linear-gradient(#bcf0ae3d,#fff0 42%),#fff;border:1px solid #c8dcc2;border-radius:12px;width:min(420px,100vw - 48px);max-height:calc(100dvh - 72px);padding-top:18px;position:fixed;bottom:24px;right:24px;overflow:visible;box-shadow:0 18px 46px #191c1d2e,inset 0 1px #ffffffe0}.chat-panel-dock:before{content:"";opacity:.32;background:#2d5a27;border-radius:999px;height:4px;position:absolute;top:8px;left:24px;right:24px}.chat-panel-dock .user-panel-heading.inline{align-items:center;gap:12px;padding-right:42px}.chat-panel-dock .user-panel-heading.inline strong{color:#162017;font-size:22px;line-height:28px}.chat-panel-dock .user-panel-heading.inline svg{box-sizing:content-box;color:#002201;background:#bcf0ae;border:1px solid #95ca89;border-radius:999px;padding:9px}.chat-panel-dock .advisor-question{background:#ffffffe0;border-color:#c8d8c3;border-radius:10px;min-height:76px;max-height:112px}.chat-panel-dock .chat-answer{border-color:#d7e5d2;border-radius:10px;max-height:150px;overflow:auto}.chat-drawer-handle{background:#bfcaba;border-radius:999px;justify-self:center;width:48px;height:4px;margin-top:-4px}.chat-meta-row{flex-wrap:wrap;gap:6px;display:flex}.chat-meta-row span{color:var(--user-primary);background:#eef6ee;border:1px solid #d8e8d5;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700;line-height:18px}.chat-answer{background:#f6f9fc}.chat-loading-state{align-items:center;gap:8px;min-height:40px;display:flex}.chat-loading-state span{opacity:.35;background:#2d5a27;border-radius:999px;width:8px;height:8px;animation:.9s ease-in-out infinite chat-loading-dot}.chat-loading-state span:nth-child(2){animation-delay:.12s}.chat-loading-state span:nth-child(3){animation-delay:.24s}@keyframes chat-loading-dot{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.chatbot-pet{filter:drop-shadow(0 10px 14px #191c1d2e);pointer-events:none;z-index:1;width:84px;height:72px;animation:5.8s ease-in-out infinite alternate chatbot-pet-run;position:absolute;top:-58px;right:-1px}.chatbot-pet-hop{width:100%;height:100%;animation:1.05s ease-in-out infinite chatbot-pet-hop}.chatbot-pet svg{width:84px;height:72px;display:block;overflow:visible}.pet-shadow{fill:#191c1d2b;transform-origin:56px 82px;animation:1.05s ease-in-out infinite chatbot-pet-shadow}.pet-body{fill:#fff;stroke:#1a1c1e;stroke-width:3.2px}.pet-face{fill:url(#pet-face-gradient);stroke:#2d5a27;stroke-width:2.4px}.pet-ear{fill:#bcf0ae;stroke:#1a1c1e;stroke-linejoin:round;stroke-width:2.6px}.pet-sprout-stem,.pet-sprout-leaf{fill:#bcf0ae;stroke:#2d5a27;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px}.pet-sprout-left{transform-origin:57px 11px}.pet-sprout-right{transform-origin:62px 8px}.pet-eye,.pet-smile,.pet-panel,.pet-arm,.pet-leg{fill:none;stroke:#1a1c1e;stroke-linecap:round;stroke-width:3.4px}.pet-cheek{fill:#ffb4ab;opacity:.9}.pet-spark{fill:#2d5a27;animation:1.6s ease-in-out infinite chatbot-pet-spark}.pet-arm-left{transform-origin:24px 57px;animation:.8s ease-in-out infinite alternate chatbot-pet-wave-left}.pet-arm-right{transform-origin:88px 57px;animation:.8s ease-in-out infinite alternate chatbot-pet-wave-right}.pet-leg-left{transform-origin:43px 79px;animation:.48s ease-in-out infinite alternate chatbot-pet-step-left}.pet-leg-right{transform-origin:69px 79px;animation:.48s ease-in-out infinite alternate chatbot-pet-step-right}@keyframes chatbot-pet-run{0%{translate:-24px}to{translate:8px}}@keyframes chatbot-pet-hop{0%,to{transform:translateY(0)rotate(-1deg)}48%{transform:translateY(-9px)rotate(2deg)}}@keyframes chatbot-pet-shadow{0%,to{opacity:.22;transform:scaleX(1)}48%{opacity:.1;transform:scaleX(.72)}}@keyframes chatbot-pet-step-left{0%{transform:rotate(10deg)}to{transform:rotate(-14deg)}}@keyframes chatbot-pet-step-right{0%{transform:rotate(-14deg)}to{transform:rotate(10deg)}}@keyframes chatbot-pet-wave-left{0%{transform:rotate(-7deg)}to{transform:rotate(13deg)}}@keyframes chatbot-pet-wave-right{0%{transform:rotate(7deg)}to{transform:rotate(-13deg)}}@keyframes chatbot-pet-spark{0%,to{opacity:.35;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.chatbot-pet,.chatbot-pet-hop,.pet-shadow,.pet-arm-left,.pet-arm-right,.pet-leg-left,.pet-leg-right,.pet-spark,.chatbot-prompt-cloud{animation:none}}@media (max-width:1100px){.user-hero-summary{grid-template-columns:1fr}.polished-user-shell .user-workspace{padding-bottom:360px}}@media (max-width:760px){.polished-user-shell .user-workspace{padding-bottom:24px}.user-hero-summary{margin-top:16px;padding:18px}.user-hero-copy h1{font-size:32px}.user-hero-stats{grid-template-columns:1fr}.user-range-row{flex-direction:column;align-items:stretch}.chat-panel-dock{width:100%;max-height:none;position:relative;bottom:auto;right:auto;overflow:visible}.chatbot-pet{top:-50px;right:8px;transform:scale(.9)}.admin-reports-grid,.user-report-grid,.user-card-grid,.account-form-grid,.leaderboard-row,.challenge-row{grid-template-columns:1fr}.user-nav-list{max-height:none}}.status-action-group{align-items:center;gap:6px;display:inline-flex;position:relative}.round-icon.active{background:var(--surface-container-high,#e6e8ea);color:var(--green-dark)}.status-popover{border:1px solid var(--border);z-index:90;background:#fff;border-radius:14px;gap:10px;width:min(340px,100vw - 32px);padding:14px;display:grid;position:absolute;top:48px;right:0;box-shadow:0 18px 42px #0f172a29}.status-popover-heading{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.status-popover-heading strong{font-size:16px;line-height:22px;display:block}.status-popover p{color:var(--muted);margin:0;line-height:22px}.status-popover-row{border:1px solid var(--border);border-radius:8px;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);align-items:center;gap:8px;min-width:0;padding:9px 10px;display:grid}.status-popover-row span{color:var(--muted);font-size:12px;font-weight:700}.status-popover-row strong{overflow-wrap:anywhere}.status-popover-actions{flex-wrap:wrap;gap:8px;display:flex}.chat-panel-close{border:1px solid var(--user-border,var(--border));color:var(--text);z-index:2;background:#fff;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex;position:absolute;top:12px;right:12px}.chat-panel-close:hover{background:#eef6ee}.chat-panel .user-panel-heading.inline{padding-right:36px}.chatbot-prompt-cloud{bottom:calc(78px + env(safe-area-inset-bottom));color:#244521;cursor:pointer;text-align:center;z-index:71;background:linear-gradient(#fffffff5,#eff8eff0),#fff;border:1px solid #cfe4ca;border-radius:999px;max-width:min(230px,100vw - 112px);padding:10px 14px;font-size:13px;font-weight:800;line-height:18px;animation:none;position:fixed;right:38px;box-shadow:0 12px 28px #191c1d21}.chatbot-prompt-cloud.is-visible{animation:.18s cubic-bezier(.2,.8,.2,1) both chatbot-cloud-reveal}.chatbot-prompt-cloud:after{background:inherit;content:"";border-bottom:1px solid #cfe4ca;border-right:1px solid #cfe4ca;width:12px;height:12px;position:absolute;bottom:-6px;right:20px;rotate:45deg}.chatbot-prompt-cloud:hover,.chatbot-prompt-cloud:focus-visible{border-color:#2d5a27;outline:0}.chatbot-pet-trigger{bottom:calc(18px + env(safe-area-inset-bottom));cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;z-index:72;background:0 0;border:0;border-radius:999px;place-items:center;width:84px;height:80px;padding:0;transition:filter .18s,transform .18s;display:inline-grid;position:fixed;right:18px}.chatbot-pet-trigger .chatbot-pet{width:84px;height:76px;position:static;top:auto;right:auto;transform:none}.chatbot-pet-trigger .chatbot-pet svg{width:84px;height:76px}.chatbot-pet-trigger:hover{filter:drop-shadow(0 16px 18px #191c1d33);transform:translateY(-2px)}.chatbot-pet-trigger:focus-visible{outline-offset:4px;outline:3px solid #bcf0aeb8}.chatbot-pet-trigger.dragging{cursor:grabbing;filter:drop-shadow(0 18px 20px #191c1d3d);transform:scale(1.04)}@keyframes chatbot-cloud-float{0%{opacity:0;transform:translateY(8px)scale(.96)}14%,82%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-4px)scale(.98)}}@keyframes chatbot-cloud-reveal{0%{opacity:0;transform:translateY(5px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes chatbot-cloud-pop{0%{opacity:0;transform:translateY(8px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes chatbot-cloud-idle{0%,to{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.chatbot-launcher-admin .chat-panel-dock{width:min(420px,100vw - 48px)}@media (max-width:760px){body,.app-shell{min-height:100dvh}.sidebar{z-index:44;gap:10px;padding:12px 12px 10px;display:grid;position:sticky;top:0}.brand{margin-bottom:0}.nav-list{scrollbar-width:thin;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.nav-item{flex:none;width:auto;min-width:44px;padding:0 12px}.nav-item span{white-space:nowrap;font-size:12px;display:inline}.workspace{gap:14px;padding:0 14px 24px}.topbar{flex-flow:wrap;align-items:stretch;gap:8px;min-height:0;margin:0 -14px;padding:10px 12px}.search-box{flex:100%;order:1;width:100%;max-width:none}.topbar-actions{order:2;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;width:100%;display:grid}.topbar-actions>.account-control{grid-column:1;grid-template-columns:minmax(0,1fr) 40px;width:auto;min-width:0;display:grid}.topbar-actions>.account-control .account-chip{width:auto;min-width:0}.topbar-actions>.account-control .account-chip div{min-width:0}.topbar-actions>.account-control .account-chip strong,.topbar-actions>.account-control .account-chip span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.topbar-actions>.account-control .account-warning{grid-column:1/-1}.topbar-actions>.account-control .account-logout{width:40px;padding:0}.topbar-actions>.account-control .account-logout span{display:none}.status-action-group{grid-column:2/4}.status-action-group .round-icon{border:1px solid var(--border);background:#fff;width:40px}.topbar-actions>.emergency-button{grid-column:1/3;min-width:0}.topbar-actions>.icon-button{grid-column:3;width:40px;padding:0}.topbar-actions>.icon-button span{display:none}.status-popover{width:min(340px,100vw - 24px);max-height:min(72dvh,560px);position:absolute;inset:46px 0 auto auto;overflow:auto}.chatbot-pet-trigger{bottom:calc(12px + env(safe-area-inset-bottom));width:72px;height:68px;right:12px}.chatbot-pet-trigger .chatbot-pet,.chatbot-pet-trigger .chatbot-pet svg{width:70px;height:64px}.chatbot-prompt-cloud{bottom:calc(74px + env(safe-area-inset-bottom));max-width:min(188px,100vw - 104px);padding:8px 12px;font-size:12px;line-height:16px;right:72px}.chatbot-launcher.open .chat-panel-dock{bottom:calc(10px + env(safe-area-inset-bottom));border-radius:14px 14px 10px 10px;width:auto;max-height:min(78dvh,620px);position:fixed;left:10px;right:10px;overflow:auto}.chatbot-launcher.open .chatbot-pet{display:none}}.polished-user-shell{--stitch-bg:#f9f9f9;--stitch-bg-grid:#f1f1f1;--stitch-panel:#fff;--stitch-panel-muted:#f3f3f3;--stitch-text:#1a1c1e;--stitch-muted:#44474a;--stitch-border:#c5c6ca;--stitch-green:#2d5a27;--stitch-green-2:#3b6934;--stitch-lime:#bcf0ae;background:var(--stitch-bg);color:var(--stitch-text)}.polished-user-shell .user-sidebar{border-right:1px solid var(--stitch-border);box-shadow:none;background:#f3f3f3;padding:18px 16px}.polished-user-shell .brand{align-items:center;margin-bottom:18px}.polished-user-shell .brand-mark{color:#fff;background:0 0;border-radius:10px;width:48px;height:48px}.polished-user-shell .brand strong{color:var(--stitch-green);font-size:16px;line-height:20px}.polished-user-shell .brand span{color:var(--stitch-muted);font-size:11px;line-height:15px}.polished-user-shell .nav-list{gap:4px}.user-nav-divider{border-top:1px solid var(--stitch-border);margin:8px 0}.polished-user-shell .nav-item{color:var(--stitch-muted);border-radius:4px;min-height:40px;padding:0 10px}.polished-user-shell .nav-item.active{background:var(--stitch-lime);color:var(--stitch-green)}.polished-user-shell .user-agent-card{border-top:1px solid var(--stitch-border);box-shadow:none;color:#4b5563;background:0 0;border-width:1px 0 0;border-radius:0;padding:14px 0 0}.polished-user-shell .user-agent-card .eyebrow{color:#6b7280}.polished-user-shell .user-agent-card strong{color:#17201a}.polished-user-shell .user-agent-card .system-pill{color:#047857;background:#e7f4ee;border-color:#b7e3c7;font-weight:800}.polished-user-shell .user-workspace{background:var(--stitch-bg);gap:16px;padding:0 22px 28px}.polished-user-shell .user-topbar{border-bottom:1px solid var(--stitch-border);box-shadow:none;background:#fff;min-height:58px;margin:0 -22px;padding:0 18px}.stitch-topbar-title{color:#000101;margin-right:auto;font-size:18px;line-height:24px}.stitch-user-search{border-left:1px solid var(--stitch-border);border-right:1px solid var(--stitch-border);color:var(--stitch-muted);align-items:center;min-width:min(260px,24vw);min-height:58px;padding:0 16px;font-size:12px;display:flex}.user-hero-summary{box-shadow:none;background:0 0;border:0;grid-template-columns:1fr;gap:22px;margin:14px 0 0;padding:0;display:grid}.user-hero-copy{gap:4px}.user-hero-copy .eyebrow{display:none}.user-hero-copy h1{color:#000101;font-size:26px;line-height:34px}.user-hero-copy p{color:var(--stitch-muted);max-width:none;font-size:14px;line-height:20px}.stitch-kpi-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.user-hero-stat{background:var(--stitch-panel);border:1px solid var(--stitch-border);box-shadow:none;border-radius:4px;gap:10px;min-height:118px;padding:16px}.stitch-stat-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.stitch-stat-top small{color:var(--stitch-muted);font-size:12px;font-weight:700}.stitch-stat-top span{color:var(--stitch-muted);background:0 0;width:auto;height:auto}.user-hero-stat strong{color:#000101;font-size:28px;line-height:34px}.user-hero-stat strong em{color:var(--stitch-text);margin-left:4px;font-size:13px;font-style:normal;font-weight:700}.user-hero-stat p{color:var(--stitch-muted);margin:0;font-size:12px;line-height:17px}.user-range-row{background:0 0;border:0;border-radius:0;margin:-2px 0 0;padding:0}.user-range-row>div:first-child{display:none}.polished-user-shell .user-range-control{border-radius:4px;margin-left:auto}.stitch-dashboard-main{grid-column:1/-1;grid-template-columns:minmax(0,1.75fr) minmax(280px,.9fr);gap:16px;display:grid}.stitch-side-column{gap:16px;min-width:0;display:grid}.stitch-chart-card,.stitch-recent-card,.stitch-bin-card{box-shadow:none;border-radius:4px}.stitch-bar-chart{border-bottom:1px solid var(--stitch-border);border-left:1px solid var(--stitch-border);grid-template-columns:repeat(7,minmax(28px,1fr));align-items:end;gap:18px;min-height:250px;padding:28px 10px 8px;display:grid;position:relative}.stitch-bar-chart:before{content:"";pointer-events:none;background:linear-gradient(#c5c6ca8c 1px,#0000 1px) 0 0/100% 25%;position:absolute;inset:18px 0 36px}.stitch-bar-item{z-index:1;place-items:center;gap:8px;display:grid}.stitch-bar{background:#c5c6ca;border-radius:2px 2px 0 0;align-self:end;width:min(52px,72%);min-height:10px;position:relative}.stitch-bar.active{background:#000101}.stitch-bar span{color:#0000;font-size:0}.stitch-bar-item small{color:var(--stitch-muted);font-size:12px;font-weight:600}.stitch-advice-card{color:#002201;background:#c7f3b9;border:1px solid #a1d494;border-radius:4px;gap:12px;min-height:180px;padding:18px;display:grid}.stitch-advice-heading{align-items:center;gap:8px;display:flex}.stitch-advice-heading strong{font-size:17px;line-height:24px}.stitch-advice-card p{color:#23501e;margin:0;line-height:23px}.stitch-advice-action{color:#2d5a27;background:#fff;border:1px solid #2d5a27;border-radius:4px;align-self:end;width:fit-content;padding:8px 12px;font-weight:700;line-height:18px;display:inline-flex}.stitch-bin-list{gap:10px;display:grid}.stitch-bin-row{grid-template-columns:minmax(0,.9fr) minmax(80px,1fr) auto;align-items:center;gap:10px;display:grid}.stitch-bin-row span{color:var(--stitch-muted);font-size:13px}.stitch-bin-row .composition-meter i{background:var(--stitch-green)}.stitch-recent-card{grid-column:1/-1;padding:0;overflow:hidden}.stitch-recent-card .user-panel-heading{border-bottom:1px solid var(--stitch-border);padding:16px 18px}.stitch-recent-table{display:grid;overflow-x:auto}.stitch-table-head,.stitch-table-row{grid-template-columns:minmax(160px,1.5fr) minmax(96px,.75fr) minmax(120px,.75fr) 80px;align-items:center;gap:12px;min-width:620px;padding:12px 18px;display:grid}.stitch-table-head{color:var(--stitch-muted);text-transform:uppercase;background:#f3f3f3;font-size:11px;font-weight:800}.stitch-table-row{color:var(--stitch-muted);border-top:1px solid #eee}.stitch-item-cell{color:var(--stitch-text);align-items:center;gap:10px;min-width:0;display:flex}.stitch-item-thumb{border:1px solid var(--stitch-border);color:var(--stitch-green);background:#e8e8e8;border-radius:3px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;display:grid}.stitch-category-chip{color:#fff;letter-spacing:.04em;text-transform:uppercase;border-radius:3px;justify-self:start;padding:4px 8px;font-size:10px;font-weight:800}.stitch-category-chip.organic{background:#2d5a27}.stitch-category-chip.inorganic{background:#ba1a1a}.stitch-category-chip.recyclable{background:#1a1c1e}.stitch-confidence{align-items:center;gap:8px;display:inline-flex}.stitch-confidence i{background:var(--stitch-green);border-radius:999px;width:44px;height:4px;display:inline-block}.chatbot-pet-trigger{bottom:calc(18px + env(safe-area-inset-bottom));box-shadow:none;background:0 0;border:0;border-radius:999px;width:56px;height:56px;right:18px;overflow:visible}.chatbot-pet-trigger .chatbot-pet{filter:drop-shadow(0 10px 14px #1a1c1e2e);background:0 0;border-radius:0;width:100%;height:100%;animation:5.8s ease-in-out infinite alternate chatbot-pet-run;position:static;top:auto;right:auto;transform:none}.chatbot-avatar .chatbot-pet{filter:none;background:#fff;border-radius:999px;width:100%;height:100%;position:static;top:auto;right:auto;transform:none}.chatbot-avatar .chatbot-pet,.chatbot-avatar .chatbot-pet-hop{animation:none}.chatbot-pet-trigger .chatbot-pet-hop,.chatbot-avatar .chatbot-pet-hop{width:100%;height:100%}.chatbot-pet-trigger .chatbot-pet-hop{animation:1.05s ease-in-out infinite chatbot-pet-hop}.chatbot-pet-trigger .chatbot-pet svg,.chatbot-avatar .chatbot-pet svg{width:100%;height:100%;transform:scale(1.23)translateY(5px)}.chatbot-pet-trigger:hover{transform:translateY(-2px)scale(1.03)}.chatbot-prompt-cloud{bottom:calc(78px + env(safe-area-inset-bottom));border-radius:999px;right:38px}.stitch-chat-panel.chat-panel-dock{background:#fff;border:1px solid #2d5a272e;border-radius:18px;flex-direction:column;width:min(384px,100vw - 32px);max-height:min(620px,100dvh - 116px);padding:0;display:flex;bottom:86px;right:24px;overflow:hidden;box-shadow:0 18px 48px #1a1c1e2e,inset 0 1px #fffc}.stitch-chat-panel.chat-panel-dock:before{display:none}.stitch-chat-header{background:linear-gradient(180deg, #ffffff12, transparent), var(--stitch-green,#2d5a27);color:#fff;justify-content:space-between;align-items:center;min-height:78px;padding:14px 16px;display:flex}.stitch-chat-identity{align-items:center;gap:12px;min-width:0;display:flex}.stitch-chat-identity strong{font-size:14px;line-height:19px;display:block}.stitch-chat-identity small{color:#ffffffc7;margin-top:1px;font-size:12px;font-weight:600;line-height:17px;display:block}.stitch-online,.stitch-offline{letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:5px;font-size:10px;font-weight:800;display:inline-flex}.stitch-online i,.stitch-offline i{border-radius:999px;width:7px;height:7px;display:inline-block}.stitch-online i{background:var(--stitch-lime,#bcf0ae)}.stitch-offline i{background:#ffb4ab}.chatbot-avatar{background:#fff;border:2px solid #ffffffe6;border-radius:999px;flex:0 0 40px;width:40px;height:40px;display:inline-block;overflow:hidden}.chatbot-avatar.compact{border:1px solid var(--stitch-border,#c5c6ca);flex-basis:32px;width:32px;height:32px}.stitch-chat-close{color:#fff;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:grid}.stitch-chat-close:hover,.stitch-chat-close:focus-visible{background:#ffffff24;outline:0}.stitch-chat-body{scroll-behavior:smooth;background:radial-gradient(circle at 0 0,#bcf0ae3d,#0000 34%),#f6f7f5;flex-direction:column;flex:auto;gap:12px;min-height:250px;padding:16px;display:flex;overflow-y:auto}.stitch-chat-context-row{flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:2px;display:flex}.stitch-chat-context-row span{color:#3f5140;background:#ffffffd1;border:1px solid #2d5a2724;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:750;line-height:16px}.stitch-chat-message-row{align-items:flex-start;gap:10px;animation:.2s ease-out both chat-message-enter;display:flex}.stitch-chat-message-row.user{justify-content:flex-end}.stitch-chat-message-row.assistant{justify-content:flex-start}.stitch-chat-bubble{border:1px solid var(--stitch-border,#c5c6ca);color:var(--stitch-text,#1a1c1e);white-space:pre-wrap;background:#fff;border-radius:12px 12px 12px 2px;max-width:min(286px,100%);padding:12px;line-height:23px;box-shadow:0 8px 20px #1a1c1e0f}.stitch-chat-bubble.user{color:#fff;background:#2d5a27;border-color:#2d5a27;border-radius:12px 12px 2px;margin-left:42px;box-shadow:0 10px 22px #2d5a2733}.stitch-chat-bubble.assistant{margin-right:34px}.chat-text-line{display:block}.chat-text-line+.chat-text-line{margin-top:7px}.user-account-screen{gap:18px;display:grid}.user-account-header{border:1px solid var(--stitch-border,#c5c6ca);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:20px;display:flex}.user-account-header h2{color:var(--stitch-text,#1a1c1e);margin:2px 0 4px;font-size:28px;line-height:34px}.user-account-header p,.account-note{color:var(--stitch-muted,#44474a);margin:0;font-size:13px;line-height:20px}.user-account-header .account-avatar{color:var(--stitch-green,#2d5a27);background:linear-gradient(145deg,#eef9eb,#fff);border:1px solid #2d5a272e;border-radius:999px;flex:0 0 56px;justify-content:center;align-items:center;width:56px;height:56px;display:grid}.user-account-header .account-avatar.generated-avatar{border-radius:14px;font-size:17px}.user-account-header .avatar-upload-button{color:#173d20;background:#eef7ea;border:1px solid #9fc796;justify-content:center;align-items:center;min-height:44px;font-weight:750;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.user-account-header .avatar-upload-button:hover{color:#0d2f16;background:#dff0d8;border-color:#5d9853}.user-account-header .avatar-upload-button:focus-within{outline-offset:2px;outline:3px solid #2d5a2738}.user-account-grid{grid-template-columns:minmax(0,1fr) minmax(310px,.72fr);align-items:start;gap:16px;display:grid}.account-card{border-radius:14px;min-height:0}.security-card{grid-row:span 2}.account-readonly-list{gap:10px;margin-top:16px;display:grid}.account-readonly-list div{background:#f6f8f4;border:1px solid #e1e8de;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:10px 12px;display:flex}.account-readonly-list.compact div{min-height:40px}.account-readonly-list span{color:var(--stitch-muted,#44474a);font-size:12px;font-weight:700;line-height:17px}.account-readonly-list strong{color:var(--stitch-text,#1a1c1e);text-align:right;font-size:13px;line-height:18px}.quota-meter{background:#edf2ea;border-radius:999px;height:10px;margin:18px 0 12px;overflow:hidden}.quota-meter span{background:var(--stitch-green,#2d5a27);min-width:0;height:100%;transition:width .2s;display:block}.user-preference-row{border-top:1px solid var(--stitch-border,#c5c6ca);justify-content:space-between;align-items:center;gap:16px;margin-top:20px;padding-top:18px;display:flex}.user-preference-row strong,.user-preference-row span{display:block}.user-preference-row>div>span{color:var(--stitch-muted,#44474a);margin-top:3px;font-size:13px;line-height:20px}.toggle-switch{color:var(--stitch-green,#2d5a27);cursor:pointer;background:#eef7ec;border:1px solid #9cc992;border-radius:999px;flex:none;align-items:center;gap:8px;min-height:40px;padding:0 12px;font-weight:800;display:inline-flex}.toggle-switch input{accent-color:var(--stitch-green,#2d5a27);width:18px;height:18px}.stitch-chat-prompts{border-top:1px solid var(--stitch-border,#c5c6ca);background:#fff;flex-wrap:wrap;gap:8px;padding:11px 14px;display:flex}.stitch-chat-prompts-label{color:var(--stitch-muted,#44474a);letter-spacing:.04em;text-transform:uppercase;flex:0 0 100%;font-size:11px;font-weight:800;line-height:14px}.stitch-chat-prompts button{border:1px solid var(--stitch-green,#2d5a27);color:var(--stitch-green,#2d5a27);background:#fff;border-radius:999px;min-height:30px;padding:0 10px;font-size:12px;font-weight:700;transition:background .16s,color .16s,transform .16s}.stitch-chat-prompts button:hover,.stitch-chat-prompts button:focus-visible{background:#eef8eb;outline:0;transform:translateY(-1px)}.stitch-chat-input-row{border-top:1px solid var(--stitch-border,#c5c6ca);background:#fff;grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:8px;padding:12px 14px;display:grid}.stitch-chat-input{color:var(--stitch-text,#1a1c1e);font:inherit;resize:none;background:#f4f5f2;border:1px solid #d6ddd2;border-radius:12px;outline:none;width:100%;min-height:42px;max-height:72px;padding:9px 11px;font-size:16px;line-height:22px}.stitch-chat-input:focus{border-color:var(--stitch-text,#1a1c1e);box-shadow:0 0 0 2px #1a1c1e1a}.stitch-chat-input-row button{color:#fff;background:#2d5a27;border:0;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:grid}.stitch-chat-input-row button:hover,.stitch-chat-input-row button:focus-visible{background:#234d1f;outline:0;transform:translateY(-1px)}.stitch-chat-input-row button:disabled{cursor:not-allowed;background:#a9b7a4;transform:none}.stitch-chat-disclaimer{color:var(--stitch-muted,#44474a);background:#fff;margin:0;padding:0 14px 12px;font-size:11px;line-height:16px}@keyframes chat-message-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.stitch-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-dashboard-main{grid-template-columns:1fr}}@media (max-width:760px){.polished-user-shell .user-workspace{padding:0 14px 24px}.user-map-view .user-workspace{padding-bottom:18px}.polished-user-shell .user-topbar{margin:0 -14px}.stitch-topbar-title,.stitch-user-search{display:none}.user-hero-copy h1{font-size:24px;line-height:30px}.stitch-kpi-row{grid-template-columns:1fr}.user-map-view .user-dashboard-grid{margin-top:10px}.user-map-view .user-agent-card{display:none}.operations-map-card{padding:14px}.operations-map-card.is-expanded{max-height:calc(100dvh - 16px);top:8px;left:8px;right:8px}.operations-map-card.is-expanded .operations-map-frame{height:clamp(360px,54dvh,560px)}.operations-map-frame{height:clamp(280px,42dvh,380px)}.operations-map-status-row{gap:6px}.operations-map-list{grid-template-columns:1fr}.operations-station-row{grid-template-columns:auto minmax(0,1fr);align-items:flex-start}.operations-station-row .status-chip{grid-column:2;justify-self:start}.stitch-bar-chart{gap:8px;min-height:210px}.stitch-chat-panel.chat-panel-dock{bottom:calc(10px + env(safe-area-inset-bottom));width:auto;max-height:min(78dvh,620px);position:fixed;left:10px;right:10px}.stitch-chat-body{min-height:220px}.user-account-header{align-items:flex-start;padding:16px}.user-account-header h2{font-size:22px;line-height:28px}.user-account-grid{grid-template-columns:1fr}.security-card{grid-row:auto}.account-readonly-list div,.user-preference-row{flex-direction:column;align-items:flex-start}.account-readonly-list strong{text-align:left}.chatbot-pet-trigger{width:56px;height:56px}}@media (prefers-reduced-motion:reduce){.chatbot-pet-trigger .chatbot-pet,.chatbot-pet-trigger .chatbot-pet-hop,.chatbot-prompt-cloud{animation:none}}.map-expanded-lock{overflow:hidden!important}:root{--admin-form-surface:#f8fafc;--admin-form-text:#0f172a;--admin-form-muted:#64748b;--admin-topbar:#0f172ae6;--admin-topbar-border:#94a3b83d}.workspace>.topbar:not(.user-topbar){background:var(--admin-topbar);border-bottom-color:var(--admin-topbar-border);color:#f8fafc;grid-template-columns:minmax(220px,460px) minmax(0,1fr);min-width:0;display:grid;box-shadow:0 10px 24px #02061738}.workspace>.topbar:not(.user-topbar) .topbar-actions{flex-wrap:wrap;justify-content:flex-end;min-width:0}.workspace>.topbar:not(.user-topbar) .account-control{flex:0 auto;min-width:0}.search-box{color:#cbd5e1;background:#0f172ab8;border-color:#94a3b857;min-width:0}.search-box svg{color:#93c5fd;flex:none}.search-box input{color:#f8fafc}.search-box input::placeholder{color:#cbd5e1;opacity:.82}input,select,textarea{background:var(--admin-form-surface);color:var(--admin-form-text);border-color:#94a3b870}input::placeholder,textarea::placeholder{color:var(--admin-form-muted);opacity:.9}input:disabled,select:disabled,textarea:disabled{color:#475569;cursor:not-allowed;opacity:1;background:#e5e7eb}select option{color:#0f172a;background:#fff}.secondary-button,.icon-button{color:#0f172a;background:#f8fafc;border-color:#94a3b86b}.secondary-button:hover:not(:disabled),.icon-button:hover:not(:disabled){background:#fff;border-color:#10b9816b}.primary-button:disabled,.secondary-button:disabled,.danger-button:disabled,.icon-button:disabled,.emergency-button:disabled{cursor:not-allowed;opacity:.68}.round-icon{color:#cbd5e1}.round-icon.active,.round-icon:hover{color:#fff;background:#94a3b82e}.status-action-group .round-icon{border:1px solid #0000}.status-action-group .round-icon.online{color:#34d399}.status-popover{color:#0f172a;border-color:#dbe4ee}.status-popover p,.status-popover-row span{color:#475569}.status-popover-row{border-color:#e2e8f0}.status-popover-actions .secondary-button{color:#0f172a;background:#f8fafc}.account-control{min-width:0}.account-chip{min-width:0;max-width:min(270px,32vw)}.account-chip div{min-width:0}.account-chip strong,.account-chip span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-logout{flex:none}.panel,.camera-panel,.side-panel,.metric-card,.operations-map-card{color:#e2e8f0}.panel h2,.side-panel h2,.operations-map-card h2,.operations-map-card strong{color:#f8fafc}.panel label,.side-panel label,.operations-map-card label{color:#cbd5e1}.operations-list-card,.operations-station-row{background:#1e293bc7;border-color:#94a3b82e}.operations-list-card strong,.operations-station-row strong{color:#f8fafc}.operations-list-card small,.operations-station-row small,.helper-text{color:#cbd5e1}.operations-map-card.empty-state{align-content:center;min-height:220px}.leaflet-container,.operations-map-popup-card,.operations-map-popup-card strong{color:#0f172a}.polished-user-shell .panel,.polished-user-shell .side-panel,.polished-user-shell .metric-card,.polished-user-shell .operations-map-card,.polished-user-shell .operations-list-card,.polished-user-shell .operations-station-row{border-color:var(--stitch-border);box-shadow:var(--shadow-sm);color:var(--stitch-text);background:#fff}.polished-user-shell .panel h2,.polished-user-shell .side-panel h2,.polished-user-shell .operations-map-card h2,.polished-user-shell .operations-map-card strong,.polished-user-shell .operations-list-card strong,.polished-user-shell .operations-station-row strong{color:#000101}.polished-user-shell .operations-list-card,.polished-user-shell .operations-station-row,.polished-user-shell .operations-mini-metrics span{border-color:var(--stitch-border);color:var(--stitch-text);background:#fff}.polished-user-shell .operations-list-card small,.polished-user-shell .operations-station-row small,.polished-user-shell .operations-mini-metrics small,.polished-user-shell .helper-text{color:var(--stitch-muted)}.polished-user-shell .sidebar-toggle{border-color:var(--stitch-border);color:var(--stitch-text);background:#fff}.polished-user-shell .sidebar-toggle:hover{color:var(--stitch-green);background:#eef8eb}.chatbot-launcher{z-index:72;position:relative}.operations-map-card.is-expanded{z-index:84}.operations-map-card.is-expanded~.chatbot-launcher,.map-expanded-lock .chatbot-launcher{z-index:70}@media (max-width:1180px){.workspace>.topbar:not(.user-topbar){grid-template-columns:1fr;padding-top:12px;padding-bottom:12px}.workspace>.topbar:not(.user-topbar) .search-box{width:100%;max-width:none}.workspace>.topbar:not(.user-topbar) .topbar-actions{justify-content:flex-start}.account-chip{max-width:min(320px,52vw)}}@media (max-width:760px){.workspace>.topbar:not(.user-topbar){grid-template-columns:1fr;display:grid}.workspace>.topbar:not(.user-topbar) .topbar-actions{grid-template-columns:minmax(0,1fr) auto auto}.workspace>.topbar:not(.user-topbar) .emergency-button span{white-space:normal}.workspace>.topbar:not(.user-topbar) .account-chip{max-width:none}.polished-user-shell .user-sidebar{border-bottom:1px solid var(--stitch-border);background:#fff;border-right:0;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:10px 14px 8px;display:grid}.polished-user-shell .brand{grid-column:1;min-height:44px;margin:0}.polished-user-shell .brand-mark{width:42px;height:42px}.polished-user-shell .sidebar-toggle{grid-area:1/2;width:40px;height:40px;margin:auto 0;padding:0}.polished-user-shell .user-nav-list{grid-column:1/-1;max-height:none;padding-bottom:2px;overflow-x:auto}.polished-user-shell .user-nav-divider,.polished-user-shell .user-agent-card{display:none}.polished-user-shell.sidebar-collapsed .user-sidebar .brand>div:not(.brand-mark),.polished-user-shell.sidebar-collapsed .user-sidebar .nav-item span{display:block}.polished-user-shell .user-nav-list .nav-item{flex:none;min-width:44px;padding:0 10px}.polished-user-shell .user-topbar{flex-flow:row;align-items:center;min-height:0;padding:8px 14px}.polished-user-shell .user-topbar .account-control{grid-template-columns:minmax(0,1fr) 40px;justify-content:stretch;width:100%;display:grid}.polished-user-shell .user-topbar .account-chip{width:auto;max-width:none}.polished-user-shell .user-topbar .account-logout{justify-content:center;width:40px;padding:0}.polished-user-shell .user-topbar .account-logout span{display:none}.user-map-view .user-dashboard-grid{margin-top:8px}.user-map-view .operations-map-card{gap:10px}.user-map-view .operations-map-card .panel-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:0;display:grid}.user-map-view .operations-map-card .panel-toolbar .eyebrow{display:none}.user-map-view .operations-map-card .panel-toolbar h2{margin:0;font-size:20px;line-height:26px}.user-map-view .map-toolbar-actions{flex-wrap:nowrap;gap:6px}.user-map-view .map-toolbar-actions .icon-button{width:40px;height:38px;padding:0}.user-map-view .map-toolbar-actions .icon-button span{display:none}.user-map-view .operations-map-status-row{gap:6px}.user-map-view .operations-map-status-row .status-chip{min-width:0;padding:3px 7px;font-size:11px;line-height:16px}.user-map-view .operations-map-frame{height:clamp(320px,48dvh,430px)}.chatbot-prompt-cloud{bottom:calc(78px + env(safe-area-inset-bottom));justify-content:center;align-items:center;max-width:min(176px,100vw - 96px);min-height:34px;padding:7px 10px;font-size:11px;line-height:15px;display:inline-flex;right:66px}.chatbot-pet-trigger,.chatbot-pet-trigger .chatbot-pet,.chatbot-pet-trigger .chatbot-pet svg{width:56px;height:56px}}.app-shell:not(.polished-user-shell)>.sidebar{grid-template-rows:auto minmax(0,1fr) auto auto;gap:14px;height:100dvh;min-height:0;display:grid;overflow:hidden}.app-shell:not(.polished-user-shell)>.sidebar .nav-list{scrollbar-color:#b6ccbf47 transparent;scrollbar-width:thin;min-height:0;padding-right:2px;overflow:hidden auto}.app-shell:not(.polished-user-shell)>.sidebar .nav-list::-webkit-scrollbar{width:6px;height:0}.app-shell:not(.polished-user-shell)>.sidebar .nav-list::-webkit-scrollbar-track{background:0 0}.app-shell:not(.polished-user-shell)>.sidebar .nav-list::-webkit-scrollbar-thumb{background:#b6ccbf3d;border-radius:999px}.app-shell:not(.polished-user-shell)>.sidebar .agent-card{margin-top:0}.app-shell:not(.polished-user-shell)>.sidebar .sidebar-toggle{width:100%;min-height:42px}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .sidebar-toggle{margin-top:0}@media (min-width:761px){.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar{align-items:center;padding-inline:8px}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .brand{justify-content:center;width:100%}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .brand-mark{width:52px;height:52px}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .nav-list{scrollbar-width:none;justify-items:center;width:52px;max-width:52px;padding-right:0;overflow-x:hidden}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .nav-list::-webkit-scrollbar{width:0;height:0;display:none}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .nav-item{border-left:0;border-radius:12px;justify-content:center;width:44px;min-width:44px;max-width:44px;height:54px;padding:0;overflow:hidden;transform:none}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .nav-item:hover,.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .nav-item.active{transform:none}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .nav-item.active{box-shadow:inset 4px 0 #34d399,inset 0 0 12px #10b98124}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .sidebar-toggle{border-radius:12px;width:56px;min-height:56px}.polished-user-shell{grid-template-columns:280px minmax(0,1fr)}.polished-user-shell.sidebar-collapsed{grid-template-columns:88px minmax(0,1fr)}.polished-user-shell>.user-sidebar{grid-template-rows:70px minmax(0,1fr) auto 52px;width:auto;height:100dvh;min-height:0;padding:18px 14px 12px;display:grid;overflow:hidden}.polished-user-shell>.user-sidebar .user-nav-list{scrollbar-gutter:stable;min-height:0;overflow:hidden auto}.polished-user-shell>.user-sidebar .sidebar-toggle{justify-self:center;margin:4px 0 0;position:static;inset:auto}.polished-user-shell.sidebar-collapsed>.user-sidebar{padding-inline:10px}.polished-user-shell.sidebar-collapsed>.user-sidebar .brand{justify-content:center;min-width:0}.polished-user-shell.sidebar-collapsed>.user-sidebar .brand-mark{flex:0 0 52px;width:52px;height:52px}.polished-user-shell.sidebar-collapsed>.user-sidebar .user-nav-list{align-items:center;padding-inline:0}.polished-user-shell.sidebar-collapsed>.user-sidebar .nav-item{flex:0 0 52px;justify-content:center;width:52px;min-width:52px;height:52px;padding:0}.polished-user-shell.sidebar-collapsed>.user-sidebar .user-agent-card{display:none}}.polished-user-shell .user-range-control button.active,.polished-user-shell .user-range-control button:hover{color:#064e3b}.advisor-question,.chat-panel-dock .advisor-question{color:#0f172a;background:#f8fafc;border-color:#94a3b880}.advisor-question::placeholder,.chat-panel-dock .advisor-question::placeholder{color:#64748b;opacity:1}@media (max-width:760px){.app-shell:not(.polished-user-shell)>.sidebar{z-index:20;grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;gap:10px;height:auto;min-height:0;padding:12px;display:grid;position:relative;top:auto;overflow:visible}.app-shell:not(.polished-user-shell).sidebar-collapsed{grid-template-columns:1fr}.app-shell:not(.polished-user-shell)>.sidebar .brand{grid-column:1;min-width:0;margin-bottom:0}.app-shell:not(.polished-user-shell)>.sidebar .brand>div:not(.brand-mark){display:block}.app-shell:not(.polished-user-shell)>.sidebar .nav-list{grid-column:1/-1;gap:6px;padding-bottom:2px;padding-right:0;display:flex;overflow:auto hidden}.app-shell:not(.polished-user-shell)>.sidebar .nav-item{flex:none;width:auto;min-width:44px;padding:0 12px}.app-shell:not(.polished-user-shell)>.sidebar .nav-item span{white-space:nowrap;font-size:12px;display:inline}.app-shell:not(.polished-user-shell)>.sidebar .agent-card{display:none}.app-shell:not(.polished-user-shell)>.sidebar .sidebar-toggle{grid-area:1/2;width:40px;height:40px;min-height:40px;margin:auto 0;padding:0;display:flex}}body{color:#17211b;background:#f5f7f2}.app-shell:not(.polished-user-shell){color:#e7f0ea;background:linear-gradient(#2dd4bf0a,#0000 320px),#101817}.app-shell:not(.polished-user-shell)>.sidebar{background:#0a1110;border-right:1px solid #b6ccbf24}.app-shell:not(.polished-user-shell) .workspace{background:#101817}.workspace>.topbar:not(.user-topbar){background:#0e1715f0;border-bottom-color:#b6ccbf2e;box-shadow:0 10px 24px #03080747}.app-shell:not(.polished-user-shell) .panel,.app-shell:not(.polished-user-shell) .camera-panel,.app-shell:not(.polished-user-shell) .side-panel,.app-shell:not(.polished-user-shell) .metric-card,.app-shell:not(.polished-user-shell) .operations-map-card{background:#16211feb;border-color:#b6ccbf24;box-shadow:0 16px 34px #03080738}.app-shell:not(.polished-user-shell) .nav-item:hover,.app-shell:not(.polished-user-shell) .nav-item.active{color:#f8fffb;background:#263d37d6;border-left-color:#34d399}.app-shell:not(.polished-user-shell) .search-box{background:#0a1110b8;border-color:#b6ccbf42}.polished-user-shell{--stitch-bg:#f5f7f2;--stitch-bg-grid:#e8eee4;--stitch-panel:#fff;--stitch-panel-muted:#f7faf5;--stitch-text:#17211b;--stitch-muted:#536158;--stitch-border:#d7e0d2;--stitch-green:#256c3a;--stitch-green-2:#2f7a43;--stitch-lime:#e3f4dc;--user-primary:#17211b;--user-primary-soft:#eef5ea;--user-secondary:#256c3a;--user-secondary-soft:#e3f4dc;--user-surface:#f5f7f2;--user-panel:#fff;--user-border:#d7e0d2;color:var(--stitch-text);background:linear-gradient(#fbfcf9 0,#f5f7f2 260px),#f5f7f2}.polished-user-shell .user-sidebar{border-color:var(--stitch-border);color:var(--stitch-text);background:#f7f9f5}.polished-user-shell .brand strong,.polished-user-shell .brand span{color:var(--stitch-text)}.polished-user-shell .brand-mark{color:var(--stitch-green);background:#edf7e8}.polished-user-shell .user-workspace{background:0 0}.polished-user-shell .user-topbar{border-bottom-color:var(--stitch-border);background:#fffffff0;box-shadow:0 8px 22px #253c2d0f}.polished-user-shell .nav-item{color:#435047}.polished-user-shell .nav-item:hover{color:var(--stitch-green);background:#eef6ea}.polished-user-shell .nav-item.active{background:var(--stitch-lime);color:#1f6535;border-left-color:#2f9b52}.polished-user-shell .user-agent-card,.polished-user-shell .user-agent-card strong{color:var(--stitch-text)}.polished-user-shell .user-panel,.polished-user-shell .user-metric-card,.polished-user-shell .metric-card,.polished-user-shell .stitch-chart-card,.polished-user-shell .stitch-recent-card,.polished-user-shell .stitch-bin-card,.polished-user-shell .operations-map-card,.polished-user-shell .operations-map-card.empty-state,.polished-user-shell .operations-list-card,.polished-user-shell .operations-station-row,.polished-user-shell .user-report-card,.polished-user-shell .experience-card,.polished-user-shell .challenge-row,.polished-user-shell .leaderboard-row,.polished-user-shell .community-card,.polished-user-shell .user-account-header,.polished-user-shell .account-card,.polished-user-shell .device-owner-panel,.polished-user-shell .report-export-panel,.polished-user-shell .notification-center,.polished-user-shell .challenge-panel,.polished-user-shell .leaderboard-panel{border-color:var(--stitch-border);color:var(--stitch-text);background:#fff;box-shadow:0 10px 26px #253c2d0e}.polished-user-shell .user-panel-heading strong,.polished-user-shell .user-panel h2,.polished-user-shell .user-panel h3,.polished-user-shell .operations-map-card h2,.polished-user-shell .operations-map-card strong,.polished-user-shell .operations-list-card strong,.polished-user-shell .operations-station-row strong{color:var(--stitch-text)}.polished-user-shell .eyebrow,.polished-user-shell .user-panel-heading span,.polished-user-shell .operations-list-card small,.polished-user-shell .operations-station-row small,.polished-user-shell .helper-text{color:var(--stitch-muted)}.polished-user-shell .empty-state,.polished-user-shell .chart-empty,.polished-user-shell .advisor-answer,.polished-user-shell .chat-answer{color:#4f5e55;background:#f8faf6;border-color:#dce6d8}.polished-user-shell .operations-map-card.empty-state{color:var(--stitch-text);background:#fff;align-content:center}.polished-user-shell .operations-map-frame{background:#eef3eb;border-color:#d7e0d2}.polished-user-shell .stitch-advice-card{color:#17351f;background:#edf8e9;border:1px solid #bdddb3;box-shadow:0 10px 24px #256c3a14}.polished-user-shell .stitch-advice-card p,.polished-user-shell .stitch-advice-action{color:#244c2e}.polished-user-shell .stitch-advice-action{background:#ffffffc7;border-color:#9fcd92}.polished-user-shell .user-range-control{border-color:var(--stitch-border);background:#fff;box-shadow:0 6px 16px #253c2d0b}.polished-user-shell .user-range-control button{color:#536158}.polished-user-shell .user-range-control button.active,.polished-user-shell .user-range-control button:hover{color:#1f6535;background:#eaf5e5}.polished-user-shell .primary-button{background:#256c3a;border-color:#256c3a}.polished-user-shell .primary-button:hover:not(:disabled){background:#1e5d31}.polished-user-shell .secondary-button,.polished-user-shell .icon-button{border-color:var(--stitch-border);color:var(--stitch-text);background:#fff}.polished-user-shell .secondary-button:hover:not(:disabled),.polished-user-shell .icon-button:hover:not(:disabled){background:#f0f7ec;border-color:#b9d7b0}.polished-user-shell .account-chip{background:#fff;border-color:#c9dcc3;box-shadow:0 8px 20px #253c2d12}.polished-user-shell .account-logout{color:#fff;background:#5f6b63}.polished-user-shell .account-logout:hover{background:#47534b}.polished-user-shell .stitch-chat-body{background:#f6faf3}.ecopet-layout{grid-column:1/-1;grid-template-columns:minmax(260px,.9fr) minmax(320px,1.4fr);gap:16px;display:grid}.ecopet-tip-card{grid-column:1/-1}.ecopet-hero-card,.ecopet-chat-card,.ecopet-tip-card{gap:14px;display:grid}.ecopet-hero-card p,.ecopet-tip-card p,.ecopet-answer-card p{color:var(--stitch-muted,#536158);margin:0;line-height:24px}.ecopet-metric-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.ecopet-metric-row span{background:#f1f7ed;border:1px solid #cfe3c8;border-radius:12px;gap:2px;padding:12px;display:grid}.ecopet-metric-row strong{color:var(--stitch-green,#256c3a);font-size:22px}.ecopet-metric-row small{color:var(--stitch-muted,#536158);font-weight:800}.ecopet-prompt-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.ecopet-prompt-grid button{white-space:normal;justify-content:flex-start;min-height:42px}.ecopet-chat-form{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.ecopet-chat-form input{border:1px solid var(--stitch-border,#d7e0d2);color:var(--stitch-text,#17211b);font:inherit;background:#f8faf6;border-radius:12px;min-width:0;min-height:44px;padding:0 13px}.ecopet-answer-card{border:1px solid var(--stitch-border,#d7e0d2);background:#f7faf5;border-radius:14px;gap:8px;padding:14px;display:grid}.ecopet-answer-card strong{color:var(--stitch-green,#256c3a)}.ecopet-answer-card small{color:var(--stitch-muted,#536158);font-weight:800}.community-layout{grid-column:1/-1;gap:16px;display:grid}.community-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.social-composer-panel{gap:14px;display:grid}.social-composer{gap:12px;display:grid}.social-composer label{color:var(--stitch-text,#17211b);gap:7px;font-size:13px;font-weight:800;display:grid}.social-composer select,.social-composer textarea{border:1px solid var(--stitch-border,#d7e0d2);color:var(--stitch-text,#17211b);font:inherit;background:#f8faf6;border-radius:10px;min-width:0}.social-composer textarea{resize:vertical;min-height:96px;padding:11px 12px}.social-composer-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.social-composer-actions span{color:var(--stitch-muted,#536158);font-size:13px;line-height:19px}.social-feed{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.social-post-card{gap:12px;display:grid}.social-post-card header,.social-post-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.social-post-card header span{color:var(--stitch-muted,#536158);margin-top:2px;font-size:12px;line-height:17px;display:block}.social-post-card p{color:var(--stitch-text,#17211b);margin:0;line-height:24px}.social-post-actions{justify-content:flex-start}.social-post-actions button{color:#256c3a;cursor:pointer;background:#f1f7ed;border:1px solid #cfe3c8;border-radius:999px;align-items:center;gap:6px;min-height:34px;padding:0 11px;font-weight:800;display:inline-flex}.social-post-actions button:hover{background:#e3f4dc}@media (max-width:900px){.ecopet-layout,.ecopet-prompt-grid,.ecopet-chat-form{grid-template-columns:1fr}.ecopet-chat-form .primary-button{justify-content:center;width:100%}.community-summary-grid,.social-feed{grid-template-columns:1fr}.social-composer-actions{flex-direction:column;align-items:stretch}.social-composer-actions .primary-button{justify-content:center;width:100%}}.operations-map-frame{overscroll-behavior:contain;touch-action:pan-y;height:clamp(420px,58vh,700px)}.operations-map-card.is-expanded{-webkit-backdrop-filter:none;background:#0f1a18;border-color:#b6ccbf38;box-shadow:0 28px 80px #0000007a}.operations-map-card.is-expanded .operations-map-frame{touch-action:none;height:clamp(540px,76dvh,860px)}.polished-user-shell .operations-map-card.is-expanded{border-color:var(--stitch-border);background:#fff;box-shadow:0 28px 80px #253c2d3d}.polished-user-shell .operations-map-frame{height:clamp(440px,60vh,720px)}.polished-user-shell .operations-map-card.is-expanded .operations-map-frame{height:clamp(560px,76dvh,860px)}@media (max-width:760px){.operations-map-frame,.user-map-view .operations-map-frame,.polished-user-shell .operations-map-frame{height:clamp(390px,58dvh,520px)}.operations-map-card.is-expanded .operations-map-frame,.user-map-view .operations-map-card.is-expanded .operations-map-frame,.polished-user-shell .operations-map-card.is-expanded .operations-map-frame{height:clamp(440px,68dvh,640px)}}@media (min-width:761px){.app-shell:not(.polished-user-shell).sidebar-collapsed{grid-template-columns:96px minmax(0,1fr)}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar{grid-template-rows:64px minmax(0,1fr) 64px;place-items:stretch center;gap:16px;width:96px;padding:20px 12px;display:grid}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .brand{justify-content:center;align-items:center;width:100%;height:64px;min-height:64px}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .brand-mark{flex:0 0 52px;width:52px;height:52px}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .nav-list{align-content:start;justify-items:center;gap:10px;width:100%;max-width:none;min-height:0;padding:2px 0;display:grid;overflow:hidden auto}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .nav-item{border-left:0;border-radius:14px;place-items:center;width:56px;min-width:56px;max-width:56px;height:56px;padding:0;display:grid;transform:none}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .nav-item svg{flex:none}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .nav-item:hover,.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .nav-item.active{transform:none}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .agent-card{display:none}.app-shell:not(.polished-user-shell).sidebar-collapsed>.sidebar .sidebar-toggle{border-radius:14px;place-self:end center;width:56px;height:56px;min-height:56px;margin:0;padding:0}}.mobile-bottom-taskbar,.mobile-nav-drawer,.mobile-nav-scrim{display:none}@media (min-width:761px){.polished-user-shell>.user-sidebar{display:grid}}@media (max-width:760px){html,body{max-width:100%;overflow-x:hidden}.polished-user-shell{--mobile-taskbar-height:82px;--mobile-safe-bottom:env(safe-area-inset-bottom);min-height:100dvh;display:block;overflow-x:clip}.polished-user-shell>.user-sidebar{display:none}.polished-user-shell .user-workspace{min-height:100dvh;padding:0 14px calc(var(--mobile-taskbar-height) + var(--mobile-safe-bottom) + 22px);overflow-x:clip}.polished-user-shell .user-topbar{z-index:35;margin:0 -14px;padding:8px 14px;position:sticky;top:0}.polished-user-shell .user-dashboard-grid,.polished-user-shell .content-grid,.polished-user-shell .stitch-kpi-row,.polished-user-shell .user-report-grid,.polished-user-shell .user-card-grid,.polished-user-shell .account-form-grid,.polished-user-shell .ecopet-layout,.polished-user-shell .community-summary-grid,.polished-user-shell .social-feed,.polished-user-shell .user-account-grid{grid-template-columns:minmax(0,1fr);min-width:0;max-width:100%}.polished-user-shell .user-panel,.polished-user-shell .user-metric-card,.polished-user-shell .metric-card,.polished-user-shell .stitch-chart-card,.polished-user-shell .stitch-recent-card,.polished-user-shell .stitch-bin-card,.polished-user-shell .operations-map-card,.polished-user-shell .operations-list-card,.polished-user-shell .operations-station-row,.polished-user-shell .user-report-card,.polished-user-shell .experience-card,.polished-user-shell .challenge-row,.polished-user-shell .leaderboard-row,.polished-user-shell .community-card,.polished-user-shell .user-account-header,.polished-user-shell .account-card,.polished-user-shell .device-owner-panel,.polished-user-shell .report-export-panel,.polished-user-shell .notification-center,.polished-user-shell .challenge-panel,.polished-user-shell .leaderboard-panel{overflow-wrap:anywhere;min-width:0;max-width:100%}.mobile-bottom-taskbar{min-height:calc(var(--mobile-taskbar-height) + var(--mobile-safe-bottom));padding:9px 8px calc(9px + var(--mobile-safe-bottom));z-index:88;background:#fffffff5;border:1px solid #b4cdaec7;border-radius:22px 22px 0 0;grid-template-columns:repeat(6,minmax(0,1fr));align-items:center;gap:2px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -14px 34px #253c2d24}.mobile-taskbar-item{color:#435047;cursor:pointer;font:inherit;touch-action:manipulation;background:0 0;border:0;border-radius:16px;place-items:center;gap:4px;min-width:0;min-height:58px;padding:6px 4px;text-decoration:none;transition:background-color .18s,color .18s,transform .18s;display:grid}.mobile-taskbar-item svg{flex:none}.mobile-taskbar-item span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;font-weight:800;line-height:12px;display:block;overflow:hidden}.mobile-taskbar-item:hover,.mobile-taskbar-item:focus-visible,.mobile-taskbar-item.active{color:#1f6535;background:#e7f4e1;outline:0}.mobile-taskbar-item:active{transform:translateY(1px)scale(.98)}.mobile-nav-scrim{z-index:86;background:#111a147a;border:0;padding:0;display:block;position:fixed;inset:0}.mobile-nav-drawer{border:1px solid var(--stitch-border,#d7e0d2);opacity:0;max-height:min(78dvh,640px);padding:14px 14px calc(var(--mobile-taskbar-height) + var(--mobile-safe-bottom) + 12px);pointer-events:none;z-index:87;background:#fff;border-radius:24px 24px 0 0;gap:12px;transition:opacity .2s,transform .24s cubic-bezier(.2,.8,.2,1);display:grid;position:fixed;bottom:0;left:0;right:0;overflow:hidden;transform:translateY(110%);box-shadow:0 -26px 62px #18281e3d}.polished-user-shell.mobile-nav-open .mobile-nav-drawer{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-nav-drawer-header{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.mobile-nav-drawer-header strong,.mobile-nav-drawer-header span{display:block}.mobile-nav-drawer-header strong{color:var(--stitch-text,#17211b);font-size:20px;line-height:26px}.mobile-nav-drawer-header span{color:var(--stitch-muted,#536158);font-size:13px;line-height:18px}.mobile-nav-drawer-header .icon-button{flex:0 0 44px;width:44px;height:44px;padding:0}.mobile-nav-drawer-list{max-height:calc(78dvh - var(--mobile-taskbar-height) - 92px);overscroll-behavior:contain;gap:8px;min-height:0;padding-right:2px;display:grid;overflow:hidden auto}.mobile-nav-drawer-list .nav-item{border:1px solid var(--stitch-border,#d7e0d2);border-left:1px solid var(--stitch-border,#d7e0d2);color:var(--stitch-text,#17211b);background:#f8faf6;border-radius:14px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-height:52px;padding:6px 12px 6px 6px;text-decoration:none;display:grid;transform:none}.mobile-nav-drawer-list .nav-item span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:800;display:block;overflow:hidden}.mobile-nav-drawer-list .nav-item svg{box-sizing:content-box;color:var(--stitch-green,#256c3a);background:#edf7e8;border-radius:12px;padding:10px}.mobile-nav-drawer-list .nav-item:hover,.mobile-nav-drawer-list .nav-item:focus-visible,.mobile-nav-drawer-list .nav-item.active{color:#1f6535;background:#e7f4e1;border-color:#bdddb3;outline:0;transform:none}.chatbot-pet-trigger{bottom:calc(var(--mobile-taskbar-height) + var(--mobile-safe-bottom) + 12px);z-index:74;right:14px}.chatbot-prompt-cloud{bottom:calc(var(--mobile-taskbar-height) + var(--mobile-safe-bottom) + 70px);z-index:73;right:70px}.chatbot-launcher.open{z-index:90}.stitch-chat-panel.chat-panel-dock,.chat-panel-dock{bottom:calc(var(--mobile-taskbar-height) + var(--mobile-safe-bottom) + 10px);z-index:89;width:auto;max-height:min(72dvh,620px);position:fixed;left:10px;right:10px}.operations-map-card.is-expanded{bottom:calc(var(--mobile-taskbar-height) + var(--mobile-safe-bottom) + 8px);max-height:calc(100dvh - var(--mobile-taskbar-height) - var(--mobile-safe-bottom) - 16px);top:8px;left:8px;right:8px}.operations-map-card.is-expanded .operations-map-frame,.user-map-view .operations-map-card.is-expanded .operations-map-frame,.polished-user-shell .operations-map-card.is-expanded .operations-map-frame{height:clamp(420px,62dvh,620px)}}@media (max-width:380px){.mobile-taskbar-item span{font-size:9px}.mobile-bottom-taskbar{padding-left:5px;padding-right:5px}}@media (max-width:760px) and (prefers-reduced-motion:reduce){.mobile-nav-drawer,.mobile-taskbar-item{transition:none}}
