body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.login-container{align-items:center;background:#01020c;display:flex;font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;justify-content:center;min-height:100vh;padding:20px}.login-wrapper{animation:loginFadeIn .7s ease-out both;background:#0a1628;border-radius:20px;box-shadow:0 32px 100px #000000b3,0 0 0 1px #3b82f61a;display:flex;height:700px;max-width:1200px;overflow:hidden;width:100%}@keyframes loginFadeIn{0%{opacity:0;transform:translateY(18px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.animation-side{flex:1 1;min-width:0;overflow:hidden;position:relative}.brand-overlay{display:flex;flex-direction:column;inset:0;justify-content:flex-start;padding:38px 36px;pointer-events:none;position:absolute;z-index:10}.brand-chip{align-items:center;background:#3b82f62e;border:1px solid #3b82f661;border-radius:100px;color:#93c5fd;display:inline-flex;font-size:12px;font-weight:600;gap:7px;letter-spacing:.04em;margin-bottom:20px;padding:5px 14px;width:-webkit-fit-content;width:fit-content}.brand-chip-dot{animation:chipPulse 2s ease-in-out infinite;background:#3b82f6;border-radius:50%;height:7px;width:7px}@keyframes chipPulse{0%,to{box-shadow:0 0 0 0 #3b82f680;opacity:1}50%{box-shadow:0 0 0 5px #3b82f600;opacity:.7}}.brand-hero{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:14px;text-shadow:0 2px 24px #000000b3}.brand-sub{color:#94a3b8e6;font-size:14px;font-weight:500;letter-spacing:.03em}.form-side{align-items:center;background:linear-gradient(145deg,#0f1c3a,#1a2d5a 40%,#0d2144);display:flex;flex:0 0 420px;justify-content:flex-start;overflow:hidden;padding:40px 40px 40px 24px;position:relative}.form-side:before{background:radial-gradient(circle,#3b82f638 0,#0000 70%);height:320px;right:-80px;top:-80px;width:320px}.form-side:after,.form-side:before{border-radius:50%;content:"";pointer-events:none;position:absolute}.form-side:after{background:radial-gradient(circle,#6366f12e 0,#0000 70%);bottom:-60px;height:260px;left:-60px;width:260px}.login-form-container{margin-left:auto;max-width:380px;width:100%}.form-header{margin-bottom:28px;text-align:center}.form-brand-mark{display:flex;justify-content:center;margin-bottom:14px}.form-brand-mark svg{filter:drop-shadow(0 4px 12px rgba(59,130,246,.4))}.form-header h1{color:#fff;font-size:2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:6px}.form-header p{color:#94a3b8e6;font-size:.95rem;font-weight:500}.login-form{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff7;border:1px solid #ffffff1f;border-radius:16px;box-shadow:0 8px 40px #00000073,0 0 0 1px #ffffff0f;padding:28px 24px}.form-group{margin-bottom:18px}.form-group label{align-items:center;color:#374151;display:flex;font-size:.9rem;font-weight:600;margin-bottom:7px}.form-group label .icon{margin-right:7px}.form-group input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;color:#1e293b;font-family:inherit;font-size:.95rem;padding:13px 16px;transition:border-color .2s,box-shadow .2s,background .2s;width:100%}.form-group input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f;outline:none}.form-options{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.checkbox-container{align-items:center;color:#555;cursor:pointer;display:flex;font-size:.9rem;-webkit-user-select:none;user-select:none}.checkbox-container input{display:none}.checkmark{border:1.5px solid #3b82f6;border-radius:4px;flex-shrink:0;height:18px;margin-right:8px;position:relative;transition:background .2s;width:18px}.checkbox-container input:checked+.checkmark{background:#3b82f6}.checkbox-container input:checked+.checkmark:after{color:#fff;content:"OK";font-size:9px;font-weight:900;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.login-button{align-items:center;background:linear-gradient(135deg,#1d4ed8,#3b82f6);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:1rem;font-weight:700;justify-content:space-between;letter-spacing:.01em;margin-bottom:14px;padding:14px 20px;transition:transform .2s,box-shadow .2s;width:100%}.login-button:hover:not(:disabled){box-shadow:0 8px 20px #3b82f659;transform:translateY(-2px)}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{cursor:not-allowed;opacity:.65}.login-button .arrow{font-size:1.1rem;transition:transform .2s}.login-button:hover:not(:disabled) .arrow{transform:translateX(5px)}.link-button{background:none;border:none;color:#3b82f6;cursor:pointer;font-family:inherit;font-size:.88rem;font-weight:600;padding:4px;transition:color .2s}.link-button:hover{color:#1d4ed8;text-decoration:underline}.secondary-button{background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#374151;cursor:pointer;font-family:inherit;font-weight:600;padding:13px;transition:border-color .2s;width:100%}.secondary-button:hover{border-color:#3b82f6;color:#1d4ed8}.alert{border-radius:10px;font-size:.9rem;line-height:1.45;margin-bottom:14px;padding:11px 14px}.alert.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.alert.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.status-text{color:#94a3b8;font-size:.95rem;margin-bottom:12px;text-align:center}.verify-panel{background:#fffffff5;border:1px solid #ffffff1f;border-radius:16px;box-shadow:0 8px 40px #00000073;padding:28px 24px}.verify-actions{grid-gap:10px;display:grid;gap:10px;margin-top:14px}@media (max-width:960px){.login-wrapper{flex-direction:column;height:auto}.animation-side{flex:none;height:300px;min-height:300px}.brand-hero{font-size:1.8rem}.form-side{flex:none;padding:32px 24px}}@media (max-width:600px){.login-container{padding:0}.login-wrapper{border-radius:0;box-shadow:none;min-height:100vh}.animation-side{height:240px;min-height:240px}.brand-overlay{padding:22px 20px}.brand-hero{font-size:1.55rem}.brand-sub{font-size:12px}.form-side{padding:24px 18px}.form-group input{font-size:16px;padding:12px 14px}.login-button{min-height:48px}}@media (max-width:360px){.animation-side{height:200px;min-height:200px}.brand-hero{font-size:1.3rem}.form-side{padding:18px 14px}}@media (hover:none) and (pointer:coarse){.login-button:hover:not(:disabled){box-shadow:none;transform:none}.login-button:active:not(:disabled){opacity:.9;transform:scale(.98)}}@media (max-height:500px) and (orientation:landscape){.animation-side{height:160px;min-height:160px}.brand-hero{font-size:1.3rem}.brand-overlay{padding:14px 20px}}.login-scene-svg{animation:sceneFadeIn 1s ease-out both;display:block;height:100%;vertical-align:bottom;width:100%}@keyframes sceneFadeIn{0%{opacity:0}to{opacity:1}}@keyframes wheelSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes dashScroll{0%{transform:translateX(0)}to{transform:translateX(-120px)}}@keyframes moonPulse{0%,to{filter:blur(0);opacity:.3}50%{filter:blur(2px);opacity:.45}}@keyframes starTwinkle{0%,to{opacity:.85}50%{opacity:.15}}@keyframes exhaustPuff{0%{r:3;cy:0;opacity:.4}to{r:12;cy:-18px;opacity:0}}.sol-shell{background:#f3f6fb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;overflow-x:clip;position:relative}.sol-shell *{box-sizing:border-box}.sol-shell .app-icon{display:inline-block;flex-shrink:0;height:16px;vertical-align:middle;width:16px}.sol-shell .title-with-icon{align-items:center;display:inline-flex;gap:8px}.sol-shell .title-with-icon .app-icon{height:18px;width:18px}.sol-shell:after,.sol-shell:before{display:none}.sol-shell:before{animation:solAmbientFloat 16s ease-in-out infinite;background:#3b82f6;left:-120px;top:-120px}.sol-shell:after{animation:solAmbientFloat 20s ease-in-out infinite reverse;background:#7c3aed;right:-130px;top:30%}.sol-shell .sidebar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:radial-gradient(120% 85% at 8% 0,#38bdf81f 0,#38bdf800 46%),radial-gradient(100% 90% at 100% 16%,#6366f124 0,#6366f100 52%),linear-gradient(180deg,#223a5b,#182e4c 52%,#13253f);border-right:1px solid #94a3b826;bottom:0;box-shadow:2px 0 12px #07101e2e;display:flex;flex-direction:column;left:0;overflow-y:auto;padding:20px 0 12px;position:fixed;top:0;width:260px;z-index:100}.sol-shell .logo{border-bottom:1px solid #94a3b847;margin-bottom:20px;padding:0 24px 24px}.sol-shell .logo h1{align-items:center;color:#f8fafc;display:flex;font-size:24px;font-weight:700;gap:12px;margin:0}.sol-shell .logo h1 span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0ea5e9,#6366f1);background-clip:text;-webkit-background-clip:text}.sol-shell .logo-icon{align-items:center;animation:solIconBreathe 3.2s ease-in-out infinite;background:linear-gradient(135deg,#38bdf8,#6366f1);border-radius:10px;box-shadow:0 10px 20px #3b82f659;display:flex;font-size:20px;height:40px;justify-content:center;width:40px}.sol-shell .logo-icon .app-icon{height:20px;width:20px}.sol-shell .nav-section{margin-bottom:24px;padding:0 16px}.sol-shell .nav-section-title{color:#cbd5e1c2;font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:8px;padding:0 8px;text-transform:uppercase}.sol-shell .nav-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#f1f5f9e6;cursor:pointer;display:flex;font:inherit;gap:12px;margin-bottom:4px;padding:12px 16px;text-align:left;text-decoration:none;transition:transform .22s ease,background-color .22s ease,color .22s ease,box-shadow .22s ease;width:100%}.sol-shell .nav-item:hover{background:linear-gradient(135deg,#38bdf833,#6366f133);color:#fff;transform:translateX(3px)}.sol-shell .nav-item.active{background:linear-gradient(135deg,#38bdf842,#6366f147);border-left:3px solid #3b82f6;box-shadow:0 4px 12px #050c1633;color:#fff}.sol-shell .nav-item-icon{align-items:center;background:linear-gradient(135deg,#38bdf833,#6366f13d);border-radius:8px;box-shadow:inset 0 1px 0 #ffffff38;color:#e2e8f0;display:inline-flex;font-size:18px;height:28px;justify-content:center;text-align:center;transition:transform .2s ease;width:28px}.sol-shell .nav-item-icon .app-icon{height:16px;width:16px}.sol-shell .nav-item:hover .nav-item-icon{transform:translateY(-1px) scale(1.08)}.sol-shell .nav-item.active .nav-item-icon{animation:solIconNudge 2.2s ease-in-out infinite;color:#fff}.sol-shell .nav-item-badge{background:#ef4444;border-radius:10px;color:#fff;font-size:11px;margin-left:auto;padding:2px 8px}.sol-shell .sidebar-user{align-items:center;background:linear-gradient(180deg,#182e4c33,#13253ffa 30%);border-top:1px solid #94a3b84d;bottom:0;display:flex;gap:12px;margin-top:auto;padding:16px 24px;position:-webkit-sticky;position:sticky}.sol-shell .user-avatar{align-items:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;color:#fff;display:flex;font-weight:600;height:40px;justify-content:center;width:40px}.sol-shell .user-info{flex:1 1;min-width:0}.sol-shell .user-name{color:#f8fafc;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sol-shell .user-role{color:#cbd5e1cc;font-size:12px}.sol-shell .logout-btn{align-items:center;background:#0f172a73;border:1px solid #94a3b866;border-radius:6px;color:#f1f5f9;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;line-height:1;padding:8px 10px;transition:all .2s}.sol-shell .logout-btn:hover{background:#1e293bc2;color:#fff}.sol-shell .logout-btn:focus-visible{outline:2px solid #00d4ff99;outline-offset:2px}.sol-shell .main-content{margin-left:260px;min-height:100vh;padding:24px;position:relative;z-index:1}.sol-shell .main-content>:not(.sticky-top-area){animation:solFadeUp .42s ease both}.sol-shell .sticky-top-area{background:#f3f6fb;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 8px #0000;margin:0 -24px;padding:16px 24px 0;position:-webkit-sticky;position:sticky;top:-1px;transition:box-shadow .2s ease;z-index:50}.sol-shell .sticky-top-area.is-stuck{box-shadow:0 2px 8px #0f172a14}.sol-shell .header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:0;padding:0 0 8px}.sol-shell .data-freshness-banner{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e3a8a;display:flex;font-size:12px;gap:8px;margin-bottom:8px;padding:6px 14px}.sol-shell .data-freshness-banner .app-icon{color:#1d4ed8;flex:0 0 auto}.sol-shell .header-left h2{color:#1f2937;font-size:28px;font-weight:700;margin:0 0 4px}.sol-shell .header-left p{color:#6b7280;font-size:14px;margin:0}.sol-shell .header-right{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.sol-shell .header-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 16px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease}.sol-shell .header-btn:hover{border-color:#3b82f6;box-shadow:0 10px 20px #0f172a14;color:#3b82f6;transform:translateY(-1px)}.sol-shell .header-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;box-shadow:0 2px 8px #3b82f64d;color:#fff}.sol-shell .header-btn.primary:hover{box-shadow:0 4px 12px #3b82f666;transform:translateY(-2px)}.sol-shell .live-indicator{align-items:center;background:#22c55e1a;border:1px solid #22c55e33;border-radius:20px;color:#16a34a;display:inline-flex;font-size:13px;font-weight:500;gap:8px;padding:8px 12px}.sol-shell .live-dot{animation:solPulse 2s ease-in-out infinite;background:#22c55e;border-radius:50%;height:8px;width:8px}@keyframes solPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}.sol-shell .filters-bar{align-items:center;display:flex;flex-wrap:wrap;gap:16px;padding-bottom:12px}.sol-shell .filter-group{align-items:center;display:flex;gap:8px}.sol-shell .filter-label{color:#6b7280;font-size:13px;font-weight:500}.sol-shell .filter-select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 32px 8px 12px}.sol-shell .filter-apply-btn{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 18px;transition:background .15s;white-space:nowrap}.sol-shell .filter-apply-btn:hover{background:#2563eb}.sol-shell .filter-apply-btn:disabled{cursor:not-allowed;opacity:.55}.sol-shell .source-tabs{background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;padding:4px}.sol-shell .source-tab{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:8px;padding:8px 12px}.sol-shell .source-tab.active{background:linear-gradient(135deg,#3b82f626,#2563eb26);color:#2563eb}.sol-shell .status-dot{background:#9ca3af;border-radius:50%;height:8px;width:8px}.sol-shell .status-dot.active{background:#22c55e}.sol-shell .last-sync{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#6b7280;display:flex;font-size:13px;gap:8px;margin-left:auto;padding:8px 12px}.sol-shell .sync-icon{color:#22c55e;font-weight:700}.sol-shell .stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:24px}.sol-shell .kpi-stats-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));margin-bottom:20px}.sol-shell .kpi-stat-card{background:#fff;border:1px solid #e8ecf1;border-left:4px solid #3b82f6;border-radius:10px;box-shadow:0 1px 3px #0000000a;min-width:0;padding:16px 18px;transition:box-shadow .2s ease,transform .2s ease}.sol-shell .kpi-stat-card:hover{box-shadow:0 4px 12px #00000012;transform:translateY(-1px)}.sol-shell .kpi-stat-label{color:#6b7280;font-size:12px;font-weight:500;letter-spacing:.03em;margin-bottom:8px;text-transform:uppercase}.sol-shell .kpi-stat-value{color:#1e293b;font-size:24px;font-weight:800;line-height:1.1;margin-bottom:4px}.sol-shell .kpi-stat-sub{color:#64748b;font-size:12px;font-weight:500;margin-top:2px}.sol-shell .stat-card{background:#fff;border:1px solid #e8ecf1;border-radius:12px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;padding:18px;transition:box-shadow .22s ease}.sol-shell .stat-card:hover{box-shadow:0 2px 8px #0000000f,0 8px 24px #0000000a}.sol-shell .stat-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.sol-shell .stat-icon{align-items:center;border-radius:12px;color:#fff;display:flex;font-size:18px;height:40px;justify-content:center;width:40px}.sol-shell .stat-icon .app-icon{height:18px;width:18px}.sol-shell .stat-icon.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.sol-shell .stat-icon.green{background:linear-gradient(135deg,#22c55e,#16a34a)}.sol-shell .stat-icon.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.sol-shell .stat-icon.orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.sol-shell .stat-trend{border-radius:999px;font-size:12px;font-weight:600;padding:4px 8px}.sol-shell .stat-trend.up{background:#22c55e1f;color:#16a34a}.sol-shell .stat-trend.down{background:#ef44441f;color:#dc2626}.sol-shell .stat-value{color:#111827;font-size:26px;font-weight:800;margin-bottom:4px}.sol-shell .stat-label{color:#6b7280;font-size:13px;font-weight:500}.sol-shell .charts-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:2fr 1fr;margin-bottom:24px}.sol-shell .chart-card{background:#fff;border:1px solid #e8ecf1;border-radius:12px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;padding:20px;transition:box-shadow .22s ease}.sol-shell .chart-card:hover{box-shadow:0 2px 8px #0000000f,0 8px 24px #0000000a}.sol-shell .chart-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.sol-shell .chart-title{color:#111827;font-size:16px;font-weight:700}.sol-shell .chart-subtitle{color:#64748b;font-size:12px;margin-top:2px}.sol-shell .kpi-status-badge{border:1px solid #0000;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.01em;padding:3px 10px}.sol-shell .kpi-status-badge.live{background:#dcfce7;border-color:#86efac;color:#166534}.sol-shell .kpi-status-badge.partial{background:#fef9c3;border-color:#fde68a;color:#854d0e}.kpi-tooltip{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 4px 16px #0000001a;font-size:13px;line-height:1.6;min-width:140px;padding:10px 14px}.kpi-tooltip-label{border-bottom:1px solid #f3f4f6;color:#1f2937;font-size:12px;font-weight:600;margin-bottom:4px;padding-bottom:4px}.kpi-tooltip-row{align-items:center;display:flex;gap:6px}.kpi-tooltip-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.kpi-tooltip-name{color:#6b7280;font-size:12px}.kpi-tooltip-val{color:#1f2937;font-size:13px;font-weight:700;margin-left:auto}.sol-shell .recharts-legend-item-text{color:#64748b!important;font-size:12px!important}.sol-shell .recharts-legend-wrapper{padding-top:8px!important}.sol-shell .recharts-cartesian-grid-horizontal line,.sol-shell .recharts-cartesian-grid-vertical line{stroke:#f0f0f0}.sol-shell .kpi-coverage-note{align-items:center;background:linear-gradient(135deg,#eff6ff,#eef2ff);border:1px solid #bfdbfe;border-radius:10px;color:#1e3a8a;display:inline-flex;font-size:12px;gap:8px;margin-bottom:10px;padding:7px 12px}.sol-shell .kpi-coverage-icon{color:#1d4ed8;flex:0 0 auto}.sol-shell .chart-legend{display:flex;flex-wrap:wrap;gap:10px}.sol-shell .legend-item{align-items:center;color:#6b7280;display:flex;font-size:12px;font-weight:500;gap:6px}.sol-shell .legend-dot{border-radius:50%;height:10px;width:10px}.sol-shell .legend-dot.samsara{background:#4680ff}.sol-shell .legend-dot.routegenie{background:#7759de}.sol-shell .mock-chart{background:linear-gradient(180deg,#3b82f614,#8b5cf614);border-radius:14px;height:220px;overflow:hidden;position:relative}.sol-shell .chart-line{border-radius:2px;height:2px;left:16px;position:absolute;right:16px;top:22px}.sol-shell .chart-line.samsara{background:#3b82f6e6;top:70px;transform:rotate(-8deg)}.sol-shell .chart-line.routegenie{background:#8b5cf6e6;top:120px;transform:rotate(6deg)}.sol-shell .chart-x-axis{bottom:10px;color:#1118278c;display:flex;font-size:12px;font-weight:600;justify-content:space-around;left:0;position:absolute;right:0}.sol-shell .source-comparison{display:flex;flex-direction:column;gap:12px}.sol-shell .comparison-item{background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;gap:12px;justify-content:space-between;padding:12px}.sol-shell .comparison-source{align-items:center;display:flex;gap:10px}.sol-shell .source-icon{align-items:center;border-radius:14px;box-shadow:0 10px 18px #3b82f647;color:#fff;display:flex;font-size:18px;height:42px;justify-content:center;transition:transform .2s ease;width:42px}.sol-shell .activity-icon .app-icon,.sol-shell .add-source-icon .app-icon,.sol-shell .source-icon .app-icon,.sol-shell .vehicle-icon .app-icon{height:18px;width:18px}.sol-shell .activity-item:hover .activity-icon,.sol-shell .comparison-item:hover .source-icon,.sol-shell .source-card:hover .add-source-icon,.sol-shell .source-card:hover .source-icon{transform:translateY(-2px) scale(1.04)}.sol-shell .source-icon.samsara{background:linear-gradient(135deg,#3b82f6,#2563eb)}.sol-shell .source-icon.routegenie{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.sol-shell .source-name{color:#111827;font-size:14px;font-weight:800}.sol-shell .source-status{color:#16a34a;font-size:12px;font-weight:600}.sol-shell .comparison-stats{text-align:right}.sol-shell .comparison-value{color:#111827;font-size:18px;font-weight:900}.sol-shell .comparison-label{color:#6b7280;font-size:12px;font-weight:500}.sol-shell .table-card{background:#fff;border:1px solid #e8ecf1;border-radius:12px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;padding:18px}.sol-shell .table-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.sol-shell .table-title{color:#111827;font-size:16px;font-weight:800}.sol-shell .table-actions{display:flex;flex-wrap:wrap;gap:8px}.sol-shell .table-btn{background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#374151;cursor:pointer;font-size:13px;font-weight:600;padding:8px 12px;transition:all .2s}.sol-shell .table-btn:hover{border-color:#3b82f6;color:#3b82f6}.sol-shell .data-table{border-collapse:collapse;width:100%}.sol-shell .data-table th{border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:12px;font-weight:700;padding:12px 10px;text-align:left}.sol-shell .data-table td{border-bottom:1px solid #eef2f7;color:#374151;font-size:13px;padding:14px 10px;vertical-align:middle}.sol-shell .data-table tr:hover{background:#3b82f60d}.sol-shell .vehicle-cell{align-items:center;display:flex;gap:10px}.sol-shell .vehicle-icon{align-items:center;background:#3b82f61f;border-radius:12px;display:flex;height:36px;justify-content:center;width:36px}.sol-shell .vehicle-id{color:#111827;font-size:13px;font-weight:800}.sol-shell .vehicle-type{color:#6b7280;font-size:12px;font-weight:500}.sol-shell .status-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;gap:6px;padding:6px 10px}.sol-shell .status-badge.in-transit{background:#3b82f61f;color:#2563eb}.sol-shell .status-badge.delivered{background:#22c55e1f;color:#16a34a}.sol-shell .status-badge.idle{background:#f59e0b1f;color:#b45309}.sol-shell .source-badge{border-radius:999px;display:inline-flex;font-size:12px;font-weight:800;padding:4px 10px}.sol-shell .source-badge.samsara{background:#3b82f61f;color:#2563eb}.sol-shell .source-badge.routegenie{background:#8b5cf61f;color:#7c3aed}.sol-shell .btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,opacity .2s ease}.sol-shell .btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 8px #3b82f64d;color:#fff}.sol-shell .btn-primary:hover{box-shadow:0 4px 12px #3b82f666;transform:translateY(-2px)}.sol-shell .btn-secondary{background:#fff;border:1px solid #e5e7eb;color:#374151}.sol-shell .btn-secondary:hover{border-color:#3b82f6;color:#3b82f6}.sol-shell .btn-success{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.sol-shell .btn-danger{background:#fee2e2;color:#dc2626}.sol-shell .btn-danger:hover{background:#fecaca}.sol-shell .sources-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));margin-bottom:24px}.sol-shell .source-card{background:#ffffffeb;border:1px solid #e8ecf1;border-radius:16px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;padding:24px;transition:box-shadow .22s ease}.sol-shell .source-card:hover{box-shadow:0 2px 8px #0000000f,0 8px 24px #0000000a;transform:translateY(-2px)}.sol-shell .source-card.inactive{opacity:.65}.sol-shell .source-header{display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.sol-shell .source-info{align-items:flex-start;display:flex;gap:12px}.sol-shell .source-title{color:#111827;font-size:18px;font-weight:800;margin-bottom:4px}.sol-shell .source-description{color:#6b7280;font-size:13px;margin-bottom:6px}.sol-shell .source-status.active{color:#16a34a;font-size:12px;font-weight:700}.sol-shell .source-status.inactive{color:#dc2626;font-size:12px;font-weight:700}.sol-shell .source-toggle{background:#e5e7eb;border-radius:999px;cursor:pointer;flex-shrink:0;height:28px;position:relative;width:48px}.sol-shell .source-toggle:after{background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;content:"";height:22px;left:3px;position:absolute;top:3px;transition:all .2s;width:22px}.sol-shell .source-toggle.active{background:linear-gradient(135deg,#22c55e,#16a34a)}.sol-shell .source-toggle.active:after{left:23px}.sol-shell .source-details{grid-gap:10px;border-top:1px solid #eef2f7;display:grid;gap:10px;padding-top:14px}.sol-shell .detail-row{align-items:center;display:flex;gap:10px;justify-content:space-between}.sol-shell .detail-label{color:#6b7280;font-size:12px;font-weight:600}.sol-shell .detail-value{color:#111827;font-size:12px;font-weight:700}.sol-shell .detail-value.masked{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.sol-shell .sync-info{grid-gap:12px;border-top:1px solid #eef2f7;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-top:14px;padding-top:14px}.sol-shell .sync-stat-value{color:#111827;font-size:16px;font-weight:900}.sol-shell .sync-stat-label{color:#6b7280;font-size:12px;font-weight:600}.sol-shell .source-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.sol-shell .add-source-card{align-items:center;background:#3b82f60f;border:2px dashed #3b82f659;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:24px;text-align:center;transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease}.sol-shell .add-source-card:hover{background:#3b82f61a;border-color:#3b82f699;box-shadow:0 12px 24px #2563eb29;transform:translateY(-3px)}.sol-shell .add-source-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px;color:#fff;display:flex;font-size:24px;height:54px;justify-content:center;margin-bottom:10px;width:54px}.sol-shell .add-source-title{color:#111827;font-size:16px;font-weight:900;margin-bottom:4px}.sol-shell .add-source-desc{color:#6b7280;font-size:13px;font-weight:600}.sol-shell .activity-section{background:#ffffffe6;border:1px solid #e2e8f0f2;border-radius:16px;box-shadow:0 10px 24px #0f172a0f;padding:18px}.sol-shell .activity-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.sol-shell .activity-title{color:#111827;font-size:16px;font-weight:900}.sol-shell .activity-list{grid-gap:10px;display:grid;gap:10px}.sol-shell .activity-item{background:#ffffffbf;border:1px solid #e8edf6;border-radius:14px;display:flex;gap:12px;padding:12px;transition:transform .2s ease,box-shadow .2s ease}.sol-shell .activity-item:hover{box-shadow:0 8px 18px #0f172a12;transform:translateX(4px)}.sol-shell .activity-icon{align-items:center;border-radius:14px;display:flex;font-size:18px;height:40px;justify-content:center;width:40px}.sol-shell .activity-icon.sync{background:#3b82f61f}.sol-shell .activity-icon.config{background:#f59e0b1f}.sol-shell .activity-icon.error{background:#ef44441f}.sol-shell .activity-message{color:#111827;font-size:13px;font-weight:600;margin-bottom:4px}.sol-shell .activity-time{color:#6b7280;font-size:12px;font-weight:600}.sol-shell .modal-overlay{align-items:center;background:#11182773;display:flex;inset:0;justify-content:center;opacity:0;padding:24px;pointer-events:none;position:fixed;transition:opacity .2s;z-index:200}.sol-shell .modal-overlay.active{opacity:1;pointer-events:auto}.sol-shell .modal{background:#fff;border:1px solid #e5e7eb;border-radius:16px;display:flex;flex-direction:column;max-height:calc(100vh - 48px);max-width:720px;overflow:hidden;transform:translateY(10px) scale(.99);transition:transform .2s ease;width:100%}.sol-shell .modal-overlay.active .modal{transform:translateY(0) scale(1)}@keyframes solFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes solIconBreathe{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.03)}}@keyframes solIconNudge{0%,to{transform:translateX(0)}50%{transform:translateX(1px)}}@keyframes solAmbientFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(10px,-16px,0)}}@media (prefers-reduced-motion:reduce){.sol-shell *,.sol-shell :after,.sol-shell :before{animation:none!important;transition-duration:.01ms!important}}.sol-shell .modal-header{align-items:center;border-bottom:1px solid #eef2f7;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 18px}.sol-shell .modal-title{color:#111827;font-weight:900}.sol-shell .modal-close{background:#0000;border:none;color:#6b7280;cursor:pointer;font-size:18px}.sol-shell .modal-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:18px}.sol-shell .modal-footer{border-top:1px solid #eef2f7;display:flex;flex-shrink:0;flex-wrap:wrap;gap:10px;justify-content:flex-end;padding:16px 18px}.sol-shell .form-group{margin-bottom:12px}.sol-shell .form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.sol-shell .form-label{color:#374151;display:block;font-size:13px;font-weight:700;margin-bottom:6px}.sol-shell .form-label span{color:#ef4444}.sol-shell .form-input,.sol-shell .form-select{background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#111827;font-size:13px;font-weight:600;padding:10px 12px;width:100%}.sol-shell .form-input.code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.sol-shell .form-help{color:#6b7280;font-size:12px;font-weight:600;margin-top:6px}.sol-shell .credential-section{background:#3b82f60a;border:1px solid #e5e7eb;border-radius:16px;padding:14px}.sol-shell .credential-header{align-items:center;display:flex;gap:10px;margin-bottom:12px}.sol-shell .credential-header-title{color:#111827;font-weight:900}.sol-shell .test-result{border:1px solid #e5e7eb;border-radius:12px;font-size:13px;font-weight:700;margin-top:12px;padding:12px}.sol-shell .test-result.ok{background:#22c55e1f;border-color:#22c55e4d;color:#166534}.sol-shell .test-result.err{background:#ef44441f;border-color:#ef44444d;color:#991b1b}.sol-shell .mobile-menu-btn{background:linear-gradient(135deg,#1e3a5f,#0d1b2a);border:none;border-radius:8px;box-shadow:0 2px 8px #0003;cursor:pointer;display:none;height:44px;left:16px;position:fixed;top:16px;transition:transform .2s ease;width:44px;z-index:1001}.sol-shell .mobile-menu-btn .app-icon{height:18px;width:18px}.sol-shell .admin-insights-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:16px}.sol-shell .admin-insight-card{align-items:center;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 8px 22px #0f172a0f;display:flex;gap:12px;padding:14px}.sol-shell .admin-insight-icon{align-items:center;border-radius:10px;color:#fff;display:inline-flex;height:36px;justify-content:center;width:36px}.sol-shell .admin-insight-icon.users{background:linear-gradient(135deg,#0ea5e9,#2563eb)}.sol-shell .admin-insight-icon.shield{background:linear-gradient(135deg,#6366f1,#4f46e5)}.sol-shell .admin-insight-icon.check{background:linear-gradient(135deg,#22c55e,#16a34a)}.sol-shell .admin-insight-icon.settings{background:linear-gradient(135deg,#f59e0b,#d97706)}.sol-shell .admin-insight-icon .app-icon{height:16px;width:16px}.sol-shell .admin-insight-value{color:#0f172a;font-size:20px;font-weight:800;line-height:1.1}.sol-shell .admin-insight-label{color:#64748b;font-size:12px;font-weight:600;margin-top:2px}.sol-shell .um-badge{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;gap:6px;padding:4px 8px}.sol-shell .um-badge.active,.sol-shell .um-badge.enabled{background:#dcfce7;border-color:#86efac;color:#166534}.sol-shell .um-badge.disabled,.sol-shell .um-badge.inactive{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.sol-shell .um-badge .app-icon{height:12px;width:12px}.sol-shell .user-management-table-card{padding:16px 18px}.sol-shell .user-management-table th{color:#64748b;font-size:11px;letter-spacing:.04em;padding:11px 10px;text-transform:uppercase}.sol-shell .user-management-table td{padding:12px 10px}.sol-shell .user-management-table .btn{font-size:12px;min-height:32px;padding:6px 10px}.sol-shell .um-cell-email{color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px}.sol-shell .um-cell-name{color:#0f172a;font-weight:600}.sol-shell .um-cell-meta{color:#475569;font-size:12px}.sol-shell .um-role-select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:12px;font-weight:500;padding:5px 8px}.sol-shell .um-role-select:focus-visible{outline:2px solid #0ea5e959;outline-offset:1px}.sol-shell .mobile-menu-btn:hover{transform:scale(1.05)}.sol-shell .mobile-menu-btn:active{transform:scale(.95)}.sol-shell .hamburger-icon{color:#fff;font-size:24px;line-height:1}.sol-shell .mobile-overlay{animation:fadeIn .2s ease;background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:99}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:960px){.sol-shell .mobile-menu-btn{align-items:center;display:flex;justify-content:center}.sol-shell .mobile-overlay{display:block}.sol-shell .sidebar{bottom:0;left:-280px;position:fixed;top:0;transition:left .3s ease;width:260px;z-index:100}.sol-shell .sidebar.mobile-open{left:0}.sol-shell .main-content{margin-left:0;padding:80px 20px 20px}.sol-shell .header{align-items:stretch;flex-direction:column;gap:16px}.sol-shell .header-left,.sol-shell .header-right{width:100%}.sol-shell .header-right{flex-wrap:wrap;gap:8px;justify-content:flex-start}.sol-shell .charts-row{gap:16px}.sol-shell .charts-row,.sol-shell .sources-grid{grid-template-columns:1fr}.sol-shell .stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.sol-shell .filters-bar{flex-wrap:wrap;gap:12px}.sol-shell .filter-group{flex:1 1 auto;min-width:120px}.sol-shell .form-row{grid-template-columns:1fr}.sol-shell .table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.sol-shell table{min-width:600px}.sol-shell .sidebar-user{position:static}}@media (max-width:768px){.sol-shell .main-content{padding:70px 16px 16px}.sol-shell .header h2{font-size:1.5rem}.sol-shell .header p{font-size:.85rem}.sol-shell .stats-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.sol-shell .stat-card{padding:12px}.sol-shell .stat-value{font-size:1.5rem}.sol-shell .stat-label{font-size:.75rem}.sol-shell .filter-group{flex:1 1 100%}.sol-shell .btn,.sol-shell .header-btn{font-size:.9rem;padding:10px 16px}.sol-shell .kpi-section,.sol-shell .source-card{padding:16px}.sol-shell .kpi-section h3{font-size:1rem}.sol-shell .chart-container{height:250px}.sol-shell .modal-content{max-height:90vh;max-width:none;overflow-y:auto;width:95%}.sol-shell table{font-size:.85rem}.sol-shell table td,.sol-shell table th{padding:8px 6px}.sol-shell table .hide-mobile{display:none}}@media (max-width:480px){.sol-shell .main-content{padding:65px 12px 12px}.sol-shell .stats-grid{grid-template-columns:1fr}.sol-shell .header{padding:16px}.sol-shell .header h2{font-size:1.25rem}.sol-shell .nav-item{font-size:.95rem;min-height:44px;padding:14px 20px}.sol-shell .btn,.sol-shell .header-btn,.sol-shell button{min-height:44px;padding:12px 16px}.sol-shell .sync-badge{font-size:.7rem;padding:2px 6px}.sol-shell .activity-card{padding:12px}.sol-shell input,.sol-shell select,.sol-shell textarea{font-size:16px;min-height:44px}.sol-shell .logo h1{font-size:20px}.sol-shell .sidebar{left:-260px;width:240px}.sol-shell .source-tabs{gap:4px;overflow-x:auto}.sol-shell .source-tab{font-size:.85rem;padding:8px 12px;white-space:nowrap}.sol-shell .chart-container{height:220px}.sol-shell .live-indicator{font-size:.75rem}.sol-shell .hide-small-mobile{display:none!important}}@media (max-width:360px){.sol-shell .main-content{padding:60px 8px 8px}.sol-shell .header h2{font-size:1.1rem}.sol-shell .stat-card{padding:10px}.sol-shell .stat-value{font-size:1.25rem}.sol-shell .sidebar{left:-240px;width:220px}.sol-shell .logo h1 span{font-size:16px}.sol-shell .chart-container{height:200px}}@media (max-height:500px) and (orientation:landscape){.sol-shell .sidebar{overflow-y:auto;padding:10px 0}.sol-shell .nav-section{margin-bottom:10px}.sol-shell .nav-item{padding:10px 20px}.sol-shell .logo{margin-bottom:10px;padding:10px 24px}.sol-shell .sidebar-user{margin-top:10px;position:relative}}@media (hover:none) and (pointer:coarse){.sol-shell .nav-item,.sol-shell .source-tab,.sol-shell a,.sol-shell button,.sol-shell input[type=checkbox],.sol-shell select{min-height:44px;min-width:44px}.sol-shell .nav-item:hover,.sol-shell .source-tab:hover,.sol-shell button:hover{transform:none}.sol-shell .nav-item:active,.sol-shell .source-tab:active,.sol-shell button:active{opacity:.7}.sol-shell ::-webkit-scrollbar{height:12px;width:12px}}.sol-shell .um-modal{max-width:600px}.sol-shell .um-modal-header{align-items:center;background:linear-gradient(135deg,#1e3a5f,#1d4ed8);display:flex;flex-shrink:0;gap:14px;padding:20px 22px;position:relative}.sol-shell .um-modal-header-icon{align-items:center;background:#ffffff2e;border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.sol-shell .um-modal-header-icon .app-icon{height:18px;width:18px}.sol-shell .um-modal-title{color:#fff;font-size:16px;font-weight:800;line-height:1.2}.sol-shell .um-modal-subtitle{color:#ffffffb8;font-size:12px;font-weight:500;margin-top:2px}.sol-shell .um-modal-close{align-items:center;background:#ffffff24;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-left:auto;transition:background .15s;width:32px}.sol-shell .um-modal-close:hover{background:#ffffff40}.sol-shell .um-modal-close .app-icon{height:16px;width:16px}.sol-shell .um-modal-body{padding:20px 22px}.sol-shell .um-alert{align-items:center;border-radius:10px;display:flex;font-size:13px;font-weight:600;gap:10px;margin-bottom:16px;padding:12px 14px}.sol-shell .um-alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.sol-shell .um-alert .app-icon{flex-shrink:0;height:14px;width:14px}.sol-shell .um-section{background:#f8fafc;border:1px solid #e8edf5;border-radius:14px;margin-bottom:20px;padding:16px}.sol-shell .um-section-label{align-items:center;color:#374151;display:flex;font-size:12px;font-weight:800;gap:8px;letter-spacing:.06em;margin-bottom:14px;text-transform:uppercase}.sol-shell .um-section-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.sol-shell .um-section-actions{display:flex;gap:8px;margin-left:auto}.sol-shell .um-link-btn{background:none;border:none;color:#2563eb;cursor:pointer;font-size:11px;font-weight:700;padding:0;text-decoration:underline;text-underline-offset:2px}.sol-shell .um-link-btn:hover{color:#1d4ed8}.sol-shell .um-section .form-input,.sol-shell .um-section .form-select{background:#fff;border-color:#d1d9e8}.sol-shell .um-section .form-input:focus,.sol-shell .um-section .form-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f624;outline:none}.sol-shell .um-toggle-group{display:flex;flex-direction:column;gap:10px}.sol-shell .um-toggle-row{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;gap:12px;justify-content:space-between;padding:12px 14px}.sol-shell .um-toggle-info{flex:1 1;min-width:0}.sol-shell .um-toggle-title{align-items:center;color:#1e293b;display:flex;font-size:13px;font-weight:700;gap:6px}.sol-shell .um-toggle-auto-tag{background:#dbeafe;border-radius:999px;color:#1d4ed8;font-size:10px;font-weight:700;letter-spacing:.04em;padding:1px 6px;text-transform:uppercase}.sol-shell .um-toggle-desc{color:#64748b;font-size:11px;font-weight:500;margin-top:2px}.sol-shell .um-toggle{background:#d1d5db;border:none;border-radius:999px;cursor:pointer;flex-shrink:0;height:24px;padding:0;position:relative;transition:background .2s,box-shadow .2s;width:44px}.sol-shell .um-toggle.on{background:#2563eb;box-shadow:0 0 0 3px #2563eb2e}.sol-shell .um-toggle:disabled{cursor:not-allowed;opacity:.55}.sol-shell .um-toggle-thumb{background:#fff;border-radius:50%;box-shadow:0 1px 4px #0003;display:block;height:18px;left:3px;position:absolute;top:3px;transition:transform .2s;width:18px}.sol-shell .um-toggle.on .um-toggle-thumb{transform:translateX(20px)}.sol-shell .um-kpi-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.sol-shell .um-kpi-pill{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:6px;padding:8px 10px;text-align:left;transition:border-color .15s,background .15s,color .15s;width:100%}.sol-shell .um-kpi-pill:hover{background:#eff6ff;border-color:#93c5fd;color:#1e40af}.sol-shell .um-kpi-pill.on{background:#eff6ff;border-color:#2563eb;color:#1e40af}.sol-shell .um-kpi-check{align-items:center;background:#e2e8f0;border-radius:4px;color:#94a3b8;display:flex;flex-shrink:0;font-size:10px;font-weight:900;height:16px;justify-content:center;line-height:1;transition:background .15s,color .15s;width:16px}.sol-shell .um-kpi-pill.on .um-kpi-check{background:#2563eb;color:#fff}@media (max-width:520px){.sol-shell .um-kpi-grid{grid-template-columns:repeat(2,1fr)}}@keyframes kpi-shimmer{0%{background-position:200%}to{background-position:-200%}}.kpi-skeleton-row{animation:kpi-shimmer 1.4s ease-in-out infinite;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:400% 100%;border-radius:6px}
/*# sourceMappingURL=main.9a619385.css.map*/