*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f5f5f5;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#2c3e50;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700}.user-info{display:flex;align-items:center;gap:1rem}.btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .3s}.btn-primary{background:#3498db;color:#fff}.btn-primary:hover{background:#2980b9}.btn-success{background:#27ae60;color:#fff}.btn-success:hover{background:#219a52}.btn-logout{background:#e74c3c;color:#fff}.btn-logout:hover{background:#c0392b}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-form h2{text-align:center;margin-bottom:1.5rem;color:#2c3e50}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3498db}.error-message{color:#e74c3c;text-align:center;margin-bottom:1rem;padding:.5rem;background:#fdf2f2;border-radius:4px}.dashboard{padding:2rem 0}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.users-grid{display:grid;gap:1rem}.user-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;border-left:4px solid #3498db}.user-card.inactive{opacity:.6;border-left-color:#95a5a6}.user-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.user-name{font-size:1.2rem;font-weight:600;color:#2c3e50}.user-role{background:#ecf0f1;color:#2c3e50;padding:.25rem .5rem;border-radius:12px;font-size:.8rem;font-weight:500}.user-details{color:#7f8c8d;font-size:.9rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;padding:2rem;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h3{margin:0;color:#2c3e50}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#7f8c8d}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.loading{text-align:center;padding:2rem;color:#7f8c8d}
