body{background-color:#f0f2f5;font-family:Segoe UI,sans-serif;margin:0}.login-page{align-items:center;background-color:#0f111a;display:flex;justify-content:center;min-height:100vh}.login-card{background-color:#1a1c26;border-radius:1rem;box-shadow:0 10px 30px #0006;box-sizing:border-box;max-width:420px;padding:3rem 2.5rem;text-align:center;width:100%}.login-card h2{color:#fff;font-size:2rem;font-weight:700;letter-spacing:.5px;margin-bottom:2.5rem;text-transform:uppercase}.login-card button,.login-card input{border-radius:.5rem;box-sizing:border-box;display:block;font-size:1rem;margin-bottom:1.25rem;padding:1.1rem 1.25rem;width:100%}.login-card input{background-color:#0f111a;border:1px solid #2a2c3d;color:#fff;transition:border-color .3s,background-color .3s}.login-card input::placeholder{color:#aaa}.login-card input.has-error{background-color:#e639461a;border-color:#e63946;color:#fff}.login-card button{background-color:#1f2a3c;border:none;color:#fff;cursor:pointer;font-weight:600;transition:background-color .3s}.login-card button:hover{background-color:#28364d}.login-card button:disabled{background-color:#394d6e;color:#fff9;cursor:not-allowed}.login-card .error-message{color:#e63946;font-size:.95rem;line-height:1.4;margin-top:-.5rem}.dashboard{background-color:#1e1e2f;color:#fff;display:flex;min-height:100vh}.dashboard .sidebar{background-color:#27293d;display:flex;flex-direction:column;gap:2rem;padding:2rem 1rem;width:240px}.dashboard .sidebar .logo{color:#007bff;font-size:1.8rem;font-weight:700;text-align:center}.dashboard .sidebar .logout-container{display:flex;justify-content:left;margin-top:auto;padding:1rem 0}.dashboard .sidebar .logout-container .logout-button{background-color:#1f2a3c;border:none;color:#fff;cursor:pointer;font-weight:600;transition:background-color .3s}.dashboard .sidebar .logout-container .logout-button .logout-icon{fill:#f44336;height:24px;margin-right:.5rem;width:24px}.dashboard .sidebar nav{display:flex;flex-direction:column;gap:1rem}.dashboard .sidebar nav div{border-radius:8px;color:#b0b3c0;padding:.5rem 1rem;text-decoration:none}.dashboard .sidebar nav div.active,.dashboard .sidebar nav div:hover{background-color:#007bff;color:#fff;cursor:pointer}.dashboard .content{background-color:#1e1e2f;flex-grow:1;padding:2rem}.dashboard .content .top-bar{display:flex;justify-content:flex-end;margin-bottom:1rem}.dashboard .content .top-bar .logout-button{background-color:#d9534f;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1.2rem;transition:background-color .3s ease}.dashboard .content .top-bar .logout-button:hover{background-color:#c9302c}.dashboard .content .filter-card{display:flex;gap:.5rem;margin-bottom:1.5rem;margin-top:-1rem}.dashboard .content .filter-card .filter-button{background-color:#2a2c3d;border:none;border-radius:6px;color:#ccc;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .3s}.dashboard .content .filter-card .filter-button:hover{background-color:#3a3c4d}.dashboard .content .filter-card .filter-button.active{background-color:#007bff;color:#fff}.dashboard .content .products-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.dashboard .content .products-header h1{font-size:2rem;margin:0}.dashboard .content .products-header .add-button{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.6rem 1.2rem;transition:background-color .3s ease}.dashboard .content .products-header .add-button:hover{background-color:#0062cc}.dashboard .content h1{font-size:2rem;margin-bottom:2rem}.dashboard .content .project-table{background-color:#2a2c3d;border-collapse:collapse;border-radius:8px;overflow-x:auto;width:100%}.dashboard .content .project-table td,.dashboard .content .project-table th{border-bottom:1px solid #3a3c4d;max-width:250px;padding:1rem;text-align:left;white-space:normal;word-break:break-word}.dashboard .content .project-table th{background-color:#2f3145;color:#ccc;text-transform:uppercase}.dashboard .content .project-table td{color:#eee}.dashboard .content .project-table .actions{display:flex;gap:.5rem}.dashboard .content .project-table .actions .delete,.dashboard .content .project-table .actions .edit{background:none;border:none;cursor:pointer;font-size:1.2rem}.dashboard .content .project-table .actions .delete.edit:hover,.dashboard .content .project-table .actions .edit.edit:hover{color:#007bff}.dashboard .content .project-table .actions .delete.delete:hover,.dashboard .content .project-table .actions .edit.delete:hover{color:#d9534f}.dashboard .table-scroll{overflow-x:auto}.fullscreen-loader{align-items:center;background-color:#0f111ad9;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.fullscreen-loader .spinner{animation:spin .8s linear infinite;border:6px solid #fff3;border-radius:50%;border-top-color:#fff;height:60px;width:60px}.loader-wrapper{align-items:center;display:flex;height:100%;justify-content:center;padding:2rem}.loader-wrapper .spinner{animation:spin 1s linear infinite;border:4px solid #fff3;border-radius:50%;border-top-color:#fff;height:48px;width:48px}@keyframes spin{to{transform:rotate(1turn)}}.popup-overlay{align-items:center;animation:fadeIn .2s ease-in-out;background-color:#0f111abf;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.popup-card{background-color:#1a1c26;border-radius:1rem;box-shadow:0 8px 30px #00000080;color:#fff;max-width:400px;padding:2rem;text-align:center;width:100%}.popup-card h2{font-size:1.5rem;margin-bottom:1.2rem}.popup-card .popup-content{font-size:1rem;margin-bottom:1.5rem}.popup-card .popup-actions{display:flex;gap:1rem;justify-content:center}.popup-card .popup-actions .popup-btn{border:none;border-radius:.5rem;cursor:pointer;font-weight:600;min-width:100px;padding:.6rem 1.2rem;text-align:center;transition:background-color .3s}.popup-card .popup-actions .popup-btn.cancel{background-color:#3a3c4a;color:#ccc}.popup-card .popup-actions .popup-btn.cancel:hover{background-color:#50525f}.popup-card .popup-actions .popup-btn.disabled{background-color:#394d6e;color:#2d8cf0;cursor:not-allowed;pointer-events:none}.popup-card .popup-actions .popup-btn.danger{background-color:#f44336}.popup-card .popup-actions .popup-btn.confirm{background-color:#2d8cf0}.popup-card .popup-actions .popup-btn.confirm:hover{background-color:#1f76d0}.popup-inputs{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.popup-inputs input{background-color:#262837;border:1px solid #3b3e50;border-radius:8px;color:#fff;font-size:1rem;padding:.75rem}.popup-inputs input::placeholder{color:#aaa}.popup-inputs input:focus{border-color:#2d8cf0;outline:none}.popup-inputs input.required{background-color:#e639461a;border-color:#e63946;color:#fff}.popup-inputs input:disabled{background-color:#1f1f2e;border-color:#444;color:#666;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
/*# sourceMappingURL=main.3f1fe5ed.css.map*/