:root{color-scheme:light dark}*{box-sizing:border-box}body{margin:0;background:#fafaf8;color:#242422;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px}form{width:min(330px,100%);padding:32px;border:1px solid #e2e2de;border-radius:9px;background:#fff}.mark{width:36px;height:36px;display:grid;place-items:center;border-radius:7px;background:#282826;color:#fff;font-size:13px;font-weight:700}h1{margin:16px 0 30px;font-size:22px;letter-spacing:-.04em}label{display:block;margin-bottom:7px;color:#777772;font-size:10px}input{width:100%;height:39px;border:1px solid #d8d8d4;border-radius:6px;padding:0 11px;font:inherit;font-size:12px;outline:0}input:focus{border-color:#999994;box-shadow:0 0 0 3px #f0f0ed}button{width:100%;height:39px;margin-top:12px;border:1px solid #282826;border-radius:6px;background:#282826;color:#fff;font:inherit;font-size:11px;cursor:pointer}button:disabled{opacity:.55;cursor:wait}p{min-height:16px;margin:12px 0 0;color:#a14f49;font-size:9px;line-height:1.5}@media(prefers-color-scheme:dark){body{background:#191919;color:#e8e8e5}form{border-color:#30302e;background:#191919}.mark{background:#e8e8e5;color:#191919}label{color:#b5b5b0}input{border-color:#444440;background:#202020;color:#e8e8e5}input:focus{border-color:#65655f;box-shadow:0 0 0 3px #292929}button{border-color:#e8e8e5;background:#e8e8e5;color:#191919}p{color:#d58b84}}
