@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.vat-invoice{padding:24px;background:#fff;font-family:Times New Roman,serif;max-width:800px;margin:0 auto}.invoice-header{display:flex;justify-content:space-between;align-items:flex-start}.company-info{flex:1}.invoice-title{text-align:center;flex:1}.customer-info{line-height:1.8}.invoice-table .ant-table-thead>tr>th{background:#f5f5f5!important;font-weight:700;text-align:center}.invoice-totals{margin-top:16px;text-align:right}.total-row{display:flex;justify-content:flex-end;gap:24px;padding:4px 0}.total-row span:first-child{font-weight:500}.grand-total{font-size:16px;font-weight:700;color:#c53030;border-top:1px solid #ddd;padding-top:8px;margin-top:8px}.amount-in-words{text-align:left;margin-top:12px;padding:8px;background:#f9f9f9;border-radius:4px}.invoice-signatures{display:flex;justify-content:space-between;margin-top:32px}.signature-block{text-align:center;width:200px}.signature-space{margin-top:8px;height:80px;color:#888;font-style:italic}.invoice-footer{text-align:center;margin-top:24px;padding-top:16px;border-top:1px dashed #ddd}@media print{.vat-invoice{padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact}.invoice-header,.invoice-table,.invoice-signatures{page-break-inside:avoid}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2c3e50;--primary-dark: #1a252f;--primary-light: #34495e;--secondary-color: #3498db;--success-color: #27ae60;--warning-color: #f39c12;--error-color: #e74c3c;--background-color: #f5f7fa;--surface-color: #ffffff;--text-primary: #2c3e50;--text-secondary: #7f8c8d;--border-color: #ecf0f1;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1);--transition: all .3s ease}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--background-color);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);padding:20px}.login-card{background:var(--surface-color);border-radius:16px;box-shadow:var(--shadow-lg);padding:48px;width:100%;max-width:420px}.login-logo{text-align:center;margin-bottom:32px}.login-logo h1{font-size:28px;font-weight:700;color:var(--primary-color);margin-bottom:8px}.login-logo p{color:var(--text-secondary);font-size:14px}.main-layout{min-height:100vh}.main-sider{background:linear-gradient(180deg,var(--primary-color) 0%,var(--primary-dark) 100%)!important;box-shadow:var(--shadow-md);height:100vh;position:sticky!important;top:0;overflow-y:auto;z-index:110}.main-sider .ant-menu{background:transparent;border:none}.main-sider .ant-menu-item{color:#fffc;transition:var(--transition)}.main-sider .ant-menu-item:hover{color:#fff;background:#ffffff1a!important}.main-sider .ant-menu-item-selected{color:#fff!important;background:#ffffff26!important}.ant-drawer .ant-menu{background:transparent!important;border:none}.ant-drawer .ant-menu-item{color:#fffc!important;transition:var(--transition)}.ant-drawer .ant-menu-item:hover{color:#fff!important;background:#ffffff1a!important}.ant-drawer .ant-menu-item-selected{color:#fff!important;background:#ffffff26!important}.logo-container{height:64px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.1)}.logo-container h2{color:#fff;font-size:18px;font-weight:600;margin:0}.main-header{background:var(--surface-color)!important;padding:0 24px!important;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.header-left,.header-right{display:flex;align-items:center;gap:16px}.main-content{padding:24px;background:var(--background-color);min-height:calc(100vh - 64px)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width: 1025px){.product-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.product-card{background:var(--surface-color);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);cursor:pointer;border:1px solid var(--border-color)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-image{width:100%;aspect-ratio:1;object-fit:cover;background:var(--background-color);min-height:180px}@media (max-width: 576px){.product-image{min-height:160px}}.product-info{padding:16px}.product-name{font-size:15px;font-weight:600;color:var(--text-primary);margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.product-details{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;font-size:13px;color:var(--text-secondary)}.product-price{font-size:18px;font-weight:700;color:var(--primary-color)}.product-status{margin-top:12px}.status-in-stock{background:#d4edda!important;color:#155724!important;border:none!important}.status-reserved{background:#fff3cd!important;color:#856404!important;border:none!important}.status-sold{background:#f8d7da!important;color:#721c24!important;border:none!important}.filter-panel{background:var(--surface-color);border-radius:12px;padding:20px;margin-bottom:24px;box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.filter-row{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end}.filter-item{flex:1;min-width:180px}.filter-item label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:var(--text-secondary)}.page-header{background:var(--surface-color);border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.page-header h1{font-size:24px;font-weight:700;color:var(--text-primary);margin:0 0 8px}.page-header p{color:var(--text-secondary);margin:0;font-size:14px}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}@media (max-width: 1024px){.stats-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.stats-row{grid-template-columns:1fr}}.stat-card{background:var(--surface-color);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:var(--transition)}.stat-card:hover{box-shadow:var(--shadow-md)}.stat-card-content{display:flex;justify-content:space-between;align-items:center}.stat-card-info h3{font-size:28px;font-weight:700;color:var(--text-primary);margin:0}.stat-card-info p{font-size:13px;color:var(--text-secondary);margin:4px 0 0}.stat-card-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px}.stat-card-icon.primary{background:#2c3e501a;color:var(--primary-color)}.stat-card-icon.success{background:#27ae601a;color:var(--success-color)}.stat-card-icon.warning{background:#f39c121a;color:var(--warning-color)}.stat-card-icon.info{background:#3498db1a;color:var(--secondary-color)}.modal-product-image{width:100%;max-height:400px;object-fit:contain;border-radius:8px;background:var(--background-color)}.modal-product-info{margin-top:20px}.modal-product-info .ant-descriptions-item-label{font-weight:500;color:var(--text-secondary)}.data-table{background:var(--surface-color);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.data-table .ant-table-thead>tr>th{background:var(--background-color);font-weight:600;color:var(--text-primary)}@media (max-width: 991px){.main-sider{position:fixed!important;left:-240px;transition:left .3s ease;z-index:1000}.main-sider.mobile-open{left:0}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000073;z-index:999;display:none}.mobile-overlay.visible{display:block}}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive .ant-table{min-width:800px}@media (max-width: 768px){.table-responsive .ant-table{min-width:700px}}@media (max-width: 480px){.table-responsive .ant-table{min-width:600px}}@media (max-width: 420px){.table-responsive .ant-table{min-width:550px}}@media (max-width: 420px){.main-content{padding:8px}.page-header{padding:10px;margin-bottom:12px}.page-header h1{font-size:16px;line-height:1.3}.page-header p{font-size:11px}.filter-panel{padding:10px;margin-bottom:12px}.filter-item{min-width:unset!important;width:100%}.filter-row{flex-direction:column;gap:10px}.product-grid{gap:6px;grid-template-columns:repeat(2,1fr)}.product-info{padding:8px}.product-name{font-size:12px;line-height:1.3}.product-price{font-size:14px}.product-details{font-size:10px}.product-quantity{font-size:11px}.stat-card{padding:12px}.stat-card-info h3{font-size:20px}.stat-card-info p{font-size:11px}.stat-card-icon{width:40px;height:40px;font-size:18px}.stats-row{grid-template-columns:1fr;gap:12px}.product-card-info .info-row{font-size:11px}.product-card-info .label{font-size:10px}.ant-tag{font-size:10px;padding:0 4px;line-height:18px}.ant-space-item{margin-right:4px!important}.filter-item label{font-size:11px;margin-bottom:4px}.ant-space .ant-btn{font-size:12px;padding:4px 8px}.ant-table-cell{padding:8px 4px!important;font-size:12px}.ant-modal-header,.ant-modal-body{padding:12px}.ant-modal-footer{padding:8px 12px}}@media (max-width: 480px){.main-content{padding:12px}.page-header{padding:12px;margin-bottom:16px}.page-header h1{font-size:18px}.page-header p{font-size:12px}.filter-panel{padding:12px;margin-bottom:16px}.filter-item{min-width:unset;width:100%}.filter-row{flex-direction:column;gap:12px}.product-grid{gap:8px}.product-info{padding:10px}.product-name{font-size:13px}.product-price{font-size:15px}.product-details{font-size:11px}.stat-card{padding:16px}.stat-card-info h3{font-size:22px}.stat-card-icon{width:44px;height:44px;font-size:20px}.header-right .ant-typography{display:none}.ant-modal{max-width:calc(100vw - 16px)!important;margin:8px auto!important}.modal-product-image{max-height:250px}.login-card{padding:24px 16px;max-width:100%}.login-logo h1{font-size:22px}.ant-btn{min-height:44px;font-size:14px}.ant-btn-sm{min-height:36px}.ant-input,.ant-input-number,.ant-picker,.ant-select-selector{min-height:44px}.ant-input,.ant-select,.ant-picker{width:100%}}@media (max-width: 576px){.main-content,.page-header{padding:14px}.page-header h1{font-size:19px}.filter-panel{padding:14px}.product-info{padding:11px}.product-name{font-size:13px}.product-price{font-size:15px}.filter-row{flex-direction:column;gap:12px}.filter-item{width:100%}.ant-table-actions{display:flex;flex-direction:column;gap:8px}}@media (max-width: 768px){.main-content,.page-header{padding:16px}.page-header h1{font-size:20px}.filter-panel{padding:16px}.product-info{padding:12px}.product-name{font-size:14px}.product-price{font-size:16px}.login-card{padding:32px 24px}.ant-modal{max-width:calc(100vw - 32px)!important}.ant-drawer-content-wrapper{width:100%!important;max-width:375px!important}}@media (max-width: 1024px){.main-content{padding:20px}.page-header h1{font-size:22px}.main-sider{width:80px!important}}@media (max-width: 1200px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1366px){.main-content{padding:22px}}@media (hover: none) and (pointer: coarse){.ant-btn,.ant-input,.ant-select-selector,.ant-picker{min-height:44px!important}.ant-table-tbody>tr>td{padding:12px 8px!important}.product-card,.stat-card{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.slide-in-left{animation:slideInLeft .3s ease}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@media (max-width: 768px){::-webkit-scrollbar{width:4px;height:4px}}
