:root{color-scheme:dark}body{height:100%;margin:0}.app-container{position:relative;width:100%;height:100vh;margin:0 auto;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;touch-action:manipulation}.content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center}.emoji-wrapper{width:150px;height:150px;margin:0 auto}.emoji-wrapper img{display:block}.sticker{width:100%;height:100%;display:flex}.card{background:#1f2937;border-radius:12px;padding:16px;box-shadow:0 6px 24px #00000059}.text-container{width:100%;max-width:300px;text-align:center;color:var(--tg-theme-text-color);background-color:var(--tg-theme-secondary-bg-color);padding:12px 16px;border-radius:10px;font-size:16px;line-height:1.4;font-family:Inter,system-ui,sans-serif;box-shadow:0 4px 10px #000000b3;opacity:.95}.phone-button{height:60px;width:100%;max-width:340px;border:none;border-radius:10px;background:#8774e1;color:#fff;font-size:20px;cursor:pointer;transition:background .2s,transform .1s,box-shadow .2s;font-family:Inter,system-ui,sans-serif;box-shadow:0 4px 10px #000000b3;opacity:.95}button:active{opacity:.9}.phone-button:hover{box-shadow:0 8px 20px #0000004d;transform:translateY(-1px);opacity:1}
