:root{--app-font:Arial,"Helvetica Neue",Helvetica,sans-serif;--bg:#fff;--fg:#1f2937;--muted:#667085;--border:#dbe2ea;--primary:#0f2e57;--primary-soft:#eef3fb;--mock:#93a0b2;--ok:#0a7d44;--warn:#b17716;--risk:#b42318;--tier-1:#0a5d2e;--tier-2:#1f7a3a;--tier-3:#b8770f;--tier-4:#6a4cd5}*{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;height:100dvh;min-height:100dvh;font-family:var(--app-font);background:var(--bg);color:var(--fg)}body{display:flex;flex-direction:column}button,input,select,textarea{font:inherit}main{padding:0;max-width:100%;margin:0;width:100%;flex:1 1;min-height:0}a{color:inherit;text-decoration:none}.btn,.customer-clickable,.dashboard-service-tile,.dashboard-tile,.global-back-button,[role=button],a,button{cursor:pointer}.global-back-button{border:1px solid #d0d7e2;border-radius:8px;background:#fff;color:#1f3863;font-size:12px;font-weight:600;padding:6px 10px;box-shadow:0 1px 3px rgba(16,24,40,.12)}.global-back-button.is-hidden{visibility:hidden;pointer-events:none}.global-back-row{padding:10px 12px 6px;position:relative;z-index:2}h1,h2,h3{margin:0}.muted{color:var(--muted)}.app-shell{display:grid;grid-gap:.9rem;gap:.9rem;padding:.9rem 1rem 1rem}.header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-weight:800;letter-spacing:.03em;color:var(--primary)}.brand-logo{display:block;width:76px;height:auto;border-radius:2px}.crumbs{font-size:.8rem;color:var(--muted)}.panel{border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.06)}.panel.pad{padding:1rem}.kpi-grid{display:grid;grid-gap:.55rem;gap:.55rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.kpi{border:1px solid var(--border);border-radius:8px;padding:.55rem .65rem;background:#fff}.kpi-label{color:var(--muted);font-size:.75rem}.kpi-value{margin-top:.2rem;font-size:1.75rem;font-weight:650;line-height:1}.kpi-trend{margin-top:.1rem;font-size:.75rem}.kpi-trend.ok{color:var(--ok)}.kpi-trend.warn{color:var(--warn)}.kpi-trend.risk{color:var(--risk)}.main-grid{display:grid;grid-gap:.55rem;gap:.55rem;grid-template-columns:1fr}@media (min-width:1100px){.main-grid.cols-3{grid-template-columns:1fr 1.6fr 1fr}.main-grid.cols-4{grid-template-columns:.9fr 1.3fr 1fr .9fr}}.card-list{display:grid;grid-gap:.55rem;gap:.55rem}.card{border:1px solid var(--border);border-radius:8px;padding:.65rem;background:#fff}.card h3{font-size:.95rem;margin-bottom:.6rem}.rows{display:grid;grid-gap:.35rem;gap:.35rem}.row{display:flex;justify-content:space-between;gap:1rem;font-size:.81rem}.pill,.row .label{color:var(--muted)}.pill{display:inline-block;border-radius:99px;border:1px solid var(--border);font-size:.68rem;padding:.08rem .45rem}.tile-grid{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem}.module-tile{height:168px;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:0 1px 6px rgba(15,23,42,.07);display:grid;place-items:center;text-align:center;padding:.8rem}.icon-box{width:64px;height:64px;border:1px solid #d4deea;border-radius:14px;display:grid;place-items:center;color:var(--primary);font-weight:700;margin-bottom:.6rem}.legend{font-size:.7rem;color:var(--muted)}.topbar{justify-content:space-between;padding:.45rem .8rem;border-bottom:1px solid var(--border);background:#fff}.topbar,.topbar-left{display:flex;align-items:center}.topbar-left{gap:.75rem}.topbar-right{display:flex;align-items:center;gap:.55rem;color:var(--muted)}.toolbar{justify-content:space-between;gap:.7rem}.toolbar,.toolbar-group{display:flex;align-items:center;flex-wrap:wrap}.toolbar-group{gap:.4rem}.btn{border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--fg);font-size:.76rem;padding:.36rem .62rem}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.search{border:1px solid var(--border);border-radius:8px;font-size:.77rem;color:var(--muted);min-width:260px;padding:.42rem .55rem}.metric-strip{display:grid;grid-gap:.5rem;gap:.5rem;grid-template-columns:repeat(5,minmax(120px,1fr))}.metric{border:1px solid var(--border);border-radius:8px;padding:.55rem}.metric .label{color:var(--muted);font-size:.72rem}.metric .value{font-size:1.35rem;font-weight:700}.table{border:1px solid var(--border);border-radius:8px;overflow:hidden}.table-head,.table-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;padding:.5rem .65rem;font-size:.75rem}.table-head{background:#f8fafc;color:var(--muted);border-bottom:1px solid var(--border)}.table-row{border-bottom:1px solid #edf1f5}.table-row:last-child{border-bottom:none}.timeline{border-left:2px solid #d3dceb;padding-left:.65rem;display:grid;grid-gap:.4rem;gap:.4rem;font-size:.77rem}.split-72-28{display:grid;grid-gap:.55rem;gap:.55rem;grid-template-columns:1fr}@media (min-width:1200px){.split-72-28{grid-template-columns:2.2fr 1fr}}.value-real{color:var(--fg)}.value-mock{color:var(--mock)}.assist{background:#f6fbff}.pending{background:#fff9f2}.tier-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600;color:#fff}.tier-badge.tier-1{background:var(--tier-1)}.tier-badge.tier-2{background:var(--tier-2)}.tier-badge.tier-3{background:var(--tier-3)}.tier-badge.tier-4{background:var(--tier-4)}.dashboard-canvas{min-height:100vh;background:#f3f4f6;padding:20px 24px}.dashboard-fullpage{width:100%;height:100%;min-height:0;background:#fff;display:flex;flex-direction:column;overflow:hidden}.dashboard-window{max-width:1420px;margin:0 auto;background:#fff;border:1px solid #d7dce5;border-radius:11px;box-shadow:0 10px 24px rgba(16,24,40,.11);overflow:hidden}.window-top{height:42px;border-bottom:1px solid #eaedf3;display:flex;align-items:center;padding:0 12px;gap:10px}.window-dots{display:flex;gap:6px}.window-dots span:first-child{width:9px;height:9px;border-radius:999px;background:#ff5f57}.window-dots span:nth-child(2){width:9px;height:9px;border-radius:999px;background:#febc2e}.window-dots span:nth-child(3){width:9px;height:9px;border-radius:999px;background:#28c840}.window-left-tools,.window-right-tools{display:flex;align-items:center;gap:9px;color:#9ba5b4;font-size:14px;line-height:1}.window-bar{flex:1 1;max-width:310px;height:8px;border-radius:99px;background:#f2f4f7;margin:0 auto}.dashboard-content{width:100%;height:100%;min-height:100%;padding:32px 28px 24px;text-align:center;display:flex;flex-direction:column;gap:10px}.dashboard-logo{width:148px;height:auto}.home-layout-content{padding:22px 24px 18px;gap:12px;position:relative}.home-layout-page .dashboard-brand{margin-top:8px;margin-bottom:24px}.home-layout-page .dashboard-tile{justify-content:center}.home-layout-page .dashboard-tile>.dashboard-icon-slot{margin-top:0}.home-layout-logo{width:clamp(340px,34vw,500px);max-width:82vw;height:auto}.home-overview-toggle-row{position:absolute;top:22px;right:24px;display:flex;align-items:center;z-index:3}.home-overview-toggle{width:52px;height:30px;border:1px solid #cfd7e3;border-radius:999px;background:#e5e7eb;padding:2px;display:inline-flex;align-items:center;transition:background .2s ease,border-color .2s ease}.home-overview-toggle.active{background:#1e4dd8;border-color:#1e4dd8}.home-overview-toggle-knob{width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.25);transform:translateX(0);transition:transform .2s ease}.home-overview-toggle.active .home-overview-toggle-knob{transform:translateX(22px)}.home-overview-grid{width:min(1260px,94vw);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:16px;column-gap:16px;grid-row-gap:20px;row-gap:20px}.home-overview-card{border:1px solid #d6dbe3;border-radius:10px;background:#fff;box-shadow:0 2px 6px rgba(15,23,42,.08);color:#1f2d3c;padding:13px;min-height:190px;display:flex;flex-direction:column;gap:9px}.home-overview-card.overview-hidden{min-height:190px;justify-content:flex-start}.home-overview-card.overview-hidden .home-card-head{justify-content:space-between}.home-overview-card.overview-hidden .home-card-title-wrap{flex-direction:row;align-items:flex-start;gap:10px}.home-overview-card.overview-hidden .home-card-title{font-size:34px;text-align:left}.home-card-head{display:flex;justify-content:space-between;gap:10px}.home-card-title-wrap{display:flex;gap:10px;align-items:flex-start}.home-card-icon{width:80px;height:80px;object-fit:contain}.home-card-icon-sales{width:86px;height:86px}.home-card-icon-svg{fill:none;stroke:#2f445d;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.home-card-title{font-size:34px;line-height:1;font-weight:700;color:#1d2f45;white-space:pre-line;text-align:center!important}.home-card-title-wrap>div{flex:1 1!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.home-card-subtitle{font-size:12px;color:#536173}.home-card-alert,.home-card-kpi,.home-card-meta{text-align:right;font-size:12px;color:#5f6b7d;display:flex;flex-direction:column;line-height:1.2}.home-card-alert strong,.home-card-kpi strong,.home-card-meta strong{color:#1f8f43;font-size:27px;line-height:1.05}.home-card-kpi span{color:#364354;font-size:11px}.home-card-alert strong{color:#b88900;font-size:14px}.home-card-alert span:last-child{color:#a53f3f}.home-card-section-label{font-size:12px;font-weight:600;color:#1f2f43}.home-mini-chart{margin-top:auto;display:flex;align-items:flex-end;gap:8px;height:70px;padding:8px 6px 0;border-top:1px solid #e6ebf2}.home-mini-chart span{flex:1 1;min-width:10px;border-radius:2px 2px 0 0;background:#3b5f86}.home-list-rows{margin-top:auto;border-top:1px solid #e6ebf2;padding-top:8px;display:flex;flex-direction:column;gap:7px}.home-list-rows div{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:12px}.home-list-rows span{color:#334155}.home-list-rows strong{color:#1f2f43}.home-list-rows.is-placeholder{visibility:hidden}.home-root-card .home-card-icon{width:96px;height:96px}.home-root-card .home-card-icon-sales{width:104px;height:104px}.home-root-card.overview-hidden .home-card-head{justify-content:center}.home-root-card.overview-hidden .home-card-title-wrap{flex-direction:column;align-items:center;gap:12px}.home-root-card.overview-hidden .home-card-title{text-align:center}.home-root-card.overview-hidden .home-list-rows.is-placeholder{display:none}.home-root-card:not(.overview-hidden) .home-card-title-wrap{align-items:center;gap:12px}.home-root-card:not(.overview-hidden) .home-card-title{font-size:30px}.home-root-card:not(.overview-hidden) .home-card-icon{width:74px;height:74px}.home-root-card:not(.overview-hidden) .home-card-icon-sales{width:80px;height:80px}.home-split-metrics{margin-top:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;padding-top:8px;border-top:1px solid #e6ebf2}.home-split-metrics strong{display:block;font-size:30px;line-height:1.05;color:#1f2f43}.home-split-metrics span{font-size:11px;color:#4f5b6d}.home-eng-grid{margin-top:auto;display:grid;grid-template-columns:1.1fr 1fr;grid-gap:10px;gap:10px}.home-eng-diagram{min-height:76px;border:1px solid #d7dde7;border-radius:8px;background:radial-gradient(circle at 20% 30%,#70839b 0 2px,transparent 3px),radial-gradient(circle at 44% 50%,#70839b 0 2px,transparent 3px),radial-gradient(circle at 70% 28%,#70839b 0 2px,transparent 3px),linear-gradient(#8a9bb0 2px,transparent 0) 22% 29%/24% 2px no-repeat,linear-gradient(#8a9bb0 2px,transparent 0) 45% 48%/26% 2px no-repeat,linear-gradient(#8a9bb0 2px,transparent 0) 60% 31%/22% 2px no-repeat}.home-eng-status{display:flex;flex-direction:column;gap:8px}.home-eng-status div{display:grid;grid-template-columns:1fr;grid-gap:4px;gap:4px;font-size:11px;color:#334155}.home-eng-status em,.home-list-with-bars em{height:6px;border-radius:6px;background:#294665;display:block}.home-list-with-bars div{display:grid;grid-template-columns:1fr 36% auto;align-items:center;grid-gap:10px;gap:10px}@media (max-width:1366px){.home-layout-logo{width:clamp(320px,34vw,460px)}.home-overview-card{min-height:178px;padding:12px}.home-card-title{font-size:30px}}@media (max-width:1100px){.home-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.home-overview-toggle-row{position:static;margin:0 auto 6px;justify-content:center}.home-overview-grid{grid-template-columns:1fr}}.home-dashboard-logo{width:clamp(520px,58vw,760px);max-width:92vw}.home-dashboard-page .dashboard-content{padding:18px 24px 24px;gap:14px}.home-dashboard-page .dashboard-brand{margin-top:12px}.home-dashboard-page .dashboard-subtitle{margin-top:0;font-size:22px}.home-dashboard-page .dashboard-grid{flex:1 1 auto;width:min(1180px,94vw);max-width:100%;margin:0 auto;gap:20px;grid-auto-rows:minmax(176px,1fr);align-content:center}.home-dashboard-page .dashboard-tile{min-height:176px;height:auto;padding:10px;gap:10px}.home-dashboard-page .dashboard-icon-slot{width:132px;height:132px}.home-dashboard-page .dashboard-icon-image,.home-dashboard-page .dashboard-tile svg{width:116px;height:116px}.home-dashboard-page .dashboard-icon-image-hr,.home-dashboard-page .dashboard-icon-image-warehouse{width:132px;height:132px}.home-dashboard-page .dashboard-tile span{font-size:18px}@media (max-width:1366px){.home-dashboard-page .dashboard-content{padding:14px 20px 20px;gap:12px}.home-dashboard-logo{width:clamp(470px,54vw,680px)}.home-dashboard-page .dashboard-grid{width:min(1040px,92vw);gap:16px;grid-auto-rows:minmax(170px,1fr)}.home-dashboard-page .dashboard-tile{min-height:170px}}@media (max-height:820px){.home-dashboard-page .dashboard-content{padding-top:8px;gap:10px}.home-dashboard-logo{width:clamp(430px,50vw,620px)}.home-dashboard-page .dashboard-subtitle{font-size:20px}.home-dashboard-page .dashboard-grid{width:min(980px,93vw);gap:12px;grid-auto-rows:minmax(155px,1fr)}.home-dashboard-page .dashboard-tile{min-height:155px;padding:10px;gap:8px}.home-dashboard-page .dashboard-icon-slot{width:110px;height:110px}.home-dashboard-page .dashboard-icon-image,.home-dashboard-page .dashboard-tile svg{width:98px;height:98px}.home-dashboard-page .dashboard-icon-image-hr,.home-dashboard-page .dashboard-icon-image-warehouse{width:110px;height:110px}.home-dashboard-page .dashboard-tile span{font-size:16px}}@media (max-height:740px){.home-dashboard-logo{width:clamp(380px,44vw,540px)}.home-dashboard-page .dashboard-subtitle{font-size:18px}.home-dashboard-page .dashboard-grid{grid-auto-rows:minmax(138px,1fr);gap:10px}.home-dashboard-page .dashboard-tile{min-height:138px;padding:8px}.home-dashboard-page .dashboard-icon-slot{width:96px;height:96px}.home-dashboard-page .dashboard-icon-image,.home-dashboard-page .dashboard-tile svg{width:84px;height:84px}}.dashboard-brand{display:inline-flex;align-items:center;gap:10px;align-self:center}.dashboard-brand-one{font-size:60px;font-weight:700;letter-spacing:.02em;color:#250e62;line-height:1}.dashboard-subtitle{margin-top:4px;font-size:21px;line-height:1;color:#9aa3b2;font-weight:450}.dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;width:100%;max-width:100%;margin:0;flex:1 1;min-height:0;grid-auto-rows:minmax(0,1fr);align-content:stretch}.dashboard-grid-4col{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-tile{min-height:0;height:100%;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 2px 7px rgba(15,23,42,.08);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px;color:#1f3864;padding:18px 10px 14px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.dashboard-tile>.dashboard-icon-slot{margin-top:auto;margin-bottom:4px}.dashboard-tile>span{min-height:2.5em;display:flex;align-items:flex-start;justify-content:center;white-space:pre-line}.dashboard-tile:hover{transform:translateY(-2px);box-shadow:0 6px 14px rgba(15,23,42,.12);background:#f8fafc}.dashboard-tile:focus-visible{outline:2px solid #1f3864;outline-offset:2px}.dashboard-icon-slot{width:108px;height:108px;display:grid;place-items:center}.dashboard-tile svg{width:104px;height:104px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.dashboard-icon-image{width:104px;height:104px;object-fit:contain;object-position:center;display:block}.dashboard-icon-image-warehouse{width:116px;height:116px}.dashboard-icon-image-hr{width:114px;height:114px}.dashboard-icon-image-optical-left{transform:translateX(-5px)}.dashboard-tile span{display:block;width:100%;text-align:center;font-size:18px;line-height:1.15;color:#2c3642;font-weight:650;letter-spacing:0}.dashboard-service-grid{width:100%;max-width:100%}.dashboard-service-tile{min-height:0}.dashboard-service-icon-slot{width:94px;height:94px}.dashboard-service-tile svg{width:82px;height:82px;fill:none;stroke:#1f3863;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dashboard-service-icon-image{width:82px;height:82px;object-fit:contain;object-position:center;display:block}.customer-page{background:#fff;padding:8px 14px 12px;height:calc(100dvh - 42px);min-height:calc(100dvh - 42px);display:flex;flex-direction:column}.customer-toolbar{display:grid;grid-template-columns:180px 1fr auto;grid-gap:8px;gap:8px;margin-bottom:8px}.customer-cti,.customer-search{border:1px solid var(--border);border-radius:8px;height:38px;display:flex;align-items:center;padding:0 10px;color:var(--muted);font-size:12px}.customer-control{width:100%;background:#fff;text-align:left}.customer-link-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.customer-grid{display:grid;grid-template-columns:1fr 3.2fr 1.2fr;grid-gap:8px;flex:1 1;align-items:stretch}.customer-col,.customer-grid{gap:8px;height:100%;min-height:0}.customer-col{display:flex;flex-direction:column}.customer-panel{border:1px solid var(--border);border-radius:10px;background:#fff;padding:9px 10px;box-shadow:0 1px 2px rgba(16,24,40,.05);flex:1 1;min-height:0}.customer-panel h2{font-size:18px;margin:0}.customer-panel h3{margin:0 0 8px;font-size:16px}.customer-list{display:grid;grid-gap:8px;gap:8px}.customer-list-item{border:1px solid var(--border);border-radius:10px;padding:7px 8px;display:grid;grid-gap:2px;gap:2px;font-size:12px;text-align:left;background:#fff;width:100%}.customer-list-title{display:flex;align-items:center;gap:6px}.customer-avatar{width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eef2f8;font-size:10px}.customer-list-item span{color:var(--muted)}.customer-case-list{display:grid;grid-gap:8px;gap:8px}.customer-case-item{border:1px solid var(--border);border-radius:10px;padding:7px 8px;display:flex;justify-content:space-between;align-items:center;font-size:12px;width:100%;text-align:left;background:#fff}.customer-case-item b{font-size:11px}.customer-header-row{display:flex;justify-content:space-between;gap:10px}.badge-chip{display:inline-block;margin-left:4px;padding:1px 6px;border-radius:999px;border:1px solid #d7dee8;font-size:10px;color:#344054}.customer-actions{display:flex;gap:6px;flex-wrap:wrap;align-content:flex-start}.customer-actions .btn{font-size:12px;padding:6px 10px}.customer-meta-row{margin-top:8px;display:flex;justify-content:space-between;gap:12px;color:#344054;font-size:12px}.customer-sites{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.customer-site-card{border:1px solid var(--border);border-radius:8px;padding:8px;font-size:12px;text-align:left;background:#fff;width:100%}.customer-site-card span{color:var(--muted);font-size:11px}.dot{display:inline-block;width:7px;height:7px;border-radius:999px;margin:0 4px 0 2px}.dot-green{background:#1f9b5a}.dot-amber{background:#e6b33c}.dot-gray{background:#98a2b3}.customer-site-card.active{border-color:#1f3863;box-shadow:inset 0 0 0 1px #1f3863}.customer-assets-table{border:1px solid #e4e9f1;border-radius:8px;overflow:hidden}.customer-assets-head,.customer-assets-row{display:grid;grid-template-columns:1.2fr 1fr .9fr 1fr 1fr 1fr;grid-gap:8px;gap:8px;padding:7px 9px;font-size:12px}.customer-assets-head{background:#f8fafc;color:var(--muted);border-bottom:1px solid var(--border)}.customer-assets-row{border:0;border-bottom:1px solid #edf1f5;width:100%;text-align:left;background:#fff}.customer-assets-row:last-child{border-bottom:none}.customer-assets-row.selected{background:#f2f4f7}.status-pill{display:inline-block;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:600}.status-green{background:#dcfae6;color:#067647}.status-blue{background:#e8f1ff;color:#1f4a8a}.status-amber{background:#fff4dd;color:#b54708}.status-red{background:#fee4e2;color:#b42318}.status-gray{background:#f2f4f7;color:#344054}.customer-history-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.customer-history-title span{color:var(--muted);font-size:12px}.customer-history-grid{display:grid;grid-template-columns:.8fr .6fr 1.6fr .8fr;grid-gap:6px 10px;gap:6px 10px;font-size:12px}.customer-notes{border:1px solid var(--border);border-radius:8px;min-height:70px;padding:8px;color:var(--muted);font-size:12px;width:100%;resize:vertical;font-family:inherit}.customer-action-status{font-size:12px;color:#1f3863;background:#eef4ff;border:1px solid #c9d8f2;border-radius:8px;padding:8px}.customer-open-workspace-btn{margin-top:8px;width:100%}.customer-workspace-overlay{position:fixed;inset:0;z-index:260;display:flex;align-items:center;justify-content:center}.customer-workspace-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.36)}.customer-workspace-modal{position:relative;width:min(96vw,1680px);height:min(92dvh,960px);background:#fff;border:1px solid #d9e1ec;border-radius:12px;box-shadow:0 18px 42px rgba(15,23,42,.25);display:flex;flex-direction:column;overflow:hidden}.customer-workspace-head{padding:12px 14px;border-bottom:1px solid #e4e9f2;display:flex;justify-content:space-between;gap:10px}.customer-workspace-caseid{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:18px;font-weight:700;color:#1f3864}.customer-workspace-head h2{margin:3px 0;font-size:28px}.customer-workspace-pill-row{margin-top:6px;display:flex;flex-wrap:wrap;gap:6px}.customer-workspace-ncr-pill{background:#ecfeff;color:#0d9488}.customer-workspace-head-right{min-width:260px;display:grid;grid-gap:6px;gap:6px;justify-items:end}.customer-workspace-owner-card,.customer-workspace-sla-card{border:1px solid #dbe3ee;border-radius:8px;background:#fff;padding:7px 8px;font-size:12px;width:100%}.customer-workspace-tabs{display:flex;gap:14px;border-bottom:1px solid #e4e9f2;padding:0 14px;min-height:40px;align-items:center;font-size:13px;white-space:nowrap;overflow-x:auto}.customer-workspace-tabs .active{color:#1f3864;font-weight:700;border-bottom:2px solid #1f3864;padding-bottom:8px}.customer-workspace-grid{flex:1 1;min-height:0;padding:10px 12px;display:grid;grid-template-columns:1.45fr .75fr .45fr;grid-gap:8px;gap:8px}.customer-workspace-center,.customer-workspace-left,.customer-workspace-right{min-height:0;overflow-y:auto;display:grid;grid-gap:8px;gap:8px;align-content:start;padding-right:3px}.customer-workspace-card{border:1px solid #dbe3ee;border-radius:9px;background:#fff;padding:9px}.customer-workspace-card h3{margin:0 0 8px;font-size:16px}.customer-workspace-card-head{display:flex;justify-content:space-between;gap:8px;align-items:center}.customer-workspace-summary-grid{display:grid;grid-template-columns:.85fr 1fr;grid-gap:5px 10px;gap:5px 10px;font-size:12px}.customer-workspace-swap-card{border-color:#9dd6d1;background:#f0fdfa}.customer-workspace-swap-row{font-size:12px;display:grid;grid-gap:4px;gap:4px;margin-bottom:8px}.customer-workspace-swap-grid{margin-bottom:8px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;font-size:12px}.customer-workspace-bottom-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.customer-workspace-timeline{display:grid;grid-gap:6px;gap:6px;font-size:12px;margin-bottom:8px}.customer-clickable{cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.customer-active{border-color:#1f3863!important;box-shadow:inset 0 0 0 1px #1f3863}.customer-assets-row:focus-visible{outline:1px solid #c9d8f2;outline-offset:-1px}.new-issue-page{height:calc(100dvh - 58px);min-height:calc(100dvh - 58px);display:flex;flex-direction:column;background:#fff;border-top:1px solid #e6eaf1;padding-bottom:0}.new-issue-topbar{height:42px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5eaf1;padding:0 12px}.new-issue-topbar-left{display:flex;align-items:center;gap:12px}.new-issue-topbar-right{display:flex;align-items:center;gap:8px;color:#8a95a7}.new-issue-avatar{width:24px;height:24px;border-radius:999px;background:#eef2f8;display:inline-flex;align-items:center;justify-content:center;font-size:13px}.new-issue-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:10px 12px 8px;border-bottom:1px solid #e8edf4}.new-issue-header h1{font-size:34px;line-height:1;margin:0}.new-issue-header-actions{display:flex;align-items:center;gap:8px}.new-issue-header-actions-row{display:flex;gap:8px}.new-issue-title-wrap{flex:1 1;min-width:0}.new-issue-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.new-issue-routing-inline{margin-top:4px;font-size:12px}.new-issue-start-header-btn{align-self:auto}.new-issue-grid{flex:1 1;min-height:0;display:grid;grid-template-columns:2fr 1.1fr .86fr;grid-gap:8px;gap:8px;padding:8px 10px;overflow:hidden}.new-issue-grid-dimmed{filter:brightness(.93)}.new-issue-grid.new-issue-grid-chat-open{grid-template-columns:1.45fr .95fr 1.4fr}.new-issue-left,.new-issue-middle,.new-issue-right{min-height:0;display:flex;flex-direction:column;gap:8px}.new-issue-left,.new-issue-middle{overflow-y:auto;overflow-x:hidden;padding-right:4px;padding-bottom:86px}.new-issue-right{overflow:hidden}.new-issue-panel{border:1px solid #d9e1ec;border-radius:8px;background:#fff;padding:9px}.new-issue-panel h3{font-size:15px;margin:0}.new-issue-customer-card{border:1px solid #e2e8f1;border-radius:8px;padding:8px;display:grid;grid-gap:8px;gap:8px}.new-issue-customer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.new-issue-customer-name{font-size:16px;font-weight:700;color:#1d2939}.new-issue-customer-meta{font-size:12px;color:#667085;margin-top:2px}.new-issue-segment-badge{border:1px solid #c9d8f2;background:#eef4ff;color:#1f3864;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.new-issue-context-readonly{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.new-issue-context-chip{border:1px solid #e2e8f1;background:#f8fafc;color:#475467;border-radius:999px;padding:3px 8px;font-size:11px}.new-issue-panel-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px}.new-issue-link{border:0;background:transparent;color:#4b5565;font-size:12px;cursor:pointer}.new-issue-check{font-size:11px;color:#067647;font-weight:500}.new-issue-box{border:1px solid #e0e6f0;border-radius:7px;padding:8px;display:grid;grid-gap:7px;gap:7px;margin-bottom:8px}.new-issue-row-split{display:flex;justify-content:space-between;gap:8px;font-size:12px}.new-issue-pill-row{flex-wrap:wrap;gap:6px}.new-issue-asset-row,.new-issue-pill-row{display:flex;font-size:12px;align-items:center}.new-issue-asset-row{justify-content:space-between;gap:8px}.new-issue-severity{background:#fff0d1;color:#8a4b03;border-color:#efd9a6}.new-issue-select-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin:8px 0}.new-issue-select-row label{display:grid;grid-gap:4px;gap:4px;font-size:12px}.new-issue-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.new-issue-form-grid label,.new-issue-inline-label{display:grid;grid-gap:4px;gap:4px;font-size:12px}.new-issue-inline-label{margin-top:8px}.new-issue-form-grid-equipment{grid-template-columns:repeat(2,minmax(0,1fr))}.new-issue-notes-area{min-height:110px;resize:vertical}.new-issue-description-area{min-height:92px;resize:vertical}.new-issue-severity-row{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0}.new-issue-severity-label{font-size:12px;margin-top:8px}.new-issue-severity-pill{border:1px solid #d8e0ec;border-radius:999px;background:#f9fbff;color:#344054;font-size:12px;padding:4px 9px;cursor:pointer}.new-issue-severity-low{background:#ecfdf3;border-color:#b7e3c7;color:#166534}.new-issue-severity-medium{background:#fef9c3;border-color:#fde047;color:#854d0e}.new-issue-severity-high{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.new-issue-severity-critical{background:#fef2f2;border-color:#fecaca;color:#b42318}.new-issue-severity-low.active{background:#16a34a;border-color:#15803d;color:#fff;box-shadow:0 0 0 2px rgba(22,163,74,.22)}.new-issue-severity-medium.active{background:#eab308;border-color:#ca8a04;color:#1f2937;box-shadow:0 0 0 2px rgba(234,179,8,.24)}.new-issue-severity-high.active{background:#ea580c;border-color:#c2410c;color:#fff;box-shadow:0 0 0 2px rgba(234,88,12,.22)}.new-issue-severity-critical.active{background:#dc2626;border-color:#b91c1c;color:#fff;box-shadow:0 0 0 2px rgba(220,38,38,.22)}.new-issue-checkbox-row{display:flex;align-items:center;gap:6px;font-size:12px;color:#475467;margin:7px 0}.new-issue-other-note{font-size:10px;color:#98a2b3;margin-top:2px}.new-issue-attachment-drop{margin-top:8px;border:1px dashed #c8d6ec;border-radius:8px;background:#f9fbff;padding:8px;display:grid;grid-gap:8px;gap:8px}.new-issue-upload-label{font-size:12px;color:#344054;cursor:pointer}.new-issue-upload-input{display:none}.new-issue-attachment-chips{display:flex;flex-wrap:wrap;gap:6px;font-size:11px}.new-issue-attachment-chip{border:1px solid #d4dce8;border-radius:999px;padding:2px 8px;font-size:11px;color:#344054;background:#fff}.serial-font{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace}.new-issue-fw-row{display:grid;grid-template-columns:1fr auto;grid-gap:6px;gap:6px;align-items:center}.new-issue-health-pill{border-radius:999px;border:1px solid #d8e0ec;font-size:11px;padding:3px 7px;white-space:nowrap}.new-issue-health-online{background:#ecfdf3;border-color:#b7e3c7;color:#166534}.new-issue-health-offline{background:#fef2f2;border-color:#fecaca;color:#b42318}.new-issue-health-stale-data{background:#fffbeb;border-color:#fde68a;color:#92400e}.new-issue-extra-asset-row{margin-top:6px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:center}.new-issue-parts-grid{margin-top:8px;display:grid;grid-gap:8px;gap:8px}.new-issue-parts-row{display:grid;grid-template-columns:1.5fr .7fr .8fr;grid-gap:8px;gap:8px;align-items:end}.new-issue-part-stock{border:1px solid #d9e1ec;border-radius:6px;padding:7px 8px;display:flex;justify-content:space-between;align-items:center;font-size:12px;min-height:34px}.new-issue-input,.new-issue-select-row select{width:100%;border:1px solid #d4dce8;border-radius:6px;font-size:12px;color:#344054;padding:7px 8px;background:#fff;font-family:inherit}.new-issue-input::placeholder{font-style:italic}.new-issue-note{border:1px solid #e4e9f2;border-radius:7px;padding:8px;font-size:12px}.new-issue-note p{margin:5px 0 0}.new-issue-steps{display:grid;grid-gap:5px;gap:5px;font-size:12px}.new-issue-step{border:1px solid #e2e8f1;border-radius:7px;padding:6px 8px}.new-issue-ai-insight{margin-top:7px;background:#12346a;color:#eef4ff;border-radius:8px;padding:8px;font-size:12px}.new-issue-ai-assistant{border-color:#c8d7ef;background:#f8fbff}.new-issue-ai-empty{margin-top:8px;border:1px dashed #d0daea;border-radius:8px;padding:10px;color:#667085;font-size:12px}.new-issue-ai-findings{margin-top:8px;display:grid;grid-gap:7px;gap:7px}.new-issue-ai-finding-card{border:1px solid #d1def2;border-radius:8px;background:#fff;padding:8px;font-size:12px;color:#1f3864}.new-issue-ai-ask-row{margin-top:8px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:6px;gap:6px}.new-issue-ai-error{margin-top:8px;font-size:12px;color:#b42318}.new-issue-ai-response{margin-top:8px;border:1px solid #d4deef;border-radius:8px;background:#fff;padding:8px;font-size:12px;line-height:1.35;color:#1d2939;white-space:pre-wrap}.new-issue-ai-citations{margin-top:8px;display:grid;grid-gap:6px;gap:6px}.new-issue-ai-citation{border:1px solid #dbe3ef;border-radius:8px;background:#f9fbff;padding:6px 8px;display:flex;align-items:center;gap:8px;font-size:11px}.new-issue-ai-citation-tier{border-radius:999px;border:1px solid #c6d4ed;padding:2px 7px;color:#1f3864;font-weight:700;background:#edf3ff}.new-issue-ai-insight p{margin:4px 0 0}.new-issue-actions{margin-top:7px;display:flex;gap:6px;flex-wrap:wrap}.new-issue-summary-head{margin-top:8px;display:flex;justify-content:space-between;gap:8px;font-size:12px}.new-issue-email-stack{margin-top:8px;display:grid;grid-gap:8px;gap:8px}.new-issue-email-item{border:1px solid #dce4ef;border-radius:8px;background:#f8fbff;padding:8px;display:grid;grid-gap:5px;gap:5px}.new-issue-email-trigger{font-size:11px;color:#475467}.new-issue-email-subject{font-size:12px;color:#1d2939;font-weight:700}.new-issue-email-body{font-size:12px;color:#344054}.new-issue-resolution-grid{margin-top:8px;display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.new-issue-resolution-grid-top{display:flex;flex-wrap:wrap;gap:7px;margin-top:0;align-items:flex-start}.new-issue-resolution-grid-top .new-issue-res-option{flex:0 0 auto;width:-moz-fit-content;width:fit-content;max-width:100%}.new-issue-res-option{border:1px solid #d8e0ec;border-radius:8px;background:#f9fbff;color:#1d2939;font-size:12px;line-height:1.25;min-height:38px;padding:8px 10px;text-align:left;cursor:pointer;display:flex;align-items:center;gap:6px;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}.new-issue-res-option.active{border-color:#1f3863;box-shadow:inset 0 0 0 1px #1f3863,0 1px 2px rgba(15,23,42,.12);transform:translateY(-1px)}.new-issue-res-option-resolved{background:#ecfdf3;border-color:#b7e3c7;color:#166534}.new-issue-res-option-technical-support{background:#eef4ff;border-color:#c8d7f5;color:#1e3a8a}.new-issue-res-option-warranty{background:#f4f3ff;border-color:#d8d2ff;color:#5b21b6}.new-issue-res-option-billable{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.new-issue-res-option-warehouse{background:#ecfeff;border-color:#bff4fb;color:#155e75}.new-issue-res-option-in-progress{background:#fffbeb;border-color:#fde68a;color:#92400e}.new-issue-res-option-resolved.active{box-shadow:inset 0 0 0 1px #166534,0 1px 2px rgba(22,101,52,.2)}.new-issue-res-option-technical-support.active{box-shadow:inset 0 0 0 1px #1e3a8a,0 1px 2px rgba(30,58,138,.2)}.new-issue-res-option-warranty.active{box-shadow:inset 0 0 0 1px #5b21b6,0 1px 2px rgba(91,33,182,.2)}.new-issue-res-option-billable.active{box-shadow:inset 0 0 0 1px #9a3412,0 1px 2px rgba(154,52,18,.2)}.new-issue-res-option-warehouse.active{box-shadow:inset 0 0 0 1px #155e75,0 1px 2px rgba(21,94,117,.2)}.new-issue-res-option-in-progress.active{box-shadow:inset 0 0 0 1px #92400e,0 1px 2px rgba(146,64,14,.2)}.new-issue-live{font-size:12px;color:#067647;margin-top:4px}.new-issue-chat-log{margin-top:8px;border:1px solid #e1e7f0;border-radius:8px;padding:8px;font-size:12px;display:grid;grid-gap:4px;gap:4px}.new-issue-case-list{margin-top:8px;display:grid;grid-gap:7px;gap:7px}.new-issue-case-item{border:1px solid #dce4ef;border-left-width:4px;border-radius:8px;padding:7px 8px;display:grid;grid-gap:4px;gap:4px;font-size:12px}.new-issue-case-hot{border-color:#f8b4b4}.new-issue-case-sn{border-left-color:#1f4a8a;background:#f3f8ff}.new-issue-case-contact{border-left-color:#0a7d44;background:#effbf3}.new-issue-case-customer{border-left-color:#b54708;background:#fff7eb}.new-issue-case-top{display:flex;justify-content:space-between;gap:8px;align-items:center}.new-issue-case-tag{border-radius:999px;font-size:10px;font-weight:700;padding:2px 7px}.new-issue-case-tag-sn{background:#dbeafe;color:#1e429f}.new-issue-case-tag-contact{background:#dcfce7;color:#166534}.new-issue-case-tag-customer{background:#ffedd5;color:#9a3412}.new-issue-case-status{color:#475467;font-size:11px}.new-issue-ar-flag{color:#b54708;font-weight:600}.new-issue-quick-reference .rows{gap:8px}.new-issue-quick-reference .row{align-items:flex-start;font-size:12px;line-height:1.35;padding:3px 0}.new-issue-quick-reference .row .label{font-size:12px;max-width:58%}.new-issue-ai-list{margin-top:8px;display:grid;grid-gap:6px;gap:6px}.new-issue-ai-item{border:1px solid #c9d7eb;border-radius:7px;background:#f7fbff;color:#22426f;font-size:12px;padding:7px;text-align:left;cursor:pointer}.new-issue-assist-disabled{opacity:.72}.new-issue-chat-panel{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.new-issue-chat-panel-active{flex:1 1 auto;min-height:0}.new-issue-right.new-issue-right-chat-open{height:100%}.new-issue-right.new-issue-right-chat-open .new-issue-chat-panel-active{height:100%;min-height:0}.new-issue-chat-step{border:1px solid #ccd8ea;border-radius:8px;background:#f8fbff;padding:8px;display:grid;grid-gap:7px;gap:7px}.new-issue-chat-panel-active .new-issue-ai-list{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;align-content:start}.new-issue-chat-overlay{position:fixed;inset:0;z-index:220;display:flex;justify-content:flex-end}.new-issue-chat-overlay-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.2)}.new-issue-chat-window{position:relative;width:min(60vw,980px);min-width:640px;height:100dvh;background:#fff;border-left:1px solid #d9e1ec;box-shadow:-8px 0 22px rgba(15,23,42,.18);padding:10px;display:flex;flex-direction:column;gap:8px}.new-issue-chat-window-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.new-issue-chat-window-actions{display:flex;gap:6px}.new-issue-chat-main{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:1.5fr 1fr;grid-gap:8px;gap:8px}.new-issue-chat-thread{min-height:0;display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding-right:4px}.new-issue-chat-bubble-row{display:flex}.new-issue-chat-bubble-row-agent{justify-content:flex-end}.new-issue-chat-bubble-row-ai,.new-issue-chat-bubble-row-customer{justify-content:flex-start}.new-issue-chat-bubble{max-width:88%;border-radius:10px;padding:8px 10px;font-size:12px}.new-issue-chat-bubble-agent{background:#1f3864;color:#fff}.new-issue-chat-bubble-customer{background:#eef1f6;color:#1f2937}.new-issue-chat-bubble-ai{background:#e8f1ff;color:#1f3864}.new-issue-chat-quick-actions{display:flex;flex-wrap:wrap;gap:6px}.new-issue-chat-pill{border:1px solid #c8d7ef;border-radius:999px;background:#f5f9ff;color:#1f3864;font-size:11px;padding:4px 8px;cursor:pointer}.new-issue-chat-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:6px;gap:6px}.new-issue-chat-tracker{min-height:0;overflow-y:auto;border:1px solid #dde5f1;border-radius:8px;padding:8px;background:#fafcff;display:grid;grid-gap:7px;gap:7px}.new-issue-chat-tracker h4{margin:0;font-size:13px;color:#1f3864}.new-issue-chat-window .new-issue-ai-list{flex:1 1 auto;min-height:0;overflow-y:auto}.new-issue-chat-step-text{font-size:12px;color:#1f2937}.new-issue-chat-step-actions{display:flex;gap:6px}.new-issue-chat-step-btn{width:28px;height:28px;border:1px solid #c4cfdf;border-radius:8px;background:#fff;color:#344054;font-size:14px;font-weight:700;cursor:pointer}.new-issue-chat-step-btn.active{border-color:#1f3863;background:#e7effd;color:#12346a}.new-issue-bottom-bar{position:fixed;left:0;right:0;bottom:0;z-index:120;border-top:1px solid #d9e1ec;background:#fff;height:78px;padding:10px 12px;display:grid;grid-template-columns:1fr .35fr 2.65fr;grid-gap:10px;gap:10px;align-items:center}.new-issue-bottom-left{font-size:11px;color:#475467;display:flex;align-items:center;gap:6px}.new-issue-saving-dot{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,.6);animation:savePulse 1.8s infinite}@keyframes savePulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.6)}70%{box-shadow:0 0 0 7px rgba(34,197,94,0)}to{box-shadow:0 0 0 0 rgba(34,197,94,0)}}.new-issue-bottom-progress{display:flex;align-items:center;justify-content:flex-start;gap:5px;color:#98a2b3;margin-left:20px}.new-issue-progress-dot{font-size:20px;line-height:1}.new-issue-progress-dot.filled{color:#1f3864}.new-issue-bottom-routes{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:4px;min-width:0;width:100%;overflow-x:hidden;padding-right:0}.new-issue-bottom-route-btn{flex:1 1;min-width:0;font-size:10px;min-height:34px;padding:5px 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#f8fafc;justify-content:center;text-align:center;box-shadow:none;transition:background-color .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease,transform .14s ease}.new-issue-bottom-route-btn:hover{transform:translateY(-1px)}.new-issue-bottom-route-resolved{background:#f2fbf6;border-color:#d6f0df;color:#256d43}.new-issue-bottom-route-technical-support{background:#f2f7ff;border-color:#d9e6ff;color:#2f4f9d}.new-issue-bottom-route-warranty{background:#f7f3ff;border-color:#e3d8ff;color:#6d3bb3}.new-issue-bottom-route-billable{background:#fff7f0;border-color:#ffe2c7;color:#a45417}.new-issue-bottom-route-warehouse{background:#f0fcff;border-color:#cff2fa;color:#16607a}.new-issue-bottom-route-in-progress{background:#fffced;border-color:#fde8a8;color:#8f6417}.new-issue-bottom-route-resolved.active{background:#16a34a;border-color:#15803d;color:#fff;box-shadow:0 0 0 2px rgba(22,163,74,.22)}.new-issue-bottom-route-technical-support.active{background:#2563eb;border-color:#1d4ed8;color:#fff;box-shadow:0 0 0 2px rgba(37,99,235,.22)}.new-issue-bottom-route-warranty.active{background:#7c3aed;border-color:#6d28d9;color:#fff;box-shadow:0 0 0 2px rgba(124,58,237,.22)}.new-issue-bottom-route-billable.active{background:#ea580c;border-color:#c2410c;color:#fff;box-shadow:0 0 0 2px rgba(234,88,12,.22)}.new-issue-bottom-route-warehouse.active{background:#0891b2;border-color:#0e7490;color:#fff;box-shadow:0 0 0 2px rgba(8,145,178,.22)}.new-issue-bottom-route-in-progress.active{background:#d97706;border-color:#b45309;color:#fff;box-shadow:0 0 0 2px rgba(217,119,6,.22)}@media (max-width:1200px){.dashboard-content{padding:24px 18px 16px;min-height:100dvh}.dashboard-grid,.dashboard-grid-4col,.dashboard-service-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}.customer-grid{grid-template-columns:1.1fr 2fr;grid-template-areas:"left right" "center center";height:auto;min-height:auto}.customer-col{height:auto}.customer-panel{flex:0 0 auto}.customer-left{grid-area:left}.customer-center{grid-area:center}.customer-right{grid-area:right}.new-issue-grid{grid-template-areas:"left right" "middle middle"}.new-issue-grid,.new-issue-grid.new-issue-grid-chat-open{grid-template-columns:1fr 1fr}.new-issue-parts-row{grid-template-columns:1fr}.new-issue-left{grid-area:left}.new-issue-middle{grid-area:middle}.new-issue-right{grid-area:right}.customer-workspace-bottom-grid,.customer-workspace-grid{grid-template-columns:1fr}}@media (max-width:820px){.dashboard-content{padding:16px 12px 12px}.customer-grid,.customer-toolbar,.dashboard-grid,.dashboard-grid-4col,.dashboard-service-grid{grid-template-columns:1fr}.customer-grid{grid-template-areas:"left" "center" "right";height:auto}.customer-sites{grid-template-columns:repeat(2,1fr)}.customer-assets-head,.customer-assets-row{grid-template-columns:1.2fr 1fr 1fr}.customer-assets-head span:nth-child(n+4),.customer-assets-row span:nth-child(n+4){display:none}.customer-workspace-head{flex-direction:column}.customer-workspace-head-right{min-width:0;width:100%;justify-items:stretch}.customer-workspace-head h2{font-size:22px}.new-issue-page{height:auto;min-height:calc(100dvh - 58px)}.new-issue-header{flex-direction:column}.new-issue-grid{grid-template-areas:"left" "middle" "right"}.new-issue-form-grid,.new-issue-form-grid-equipment,.new-issue-grid,.new-issue-resolution-grid,.new-issue-select-row{grid-template-columns:1fr}}