.auth{min-height:100dvh;display:grid;place-items:center;padding:40px var(--gutter);background:var(--bg)}.auth__inner{width:100%;max-width:424px;display:flex;flex-direction:column;align-items:center;gap:24px}.auth__brand{display:inline-flex;align-items:center;gap:9px;font-size:20px;font-weight:700;letter-spacing:-.03em}.auth__mark{width:28px;height:28px;border-radius:9px;background:var(--ink);color:var(--on-ink);display:grid;place-items:center;flex:0 0 auto}.auth__card{width:100%;background:var(--surface);border-radius:var(--r-card);box-shadow:var(--shadow-card);padding:32px}.auth__title{font-size:22px;line-height:1.25;font-weight:600;letter-spacing:-.02em}.auth__sub{font-size:13.5px;line-height:1.6;color:var(--text-2);margin-top:8px}.auth__form{gap:18px;margin-top:24px}.auth__actions,.auth__form{display:flex;flex-direction:column}.auth__actions{gap:12px;margin-top:4px}.auth__alt{font-size:13px;color:var(--text-2);text-align:center}.auth__alt a{color:var(--text);font-weight:500;text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:var(--border-strong);text-decoration-color:var(--border-strong)}.auth__alt a:hover{-webkit-text-decoration-color:var(--ink);text-decoration-color:var(--ink)}.auth__foot{font-size:12px;color:var(--text-3);text-align:center;text-wrap:balance}.auth__label-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.auth__note{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:var(--r-tile);font-size:13px;line-height:1.55}.auth__note--danger{background:var(--danger-bg);color:var(--danger)}.auth__note--warn{background:var(--warn-bg);color:var(--warn)}.auth__note--soft{background:var(--surface-sunken);color:var(--text-2)}.auth__note--ok{background:var(--ok-bg);color:var(--ok)}.auth__note svg{flex:0 0 auto;margin-top:2px}.pw{position:relative;display:flex;align-items:center}.pw .input{padding-right:46px}.pw__toggle{position:absolute;right:6px;width:32px;height:32px;border-radius:var(--r-pill);display:grid;place-items:center;color:var(--text-3);transition:color .12s ease,background .12s ease}.pw__toggle:hover{color:var(--text);background:var(--surface-hover)}.meter{display:flex;flex-direction:column;gap:7px;margin-top:2px}.meter__track{height:4px;background:var(--surface-sunken);overflow:hidden}.meter__bar,.meter__track{border-radius:var(--r-pill)}.meter__bar{height:100%;background:var(--ink);transition:width .18s ease,background .18s ease}.meter__bar--weak{background:var(--text-3)}.meter__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:12px}.meter__level{font-weight:600;color:var(--text)}.meter__hint{color:var(--text-3);text-align:right;min-width:0}.prof__identity{display:flex;align-items:center;gap:16px;margin-bottom:20px}.prof__avatar{width:56px;height:56px;border-radius:var(--r-pill);background:var(--ink);color:var(--on-ink);display:grid;place-items:center;font-size:19px;font-weight:600;flex:0 0 auto}.prof__name{font-size:17px;font-weight:600;letter-spacing:-.015em}.prof__email{font-size:13px;color:var(--text-2);margin-top:2px}.prof__meta{display:grid;grid-gap:12px;gap:12px;padding:16px;border-radius:var(--r-tile);background:var(--surface-sunken);margin-bottom:20px}.prof__meta-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;font-size:13px}.prof__meta-key{color:var(--text-2);flex:0 0 auto}.prof__meta-val{text-align:right;min-width:0}.prof__row-actions{flex-wrap:wrap;margin-top:4px}.prof__row-actions,.ses__device{display:flex;gap:10px;align-items:center}.ses__device{min-width:0}.ses__icon{width:32px;height:32px;border-radius:var(--r-pill);background:var(--surface-sunken);color:var(--text-2);display:grid;place-items:center;flex:0 0 auto}.ses__muted{color:var(--text-3)}.ses__badge{margin-top:4px}.ses__head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:0 4px 16px}@media (max-width:560px){.auth__card{padding:24px}.auth{padding:24px var(--gutter)}}.auth__consent{font-size:12.5px;line-height:1.5;color:var(--text-2);text-align:center;margin-top:12px}.auth__consent a{color:var(--text);text-decoration:underline;text-underline-offset:2px}.auth__consent a:hover{color:var(--ink)}