body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f7fa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{min-height:100vh}.loading-container{align-items:center;background:#f4f7fa;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e3e3e3;border-radius:50%;border-top-color:#1e3c7d;height:50px;margin-bottom:20px;width:50px}.loading-text{color:#1e3c7d;font-size:18px;font-weight:600}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{align-items:center;background:#f4f7fa;display:flex;justify-content:center;min-height:100vh}.error-content{background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001a;margin:20px;max-width:500px;padding:40px;text-align:center}.error-content h1{color:#1e3c7d;font-size:2rem;margin-bottom:16px}.error-content h2{color:#dc3545;font-size:1.5rem;margin-bottom:16px}.error-content p{color:#666;line-height:1.6;margin-bottom:24px}.home-container{margin:0 auto;max-width:1200px;padding:40px 20px;text-align:center}.home-header{margin-bottom:60px}.home-header h1{color:#1e3c7d;font-size:3rem;font-weight:700;margin-bottom:16px}.home-header h2{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:16px}.home-header p{color:#666;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.home-features{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:60px}.feature-highlight{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:40px 30px;transition:transform .3s ease,box-shadow .3s ease}.feature-highlight:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:20px}.feature-highlight h3{color:#1e3c7d;font-size:1.4rem;font-weight:600;margin-bottom:16px}.feature-highlight p{color:#666;line-height:1.6}.home-actions{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:60px}.home-footer{border-top:1px solid #e5e7eb;color:#666;padding-top:40px}.home-footer p{margin-bottom:8px}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;justify-content:center;min-width:160px;padding:14px 28px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#1e3c7d,#2563eb);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#1a3470,#1d4ed8);box-shadow:0 4px 15px #1e3c7d4d;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #1e3c7d;color:#1e3c7d}.btn-secondary:hover{background:#1e3c7d;box-shadow:0 4px 15px #1e3c7d33;color:#fff;transform:translateY(-2px)}.not-found-container{align-items:center;background:#f4f7fa;display:flex;justify-content:center;min-height:100vh}.not-found-content{background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001a;margin:20px;max-width:500px;padding:40px;text-align:center}.not-found-content h1{color:#1e3c7d;font-size:2rem;margin-bottom:20px}.error-code{color:#dc3545;font-size:6rem;font-weight:700;line-height:1;margin-bottom:20px}.not-found-content h2{color:#333;font-size:1.5rem;margin-bottom:16px}.not-found-content p{color:#666;line-height:1.6;margin-bottom:30px}.not-found-actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}@media (max-width:768px){.home-header h1{font-size:2.5rem}.home-header h2{font-size:1.5rem}.home-features{gap:30px;grid-template-columns:1fr}.home-actions{align-items:center;flex-direction:column}.btn{max-width:300px;width:100%}.not-found-actions{align-items:center;flex-direction:column}.error-code{font-size:4rem}}@media (max-width:480px){.home-container{padding:20px 15px}.home-header h1{font-size:2rem}.home-header h2{font-size:1.3rem}.feature-highlight{padding:30px 20px}.error-code{font-size:3rem}}.page-home{background:linear-gradient(135deg,#f4f7fa,#e8f2ff)}.page-login,.page-register{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.page-dashboard{background:#f4f7fa}.success-message{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #b4d7c1;border-radius:8px;color:#155724;font-size:14px;font-weight:500;margin-bottom:20px;padding:12px 16px;text-align:center}.auth-footer{border-top:1px solid #eee;margin-top:20px;padding-top:20px;text-align:center}.auth-footer p{color:#666;font-size:14px;margin:10px 0}.auth-footer a{color:#465ba9;font-weight:500;text-decoration:none;transition:color .3s ease}.auth-footer a:hover{color:#3a4d8f;text-decoration:underline}
/*# sourceMappingURL=main.7c5cc3f5.css.map*/