:root {
  --app-bg: #f5f6f2;
  --app-surface: #ffffff;
  --app-ink: #253b30;
  --app-muted: #5b6860;
  --app-green: #234f3d;
  --app-green-hover: #193e2e;
  --app-green-soft: #eaf1e9;
  --app-border: #dce3da;
  --app-input-border: #7c8e82;
  --app-danger: #9b302d;
  --app-warning: #75520d;
  --app-radius: 16px;
  --app-sidebar-width: 248px;
  --bs-body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --bs-body-color: var(--app-ink);
  --bs-body-bg: var(--app-bg);
  --bs-primary: var(--app-green);
  --bs-primary-rgb: 35, 79, 61;
  --bs-link-color: var(--app-green);
  --bs-link-hover-color: var(--app-green-hover);
  --bs-border-color: var(--app-border);
  --bs-secondary-color: var(--app-muted);
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 0; font-size: 16px; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
a, button, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a { text-underline-offset: .2em; }
button, a { touch-action: manipulation; }
img, svg { max-width: 100%; }
:focus-visible { outline: 3px solid #326fdf !important; outline-offset: 3px; box-shadow: none !important; }
[tabindex="-1"]:focus:not(:focus-visible) { outline: none; }
[hidden] { display: none !important; }
.icon { width: 22px; height: 22px; flex: none; }
.skip-link { position: fixed; z-index: 2000; top: -100px; left: 12px; padding: 12px 20px; color: #fff; background: var(--app-green); border-radius: 8px; }
.skip-link:focus { top: 12px; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { color: var(--app-ink); font-weight: 650; }
h1 { margin: 0; font-size: clamp(27px, 2.5vw, 36px); letter-spacing: -.035em; line-height: 1.2; }
h2 { font-size: 21px; letter-spacing: -.02em; }
h3 { font-size: 17px; letter-spacing: -.01em; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 10px 17px; border-radius: 10px; font-weight: 600; line-height: 1.3; white-space: normal; }
.btn .icon { width: 20px; height: 20px; }
.btn-primary { --bs-btn-color: #fff; --bs-btn-bg: var(--app-green); --bs-btn-border-color: var(--app-green); --bs-btn-hover-color: #fff; --bs-btn-hover-bg: var(--app-green-hover); --bs-btn-hover-border-color: var(--app-green-hover); --bs-btn-active-color: #fff; --bs-btn-active-bg: var(--app-green-hover); --bs-btn-active-border-color: var(--app-green-hover); --bs-btn-disabled-bg: #617369; --bs-btn-disabled-border-color: #617369; }
.btn-outline-secondary { --bs-btn-color: var(--app-ink); --bs-btn-border-color: var(--app-input-border); --bs-btn-hover-color: var(--app-ink); --bs-btn-hover-bg: var(--app-green-soft); --bs-btn-hover-border-color: var(--app-green); --bs-btn-active-color: var(--app-ink); --bs-btn-active-bg: var(--app-green-soft); --bs-btn-active-border-color: var(--app-green); }
.btn-danger { --bs-btn-bg: var(--app-danger); --bs-btn-border-color: var(--app-danger); }
.btn-close { min-width: 44px; min-height: 44px; padding: 10px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-height: 44px; color: var(--app-ink); text-decoration: none; flex: none; }
.brand:hover { color: var(--app-green); }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--app-green); color: #fff; flex: none; }
.brand-mark svg { width: 34px; height: 34px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.25; }
.brand-text strong { font-size: 21px; font-weight: 700; letter-spacing: -.6px; }
.brand-text > span { margin-top: 2px; font-size: 12px; color: var(--app-muted); letter-spacing: .06em; }
.app-sidebar { --bs-offcanvas-width: min(320px, 90vw); background: #fdfefa !important; border-right: 1px solid var(--app-border) !important; }
.app-sidebar .offcanvas-body { flex-direction: column; padding: 28px 18px 18px; height: 100%; }
.sidebar-brand { padding: 2px 10px 26px; }
.sidebar-context { padding: 20px 12px; border-top: 1px solid var(--app-border); }
.context-caption { display: block; margin-bottom: 5px; font-size: 11px; letter-spacing: .07em; color: var(--app-muted); text-transform: uppercase; }
.sidebar-context strong { display: block; font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.app-nav { display: flex; flex-direction: column; gap: 5px; }
.app-nav-link { display: flex; gap: 12px; align-items: center; min-height: 48px; padding: 11px 13px; color: var(--app-muted); text-decoration: none; border-radius: 10px; font-size: 14px; font-weight: 550; }
.app-nav-link:hover { color: var(--app-ink); background: #f0f3ed; }
.app-nav-link.active { color: var(--app-green); background: #e7eee4; font-weight: 650; }
.app-nav-link span { overflow-wrap: anywhere; }
.sidebar-account { display: grid; grid-template-columns: 36px minmax(0, 1fr) 44px; align-items: center; gap: 9px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--app-border); }
.account-avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--app-green); background: var(--app-green-soft); font-size: 14px; font-weight: 700; }
.account-description { min-width: 0; overflow-wrap: anywhere; }
.account-description strong { display: block; font-size: 13px; line-height: 1.4; }
.account-description span { display: block; margin-top: 3px; font-size: 11px; line-height: 1.45; color: var(--app-muted); }
.account-logout { width: 44px; padding: 10px; color: var(--app-muted); }
.account-logout:hover { background: var(--app-green-soft); color: var(--app-ink); }
.account-password-link { display: flex; align-items: center; grid-column: 1 / -1; min-height: 44px; padding: 7px 0; font-size: 12px; color: var(--app-muted); }
.mobile-header { display: none; }
.app-main { min-width: 0; max-width: 1840px; min-height: 100svh; padding: 0 40px; display: flex; flex-direction: column; }
.workspace-topline { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; align-items: center; padding: 25px 0; font-size: 13px; color: var(--app-muted); border-bottom: 1px solid var(--app-border); }
.topline-label { font-weight: 550; }
#main-content { min-width: 0; width: 100%; flex: 1; }
.page-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 24px; margin: 34px 0 28px; }
.page-heading > div { min-width: 0; flex: 1 1 300px; }
.page-heading p { margin: 10px 0 0; max-width: 800px; color: var(--app-muted); }
.page-heading > .btn { flex: none; }
.workspace-footer { margin-top: 42px; padding: 22px 0; display: flex; justify-content: space-between; gap: 10px; color: var(--app-muted); font-size: 12px; border-top: 1px solid var(--app-border); }
.eyebrow { display: block; margin-bottom: 17px; font-size: 12px; font-weight: 600; letter-spacing: .045em; color: var(--app-green); }
.welcome-panel { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px 32px; border: 1px solid #d5e1d0; border-radius: var(--app-radius); background: #edf2e8; }
.welcome-panel h2 { max-width: 650px; font-size: clamp(22px, 2vw, 29px); line-height: 1.3; }
.welcome-panel p { margin: 12px 0 0; max-width: 650px; font-size: 15px; color: var(--app-muted); }
.welcome-symbol { display: grid; place-items: center; width: 100px; height: 100px; color: #577d5e; border: 1px solid #ceddc9; border-radius: 28px; transform: rotate(5deg); flex: none; }
.welcome-symbol .icon { width: 46px; height: 46px; }
.dashboard-section { margin-top: 32px; }
.section-heading { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 20px; margin-bottom: 17px; }
.section-heading h2 { margin: 0; font-size: 19px; }
.section-caption { color: var(--app-muted); font-size: 13px; }
.action-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 16px; }
.action-card { display: flex; flex-direction: column; align-items: flex-start; position: relative; min-height: 185px; padding: 24px; gap: 20px; color: var(--app-ink); text-decoration: none; background: var(--app-surface); border: 1px solid var(--app-border); border-radius: var(--app-radius); }
.action-card:hover { color: var(--app-ink); border-color: #9db198; background: #fcfdf9; }
.action-card-icon, .access-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #dce6d7; background: #f0f5ec; color: var(--app-green); border-radius: 12px; flex: none; }
.action-card h3 { margin: 0 20px 7px 0; }
.action-card p { margin: 0; color: var(--app-muted); font-size: 14px; }
.action-card-arrow { position: absolute; top: 31px; right: 23px; color: var(--app-muted); }
.access-card { display: flex; align-items: flex-start; gap: 17px; padding: 24px 0; margin-top: 26px; }
.access-card h2 { margin: 1px 0 5px; font-size: 16px; }
.access-card p { color: var(--app-muted); font-size: 14px; margin: 0; }
.access-card .access-locations { margin-top: 8px; }
.surface-panel { background: var(--app-surface); border: 1px solid var(--app-border); border-radius: var(--app-radius); padding: 28px; min-width: 0; }
.empty-state { max-width: 540px; margin: 0 auto; padding: 28px 12px; text-align: center; }
.empty-state-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 18px; background: #f1f4ec; color: var(--app-muted); border-radius: 16px; }
.empty-state h2 { margin-bottom: 10px; font-size: 20px; }
.empty-state p { color: var(--app-muted); font-size: 15px; margin: 0; }
.empty-state .btn { margin-top: 20px; }
.task-list { padding: 0 24px; }
.task-row { display: flex; align-items: center; gap: 16px; padding: 20px 0; min-height: 80px; color: var(--app-ink); text-decoration: none; }
.task-row + .task-row { border-top: 1px solid var(--app-border); }
.task-row > div { flex: 1; min-width: 0; }
.task-row strong, .task-row span:not(.status-badge):not(.status-dot) { display: block; }
.task-row > div > span { color: var(--app-muted); font-size: 14px; margin-top: 5px; }
.task-row:hover strong { text-decoration: underline; text-underline-offset: 3px; }
.status-badge { display: inline-flex; align-items: center; gap: 7px; padding: 5px 10px; border: 1px solid #d7ddd5; border-radius: 7px; color: #536055; background: #f3f5f0; font-size: 12px; font-weight: 600; line-height: 1.4; }
.status-dot { display: inline-block; width: 5px; height: 5px; background: currentColor; border-radius: 50%; flex: none; }
.status-badge .icon { width: 15px; height: 15px; }
.status-success { background: #eaf3e9; border-color: #cfe0ca; color: #285f35; }
.status-warning { background: #fbf3e3; border-color: #ead7aa; color: var(--app-warning); }
.status-danger { background: #fbefec; border-color: #eaccc4; color: var(--app-danger); }
.status-info { background: #edf2fa; border-color: #d2deee; color: #365886; }
.notice { display: flex; align-items: flex-start; gap: 12px; padding: 15px 18px; margin: 18px 0; border: 1px solid #d2deee; border-radius: 11px; background: #edf2fa; color: #365886; overflow-wrap: anywhere; }
.notice .icon { margin-top: 2px; width: 20px; height: 20px; }
.notice-danger { background: #fcf1ed; border-color: #d6b2aa; color: var(--app-danger); }
.notice-success { background: #edf5e9; border-color: #c6daba; color: #285f35; }
.notice-warning, .connection-notice { background: #fbf3e3; border-color: #d5bd83; color: var(--app-warning); }
.notice ul { margin: 8px 0 0; padding-left: 20px; }
.notice li + li { margin-top: 4px; }
.notice a { color: inherit; }
.connection-notice { border: 1px solid #d5bd83; border-radius: 10px; padding: 14px 18px; margin-top: 18px; }
.content-narrow { max-width: 780px; }
.back-link { display: inline-flex; gap: 8px; align-items: center; min-height: 44px; margin: -8px 0 14px; font-size: 14px; font-weight: 550; }
.back-link .icon { width: 18px; height: 18px; }
.form-required-note { font-size: 13px; margin-bottom: 24px; color: var(--app-muted); }
.form-field { margin-bottom: 22px; }
.form-label { margin-bottom: 8px; font-size: 14px; font-weight: 600; line-height: 1.5; }
.required-marker { color: var(--app-danger); }
.field-unit { color: var(--app-muted); }
.field-control input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]), .field-control select, .field-control textarea { display: block; width: 100%; min-height: 46px; padding: 10px 12px; color: var(--app-ink); background-color: #fff; border: 1px solid var(--app-input-border); border-radius: 9px; line-height: 1.4; }
.field-control select { padding-right: 32px; }
.field-control textarea { min-height: 120px; resize: vertical; }
.field-control input:disabled, .field-control select:disabled, .field-control textarea:disabled { background: #edf0ea; color: var(--app-muted); cursor: not-allowed; }
.field-control input[readonly], .field-control textarea[readonly] { background: #f4f6f1; }
.field-control input::placeholder, .field-control textarea::placeholder { color: #647268; opacity: 1; }
.form-hint { margin-top: 7px; font-size: 13px; color: var(--app-muted); }
.form-hint ul { padding-left: 18px; margin: 6px 0 0; }
.field-errors { color: var(--app-danger); font-size: 14px; list-style: none; padding: 0; margin: 7px 0 0; }
.has-error .field-control input, .has-error .field-control select, .has-error .field-control textarea { border-color: var(--app-danger); border-width: 2px; }
.checkbox-row { display: flex; align-items: flex-start; gap: 10px; min-height: 44px; }
.checkbox-row input { margin: 12px 0 0; width: 20px; height: 20px; accent-color: var(--app-green); flex: none; }
.checkbox-row label { display: flex; align-items: center; min-height: 44px; flex: 1; cursor: pointer; font-size: 15px; }
.form-state { min-height: 22px; margin: 10px 0 16px; color: var(--app-muted); font-size: 13px; }
.form-state.is-error { color: var(--app-danger); }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 22px; margin-top: 6px; border-top: 1px solid var(--app-border); }
.form-actions .btn-danger { margin-left: auto; }
.draft-restore { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.draft-restore p { flex-basis: 100%; margin: 0; }
.list-panel { padding: 0; overflow: clip; }
.table-scroll { max-width: 100%; overflow: auto; }
.data-table { --bs-table-color: var(--app-ink); width: 100%; margin: 0; font-size: 14px; }
.data-table th { background: #f4f6f0; color: var(--app-muted); padding: 14px 20px; font-size: 12px; font-weight: 600; }
.data-table td { padding: 15px 20px; vertical-align: middle; overflow-wrap: anywhere; }
.data-table th, .data-table td { border-bottom: 1px solid var(--app-border); }
.data-table tr:last-child td { border-bottom: 0; }
.data-table .cell-primary { font-weight: 600; }
.data-table .cell-secondary { display: block; margin-top: 4px; color: var(--app-muted); font-size: 13px; }
.data-table .cell-number { font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
.data-table .cell-action a { display: inline-flex; min-height: 44px; align-items: center; }
.filter-bar { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.filter-bar .form-field { margin: 0; min-width: 160px; flex: 1; }
.filter-bar .search-field { flex: 2; }
.list-summary { padding: 18px 24px; color: var(--app-muted); font-size: 14px; border-bottom: 1px solid var(--app-border); }
.pagination-bar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 24px; border-top: 1px solid var(--app-border); font-size: 13px; }
.pagination-buttons { display: flex; align-items: center; gap: 12px; }
.pagination-buttons .btn { padding: 10px 12px; font-size: 13px; }
.pagination-current { white-space: nowrap; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 320px); gap: 24px; align-items: start; }
.detail-aside:empty { display: none; }
.detail-layout:has(.detail-aside:empty) { grid-template-columns: minmax(0, 1fr); }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.detail-grid dt { color: var(--app-muted); font-size: 13px; font-weight: 500; }
.detail-grid dd { margin: 5px 0 0; overflow-wrap: anywhere; }
.login-layout { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr); }
.login-story { display: flex; flex-direction: column; padding: 40px clamp(32px, 5.5vw, 96px); background: #234f3d; color: #fff; }
.login-story .brand, .login-story .brand:hover, .login-story .brand-text > span { color: #fff; }
.login-story .brand-mark { background: #e8eedf; color: var(--app-green); }
.login-story-content { margin: auto 0; padding: 72px 0; }
.login-story .eyebrow { color: #d5e6ca; margin-bottom: 25px; font-size: 13px; }
.login-story h1 { color: #fff; font-size: clamp(34px, 3.4vw, 54px); letter-spacing: -.04em; line-height: 1.16; max-width: 550px; }
.login-story-content > p { margin: 25px 0 0; color: #dfebda; font-size: 18px; line-height: 1.7; }
.delivery-path { display: flex; gap: 14px; align-items: flex-start; max-width: 355px; margin-top: 62px; }
.delivery-path > div { display: flex; align-items: center; flex-direction: column; gap: 10px; font-size: 12px; color: #e4efdf; flex: none; }
.delivery-path-icon { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid #72917c; border-radius: 14px; }
.delivery-path-line { flex: 1; height: 1px; background: #72917c; margin-top: 25px; }
.login-story-footer { color: #dfebda; font-size: 12px; margin: 0; }
.login-main { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; padding: 52px clamp(24px, 5vw, 88px) 28px; background: #f9faf6; }
.login-card { width: 100%; max-width: 420px; margin: auto 0; padding: 52px 0; }
.login-lock { display: grid; place-items: center; width: 48px; height: 48px; background: var(--app-green-soft); color: var(--app-green); border: 1px solid #d7e3d0; border-radius: 14px; margin-bottom: 26px; }
.login-card h2 { margin: 0; max-width: 380px; font-size: 28px; letter-spacing: -.035em; line-height: 1.25; }
.login-description { margin: 15px 0 30px; color: var(--app-muted); font-size: 15px; }
.login-submit { width: 100%; margin-top: 5px; min-height: 48px; }
.login-submit .icon { margin-left: auto; }
.login-submit { padding-left: 22px; padding-right: 20px; }
.login-help { padding-top: 23px; margin-top: 12px; border-top: 1px solid var(--app-border); color: var(--app-muted); font-size: 13px; line-height: 1.7; }
.login-footer { max-width: 400px; color: var(--app-muted); font-size: 11px; text-align: center; margin-bottom: 0; }
.login-mobile-brand { display: none; }
.error-page { width: min(100%, 600px); margin: 12vh auto; text-align: center; padding: 30px 24px; }
.error-page .brand { margin-bottom: 48px; }
.error-code { font-size: 14px; font-weight: 650; color: var(--app-muted); margin-bottom: 15px; }
.error-page p { color: var(--app-muted); margin: 20px 0 26px; }
.component-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.component-grid > .surface-panel { margin-bottom: 0; }
.component-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 18px 0; }
.component-caption { color: var(--app-muted); font-size: 14px; }
@media (min-width: 992px) {
  .workspace { padding-left: var(--app-sidebar-width); }
  .app-sidebar { position: fixed; top: 0; left: 0; bottom: 0; width: var(--app-sidebar-width); z-index: 100; }
  .app-sidebar .offcanvas-body { display: flex; overflow-y: auto; }
  .sidebar-heading { display: none; }
}
@media (max-width: 1199px) {
  .app-main { padding: 0 28px; }
  .detail-layout { grid-template-columns: minmax(0, 1fr); }
  .login-story { padding-left: 36px; padding-right: 36px; }
}
@media (max-width: 991.98px) {
  .mobile-header { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 16px 28px; background: #fdfefa; border-bottom: 1px solid var(--app-border); }
  .menu-toggle { font-size: 14px; padding: 10px 13px; }
  .app-sidebar .offcanvas-body { padding-top: 0; display: flex; }
  .sidebar-brand { display: none; }
  .sidebar-context { border-top: 0; padding-top: 10px; }
  .sidebar-heading { font-weight: 650; }
  .sidebar-account { margin-top: auto; }
  .app-nav-link { font-size: 16px; min-height: 48px; }
  .app-main { min-height: calc(100svh - 78px); }
  .workspace-topline { padding: 17px 0; }
  .page-heading { margin: 28px 0 24px; }
  .login-layout { grid-template-columns: minmax(0, .9fr) minmax(380px, 1fr); }
  .login-story { padding: 32px 28px; }
  .login-story h1 { font-size: 34px; }
  .login-story-content > p { font-size: 16px; }
  .login-main { padding: 32px 30px; }
  .login-card h2 { font-size: 25px; }
  .component-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 767.98px) {
  .login-layout { display: block; }
  .login-story { display: none; }
  .login-main { min-height: 100svh; padding: 28px 24px 22px; align-items: flex-start; }
  .login-mobile-brand { display: block; }
  .login-card { margin: auto; padding: 40px 0; max-width: 420px; }
  .login-lock { margin-bottom: 20px; }
  .login-card h2 { max-width: 320px; font-size: 27px; }
  .login-footer { align-self: center; }
  .page-heading { flex-direction: column; gap: 18px; }
  .page-heading > div { flex-basis: auto; }
  .page-heading > .btn { align-self: flex-start; }
  .welcome-panel { padding: 25px; }
  .welcome-symbol { display: none; }
  .data-table.responsive-table, .responsive-table tbody, .responsive-table tr, .responsive-table td { display: block; }
  .responsive-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .responsive-table tr { padding: 18px 20px; }
  .responsive-table tr + tr { border-top: 1px solid var(--app-border); }
  .responsive-table td { border: 0; padding: 6px 0; font-size: 16px; }
  .responsive-table td[data-label]::before { content: attr(data-label); display: block; color: var(--app-muted); font-size: 12px; margin-bottom: 2px; font-weight: 500; }
  .responsive-table .cell-number { text-align: left; }
  .responsive-table .cell-action { margin-top: 8px; }
  .task-row { flex-wrap: wrap; }
  .task-row > div { flex-basis: calc(100% - 42px); }
  .task-row > .icon { display: none; }
  .detail-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
}
@media (max-width: 575.98px) {
  .app-main { padding: 0 18px; }
  .mobile-header { padding: 14px 18px; }
  .brand-text strong { font-size: 19px; }
  .brand-mark { width: 39px; height: 39px; }
  .workspace-topline { font-size: 12px; }
  .page-heading p { font-size: 15px; }
  .welcome-panel { padding: 23px 21px; }
  .welcome-panel h2 { font-size: 23px; }
  .surface-panel { padding: 22px 18px; border-radius: 13px; }
  .list-panel { padding: 0; }
  .empty-state { padding: 20px 0; }
  .empty-state p, .form-label { font-size: 16px; }
  .action-grid { gap: 12px; }
  .action-card { min-height: auto; flex-direction: row; gap: 15px; padding: 21px 19px; }
  .action-card h3 { margin-right: 0; }
  .action-card-arrow { display: none; }
  .action-card p { font-size: 15px; }
  .dashboard-section { margin-top: 26px; }
  .section-heading { gap: 6px; }
  .section-heading h2 { font-size: 18px; }
  .section-caption { font-size: 12px; }
  .form-actions { align-items: stretch; }
  .form-actions .btn-primary { flex: 1 1 100%; }
  .form-actions .btn-danger { margin-left: 0; }
  .task-list { padding: 0 20px; }
  .pagination-bar { padding: 18px; gap: 12px; }
  .pagination-buttons { gap: 9px; flex-wrap: wrap; }
  .filter-bar .form-field { flex-basis: 100%; min-width: 0; }
  .login-main { padding-left: 22px; padding-right: 22px; }
  .access-card p { font-size: 15px; }
  .workspace-footer { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@media print {
  body.workspace { padding-left: 0; background: #fff; }
  .app-sidebar, .mobile-header, .workspace-topline, .workspace-footer, .skip-link, .page-heading > .btn, .form-actions, .filter-bar, .pagination-bar { display: none !important; }
  .app-main { display: block; padding: 0; max-width: none; min-height: 0; }
  .page-heading { margin-top: 0; }
  .surface-panel { border-radius: 0; }
  .table-scroll { overflow: visible; }
  .status-badge { color: #000 !important; border: 1px solid #888; background: #fff !important; }
}
