.in-progress-wrapper{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,var(--bg),var(--bg-card)#8e2de2);color:#fff;font-family:Helvetica Neue,Arial,sans-serif;text-align:center;padding:2rem;flex-direction:column}.in-progress-content{max-width:600px;width:100%;background:#0006;padding:3rem 2rem;border-radius:20px;box-shadow:0 20px 40px #0006;animation:fadeIn 1s ease forwards}.in-progress-content h1{font-size:2.5rem;margin-bottom:1rem;letter-spacing:1px;text-transform:uppercase}.in-progress-content p{font-size:1.2rem;margin-bottom:2rem;letter-spacing:.1em;text-transform:uppercase}.in-progress-content .footer-text a{color:#099;text-decoration:underline;transition:color .3s ease}.in-progress-content .footer-text a:hover{color:#fff}.progress-bar{width:100%;height:10px;background:#fff3;border-radius:5px;overflow:hidden;margin-bottom:2rem}.progress-fill{width:0%;height:100%;background:#099;border-radius:5px;animation:progressAnimation 2s ease-in-out forwards}@keyframes progressAnimation{0%{width:0%}to{width:65%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.in-progress-content h1{font-size:2rem}.in-progress-content p{font-size:1rem}}.in-progress-logo{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:4rem}.in-progress-logo img{width:24vw;height:auto;object-fit:contain;display:block}.in-progress-logo p{font-size:1rem;color:#fff;text-align:center;margin:0}@media(max-width:768px){.in-progress-logo img{width:80px}.in-progress-logo p{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}html,#root,body{width:100%;height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg);color:var(--text-main);transition:background-color .3s ease,color .3s ease}html{scroll-behavior:smooth}section{scroll-margin-top:200px;width:100%}a,button{text-decoration:none;cursor:pointer}a:hover{text-decoration:none}:root{--bg: #033;--bg-card: #022;--secondary: rgb(255, 124, 181);--accent: #099;--hover: rgb(0, 97, 97);--border: rgb(138, 173, 173);--text-main: #f5f5f5;--text-muted: rgb(138, 173, 173)}[data-theme=light]{--bg: rgb(212, 227, 227);--bg-card: rgb(241, 249, 249);--secondary: rgb(46, 13, 27);--accent: #099;--hover: rgb(0, 97, 97);--border: rgb(0, 88, 88);--text-main: #033;--text-muted: rgb(0, 88, 88)}h1{font-size:clamp(2.75rem,5vw,3.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.1}h2{font-size:2rem;font-weight:600;letter-spacing:-.02em}h3{font-size:1.125rem;font-weight:500}p,li{line-height:1.6;margin:0}.text-xl{font-size:1.125rem}.text-sm{font-size:.9rem}.text-neutral-400{color:var(--text-muted)}.text-neutral-500{color:#8a8a8a}.max-w-6xl{max-width:1100px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-28{padding-top:7rem;padding-bottom:7rem}.py-24{padding-top:6rem;padding-bottom:6rem}.content{width:100%;margin:0 auto 4rem;display:flex;flex-direction:column;gap:2rem}
