@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#f5f5f4;color:#171717;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem;overflow:hidden;position:relative;font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(0,0,0,.01) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.01) 0%,transparent 50%);pointer-events:none;z-index:0}.container{max-width:1000px;width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem;animation:fadeIn 1.2s cubic-bezier(.22,1,.36,1);position:relative;z-index:1}.logo-section{display:flex;align-items:center;gap:1.5rem;position:relative}.logo-section #animated-logo{display:block;filter:contrast(1.1);transition:all .3s cubic-bezier(.22,1,.36,1)}.logo-section #animated-logo:hover{transform:translateY(-1px)}.logo-section .brand-name{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}.logo-section .brand-name .brand-line{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:-.04em;line-height:.95;color:#171717;margin:0;text-rendering:optimizeLegibility;transition:all .3s cubic-bezier(.22,1,.36,1)}.logo-section .brand-name .brand-line:hover{letter-spacing:-.02em;color:#0a0a0a}.content{text-align:center;max-width:640px;width:100%}.content .mission{font-size:1.25rem;font-weight:400;line-height:1.6;letter-spacing:-.01em;color:#171717;margin-bottom:3.5rem;opacity:0;animation:slideUp 1s cubic-bezier(.22,1,.36,1) .3s forwards}.content .divider{width:60px;height:1px;background:linear-gradient(90deg,transparent,#e5e5e5 20%,#e5e5e5 80%,transparent);margin:3.5rem auto;opacity:0;animation:expandWidth 1s cubic-bezier(.22,1,.36,1) .6s forwards}.content .coming-soon{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.3em;color:#a3a3a3;opacity:0;animation:fadeIn 1s cubic-bezier(.22,1,.36,1) .9s forwards;position:relative;display:inline-block;padding:.5rem 1rem}.content .coming-soon:before{content:"";position:absolute;inset:0;border:1px solid #e5e5e5;border-radius:2px;opacity:.5}.status-indicator{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;color:#a3a3a3;margin-top:2rem;opacity:0;animation:fadeIn 1s cubic-bezier(.22,1,.36,1) 1.2s forwards}.status-indicator:before{content:"";width:6px;height:6px;background:#a3a3a3;border-radius:50%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes expandWidth{0%{width:0;opacity:0}to{width:60px;opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@media (max-width: 768px){.container{gap:3rem;padding:0 1rem}.logo-section{flex-direction:column;gap:2rem}.logo-section #animated-logo{padding:.75rem}.logo-section .brand-name{align-items:center}.logo-section .brand-name .brand-line{font-size:2rem;text-align:center}.content .mission{font-size:1.125rem;margin-bottom:2.5rem}.content .coming-soon{font-size:.7rem;padding:.4rem .8rem}}@media (max-width: 480px){.logo-section #animated-logo{width:140px;height:140px}.logo-section .brand-name .brand-line{font-size:1.75rem}.content .mission{font-size:1rem;line-height:1.7}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.brand-name .brand-line{font-weight:300}#animated-logo{image-rendering:-webkit-optimize-contrast}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
