.LogoutSheet-module__-Cn2LW__overlay{z-index:100;pointer-events:auto;flex-direction:column;display:flex;position:fixed;inset:0}.LogoutSheet-module__-Cn2LW__backdrop{background:#14141e52;animation:.18s ease-out LogoutSheet-module__-Cn2LW__fadeIn;position:absolute;inset:0}@keyframes LogoutSheet-module__-Cn2LW__fadeIn{0%{opacity:0}to{opacity:1}}.LogoutSheet-module__-Cn2LW__sheet{background:var(--card);border-top-left-radius:var(--r-sheet);border-top-right-radius:var(--r-sheet);width:100%;max-width:480px;box-shadow:var(--shadow-sheet);padding:6px 20px calc(env(safe-area-inset-bottom,0) + 20px);margin-top:auto;margin-left:auto;margin-right:auto;animation:.22s cubic-bezier(.2,.8,.2,1) LogoutSheet-module__-Cn2LW__slideUp;position:relative}@keyframes LogoutSheet-module__-Cn2LW__slideUp{0%{opacity:.6;transform:translateY(12%)}to{opacity:1;transform:translateY(0)}}.LogoutSheet-module__-Cn2LW__grabber{background:var(--line-strong);border-radius:var(--r-pill);width:38px;height:4px;margin:8px auto 16px}.LogoutSheet-module__-Cn2LW__head{text-align:center;padding:6px 4px 18px}.LogoutSheet-module__-Cn2LW__icon{border-radius:var(--r-lg);background:var(--line-soft);justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 14px;display:flex}.LogoutSheet-module__-Cn2LW__icon svg{width:24px;height:24px;stroke:var(--ink-2);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.LogoutSheet-module__-Cn2LW__title{letter-spacing:-.3px;color:var(--ink);margin-bottom:6px;font-size:19px;font-weight:800;line-height:1.25}.LogoutSheet-module__-Cn2LW__sub{color:var(--ink-3);letter-spacing:-.1px;word-break:keep-all;font-size:13.5px;line-height:1.55}.LogoutSheet-module__-Cn2LW__draftAlert{background:var(--card);border:1px solid var(--line-strong);border-radius:var(--r-md);align-items:center;gap:10px;margin-bottom:14px;padding:12px 14px;display:flex}.LogoutSheet-module__-Cn2LW__draftDot{border-radius:var(--r-pill);background:var(--ink-2);flex:none;width:7px;height:7px}.LogoutSheet-module__-Cn2LW__draftText{color:var(--ink-2);letter-spacing:-.05px;flex:1;font-size:13px;line-height:1.45}.LogoutSheet-module__-Cn2LW__draftText b{color:var(--ink);font-weight:700}.LogoutSheet-module__-Cn2LW__btnLogout{background:var(--danger);color:#fff;border-radius:var(--r-md);letter-spacing:-.2px;cursor:pointer;border:0;width:100%;margin-bottom:8px;padding:16px 18px;font-family:inherit;font-size:15.5px;font-weight:800;box-shadow:0 2px 6px #d92f2440}.LogoutSheet-module__-Cn2LW__btnLogout:active{box-shadow:none;transform:translateY(1px)}.LogoutSheet-module__-Cn2LW__btnLogout:disabled{opacity:.7;cursor:not-allowed}.LogoutSheet-module__-Cn2LW__btnCancel{background:var(--line-soft);width:100%;color:var(--ink-2);border-radius:var(--r-md);letter-spacing:-.15px;cursor:pointer;border:0;padding:14px;font-family:inherit;font-size:14.5px;font-weight:700}.LogoutSheet-module__-Cn2LW__btnCancel:active{background:var(--line)}.LogoutSheet-module__-Cn2LW__errorMsg{border:1px solid var(--danger);border-radius:var(--r-md);color:var(--danger);background:#d92f240f;margin:0 0 12px;padding:10px 12px;font-size:12px;font-weight:600}
.settings-module__HHVxSq__app{min-height:100dvh;padding:0 0 calc(env(safe-area-inset-bottom,0) + 40px)}.settings-module__HHVxSq__navbar{background:var(--bg);z-index:10;justify-content:space-between;align-items:center;padding:8px 8px 4px;display:flex;position:sticky;top:0}.settings-module__HHVxSq__navBtn{border-radius:var(--r-pill);width:40px;height:40px;color:var(--ink);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.settings-module__HHVxSq__navBtn:active{background:var(--line-soft)}.settings-module__HHVxSq__navBtn svg{stroke:currentColor;fill:none;stroke-width:2px;width:22px;height:22px}.settings-module__HHVxSq__navSpacer{width:40px}.settings-module__HHVxSq__container{padding:0 20px}.settings-module__HHVxSq__pageHead{padding:8px 4px 18px}.settings-module__HHVxSq__eyebrow{color:var(--accent);letter-spacing:.2px;margin-bottom:6px;font-size:12.5px;font-weight:700}.settings-module__HHVxSq__pageH1{letter-spacing:-.6px;color:var(--ink);font-size:30px;font-weight:800;line-height:1.15}.settings-module__HHVxSq__pageMeta{color:var(--ink-3);margin-top:8px;font-size:14px}.settings-module__HHVxSq__pageMeta b{color:var(--ink);font-weight:700}.settings-module__HHVxSq__profile{background:var(--card);border-radius:var(--r-lg);box-shadow:var(--shadow-card);color:inherit;cursor:pointer;align-items:center;gap:14px;margin-bottom:18px;padding:16px 18px;text-decoration:none;display:flex}.settings-module__HHVxSq__profile:active{background:var(--line-soft)}.settings-module__HHVxSq__avatar{border-radius:var(--r-lg);background:var(--ink);color:#fff;letter-spacing:-.3px;flex:none;justify-content:center;align-items:center;width:52px;height:52px;font-size:19px;font-weight:800;display:flex}.settings-module__HHVxSq__profileInfo{flex:1;min-width:0}.settings-module__HHVxSq__profileName{color:var(--ink);letter-spacing:-.3px;font-size:16.5px;font-weight:800;line-height:1.25}.settings-module__HHVxSq__profileEmail{color:var(--ink-3);letter-spacing:-.05px;word-break:break-all;align-items:center;gap:6px;margin-top:3px;font-size:13px;display:flex}.settings-module__HHVxSq__provider{background:var(--line-soft);color:var(--ink-2);border-radius:var(--r-pill);flex-shrink:0;padding:1px 7px;font-size:11.5px;font-weight:700;display:inline-block}.settings-module__HHVxSq__profileChev{color:var(--ink-4);margin-left:4px;font-size:20px;font-weight:700;line-height:1}.settings-module__HHVxSq__section{margin-bottom:18px}.settings-module__HHVxSq__sectionHead{color:var(--ink-3);letter-spacing:.1px;padding:0 6px 8px;font-size:12.5px;font-weight:700}.settings-module__HHVxSq__list{background:var(--card);border-radius:var(--r-lg);box-shadow:var(--shadow-card);overflow:hidden}.settings-module__HHVxSq__row{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:14px;width:100%;padding:14px 16px;font-family:inherit;text-decoration:none;display:flex}.settings-module__HHVxSq__row+.settings-module__HHVxSq__row{border-top:1px solid var(--line)}.settings-module__HHVxSq__row:active{background:var(--line-soft)}.settings-module__HHVxSq__leading{border-radius:var(--r-sm);background:var(--line-soft);flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.settings-module__HHVxSq__leading svg{width:16px;height:16px;stroke:var(--ink-2);fill:none;stroke-width:2px}.settings-module__HHVxSq__rowBody{flex:1;min-width:0}.settings-module__HHVxSq__rowLabel{color:var(--ink);letter-spacing:-.15px;font-size:14.5px;font-weight:600}.settings-module__HHVxSq__rowSub{color:var(--ink-3);letter-spacing:-.05px;margin-top:2px;font-size:12.5px}.settings-module__HHVxSq__rowValue{color:var(--ink-3);letter-spacing:-.05px;margin-right:4px;font-size:13px}.settings-module__HHVxSq__rowValue b{color:var(--ink);font-weight:700}.settings-module__HHVxSq__rowChev{color:var(--ink-4);font-size:18px;font-weight:700;line-height:1}.settings-module__HHVxSq__rowDanger .settings-module__HHVxSq__rowLabel{color:var(--danger)}.settings-module__HHVxSq__rowDanger .settings-module__HHVxSq__leading svg{stroke:var(--danger)}.settings-module__HHVxSq__footerHint{text-align:center;color:var(--ink-4);letter-spacing:-.05px;margin-top:28px;padding:0 8px;font-size:12.5px;line-height:1.6}.settings-module__HHVxSq__ver{color:var(--ink-3);margin-bottom:4px;font-weight:700;display:block}@media (min-width:1024px){.settings-module__HHVxSq__navbar{display:none}.settings-module__HHVxSq__container{grid-template-columns:1fr 1fr;align-items:start;gap:18px 22px;max-width:none;margin:0 auto;padding:8px 4px 0;display:grid}.settings-module__HHVxSq__pageHead{grid-column:1/-1;padding:8px 4px 6px}.settings-module__HHVxSq__profile{grid-column:1/-1;margin-bottom:0}.settings-module__HHVxSq__section{margin-bottom:0}.settings-module__HHVxSq__footerHint{text-align:left;grid-column:1/-1;margin-top:20px;padding-left:4px}}