@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-cream:#faf9f5;--text-dark:#000;--text-muted:#555;--accent-yellow:#ffd11a;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-cream);color:var(--text-dark);font-family:var(--font-sans);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;overflow:hidden}.under-construction-page{background-color:var(--bg-cream);flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100vh;padding:3rem 2rem;display:flex;position:relative}.logo-container{justify-content:center;width:100%;margin-top:1rem;display:flex}.logo-text{letter-spacing:-.04em;color:var(--text-dark);cursor:default;font-size:1.5rem;font-weight:800;display:inline-block;position:relative}.logo-dot{background:var(--text-dark);border-radius:99px;width:14px;height:5px;margin-left:2px;display:inline-block;transform:rotate(-35deg)translate(2px,-4px)}.main-content{text-align:center;z-index:10;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:680px;display:flex;transform:translateY(-20px)}.construction-title{letter-spacing:-.03em;color:var(--text-dark);margin-bottom:1.5rem;font-size:3.8rem;font-weight:800;line-height:1.1}.construction-subtitle{color:var(--text-muted);max-width:620px;margin-bottom:2.5rem;padding:0 1rem;font-size:1.15rem;font-weight:500;line-height:1.6}.signup-container{width:100%;max-width:440px;min-height:56px}.minimal-signup-form{background:#fff;border:1.5px solid #00000014;border-radius:9999px;width:100%;padding:5px;transition:all .3s;display:flex;box-shadow:0 10px 30px #00000008}.minimal-signup-form:focus-within{border-color:var(--text-dark);box-shadow:0 10px 30px #0000000f}.minimal-email-input{color:var(--text-dark);font-size:.95rem;font-family:var(--font-sans);background:0 0;border:none;outline:none;flex:1;padding:0 1.2rem;font-weight:500}.minimal-email-input::placeholder{color:#999}.minimal-submit-btn{background:var(--text-dark);color:var(--bg-cream);font-family:var(--font-sans);cursor:pointer;border:none;border-radius:9999px;outline:none;padding:.8rem 1.6rem;font-size:.85rem;font-weight:700;transition:all .2s}.minimal-submit-btn:hover{opacity:.9;transform:scale(1.02)}.success-banner{color:#10b981;background:#fff;border:1.5px solid #10b981;border-radius:9999px;justify-content:center;align-items:center;gap:10px;padding:.8rem 2rem;font-size:.95rem;font-weight:600;animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards slideInUp;display:flex}.success-tick{width:20px;height:20px}.mascot-wrapper{z-index:1;pointer-events:none;position:absolute;bottom:0;left:0}.mascot-face-container{width:380px;height:380px;transform:translate(-130px,130px)}.mascot-svg{width:100%;height:100%;animation:8s ease-in-out infinite alternate mascotFloat}.sparkle{width:42px;height:42px;animation:3s ease-in-out infinite alternate sparklePulse;position:absolute}.star-one{animation-delay:.2s;bottom:270px;left:210px}.star-two{animation-delay:1s;bottom:80px;left:380px}@keyframes mascotFloat{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-8px)rotate(1deg)}}@keyframes sparklePulse{0%{opacity:.8;transform:scale(.9)rotate(0)}to{opacity:1;transform:scale(1.1)rotate(15deg)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.construction-title{font-size:2.8rem}.construction-subtitle{font-size:1rem}.mascot-face-container{width:280px;height:280px;transform:translate(-100px,100px)}.star-one{bottom:200px;left:150px}.star-two{bottom:60px;left:260px}.sparkle{width:32px;height:32px}}@media (width<=480px){.construction-title{font-size:2.2rem}.minimal-signup-form{border-radius:18px;flex-direction:column;gap:8px;padding:8px}.minimal-email-input{text-align:center;padding:.6rem .5rem}.minimal-submit-btn{width:100%}}
