code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.error-boundary{align-items:center;background:#f9fafb;display:flex;justify-content:center;min-height:100vh;padding:1rem}.error-boundary-container{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;max-width:600px;padding:3rem 2rem;text-align:center;width:100%}.error-boundary-icon{align-items:center;color:#ef4444;display:flex;justify-content:center;margin:0 auto 1.5rem}.error-boundary-title{color:#111827;font-size:1.875rem;font-weight:700;margin:0 0 1rem}.error-boundary-message{color:#6b7280;font-size:1rem;line-height:1.6;margin:0 0 2rem}.error-boundary-details{background:#f3f4f6;border-radius:.5rem;margin:2rem 0;padding:1rem;text-align:left}.error-boundary-details-title{color:#374151;font-size:.875rem;font-weight:600;margin:0 0 .5rem}.error-boundary-details-content{background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;color:#ef4444;font-size:.75rem;margin:0;overflow-x:auto;padding:.75rem}.error-boundary-actions{display:flex;justify-content:center}.error-boundary-button{align-items:center;background:#3b82f6;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;transition:all .2s ease}.error-boundary-button:hover{background:#2563eb}.error-boundary-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.login-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:1rem}.login-container{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;padding:2.5rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-title{color:#111827;font-size:2rem;font-weight:700;margin:0 0 .5rem}.login-subtitle{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}.login-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#991b1b;display:flex;font-size:.875rem;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.login-error svg{flex-shrink:0}.login-button{align-items:center;background:#3b82f6;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;transition:all .2s ease;width:100%}.login-button:hover:not(:disabled){background:#2563eb;box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{cursor:not-allowed;opacity:.6}.login-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.login-spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.login-info{color:#9ca3af;font-size:.75rem;margin:1.5rem 0 0;text-align:center}@media (max-width:640px){.login-container{padding:2rem}.login-title{font-size:1.5rem}}.system-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;color:inherit;display:flex;gap:1.5rem;padding:2rem;text-decoration:none;transition:all .2s ease}.system-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.system-card:focus{outline:2px solid #3b82f6;outline-offset:2px}.system-card-icon{align-items:center;background:#eff6ff;border-radius:.5rem;color:#3b82f6;display:flex;flex-shrink:0;height:64px;justify-content:center;width:64px}.system-card-content{flex:1 1;min-width:0}.system-card-title{color:#111827;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.system-card-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}.system-card-arrow{color:#9ca3af;flex-shrink:0;transition:transform .2s ease}.system-card:hover .system-card-arrow{color:#3b82f6;transform:translateX(4px)}@media (max-width:640px){.system-card{flex-direction:column;text-align:center}.system-card-arrow{transform:rotate(90deg)}.system-card:hover .system-card-arrow{transform:rotate(90deg) translateX(4px)}}.portal-page{background:#f9fafb;min-height:100vh}.portal-header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.portal-header-content{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1.5rem 2rem}.portal-header-title{color:#111827;font-size:1.5rem;font-weight:700;margin:0}.portal-header-actions{align-items:center;display:flex;gap:1.5rem}.portal-logout-button,.portal-user-info{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem}.portal-logout-button{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.portal-logout-button:hover{background:#f9fafb;border-color:#9ca3af;color:#111827}.portal-logout-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.portal-main{padding:3rem 2rem}.portal-content{margin:0 auto;max-width:1200px}.portal-welcome{margin-bottom:3rem;text-align:center}.portal-welcome-title{color:#111827;font-size:2rem;font-weight:700;margin:0 0 .5rem}.portal-welcome-text{color:#6b7280;font-size:1rem;margin:0}.portal-systems{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media (max-width:768px){.portal-header-content{align-items:flex-start;flex-direction:column}.portal-header-actions{align-items:stretch;flex-direction:column;width:100%}.portal-logout-button{justify-content:center}.portal-main{padding:2rem 1rem}.portal-welcome-title{font-size:1.5rem}.portal-systems{grid-template-columns:1fr}}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}@keyframes spin{to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.2f8853d9.css.map*/