body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navigation{background-color:#fff;box-shadow:0 2px 4px #0000001a;height:64px;justify-content:space-between;padding:.75rem 1.5rem}.nav-brand,.navigation{align-items:center;display:flex}.nav-brand span{color:#333;font-size:1.2rem;font-weight:600}.auth-links,.nav-links{align-items:center;display:flex}.auth-links{gap:1rem}.user-info{color:#666;margin-right:1rem}.nav-link{border-radius:4px;color:#333;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{background-color:#f5f5f5}.logout-btn{background:none;border:1px solid #dc3545;border-radius:4px;color:#dc3545;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:all .3s ease}.logout-btn:hover{background-color:#dc3545;color:#fff}@media (max-width:768px){.navigation{padding:.75rem 1rem}.nav-brand,.user-info{display:none}}.sidebar{background-color:#1a1a1a;color:#fff;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transition:width .3s ease;width:250px}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:1.5rem}.sidebar-header h2{color:#fff;font-size:1.5rem;font-weight:600;margin:0}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0}.sidebar-link{align-items:center;border-left:3px solid #0000;color:#a0a0a0;display:flex;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.sidebar-link:hover{background-color:#ffffff0d;color:#fff}.sidebar-link.active{background-color:#ffffff1a;border-left-color:#06c;color:#fff}.sidebar-icon{align-items:center;display:flex;font-size:1.2rem;height:24px;justify-content:center;margin-right:12px;width:24px}.sidebar-label{font-size:.95rem;font-weight:500}@media (max-width:768px){.sidebar{width:60px}.sidebar-header h2,.sidebar-label{display:none}.sidebar-link{justify-content:center;padding:.75rem}.sidebar-icon{margin-right:0}}.content-with-sidebar{background-color:#f5f5f5;margin-left:250px;min-height:100vh;transition:margin-left .3s ease}@media (max-width:768px){.content-with-sidebar{margin-left:60px}}.layout{display:flex;flex-direction:column;min-height:100vh}.layout-container{display:flex;flex:1 1}.layout nav.navigation{left:250px;position:fixed;right:0;top:0;transition:left .3s ease;z-index:1000}.content-with-sidebar{flex:1 1;padding-top:64px}@media (max-width:768px){.layout nav.navigation{left:60px}}.audit-logs-container{background:#f5f5f5;min-height:100vh;padding:24px}.audit-logs-header{margin-bottom:24px}.audit-logs-title{color:#1a1a1a;margin-bottom:8px!important}.audit-logs-description{color:#666;margin:0}.audit-filters{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;margin-bottom:24px;padding:24px}.filter-row{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.filter-row:last-child{margin-bottom:0}.filter-group{flex:1 1;min-width:200px}.filter-group .ant-form-item{margin-bottom:0}.date-range-group{display:flex;flex:2 1;gap:12px;min-width:300px}.filter-actions{align-items:flex-end;display:flex;gap:12px}.summary-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:24px}.summary-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;padding:24px;transition:transform .2s,box-shadow .2s}.summary-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.summary-card-header{align-items:center;display:flex;justify-content:between;margin-bottom:16px}.summary-card-title{color:#1a1a1a;font-size:16px;font-weight:600;margin:0}.summary-card-icon{font-size:24px;opacity:.7}.summary-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.summary-stat{text-align:center}.stat-value{color:#1a1a1a;display:block;font-size:24px;font-weight:700}.stat-label{color:#666;font-size:12px;letter-spacing:.5px;margin-top:4px;text-transform:uppercase}.stat-value.create{color:#52c41a}.stat-value.update{color:#faad14}.stat-value.delete{color:#f5222d}.audit-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.audit-table{margin:0}.audit-table .ant-table-thead>tr>th{background:#fafafa;border-bottom:1px solid #f0f0f0;color:#1a1a1a;font-weight:600}.audit-table .ant-table-tbody>tr:hover>td{background:#f8f9fa}.action-tag{border:none;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.entity-tag{background:#e6f7ff;border:1px solid #91d5ff;border-radius:4px;color:#1890ff;font-weight:500}.entity-name{color:#1a1a1a;font-weight:600}.user-info{display:flex;flex-direction:column}.user-email{color:#666;font-size:12px}.timestamp-info{display:flex;flex-direction:column}.date-time{color:#1a1a1a;font-weight:500}.time-ago{color:#666;font-size:12px}.changed-fields{display:flex;flex-wrap:wrap;gap:4px}.field-tag{background:#f6f6f6;border:1px solid #e0e0e0;border-radius:3px;color:#666;font-size:11px;padding:2px 6px}.details-button{border-radius:4px;font-size:12px;height:auto;padding:4px 12px}.no-data{color:#666;padding:48px 24px;text-align:center}.error-message{background:#fff2f0;border:1px solid #ffccc7;border-radius:6px;color:#a8071a;margin-bottom:24px;padding:16px}.loading-container{padding:48px 24px;text-align:center}.audit-detail-modal .ant-modal-content{padding:0}.audit-detail-header{border-bottom:1px solid #f0f0f0;margin-bottom:24px;padding:24px 24px 0}.audit-detail-body{padding:0 24px 24px}.detail-section{margin-bottom:24px}.detail-section:last-child{margin-bottom:0}.detail-section-title{color:#1a1a1a;font-size:16px;font-weight:600;margin-bottom:12px}.detail-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:16px}.detail-item{display:flex;flex-direction:column}.detail-label{color:#666;font-size:12px;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.detail-value{color:#1a1a1a;font-weight:500}.json-viewer{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;font-family:Monaco,Consolas,Courier New,monospace;font-size:12px;max-height:300px;overflow-y:auto;padding:16px;white-space:pre-wrap;word-break:break-all}.data-comparison{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.data-section{border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}.data-section-header{background:#f6f6f6;border-bottom:1px solid #e0e0e0;color:#1a1a1a;font-weight:600;padding:12px 16px}.data-section-content{background:#fff;padding:16px}@media (max-width:1200px){.summary-cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.audit-logs-container{padding:16px}.filter-row{flex-direction:column}.filter-group{min-width:100%}.date-range-group{flex-direction:column;min-width:100%}.summary-cards{grid-template-columns:1fr}.summary-stats{gap:12px;grid-template-columns:repeat(3,1fr)}.data-comparison{grid-template-columns:1fr}.audit-table .ant-table{font-size:12px}}@media (prefers-color-scheme:dark){.audit-logs-container{background:#141414}.audit-filters,.audit-table-container,.summary-card{background:#1f1f1f;box-shadow:0 2px 8px #ffffff0f}.audit-logs-title{color:#fff}.audit-logs-description{color:#a0a0a0}}.purchase-order{background:#fff;min-height:100vh;padding:24px}.purchase-order-container{background:#fff}.purchase-order-container .ant-tabs-card>.ant-tabs-nav .ant-tabs-tab{background:#fafafa;border-color:#d9d9d9;transition:all .3s ease}.purchase-order-container .ant-tabs-card>.ant-tabs-nav .ant-tabs-tab-active{background:#fff;border-bottom-color:#fff}.purchase-order-container .ant-tabs-card>.ant-tabs-nav .ant-tabs-tab:hover{background:#f0f0f0}.purchase-order-container .ant-tabs-content-holder{background:#fff;border:1px solid #d9d9d9;border-top:0}.purchase-order-container .ant-tabs-tabpane{padding:24px}.purchase-order-content{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;padding:20px}.purchase-order-header{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.purchase-order-header .header-title h3{align-items:center;color:#1f2937;display:flex;font-size:20px;font-weight:600;gap:8px;margin:0 0 8px}.purchase-order-header .header-title p{color:#6b7280;font-size:14px;margin:0}.purchase-order-table{margin-top:16px;overflow-x:auto;width:100%}.purchase-order-table .ant-table{border-radius:6px;font-size:13px;overflow:hidden}.purchase-order-table .ant-table-thead>tr>th{background:#f8fafc;border-bottom:2px solid #e5e7eb;color:#374151;font-size:12px;font-weight:600;padding:8px 12px;white-space:nowrap}.purchase-order-table .ant-table-tbody>tr>td{font-size:13px;padding:8px 12px}.purchase-order-table .ant-table-tbody>tr:hover>td{background:#f9fafb}.purchase-order-table .ant-table-small .ant-table-tbody>tr>td,.purchase-order-table .ant-table-small .ant-table-thead>tr>th{padding:6px 10px}.purchase-order-table .ant-btn-text{align-items:center;border-radius:6px;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.purchase-order-table .ant-btn-text:hover{background:#f3f4f6;transform:translateY(-1px)}.purchase-order-table .ant-btn-text.ant-btn-dangerous:hover{background:#fef2f2;color:#dc2626}.ant-modal .ant-input,.ant-modal .ant-input-number,.ant-modal .ant-select-selector{border-radius:6px}.ant-modal .ant-input-number-focused,.ant-modal .ant-input:focus,.ant-modal .ant-select-focused .ant-select-selector{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}@media (max-width:1200px){.purchase-order,.purchase-order-content{padding:16px}.purchase-order-table{-webkit-overflow-scrolling:touch;overflow-x:auto}.purchase-order-table .ant-table{min-width:950px}}@media (max-width:768px){.purchase-order{padding:12px}.purchase-order-content{border-radius:0;margin:0 -12px;padding:12px}.purchase-order-header{align-items:stretch;flex-direction:column;gap:16px}.purchase-order-table{-webkit-overflow-scrolling:touch;overflow-x:auto}.purchase-order-table .ant-table{font-size:12px;min-width:800px}.purchase-order-table .ant-table-thead>tr>th{font-size:11px;padding:6px 8px}.purchase-order-table .ant-table-tbody>tr>td{font-size:12px;padding:6px 8px}.purchase-order-container .ant-tabs-tabpane{padding:12px}}@media (max-width:576px){.purchase-order{padding:8px}.purchase-order-content{margin:0 -8px;padding:8px}.purchase-order-header .header-title h3{font-size:16px}.purchase-order-header .header-title p{font-size:12px}.purchase-order-table .ant-table{font-size:11px;min-width:700px}.purchase-order-table .ant-table-thead>tr>th{font-size:10px;padding:4px 6px}.purchase-order-table .ant-table-tbody>tr>td{font-size:11px;padding:4px 6px}.header-actions .ant-btn{font-size:12px;height:auto;padding:4px 8px}.purchase-order-container .ant-tabs-tabpane{padding:8px}}.purchase-order-table .ant-table-wrapper{overflow-x:auto}.purchase-order-table::-webkit-scrollbar{height:6px}.purchase-order-table::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.purchase-order-table::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.purchase-order-table::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.purchase-order-table .ant-table-cell{word-wrap:break-word;max-width:0;word-break:break-word}.purchase-order-table .ant-table-cell.ant-table-cell-fix-left,.purchase-order-table .ant-table-cell.ant-table-cell-fix-right{max-width:none}.purchase-order-table .ant-spin-nested-loading{min-height:200px}.purchase-order-table .ant-empty{padding:40px 20px}.purchase-order-table .ant-empty-description{color:#6b7280}.purchase-order-table .ant-pagination{margin-top:16px;text-align:right}.purchase-order-table .ant-pagination-total-text{color:#6b7280;font-size:14px}.ant-modal .ant-form-item-has-error .ant-input,.ant-modal .ant-form-item-has-error .ant-input-number,.ant-modal .ant-form-item-has-error .ant-select-selector{border-color:#dc2626}.ant-modal .ant-form-item-has-error .ant-input-number-focused,.ant-modal .ant-form-item-has-error .ant-input:focus,.ant-modal .ant-form-item-has-error .ant-select-focused .ant-select-selector{border-color:#dc2626;box-shadow:0 0 0 2px #dc26261a}.header-actions .ant-space{gap:8px}.purchase-order-table .ant-table-tbody>tr>td{vertical-align:middle}.purchase-order-table .ant-tooltip{max-width:300px}.header-actions .ant-btn{align-items:center;display:flex;gap:6px}.redownload-btn{background:#0000!important;border:none!important;color:#1890ff!important;transition:all .2s ease!important}.redownload-btn:hover{background:#f0f8ff!important;box-shadow:0 2px 4px #1890ff1a;color:#40a9ff!important;transform:translateY(-1px)}.redownload-btn:active{box-shadow:0 1px 2px #1890ff26;transform:translateY(0)}.redownload-btn .anticon{font-size:14px}.purchase-order-table .ant-table-tbody .ant-table-cell[data-key=actions]{text-align:center;vertical-align:middle}.demo-credentials{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;margin-bottom:20px;padding:10px;text-align:center}.demo-credentials p{color:#666;font-weight:700;margin:0 0 5px}.demo-credentials code{background-color:#fff;border-radius:3px;display:inline-block;font-family:monospace;margin:5px 0;padding:8px}.auth-container{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center;min-height:calc(100vh - 64px);padding:2rem}.auth-box{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:400px;padding:2rem;width:100%}.auth-box h2{color:#333;margin-bottom:1.5rem;text-align:center}.auth-form{gap:1.5rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#666;font-size:.9rem;font-weight:500}.form-group input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .3s ease}.form-group input:focus{border-color:#06c;outline:none}.form-group input.error{border-color:#dc3545}.error-message{color:#dc3545;font-size:.8rem;margin-top:.25rem}.auth-button{background-color:#06c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem;transition:background-color .3s ease}.auth-button:hover{background-color:#0052a3}.auth-button:disabled{background-color:#ccc;cursor:not-allowed}.auth-link{color:#666;font-size:.9rem;margin-top:1rem;text-align:center}.auth-link a{color:#06c;font-weight:500;text-decoration:none}.auth-link a:hover{text-decoration:underline}.auth-description{color:#666;font-size:.9rem;line-height:1.4;margin-bottom:1.5rem;text-align:center}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;margin-bottom:1rem;padding:1rem;text-align:center}.success-message p{margin:.5rem 0}.loading-message{color:#666;padding:2rem}.auth-error,.error-container,.loading-message{text-align:center}.auth-error{background-color:#f8d7da;border:1px solid #f1aeb5;border-radius:4px;margin-bottom:1rem;padding:.75rem}.auth-button.secondary{background-color:#6c757d;margin-left:1rem}.auth-button.secondary:hover{background-color:#5a6268}.form-actions{display:flex;gap:1rem;justify-content:center}.profile-container{margin:0 auto;max-width:600px;padding:2rem}.profile-box{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.profile-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.profile-header h2{color:#333;margin:0}.edit-button{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background-color .3s ease}.edit-button:hover{background-color:#218838}.back-button{align-items:center;background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease}.back-button:hover{background-color:#5a6268}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.profile-info{background-color:#f8f9fa;border-radius:4px;margin:1rem 0;padding:1rem}.info-row{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.info-row label{color:#666;font-weight:500}.status{border-radius:3px;font-size:.8rem;font-weight:500;padding:.25rem .5rem}.status.verified{background-color:#d4edda;color:#155724}.status.unverified{background-color:#fff3cd;color:#856404}.profile-actions{margin-top:2rem;text-align:center}.change-password-container{margin:0 auto;max-width:500px;padding:2rem}.change-password-box{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.change-password-box h2{color:#333;margin-bottom:1.5rem;text-align:center}@media (max-width:768px){.auth-container{padding:1rem}.auth-box{padding:1.5rem}.form-actions{flex-direction:column;gap:.5rem}.auth-button.secondary{margin-left:0}.profile-header{align-items:stretch;flex-direction:column;gap:1rem;text-align:center}.info-row{align-items:flex-start;flex-direction:column;gap:.25rem}}.product-container{padding:20px}.product-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.product-header h2{color:#333;font-size:24px;margin:0}.product-form{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:600px;padding:20px}.product-form h2{color:#333;font-size:24px;margin-bottom:24px}.product-form .ant-form-item{margin-bottom:20px}.product-form .ant-input,.product-form .ant-input-number,.product-form .ant-select-selector{border-radius:4px}.product-form .ant-btn{font-size:16px;height:40px;padding:0 24px}.delete-button{background-color:#ff4d4f;border-color:#ff4d4f}.delete-button:hover{background-color:#ff7875;border-color:#ff7875}.vendor-container{padding:20px}.vendor-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.vendor-header h2{color:#333;font-size:24px;margin:0}.ant-table-wrapper{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.ant-table-cell{padding:16px!important}.vendor-form{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:600px;padding:20px}.vendor-form h2{color:#333;font-size:24px;margin-bottom:24px}.vendor-form .ant-form-item{margin-bottom:20px}.vendor-form .ant-input,.vendor-form .ant-input-number,.vendor-form .ant-input-textarea,.vendor-form .ant-select-selector{border-radius:4px}.vendor-form .ant-btn{font-size:16px;height:40px;padding:0 24px}.action-button{margin-right:8px}.vendor-form .mobile-input{letter-spacing:1px}.vendor-form .gst-input{letter-spacing:1px;text-transform:uppercase}.vendor-form .ant-input-textarea{min-height:100px}.delivery-address{background:#fff}.delivery-address-header{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.delivery-address-header .header-title h3{align-items:center;color:#262626;display:flex;font-size:18px;font-weight:600;gap:8px;margin:0 0 4px}.delivery-address-header .header-title h3 .anticon{color:#1890ff}.delivery-address-header .header-title p{color:#8c8c8c;font-size:14px;margin:0}.delivery-address-header .header-actions{flex-shrink:0}.delivery-address-filters{background:#fafafa;border-radius:6px;margin-bottom:16px;padding:16px}.delivery-address-table{background:#fff}.delivery-address-table .ant-table{border-radius:6px}.delivery-address-table .ant-table-thead>tr>th{background:#fafafa;border-bottom:2px solid #f0f0f0;font-weight:600}.delivery-address-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;padding:12px 16px}.delivery-address-table .ant-table-tbody>tr:hover>td{background:#f5f5f5}.delivery-address-table .ant-btn-text{border:1px solid #0000;transition:all .3s ease}.delivery-address-table .ant-btn-text:hover{background:#f0f0f0;border-color:#d9d9d9}.delivery-address-table .ant-btn-text.ant-btn-dangerous:hover{background:#fff2f0;border-color:#ff7875}.ant-tag{border-radius:4px;font-size:12px;font-weight:500}@media (max-width:768px){.delivery-address-header{align-items:stretch;flex-direction:column;gap:16px}.delivery-address-header .header-actions{align-self:flex-start}.delivery-address-filters .ant-col{margin-bottom:8px}.delivery-address-table .ant-table{font-size:12px}.delivery-address-table .ant-table-tbody>tr>td,.delivery-address-table .ant-table-thead>tr>th{padding:8px 12px}}@media (max-width:576px){.delivery-address-header .header-title h3{font-size:16px}.delivery-address-filters{padding:12px}}.udhyam-category{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;padding:20px}.udhyam-category-header{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.udhyam-category-header .header-title h3{align-items:center;color:#1f2937;display:flex;font-size:20px;font-weight:600;gap:8px;margin:0 0 8px}.udhyam-category-header .header-title p{color:#6b7280;font-size:14px;margin:0}.udhyam-category-filters{background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;margin-bottom:20px;padding:16px}.udhyam-category-table{margin-top:16px}.udhyam-category-table .ant-table{border-radius:6px;overflow:hidden}.udhyam-category-table .ant-table-thead>tr>th{background:#f8fafc;border-bottom:2px solid #e5e7eb;color:#374151;font-weight:600}.udhyam-category-table .ant-table-tbody>tr:hover>td{background:#f9fafb}.udhyam-category-table .ant-tag{border-radius:4px;font-size:12px;font-weight:500;padding:2px 8px}.udhyam-category-table .ant-btn-text{align-items:center;border-radius:6px;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.udhyam-category-table .ant-btn-text:hover{background:#f3f4f6;transform:translateY(-1px)}.udhyam-category-table .ant-btn-text.ant-btn-dangerous:hover{background:#fef2f2;color:#dc2626}@media (max-width:768px){.udhyam-category{border-radius:0;margin:0 -16px;padding:16px}.udhyam-category-header{align-items:stretch;flex-direction:column;gap:16px}.udhyam-category-filters .ant-row{gap:8px}.udhyam-category-table{overflow-x:auto}}@media (max-width:576px){.udhyam-category-header .header-title h3{font-size:18px}.udhyam-category-filters{padding:12px}}.udhyam-category-table .ant-spin-nested-loading{min-height:200px}.udhyam-category-table .ant-empty{padding:40px 20px}.udhyam-category-table .ant-empty-description{color:#6b7280}.udhyam-category-table .ant-pagination{margin-top:16px;text-align:right}.udhyam-category-table .ant-pagination-total-text{color:#6b7280;font-size:14px}.product-category{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;padding:20px}.product-category-header{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.product-category-header .header-title h3{align-items:center;color:#1f2937;display:flex;font-size:20px;font-weight:600;gap:8px;margin:0 0 8px}.product-category-header .header-title p{color:#6b7280;font-size:14px;margin:0}.product-category-filters{background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;margin-bottom:20px;padding:16px}.product-category-table{margin-top:16px}.product-category-table .ant-table{border-radius:6px;overflow:hidden}.product-category-table .ant-table-thead>tr>th{background:#f8fafc;border-bottom:2px solid #e5e7eb;color:#374151;font-weight:600}.product-category-table .ant-table-tbody>tr:hover>td{background:#f9fafb}.product-category-table .ant-tag{border-radius:4px;font-size:12px;font-weight:500;padding:2px 8px}.product-category-table .ant-btn-text{align-items:center;border-radius:6px;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.product-category-table .ant-btn-text:hover{background:#f3f4f6;transform:translateY(-1px)}.product-category-table .ant-btn-text.ant-btn-dangerous:hover{background:#fef2f2;color:#dc2626}.ant-modal .ant-form-item-label>label{color:#374151;font-weight:500}.ant-modal .ant-input,.ant-modal .ant-select-selector{border-radius:6px}.ant-modal .ant-input:focus,.ant-modal .ant-select-focused .ant-select-selector{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}@media (max-width:768px){.product-category{border-radius:0;margin:0 -16px;padding:16px}.product-category-header{align-items:stretch;flex-direction:column;gap:16px}.product-category-filters .ant-row{gap:8px}.product-category-table{overflow-x:auto}}@media (max-width:576px){.product-category-header .header-title h3{font-size:18px}.product-category-filters{padding:12px}}.product-category-table .ant-spin-nested-loading{min-height:200px}.product-category-table .ant-empty{padding:40px 20px}.product-category-table .ant-empty-description{color:#6b7280}.product-category-table .ant-pagination{margin-top:16px;text-align:right}.product-category-table .ant-pagination-total-text{color:#6b7280;font-size:14px}.ant-modal .ant-switch{background:#e5e7eb}.ant-modal .ant-switch-checked{background:#10b981}.ant-modal .ant-form-item-explain-error{color:#dc2626;font-size:12px}.ant-modal .ant-form-item-has-error .ant-input{border-color:#dc2626}.ant-modal .ant-form-item-has-error .ant-input:focus{border-color:#dc2626;box-shadow:0 0 0 2px #dc26261a}.site-configurations{background:#fff;min-height:100vh;padding:24px}.site-configurations-header{border-bottom:1px solid #f0f0f0;margin-bottom:24px;padding-bottom:16px}.site-configurations-header h2{align-items:center;color:#262626;display:flex;font-size:24px;font-weight:600;gap:12px;margin:0 0 8px}.site-configurations-header h2 .anticon{color:#1890ff}.site-configurations-header p{color:#8c8c8c;font-size:14px;margin:0}.site-configurations-content{background:#fff}.site-configurations-content .ant-tabs-card>.ant-tabs-nav .ant-tabs-tab{background:#fafafa;border-color:#d9d9d9;transition:all .3s ease}.site-configurations-content .ant-tabs-card>.ant-tabs-nav .ant-tabs-tab-active{background:#fff;border-bottom-color:#fff}.site-configurations-content .ant-tabs-card>.ant-tabs-nav .ant-tabs-tab:hover{background:#f0f0f0}.site-configurations-content .ant-tabs-content-holder{background:#fff;border:1px solid #d9d9d9;border-top:0}.site-configurations-content .ant-tabs-tabpane{padding:24px}@media (max-width:768px){.site-configurations{padding:16px}.site-configurations-header h2{font-size:20px}.site-configurations-content .ant-tabs-tabpane{padding:16px}}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}.App{display:flex;flex-direction:column;min-height:100vh;text-align:center}.main-content{flex-grow:1;padding:2rem}h1{color:#333;margin-bottom:2rem}.content{margin:0 auto;max-width:1200px;padding:1rem}
/*# sourceMappingURL=main.99856b45.css.map*/