:root { --forest: #24543e; --ink: #20382e; --muted: #63716a; --paper: #f5f6f1; }
body { background: var(--paper); color: var(--ink); font-family: system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: var(--forest); text-underline-offset: 3px; }
.panel-header { background: #fff; border-bottom: 1px solid #dfe5dc; min-height: 86px; }
.navbar-brand { display: flex; align-items: center; gap: 10px; color: var(--forest); font-size: 1.5rem; font-weight: 750; letter-spacing: -.8px; }
.brand-mark { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 12px 12px 12px 3px; background: var(--forest); color: #fff; font-size: 1.2rem; }
.brand-caption { font-size: .6rem; letter-spacing: 2px; color: var(--muted); margin-left: 5px; }
.navbar-nav .nav-link { font-size: .9rem; padding: 10px 14px; }
.navbar-nav .nav-link.active { color: var(--forest); font-weight: 650; background: #edf3eb; border-radius: 7px; }
h1 { letter-spacing: -1.2px; font-weight: 650; font-size: clamp(1.9rem, 3vw, 2.7rem); }
.welcome { padding: 24px 0 15px; }
.welcome h1 { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.16; letter-spacing: -1.8px; }
.eyebrow { font-size: .7rem; font-weight: 750; letter-spacing: 2px; color: #5c715b; margin-bottom: 14px; }
.card { border: 1px solid #dfe5dc; border-radius: 12px; box-shadow: 0 2px 3px #20382e03; overflow: hidden; }
.overview-card { border-top: 3px solid #688566; }
.section-number { color: #819478; font-size: .8rem; border: 1px solid #dce4d6; padding: 4px 8px; border-radius: 5px; }
.metric { font-size: 3rem; letter-spacing: -2px; margin: 20px 0; font-weight: 600; }
.metric span { font-size: .9rem; font-weight: 400; letter-spacing: 0; color: var(--muted); }
.btn { border-radius: 7px; padding: .6rem 1rem; font-size: .9rem; font-weight: 550; }
.btn-sm { padding: .35rem .65rem; font-size: .8rem; }
.btn-primary { --bs-btn-bg: #24543e; --bs-btn-border-color: #24543e; --bs-btn-hover-bg: #193e2d; --bs-btn-hover-border-color: #193e2d; --bs-btn-active-bg: #193e2d; --bs-btn-active-border-color: #193e2d; --bs-btn-disabled-bg: #567863; --bs-btn-disabled-border-color: #567863; }
.btn-outline-primary { --bs-btn-color: #24543e; --bs-btn-border-color: #b9caba; --bs-btn-hover-bg: #24543e; --bs-btn-hover-border-color: #24543e; --bs-btn-active-bg: #24543e; --bs-btn-active-border-color: #24543e; }
.form-control:focus, .form-select:focus, .form-check-input:focus { border-color: #688566; box-shadow: 0 0 0 .2rem #68856625; }
.form-check-input:checked { background-color: var(--forest); border-color: var(--forest); }
.form-label { font-size: .85rem; font-weight: 550; }
.form-text { font-size: .8rem; }
.errorlist { color: #a52834; font-size: .85rem; margin: 6px 0 0; padding-left: 18px; }
.page-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.page-heading p:last-child { margin-bottom: 0; }
.table > :not(caption) > * > * { padding: 18px 20px; border-color: #edf0e9; }
.table thead th { background: #fafbf8; color: #657461; font-size: .72rem; text-transform: uppercase; letter-spacing: .7px; white-space: nowrap; }
.table tbody { font-size: .88rem; }
.table-actions { display: flex; gap: 8px; justify-content: flex-end; }
.table td.empty-state { padding: 65px 20px; text-align: center; }
.consent-yes { background: #e8f2e7; color: #345b38; font-weight: 500; }
.consent-no { background: #f1f0e7; color: #6b6644; font-weight: 500; }
.admin-note { display: flex; flex-wrap: wrap; gap: 8px 16px; padding: 22px 0; font-size: .88rem; }
.admin-note span { color: var(--muted); }
.context-note { padding: 24px; border-left: 3px solid #bac8ad; font-size: .9rem; color: #57684e; }
.login-layout { max-width: 460px; padding: 35px 0; }
.delete-layout { max-width: 650px; padding-top: 25px; }
.back-link { font-size: .85rem; }
.panel-footer { display: flex; justify-content: space-between; gap: 15px; flex-wrap: wrap; padding-top: 24px; padding-bottom: 30px; color: var(--muted); font-size: .75rem; }
.skip-link { background: white; padding: 12px; }
.module-links { font-size: .87rem; }
.module-links a { text-decoration: none; }
.module-links a:hover { text-decoration: underline; }
.record-cell { max-width: 340px; min-width: 90px; overflow-wrap: anywhere; }
.management-table th:last-child, .management-table td:last-child { position: sticky; right: 0; background: #fff; box-shadow: -5px 0 8px #20382e08; z-index: 1; }
.management-table td:last-child { min-width: 176px; }
.readonly-value { overflow-wrap: anywhere; white-space: pre-wrap; }
.filter-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 12px 16px; margin-bottom: 16px; background: #fff; border: 1px solid #e0e7e1; border-radius: 10px; }
.filter-toolbar h2 { font-size: .8rem; font-weight: 650; margin: 0 6px 0 0; }
.filter-group { position: relative; min-width: 0; max-width: 100%; }
.filter-group summary { display: flex; align-items: center; gap: 8px; list-style: none; cursor: pointer; padding: 7px 10px; border: 1px solid #dce5df; border-radius: 6px; font-size: .75rem; }
.filter-group summary::-webkit-details-marker { display: none; }
.filter-group summary::after { content: ''; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); margin: -3px 2px 0 4px; flex-shrink: 0; }
.filter-group[open] summary { background: #edf3eb; border-color: #9ab49f; }
.filter-group[open] summary::after { transform: rotate(225deg); margin-top: 3px; }
.filter-value { color: var(--forest); font-weight: 600; max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.filter-options { position: absolute; top: calc(100% + 5px); left: 0; z-index: 20; width: max-content; min-width: 100%; max-width: min(320px, calc(100vw - 66px)); max-height: 240px; overflow: auto; padding: 6px; background: #fff; border: 1px solid #dce5df; border-radius: 8px; box-shadow: 0 8px 24px #173b2420; }
.filter-options a { display: block; padding: 8px 10px; font-size: .78rem; border-radius: 4px; text-decoration: none; overflow-wrap: anywhere; }
.filter-options a:hover, .filter-options a.selected { background: #edf3eb; }
.filter-options a.selected { font-weight: 650; }
.filter-clear { margin-left: auto; padding: 7px 0; font-size: .75rem; white-space: nowrap; }
.inline-record { background: #fafbf8; }
@media (max-width: 767px) { .page-heading { align-items: flex-start; flex-direction: column; } .brand-caption { display: none; } .table { min-width: 650px; } .welcome { padding-top: 8px; } .panel-header { min-height: 70px; } }
/* Enterprise workspace */
:root { --forest: #22634d; --ink: #223b34; --muted: #708078; --paper: #f4f7f6; --sidebar-width: 264px; }
body { font-size: .92rem; }
.dashboard-layout .workspace { margin-left: var(--sidebar-width); }
.workspace { min-height: 100vh; display: flex; flex-direction: column; min-width: 0; }
.workspace-header { min-height: 78px; padding: 16px 36px; background: #fff; border-bottom: 1px solid #e2e9e5; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.workspace-content { padding: 32px 36px 40px; flex: 1; width: 100%; max-width: 1760px; margin: 0 auto; min-width: 0; }
.header-location { font-size: .8rem; color: #809087; }
.header-location > span { margin: 0 14px; color: #c4cec9; }
.header-location strong { color: #53685e; font-weight: 500; }
.header-account { display: flex; align-items: center; gap: 10px; }
.user-avatar { width: 34px; height: 34px; background: #eaf1e7; border: 1px solid #dde7d8; display: grid; place-items: center; border-radius: 50%; font-size: .8rem; font-weight: 650; }
.account-menu { position: relative; font-size: .8rem; }
.account-menu summary { cursor: pointer; list-style: none; max-width: 180px; overflow-wrap: anywhere; }
.account-menu summary > span { margin-left: 12px; }
.account-options { position: absolute; right: 0; top: 34px; min-width: 200px; padding: 8px; background: #fff; border: 1px solid #dfe6e1; box-shadow: 0 8px 28px #173b241a; border-radius: 10px; z-index: 10; }
.account-options a, .account-options button { display: block; padding: 10px; color: var(--ink); text-decoration: none; width: 100%; text-align: left; background: none; border: none; border-radius: 5px; }
.account-options a:hover, .account-options button:hover { background: #f0f5f1; }
.sidebar { --bs-offcanvas-width: var(--sidebar-width); background: #183e33 !important; color: #d3dfd6; width: var(--sidebar-width); display: flex; flex-direction: column; }
.sidebar-brand { padding: 28px 23px 32px; display: flex; justify-content: space-between; align-items: center; }
.sidebar-toggle { display: flex; align-items: center; gap: 11px; margin: -12px 14px 18px; padding: 9px 13px; border: 1px solid #527260; border-radius: 7px; background: transparent; color: #d3dfd6; font: inherit; font-size: .75rem; }
.sidebar-toggle[hidden] { display: none; }
.sidebar-toggle:hover { background: #2b5042; color: #fff; }
.sidebar-toggle svg, .nav-icon { width: 20px; height: 20px; flex-shrink: 0; }
.sidebar-brand, .sidebar-bottom, .sidebar-toggle { flex-shrink: 0; }
.sidebar .navbar-brand { color: #fff; gap: 12px; font-size: 1.7rem; }
.brand-mark { background: #d9efb1; color: #234336; width: 40px; height: 43px; border-radius: 12px 12px 12px 3px; font-size: 1.9rem; letter-spacing: -3px; padding-right: 5px; font-weight: 750; }
.sidebar .brand-caption { display: block; color: #a0b9aa; font-size: .52rem; letter-spacing: 1.6px; margin: 2px 0 0; }
.sidebar-nav { flex: 1; overflow-y: auto; padding: 0 14px 24px; scrollbar-width: thin; scrollbar-color: #537366 transparent; }
.nav-section-label { font-size: .56rem; letter-spacing: 1.6px; font-weight: 600; color: #a3b9ac; padding: 0 13px; margin-bottom: 12px; }
.sidebar-link { display: flex; align-items: center; gap: 11px; padding: 12px 13px; color: #d1dfd6; text-decoration: none; font-size: .8rem; border-radius: 7px; margin-bottom: 5px; }
.sidebar-link > span:first-child { font-size: 1.15rem; line-height: 1; }
.sidebar-link.active { color: #e7f7d3; background: #355846; }
.sidebar-link:hover { color: #fff; background: #2b5042; }
.nav-count { margin-left: auto; font-size: .63rem; padding: 2px 6px; background: #496652; border-radius: 4px; }
.nav-module summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 10px; padding: 12px 13px; font-size: .78rem; border-radius: 6px; }
.nav-module summary:hover, .nav-module[open] summary { background: #24493b; color: #eff5ee; }
.nav-module.active > summary { background: #355846; color: #e7f7d3; }
.nav-chevron { margin-left: auto; font-size: 1.1rem; line-height: 1; }
.nav-module[open] .nav-chevron { transform: rotate(90deg); }
.nav-models { margin: 4px 9px 8px 29px; border-left: 1px solid #527260; }
.nav-models a { display: block; color: #bed0c3; text-decoration: none; padding: 8px 12px; font-size: .74rem; line-height: 1.45; border-radius: 0 5px 5px 0; }
.nav-models a.active, .nav-models a:hover { background: #335747; color: #e5f5c8; }
.sidebar-bottom { border-top: 1px solid #365848; padding: 21px 24px; display: flex; gap: 11px; align-items: center; font-size: .75rem; }
.sidebar-bottom strong, .sidebar-bottom span { display: block; }
.sidebar-bottom div > span { font-size: .63rem; color: #adc1b4; margin-top: 3px; }
.sidebar-bottom a { margin-left: auto; color: #d9e5d9; font-size: 1.25rem; text-decoration: none; }
.workspace-dot, .activity-dot { width: 7px; height: 7px; background: #bfdb96; border-radius: 50%; flex-shrink: 0; }
.page-heading h1 { font-size: clamp(1.65rem, 2.5vw, 2.1rem); letter-spacing: -.8px; margin-bottom: 9px; }
.page-heading .eyebrow { font-size: .6rem; letter-spacing: 1.7px; margin-bottom: 9px; }
.page-heading p.text-secondary { font-size: .85rem; }
.date-chip { padding: 9px 14px; border: 1px solid #dce5df; border-radius: 7px; background: #fff; font-size: .75rem; color: #62766a; white-space: nowrap; }
.dashboard-banner { position: relative; overflow: hidden; background: #e5eddf; border: 1px solid #d7e4d0; border-radius: 13px; padding: 29px 32px; margin-bottom: 24px; min-height: 265px; }
.banner-label { display: block; color: #5b7753; font-size: .57rem; letter-spacing: 1.8px; font-weight: 650; margin-bottom: 13px; }
.dashboard-banner h2 { font-size: clamp(1.7rem, 2.5vw, 2.45rem); letter-spacing: -1px; line-height: 1.13; font-weight: 600; color: #274936; }
.dashboard-banner p { color: #60765b; font-size: .8rem; line-height: 1.65; margin: 12px 0 17px; }
.dashboard-banner .btn { font-size: .74rem; padding: 9px 14px; background: #fff; color: #375838; border-color: #d7e2ce; }
.dashboard-banner .btn span { margin-left: 17px; }
.banner-orbit { position: absolute; width: 285px; height: 285px; border: 1px solid #c5d7b4; border-radius: 50%; right: 8%; top: -3px; display: grid; place-items: center; box-shadow: 0 0 0 26px #d7e4cd70, 0 0 0 53px #d7e4cd45; transform: rotate(-15deg); }
.orbit-inner { width: 200px; height: 200px; border: 1px solid #bfd1ae; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #d6e3c9; }
.orbit-inner > span { color: #587f45; font-size: 7.5rem; font-weight: 700; letter-spacing: -16px; line-height: 1; margin-right: 16px; }
.orbit-inner small { color: #5c794f; letter-spacing: 4px; font-size: .5rem; margin-top: 10px; }
.banner-total { position: absolute; right: 29px; bottom: 20px; display: flex; align-items: center; gap: 10px; background: #f4f8efec; border: 1px solid #d1dfc6; padding: 9px 16px; border-radius: 8px; }
.banner-total strong { font-size: 1.4rem; font-weight: 600; }
.banner-total span { font-size: .63rem; max-width: 80px; color: #6c7c60; }
.metrics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 18px; margin-bottom: 34px; }
.metric-card { padding: 19px 21px; text-decoration: none; color: var(--ink); }
.metric-heading { display: flex; align-items: center; justify-content: space-between; gap: 6px; color: #667a6d; font-size: .78rem; }
.metric-icon { background: #f0f5ed; border-radius: 7px; width: 29px; height: 29px; display: grid; place-items: center; color: #52754d; font-size: 1.1rem; }
.metric-card > strong { font-size: 2rem; font-weight: 600; letter-spacing: -1px; line-height: 1.25; margin: 5px 0 9px; }
.metric-description { display: flex; justify-content: space-between; gap: 6px; color: #738276; font-size: .66rem; }
.metric-card:hover, .shortcut-card:hover { border-color: #a8c4a4; box-shadow: 0 4px 14px #28533809; }
.dashboard-columns { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 26px; align-items: start; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.section-heading h2 { font-size: 1rem; font-weight: 650; letter-spacing: -.2px; margin-bottom: 0; }
.section-heading p { font-size: .72rem; color: #738477; margin: 6px 0 0; }
.section-heading > a { font-size: .7rem; white-space: nowrap; text-decoration: none; }
.module-shortcuts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.shortcut-card { padding: 17px; display: flex; flex-direction: row; align-items: flex-start; gap: 12px; color: var(--ink); text-decoration: none; }
.shortcut-icon { width: 32px; height: 32px; border-radius: 8px; background: #edf2e8; color: #648451; display: grid; place-items: center; flex-shrink: 0; font-size: .65rem; font-weight: 600; }
.shortcut-card h3 { font-size: .8rem; font-weight: 600; margin: 2px 0 7px; }
.shortcut-card p { font-size: .67rem; line-height: 1.6; color: #788579; margin: 0; }
.shortcut-arrow { margin-left: auto; color: #789075; font-size: .8rem; }
.activity-card { padding: 22px; }
.activity-card .section-heading { margin-bottom: 8px; }
.activity-card > p { font-size: .69rem; }
.activity-list { list-style: none; padding: 0; margin: 17px 0 0; }
.activity-list li:not(.activity-empty) { position: relative; display: flex; gap: 12px; padding-bottom: 24px; }
.activity-marker { width: 9px; height: 9px; border-radius: 50%; background: #83a36e; margin-top: 4px; flex-shrink: 0; }
.activity-type { display: block; color: #7b877b; font-size: .6rem; margin-bottom: 5px; }
.activity-list a { display: block; font-size: .75rem; text-decoration: none; overflow-wrap: anywhere; }
.activity-list time { display: block; color: #7b877b; font-size: .62rem; margin-top: 6px; }
.activity-empty { text-align: center; padding: 22px 0 12px; }
.activity-empty > span { display: block; font-size: 2rem; color: #809a76; margin-bottom: 12px; }
.activity-empty strong { font-size: .79rem; font-weight: 550; }
.activity-empty p { font-size: .72rem; color: #7b877b; line-height: 1.7; margin: 9px 0; }
.workflow-note { padding: 24px; margin-top: 18px; border: 1px dashed #c9d8c5; border-radius: 10px; background: #eef3e9; }
.workflow-note .eyebrow { font-size: .55rem; }
.workflow-note h3 { font-size: .94rem; margin: 13px 0 10px; }
.workflow-note p { font-size: .73rem; color: #728068; line-height: 1.8; }
.workflow-note a { font-size: .72rem; text-decoration: none; }
.module-card { scroll-margin-top: 20px; }
.module-card:target { outline: 2px solid #739b64; outline-offset: 4px; }
.module-search { max-width: 580px; }
.panel-footer { padding: 20px 36px; margin: 0; border-top: 1px solid #e3e9e2; font-size: .65rem; }
.card { border-color: #e0e7e1; border-radius: 10px; }
.table tbody tr:hover td { background-color: #f7faf5; }
.management-table td:last-child { min-width: 172px; }
.table > :not(caption) > * > * { padding: 15px 17px; }
.table thead th { background: #f6f8f5; font-size: .64rem; }
.table tbody { font-size: .8rem; }
.record-cell { min-width: 110px; }
.record-key { min-width: 56px; }
.table-actions .btn { white-space: nowrap; }
.batch-toolbar { display: flex; align-items: center; gap: 14px; padding: 12px 20px; background: #fafcf9; }
.batch-toolbar .form-select { max-width: 330px; font-size: .78rem; }
.selection-count { margin-left: auto; color: #71816f; font-size: .72rem; white-space: nowrap; }
.record-fieldset { border: 0; padding: 0; min-width: 0; margin-bottom: 22px; }
.record-fieldset legend { float: none; font-size: 1rem; font-weight: 600; border-bottom: 1px solid #e5ebe1; padding-bottom: 13px; margin-bottom: 20px; }
.fields-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.field-wide { grid-column: 1 / -1; }
.form-control, .form-select { font-size: .85rem; border-color: #d6e0d8; padding: .6rem .75rem; }
.form-actions { position: sticky; bottom: 0; background: #f4f7f6f5; padding: 16px 0; border-top: 1px solid #dce6dc; z-index: 2; }
.auth-layout .workspace-content { max-width: 600px; }
.auth-layout .login-layout { padding-top: 50px; }
.skip-link:focus { position: fixed; top: 5px; left: 5px; z-index: 2000; }
:focus-visible { outline: 2px solid #7d9e5e; outline-offset: 3px; }
@media (min-width: 992px) { .sidebar { position: fixed; inset: 0 auto 0 0; height: 100vh; z-index: 1030; } }
@media (min-width: 992px) {
  .sidebar { overflow-x: hidden; transition: width 220ms ease-in-out; }
  .dashboard-layout .workspace { transition: margin-left 220ms ease-in-out; }
  .sidebar-brand, .sidebar-nav, .sidebar-bottom, .sidebar-link, .nav-module summary { transition: padding 220ms ease-in-out; }
  .sidebar-toggle { transition: margin 220ms ease-in-out, padding 220ms ease-in-out, background-color 150ms ease; }
  .sidebar .navbar-brand, .nav-label, .sidebar-toggle-label { white-space: nowrap; }
  .sidebar-collapsed { --sidebar-width: 76px; }
  .sidebar-collapsed .sidebar-brand { padding: 24px 18px; }
  .sidebar-collapsed .navbar-brand { margin: 0; }
  .sidebar-collapsed #navigation-title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .sidebar-collapsed .nav-label, .sidebar-collapsed .nav-count, .sidebar-collapsed .nav-chevron, .sidebar-collapsed .nav-section-label, .sidebar-collapsed .nav-models, .sidebar-collapsed .sidebar-bottom > div, .sidebar-collapsed .workspace-dot, .sidebar-collapsed .sidebar-toggle-label { display: none; }
  .sidebar-collapsed .sidebar-toggle { justify-content: center; margin: 0 14px 18px; padding: 10px; }
  .sidebar-collapsed .sidebar-nav { padding: 0 12px 18px; }
  .sidebar-collapsed .sidebar-link, .sidebar-collapsed .nav-module summary { justify-content: center; padding: 12px; min-height: 44px; }
  .sidebar-collapsed .nav-module { margin-bottom: 5px; }
  .sidebar-collapsed .nav-module:first-of-type { margin-top: 18px; }
  .sidebar-collapsed .sidebar-bottom { padding: 18px; justify-content: center; }
  .sidebar-collapsed .sidebar-bottom a { margin: 0; }
}
@media (max-width: 575px) {
  .filter-toolbar { padding: 10px; gap: 8px; }
  .filter-toolbar h2 { width: 100%; }
  .filter-group { flex: 1 1 100%; }
  .filter-value { margin-left: auto; }
  .filter-options { width: 100%; max-width: 100%; }
}
@media (max-width: 1250px) { .dashboard-columns { grid-template-columns: minmax(0, 1fr) 270px; gap: 18px; } .module-shortcuts { grid-template-columns: 1fr; } .banner-orbit { right: 4%; width: 245px; height: 245px; top: 17px; } .orbit-inner { width: 180px; height: 180px; } }
@media (max-width: 991px) { .dashboard-layout .workspace { margin-left: 0; } .workspace-content { padding: 25px; } .workspace-header { padding: 14px 25px; } .sidebar { height: 100dvh; } .dashboard-columns { grid-template-columns: minmax(0, 1fr) 280px; } }
@media (max-width: 767px) { .workspace-content { padding: 22px 16px; } .workspace-header { min-height: 68px; padding: 12px 16px; } .header-location { font-size: .7rem; } .header-location > span { margin: 0 7px; } .header-location strong { display: none; } .page-heading { gap: 12px; } .date-chip { display: none; } .dashboard-banner { padding: 25px; min-height: 280px; } .dashboard-banner > div:first-child { position: relative; z-index: 1; max-width: 76%; } .banner-orbit { right: -130px; opacity: .45; top: 20px; } .banner-total { right: 15px; bottom: 17px; padding: 6px 10px; } .banner-total strong { font-size: 1rem; } .banner-total span { font-size: .55rem; } .metrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 26px; } .metric-card { padding: 15px; } .metric-heading { font-size: .7rem; } .metric-description { font-size: .61rem; } .dashboard-columns { grid-template-columns: 1fr; } .module-shortcuts { grid-template-columns: 1fr; } .fields-grid { grid-template-columns: 1fr; } .batch-toolbar { flex-wrap: wrap; gap: 10px; } .batch-toolbar .form-select { flex: 1; min-width: 160px; } .selection-count { width: 100%; margin-left: 0; } .panel-footer { padding: 20px 16px; } .panel-footer span:last-child { display: none; } .management-table td:last-child { min-width: 152px; } .table-actions { gap: 5px; } .table-actions .btn { font-size: .71rem; padding: 6px 8px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; } }
