<!doctype html><html><head><meta charset="utf-8"><title>CodeFeud Ops</title><meta name="viewport" content="width=device-width, initial-scale=1.0"><style>body{background:#0b0b0f;color:#e8e8ee;font:16px/1.5 system-ui,sans-serif;display:flex;min-height:100vh;align-items:center;justify-content:center;margin:0}form{background:#16161d;padding:2rem;border-radius:12px;max-width:320px;width:100%}h1{font-size:1.1rem;margin:0 0 1rem}input{width:100%;box-sizing:border-box;padding:.6rem;margin-bottom:.75rem;border-radius:6px;border:1px solid #333;background:#0b0b0f;color:#e8e8ee}button{width:100%;padding:.6rem;border-radius:6px;border:0;background:#4d5bf9;color:#fff;font-weight:600;cursor:pointer}p.err{color:#ff6b6b;font-size:.85rem;margin:0 0 .75rem}</style></head><body><form action="/unlock" method="get"><h1>CodeFeud Ops</h1><input type="password" name="key" placeholder="Password" autofocus required><button type="submit">Unlock</button></form></body></html>