@import"https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700&display=swap";:root{--font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--primary-color: #1a7f37;--background-light: #ffffff;--background-dark: #141414;--text-light: #1f2937;--text-dark: #e5e7eb}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:var(--font-family);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}.ant-layout{min-height:100vh}.ant-layout-sider{position:fixed!important;left:0;top:0;bottom:0;z-index:100}.ant-layout-content{overflow-y:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}.dark-mode ::-webkit-scrollbar-thumb{background:#fff3}.dark-mode ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.stat-card{border-radius:8px;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ant-table-wrapper{background:transparent}.ant-form-item-label>label{font-weight:500}.ant-btn-primary{font-weight:500}.page-header{margin-bottom:24px}.page-header h1{margin:0;font-size:24px;font-weight:600}.page-header p{margin:4px 0 0;color:#6b7280}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:24px}.pos-container{display:grid;grid-template-columns:1fr 400px;gap:24px;height:calc(100vh - 180px)}.pos-products{overflow-y:auto}.pos-cart{background:var(--background-light);border-radius:8px;padding:16px;display:flex;flex-direction:column}.dark-mode .pos-cart{background:#1f1f1f}@media print{.no-print{display:none!important}.print-only{display:block!important}}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:9999}.dark-mode .loading-overlay{background:#000c}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.inactive{background:#fee2e2;color:#991b1b}.status-badge.pending{background:#fef3c7;color:#92400e}.dark-mode .status-badge.active{background:#166534;color:#dcfce7}.dark-mode .status-badge.inactive{background:#991b1b;color:#fee2e2}.dark-mode .status-badge.pending{background:#92400e;color:#fef3c7}.bs-total-row td{background:#1a7f370f!important;border-top:2px solid #1a7f37!important}.tabular-nums{font-variant-numeric:tabular-nums;white-space:nowrap}.bs-table .ant-table-thead>tr>th:first-child{border-radius:0!important}.bs-table .ant-table-thead>tr>th:last-child{border-radius:0!important}
