@charset "UTF-8";:root{--rc-primary: #1D9E75;--rc-primary-dark: #158a62;--rc-header-bg: #f8f9fa;--rc-sidebar-bg: #f1f3f4;--rc-border: #e0e0e0;--rc-positive: #1D9E75;--rc-negative: #E24B4A;--rc-text-primary: #212529;--rc-text-secondary: #6c757d;--rc-row-height: 36px;--rc-header-height: 40px;--rc-sidebar-width: 280px;--rc-toolbar-height: 52px;--rc-footer-height: 44px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:var(--rc-text-primary);background:#fff;-webkit-font-smoothing:antialiased}.positive{color:var(--rc-positive);font-weight:500}.negative{color:var(--rc-negative);font-weight:500}.cdk-drag-preview{background:#fff;border:1px solid var(--rc-primary);border-radius:4px;padding:6px 10px;font-size:12px;box-shadow:0 4px 16px #00000026;opacity:.9}.cdk-drag-animating{transition:transform .2s cubic-bezier(0,0,.2,1)}.cdk-drop-list-dragging .cp__item:not(.cdk-drag-placeholder){transition:transform .2s cubic-bezier(0,0,.2,1)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#aaa}
