body{min-height:100vh;margin:0;padding:0;overflow-x:hidden}.bg-light{background-color:#f7f8fa}.bg-primary{background-color:#1e3a5f}.bg-secondary{background-color:#2c5282}.text-dark{color:#0f1a2e}.text-primary{color:#1e3a5f}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.border-primary{border-color:#1e3a5f}.hover\:bg-secondary:hover{background-color:#2c5282}.focus\:border-primary:focus{border-color:#1e3a5f;outline:none;box-shadow:0 0 0 3px #1e3a5f1a}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.page-transition{animation:.4s cubic-bezier(.4,0,.2,1) forwards fadeScaleIn}@keyframes fadeScaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;top:1rem;right:1rem}.toast-item{pointer-events:auto;background:#fff;border-left:4px solid;border-radius:.75rem;align-items:center;gap:.75rem;min-width:280px;padding:.75rem 1.25rem;animation:.3s slideInRight,.3s 3.7s forwards fadeOut;display:flex;box-shadow:0 10px 25px #00000026}.toast-success{border-color:#10b981}.toast-item.toast-success{background:#ecfdf5}.toast-error{border-color:#ef4444}.toast-item.toast-error{color:#fff;background:#dc2626;border-color:#0000}.toast-item.toast-error .toast-message{color:#fff}.toast-info{border-color:#3b82f6}.toast-icon{font-size:1.5rem}.toast-message{color:#1f2937;flex:1;font-size:.875rem}@keyframes slideInRight{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{to{opacity:0;transform:translateY(-10px)}}.tab-btn{color:#6b7280;background:0 0;border-radius:.5rem .5rem 0 0;font-weight:600;transition:all .2s}.tab-btn.active{color:#fff;background:#1e3a5f;border-bottom:2px solid #1e3a5f}.form-input,.form-select{background-color:#fff;border:2px solid #e2e8f0;border-radius:.75rem;width:100%;padding:.6rem .8rem;transition:all .2s}.form-input:focus,.form-select:focus{border-color:#1e3a5f;outline:none;box-shadow:0 0 0 3px #1e3a5f1a}.btn-primary{text-align:center;color:#fff;background-color:#1e3a5f;border-radius:.75rem;width:100%;padding:.7rem 1rem;font-weight:600;transition:all .2s}.btn-primary:hover{background-color:#2c5282;transform:translateY(-2px)}.login-card{flex-direction:column;max-height:85dvh;display:flex;overflow:hidden}.scrollable-form{-webkit-overflow-scrolling:touch;flex:1;padding-right:.25rem;overflow-y:auto}
