body{padding-block:clamp(32px,6vh,64px);gap:clamp(28px,4vh,40px)}.settings-nav,.settings{width:100%;max-width:720px;margin:0 auto;padding:0 var(--sidepadding)}.settings{display:flex;flex-direction:column;gap:clamp(36px,5vh,52px)}.settings__title{font-size:24px;font-weight:400}.settings__group{display:flex;flex-direction:column}.settings__heading{font-family:Geist Mono,monospace;font-size:13px;font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.settings__note{font-family:Geist Mono,monospace;font-size:13px;line-height:1.5;color:hsl(from var(--muted) h s l / .8);max-width:60ch;margin-top:12px}.settings__list{list-style:none;margin:0;padding:0}.setting{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid hsl(from var(--muted) h s l / .14)}.settings__group>.setting:last-of-type,.settings__list>.setting:last-child{border-bottom:0}.setting--end{justify-content:flex-end}.setting__text{display:flex;flex-direction:column;gap:3px;min-width:0}.setting__text--avatar{flex-direction:row;align-items:center;gap:12px}.setting__name{font-size:15px;font-weight:450;color:var(--contrast);overflow-wrap:anywhere}.setting__desc{font-family:Geist Mono,monospace;font-size:13px;line-height:1.45;color:var(--muted);overflow-wrap:anywhere}.setting__desc a{text-decoration:underline}.setting__control{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;flex:none}.setting__value{font-family:Geist Mono,monospace;font-size:13px;color:var(--contrast);flex:none}.setting__avatar{width:34px;height:34px;flex:none;border-radius:6px;background-color:var(--tile, hsl(from var(--muted) h s l / .2));background-image:linear-gradient(155deg,hsl(from var(--contrast) h s l / .16),transparent 62%);display:grid;place-items:center;font-size:15px;font-weight:450;color:var(--contrast)}@media(max-width:560px){.setting{flex-direction:column;align-items:stretch;gap:12px}.setting--end,.setting__control{justify-content:flex-start}.setting__text--avatar{align-items:center}.setting .segmented{align-self:flex-start;max-width:100%;flex-wrap:wrap}}.settings__group--admin{border-top:1px solid hsl(from var(--muted) h s l / .25);padding-top:clamp(28px,4vh,40px)}.settings__admin-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.settings__badge{font-family:Geist Mono,monospace;font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:4px;background-color:hsl(from var(--muted) h s l / .18);color:var(--muted)}.settings__badge[data-state=unlocked]{background-color:hsl(from var(--green) h s l / .16);color:var(--green)}.settings__unlock{display:flex;flex-direction:column;gap:16px}.settings__unlock-step{display:flex;flex-direction:column;gap:12px;max-width:380px}.settings__unlock-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.settings__unlock-step>.btn{align-self:flex-start}.settings__admin-inner{display:flex;flex-direction:column;gap:clamp(36px,5vh,52px);margin-top:clamp(28px,4vh,40px)}.settings__status{display:flex;align-items:center;gap:8px;flex:none;font-family:Geist Mono,monospace;font-size:13px;color:var(--muted)}.settings__status[data-state=connected]{color:var(--green)}.settings__status[data-state=error]{color:var(--red)}.blink{animation:pulse 2s infinite ease-in-out}@keyframes pulse{0%,to{opacity:.2}50%{opacity:1}}@media(prefers-reduced-motion:reduce){.blink{animation:none}}
