@layer field;
@import url("./styles.css?v=20260824-asset-workspace-v6") layer(legacy);

/* Retire the old mobile visibility overrides without weakening hidden/role states. */
@layer field {
  body.field-console[data-field-panel="search"] #asset-list-card,
  body.field-console[data-field-panel="search"] #asset-explorer-card {
    display: block !important;
  }
  body.field-console[data-active-page="assets"][data-field-panel="search"]
    .assets-support-grid {
    display: block !important;
  }
  body.field-console[data-active-page="assets"] .map-panel__toolbar {
    display: flex !important;
  }
  body.field-console[data-active-page="assets"] .sidebar {
    display: none !important;
  }
  body.field-console[data-active-page="assets"][data-field-panel="details"]
    .sidebar,
  body.field-console[data-active-page="assets"][data-field-panel="create"]
    .sidebar,
  body.field-console[data-active-page="assets"][data-field-panel="workorder"]
    .sidebar,
  body.field-console[data-active-page="assets"][data-field-panel="assistant"]
    .sidebar {
    display: block !important;
  }
  body.field-console[data-active-page="assets"][data-field-panel="assistant"]
    #assistant-card {
    display: block !important;
  }
  body.field-console .is-hidden,
  body.field-console [hidden] {
    display: none !important;
  }
}

/* Field workspace: map canvas, navigation rail, and on-demand tools.
   Loaded after the legacy component styles; all overrides are scoped here. */
body.field-console {
  --accent: #166b58;
  --accent-strong: #105342;
  --accent-soft: #e7f2ec;
  --bg-page: #f4f5f2;
  --text: #202e29;
  --text-muted: #5e6d65;
  --border: #dce2dc;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 14px;
  --radius-xl: 16px;
  --shadow-sm: 0 3px 12px #20352b08;
  --shadow-md: 0 8px 28px #20352b12;
  --shadow-lg: 0 12px 40px #20352b1f;
  --field-rail: 88px;
  --field-top: 72px;
  color: var(--text);
  background: var(--bg-page);
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.field-console .app,
body.field-console .app-shell {
  width: 100%;
  max-width: none;
  min-height: 100dvh;
  padding: 0;
  margin: 0;
  display: block;
  background: transparent;
}
body.field-console .app-nav {
  position: fixed;
  inset: 0 0 auto var(--field-rail);
  z-index: 1100;
  height: var(--field-top);
  min-height: 0;
  width: auto;
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  padding: 0 24px;
  background: #fff;
  box-shadow: none;
}
body.field-console .app-nav__brand-wrap {
  flex: 1;
  min-width: 0;
  gap: 24px;
  flex-direction: row;
  align-items: center;
}
body.field-console .app-nav__brand {
  font-size: 21px;
  letter-spacing: -1px;
  color: #203a2f;
  font-weight: 750;
  white-space: nowrap;
}
body.field-console .app-nav__caption,
body.field-console .workspace-identity__label,
body.field-console .workspace-identity__details,
body.field-console .app-nav__user-role {
  display: none;
}
body.field-console .workspace-identity {
  padding: 0 0 0 24px;
  border: 0;
  border-left: 1px solid var(--border);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  min-width: 0;
  max-width: 260px;
}
body.field-console #workspace-identity-name {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.field-console .field-brand-mark {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--field-rail);
  height: var(--field-top);
  background: #173a2e;
  color: #d1f5df;
  display: grid;
  place-items: center;
}
body.field-console .field-brand-mark svg {
  width: 29px;
  height: 29px;
}
body.field-console .app-nav__links {
  position: fixed;
  inset: var(--field-top) auto 0 0;
  width: var(--field-rail);
  padding: 12px 9px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #173a2e;
  border: 0;
  overflow-y: auto;
  flex-wrap: nowrap;
}
body.field-console .app-nav__link {
  flex: none;
  width: 70px;
  min-height: 63px;
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 500;
  color: #c5d8cc;
  background: transparent;
  box-shadow: none;
}
body.field-console .app-nav__link svg {
  width: 21px;
  height: 21px;
}
body.field-console .app-nav__link:hover {
  background: #254b3b;
  color: #fff;
}
body.field-console .app-nav__link.is-active {
  color: #173a2e;
  background: #e0f1d9;
  box-shadow: none;
}
body.field-console .app-nav__link::before,
body.field-console .app-nav__link::after {
  display: none;
}
body.field-console .app-nav__utility {
  flex: 0 1 auto;
  gap: 14px;
  margin: 0;
  width: auto;
}
body.field-console .app-nav__signals {
  gap: 6px;
}
body.field-console .app-nav__signals button {
  min-height: 36px;
  padding: 7px 10px;
  border: 0;
  background: transparent;
  color: #42594d;
  font-size: 12px;
  border-radius: 7px;
  box-shadow: none;
}
body.field-console .app-nav__signals button:hover {
  background: #edf3ee;
}
body.field-console .app-nav__search {
  width: 230px;
  max-width: 25vw;
  min-width: 0;
  flex: none;
  background: #f5f7f4;
  box-shadow: none;
  border: 1px solid var(--border);
  border-radius: 8px;
}
body.field-console .app-nav__search input {
  min-height: 36px;
  font-size: 12px;
}
body.field-console .app-nav__user {
  border: 0;
  padding: 0;
}
body.field-console .app-nav__avatar {
  width: 34px;
  height: 34px;
  border: 1px solid #c7d8cb;
  color: #245c45;
  background: #e7f0e5;
  font-size: 11px;
}
body.field-console .app-main {
  margin: var(--field-top) 0 0 var(--field-rail);
  padding: 32px;
  width: auto;
  max-width: none;
  min-width: 0;
}
body.field-console .app-contextbar {
  display: none;
}
body.field-console .skip-link {
  position: fixed;
  z-index: 3000;
  left: 100px;
  top: 4px;
  padding: 2px 6px;
  font-size: 10px;
  color: #5e6d65;
  background: #fff;
  border-radius: 4px;
}
body.field-console .skip-link:focus {
  padding: 12px;
  font-size: 14px;
}
body.field-console .app__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 0 0 28px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
}
body.field-console .app__header::before,
body.field-console .app__header::after {
  display: none;
}
body.field-console #app-header-title {
  font-size: clamp(25px, 2.4vw, 34px);
  letter-spacing: -1.2px;
  line-height: 1.2;
  font-weight: 650;
  color: #23392c;
  margin: 5px 0 10px;
}
body.field-console .eyebrow,
body.field-console .card-kicker {
  color: #657768;
  font-size: 10px;
  letter-spacing: 1.4px;
  font-weight: 650;
}
body.field-console .subhead {
  color: #68766b;
  font-size: 13px;
  line-height: 1.6;
  max-width: 700px;
}
body.field-console .header__rail {
  display: block;
  padding: 0;
  min-width: 0;
}
body.field-console .focus-card,
body.field-console .header__metrics {
  display: none;
}
body.field-console .card {
  border: 1px solid #dde4dc;
  border-radius: 12px;
  box-shadow: none;
  background: #fff;
  padding: 22px;
}
body.field-console .card h2,
body.field-console .card h3 {
  color: #273c2f;
  font-weight: 650;
  letter-spacing: -0.4px;
}
body.field-console .card h3 {
  font-size: 17px;
}
body.field-console .card-note,
body.field-console .muted {
  color: #617064;
  font-size: 12px;
  line-height: 1.6;
}
body.field-console button {
  border-radius: 8px;
  font-weight: 600;
  transition:
    background 0.15s,
    border-color 0.15s;
}
body.field-console button.primary,
body.field-console button.secondary {
  background: #196b52;
  border: 1px solid #196b52;
  color: #fff;
  box-shadow: none;
}
body.field-console button.primary:hover,
body.field-console button.secondary:hover {
  background: #12523e;
  border-color: #12523e;
}
body.field-console button.ghost {
  color: #365b46;
  background: #fff;
  border: 1px solid #d6e0d5;
  box-shadow: none;
}
body.field-console button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body.field-console input,
body.field-console select,
body.field-console textarea {
  border: 1px solid #ccd8cd;
  border-radius: 7px;
  background: #fff;
  box-shadow: none;
  color: #253b2e;
  font-size: 13px;
}
body.field-console
  :is(button, input, select, textarea, summary, a):focus-visible {
  outline: 3px solid #32846b;
  outline-offset: 3px;
}
body.field-console .card-status-pill,
body.field-console .header-status-pill {
  border-radius: 6px;
  font-size: 11px;
  box-shadow: none;
}
body.field-console .dashboard-stat {
  background: #f5f7f3;
  border: 1px solid #e1e7dc;
  border-radius: 8px;
  box-shadow: none;
}
body.field-console .dashboard-stat strong {
  font-size: 32px;
  color: #204936;
  font-weight: 600;
}
body.field-console .dashboard-priority-item,
body.field-console .dashboard-assigned-item,
body.field-console .dashboard-activity-item {
  box-shadow: none;
  background: #fbfcfa;
  border-color: #e2e7df;
  border-radius: 8px;
}
body.field-console .workspace-mode-warning {
  padding: 8px 12px;
  margin: 0 0 20px;
  background: #f6edce;
  color: #625124;
  border: 1px solid #e5d9ae;
  border-radius: 7px;
  box-shadow: none;
  font-size: 11px;
}
body.field-console .workspace-mode-warning summary {
  cursor: pointer;
  min-height: 20px;
}
body.field-console .workspace-mode-warning span {
  display: block;
  padding-top: 6px;
  line-height: 1.5;
}
body.field-console .workspace-mode-warning:not([open]) span {
  display: none;
}

/* The map occupies all available space, independently of open panels. */
body.field-console[data-active-page="assets"] {
  overflow: hidden;
}
body.field-console[data-active-page="assets"] .app-main {
  padding: 0;
}
body.field-console[data-active-page="assets"] .app__header {
  position: fixed;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
body.field-console[data-active-page="assets"] .app-nav__search {
  display: none;
}
body.field-console[data-active-page="assets"]
  .page-panel[data-page-panel="assets"] {
  position: fixed;
  inset: var(--field-top) 0 0 var(--field-rail);
  display: block;
  margin: 0;
  padding: 0;
  background: #e7ece0;
  overflow: hidden;
}
body.field-console[data-active-page="assets"] .app__content {
  position: absolute;
  inset: 0;
  display: block;
  padding: 0;
  margin: 0;
  width: auto;
  min-height: 0;
}
body.field-console[data-active-page="assets"] .map-panel {
  position: absolute;
  inset: 0;
  display: block;
  width: auto;
  height: auto;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  background: #e7ece0;
}
body.field-console[data-active-page="assets"] #map {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  z-index: 0;
}
body.field-console .map-insights,
body.field-console .mobile-view-toggle,
body.field-console .mobile-map-bottom-bar,
body.field-console .workspace-utility-grid {
  display: none;
}
body.field-console[data-active-page="assets"] .workspace-mode-warning {
  position: fixed;
  z-index: 1001;
  bottom: 30px;
  left: calc(var(--field-rail) + 20px);
  margin: 0;
  max-width: min(340px, calc(100vw - var(--field-rail) - 100px));
  padding: 5px 10px;
  font-size: 10px;
  background: #fffbefee;
}
body.field-console[data-active-page="assets"] .app-error-banner {
  position: fixed;
  top: calc(var(--field-top) + 84px);
  left: calc(var(--field-rail) + 20px);
  width: min(600px, calc(100vw - var(--field-rail) - 40px));
  max-height: 50vh;
  overflow: auto;
  z-index: 1300;
  box-shadow: var(--shadow-lg);
}
body.field-console .field-map-tools {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 150px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 500;
  pointer-events: none;
}
body.field-console .field-map-tools button {
  pointer-events: auto;
  min-height: 52px;
  background: #fff;
  border: 1px solid #d3ddd0;
  box-shadow: 0 3px 14px #213e2617;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #344c38;
}
body.field-console .field-search {
  width: 340px;
  max-width: 100%;
  padding: 10px 16px;
  text-align: left;
}
body.field-console .field-search > span {
  flex: 1;
  font-size: 13px;
}
body.field-console .field-search svg {
  width: 20px;
  height: 20px;
}
body.field-console .field-search-hint {
  display: block;
  color: #69786a;
  font-size: 10px;
  font-weight: 400;
  margin-top: 3px;
}
body.field-console .field-search kbd {
  color: #71806f;
  font: 12px inherit;
  border: 1px solid #dde4da;
  border-radius: 4px;
  padding: 2px 7px;
}
body.field-console .field-map-tools .field-add {
  padding: 0 16px;
  background: #1d6148;
  color: white;
  border-color: #1d6148;
  font-size: 12px;
}
body.field-console .field-add svg {
  width: 18px;
  height: 18px;
}
body.field-console .map-panel__toolbar {
  position: absolute;
  inset: 20px 20px auto auto;
  z-index: 510;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  width: auto;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
body.field-console .layers-drawer {
  width: 112px;
  border: 1px solid #d3ddd0;
  border-radius: 10px;
  background: #fff;
  padding: 0;
  box-shadow: 0 3px 14px #213e2617;
  max-height: calc(100dvh - var(--field-top) - 112px);
  overflow: auto;
}
body.field-console .layers-drawer > summary {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 17px;
  font-size: 13px;
  color: #344c38;
  list-style: none;
  cursor: pointer;
}
body.field-console .layers-drawer > summary svg {
  width: 20px;
  height: 20px;
}
body.field-console .layers-drawer > summary::after {
  content: none;
}
body.field-console .layers-drawer[open] {
  width: 340px;
}
body.field-console .layers-drawer[open] > summary {
  border-bottom: 1px solid var(--border);
}
body.field-console .layers-drawer[open] > summary::after {
  content: "×";
  display: block;
  margin-left: auto;
  font-size: 23px;
  font-weight: 400;
}
body.field-console .layer-control-section {
  padding: 16px;
  border: 0;
  border-bottom: 1px solid var(--border);
  margin: 0;
  background: none;
}
body.field-console .layer-control-copy,
body.field-console .layer-control-description {
  display: none;
}
body.field-console .layer-presets,
body.field-console .toggle-group--layers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
body.field-console .layer-control-group {
  border: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
body.field-console .layer-control-group h3 {
  font-size: 11px;
  font-weight: 600;
  color: #6a796d;
}
body.field-console .layer-control-group__buttons {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.field-console .layer-control-group .toggle {
  font-size: 12px;
  min-height: 40px;
  padding: 7px 10px;
  border: 1px solid #dbe3d7;
  border-radius: 6px;
  background: #f7f9f4;
  color: #53664f;
  width: 100%;
}
body.field-console .layer-control-group .toggle.is-active {
  background: #e5f0de;
  color: #2c5932;
  border-color: #8cb581;
  box-shadow: none;
}
body.field-console .map-filter-summary {
  position: static;
  margin: 0;
  padding: 16px;
  width: auto;
  max-width: none;
  border: 0;
  border-radius: 0;
  background: #f7f9f5;
  box-shadow: none;
}
body.field-console .map-filter-summary h3 {
  font-size: 12px;
}
body.field-console .map-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
body.field-console .map-filter-chip {
  background: #fff;
  border: 1px solid #d5dfce;
  color: #43603b;
  font-size: 10px;
  box-shadow: none;
}
body.field-console .map-filter-chip__clear {
  min-height: 32px;
  min-width: 32px;
}
body.field-console .map-panel__toolbar > .map-legend {
  width: 112px;
  background: #fff;
  border: 1px solid #d3ddd0;
  border-radius: 8px;
  padding: 0;
  box-shadow: var(--shadow-sm);
}
body.field-console .map-panel__toolbar > .map-legend summary {
  padding: 10px 16px;
  font-size: 11px;
}
body.field-console .map-panel__toolbar > .map-legend[open] {
  width: 340px;
  max-height: 65vh;
  overflow: auto;
}
body.field-console .map-panel__actions {
  position: absolute;
  z-index: 500;
  right: 20px;
  bottom: 40px;
  display: flex;
  gap: 7px;
  margin: 0;
  padding: 0;
  width: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}
body.field-console .map-panel__actions button {
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid #d3ddd0;
  background: #fff;
  color: #344c38;
  font-size: 11px;
  box-shadow: var(--shadow-sm);
}
body.field-console #quick-status {
  display: none;
}
body.field-console .base-layer-toggle__caption {
  display: none;
}
body.field-console .base-layer-toggle__option.is-active {
  color: #255433;
  background: #e8f1e2;
}
body.field-console .maplibregl-ctrl-top-right {
  top: 138px;
  right: 10px;
}
body.field-console .maplibregl-ctrl-group {
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  border: 1px solid #d3ddd0;
}
body.field-console .maplibregl-ctrl-group button {
  width: 40px;
  height: 40px;
}
body.field-console .maplibregl-ctrl-bottom-left {
  left: 20px;
  bottom: 4px;
}
body.field-console .mobile-map-summary {
  position: absolute;
  inset: auto auto 82px 20px;
  z-index: 400;
  display: flex;
  padding: 0;
  width: auto;
  border: 0;
  background: none;
  pointer-events: none;
}
body.field-console .mobile-map-summary__card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
  padding: 10px 14px;
  border: 1px solid #d3ddd0;
  border-radius: 9px;
  background: #ffffffed;
  box-shadow: var(--shadow-sm);
}
body.field-console .mobile-map-summary__card > span {
  order: 1;
  font-size: 11px;
  font-weight: 500;
  color: #53684e;
}
body.field-console .mobile-map-summary__card > strong {
  font-size: 19px;
  font-weight: 650;
  color: #274c2f;
}
body.field-console .mobile-map-summary__faults {
  order: 2;
  font-size: 10px;
  padding-left: 10px;
  border-left: 1px solid #dce4d7;
}
body.field-console .mobile-map-summary__actions {
  display: none;
}
body.field-console .map-legend--mobile {
  display: none;
}

/* Asset browser and inspector: one panel at a time, with a persistent close. */
body.field-console[data-active-page="assets"] .assets-support-grid,
body.field-console[data-active-page="assets"] .sidebar,
body.field-console .field-panel-header {
  display: none;
}
body.field-console[data-active-page="assets"][data-field-panel="search"]
  .assets-support-grid,
body.field-console[data-active-page="assets"][data-field-panel="details"]
  .sidebar,
body.field-console[data-active-page="assets"][data-field-panel="create"]
  .sidebar,
body.field-console[data-active-page="assets"][data-field-panel="workorder"]
  .sidebar,
body.field-console[data-active-page="assets"][data-field-panel="assistant"]
  .sidebar {
  display: block;
  position: absolute;
  top: 154px;
  right: 20px;
  bottom: 20px;
  width: 390px;
  max-width: calc(100% - 40px);
  margin: 0;
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid #d3ddd0;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #fff;
  z-index: 650;
  box-shadow: 0 12px 32px #1a392b20;
}
body.field-console[data-active-page="assets"][data-field-panel="search"]
  .assets-support-grid {
  right: auto;
  left: 20px;
  width: 660px;
}
body.field-console[data-active-page="assets"][data-field-panel]:not(
    [data-field-panel=""]
  )
  .field-panel-header {
  position: absolute;
  top: 86px;
  right: 20px;
  width: 390px;
  max-width: calc(100% - 40px);
  height: 68px;
  z-index: 660;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border: 1px solid #d3ddd0;
  border-bottom: 1px solid #e3e9df;
  border-radius: 12px 12px 0 0;
  background: #fff;
}
body.field-console[data-active-page="assets"][data-field-panel="search"]
  .field-panel-header {
  right: auto;
  left: 20px;
  width: 660px;
}
body.field-console .field-eyebrow {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #6f806b;
}
body.field-console .field-panel-header h2 {
  margin: 3px 0 0;
  font-size: 18px;
  letter-spacing: -0.4px;
  color: #273d2f;
}
body.field-console #field-panel-close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  min-height: 40px;
  background: #f1f5ed;
  border: 1px solid #dfe7d9;
  color: #42633a;
  padding: 9px;
}
body.field-console #field-panel-close svg {
  width: 20px;
  height: 20px;
}
body.field-console .sidebar > .card {
  display: none;
}
body.field-console[data-field-panel="details"] #selection-card,
body.field-console[data-field-panel="create"] #create-card,
body.field-console[data-field-panel="workorder"] #workorder-card,
body.field-console[data-field-panel="assistant"] #assistant-card {
  display: block;
}
body.field-console .sidebar > .card,
body.field-console .assets-support-grid > .card {
  padding: 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  width: 100%;
}
body.field-console .sidebar .card > .card-title-row,
body.field-console #asset-explorer-card > .card-title-row,
body.field-console #asset-list-card > .card-header-stack {
  display: none;
}
body.field-console #asset-list-card {
  padding-top: 0;
}
body.field-console #asset-explorer-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
body.field-console #asset-explorer-form > label:first-child {
  grid-column: 1 / -1;
}
body.field-console #asset-explorer-form label {
  font-size: 11px;
  gap: 5px;
}
body.field-console #asset-explorer-form input {
  min-height: 46px;
}
body.field-console #asset-explorer-form button {
  align-self: end;
  min-height: 42px;
}
body.field-console .asset-list-access-guide,
body.field-console #asset-list-card > .card-note {
  display: none;
}
body.field-console .assets-table-wrap {
  border: 1px solid #dfe5da;
  border-radius: 7px;
  overflow: auto;
  max-width: 100%;
}
body.field-console .assets-table {
  font-size: 11px;
}
body.field-console .assets-table th {
  background: #f2f5ef;
  color: #65765c;
  font-size: 10px;
  padding: 10px;
}
body.field-console .assets-table td {
  padding: 10px;
  border-color: #e7ece3;
}
body.field-console .assets-table button {
  padding: 6px 8px;
  font-size: 10px;
}
body.field-console .assets-table tbody tr:hover {
  background: #f4f8ef;
}
body.field-console .selected-asset-section {
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid #e1e7dc;
  border-radius: 0;
  background: none;
}
body.field-console .selected-asset-section__badge,
body.field-console .selected-asset-section > .selected-asset-empty {
  display: none;
}
body.field-console .selected-asset-sections {
  gap: 0;
}
body.field-console .sidebar .field-hint {
  font-size: 10px;
  color: #6b7867;
}
body.field-console .sidebar label {
  font-size: 12px;
}
body.field-console .sidebar .form {
  gap: 12px;
}
body.field-console .sidebar .selected-asset-action {
  width: 100%;
  min-height: 44px;
}
body.field-console .sidebar .form-actions {
  position: sticky;
  bottom: -20px;
  padding: 14px 0;
  background: #fff;
  border-top: 1px solid #e1e7dc;
}

@media (max-width: 1180px) and (min-width: 721px) {
  body.field-console .workspace-identity {
    display: none;
  }
  body.field-console .app-nav {
    padding: 0 20px;
    gap: 12px;
  }
  body.field-console .app-nav__search {
    width: 190px;
  }
  body.field-console .app-main {
    padding: 24px;
  }
}
@media (max-width: 720px) {
  body.field-console {
    --field-rail: 0px;
    --field-top: calc(60px + env(safe-area-inset-top, 0px));
  }
  body.field-console .app-nav {
    display: none;
  }
  body.field-console .skip-link {
    left: 4px;
    top: 1px;
    font-size: 8px;
    padding: 0 3px;
  }
  body.field-console .mobile-appbar {
    display: flex;
    position: fixed;
    inset: 0 0 auto;
    z-index: 1100;
    height: var(--field-top);
    min-height: 0;
    gap: 10px;
    padding: calc(9px + env(safe-area-inset-top, 0px)) 14px 9px;
    border: 0;
    border-bottom: 1px solid #dbe3d5;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }
  body.field-console .mobile-appbar__title-group {
    flex: 1;
    min-width: 0;
  }
  body.field-console #mobile-shell-title {
    font-size: 17px;
    color: #2b4834;
    letter-spacing: -0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.field-console #mobile-shell-caption,
  body.field-console #mobile-workspace-identity {
    display: none;
  }
  body.field-console .mobile-appbar__icon-button {
    width: 36px;
    height: 36px;
    min-height: 36px;
    background: #eef4e9;
    border: 0;
    border-radius: 9px;
    color: #375735;
  }
  body.field-console .mobile-sync-chip {
    min-height: 28px;
    padding: 4px 7px;
    font-size: 9px;
    border-radius: 6px;
    border: 0;
    background: #eef4e9;
    color: #365d3b;
  }
  body.field-console .mobile-appbar__avatar {
    width: 32px;
    height: 32px;
    min-height: 32px;
    border: 1px solid #d7e2cf;
    color: #45683e;
    background: #ecf3e6;
  }
  body.field-console .mobile-bottom-nav {
    position: fixed;
    inset: auto 0 0;
    z-index: 1200;
    height: calc(62px + env(safe-area-inset-bottom, 0px));
    min-height: 0;
    padding: 5px 8px calc(5px + env(safe-area-inset-bottom, 0px));
    gap: 4px;
    display: flex;
    background: #fff;
    border: 0;
    border-top: 1px solid #dce4d5;
    border-radius: 0;
    box-shadow: none;
  }
  body.field-console .mobile-bottom-nav__button {
    flex: 1;
    min-width: 0;
    min-height: 48px;
    padding: 5px 2px;
    gap: 3px;
    border-radius: 8px;
    border: 0;
    background: transparent;
    color: #72806d;
    font-size: 10px;
    box-shadow: none;
  }
  body.field-console .mobile-bottom-nav__button.is-active {
    background: #edf4e5;
    color: #2b633b;
    box-shadow: none;
  }
  body.field-console .mobile-bottom-nav__button::before,
  body.field-console .mobile-bottom-nav__button::after {
    display: none;
  }
  body.field-console .mobile-bottom-nav__button svg {
    width: 19px;
    height: 19px;
  }
  body.field-console .app-main {
    margin: var(--field-top) 0 0;
    padding: 22px 14px calc(84px + env(safe-area-inset-bottom, 0px));
  }
  body.field-console .app__header {
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }
  body.field-console #app-header-title {
    font-size: 26px;
  }
  body.field-console .card {
    padding: 18px;
    border-radius: 10px;
  }
  body.field-console .page-panel:not([data-page-panel="assets"]) {
    gap: 14px;
  }
  body.field-console[data-active-page="assets"]
    .page-panel[data-page-panel="assets"] {
    bottom: calc(62px + env(safe-area-inset-bottom, 0px));
  }
  body.field-console .field-map-tools {
    top: 14px;
    left: 12px;
    right: 70px;
    gap: 8px;
  }
  body.field-console .field-search {
    width: 100%;
    min-width: 0;
    padding: 10px 12px;
  }
  body.field-console .field-search > span {
    font-size: 12px;
  }
  body.field-console .field-search-hint,
  body.field-console .field-search kbd {
    display: none;
  }
  body.field-console .field-map-tools button {
    min-height: 46px;
    border-radius: 9px;
  }
  body.field-console .field-map-tools .field-add {
    position: fixed;
    right: 13px;
    bottom: calc(142px + env(safe-area-inset-bottom, 0px));
    width: 46px;
    height: 46px;
    padding: 12px;
    justify-content: center;
  }
  body.field-console .field-add span {
    display: none;
  }
  body.field-console .field-add svg {
    width: 23px;
    height: 23px;
  }
  body.field-console .map-panel__toolbar {
    top: 14px;
    right: 12px;
  }
  body.field-console .layers-drawer {
    width: 46px;
    max-height: calc(100dvh - var(--field-top) - 168px);
  }
  body.field-console .layers-drawer > summary {
    min-height: 46px;
    padding: 0 12px;
    font-size: 0;
    gap: 0;
  }
  body.field-console .layers-drawer > summary svg {
    flex: none;
  }
  body.field-console .layers-drawer[open] {
    width: min(340px, calc(100vw - 24px));
  }
  body.field-console .layers-drawer[open] > summary {
    font-size: 14px;
    gap: 12px;
  }
  body.field-console .map-panel__toolbar > .map-legend {
    display: none;
  }
  body.field-console .map-legend--mobile {
    display: block;
    left: 12px;
    bottom: 10px;
    max-width: calc(100% - 75px);
    padding: 0;
    background: #fffffff0;
    border: 1px solid #d3ddd0;
    border-radius: 7px;
    box-shadow: none;
    font-size: 10px;
  }
  body.field-console .map-legend--mobile summary {
    padding: 7px 10px;
    min-height: 30px;
  }
  body.field-console .map-panel__actions {
    display: none;
  }
  body.field-console .mobile-map-summary {
    bottom: 92px;
    left: 12px;
    right: 12px;
    align-items: flex-end;
    pointer-events: none;
  }
  body.field-console .mobile-map-summary__card {
    padding: 8px 11px;
    gap: 5px;
    border-radius: 8px;
  }
  body.field-console .mobile-map-summary__card > strong {
    font-size: 17px;
  }
  body.field-console .mobile-map-summary__faults {
    display: none;
  }
  body.field-console .mobile-map-summary__actions {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -68px;
    gap: 7px;
    flex-direction: column;
    pointer-events: auto;
  }
  body.field-console .mobile-map-summary__action {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 46px;
    min-height: 44px;
    padding: 10px;
    background: #fff;
    color: #395932;
    border: 1px solid #d3ddd0;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
  }
  body.field-console .mobile-map-summary__action .base-layer-toggle__options {
    display: none;
  }
  body.field-console .mobile-map-summary__action svg {
    width: 23px;
    height: 23px;
  }
  body.field-console .maplibregl-ctrl-top-right {
    top: 74px;
    right: 3px;
  }
  body.field-console .maplibregl-ctrl-group button {
    width: 44px;
    height: 44px;
  }
  body.field-console[data-active-page="assets"] .workspace-mode-warning {
    bottom: calc(104px + env(safe-area-inset-bottom, 0px));
    left: 12px;
    max-width: calc(100vw - 80px);
    padding: 3px 8px;
    font-size: 9px;
  }
  body.field-console[data-active-page="assets"][data-field-panel]:not(
      [data-field-panel=""]
    )
    .field-panel-header {
    top: 92px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 68px;
    border-radius: 18px 18px 0 0;
    padding: 12px 18px;
  }
  body.field-console[data-active-page="assets"][data-field-panel="search"]
    .assets-support-grid,
  body.field-console[data-active-page="assets"][data-field-panel="details"]
    .sidebar,
  body.field-console[data-active-page="assets"][data-field-panel="create"]
    .sidebar,
  body.field-console[data-active-page="assets"][data-field-panel="workorder"]
    .sidebar,
  body.field-console[data-active-page="assets"][data-field-panel="assistant"]
    .sidebar {
    inset: 160px 0 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding-bottom: 12px;
  }
  body.field-console[data-field-panel]:not([data-field-panel=""]) .field-add,
  body.field-console[data-field-panel]:not([data-field-panel=""])
    .workspace-mode-warning {
    visibility: hidden;
  }
  body.field-console .assets-support-grid > .card,
  body.field-console .sidebar > .card {
    padding: 18px;
  }
  body.field-console .assets-table th:nth-child(5),
  body.field-console .assets-table td:nth-child(5),
  body.field-console .assets-table th:nth-child(6),
  body.field-console .assets-table td:nth-child(6) {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.field-console *,
  body.field-console *::before,
  body.field-console *::after {
    transition: none !important;
    animation: none !important;
  }
}

body.field-console .app-nav {
  backdrop-filter: none;
  filter: none;
  contain: none;
}
body.field-console .app-nav__links {
  height: auto;
  max-height: none;
}
body.field-console .app-main {
  display: block;
}
body.field-console .layers-drawer {
  display: block;
}
body.field-console .map-panel__toolbar {
  overflow: visible;
}
body.field-console .map-panel__actions::before,
body.field-console .layers-drawer > summary::before,
body.field-console .map-legend__summary-note,
body.field-console .map-legend summary::after {
  display: none;
}
body.field-console .toggle-group--filters {
  padding: 16px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
body.field-console .toggle-group--filters .toggle {
  font-size: 11px;
  min-height: 38px;
}
body.field-console .toggle-group--filters .toggle.is-active {
  background: #e5f0de;
  color: #2c5932;
  border-color: #8cb581;
}
body.field-console .app-nav__user-avatar {
  width: 34px;
  height: 34px;
  color: #245c45;
  background: #e7f0e5;
}
body.field-console .app-nav__user-label {
  display: none;
}
body.field-console .map-legend--mobile {
  position: absolute;
  height: auto;
  max-height: 55vh;
  overflow: auto;
  top: auto;
}
body.field-console .map-legend:not([open]) > :not(summary) {
  display: none;
}
body.field-console .map-legend--mobile:not([open]) {
  height: auto;
  min-height: 0;
}

html:has(body.field-console[data-active-page="assets"]) {
  overflow: hidden;
  height: 100%;
}
body.field-console .app-shell {
  display: flow-root;
}
body.field-console[data-active-page="assets"]
  .page-panel[data-page-panel="assets"] {
  width: auto;
}
body.field-console[data-active-page="assets"] #map {
  margin: 0;
}
body.field-console .map-legend:not([open]) {
  height: auto;
  min-height: 0;
}
body.field-console[data-active-page="assets"][data-field-panel="search"]
  .field-panel-header {
  width: 660px;
  right: auto;
}
body.field-console .app-nav__brand-wrap {
  align-self: center;
  padding: 0;
}
body.field-console .skip-link:not(:focus) {
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}
@media (max-width: 720px) {
  body.field-console[data-active-page="assets"][data-field-panel="search"]
    .field-panel-header {
    width: 100%;
  }
}

body.field-console .card::before,
body.field-console .card::after {
  content: none;
  display: none;
}
body.field-console .app__header-copy {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body.field-console .sidebar > .card,
body.field-console .assets-support-grid > .card {
  height: auto;
  min-height: 0;
  max-height: none;
  align-content: start;
}
body.field-console .assets-support-grid > .card {
  display: block;
}
body.field-console #asset-explorer-form {
  margin: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
body.field-console #asset-explorer-form > label:first-child {
  grid-column: 1 / -1;
}
body.field-console #asset-explorer-form > label {
  grid-column: auto;
}
body.field-console #asset-explorer-form > button {
  grid-column: auto;
}
body.field-console #asset-explorer-form select {
  padding: 8px;
  min-height: 40px;
}
body.field-console .asset-table-controls {
  padding: 8px 0;
  margin-top: 8px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
}
body.field-console .asset-table-controls button {
  min-height: 34px;
  padding: 6px 10px;
}
body.field-console #asset-search-status {
  padding: 0;
  margin: 4px 0 0;
  border: 0;
  background: none;
  font-size: 11px;
}
body.field-console[data-active-page="assets"][data-field-panel="search"]:not(
    [data-field-panel=""]
  )
  .field-panel-header {
  width: 660px;
  right: auto;
}
body.field-console .map-panel__toolbar > .map-legend:not([open]) {
  height: 40px;
  max-height: 40px;
  min-height: 0;
}
body.field-console .map-legend > summary {
  display: flex;
  align-items: center;
  min-height: 38px;
  font-weight: 500;
  color: #486041;
}
body.field-console .map-legend__grid {
  padding: 16px;
}
body.field-console .map-legend--mobile:not([open]) {
  max-height: 32px;
}
body.field-console .maplibregl-ctrl-bottom-right {
  bottom: 0;
}
body.field-console .maplibregl-ctrl-bottom-right .maplibregl-ctrl-group {
  position: fixed;
  top: calc(var(--field-top) + 145px);
  right: 20px;
}
body.field-console .map-action-icon {
  color: #487341;
}
body.field-console .map-panel__actions .base-layer-toggle__options {
  border: 0;
  box-shadow: none;
  background: #f7f9f5;
}
body.field-console .map-panel__actions .base-layer-toggle__option {
  box-shadow: none;
}
@media (max-width: 720px) {
  body.field-console #asset-explorer-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.field-console[data-active-page="assets"][data-field-panel="search"]:not(
      [data-field-panel=""]
    )
    .field-panel-header {
    width: 100%;
  }
  body.field-console .maplibregl-ctrl-bottom-right .maplibregl-ctrl-group {
    top: calc(var(--field-top) + 74px);
    right: 12px;
  }
}

/* The browser presents scannable rows; selected assets expose the full workflow. */
body.field-console .assets-table {
  width: 100%;
  min-width: 0;
  table-layout: auto;
}
body.field-console .assets-table th:nth-child(2),
body.field-console .assets-table td:nth-child(2),
body.field-console .assets-table th:nth-child(5),
body.field-console .assets-table td:nth-child(5),
body.field-console .assets-table th:nth-child(6),
body.field-console .assets-table td:nth-child(6) {
  display: none;
}
body.field-console .asset-row-action:not([data-asset-action="select"]) {
  display: none;
}
body.field-console .asset-row-actions {
  display: flex;
  gap: 0;
}
body.field-console .assets-table tbody tr {
  height: auto;
}
body.field-console .assets-table td {
  height: auto;
  font-size: 12px;
  vertical-align: middle;
}
body.field-console .asset-cell__primary {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 650;
}
body.field-console .asset-cell__secondary {
  font-size: 9px;
  font-weight: 400;
  color: #75816f;
  margin-top: 3px;
}
body.field-console .assets-table .asset-row-action {
  min-height: 38px;
  font-size: 11px;
  padding: 7px 12px;
}
body.field-console .assets-table .asset-status-pill,
body.field-console .assets-table .asset-open-work-pill {
  font-size: 9px;
  padding: 5px 7px;
  border-radius: 5px;
}
body.field-console[data-active-page="assets"][data-field-panel]:not(
    [data-field-panel=""]
  )
  .workspace-mode-warning {
  visibility: hidden;
}
body.field-console[data-active-page="assets"] .app-nav__search {
  display: flex;
}
body.field-console .app-nav__search-icon {
  width: 15px;
  height: 15px;
}
body.field-console .app-nav__search input {
  width: 100%;
  padding: 6px 10px;
  border: 0;
  background: none;
  font-weight: 400;
}
body.field-console .dashboard-metric {
  border-radius: 9px;
  box-shadow: none;
  background: #f5f8f1;
  border-color: #e2e8dc;
}
body.field-console .dashboard-metric strong {
  color: #315733;
  font-weight: 600;
}
body.field-console .card-status-pill--info {
  background: #edf4e5;
  color: #3d642f;
  border-color: #d3e1c8;
}

body.field-console {
  --font-ui: Arial, sans-serif;
  --font-display: Arial, sans-serif;
  font-family: Arial, sans-serif;
}
body.field-console .selected-asset-sections,
body.field-console .selected-asset-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  grid-template-columns: none;
  height: auto;
  min-height: 0;
}
body.field-console .selected-asset-section {
  flex: none;
  width: 100%;
}
body.field-console .selected-asset-section > * {
  grid-column: auto;
  grid-row: auto;
  width: 100%;
  min-width: 0;
}
body.field-console .selected-asset-section__header {
  min-height: 0;
}
body.field-console .selected-asset-section .field-hint {
  margin: 0;
}
body.field-console .selected-asset-section button {
  flex: none;
  height: auto;
  min-height: 44px;
}
body.field-console .selected-inspections-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.field-console .selected-inspections-list li {
  padding: 12px;
  font-size: 12px;
  border: 1px solid #dce5d5;
  border-radius: 8px;
  box-shadow: none;
}
body.field-console .selected-asset-section .card-kicker {
  display: block;
}
body.field-console .sidebar .form__actions {
  position: sticky;
  bottom: -20px;
  background: #fff;
  padding: 12px 0;
  border-top: 1px solid #dce5d5;
}
body.field-console .sidebar .form__actions button {
  min-height: 44px;
}

body.field-console .layers-drawer:not([open]) > :not(summary) {
  display: none;
}
body.field-console .map-empty-overlay {
  max-width: calc(100% - 32px);
}
body.field-console .mobile-map-summary__card > span {
  text-transform: none;
  letter-spacing: 0;
}

body.field-console .layer-presets,
body.field-console .toggle-group--layers {
  align-items: start;
  grid-auto-rows: auto;
}
body.field-console .layer-control-group,
body.field-console .layer-control-group__buttons,
body.field-console .layer-control-item {
  height: auto;
  min-height: 0;
  max-height: none;
}
body.field-console .layer-control-group .toggle {
  flex: none;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
}
body.field-console .map-control-section__label {
  color: #52664a;
  font-size: 12px;
  font-weight: 600;
}
body.field-console .map-legend--mobile:not([open]) {
  overflow: hidden;
}
body.field-console #selection-card-hint {
  display: none;
}
body.field-console .selected-asset-section:first-child {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
body.field-console
  .selected-asset-section:first-child
  .selected-asset-section__header,
body.field-console .selected-asset-section:first-child > label:last-child {
  grid-column: 1 / -1;
}
body.field-console .selected-asset-section:first-child .field-hint {
  display: none;
}
body.field-console
  .selected-asset-section:first-child
  .selected-asset-section__header {
  padding: 0;
}
body.field-console .selected-asset-section:first-child input,
body.field-console .selected-asset-section:first-child select {
  padding: 10px;
}
body.field-console .sidebar {
  overflow-x: hidden;
}
body.field-console .sidebar :is(input, select, textarea, img, dl, ul) {
  max-width: 100%;
  min-width: 0;
}
body.field-console .sidebar input[type="file"] {
  font-size: 11px;
  width: 100%;
}
@media (max-width: 720px) {
  body.field-console .assets-table {
    display: table;
  }
  body.field-console .assets-table thead {
    display: table-header-group;
  }
  body.field-console .assets-table tbody {
    display: table-row-group;
  }
  body.field-console .assets-table tr {
    display: table-row;
  }
  body.field-console .assets-table th,
  body.field-console .assets-table td {
    display: table-cell;
  }
  body.field-console .assets-table td::before {
    display: none;
  }
  body.field-console .assets-table th:nth-child(2),
  body.field-console .assets-table td:nth-child(2),
  body.field-console .assets-table th:nth-child(4),
  body.field-console .assets-table td:nth-child(4),
  body.field-console .assets-table th:nth-child(5),
  body.field-console .assets-table td:nth-child(5),
  body.field-console .assets-table th:nth-child(6),
  body.field-console .assets-table td:nth-child(6) {
    display: none;
  }
  body.field-console .assets-table th {
    font-size: 9px;
    padding: 8px;
  }
  body.field-console .assets-table td {
    padding: 10px 8px;
  }
}

body.field-console #app-header-eyebrow,
body.field-console #app-header-subhead {
  color: #4a6050;
}
body.field-console .map-panel__toolbar {
  height: auto;
  pointer-events: none;
}
body.field-console .map-panel__toolbar > * {
  pointer-events: auto;
}
body.field-console .layers-drawer {
  max-height: calc(100dvh - var(--field-top) - 164px);
}
body.field-console .sidebar > .card {
  margin: 0;
  max-width: 100%;
}

/* Operational components formerly inherited text colors from a dark theme. */
body.field-console .page-panel :is(label, h4, .workorder-title) {
  color: #2c4433;
}
body.field-console
  .page-panel
  :is(
    .field-hint,
    .inspection-template-description,
    .wo-column__header > span,
    .wo-column__count,
    #inspection-context-summary,
    #analytics-filter-help
  ) {
  color: #5c6e58;
}
body.field-console .page-panel .status-badge {
  color: #405c39;
}
body.field-console .page-panel .status-badge--danger {
  color: #97372c;
}
body.field-console .page-panel .status-badge--warning {
  color: #80591f;
}
body.field-console .page-panel .status-badge--success {
  color: #26633f;
}
body.field-console .page-panel .stats :is(strong, span),
body.field-console .page-panel .analytics-kpi :is(strong, span),
body.field-console .page-panel .traffic-plan-stats :is(strong, span) {
  color: #385337;
}
body.field-console .workorder-item {
  background: #fff;
  box-shadow: none;
  border: 1px solid #dfe6d9;
  border-top: 3px solid #608c5e;
  border-radius: 9px;
}
body.field-console .wo-column {
  background: #f6f8f2;
  border: 1px solid #dfe6d9;
  border-radius: 10px;
  box-shadow: none;
}
body.field-console .wo-column__header {
  border-bottom: 1px solid #dfe6d9;
}
body.field-console .workorder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
body.field-console .workorder-actions button {
  font-size: 12px;
  min-height: 40px;
}
body.field-console .layer-control-item {
  display: block;
}
body.field-console .layer-control-description {
  margin: 0;
}
body.field-console .mobile-bottom-nav__icon {
  background: none;
  border: 0;
  box-shadow: none;
  width: 24px;
  height: 24px;
}
body.field-console
  .mobile-bottom-nav__button.is-active
  .mobile-bottom-nav__icon {
  background: none;
  color: #2b633b;
}
body.field-console .mobile-appbar__avatar {
  min-width: 40px;
  width: 40px;
  height: 40px;
}

body.field-console .layer-control-item {
  flex: none;
}
body.field-console .toggle-group--layers {
  flex: none;
}
body.field-console #selection-form {
  padding-bottom: 74px;
}
body.field-console #selection-form > .form__actions {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 670;
  width: 390px;
  max-width: calc(100vw - var(--field-rail) - 40px);
  padding: 14px 18px;
  margin: 0;
  display: flex;
  gap: 8px;
  border: 1px solid #d3ddd0;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 -4px 12px #20352b05;
}
body.field-console #selection-form > .form__actions button {
  flex: 1;
  padding: 10px 8px;
  font-size: 12px;
}
body.field-console #status-toggle {
  background: #eef4e9;
  color: #2d5a36;
  border-color: #d5e2cd;
}
@media (max-width: 720px) {
  body.field-console #selection-form > .form__actions {
    right: 0;
    bottom: calc(62px + env(safe-area-inset-bottom, 0px));
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
}

body.field-console #selection-form > .form__actions {
  flex-direction: row;
  flex-wrap: nowrap;
}
body.field-console #selection-form > .form__actions button {
  min-width: 0;
  width: auto;
  flex: 1 1 0;
}
