@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");:root{--color-primary:#2E5E73;--color-primary-dark:#1F3F4D;--color-secondary:#803A26;--color-accent:#C4431F;--bg-main:#F7F7F4;--bg-surface:#FFFFFF;--bg-sidebar:#1F3F4D;--text-primary:#111827;--text-muted:#4B5563;--color-border:#E5E7EB;--radius-sm:6px;--radius-md:10px;--radius-lg:12px}*,:after,:before{box-sizing:border-box}body{font-family:Montserrat,system-ui,-apple-system,sans-serif;color:var(--text-primary);background:var(--bg-main);margin:0}a{color:var(--color-primary)}@keyframes progbat-spin{to{transform:rotate(1turn)}}.data-table{border-left:1px solid var(--color-border)}.data-table td,.data-table th{border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.data-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:10}.data-table thead th{border-bottom-width:2px;background:var(--bg-surface)}th .col-resize-handle:active,th .col-resize-handle:hover{background:var(--color-primary);opacity:.35}