:root{
--bg:#f3f5f8;
--surface:#ffffff;
--surface-soft:#f8fafc;
--surface-hover:#f1f5f9;
--text:#12243a;
--muted:#66768a;
--line:#dce3eb;
--navy:#07233e;
--navy-dark:#03172b;
--navy-soft:#0c3155;
--gold:#f4bd2b;
--gold-deep:#d99a00;
--green:#15945a;
--red:#dc342e;
--blue:#2a72df;
--purple:#844ee6;
--shadow:0 1px 4px rgba(10,30,55,.08);
}

html[data-theme="dark"]{
--bg:#061426;
--surface:#0b1e34;
--surface-soft:#0e243d;
--surface-hover:#122b48;
--text:#f4f7fb;
--muted:#a8b6c7;
--line:#233c57;
--navy:#021426;
--navy-dark:#010c18;
--navy-soft:#0b2d4d;
--shadow:none;
}

*{box-sizing:border-box}
html,body{margin:0;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);font-size:12px}
button,input{font:inherit}
button{cursor:pointer}
a{color:#236fd6;text-decoration:none;cursor:pointer}

.app-shell{display:grid;grid-template-columns:166px minmax(0,1fr);min-height:100vh}

.sidebar{
position:sticky;top:0;height:100vh;
display:flex;flex-direction:column;
padding:0 10px 11px;
background:linear-gradient(180deg,var(--navy),var(--navy-dark));
color:#fff;
z-index:5
}

.brand{
height:73px;
display:flex;
flex-direction:column;
justify-content:center;
padding-left:15px;
border-bottom:1px solid rgba(255,255,255,.14)
}
.brand-orox{font-size:25px;font-weight:900;letter-spacing:1px;color:var(--gold)}
.brand-suite{font-size:8px;letter-spacing:3px;color:#e0bd58}

.nav{padding-top:9px;overflow:auto}
.nav-group{padding:12px 10px 5px;font-size:7px;letter-spacing:1.5px;color:#7790a9}
.nav-item{
width:100%;height:35px;
display:grid;grid-template-columns:20px 1fr 10px;
align-items:center;
border:0;border-radius:6px;
padding:0 9px;
background:transparent;color:#f4f7fb;text-align:left
}
.nav-item:hover{background:rgba(255,255,255,.07)}
.nav-item.active{background:linear-gradient(90deg,#ffd45e,var(--gold));color:#15283e;font-weight:800}
.nav-item b{font-size:15px;font-weight:400}
.nav-icon{font-size:14px}

.astra-side{
margin-top:auto;
padding:13px 11px;
border:1px solid rgba(244,189,43,.58);
border-radius:8px;
background:#082844;
text-align:center
}
.astra-orbit{font-size:30px;color:var(--gold);text-shadow:0 0 16px #2f83e8}
.astra-side strong,.astra-side small{display:block}
.astra-side small{margin:4px 0 10px;color:#c9d7e5;font-size:8px}
.astra-side button{
width:100%;padding:7px;
border:1px solid var(--gold);border-radius:5px;
background:transparent;color:#fff
}
.collapse{margin-top:7px;padding:7px;border:0;background:transparent;color:#fff;text-align:left}

.main{min-width:0}





.workspace{padding:0 13px 13px}

.company-header{
min-height:83px;
display:flex;align-items:center;gap:14px;
padding:10px 15px;
background:var(--surface);
border-bottom:1px solid var(--line)
}
.company-logo{
width:80px;height:55px;flex:none;
display:flex;flex-direction:column;align-items:center;justify-content:center;
border:1px solid var(--line);border-radius:7px;
background:var(--surface)
}
.company-logo strong{font-size:18px;color:var(--gold)}
.company-logo small{font-size:6px;letter-spacing:1px;color:var(--muted)}

.company-info{min-width:0}
.title-line{display:flex;align-items:center;gap:7px}
.company-info h1{margin:0;font-size:22px;line-height:1.1}
.company-info p{margin:8px 0 0;color:var(--muted);font-size:9px}
.company-info p span{padding:0 6px}
.favourite{border:0;background:transparent;color:var(--gold);font-size:19px}
.enterprise-badge{padding:5px 8px;border-radius:5px;background:#ffebae;color:#6b4a00;font-size:8px;font-weight:700}

.company-actions{margin-left:auto;display:flex;gap:8px}
.company-actions button{
padding:8px 14px;
border:1px solid var(--line);border-radius:6px;
background:var(--surface);color:var(--text)
}
.company-actions .gold{background:var(--gold);border-color:var(--gold);color:#17293f;font-weight:700}

.tabs{
height:39px;display:flex;align-items:flex-end;gap:1px;
overflow:auto;
padding-left:8px;
background:var(--surface);
border-bottom:1px solid var(--line)
}
.tabs button{
height:39px;
padding:0 13px;
border:0;border-bottom:2px solid transparent;
background:transparent;color:var(--text);
white-space:nowrap
}
.tabs button.active{border-bottom-color:var(--gold);color:var(--gold-deep);font-weight:700}

.dashboard-grid{display:grid;gap:9px;margin-top:9px}
.dashboard-grid.top{grid-template-columns:1fr 1.48fr 1.17fr}
.dashboard-grid.middle{grid-template-columns:1.47fr .48fr 1.34fr}
.dashboard-grid.bottom{grid-template-columns:1.1fr 1.04fr .9fr 1fr 1.15fr}

.card{
min-width:0;
overflow:hidden;
border:1px solid var(--line);
border-radius:7px;
background:var(--surface);
box-shadow:var(--shadow)
}
.card-header{
height:34px;
display:flex;align-items:center;justify-content:space-between;
padding:0 11px;
border-bottom:1px solid var(--line)
}
.card-header strong{font-size:10px;letter-spacing:.15px}
.card-header button{border:0;background:transparent;color:var(--muted)}
.card-header span,.card-header a{font-size:8px;color:var(--muted)}

.kpi-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.kpi{
min-height:68px;
padding:9px 10px;
border-right:1px solid var(--line);
border-bottom:1px solid var(--line)
}
.kpi:nth-child(3n){border-right:0}
.kpi small,.kpi span,.kpi a{display:block;font-size:8px;color:var(--muted)}
.kpi strong{display:block;margin:6px 0;font-size:14px}
.kpi em{font-style:normal;font-size:8px;color:var(--green)}
.gold-text{color:var(--gold-deep)}
.danger{color:var(--red)!important}
.success{color:var(--green)!important}


html[data-theme="dark"]

html[data-theme="dark"]
.water-left{left:76px;width:82px}
.water-right{right:82px;width:56px}






.jersey{left:30px;top:43px}
.manhattan{left:49%;top:25px}
.brooklyn{left:48%;bottom:36px}










.dot{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%}
.gold-dot{background:var(--gold)}
.blue-dot{background:var(--blue)}
.purple-dot{background:var(--purple)}


.insight{
display:grid;grid-template-columns:27px 1fr 10px;gap:8px;
align-items:center;
padding:8px 11px;
border-bottom:1px solid var(--line)
}
.insight i{
width:24px;height:24px;
display:grid;place-items:center;
border-radius:6px;
font-style:normal
}
.insight strong,.insight small{display:block}
.insight strong{font-size:9px}
.insight small{margin-top:2px;color:var(--muted);font-size:8px}
.insight>b{font-size:15px;font-weight:400;color:var(--muted)}
.yellow-icon{background:#fff1c3;color:#bc8100}
.red-icon{background:#fee4e2;color:var(--red)}
.green-icon{background:#dcfae6;color:var(--green)}
.blue-icon{background:#e7efff;color:var(--blue)}

.card-footer-link{display:block;padding:8px 11px;font-size:8px}

.filter-row{
display:flex;gap:3px;overflow:hidden;
padding:7px 9px;
border-bottom:1px solid var(--line)
}
.filter-row button{
padding:4px 8px;border:0;border-radius:11px;
background:var(--surface-soft);color:var(--text);
font-size:7px;white-space:nowrap
}
.filter-row button.active{background:var(--navy);color:#fff}

.timeline-entry{
display:grid;grid-template-columns:53px 25px 1fr 108px;gap:8px;
align-items:center;
padding:7px 9px;
border-bottom:1px solid var(--line)
}
.timeline-entry time{text-align:right;font-size:7px}
.timeline-entry time small{display:block;color:var(--muted)}
.timeline-entry div strong,.timeline-entry div small{display:block}
.timeline-entry div strong{font-size:9px}
.timeline-entry div small{font-size:8px;color:var(--muted)}
.timeline-entry>span{text-align:right;font-size:8px}
.event-icon{
width:22px;height:22px;display:grid;place-items:center;
border-radius:50%;color:#fff;font-style:normal
}
.call{background:#e7ad22}
.whatsapp{background:#19a05c}
.email{background:#2e75dd}
.meeting{background:#5965d8}
.ticket{background:#ec762e}
.timeline-entry mark{padding:2px 5px;border-radius:8px;background:#fee4e2;color:var(--red);font-size:7px}

.quick-card>button{
width:100%;padding:8px 10px;
border:0;border-bottom:1px solid var(--line);
background:var(--surface);color:var(--text);
text-align:left
}
.quick-card>button:hover{background:var(--surface-hover)}
.quick-card>button span{float:right}

.contact-row{
display:grid;grid-template-columns:35px 1fr 128px 90px 8px;gap:7px;
align-items:center;
padding:7px 9px;
border-bottom:1px solid var(--line)
}
.contact-avatar{
width:30px;height:30px;display:grid;place-items:center;
border-radius:50%;
background:linear-gradient(135deg,#dce9ff,#ffe8a9);
color:#17304b;font-weight:800
}
.contact-row div strong,.contact-row div small,.contact-row div a{display:block}
.contact-row div small,.contact-row>span,.contact-row time{font-size:7px;color:var(--muted)}
.contact-row time{text-align:right}
.contact-row time strong{display:block;color:var(--text)}
.contact-row>i{width:7px;height:7px;border-radius:50%}
.online{background:#17a15f}
.warning{background:#f2b326}

.compact{min-height:175px}
.pipeline-row{
display:grid;grid-template-columns:72px 1fr 88px;gap:7px;
align-items:center;
padding:6px 9px
}
.pipeline-row>i{height:14px;border-radius:4px;background:var(--surface-soft);overflow:hidden}
.pipeline-row>i b{display:block;height:100%;background:linear-gradient(90deg,#82b8ff,#2e79e2)}
.pipeline-row:nth-child(3)>i b{background:linear-gradient(90deg,#91e4df,#20b9ba)}
.pipeline-row:nth-child(4)>i b{background:linear-gradient(90deg,#ffe28c,#f4bc2c)}
.pipeline-row:nth-child(5)>i b{background:linear-gradient(90deg,#ffc391,#ef7e2e)}
.pipeline-row:nth-child(6)>i b{background:linear-gradient(90deg,#caefca,#75c878)}
.pipeline-row em{text-align:right;font-style:normal;font-size:7px}

.record-row{
display:grid;grid-template-columns:1fr auto auto;gap:5px;
padding:8px 9px;
border-bottom:1px solid var(--line);
font-size:8px
}
.record-row small{grid-column:1/3;color:var(--muted)}
.record-row em{
padding:3px 6px;border-radius:8px;
background:#fff1d6;color:#b77800;
font-style:normal
}
.green-status{background:#dcfae6!important;color:#067647!important}
.critical-status{background:#fee4e2!important;color:#b42318!important}
.high-status{background:#ffead5!important;color:#b54708!important}
.medium-status{background:#fef0c7!important;color:#9a6700!important}

.machine-row{
display:grid;grid-template-columns:42px 1fr auto;gap:7px;
align-items:center;
padding:7px 9px;
border-bottom:1px solid var(--line)
}
.machine-row>div{
width:36px;height:25px;display:grid;place-items:center;
background:#e7ebef;color:#28394d
}
.machine-row span strong,.machine-row span small{display:block}
.machine-row span small{font-size:7px;color:var(--muted)}
.machine-row em{
padding:3px 6px;border-radius:8px;
background:#dcfae6;color:#067647;
font-style:normal;font-size:7px
}

.astra-drawer{
position:fixed;right:-410px;top:0;z-index:50;
width:400px;height:100vh;
display:flex;flex-direction:column;
border-left:1px solid var(--line);
background:var(--surface);
box-shadow:-10px 0 35px rgba(0,0,0,.16);
transition:right .25s ease
}
.astra-drawer.open{right:0}
.astra-drawer>header{
display:flex;justify-content:space-between;
padding:15px;
background:var(--navy);color:#fff
}
.astra-drawer>header strong,.astra-drawer>header small{display:block}
.astra-drawer>header small{margin-top:3px;color:#cbd7e3;font-size:8px}
.astra-drawer>header button{border:0;background:transparent;color:#fff;font-size:22px}
.astra-messages{flex:1;padding:14px;background:var(--surface-soft);overflow:auto}
.message{margin-bottom:8px;padding:10px;border-radius:8px}
.astra-message{border:1px solid var(--line);background:var(--surface)}
.user-message{margin-left:45px;background:var(--navy);color:#fff}
.astra-suggestions{display:flex;flex-wrap:wrap;gap:5px;padding:8px;border-top:1px solid var(--line)}
.astra-suggestions button{padding:5px 8px;border:1px solid #dfb844;border-radius:12px;background:#fff8dd;color:#5f4900;font-size:8px}
.astra-composer{display:flex;gap:6px;padding:10px;border-top:1px solid var(--line)}
.astra-composer input{
min-width:0;flex:1;padding:9px;
border:1px solid var(--line);border-radius:6px;
background:var(--surface);color:var(--text)
}
.astra-composer button{padding:0 14px;border:0;border-radius:6px;background:var(--gold);color:#17293f;font-weight:700}

@media(max-width:1280px){
.dashboard-grid.top{grid-template-columns:1fr 1.4fr}
.insights-card{grid-column:1/3}
.dashboard-grid.middle{grid-template-columns:1.4fr .5fr}
.contacts-card{grid-column:1/3}
.dashboard-grid.bottom{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:900px){
.app-shell{grid-template-columns:1fr}
.sidebar{display:none}
.dashboard-grid.top,.dashboard-grid.middle,.dashboard-grid.bottom{grid-template-columns:1fr}
.dashboard-grid>*{grid-column:1!important}
.company-header{align-items:flex-start}
.company-actions{display:none}
}

/* =====================================================================
   SPR-C-015H — SHARED COMPANY ACTION SURFACES
   ===================================================================== */

.company-create-menu {
    position: relative;
}

.company-create-menu-trigger[aria-expanded="true"] {
    filter: brightness(.96);
}

.company-create-menu-panel {
    position: absolute;
    z-index: var(--ms-z-dropdown, 100);
    top: calc(100% + 7px);
    right: 0;
    width: 244px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.company-create-menu-panel[hidden] {
    display: none;
}

.company-action-list {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.company-action-item {
    appearance: none;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 14px;
    align-items: center;
    gap: 7px;
    width: 100%;
    min-height: 35px;
    margin: 0;
    padding: 7px 10px;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    color: var(--text);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.company-action-item:last-child {
    border-bottom: 0;
}

.company-action-item:hover,
.company-action-item:focus-visible {
    background: var(--surface-hover);
}

.company-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    min-width: 26px;
    height: 26px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42);
}

.company-action-icon--blue {
    background: #dce9ff;
    color: #2563a7;
}

.company-action-icon--green {
    background: #ddf5e6;
    color: #23834d;
}

.company-action-icon--gold {
    background: #fff0bd;
    color: #9a6900;
}

.company-action-icon--orange {
    background: #ffe4cc;
    color: #b75a16;
}

.company-action-icon--red {
    background: #ffe0e0;
    color: #b83e46;
}

.company-action-icon--teal {
    background: #d9f4f1;
    color: #16847d;
}

.company-action-icon--indigo {
    background: #e3e5ff;
    color: #555fc0;
}

.company-action-icon--cyan {
    background: #d9f2fb;
    color: #197b9d;
}

.company-action-icon--emerald {
    background: #d9f3e8;
    color: #217c5d;
}

.company-action-icon--violet {
    background: #eee1ff;
    color: #7950b3;
}

.company-action-icon--slate {
    background: #e8edf2;
    color: #607083;
}

.company-action-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-action-chevron {
    justify-self: end;
    color: var(--muted);
    font-size: 16px;
}

.quick-card > .company-action-list {
    width: 100%;
}

.quick-card .company-action-item {
    min-height: 35px;
}

/* END SPR-C-015H — SHARED COMPANY ACTION SURFACES */

/* COMPANIES-006B-R4-FULL-WORKSPACE-OFFICIAL-VISUAL-PARITY */
.company-reference-workspace {
    --company-action-icon-size: 34px;
    --company-field-icon-size: 23px;
    --company-visual-line: rgba(64, 139, 194, .42);
    --company-visual-blue: #4aa8ff;
}

.company-reference-header {
    border: 1px solid var(--company-visual-line);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(18, 53, 82, .94), rgba(10, 28, 47, .98));
    box-shadow: 0 16px 34px rgba(0, 0, 0, .2);
}

.company-reference-header .company-logo {
    width: 92px;
    min-width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(74, 168, 255, .55);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(36, 91, 135, .62), rgba(8, 27, 45, .95));
}

.company-reference-avatar {
    width: 82px;
    height: 82px;
    object-fit: contain;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .34));
}

.company-reference-info h1 { font-size: clamp(25px, 2.6vw, 36px); }
.company-reference-info > p { color: #b6c8da; }
.company-reference-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.company-reference-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border: 1px solid rgba(74, 168, 255, .36);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 760;
}
.company-reference-badge--status { color: #76c7ff; background: rgba(0, 112, 192, .2); }
.company-reference-badge--industry { color: #f8cf55; background: rgba(177, 126, 0, .18); border-color: rgba(248, 207, 85, .38); }
.company-reference-badge--owner { color: #89df9c; background: rgba(26, 133, 64, .18); border-color: rgba(83, 205, 113, .35); }

.company-reference-workspace .quick-card,
.company-reference-workspace .card,
.company-reference-workspace .company-workspace-card {
    border-color: var(--company-visual-line);
    border-radius: 16px;
}

.company-reference-workspace .quick-card > .company-action-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(92px, 1fr));
    gap: 10px;
    padding: 12px;
}

.company-reference-workspace .quick-card .company-action-item,
.company-reference-action {
    min-height: 88px;
    border: 1px solid rgba(74, 168, 255, .34);
    border-radius: 12px;
    background: linear-gradient(155deg, rgba(18, 55, 84, .9), rgba(11, 32, 52, .96));
}
.company-reference-workspace .quick-card .company-action-item:hover,
.company-reference-workspace .quick-card .company-action-item:focus-visible {
    border-color: #52b5ff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 96, 165, .2);
}
.company-reference-workspace .quick-card .company-action-icon {
    width: var(--company-action-icon-size);
    height: var(--company-action-icon-size);
    display: grid;
    place-items: center;
    background: transparent;
}
.company-reference-action-icon {
    width: var(--company-action-icon-size);
    height: var(--company-action-icon-size);
    object-fit: contain;
    filter: drop-shadow(0 5px 7px rgba(0, 0, 0, .35));
}
.company-reference-workspace .quick-card .company-action-chevron { display: none; }
.company-reference-workspace .quick-card .company-action-label { font-weight: 780; }

.company-reference-heading-icon,
.company-reference-field-icon {
    width: var(--company-field-icon-size);
    height: var(--company-field-icon-size);
    object-fit: contain;
    vertical-align: middle;
    margin-right: 8px;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, .28));
}
.company-reference-workspace .card-header strong,
.company-reference-workspace dt,
.company-reference-workspace th,
.company-reference-workspace .field-label,
.company-reference-workspace .detail-label,
.company-reference-workspace .info-label {
    display: inline-flex;
    align-items: center;
}

.company-reference-kpi { position: relative; padding-top: 18px; }
.company-reference-kpi-icon {
    width: 38px;
    height: 38px;
    object-fit: contain;
    margin-bottom: 7px;
    filter: drop-shadow(0 5px 7px rgba(0, 0, 0, .3));
}

@media (max-width: 900px) {
    .company-reference-workspace .quick-card > .company-action-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .company-reference-header .company-logo { width: 76px; min-width: 76px; height: 76px; }
    .company-reference-avatar { width: 68px; height: 68px; }
}

/* COMPANIES-006B-R4-R2-DETERMINISTIC-ICON-DIMENSIONS-RECOVERY */
img.company-reference-avatar { width:82px !important; height:82px !important; max-width:82px !important; max-height:82px !important; }
img.company-reference-action-icon { width:34px !important; height:34px !important; max-width:34px !important; max-height:34px !important; }
img.company-reference-heading-icon,
img.company-reference-field-icon { width:23px !important; height:23px !important; max-width:23px !important; max-height:23px !important; }
img.company-reference-kpi-icon { width:38px !important; height:38px !important; max-width:38px !important; max-height:38px !important; }

/* COMPANIES-006C-R6_CANONICAL_OVERVIEW_EMPTY_STATE */
.company-overview-canonical-empty {
    min-height: 112px;
    display: grid;
    place-items: center;
    padding: 20px;
    color: var(--ms-text-muted, #9fb1c7);
    text-align: center;
    line-height: 1.45;
    border: 1px dashed rgba(91, 169, 255, 0.28);
    border-radius: 12px;
    background: rgba(7, 27, 47, 0.44);
}


/* COMPANIES-006D-R3B_CANONICAL_GEO_MAP */

.company-geo-map-widget{
    display:grid;
    grid-template-columns:minmax(0,1fr) 190px;
    width:100%;
    min-height:300px;
    overflow:hidden;
    border-radius:18px;
    background:var(--panel,#fff);
}

.company-geo-map-canvas{
    position:relative;
    min-width:0;
    min-height:300px;
}

.company-geo-map-legend{
    padding:18px 16px;
    border-left:1px solid rgba(148,163,184,.18);
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(14px);
}

.company-geo-map-legend-title{
    margin-bottom:14px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    opacity:.62;
}

.company-geo-map-legend-items{
    display:grid;
    gap:11px;
}

.company-geo-map-legend-row{
    display:grid;
    grid-template-columns:12px minmax(0,1fr) auto;
    gap:8px;
    align-items:center;
}

.company-geo-map-legend-dot{
    width:10px;
    height:10px;
    border-radius:50%;
}

.company-geo-map-legend-label{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:12px;
}

.company-geo-map-legend-count{
    font-size:11px;
    font-weight:800;
    opacity:.58;
}

.company-geo-map-empty{
    display:grid;
    min-height:300px;
    place-items:center;
    padding:32px;
    text-align:center;
}

.company-geo-map-empty-content{
    max-width:390px;
}

.company-geo-map-empty-title{
    margin-bottom:7px;
    font-weight:800;
}

.company-geo-map-empty-text{
    font-size:12px;
    line-height:1.5;
    opacity:.66;
}

.company-geo-marker{
    display:block;
    width:16px;
    height:16px;
    border:2px solid rgba(255,255,255,.96);
    border-radius:50%;
    box-shadow:
        0 3px 10px rgba(15,23,42,.30),
        0 0 0 2px rgba(15,23,42,.10);
}

.company-geo-marker--company{
    background:#2563eb;
}

.company-geo-marker--customer{
    background:#16a34a;
}

.company-geo-marker--prospect{
    background:#f59e0b;
}

.company-geo-marker--opportunity{
    background:#9333ea;
}

html[data-theme="dark"] .company-geo-map-legend{
    background:rgba(17,24,39,.88);
    border-left-color:rgba(148,163,184,.12);
}

@media (max-width:820px){
    .company-geo-map-widget{
        grid-template-columns:1fr;
    }

    .company-geo-map-legend{
        border-left:0;
        border-top:1px solid rgba(148,163,184,.18);
    }

    .company-geo-map-legend-items{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
