@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";body,html,#root{height:100vh;width:100vw;margin:0;padding:0;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0d0d0d;color:#fff}.newsletter-page{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100vh;width:100vw;text-align:center;padding:10vh 0 1rem 0;box-sizing:border-box;overflow:hidden;position:relative}.newsletter-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/upoup.png);background-size:450px auto;background-position:bottom left;background-repeat:no-repeat;opacity:.15;z-index:0;pointer-events:none}.newsletter-page:after{content:"";position:absolute;top:-360px;right:0;width:450px;height:100vh;background-image:url(/upoup.png);background-size:450px auto;background-position:top right;background-repeat:no-repeat;opacity:.15;z-index:0;pointer-events:none;transform:rotate(180deg)}.logo{margin-bottom:32px}.availability-status{display:flex;align-items:center;justify-content:center;gap:.75rem;background:#141414;border:1px solid #202020;border-radius:20px;padding:0;margin:0 auto 24px;width:204px;height:26px;font-size:12px;font-weight:400;letter-spacing:.5px;line-height:1}.availability-status span{transform:translateY(1px)}.status-dot{width:10px;height:10px;background:#0f8;border-radius:50%;position:relative;animation:pulse 2s ease-in-out infinite}.status-dot:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background:#26ed91;border-radius:50%;transform:translate(-50%,-50%);animation:pulse-phase-1 2s ease-in-out infinite}.status-dot:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background:#26ed91;border-radius:50%;transform:translate(-50%,-50%);animation:pulse-phase-2 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}}@keyframes pulse-phase-1{0%,30%{transform:translate(-50%,-50%) scale(1);opacity:0}40%{transform:translate(-50%,-50%) scale(1.3);opacity:.5}60%{transform:translate(-50%,-50%) scale(1.6);opacity:.3}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@keyframes pulse-phase-2{0%,50%{transform:translate(-50%,-50%) scale(1);opacity:0}60%{transform:translate(-50%,-50%) scale(1.3);opacity:.3}80%{transform:translate(-50%,-50%) scale(1.6);opacity:.2}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.header h1{font-size:40px;font-weight:400;letter-spacing:-1.5px;margin-bottom:16px;color:#fff}.header p{color:#c1c1c1;max-width:450px;margin:0 auto 32px;font-size:15px;font-weight:300;line-height:22px;letter-spacing:.15px}.form-container{background:transparent;padding:0;width:auto;max-width:min(500px,80vw);box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.input-group{display:flex;position:relative;margin-bottom:36px;justify-content:center;width:auto}input[type=email]{width:300px;height:48px;padding:0 120px 0 1rem;font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:auto;letter-spacing:0px;border-radius:12px;border:1px solid #202020;background:#141414;color:#fff;outline:none;transition:all .2s ease;margin:0 auto}input[type=email]::placeholder{color:#c1c1c1}input[type=email]:focus{background:#141414;outline:none;box-shadow:none}button[type=submit]{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:108px;height:34px;border:none;border-radius:8px;background:#0f8;color:#000;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:auto;letter-spacing:0px;cursor:pointer;transition:background .2s ease,transform .1s ease;white-space:nowrap;display:flex;align-items:center;justify-content:center}.hidden-field{position:absolute;left:-5000px}.social-proof{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:0}.profile-pictures{display:flex}.profile-pic{width:32px;height:32px;border-radius:50%;border:2px solid #0D0D0D;margin-left:-8px;position:relative;object-fit:cover}.profile-pic:first-child{margin-left:0}.social-proof span{color:#ccc;font-size:.9rem}.footer{margin-top:auto;font-size:.85rem;color:#666;padding-top:1rem;text-align:center;align-self:center}@media (max-height: 600px){.logo{margin-bottom:16px}.availability-status{margin-bottom:16px;padding:.3rem .8rem;font-size:.8rem}.header h1{font-size:clamp(1.5rem,3vw,2.5rem);margin-bottom:8px}.header p{margin:0 auto 16px;font-size:clamp(.8rem,1.5vw,1rem)}.input-group{margin-bottom:24px}.social-proof{margin-top:0}.footer{margin-top:8px;font-size:.75rem}}@media (max-width: 768px){.newsletter-page{padding:1vh 1vw}.input-group{flex-direction:row;gap:.8rem}button[type=submit]{width:100px}.social-proof{flex-direction:row;gap:.5rem}.social-proof span{font-size:.8rem}}@tailwind base;@tailwind components;@tailwind utilities;
