:root{--bg: #f3f5f9;--bg-soft: #fafbfd;--surface: rgba(255, 255, 255, .98);--surface-strong: #ffffff;--surface-muted: #f7f8fb;--surface-tint: #f4f7ff;--card: rgba(255, 255, 255, .98);--text: #1e293b;--text-strong: #0f172a;--muted: #6b7280;--muted-strong: #475569;--line: rgba(148, 163, 184, .22);--line-strong: rgba(148, 163, 184, .34);--line-soft: rgba(226, 232, 240, .9);--brand: #3e7bfa;--brand-strong: #2459d1;--brand-soft: #eef4ff;--brand-glow: rgba(62, 123, 250, .12);--mint: #37b28d;--mint-soft: #edf9f5;--amber: #d79a30;--amber-soft: #fff7e8;--blue: #7aa4ff;--blue-soft: #eff4ff;--lavender: #8f8ae7;--lavender-soft: #f2f1ff;--err: #d25a4c;--err-soft: #fff2f0;--shadow-sm: 0 8px 20px rgba(15, 23, 42, .05);--shadow-md: 0 18px 40px rgba(15, 23, 42, .07);--shadow-lg: 0 24px 60px rgba(15, 23, 42, .08);--radius-xs: 10px;--radius-sm: 14px;--radius-md: 18px;--radius-lg: 22px;--radius-xl: 26px;--sidebar-width: 272px;--shell-gap: 18px;--shell-padding: 16px;--content-max: 1680px;--control-h: 44px}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--text);background:radial-gradient(circle at top left,rgba(255,255,255,.95),transparent 28%),linear-gradient(180deg,#f8f9fc,#eef2f7);font:14px/1.55 Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea,button{border:0}a{color:inherit;text-decoration:none}code{padding:.15rem .35rem;border-radius:10px;background:#1f26300f;font-size:.92em}.eyebrow,.workspace-eyebrow,.table-card-label,.nav-group-label{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow,.workspace-eyebrow{color:var(--brand-strong)}.loading-screen,.auth-layout{min-height:100vh;display:grid;place-items:center;padding:24px}.loading-card,.auth-card{width:min(100%,560px);padding:32px;border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(180deg,#fffffffa,#f9f8f6f2);box-shadow:var(--shadow-lg)}.loading-card h2,.page-header h2,.workspace-header-copy h1{margin:0;color:var(--text-strong)}.loading-card p,.page-header p,.workspace-header-copy p,.surface-copy,.table-secondary,.compact-list-item span,.data-list span,.search-results-empty{color:var(--muted)}.auth-shell{width:min(100%,640px)}.page-header.compact{margin-bottom:20px}.page-header.compact h2{margin-top:8px;font-size:clamp(28px,4vw,38px)}.form-stack{display:flex;flex-direction:column;gap:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-grid.single{grid-template-columns:minmax(0,1fr)}.form-field{display:flex;flex-direction:column;gap:8px}.form-field>span{font-size:12px;font-weight:700;color:var(--muted-strong)}.form-field input,.form-field select,.form-field textarea,.table-toolbar select,.table-toolbar input[type=date],.table-filters-row select,.table-filters-row input[type=date],.selection-toolbar select,.selection-toolbar input[type=date],.table-search input,.global-search-box input{width:100%;min-height:var(--control-h);padding:0 14px;border:1px solid var(--line);border-radius:14px;background:var(--surface-strong);color:var(--text);outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.form-field textarea{min-height:124px;padding:14px 16px;resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus,.table-toolbar select:focus,.table-toolbar input[type=date]:focus,.table-filters-row select:focus,.table-filters-row input[type=date]:focus,.selection-toolbar select:focus,.selection-toolbar input[type=date]:focus,.table-search input:focus,.global-search-box input:focus{border-color:#3e7bfa6b;box-shadow:0 0 0 3px var(--brand-glow);background:var(--surface-strong)}.form-field select,.table-toolbar select,.table-filters-row select,.selection-toolbar select{appearance:none;cursor:pointer;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='%23596a83' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'%3E%3Cpath d='M3.25 5.25 7 9l3.75-3.75'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 12px}.table-toolbar select,.table-filters-row select,.selection-toolbar select,.table-toolbar input[type=date],.table-filters-row input[type=date],.selection-toolbar input[type=date]{width:auto;min-width:172px;box-shadow:inset 0 1px #ffffffc2}.table-toolbar input[type=date],.table-filters-row input[type=date],.selection-toolbar input[type=date]{padding-right:14px}.checkbox-field{align-self:stretch;flex-direction:row;align-items:center;justify-content:space-between;min-height:var(--control-h);padding:10px 14px;border:1px solid var(--line);border-radius:14px;background:var(--surface-strong)}.checkbox-field>span{margin:0}.checkbox-field input,.checkbox-pill input,.data-table input[type=checkbox]{width:18px;height:18px;accent-color:var(--brand)}.btn-row{display:flex;align-items:center;gap:10px}.btn-row.wrap{flex-wrap:wrap}.btn-row.space-between{justify-content:space-between}.btn-primary,.btn-secondary,.btn-ghost,.action-card,.nav-item,.search-result-item,.mini-button{transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:14px;font-weight:700;white-space:nowrap}.btn-primary{color:#fff;background:var(--brand);box-shadow:0 10px 20px #3e7bfa2e}.btn-primary:hover,.btn-secondary:hover,.btn-ghost:hover,.action-card:hover,.search-result-item:hover,.nav-item:hover{transform:translateY(-1px)}.btn-secondary{color:var(--text-strong);border:1px solid var(--line);background:var(--surface-strong)}.btn-ghost{color:var(--text-strong);border:1px solid var(--line);background:#ffffffb8}.btn-ghost.danger{color:var(--err)}.btn-xs{min-height:34px;padding:0 12px;border-radius:12px}.btn-icon{width:44px;padding:0}.ui-icon,.brand-icon,.action-svg,.nav-item-icon{width:18px;height:18px;display:inline-block;flex:0 0 auto}.brand-icon{width:24px;height:24px}.action-svg{width:22px;height:22px}.app-shell{width:min(calc(100% - 32px),var(--content-max));margin:0 auto;padding:var(--shell-padding) 0 20px;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);gap:var(--shell-gap);align-items:start}.app-main{min-width:0;display:flex;flex-direction:column;gap:16px}.app-sidebar{position:sticky;top:var(--shell-padding);align-self:start;min-height:calc(100vh - (var(--shell-padding) * 2));display:flex;flex-direction:column;padding:12px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:var(--shadow-sm)}.sidebar-inner{min-height:100%;display:flex;flex-direction:column;gap:14px}.sidebar-top,.sidebar-brand{display:flex;gap:12px}.sidebar-top{align-items:flex-start;justify-content:space-between}.sidebar-brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:14px;border:1px solid rgba(62,123,250,.18);background:linear-gradient(180deg,#f5f8ff,#ebf1ff);color:var(--brand)}.sidebar-brand-copy{display:flex;flex-direction:column;gap:2px}.sidebar-brand-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--brand-strong)}.sidebar-brand-title{font-size:18px;line-height:1.1;color:var(--text-strong)}.sidebar-brand-subtitle{font-size:12px;color:var(--muted)}.sidebar-close{display:none}.global-search-wrap{position:relative}.global-search-box{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 12px 0 14px;border:1px solid var(--line);background:#fbfcfe;border-radius:14px}.search-icon{color:var(--muted-strong);display:inline-flex}.search-results{position:absolute;inset:calc(100% + 8px) 0 auto;display:flex;flex-direction:column;gap:6px;padding:10px;border:1px solid var(--line);border-radius:16px;background:#fffffffc;box-shadow:var(--shadow-sm);z-index:10}.search-result-item{display:flex;flex-direction:column;gap:3px;width:100%;padding:10px 12px;border:1px solid transparent;border-radius:14px;background:transparent;text-align:left}.search-result-item:hover{border-color:#3e7bfa29;background:var(--brand-soft)}.search-results-empty{padding:8px 10px}.sidebar-nav,.nav-group-items{display:flex;flex-direction:column;gap:4px}.nav-group{display:flex;flex-direction:column;gap:8px;padding-bottom:10px;border-bottom:1px solid var(--line-soft)}.nav-group-label{color:var(--muted)}.nav-item{display:inline-flex;align-items:center;gap:12px;min-height:40px;padding:0 14px;border:1px solid transparent;border-radius:14px;color:var(--ink-soft, #2d3743);background:transparent;text-align:left;font-weight:600}.nav-item.is-active{color:var(--brand-strong);border-color:#3e7bfa1f;background:#3e7bfa14}.sidebar-settings-slot{margin-top:auto;padding-top:6px}.sidebar-logout-slot{padding-top:12px}.sidebar-logout-button{width:100%;justify-content:center;gap:10px}.sidebar-scrim{display:none}.workspace-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:14px 18px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:var(--shadow-sm)}.workspace-header-main,.workspace-header-side{min-width:0}.workspace-header-main.compact{display:flex;align-items:center;gap:12px}.workspace-menu{display:none}.workspace-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-height:24px;color:var(--muted);font-size:12px;font-weight:700}.workspace-breadcrumb .is-current{color:var(--text-strong)}.crumb-separator{opacity:.5}.workspace-header-side.compact{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.workspace-actions,.workspace-header-meta{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.meta-chip,.auth-meta .meta-chip{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#f7f9fc;color:var(--muted-strong);font-size:11.5px;font-weight:700}.workspace-stack{display:flex;flex-direction:column;gap:16px}.card,.side-card,.home-section,.loading-card,.auth-card{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(180deg,#fffffffc,#fbfcfffa);box-shadow:var(--shadow-sm)}.card,.side-card,.home-section{padding:16px}.nested-card{padding:14px;border-radius:18px;background:#fbfcfe;box-shadow:none}.surface-tint{background:linear-gradient(180deg,#f4f7fff2,#ffffffeb)}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.section-head h3{margin:6px 0 0;font-size:20px}.compact-head{margin-bottom:12px}.stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.stats-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.stats-grid.compact.drawer{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card{padding:16px;border:1px solid var(--line);border-radius:18px;background:#fffffffa;box-shadow:var(--shadow-sm)}.stat-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.stat-label{font-size:12px;font-weight:700;color:var(--muted-strong)}.stat-card strong{display:block;font-size:clamp(26px,3vw,34px);line-height:1.08;color:var(--text-strong)}.stat-card p{margin:8px 0 0;color:var(--muted)}.stat-card.tone-brand{border-color:#3e7bfa2e;background:linear-gradient(180deg,#eef4fffa,#fffffff5)}.stat-card.tone-success{border-color:#57c8a633;background:linear-gradient(180deg,#e8faf4f2,#ffffffeb)}.stat-card.tone-warning{border-color:#f1c7684d;background:linear-gradient(180deg,#fff6ddf2,#ffffffeb)}.stat-card.tone-danger{border-color:#d35c522e;background:linear-gradient(180deg,#fff0eff2,#ffffffeb)}.home-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.72fr);gap:16px}.home-main,.home-side{display:flex;flex-direction:column;gap:16px}.action-grid{display:grid;gap:12px}.action-grid-primary{grid-template-columns:repeat(4,minmax(0,1fr))}.action-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:16px;border:1px solid var(--line);border-radius:18px;background:#fffffffa;text-align:left}.action-primary{background:linear-gradient(180deg,#fffffffc,#f4f7fff5)}.action-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:14px;background:#3e7bfa14;color:var(--brand)}.action-title{font-weight:800;color:var(--text-strong)}.action-desc{color:var(--muted)}.insight-stack,.compact-list,.data-list{display:flex;flex-direction:column;gap:10px}.insight-card,.compact-list-item,.data-list li{border:1px solid var(--line);border-radius:14px;background:#ffffffe6;padding:12px 14px}.compact-list-item{display:flex;flex-direction:column;gap:4px}.insight-card{width:100%;text-align:left}.insight-card-title,.compact-list-item strong,.data-list strong,.table-primary{color:var(--text-strong);font-weight:800}.data-list{list-style:none;margin:0;padding:0}.table-card{padding:0;overflow:hidden}.table-card-header{padding:14px 18px;border-bottom:1px solid var(--line-soft);display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.table-card-copy{display:flex;flex-direction:column;gap:4px}.table-card-copy h3{margin:0;font-size:17px;color:var(--text-strong)}.table-toolbar,.toolbar-inline,.selection-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.table-toolbar-end{margin-left:auto;justify-content:flex-end}.table-search input{min-width:260px}.table-card-subhead{padding:10px 18px;border-bottom:1px solid var(--line-soft)}.table-shell,.settings-table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse}.data-table thead th{padding:11px 16px;color:var(--muted-strong);font-size:11px;text-align:left;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.data-table thead th.is-sortable{padding:0}.sort-button{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 16px;background:transparent;color:inherit;font:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit}.sort-button:hover{color:var(--text-strong)}.sort-indicator{min-width:14px;color:var(--brand);font-size:12px;text-align:right}.data-table tbody td{padding:12px 16px;border-top:1px solid var(--line-soft);vertical-align:middle;text-align:left}.data-table tbody tr{transition:background .18s ease}.data-table tbody tr:hover{background:#3e7bfa0a}.data-table tbody tr.table-row-clickable>td{cursor:pointer}.progress-track{width:100%;height:7px;margin:6px 0 5px;border-radius:999px;background:#94a3b824;overflow:hidden}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand),#73a1ff)}.training-progress-meta{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.training-progress-meta .table-secondary{white-space:nowrap;text-align:right}.column-training-wide{min-width:210px}.badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;font-size:11px;font-weight:800;border:1px solid transparent}.badge.tone-neutral{color:var(--muted-strong);background:#7f807f14;border-color:#7f807f1a}.badge.tone-info,.badge.tone-brand{color:var(--brand-strong);background:var(--brand-soft);border-color:#3e7bfa24}.badge.tone-success{color:#157856;background:var(--mint-soft);border-color:#57c8a63d}.badge.tone-warning{color:#a16d10;background:var(--amber-soft);border-color:#f1c76852}.badge.tone-danger{color:var(--err);background:var(--err-soft);border-color:#d35c5233}.empty-state{padding:18px;border:1px dashed var(--line-strong);border-radius:18px;color:var(--muted);text-align:center}.alert{padding:14px 16px;border-radius:16px;font-weight:600}.alert.tone-danger{color:var(--err);background:var(--err-soft);border:1px solid rgba(211,92,82,.2)}.alert.tone-success{color:#157856;background:var(--mint-soft);border:1px solid rgba(87,200,166,.24)}.side-drawer{position:fixed;inset:0;display:flex;justify-content:flex-end;z-index:40}.side-drawer-scrim{position:absolute;inset:0;background:#0e141c3d;border:0}.side-drawer-panel{position:relative;z-index:1;width:min(640px,calc(100vw - 24px));height:100vh;padding:18px;border-left:1px solid var(--line);background:linear-gradient(180deg,#fffffffc,#f8fafefc);box-shadow:-22px 0 48px #0f172a1f;display:flex;flex-direction:column;gap:16px}.side-drawer-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.side-drawer-copy{display:flex;flex-direction:column;gap:6px}.side-drawer-copy h2{margin:0;color:var(--text-strong);font-size:22px}.side-drawer-copy p{margin:0;color:var(--muted)}.side-drawer-body{flex:1;overflow:auto;padding-right:4px}.side-drawer-footer{padding-top:10px;border-top:1px solid var(--line-soft)}.drawer-stack{display:flex;flex-direction:column;gap:14px}.inline-editor{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.settings-form{display:flex;flex-direction:column;gap:14px}.report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.checkbox-pill{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:#ffffffeb;color:var(--muted-strong);font-weight:700;box-shadow:inset 0 1px #ffffffb8}.selection-toolbar{padding:8px 10px;border-radius:14px;background:#3e7bfa0f;border:1px solid rgba(62,123,250,.12)}.toolbar-inline{justify-content:space-between}.table-subhead-stack{display:flex;flex-direction:column;gap:10px}.table-subhead-divider{width:100%;height:1px;background:var(--line-soft)}.table-subhead-inline{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.metric-strip{display:flex;gap:8px;flex-wrap:wrap}.metric-chip{display:inline-flex;align-items:center;gap:10px;min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#f8fafc}.metric-chip strong{color:var(--text-strong);font-size:13px}.metric-chip-label{color:var(--muted-strong);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.metric-chip.tone-brand{border-color:#3e7bfa29;background:#3e7bfa14}.metric-chip.tone-success{border-color:#37b28d2e;background:var(--mint-soft)}.metric-chip.tone-warning{border-color:#d79a302e;background:var(--amber-soft)}.metric-chip.tone-danger{border-color:#d25a4c29;background:var(--err-soft)}.table-actions-cell{white-space:nowrap}.table-row-actions{display:flex;align-items:center;justify-content:flex-start;gap:8px}.data-table tbody td .table-primary,.data-table tbody td .table-secondary{text-align:left}.action-icon-button{width:34px;min-height:34px;border-color:#94a3b842;background:#ffffffe0}.action-icon-button:hover{border-color:#3e7bfa3d;background:#3e7bfa0f}.action-icon-button.is-danger{color:var(--err);border-color:#d25a4c42;background:#fff2f0eb}.action-icon-button.is-danger:hover{border-color:#d25a4c61;background:#d25a4c1f}.table-filters-row{display:flex;align-items:center;gap:14px 16px;flex-wrap:wrap}.table-filters-row>*{flex:0 0 auto}.problem-meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.settings-section-stack{display:flex;flex-direction:column;gap:16px;padding:16px}.settings-tabs-shell{padding:12px}.settings-tabs-bar{display:flex;flex-wrap:wrap;gap:8px}.settings-tab{min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:#ffffffe6;color:var(--muted-strong);font-weight:700}.settings-tab.is-active{border-color:#3e7bfa2e;background:#3e7bfa14;color:var(--brand-strong)}.settings-form-block{max-width:720px}.report-grid-compact{padding:16px}.report-list-item{gap:6px}.report-list-meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:13px}.confirm-modal{position:fixed;inset:0;display:grid;place-items:center;z-index:45}.confirm-modal-scrim{position:absolute;inset:0;border:0;background:#0f172a38}.confirm-modal-panel{position:relative;z-index:1;width:min(460px,calc(100vw - 24px));padding:20px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-lg)}.confirm-modal-head{display:flex;gap:14px;align-items:flex-start}.confirm-modal-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#3e7bfa14;color:var(--brand)}.confirm-modal-icon.is-danger{background:#d25a4c1f;color:var(--err)}.confirm-modal-copy h2{margin:6px 0;font-size:20px;color:var(--text-strong)}.confirm-modal-copy p{margin:0;color:var(--muted)}.confirm-modal-meta{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 18px}.btn-row.end{justify-content:flex-end}.btn-primary.danger{background:var(--err);box-shadow:0 10px 20px #d25a4c2e}@media(max-width:1380px){.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.action-grid-primary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1180px){.app-shell{grid-template-columns:minmax(0,1fr)}.app-sidebar{position:fixed;inset:16px auto 16px 16px;width:min(86vw,320px);min-height:auto;max-height:calc(100vh - 32px);transform:translate(calc(-100% - 24px));transition:transform .22s ease;z-index:35}.app-sidebar.is-open{transform:translate(0)}.sidebar-close,.workspace-menu{display:inline-flex}.sidebar-scrim{position:fixed;inset:0;border:0;background:#0e141c2e;z-index:30}.sidebar-scrim:not(.is-visible){display:none}.workspace-header,.home-layout,.report-grid{grid-template-columns:minmax(0,1fr)}.workspace-header-side,.workspace-actions,.workspace-header-meta{justify-content:flex-start}.workspace-header{grid-template-columns:minmax(0,1fr)}.workspace-header-side.compact{align-items:flex-start}}@media(max-width:900px){.app-shell{width:min(calc(100% - 24px),var(--content-max));padding-top:12px}.stats-grid,.stats-grid.compact,.stats-grid.compact.drawer,.form-grid,.action-grid-primary{grid-template-columns:minmax(0,1fr)}.table-toolbar,.toolbar-inline,.selection-toolbar,.workspace-header-meta,.workspace-actions{align-items:stretch;justify-content:flex-start}.table-search input{min-width:0}.side-drawer-panel{width:calc(100vw - 10px);padding:16px}.table-subhead-inline{align-items:stretch}.table-row-actions,.metric-strip{flex-wrap:wrap}}@media(max-width:640px){.workspace-header{padding:14px}.card,.side-card,.home-section{padding:16px}.table-card-header,.table-card-subhead{padding-inline:14px}.settings-section-stack,.report-grid-compact{padding:14px}.data-table thead th,.data-table tbody td{padding:10px 12px}.loading-card,.auth-card{padding:24px}}
