{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100vh;overflow:hidden;background:radial-gradient(circle at 50% -20%,#1f212e 0,#090a0f 100%);color:#f4f4f5;font-family:'Inter',sans-serif;display:flex;flex-direction:column}header{padding:24px 40px;display:flex;justify-content:flex-start;align-items:center;z-index:10}header img{height:32px;width:auto}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px;z-index:5}h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;margin:0 0 16px 0;letter-spacing:-.03em;color:#fff}.glitch{position:relative;display:inline-block}.glitch::before,.glitch::after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:#090a0f;opacity:0;z-index:-1}.glitch.active::before{left:3px;text-shadow:-2px 0 #ff00c1;clip:rect(24px,550px,90px,0);animation:g-anim 1s infinite linear alternate-reverse;opacity:1;z-index:1}.glitch.active::after{left:-3px;text-shadow:-2px 0 #00fff9;clip:rect(85px,550px,140px,0);animation:g-anim .8s infinite linear alternate-reverse;opacity:1;z-index:1}@keyframes g-anim{0%{clip:rect(10px,9999px,31px,0)}20%{clip:rect(65px,9999px,12px,0)}40%{clip:rect(40px,9999px,89px,0)}60%{clip:rect(95px,9999px,45px,0)}80%{clip:rect(15px,9999px,76px,0)}100%{clip:rect(80px,9999px,23px,0)}}p{font-size:clamp(1rem,2.5vw,1.15rem);color:#a1a1aa;max-width:600px;line-height:1.6;margin:0 0 40px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;background:#fff;color:#090a0f;text-decoration:none;border-radius:100px;font-weight:700;font-size:1.05rem;transition:box-shadow .3s ease;will-change:transform;cursor:pointer}.btn:hover{box-shadow:0 0 30px rgba(255,255,255,.2)}.btn:focus-visible{outline:2px solid #3b82f6;outline-offset:4px}footer{padding:20px;text-align:center;font-size:.8rem;color:#3f3f46;z-index:10;letter-spacing:.05em;text-transform:uppercase}.feed-widget{position:absolute;bottom:30px;left:30px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:12px 20px;border-radius:12px;font-size:.85rem;color:#e4e4e7;display:flex;align-items:center;gap:12px;opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:20;pointer-events:none}.feed-widget.active{opacity:1;transform:translateY(0)}.feed-dot{width:8px;height:8px;background:#10b981;border-radius:50%;box-shadow:0 0 8px #10b981;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(16,185,129,.7)}70%{box-shadow:0 0 0 10px rgba(16,185,129,0)}100%{box-shadow:0 0 0 0 rgba(16,185,129,0)}}@media(max-width:768px){.feed-widget{bottom:80px;left:50%;transform:translate(-50%,20px);width:max-content}.feed-widget.active{transform:translate(-50%,0)}header{justify-content:center;padding:24px}}