:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.auth-page{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;width:100%}.auth-hero{background:#f5f0e8;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem}.auth-hero-content{max-width:480px;text-align:center}.auth-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.brand-icon{width:32px;height:32px;object-fit:contain}.brand-name{font-size:1.25rem;font-weight:700;color:#1e293b}.hero-image{width:100%;margin-bottom:2rem;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.hero-image img{width:100%;height:auto;display:block}.hero-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 1rem;line-height:1.2}.hero-subtitle{font-size:1rem;color:#64748b;margin:0;line-height:1.6}.auth-hero.register-hero{background:linear-gradient(135deg,#e8e0f0,#f0e8f8)}.testimonial-card{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;margin-top:2rem;text-align:left}.testimonial-quote{font-size:1.5rem;color:#6b21a8;margin-bottom:1rem}.testimonial-text{font-size:1rem;color:#4c1d95;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.testimonial-author{font-weight:600;color:#1e293b}.testimonial-role{font-size:.875rem;color:#64748b}.auth-form-panel{background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem;position:relative}.auth-form-container{width:100%;max-width:400px}.auth-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.auth-subtitle{font-size:1rem;color:#64748b;margin:0 0 2rem}.auth-form-container form{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#374151;font-size:.875rem}.form-group input,.form-group textarea,.form-group select{padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;transition:all .2s;background:#fff;color:#111827;width:100%;box-sizing:border-box}.form-group input:disabled{background-color:#f3f4f6;cursor:not-allowed}.form-group input::placeholder{color:#9ca3af}.input-with-icon{position:relative;display:flex;align-items:center}.input-icon-left{position:absolute;left:1rem;color:#9ca3af;display:flex;align-items:center;justify-content:center;pointer-events:none}.input-icon-right{position:absolute;right:1rem;cursor:pointer;color:#9ca3af;display:flex;align-items:center;justify-content:center}.input-icon-right:hover{color:#374151}.has-icon-left{padding-left:3rem!important}.has-icon-right{padding-right:3rem!important}.form-helper{display:flex;justify-content:flex-end;margin-top:.25rem}.forgot-password{font-size:.875rem;color:#3b82f6;text-decoration:none}.forgot-password:hover{text-decoration:underline}.checkbox-group{display:flex;align-items:flex-start;gap:.5rem}.checkbox-group input[type=checkbox]{width:1rem;height:1rem;margin-top:.25rem;flex-shrink:0}.checkbox-group label{font-size:.875rem;color:#64748b;font-weight:400;line-height:1.4}.checkbox-group a{color:#3b82f6;text-decoration:none}.checkbox-group a:hover{text-decoration:underline}.auth-submit-btn{display:flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem;width:100%}.auth-submit-btn:hover:not(:disabled){background:#2563eb}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed}.auth-footer{text-align:center;margin-top:1.5rem;color:#64748b;font-size:.95rem}.auth-footer a{color:#3b82f6;text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.auth-logos{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:1.5rem}.auth-logos img{height:32px;width:auto;opacity:.7;transition:opacity .2s}.auth-logos img:hover{opacity:1}.auth-page-footer{position:absolute;bottom:1.5rem;left:0;right:0;text-align:center;color:#9ca3af;font-size:.875rem}.auth-page-footer p{margin:0}.auth-page-footer a{color:#64748b;text-decoration:underline}.error-message{padding:.875rem 1rem;background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:8px;font-size:.875rem}.success-message{padding:.875rem 1rem;background-color:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;border-radius:8px;font-size:.875rem}@media(max-width:1024px){.auth-page{grid-template-columns:1fr}.auth-hero{display:none}.auth-form-panel{min-height:100vh}}.dashboard-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#f8fafc}.sidebar{background:#fff;border-right:1px solid #e2e8f0;padding:1.5rem;display:flex;flex-direction:column}.sidebar-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.sidebar-icon{width:36px;height:36px;background:#ddd6fe;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#7c3aed}.sidebar-brand span{font-size:1.125rem;font-weight:700;color:#1e293b}.sidebar-nav{flex:1}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;color:#64748b;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s}.nav-item:hover{background:#f1f5f9;color:#1e293b}.nav-item.active{background:#ede9fe;color:#7c3aed}.sidebar-footer{margin-top:auto}.sidebar-add-btn{width:100%;padding:.75rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;margin-bottom:1.5rem;transition:background .2s}.sidebar-add-btn:hover{background:#2563eb}.user-profile{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #e2e8f0}.user-avatar{width:40px;height:40px;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#64748b;font-size:.875rem}.user-info{display:flex;flex-direction:column}.user-name{font-size:.875rem;font-weight:600;color:#1e293b}.user-role{font-size:.75rem;color:#64748b}.main-content{padding:2rem;overflow-y:auto}.content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.page-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.page-subtitle{color:#64748b;margin:0;font-size:.875rem}.header-actions{display:flex;align-items:center;gap:1rem}.icon-btn{width:40px;height:40px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s}.icon-btn:hover{background:#f8fafc;color:#1e293b}.user-avatar-header{width:40px;height:40px;background:#fed7aa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#c2410c;font-size:.875rem;cursor:pointer}.products-section{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.section-actions{display:flex;align-items:center;gap:.75rem}.search-box{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;min-width:200px}.search-box svg{color:#94a3b8;flex-shrink:0}.search-box input{border:none;background:transparent;font-size:.875rem;outline:none;width:100%;color:#1e293b}.search-box input::placeholder{color:#94a3b8}.filter-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#64748b;cursor:pointer;transition:all .2s}.filter-btn:hover{background:#f8fafc;color:#1e293b}.add-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s}.add-btn:hover{background:#2563eb}.products-table{width:100%;border-collapse:collapse}.products-table th{text-align:left;padding:.75rem 1rem;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.products-table td{padding:1rem;font-size:.875rem;color:#475569;border-bottom:1px solid #f1f5f9}.products-table tbody tr:hover{background:#f8fafc}.product-cell{display:flex;align-items:center;gap:.75rem}.product-thumb{width:40px;height:40px;background:#e2e8f0;border-radius:8px;flex-shrink:0}.product-name{font-weight:500;color:#1e293b}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600}.status-available{background:#dcfce7;color:#16a34a}.status-low{background:#fef3c7;color:#d97706}.status-out{background:#fee2e2;color:#dc2626}.action-buttons{display:flex;gap:.5rem}.action-btn{width:32px;height:32px;background:transparent;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s}.action-btn svg{color:#64748b!important;stroke:#64748b!important;width:16px;height:16px}.action-btn:hover{background:#f1f5f9}.action-btn:hover svg{color:#1e293b!important;stroke:#1e293b!important}.action-btn.delete:hover{background:#fee2e2}.action-btn.delete:hover svg{color:#dc2626!important;stroke:#dc2626!important}.products-footer-section{position:fixed;bottom:0;left:260px;right:0;background:#fff;border-top:1px solid #e2e8f0;padding:1rem 2rem;text-align:center}.products-logos{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:.75rem}.products-logos img{height:32px;width:auto;opacity:.7;transition:opacity .2s}.products-logos img:hover{opacity:1}.products-footer{color:#64748b;font-size:.875rem}.products-footer p{margin:0}.products-footer a{color:#3b82f6;text-decoration:none;font-weight:500}.products-footer a:hover{text-decoration:underline}@media(max-width:1024px){.products-footer-section{left:0}}.table-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:1rem;border-top:1px solid #e2e8f0}.showing-info{font-size:.875rem;color:#64748b}.pagination{display:flex;gap:.5rem}.page-btn{padding:.5rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;color:#64748b;cursor:pointer;transition:all .2s}.page-btn:hover:not(:disabled){background:#f8fafc;color:#1e293b}.page-btn.active{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}.page-btn:disabled{opacity:.5;cursor:not-allowed}.loading,.empty-state{text-align:center;padding:3rem;color:#64748b}.empty-state p{margin-bottom:1rem}.error-message{padding:.875rem 1rem;background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1e293b}.modal-close{background:transparent;border:none;cursor:pointer;color:#64748b;padding:.25rem;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#1e293b}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e2e8f0}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#1e293b;background:#fff;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.btn-cancel{padding:.75rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.btn-cancel:hover:not(:disabled){background:#f8fafc;color:#1e293b}.btn-submit{padding:.75rem 1.5rem;background:#3b82f6;border:none;border-radius:8px;font-size:.875rem;font-weight:600;color:#fff;cursor:pointer;transition:background .2s}.btn-submit:hover:not(:disabled){background:#2563eb}.btn-cancel:disabled,.btn-submit:disabled{opacity:.7;cursor:not-allowed}@media(max-width:1024px){.dashboard-layout{grid-template-columns:1fr}.sidebar{display:none}.section-actions{flex-wrap:wrap}.search-box{min-width:150px}}@media(max-width:768px){.products-table{display:block;overflow-x:auto}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.form-row{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root{width:100%;min-height:100vh}.loading-container{display:flex;justify-content:center;align-items:center;min-height:100vh}.loading{padding:2rem;font-size:1.2rem;color:#666}.btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:all .2s;font-weight:500}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#545b62}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background-color:#c82333}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.error-message{padding:1rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;margin-bottom:1rem}.success-message{padding:1rem;background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:4px;margin-bottom:1rem}
