/* AMC Switcher — frontend styles */
.amc-switcher{display:inline-flex;align-items:center;gap:6px;font-size:14px;line-height:1.4}
.amc-switcher select{padding:6px 24px 6px 10px;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:inherit;cursor:pointer}
.amc-switcher select:focus{outline:2px solid #6366f1;outline-offset:1px}
.amc-switcher__list{list-style:none;margin:0;padding:0;display:flex;gap:6px;flex-wrap:wrap}
.amc-switcher__list button,.amc-switcher__buttons button{appearance:none;-webkit-appearance:none;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:6px 10px;font-size:13px;cursor:pointer;color:#111827;font-family:inherit}
.amc-switcher__list button:hover,.amc-switcher__buttons button:hover{background:#e5e7eb}
.amc-switcher__list .is-active button,.amc-switcher__button.is-active{background:#111827;color:#fff;border-color:#111827}
.amc-switcher__buttons{display:inline-flex;gap:4px;flex-wrap:wrap}
.amc-switcher--menu{margin-left:8px}
.amc-switcher--widget select{width:100%}
@media (prefers-color-scheme:dark){.amc-switcher select{background:#1f2937;color:#f9fafb;border-color:#374151}.amc-switcher__list button,.amc-switcher__buttons button{background:#374151;color:#f9fafb;border-color:#4b5563}}
