.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{background:#fff;border-radius:16px;padding:2.5rem;width:100%;max-width:420px;box-shadow:var(--shadow-lg)}.login-header{text-align:center;margin-bottom:2rem}.login-header .logo{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:var(--primary-light);color:var(--primary);margin-bottom:1rem}.login-header h1{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.login-header .subtitle{color:var(--gray-500);font-size:.875rem}.alert{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1.5rem;font-size:.875rem}.alert-error{background:var(--danger-light);color:var(--danger);border:1px solid #fecaca}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.375rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper .input-icon{position:absolute;left:.75rem;font-size:1rem;pointer-events:none}.input-wrapper input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid var(--gray-300);border-radius:var(--radius);font-size:.9375rem;transition:border-color .2s,box-shadow .2s;outline:none}.input-wrapper input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.input-wrapper input:disabled{background:var(--gray-100);cursor:not-allowed}.toggle-password{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;font-size:1.125rem;padding:.25rem;line-height:1}.btn-login{width:100%;padding:.875rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:.5rem}.btn-login:hover:not(:disabled){background:var(--primary-hover)}.btn-login:disabled{opacity:.7;cursor:not-allowed}.btn-loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.divider{display:flex;align-items:center;margin:1.75rem 0;color:var(--gray-400);font-size:.8125rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--gray-200)}.divider span{padding:0 .75rem}.system-links{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.system-link{display:flex;align-items:center;gap:.5rem;padding:.75rem;border:1px solid var(--gray-200);border-radius:var(--radius);text-decoration:none;color:var(--gray-700);transition:border-color .2s,background-color .2s;cursor:default}.system-link:hover{border-color:var(--primary);background:var(--primary-light)}.system-link .system-icon{font-size:1.25rem}.system-link strong{display:block;font-size:.75rem;font-weight:600}.system-link small{display:block;font-size:.625rem;color:var(--gray-500)}.login-footer{text-align:center;margin-top:1.75rem;color:var(--gray-400);font-size:.75rem}@media (max-width: 480px){.login-card{padding:1.5rem}.system-links{grid-template-columns:1fr}}.dashboard-layout{min-height:100vh;background:#f0f4f8}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;background:linear-gradient(135deg,#1a3a5c,#2a5a8c);color:#fff}.header-left{display:flex;align-items:center;gap:1rem}.header-logo{width:56px;height:56px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;overflow:hidden}.header-logo img{width:48px;height:48px;object-fit:contain}.header-text{display:flex;flex-direction:column}.header-subtitle{font-size:.875rem;opacity:.85}.header-title{font-size:1.25rem;font-weight:700;letter-spacing:.02em}.header-right{display:flex;align-items:center;gap:.75rem}.header-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:6px;cursor:pointer;font-size:.875rem;transition:background .2s}.header-btn:hover{background:#ffffff40}.dashboard-content{display:grid;grid-template-columns:1fr 300px;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}.section-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.module-section{flex:1}.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.module-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.75rem 1rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s;position:relative}.module-card:hover:not(:disabled){border-color:#2a5a8c;box-shadow:0 4px 12px #2a5a8c26;transform:translateY(-2px)}.module-card.active{border-color:#2a5a8c;background:#f0f7ff}.module-card:disabled{opacity:.7;cursor:wait}.module-card-icon{font-size:2.25rem}.module-card-name{font-size:.8125rem;font-weight:600;color:#2d3748;text-align:center}.module-card-spinner{position:absolute;top:.5rem;right:.5rem;width:16px;height:16px;border:2px solid #e2e8f0;border-top-color:#2a5a8c;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.role-section{position:sticky;top:2rem;align-self:start}.role-section-subtitle{font-size:.875rem;color:#718096;margin-top:.25rem}.role-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.role-card{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.25rem;background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s;text-align:left}.role-card:hover:not(:disabled):not(.active){border-color:#2a5a8c;box-shadow:0 2px 8px #2a5a8c1a}.role-card.active{border-color:#2a5a8c;background:#f0f7ff;cursor:default}.role-card:disabled:not(.active){opacity:.5;cursor:wait}.role-card-name{font-size:.9375rem;font-weight:700;color:#1a202c}.role-card-org{font-size:.8125rem;color:#718096}.alert{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;margin-top:1.5rem;font-size:.875rem}.alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}@media (max-width: 768px){.dashboard-header{flex-direction:column;gap:1rem;padding:1rem;text-align:center}.header-left{flex-direction:column}.dashboard-content{grid-template-columns:1fr;padding:1rem}.module-grid{grid-template-columns:repeat(2,1fr)}.role-section{position:static}}.profile-detail{margin-top:2rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:2rem}.profile-detail-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:#718096;font-size:.875rem}.profile-detail-loading .spinner{width:20px;height:20px;border:3px solid #e2e8f0;border-top-color:#2a5a8c;border-radius:50%;animation:spin .6s linear infinite}.profile-detail-error{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem}.btn-retry{padding:.375rem .75rem;background:#fff;border:1px solid #fecaca;color:#dc2626;border-radius:6px;cursor:pointer;font-size:.8125rem;font-weight:500}.btn-retry:hover{background:#fef2f2}.profile-detail-content{display:flex;gap:2rem;align-items:flex-start}.profile-detail-photo{flex-shrink:0}.profile-detail-photo img{width:120px;height:150px;object-fit:cover;border-radius:10px;border:3px solid #e2e8f0}.profile-photo-placeholder{width:120px;height:150px;border-radius:10px;background:linear-gradient(135deg,#1a3a5c,#2a5a8c);color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700}.profile-detail-info{flex:1;display:flex;flex-direction:column;gap:1rem}.profile-detail-item{display:flex;flex-direction:column;gap:.25rem}.profile-detail-item label{font-size:.75rem;color:#718096;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.profile-detail-item span{font-size:1rem;color:#1a202c;font-weight:500}.profile-role-badge{display:inline-block;background:#f0f7ff;color:#2a5a8c!important;padding:.25rem .75rem;border-radius:100px;font-size:.875rem!important;border:1px solid #bfdbfe;width:fit-content}@media (max-width: 640px){.profile-detail-content{flex-direction:column;align-items:center;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--primary-hover: #1d4ed8;--primary-light: #dbeafe;--danger: #dc2626;--danger-light: #fef2f2;--success: #16a34a;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--radius: 8px;--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--gray-50);color:var(--gray-900);line-height:1.6;-webkit-font-smoothing:antialiased}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.125rem;color:var(--gray-500)}
