*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-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,#667eea 0%,#764ba2 100%);padding:16px}.login-card{width:100%;max-width:400px;border-radius:12px;box-shadow:0 20px 60px #00000026}.login-title{text-align:center;font-size:22px;font-weight:600;margin-bottom:8px;color:#1a1a1a}.login-subtitle{text-align:center;color:#666;margin-bottom:32px;font-size:14px}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:24px}.stat-card{padding:16px;border-radius:12px;color:#fff}.stat-card .stat-value{font-size:24px;font-weight:700;margin:8px 0}.stat-card .stat-label{font-size:13px;opacity:.85}.pos-container{display:grid;grid-template-columns:1fr 380px;gap:16px;height:calc(100vh - 120px)}.pos-products{overflow-y:auto;padding:16px;background:white;border-radius:12px}.pos-cart{background:white;border-radius:12px;padding:16px;display:flex;flex-direction:column}.pos-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.pos-product-item{padding:12px;border:1px solid #f0f0f0;border-radius:8px;text-align:center;cursor:pointer;transition:all .2s}.pos-product-item:hover{border-color:#1677ff;box-shadow:0 2px 8px #1677ff1a}.pos-product-item .product-name{font-size:13px;font-weight:500;margin-bottom:4px}.pos-product-item .product-price{color:#ff4d4f;font-weight:600}@media (max-width: 1024px){.pos-container{grid-template-columns:1fr 320px}.pos-product-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media (max-width: 768px){.pos-container{grid-template-columns:1fr;height:auto;gap:12px}.pos-products{max-height:50vh}.pos-product-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.pos-product-item{padding:8px}.pos-product-item .product-name,.ant-table{font-size:12px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:8px 6px!important}.dashboard-stats{grid-template-columns:1fr 1fr;gap:8px}.stat-card{padding:12px}.stat-card .stat-value{font-size:20px}.ant-modal{max-width:calc(100vw - 16px);margin:8px auto}.ant-modal-body{max-height:65vh;overflow-y:auto}.ant-tabs-nav{margin-bottom:12px!important}.ant-card-body{padding:12px!important}.ant-space{flex-wrap:wrap}.ant-descriptions-bordered .ant-descriptions-row>th,.ant-descriptions-bordered .ant-descriptions-row>td{display:block;width:100%!important}}@media (max-width: 480px){.pos-product-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:6px}.pos-product-item{padding:6px}.pos-product-item .product-name{font-size:11px}.pos-product-item .product-price{font-size:12px}.dashboard-stats{grid-template-columns:1fr}.login-card{max-width:100%}.login-title{font-size:18px}}
