:root{color-scheme:light;--appearance-bg:#f7f9f4;--appearance-border:#dce3d6;--appearance-text:#52664c;--appearance-focus:#a3b99b}
:root[data-theme="dark"]{color-scheme:dark;--appearance-bg:#1d2b22;--appearance-border:#354738;--appearance-text:#c0d0b8;--appearance-focus:#90b082}
.appearance-control{font:600 11px/1.2 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-width:92px;max-width:120px;height:32px;padding:5px 8px;border:1px solid var(--appearance-border);border-radius:7px;background:var(--appearance-bg);color:var(--appearance-text);cursor:pointer;flex-shrink:0}
.appearance-control:focus-visible{outline:3px solid var(--appearance-focus);outline-offset:3px}
@media(max-width:700px){.appearance-control{min-width:76px;max-width:92px;font-size:10px;padding:5px 4px}}
