@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";body,html{margin:0;padding:0;width:100%}body{min-height:100vh;margin:0;background-color:#f5f5f7}.route-loading{display:flex;align-items:center;justify-content:center;min-height:50vh;font-size:18px;color:#555}.topHeader{background-color:#f5f5f7;padding:20px;font-family:Arial,sans-serif}.header-main{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo a{text-decoration:none;color:#1d1d1f}.logo a:hover{text-decoration:none}.logo strong{font-size:inherit;font-weight:inherit}.navigation{display:flex;gap:30px}.navigation a{font-size:18px;color:#777;text-transform:uppercase;position:relative;display:inline-block;text-decoration:none;color:#505050;padding:5px 0}.navigation a:hover{color:#174aa8;text-decoration:none}.navigation a:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background-color:#174aa8;transition:width .3s ease-in-out}.navigation a:hover:after{width:100%}.icons{display:flex;gap:20px}.icon{font-size:20px;cursor:pointer;color:#1e57d2}.icon:hover{color:#174aa8}.header-icons{display:flex;align-items:center;gap:20px}.user-info{display:inline-block;padding:5px 15px;font-size:16px;font-weight:700;color:#f5f5f7;background-color:#174aa8;border:none;border-radius:5px;cursor:pointer;text-align:center;text-decoration:none;transition:background-color .3s ease,box-shadow .3s ease}.user-info:hover{background-color:#174aa8;box-shadow:0 4px 8px #0003;outline:2px solid #174aa8;outline-offset:2px;transition:outline .3s ease}.user-info:active{background-color:#868686;box-shadow:none}.user-nav-group{display:flex;align-items:center;gap:10px}.logout-btn{padding:6px 14px;font-size:14px;font-weight:700;color:#555;background-color:transparent;border:1px solid #ccc;border-radius:5px;cursor:pointer;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.logout-btn:hover{background-color:#e63946;color:#f5f5f7;border-color:#e63946}@media (max-width: 768px){.header-main{flex-direction:column;align-items:flex-start}.navigation{width:100%;justify-content:space-between;margin-top:20px;margin-bottom:20px;flex-wrap:wrap}.icons{margin-top:20px}}@media (max-width: 480px){.navigation{flex-direction:column;gap:15px;align-items:flex-start}.icons{align-self:flex-end}}.footer{background-color:#f5f5f7;padding:50px;display:flex;flex-direction:column;align-items:center;font-family:Arial,sans-serif}.logo{font-family:Bebas Neue,sans-serif;font-size:40px;font-weight:400;line-height:1;letter-spacing:-2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;white-space:nowrap}.footer-content{display:flex;flex-wrap:wrap;width:100%;max-width:1200px;margin:0 auto;justify-content:space-between}.footer-section{flex:1;margin:20px;min-width:250px}.footer-section h3{font-size:16px;font-weight:700;text-transform:uppercase;margin-bottom:15px}.footer-section p,.footer-section ul{font-size:14px;color:#777;line-height:1.6}.footer-section ul{list-style-type:none;padding:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{text-decoration:none;color:#777}.footer-section ul li a:hover{text-decoration:underline;color:#000}.email-signup{display:flex;align-items:center;margin-top:20px}.email-signup input{padding:10px;border:1px solid #ccc;flex:1;border-radius:4px;outline:none}.email-signup button{background-color:#000;color:#fff;border:none;padding:11px;cursor:pointer;border-radius:4px;margin-left:10px}.email-signup button:hover{background-color:#333}.social-icons{display:flex;gap:15px;margin-top:20px}.social-icons svg{font-size:20px;cursor:pointer}.social-icons svg:hover{color:#000}.navbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;background-color:#f5f5f5;padding:20px;font-family:Arial,sans-serif}.navbar-logo{font-size:24px;font-weight:700;text-transform:uppercase;text-decoration:none;color:#000}.navbar-links{display:flex;flex-wrap:wrap;gap:30px}.navbar-links a{text-decoration:none;font-size:16px;color:#777;text-transform:uppercase}.navbar-links a:hover{color:#000}.navbar-icons{display:flex;gap:20px}.navbar-icons svg{font-size:20px;cursor:pointer}.navbar-icons svg:hover{color:#000}body{margin:0;padding:0;box-sizing:border-box}.wrapper{max-width:1200px;margin:0 auto}.section-padding{padding:100px 0}@media (max-width: 768px){.navbar{flex-direction:column;align-items:flex-start}.navbar-links{width:100%;justify-content:space-between}.footer-content{flex-direction:column;align-items:center}.footer-section{margin:10px 0}}@media (max-width: 480px){.navbar-links{flex-direction:column;gap:15px}.footer-section{min-width:200px}}.global-api-error-toast{position:fixed;top:1rem;right:1rem;z-index:1000;display:flex;align-items:flex-start;gap:.75rem;max-width:26rem;padding:.875rem 1rem;border:1px solid #d96c6c;border-radius:.75rem;background:#fff5f5;box-shadow:0 12px 30px #5c171729;color:#5f1b1b}.global-api-error-toast__content{flex:1}.global-api-error-toast__title{display:block;margin-bottom:.25rem;font-size:.95rem}.global-api-error-toast__message{margin:0;line-height:1.4;font-size:.9rem}.global-api-error-toast__close{border:0;background:transparent;color:inherit;font-size:1.25rem;line-height:1;cursor:pointer}@media (max-width: 640px){.global-api-error-toast{left:1rem;right:1rem;max-width:none}}.landing{font-family:Arial,sans-serif;padding:20px;max-width:1200px;margin:0 auto}.hero-section{display:flex;justify-content:space-between;align-items:center;padding:50px 0}.hero-content{padding:40px;width:60%}.hero-content h1{font-size:36px;font-weight:700;margin-bottom:20px;text-align:left}.hero-content p{font-size:16px;line-height:1.6;color:#555;margin-bottom:30px}.learn-more-button{background-color:#000;color:#fff;padding:12px 20px;text-decoration:none;border-radius:4px;transition:background-color .3s}.learn-more-button:hover{background-color:#333}.hero-image{width:60%;display:flex;justify-content:space-between;align-items:center;height:auto}.about{font-family:Arial,sans-serif;padding:20px;max-width:1200px;margin:0 auto}.about-section{display:flex;justify-content:space-between;align-items:center;padding:50px 0}.about-content{padding:30px;width:60%}.about-image{width:40%;display:flex;justify-content:space-between;align-items:center;height:auto}.about-content h1{font-size:36px;font-weight:700;margin:unset;text-align:left}.about-content h2{font-size:25px;line-height:1.6;color:#555;margin-bottom:30px;text-align:left;margin:unset}.about-content p{font-size:16px;line-height:1.6;color:#555;margin-bottom:30px}.image-placeholder{width:100%;height:400px;background-color:#ddd;display:flex;justify-content:center;align-items:center;font-size:18px;color:#888}@media (max-width: 768px){.hero-section{flex-direction:column;text-align:center}.hero-content,.hero-image{width:100%}.about-section{flex-direction:column;text-align:center}.about-content,.about-image{width:100%}}@media (max-width: 480px){.hero-content h1{font-size:28px}.hero-content p{font-size:14px}.about-content h1{font-size:28px}.about-content p{font-size:14px}}
