.settings-page{width:100%;min-width:0;max-width:1080px;font-family:var(--font-pulse-inter),Inter,system-ui,sans-serif;color:var(--theme-ink,#18181b);line-height:normal}.settings-heading{padding:4px 0 18px}.settings-heading h1{letter-spacing:-.5px;margin:0;font-size:22px;font-weight:600;line-height:1}.settings-heading p{color:var(--theme-muted,#71717a);margin:7px 0 0;font-size:12.5px}.settings-columns{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:14px;margin-bottom:26px;display:grid}.settings-column{gap:14px;min-width:0;display:grid}.settings-card{background:var(--theme-surface,#fff);border:1px solid var(--theme-line,#e4e4e7);border-radius:12px;min-width:0;overflow:hidden;box-shadow:0 1px 2px #18181b0d}.settings-card>header{border-bottom:1px solid var(--theme-line,#f1f1f3);padding:15px 20px}.settings-card h2{letter-spacing:-.2px;margin:0;font-size:13.5px;font-weight:600}.settings-card header p{color:var(--theme-muted,#71717a);margin:2px 0 0;font-size:11.5px}.settings-profile{border-bottom:1px solid var(--theme-line,#f4f4f5);align-items:center;gap:13px;padding:15px 20px;display:flex}.settings-avatar{color:#fff;background:linear-gradient(140deg,#35291d,#170f08);border-radius:50%;flex:none;place-items:center;width:44px;height:44px;font-size:14px;font-weight:600;display:grid}.settings-row__copy{flex:1;min-width:0}.settings-row__copy strong{font-size:12.5px;font-weight:500}.settings-profile strong{font-size:13.5px;font-weight:600}.settings-row__copy p{color:var(--theme-muted,#71717a);overflow-wrap:anywhere;margin:2px 0 0;font-size:11px;line-height:1.5}.settings-fields{grid-template-columns:1fr 1fr;gap:14px 12px;padding:15px 20px 19px;display:grid}.settings-fields label,.settings-dialog label{min-width:0;color:var(--theme-muted,#71717a);gap:6px;font-size:10.5px;font-weight:500;display:grid}.settings-fields input,.settings-dialog input{box-sizing:border-box;background:var(--theme-surface,#fff);border:1px solid var(--theme-line,#e4e4e7);width:100%;min-width:0;min-height:44px;font:500 13px var(--font-pulse-inter),Inter,system-ui,sans-serif;color:var(--theme-ink,#18181b);border-radius:8px;padding:0 12px;box-shadow:0 1px 2px #18181b0d}.settings-row{border-bottom:1px solid var(--theme-line,#f4f4f5);align-items:center;gap:14px;min-height:58px;padding:7px 20px;display:flex}.settings-row:last-child{border-bottom:0}.settings-button,.settings-select{border:1px solid var(--theme-line,#e4e4e7);max-width:100%;min-height:44px;font:500 11.5px var(--font-pulse-inter),Inter,system-ui,sans-serif;color:var(--theme-ink,#18181b);background:var(--theme-surface,#fff);cursor:pointer;border-radius:7px;flex:none;justify-content:center;align-items:center;padding:7px 13px;text-decoration:none;transition:background .12s,transform .12s;display:inline-flex;box-shadow:0 1px 2px #18181b0d}.settings-button:hover{background:var(--theme-surface-muted,#f4f4f5)}.settings-button:active{transform:scale(.97)}.settings-button--primary{background:var(--theme-control,#18181b);color:#fff;border-color:var(--theme-ink,#18181b)}.settings-button--primary:hover{background:var(--theme-control-hover,#3f3f46)}.settings-button--danger{color:var(--theme-danger,#dc2626);border-color:var(--theme-danger-line,#fecaca)}.settings-button--danger:hover{background:var(--theme-danger-bg,#fef2f2)}.settings-button:disabled,.settings-select:disabled,.settings-toggle:disabled{cursor:wait;opacity:.55}.settings-social{background:var(--theme-control,#18181b);color:#fff;border-radius:8px;flex:none;place-items:center;width:32px;height:32px;font-size:15px;display:grid}.settings-connected{background:var(--theme-success-bg,#ecfdf5);color:var(--theme-success,#047857);border-radius:6px;flex:none;padding:3px 9px;font-size:10.5px;font-weight:600}.settings-pending-feature{color:var(--theme-muted,#71717a);font-size:11px}.settings-toggle{cursor:pointer;background:0 0;border:0;flex:none;place-items:center;width:44px;height:44px;padding:0;display:grid}.settings-toggle>span{background:var(--theme-surface-muted,#d4d4d8);border-radius:11px;width:38px;height:22px;padding:2px;transition:background .15s;display:block}.settings-toggle i{background:var(--theme-surface,#fff);border-radius:50%;width:18px;height:18px;transition:transform .15s;display:block;box-shadow:0 1px 4px #09090b40}.settings-toggle[aria-checked=true]>span{background:var(--theme-control,#18181b)}.settings-toggle[aria-checked=true] i{transform:translate(16px)}.settings-notice{color:var(--theme-muted,#71717a);margin:0;padding:0 20px 13px;font-size:11px;line-height:1.5}.settings-status{margin:0 0 20px;font-size:12px}.settings-dialog{border:1px solid var(--theme-line,#e4e4e7);width:min(460px,100vw - 32px);color:var(--theme-ink,#18181b);border-radius:14px;padding:24px;box-shadow:0 24px 70px #18181b33}.settings-dialog::backdrop{background:#18181b66}.settings-dialog h2{margin:0;font-size:20px}.settings-dialog p{color:var(--theme-muted,#71717a);font-size:13px;line-height:1.6}.settings-dialog__actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.settings-fields input{min-height:36px}.settings-button,.settings-select{min-height:30px}.settings-deletion>summary{min-height:44px;color:var(--theme-muted,#71717a);cursor:pointer;padding:14px 20px;font-size:11.5px;font-weight:500}.settings-deletion>summary:hover{background:var(--theme-canvas,#fafafa);color:var(--theme-secondary,#52525b)}.settings-deletion[open]>summary{border-bottom:1px solid var(--theme-line,#f1f1f3)}.settings-deletion .settings-row__copy strong{color:var(--theme-danger,#dc2626)}.settings-page :is(button,input,select,a,summary):focus-visible,.settings-dialog :is(button,input,a):focus-visible{outline-offset:3px;outline:3px solid #fb9a52}.settings-deletion>summary:focus-visible{outline-offset:-3px}@media (max-width:1100px){.settings-columns{grid-template-columns:minmax(0,1fr)}}@media (max-width:480px){.settings-row,.settings-profile{gap:8px;padding-left:14px;padding-right:14px}.settings-fields{padding:15px 14px 19px}.settings-card>header,.settings-deletion>summary{padding-left:14px;padding-right:14px}.settings-connected{display:none}.settings-select{max-width:135px;padding:7px}.settings-profile .settings-button{padding:7px 9px}}@media (pointer:coarse){.settings-fields input,.settings-button,.settings-select{min-height:44px}}@media (prefers-reduced-motion:reduce){.settings-button,.settings-toggle>span,.settings-toggle i{transition:none}}