*{margin:0;padding:0;box-sizing:border-box}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:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;color:#333}#root{min-height:100vh;display:flex;flex-direction:column}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.login-box{background:white;padding:60px 40px;border-radius:12px;box-shadow:0 10px 40px #0003;text-align:center;max-width:400px;width:100%}.login-box h1{margin-bottom:10px;color:#333;font-size:32px;font-weight:600}.login-box p{color:#666;margin-bottom:40px;font-size:16px}.login-button{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:14px 40px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #667eea66}.login-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.login-button:active{transform:translateY(0)}.dashboard-container{flex:1;background:#f5f7fa;padding:30px 20px}.dashboard-content{max-width:1200px;margin:0 auto}.dashboard-title{color:#333;margin-bottom:30px;font-size:28px;font-weight:600}.dashboard-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-bottom:30px}.dashboard-actions .btn{min-width:180px;height:44px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.employee-form{background:white;padding:30px;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px}.employee-form h2{margin-bottom:20px;color:#333;font-size:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#555;font-weight:500;font-size:14px}.form-group input,.form-group select{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:all .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled,.form-group select:disabled{background-color:#e9ecef;cursor:not-allowed;opacity:.6}.btn{padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s}.btn-primary{background-color:#667eea;color:#fff}.btn-primary:hover{background-color:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#5a6268}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.employee-list{background:white;padding:30px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.employee-list h2{margin-bottom:20px;color:#333;font-size:20px}.employee-table{width:100%;border-collapse:collapse}.employee-table thead{background-color:#f8f9fa}.employee-table th,.employee-table td{padding:12px;text-align:left;border-bottom:1px solid #e9ecef}.employee-table th{font-weight:600;color:#495057;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.employee-table tbody tr{transition:background-color .2s}.employee-table tbody tr:hover{background-color:#f8f9fa}.employee-table td{color:#333}.action-buttons{display:flex;gap:8px}.btn-sm{padding:6px 12px;font-size:12px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:white;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-width:500px;width:90%;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:24px 24px 16px;border-bottom:1px solid #e9ecef}.modal-header h3{margin:0;color:#333;font-size:20px;font-weight:600}.modal-body{padding:24px;color:#555;font-size:15px;line-height:1.6}.modal-body p{margin:0}.modal-footer{padding:16px 24px 24px;display:flex;justify-content:flex-end;gap:12px}.modal-footer .btn{min-width:100px}.modal-form{max-width:600px}.modal-form .form-group{margin-bottom:16px}.modal-form .form-group:last-of-type{margin-bottom:0}.employee-table tbody tr.selected-row{background-color:#e7f3ff}.employee-table tbody tr.selected-row:hover{background-color:#d0e8ff}.employee-table input[type=checkbox]{cursor:pointer;width:18px;height:18px}@media (max-width: 768px){.login-box{padding:40px 30px}.dashboard-title{font-size:24px}.employee-form,.employee-list{padding:20px}.employee-table{font-size:14px}.employee-table th,.employee-table td{padding:8px}.action-buttons{flex-direction:column}.dashboard-actions{flex-direction:column;align-items:stretch}.dashboard-actions .btn{width:100%;min-width:auto}}@media (max-width: 480px){.login-box h1{font-size:24px}.form-group input{font-size:16px}.dashboard-actions .btn{font-size:14px;padding:10px 16px}}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-active{background-color:#d1e7dd;color:#0f5132}.status-warning{background-color:#fff3cd;color:#664d03}.status-error{background-color:#f8d7da;color:#842029}.btn-link{background:none;border:none;padding:0;cursor:pointer;font-size:14px;font-weight:500;text-decoration:underline;transition:opacity .2s}.btn-link:hover{opacity:.8}.btn-link:disabled{opacity:.5;cursor:not-allowed}
