*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#f59730;--primary-dark:#d97f1a;--navy-button:#2a1a08;--text-muted:#6b7280;--text-dark:#111827;--bg-gradient-1:#f5e6d0;--bg-gradient-2:#c7d4f0;--bg-gradient-3:#fce4c4;--bg-gradient-4:#dde8f5;--card-bg:#ffffffd9;--card-border:#fff9;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif:"DM Serif Display", Georgia, serif}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);background:linear-gradient(135deg, var(--bg-gradient-1) 0%, var(--bg-gradient-2) 35%, var(--bg-gradient-4) 60%, var(--bg-gradient-3) 85%, #fdd9a8 100%);min-height:100vh;overflow-x:hidden}#root{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.coming-soon-wrapper{width:100%;max-width:960px;position:relative}.card{background:var(--card-bg);-webkit-backdrop-filter:blur(40px);border:1.5px solid var(--card-border);text-align:center;z-index:1;border-radius:28px;padding:3rem 2rem 2.5rem;position:relative;overflow:visible;box-shadow:0 4px 60px #0000000a,0 1px 3px #00000005}.logo-badge{z-index:10;white-space:nowrap;background:#fff;border-radius:50px;align-items:center;gap:10px;padding:10px 28px 10px 16px;display:flex;position:absolute;top:-22px;left:50%;transform:translate(-50%);box-shadow:0 2px 16px #0000000f,0 1px 4px #00000008}.logo-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.logo-icon img{object-fit:contain;width:100%;height:100%}.logo-text{color:var(--text-dark);letter-spacing:-.02em;font-size:1rem;font-weight:700}.hand-emoji{transform-origin:70% 70%;width:56px;height:56px;margin:2rem auto 1.25rem;animation:2.5s ease-in-out infinite wave}.hand-emoji img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}@keyframes wave{0%,to{transform:rotate(0)}15%{transform:rotate(14deg)}30%{transform:rotate(-8deg)}40%{transform:rotate(14deg)}50%{transform:rotate(-4deg)}60%{transform:rotate(10deg)}70%{transform:rotate(0)}}.subtitle{letter-spacing:.18em;text-transform:uppercase;color:var(--text-dark);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.heading{font-family:var(--font-serif);color:var(--primary);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:400;line-height:1.15}.description{color:var(--text-muted);max-width:380px;margin:0 auto 2rem;font-size:.95rem;line-height:1.7}.notify-btn{background:var(--primary);color:#fff;cursor:pointer;font-family:var(--font-sans);letter-spacing:.01em;border:none;border-radius:50px;align-items:center;gap:14px;padding:6px 32px 6px 6px;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 20px #f5973059}.notify-btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 30px #f5973073}.notify-btn:active{transform:translateY(0)}.notify-btn .icon-circle{border:1.5px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:border-color .3s;display:flex}.notify-btn:hover .icon-circle{border-color:#fff6}.notify-btn .icon-circle svg{stroke:#fff;width:18px;height:18px}.notify-btn .btn-label{align-items:center;gap:6px;display:flex}.notify-btn .arrow{transition:transform .3s}.notify-btn:hover .arrow{transform:translate(3px)}.social-links{justify-content:center;align-items:center;gap:8px;margin-top:3rem;display:flex}.social-link{width:38px;height:38px;color:var(--text-muted);background:0 0;border:1.5px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #f5973033}.social-link svg{width:16px;height:16px}.deco{z-index:2;pointer-events:none;position:absolute}.deco img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.deco-fortune-top{width:70px;height:70px;animation:6s ease-in-out infinite float;top:-50px;left:28%}.deco-fortune-bottom{width:80px;height:80px;animation:5s ease-in-out 1s infinite float;bottom:-40px;right:-30px}.deco-green-ring{width:60px;height:60px;animation:7s ease-in-out .5s infinite float;bottom:120px;left:-20px}.deco-confetti{width:55px;height:55px;animation:5.5s ease-in-out .3s infinite float;bottom:130px;right:10%}@keyframes float{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-12px)rotate(3deg)}66%{transform:translateY(6px)rotate(-2deg)}}.glow-blob{filter:blur(80px);opacity:.4;z-index:0;pointer-events:none;border-radius:50%;position:absolute}.glow-1{background:#fdd9a8;width:300px;height:300px;top:-80px;left:-60px}.glow-2{background:#93c5fd;width:250px;height:250px;bottom:-60px;right:-40px}.glow-3{background:#f5c27a;width:200px;height:200px;bottom:-40px;left:30%}@media (width<=768px){#root{padding:1.5rem 1rem}.card{border-radius:22px;padding:2.5rem 1.5rem 2rem}.deco-fortune-top{width:50px;height:50px;top:-35px;left:15%}.deco-fortune-bottom{width:60px;height:60px;bottom:-25px;right:-15px}.deco-green-ring{width:45px;height:45px;bottom:80px;left:-10px}.deco-confetti{width:40px;height:40px;bottom:100px;right:5%}.social-links{margin-top:2rem}}@media (width<=480px){.heading{font-size:1.75rem}.card{padding:2rem 1.25rem 1.75rem}.hand-emoji{width:44px;height:44px}.deco-fortune-top,.deco-fortune-bottom,.deco-green-ring,.deco-confetti{display:none}}.modal-overlay{-webkit-backdrop-filter:blur(6px);z-index:100;background:#0006;justify-content:center;align-items:center;padding:1.5rem;animation:.25s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:400px;padding:2.5rem 2rem 2rem;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;position:relative;box-shadow:0 24px 80px #00000026}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close{cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{background:#e5e7eb;transform:rotate(90deg)}.modal-close svg{width:16px;height:16px}.modal-icon{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;display:flex}.modal-icon svg{width:26px;height:26px;stroke:var(--primary)}.modal-title{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:.5rem;font-size:1.5rem;font-weight:400}.modal-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.modal-form{gap:8px;display:flex}.modal-input{font-family:var(--font-sans);color:var(--text-dark);background:#fafafa;border:1.5px solid #e5e7eb;border-radius:12px;outline:none;flex:1;padding:12px 16px;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.modal-input::placeholder{color:#9ca3af}.modal-input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #f597301f}.modal-submit{background:var(--primary);color:#fff;font-family:var(--font-sans);cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:12px 22px;font-size:.9rem;font-weight:600;transition:all .2s}.modal-submit:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 14px #f5973059}.modal-submit:active{transform:translateY(0)}.modal-success{padding:1rem 0 .5rem}.success-check{background:linear-gradient(135deg,#d4edda,#c3e6cb);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;animation:.4s cubic-bezier(.16,1,.3,1) scaleIn;display:flex}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.success-check svg{stroke:#28a745;width:28px;height:28px}.modal-error{color:#dc3545;margin-top:.75rem;font-size:.8rem}.modal-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.modal-input:disabled{opacity:.6;cursor:not-allowed}
