:root{--brand-50: #effaf8;--brand-100: #d7f2ed;--brand-200: #aee1d8;--brand-400: #3baf9c;--brand-600: #02cc63;--brand-700: #04763b;--brand-800: #086456;--brand-900: #064c42;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--primary: #02cc63;--primary-hover: #02b356;--bg: #ffffff;--surface: #ffffff;--border: #e5e7eb;--text-primary: #1a1a1a;--text-secondary: #6b7280;--text-muted: #8a8a8a;--sidebar-bg: #ffffff;--sidebar-text: #6b7280;--sidebar-active: #02cc63;--sidebar-hover: #f8faf9;--sidebar-width: 232px;--success: #3baf9c;--warning: #d4a24c;--positive: #c97c3d;--danger: #b91c1c;--info: #04763b;--shadow-sm: none;--shadow: none;--shadow-lg: 0 8px 24px rgba(26,26,26,.08);--radius-sm: 8px;--radius: 8px;--radius-lg: 10px;--font: "Inter", "Roboto", "Helvetica Neue", Arial, sans-serif;--app-header-height: 62px;--app-header-bg: var(--gray-100);--table-header-bg: var(--gray-100)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text-primary);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:99px}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer}input,textarea,select{font-family:var(--font)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}body{background:#fff}.abm-shell{display:flex;height:100vh;overflow:hidden;background:#fff}.abm-sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;border-right:1px solid #e5e7eb;box-shadow:none}.abm-logo-block{height:var(--app-header-height);padding:0 20px;border-bottom:1px solid #e5e7eb;background:var(--app-header-bg);display:flex;align-items:center;flex-shrink:0}.abm-logo-mark{width:30px;height:30px;border-radius:10px;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:none}.abm-profile-card{margin:14px 14px 8px;padding:10px 8px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e5e7eb}.abm-avatar{width:34px;height:34px;border-radius:50%;background:#f2f7f5;color:var(--brand-700);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;border:1px solid #caddd6}.abm-main{flex:1;border-radius:0;overflow-y:auto;display:flex;flex-direction:column;background:#fff}.abm-topbar{height:var(--app-header-height);border-radius:0;background:var(--app-header-bg);border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:minmax(170px,240px) minmax(280px,1fr) auto;align-items:center;gap:18px;padding:0 26px;flex-shrink:0;position:sticky;top:0;z-index:100}.abm-topbar-title h1{font-size:17px;font-weight:800;color:#101828;margin:0}.abm-breadcrumb{display:block;font-size:11px;color:#98a2b3;font-weight:600;margin-bottom:2px}.abm-search{height:38px;border-radius:8px;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;gap:8px;padding:0 12px;max-width:540px;color:#98a2b3}.abm-search input{border:0;outline:0;background:transparent;width:100%;font-size:13px;color:#344054}.abm-topbar-actions{display:flex;align-items:center;gap:10px}.abm-icon-btn{width:34px;height:34px;border:0;background:#fff;color:#667085;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.abm-icon-btn:hover{background:#f5f6f5}.abm-primary-action{height:38px;border:0;border-radius:8px;background:var(--primary);color:#fff;font-size:12px;font-weight:700;padding:0 15px;display:inline-flex;align-items:center;gap:8px;box-shadow:none}.abm-user-pill span{width:34px;height:34px;border-radius:50%;background:#f2f7f5;color:var(--brand-700);display:flex;align-items:center;justify-content:center;font-weight:800;border:1px solid #caddd6}.abm-command-rail{position:fixed;right:18px;top:170px;z-index:300;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:none;overflow:hidden}.abm-command-rail button{width:58px;height:58px;border:0;border-bottom:1px solid #e5e7eb;background:#fff;color:#101828;display:flex;align-items:center;justify-content:center}.abm-command-rail button:last-child{border-bottom:0}.abm-command-rail button:hover{background:#f7fdf9;color:var(--brand-700)}.abm-dashboard{padding:24px 30px 32px;font-family:var(--font);animation:fadeIn .2s ease;max-width:1280px;width:100%}.abm-kpi-card{background:#fff;border-radius:4px;padding:18px;border:1px solid #e5e7eb;display:flex;align-items:flex-start;gap:14px;min-height:88px}.abm-kpi-card:hover{border-color:#caddd6;box-shadow:none}.abm-section-card{background:#fff;border-radius:6px;border:1px solid #e5e7eb;box-shadow:none;overflow:hidden}.abm-section-title{padding:15px 18px;border-bottom:1px solid #e5e7eb;font-weight:800;font-size:13px;color:#101828;display:flex;justify-content:space-between}.abm-section-body{padding:16px 18px}@media (max-width: 980px){.abm-topbar{grid-template-columns:1fr;height:auto;padding:14px 18px}.abm-search{max-width:none}.abm-command-rail{display:none}}.abm-sidebar-nav{flex:1;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.abm-sidebar-nav::-webkit-scrollbar{display:none}.abm-sidebar-footer{flex-shrink:0;background:var(--sidebar-bg)}.abm-logo-block .abm-logo-tagline{font-size:9px!important;letter-spacing:-.1px}.dossie-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:16px;align-items:start}.dossie-sidebar{position:sticky;top:88px;display:grid;gap:12px}.dossie-text-card{border:1px solid var(--border);border-radius:16px;padding:16px}@media (max-width: 1024px){.dossie-layout{grid-template-columns:1fr}.dossie-sidebar{position:static;grid-row:auto}}table{font-family:var(--font)!important;font-size:11px!important;line-height:1.25;border-radius:0!important}table thead,table thead tr{background:var(--table-header-bg)!important}table th{font-family:var(--font)!important;font-size:10.5px!important;line-height:1.25;font-weight:700!important;color:var(--text-primary)!important;border-radius:0!important}table thead,table tbody,table tr,table td{border-radius:0!important}table td{font-family:var(--font)!important;font-size:11px!important;line-height:1.25}:is(div,section):has(>table){border-radius:0!important}.abm-shell,.abm-main,.abm-topbar{border-radius:0!important}
