:root{--ink:#17202d;--muted:#6e7887;--line:#e8ebef;--soft:#f5f7f9;--panel:#fff;--navy:#132b3f;--teal:#17a59a;--teal-dark:#0a756f;--gold:#c99b4b;--shadow:0 18px 50px #1e2b3814}*{box-sizing:border-box}html,body{min-height:100%;color:var(--ink);background:#f4f6f8;margin:0}body{-webkit-font-smoothing:antialiased;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}.app-shell{grid-template-columns:220px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);z-index:20;background:#fff;flex-direction:column;height:100vh;padding:26px 18px 20px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;padding:0 8px 30px;display:flex}.brand-mark{background:var(--navy);border-radius:12px;place-items:center;width:39px;height:39px;display:grid;position:relative;overflow:hidden}.brand-mark i{transform-origin:0;background:#fff;border-radius:4px;width:16px;height:3px;position:absolute;left:11px}.brand-mark i:first-child{transform:rotate(0)translateY(-6px)}.brand-mark i:nth-child(2){background:#55d1c9;transform:rotate(40deg)}.brand-mark i:nth-child(3){background:#e7bc6d;transform:rotate(-40deg)}.brand strong{letter-spacing:-.02em;font-size:17px;display:block}.brand span:last-child{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:2px;font-size:10px;display:block}.side-nav{gap:6px;display:grid}.nav-item{color:#6b7583;text-align:left;background:0 0;border:0;border-radius:11px;grid-template-columns:32px 1fr;align-items:center;padding:10px;transition:all .2s;display:grid}.nav-item span{color:#66717f;letter-spacing:.08em;background:#f3f5f7;border-radius:8px;place-items:center;width:29px;height:29px;font-size:9px;font-weight:800;display:grid}.nav-item b{font-size:13px;font-weight:600}.nav-item:hover{color:var(--ink);background:#f7f9fa}.nav-item.active{color:#0a6d67;background:#edf7f5}.nav-item.active span{color:#08756e;background:#d9efeb}.sidebar-bottom{margin-top:auto}.system-status{color:#718079;border-bottom:1px solid var(--line);align-items:center;gap:7px;padding:12px 8px 15px;font-size:10px;display:flex}.system-status span{background:#34b27b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #34b27b1a}.profile{text-align:left;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:16px 7px 0;display:flex}.avatar{color:#fff;background:#132b3f;border-radius:50%;place-items:center;width:34px;height:34px;font-size:11px;font-weight:700;display:grid}.profile b{font-size:12px;display:block}.profile small{color:var(--muted);margin-top:2px;font-size:10px;display:block}.workspace{min-width:0;padding:24px 28px 30px}.topbar{justify-content:space-between;align-items:center;gap:22px;margin-bottom:22px;display:flex}.eyebrow{color:#80909d;letter-spacing:.16em;margin:0 0 5px;font-size:9px;font-weight:800}.topbar h1{letter-spacing:-.035em;margin:0;font-size:26px;font-weight:690}.top-actions{align-items:center;gap:10px;display:flex}.search-wrap{width:310px;position:relative}.search-wrap input{width:100%;height:40px;color:var(--ink);background:#fff;border:1px solid #dfe4e8;border-radius:10px;outline:none;padding:0 14px 0 38px;font-size:12px;transition:border-color .2s,box-shadow .2s}.search-wrap input:focus{border-color:#9bcfc9;box-shadow:0 0 0 3px #17a59a14}.search-icon{color:#8793a0;z-index:2;font-size:19px;position:absolute;top:8px;left:13px}.search-results{border:1px solid var(--line);z-index:40;background:#fff;border-radius:12px;padding:6px;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 45px #1b252f24}.search-results button{text-align:left;background:0 0;border:0;border-radius:9px;grid-template-columns:34px 1fr 18px;align-items:center;gap:10px;width:100%;padding:8px;display:grid}.search-results button:hover{background:#f5f8f8}.result-code{background:#eef2f4;border-radius:8px;place-items:center;width:31px;height:31px;font-size:9px;font-weight:800;display:grid}.search-results b{font-size:11px;display:block}.search-results small{color:var(--muted);margin-top:2px;font-size:9px;display:block}.search-results em{color:#8b969f;font-style:normal}.primary-btn,.secondary-btn{border:1px solid #0000;border-radius:10px;height:40px;padding:0 15px;font-size:11px;font-weight:700}.primary-btn{color:#fff;background:var(--navy);box-shadow:0 5px 15px #132b3f21}.primary-btn:hover{background:#0e2436}.secondary-btn{color:#43505d;background:#fff;border-color:#dfe4e8}.secondary-btn:hover{background:#f8f9fa}.metrics-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.metric-card{border:1px solid var(--line);background:#fff;border-radius:13px;min-height:104px;padding:14px 15px;box-shadow:0 5px 20px #222d3806}.metric-topline{color:#7d8894;align-items:center;gap:7px;font-size:9px;display:flex}.metric-dot{background:var(--teal);border-radius:50%;width:6px;height:6px}.metric-value{letter-spacing:-.04em;margin-top:14px;font-size:24px;font-weight:700;line-height:1}.metric-label{color:#687481;margin-top:7px;font-size:10px}.content-grid{grid-template-columns:minmax(0,1fr) 300px;align-items:stretch;gap:14px;display:grid}.map-card,.detail-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:15px;overflow:hidden}.map-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:20px;padding:17px 18px 15px;display:flex}.map-header h2,.detail-card h2,.add-drawer h2{letter-spacing:-.025em;margin:0;font-size:17px}.map-title-block{min-width:0}.map-subline{color:#7a8691;flex-wrap:wrap;align-items:center;gap:13px;margin-top:7px;font-size:9px;display:flex}.map-subline b{color:#40505d;font-weight:750}.header-legend{color:#87939d;align-items:center;gap:5px;display:inline-flex}.legend-dot{border:1.5px solid #fff;border-radius:50%;width:7px;height:7px;display:inline-block;box-shadow:0 0 0 2px #0000000f}.legend-dot.enterprise{background:#0b8f87}.legend-dot.selected{background:#d99527;margin-left:4px}.legend-cluster-mini{color:#fff;background:#0c817b;border-radius:50%;place-items:center;width:15px;height:15px;margin-left:4px;font-size:7px;font-style:normal;font-weight:800;display:inline-grid}.map-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.view-toggle{background:#f1f4f6;border:1px solid #e0e5e9;border-radius:10px;grid-template-columns:1fr 1fr;gap:2px;padding:3px;display:inline-grid}.view-toggle button{color:#76828d;white-space:nowrap;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;gap:6px;height:29px;padding:0 10px;font-size:9px;font-weight:700;transition:background .18s,color .18s,box-shadow .18s;display:inline-flex}.view-toggle button:hover{color:#34434f}.view-toggle button.active{color:#183a46;background:#fff;box-shadow:0 2px 8px #1d2b3714}.view-toggle button span{color:#1a9a91;font-size:10px}.layers-toggle{color:#596672;background:#fff;border:1px solid #dfe5e8;border-radius:10px;align-items:center;gap:7px;height:35px;padding:0 8px 0 10px;font-size:9px;font-weight:750;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.layers-toggle:hover,.layers-toggle.active{color:#126f69;background:#eef8f6;border-color:#b9dfda}.layers-toggle>span{color:#1a9a91;font-size:12px}.layers-toggle>b{color:#10766f;letter-spacing:.03em;background:#e5f3f1;border-radius:6px;place-items:center;min-width:22px;height:20px;padding:0 5px;font-size:7px;display:grid}.live-badge{color:#547168;white-space:nowrap;background:#f0f8f5;border:1px solid #dceee7;border-radius:20px;align-items:center;gap:7px;padding:7px 10px;font-size:9px;display:flex}.live-badge span{background:#35af7e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #35af7e1a}.map-stage{background:#071521;height:min(68vh,640px);min-height:520px;position:relative;overflow:hidden}.map-canvas{background:#081624;position:absolute;inset:0}.map-canvas canvas{filter:none}.map-vignette{pointer-events:none;transition:background .25s;position:absolute;inset:0}.map-stage.is-globe .map-vignette{background:radial-gradient(circle at 58% 46%,#0000 46%,#040d170b 78%,#040d171c 100%)}.map-stage.is-flat .map-vignette{background:linear-gradient(#07152103,#07152109)}.maplibregl-ctrl-group{overflow:hidden;box-shadow:none!important;background:#07141fc7!important;border:1px solid #ffffff1f!important}.maplibregl-ctrl-group button{filter:invert();opacity:.75}.maplibregl-ctrl-bottom-right{bottom:14px!important;right:14px!important}.maplibregl-ctrl-attrib{color:#9aaab2!important;background:#07141fbd!important;font-size:7px!important}.maplibregl-ctrl-attrib a{color:#c5d3d8!important}.enterprise-map-tooltip.maplibregl-popup{z-index:18}.enterprise-map-tooltip .maplibregl-popup-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#081622f0;border:1px solid #34c5b947;border-radius:11px;padding:0;overflow:hidden;box-shadow:0 14px 34px #030c144d}.enterprise-map-tooltip.is-selected .maplibregl-popup-content{border-color:#e3a93b6b;box-shadow:0 14px 34px #030c144d,0 0 0 1px #e3a93b14,0 0 22px #e3a93b1a}.enterprise-map-tooltip .maplibregl-popup-tip{background:#081622f0;width:10px;height:10px;transform:rotate(45deg);box-shadow:-1px 1px #34c5b93d;border:0!important}.enterprise-map-tooltip.is-selected .maplibregl-popup-tip{box-shadow:-1px 1px #e3a93b5c}.enterprise-map-tooltip.maplibregl-popup-anchor-left .maplibregl-popup-tip{margin-left:-5px}.enterprise-map-tooltip.maplibregl-popup-anchor-right .maplibregl-popup-tip{margin-right:-5px}.enterprise-map-tooltip.maplibregl-popup-anchor-top .maplibregl-popup-tip{margin-top:-5px}.enterprise-map-tooltip.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{margin-bottom:-5px}.enterprise-tooltip-card{grid-template-columns:28px minmax(0,1fr);align-items:center;gap:9px;min-width:132px;padding:8px 10px;display:grid}.enterprise-tooltip-badge{color:#fff;letter-spacing:.01em;background:#0b8f87;border:2px solid #fffffff5;border-radius:50%;place-items:center;width:28px;height:28px;font-size:7px;font-weight:900;display:grid;box-shadow:0 0 0 4px #1eb5a921,0 0 16px #1eb5a933}.enterprise-tooltip-card.selected .enterprise-tooltip-badge{background:#d99527;box-shadow:0 0 0 4px #e3a93b21,0 0 16px #e3a93b33}.enterprise-tooltip-copy{min-width:0;display:block}.enterprise-tooltip-title{color:#f4f8fa;letter-spacing:-.01em;white-space:nowrap;font-size:11px;font-weight:750;line-height:1.15;display:block}.enterprise-tooltip-meta{color:#8ea4af;white-space:nowrap;margin-top:3px;font-size:8px;font-weight:650;line-height:1.15;display:block}.enterprise-tooltip-card.selected .enterprise-tooltip-meta{color:#e3b867}.layer-panel{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;background:#081622e8;border:1px solid #ffffff1a;border-radius:13px;width:210px;padding:9px;animation:.18s ease-out layerPanelIn;position:absolute;top:14px;left:14px;box-shadow:0 20px 55px #00000038}@keyframes layerPanelIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.layer-heading{justify-content:space-between;align-items:center;padding:2px 3px 8px;display:flex}.layer-heading>span{color:#89a2ae;letter-spacing:.15em;font-size:8px;font-weight:800}.layer-close{color:#94a7af;background:#ffffff0f;border:0;border-radius:7px;width:24px;height:24px;font-size:15px;line-height:1}.layer-close:hover{color:#fff;background:#ffffff1c}.layer-panel>button{color:#b9c5cb;text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:15px 1fr 25px;align-items:center;gap:7px;width:100%;padding:8px 6px;display:grid}.layer-panel>button:hover{background:#ffffff0d}.layer-panel>button.active{color:#fff;background:#2ac2b21f}.layer-radio{border:1px solid #748a94;border-radius:50%;width:9px;height:9px;position:relative}.layer-panel>button.active .layer-radio{border-color:#4fc9bd}.layer-panel>button.active .layer-radio:after{content:"";background:#4fc9bd;border-radius:50%;position:absolute;inset:2px}.layer-panel>button b{font-size:9px;font-weight:650;display:block}.layer-panel>button small{color:#718893;margin-top:2px;font-size:7px;display:block}.layer-panel>button em{color:#839aa4;background:#ffffff0e;border-radius:6px;justify-self:end;place-items:center;width:23px;height:21px;font-size:7px;font-style:normal;font-weight:850;display:grid}.layer-panel>button.active em{color:#68d3c9;background:#3fc9bc21}.map-reset-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#c3d0d5;background:#07141fc7;border:1px solid #ffffff1c;border-radius:9px;align-items:center;gap:6px;height:32px;padding:0 10px;font-size:8px;font-weight:700;display:inline-flex;position:absolute;bottom:14px;left:14px;box-shadow:0 10px 24px #0000001f}.map-reset-btn:hover{color:#fff;background:#0c2333e6}.map-reset-btn span{color:#56c8bd;font-size:11px}.map-pin{background:0 0;border:0;width:18px;height:24px;padding:0;position:relative;overflow:visible}.pin-core{background:#49d2c6;border:2px solid #d9fffb;border-radius:50%;width:8px;height:8px;position:absolute;top:5px;left:5px;box-shadow:0 0 0 3px #49d2c638,0 0 18px #49d2c6bf}.pin-pulse{border:1px solid #67e7dbb3;border-radius:50%;width:14px;height:14px;animation:2.2s ease-out infinite pulsePin;position:absolute;top:2px;left:2px}.pin-label{white-space:nowrap;color:#d9e6eb;letter-spacing:.01em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background:#07141fc7;border:1px solid #ffffff14;border-radius:5px;padding:3px 5px;font-size:8px;font-weight:650;transition:opacity .18s,transform .18s;position:absolute;top:0;left:18px;transform:translateY(2px)}.map-pin:hover .pin-label,.map-pin.is-selected .pin-label{opacity:1;color:#fff;border-color:#4ed2c659;transform:translateY(0)}.map-pin.is-selected .pin-core{background:#e8bb6a;border-color:#fff0d0;box-shadow:0 0 0 4px #e8bb6a2e,0 0 20px #e8bb6ab8}@keyframes pulsePin{0%{opacity:.8;transform:scale(.7)}75%,to{opacity:0;transform:scale(1.8)}}.detail-card{flex-direction:column;min-height:100%;display:flex}.detail-hero{border-bottom:1px solid var(--line);grid-template-columns:38px 1fr auto;align-items:center;gap:11px;padding:19px 17px 16px;display:grid}.country-code{color:#4a5a65;background:#eef3f4;border-radius:10px;place-items:center;width:38px;height:38px;font-size:10px;font-weight:800;display:grid}.detail-hero p:not(.eyebrow){color:var(--muted);margin:3px 0 0;font-size:9px}.health-pill{color:#2b865f;background:#eaf6ef;border-radius:20px;align-self:start;padding:5px 7px;font-size:7px;font-weight:800}.health-pill.watch{color:#a06f1d;background:#fff5df}.health-pill.setup{color:#62717d;background:#edf1f5}.location-summary{border-bottom:1px solid var(--line);grid-template-columns:repeat(2,1fr);padding:10px 16px;display:grid}.location-summary div{border-bottom:1px solid #f1f3f5;padding:10px 8px}.location-summary div:nth-last-child(-n+2){border-bottom:0}.location-summary span{color:#929ca6;letter-spacing:.11em;font-size:7px;font-weight:800;display:block}.location-summary b{letter-spacing:-.03em;margin-top:5px;font-size:16px;display:block}.capacity{border-bottom:1px solid var(--line);padding:14px 17px}.capacity>div:first-child{color:#65717d;justify-content:space-between;font-size:9px;display:flex}.capacity b{color:#293542}.progress{background:#edf1f2;border-radius:10px;height:5px;margin-top:8px;overflow:hidden}.progress span{border-radius:inherit;background:linear-gradient(90deg,#1a8f86,#55c4ba);height:100%;display:block}.detail-section{padding:15px 16px}.section-title{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.section-title>span{letter-spacing:.14em;color:#939da6;font-size:7px;font-weight:800}.section-title button{color:#287c76;background:0 0;border:0;font-size:8px;font-weight:700}.activity-row{border-bottom:1px solid #f1f3f5;grid-template-columns:29px 1fr;align-items:center;gap:9px;padding:8px 0;display:grid}.activity-icon{color:#356d69;background:#f1f5f5;border-radius:8px;place-items:center;width:29px;height:29px;font-size:8px;font-weight:800;display:grid}.activity-row b{font-size:9px;display:block}.activity-row small{color:#8b959e;margin-top:2px;font-size:7.5px;display:block}.open-location{color:#1d5f5b;background:#f5f9f8;border:1px solid #dce4e5;border-radius:10px;justify-content:space-between;align-items:center;height:39px;margin:auto 16px 16px;padding:0 13px;font-size:9px;font-weight:750;text-decoration:none;display:flex}.open-location:hover{background:#edf7f5;border-color:#c8e0dc}.empty-detail{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:40px;display:flex}.empty-orbit{border:1px solid #bddad7;border-radius:50%;width:54px;height:54px;margin-bottom:17px;position:relative}.empty-orbit:after{content:"";background:var(--teal);border-radius:50%;width:7px;height:7px;position:absolute;top:21px;left:2px;box-shadow:0 0 0 4px #e5f5f2}.empty-detail p{max-width:200px;color:var(--muted);font-size:10px;line-height:1.6}.drawer-backdrop{z-index:60;pointer-events:none;background:linear-gradient(90deg,#0000 45%,#0d192321);position:fixed;inset:0}.add-drawer{pointer-events:auto;border:1px solid var(--line);background:#fff;border-radius:16px;width:390px;padding:20px;position:absolute;top:18px;bottom:18px;right:18px;overflow-y:auto;box-shadow:-15px 20px 60px #16212d2e}.drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;margin-bottom:17px;padding-bottom:17px;display:flex}.drawer-head>button{color:#65717c;background:#f1f3f5;border:0;border-radius:8px;width:30px;height:30px;font-size:18px}.dynamic-location-drawer{width:470px;padding-bottom:96px}.add-mode-toggle{background:#f2f5f6;border:1px solid #e5eaed;border-radius:12px;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px;padding:4px;display:grid}.add-mode-toggle button{color:#6d7984;text-align:left;background:0 0;border:1px solid #0000;border-radius:9px;grid-template-rows:auto auto;grid-template-columns:27px 1fr;align-items:center;column-gap:8px;min-height:62px;padding:8px 9px;display:grid}.add-mode-toggle button>span{color:#73818b;background:#e7ecef;border-radius:8px;grid-row:1/3;place-items:center;width:27px;height:27px;font-size:13px;display:grid}.add-mode-toggle button b{color:#52606b;align-self:end;font-size:10px}.add-mode-toggle button small{color:#929ca5;align-self:start;margin-top:2px;font-size:7.5px}.add-mode-toggle button.active{background:#fff;border-color:#c8e5e1;box-shadow:0 4px 14px #223a410f}.add-mode-toggle button.active>span{color:#13847c;background:#def2ef}.add-mode-toggle button.active b{color:#196f69}.field-hint{color:#9ca5ad;margin-left:6px;font-size:7px;font-weight:500}.search-field{position:relative}.drawer-search-input{background:#fff;border:1px solid #dbe2e6;border-radius:10px;grid-template-columns:28px 1fr 20px;align-items:center;height:44px;padding:0 10px;transition:border-color .18s,box-shadow .18s;display:grid}.drawer-search-input:focus-within{border-color:#83cfc8;box-shadow:0 0 0 3px #17a59a12}.drawer-search-input>span{color:#7e8b95;font-size:16px}.drawer-search-input input{color:#26343f;background:0 0;border:0;outline:0;width:100%;height:40px;padding:0 5px;font-size:11px}.drawer-search-input input::placeholder{color:#a2abb2}.search-spinner{border:2px solid #d5e3e2;border-top-color:#15877f;border-radius:50%;justify-self:end;width:13px;height:13px;animation:.7s linear infinite searchSpin}@keyframes searchSpin{to{transform:rotate(360deg)}}.drawer-search-results{z-index:5;background:#fff;border:1px solid #e0e6e9;border-radius:11px;max-height:245px;margin-top:7px;padding:5px;position:relative;overflow-y:auto;box-shadow:0 14px 35px #212f3a1f}.drawer-search-results>button{text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;padding:8px;display:grid}.drawer-search-results>button:hover{background:#f3f8f7}.drawer-search-results .place-icon,.drawer-search-results .place-code{color:#197b74;background:#eaf4f3;border-radius:8px;place-items:center;width:31px;height:31px;font-size:10px;font-weight:800;display:grid}.drawer-search-results b{color:#35434e;font-size:10px;display:block}.drawer-search-results small{color:#87929b;margin-top:2px;font-size:8px;line-height:1.35;display:block}.drawer-search-results>button>em{text-overflow:ellipsis;color:#98a2aa;text-transform:uppercase;letter-spacing:.07em;max-width:80px;font-size:7px;font-style:normal;overflow:hidden}.enterprise-results>button{align-items:start}.mini-type-row{flex-wrap:wrap;gap:4px;margin-top:5px;display:flex}.mini-type-row i{color:#6b7a84;background:#eef3f4;border-radius:10px;padding:3px 5px;font-size:6.5px;font-style:normal}.api-notice{background:#fff9ec;border:1px solid #f0dfb9;border-radius:9px;margin-top:8px;padding:9px 10px}.api-notice b{color:#876222;font-size:9px;display:block}.api-notice span{color:#9a7c49;margin-top:3px;font-size:8px;line-height:1.45;display:block}.selected-place-card{background:linear-gradient(#f6fbfa,#f2f8f7);border:1px solid #cfe7e3;border-radius:11px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:16px;padding:11px;display:grid}.selected-place-card.existing{background:#f7f9fa;border-color:#dce4e8}.selected-place-icon{color:#137d75;background:#dff2ef;border-radius:9px;place-items:center;width:36px;height:36px;font-size:10px;font-weight:850;display:grid}.selected-place-card>span:nth-child(2){min-width:0}.selected-place-card small{color:#94a1aa;letter-spacing:.11em;font-size:6.5px;font-weight:800;display:block}.selected-place-card b{color:#2e3d48;margin-top:3px;font-size:11px;display:block}.selected-place-card em{color:#7e8b95;margin-top:2px;font-size:8px;font-style:normal;line-height:1.35;display:block;overflow:hidden}.selected-place-card>button{color:#168078;background:0 0;border:0;font-size:8px;font-weight:750}.location-type-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.location-type-grid>button{color:#6a7680;text-align:left;background:#fff;border:1px solid #e0e6e9;border-radius:9px;grid-template-columns:22px 1fr auto;align-items:center;gap:7px;min-height:39px;padding:6px 8px;display:grid}.location-type-grid>button:hover:not(:disabled){background:#f4f9f8;border-color:#c6e3df}.location-type-grid>button i{color:#82909a;background:#f0f3f5;border-radius:6px;place-items:center;width:21px;height:21px;font-size:9px;font-style:normal;font-weight:900;display:grid}.location-type-grid>button b{font-size:9px;font-weight:700}.location-type-grid>button>small{color:#89969e;font-size:6.5px}.location-type-grid>button.active{color:#176f69;background:#eef9f7;border-color:#8fd2cb}.location-type-grid>button.active i{color:#fff;background:#1a968d}.location-type-grid>button.existing-type{color:#69757e;opacity:1;cursor:default;background:#f4f6f7;border-color:#e4e8ea}.location-type-grid>button.existing-type i{color:#fff;background:#94a3ac}.dynamic-location-drawer .access-preview{margin-top:20px}.dynamic-location-drawer .drawer-actions{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:8;background:#fffffff7;margin:28px -20px -20px;padding:14px 20px 20px;position:sticky;bottom:-20px;left:auto;right:auto}.field{margin-bottom:15px;display:block}.field>span{color:#606d79;margin-bottom:7px;font-size:9px;font-weight:700;display:block}.field input,.field select{width:100%;height:42px;color:var(--ink);background:#fff;border:1px solid #dfe4e8;border-radius:10px;outline:none;padding:0 12px;font-size:11px}.field input:focus,.field select:focus{border-color:#9bcfc9;box-shadow:0 0 0 3px #17a59a12}.map-picker{text-align:left;background:#f8fafb;border:1px dashed #bfcbcf;border-radius:11px;grid-template-columns:36px 1fr 20px;align-items:center;gap:10px;width:100%;min-height:72px;padding:10px;display:grid}.map-picker:hover,.map-picker.active{background:#f1f9f7;border-color:#62bcb4}.map-position-control{gap:7px;display:grid}.map-position-control.has-position .map-picker{background:#f4faf9;border-color:#a8d9d4}.clear-map-position{color:#74828c;background:0 0;border:0;justify-self:end;align-items:center;gap:5px;padding:3px 2px;font-size:8px;font-weight:700;display:inline-flex}.clear-map-position:hover{color:#a24d4d}.clear-map-position span{width:16px;height:16px;color:inherit;background:#eef2f4;border-radius:50%;place-items:center;font-size:11px;line-height:1;display:grid}.clear-map-position:hover span{background:#f8eaea}.picker-cross{color:#167c74;background:#e4f2f0;border-radius:9px;place-items:center;width:36px;height:36px;font-size:17px;display:grid}.map-picker b{color:#34414d;font-size:10px;display:block}.map-picker small{color:#87929c;margin-top:3px;font-size:8px;line-height:1.4;display:block}.map-picker em{color:#258a82;font-style:normal}.access-preview{border-top:1px solid var(--line);margin-top:23px;padding-top:17px}.access-preview p{color:#7e8993;margin:8px 0 12px;font-size:9px;line-height:1.6}.access-chips{flex-wrap:wrap;gap:6px;display:flex}.access-chips span,.access-chips button{color:#52616c;background:#f0f4f5;border:0;border-radius:16px;padding:6px 9px;font-family:inherit;font-size:8px}.access-chips button{cursor:pointer}.access-chips .locked{color:#34414d}.access-chips button.selected{color:#176f69;background:#e7f3f1}.access-chips button.add-access-team{color:#147a73;background:#eaf6f4}.access-config-list{background:#fbfcfc;border:1px solid #e6ecee;border-radius:10px;gap:6px;max-height:160px;margin-top:11px;padding:9px;display:grid;overflow:auto}.access-config-list>button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e7ecee;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 9px;font-family:inherit;display:flex}.access-config-list>button.active{background:#eef8f7;border-color:#9bcac6}.access-config-list>button span{min-width:0}.access-config-list>button b{color:#34414d;font-size:9px;display:block}.access-config-list>button small{color:#87929c;margin-top:2px;font-size:8px;display:block}.access-config-list>button i{color:#65737d;background:#edf2f3;border-radius:50%;flex:none;place-items:center;width:20px;height:20px;font-size:10px;font-style:normal;display:grid}.access-config-list>button.active i{color:#167c74;background:#d8eeeb}.access-config-message{color:#7e8993;padding:6px 4px;font-size:8px}.access-config-message.error{color:#a24d4d}.drawer-actions{border-top:1px solid var(--line);background:#fff;grid-template-columns:1fr 1.3fr;gap:9px;padding-top:16px;display:grid;position:absolute;bottom:20px;left:20px;right:20px}.pick-banner{z-index:20;color:#22313d;pointer-events:none;background:#fff;border-radius:9px;padding:9px 13px;font-size:9px;font-weight:700;position:absolute;top:18px;left:50%;transform:translate(-50%);box-shadow:0 12px 30px #00000038}.draft-pin{background:#e8bb6a;border:3px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 0 0 7px #e8bb6a3d,0 0 25px #e8bb6acc}@media (max-width:1180px){.app-shell{grid-template-columns:76px minmax(0,1fr)}.sidebar{padding-left:13px;padding-right:13px}.brand{justify-content:center;padding-left:0;padding-right:0}.brand>div:last-child,.nav-item b,.system-status,.profile>span:last-child{display:none}.nav-item{grid-template-columns:1fr;place-items:center;padding:8px}.profile{justify-content:center}.metrics-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.workspace{padding:18px}.topbar{align-items:flex-start}.top-actions{flex-wrap:wrap;justify-content:flex-end}.search-wrap{width:250px}.content-grid{grid-template-columns:1fr}.detail-card{min-height:auto}.location-summary{grid-template-columns:repeat(3,1fr)}.location-summary div:nth-last-child(-n+2){border-bottom:1px solid #f1f3f5}.map-stage{min-height:520px}}@media (max-width:680px){.app-shell{display:block}.sidebar{border:1px solid var(--line);border-radius:15px;flex-direction:row;height:58px;padding:6px;position:fixed;inset:auto 10px 10px;box-shadow:0 16px 45px #15212d2e}.brand,.sidebar-bottom{display:none}.side-nav{grid-template-columns:repeat(6,1fr);gap:2px;width:100%;display:grid}.nav-item{padding:4px}.nav-item span{width:28px;height:28px;font-size:8px}.workspace{padding:16px 12px 86px}.topbar{display:block}.top-actions{justify-content:stretch;margin-top:14px}.search-wrap{order:3;width:100%}.secondary-btn{display:none}.primary-btn{margin-left:auto}.metrics-grid{grid-template-columns:repeat(2,1fr)}.metric-card:last-child{grid-column:1/-1}.map-header{display:block}.map-header-actions{justify-content:flex-start;margin-top:11px}.header-legend{display:none}.live-badge{width:fit-content}.layer-panel{width:184px}.layer-panel>button small{display:none}.location-summary{grid-template-columns:repeat(2,1fr)}.add-drawer{width:auto;max-height:78vh;inset:auto 8px 78px}.location-type-grid,.add-mode-toggle{grid-template-columns:1fr}.dynamic-location-drawer .drawer-actions,.drawer-actions{margin:30px -20px -20px;padding:14px 20px 20px;position:sticky;bottom:-20px;left:auto;right:auto}.dynamic-location-drawer .drawer-actions .secondary-btn{display:block}}.location-workspace-shell{background:#f4f6f8;grid-template-columns:220px minmax(0,1fr);min-height:100vh;display:grid}.workspace-sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;height:100vh;padding:24px 16px 20px;display:flex;position:sticky;top:0}.workspace-brand{color:var(--ink);align-items:center;gap:11px;padding:0 8px 28px;text-decoration:none;display:flex}.workspace-brand>span:last-child b{font-size:15px;display:block}.workspace-brand>span:last-child small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:2px;font-size:9px;display:block}.workspace-side-nav{gap:6px;display:grid}.workspace-nav-item{color:#66727d;border-radius:10px;grid-template-columns:31px 1fr;align-items:center;gap:9px;min-height:40px;padding:5px 8px;font-size:11px;font-weight:650;text-decoration:none;display:grid}.workspace-nav-item>span{color:#75818b;letter-spacing:.06em;background:#f0f3f5;border-radius:8px;place-items:center;width:29px;height:29px;font-size:8px;font-weight:850;display:grid}.workspace-nav-item:hover{color:#2f3c47;background:#f7f9fa}.workspace-nav-item.active{color:#0d6f68;background:#edf7f5}.workspace-nav-item.active>span{color:#0e7770;background:#dcefeb}.workspace-nav-item.muted{cursor:default;color:#99a3aa}.workspace-side-bottom{border-top:1px solid var(--line);margin-top:auto;padding:14px 8px 0}.workspace-live{color:#577469;align-items:center;gap:7px;font-size:8px;font-weight:700;display:flex}.workspace-live i{background:#34ad7c;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #34ad7c1a}.workspace-side-bottom small{color:#9aa4ac;margin-top:7px;font-size:8px;display:block}.location-workspace{min-width:0;padding:0 28px 40px}.workspace-topbar{border-bottom:1px solid #e3e7ea;justify-content:space-between;align-items:center;gap:18px;min-height:70px;display:flex}.workspace-breadcrumb{color:#8a959e;align-items:center;gap:7px;font-size:9px;display:flex}.workspace-breadcrumb a{color:#52706c;text-decoration:none}.workspace-breadcrumb b{color:#46545f;font-weight:700}.workspace-top-actions{align-items:center;gap:8px;display:flex}.workspace-secondary-btn,.workspace-primary-btn{border-radius:9px;justify-content:center;align-items:center;height:36px;padding:0 12px;font-size:9px;font-weight:750;text-decoration:none;display:inline-flex}.workspace-secondary-btn{color:#596772;background:#fff;border:1px solid #dde3e7}.workspace-primary-btn{color:#fff;background:#17344b;border:1px solid #17344b}.workspace-secondary-btn:hover{background:#f7f9fa}.workspace-primary-btn:hover{background:#0f2a3d}.location-hero{justify-content:space-between;align-items:flex-start;gap:24px;padding:28px 0 22px;display:flex}.location-identity{align-items:flex-start;gap:14px;min-width:0;display:flex}.workspace-country-code{color:#fff;letter-spacing:.05em;background:#16384b;border-radius:13px;flex:none;place-items:center;width:48px;height:48px;font-size:11px;font-weight:850;display:grid}.location-hero-meta{color:#82909a;align-items:center;gap:6px;font-size:9px;display:flex}.location-hero-meta i{color:#b9c2c8;font-style:normal}.location-identity h1{letter-spacing:-.04em;margin:5px 0 6px;font-size:29px;line-height:1.08}.location-identity p{color:#72808b;max-width:720px;margin:0;font-size:10px;line-height:1.55}.location-hero-side{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.workspace-status{color:#2d7f5d;background:#ebf7f0;border-radius:18px;align-items:center;gap:7px;padding:7px 10px;font-size:8px;font-weight:800;display:inline-flex}.workspace-status i{background:#39ae7c;border-radius:50%;width:7px;height:7px}.workspace-status.watch{color:#976917;background:#fff4df}.workspace-status.watch i{background:#d39a32}.workspace-status.setup{color:#667580;background:#edf1f4}.workspace-status.setup i{background:#87949d}.workspace-type-list{flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:400px;display:flex}.workspace-type-list span{color:#62717c;background:#fff;border:1px solid #dde4e7;border-radius:14px;padding:5px 8px;font-size:7.5px;font-weight:700}.workspace-tabs{scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid #dfe4e7;gap:2px;margin-bottom:18px;display:flex;overflow-x:auto}.workspace-tabs::-webkit-scrollbar{width:0;height:0;display:none}.workspace-tabs a{color:#77838d;align-items:center;gap:6px;min-width:max-content;height:42px;padding:0 13px;font-size:9px;font-weight:700;text-decoration:none;display:inline-flex;position:relative}.workspace-tabs a small{color:#86919a;background:#eef1f3;border-radius:9px;place-items:center;min-width:18px;height:17px;padding:0 4px;font-size:6.5px;display:grid}.workspace-tabs a.active{color:#126f69}.workspace-tabs a.active:after{content:"";background:#188f86;border-radius:4px 4px 0 0;height:2px;position:absolute;bottom:-1px;left:12px;right:12px}.workspace-tabs a.active small{color:#11766f;background:#ddf0ed}.workspace-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.workspace-metric{border:1px solid var(--line);background:#fff;border-radius:13px;min-height:105px;padding:14px;box-shadow:0 5px 18px #202c3606}.workspace-metric>span{color:#8e99a2;text-transform:uppercase;letter-spacing:.09em;font-size:7.5px;font-weight:800}.workspace-metric strong{color:#26333e;letter-spacing:-.04em;margin-top:14px;font-size:24px;line-height:1;display:block}.workspace-metric small{color:#8b969f;margin-top:7px;font-size:8px;display:block}.workspace-content-grid{grid-template-columns:minmax(0,1.65fr) minmax(280px,.72fr);gap:14px;display:grid}.workspace-main-column,.workspace-right-column{align-content:start;gap:14px;display:grid}.workspace-panel{border:1px solid var(--line);background:#fff;border-radius:14px;padding:17px;box-shadow:0 8px 24px #202c3608}.workspace-panel-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:15px;display:flex}.workspace-panel-head.compact{align-items:center}.workspace-panel-head h2{color:#2b3944;letter-spacing:-.025em;margin:0;font-size:15px}.workspace-panel-head>strong{color:#1a766f;letter-spacing:-.04em;font-size:23px}.workspace-panel-head>a{color:#177a73;font-size:8px;font-weight:750;text-decoration:none}.db-badge{color:#287b74;background:#edf7f5;border-radius:12px;padding:5px 7px;font-size:7px;font-weight:800}.location-info-grid{border:1px solid #edf0f2;border-radius:11px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.location-info-grid>div{border-bottom:1px solid #edf0f2;border-right:1px solid #edf0f2;min-height:72px;padding:12px}.location-info-grid>div:nth-child(2n){border-right:0}.location-info-grid>div.wide{border-right:0;grid-column:1/-1}.location-info-grid span{color:#98a1a8;text-transform:uppercase;letter-spacing:.08em;font-size:7px;font-weight:800;display:block}.location-info-grid strong{color:#45535e;margin-top:7px;font-size:9px;font-weight:650;line-height:1.5;display:block}.mono-value{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px!important}.workspace-operation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.workspace-operation-item{border:1px solid #edf0f2;border-radius:10px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:62px;padding:9px;display:grid}.workspace-operation-item>span{color:#177c74;background:#eaf4f2;border-radius:9px;place-items:center;width:33px;height:33px;font-size:8px;font-weight:850;display:grid}.workspace-operation-item b{color:#40505b;font-size:9px;display:block}.workspace-operation-item small{color:#929ca4;margin-top:3px;font-size:7px;display:block}.workspace-operation-item>strong{color:#293842;letter-spacing:-.03em;font-size:15px}.workspace-utilization-track{background:#edf1f2;border-radius:10px;height:7px;overflow:hidden}.workspace-utilization-track span{border-radius:inherit;background:linear-gradient(90deg,#168e85,#51c2b8);height:100%;display:block}.utilization-scale{color:#9ba4ab;justify-content:space-between;margin-top:7px;font-size:7px;display:flex}.workspace-type-cards{gap:7px;display:grid}.workspace-type-cards>div{background:#f7f9fa;border-radius:9px;grid-template-rows:auto auto;grid-template-columns:28px 1fr;align-items:center;gap:1px 8px;padding:9px;display:grid}.workspace-type-cards>div>span{color:#197a73;background:#e2efed;border-radius:8px;grid-row:1/3;place-items:center;width:27px;height:27px;font-size:7px;font-weight:850;display:grid}.workspace-type-cards b{color:#47545f;font-size:8.5px}.workspace-type-cards small{color:#98a1a8;font-size:7px}.access-summary-row{border-bottom:1px solid #f0f2f3;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;padding:8px 0;display:grid}.access-summary-row:last-child{border-bottom:0}.access-summary-row>span{color:#61717c;background:#eef2f4;border-radius:8px;place-items:center;width:28px;height:28px;font-size:7px;font-weight:850;display:grid}.access-summary-row b{color:#46545f;font-size:8.5px;display:block}.access-summary-row small{color:#98a1a8;margin-top:2px;font-size:7px;display:block}.access-summary-row em{color:#2b7c75;background:#eef7f5;border-radius:9px;padding:4px 6px;font-size:6.5px;font-style:normal;font-weight:800}.workspace-data-note{background:#fffaf0;border:1px solid #e8e0c9;border-radius:11px;gap:4px;padding:12px 13px;display:grid}.workspace-data-note b{color:#8b6b2f;font-size:8px}.workspace-data-note span{color:#9d8658;font-size:7.5px;line-height:1.5}.module-placeholder{border:1px solid var(--line);text-align:center;background:#fff;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;min-height:430px;padding:44px;display:flex;box-shadow:0 8px 24px #202c3608}.module-orbit{border:1px solid #bddbd7;border-radius:50%;place-items:center;width:72px;height:72px;margin-bottom:17px;display:grid;position:relative}.module-orbit:after{content:"";background:#19a398;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:8px;box-shadow:0 0 0 5px #e5f5f2}.module-orbit span{color:#176f69;font-size:16px;font-weight:800}.module-placeholder h2{color:#2f3d48;letter-spacing:-.03em;margin:0;font-size:20px}.module-placeholder>p:not(.eyebrow){color:#81909a;max-width:520px;margin:8px auto 0;font-size:10px;line-height:1.65}.module-preview-row{flex-wrap:wrap;justify-content:center;gap:7px;margin-top:18px;display:flex}.module-preview-row span{color:#6e7c85;background:#f1f5f5;border-radius:12px;padding:6px 8px;font-size:7px}@media (max-width:1100px){.location-workspace-shell{grid-template-columns:76px minmax(0,1fr)}.workspace-brand>span:last-child,.workspace-nav-item:not(.active){display:none}.workspace-brand{justify-content:center;padding-left:0;padding-right:0}.workspace-nav-item.active{grid-template-columns:1fr;place-items:center;padding:5px;font-size:0}.workspace-side-bottom{display:none}.workspace-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-content-grid{grid-template-columns:1fr}.workspace-right-column{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-data-note{grid-column:1/-1}}@media (max-width:720px){.location-workspace-shell{display:block}.workspace-sidebar{display:none}.location-workspace{padding:0 12px 30px}.workspace-topbar{min-height:58px}.workspace-breadcrumb span:nth-of-type(2),.workspace-breadcrumb span:nth-of-type(3),.workspace-breadcrumb b,.workspace-primary-btn{display:none}.location-hero{padding-top:20px;display:block}.location-identity h1{font-size:23px}.location-hero-side{align-items:flex-start;margin-top:14px}.workspace-type-list{justify-content:flex-start}.workspace-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-metric:last-child{grid-column:1/-1}.workspace-operation-grid,.location-info-grid,.workspace-right-column{grid-template-columns:1fr}.location-info-grid>div,.location-info-grid>div:nth-child(2n){border-right:0}}.workspace-drawer-backdrop{z-index:120;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0c192338;position:fixed;inset:0}.workspace-edit-drawer,.product-editor-drawer{background:#fff;border:1px solid #dfe5e8;border-radius:16px;flex-direction:column;width:min(520px,100vw - 28px);animation:.22s ease-out workspaceDrawerIn;display:flex;position:absolute;top:14px;bottom:14px;right:14px;overflow:hidden;box-shadow:-18px 24px 70px #1b283333}.product-editor-drawer{width:min(480px,100vw - 28px)}@keyframes workspaceDrawerIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.workspace-edit-head{border-bottom:1px solid #e6eaed;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px;display:flex}.workspace-edit-head h2{letter-spacing:-.03em;margin:0;font-size:18px}.workspace-edit-head>div>span{color:#85919a;margin-top:5px;font-size:8px;display:block}.workspace-edit-head>button{color:#67747e;background:#f0f3f5;border:0;border-radius:9px;flex:none;width:31px;height:31px;font-size:18px}.workspace-edit-head>button:hover{color:#25343f;background:#e7ecef}.workspace-edit-scroll{flex:auto;padding:18px 20px 26px;overflow-y:auto}.workspace-form-field{margin-bottom:14px;display:block}.workspace-form-field>span{color:#62717c;margin-bottom:6px;font-size:8px;font-weight:750;display:block}.workspace-form-field input,.workspace-form-field select,.workspace-form-field textarea{color:#2e3c47;width:100%;font:inherit;background:#fff;border:1px solid #dce3e7;border-radius:9px;outline:0;font-size:9px;transition:border-color .16s,box-shadow .16s}.workspace-form-field input,.workspace-form-field select{height:39px;padding:0 10px}.workspace-form-field textarea{resize:vertical;min-height:74px;padding:10px;line-height:1.45}.workspace-form-field input:focus,.workspace-form-field select:focus,.workspace-form-field textarea:focus{border-color:#85cbc5;box-shadow:0 0 0 3px #188f8612}.workspace-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.workspace-form-row.three{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-form-section{border-top:1px solid #edf0f2;margin:5px 0 17px;padding-top:15px}.workspace-form-section-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:10px;display:flex}.workspace-form-section-head span{color:#52616c;font-size:8.5px;font-weight:800;display:block}.workspace-form-section-head small{color:#98a2a9;margin-top:3px;font-size:7px;display:block}.workspace-form-section-head>b{color:#237970;background:#edf7f5;border-radius:9px;padding:4px 6px;font-size:6.5px}.workspace-edit-type-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.workspace-edit-type-grid button{color:#6b7882;text-align:left;background:#fff;border:1px solid #e2e7ea;border-radius:9px;grid-template-columns:22px 1fr;align-items:center;gap:7px;min-height:38px;padding:6px 8px;font-size:8px;font-weight:700;display:grid}.workspace-edit-type-grid button i{color:#80909a;background:#f0f3f5;border-radius:6px;place-items:center;width:21px;height:21px;font-size:8px;font-style:normal;font-weight:900;display:grid}.workspace-edit-type-grid button.active{color:#176f69;background:#f1f9f7;border-color:#9bd5cf}.workspace-edit-type-grid button.active i{color:#fff;background:#188f86}.workspace-form-error{color:#9f4b4b;background:#fff5f5;border:1px solid #efd3d3;border-radius:9px;margin:10px 0;padding:9px 10px;font-size:8px}.workspace-archive-block{background:#fff8f6;border:1px solid #ecd8d2;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin-top:20px;padding:12px;display:flex}.workspace-archive-block b{color:#8a4b3e;font-size:8.5px;display:block}.workspace-archive-block span{color:#9a756d;max-width:320px;margin-top:3px;font-size:7px;line-height:1.45;display:block}.workspace-archive-block button{color:#a05345;background:#fff;border:1px solid #deb9ae;border-radius:8px;padding:7px 9px;font-size:7.5px;font-weight:800}.workspace-edit-actions{background:#fffffff7;border-top:1px solid #e6eaed;flex:none;grid-template-columns:1fr 1.35fr;gap:8px;padding:13px 20px 17px;display:grid}.workspace-edit-actions .workspace-secondary-btn,.workspace-edit-actions .workspace-primary-btn{border-radius:9px;width:100%}.workspace-edit-actions button:disabled{opacity:.45;cursor:not-allowed}.products-workspace{gap:13px;display:grid}.products-module-head{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:20px;padding:17px 18px;display:flex;box-shadow:0 7px 22px #202c3606}.products-module-head h2{letter-spacing:-.03em;margin:0;font-size:18px}.products-module-head>div>p:not(.eyebrow){color:#83909a;margin:5px 0 0;font-size:8.5px}.products-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.products-summary-grid article{border:1px solid var(--line);background:#fff;border-radius:11px;padding:12px 13px}.products-summary-grid span{color:#929da5;text-transform:uppercase;letter-spacing:.08em;font-size:7px;font-weight:800;display:block}.products-summary-grid b{color:#263641;letter-spacing:-.04em;margin-top:9px;font-size:20px;display:block}.products-summary-grid small{color:#9aa3aa;margin-top:4px;font-size:7px;display:block}.products-table-panel{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #202c3608}.products-toolbar{border-bottom:1px solid #e8ecee;grid-template-columns:minmax(240px,1fr) 180px 135px;gap:8px;padding:12px;display:grid}.products-search{border:1px solid #dfe5e8;border-radius:9px;grid-template-columns:26px 1fr;align-items:center;height:36px;padding:0 8px;display:grid}.products-search>span{color:#8c98a0;font-size:14px}.products-search input{color:#34434e;background:0 0;border:0;outline:0;width:100%;font-size:8.5px}.products-toolbar>select{color:#56646f;background:#fff;border:1px solid #dfe5e8;border-radius:9px;height:36px;padding:0 9px;font-size:8px}.products-table-head,.product-row{grid-template-columns:minmax(250px,1.45fr) minmax(150px,.8fr) minmax(150px,.85fr) 90px 70px;align-items:center;gap:12px;display:grid}.products-table-head{color:#919ba3;text-transform:uppercase;letter-spacing:.08em;background:#f7f9fa;min-height:35px;padding:0 13px;font-size:6.7px;font-weight:850}.products-table-body{min-width:760px}.product-row{color:#62707b;text-align:left;background:#fff;border:0;border-bottom:1px solid #eff2f3;width:100%;min-height:57px;padding:7px 13px;font-size:8px}.product-row:hover{background:#f8fbfa}.product-name-cell{grid-template-columns:31px minmax(0,1fr);align-items:center;gap:9px;display:grid}.product-name-cell>i{color:#197a73;background:#e7f3f1;border-radius:8px;place-items:center;width:31px;height:31px;font-size:7px;font-style:normal;font-weight:900;display:grid}.product-name-cell b{color:#384751;font-size:8.5px;display:block}.product-name-cell small{color:#9aa3aa;margin-top:2px;font-size:6.8px;display:block}.product-status{color:#317b5e;background:#edf7f1;border-radius:10px;align-items:center;padding:4px 7px;font-size:6.5px;font-style:normal;font-weight:800;display:inline-flex}.product-status.pilot{color:#96701e;background:#fff4df}.product-status.inactive{color:#74818a;background:#eef1f3}.product-row-action{color:#237b74;justify-self:end;font-weight:750}.products-empty{color:#88949d;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:210px;display:flex}.products-empty b{color:#52616c;font-size:10px}.products-empty span{margin-top:5px;font-size:8px}.products-table-footer{color:#98a2a9;background:#fafbfb;justify-content:space-between;gap:12px;padding:9px 13px;font-size:7px;display:flex}@media (max-width:900px){.workspace-form-row.three{grid-template-columns:1fr}.products-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-toolbar{grid-template-columns:1fr 1fr}.products-search{grid-column:1/-1}.products-table-panel{overflow-x:auto}.products-table-head{min-width:760px}}@media (max-width:620px){.workspace-edit-drawer,.product-editor-drawer{width:auto;inset:8px}.workspace-form-row,.workspace-edit-type-grid{grid-template-columns:1fr}.products-module-head{display:block}.products-module-head>.workspace-primary-btn{margin-top:12px}.products-summary-grid{grid-template-columns:1fr 1fr}}.storage-workspace{gap:13px;display:grid}.storage-module-head{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:20px;padding:17px 18px;display:flex;box-shadow:0 7px 22px #202c3606}.storage-module-head h2{letter-spacing:-.03em;margin:0;font-size:18px}.storage-module-head>div>p:not(.eyebrow){color:#83909a;margin:5px 0 0;font-size:8.5px}.storage-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;display:grid}.storage-summary-grid article{border:1px solid var(--line);background:#fff;border-radius:11px;padding:12px 13px}.storage-summary-grid span{color:#929da5;text-transform:uppercase;letter-spacing:.08em;font-size:7px;font-weight:800;display:block}.storage-summary-grid b{color:#263641;letter-spacing:-.04em;margin-top:9px;font-size:20px;display:block}.storage-summary-grid small{color:#9aa3aa;margin-top:4px;font-size:7px;display:block}.storage-toolbar{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:minmax(250px,1fr) 170px 150px;gap:8px;padding:12px;display:grid}.storage-search{border:1px solid #dfe5e8;border-radius:9px;grid-template-columns:26px 1fr;align-items:center;height:36px;padding:0 8px;display:grid}.storage-search>span{color:#8c98a0;font-size:14px}.storage-search input{color:#34434e;background:0 0;border:0;outline:0;width:100%;font-size:8.5px}.storage-toolbar select{color:#56646f;background:#fff;border:1px solid #dfe5e8;border-radius:9px;height:36px;padding:0 9px;font-size:8px}.storage-layout{grid-template-columns:minmax(320px,.78fr) minmax(0,1.5fr);align-items:start;gap:13px;display:grid}.storage-facility-column,.storage-detail-card{border:1px solid var(--line);background:#fff;border-radius:14px;box-shadow:0 8px 24px #202c3608}.storage-list-head{color:#929ca4;border-bottom:1px solid #e9edef;justify-content:space-between;align-items:center;gap:12px;min-height:39px;padding:0 12px;font-size:7px;display:flex}.storage-list-head span:first-child{color:#566570;font-weight:800}.storage-facility-list{gap:7px;padding:9px;display:grid}.storage-facility-card{text-align:left;background:#fff;border:1px solid #e8ecee;border-radius:11px;width:100%;padding:10px;transition:border-color .16s,background .16s,box-shadow .16s}.storage-facility-card:hover{background:#fafdfc;border-color:#cfe2df}.storage-facility-card.active{background:#f3faf8;border-color:#9dcfc9;box-shadow:0 0 0 2px #188f860d}.storage-facility-card-head{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.storage-facility-icon{color:#177c74;background:#e7f3f1;border-radius:9px;place-items:center;width:33px;height:33px;font-size:7px;font-weight:900;display:grid}.storage-facility-copy b{color:#3b4954;font-size:8.7px;display:block}.storage-facility-copy small{color:#919ca4;margin-top:3px;font-size:6.8px;display:block}.storage-status{color:#307b5d;background:#edf7f1;border-radius:9px;padding:4px 6px;font-size:6.2px;font-style:normal;font-weight:800}.storage-status.watch{color:#98701d;background:#fff4df}.storage-status.maintenance{color:#a35f2a;background:#fff0e5}.storage-status.inactive{color:#78848d;background:#eef1f3}.storage-capacity-line{color:#87939c;justify-content:space-between;gap:10px;margin-top:11px;font-size:7px;display:flex}.storage-capacity-line b{color:#51616c}.storage-progress{background:#edf1f2;border-radius:8px;height:5px;margin-top:5px;overflow:hidden}.storage-progress span{border-radius:inherit;background:linear-gradient(90deg,#178d84,#4fc0b6);height:100%;display:block}.storage-facility-footer{color:#9aa3aa;justify-content:space-between;gap:10px;margin-top:8px;font-size:6.7px;display:flex}.storage-filter-empty{text-align:center;color:#919ca4;padding:30px 12px;font-size:8px}.storage-detail-card{padding:16px}.storage-detail-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.storage-detail-kicker{color:#8a959e;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:6px;font-size:7px;font-weight:800;display:flex}.storage-detail-kicker i{color:#bec6cb;font-style:normal}.storage-detail-head h3{color:#2f3e49;letter-spacing:-.03em;margin:5px 0;font-size:17px}.storage-detail-head p{color:#87939c;max-width:590px;margin:0;font-size:8px;line-height:1.5}.storage-detail-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:14px;display:grid}.storage-detail-metrics>div{background:#fafbfb;border:1px solid #edf0f2;border-radius:9px;min-height:61px;padding:9px}.storage-detail-metrics span{color:#9aa4ab;text-transform:uppercase;letter-spacing:.07em;font-size:6.5px;font-weight:800;display:block}.storage-detail-metrics b{color:#40505b;margin-top:7px;font-size:9px;display:block}.storage-areas-head{border-top:1px solid #edf0f2;justify-content:space-between;align-items:flex-end;gap:12px;margin-top:20px;padding-top:16px;display:flex}.storage-areas-head h4{color:#364550;margin:0;font-size:13px}.storage-area-list{gap:8px;margin-top:10px;display:grid}.storage-area-card{border:1px solid #e8edef;border-radius:10px;padding:11px}.storage-area-top{grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.storage-area-code{color:#65747e;background:#eef3f4;border-radius:8px;place-items:center;width:30px;height:30px;font-size:7px;font-weight:850;display:grid}.storage-area-top b{color:#46545f;font-size:8.5px;display:block}.storage-area-top small{color:#99a2a9;margin-top:3px;font-size:6.8px;display:block}.storage-area-top strong{color:#19796f;font-size:12px}.storage-area-capacity{grid-template-columns:150px minmax(0,1fr);align-items:center;gap:10px;margin-top:9px;display:grid}.storage-area-capacity>span{color:#87939c;font-size:7px}.storage-area-capacity>div{background:#edf1f2;border-radius:6px;height:5px;overflow:hidden}.storage-area-capacity i{border-radius:inherit;background:#2aa095;height:100%;display:block}.storage-area-products{border-top:1px solid #f0f2f3;grid-template-columns:55px minmax(0,1fr);gap:8px;margin-top:10px;padding-top:9px;display:grid}.storage-area-products>span{color:#9ba4ab;text-transform:uppercase;font-size:6.5px;font-weight:800}.storage-area-products>div{flex-wrap:wrap;gap:5px;display:flex}.storage-area-products>div>span{background:#f3f7f6;border-radius:8px;padding:5px 7px}.storage-area-products b{color:#50606a;font-size:6.8px;display:block}.storage-area-products small{color:#929da5;margin-top:2px;font-size:6px;display:block}.storage-area-products em{color:#9aa4ab;align-self:center;font-size:6.5px;font-style:normal}.storage-no-areas{color:#8d99a2;border:1px dashed #dce4e7;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:160px;display:flex}.storage-no-areas b{color:#52616c;font-size:9px}.storage-no-areas span{margin-top:4px;font-size:7px}.storage-no-areas button{color:#177970;background:0 0;border:0;margin-top:11px;font-size:7.5px;font-weight:800}.storage-empty-state{border:1px solid var(--line);text-align:center;background:#fff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:30px;display:flex}.storage-empty-icon{color:#187a72;background:#e8f3f1;border-radius:15px;place-items:center;width:54px;height:54px;margin-bottom:13px;font-size:10px;font-weight:900;display:grid}.storage-empty-state h3{color:#34434e;margin:0;font-size:16px}.storage-empty-state>p:not(.eyebrow){color:#87939c;max-width:460px;margin:7px 0 16px;font-size:8.5px;line-height:1.5}.storage-editor-drawer,.storage-area-editor{background:#fff;border:1px solid #dfe5e8;border-radius:16px;flex-direction:column;width:min(500px,100vw - 28px);animation:.22s ease-out workspaceDrawerIn;display:flex;position:absolute;top:14px;bottom:14px;right:14px;overflow:hidden;box-shadow:-18px 24px 70px #1b283333}.storage-area-editor{width:min(450px,100vw - 28px)}@media (max-width:1050px){.storage-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.storage-layout{grid-template-columns:1fr}.storage-facility-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.storage-module-head{display:block}.storage-module-head>.workspace-primary-btn{margin-top:12px}.storage-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storage-toolbar{grid-template-columns:1fr 1fr}.storage-search{grid-column:1/-1}.storage-facility-list{grid-template-columns:1fr}.storage-detail-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.storage-summary-grid{grid-template-columns:1fr 1fr}.storage-detail-head{display:block}.storage-detail-head>.workspace-secondary-btn{margin-top:10px}.storage-area-capacity{grid-template-columns:1fr}.storage-editor-drawer,.storage-area-editor{width:auto;inset:8px}}.assets-workspace{gap:13px;display:grid}.assets-module-head{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:20px;padding:17px 18px;display:flex;box-shadow:0 7px 22px #202c3606}.assets-module-head h2{color:#2c3a45;letter-spacing:-.03em;margin:0;font-size:18px}.assets-module-head>div>p:not(.eyebrow){color:#83909a;max-width:680px;margin:5px 0 0;font-size:8.5px;line-height:1.5}.assets-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;display:grid}.assets-summary-grid article{border:1px solid var(--line);background:#fff;border-radius:11px;padding:12px 13px}.assets-summary-grid span{color:#929da5;text-transform:uppercase;letter-spacing:.08em;font-size:7px;font-weight:800;display:block}.assets-summary-grid b{color:#263641;letter-spacing:-.04em;margin-top:9px;font-size:20px;display:block}.assets-summary-grid small{color:#9aa3aa;margin-top:4px;font-size:7px;display:block}.assets-table-panel{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #202c3608}.assets-toolbar{border-bottom:1px solid #e8ecee;grid-template-columns:minmax(260px,1fr) 160px 135px 175px;gap:8px;padding:12px;display:grid}.assets-search{border:1px solid #dfe5e8;border-radius:9px;grid-template-columns:26px 1fr;align-items:center;height:36px;padding:0 8px;display:grid}.assets-search>span{color:#8c98a0;font-size:14px}.assets-search input{color:#34434e;background:0 0;border:0;outline:0;width:100%;font-size:8.5px}.assets-toolbar>select{color:#56646f;background:#fff;border:1px solid #dfe5e8;border-radius:9px;height:36px;padding:0 9px;font-size:8px}.assets-register-head,.asset-register-row{grid-template-columns:minmax(245px,1.35fr) minmax(150px,.78fr) minmax(190px,1fr) minmax(180px,.95fr) 90px 62px;align-items:center;gap:12px;display:grid}.assets-register-head{color:#919ba3;text-transform:uppercase;letter-spacing:.08em;background:#f7f9fa;min-width:970px;min-height:35px;padding:0 13px;font-size:6.7px;font-weight:850}.assets-register-body{min-width:970px}.asset-register-row{color:#61707a;text-align:left;background:#fff;border:0;border-bottom:1px solid #eff2f3;width:100%;min-height:62px;padding:8px 13px;font-size:8px}.asset-register-row:hover{background:#f8fbfa}.asset-primary-cell{grid-template-columns:33px minmax(0,1fr);align-items:center;gap:9px;display:grid}.asset-primary-cell>i{color:#187a72;background:#e7f3f1;border-radius:9px;place-items:center;width:33px;height:33px;font-size:7px;font-style:normal;font-weight:900;display:grid}.asset-primary-cell b{color:#384751;font-size:8.6px;display:block}.asset-primary-cell small{color:#99a2a9;margin-top:3px;font-size:6.6px;display:block}.asset-cell-main{color:#4b5964;font-size:7.8px;font-weight:750;display:block}.asset-cell-sub{color:#99a3aa;margin-top:3px;font-size:6.6px;display:block}.asset-status{color:#317b5e;background:#edf7f1;border-radius:10px;justify-content:center;align-items:center;min-width:55px;padding:4px 7px;font-size:6.4px;font-style:normal;font-weight:800;display:inline-flex}.asset-status.available{color:#4e7480;background:#eef5f7}.asset-status.in-use{color:#18766d;background:#e8f5f2}.asset-status.maintenance{color:#98701d;background:#fff2df}.asset-status.retired{color:#78848d;background:#eef1f3}.asset-row-action{color:#237b74;justify-self:end;font-weight:750}.assets-empty-filter{color:#89959e;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:220px;display:flex}.assets-empty-filter b{color:#52616c;font-size:10px}.assets-empty-filter span{margin-top:5px;font-size:8px}.assets-register-footer{color:#98a2a9;background:#fafbfb;justify-content:space-between;gap:12px;min-width:970px;padding:9px 13px;font-size:7px;display:flex}.asset-editor-drawer{background:#fff;border:1px solid #dfe5e8;border-radius:16px;flex-direction:column;width:min(560px,100vw - 28px);animation:.22s ease-out workspaceDrawerIn;display:flex;position:absolute;top:14px;bottom:14px;right:14px;overflow:hidden;box-shadow:-18px 24px 70px #1b283333}.asset-form-summary{background:#f8fafb;border:1px solid #e8edef;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;padding:11px 12px;display:flex}.asset-form-summary span{color:#98a2aa;text-transform:uppercase;letter-spacing:.08em;font-size:6.5px;font-weight:800;display:block}.asset-form-summary b{color:#46545f;margin-top:3px;font-size:8.5px;display:block}.asset-history-section{border-top:1px solid #edf0f2;margin-top:18px;padding-top:16px}.asset-history-list{gap:0;display:grid}.asset-history-item{grid-template-columns:18px minmax(0,1fr);gap:8px;padding:8px 0;display:grid;position:relative}.asset-history-item:not(:last-child):before{content:"";background:#dfe8e6;width:1px;position:absolute;top:18px;bottom:-8px;left:5px}.asset-history-dot{z-index:1;background:#218c82;border:3px solid #dff0ed;border-radius:50%;width:11px;height:11px;margin-top:2px;position:relative}.asset-history-item b{color:#46545f;font-size:7.8px;display:block}.asset-history-item small{color:#97a1a8;margin-top:3px;font-size:6.5px;display:block}.asset-history-item p{color:#7d8992;margin:4px 0 0;font-size:7px;line-height:1.4}.asset-history-empty{color:#939da5;text-align:center;border:1px dashed #dfe5e8;border-radius:9px;padding:12px;font-size:7px}.asset-commercial-note{background:#f5f8f8;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding:10px 11px;display:flex}.asset-commercial-note span{color:#8e99a2;font-size:7px}.asset-commercial-note b{color:#44535e;font-size:9px}@media (max-width:1050px){.assets-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.assets-toolbar{grid-template-columns:1fr 1fr 1fr}.assets-search{grid-column:1/-1}.assets-table-panel{overflow-x:auto}}@media (max-width:720px){.assets-module-head{display:block}.assets-module-head>.workspace-primary-btn{margin-top:12px}.assets-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.assets-toolbar{grid-template-columns:1fr 1fr}.assets-search{grid-column:1/-1}}@media (max-width:560px){.asset-editor-drawer{width:auto;inset:8px}.assets-summary-grid{grid-template-columns:1fr 1fr}}.access-workspace{gap:13px;display:grid}.access-module-head{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:20px;padding:17px 18px;display:flex;box-shadow:0 7px 22px #202c3606}.access-module-head h2{color:#2c3a45;letter-spacing:-.03em;margin:0;font-size:18px}.access-module-head>div>p:not(.eyebrow){color:#83909a;max-width:720px;margin:5px 0 0;font-size:8.5px;line-height:1.5}.access-policy-notice{background:#f4faf8;border:1px solid #dbe7e4;border-radius:11px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:11px 13px;display:grid}.access-policy-notice>span{color:#1b776f;letter-spacing:.08em;background:#dff1ed;border-radius:8px;padding:5px 7px;font-size:6.5px;font-weight:900}.access-policy-notice b{color:#42625f;font-size:8.5px;display:block}.access-policy-notice p{color:#78908c;margin:3px 0 0;font-size:7px;line-height:1.45}.access-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;display:grid}.access-summary-grid article{border:1px solid var(--line);background:#fff;border-radius:11px;padding:12px 13px}.access-summary-grid span{color:#929da5;text-transform:uppercase;letter-spacing:.08em;font-size:7px;font-weight:800;display:block}.access-summary-grid b{color:#263641;letter-spacing:-.04em;margin-top:9px;font-size:20px;display:block}.access-summary-grid small{color:#9aa3aa;margin-top:4px;font-size:7px;display:block}.access-table-panel{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #202c3608}.access-toolbar{border-bottom:1px solid #e8ecee;grid-template-columns:minmax(280px,1fr) 145px 130px;gap:8px;padding:12px;display:grid}.access-search{border:1px solid #dfe5e8;border-radius:9px;grid-template-columns:26px 1fr;align-items:center;height:36px;padding:0 8px;display:grid}.access-search>span{color:#8c98a0;font-size:14px}.access-search input{color:#34434e;background:0 0;border:0;outline:0;width:100%;font-size:8.5px}.access-toolbar>select{color:#56646f;background:#fff;border:1px solid #dfe5e8;border-radius:9px;height:36px;padding:0 9px;font-size:8px}.access-register-head,.access-register-row{grid-template-columns:minmax(230px,1.15fr) minmax(145px,.7fr) 80px minmax(260px,1.2fr) 120px 60px;align-items:center;gap:12px;display:grid}.access-register-head{color:#919ba3;text-transform:uppercase;letter-spacing:.08em;background:#f7f9fa;min-width:980px;min-height:35px;padding:0 13px;font-size:6.7px;font-weight:850}.access-register-body{min-width:980px}.access-register-row{color:#61707a;text-align:left;background:#fff;border:0;border-bottom:1px solid #eff2f3;width:100%;min-height:64px;padding:8px 13px;font-size:8px}.access-register-row:hover{background:#f8fbfa}.access-principal-cell{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;display:grid}.access-principal-cell>i{color:#1a786f;background:#e6f2f0;border-radius:10px;place-items:center;width:34px;height:34px;font-size:7px;font-style:normal;font-weight:900;display:grid}.access-principal-cell b{color:#394852;align-items:center;gap:5px;font-size:8.6px;display:flex}.access-principal-cell b>em{color:#7d8992;background:#eef1f3;border-radius:6px;padding:2px 4px;font-size:5.8px;font-style:normal;font-weight:800}.access-principal-cell small{color:#99a3aa;margin-top:3px;font-size:6.6px;display:block}.access-cell-main{color:#4b5964;font-size:7.8px;font-weight:750;display:block}.access-cell-sub{color:#99a3aa;margin-top:3px;font-size:6.5px;display:block}.access-role{border-radius:10px;justify-content:center;align-items:center;min-width:50px;padding:4px 7px;font-size:6.4px;font-style:normal;font-weight:850;display:inline-flex}.access-role.admin{color:#176f68;background:#e8f3f1}.access-role.manage{color:#426b9a;background:#edf3fb}.access-role.view{color:#6f7b84;background:#f0f2f4}.access-module-cell{flex-wrap:wrap;gap:4px;display:flex}.access-module-cell i{color:#63747d;background:#f1f5f5;border-radius:8px;padding:4px 6px;font-size:6.2px;font-style:normal;font-weight:750}.access-row-action{color:#237b74;justify-self:end;font-weight:750}.access-empty-filter{color:#89959e;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:220px;display:flex}.access-empty-filter b{color:#52616c;font-size:10px}.access-empty-filter span{margin-top:5px;font-size:8px}.access-register-footer{color:#98a2a9;background:#fafbfb;justify-content:space-between;gap:12px;min-width:980px;padding:9px 13px;font-size:7px;display:flex}.access-editor-drawer{background:#fff;border:1px solid #dfe5e8;border-radius:16px;flex-direction:column;width:min(560px,100vw - 28px);animation:.22s ease-out workspaceDrawerIn;display:flex;position:absolute;top:14px;bottom:14px;right:14px;overflow:hidden;box-shadow:-18px 24px 70px #1b283333}.access-policy-path{background:#f7faf9;border:1px solid #e4ebea;border-radius:10px;flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:15px;padding:9px 10px;display:flex}.access-policy-path span{color:#47716c;background:#e9f3f1;border-radius:7px;padding:4px 6px;font-size:6.5px;font-weight:800}.access-policy-path i{color:#9caaa7;font-size:7px;font-style:normal}.access-principal-type{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:14px;display:grid}.access-principal-type button{text-align:left;background:#fff;border:1px solid #e2e7ea;border-radius:10px;grid-template-columns:31px minmax(0,1fr);align-items:center;gap:9px;min-height:58px;padding:8px;display:grid}.access-principal-type button>i{color:#74828b;background:#f0f3f5;border-radius:8px;place-items:center;width:30px;height:30px;font-size:7px;font-style:normal;font-weight:900;display:grid}.access-principal-type b{color:#52606b;font-size:8px;display:block}.access-principal-type small{color:#97a1a8;margin-top:2px;font-size:6.5px;display:block}.access-principal-type button.active{background:#f2faf8;border-color:#9ccfc9}.access-principal-type button.active>i{color:#fff;background:#1c8c83}.access-active-toggle{background:#fafbfb;border:1px solid #e7ecee;border-radius:9px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:9px;margin-top:2px;padding:10px;display:grid}.access-active-toggle input{margin-top:2px}.access-active-toggle b{color:#4e5d68;font-size:7.8px;display:block}.access-active-toggle small{color:#929da5;margin-top:3px;font-size:6.5px;line-height:1.45;display:block}.access-role-picker{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.access-role-picker button{text-align:left;background:#fff;border:1px solid #e1e7e9;border-radius:10px;min-height:58px;padding:9px}.access-role-picker b{color:#52616c;font-size:8px;display:block}.access-role-picker small{color:#98a2a9;margin-top:4px;font-size:6.4px;display:block}.access-role-picker button.active{background:#eff9f7;border-color:#92cbc5;box-shadow:0 0 0 2px #188f860b}.access-role-picker button.active b{color:#176f68}.access-module-picker{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.access-module-picker button{color:#6a7781;text-align:left;background:#fff;border:1px solid #e2e7ea;border-radius:9px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:7px;min-height:38px;padding:6px 8px;font-size:7.5px;font-weight:750;display:grid}.access-module-picker button i{color:#80909a;background:#f0f3f5;border-radius:6px;place-items:center;width:21px;height:21px;font-size:8px;font-style:normal;font-weight:900;display:grid}.access-module-picker button.active{color:#176f69;background:#f1f9f7;border-color:#9bd5cf}.access-module-picker button.active i{color:#fff;background:#188f86}.access-module-picker button:disabled{cursor:default;opacity:.82}.access-revoke-block{background:#fff8f6;border:1px solid #ecd8d2;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;margin-top:19px;padding:11px 12px;display:flex}.access-revoke-block b{color:#8a4b3e;font-size:8px;display:block}.access-revoke-block span{color:#9a756d;max-width:360px;margin-top:3px;font-size:6.6px;line-height:1.45;display:block}.access-revoke-block button{color:#a05345;background:#fff;border:1px solid #deb9ae;border-radius:8px;flex:none;padding:7px 9px;font-size:7px;font-weight:800}@media (max-width:1050px){.access-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.access-table-panel{overflow-x:auto}}@media (max-width:720px){.access-module-head{display:block}.access-module-head>.workspace-primary-btn{margin-top:12px}.access-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.access-toolbar{grid-template-columns:1fr 1fr}.access-search{grid-column:1/-1}.access-policy-notice{grid-template-columns:1fr}}@media (max-width:560px){.access-editor-drawer{width:auto;inset:8px}.access-principal-type,.access-role-picker,.access-module-picker{grid-template-columns:1fr}}.projects-workspace{gap:13px;display:grid}.projects-module-head{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:20px;padding:17px 18px;display:flex;box-shadow:0 7px 22px #202c3606}.projects-module-head h2{color:#2c3a45;letter-spacing:-.03em;margin:0;font-size:18px}.projects-module-head>div>p:not(.eyebrow){color:#83909a;max-width:720px;margin:5px 0 0;font-size:8.5px;line-height:1.5}.projects-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;display:grid}.projects-summary-grid article{border:1px solid var(--line);background:#fff;border-radius:11px;padding:12px 13px}.projects-summary-grid span{color:#929da5;text-transform:uppercase;letter-spacing:.08em;font-size:7px;font-weight:800;display:block}.projects-summary-grid b{color:#263641;letter-spacing:-.04em;margin-top:9px;font-size:20px;display:block}.projects-summary-grid small{color:#9aa3aa;margin-top:4px;font-size:7px;display:block}.projects-table-panel{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #202c3608}.projects-toolbar{border-bottom:1px solid #e8ecee;grid-template-columns:minmax(280px,1fr) 170px 135px 135px;gap:8px;padding:12px;display:grid}.projects-search{border:1px solid #dfe5e8;border-radius:9px;grid-template-columns:26px 1fr;align-items:center;height:36px;padding:0 8px;display:grid}.projects-search>span{color:#8c98a0;font-size:14px}.projects-search input{color:#34434e;background:0 0;border:0;outline:0;width:100%;font-size:8.5px}.projects-toolbar>select{color:#56646f;background:#fff;border:1px solid #dfe5e8;border-radius:9px;height:36px;padding:0 9px;font-size:8px}.projects-register-head,.project-register-row{grid-template-columns:minmax(250px,1.25fr) minmax(170px,.82fr) 155px minmax(130px,.62fr) 80px 90px 60px;align-items:center;gap:12px;display:grid}.projects-register-head{color:#919ba3;text-transform:uppercase;letter-spacing:.08em;background:#f7f9fa;min-width:1080px;min-height:35px;padding:0 13px;font-size:6.7px;font-weight:850}.projects-register-body{min-width:1080px}.project-register-row{color:#61707a;text-align:left;background:#fff;border:0;border-bottom:1px solid #eff2f3;width:100%;min-height:66px;padding:8px 13px;font-size:8px}.project-register-row:hover{background:#f8fbfa}.project-primary-cell{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;display:grid}.project-primary-cell>i{color:#18786f;background:#e8f3f1;border-radius:10px;place-items:center;width:34px;height:34px;font-size:7px;font-style:normal;font-weight:900;display:grid}.project-primary-cell b{color:#394852;font-size:8.6px;display:block}.project-primary-cell small{color:#99a3aa;margin-top:3px;font-size:6.6px;display:block}.project-cell-main{color:#4b5964;font-size:7.8px;font-weight:750;display:block}.project-cell-sub{color:#99a3aa;margin-top:3px;font-size:6.5px;display:block}.project-progress-cell{grid-template-columns:minmax(70px,1fr) auto;align-items:center;gap:7px;display:grid}.project-progress-cell>span{background:#edf1f2;border-radius:7px;height:5px;overflow:hidden}.project-progress-cell>span i{border-radius:inherit;background:linear-gradient(90deg,#178d84,#4fc0b6);height:100%;display:block}.project-progress-cell>b{color:#586772;font-size:7px}.project-priority,.project-status{border-radius:10px;justify-content:center;align-items:center;min-width:52px;padding:4px 7px;font-size:6.3px;font-style:normal;font-weight:850;display:inline-flex}.project-priority.critical{color:#a34f44;background:#fff0ed}.project-priority.high{color:#98701d;background:#fff3df}.project-priority.medium{color:#607b90;background:#eef3f7}.project-priority.low{color:#77848d;background:#f0f3f4}.project-status.active{color:#1c765f;background:#e9f6f2}.project-status.planned{color:#426b9a;background:#edf3fb}.project-status.on-hold{color:#98701d;background:#fff4df}.project-status.completed{color:#4c7c5e;background:#ebf5ee}.project-status.cancelled{color:#7a858d;background:#f0f2f4}.project-row-action{color:#237b74;justify-self:end;font-weight:750}.projects-empty-filter{color:#89959e;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:220px;display:flex}.projects-empty-filter b{color:#52616c;font-size:10px}.projects-empty-filter span{margin-top:5px;font-size:8px}.projects-register-footer{color:#98a2a9;background:#fafbfb;justify-content:space-between;gap:12px;min-width:1080px;padding:9px 13px;font-size:7px;display:flex}.project-editor-drawer{background:#fff;border:1px solid #dfe5e8;border-radius:16px;flex-direction:column;width:min(580px,100vw - 28px);animation:.22s ease-out workspaceDrawerIn;display:flex;position:absolute;top:14px;bottom:14px;right:14px;overflow:hidden;box-shadow:-18px 24px 70px #1b283333}.project-form-summary{background:#f8fafb;border:1px solid #e8edef;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;padding:11px 12px;display:flex}.project-form-summary>div:first-child span{color:#98a2aa;text-transform:uppercase;letter-spacing:.08em;font-size:6.5px;font-weight:800;display:block}.project-form-summary>div:first-child b{color:#46545f;margin-top:3px;font-size:8.5px;display:block}.project-form-summary-right{align-items:center;gap:5px;display:flex}.project-progress-input{grid-template-columns:minmax(0,1fr) 70px;align-items:center;gap:10px;display:grid}.project-progress-input input[type=range]{width:100%;height:auto;box-shadow:none;accent-color:#1d8b82;border:0;padding:0}.project-progress-input input[type=number]{text-align:center}.project-record-note{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.project-record-note>div{background:#f5f8f8;border-radius:9px;padding:10px 11px}.project-record-note span{color:#8e99a2;text-transform:uppercase;letter-spacing:.06em;font-size:6.5px;font-weight:800;display:block}.project-record-note b{color:#44535e;margin-top:4px;font-size:8px;display:block}@media (max-width:1100px){.projects-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.projects-table-panel{overflow-x:auto}}@media (max-width:760px){.projects-module-head{display:block}.projects-module-head>.workspace-primary-btn{margin-top:12px}.projects-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.projects-toolbar{grid-template-columns:1fr 1fr}.projects-search{grid-column:1/-1}}@media (max-width:560px){.project-editor-drawer{width:auto;inset:8px}.project-record-note{grid-template-columns:1fr}}.people-workspace{gap:13px;display:grid}.people-module-head{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:20px;padding:17px 18px;display:flex;box-shadow:0 7px 22px #202c3606}.people-module-head h2{color:#2c3a45;letter-spacing:-.03em;margin:0;font-size:18px}.people-module-head>div>p:not(.eyebrow){color:#83909a;max-width:720px;margin:5px 0 0;font-size:8.5px;line-height:1.5}.people-head-actions{align-items:center;gap:8px;display:flex}.people-data-notice{background:#fffaf0;border:1px solid #e5e1d4;border-radius:10px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;display:grid}.people-data-notice>span{color:#8c6c32;letter-spacing:.08em;background:#f4ead2;border-radius:7px;padding:5px 7px;font-size:6.3px;font-weight:900}.people-data-notice p{color:#907d58;margin:0;font-size:7px;line-height:1.45}.people-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;display:grid}.people-summary-grid article{border:1px solid var(--line);background:#fff;border-radius:11px;padding:12px 13px}.people-summary-grid span{color:#929da5;text-transform:uppercase;letter-spacing:.08em;font-size:7px;font-weight:800;display:block}.people-summary-grid b{color:#263641;letter-spacing:-.04em;margin-top:9px;font-size:20px;display:block}.people-summary-grid small{color:#9aa3aa;margin-top:4px;font-size:7px;display:block}.people-view-bar{grid-template-columns:auto minmax(260px,1fr);align-items:center;gap:12px;display:grid}.people-view-switch{background:#fff;border:1px solid #dde4e7;border-radius:10px;align-items:center;padding:3px;display:flex}.people-view-switch button{color:#73808a;background:0 0;border:0;border-radius:7px;height:31px;padding:0 10px;font-size:7.5px;font-weight:800}.people-view-switch button span{color:#7d8992;background:#eef1f3;border-radius:8px;margin-left:5px;padding:2px 5px;font-size:6px}.people-view-switch button.active{color:#176f68;background:#eaf5f3}.people-view-switch button.active span{color:#176f68;background:#d8ebe8}.people-search{background:#fff;border:1px solid #dde4e7;border-radius:10px;grid-template-columns:28px 1fr;align-items:center;height:37px;padding:0 9px;display:grid}.people-search>span{color:#8c98a0;font-size:14px}.people-search input{color:#34434e;background:0 0;border:0;outline:0;width:100%;font-size:8.5px}.people-table-panel{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #202c3608}.people-toolbar{border-bottom:1px solid #e8ecee;justify-content:flex-end;gap:8px;padding:10px 12px;display:flex}.people-toolbar select{color:#56646f;background:#fff;border:1px solid #dfe5e8;border-radius:8px;min-width:140px;height:34px;padding:0 9px;font-size:7.5px}.people-register-head,.person-register-row{grid-template-columns:minmax(250px,1.18fr) minmax(170px,.82fr) minmax(145px,.7fr) minmax(170px,.8fr) minmax(150px,.72fr) 90px 60px;align-items:center;gap:12px;display:grid}.people-register-head{color:#919ba3;text-transform:uppercase;letter-spacing:.08em;background:#f7f9fa;min-width:1090px;min-height:35px;padding:0 13px;font-size:6.7px;font-weight:850}.people-register-body{min-width:1090px}.person-register-row{color:#61707a;text-align:left;background:#fff;border:0;border-bottom:1px solid #eff2f3;width:100%;min-height:66px;padding:8px 13px;font-size:8px}.person-register-row:hover{background:#f8fbfa}.person-primary-cell{grid-template-columns:35px minmax(0,1fr);align-items:center;gap:9px;display:grid}.person-primary-cell>i{color:#18766e;background:#e7f2f0;border-radius:50%;place-items:center;width:35px;height:35px;font-size:7px;font-style:normal;font-weight:900;display:grid}.person-primary-cell b{color:#394852;font-size:8.6px;display:block}.person-primary-cell small{color:#99a3aa;margin-top:3px;font-size:6.4px;display:block}.person-cell-main{color:#4b5964;font-size:7.8px;font-weight:750;display:block}.person-cell-sub{color:#99a3aa;margin-top:3px;font-size:6.5px;display:block}.person-project-cell{flex-wrap:wrap;gap:4px;display:flex}.person-project-cell i{color:#607a76;background:#f0f5f4;border-radius:8px;padding:4px 6px;font-size:6px;font-style:normal;font-weight:800}.person-project-cell small{color:#98a2aa;font-size:6.5px}.person-status{border-radius:10px;justify-content:center;align-items:center;min-width:54px;padding:4px 7px;font-size:6.3px;font-style:normal;font-weight:850;display:inline-flex}.person-status.active{color:#1c765f;background:#e9f6f2}.person-status.on-leave{color:#98701d;background:#fff4df}.person-status.inactive{color:#78848d;background:#eef1f3}.person-row-action{color:#237b74;justify-self:end;font-weight:750}.people-empty-filter{color:#89959e;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:220px;display:flex}.people-empty-filter b{color:#52616c;font-size:10px}.people-empty-filter span{margin-top:5px;font-size:8px}.people-register-footer{color:#98a2a9;background:#fafbfb;justify-content:space-between;gap:12px;min-width:1090px;padding:9px 13px;font-size:7px;display:flex}.teams-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.team-card{border:1px solid var(--line);text-align:left;background:#fff;border-radius:13px;flex-direction:column;min-height:190px;padding:13px;display:flex;box-shadow:0 7px 20px #202c3606}.team-card:hover{background:#fbfdfd;border-color:#cfe1df}.team-card-head{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.team-card-head>span{color:#1b796f;background:#e6f2f0;border-radius:9px;place-items:center;width:34px;height:34px;font-size:7px;font-weight:900;display:grid}.team-card-head b{color:#3d4c57;font-size:8.8px;display:block}.team-card-head small{color:#98a2a9;margin-top:3px;font-size:6.5px;display:block}.team-card-head em{border-radius:9px;padding:4px 6px;font-size:6px;font-style:normal;font-weight:850}.team-card-head em.active{color:#24745d;background:#eaf5f1}.team-card-head em.inactive{color:#7b868e;background:#eef1f3}.team-card-metrics{grid-template-columns:.55fr 1.45fr;gap:7px;margin-top:14px;display:grid}.team-card-metrics>div{background:#f7f9fa;border-radius:9px;padding:9px}.team-card-metrics span{color:#97a1a8;text-transform:uppercase;letter-spacing:.06em;font-size:6.2px;font-weight:800;display:block}.team-card-metrics b{color:#4b5964;margin-top:4px;font-size:8px;display:block}.team-member-stack{align-items:center;min-height:27px;margin-top:12px;display:flex}.team-member-stack>span{color:#3d746e;background:#e7f1ef;border:2px solid #fff;border-radius:50%;place-items:center;width:27px;height:27px;margin-right:-5px;font-size:5.8px;font-weight:900;display:grid}.team-member-stack small{color:#9aa3aa;font-size:6.7px}.team-card-footer{border-top:1px solid #eef1f2;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:11px;display:flex}.team-card-footer span{color:#96a0a8;font-size:6.6px}.team-card-footer b{color:#247b74;font-size:6.8px}.teams-empty{border:1px solid var(--line);color:#8f9aa2;background:#fff;border-radius:13px;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;min-height:260px;display:flex}.teams-empty b{color:#52616c;font-size:10px}.teams-empty span{margin-top:5px;font-size:8px}.person-editor-drawer,.team-editor-drawer{background:#fff;border:1px solid #dfe5e8;border-radius:16px;flex-direction:column;width:min(570px,100vw - 28px);animation:.22s ease-out workspaceDrawerIn;display:flex;position:absolute;top:14px;bottom:14px;right:14px;overflow:hidden;box-shadow:-18px 24px 70px #1b283333}.team-editor-drawer{width:min(470px,100vw - 28px)}.person-form-summary{background:#f8fafb;border:1px solid #e8edef;border-radius:10px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:16px;padding:11px 12px;display:grid}.person-form-summary>span{color:#18766e;background:#e6f2f0;border-radius:50%;place-items:center;width:38px;height:38px;font-size:7px;font-weight:900;display:grid}.person-form-summary small{color:#98a2aa;text-transform:uppercase;letter-spacing:.07em;font-size:6.3px;font-weight:800;display:block}.person-form-summary b{color:#46545f;margin-top:3px;font-size:8.5px;display:block}.person-project-picker{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.person-project-picker button{text-align:left;background:#fff;border:1px solid #e2e7ea;border-radius:9px;grid-template-columns:23px minmax(0,1fr);align-items:center;gap:8px;min-height:48px;padding:7px 8px;display:grid}.person-project-picker button>i{color:#81909a;background:#f0f3f5;border-radius:6px;place-items:center;width:22px;height:22px;font-size:7px;font-style:normal;font-weight:900;display:grid}.person-project-picker button b{color:#586670;font-size:7.3px;display:block}.person-project-picker button small{color:#99a3aa;margin-top:2px;font-size:6.1px;display:block}.person-project-picker button.active{background:#f1f9f7;border-color:#9bd5cf}.person-project-picker button.active>i{color:#fff;background:#188f86}.person-project-picker button.active b{color:#176f69}.person-project-empty{color:#929ca4;text-align:center;border:1px dashed #dce4e7;border-radius:9px;grid-column:1/-1;padding:13px;font-size:7px}.team-editor-summary{background:#f5f8f8;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:10px 11px;display:flex}.team-editor-summary span{color:#8f9aa2;font-size:7px}.team-editor-summary b{color:#42515c;font-size:10px}@media (max-width:1100px){.people-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.teams-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.people-table-panel{overflow-x:auto}}@media (max-width:760px){.people-module-head{display:block}.people-head-actions{margin-top:12px}.people-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.people-view-bar{grid-template-columns:1fr}.people-view-switch{width:max-content}.people-toolbar{justify-content:flex-start;overflow-x:auto}.teams-grid,.people-data-notice{grid-template-columns:1fr}}@media (max-width:560px){.person-editor-drawer,.team-editor-drawer{width:auto;inset:8px}.person-project-picker{grid-template-columns:1fr}.people-head-actions{grid-template-columns:1fr 1fr;display:grid}}.global-search{background:#fff;border:1px solid #dce3e7;border-radius:10px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;width:min(520px,42vw);height:38px;padding:0 9px;display:grid;position:relative;box-shadow:0 3px 14px #1f2e3909}.global-search:focus-within{border-color:#95ccc7;box-shadow:0 0 0 3px #168f8612}.global-search-icon{color:#82909a;font-size:14px}.global-search>input{color:#34434e;width:100%;min-width:0;height:100%;font:inherit;background:0 0;border:0;outline:0;font-size:8.5px}.global-search>input::placeholder{color:#9aa4ab}.global-search>kbd{color:#7f8a93;background:#f7f9fa;border:1px solid #e0e6e9;border-radius:6px;place-items:center;min-width:30px;height:22px;font-family:inherit;font-size:6.5px;font-weight:800;display:grid}.global-search-spinner{border:2px solid #d8e5e3;border-top-color:#168c83;border-radius:50%;width:12px;height:12px;animation:.8s linear infinite searchSpin;position:absolute;right:47px}.global-search-popover{z-index:90;background:#fff;border:1px solid #dce3e6;border-radius:14px;width:min(640px,100vw - 34px);max-height:min(620px,72vh);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 22px 60px #1826312e}.global-search-popover-head{background:#fbfcfc;border-bottom:1px solid #e7ebed;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.global-search-popover-head>div>span{color:#87939b;letter-spacing:.1em;font-size:6.4px;font-weight:900;display:block}.global-search-popover-head>div>b{color:#3d4b56;margin-top:3px;font-size:8.5px;display:block}.global-search-popover-head>small{color:#929ca4;font-size:6.6px}.global-search-groups{max-height:calc(min(620px,72vh) - 96px);padding:7px;overflow-y:auto}.global-search-group+.global-search-group{border-top:1px solid #f0f2f3;margin-top:4px;padding-top:4px}.global-search-group-title{align-items:center;gap:6px;min-height:28px;padding:0 7px;display:flex}.global-search-group-title>span{color:#7b878f;letter-spacing:.08em;text-transform:uppercase;font-size:6.3px;font-weight:900}.global-search-group-title>small{color:#839099;background:#eef2f3;border-radius:8px;place-items:center;min-width:17px;height:16px;font-size:5.8px;display:grid}.global-search-group>button{text-align:left;background:0 0;border:0;border-radius:9px;grid-template-columns:34px minmax(0,1fr) minmax(100px,.38fr);align-items:center;gap:10px;width:100%;min-height:61px;padding:7px 9px;display:grid}.global-search-group>button:hover,.global-search-group>button.active{background:#f1f8f7}.global-result-badge{color:#19786f;background:#e3f0ee;border-radius:9px;place-items:center;width:33px;height:33px;font-size:7px;font-weight:900;display:grid}.global-result-copy{min-width:0}.global-result-copy b{color:#374650;text-overflow:ellipsis;white-space:nowrap;font-size:8.4px;display:block;overflow:hidden}.global-result-copy small{color:#77858f;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:6.8px;display:block;overflow:hidden}.global-result-copy em{color:#a0a8ae;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:6.4px;font-style:normal;display:block;overflow:hidden}.global-result-target{text-align:right;justify-self:stretch;min-width:0}.global-result-target small{color:#929ca4;text-overflow:ellipsis;white-space:nowrap;font-size:6.3px;display:block;overflow:hidden}.global-result-target b{color:#1d7b73;text-transform:capitalize;margin-top:4px;font-size:6.7px;font-weight:850;display:block}.global-search-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:24px;display:flex}.global-search-empty>span{color:#5f7f7a;background:#eef4f3;border-radius:50%;place-items:center;width:35px;height:35px;margin-bottom:9px;font-size:12px;display:grid}.global-search-empty b{color:#4f5f69;font-size:9px}.global-search-empty small{color:#929ca4;max-width:380px;margin-top:5px;font-size:7px;line-height:1.5}.global-search-footer{color:#929ca4;background:#fafbfb;border-top:1px solid #e7ebed;justify-content:flex-end;align-items:center;gap:12px;min-height:34px;padding:0 12px;font-size:6.3px;display:flex}.global-search-footer span{align-items:center;gap:3px;display:flex}.global-search-footer kbd{color:#6f7d86;background:#fff;border:1px solid #dfe5e8;border-radius:5px;place-items:center;min-width:17px;height:17px;font-family:inherit;font-size:5.8px;display:inline-grid}.intelligence-metric-card{position:relative;overflow:hidden}.intelligence-metric-card:after{content:"";border:1px solid #1b847a14;border-radius:50%;width:70px;height:70px;position:absolute;bottom:-28px;right:-18px}.intelligence-metric-card>small{color:#929ca4;margin-top:5px;font-size:6.5px;line-height:1.35;display:block}.intelligence-strip{grid-template-columns:minmax(0,1.45fr) minmax(300px,.82fr);gap:10px;margin-bottom:12px;display:grid}.intelligence-strip.fallback{background:#fff;border:1px solid #e2e7e9;border-radius:11px;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:52px;padding:10px 13px}.intelligence-strip.fallback>div>span{color:#8c979f;letter-spacing:.09em;font-size:6.2px;font-weight:900;display:block}.intelligence-strip.fallback>div>b{color:#52616c;margin-top:3px;font-size:8px;display:block}.intelligence-strip.fallback>small{color:#929ca4;font-size:6.8px}.attention-cluster,.network-pulse{border:1px solid var(--line);background:#fff;border-radius:12px;min-height:76px;box-shadow:0 5px 18px #202c3606}.attention-cluster{grid-template-columns:minmax(180px,.45fr) minmax(0,1fr);align-items:center;gap:12px;padding:11px 13px;display:grid}.intelligence-strip-title{grid-template-columns:10px minmax(0,1fr);align-items:center;gap:8px;display:grid}.attention-dot{background:#47a87f;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #47a87f1a}.attention-dot.active{background:#db9d42;box-shadow:0 0 0 4px #db9d421f}.intelligence-strip-title small,.network-pulse>div:first-child small{color:#8d979f;letter-spacing:.09em;font-size:6.1px;font-weight:900;display:block}.intelligence-strip-title b,.network-pulse>div:first-child b{color:#46545f;margin-top:3px;font-size:8px;display:block}.attention-items{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.attention-chip{color:#75828b;background:#f2f5f5;border-radius:8px;align-items:center;gap:5px;min-height:27px;padding:0 7px;font-size:6.5px;font-weight:750;display:inline-flex}.attention-chip i{color:#63727b;background:#e5ebec;border-radius:8px;place-items:center;min-width:16px;height:16px;font-size:6px;font-style:normal;font-weight:900;display:grid}.attention-chip.watch{color:#896921;background:#fff7e8}.attention-chip.watch i{color:#8d6715;background:#f6e6bd}.attention-chip.critical{color:#974d43;background:#fff1ef}.attention-chip.critical i{color:#95483e;background:#f4d9d5}.attention-chip.clear{color:#4d7c66;background:#eef7f3}.attention-chip.clear i{color:#3f785c;background:#dceee5}.network-pulse{grid-template-rows:auto auto;grid-template-columns:minmax(120px,.85fr) minmax(0,1.2fr);align-items:center;gap:8px 12px;padding:11px 13px;display:grid}.country-chips{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.country-chips span{color:#78858e;background:#f2f5f5;border-radius:7px;padding:4px 6px;font-size:6.3px}.country-chips span b{color:#4f6269;margin-left:3px}.network-health-mini{color:#849098;border-top:1px solid #eef1f2;flex-wrap:wrap;grid-column:1/-1;gap:11px;padding-top:7px;font-size:6.4px;display:flex}.network-health-mini span{align-items:center;gap:4px;display:inline-flex}.network-health-mini i{border-radius:50%;width:6px;height:6px}.network-health-mini i.healthy{background:#38a875}.network-health-mini i.watch{background:#d99c3f}.network-health-mini i.setup{background:#84929a}@media (max-width:1180px){.global-search{width:min(420px,38vw)}.intelligence-strip{grid-template-columns:1fr}.network-pulse{grid-template-columns:minmax(130px,.4fr) minmax(0,1fr)}}@media (max-width:900px){.global-search{width:min(360px,48vw)}.attention-cluster{grid-template-columns:1fr}.attention-items{justify-content:flex-start}}@media (max-width:720px){.global-search{width:100%;max-width:none}.global-search>kbd{display:none}.global-search-spinner{right:12px}.global-search-popover{width:auto;max-height:calc(100vh - 78px);position:fixed;top:64px;left:10px;right:10px}.global-search-group>button{grid-template-columns:32px minmax(0,1fr)}.global-result-target{display:none}.intelligence-strip.fallback,.network-pulse{grid-template-columns:1fr}.country-chips{justify-content:flex-start}}.login-shell{background:#f5f7f7;grid-template-columns:minmax(420px,1.05fr) minmax(430px,.95fr);min-height:100vh;display:grid}.login-brand-panel{color:#fff;background:radial-gradient(circle at 78% 22%,#2ca49938,#0000 28%),linear-gradient(145deg,#0b1923 0%,#102b35 58%,#153b42 100%);flex-direction:column;min-height:100vh;padding:42px 50px;display:flex;position:relative;overflow:hidden}.login-brand-panel:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:470px;height:470px;position:absolute;bottom:-170px;right:-140px;box-shadow:0 0 0 65px #ffffff06,0 0 0 130px #ffffff05}.login-brand{z-index:1;align-items:center;gap:10px;display:flex;position:relative}.login-brand>div strong,.login-brand>div span{display:block}.login-brand>div span{color:#ffffff94;text-transform:uppercase;letter-spacing:.12em;margin-top:1px;font-size:7px}.login-brand-copy{z-index:1;max-width:570px;margin:auto 0;position:relative}.login-brand-copy .eyebrow{color:#78c9c0}.login-brand-copy h1{color:#f7fbfb;letter-spacing:-.055em;max-width:550px;margin:10px 0 13px;font-size:clamp(34px,4vw,58px);line-height:.98}.login-brand-copy>p:not(.eyebrow){color:#e9f4f4a8;max-width:510px;margin:0;font-size:11px;line-height:1.7}.login-security-flow{z-index:1;color:#ffffff85;flex-wrap:wrap;align-items:center;gap:7px;display:flex;position:relative}.login-security-flow span{color:#ffffffb8;letter-spacing:.07em;background:#ffffff09;border:1px solid #ffffff1f;border-radius:8px;padding:7px 8px;font-size:6.5px;font-weight:850}.login-security-flow i{font-size:8px;font-style:normal}.login-form-panel{place-items:center;min-height:100vh;padding:38px;display:grid}.login-card{background:#fff;border:1px solid #dfe5e7;border-radius:18px;width:min(460px,100%);padding:28px;box-shadow:0 24px 70px #1a2a361a}.login-card-head h2{color:#2d3c47;letter-spacing:-.035em;margin:4px 0 5px;font-size:22px}.login-card-head>p:not(.eyebrow){color:#87939c;margin:0 0 21px;font-size:8px;line-height:1.5}.login-field{gap:6px;margin-top:12px;display:grid}.login-field>span{color:#65737d;font-size:7px;font-weight:800}.login-field input{color:#33424d;height:42px;font:inherit;background:#fff;border:1px solid #dce3e6;border-radius:9px;outline:0;padding:0 11px;font-size:8.5px}.login-field input:focus{border-color:#8bc9c2;box-shadow:0 0 0 3px #188f8612}.login-error{color:#9b5147;background:#fff5f3;border:1px solid #efd3ce;border-radius:8px;margin-top:12px;padding:9px 10px;font-size:7px}.login-submit{color:#fff;background:#167f77;border:0;border-radius:9px;width:100%;height:42px;margin-top:15px;font-size:8px;font-weight:850}.login-submit:disabled{opacity:.55}.login-demo{border-top:1px solid #e9edef;gap:6px;margin-top:22px;padding-top:16px;display:grid}.login-demo>div{justify-content:space-between;align-items:center;gap:12px;margin-bottom:2px;display:flex}.login-demo>div span{color:#89949c;letter-spacing:.09em;font-size:6.3px;font-weight:900}.login-demo>div small{color:#a0a8ae;font-size:6.2px}.login-demo>button{text-align:left;background:#fafbfb;border:1px solid #e5e9eb;border-radius:9px;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);align-items:center;gap:12px;min-height:52px;padding:8px 10px;display:grid}.login-demo>button:hover{background:#f5faf9;border-color:#c9dfdc}.login-demo b{color:#475660;font-size:7.5px;display:block}.login-demo small{color:#929ca4;margin-top:2px;font-size:6.2px;display:block}.login-demo em{color:#8b979f;font-size:6.3px;font-style:normal;line-height:1.35}.auth-profile-wrap{position:relative}.auth-profile-menu{z-index:80;background:#fff;border:1px solid #dfe5e7;border-radius:11px;width:200px;position:absolute;bottom:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 14px 36px #1a28332e}.auth-profile-menu>div{border-bottom:1px solid #edf0f2;padding:11px 12px}.auth-profile-menu b,.auth-profile-menu small{display:block}.auth-profile-menu b{color:#43515c;font-size:7.5px}.auth-profile-menu small{color:#929ca4;text-overflow:ellipsis;margin-top:3px;font-size:6.2px;overflow:hidden}.auth-profile-menu>button{color:#9a5348;text-align:left;background:#fff;border:0;width:100%;min-height:34px;padding:0 12px;font-size:7px;font-weight:800}.auth-profile-menu>button:hover{background:#fff6f4}.workspace-readonly-notice{color:#71847f;background:#f5faf9;border:1px solid #dce6e4;border-radius:9px;align-items:center;gap:8px;margin:-3px 0 12px;padding:8px 10px;font-size:6.8px;line-height:1.4;display:flex}.workspace-readonly-notice>span{color:#27746d;letter-spacing:.08em;background:#e3f0ed;border-radius:7px;flex:none;padding:4px 6px;font-size:6px;font-weight:900}.access-restricted-message{grid-template-columns:32px minmax(0,1fr);align-items:center;gap:9px;padding:10px 0 2px;display:grid}.access-restricted-message>span{color:#78858e;background:#eef2f3;border-radius:8px;place-items:center;width:31px;height:31px;font-size:6.5px;font-weight:900;display:grid}.access-restricted-message b{color:#53616b;font-size:7.8px;display:block}.access-restricted-message small{color:#959fa6;margin-top:3px;font-size:6.5px;display:block}.location-workspace-shell.is-readonly .projects-module-head .workspace-primary-btn,.location-workspace-shell.is-readonly .products-module-head .workspace-primary-btn,.location-workspace-shell.is-readonly .storage-module-head .workspace-primary-btn,.location-workspace-shell.is-readonly .assets-module-head .workspace-primary-btn,.location-workspace-shell.is-readonly .access-module-head .workspace-primary-btn,.location-workspace-shell.is-readonly .people-head-actions,.location-workspace-shell.is-readonly .storage-detail-head>.workspace-secondary-btn,.location-workspace-shell.is-readonly .storage-areas-head>.workspace-secondary-btn,.location-workspace-shell.is-readonly .workspace-edit-actions .workspace-primary-btn,.location-workspace-shell.is-readonly .access-revoke-block{display:none!important}.location-workspace-shell.is-readonly .project-row-action,.location-workspace-shell.is-readonly .product-row-action,.location-workspace-shell.is-readonly .asset-row-action,.location-workspace-shell.is-readonly .person-row-action,.location-workspace-shell.is-readonly .access-row-action,.location-workspace-shell.is-readonly .team-card-footer b{opacity:.35}@media (max-width:860px){.login-shell{grid-template-columns:1fr}.login-brand-panel{min-height:320px;padding:28px}.login-brand-copy{margin:54px 0 40px}.login-security-flow{margin-top:auto}.login-form-panel{min-height:auto;padding:26px 18px 40px}}.activity-feed{border:1px solid var(--line);background:#fff;border-radius:14px;gap:0;display:grid;overflow:hidden;box-shadow:0 7px 22px #202c3606}.activity-feed.compact{margin-bottom:12px}.activity-feed-head{border-bottom:1px solid #e9edef;justify-content:space-between;align-items:flex-start;gap:16px;padding:13px 14px 11px;display:flex}.activity-feed-head h2{color:#33424d;letter-spacing:-.025em;margin:2px 0 0;font-size:12px}.activity-feed-head>div>p:not(.eyebrow){color:#8f99a1;margin:4px 0 0;font-size:6.8px}.activity-filters{gap:7px;display:flex}.activity-filters select{color:#63717b;background:#fff;border:1px solid #dfe5e8;border-radius:8px;height:31px;padding:0 8px;font-size:6.8px}.activity-list{display:grid}.activity-row{border-bottom:1px solid #eef1f2;grid-template-columns:29px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:58px;padding:8px 13px;text-decoration:none;display:grid}.activity-row:last-child{border-bottom:0}.activity-row:hover{background:#f8fbfa}.activity-severity{color:#56746f;background:#edf3f2;border-radius:8px;place-items:center;width:28px;height:28px;font-size:6px;font-weight:900;display:grid}.activity-severity.watch{color:#926a1a;background:#fff2d8}.activity-severity.critical{color:#9c473d;background:#fee9e6}.activity-copy{min-width:0}.activity-copy b{color:#3c4b55;font-size:7.8px;display:block}.activity-copy small{color:#6f7c86;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:6.8px;display:block;overflow:hidden}.activity-copy em{color:#9aa3aa;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:6.1px;font-style:normal;display:block;overflow:hidden}.activity-meta{text-align:right;min-width:66px}.activity-meta b{color:#55706c;letter-spacing:.05em;text-transform:uppercase;font-size:6px;font-weight:900;display:block}.activity-meta small{color:#9ba4aa;margin-top:3px;font-size:6px;display:block}.activity-empty{color:#949ea5;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:120px;font-size:7px;display:flex}.activity-empty b{color:#52616b;font-size:8.5px}.activity-empty span{margin-top:4px}.activity-feed-footer{color:#98a2a9;background:#fafbfb;border-top:1px solid #e9edef;justify-content:space-between;gap:10px;padding:8px 13px;font-size:6.3px;display:flex}.activity-feed.compact .activity-feed-head{padding:10px 12px 8px}.activity-feed.compact .activity-feed-head>div>p:not(.eyebrow){display:none}.activity-feed.compact .activity-list{grid-template-columns:repeat(3,minmax(0,1fr))}.activity-feed.compact .activity-row{border-bottom:0;border-right:1px solid #eef1f2;min-height:70px}.activity-feed.compact .activity-row:nth-child(3n){border-right:0}.activity-feed.compact .activity-row:nth-child(n+4){border-top:1px solid #eef1f2}.notification-center{flex:none;position:relative}.notification-trigger{color:#60707a;background:#fff;border:1px solid #dce3e6;border-radius:9px;place-items:center;width:36px;height:36px;font-size:6px;font-weight:900;display:grid;position:relative}.notification-trigger:hover{background:#f8fbfa;border-color:#c6dcda}.notification-trigger>b{color:#fff;background:#c95749;border:2px solid #fff;border-radius:9px;place-items:center;min-width:16px;height:16px;padding:0 3px;font-size:5.5px;display:grid;position:absolute;top:-5px;right:-5px}.notification-popover{z-index:120;background:#fff;border:1px solid #dce3e6;border-radius:13px;width:min(390px,100vw - 24px);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 20px 55px #1a28332e}.notification-head{background:#fbfcfc;border-bottom:1px solid #e9edef;justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;display:flex}.notification-head h3{color:#3a4954;margin:2px 0 0;font-size:10px}.notification-head>button{color:#247a73;background:0 0;border:0;font-size:6.5px;font-weight:800}.notification-list{max-height:430px;overflow-y:auto}.notification-item{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf0f2;grid-template-columns:7px minmax(0,1fr);align-items:flex-start;gap:8px;width:100%;min-height:72px;padding:10px 11px;display:grid}.notification-item.unread{background:#f7fbfa}.notification-item:hover{background:#f1f8f7}.notification-tone{background:#5b9a85;border-radius:50%;width:7px;height:7px;margin-top:4px}.notification-tone.watch{background:#d89a3d}.notification-tone.critical{background:#c95d50}.notification-item b{color:#3d4c56;font-size:7.5px;display:block}.notification-item small{color:#75828b;margin-top:3px;font-size:6.6px;line-height:1.4;display:block}.notification-item em{color:#9ba4aa;margin-top:5px;font-size:6px;font-style:normal;display:block}.notification-empty{color:#939da4;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:150px;font-size:7px;display:flex}.notification-empty b{color:#52616b;font-size:8.5px}.notification-empty span{margin-top:4px}@media (max-width:1000px){.activity-feed.compact .activity-list{grid-template-columns:repeat(2,minmax(0,1fr))}.activity-feed.compact .activity-row:nth-child(3n){border-right:1px solid #eef1f2}.activity-feed.compact .activity-row:nth-child(2n){border-right:0}}@media (max-width:700px){.activity-feed-head{display:block}.activity-filters{margin-top:9px;overflow-x:auto}.activity-feed.compact .activity-list{grid-template-columns:1fr}.activity-feed.compact .activity-row,.activity-feed.compact .activity-row:nth-child(3n){border-right:0}.notification-popover{width:auto;position:fixed;top:58px;left:10px;right:10px}}.global-brand-link,.nav-item{text-decoration:none}.global-brand-link{color:inherit}.global-page-description{color:#87939c;max-width:720px;margin:5px 0 0;font-size:8px;line-height:1.45}.global-section-topbar{align-items:flex-start}.global-section-topbar .top-actions{padding-top:1px}.global-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:13px;display:grid}.global-kpi-grid article{border:1px solid var(--line);background:#fff;border-radius:13px;min-height:100px;padding:14px 15px;box-shadow:0 7px 20px #202c3606}.global-kpi-grid article>span{color:#929da5;letter-spacing:.08em;text-transform:uppercase;font-size:6.8px;font-weight:850;display:block}.global-kpi-grid article>b{color:#293842;letter-spacing:-.045em;margin-top:10px;font-size:23px;display:block}.global-kpi-grid article>small{color:#98a2a9;margin-top:4px;font-size:6.6px;display:block}.global-register-panel{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #202c3608}.global-register-head,.global-register-row{align-items:center;gap:12px;display:grid}.global-register-head{color:#929ca4;letter-spacing:.08em;text-transform:uppercase;background:#f7f9fa;min-height:37px;padding:0 14px;font-size:6.5px;font-weight:900}.global-register-row{color:#61707a;border-bottom:1px solid #eef1f2;min-height:66px;padding:9px 14px;text-decoration:none}.global-register-row:last-child{border-bottom:0}.global-register-row:hover{background:#f8fbfa}.global-register-row>span{min-width:0}.global-register-row>span>b{color:#4b5964;text-overflow:ellipsis;white-space:nowrap;font-size:7.8px;font-weight:760;display:block;overflow:hidden}.global-register-row>span>small{color:#99a3aa;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:6.3px;display:block;overflow:hidden}.global-primary-cell{grid-template-columns:35px minmax(0,1fr);align-items:center;gap:9px;display:grid}.global-primary-cell>i{color:#17766e;background:#e7f2f0;border-radius:9px;place-items:center;width:35px;height:35px;font-size:6.5px;font-style:normal;font-weight:900;display:grid}.global-primary-cell b{color:#394852;text-overflow:ellipsis;white-space:nowrap;font-size:8.4px;display:block;overflow:hidden}.global-primary-cell small{color:#99a3aa;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:6.3px;display:block;overflow:hidden}.global-chip-wrap{flex-wrap:wrap;gap:4px;display:flex}.global-chip-wrap i{color:#65777d;text-overflow:ellipsis;white-space:nowrap;background:#f0f4f4;border-radius:8px;max-width:100%;padding:4px 6px;font-size:5.9px;font-style:normal;font-weight:780;overflow:hidden}.global-open-link{white-space:nowrap;justify-self:end;font-size:6.7px;font-weight:800;color:#247b73!important}.global-status,.global-priority,.global-role{text-transform:capitalize;border-radius:10px;justify-content:center;align-items:center;min-width:52px;padding:4px 7px;font-size:6px;font-style:normal;font-weight:900;display:inline-flex}.global-status.healthy,.global-status.active,.global-status.completed{color:#1c765f;background:#e9f6f2}.global-status.watch,.global-status.on-hold,.global-status.maintenance{color:#956c19;background:#fff3dd}.global-status.setup,.global-status.planned,.global-status.inactive,.global-status.retired,.global-status.cancelled{color:#77838c;background:#eef1f3}.global-priority.critical{color:#9c473d;background:#fee9e6}.global-priority.high{color:#936a18;background:#fff2dc}.global-priority.medium{color:#607b90;background:#edf3f7}.global-priority.low{color:#76838c;background:#eef2f3}.global-role.admin{color:#176f68;background:#e7f3f1}.global-role.manage{color:#456d9b;background:#edf3fb}.global-role.view{color:#6f7b84;background:#eef1f3}.global-progress{grid-template-columns:minmax(70px,1fr) auto;align-items:center;gap:7px;display:grid}.global-progress>i{background:#edf1f2;border-radius:6px;height:5px;overflow:hidden}.global-progress>i>b{border-radius:inherit;background:linear-gradient(90deg,#178d84,#4fc0b6);height:100%;display:block}.global-progress>span{color:#60707a;font-size:6.5px;font-weight:800}.global-locations-grid{grid-template-columns:minmax(245px,1.15fr) minmax(140px,.7fr) minmax(190px,.9fr) 80px 110px 55px}.global-projects-grid{grid-template-columns:minmax(250px,1.15fr) minmax(185px,.9fr) minmax(165px,.78fr) 145px 75px 85px 55px}.global-assets-grid{grid-template-columns:minmax(250px,1.15fr) minmax(190px,.9fr) minmax(180px,.82fr) minmax(145px,.68fr) 90px 55px}.global-access-grid{grid-template-columns:minmax(235px,1.05fr) minmax(205px,.95fr) 75px minmax(240px,1.05fr) 115px 55px}.global-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.global-panel-title{border-bottom:1px solid #e9edef;justify-content:space-between;align-items:center;gap:12px;min-height:59px;padding:11px 13px;display:flex}.global-panel-title h2{color:#374650;margin:2px 0 0;font-size:11px}.global-panel-title>span{color:#738189;background:#f0f4f4;border-radius:8px;padding:4px 7px;font-size:6.3px;font-weight:800}.global-card-list{max-height:620px;display:grid;overflow-y:auto}.global-list-card{min-height:68px;color:inherit;border-bottom:1px solid #eef1f2;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:9px 12px;text-decoration:none;display:grid}.global-list-card:last-child{border-bottom:0}.global-list-card:hover{background:#f8fbfa}.global-list-code{color:#18766e;background:#e7f2f0;border-radius:9px;place-items:center;width:33px;height:33px;font-size:6.3px;font-weight:900;display:grid}.global-list-card b{color:#3f4e58;font-size:7.8px;display:block}.global-list-card small,.global-list-card em{color:#939da4;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:6.2px;font-style:normal;display:block;overflow:hidden}.global-list-card em{color:#75858b;margin-top:4px}.global-list-card>i{color:#2c7d75;font-size:8px;font-style:normal}@media (max-width:1150px){.global-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.global-register-panel{overflow-x:auto}.global-register-head,.global-register-body{min-width:980px}}@media (max-width:860px){.global-two-column{grid-template-columns:1fr}.global-section-topbar{display:block}.global-section-topbar .top-actions{margin-top:14px}}@media (max-width:650px){.global-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.command-center-shell{--cc-ink:#102332;--cc-ink-soft:#334b5b;--cc-muted:#7a8b96;--cc-line:#183a4918;--cc-line-strong:#183a4924;--cc-teal:#0f9f95;--cc-teal-deep:#0b6f6a;--cc-teal-pale:#e9f7f4;--cc-gold:#d39a3c;--cc-canvas:#f3f7f8;--cc-panel:#fffffff0;--cc-shadow-sm:0 10px 30px #13303d0e;--cc-shadow-md:0 20px 55px #122d3b16;--cc-shadow-lg:0 30px 80px #0e263321;background:radial-gradient(circle at 80% -5%,#38c7bc17,#0000 32%),radial-gradient(circle at 30% 10%,#d2e5e970,#0000 30%),linear-gradient(#f7fafb 0%,#f1f5f6 100%);grid-template-columns:248px minmax(0,1fr);min-height:100vh}.command-center-shell .sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#fffffffb,#fbfdfdf6),#fff;border-right:1px solid #1f445414;width:auto;padding:28px 20px 22px;box-shadow:16px 0 50px #11314009}.command-center-shell .brand{gap:13px;padding:0 6px 34px;text-decoration:none}.command-center-shell .brand-mark{background:radial-gradient(circle at 34% 22%,#5ddcd040,#0000 32%),linear-gradient(145deg,#16384d,#0d2435);border-radius:14px;width:44px;height:44px;box-shadow:0 12px 26px #1230422e,inset 0 1px #ffffff1f}.command-center-shell .brand-mark:after{content:"";pointer-events:none;border:1px solid #ffffff12;border-radius:13px;position:absolute;inset:1px}.command-center-shell .brand strong{color:var(--cc-ink);letter-spacing:-.035em;font-size:18px;font-weight:760}.command-center-shell .brand span:last-child{color:#81909a;letter-spacing:.13em;margin-top:3px;font-size:9px;font-weight:750}.command-center-shell .side-nav{gap:7px}.command-center-shell .nav-item{color:#667984;border-radius:14px;grid-template-columns:34px 1fr;gap:10px;min-height:48px;padding:7px 10px;transition:transform .22s,background .22s,color .22s,box-shadow .22s;position:relative;overflow:hidden}.command-center-shell .nav-item:before{content:"";background:0 0;border-radius:0 6px 6px 0;width:3px;transition:all .22s;position:absolute;top:11px;bottom:11px;left:0;transform:scaleY(.55)}.command-center-shell .nav-item span{color:#72838d;letter-spacing:.09em;background:#f2f6f7;border:1px solid #2048570e;border-radius:10px;width:32px;height:32px;font-size:8px;font-weight:850;transition:all .22s}.command-center-shell .nav-item b{letter-spacing:-.01em;font-size:12px;font-weight:650}.command-center-shell .nav-item:hover{color:var(--cc-ink);background:#f3f8f9e6;transform:translate(2px)}.command-center-shell .nav-item.active{color:#08756e;background:linear-gradient(100deg,#e1f6f2fa,#f0f9f7cc);box-shadow:inset 0 0 0 1px #17978c0e}.command-center-shell .nav-item.active:before{background:linear-gradient(#2ac5b8,#0c847b);transform:scaleY(1)}.command-center-shell .nav-item.active span{color:#087b74;background:linear-gradient(145deg,#d9f1ed,#ebf8f6);border-color:#16928814;box-shadow:0 7px 15px #18958a14}.command-center-shell .sidebar-bottom{margin-top:auto;padding-top:18px}.command-center-shell .system-status{color:#7d8d94;border-bottom-color:#1f445414;margin:0 4px;padding:12px 8px 16px;font-size:9px}.command-center-shell .system-status span{background:#36b880;width:7px;height:7px;box-shadow:0 0 0 4px #36b88017,0 0 18px #36b88038}.command-center-shell .profile{border-radius:13px;margin-top:3px;padding:14px 6px 2px;transition:background .2s}.command-center-shell .profile:hover{background:#f5f8f9}.command-center-shell .avatar{background:linear-gradient(145deg,#173c52,#0c2637);width:38px;height:38px;box-shadow:0 8px 18px #13334529}.command-center-workspace{isolation:isolate;padding:29px 34px 38px;position:relative;overflow:clip}.command-center-workspace:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#44cfc216,#0000 68%);border-radius:50%;width:620px;height:620px;position:absolute;top:-220px;right:-120px}.command-center-shell .topbar{align-items:center;min-height:62px;margin-bottom:24px}.command-center-shell .topbar>div:first-child{min-width:260px}.command-center-shell .eyebrow{color:#7c929e;letter-spacing:.2em;margin-bottom:7px;font-size:8px;font-weight:850}.command-center-shell .topbar h1{color:var(--cc-ink);letter-spacing:-.052em;font-size:clamp(28px,2.25vw,37px);font-weight:720;line-height:1}.command-center-shell .top-actions{gap:9px}.command-center-shell .global-search{width:min(490px,37vw)}.command-center-shell .global-search>input{height:44px;color:var(--cc-ink);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6;border:1px solid #1b43541b;border-radius:13px;padding-left:42px;padding-right:56px;box-shadow:0 8px 28px #1a3a480b,inset 0 1px #fffc}.command-center-shell .global-search>input:focus{background:#fff;border-color:#14a19559;box-shadow:0 0 0 4px #13a29613,0 14px 35px #183b4814}.command-center-shell .global-search>kbd{background:#f5f8f8;border-color:#1f455417;box-shadow:inset 0 1px #fff}.command-center-shell .notification-trigger,.command-center-shell .secondary-btn{background:#ffffffe8;border-color:#1b43541c;border-radius:12px;height:44px;box-shadow:0 8px 25px #1434420b}.command-center-shell .notification-trigger{width:44px}.command-center-shell .secondary-btn{color:#304956;padding:0 18px;font-size:10px;font-weight:760}.command-center-shell .secondary-btn:hover,.command-center-shell .notification-trigger:hover{background:#fff;border-color:#11908633;transform:translateY(-1px);box-shadow:0 12px 30px #14344213}.command-center-shell .metrics-grid{gap:13px;margin-bottom:15px}.command-center-shell .metric-card{background:linear-gradient(145deg,#fffffffc,#fafdfdf5);border:1px solid #19425213;border-radius:18px;min-height:126px;padding:17px 18px 16px;transition:transform .24s,box-shadow .24s,border-color .24s;position:relative;overflow:hidden;box-shadow:0 12px 30px #10303e0b,inset 0 1px #fffffff2}.command-center-shell .metric-card:before{content:"";opacity:.9;background:linear-gradient(90deg,#22b8aa,#22b8aa05);border-radius:0 0 4px 4px;height:2px;position:absolute;top:0;left:18px;right:58%}.command-center-shell .metric-card:hover{border-color:#14928821;transform:translateY(-3px);box-shadow:0 20px 44px #11334013}.command-center-shell .intelligence-metric-card:after{border:1px solid #15978d12;width:118px;height:118px;bottom:-46px;right:-30px;box-shadow:0 0 0 16px #16a09506,0 0 0 36px #16a09504}.command-center-shell .metric-topline{z-index:2;color:#7b8d97;letter-spacing:.01em;font-size:8px;font-weight:650;position:relative}.command-center-shell .metric-dot{background:#19aa9e;width:7px;height:7px;box-shadow:0 0 0 4px #19aa9e14}.command-center-shell .metric-value{z-index:2;color:#102938;letter-spacing:-.055em;margin-top:17px;font-size:clamp(27px,2vw,34px);font-weight:740;position:relative}.command-center-shell .metric-label{z-index:2;color:#5e737f;margin-top:7px;font-size:9px;font-weight:650;position:relative}.command-center-shell .intelligence-metric-card>small{z-index:2;color:#98a4aa;margin-top:5px;font-size:6.5px;font-weight:540;position:relative}.command-center-shell .intelligence-strip{gap:13px;margin-bottom:15px}.command-center-shell .attention-cluster,.command-center-shell .network-pulse{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #19425213;border-radius:17px;min-height:86px;box-shadow:0 10px 30px #11303d0a}.command-center-shell .attention-cluster{padding:13px 16px;position:relative;overflow:hidden}.command-center-shell .attention-cluster:after{content:"";pointer-events:none;background:radial-gradient(circle,#dfa43c1a,#0000 68%);border-radius:50%;width:150px;height:150px;position:absolute;top:-62px;left:-44px}.command-center-shell .attention-dot{z-index:2;width:9px;height:9px;position:relative}.command-center-shell .attention-dot.active{box-shadow:0 0 0 5px #db9d421a,0 0 18px #db9d4233}.command-center-shell .intelligence-strip-title small,.command-center-shell .network-pulse>div:first-child small{color:#8a9aa3;letter-spacing:.14em;font-size:6.5px}.command-center-shell .intelligence-strip-title b,.command-center-shell .network-pulse>div:first-child b{color:#354d59;margin-top:4px;font-size:8.5px;font-weight:680}.command-center-shell .attention-items{gap:6px}.command-center-shell .attention-chip{border:1px solid #0000;border-radius:10px;min-height:30px;padding:0 9px 0 6px;font-size:6.5px}.command-center-shell .attention-chip i{min-width:18px;height:18px}.command-center-shell .attention-chip.watch{background:linear-gradient(#fff9ed,#fff5df);border-color:#ca993414}.command-center-shell .attention-chip.critical{background:linear-gradient(#fff6f4,#ffefec);border-color:#b94e4112}.command-center-shell .attention-chip.clear{background:linear-gradient(#f4faf7,#eaf6f0);border-color:#3e8b6512}.command-center-shell .network-pulse{padding:13px 15px}.command-center-shell .country-chips span{color:#758791;background:#f4f7f8;border:1px solid #1942520e;border-radius:9px;padding:5px 7px}.command-center-shell .network-health-mini{border-top-color:#1e455412}.command-center-shell .activity-feed.compact{background:#fffffff2;border:1px solid #19425213;border-radius:18px;margin-bottom:15px;box-shadow:0 12px 34px #10303e0a}.command-center-shell .activity-feed.compact .activity-feed-head{background:linear-gradient(#fcfefefa,#fffffffa);min-height:52px;padding:12px 15px 10px}.command-center-shell .activity-feed-head h2{color:#253e4b;font-size:12.5px;font-weight:700}.command-center-shell .activity-feed.compact .activity-row{min-height:75px;padding:10px 14px;transition:background .2s}.command-center-shell .activity-feed.compact .activity-row:hover{background:linear-gradient(90deg,#eff8f6b8,#fafcfcb3)}.command-center-shell .activity-severity{background:#edf4f3;border-radius:10px;width:31px;height:31px;box-shadow:inset 0 0 0 1px #1a635b08}.command-center-shell .activity-copy b{color:#334d59;font-size:7.8px;font-weight:700}.command-center-shell .activity-copy small{color:#72828b}.command-center-shell .activity-meta b{color:#58736e}.command-center-shell .content-grid{grid-template-columns:minmax(0,1fr) 326px;gap:16px}.command-center-shell .map-card,.command-center-shell .detail-card{box-shadow:var(--cc-shadow-md);border:1px solid #19425216;border-radius:21px}.command-center-shell .map-card{background:#fff}.command-center-shell .map-header{background:linear-gradient(#fff,#fbfdfd);border-bottom-color:#1b435414;min-height:82px;padding:17px 19px 15px}.command-center-shell .map-header h2,.command-center-shell .detail-card h2{color:#17303f;letter-spacing:-.035em;font-size:18px;font-weight:710}.command-center-shell .map-subline{color:#82919a;gap:14px;margin-top:8px}.command-center-shell .view-toggle{background:#f1f5f6;border-color:#1a415117;border-radius:11px;padding:3px}.command-center-shell .view-toggle button{border-radius:8px;height:31px}.command-center-shell .view-toggle button.active{color:#143846;box-shadow:0 4px 12px #18374414,inset 0 1px #fff}.command-center-shell .layers-toggle{border-color:#19425217;border-radius:11px;height:38px}.command-center-shell .live-badge{background:#f2f9f6;border-color:#2e987217;min-height:38px}.command-center-shell .map-stage{background:#071925;height:min(70vh,670px);min-height:560px}.command-center-shell .map-vignette:after{content:"";pointer-events:none;background-image:linear-gradient(#3fc3b706 1px,#0000 1px),linear-gradient(90deg,#3fc3b706 1px,#0000 1px);background-size:38px 38px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#00000080,#0000 70%);mask-image:linear-gradient(#00000080,#0000 70%)}.command-center-shell .map-stage.is-globe .map-vignette{background:radial-gradient(circle at 57% 47%,#17b1a406 0,#0000 44%),radial-gradient(circle at 58% 46%,#0000 43%,#040d1714 77%,#040d1730 100%);box-shadow:inset 0 1px #ffffff0a}.command-center-shell .map-reset-btn{background:#081c28c7;border-radius:10px;height:34px;bottom:16px;left:16px;box-shadow:0 12px 28px #0000002e}.command-center-shell .detail-card{background:linear-gradient(#fff,#fbfdfd);position:relative;overflow:hidden}.command-center-shell .detail-card:before{content:"";z-index:3;pointer-events:none;background:linear-gradient(90deg,#1db3a6,#0000);height:2px;position:absolute;top:0;left:20px;right:46%}.command-center-shell .detail-hero{background:radial-gradient(circle at 88% 2%,#29baac18,#0000 38%),linear-gradient(#fbfefd,#fff);border-bottom-color:#1a425213;padding:22px 18px 18px;position:relative}.command-center-shell .country-code{color:#476471;background:linear-gradient(145deg,#eef5f5,#f8fbfb);border:1px solid #1c4c590f;border-radius:12px;width:42px;height:42px;box-shadow:0 7px 18px #1639450b}.command-center-shell .health-pill{border:1px solid #398d6512;padding:6px 9px}.command-center-shell .location-summary{border-bottom-color:#1a425212;padding:10px 17px}.command-center-shell .location-summary div{border-bottom-color:#1c46540e;padding:11px 8px}.command-center-shell .location-summary b{color:#1f3947;font-size:17px;font-weight:720}.command-center-shell .capacity{border-bottom-color:#1a425212;padding:15px 18px}.command-center-shell .progress{background:#eaf0f1;height:6px}.command-center-shell .progress span{background:linear-gradient(90deg,#0f827a,#39c0b4);box-shadow:0 0 16px #2ab8ab2e}.command-center-shell .detail-section{padding:17px 18px}.command-center-shell .detail-section .activity-row{min-height:51px}.command-center-shell .activity-icon{background:#eff6f5;border-radius:10px;width:31px;height:31px}.command-center-shell .open-location{color:#126f69;background:linear-gradient(#f4fbf9fa,#edf8f6fa);border:1px solid #12887e21;border-radius:12px;min-height:45px;margin:auto 15px 15px;transition:transform .2s,box-shadow .2s,border-color .2s;box-shadow:inset 0 1px #fffc}.command-center-shell .open-location:hover{border-color:#12887e38;transform:translateY(-1px);box-shadow:0 10px 24px #146d6514}.command-center-shell .global-search-popover,.command-center-shell .notification-popover{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-color:#1942521b;border-radius:17px;box-shadow:0 28px 75px #0d27352e}.command-center-shell .global-search-popover{background:#fffffffa}@keyframes cc-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.command-center-shell .topbar,.command-center-shell .intelligence-metrics,.command-center-shell .intelligence-strip,.command-center-shell .activity-feed.compact,.command-center-shell .content-grid{animation:.55s cubic-bezier(.22,.7,.2,1) both cc-rise}.command-center-shell .intelligence-metrics{animation-delay:40ms}.command-center-shell .intelligence-strip{animation-delay:80ms}.command-center-shell .activity-feed.compact{animation-delay:.12s}.command-center-shell .content-grid{animation-delay:.16s}@media (prefers-reduced-motion:reduce){.command-center-shell *,.command-center-shell :before,.command-center-shell :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:1280px){.command-center-shell{grid-template-columns:214px minmax(0,1fr)}.command-center-workspace{padding-left:26px;padding-right:26px}.command-center-shell .content-grid{grid-template-columns:minmax(0,1fr) 300px}}@media (max-width:1180px){.command-center-shell{grid-template-columns:82px minmax(0,1fr)}.command-center-shell .sidebar{padding-left:14px;padding-right:14px}.command-center-shell .global-search{width:min(390px,38vw)}}@media (max-width:900px){.command-center-workspace{padding:22px 20px 94px}.command-center-shell .topbar{align-items:flex-start}.command-center-shell .topbar h1{font-size:29px}.command-center-shell .metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.command-center-shell .metric-card:last-child{grid-column:1/-1}.command-center-shell .content-grid{grid-template-columns:1fr}.command-center-shell .detail-card{min-height:auto}}@media (max-width:680px){.command-center-shell{display:block}.command-center-shell .sidebar{border:1px solid #1c43521a;border-radius:18px;height:64px;padding:6px;inset:auto 10px 10px;box-shadow:0 18px 50px #0e28352e}.command-center-shell .side-nav{grid-auto-columns:1fr;grid-auto-flow:column;gap:3px;width:100%;display:grid}.command-center-shell .nav-item{grid-template-columns:1fr;place-items:center;min-height:50px;padding:5px}.command-center-shell .nav-item:before,.command-center-shell .nav-item b,.command-center-shell .brand,.command-center-shell .sidebar-bottom{display:none}.command-center-shell .nav-item span{width:34px;height:34px}.command-center-workspace{padding:18px 13px 90px}.command-center-shell .topbar{gap:14px;margin-bottom:18px}.command-center-shell .topbar h1{font-size:27px}.command-center-shell .top-actions,.command-center-shell .global-search{width:100%}.command-center-shell .secondary-btn{display:none}.command-center-shell .metrics-grid{grid-template-columns:1fr 1fr;gap:9px}.command-center-shell .metric-card{border-radius:15px;min-height:112px;padding:14px}.command-center-shell .metric-card:last-child{grid-column:1/-1}.command-center-shell .metric-value{font-size:27px}.command-center-shell .intelligence-strip{gap:9px}.command-center-shell .attention-cluster,.command-center-shell .network-pulse{border-radius:15px}.command-center-shell .activity-feed.compact .activity-list{grid-template-columns:1fr}.command-center-shell .activity-feed.compact .activity-row{border-top:1px solid #eef1f2;border-right:0}.command-center-shell .activity-feed.compact .activity-row:first-child{border-top:0}.command-center-shell .map-card,.command-center-shell .detail-card{border-radius:17px}.command-center-shell .map-header{padding:15px}.command-center-shell .map-stage{height:64vh;min-height:500px}}.command-center-shell{font-size:14px}.command-center-shell .global-search{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #1b43541c;border-radius:14px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;width:min(500px,38vw);height:46px;padding:0 10px 0 12px;transition:border-color .2s,box-shadow .2s,background .2s;display:grid;box-shadow:0 9px 28px #1a3a480e,inset 0 1px #fffffff2}.command-center-shell .global-search:focus-within{background:#fff;border-color:#14a19557;box-shadow:0 0 0 4px #13a29612,0 14px 36px #183b4816}.command-center-shell .global-search-icon{color:#718690;place-items:center;width:24px;height:24px;font-size:17px;line-height:1;display:grid}.command-center-shell .global-search>input{color:#243d49;outline:0;width:100%;min-width:0;height:44px;padding:0 10px 0 2px;font-size:11.5px;font-weight:500;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.command-center-shell .global-search>input::placeholder{color:#91a0a8;opacity:1}.command-center-shell .global-search>kbd{color:#75858e;background:#f3f7f7;border:1px solid #1d445317;border-radius:7px;min-width:34px;height:25px;padding:0 7px;font-size:8px;font-weight:800;box-shadow:inset 0 1px #fff}.command-center-shell .global-search-spinner{width:13px;height:13px;right:52px}.command-center-shell .eyebrow{font-size:9.5px;line-height:1.25}.command-center-shell .nav-item b{font-size:13px}.command-center-shell .system-status{font-size:10px}.command-center-shell .profile b{font-size:12.5px}.command-center-shell .profile small{font-size:10px}.command-center-shell .secondary-btn{font-size:11px}.command-center-shell .metric-topline{font-size:10px}.command-center-shell .metric-label{font-size:11.5px}.command-center-shell .intelligence-metric-card>small{margin-top:6px;font-size:9px;line-height:1.4}.command-center-shell .intelligence-strip-title small,.command-center-shell .network-pulse>div:first-child small{font-size:8.5px}.command-center-shell .intelligence-strip-title b,.command-center-shell .network-pulse>div:first-child b{font-size:10.5px;line-height:1.35}.command-center-shell .attention-chip{gap:6px;min-height:32px;padding:0 10px 0 7px;font-size:8.5px}.command-center-shell .attention-chip i{min-width:19px;height:19px;font-size:7.5px}.command-center-shell .country-chips span,.command-center-shell .network-health-mini{font-size:8px}.command-center-shell .activity-feed-head h2{font-size:14px}.command-center-shell .activity-feed.compact .activity-row{grid-template-columns:33px minmax(0,1fr) auto;gap:11px;min-height:82px}.command-center-shell .activity-severity{width:32px;height:32px;font-size:7.5px}.command-center-shell .activity-copy b{font-size:10px;line-height:1.3}.command-center-shell .activity-copy small{margin-top:3px;font-size:8.5px;line-height:1.35}.command-center-shell .activity-copy em{margin-top:4px;font-size:8px}.command-center-shell .activity-meta b,.command-center-shell .activity-meta small{font-size:7.5px}.command-center-shell .map-header h2,.command-center-shell .detail-card h2{font-size:19px}.command-center-shell .map-subline{font-size:10px}.command-center-shell .view-toggle button,.command-center-shell .layers-toggle,.command-center-shell .live-badge{font-size:9.5px}.command-center-shell .layers-toggle>b{font-size:8px}.command-center-shell .detail-hero p:not(.eyebrow){font-size:9.5px}.command-center-shell .health-pill,.command-center-shell .location-summary span{font-size:8px}.command-center-shell .location-summary b{font-size:18px}.command-center-shell .capacity>div:first-child{font-size:10px}.command-center-shell .section-title>span{font-size:8px}.command-center-shell .section-title button{font-size:9px}.command-center-shell .detail-section .activity-row b{font-size:10px}.command-center-shell .detail-section .activity-row small{font-size:8.5px;line-height:1.35}.command-center-shell .open-location{font-size:10px}.command-center-shell .global-search-popover-head>div>span{font-size:8px}.command-center-shell .global-search-popover-head>div>b{font-size:10px}.command-center-shell .global-search-popover-head>small,.command-center-shell .global-search-group-title>span{font-size:8px}.command-center-shell .global-search-group-title>small{font-size:7px}.command-center-shell .global-result-copy b{font-size:10.5px}.command-center-shell .global-result-copy small,.command-center-shell .global-result-copy em,.command-center-shell .global-result-target small,.command-center-shell .global-result-target b{font-size:8.5px}.command-center-shell .global-search-footer{font-size:8px}.command-center-shell .enterprise-tooltip-title{font-size:12px}.command-center-shell .enterprise-tooltip-meta{font-size:9px}@media (max-width:1180px){.command-center-shell .global-search{width:min(420px,40vw)}}@media (max-width:900px){.command-center-shell .global-search{width:min(380px,52vw)}}@media (max-width:680px){.command-center-shell .global-search{width:100%;height:44px}.command-center-shell .global-search>input{height:42px;font-size:11px}.command-center-shell .global-search>kbd{display:none}.command-center-shell .global-search-spinner{right:14px}.command-center-shell .metric-topline{font-size:9px}.command-center-shell .metric-label{font-size:10.5px}.command-center-shell .intelligence-metric-card>small{font-size:8.5px}}:root{--ui-text-xs:9.5px;--ui-text-sm:10.5px;--ui-text-md:12px;--ui-text-body:13px}.sidebar .nav-item b,.workspace-sidebar .workspace-nav-item b{font-size:13px}.sidebar .nav-item span,.workspace-sidebar .workspace-nav-item>span{font-size:9px}.system-status,.workspace-live,.workspace-side-bottom small{font-size:10px}.profile b,.workspace-side-bottom b{font-size:12px}.profile small{font-size:10px}.auth-profile-menu{width:230px}.auth-profile-menu b{font-size:11px}.auth-profile-menu small{font-size:10px;line-height:1.4}.auth-profile-menu>button{min-height:40px;font-size:10.5px}.global-section-topbar h1,.workspace-topbar h1{line-height:1.08}.global-page-description{max-width:820px;margin-top:7px;font-size:11.5px;line-height:1.55}.global-section-workspace .eyebrow,.location-workspace-shell .eyebrow,.login-shell .eyebrow{font-size:9.5px;line-height:1.3}.global-kpi-grid{gap:12px;margin-bottom:16px}.global-kpi-grid article{min-height:116px;padding:17px 17px 15px}.global-kpi-grid article>span{font-size:9.5px;line-height:1.3}.global-kpi-grid article>b{margin-top:12px;font-size:26px}.global-kpi-grid article>small{margin-top:6px;font-size:10px;line-height:1.4}.global-register-head{min-height:44px;padding:0 16px;font-size:9.5px;line-height:1.25}.global-register-row{min-height:78px;padding:11px 16px}.global-register-row>span>b{font-size:11px;line-height:1.35}.global-register-row>span>small{margin-top:4px;font-size:9.5px;line-height:1.35}.global-primary-cell{grid-template-columns:39px minmax(0,1fr);gap:11px}.global-primary-cell>i{border-radius:10px;width:39px;height:39px;font-size:9px}.global-primary-cell b{font-size:11.5px;line-height:1.3}.global-primary-cell small{margin-top:4px;font-size:9.5px;line-height:1.35}.global-chip-wrap{gap:5px}.global-chip-wrap i{padding:5px 8px;font-size:9px;line-height:1.2}.global-open-link{font-size:10px!important}.global-status,.global-priority,.global-role{min-width:62px;padding:5px 9px;font-size:9px;line-height:1.2}.global-panel-title h2{font-size:16px}.global-panel-title>span{font-size:10px}.global-list-card{min-height:76px;padding:11px 13px}.global-list-code{font-size:9px}.global-list-card b{font-size:11px}.global-list-card small,.global-list-card em{font-size:9.5px;line-height:1.35}.global-search{min-height:44px}.global-search>input{font-size:11.5px}.global-search>kbd{font-size:8px}.global-search-popover-head>div>span,.global-search-group-title>span{font-size:9px}.global-search-popover-head>div>b{font-size:11px}.global-search-popover-head>small,.global-search-group-title>small{font-size:9px}.global-search-group>button{min-height:70px}.global-result-badge{font-size:9px}.global-result-copy b{font-size:11px}.global-result-copy small,.global-result-copy em,.global-result-target small,.global-result-target b{font-size:9.5px;line-height:1.35}.global-search-footer{min-height:38px;font-size:9px}.notification-trigger{font-size:8px}.notification-head h3{font-size:15px}.notification-head button{font-size:10px}.notification-item{min-height:74px}.notification-item b{font-size:11px;line-height:1.35}.notification-item small{font-size:9.5px;line-height:1.45}.notification-item em{font-size:9px}.activity-feed-head h2{font-size:14px}.activity-feed-head>div>p:not(.eyebrow){font-size:10px;line-height:1.45}.activity-filters select{min-height:36px;font-size:10px}.activity-row{grid-template-columns:34px minmax(0,1fr) auto;gap:11px;min-height:72px;padding:10px 14px}.activity-severity{width:33px;height:33px;font-size:8px}.activity-copy b{font-size:10.5px;line-height:1.35}.activity-copy small{font-size:9.5px;line-height:1.4}.activity-copy em{font-size:9px}.activity-meta b,.activity-meta small{font-size:8.5px}.activity-feed-footer{font-size:9px}.location-workspace-shell{font-size:var(--ui-text-body)}.workspace-breadcrumb{font-size:10.5px}.workspace-secondary-btn,.workspace-primary-btn{min-height:40px;padding-inline:14px;font-size:10.5px}.location-hero-meta{font-size:10.5px}.location-identity p{font-size:11.5px;line-height:1.65}.workspace-status{padding:7px 11px;font-size:9.5px}.workspace-type-list span{padding:6px 9px;font-size:9.5px}.workspace-tabs{margin-bottom:20px}.workspace-tabs a{height:48px;padding:0 15px;font-size:11px}.workspace-tabs a small{min-width:21px;height:20px;font-size:8.5px}.workspace-metric{min-height:116px;padding:16px}.workspace-metric>span{font-size:9.5px}.workspace-metric strong{margin-top:15px;font-size:26px}.workspace-metric small{margin-top:8px;font-size:10px;line-height:1.4}.workspace-panel{padding:19px}.workspace-panel-head h2{font-size:17px}.workspace-panel-head>a{font-size:10px}.db-badge{padding:6px 8px;font-size:9px}.location-info-grid>div{min-height:82px;padding:14px}.location-info-grid span{font-size:9px}.location-info-grid strong{margin-top:8px;font-size:11px;line-height:1.55}.mono-value{font-size:10px!important}.workspace-operation-item{min-height:66px}.workspace-operation-item>span{width:36px;height:36px;font-size:9px}.workspace-operation-item b{font-size:11px}.workspace-operation-item small{font-size:9.5px;line-height:1.4}.utilization-scale{font-size:9px}.workspace-type-cards>div{min-height:66px}.workspace-type-cards>div>span{width:31px;height:31px;font-size:9px}.workspace-type-cards b,.access-summary-row b{font-size:10.5px}.workspace-type-cards small,.access-summary-row small{font-size:9px;line-height:1.35}.access-summary-row>span{width:31px;height:31px;font-size:9px}.access-summary-row em{font-size:8.5px}.workspace-data-note b{font-size:10px}.workspace-data-note span{font-size:9.5px;line-height:1.5}.module-preview-row span{font-size:9px}.projects-module-head>div>p:not(.eyebrow),.products-module-head>div>p:not(.eyebrow),.storage-module-head>div>p:not(.eyebrow),.assets-module-head>div>p:not(.eyebrow),.people-module-head>div>p:not(.eyebrow),.access-module-head>div>p:not(.eyebrow){font-size:11px;line-height:1.55}.projects-summary-grid span,.products-summary-grid span,.storage-summary-grid span,.assets-summary-grid span,.people-summary-grid span,.access-summary-grid span{font-size:9px}.projects-summary-grid small,.products-summary-grid small,.storage-summary-grid small,.assets-summary-grid small,.people-summary-grid small,.access-summary-grid small{font-size:9.5px;line-height:1.35}.projects-search input,.products-search input,.storage-search input,.assets-search input,.people-search input,.access-search input{font-size:11px}.projects-toolbar>select,.products-toolbar>select,.storage-toolbar>select,.assets-toolbar>select,.people-toolbar select,.access-toolbar>select{min-height:38px;font-size:10.5px}.projects-register-head,.products-register-head,.storage-register-head,.assets-register-head,.people-register-head,.access-register-head{min-height:42px;font-size:9.5px;line-height:1.25}.project-register-row,.product-register-row,.storage-register-row,.asset-register-row,.person-register-row,.access-register-row{min-height:76px;font-size:10.5px}.project-primary-cell>i,.product-primary-cell>i,.storage-primary-cell>i,.asset-primary-cell>i,.person-primary-cell>i,.access-principal-cell>i{font-size:9px}.project-primary-cell b,.product-primary-cell b,.storage-primary-cell b,.asset-primary-cell b,.person-primary-cell b,.access-principal-cell b{font-size:11px;line-height:1.3}.project-primary-cell small,.product-primary-cell small,.storage-primary-cell small,.asset-primary-cell small,.person-primary-cell small,.access-principal-cell small{font-size:9.5px;line-height:1.35}.project-cell-main,.product-cell-main,.storage-cell-main,.asset-cell-main,.person-cell-main,.access-cell-main{font-size:10.5px;line-height:1.35}.project-cell-sub,.product-cell-sub,.storage-cell-sub,.asset-cell-sub,.person-cell-sub,.access-cell-sub{font-size:9.5px;line-height:1.35}.project-progress-cell>b{font-size:9.5px}.project-priority,.project-status,.product-status,.storage-status,.asset-status,.person-status,.access-role{min-width:60px;padding:5px 8px;font-size:9px}.person-project-cell i,.access-module-cell i{padding:5px 7px;font-size:8.5px}.person-project-cell small{font-size:9px}.projects-register-footer,.products-register-footer,.storage-register-footer,.assets-register-footer,.people-register-footer,.access-register-footer{padding-block:11px;font-size:9.5px}.people-view-switch button{min-height:34px;font-size:10px}.people-view-switch button span{font-size:8px}.team-card-head>span{font-size:9px}.team-card-head b{font-size:11px}.team-card-head small{font-size:9.5px}.people-data-notice>span,.access-policy-notice>span,.workspace-readonly-notice>span{font-size:8.5px}.people-data-notice p,.access-policy-notice p,.workspace-readonly-notice{font-size:9.5px;line-height:1.5}.access-policy-notice b{font-size:10.5px}.workspace-edit-head>div>span{font-size:10px}.workspace-form-field>span,.field>span,.login-field>span{font-size:10.5px}.workspace-form-field input,.workspace-form-field select,.workspace-form-field textarea,.field input,.field select,.field textarea{font-size:11.5px}.workspace-form-section-head span{font-size:10.5px}.workspace-form-section-head small{font-size:9.5px;line-height:1.4}.workspace-form-section-head>b{font-size:8.5px}.workspace-edit-type-grid button,.access-module-picker button{min-height:42px;font-size:10px}.workspace-edit-type-grid button i,.access-module-picker button i{font-size:9px}.workspace-form-error,.api-notice span,.access-config-message{font-size:9.5px;line-height:1.45}.api-notice b,.access-config-list>button b{font-size:10.5px}.access-config-list>button small{font-size:9.5px}.field-hint{font-size:9px}.drawer-search-results small,.selected-place-card em,.map-picker small{font-size:9.5px;line-height:1.4}.drawer-search-results>button>em,.selected-place-card small,.location-type-grid>button>small{font-size:8.5px}.selected-place-card>button,.clear-map-position{font-size:9.5px}.location-type-grid>button b{font-size:10.5px}.access-preview p{font-size:10px}.access-chips span,.access-chips button{font-size:9px}.pick-banner{font-size:10px}.access-principal-cell b>em{font-size:8px}.access-policy-path span,.access-policy-path i{font-size:8.5px}.access-principal-type button>i{font-size:9px}.access-principal-type b,.access-role-picker b,.access-revoke-block b{font-size:10px}.access-principal-type small,.access-active-toggle small,.access-role-picker small,.access-revoke-block span{font-size:9.5px;line-height:1.45}.access-active-toggle b{font-size:10px}.access-revoke-block button{font-size:9.5px}.project-form-summary>div:first-child span,.project-record-note span,.asset-form-summary span{font-size:9px}.project-form-summary>div:first-child b,.project-record-note b,.asset-form-summary b,.asset-history-item b,.asset-commercial-note b{font-size:10.5px}.asset-history-item small,.asset-history-item p,.asset-history-empty,.asset-commercial-note span{font-size:9.5px;line-height:1.45}.login-brand>div strong{font-size:17px}.login-brand>div span{font-size:9px}.login-brand-copy>p:not(.eyebrow){font-size:13px}.login-security-flow span{padding:8px 10px;font-size:9px}.login-security-flow i{font-size:10px}.login-card{width:min(480px,100%);padding:32px}.login-card-head>p:not(.eyebrow){font-size:11px;line-height:1.55}.login-field{gap:7px;margin-top:14px}.login-field input{height:46px;padding:0 13px;font-size:12px}.login-error{font-size:10px}.login-submit{height:46px;font-size:11px}.login-demo{gap:8px}.login-demo>div span,.login-demo>div small{font-size:9px}.login-demo>button{min-height:62px;padding:10px 12px}.login-demo b{font-size:10.5px}.login-demo small,.login-demo em{font-size:9.5px;line-height:1.4}.command-center-shell .legend-cluster-mini,.command-center-shell .layers-toggle>b,.command-center-shell .enterprise-tooltip-badge{font-size:8.5px}.command-center-shell .layer-heading>span,.command-center-shell .layer-panel>button small,.command-center-shell .layer-panel>button em,.command-center-shell .map-reset-btn,.command-center-shell .pin-label{font-size:9px}.command-center-shell .layer-panel>button b{font-size:10.5px}.maplibregl-ctrl-attrib{font-size:8px!important}@media (max-width:900px){.global-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.global-register-row{min-height:74px}.workspace-tabs a{height:46px;font-size:10.5px}}@media (max-width:680px){.global-page-description{font-size:11px}.global-kpi-grid article>span,.workspace-metric>span,.global-register-head,.projects-register-head,.products-register-head,.storage-register-head,.assets-register-head,.people-register-head,.access-register-head{font-size:9px}.workspace-form-field input,.workspace-form-field select,.workspace-form-field textarea,.field input,.field select,.field textarea{font-size:16px}}.topbar,.global-section-topbar,.workspace-topbar{z-index:200;position:relative}.top-actions{z-index:210;position:relative}.global-search{z-index:220;position:relative}.global-search-popover{z-index:1000}.notification-center{z-index:220}.notification-popover{z-index:1000}.command-center-shell .intelligence-metrics,.command-center-shell .intelligence-strip,.command-center-shell .activity-feed.compact,.command-center-shell .content-grid{z-index:1;position:relative}.command-center-shell .topbar{z-index:300;position:relative}.nexus-brand{padding:4px 6px 34px;display:block}.brand-wordmark{flex-direction:column;gap:5px;padding-left:12px;display:inline-flex;position:relative}.brand-wordmark:before{content:"";background:linear-gradient(#22b9ad,#d7a24b);border-radius:4px;width:3px;position:absolute;top:2px;bottom:1px;left:0}.nexus-brand .brand-wordmark strong{color:#102a3a;letter-spacing:.12em;font-size:21px;font-weight:820;line-height:1;display:block}.nexus-brand .brand-wordmark>span{color:#7d8e98;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;margin:0;font-size:8.5px;font-weight:800;line-height:1.25;display:block}.nexus-workspace-brand{padding:3px 6px 30px;text-decoration:none;display:block}.nexus-workspace-brand>span{flex-direction:column;gap:5px;padding-left:12px;display:inline-flex;position:relative}.nexus-workspace-brand>span:before{content:"";background:linear-gradient(#22b9ad,#d7a24b);border-radius:4px;width:3px;position:absolute;top:1px;bottom:1px;left:0}.nexus-workspace-brand b{color:#102a3a;letter-spacing:.12em;font-size:20px;font-weight:820;line-height:1}.nexus-workspace-brand small{text-transform:uppercase;white-space:nowrap;font-weight:800;line-height:1.25;color:#7d8e98!important;letter-spacing:.12em!important;margin:0!important;font-size:8.5px!important}.nexus-login-brand{display:block}.nexus-login-brand>div{flex-direction:column;gap:6px;padding-left:14px;display:inline-flex;position:relative}.nexus-login-brand>div:before{content:"";background:linear-gradient(#45d3c6,#e3b663);border-radius:4px;width:3px;position:absolute;top:1px;bottom:0;left:0}.nexus-login-brand>div strong{color:#fff;letter-spacing:.14em;font-size:22px;font-weight:820;line-height:1}.nexus-login-brand>div span{color:#ffffff94;letter-spacing:.14em;text-transform:uppercase;margin-top:0;font-size:9px;font-weight:800;line-height:1.25}@media (max-width:1180px){.command-center-shell .nexus-brand .brand-wordmark>span{display:none}.command-center-shell .nexus-brand .brand-wordmark strong{letter-spacing:.08em;font-size:14px}.command-center-shell .nexus-brand .brand-wordmark{padding-left:8px}}@media (max-width:680px){.command-center-shell .nexus-brand{display:none}}.dynamic-location-drawer{flex-direction:column;padding:20px;display:flex;overflow:hidden}.dynamic-location-drawer>.drawer-head{flex:none}.dynamic-location-drawer>.drawer-scroll-body{scrollbar-gutter:stable;flex:auto;min-height:0;padding:0 4px 20px 0;overflow:hidden auto}.dynamic-location-drawer>.drawer-actions{border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:12;background:#fffffffa;flex:none;box-shadow:0 -12px 28px #1c2d3a0b;margin:0 -20px -20px!important;padding:14px 20px 20px!important;position:static!important;bottom:auto!important;left:auto!important;right:auto!important}@media (max-width:680px){.dynamic-location-drawer{overflow:hidden}.dynamic-location-drawer>.drawer-scroll-body{padding-bottom:16px;padding-right:2px}.dynamic-location-drawer>.drawer-actions{margin:0 -20px -20px!important}}
