.zcmc-switcher-wrap{position:fixed;left:0;right:0;z-index:99999;display:flex;justify-content:center;pointer-events:none;}
.zcmc-switcher-wrap[data-position="below_header"]{top:54px;}
.zcmc-switcher-wrap[data-position="floating_bottom"]{bottom:16px;top:auto;}
.zcmc-switcher{pointer-events:auto;display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;background:rgba(15,23,42,.92);backdrop-filter:blur(8px);box-shadow:0 10px 30px rgba(0,0,0,.25);color:#fff;max-width:min(980px, calc(100% - 16px));width:calc(100% - 16px);}
.zcmc-switcher-wrap[data-position="floating_bottom"] .zcmc-switcher{max-width:520px;border-radius:999px;padding:10px 10px;}
.zcmc-brand{display:flex;align-items:center;gap:10px;min-width:140px;}
.zcmc-logo{width:28px;height:28px;border-radius:10px;background:linear-gradient(135deg,#38bdf8,#22c55e);display:inline-block;box-shadow:0 6px 18px rgba(34,197,94,.25);}
.zcmc-title{font-weight:800;letter-spacing:.2px;}
.zcmc-controls{margin-left:auto;display:flex;align-items:center;gap:10px;}
.zcmc-select{border-radius:12px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;padding:10px 10px;min-width:220px;outline:none;}
.zcmc-select option{color:#111827;}
.zcmc-apply{border:none;border-radius:12px;background:#38bdf8;color:#0b1220;font-weight:900;padding:10px 12px;cursor:pointer;transition:transform .12s, filter .12s;}
.zcmc-apply:hover{transform:translateY(-1px);filter:brightness(1.05);}
@media(max-width: 600px){
  .zcmc-switcher{gap:10px;padding:10px 10px;}
  .zcmc-brand{min-width:auto;}
  .zcmc-title{display:none;}
  .zcmc-select{min-width:160px;}
  .zcmc-switcher-wrap[data-position="below_header"]{top:46px;}
}
