*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#e8e8e8;background:#0a0a0a;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;min-height:100dvh;font-family:system-ui,sans-serif;display:flex}.site-header{align-items:center;gap:.5rem;display:flex}.site-logo{width:22px;height:22px}.site-header span{letter-spacing:.06em;text-transform:lowercase;color:#555;font-size:.8125rem;font-weight:600}.card{background:#111;border:1px solid #222;border-radius:8px;width:100%;max-width:360px;padding:2rem}.brand{letter-spacing:.08em;text-transform:lowercase;color:#666;margin-bottom:.5rem;font-size:.8125rem;font-weight:600}h1{color:#fff;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}label{color:#aaa;margin-bottom:.375rem;font-size:.875rem;display:block}input[type=text],input[type=password]{color:#e8e8e8;background:#1a1a1a;border:1px solid #333;border-radius:4px;outline:none;width:100%;margin-bottom:1rem;padding:.625rem .75rem;font-size:1rem;transition:border-color .15s}input[type=text]:focus,input[type=password]:focus{border-color:#555}button{color:#000;cursor:pointer;background:#fff;border:none;border-radius:4px;width:100%;padding:.625rem;font-size:.9375rem;font-weight:600;transition:background .15s}button:hover{background:#ddd}button:disabled{color:#888;cursor:not-allowed;background:#444}.error{color:#f87171;margin-top:.75rem;font-size:.875rem}.link{text-align:center;color:#666;margin-top:1.25rem;font-size:.875rem}.link a{color:#aaa;text-decoration:none}.link a:hover{color:#fff}.actions{flex-direction:column;gap:.625rem;margin-top:1.5rem;display:flex}.confirm-text{color:#aaa;margin-bottom:.25rem;font-size:.875rem}.btn-secondary{color:#aaa;cursor:pointer;background:0 0;border:1px solid #333;border-radius:4px;width:100%;padding:.625rem;font-size:.9375rem;font-weight:600;transition:border-color .15s,color .15s}.btn-secondary:hover{color:#e8e8e8;border-color:#555}.btn-danger{color:#f87171;cursor:pointer;background:0 0;border:1px solid #7f1d1d;border-radius:4px;width:100%;padding:.625rem;font-size:.9375rem;font-weight:600;transition:background .15s,border-color .15s}.btn-danger:hover{color:#fff;background:#7f1d1d;border-color:#7f1d1d}