body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{display:flex;flex-direction:column;max-width:100%;min-height:100vh;overflow-x:hidden;width:100%}.header{background:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;justify-content:space-between;padding:1rem 2rem}.header,.header-logo{align-items:center;display:flex}.header-logo{gap:1rem}.header-logo img{height:40px;width:auto}.header-logo h1{color:#fff;font-size:2.2rem;font-weight:700;margin:0}.header h1{font-size:1.5rem}.header-right{align-items:center;display:flex;gap:1rem}.language-selector{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.language-selector:hover{background:#fff3}.language-selector option{background:#2c3e50;color:#fff;padding:8px}.user-info{align-items:center;display:flex;gap:.5rem}.main-layout{display:flex;flex:1 1;min-height:100vh;overflow-x:hidden;width:100%}.sidebar{background:linear-gradient(180deg,#1a6fa8,#135d8f);box-shadow:3px 0 12px #0a3d6b4d;flex-shrink:0;min-height:100vh;padding:1rem 0;width:250px}.sidebar nav{display:flex;flex-direction:column}.sidebar a{align-items:center;border-left:3px solid #0000;color:#ffffffe0;display:flex;gap:.8rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .2s ease}.sidebar a:hover{background:#ffffff26;border-left:3px solid #fff9;color:#fff}.sidebar a.active{background:#0a3d6b;border-left:3px solid #c00;color:#fff;font-weight:600}.sidebar-icon{height:20px;width:20px}.content{flex:1 1;overflow-y:auto;padding:2rem}.page-header{margin-bottom:2rem}.page-header h2{color:#2c3e50;font-size:1.8rem;margin-bottom:.5rem}.page-header p{color:#7f8c8d}.card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.card-header{align-items:center;border-bottom:1px solid #ecf0f1;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.card-title{color:#2c3e50;font-size:1.3rem;font-weight:600}.stats-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:1rem}.stat-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:.5rem;padding:.75rem}.stat-card.low-stock{border-left:4px solid #e74c3c}.stat-card.normal{border-left:4px solid #3498db}.stat-value{color:#2c3e50;font-size:1.2rem;font-weight:700}.stat-label{color:#7f8c8d;font-size:.75rem}.btn{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;font-size:.95rem;gap:.5rem;padding:.6rem 1.2rem;transition:all .3s ease}.btn-primary{background:#3498db;color:#fff}.btn-primary:hover{background:#2980b9}.btn-success{background:#27ae60;color:#fff}.btn-success:hover{background:#229954}.btn-danger{background:#e74c3c;color:#fff}.btn-danger:hover{background:#c0392b}.btn-secondary{background:#95a5a6;color:#fff}.btn-secondary:hover{background:#7f8c8d}.btn:disabled{cursor:not-allowed;opacity:.5}.form-group{margin-bottom:1.2rem}.form-label{color:#2c3e50;display:block;font-weight:500;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{border:1px solid #ddd;border-radius:4px;font-size:.95rem;padding:.7rem;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.form-textarea{min-height:100px;resize:vertical}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.table-container{overflow-x:auto}.table{background:#fff;border-collapse:collapse;width:100%}.table thead{background:#f8f9fa}.table td,.table th{border-bottom:1px solid #ecf0f1;padding:.8rem;text-align:start}.table th{color:#2c3e50;font-weight:600}.table tbody tr:hover{background:#f8f9fa}.table-actions{display:flex;gap:.5rem}.table-actions button{font-size:.85rem;padding:.4rem .8rem}.badge{border-radius:12px;display:inline-block;font-size:.85rem;font-weight:500;padding:.3rem .8rem}.badge-success{background:#d5f4e6;color:#27ae60}.badge-warning{background:#fff3cd;color:#f39c12}.badge-danger{background:#f8d7da;color:#e74c3c}.badge-info{background:#d1ecf1;color:#3498db}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:8px;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;width:90%}.modal-header{align-items:center;border-bottom:1px solid #ecf0f1;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.modal-title{color:#2c3e50;font-size:1.5rem}.modal-close{background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:1.5rem}.modal-footer{border-top:1px solid #ecf0f1;display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.auth-card{background:#fff;border-radius:8px;box-shadow:0 10px 40px #0003;max-width:400px;padding:2rem;width:100%}.auth-card h2{color:#2c3e50;margin-bottom:.5rem}.auth-card h2,.auth-card h3{text-align:center;width:100%}.auth-card h3{display:block}.auth-footer{color:#7f8c8d;margin-top:1rem;text-align:center}.auth-link{color:#3498db;text-decoration:none}.auth-link:hover{text-decoration:underline}.alert{border-radius:4px;margin-bottom:1rem;padding:1rem}.alert-success{background:#d5f4e6;border:1px solid #27ae60;color:#27ae60}.alert-error{background:#f8d7da;border:1px solid #e74c3c;color:#e74c3c}.alert-info{background:#d1ecf1;border:1px solid #3498db;color:#3498db}.loading{color:#7f8c8d;padding:2rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:40px;margin:0 auto;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.flex{display:flex}.flex-between{align-items:center;display:flex;justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}[dir=rtl] .sidebar{box-shadow:-2px 0 4px #0000001a}[dir=rtl] .table td,[dir=rtl] .table th{text-align:right}@media (max-width:768px){.app{min-height:100dvh}.main-layout{flex:1 1;flex-direction:column;max-width:100vw;overflow-x:hidden}.main-layout,.sidebar{min-height:0;min-height:auto;width:100%}.sidebar{bottom:0;box-shadow:0 -2px 8px #0003;height:auto;order:2;padding:0;position:sticky;z-index:100}.sidebar nav{-webkit-overflow-scrolling:touch;flex-direction:row;overflow-x:auto;scrollbar-width:none}.sidebar nav::-webkit-scrollbar{display:none}.sidebar a{border-left:none;border-top:3px solid #0000;flex-direction:column;flex-shrink:0;font-size:.65rem;gap:.2rem;justify-content:center;min-width:60px;padding:.5rem .8rem;text-align:center;white-space:nowrap}.sidebar a:hover{border-left:none;border-top:3px solid #fff9}.sidebar a.active{border-left:none;border-top:3px solid #c00}.sidebar-icon{height:22px;width:22px}.content{flex:1 1;order:1;overflow-y:auto;padding:1rem}.header{padding:.7rem 1rem}.header-logo h1{font-size:1.4rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.modal{margin-bottom:60px;max-height:85vh;padding:1.2rem;width:95%}.table td,.table th{font-size:.85rem;padding:.5rem}}
/*# sourceMappingURL=main.ead03006.css.map*/