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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--gray:#9e9e9e;--black:#1c1c1c;--white:#fff;--offwhite:#f4f3f2;--offwhite-dark:#f4f3f29a;--primary-blue:#007bff;--primary-blue-hover:#0056b3}*{box-sizing:border-box;margin:0;padding:0}body{background:#f4f3f2;background:var(--offwhite);color:#1c1c1c;color:var(--black);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.footer{background-color:#1c1c1c;background-color:var(--black);color:#fff;color:var(--white);padding:4rem 2rem 2rem}.footer-container{margin:0 auto;max-width:1200px}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.footer-section h4{color:#fff;color:var(--white);font-size:1.2rem;margin-bottom:1.5rem}.footer-section a{color:#9e9e9e;color:var(--gray);display:block;margin-bottom:.75rem;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff;color:var(--white)}.footer-bottom{align-items:center;border-top:1px solid #9e9e9e;border-top:1px solid var(--gray);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer-bottom p{color:#9e9e9e;color:var(--gray)}.footer-links{display:flex;gap:2rem}.footer-links a{color:#9e9e9e;color:var(--gray);text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff;color:var(--white)}@media (max-width:768px){.footer{padding:3rem 1rem 1.5rem}.footer-bottom{flex-direction:column;text-align:center}.footer-links{flex-direction:column;gap:1rem}}.loader-wrapper{align-items:center;animation:fadeIn .3s ease-in-out;background:#0d1117;color:#fff;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh;justify-content:center}.spinner{animation:spin 1s linear infinite;border:4px solid #fff3;border-radius:50%;border-top-color:#56c1bc;height:48px;margin-bottom:12px;width:48px}.loading-text{font-size:.95rem;letter-spacing:.5px;opacity:.8}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=main.42e6c705.css.map*/