@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background-color:#000;flex-direction:column;width:100vw;height:100vh;font-family:Inter,sans-serif;display:flex;overflow-x:hidden}#root{width:100%;height:100%;position:relative}.input-container{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:600px;height:100%;margin:0 auto;padding:2rem;display:flex}.immersive-input{color:#ffffffe6;resize:none;text-align:center;background:0 0;border:none;outline:none;width:100%;min-height:30vh;padding:1rem;font-size:1.5rem;line-height:1.5}.immersive-input::placeholder{color:#ffffff59}.confidential-text{color:#fff6;justify-content:center;align-items:center;gap:.4rem;margin-top:-1rem;margin-bottom:2rem;font-size:.85rem;display:flex}.submit-btn{color:#fff;cursor:pointer;background-color:#ffffff1a;border:1px solid #fff3;border-radius:999px;margin-top:2rem;padding:.8rem 2rem;font-size:1rem;transition:all .3s}.submit-btn:hover:not(:disabled){background-color:#fff3}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.breathe-container{color:#fff9;justify-content:center;align-items:center;height:100vh;font-size:1.5rem;animation:4s ease-in-out infinite breathe;display:flex}@keyframes breathe{0%,to{opacity:.3;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}}.gospel-response{text-align:center;background:radial-gradient(circle,#1e191480 0%,#000 70%);flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:600px;min-height:100vh;margin:0 auto;padding:2rem;font-size:1.2rem;line-height:1.6;animation:2s forwards fadeIn;display:flex}.gospel-response p{color:#e0e0e0;margin-bottom:1.5rem}.cta-group{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.cta-btn{border-radius:8px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:opacity .3s}.cta-btn.whatsapp{color:#fff;background-color:#25d366}.cta-btn.telegram{color:#fff;background-color:#229ed9}.cta-btn:hover{opacity:.8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.smoke-canvas{pointer-events:none;z-index:10;position:absolute;top:0;left:0}.ai-text{animation:1s cubic-bezier(.4,0,.2,1) forwards typeIn}
