*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;background:#fafafa}body{color:#000;display:flex;align-items:center;justify-content:center;padding:1rem}.container{text-align:center;padding:3rem 1rem;max-width:600px;width:100%}.tweet-container{margin:0 auto 3rem;animation:float 4s ease-in-out infinite;display:flex;justify-content:center}.tweet-container .twitter-tweet{margin:0!important;width:560px!important;max-width:560px!important}.title{font-size:2.5rem;font-weight:800;margin-bottom:.75rem;color:#000;letter-spacing:-.02em;animation:pulse 3s ease-in-out infinite}.subtitle{font-size:1.125rem;color:#666;margin-bottom:2.5rem;font-weight:400}.loader{width:32px;height:32px;border:2px solid #e1e1e1;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.title{font-size:2rem}.subtitle{font-size:1rem}.container{padding:2rem .75rem}.tweet-container .twitter-tweet{width:100%!important;max-width:100%!important}body{padding:.5rem}}