.settings-module__eSbG6G__container{width:100%;color:var(--ink);gap:var(--space-5);flex-direction:column;display:flex}.settings-module__eSbG6G__header{text-align:center;margin-bottom:var(--space-2);animation:var(--kf-squish-in) var(--dur-3) var(--spring) backwards}.settings-module__eSbG6G__title{font-family:var(--font-display);font-size:var(--text-3xl);letter-spacing:-.02em;margin-bottom:var(--space-2);color:var(--sky-text);overflow-wrap:anywhere;font-weight:700;line-height:1.1}.settings-module__eSbG6G__subtitle{font-size:var(--text-base);color:var(--ink-2);text-wrap:pretty;max-width:54ch;margin:0 auto;font-weight:500;line-height:1.6}.settings-module__eSbG6G__syncAction{align-items:center;gap:var(--space-2);margin-top:var(--space-4);flex-direction:column;display:flex}.settings-module__eSbG6G__enableSync{appearance:none;justify-content:center;align-items:center;gap:var(--space-2);background:var(--sky);background-image:var(--cap);color:var(--on-sky);font-family:inherit;font-size:var(--text-sm);padding:var(--space-3) var(--space-5);border-radius:var(--r-pill);min-height:44px;box-shadow:0 var(--squish) 0 var(--sky-shadow), inset 0 1px 0 var(--bevel);cursor:pointer;transition:transform var(--dur-1) var(--spring), box-shadow var(--dur-1) var(--spring), background-color var(--dur-2) var(--ease-out);border:0;font-weight:700;text-decoration:none;display:inline-flex}.settings-module__eSbG6G__enableSync:hover:not(:disabled){background-color:#6fb8f2}.settings-module__eSbG6G__enableSync:active:not(:disabled){transform:translateY(var(--squish));box-shadow:0 0 0 var(--sky-shadow)}.settings-module__eSbG6G__enableSync:disabled{background-color:var(--button-disabled);color:var(--button-disabled-text);box-shadow:none;cursor:progress;background-image:none}.settings-module__eSbG6G__syncHint{width:100%;max-width:46ch;font-size:var(--text-xs);color:var(--ink-3);text-align:center;text-wrap:pretty;font-weight:500;line-height:1.5}.settings-module__eSbG6G__quiet{color:var(--ink-2)}.settings-module__eSbG6G__good{color:var(--sky-text)}.settings-module__eSbG6G__warn{color:var(--warn)}.settings-module__eSbG6G__section{background:var(--panel);border-radius:var(--r-lg);box-shadow:var(--sh-2);padding:var(--space-5);animation:var(--kf-squish-in) var(--dur-3) var(--spring) backwards}.settings-module__eSbG6G__sectionTitle{font-family:var(--font-display);font-size:var(--text-xl);color:var(--sky-text);margin-bottom:var(--space-1);font-weight:700}.settings-module__eSbG6G__sectionBlurb{font-size:var(--text-sm);color:var(--ink-3);margin-bottom:var(--space-4);text-wrap:pretty;line-height:1.5}.settings-module__eSbG6G__controls{gap:var(--space-4);flex-direction:column;display:flex}.settings-module__eSbG6G__row{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.settings-module__eSbG6G__rowText{flex:18rem;min-width:0}.settings-module__eSbG6G__rowLabel{font-size:var(--text-base);color:var(--ink);cursor:pointer;font-weight:700;display:block}.settings-module__eSbG6G__rowHint{font-size:var(--text-xs);color:var(--ink-3);text-wrap:pretty;margin-top:2px;line-height:1.5}.settings-module__eSbG6G__switch{appearance:none;width:52px;height:44px;box-shadow:none;border-radius:var(--r-pill);cursor:pointer;background:0 0;flex:none;padding:0;position:relative}.settings-module__eSbG6G__switch:before{content:"";border-radius:var(--r-pill);background:var(--sky-softer);height:30px;box-shadow:inset 0 0 0 2px var(--shadow-tint), inset 0 2px 0 var(--shadow-tint);transition:background var(--dur-2) ease;position:absolute;top:7px;left:0;right:0}.settings-module__eSbG6G__switch:after{content:"";background:var(--glint-core);width:24px;height:24px;box-shadow:0 2px 0 var(--shadow-tint);transition:transform var(--dur-2) var(--spring);border-radius:50%;position:absolute;top:10px;left:3px}.settings-module__eSbG6G__switch:checked:before{background:var(--sky);box-shadow:inset 0 2px 0 var(--sky-shadow)}.settings-module__eSbG6G__switch:checked:after{transform:translate(22px)}.settings-module__eSbG6G__switch:disabled{opacity:.5;cursor:not-allowed}.settings-module__eSbG6G__segmented{border-radius:var(--r-pill);background:var(--sky-softer);box-shadow:inset 0 2px 0 var(--shadow-tint);flex:none;gap:3px;padding:3px;display:inline-flex}.settings-module__eSbG6G__segment{appearance:none;color:var(--ink-2);font-size:var(--text-sm);padding:var(--space-2) var(--space-4);border-radius:var(--r-pill);cursor:pointer;transition:background var(--dur-2) ease, color var(--dur-2) ease;background:0 0;border:0;font-weight:700}.settings-module__eSbG6G__segmentOn{background:var(--sky);color:var(--on-sky);box-shadow:0 2px 0 var(--sky-shadow), inset 0 1px 0 var(--bevel)}.settings-module__eSbG6G__grid{border:0;min-width:0;margin:0;padding:0}.settings-module__eSbG6G__gridLegend{justify-content:space-between;align-items:baseline;gap:var(--space-3);width:100%;font-size:var(--text-base);color:var(--ink);margin-bottom:var(--space-3);font-weight:700;display:flex}.settings-module__eSbG6G__gridCount{font-size:var(--text-xs);color:var(--ink-3);white-space:nowrap;font-weight:600}.settings-module__eSbG6G__gridButtons{gap:var(--space-2);grid-template-columns:repeat(auto-fill,minmax(44px,1fr));display:grid}.settings-module__eSbG6G__chip{aspect-ratio:1;border-radius:var(--r-sm);background:var(--sky-softer);cursor:pointer;transition:background var(--dur-2) ease, transform var(--dur-1) ease;opacity:.4;filter:grayscale();justify-content:center;align-items:center;display:flex;position:relative}.settings-module__eSbG6G__chipOn{background:var(--panel);box-shadow:var(--sh-1);opacity:1;filter:none}.settings-module__eSbG6G__chip:active{transform:scale(.94)}.settings-module__eSbG6G__chipInput{opacity:0;min-height:0;cursor:inherit;margin:0;padding:0;position:absolute;inset:0}.settings-module__eSbG6G__chipInput:focus-visible+.settings-module__eSbG6G__chipGlyph{outline:3px solid var(--sky);outline-offset:3px;border-radius:var(--r-sm)}.settings-module__eSbG6G__chipInput:disabled{cursor:not-allowed}.settings-module__eSbG6G__chipGlyph{transform:translateY(var(--emoji-lift,0));pointer-events:none;font-size:22px;line-height:1}.settings-module__eSbG6G__gridActions{margin-top:var(--space-3);justify-content:flex-end;display:flex}.settings-module__eSbG6G__gridAction{appearance:none;color:var(--sky-text);font-size:var(--text-sm);padding:var(--space-2) var(--space-3);border-radius:var(--r-pill);cursor:pointer;background:0 0;border:0;font-weight:700}.settings-module__eSbG6G__gridAction:hover:not(:disabled){background:var(--sky-softer)}.settings-module__eSbG6G__gridAction:disabled{color:var(--ink-3);opacity:.5;cursor:default}.settings-module__eSbG6G__select{max-width:100%;font-size:var(--text-sm);color:var(--ink);background:var(--panel-2);border-radius:var(--r-md);box-shadow:inset 0 2px 0 var(--shadow-tint);padding:var(--space-3) var(--space-4);cursor:pointer;border:0;flex:0 auto;font-family:inherit;font-weight:600}.settings-module__eSbG6G__signOut{appearance:none;background:var(--sky-softer);color:var(--ink-2);font-size:var(--text-sm);padding:var(--space-3) var(--space-5);border-radius:var(--r-pill);cursor:pointer;border:0;font-family:inherit;font-weight:700}.settings-module__eSbG6G__signOut:disabled{opacity:.6;cursor:default}.settings-module__eSbG6G__resetRow{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.settings-module__eSbG6G__resetTrigger,.settings-module__eSbG6G__resetCancel{appearance:none;background:var(--sky-softer);color:var(--ink-2);font-size:var(--text-sm);padding:var(--space-3) var(--space-5);border-radius:var(--r-pill);cursor:pointer;border:0;font-family:inherit;font-weight:700}.settings-module__eSbG6G__resetConfirm{appearance:none;background:var(--bad);color:var(--panel);font-size:var(--text-sm);padding:var(--space-3) var(--space-5);border-radius:var(--r-pill);box-shadow:var(--sh-1);cursor:pointer;border:0;font-family:inherit;font-weight:700}.settings-module__eSbG6G__resetWarning{font-size:var(--text-sm);color:var(--ink);flex:16rem;font-weight:700}.settings-module__eSbG6G__resetButtons{gap:var(--space-2);flex-wrap:wrap;display:flex}.settings-module__eSbG6G__footnote{font-size:var(--text-xs);color:var(--ink-3);text-wrap:pretty;margin-top:var(--space-3);line-height:1.6}.settings-module__eSbG6G__code{background:var(--sky-softer);border-radius:6px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95em}.settings-module__eSbG6G__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
