:root{font:16px/1.5 system-ui,sans-serif;color:#eee;background:#121212;color-scheme:dark}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(ellipse at top,#342d1c,#121212 65%)}main{width:100%;max-width:430px;padding:2.3rem;background:#1c1c1c;border:1px solid #5b5032;border-radius:14px;box-shadow:0 20px 60px #0008}img{display:block;width:190px;max-width:100%;margin:0 auto 1.5rem}h1{font-size:1.5rem;text-align:center;margin:.5rem 0 1.5rem}label{display:grid;gap:.4rem;margin:1rem 0;font-size:.95rem}input,button{font:inherit;width:100%;padding:.8rem;border-radius:7px}input{background:#101010;border:1px solid #666;color:white}input:focus{outline:2px solid #d4b86f;outline-offset:2px}button{border:0;background:#d4b86f;color:#19160e;font-weight:650;cursor:pointer;margin-top:.7rem}button:disabled{opacity:.6;cursor:wait}.muted{font-size:.9rem;color:#bcbcbc}#error{color:#ffce9e;min-height:1.5rem}a{color:#e7ce91}small{display:block;margin-top:1rem;color:#c8c8c8}
