*{box-sizing:border-box;margin:0;padding:0}html,body{height:100vh;width:100vw;overflow:hidden;font-family:'Inter',sans-serif;background:#fff;color:#2b2b2b;display:flex;flex-direction:column}#tb{background:#111;color:#fff;font-size:clamp(10px,2vw,12px);padding:8px;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;z-index:50}#tk{transition:opacity .3s}.dot{width:6px;height:6px;background:#0f0;border-radius:50%;box-shadow:0 0 5px #0f0;animation:bl 1.5s infinite}@keyframes bl{0%,100%{opacity:1}50%{opacity:.4}}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 5%;text-align:center;position:relative}img.lg{width:clamp(70px,10vw,100px);margin-bottom:15px;object-fit:contain}h1{font-weight:700;font-size:clamp(22px,4.5vw,42px);margin-bottom:12px;letter-spacing:-1px;max-width:900px}p{font-weight:400;color:#555;font-size:clamp(14px,2vw,18px);max-width:650px;margin:0 0 35px;line-height:1.5}#cta{background:#FFFC00;color:#2b2b2b;font-weight:700;font-size:clamp(13px,2.5vw,18px);padding:18px 36px;border-radius:50px;text-decoration:none;display:flex;align-items:center;gap:12px;box-shadow:0 8px 25px rgba(255,252,0,.4);animation:br 3s infinite ease-in-out;transition:transform .2s;outline:none}#cta:focus,#cta:hover{transform:scale(1.03)}@keyframes br{0%,100%{transform:scale(1)}50%{transform:scale(1.015)}}svg.sh{width:22px;height:22px;animation:p 1.5s infinite alternate}@keyframes p{to{opacity:.6}}.ss{display:flex;gap:12px;margin-top:45px;flex-wrap:wrap;justify-content:center;width:100%}.st{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff;border:1px solid #eaeaea;border-bottom:3px solid #FFFC00;border-radius:8px;font-size:clamp(11px,1.5vw,13px);font-weight:700;color:#2b2b2b;transition:all .3s cursor:default}.st:hover{box-shadow:0 4px 15px rgba(255,252,0,.5);border-color:#FFFC00;transform:translateY(-2px)}.st svg{width:16px;height:16px;stroke:#2b2b2b}footer{padding:15px;text-align:center;font-size:12px;color:#999}footer a{color:#999;text-decoration:none;margin:0 10px;transition:color .2s}footer a:hover{color:#2b2b2b}#rb{position:fixed;bottom:0;left:0;right:0;background:#FFFC00;color:#2b2b2b;text-align:center;padding:12px;font-weight:700;font-size:14px;transform:translateY(100%);transition:transform .3s ease-out;z-index:100;box-shadow:0 -4px 15px rgba(0,0,0,.05)}#rb.s{transform:translateY(0)}