.mira-switcher { position: fixed; bottom: 20px; right: 20px; z-index: 99999; font-family: sans-serif; }
.mira-switcher-toggle { display: flex; align-items: center; gap: 8px; padding: 10px 16px; background: #fff; border: 1px solid #ddd; border-radius: 50px; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.mira-switcher-dropdown { position: absolute; bottom: calc(100% + 8px); right: 0; min-width: 160px; background: #fff; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 4px 16px rgba(0,0,0,0.12); list-style: none; margin: 0; padding: 8px 0; display: none; }
.mira-switcher-dropdown.active { display: block; }
.mira-switcher-dropdown li a { display: flex; align-items: center; gap: 8px; padding: 8px 16px; color: #333; text-decoration: none; }
.mira-switcher-dropdown li a:hover { background: #f5f5f5; }
.mira-switcher-dropdown li a.active { font-weight: 600; color: #2271b1; }