/* BIMS CSS manifest. Active rules are split by platform area; keep import order stable. */
@import url("./visual-revamp-src/base.css?v=20260607_css_split");
@import url("./visual-revamp-src/home.css?v=20260607_css_split");
@import url("./visual-revamp-src/modules-downloads.css?v=20260607_css_split");
@import url("./visual-revamp-src/field-bims-map.css?v=20260609_field_css_repair");
@import url("./visual-revamp-src/validation-taxonomy-branding.css?v=20260608_tax_hero_consistency2");
@import url("./visual-revamp-src/login-mobile.css?v=20260607_css_split");
@import url("./visual-revamp-src/interface-polish.css?v=20260607_css_split");
@import url("./visual-revamp-src/sidebar-modules.css?v=20260608_taxonomy_intro");
@import url("./visual-revamp-src/tables.css?v=20260607_css_split");
@import url("./visual-revamp-src/server-health.css?v=20260607_css_split");
@import url("./visual-revamp-src/header.css?v=20260607_css_split");
@import url("./visual-revamp-src/admin.css?v=20260608_admin_home_cards");
@import url("./visual-revamp-src/module-heroes.css?v=20260608_module_intro_hero");

.coord-export-hint {
  margin: -6px 0 4px;
  padding: 10px 12px;
  border: 1px solid rgba(22, 101, 52, 0.16);
  border-radius: 8px;
  background: rgba(240, 253, 244, 0.82);
  color: #0f5132;
  font-size: 13px;
  line-height: 1.45;
}

.coord-action-bar .secondary-btn:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  filter: grayscale(0.2);
}

.bims-manual-draft-panel {
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 2px 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(22, 101, 52, 0.16);
  border-radius: 8px;
  background: rgba(240, 253, 244, 0.88);
  color: #0f5132;
}

.bims-manual-draft-panel strong {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}

.bims-manual-draft-panel span {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

.bims-manual-draft-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}


/* BIMS records module revamp - 20260608 */
.bims-records-shell .bims-master-hero {
  margin-bottom: 18px;
}
.bims-submodule-hero {
  min-height: auto;
}
.bims-submodule-workspace {
  margin-top: 0;
}
.bims-submodule-workspace > .info-box:first-child,
.bims-submodule-workspace .info-box:first-child {
  border-left: 4px solid #2f9d62;
  background: #f7fbf8;
}
.bims-records-shell .module-mini-card strong {
  color: #073f2b;
}


/* Records module polished staging */
.bims-records-shell .bims-submodule-hero {
  padding: 30px 36px;
  border-radius: 18px;
  margin-bottom: 18px;
  min-height: 0;
}
.bims-records-shell .bims-submodule-hero h2 {
  font-size: clamp(1.65rem, 2.2vw, 2.35rem);
  line-height: 1.12;
  max-width: 900px;
  margin: 0 0 12px;
}
.bims-records-shell .bims-submodule-hero p {
  max-width: 980px;
  font-size: 0.98rem;
  line-height: 1.65;
}
.bims-records-shell .module-intro-actions,
.bims-records-shell .home-actions {
  display: none !important;
}
.bims-records-benefits .module-mini-card {
  min-height: 150px;
}
.module-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #e8f5ec;
  color: #0f5739;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.bims-workflow-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.bims-workflow-panel > div {
  border: 1px solid rgba(38, 111, 76, .22);
  background: rgba(255,255,255,.78);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(12, 60, 42, .08);
}
.bims-workflow-panel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1f7d4b;
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
}
.bims-workflow-panel strong {
  display: block;
  color: #073f2a;
  margin-bottom: 8px;
}
.bims-workflow-panel p {
  margin: 0;
  color: #31594b;
  line-height: 1.55;
}
.bims-empty-import-row td,
tr.bims-empty-import-row td {
  padding: 28px 18px !important;
  color: #557166;
  text-align: center;
  background: #f7fbf8;
  font-weight: 800;
}
.bims-records-shell #bims-status {
  color: #31594b;
  font-weight: 700;
}
@media (max-width: 980px) {
  .bims-workflow-panel { grid-template-columns: 1fr; }
}


/* BIMS import clean empty state */
.bims-import-empty-state {
  border: 1px dashed rgba(31, 125, 75, .35);
  background: linear-gradient(135deg, rgba(247, 251, 248, .96), rgba(232, 245, 236, .72));
  border-radius: 14px;
  padding: 24px;
  color: #174f38;
  margin-top: 14px;
}
.bims-import-empty-state strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
  color: #073f2a;
}
.bims-import-empty-state p {
  margin: 0;
  line-height: 1.6;
  color: #31594b;
}
.bims-records-shell .bims-submodule-workspace .table-wrapper {
  margin-top: 0;
}


/* Staging stability: isolate TEREN from generic hero/table rules. */
.field-module-shell {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.field-module-shell .bims-master-hero,
.field-module-shell .field-master-hero {
  min-height: 0 !important;
  padding: 34px 38px !important;
  margin-bottom: 22px !important;
  overflow: hidden !important;
}
.field-module-shell .bims-master-hero h2,
.field-module-shell .field-master-hero h2 {
  font-size: clamp(1.85rem, 3vw, 2.75rem) !important;
  line-height: 1.08 !important;
  max-width: 980px !important;
  margin-bottom: 14px !important;
}
.field-module-shell .bims-master-hero p,
.field-module-shell .field-master-hero p {
  max-width: 980px !important;
  font-size: .98rem !important;
  line-height: 1.65 !important;
}
.field-module-shell .field-action-panel,
.field-module-shell .field-records-panel {
  max-width: 100% !important;
  overflow: hidden !important;
}
.field-module-shell .field-observation-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 160px !important;
  gap: 18px !important;
  align-items: start !important;
  overflow: hidden !important;
}
.field-module-shell .field-photo-box {
  width: 160px !important;
  height: 120px !important;
  overflow: hidden !important;
  border-radius: 10px !important;
}
.field-module-shell .field-photo-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
@media (max-width: 900px) {
  .field-module-shell .field-observation-card {
    grid-template-columns: 1fr !important;
  }
  .field-module-shell .field-photo-box {
    width: 100% !important;
    height: 180px !important;
  }
}

/* Taxonomy hero consistency override - 20260610 */
.taxonomy-shell .taxonomy-module-hero{
  padding:34px !important;
  border-radius:24px !important;
  background:
    radial-gradient(circle at 86% 18%, rgba(151,203,124,.28), transparent 30%),
    radial-gradient(circle at 12% 84%, rgba(70,164,117,.25), transparent 34%),
    linear-gradient(135deg,#082d23 0%,#0f4b35 48%,#2f8154 100%) !important;
  box-shadow:0 28px 70px rgba(7,45,34,.22) !important;
}
.taxonomy-shell .taxonomy-module-hero .module-kicker{
  display:block !important;
  margin:0 0 8px !important;
  color:#dff7d7 !important;
  -webkit-text-fill-color:#dff7d7 !important;
  font-size:12px !important;
  font-weight:950 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}
.taxonomy-shell .taxonomy-module-hero h2{
  max-width:980px !important;
  margin:8px 0 16px !important;
  font-size:clamp(30px, 3.2vw, 48px) !important;
  line-height:1.08 !important;
  letter-spacing:0 !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  text-shadow:0 2px 5px rgba(0,0,0,.25) !important;
}
.taxonomy-shell .taxonomy-module-hero p{
  max-width:1040px !important;
  margin:12px 0 0 !important;
  font-size:16px !important;
  line-height:1.75 !important;
  color:rgba(255,255,255,.94) !important;
  -webkit-text-fill-color:rgba(255,255,255,.94) !important;
}
.taxonomy-workspace-shell .taxonomy-workspace{
  padding-top:0 !important;
}
.taxonomy-shell .taxonomy-submodule-hero{
  border-radius:20px !important;
  padding:24px !important;
  background:
    radial-gradient(circle at 92% 18%,rgba(151,203,124,.25),transparent 30%),
    linear-gradient(135deg,#0a3428 0%,#15573e 55%,#317b52 100%) !important;
  box-shadow:0 18px 46px rgba(15,65,42,.16) !important;
}
.taxonomy-shell .taxonomy-submodule-hero h3{
  margin:0 0 10px !important;
  font-size:clamp(24px,2.4vw,34px) !important;
  line-height:1.12 !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}
.taxonomy-shell .taxonomy-submodule-hero p{
  max-width:980px !important;
  margin:0 !important;
  font-size:15px !important;
  line-height:1.65 !important;
  color:rgba(255,255,255,.94) !important;
  -webkit-text-fill-color:rgba(255,255,255,.94) !important;
}

/* Taxonomy hero typography weight alignment - 20260610 */
.taxonomy-shell .taxonomy-module-hero h2{
  font-weight:800 !important;
}
.taxonomy-shell .taxonomy-module-hero p{
  font-weight:400 !important;
}
.taxonomy-shell .taxonomy-module-hero .module-kicker{
  font-weight:900 !important;
}


/* Taxonomy hero exact Admin typography alignment - 20260610 */
.taxonomy-shell .admin-pro-hero.taxonomy-module-hero h2{
  font-weight:800 !important;
  text-shadow:0 2px 5px rgba(0,0,0,.25) !important;
}
.taxonomy-shell .admin-pro-hero.taxonomy-module-hero p{
  font-weight:400 !important;
}

/* Field records table polish - 20260610 */
.field-records-table-wrap{
  overflow:auto;
  border:1px solid rgba(18,92,61,.16);
  border-radius:18px;
  background:#fff;
}
.field-records-table{
  width:100%;
  min-width:980px;
  border-collapse:separate;
  border-spacing:0;
}
.field-records-table th{
  position:sticky;
  top:0;
  z-index:1;
  text-align:left;
  padding:12px 14px;
  background:#eef7f1;
  color:#073d2b;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.field-records-table td{
  vertical-align:top;
  padding:14px;
  border-top:1px solid rgba(18,92,61,.12);
  color:#0b2d22;
}
.field-record-row:hover td{
  background:#f8fcf9;
}
.field-record-photo-cell{
  width:116px;
}
.field-record-photo{
  width:96px;
  height:72px;
  object-fit:cover;
  border-radius:10px;
  border:1px solid rgba(18,92,61,.18);
  background:#f5faf7;
  display:block;
}
.field-record-photo.is-empty{
  object-fit:contain;
  padding:14px;
  opacity:.62;
}
.field-record-taxon{
  display:block;
  max-width:220px;
  color:#053d2c;
  font-size:16px;
  line-height:1.15;
}
.field-record-muted,
.field-record-note{
  display:block;
  margin-top:5px;
  color:#587166;
  font-size:12px;
  line-height:1.35;
}
.field-record-note{
  max-width:260px;
  color:#294d40;
}
.field-record-label{
  display:block;
  margin:0 0 3px;
  color:#00633f;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.field-record-label:not(:first-child){
  margin-top:9px;
}
@media (max-width:900px){
  .field-records-table{
    min-width:760px;
  }
  .field-record-photo-cell{
    width:90px;
  }
  .field-record-photo{
    width:76px;
    height:60px;
  }
}


/* BIMS records visual revamp - 20260610 stable layer */
.bims-records-shell{
  max-width:1180px;
  margin:0 auto;
}
.bims-records-shell .bims-master-hero{
  padding:34px !important;
  border-radius:24px !important;
  margin-bottom:20px !important;
  min-height:0 !important;
}
.bims-records-shell .bims-master-hero h2{
  font-size:clamp(1.9rem, 3vw, 2.75rem) !important;
  line-height:1.08 !important;
  max-width:1040px !important;
  margin:0 0 14px !important;
}
.bims-records-shell .bims-master-hero p{
  max-width:1030px !important;
  font-size:.98rem !important;
  line-height:1.65 !important;
}
.bims-records-benefits{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:0 0 18px;
}
.bims-record-card{
  text-align:left;
  border:1px solid rgba(31,122,67,.18);
  background:rgba(255,255,255,.92);
  border-radius:8px;
  padding:18px;
  color:#102033;
  box-shadow:0 12px 30px rgba(18,56,40,.08);
  cursor:pointer;
}
.bims-record-card:hover{
  border-color:#9cc7ab;
  transform:translateY(-1px);
  box-shadow:0 18px 42px rgba(18,56,40,.12);
}
.bims-record-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#e8f5ec;
  color:#0f5739;
  font-weight:900;
  margin-bottom:12px;
}
.bims-record-card strong{
  display:block;
  color:#073f2b;
  font-size:1rem;
  margin-bottom:8px;
}
.bims-record-card p{
  margin:0;
  color:#4d665c;
  line-height:1.55;
}
.bims-workspace-card{
  border:1px solid #d7e6dd;
  background:rgba(255,255,255,.92);
  border-radius:8px;
  padding:14px;
  box-shadow:0 16px 42px rgba(18,56,40,.09);
}
.bims-flow-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  padding:6px 6px 14px;
  border-bottom:1px solid #e2ede7;
  margin-bottom:16px;
}
.bims-flow-content{
  min-height:260px;
}
.bims-flow-panel{
  display:block;
}
.bims-flow-hero{
  border:1px solid #d7e6dd;
  background:linear-gradient(135deg,#f7fbf8 0%,#eef8f1 100%);
  border-radius:8px;
  padding:18px 20px;
  margin-bottom:16px;
}
.bims-flow-hero span{
  display:inline-flex;
  margin-bottom:8px;
  color:#0f5739;
  font-size:.74rem;
  font-weight:900;
  text-transform:uppercase;
}
.bims-flow-hero h3{
  margin:0 0 8px;
  color:#073f2b;
  font-size:1.25rem;
  line-height:1.2;
}
.bims-flow-hero p{
  margin:0;
  color:#31594b;
  line-height:1.58;
}
.bims-records-shell .field-card{
  border-radius:8px;
  border-color:#d7e6dd;
  background:#fbfdfb;
}
.bims-records-shell .field-card label{
  color:#073f2b;
  font-weight:800;
}
.bims-records-shell .table-caption-bar{
  border:1px solid #d7e6dd;
  border-bottom:0;
  background:#f4faf5;
  border-radius:8px 8px 0 0;
  color:#073f2b;
}
.bims-records-shell .table-wrapper,
.bims-records-shell .bims-readable-table-wrap{
  border:1px solid #d7e6dd !important;
  border-radius:8px !important;
  overflow:auto !important;
  box-shadow:0 8px 24px rgba(18,56,40,.07) !important;
}
.bims-records-shell #bims-table th,
.bims-records-shell #bims-existing-table th{
  background:linear-gradient(180deg,#124b37 0%,#0b382c 100%) !important;
  color:#fff !important;
  font-weight:850 !important;
}
.bims-records-shell #bims-table td,
.bims-records-shell #bims-existing-table td{
  border-bottom:1px solid #e5eee9 !important;
}
.bims-records-shell #bims-manual-map-container,
.bims-records-shell #bims-manual-map{
  border-radius:8px;
}
.bims-records-shell .status-bar{
  border-color:#d7e6dd;
  background:#f7fbf8;
  color:#31594b;
}
.bims-records-shell .bims-existing-map-panel,
.bims-records-shell .bims-existing-table-panel{
  border-radius:8px !important;
}
@media (max-width:980px){
  .bims-records-benefits{grid-template-columns:1fr;}
  .bims-records-shell .bims-master-hero{padding:26px !important;}
}


/* BIMS records module/submodule rebuild - 20260610 */
.bims-records-overview{
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.bims-records-checklist{
  display:grid;
  gap:10px;
  margin-top:16px;
}
.bims-records-checklist span{
  border:1px solid rgba(31,122,67,.18);
  background:#f7fbf8;
  border-radius:8px;
  padding:10px 12px;
  color:#123c2e;
  font-weight:800;
}
.bims-records-static-grid .admin-home-card{
  cursor:default;
}
.bims-records-submodule-shell{
  max-width:1180px;
  margin:0 auto;
}
.bims-records-submodule-shell .bims-workspace-card{
  padding:0 !important;
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}
.bims-records-submodule-shell .bims-flow-panel{
  border:1px solid #d7e6dd;
  background:rgba(255,255,255,.92);
  border-radius:8px;
  padding:16px;
  box-shadow:0 16px 42px rgba(18,56,40,.09);
}
.bims-records-submodule-shell .bims-flow-hero{
  margin:-16px -16px 16px;
  border-radius:8px 8px 0 0;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.22);
  background:linear-gradient(135deg,#073422 0%,#0f5739 52%,#3d8a58 100%);
  color:#fff;
  padding:26px 28px;
}
.bims-records-submodule-shell .bims-flow-hero span,
.bims-records-submodule-shell .bims-flow-hero h3,
.bims-records-submodule-shell .bims-flow-hero p{
  color:#fff;
}
.bims-records-submodule-shell .bims-flow-hero span{
  opacity:.88;
}
.bims-records-submodule-shell .bims-flow-hero h3{
  font-size:clamp(1.45rem,2vw,2rem);
}


/* BIMS records submodule feedback fixes - 20260610 */
.bims-records-submodule-shell .bims-manual-flow{
  padding:0 !important;
  overflow:hidden;
}
.bims-records-submodule-shell .bims-manual-flow .bims-flow-hero{
  margin:0 !important;
  border-radius:8px 8px 0 0;
}
.bims-records-submodule-shell .bims-manual-flow .bims-form-grid,
.bims-records-submodule-shell .bims-manual-flow > .grid-2,
.bims-records-submodule-shell .bims-manual-flow > .field-card,
.bims-records-submodule-shell .bims-manual-flow > .section-actions,
.bims-records-submodule-shell .bims-manual-flow > #bims-manual-map-container,
.bims-records-submodule-shell .bims-manual-flow > .status-bar{
  margin-left:18px !important;
  margin-right:18px !important;
}
.bims-records-submodule-shell .bims-manual-flow .bims-form-grid{
  margin-top:18px;
  border:1px solid #d7e6dd;
  background:#fbfdfb;
  border-radius:8px;
  padding:16px;
  gap:12px;
}
.bims-records-submodule-shell .bims-manual-flow .field-card{
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
}
.bims-records-submodule-shell .bims-manual-flow input{
  background:#fff;
}
.bims-records-submodule-shell .bims-manual-flow .section-actions{
  padding:16px 0 0;
}
.bims-records-submodule-shell .bims-manual-flow > .status-bar{
  margin-bottom:18px;
}
.bims-import-guide{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:16px 0;
}
.bims-import-guide article{
  border:1px solid #d7e6dd;
  background:#f7fbf8;
  border-radius:8px;
  padding:14px;
}
.bims-import-guide strong{
  display:block;
  color:#073f2b;
  margin-bottom:6px;
}
.bims-import-guide span{
  color:#4d665c;
  line-height:1.5;
}
.bims-import-flow #bims-import-preview-shell{
  margin-top:14px;
}
@media (max-width:900px){
  .bims-import-guide{grid-template-columns:1fr;}
}


/* BIMS records submodule visual correction v2 - 20260610 */
.bims-records-submodule-shell .bims-flow-hero{
  margin:0 0 16px !important;
  border:1px solid #d7e6dd !important;
  border-radius:8px !important;
  background:linear-gradient(135deg,#f7fbf8 0%,#eef8f1 100%) !important;
  color:#102033 !important;
  padding:20px 22px !important;
}
.bims-records-submodule-shell .bims-flow-hero span{
  color:#0f5739 !important;
  opacity:1 !important;
}
.bims-records-submodule-shell .bims-flow-hero h3{
  color:#073f2b !important;
  font-size:clamp(1.35rem,2vw,1.85rem) !important;
}
.bims-records-submodule-shell .bims-flow-hero p{
  color:#31594b !important;
}
.bims-records-submodule-shell .bims-flow-panel{
  padding:16px !important;
}
.bims-unified-form-panel{
  border:1px solid #d7e6dd;
  background:#fff;
  border-radius:8px;
  padding:18px;
  box-shadow:0 10px 26px rgba(18,56,40,.06);
}
.bims-unified-form-panel .bims-form-grid{
  border:0 !important;
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
}
.bims-unified-form-panel .field-card{
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
}
.bims-unified-form-panel .field-card.is-wide{
  grid-column:1 / -1;
}
.bims-form-section-title{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-end;
  border-bottom:1px solid #e2ede7;
  padding-bottom:10px;
  margin:0 0 14px;
}
.bims-form-section-title:not(:first-child){
  margin-top:20px;
}
.bims-form-section-title strong{
  color:#073f2b;
  font-size:1rem;
}
.bims-form-section-title span{
  color:#5a6f64;
  font-size:.9rem;
}
.bims-manual-actions{
  margin-top:16px;
}
.bims-unified-form-panel #bims-manual-map-container{
  margin-top:14px !important;
  border:1px solid #d7e6dd !important;
  border-radius:8px !important;
  overflow:hidden !important;
}
.bims-unified-form-panel #bims-manual-map-toolbar{
  padding:10px 12px !important;
  background:#f4faf5 !important;
  border-bottom:1px solid #d7e6dd !important;
  color:#31594b !important;
}
.bims-unified-form-panel #bims-manual-map{
  width:100% !important;
  height:420px !important;
}
.bims-existing-flow .bims-existing-table-panel{
  overflow:hidden !important;
}
.bims-existing-flow #bims-existing-table.bims-readable-table{
  min-width:1360px !important;
}
@media (max-width:820px){
  .bims-form-section-title{
    align-items:flex-start;
    flex-direction:column;
  }
}
/* BIMS records submodules - uniform staging revamp */
.bims-records-submodule-shell .bims-flow-panel{
  max-width:1120px !important;
  margin:0 auto 22px !important;
}
.bims-records-submodule-shell .bims-flow-hero{
  border:0 !important;
  border-radius:8px !important;
  padding:26px 28px !important;
  margin:0 0 16px !important;
  color:#fff !important;
  background:
    radial-gradient(circle at 78% 20%, rgba(92, 172, 112, 0.38), transparent 34%),
    linear-gradient(135deg, #084732 0%, #17633f 52%, #3f8d55 100%) !important;
  box-shadow:0 16px 34px rgba(18,56,40,0.16) !important;
}
.bims-records-submodule-shell .bims-flow-hero span{
  display:block !important;
  margin:0 0 10px !important;
  color:rgba(255,255,255,0.90) !important;
  font-size:12px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:0 !important;
  text-transform:uppercase !important;
}
.bims-records-submodule-shell .bims-flow-hero h3{
  margin:0 !important;
  color:#fff !important;
  font-size:30px !important;
  line-height:1.12 !important;
  font-weight:800 !important;
  letter-spacing:0 !important;
}
.bims-records-submodule-shell .bims-flow-hero p{
  margin:12px 0 0 !important;
  max-width:980px !important;
  color:rgba(255,255,255,0.94) !important;
  font-size:14px !important;
  line-height:1.65 !important;
  font-weight:500 !important;
}
.bims-records-submodule-shell .bims-unified-form-panel{
  border:1px solid #cfe3d8 !important;
  border-radius:8px !important;
  background:#fff !important;
  padding:18px !important;
  box-shadow:0 14px 34px rgba(18,56,40,0.10) !important;
}
.bims-records-submodule-shell .bims-unified-form-panel .bims-form-grid{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:12px 14px !important;
  margin:0 0 16px !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.bims-records-submodule-shell .bims-unified-form-panel .field-card{
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:0 !important;
}
.bims-records-submodule-shell .bims-unified-form-panel .field-card.is-wide{
  grid-column:1 / -1 !important;
}
.bims-records-submodule-shell .bims-form-section-title{
  display:flex !important;
  justify-content:space-between !important;
  gap:12px !important;
  align-items:flex-end !important;
  padding:0 0 10px !important;
  margin:0 0 14px !important;
  border-bottom:1px solid #e1eee7 !important;
  color:#073b2d !important;
}
.bims-records-submodule-shell .bims-form-section-title strong{
  font-size:15px !important;
  color:#073b2d !important;
}
.bims-records-submodule-shell .bims-form-section-title span{
  color:#49675a !important;
  font-size:12px !important;
}
.bims-records-submodule-shell #bims-manual-map-container{
  margin-top:14px !important;
  border:1px solid #cfe3d8 !important;
  border-radius:8px !important;
  overflow:hidden !important;
}
.bims-records-submodule-shell #bims-manual-map-toolbar{
  padding:10px 12px !important;
  background:#f4faf5 !important;
  border-bottom:1px solid #cfe3d8 !important;
  color:#073b2d !important;
  font-weight:700 !important;
}
.bims-records-submodule-shell #bims-manual-map{
  width:100% !important;
  height:420px !important;
}
.bims-records-submodule-shell .bims-import-guide{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:12px !important;
  margin:0 0 14px !important;
}
.bims-records-submodule-shell .bims-import-guide article{
  border:1px solid #cfe3d8 !important;
  border-radius:8px !important;
  background:#f8fcf9 !important;
  padding:14px !important;
}
.bims-records-submodule-shell .bims-import-guide strong{
  display:block !important;
  margin-bottom:8px !important;
  color:#073b2d !important;
  font-size:14px !important;
}
.bims-records-submodule-shell .bims-import-guide span{
  color:#49675a !important;
  line-height:1.5 !important;
}
.bims-records-submodule-shell .bims-import-empty-state{
  border:1px dashed #abcdbc !important;
  border-radius:8px !important;
  background:#f8fcf9 !important;
  padding:18px !important;
  color:#073b2d !important;
}
.bims-records-submodule-shell .bims-import-empty-state p{
  margin:7px 0 0 !important;
  color:#49675a !important;
}
@media (max-width:900px){
  .bims-records-submodule-shell .bims-flow-hero h3{font-size:25px !important;}
  .bims-records-submodule-shell .bims-unified-form-panel .bims-form-grid,
  .bims-records-submodule-shell .bims-import-guide{grid-template-columns:1fr !important;}
  .bims-records-submodule-shell .bims-form-section-title{display:block !important;}
  .bims-records-submodule-shell .bims-form-section-title span{display:block !important; margin-top:5px !important;}
}
/* BIMS records visual alignment v4 */
.bims-records-submodule-shell .bims-flow-panel{
  max-width:1120px !important;
  margin:0 auto 22px !important;
  border:1px solid #d7e6dd !important;
  background:rgba(255,255,255,.92) !important;
  border-radius:8px !important;
  padding:16px !important;
  box-shadow:0 16px 42px rgba(18,56,40,.09) !important;
}
.bims-records-submodule-shell .bims-flow-hero{
  margin:0 0 16px !important;
  border:1px solid #d7e6dd !important;
  border-radius:8px !important;
  background:linear-gradient(135deg,#f7fbf8 0%,#eef8f1 100%) !important;
  color:#102033 !important;
  padding:20px 22px !important;
  box-shadow:none !important;
}
.bims-records-submodule-shell .bims-flow-hero span{
  display:inline-flex !important;
  margin:0 0 8px !important;
  color:#0f5739 !important;
  opacity:1 !important;
  font-size:.74rem !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
  text-transform:uppercase !important;
}
.bims-records-submodule-shell .bims-flow-hero h3{
  margin:0 0 8px !important;
  color:#073f2b !important;
  font-size:clamp(1.35rem,2vw,1.85rem) !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:0 !important;
}
.bims-records-submodule-shell .bims-flow-hero p{
  margin:0 !important;
  max-width:980px !important;
  color:#31594b !important;
  font-size:1rem !important;
  line-height:1.58 !important;
  font-weight:400 !important;
}
.bims-existing-flow .bims-existing-table-panel{
  overflow:hidden !important;
}
.bims-existing-flow .bims-readable-table-wrap{
  overflow-x:hidden !important;
  overflow-y:auto !important;
  max-height:520px !important;
}
.bims-existing-flow #bims-existing-table.bims-readable-table{
  width:100% !important;
  min-width:0 !important;
  table-layout:fixed !important;
  border-collapse:collapse !important;
  font-size:11px !important;
  line-height:1.28 !important;
}
.bims-existing-flow #bims-existing-table.bims-readable-table th,
.bims-existing-flow #bims-existing-table.bims-readable-table td{
  padding:7px 8px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(1),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(1){width:92px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(2),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(2){width:58px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(3),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(3){width:64px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(4),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(4){width:142px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(5),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(5){width:86px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(6),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(6){width:92px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(7),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(7){width:76px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(12),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(12){width:132px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(13),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(13){width:86px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(19),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(19){width:86px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(20),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(20){width:70px !important;}
.bims-existing-flow .bims-row-actions{
  gap:4px !important;
}
.bims-existing-flow .bims-icon-action{
  width:28px !important;
  height:28px !important;
  border-radius:6px !important;
}
.bims-existing-flow .bims-icon-action svg{
  width:14px !important;
  height:14px !important;
}
.bims-existing-flow .coord-ok-badge,
.bims-existing-flow .coord-issue-badge{
  padding:3px 6px !important;
  font-size:10px !important;
}
@media (max-width:980px){
  .bims-existing-flow .bims-readable-table-wrap{
    overflow-x:auto !important;
  }
  .bims-existing-flow #bims-existing-table.bims-readable-table{
    min-width:920px !important;
  }
}
/* BIMS records table and hero alignment v5 */
.bims-records-submodule-shell .bims-flow-panel{
  max-width:1160px !important;
  margin:0 auto 22px !important;
  border:0 !important;
  background:transparent !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;
}
.bims-records-submodule-shell .bims-flow-hero{
  position:relative !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:20px !important;
  padding:24px !important;
  margin:0 0 18px !important;
  color:#fff !important;
  background:
    radial-gradient(circle at 92% 18%,rgba(151,203,124,.25),transparent 30%),
    linear-gradient(135deg,#0a3428 0%,#15573e 55%,#317b52 100%) !important;
  box-shadow:0 18px 46px rgba(15,65,42,.16) !important;
}
.bims-records-submodule-shell .bims-flow-hero span{
  display:block !important;
  margin:0 0 8px !important;
  color:#dff7d7 !important;
  -webkit-text-fill-color:#dff7d7 !important;
  opacity:1 !important;
  font-size:12px !important;
  line-height:1.2 !important;
  font-weight:950 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}
.bims-records-submodule-shell .bims-flow-hero h3{
  margin:0 0 10px !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-size:clamp(24px,2.4vw,34px) !important;
  line-height:1.12 !important;
  font-weight:800 !important;
  letter-spacing:0 !important;
  text-shadow:0 2px 5px rgba(0,0,0,.25) !important;
}
.bims-records-submodule-shell .bims-flow-hero p{
  margin:0 !important;
  max-width:980px !important;
  color:rgba(255,255,255,.94) !important;
  -webkit-text-fill-color:rgba(255,255,255,.94) !important;
  font-size:1rem !important;
  line-height:1.65 !important;
  font-weight:400 !important;
}
.bims-records-submodule-shell .bims-unified-form-panel,
.bims-records-submodule-shell .bims-existing-map-panel,
.bims-records-submodule-shell .bims-existing-table-panel,
.bims-records-submodule-shell .bims-import-guide article,
.bims-records-submodule-shell .bims-import-empty-state,
.bims-records-submodule-shell #bims-import-preview-shell{
  border-radius:8px !important;
}
.bims-existing-flow .bims-existing-table-panel{
  overflow:hidden !important;
}
.bims-existing-flow .bims-readable-table-wrap{
  overflow-x:hidden !important;
  overflow-y:auto !important;
  max-height:520px !important;
  border:1px solid #cfe3d8 !important;
  border-top:0 !important;
  border-radius:0 0 8px 8px !important;
}
.bims-existing-flow #bims-existing-table.bims-readable-table{
  width:100% !important;
  min-width:0 !important;
  table-layout:fixed !important;
  border-collapse:collapse !important;
  border-spacing:0 !important;
  background:#fff !important;
  font-size:11px !important;
  line-height:1.28 !important;
}
.bims-existing-flow #bims-existing-table.bims-readable-table thead th,
.bims-existing-flow #bims-existing-table.bims-readable-table th{
  position:sticky !important;
  top:0 !important;
  z-index:6 !important;
  background:#f4faf5 !important;
  color:#073b2d !important;
  -webkit-text-fill-color:#073b2d !important;
  text-shadow:none !important;
  box-shadow:none !important;
  border-right:1px solid #c9dbd1 !important;
  border-bottom:1px solid #c9dbd1 !important;
  border-radius:0 !important;
  padding:8px 7px !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  font-size:11px !important;
  line-height:1.15 !important;
  font-weight:850 !important;
}
.bims-existing-flow #bims-existing-table.bims-readable-table td{
  padding:7px 7px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  border-bottom:1px solid #e2ece7 !important;
  color:#102033 !important;
  background:#fff !important;
}
.bims-existing-flow #bims-existing-table.bims-readable-table tr:nth-child(even) td{
  background:#f8fbf9 !important;
}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(1),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(1){width:82px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(2),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(2){width:54px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(3),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(3){width:92px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(4),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(4){width:124px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(5),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(5){width:82px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(6),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(6){width:82px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(7),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(7){width:72px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(12),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(12){width:124px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(13),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(13){width:82px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(19),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(19){width:82px !important;}
.bims-existing-flow #bims-existing-table.bims-readable-table th:nth-child(20),
.bims-existing-flow #bims-existing-table.bims-readable-table td:nth-child(20){width:68px !important;}
.bims-existing-flow .bims-row-actions{
  gap:4px !important;
}
.bims-existing-flow .bims-icon-action{
  width:28px !important;
  height:28px !important;
  border-radius:6px !important;
}
.bims-existing-flow .bims-icon-action svg{
  width:14px !important;
  height:14px !important;
}
.bims-existing-flow .coord-ok-badge,
.bims-existing-flow .coord-issue-badge{
  padding:3px 6px !important;
  font-size:10px !important;
}
@media (max-width:980px){
  .bims-existing-flow .bims-readable-table-wrap{
    overflow-x:auto !important;
  }
  .bims-existing-flow #bims-existing-table.bims-readable-table{
    min-width:920px !important;
  }
}
/* BIMS records hero weight and clickable cards v6 */
.bims-records-shell .bims-master-hero h2,
.bims-records-submodule-shell .bims-flow-hero h3{
  font-weight:650 !important;
  letter-spacing:0 !important;
}
.bims-records-shell .bims-master-hero .module-kicker,
.bims-records-submodule-shell .bims-flow-hero span{
  font-weight:800 !important;
  letter-spacing:0 !important;
}
.bims-records-shell .bims-master-hero p,
.bims-records-submodule-shell .bims-flow-hero p{
  font-weight:400 !important;
}
.bims-records-static-grid .bims-records-nav-card{
  cursor:pointer !important;
  position:relative !important;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease !important;
}
.bims-records-static-grid .bims-records-nav-card:hover,
.bims-records-static-grid .bims-records-nav-card:focus{
  transform:translateY(-2px) !important;
  border-color:#8fc8a0 !important;
  box-shadow:0 18px 40px rgba(18,56,40,.14) !important;
  outline:none !important;
}
.bims-records-static-grid .bims-records-nav-card:focus-visible{
  outline:3px solid rgba(47,157,98,.28) !important;
  outline-offset:3px !important;
}
.bims-records-static-grid .bims-records-nav-card::after{
  content:"Deschide";
  display:inline-flex;
  width:max-content;
  margin-top:14px;
  padding:6px 10px;
  border-radius:999px;
  background:#e8f5ec;
  color:#0f5739;
  font-size:12px;
  font-weight:800;
}
/* BIMS converter module split v1 */
.converter-shell .converter-master-hero h2,
.converter-submodule-shell .coord-flow-hero h3{
  font-weight:650 !important;
  letter-spacing:0 !important;
}
.converter-shell .converter-master-hero .module-kicker,
.converter-submodule-shell .coord-flow-hero span{
  font-weight:800 !important;
  letter-spacing:0 !important;
}
.converter-shell .converter-master-hero p,
.converter-submodule-shell .coord-flow-hero p{
  font-weight:400 !important;
}
.converter-static-grid .converter-nav-card{
  cursor:pointer !important;
  position:relative !important;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease !important;
}
.converter-static-grid .converter-nav-card:hover,
.converter-static-grid .converter-nav-card:focus{
  transform:translateY(-2px) !important;
  border-color:#8fc8a0 !important;
  box-shadow:0 18px 40px rgba(18,56,40,.14) !important;
  outline:none !important;
}
.converter-static-grid .converter-nav-card::after{
  content:"Deschide";
  display:inline-flex;
  width:max-content;
  margin-top:14px;
  padding:6px 10px;
  border-radius:999px;
  background:#e8f5ec;
  color:#0f5739;
  font-size:12px;
  font-weight:800;
}
.converter-submodule-shell .converter-workspace-card{
  padding:0 !important;
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}
.converter-submodule-shell .coord-flow-panel{
  max-width:1160px;
  margin:0 auto 22px;
}
.converter-submodule-shell .coord-flow-hero{
  position:relative;
  overflow:hidden;
  border:0;
  border-radius:20px;
  padding:24px;
  margin:0 0 18px;
  color:#fff;
  background:
    radial-gradient(circle at 92% 18%,rgba(151,203,124,.25),transparent 30%),
    linear-gradient(135deg,#0a3428 0%,#15573e 55%,#317b52 100%);
  box-shadow:0 18px 46px rgba(15,65,42,.16);
}
.converter-submodule-shell .coord-flow-hero span{
  display:block;
  margin:0 0 8px;
  color:#dff7d7;
  -webkit-text-fill-color:#dff7d7;
  font-size:12px;
  line-height:1.2;
  text-transform:uppercase;
}
.converter-submodule-shell .coord-flow-hero h3{
  margin:0 0 10px;
  color:#fff;
  -webkit-text-fill-color:#fff;
  font-size:clamp(24px,2.4vw,34px);
  line-height:1.12;
  text-shadow:0 2px 5px rgba(0,0,0,.25);
}
.converter-submodule-shell .coord-flow-hero p{
  margin:0;
  max-width:980px;
  color:rgba(255,255,255,.94);
  -webkit-text-fill-color:rgba(255,255,255,.94);
  line-height:1.65;
}
.coord-import-guide,
.coord-gis-plan{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:0 0 14px;
}
.coord-import-guide article,
.coord-gis-plan article,
.coord-gis-upload-panel{
  border:1px solid #d7e6dd;
  background:#fff;
  border-radius:8px;
  padding:14px;
  box-shadow:0 12px 30px rgba(18,56,40,.08);
}
.coord-import-guide strong,
.coord-gis-plan strong{
  display:block;
  color:#073f2b;
  margin-bottom:6px;
}
.coord-import-guide span,
.coord-gis-plan p,
.coord-gis-dropzone p{
  color:#4d665c;
  line-height:1.5;
}
.coord-gis-dropzone{
  margin-top:14px;
  padding:18px;
  border:1px dashed #abcdbc;
  border-radius:8px;
  background:#f8fcf9;
}
.coord-gis-dropzone input{
  margin-top:10px;
}
@media (max-width:900px){
  .coord-import-guide,
  .coord-gis-plan{grid-template-columns:1fr;}
}
/* BIMS converter manual single set v2 */
.coord-single-flow .coord-single-explainer{
  border:1px solid #d7e6dd;
  background:#f8fcf9;
  border-radius:8px;
  padding:14px 16px;
  margin:0 0 14px;
  color:#143b2b;
}
.coord-single-flow .coord-single-explainer strong{
  display:block;
  margin-bottom:6px;
  color:#073f2b;
  font-weight:800;
}
.coord-single-flow .coord-single-explainer p{
  margin:0;
  color:#4d665c;
  line-height:1.55;
}
.coord-single-flow .coord-single-board{
  border:1px solid #d7e6dd;
  background:#fff;
  border-radius:8px;
  padding:16px;
  box-shadow:0 12px 30px rgba(18,56,40,.08);
}
.coord-single-flow .coord-single-instructions{
  margin-top:14px;
}
.coord-single-flow .coord-single-hidden-table{
  display:none !important;
}
.coord-single-flow .coord-manual-header h3{
  margin-top:0;
}
/* BIMS converter manual EPSG clean v3 */
.coord-single-flow .coord-epsg-reference{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:0 0 14px;
}
.coord-single-flow .coord-epsg-reference article{
  border:1px solid #d7e6dd;
  background:#f8fcf9;
  border-radius:8px;
  padding:14px;
}
.coord-single-flow .coord-epsg-reference strong{
  display:block;
  margin-bottom:7px;
  color:#073f2b;
  font-weight:800;
}
.coord-single-flow .coord-epsg-reference p{
  margin:0;
  color:#4d665c;
  line-height:1.5;
}
.coord-single-flow .coord-single-instructions,
.coord-single-flow #coord-instructions{
  display:none !important;
}
@media (max-width:900px){
  .coord-single-flow .coord-epsg-reference{grid-template-columns:1fr;}
}
/* BIMS converter table import detection v4 */
.coord-import-flow .coord-import-detection-note{
  border:1px solid #d7e6dd;
  background:#f8fcf9;
  border-radius:8px;
  padding:12px 14px;
  margin:0 0 14px;
  color:#143b2b;
}
.coord-import-flow #coord-table{
  min-width:1100px;
}
.coord-import-flow #coord-table th{
  white-space:normal;
  line-height:1.2;
}
.coord-import-flow #coord-table td{
  max-width:180px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.coord-import-flow .coord-batch-table-wrap.is-hidden{
  display:none;
}
/* BIMS converter import EPSG explanations v7 */
.coord-import-flow .coord-import-epsg-reference{
  margin:0 0 14px;
}
.coord-import-flow .coord-import-epsg-reference small{
  display:block;
  margin-top:8px;
  color:#31594b;
  font-weight:700;
}

/* BIMS converter import EPSG cards v8 */
.coord-import-flow .coord-epsg-reference{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
  margin:0 0 14px !important;
}
.coord-import-flow .coord-epsg-reference article{
  border:1px solid #d7e6dd !important;
  background:#f8fcf9 !important;
  border-radius:8px !important;
  padding:14px !important;
  box-shadow:0 12px 30px rgba(18,56,40,.06) !important;
}
.coord-import-flow .coord-epsg-reference strong{
  display:block !important;
  margin-bottom:7px !important;
  color:#073f2b !important;
  font-weight:800 !important;
}
.coord-import-flow .coord-epsg-reference p{
  margin:0 !important;
  color:#4d665c !important;
  line-height:1.5 !important;
}
.coord-import-flow .coord-epsg-reference small{
  display:block !important;
  margin-top:8px !important;
  color:#31594b !important;
  font-weight:700 !important;
  line-height:1.45 !important;
}
@media (max-width:900px){
  .coord-import-flow .coord-epsg-reference{grid-template-columns:1fr !important;}
}
/* BIMS converter EPSG horizontal cards v9 */
.coord-import-flow .coord-epsg-reference,
.coord-single-flow .coord-epsg-reference{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:12px !important;
  align-items:stretch !important;
  margin:0 0 14px !important;
}
.coord-import-flow .coord-epsg-reference article,
.coord-single-flow .coord-epsg-reference article{
  min-height:108px !important;
  border:1px solid #d7e6dd !important;
  background:#f8fcf9 !important;
  border-radius:8px !important;
  padding:14px !important;
  box-shadow:0 12px 30px rgba(18,56,40,.06) !important;
}
.coord-import-flow .coord-epsg-reference strong,
.coord-single-flow .coord-epsg-reference strong{
  display:block !important;
  margin-bottom:8px !important;
  color:#073f2b !important;
  font-weight:800 !important;
}
.coord-import-flow .coord-epsg-reference p,
.coord-single-flow .coord-epsg-reference p{
  margin:0 !important;
  color:#4d665c !important;
  line-height:1.5 !important;
}
.coord-import-flow .coord-epsg-reference small,
.coord-single-flow .coord-epsg-reference small{
  display:block !important;
  margin-top:8px !important;
  color:#31594b !important;
  font-weight:700 !important;
  line-height:1.45 !important;
}
@media (max-width:900px){
  .coord-import-flow .coord-epsg-reference,
  .coord-single-flow .coord-epsg-reference{
    grid-template-columns:1fr !important;
  }
}
/* BIMS converter GIS files UI v1 */
.coord-gis-flow .coord-gis-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:14px 0;
}
.coord-gis-flow .coord-gis-form-grid .field-card{
  border:1px solid #d7e6dd;
  background:#f8fcf9;
  border-radius:8px;
  padding:12px;
  box-shadow:none;
}
.coord-gis-flow .coord-gis-form-grid label{
  color:#073f2b;
  font-weight:800;
}
.coord-gis-flow .coord-gis-form-grid select,
.coord-gis-flow .coord-gis-form-grid input{
  width:100%;
  box-sizing:border-box;
  margin-top:7px;
}
.coord-gis-mode-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:14px 0;
}
.coord-gis-mode-grid article{
  border:1px solid #d7e6dd;
  background:#fff;
  border-radius:8px;
  padding:14px;
}
.coord-gis-mode-grid strong{
  display:block;
  color:#073f2b;
  margin-bottom:6px;
  font-weight:800;
}
.coord-gis-mode-grid p{
  margin:0;
  color:#4d665c;
  line-height:1.5;
}
@media (max-width:900px){
  .coord-gis-flow .coord-gis-form-grid,
  .coord-gis-mode-grid{
    grid-template-columns:1fr;
  }
}
/* BIMS converter GIS Leaflet preview v2 */
.coord-gis-preview-card{
  border:1px solid #d7e6dd;
  background:#fff;
  border-radius:8px;
  margin:14px 0;
  overflow:hidden;
}
.coord-gis-preview-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  background:#f6fbf8;
  border-bottom:1px solid #d7e6dd;
}
.coord-gis-preview-head strong{
  display:block;
  color:#073f2b;
  font-weight:800;
  margin-bottom:4px;
}
.coord-gis-preview-head p{
  margin:0;
  color:#4d665c;
  line-height:1.45;
}
#coord-gis-preview-status{
  flex:0 0 auto;
  max-width:360px;
  color:#073f2b;
  font-weight:700;
  text-align:right;
}
.coord-gis-preview-map{
  width:100%;
  min-height:360px;
  height:42vh;
  background:#eef6f0;
}
.coord-gis-preview-map .leaflet-control-attribution{
  font-size:10px;
}
@media (max-width:900px){
  .coord-gis-preview-head{
    display:block;
  }
  #coord-gis-preview-status{
    display:block;
    max-width:none;
    margin-top:8px;
    text-align:left;
  }
  .coord-gis-preview-map{
    min-height:300px;
    height:48vh;
  }
}
/* BIMS converter visual unification v4 */
.converter-submodule-shell .coord-flow-panel{
  color:#0c2f22 !important;
}
.converter-submodule-shell .coord-flow-hero{
  background:
    radial-gradient(circle at 92% 18%,rgba(151,203,124,.25),transparent 30%),
    linear-gradient(135deg,#0a3428 0%,#15573e 55%,#317b52 100%) !important;
  border:0 !important;
  box-shadow:0 18px 46px rgba(15,65,42,.16) !important;
}
.converter-submodule-shell .coord-flow-hero h3{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-weight:650 !important;
  text-shadow:0 2px 5px rgba(0,0,0,.25) !important;
}
.converter-submodule-shell .coord-flow-hero p{
  color:rgba(255,255,255,.94) !important;
  -webkit-text-fill-color:rgba(255,255,255,.94) !important;
  font-weight:400 !important;
}
.converter-submodule-shell .coord-flow-hero span{
  color:#dff7d7 !important;
  -webkit-text-fill-color:#dff7d7 !important;
}
.converter-submodule-shell .coord-single-explainer,
.converter-submodule-shell .coord-import-detection-note,
.converter-submodule-shell .coord-batch-empty,
.converter-submodule-shell .status-bar{
  border:1px solid #d7e6dd !important;
  background:#f8fcf9 !important;
  color:#143b2b !important;
  border-radius:8px !important;
  box-shadow:none !important;
}
.converter-submodule-shell .coord-conversion-board,
.converter-submodule-shell .coord-batch-panel,
.converter-submodule-shell .coord-gis-upload-panel,
.converter-submodule-shell .coord-gis-preview-card{
  border:1px solid #d7e6dd !important;
  background:#fff !important;
  border-radius:8px !important;
  box-shadow:0 12px 30px rgba(18,56,40,.08) !important;
}
.converter-submodule-shell .field-card,
.converter-submodule-shell .coord-epsg-reference article,
.converter-submodule-shell .coord-import-guide article,
.converter-submodule-shell .coord-gis-plan article,
.converter-submodule-shell .coord-gis-mode-grid article{
  border:1px solid #d7e6dd !important;
  background:#f8fcf9 !important;
  border-radius:8px !important;
  color:#143b2b !important;
  box-shadow:0 12px 30px rgba(18,56,40,.06) !important;
}
.converter-submodule-shell .field-card label,
.converter-submodule-shell .coord-single-explainer strong,
.converter-submodule-shell .coord-epsg-reference strong,
.converter-submodule-shell .coord-import-guide strong,
.converter-submodule-shell .coord-gis-plan strong,
.converter-submodule-shell .coord-gis-mode-grid strong,
.converter-submodule-shell .coord-batch-head h3,
.converter-submodule-shell .coord-gis-preview-head strong{
  color:#073f2b !important;
}
.converter-submodule-shell .coord-single-explainer p,
.converter-submodule-shell .coord-epsg-reference p,
.converter-submodule-shell .coord-epsg-reference small,
.converter-submodule-shell .coord-import-guide span,
.converter-submodule-shell .coord-gis-plan p,
.converter-submodule-shell .coord-gis-mode-grid p,
.converter-submodule-shell .coord-batch-head p,
.converter-submodule-shell .coord-gis-preview-head p{
  color:#4d665c !important;
}
.converter-submodule-shell input,
.converter-submodule-shell select,
.converter-submodule-shell textarea{
  border:1px solid #bfd8ca !important;
  background:#fff !important;
  color:#0b2a1f !important;
  border-radius:8px !important;
}
.converter-submodule-shell input:focus,
.converter-submodule-shell select:focus,
.converter-submodule-shell textarea:focus{
  border-color:#1f8b52 !important;
  box-shadow:0 0 0 3px rgba(31,139,82,.14) !important;
  outline:none !important;
}
.converter-submodule-shell .coord-gis-preview-head,
.converter-submodule-shell .coord-batch-head{
  background:#f6fbf8 !important;
  border-bottom:1px solid #d7e6dd !important;
}
/* BIMS converter green surface cleanup v5 */
.converter-submodule-shell .coord-single-flow .coord-single-explainer,
.converter-submodule-shell .coord-single-flow .coord-epsg-reference article,
.converter-submodule-shell .coord-single-flow .coord-type-grid .field-card,
.converter-submodule-shell .coord-single-flow .coord-manual-editor,
.converter-submodule-shell .coord-single-flow .coord-manual-editor > div,
.converter-submodule-shell .coord-single-flow .coord-manual-editor .field-card,
.converter-submodule-shell .coord-single-flow .coord-input-group,
.converter-submodule-shell .coord-single-flow .coord-result-group,
.converter-submodule-shell .coord-import-flow .coord-import-guide article,
.converter-submodule-shell .coord-import-flow .coord-epsg-reference article,
.converter-submodule-shell .coord-import-flow .coord-type-grid .field-card,
.converter-submodule-shell .coord-import-flow .coord-import-detection-note,
.converter-submodule-shell .coord-import-flow .coord-batch-empty{
  background:#f4fbf6 !important;
  border-color:#cfe5d8 !important;
  color:#123d2c !important;
}
.converter-submodule-shell .coord-single-flow .coord-conversion-board,
.converter-submodule-shell .coord-import-flow .coord-conversion-board,
.converter-submodule-shell .coord-import-flow .coord-batch-panel{
  background:#fbfefc !important;
  border-color:#cfe5d8 !important;
}
.converter-submodule-shell .coord-single-flow .coord-manual-editor [class*="panel"],
.converter-submodule-shell .coord-single-flow .coord-manual-editor [class*="card"],
.converter-submodule-shell .coord-single-flow .coord-manual-editor [class*="box"],
.converter-submodule-shell .coord-single-flow .coord-manual-editor section,
.converter-submodule-shell .coord-single-flow .coord-manual-editor article{
  background:#f4fbf6 !important;
  border-color:#cfe5d8 !important;
}
.converter-submodule-shell .coord-single-flow .coord-manual-editor h3,
.converter-submodule-shell .coord-single-flow .coord-manual-editor h4,
.converter-submodule-shell .coord-single-flow .coord-manual-editor strong,
.converter-submodule-shell .coord-single-flow .coord-manual-editor label,
.converter-submodule-shell .coord-import-flow label{
  color:#073f2b !important;
}
.converter-submodule-shell .coord-single-flow .coord-manual-editor p,
.converter-submodule-shell .coord-single-flow .coord-manual-editor small,
.converter-submodule-shell .coord-import-flow p,
.converter-submodule-shell .coord-import-flow small{
  color:#4d665c !important;
}
.converter-submodule-shell .coord-single-flow .coord-action-bar,
.converter-submodule-shell .coord-import-flow .coord-action-bar,
.converter-submodule-shell .coord-gis-flow .coord-gis-actions{
  background:#fbfefc !important;
  border-color:#cfe5d8 !important;
}
/* BIMS converter inline strong fix v6 */
.converter-submodule-shell .coord-single-explainer p strong,
.converter-submodule-shell .coord-import-guide p strong,
.converter-submodule-shell .coord-gis-flow p strong{
  display:inline !important;
  margin:0 !important;
  font-weight:800 !important;
}
/* BIMS converter GIS file picker v11 */
.coord-gis-file-picker{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  max-width:520px;
  margin-top:12px;
  padding:10px 12px;
  border:1px solid #bfd8ca;
  border-radius:8px;
  background:#fbfefc;
  color:#073f2b;
  cursor:pointer;
  box-sizing:border-box;
  transition:border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.coord-gis-file-picker:hover,
.coord-gis-file-picker:focus-within{
  border-color:#1f8b52;
  box-shadow:0 10px 24px rgba(18,56,40,.10);
  transform:translateY(-1px);
}
.coord-gis-file-picker span{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border-radius:8px;
  background:#19874d;
  color:#fff;
  font-weight:800;
}
.coord-gis-file-picker small{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#4d665c;
  font-weight:700;
}
.coord-gis-native-file{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
/* BIMS downloads revamp v1 */
.downloads-shell .downloads-module-hero h2{
  font-weight:650 !important;
  letter-spacing:0 !important;
}
.downloads-shell .downloads-module-hero p{
  font-weight:400 !important;
}
.downloads-resource-section,
.downloads-export-section,
.downloads-overview{
  max-width:1180px;
  margin:0 auto 18px;
}
.downloads-section-head{
  margin-bottom:14px;
}
.downloads-section-head span{
  display:block;
  margin-bottom:6px;
  color:#0f5739;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}
.downloads-section-head h3{
  margin:0 0 8px;
  color:#073f2b;
  font-size:24px;
  line-height:1.2;
}
.downloads-section-head p{
  margin:0;
  color:#4d665c;
  line-height:1.55;
}
.downloads-section-head.compact h3{
  font-size:22px;
}
.downloads-resource-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.downloads-resource-card{
  display:flex;
  flex-direction:column;
  min-height:210px;
  border:1px solid #d7e6dd;
  background:#f8fcf9;
  border-radius:8px;
  padding:16px;
  box-shadow:0 12px 30px rgba(18,56,40,.07);
}
.downloads-resource-card span{
  color:#0f5739;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}
.downloads-resource-card strong{
  display:block;
  margin:8px 0;
  color:#073f2b;
  font-size:18px;
}
.downloads-resource-card p{
  flex:1;
  margin:0 0 12px;
  color:#4d665c;
  line-height:1.55;
}
.download-export-panel{
  border:1px solid #d7e6dd;
  background:#fff;
  border-radius:8px;
  padding:18px;
  box-shadow:0 12px 30px rgba(18,56,40,.08);
}
.download-scope-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:14px 0;
}
.download-scope-card{
  display:flex;
  gap:12px;
  align-items:flex-start;
  border:1px solid #d7e6dd;
  background:#f8fcf9;
  border-radius:8px;
  padding:14px;
  cursor:pointer;
}
.download-scope-card input{
  margin-top:4px;
}
.download-scope-card strong{
  display:block;
  color:#073f2b;
  margin-bottom:4px;
}
.download-scope-card small{
  display:block;
  color:#4d665c;
  line-height:1.45;
}
.downloads-note{
  border:1px solid #cfe5d8;
  border-left:4px solid #1f7a4f;
  background:#f3fbf6;
  border-radius:8px;
  color:#143b2b;
  padding:12px 14px;
  margin-bottom:14px;
}
.downloads-filter-panel,
.download-format-panel{
  border:1px solid #d7e6dd;
  background:#fbfefc;
  border-radius:8px;
  padding:14px;
  margin-bottom:14px;
}
.downloads-filter-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.downloads-filter-title strong,
.download-format-panel strong{
  color:#073f2b;
}
.download-field-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.download-field-grid label span{
  display:block;
  margin-bottom:6px;
  color:#073f2b;
  font-weight:800;
}
.download-field-grid input,
.download-field-grid select{
  width:100%;
  box-sizing:border-box;
  border:1px solid #bfd8ca;
  background:#fff;
  color:#0b2a1f;
  border-radius:8px;
  padding:10px;
}
.download-format-panel p{
  margin:8px 0 12px;
  color:#4d665c;
}
.downloads-format-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
@media (max-width:1000px){
  .downloads-resource-grid,
  .download-scope-grid{
    grid-template-columns:1fr;
  }
  .download-field-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px){
  .download-field-grid{
    grid-template-columns:1fr;
  }
  .downloads-format-grid{
    display:grid;
    grid-template-columns:1fr;
  }
}
/* BIMS downloads separated submodules v2 */
.downloads-static-grid .downloads-nav-card{
  cursor:pointer !important;
  position:relative !important;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease !important;
}
.downloads-static-grid .downloads-nav-card:hover,
.downloads-static-grid .downloads-nav-card:focus{
  transform:translateY(-2px) !important;
  border-color:#8fc8a0 !important;
  box-shadow:0 18px 40px rgba(18,56,40,.14) !important;
  outline:none !important;
}
.downloads-static-grid .downloads-nav-card::after{
  content:"Deschide";
  display:inline-flex;
  width:max-content;
  margin-top:14px;
  padding:6px 10px;
  border-radius:999px;
  background:#e8f5ec;
  color:#0f5739;
  font-size:12px;
  font-weight:800;
}
.downloads-submodule-shell .downloads-module-hero{
  margin-bottom:18px !important;
}

/* BIMS GIS resources catalog v2 */
.downloads-gis-catalog{margin-top:18px;}
.downloads-gis-resource-list{display:grid;gap:12px;}
.downloads-gis-item{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:16px;align-items:start;border:1px solid #d7e6dd;background:#f8fcf9;border-radius:8px;padding:16px;box-shadow:0 12px 30px rgba(18,56,40,.07);}
.downloads-gis-item-main span{display:block;margin-bottom:6px;color:#0f5739;font-size:12px;font-weight:800;text-transform:uppercase;}
.downloads-gis-item-main h4{margin:0 0 8px;color:#073f2b;font-size:20px;line-height:1.2;}
.downloads-gis-item-main p{margin:0 0 10px;color:#4d665c;line-height:1.55;}
.downloads-gis-item-main small,.downloads-gis-item-main em{display:block;color:#4d665c;line-height:1.45;}
.downloads-gis-item-main a{color:#0f5739;font-weight:800;}
.downloads-gis-item-main em{margin-top:6px;color:#7a5a19;font-style:normal;}
.downloads-gis-item-actions{display:grid;grid-template-columns:1fr;gap:8px;}
.downloads-gis-download{display:flex;justify-content:space-between;gap:10px;align-items:center;border:1px solid #bfd8ca;background:#fff;color:#073f2b;border-radius:8px;padding:10px 12px;text-decoration:none;}
.downloads-gis-download:hover{border-color:#7fbd91;background:#eff8f2;}
.downloads-gis-download strong{font-size:14px;}
.downloads-gis-download span{color:#4d665c;font-size:12px;font-weight:800;}
.downloads-gis-empty,.downloads-gis-muted{border:1px solid #d7e6dd;background:#fff;border-radius:8px;color:#4d665c;padding:12px;}
@media (max-width:900px){.downloads-gis-item{grid-template-columns:1fr;}}

/* BIMS downloads resources two-card layout v1 */
.downloads-resource-section > .downloads-resource-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media (max-width:900px){
  .downloads-resource-section > .downloads-resource-grid{
    grid-template-columns:1fr;
  }
}


/* BIMS downloads submodules visual revamp v1 */
.downloads-submodule-shell{
  padding-bottom:34px;
}
.downloads-submodule-shell .downloads-module-hero{
  max-width:1180px;
  margin-left:auto !important;
  margin-right:auto !important;
  border-radius:8px !important;
  padding:30px 34px !important;
  box-shadow:0 22px 55px rgba(16,65,44,.16) !important;
}
.downloads-submodule-shell .downloads-module-hero h2{
  max-width:980px;
  font-size:34px !important;
  line-height:1.12 !important;
  font-weight:650 !important;
}
.downloads-submodule-shell .downloads-module-hero p{
  max-width:1020px;
  font-size:15px !important;
  line-height:1.7 !important;
}
.downloads-resource-section,
.downloads-export-section{
  border:1px solid #d7e6dd;
  background:linear-gradient(180deg,#f8fcf9 0%,#ffffff 62%);
  border-radius:8px;
  padding:18px;
  box-shadow:0 18px 42px rgba(18,56,40,.08);
}
.downloads-section-head{
  border-bottom:1px solid #dcebe2;
  padding:0 0 14px;
  margin-bottom:16px;
}
.downloads-section-head span{
  color:#0a5a3a;
}
.downloads-section-head h3{
  font-size:26px;
  font-weight:650;
}
.downloads-resource-section > .downloads-resource-grid{
  gap:16px;
}
.downloads-resource-card{
  min-height:190px;
  border-color:#cfe4d8;
  background:linear-gradient(180deg,#f4fbf6 0%,#ffffff 100%);
  padding:18px;
  box-shadow:0 14px 34px rgba(18,56,40,.08);
}
.downloads-resource-card strong{
  font-size:20px;
  font-weight:650;
}
.downloads-resource-card .section-actions{
  margin-top:auto;
  border:1px solid #d7e6dd;
  background:#fff;
  border-radius:8px;
  padding:10px;
}
.downloads-gis-catalog{
  margin-top:22px;
  border-top:1px solid #dcebe2;
  padding-top:18px;
}
.downloads-gis-resource-list{
  gap:14px;
}
.downloads-gis-item{
  border-color:#cfe4d8;
  background:linear-gradient(180deg,#f4fbf6 0%,#ffffff 100%);
  box-shadow:0 14px 34px rgba(18,56,40,.08);
}
.downloads-gis-item-main h4{
  font-weight:650;
}
.downloads-gis-download{
  background:#ffffff;
  min-height:42px;
  transition:background .16s ease,border-color .16s ease,transform .16s ease;
}
.downloads-gis-download:hover{
  transform:translateY(-1px);
}
.download-export-panel{
  border:0;
  background:transparent;
  border-radius:0;
  padding:0;
  box-shadow:none;
}
.download-scope-grid{
  gap:16px;
  margin:16px 0;
}
.download-scope-card{
  position:relative;
  border-color:#cfe4d8;
  background:linear-gradient(180deg,#f4fbf6 0%,#ffffff 100%);
  padding:16px;
  box-shadow:0 12px 28px rgba(18,56,40,.06);
  transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.download-scope-card:hover{
  border-color:#88bf9a;
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(18,56,40,.1);
}
.download-scope-card input{
  accent-color:#137a49;
}
.download-scope-card strong{
  font-size:18px;
  font-weight:650;
}
.downloads-note{
  border-left:0;
  border-color:#cfe4d8;
  background:#eef8f2;
  color:#163d2c;
  font-weight:650;
}
.downloads-filter-panel,
.download-format-panel{
  border-color:#cfe4d8;
  background:linear-gradient(180deg,#f7fcf8 0%,#ffffff 100%);
  padding:16px;
}
.downloads-filter-title{
  border-bottom:1px solid #dcebe2;
  padding-bottom:12px;
}
.download-field-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.download-field-grid label{
  display:block;
}
.download-field-grid input,
.download-field-grid select{
  min-height:42px;
  border-color:#bfd8ca;
  background:#fff;
}
.download-field-grid input:focus,
.download-field-grid select:focus{
  border-color:#18834e;
  box-shadow:0 0 0 3px rgba(24,131,78,.12);
  outline:none;
}
.download-format-panel strong{
  display:block;
  font-size:18px;
  font-weight:650;
}
.downloads-format-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}
.downloads-format-grid button{
  min-height:44px;
  white-space:normal;
}
.download-export-panel .status-bar{
  border:1px solid #d7e6dd;
  background:#fff;
  border-radius:8px;
  padding:12px 14px;
  color:#264f3b;
}
@media (max-width:1100px){
  .downloads-format-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .download-field-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:760px){
  .downloads-submodule-shell .downloads-module-hero{
    padding:24px 20px !important;
  }
  .downloads-submodule-shell .downloads-module-hero h2{
    font-size:28px !important;
  }
  .downloads-format-grid,
  .download-field-grid{
    grid-template-columns:1fr;
  }
}


/* BIMS download buttons polish v1 */
.downloads-resource-card .section-actions{
  margin-top:auto;
  border:0 !important;
  background:transparent !important;
  border-radius:0 !important;
  padding:0 !important;
  display:flex;
  align-items:center;
  gap:10px;
}
.downloads-resource-card .section-actions .primary-btn,
.downloads-resource-card .section-actions .secondary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  width:auto;
  padding:0 18px;
  border-radius:8px;
  box-shadow:0 10px 24px rgba(19,122,73,.16);
}
.downloads-resource-card .section-actions .primary-btn:hover,
.downloads-resource-card .section-actions .secondary-btn:hover{
  transform:translateY(-1px);
}
.downloads-gis-download{
  border-width:1px;
  font-weight:800;
  position:relative;
  overflow:hidden;
}
.downloads-gis-download::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:#18834e;
}
.downloads-gis-download strong,
.downloads-gis-download span{
  position:relative;
  z-index:1;
}
.downloads-gis-download[href*="wgs84-shp"]{
  background:#eef8f2;
  border-color:#9fceae;
}
.downloads-gis-download[href*="wgs84-shp"]::before{
  background:#1f8a52;
}
.downloads-gis-download[href*="/kmz/"]{
  background:#edf7fb;
  border-color:#9cc9d9;
  color:#0b4d62;
}
.downloads-gis-download[href*="/kmz/"]::before{
  background:#1681a1;
}
.downloads-gis-download[href*="/original/"]{
  background:#fffaf0;
  border-color:#ddc88c;
  color:#5f4510;
}
.downloads-gis-download[href*="/original/"]::before{
  background:#b98b18;
}
.downloads-gis-download[href*="/kmz/"] span,
.downloads-gis-download[href*="/kmz/"] strong{
  color:#0b4d62;
}
.downloads-gis-download[href*="/original/"] span,
.downloads-gis-download[href*="/original/"] strong{
  color:#5f4510;
}
.downloads-gis-download:hover{
  filter:saturate(1.05);
}

/* BIMS remove resource action frame v2 */
.downloads-resource-card > .section-actions,
.downloads-resource-card .section-actions{
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  padding:0 !important;
  margin:16px 0 0 !important;
  min-height:0 !important;
  width:auto !important;
  display:flex !important;
  justify-content:flex-start !important;
  align-items:center !important;
}
.downloads-resource-card > .section-actions::before,
.downloads-resource-card > .section-actions::after,
.downloads-resource-card .section-actions::before,
.downloads-resource-card .section-actions::after{
  content:none !important;
  display:none !important;
}
.downloads-resource-card .section-actions .primary-btn,
.downloads-resource-card .section-actions a.primary-btn{
  border:0 !important;
  outline:0 !important;
  box-shadow:0 10px 24px rgba(19,122,73,.18) !important;
  background:#177a47 !important;
  color:#fff !important;
  text-decoration:none !important;
}
.downloads-resource-card .section-actions .primary-btn:hover,
.downloads-resource-card .section-actions a.primary-btn:hover{
  background:#0f6138 !important;
}

/* BIMS export format buttons equal emphasis v1 */
.download-format-panel .downloads-format-grid button,
.download-format-panel .downloads-format-grid .primary-btn,
.download-format-panel .downloads-format-grid .secondary-btn{
  border:1px solid #18834e !important;
  background:#177a47 !important;
  color:#fff !important;
  font-weight:800 !important;
  box-shadow:0 10px 24px rgba(19,122,73,.16) !important;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease !important;
}
.download-format-panel .downloads-format-grid button:hover,
.download-format-panel .downloads-format-grid .primary-btn:hover,
.download-format-panel .downloads-format-grid .secondary-btn:hover{
  background:#0f6138 !important;
  transform:translateY(-1px) !important;
  box-shadow:0 14px 30px rgba(19,122,73,.22) !important;
}
.download-format-panel .downloads-format-grid button:nth-child(2){
  background:#1f8a52 !important;
  border-color:#1f8a52 !important;
}
.download-format-panel .downloads-format-grid button:nth-child(3),
.download-format-panel .downloads-format-grid button:nth-child(4){
  background:#1681a1 !important;
  border-color:#1681a1 !important;
  box-shadow:0 10px 24px rgba(22,129,161,.16) !important;
}
.download-format-panel .downloads-format-grid button:nth-child(3):hover,
.download-format-panel .downloads-format-grid button:nth-child(4):hover{
  background:#0f667f !important;
  box-shadow:0 14px 30px rgba(22,129,161,.22) !important;
}
.download-format-panel .downloads-format-grid button:nth-child(5){
  background:#6c7d2e !important;
  border-color:#6c7d2e !important;
  box-shadow:0 10px 24px rgba(108,125,46,.16) !important;
}
.download-format-panel .downloads-format-grid button:nth-child(5):hover{
  background:#536222 !important;
  box-shadow:0 14px 30px rgba(108,125,46,.22) !important;
}


/* BIMS parent modules unified hero contract v2 */
.module-shell,
.admin-home-shell,
.taxonomy-shell,
.field-master-shell,
.bims-master-shell,
.converter-shell,
.downloads-shell{
  max-width:1240px !important;
  margin:0 auto !important;
}
.module-shell > .admin-pro-hero:first-child,
.module-shell > .module-hero:first-child,
.admin-home-shell > .admin-pro-hero:first-child,
.taxonomy-shell > .admin-pro-hero:first-child,
.taxonomy-shell > .module-hero:first-child,
.field-master-shell > .admin-pro-hero:first-child,
.bims-master-shell > .admin-pro-hero:first-child,
.converter-shell > .admin-pro-hero:first-child,
.downloads-shell > .admin-pro-hero:first-child,
.module-intro-shell > .module-intro-hero:first-child{
  box-sizing:border-box !important;
  width:100% !important;
  max-width:1240px !important;
  min-height:255px !important;
  margin:0 auto 22px !important;
  padding:34px 34px !important;
  border:0 !important;
  border-radius:8px !important;
  background:linear-gradient(115deg,#0b4a34 0%,#176b45 58%,#3e8f56 100%) !important;
  color:#fff !important;
  box-shadow:0 22px 55px rgba(16,65,44,.16) !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}
.module-shell > .admin-pro-hero:first-child .module-kicker,
.module-shell > .module-hero:first-child .module-kicker,
.admin-home-shell > .admin-pro-hero:first-child .module-kicker,
.taxonomy-shell > .admin-pro-hero:first-child .module-kicker,
.taxonomy-shell > .module-hero:first-child .module-kicker,
.field-master-shell > .admin-pro-hero:first-child .module-kicker,
.bims-master-shell > .admin-pro-hero:first-child .module-kicker,
.converter-shell > .admin-pro-hero:first-child .module-kicker,
.downloads-shell > .admin-pro-hero:first-child .module-kicker,
.module-intro-shell > .module-intro-hero:first-child .module-kicker{
  display:block !important;
  margin:0 0 14px !important;
  color:#e9fff0 !important;
  font-size:12px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:0 !important;
  text-transform:uppercase !important;
}
.module-shell > .admin-pro-hero:first-child h1,
.module-shell > .admin-pro-hero:first-child h2,
.module-shell > .module-hero:first-child h1,
.module-shell > .module-hero:first-child h2,
.admin-home-shell > .admin-pro-hero:first-child h1,
.admin-home-shell > .admin-pro-hero:first-child h2,
.taxonomy-shell > .admin-pro-hero:first-child h1,
.taxonomy-shell > .admin-pro-hero:first-child h2,
.taxonomy-shell > .module-hero:first-child h1,
.taxonomy-shell > .module-hero:first-child h2,
.field-master-shell > .admin-pro-hero:first-child h1,
.field-master-shell > .admin-pro-hero:first-child h2,
.bims-master-shell > .admin-pro-hero:first-child h1,
.bims-master-shell > .admin-pro-hero:first-child h2,
.converter-shell > .admin-pro-hero:first-child h1,
.converter-shell > .admin-pro-hero:first-child h2,
.downloads-shell > .admin-pro-hero:first-child h1,
.downloads-shell > .admin-pro-hero:first-child h2,
.module-intro-shell > .module-intro-hero:first-child h2{
  max-width:980px !important;
  margin:0 0 18px !important;
  color:#fff !important;
  font-size:42px !important;
  line-height:1.12 !important;
  font-weight:650 !important;
  letter-spacing:0 !important;
  text-shadow:0 4px 0 rgba(0,0,0,.18) !important;
}
.module-shell > .admin-pro-hero:first-child p,
.module-shell > .module-hero:first-child p,
.admin-home-shell > .admin-pro-hero:first-child p,
.taxonomy-shell > .admin-pro-hero:first-child p,
.taxonomy-shell > .module-hero:first-child p,
.field-master-shell > .admin-pro-hero:first-child p,
.bims-master-shell > .admin-pro-hero:first-child p,
.converter-shell > .admin-pro-hero:first-child p,
.downloads-shell > .admin-pro-hero:first-child p,
.module-intro-shell > .module-intro-hero:first-child p{
  max-width:1040px !important;
  margin:0 0 14px !important;
  color:#fff !important;
  font-size:16px !important;
  line-height:1.7 !important;
  font-weight:400 !important;
  text-shadow:none !important;
}
.module-shell > .admin-pro-hero:first-child p:last-child,
.module-shell > .module-hero:first-child p:last-child,
.admin-home-shell > .admin-pro-hero:first-child p:last-child,
.taxonomy-shell > .admin-pro-hero:first-child p:last-child,
.taxonomy-shell > .module-hero:first-child p:last-child,
.field-master-shell > .admin-pro-hero:first-child p:last-child,
.bims-master-shell > .admin-pro-hero:first-child p:last-child,
.converter-shell > .admin-pro-hero:first-child p:last-child,
.downloads-shell > .admin-pro-hero:first-child p:last-child,
.module-intro-shell > .module-intro-hero:first-child p:last-child{
  margin-bottom:0 !important;
}
@media (max-width:1000px){
  .module-shell > .admin-pro-hero:first-child,
  .module-shell > .module-hero:first-child,
  .admin-home-shell > .admin-pro-hero:first-child,
  .taxonomy-shell > .admin-pro-hero:first-child,
  .taxonomy-shell > .module-hero:first-child,
  .field-master-shell > .admin-pro-hero:first-child,
  .bims-master-shell > .admin-pro-hero:first-child,
  .converter-shell > .admin-pro-hero:first-child,
  .downloads-shell > .admin-pro-hero:first-child,
  .module-intro-shell > .module-intro-hero:first-child{
    min-height:220px !important;
    padding:28px 24px !important;
  }
  .module-shell > .admin-pro-hero:first-child h1,
  .module-shell > .admin-pro-hero:first-child h2,
  .module-shell > .module-hero:first-child h1,
  .module-shell > .module-hero:first-child h2,
  .admin-home-shell > .admin-pro-hero:first-child h1,
  .admin-home-shell > .admin-pro-hero:first-child h2,
  .taxonomy-shell > .admin-pro-hero:first-child h1,
  .taxonomy-shell > .admin-pro-hero:first-child h2,
  .taxonomy-shell > .module-hero:first-child h1,
  .taxonomy-shell > .module-hero:first-child h2,
  .field-master-shell > .admin-pro-hero:first-child h1,
  .field-master-shell > .admin-pro-hero:first-child h2,
  .bims-master-shell > .admin-pro-hero:first-child h1,
  .bims-master-shell > .admin-pro-hero:first-child h2,
  .converter-shell > .admin-pro-hero:first-child h1,
  .converter-shell > .admin-pro-hero:first-child h2,
  .downloads-shell > .admin-pro-hero:first-child h1,
  .downloads-shell > .admin-pro-hero:first-child h2,
  .module-intro-shell > .module-intro-hero:first-child h2{
    font-size:34px !important;
  }
}
@media (max-width:640px){
  .module-shell > .admin-pro-hero:first-child h1,
  .module-shell > .admin-pro-hero:first-child h2,
  .module-shell > .module-hero:first-child h1,
  .module-shell > .module-hero:first-child h2,
  .admin-home-shell > .admin-pro-hero:first-child h1,
  .admin-home-shell > .admin-pro-hero:first-child h2,
  .taxonomy-shell > .admin-pro-hero:first-child h1,
  .taxonomy-shell > .admin-pro-hero:first-child h2,
  .taxonomy-shell > .module-hero:first-child h1,
  .taxonomy-shell > .module-hero:first-child h2,
  .field-master-shell > .admin-pro-hero:first-child h1,
  .field-master-shell > .admin-pro-hero:first-child h2,
  .bims-master-shell > .admin-pro-hero:first-child h1,
  .bims-master-shell > .admin-pro-hero:first-child h2,
  .converter-shell > .admin-pro-hero:first-child h1,
  .converter-shell > .admin-pro-hero:first-child h2,
  .downloads-shell > .admin-pro-hero:first-child h1,
  .downloads-shell > .admin-pro-hero:first-child h2,
  .module-intro-shell > .module-intro-hero:first-child h2{
    font-size:28px !important;
  }
}

/* BIMS parent module floating body standard v1 */
.admin-home-pro > .admin-guidance-grid,
.admin-home-pro > .admin-module-grid-pro,
.taxonomy-shell:not(.taxonomy-workspace-shell) > .module-workspace,
.field-module-shell:not(.field-submodule-shell) > .module-workspace,
.bims-records-shell:not(.bims-records-submodule-shell) > .module-workspace,
.converter-shell:not(.converter-submodule-shell) > .module-workspace,
.downloads-shell:not(.downloads-submodule-shell) > .module-workspace{
  box-sizing:border-box !important;
  width:100% !important;
  max-width:1240px !important;
  margin:0 auto 22px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.admin-home-pro > .admin-guidance-grid,
.admin-home-pro > .admin-module-grid-pro{
  display:grid !important;
  gap:18px !important;
}
.admin-home-pro > .admin-guidance-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
.admin-home-pro > .admin-module-grid-pro{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
.taxonomy-shell:not(.taxonomy-workspace-shell) > .module-workspace > .taxonomy-layout,
.field-module-shell:not(.field-submodule-shell) > .module-workspace > .taxonomy-layout,
.bims-records-shell:not(.bims-records-submodule-shell) > .module-workspace > .taxonomy-layout,
.converter-shell:not(.converter-submodule-shell) > .module-workspace > .taxonomy-layout,
.downloads-shell:not(.downloads-submodule-shell) > .module-workspace > .taxonomy-layout{
  margin:0 !important;
  gap:18px !important;
}
.taxonomy-shell:not(.taxonomy-workspace-shell) > .module-workspace > .admin-module-grid-pro,
.field-module-shell:not(.field-submodule-shell) > .module-workspace > .admin-module-grid-pro,
.bims-records-shell:not(.bims-records-submodule-shell) > .module-workspace > .admin-module-grid-pro,
.converter-shell:not(.converter-submodule-shell) > .module-workspace > .admin-module-grid-pro,
.downloads-shell:not(.downloads-submodule-shell) > .module-workspace > .admin-module-grid-pro{
  margin-top:22px !important;
  padding-top:0 !important;
  border-top:0 !important;
  gap:18px !important;
}
.admin-home-pro > .admin-guidance-grid article,
.taxonomy-shell:not(.taxonomy-workspace-shell) .taxonomy-main-panel,
.taxonomy-shell:not(.taxonomy-workspace-shell) .taxonomy-code-panel,
.field-module-shell:not(.field-submodule-shell) .taxonomy-main-panel,
.field-module-shell:not(.field-submodule-shell) .taxonomy-code-panel,
.bims-records-shell:not(.bims-records-submodule-shell) .taxonomy-main-panel,
.bims-records-shell:not(.bims-records-submodule-shell) .taxonomy-code-panel,
.converter-shell:not(.converter-submodule-shell) .taxonomy-main-panel,
.converter-shell:not(.converter-submodule-shell) .taxonomy-code-panel,
.downloads-shell:not(.downloads-submodule-shell) .taxonomy-main-panel,
.downloads-shell:not(.downloads-submodule-shell) .taxonomy-code-panel{
  min-height:100% !important;
  border:1px solid #cfe4d8 !important;
  border-radius:8px !important;
  background:linear-gradient(180deg,#fbfefc 0%,#ffffff 100%) !important;
  box-shadow:0 14px 34px rgba(18,56,40,.08) !important;
  padding:22px !important;
}
.admin-home-pro > .admin-guidance-grid article h3{
  margin:0 0 10px !important;
  color:#073f2b !important;
  font-size:20px !important;
  line-height:1.25 !important;
  font-weight:650 !important;
}
.admin-home-pro > .admin-guidance-grid article p{
  margin:0 !important;
  color:#294b3c !important;
  font-size:15px !important;
  line-height:1.65 !important;
}
.taxonomy-feature-grid article,
.bims-records-checklist span,
.taxonomy-code-guide-modern span{
  border:1px solid #cfe4d8 !important;
  background:#f4fbf6 !important;
  border-radius:8px !important;
  box-shadow:none !important;
}
.admin-home-pro > .admin-module-grid-pro .admin-home-card-pro,
.taxonomy-shell:not(.taxonomy-workspace-shell) .admin-module-grid-pro .admin-home-card-pro,
.field-module-shell:not(.field-submodule-shell) .admin-module-grid-pro .admin-home-card-pro,
.bims-records-shell:not(.bims-records-submodule-shell) .admin-module-grid-pro .admin-home-card-pro,
.converter-shell:not(.converter-submodule-shell) .admin-module-grid-pro .admin-home-card-pro,
.downloads-shell:not(.downloads-submodule-shell) .admin-module-grid-pro .admin-home-card-pro{
  min-height:165px !important;
  border:1px solid #cfe4d8 !important;
  background:linear-gradient(180deg,#ffffff 0%,#f7fcf8 100%) !important;
  box-shadow:0 14px 34px rgba(18,56,40,.08) !important;
  padding:22px !important;
}
.admin-home-pro > .admin-module-grid-pro .admin-home-card-pro:hover,
.taxonomy-shell:not(.taxonomy-workspace-shell) .admin-module-grid-pro .admin-home-card-pro:hover,
.field-module-shell:not(.field-submodule-shell) .admin-module-grid-pro .admin-home-card-pro:hover,
.bims-records-shell:not(.bims-records-submodule-shell) .admin-module-grid-pro .admin-home-card-pro:hover,
.converter-shell:not(.converter-submodule-shell) .admin-module-grid-pro .admin-home-card-pro:hover,
.downloads-shell:not(.downloads-submodule-shell) .admin-module-grid-pro .admin-home-card-pro:hover{
  border-color:#8fc8a0 !important;
  box-shadow:0 18px 40px rgba(18,56,40,.12) !important;
  transform:translateY(-1px) !important;
}
@media (max-width:1100px){
  .admin-home-pro > .admin-guidance-grid,
  .admin-home-pro > .admin-module-grid-pro{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width:760px){
  .admin-home-pro > .admin-guidance-grid,
  .admin-home-pro > .admin-module-grid-pro{
    grid-template-columns:1fr !important;
  }
}

/* BIMS submodule component standard v1 */
:root {
  --bims-surface: #ffffff;
  --bims-surface-soft: #f7fbf8;
  --bims-border: #cfe4d8;
  --bims-border-strong: #b9dac8;
  --bims-green: #137c42;
  --bims-green-dark: #0b4b35;
  --bims-green-soft: #eef8f1;
  --bims-text: #062c21;
  --bims-muted: #4c665d;
  --bims-shadow-soft: 0 12px 28px rgba(16, 64, 43, .07);
}

.admin-submodule-shell .admin-submodule-hero,
.admin-submodule-shell .admin-auto-hero,
.admin-backup-shell .admin-backup-hero,
.admin-submodule-shell .server-health-hero,
.admin-submodule-shell > .module-hero,
.taxonomy-workspace-shell .taxonomy-submodule-hero,
.bims-records-submodule-shell .bims-flow-hero,
.converter-submodule-shell .coord-flow-hero,
.downloads-submodule-shell .module-hero {
  max-width: 100%;
  margin: 0 0 16px;
  padding: 28px 32px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(115deg, #0b4b35 0%, #137c42 100%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(10, 66, 43, .15);
}

.admin-submodule-shell .admin-submodule-hero h1,
.admin-submodule-shell .admin-auto-hero h1,
.admin-backup-shell .admin-backup-hero h1,
.admin-submodule-shell .server-health-hero h1,
.admin-submodule-shell > .module-hero h1,
.taxonomy-workspace-shell .taxonomy-submodule-hero h1,
.bims-records-submodule-shell .bims-flow-hero h1,
.converter-submodule-shell .coord-flow-hero h1,
.downloads-submodule-shell .module-hero h1 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}

.admin-submodule-shell .admin-submodule-hero p,
.admin-submodule-shell .admin-auto-hero p,
.admin-backup-shell .admin-backup-hero p,
.admin-submodule-shell .server-health-hero p,
.admin-submodule-shell > .module-hero p,
.taxonomy-workspace-shell .taxonomy-submodule-hero p,
.bims-records-submodule-shell .bims-flow-hero p,
.converter-submodule-shell .coord-flow-hero p,
.downloads-submodule-shell .module-hero p {
  max-width: 980px;
  margin: 0;
  color: rgba(255, 255, 255, .96);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}

.admin-submodule-shell .admin-submodule-hero .eyebrow,
.admin-submodule-shell .admin-auto-hero .eyebrow,
.admin-backup-shell .admin-backup-hero .eyebrow,
.admin-submodule-shell .server-health-hero .eyebrow,
.admin-submodule-shell > .module-hero .eyebrow,
.taxonomy-workspace-shell .taxonomy-submodule-hero .eyebrow,
.bims-records-submodule-shell .bims-flow-hero .eyebrow,
.converter-submodule-shell .coord-flow-hero .eyebrow,
.downloads-submodule-shell .module-hero .eyebrow {
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.admin-submodule-shell .info-box,
.taxonomy-workspace-shell .info-box,
.bims-records-submodule-shell .info-box,
.converter-submodule-shell .info-box,
.downloads-submodule-shell .info-box,
.field-module-shell .info-box {
  border: 1px solid var(--bims-border);
  border-radius: 8px;
  background: var(--bims-surface-soft);
  box-shadow: var(--bims-shadow-soft);
  color: var(--bims-text);
}

.admin-submodule-shell .field-card,
.taxonomy-workspace-shell .field-card,
.bims-records-submodule-shell .field-card,
.converter-submodule-shell .field-card,
.downloads-submodule-shell .field-card {
  border: 1px solid var(--bims-border);
  border-radius: 8px;
  background: var(--bims-surface);
  box-shadow: 0 8px 20px rgba(16, 64, 43, .045);
}

.admin-submodule-shell .status-bar,
.taxonomy-workspace-shell .status-bar,
.bims-records-submodule-shell .status-bar,
.converter-submodule-shell .status-bar,
.downloads-submodule-shell .status-bar,
.field-module-shell .status-bar {
  border: 1px solid var(--bims-border);
  border-radius: 8px;
  background: var(--bims-surface-soft);
  color: var(--bims-text);
  box-shadow: 0 8px 20px rgba(16, 64, 43, .045);
}

.admin-submodule-shell .table-wrapper,
.admin-submodule-shell .admin-table-wrap,
.admin-submodule-shell .admin-readable-table-wrap,
.admin-submodule-shell .admin-readable-table-wrapper,
.taxonomy-workspace-shell .table-wrapper,
.bims-records-submodule-shell .table-wrapper,
.bims-records-submodule-shell .bims-readable-table-wrap,
.bims-records-submodule-shell .bims-existing-table-panel,
.converter-submodule-shell .table-wrapper,
.converter-submodule-shell .coord-batch-table-wrap,
.field-module-shell .field-records-table-wrap {
  border: 1px solid var(--bims-border);
  border-radius: 8px;
  background: var(--bims-surface);
  box-shadow: var(--bims-shadow-soft);
}

.admin-submodule-shell table,
.taxonomy-workspace-shell table,
.bims-records-submodule-shell table,
.converter-submodule-shell table,
.field-module-shell table,
.downloads-submodule-shell table {
  border-collapse: collapse;
  color: var(--bims-text);
}

.admin-submodule-shell table th,
.taxonomy-workspace-shell table th,
.bims-records-submodule-shell table th,
.converter-submodule-shell table th,
.field-module-shell table th,
.downloads-submodule-shell table th {
  background: var(--bims-green-dark);
  color: #fff;
  border-color: rgba(255, 255, 255, .16);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.admin-submodule-shell table td,
.taxonomy-workspace-shell table td,
.bims-records-submodule-shell table td,
.converter-submodule-shell table td,
.field-module-shell table td,
.downloads-submodule-shell table td {
  border-bottom: 1px solid #e2eee8;
  background: #fff;
  font-size: 13px;
  line-height: 1.4;
}

.admin-submodule-shell table tr:nth-child(even) td,
.taxonomy-workspace-shell table tr:nth-child(even) td,
.bims-records-submodule-shell table tr:nth-child(even) td,
.converter-submodule-shell table tr:nth-child(even) td,
.field-module-shell table tr:nth-child(even) td,
.downloads-submodule-shell table tr:nth-child(even) td {
  background: #fbfdfb;
}

.admin-submodule-shell .pagination-bar,
.admin-submodule-shell .table-pagination,
.admin-submodule-shell .admin-table-pagination,
.taxonomy-workspace-shell .pagination-bar,
.taxonomy-workspace-shell .table-pagination,
.bims-records-submodule-shell .table-pagination,
.converter-submodule-shell .table-pagination,
.field-module-shell .field-pagination,
.downloads-submodule-shell .table-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 12px 0;
  padding: 12px 14px;
  border: 1px solid var(--bims-border);
  border-radius: 8px;
  background: var(--bims-surface-soft);
  color: var(--bims-text);
  box-shadow: 0 8px 20px rgba(16, 64, 43, .045);
}

.admin-submodule-shell .pagination-bar > :last-child,
.admin-submodule-shell .table-pagination-actions,
.taxonomy-workspace-shell .table-pagination-actions,
.bims-records-submodule-shell .table-pagination-actions,
.converter-submodule-shell .table-pagination-actions,
.field-module-shell .field-pagination-actions,
.downloads-submodule-shell .table-pagination-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: auto;
}

.admin-submodule-shell .table-pagination-info,
.taxonomy-workspace-shell .table-pagination-info,
.bims-records-submodule-shell .table-pagination-info,
.converter-submodule-shell .table-pagination-info,
.field-module-shell .field-pagination-info,
.downloads-submodule-shell .table-pagination-info {
  color: var(--bims-text);
  font-weight: 700;
}

.admin-submodule-shell button,
.admin-submodule-shell .btn,
.taxonomy-workspace-shell button,
.taxonomy-workspace-shell .btn,
.bims-records-submodule-shell button,
.bims-records-submodule-shell .btn,
.converter-submodule-shell button,
.converter-submodule-shell .btn,
.downloads-submodule-shell button,
.downloads-submodule-shell .btn,
.field-module-shell button,
.field-module-shell .btn {
  border-radius: 7px;
  letter-spacing: 0;
}

.admin-submodule-shell .section-actions,
.taxonomy-workspace-shell .section-actions,
.bims-records-submodule-shell .section-actions,
.converter-submodule-shell .section-actions,
.downloads-submodule-shell .section-actions,
.field-module-shell .section-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 760px) {
  .admin-submodule-shell .admin-submodule-hero,
  .admin-submodule-shell .admin-auto-hero,
  .admin-backup-shell .admin-backup-hero,
  .admin-submodule-shell .server-health-hero,
  .admin-submodule-shell > .module-hero,
  .taxonomy-workspace-shell .taxonomy-submodule-hero,
  .bims-records-submodule-shell .bims-flow-hero,
  .converter-submodule-shell .coord-flow-hero,
  .downloads-submodule-shell .module-hero {
    padding: 22px 20px;
  }

  .admin-submodule-shell .pagination-bar,
  .admin-submodule-shell .table-pagination,
  .admin-submodule-shell .admin-table-pagination,
  .taxonomy-workspace-shell .pagination-bar,
  .taxonomy-workspace-shell .table-pagination,
  .bims-records-submodule-shell .table-pagination,
  .converter-submodule-shell .table-pagination,
  .field-module-shell .field-pagination,
  .downloads-submodule-shell .table-pagination {
    align-items: stretch;
  }
}
/* END BIMS submodule component standard v1 */

/* BIMS submodule shell cleanup like field v2 */
.admin-submodule-shell,
.taxonomy-workspace-shell,
.bims-records-submodule-shell,
.converter-submodule-shell,
.downloads-submodule-shell,
.field-submodule-shell {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.admin-submodule-shell > .module-workspace,
.taxonomy-workspace-shell > .module-workspace,
.bims-records-submodule-shell > .module-workspace,
.converter-submodule-shell > .module-workspace,
.downloads-submodule-shell > .module-workspace,
.field-submodule-shell > .module-workspace {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.admin-submodule-shell .admin-submodule-hero,
.admin-submodule-shell .admin-auto-hero,
.admin-backup-shell .admin-backup-hero,
.admin-submodule-shell .server-health-hero,
.admin-submodule-shell > .module-hero:first-child,
.admin-submodule-shell > .module-hero,
.taxonomy-workspace-shell .taxonomy-submodule-hero,
.taxonomy-workspace-shell > .module-hero:first-child,
.taxonomy-workspace-shell > .module-hero,
.bims-records-submodule-shell .bims-flow-hero,
.converter-submodule-shell .coord-flow-hero,
.downloads-submodule-shell > .module-hero:first-child,
.downloads-submodule-shell > .module-hero {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 1240px !important;
  min-height: 0 !important;
  margin: 0 auto 18px !important;
  padding: 28px 32px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(115deg, #0b4b35 0%, #137c42 100%) !important;
  color: #fff !important;
  box-shadow: 0 18px 38px rgba(10, 66, 43, .15) !important;
  display: block !important;
}

.admin-submodule-shell .admin-submodule-hero h1,
.admin-submodule-shell .admin-submodule-hero h2,
.admin-submodule-shell .admin-auto-hero h1,
.admin-submodule-shell .admin-auto-hero h2,
.admin-backup-shell .admin-backup-hero h1,
.admin-backup-shell .admin-backup-hero h2,
.admin-submodule-shell .server-health-hero h1,
.admin-submodule-shell .server-health-hero h2,
.admin-submodule-shell > .module-hero h1,
.admin-submodule-shell > .module-hero h2,
.taxonomy-workspace-shell .taxonomy-submodule-hero h1,
.taxonomy-workspace-shell .taxonomy-submodule-hero h2,
.taxonomy-workspace-shell > .module-hero h1,
.taxonomy-workspace-shell > .module-hero h2,
.bims-records-submodule-shell .bims-flow-hero h1,
.bims-records-submodule-shell .bims-flow-hero h2,
.converter-submodule-shell .coord-flow-hero h1,
.converter-submodule-shell .coord-flow-hero h2,
.downloads-submodule-shell > .module-hero h1,
.downloads-submodule-shell > .module-hero h2 {
  max-width: 980px !important;
  margin: 6px 0 10px !important;
  color: #fff !important;
  font-size: clamp(25px, 2vw, 32px) !important;
  line-height: 1.16 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.admin-submodule-shell .admin-submodule-hero p,
.admin-submodule-shell .admin-auto-hero p,
.admin-backup-shell .admin-backup-hero p,
.admin-submodule-shell .server-health-hero p,
.admin-submodule-shell > .module-hero p,
.taxonomy-workspace-shell .taxonomy-submodule-hero p,
.taxonomy-workspace-shell > .module-hero p,
.bims-records-submodule-shell .bims-flow-hero p,
.converter-submodule-shell .coord-flow-hero p,
.downloads-submodule-shell > .module-hero p {
  max-width: 1020px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .96) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

.admin-submodule-shell .admin-submodule-hero .module-kicker,
.admin-submodule-shell .admin-submodule-hero .eyebrow,
.admin-submodule-shell .admin-auto-hero .module-kicker,
.admin-submodule-shell .admin-auto-hero .eyebrow,
.admin-backup-shell .admin-backup-hero .module-kicker,
.admin-backup-shell .admin-backup-hero .eyebrow,
.admin-submodule-shell .server-health-hero .module-kicker,
.admin-submodule-shell .server-health-hero .eyebrow,
.admin-submodule-shell > .module-hero .module-kicker,
.admin-submodule-shell > .module-hero .eyebrow,
.taxonomy-workspace-shell .taxonomy-submodule-hero .module-kicker,
.taxonomy-workspace-shell .taxonomy-submodule-hero .eyebrow,
.taxonomy-workspace-shell > .module-hero .module-kicker,
.taxonomy-workspace-shell > .module-hero .eyebrow,
.bims-records-submodule-shell .bims-flow-hero .module-kicker,
.bims-records-submodule-shell .bims-flow-hero .eyebrow,
.converter-submodule-shell .coord-flow-hero .module-kicker,
.converter-submodule-shell .coord-flow-hero .eyebrow,
.downloads-submodule-shell > .module-hero .module-kicker,
.downloads-submodule-shell > .module-hero .eyebrow {
  display: block !important;
  margin: 0 0 10px !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.admin-submodule-shell .section-actions:not(.admin-table-pagination):not(.module-tabs),
.taxonomy-workspace-shell .section-actions:not(.module-tabs),
.bims-records-submodule-shell .section-actions:not(.bims-manual-actions):not(.bims-import-actions):not(.module-tabs),
.converter-submodule-shell .section-actions:not(.coord-action-bar):not(.coord-gis-actions),
.downloads-submodule-shell .section-actions,
.field-submodule-shell .section-actions {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.admin-submodule-shell .section-actions:not(.admin-table-pagination):not(.module-tabs) + .info-box,
.taxonomy-workspace-shell .section-actions:not(.module-tabs) + .info-box {
  margin-top: 12px !important;
}

@media (max-width: 760px) {
  .admin-submodule-shell .admin-submodule-hero,
  .admin-submodule-shell .admin-auto-hero,
  .admin-backup-shell .admin-backup-hero,
  .admin-submodule-shell .server-health-hero,
  .admin-submodule-shell > .module-hero:first-child,
  .taxonomy-workspace-shell .taxonomy-submodule-hero,
  .taxonomy-workspace-shell > .module-hero:first-child,
  .bims-records-submodule-shell .bims-flow-hero,
  .converter-submodule-shell .coord-flow-hero,
  .downloads-submodule-shell > .module-hero:first-child {
    padding: 22px 20px !important;
  }
}
/* END BIMS submodule shell cleanup like field v2 */

/* BIMS taxonomy and backup submodule card cleanup v3 */
.taxonomy-workspace-shell .taxonomy-submodule-hero {
  display: block !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 28px 32px !important;
  background: linear-gradient(115deg, #0b4b35 0%, #137c42 100%) !important;
  box-shadow: 0 18px 38px rgba(10, 66, 43, .15) !important;
}

.taxonomy-workspace-shell .taxonomy-submodule-hero h3 {
  max-width: 980px !important;
  margin: 6px 0 10px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(25px, 2vw, 32px) !important;
  line-height: 1.16 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.taxonomy-workspace-shell .taxonomy-submodule-hero > div:first-child > span {
  display: block !important;
  margin: 0 0 10px !important;
  color: rgba(255, 255, 255, .88) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .88) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.taxonomy-workspace-shell .taxonomy-submodule-hero .taxonomy-hero-metrics {
  margin: 14px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, .94) !important;
}

.taxonomy-workspace-shell .taxonomy-submodule-hero .taxonomy-hero-metrics strong,
.taxonomy-workspace-shell .taxonomy-submodule-hero .taxonomy-hero-metrics small {
  display: inline !important;
  color: rgba(255, 255, 255, .94) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .94) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.taxonomy-workspace-shell .taxonomy-submodule-hero .taxonomy-hero-metrics strong {
  font-weight: 700 !important;
}

.taxonomy-workspace-shell .taxonomy-submodule-hero .taxonomy-hero-metrics strong::after {
  content: ": ";
}

.admin-backup-shell .admin-section-intro.admin-backup-hero {
  display: block !important;
  width: 100% !important;
  max-width: 1240px !important;
  min-height: 0 !important;
  margin: 0 auto 18px !important;
  padding: 22px !important;
  border: 1px solid var(--bims-border, #cfe4d8) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fbfefc 0%, #ffffff 100%) !important;
  color: var(--bims-text, #062c21) !important;
  box-shadow: 0 12px 28px rgba(16, 64, 43, .07) !important;
}

.admin-backup-shell .admin-section-intro.admin-backup-hero .module-kicker {
  margin: 0 0 10px !important;
  color: #137c42 !important;
  -webkit-text-fill-color: #137c42 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.admin-backup-shell .admin-section-intro.admin-backup-hero > strong {
  display: block !important;
  margin: 0 0 10px !important;
  color: var(--bims-text, #062c21) !important;
  -webkit-text-fill-color: var(--bims-text, #062c21) !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  text-shadow: none !important;
}

.admin-backup-shell .admin-section-intro.admin-backup-hero p,
.admin-backup-shell .admin-section-intro.admin-backup-hero .muted {
  max-width: 1040px !important;
  margin: 0 0 10px !important;
  color: #294b3c !important;
  -webkit-text-fill-color: #294b3c !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

.admin-backup-shell .admin-section-intro.admin-backup-hero .section-actions {
  margin: 14px 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  .taxonomy-workspace-shell .taxonomy-submodule-hero {
    padding: 22px 20px !important;
  }

  .admin-backup-shell .admin-section-intro.admin-backup-hero {
    padding: 18px !important;
  }
}
/* END BIMS taxonomy and backup submodule card cleanup v3 */

/* BIMS taxonomy hero match submodule standard v4 */
.taxonomy-workspace-shell .taxonomy-submodule-hero {
  display: block !important;
  width: 100% !important;
  max-width: 1240px !important;
  min-height: 0 !important;
  margin: 0 auto 18px !important;
  padding: 28px 32px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(115deg, #0b4b35 0%, #137c42 100%) !important;
  box-shadow: 0 18px 38px rgba(10, 66, 43, .15) !important;
}

.taxonomy-workspace-shell .taxonomy-submodule-hero > div:first-child > span {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, .9) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .9) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.taxonomy-workspace-shell .taxonomy-submodule-hero h3 {
  max-width: 980px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(30px, 2.4vw, 38px) !important;
  line-height: 1.14 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.taxonomy-workspace-shell .taxonomy-submodule-hero p {
  max-width: 1040px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, .96) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .96) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

.taxonomy-workspace-shell .taxonomy-submodule-hero .taxonomy-hero-metrics {
  display: none !important;
}
/* END BIMS taxonomy hero match submodule standard v4 */

/* BIMS submodule hero kicker standard v5 */
.admin-submodule-shell .admin-submodule-hero .module-kicker,
.admin-submodule-shell .admin-submodule-hero .eyebrow,
.admin-submodule-shell .admin-auto-hero .module-kicker,
.admin-submodule-shell .admin-auto-hero .eyebrow,
.admin-backup-shell .admin-backup-hero .module-kicker,
.admin-backup-shell .admin-backup-hero .eyebrow,
.admin-submodule-shell .server-health-hero .module-kicker,
.admin-submodule-shell .server-health-hero .eyebrow,
.admin-submodule-shell > .module-hero .module-kicker,
.admin-submodule-shell > .module-hero .eyebrow,
.taxonomy-workspace-shell .taxonomy-submodule-hero .module-kicker,
.taxonomy-workspace-shell .taxonomy-submodule-hero .eyebrow,
.taxonomy-workspace-shell .taxonomy-submodule-hero > div:first-child > span,
.taxonomy-workspace-shell > .module-hero .module-kicker,
.taxonomy-workspace-shell > .module-hero .eyebrow,
.bims-records-submodule-shell .bims-flow-hero .module-kicker,
.bims-records-submodule-shell .bims-flow-hero .eyebrow,
.bims-records-submodule-shell .bims-flow-hero > .module-kicker,
.converter-submodule-shell .coord-flow-hero .module-kicker,
.converter-submodule-shell .coord-flow-hero .eyebrow,
.downloads-submodule-shell > .module-hero .module-kicker,
.downloads-submodule-shell > .module-hero .eyebrow,
.field-submodule-shell .module-hero .module-kicker,
.field-submodule-shell .module-hero .eyebrow {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, .9) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .9) !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}
/* END BIMS submodule hero kicker standard v5 */

/* BIMS submodule hero kicker pills v6 */
.admin-submodule-shell .admin-submodule-hero .module-kicker,
.admin-submodule-shell .admin-submodule-hero .eyebrow,
.admin-submodule-shell .admin-auto-hero .module-kicker,
.admin-submodule-shell .admin-auto-hero .eyebrow,
.admin-backup-shell .admin-backup-hero .module-kicker,
.admin-backup-shell .admin-backup-hero .eyebrow,
.admin-submodule-shell .server-health-hero .module-kicker,
.admin-submodule-shell .server-health-hero .eyebrow,
.admin-submodule-shell > .module-hero .module-kicker,
.admin-submodule-shell > .module-hero .eyebrow,
.taxonomy-workspace-shell .taxonomy-submodule-hero .module-kicker,
.taxonomy-workspace-shell .taxonomy-submodule-hero .eyebrow,
.taxonomy-workspace-shell .taxonomy-submodule-hero > div:first-child > span,
.taxonomy-workspace-shell > .module-hero .module-kicker,
.taxonomy-workspace-shell > .module-hero .eyebrow,
.bims-records-submodule-shell .bims-flow-hero .module-kicker,
.bims-records-submodule-shell .bims-flow-hero .eyebrow,
.bims-records-submodule-shell .bims-flow-hero > .module-kicker,
.converter-submodule-shell .coord-flow-hero .module-kicker,
.converter-submodule-shell .coord-flow-hero .eyebrow,
.downloads-submodule-shell > .module-hero .module-kicker,
.downloads-submodule-shell > .module-hero .eyebrow,
.field-submodule-shell .module-hero .module-kicker,
.field-submodule-shell .module-hero .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: max-content !important;
  margin: 0 0 12px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 999px !important;
  background: rgba(5, 54, 38, .72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 8px 18px rgba(0, 0, 0, .10) !important;
  color: rgba(255, 255, 255, .92) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .92) !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}
/* END BIMS submodule hero kicker pills v6 */

/* BIMS all submodule kicker pills v7 */
.admin-submodule-shell .admin-submodule-hero .module-kicker,
.admin-submodule-shell .admin-submodule-hero .eyebrow,
.admin-submodule-shell .admin-auto-hero .module-kicker,
.admin-submodule-shell .admin-auto-hero .eyebrow,
.admin-submodule-shell .server-health-hero .module-kicker,
.admin-submodule-shell .server-health-hero .eyebrow,
.admin-submodule-shell > .module-hero .module-kicker,
.admin-submodule-shell > .module-hero .eyebrow,
.admin-backup-shell .admin-backup-hero .module-kicker,
.admin-backup-shell .admin-backup-hero .eyebrow,
.taxonomy-workspace-shell .taxonomy-submodule-hero .module-kicker,
.taxonomy-workspace-shell .taxonomy-submodule-hero .eyebrow,
.taxonomy-workspace-shell .taxonomy-submodule-hero > div:first-child > span,
.taxonomy-workspace-shell > .module-hero .module-kicker,
.taxonomy-workspace-shell > .module-hero .eyebrow,
.bims-records-shell.bims-records-submodule-shell .bims-flow-hero .module-kicker,
.bims-records-shell.bims-records-submodule-shell .bims-flow-hero .eyebrow,
.bims-records-shell.bims-records-submodule-shell .bims-flow-hero > span:first-child,
.bims-records-shell.bims-records-submodule-shell .bims-flow-hero > div:first-child > span,
.converter-shell.converter-submodule-shell .coord-flow-hero .module-kicker,
.converter-shell.converter-submodule-shell .coord-flow-hero .eyebrow,
.converter-shell.converter-submodule-shell .coord-flow-hero > span:first-child,
.converter-shell.converter-submodule-shell .coord-flow-hero > div:first-child > span,
.downloads-shell.downloads-submodule-shell > .module-hero .module-kicker,
.downloads-shell.downloads-submodule-shell > .module-hero .eyebrow,
.downloads-shell.downloads-submodule-shell > .module-hero > span:first-child,
.field-module-shell .admin-pro-hero .module-kicker,
.field-module-shell .admin-pro-hero .eyebrow,
.field-module-shell .field-master-hero .module-kicker,
.field-module-shell .field-master-hero .eyebrow,
.field-module-shell .module-hero .module-kicker,
.field-module-shell .module-hero .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: max-content !important;
  margin: 0 0 12px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 999px !important;
  background: rgba(5, 54, 38, .72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 8px 18px rgba(0, 0, 0, .10) !important;
  color: rgba(255, 255, 255, .92) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .92) !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}
/* END BIMS all submodule kicker pills v7 */

/* BIMS kicker specificity all submodules v8 */
.module-shell.field-module-shell > .admin-pro-hero.field-master-hero:first-child .module-kicker,
.module-shell.field-module-shell > .admin-pro-hero.field-master-hero .module-kicker,
.module-shell.downloads-shell.downloads-submodule-shell > .admin-pro-hero.downloads-module-hero:first-child .module-kicker,
.module-shell.downloads-shell.downloads-submodule-shell > .admin-pro-hero.downloads-module-hero .module-kicker,
.module-shell.converter-shell.converter-submodule-shell > .admin-pro-hero.converter-master-hero:first-child .module-kicker,
.module-shell.converter-shell.converter-submodule-shell > .admin-pro-hero.converter-master-hero .module-kicker,
.module-shell.bims-records-shell.bims-records-submodule-shell > .admin-pro-hero.bims-master-hero:first-child .module-kicker,
.module-shell.bims-records-shell.bims-records-submodule-shell > .admin-pro-hero.bims-master-hero .module-kicker,
.module-shell.admin-submodule-shell > .admin-pro-hero:first-child .module-kicker,
.module-shell.admin-submodule-shell > .admin-pro-hero .module-kicker,
.module-shell.admin-submodule-shell > .module-hero:first-child .module-kicker,
.module-shell.admin-submodule-shell > .module-hero .module-kicker,
.module-shell.taxonomy-workspace-shell .taxonomy-submodule-hero > div:first-child > span,
.module-shell.taxonomy-workspace-shell .taxonomy-submodule-hero .module-kicker,
.module-shell.taxonomy-workspace-shell .taxonomy-submodule-hero .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 12px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 999px !important;
  background: rgba(5,54,38,.72) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 8px 18px rgba(0,0,0,.10) !important;
  color: #e9fff0 !important;
  -webkit-text-fill-color: #e9fff0 !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}
/* END BIMS kicker specificity all submodules v8 */

/* BIMS downloads alignment and submodule kicker fix v9 */
.module-shell.downloads-shell.downloads-submodule-shell {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.module-shell.downloads-shell.downloads-submodule-shell > .admin-pro-hero.downloads-module-hero,
.module-shell.downloads-shell.downloads-submodule-shell > .admin-pro-hero.downloads-module-hero:first-child {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto 18px !important;
}

.module-shell.downloads-shell.downloads-submodule-shell > .module-workspace,
.module-shell.downloads-shell.downloads-submodule-shell > .downloads-resource-section,
.module-shell.downloads-shell.downloads-submodule-shell > .downloads-export-section {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto 22px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.module-shell.downloads-shell.downloads-submodule-shell .downloads-section-head {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 0 16px !important;
  padding: 22px !important;
  border: 1px solid var(--bims-border, #cfe4d8) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fbfefc 0%, #ffffff 100%) !important;
  box-shadow: 0 12px 28px rgba(16, 64, 43, .07) !important;
}

.module-shell.downloads-shell.downloads-submodule-shell .downloads-section-head.compact {
  margin-bottom: 18px !important;
}

.module-shell.downloads-shell.downloads-submodule-shell .downloads-section-head > span,
.module-shell.downloads-shell.downloads-submodule-shell .downloads-resource-card > span,
.module-shell.downloads-shell.downloads-submodule-shell .downloads-gis-catalog .downloads-section-head > span,
.module-shell.downloads-shell.downloads-submodule-shell .download-export-panel .downloads-section-head > span,
.module-shell.downloads-shell.downloads-submodule-shell > .admin-pro-hero.downloads-module-hero:first-child .module-kicker,
.module-shell.downloads-shell.downloads-submodule-shell > .admin-pro-hero.downloads-module-hero .module-kicker,
.module-shell.admin-submodule-shell > .admin-pro-hero:first-child .module-kicker,
.module-shell.admin-submodule-shell > .admin-pro-hero .module-kicker,
.module-shell.admin-submodule-shell > .admin-submodule-hero:first-child .module-kicker,
.module-shell.admin-submodule-shell > .admin-submodule-hero .module-kicker,
.module-shell.admin-submodule-shell > .module-hero:first-child .module-kicker,
.module-shell.admin-submodule-shell > .module-hero .module-kicker,
.admin-submodule-shell .admin-submodule-hero .module-kicker,
.admin-submodule-shell .admin-auto-hero .module-kicker,
.admin-submodule-shell .server-health-hero .module-kicker {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: max-content !important;
  margin: 0 0 12px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  border-radius: 999px !important;
  background: rgba(5, 54, 38, .72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 8px 18px rgba(0, 0, 0, .10) !important;
  color: #e9fff0 !important;
  -webkit-text-fill-color: #e9fff0 !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}

.module-shell.downloads-shell.downloads-submodule-shell .downloads-section-head > span,
.module-shell.downloads-shell.downloads-submodule-shell .downloads-resource-card > span,
.module-shell.downloads-shell.downloads-submodule-shell .downloads-gis-catalog .downloads-section-head > span,
.module-shell.downloads-shell.downloads-submodule-shell .download-export-panel .downloads-section-head > span {
  border-color: rgba(19, 124, 66, .14) !important;
  background: #eef8f1 !important;
  box-shadow: none !important;
  color: #137c42 !important;
  -webkit-text-fill-color: #137c42 !important;
}

.module-shell.downloads-shell.downloads-submodule-shell .downloads-section-head h3 {
  margin: 0 0 8px !important;
  color: var(--bims-text, #062c21) !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.module-shell.downloads-shell.downloads-submodule-shell .downloads-section-head p {
  max-width: 980px !important;
  margin: 0 !important;
  color: #294b3c !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}
/* END BIMS downloads alignment and submodule kicker fix v9 */

/* BIMS all hero kicker pills final v10 */
#admin-tab-content .admin-pro-hero .module-kicker,
#admin-tab-content .module-hero .module-kicker,
#admin-tab-content .admin-submodule-hero .module-kicker,
#admin-tab-content .admin-auto-hero .module-kicker,
#admin-tab-content .server-health-hero .module-kicker,
#admin-tab-content .admin-section-intro .module-kicker,
.module-shell.downloads-shell.downloads-submodule-shell > .admin-pro-hero.downloads-module-hero .module-kicker,
.module-shell.field-module-shell > .admin-pro-hero.field-master-hero .module-kicker,
.module-shell.bims-records-shell.bims-records-submodule-shell > .admin-pro-hero.bims-master-hero .module-kicker,
.module-shell.converter-shell.converter-submodule-shell > .admin-pro-hero.converter-master-hero .module-kicker,
.taxonomy-workspace-shell .taxonomy-submodule-hero > div:first-child > span,
.bims-records-submodule-shell .bims-flow-hero > span:first-child,
.converter-submodule-shell .coord-flow-hero > span:first-child,
.coord-flow-panel .coord-flow-hero > span:first-child,
.bims-flow-panel .bims-flow-hero > span:first-child {
  display: inline-block !important;
  width: fit-content !important;
  min-width: 0 !important;
  max-width: fit-content !important;
  align-self: flex-start !important;
  margin: 0 0 12px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  border-radius: 999px !important;
  background: rgba(5, 54, 38, .72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 8px 18px rgba(0, 0, 0, .10) !important;
  color: #e9fff0 !important;
  -webkit-text-fill-color: #e9fff0 !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

.module-shell.downloads-shell.downloads-submodule-shell .downloads-section-head > span,
.module-shell.downloads-shell.downloads-submodule-shell .downloads-resource-card > span,
.module-shell.downloads-shell.downloads-submodule-shell .downloads-gis-catalog .downloads-section-head > span,
.module-shell.downloads-shell.downloads-submodule-shell .download-export-panel .downloads-section-head > span {
  display: inline-block !important;
  width: fit-content !important;
  max-width: fit-content !important;
  margin: 0 0 12px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(19, 124, 66, .14) !important;
  border-radius: 999px !important;
  background: #eef8f1 !important;
  box-shadow: none !important;
  color: #137c42 !important;
  -webkit-text-fill-color: #137c42 !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}
/* END BIMS all hero kicker pills final v10 */

/* BIMS admin bims coords kicker correction v11 */
#panel-content .admin-submodule-shell .module-kicker,
#panel-content .admin-backup-shell .admin-section-intro.admin-backup-hero .module-kicker,
#panel-content .admin-backup-shell .admin-backup-hero .module-kicker,
#admin-tab-content .module-kicker,
#admin-tab-content .admin-section-intro .module-kicker,
#admin-tab-content .admin-submodule-hero .module-kicker,
#admin-tab-content .admin-auto-hero .module-kicker,
#admin-tab-content .server-health-hero .module-kicker,
.bims-records-submodule-shell .bims-flow-panel > .bims-flow-hero > span:first-child,
.bims-records-submodule-shell .bims-flow-hero > span:first-child,
.bims-flow-panel > .bims-flow-hero > span:first-child,
.converter-submodule-shell .coord-flow-panel > .coord-flow-hero > span:first-child,
.converter-submodule-shell .coord-flow-hero > span:first-child,
.coord-flow-panel > .coord-flow-hero > span:first-child {
  display: inline-block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  margin: 0 0 12px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  border-radius: 999px !important;
  background: rgba(5, 54, 38, .72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 8px 18px rgba(0, 0, 0, .10) !important;
  color: #e9fff0 !important;
  -webkit-text-fill-color: #e9fff0 !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

.module-shell.field-module-shell:has(.taxonomy-layout) > .admin-pro-hero.field-master-hero .module-kicker {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #e9fff0 !important;
  -webkit-text-fill-color: #e9fff0 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}
/* END BIMS admin bims coords kicker correction v11 */

/* BIMS admin kicker pills v12 */
#panel-content .admin-submodule-hero > span:first-child,
#panel-content .admin-submodule-hero > .module-kicker,
#panel-content .admin-submodule-hero .module-kicker,
#panel-content .admin-auto-hero > span:first-child,
#panel-content .admin-auto-hero > .module-kicker,
#panel-content .server-health-hero span.module-kicker,
#panel-content .server-health-hero .module-kicker,
#panel-content .admin-section-intro.admin-backup-hero .module-kicker,
#panel-content .admin-backup-hero .module-kicker,
#panel-content .module-shell.admin-submodule-shell > .module-hero .module-kicker,
#panel-content .module-shell.admin-submodule-shell > .admin-pro-hero .module-kicker,
#admin-tab-content .admin-submodule-hero > span:first-child,
#admin-tab-content .admin-submodule-hero > .module-kicker,
#admin-tab-content .admin-submodule-hero .module-kicker,
#admin-tab-content .admin-auto-hero > span:first-child,
#admin-tab-content .admin-auto-hero > .module-kicker,
#admin-tab-content .server-health-hero span.module-kicker,
#admin-tab-content .server-health-hero .module-kicker,
#admin-tab-content .admin-section-intro.admin-backup-hero .module-kicker,
#admin-tab-content .admin-backup-hero .module-kicker,
#admin-tab-content > .module-hero .module-kicker {
  display: inline-block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  margin: 0 0 12px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  border-radius: 999px !important;
  background: rgba(5, 54, 38, .72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 8px 18px rgba(0, 0, 0, .10) !important;
  color: #e9fff0 !important;
  -webkit-text-fill-color: #e9fff0 !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

#panel-content .admin-section-intro.admin-backup-hero .module-kicker,
#panel-content .admin-backup-hero .module-kicker,
#admin-tab-content .admin-section-intro.admin-backup-hero .module-kicker,
#admin-tab-content .admin-backup-hero .module-kicker {
  border-color: rgba(19, 124, 66, .14) !important;
  background: #eef8f1 !important;
  box-shadow: none !important;
  color: #137c42 !important;
  -webkit-text-fill-color: #137c42 !important;
}
/* END BIMS admin kicker pills v12 */


#login-screen .login-info-btn{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
#login-box{
  overflow:hidden;
}
.login-primary-btn,
#login-box > button{
  background:#168245;
  color:#fff;
  border:1px solid #168245;
  border-radius:8px;
  font-weight:800;
  cursor:pointer;
}
.login-secondary-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:10px;
}
.login-soft-btn{
  background:#eef8f1;
  color:#013b2d;
  border:1px solid #b7dbc4;
  border-radius:8px;
  font-weight:800;
  cursor:pointer;
}
.register-panel{
  display:none;
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid #d5eadc;
}
.register-panel.is-open{
  display:grid;
  gap:9px;
}
.register-panel-title{
  color:#013b2d;
  font-weight:800;
}
.register-panel textarea{
  min-height:72px;
  resize:vertical;
}
.register-note{
  margin:2px 0 0;
  color:#537067;
  font-size:12px;
  line-height:1.4;
}


.login-secondary-actions-single{
  grid-template-columns:1fr;
}
.login-register-btn{
  background:#d9a441;
  color:#1f2b1d;
  border:1px solid #c5912f;
  border-radius:8px;
  font-weight:800;
  cursor:pointer;
  padding:11px 14px;
}
.login-register-btn:hover{
  background:#e4b653;
}
.register-modal-form{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.register-modal-form input,
.register-modal-form textarea{
  width:100%;
  border:1px solid #b7dbc4;
  border-radius:8px;
  padding:11px 12px;
  font:inherit;
  color:#0c2f26;
  background:#fff;
  box-sizing:border-box;
}
.register-modal-form textarea{
  min-height:86px;
  resize:vertical;
}
.register-modal-actions{
  display:flex;
  justify-content:flex-start;
  margin-top:14px;
}
.user-profile-trigger{
  border:1px solid #cfe8d8;
  background:#fff;
  color:#0d3b2f;
  border-radius:999px;
  padding:8px 14px;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(15,51,32,0.08);
}


.register-modal,
.user-profile-modal{
  position:fixed;
  inset:0;
  z-index:50;
}
.register-modal.show,
.user-profile-modal.show{
  display:flex;
}


/* Admin user full-page editor */
.admin-user-editor-page{
  display:grid;
  gap:18px;
  width:100%;
}
.admin-user-editor-hero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  padding:26px 28px;
  border:1px solid #cfe5d8;
  border-radius:8px;
  background:linear-gradient(135deg,#f7fbf8 0%,#eef7f1 100%);
  box-shadow:0 18px 44px rgba(12,57,39,0.08);
}
.admin-user-editor-hero h2{
  margin:10px 0 8px;
  color:#073f2d;
  font-size:30px;
  line-height:1.15;
  letter-spacing:0;
}
.admin-user-editor-hero p{
  margin:0;
  max-width:780px;
  color:#24483b;
  line-height:1.6;
}
.admin-user-editor-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
  flex-shrink:0;
}
.admin-user-editor-section{
  padding:22px 24px;
  border:1px solid #d2e7da;
  border-radius:8px;
  background:rgba(255,255,255,0.78);
  box-shadow:0 12px 32px rgba(12,57,39,0.06);
}
.admin-user-editor-section-head{
  margin-bottom:16px;
  padding-bottom:12px;
  border-bottom:1px solid #dcece2;
}
.admin-user-editor-section-head h3{
  margin:0 0 5px;
  color:#073f2d;
  font-size:18px;
}
.admin-user-editor-section-head p{
  margin:0;
  color:#49675c;
  line-height:1.5;
}
.admin-user-editor-grid .field-card{
  box-shadow:none;
}
.admin-user-editor-grid textarea{
  min-height:100px;
  resize:vertical;
}
.admin-user-editor-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px;
  border:1px solid #d2e7da;
  border-radius:8px;
  background:#f7fbf8;
}
.admin-user-editor-footer .status-bar{
  flex:1;
  margin:0;
}
.admin-user-details-cell{
  display:grid;
  gap:3px;
  color:#26483d;
  line-height:1.35;
}
.admin-user-details-cell strong{
  color:#073f2d;
}
@media (max-width:900px){
  .admin-user-editor-hero,
  .admin-user-editor-footer{
    flex-direction:column;
    align-items:stretch;
  }
  .admin-user-editor-actions{
    justify-content:flex-start;
  }
}

/* User profile full-page editor */
.user-profile-page{
  display:grid;
  gap:18px;
  width:100%;
}
.user-profile-page-hero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  padding:26px 28px;
  border:1px solid #cfe5d8;
  border-radius:8px;
  background:linear-gradient(135deg,#f7fbf8 0%,#eef7f1 100%);
  box-shadow:0 18px 44px rgba(12,57,39,0.08);
}
.user-profile-page-hero h2{
  margin:10px 0 8px;
  color:#073f2d;
  font-size:30px;
  line-height:1.15;
  letter-spacing:0;
}
.user-profile-page-hero p{
  margin:0;
  max-width:820px;
  color:#24483b;
  line-height:1.6;
}
.user-profile-page-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
  flex-shrink:0;
}
.user-profile-page-section{
  padding:22px 24px;
  border:1px solid #d2e7da;
  border-radius:8px;
  background:rgba(255,255,255,0.78);
  box-shadow:0 12px 32px rgba(12,57,39,0.06);
}
.user-profile-page-section-head{
  margin-bottom:16px;
  padding-bottom:12px;
  border-bottom:1px solid #dcece2;
}
.user-profile-page-section-head h3{
  margin:0 0 5px;
  color:#073f2d;
  font-size:18px;
}
.user-profile-page-section-head p{
  margin:0;
  color:#49675c;
  line-height:1.5;
}
.user-profile-page-grid .field-card{
  box-shadow:none;
}
.user-profile-page-grid textarea{
  min-height:100px;
  resize:vertical;
}
.user-profile-page-grid input:disabled{
  color:#49675c;
  background:#eef6f1;
  cursor:not-allowed;
}
.user-profile-page-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px;
  border:1px solid #d2e7da;
  border-radius:8px;
  background:#f7fbf8;
}
.user-profile-page-footer .status-bar{
  flex:1;
  margin:0;
}
@media (max-width:900px){
  .user-profile-page-hero,
  .user-profile-page-footer{
    flex-direction:column;
    align-items:stretch;
  }
  .user-profile-page-actions{
    justify-content:flex-start;
  }
}


/* User profile and access request polish - 20260611 */
.user-profile-trigger{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.user-avatar-pill{
  width:30px;
  height:30px;
  border-radius:999px;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0c4d35;
  color:#fff;
  font-weight:900;
  flex:0 0 auto;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35);
}
.user-avatar-pill img,
.profile-photo-preview img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.bims-profile-theme{
  max-width:1180px;
  margin:0 auto;
}
.bims-profile-theme .user-profile-page-hero{
  background:
    radial-gradient(circle at 86% 18%, rgba(151,203,124,.26), transparent 30%),
    linear-gradient(135deg,#082d23 0%,#0f4b35 48%,#2f8154 100%);
  color:#fff;
  border-radius:24px;
  padding:34px 38px;
  margin-bottom:22px;
  box-shadow:0 28px 70px rgba(7,45,34,.22);
}
.bims-profile-theme .user-profile-page-hero h2{
  color:#fff;
  font-size:clamp(30px,3.1vw,44px);
  line-height:1.08;
  margin:8px 0 14px;
  letter-spacing:0;
  text-shadow:0 2px 5px rgba(0,0,0,.25);
}
.bims-profile-theme .user-profile-page-hero p{
  color:#fff;
  max-width:980px;
  line-height:1.65;
}
.bims-profile-theme .user-profile-page-hero .module-kicker{
  display:inline-flex;
  width:auto;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(5,55,39,.72);
  color:#dff7d7;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.user-profile-page-section,
.user-profile-page-footer{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(38,111,76,.2);
  border-radius:16px;
  padding:22px;
  margin-bottom:16px;
  box-shadow:0 18px 42px rgba(12,60,42,.08);
}
.user-profile-page-section-head h3{
  margin:0 0 6px;
  color:#073f2a;
}
.user-profile-page-section-head p{
  margin:0 0 18px;
  color:#31594b;
}
.user-profile-photo-section{
  display:grid;
  grid-template-columns:130px minmax(0,1fr);
  gap:22px;
  align-items:center;
}
.profile-photo-preview{
  width:116px;
  height:116px;
  border-radius:50%;
  background:#0c4d35;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  font-size:2rem;
  font-weight:900;
  box-shadow:0 18px 38px rgba(7,45,34,.18);
}
.profile-inline-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.profile-file-btn{
  position:relative;
  overflow:hidden;
}
.profile-file-btn input{
  position:absolute;
  inset:0;
  opacity:0;
  cursor:pointer;
}
.access-request-panel{
  display:grid;
  grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);
  gap:14px;
  align-items:stretch;
}
.access-request-panel .profile-inline-actions{
  grid-column:1 / -1;
}
.access-request-status{
  border:1px solid rgba(38,111,76,.22);
  border-radius:14px;
  padding:16px;
  background:#f2f9f4;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.access-request-status span{
  color:#0f5739;
  font-size:.72rem;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.04em;
}
.access-request-status strong{
  color:#073f2a;
  font-size:1.25rem;
}
.access-request-status small{
  color:#31594b;
}
.access-status-pending{ background:#fff8e6; border-color:#e2b84d; }
.access-status-approved{ background:#ecf8ef; border-color:#2f9d62; }
.access-status-rejected{ background:#fff0f0; border-color:#d96a6a; }
.admin-access-request-grid{
  display:grid;
  grid-template-columns:minmax(220px,.8fr) minmax(0,1fr) minmax(0,1.2fr);
  gap:14px;
}
.admin-access-request-grid .admin-user-editor-actions{
  grid-column:1 / -1;
}
.danger-soft-btn{
  border-color:#efb4b4 !important;
  color:#9f2424 !important;
  background:#fff5f5 !important;
}
@media (max-width:900px){
  .user-profile-photo-section,
  .access-request-panel,
  .admin-access-request-grid{
    grid-template-columns:1fr;
  }
}


/* Robust profile uploads - 20260611 */
.profile-mini-status{
  margin:10px 0 0;
  color:#31594b;
  font-weight:800;
}
.profile-inline-actions button:disabled,
.profile-inline-actions .primary-btn:disabled,
.profile-inline-actions .secondary-btn:disabled{
  opacity:.7;
  cursor:wait;
}
.admin-access-status-card small{
  display:block;
  line-height:1.45;
}
.admin-access-inline{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  margin-top:4px;
  padding:5px 9px;
  border-radius:999px;
  border:1px solid rgba(38,111,76,.22);
  background:#f2f9f4;
  color:#0f5739;
  font-weight:800;
}
.admin-access-inline.access-status-pending{
  background:#fff8e6;
  border-color:#e2b84d;
  color:#735100;
}
.admin-access-inline.access-status-approved{
  background:#ecf8ef;
  border-color:#2f9d62;
  color:#0f5739;
}
.admin-access-inline.access-status-rejected{
  background:#fff0f0;
  border-color:#d96a6a;
  color:#9f2424;
}


/* Profile photo route and access UI polish - 20260611 */
.access-document-ok{
  color:#0f5739 !important;
  font-weight:900;
}
.admin-access-review-layout{
  display:grid;
  grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);
  gap:16px;
}
.admin-access-review-controls{
  display:grid;
  gap:14px;
}
.admin-access-final-note{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  color:#31594b;
  font-weight:800;
}
.admin-access-row{
  display:grid;
  gap:2px;
  margin-top:8px;
  padding:8px 10px;
  border-radius:12px;
  background:#f6fbf7;
  border:1px solid rgba(38,111,76,.18);
  color:#31594b;
}
.admin-access-row span,
.admin-access-row small{
  color:#557166;
  font-size:.78rem;
}
.admin-access-row strong{
  color:#073f2a;
}
.admin-access-row.access-status-pending{
  background:#fff9e9;
  border-color:#e2b84d;
}
.admin-access-row.access-status-approved{
  background:#eef8f1;
  border-color:#72bd88;
}
.admin-access-row.access-status-rejected{
  background:#fff2f2;
  border-color:#e0a1a1;
}
@media (max-width:900px){
  .admin-access-review-layout{ grid-template-columns:1fr; }
}


/* Sidebar account placement - 20260611 */
#sidebar #user-info.sidebar-user-profile-trigger{
  position:static !important;
  inset:auto !important;
  z-index:auto !important;
  display:flex !important;
  width:calc(100% - 22px) !important;
  margin:12px 11px 10px !important;
  padding:10px 12px !important;
  border-radius:14px !important;
  border:1px solid rgba(202,232,214,.28) !important;
  background:rgba(255,255,255,.08) !important;
  color:#ecfff4 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  text-align:left !important;
}
#sidebar #user-info.sidebar-user-profile-trigger:hover{
  background:rgba(255,255,255,.13) !important;
  border-color:rgba(202,232,214,.45) !important;
}
#sidebar .user-avatar-pill{
  width:34px;
  height:34px;
  background:#ecfff4;
  color:#0c4d35;
  box-shadow:0 8px 18px rgba(0,0,0,.14);
}
.sidebar-user-copy{
  display:grid;
  gap:2px;
  min-width:0;
}
.sidebar-user-hello{
  color:#fff;
  font-weight:900;
  line-height:1.15;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.sidebar-user-meta{
  color:rgba(236,255,244,.72);
  font-size:.74rem;
  font-weight:800;
  line-height:1.2;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#topbar #user-info{
  display:none !important;
}


/* Sidebar flyout navigation and fixed account area - 20260611 */
#sidebar{
  overflow:visible !important;
}
#menu{
  flex:1 1 auto !important;
  min-height:0 !important;
  overflow:visible !important;
  padding-bottom:10px !important;
}
#sidebar .menu-group{
  position:relative !important;
}
#sidebar .submenu{
  position:absolute !important;
  left:calc(100% + 10px) !important;
  top:0 !important;
  min-width:210px !important;
  margin:0 !important;
  padding:8px !important;
  border:1px solid rgba(202,232,214,.24) !important;
  border-radius:12px !important;
  background:linear-gradient(180deg, rgba(8,57,40,.98), rgba(6,43,34,.98)) !important;
  box-shadow:0 18px 42px rgba(5,28,20,.25) !important;
  z-index:260 !important;
}
#sidebar .menu-group.is-open .submenu,
#sidebar .menu-group:hover .submenu,
#sidebar .menu-group:focus-within .submenu{
  display:flex !important;
}
#sidebar .menu-group.is-open:not(:hover) .submenu,
#sidebar .menu-group:focus-within:not(:hover) .submenu{
  display:none !important;
}
#sidebar .submenu::before{
  content:"";
  position:absolute;
  left:-11px;
  top:0;
  width:11px;
  height:100%;
}
#sidebar .submenu-button{
  min-height:34px !important;
  padding:8px 10px !important;
  white-space:normal !important;
}
#sidebar #user-info.sidebar-user-profile-trigger{
  flex:0 0 auto !important;
  margin-top:auto !important;
  align-items:flex-start !important;
}
#sidebar #logout-btn{
  flex:0 0 auto !important;
  margin-left:11px !important;
  margin-right:11px !important;
  width:calc(100% - 22px) !important;
}
#sidebar .app-copyright{
  flex:0 0 auto !important;
  margin-left:11px !important;
  margin-right:11px !important;
  padding-bottom:12px !important;
}
.sidebar-user-copy{
  min-width:0 !important;
  max-width:calc(100% - 46px) !important;
}
.sidebar-user-hello{
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  overflow-wrap:anywhere !important;
  line-height:1.18 !important;
  font-size:.86rem !important;
}
.sidebar-user-meta{
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  line-height:1.18 !important;
}

/* BIMS field parent hero kicker standardization - 20260612 */
#panel-content .module-shell.field-module-shell:has(.taxonomy-layout) > .admin-pro-hero.field-master-hero .module-kicker {
  display: inline-block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  margin: 0 0 12px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  border-radius: 999px !important;
  background: rgba(5, 54, 38, .72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 8px 18px rgba(0, 0, 0, .10) !important;
  color: #e9fff0 !important;
  -webkit-text-fill-color: #e9fff0 !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

/* BIMS field parent hero kicker plain style - 20260612 */
#panel-content .module-shell.field-module-shell:has(.taxonomy-layout) > .admin-pro-hero.field-master-hero .module-kicker {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

/* BIMS field parent hero kicker color match - 20260612 */
#panel-content .module-shell.field-module-shell:has(.taxonomy-layout) > .admin-pro-hero.field-master-hero .module-kicker {
  color: #dff7d7 !important;
  -webkit-text-fill-color: #dff7d7 !important;
}

/* Mobile web first pass - 20260616
   Keeps the desktop layout unchanged and turns the fixed sidebar into a compact mobile header. */
@media (max-width: 820px) {
  html,
  body {
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  #app {
    display: block !important;
    min-height: 100dvh !important;
    height: auto !important;
    width: 100% !important;
  }

  #sidebar {
    position: sticky !important;
    top: 0 !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    z-index: 9200 !important;
    display: grid !important;
    grid-template-columns: 50px minmax(0, 1fr) auto !important;
    grid-template-areas:
      "logo user logout"
      "menu menu menu" !important;
    gap: 8px 10px !important;
    align-items: center !important;
    padding: 8px 10px 9px !important;
    overflow: visible !important;
    box-shadow: 0 12px 34px rgba(5, 35, 25, .22) !important;
  }

  #logo {
    grid-area: logo !important;
    min-height: 0 !important;
    height: 54px !important;
    width: 54px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }

  #logo::after {
    content: none !important;
  }

  .sidebar-brand-icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .24)) !important;
    box-shadow: none !important;
  }

  #menu {
    grid-area: menu !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 7px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 2px !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  #sidebar .menu-group {
    min-width: 0 !important;
    position: relative !important;
  }

  .menu-button {
    width: 100% !important;
    min-height: 36px !important;
    margin: 0 !important;
    padding: 9px 6px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    background: rgba(255, 255, 255, .08) !important;
  }

  .menu-button:hover {
    transform: none !important;
  }

  .menu-button.active {
    background: rgba(201, 241, 208, .20) !important;
    box-shadow: inset 0 0 0 1px rgba(201, 241, 208, .28) !important;
  }

  #sidebar .submenu {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    top: 68px !important;
    width: auto !important;
    min-width: 0 !important;
    max-height: min(56vh, 360px) !important;
    overflow: auto !important;
    display: none !important;
    flex-direction: column !important;
    gap: 6px !important;
    padding: 10px !important;
    border-radius: 16px !important;
    z-index: 9400 !important;
  }

  #sidebar .menu-group:hover .submenu,
  #sidebar .menu-group:focus-within .submenu,
  #sidebar .menu-group.is-open .submenu,
  #sidebar .menu-group.is-open:not(:hover) .submenu,
  #sidebar .menu-group:focus-within:not(:hover) .submenu {
    display: none !important;
  }

  #sidebar .menu-group.is-mobile-open .submenu {
    display: flex !important;
  }

  #sidebar .submenu::before {
    content: none !important;
  }

  #sidebar .submenu-button {
    min-height: 38px !important;
    width: 100% !important;
    padding: 10px 12px !important;
    border-radius: 11px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  #sidebar #logout-btn {
    grid-area: logout !important;
    width: auto !important;
    min-width: 72px !important;
    margin: 0 !important;
    padding: 10px 11px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
  }

  #sidebar #user-info.sidebar-user-profile-trigger {
    grid-area: user !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 7px 9px !important;
    align-items: center !important;
    border-radius: 13px !important;
  }

  #sidebar .user-avatar-pill {
    width: 30px !important;
    height: 30px !important;
    font-size: 12px !important;
  }

  .sidebar-user-copy {
    max-width: none !important;
  }

  .sidebar-user-hello {
    font-size: 12px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .sidebar-user-meta {
    font-size: 11px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  #sidebar .app-copyright {
    display: none !important;
  }

  #main {
    margin-left: 0 !important;
    height: auto !important;
    min-height: 100dvh !important;
    display: block !important;
  }

  #topbar {
    display: none !important;
  }

  #content {
    display: block !important;
    min-height: 0 !important;
    background: #eef4f1 !important;
  }

  #panel,
  #panel.with-map {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    border-right: 0 !important;
    padding: 12px 10px 22px !important;
  }

  #panel-content {
    min-width: 0 !important;
  }

  .module-shell,
  .admin-workspace,
  .taxonomy-layout,
  .downloads-shell,
  .coords-shell,
  .field-module-shell,
  .home-shell {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .admin-pro-hero,
  .module-hero,
  .home-hero,
  .field-master-hero,
  .taxonomy-hero,
  .downloads-hero,
  .coords-hero {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 0 14px !important;
    padding: 18px 15px !important;
    border-radius: 14px !important;
  }

  .admin-pro-hero h1,
  .admin-pro-hero h2,
  .module-hero h1,
  .module-hero h2,
  .home-hero h2,
  .field-master-hero h1,
  .taxonomy-hero h1,
  .downloads-hero h1,
  .coords-hero h1 {
    font-size: clamp(21px, 6.7vw, 29px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
  }

  .admin-pro-hero p,
  .module-hero p,
  .home-hero p,
  .field-master-hero p,
  .taxonomy-hero p,
  .downloads-hero p,
  .coords-hero p {
    font-size: 13px !important;
    line-height: 1.48 !important;
  }

  .module-kicker,
  .home-kicker,
  .taxonomy-kicker,
  .downloads-kicker,
  .coords-kicker {
    font-size: 10px !important;
    line-height: 1.15 !important;
    margin-bottom: 9px !important;
    padding: 5px 9px !important;
  }

  .admin-pro-grid,
  .admin-pro-card-grid,
  .taxonomy-grid,
  .downloads-grid,
  .coords-grid,
  .field-grid,
  .home-grid,
  .module-card-grid,
  .submodule-grid,
  .admin-access-review-layout,
  .coord-manual-groups,
  .coord-manual-group,
  .coord-type-grid,
  .downloads-resources-grid {
    grid-template-columns: 1fr !important;
  }

  .info-box,
  .home-card,
  .admin-pro-card,
  .taxonomy-card,
  .downloads-card,
  .coords-card,
  .field-card,
  .submodule-card {
    border-radius: 14px !important;
    padding: 13px !important;
  }

  .info-box h2,
  .info-box h3,
  .home-card h2,
  .home-card h3,
  .admin-pro-card h2,
  .admin-pro-card h3,
  .taxonomy-card h2,
  .taxonomy-card h3,
  .downloads-card h2,
  .downloads-card h3,
  .coords-card h2,
  .coords-card h3,
  .field-card h2,
  .field-card h3,
  .submodule-card h2,
  .submodule-card h3 {
    font-size: 18px !important;
    line-height: 1.18 !important;
    margin-bottom: 8px !important;
  }

  .info-box p,
  .home-card p,
  .admin-pro-card p,
  .taxonomy-card p,
  .downloads-card p,
  .coords-card p,
  .field-card p,
  .submodule-card p,
  #panel-content {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .section-actions,
  .coord-action-bar,
  .table-caption-bar,
  .table-pagination,
  .coord-board-head,
  .coord-manual-header,
  .coord-batch-head {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .primary-btn,
  .secondary-btn,
  .section-actions button,
  .coord-action-bar button {
    width: 100% !important;
    justify-content: center !important;
  }

  .table-wrapper {
    max-width: 100% !important;
    overflow-x: auto !important;
    border-radius: 14px !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .table-wrapper thead th,
  .table-wrapper table th {
    padding: 8px 9px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  .table-wrapper tbody td,
  .table-wrapper table td {
    padding: 8px 9px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .table-wrapper .primary-btn,
  .table-wrapper .secondary-btn,
  .table-wrapper button {
    padding: 6px 8px !important;
    font-size: 11px !important;
  }

  .table-wrapper table,
  #bims-table,
  #bims-existing-table,
  #coord-table,
  .admin-workspace .table-wrapper table {
    min-width: 680px !important;
  }

  .bims-mobile-card-table {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .bims-mobile-card-table .bims-mobile-card-source,
  .bims-mobile-card-source {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    border-collapse: separate !important;
  }

  .bims-mobile-card-source thead {
    display: none !important;
  }

  .bims-mobile-card-source tbody {
    display: grid !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .bims-mobile-card-source tr {
    display: grid !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #cfe5d8 !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .95) !important;
    box-shadow: 0 10px 26px rgba(5, 35, 25, .08) !important;
  }

  .bims-mobile-card-source td {
    display: grid !important;
    grid-template-columns: minmax(96px, 36%) minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 8px 4px !important;
    border: 0 !important;
    border-bottom: 1px solid #e4f0ea !important;
    background: transparent !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  .bims-mobile-card-source td:last-child {
    border-bottom: 0 !important;
  }

  .bims-mobile-card-source td::before {
    content: attr(data-label);
    color: #0b4f31;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .bims-mobile-card-source td:empty {
    display: none !important;
  }

  .bims-mobile-card-source input,
  .bims-mobile-card-source select,
  .bims-mobile-card-source textarea {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .bims-mobile-card-source td > button,
  .bims-mobile-card-source td .primary-btn,
  .bims-mobile-card-source td .secondary-btn {
    width: auto !important;
    min-width: 0 !important;
    justify-self: start !important;
  }

  #bims-table input,
  #bims-table select,
  #bims-existing-table input,
  #bims-existing-table select,
  #coord-table input,
  #coord-table select {
    min-width: 64px !important;
    padding: 8px 6px !important;
    font-size: 12px !important;
  }

  #map,
  .leaflet-container,
  .bims-map,
  .map-shell {
    min-height: 62vh !important;
  }

  #panel.with-map + #map,
  #map {
    width: 100% !important;
  }

  .login-info-panel,
  .legal-modal-panel {
    width: calc(100vw - 22px) !important;
    max-height: 86dvh !important;
    border-radius: 16px !important;
  }

  .bims-notification-stack {
    top: 10px !important;
    right: 10px !important;
    left: 10px !important;
    width: auto !important;
  }
}

/* Sidebar low-height desktop fix - 20260618
   Prevents the module list from overlapping the user profile panel on shorter laptop screens. */
@media (min-width: 821px) and (max-height: 860px) {
  #logo {
    min-height: 112px !important;
    padding: 12px 18px 8px !important;
  }

  .sidebar-brand-icon,
  .sidebar-brand-logo {
    width: 72px !important;
    height: 72px !important;
  }

  #menu {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
  }

  .menu-button {
    margin-bottom: 5px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 14px !important;
  }

  #sidebar #user-info.sidebar-user-profile-trigger {
    margin-top: auto !important;
    margin-bottom: 8px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  #sidebar #logout-btn {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  #sidebar .app-copyright {
    display: none !important;
  }
}

@media (max-width: 430px) {
  #sidebar {
    grid-template-columns: 44px minmax(0, 1fr) auto !important;
    gap: 7px !important;
    padding: 7px 8px 8px !important;
  }

  #logo {
    width: 46px !important;
    height: 46px !important;
  }

  .sidebar-brand-icon {
    width: 42px !important;
    height: 42px !important;
  }

  .menu-button {
    min-height: 36px !important;
    padding: 9px 5px !important;
    font-size: 9px !important;
  }

  #sidebar #logout-btn {
    min-width: 64px !important;
    padding: 9px 10px !important;
    font-size: 11px !important;
  }

  #panel,
  #panel.with-map {
    padding: 10px 8px 20px !important;
  }

  .admin-pro-hero,
  .module-hero,
  .home-hero,
  .field-master-hero,
  .taxonomy-hero,
  .downloads-hero,
  .coords-hero {
    padding: 16px 13px !important;
  }

  .admin-pro-hero h1,
  .admin-pro-hero h2,
  .module-hero h1,
  .module-hero h2,
  .home-hero h2,
  .field-master-hero h1,
  .taxonomy-hero h1,
  .downloads-hero h1,
  .coords-hero h1 {
    font-size: clamp(20px, 6.2vw, 26px) !important;
  }

  .table-wrapper table,
  #bims-table,
  #bims-existing-table,
  #coord-table,
  .admin-workspace .table-wrapper table {
    min-width: 0 !important;
  }

  .bims-mobile-card-source td {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }
}

/* Mobile tables rollback - 20260616
   The global card conversion is too aggressive for dense operational tables. */
@media (max-width: 820px) {
  .bims-mobile-card-table {
    overflow-x: auto !important;
    border: 1px solid #cfe5d8 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(5, 35, 25, .08) !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .bims-mobile-card-table .bims-mobile-card-source,
  .bims-mobile-card-source {
    display: table !important;
    width: 100% !important;
    min-width: 720px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  .bims-mobile-card-source thead {
    display: table-header-group !important;
  }

  .bims-mobile-card-source tbody {
    display: table-row-group !important;
  }

  .bims-mobile-card-source tr {
    display: table-row !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .bims-mobile-card-source th {
    display: table-cell !important;
    padding: 8px 9px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .bims-mobile-card-source td {
    display: table-cell !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 8px 9px !important;
    border-bottom: 1px solid #e4f0ea !important;
    background: transparent !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    word-break: normal !important;
  }

  .bims-mobile-card-source td::before {
    content: none !important;
  }

  .bims-mobile-card-source td:empty {
    display: table-cell !important;
  }

  #bims-table,
  #bims-existing-table,
  #coord-table,
  .admin-workspace .table-wrapper table {
    min-width: 820px !important;
  }
}
