*{box-sizing:border-box;margin:0;padding:0}body{background-color:#050505;background-image:radial-gradient(circle at 50% 0,#111 0,#050505 70%);color:#fff;font-family:'Space Grotesk',sans-serif;height:100dvh;overflow:hidden;display:flex;flex-direction:column;align-items:center;position:relative}::-moz-selection{background:#39ff14;color:#000}::selection{background:#39ff14;color:#000}#bar{width:100%;background:#39ff14;color:#000;text-align:center;font-family:monospace;font-size:clamp(10px,2vw,12px);font-weight:700;padding:6px;letter-spacing:1px;text-transform:uppercase;z-index:100;box-shadow:0 0 10px rgba(57,255,20,.2)}header{width:100%;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:50}@media(max-width:600px){header{padding:1rem}}.logo img{height:28px;filter:grayscale(1) brightness(1.5);object-fit:contain}#feed{font-family:monospace;font-size:11px;color:#666;text-transform:uppercase;min-width:200px;text-align:right;height:14px;position:relative;overflow:hidden}@media(max-width:600px){#feed{display:none}}.f-item{position:absolute;right:0;top:0;white-space:nowrap;opacity:0;transition:opacity .4s ease}.f-item.active{opacity:1}.grn{color:#39ff14}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:900px;padding:2rem;text-align:center;z-index:10}.strip{display:flex;gap:1.5rem;background:#111;border:1px solid #222;padding:6px 16px;border-radius:2px;margin-bottom:2.5rem}@media(max-width:600px){.strip{gap:1rem;flex-wrap:wrap;justify-content:center;padding:8px;margin-bottom:2rem}}.s-item{display:flex;align-items:center;gap:8px;font-family:monospace;font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.5px}.dot{width:6px;height:6px;background:#39ff14;border-radius:50%;box-shadow:0 0 6px #39ff14;animation:p 1.5s infinite ease-in-out}@keyframes p{0%,100%{opacity:1}50%{opacity:.3;box-shadow:none}}h1{font-weight:700;font-size:clamp(2rem,6vw,4.5rem);line-height:1.05;text-transform:uppercase;letter-spacing:-.03em;margin-bottom:1.5rem;text-shadow:0 0 30px rgba(255,255,255,.05)}p.desc{font-size:clamp(1rem,2vw,1.25rem);color:#999;max-width:650px;margin:0 auto 3rem;line-height:1.5}.cta{position:relative;display:inline-flex;justify-content:center;align-items:center;padding:1.25rem 3rem;background:#131313;color:#39ff14;text-decoration:none;font-size:clamp(1.2rem,3vw,1.6rem);font-weight:700;text-transform:uppercase;letter-spacing:1px;border:2px solid #39ff14;cursor:pointer;overflow:hidden;box-shadow:0 0 20px rgba(57,255,20,.15),inset 0 0 10px rgba(57,255,20,.05);transition:all .2s cubic-bezier(.16,1,.3,1);width:100%;max-width:400px}.cta:hover,.cta:focus{background:#39ff14;color:#000;box-shadow:0 0 40px rgba(57,255,20,.4);outline:none}.cta span{transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s}.cta .def{display:block}.cta .hov{position:absolute;display:flex;align-items:center;justify-content:center;gap:10px;opacity:0;transform:translateY(20px)}.cta:hover .def{opacity:0;transform:translateY(-20px)}.cta:hover .hov{opacity:1;transform:translateY(0)}.cta svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:square;stroke-linejoin:miter}footer{position:absolute;bottom:0;width:100%;padding:1.5rem;text-align:center;font-family:monospace;font-size:10px;color:#444;text-transform:uppercase;letter-spacing:1px;z-index:5}