.auth-shell{background:radial-gradient(circle at 50% 0,#a7dcfc47,#0000 30rem),linear-gradient(#fbfdff 0%,#f7f9fc 100%);place-items:center;min-height:100dvh;padding:48px 24px;display:grid}.auth-layout{width:min(100%,430px)}.auth-card-wrap{width:100%}.auth-page-brand{align-items:center;gap:11px;width:fit-content;margin:0 auto 20px;display:flex}.auth-page-brand .brand-mark{border-radius:10px 10px 12px;width:34px;height:34px}.auth-page-brand .brand-mark svg{width:19px;height:19px}.auth-page-brand strong{color:var(--text-strong);letter-spacing:-.025em;font-size:15px;font-weight:760}.auth-card{-webkit-backdrop-filter:blur(24px)saturate(120%);backdrop-filter:blur(24px)saturate(120%);background:#ffffffe6;border:1px solid #dce2eaf2;border-radius:22px;padding:14px 34px 30px;position:relative;box-shadow:0 24px 70px #2846621c,0 6px 20px #36749b0d}.auth-card:before{content:"";background:linear-gradient(90deg,#0000,#36a4ec99,#8b5cf673,#0000);height:1px;position:absolute;top:0;left:28px;right:28px}.auth-card__status{border-bottom:1px solid var(--line-soft);color:#98a0aa;justify-content:space-between;align-items:center;min-height:42px;display:flex}.auth-card__status>span{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;align-items:center;gap:7px;font-size:10px;font-weight:650;display:inline-flex}.auth-card__status i{background:var(--state-success);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #0eaa811a}.auth-card__status>svg{color:#2aa0df}.auth-card__heading{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;padding:30px 0 24px;display:grid}.auth-card__icon{color:#337dd8;background:linear-gradient(145deg,#e8f7ff,#f3efff);border-radius:15px;place-items:center;width:48px;height:48px;display:grid;box-shadow:inset 0 0 0 1px #9fcded61}.auth-card__heading h1{color:var(--text-strong);letter-spacing:-.035em;margin:0;font-size:22px;font-weight:730}.auth-card__heading p{color:#858d98;margin:4px 0 0;font-size:13px;line-height:1.5}.auth-field-group label{color:#424a55;margin-bottom:8px;font-size:12px;font-weight:680;display:block}.auth-token-field{color:#8a929d;background:#fafcfee6;border:1px solid #dce2e9;border-radius:14px;grid-template-columns:auto minmax(0,1fr) 44px;align-items:center;gap:10px;min-height:54px;padding:0 6px 0 15px;transition:border-color .18s,background-color .18s,box-shadow .18s;display:grid}.auth-token-field:focus-within{color:#258ece;background:#fff;border-color:#5db5e6;box-shadow:0 0 0 4px #36a4ec1a}.auth-token-field--error{border-color:#e052729e;box-shadow:0 0 0 4px #e0527214}.auth-token-field input{min-width:0;height:52px;color:var(--text-main);font-family:var(--font-geist-mono), monospace;letter-spacing:.025em;background:0 0;border:0;outline:none;font-size:14px}.auth-token-field input::placeholder{color:#a1a8b1;font-family:var(--font-geist-sans), sans-serif;letter-spacing:0;font-size:12px}.auth-token-field input:disabled{cursor:not-allowed}.auth-token-toggle{color:#858e99;cursor:pointer;background:0 0;border-radius:11px;place-items:center;width:44px;height:44px;transition:background-color .18s,color .18s,transform .18s;display:grid}.auth-token-toggle:hover:not(:disabled){color:#238dcc;background:#edf7fd}.auth-token-toggle:active:not(:disabled){transform:scale(.95)}.auth-token-toggle:disabled{cursor:not-allowed;opacity:.5}.auth-field-error{color:#c84464;align-items:center;gap:7px;min-height:34px;padding:5px 2px 0;font-size:12px;line-height:1.45;display:flex}.auth-field-error svg{flex:none}.auth-submit{color:#fff;cursor:pointer;background:linear-gradient(120deg,#259fdf 0%,#5476ec 56%,#825fdf 100%);border-radius:14px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:52px;padding:0 18px;font-size:13px;font-weight:720;transition:box-shadow .2s,filter .2s,transform .2s;display:inline-flex;box-shadow:0 14px 28px #4670e138,inset 0 1px #ffffff47}.auth-submit:hover:not(:disabled){filter:saturate(1.08);transform:translateY(-1px);box-shadow:0 17px 34px #4670e147,inset 0 1px #ffffff4d}.auth-submit:active:not(:disabled){transform:translateY(1px)scale(.99)}.auth-submit:disabled{cursor:not-allowed;filter:grayscale(.12);opacity:.48;box-shadow:none}.auth-config-notice{background:var(--state-danger-soft);color:#ad3954;border:1px solid #e052722e;border-radius:11px;align-items:flex-start;gap:8px;margin-top:12px;padding:10px 11px;font-size:11px;line-height:1.5;display:flex}.auth-config-notice svg{flex:none;margin-top:1px}.auth-config-notice code{font-family:var(--font-geist-mono), monospace;font-weight:700}.auth-card__footer{border-top:1px solid var(--line-soft);color:#9ca3ad;justify-content:space-between;align-items:center;gap:12px;margin-top:24px;padding-top:15px;font-size:11px;display:flex}.auth-card__footer span{align-items:center;gap:6px;display:inline-flex}.auth-card__footer span:before{content:"";background:#67b8e4;border-radius:50%;width:4px;height:4px}.auth-legal{color:#9ca3ad;text-align:center;margin:15px 0 0;font-size:11px}html[data-theme=dark] .auth-shell{background:radial-gradient(circle at 50% 0,#23658b33,#0000 31rem),radial-gradient(circle at 88% 18%,#6953ab1a,#0000 24rem),linear-gradient(#12171c 0%,#0f1216 100%)}html[data-theme=dark] .auth-card{background:#171d23e6;border-color:#37414cf0;box-shadow:0 28px 76px #00000052,0 7px 22px #0000002e}html[data-theme=dark] .auth-card__status,html[data-theme=dark] .auth-card__heading p,html[data-theme=dark] .auth-card__footer,html[data-theme=dark] .auth-legal{color:#89939e}html[data-theme=dark] .auth-card__status>svg{color:#65bce9}html[data-theme=dark] .auth-card__icon{color:#86b4f1;background:linear-gradient(145deg,#183243,#28233f);box-shadow:inset 0 0 0 1px #5e9bbf4d}html[data-theme=dark] .auth-field-group label{color:#d5dbe2}html[data-theme=dark] .auth-token-field{color:#8f9aa5;background:#1a2027f0;border-color:#36404b}html[data-theme=dark] .auth-token-field:focus-within{color:#72c4ef;background:#1d252c;border-color:#4f91b8;box-shadow:0 0 0 4px #58b7ee1a}html[data-theme=dark] .auth-token-field input::placeholder{color:#697480}html[data-theme=dark] .auth-token-toggle{color:#8f9aa5}html[data-theme=dark] .auth-token-toggle:hover:not(:disabled){color:#72c4ef;background:#19303d}html[data-theme=dark] .auth-field-error{color:#f08ca2}html[data-theme=dark] .auth-config-notice{color:#f19aab;border-color:#f07b9440}@media (max-width:680px){.auth-shell{padding:28px 16px}.auth-card{border-radius:20px;padding:12px 20px 24px}.auth-card__heading{padding:25px 0 21px}.auth-card__heading h1{font-size:22px}}@media (prefers-reduced-motion:reduce){.auth-token-field,.auth-token-toggle,.auth-submit{transition:none}}
