:root{--bg:#0F0F0F;--fg:#FAFAFA;--mut:#A1A1AA;--brd:#27272A;--acc:#6366F1;--sans:'Inter',sans-serif;--mono:'JetBrains Mono',monospace}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:var(--sans);height:100dvh;width:100vw;overflow:hidden;display:flex;flex-direction:column;line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none}header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;border-bottom:1px solid var(--brd)}header .logo{display:flex;align-items:center}header .logo img{height:20px;width:auto}header .status{font-family:var(--mono);font-size:.75rem;color:var(--acc);display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.05em}header .status::before{content:'';width:6px;height:6px;background:var(--acc);border-radius:50%;box-shadow:0 0 8px var(--acc)}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 1.5rem}h1{font-size:clamp(1.75rem,5vw,4.5rem);font-weight:700;letter-spacing:-.04em;line-height:1.1;margin-bottom:1.25rem;max-width:900px;color:var(--fg)}p.desc{font-size:clamp(.875rem,2vw,1.125rem);color:var(--mut);max-width:600px;margin-bottom:2.5rem;line-height:1.6}.cta{display:inline-flex;align-items:center;gap:.75rem;background:var(--fg);color:var(--bg);padding:.875rem 1.75rem;border-radius:2px;font-weight:700;font-size:1rem;transition:all .15s ease}.cta:hover{background:var(--acc);color:var(--fg)}.cta:focus-visible{outline:2px solid var(--acc);outline-offset:2px}.padlock{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:all .15s ease}.shackle{transition:transform .15s ease}.cta:hover .shackle{transform:translateY(-3px)}.meta-grid{display:flex;gap:2rem;margin-top:3.5rem;font-family:var(--mono);font-size:.75rem;color:var(--mut);flex-wrap:wrap;justify-content:center}.meta-grid span{display:flex;align-items:center;gap:.75rem}.meta-grid span::before{content:'';width:16px;height:1px;background:var(--brd)}footer{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;border-top:1px solid var(--brd);font-family:var(--mono);font-size:.75rem;color:#52525B}.f-links{display:flex;gap:1.5rem}footer a{color:#52525B;transition:color .15s ease}footer a:hover{color:var(--fg)}@media(max-width:600px){header,footer{padding:1rem}header .status{display:none}.meta-grid{flex-direction:column;gap:1rem;margin-top:2rem;align-items:center}.meta-grid span::before{display:none}.desc{margin-bottom:2rem}}