.ngp-locale-switcher{position:fixed;width:288px;max-height:72vh;overflow-y:auto;background:var(--bg-surface-warm);border:1px solid var(--border-soft);border-radius:var(--radius-3xl);box-shadow:0 24px 60px rgba(13,13,15,.18),var(--shadow-md);padding:16px;display:flex;flex-direction:column;gap:10px;z-index:1300}.ngp-locale-switcher .tile{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-xs);padding:14px}.ngp-locale-switcher .tile-label{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:8px;display:flex;align-items:center;gap:6px}.ngp-locale-switcher .tile-label .count{font-family:var(--font-number);font-feature-settings:"tnum";background:var(--bg-surface-warm);border:1px solid var(--border-subtle);padding:1px 6px;border-radius:var(--radius-full);font-size:10px;color:var(--text-secondary);letter-spacing:.04em}.ngp-locale-switcher .tile-header{display:flex;align-items:center;gap:10px;padding:12px 14px}.ngp-locale-switcher .tile-header .h-icon{width:30px;height:30px;border-radius:var(--radius-md);background:var(--accent-lilac-bg);color:var(--accent-lilac-text);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ngp-locale-switcher .tile-header .h-icon i,.ngp-locale-switcher .tile-header .h-icon svg{width:16px;height:16px;flex-shrink:0;stroke-width:2.25}.ngp-locale-switcher .tile-header .h-title{font-size:14px;font-weight:600;color:var(--text-primary);line-height:1.1}.ngp-locale-switcher .tile-header .h-sub{font-size:11px;color:var(--text-tertiary);margin-top:2px}.ngp-locale-switcher .tile-current{display:flex;align-items:center;gap:10px}.ngp-locale-switcher .tile-current .flag{width:24px;height:18px;border-radius:4px;flex-shrink:0;overflow:hidden;display:inline-flex}.ngp-locale-switcher .tile-current .name{font-size:14px;font-weight:600;color:var(--text-primary);flex:1}.ngp-locale-switcher .tile-current .pill{display:inline-flex;align-items:center;gap:4px;background:var(--status-success-bg);color:var(--status-success-text);font-size:10px;font-weight:700;letter-spacing:.04em;padding:3px 8px;border-radius:var(--radius-full);text-transform:uppercase}.ngp-locale-switcher .tile-list{padding:10px}.ngp-locale-switcher .menu-list{display:flex;flex-direction:column;gap:2px}.ngp-locale-switcher .menu-item{display:flex;align-items:center;gap:10px;padding:8px 10px;font-size:13px;font-weight:500;cursor:pointer;border-radius:var(--radius-md);color:var(--text-primary);transition:background .12s;width:100%;border:none;background:transparent;text-align:start;font-family:inherit}.ngp-locale-switcher .menu-item:hover{background:var(--bg-surface-warm)}.ngp-locale-switcher .menu-item[data-active]{font-weight:700;background:var(--bg-surface-warm)}.ngp-locale-switcher .menu-item[data-active]:after{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-lilac);margin-inline-start:auto}.ngp-locale-switcher .menu-item .flag{width:22px;height:16px;border-radius:3px;flex-shrink:0;overflow:hidden;display:inline-flex}.ngp-locale-switcher .menu-item .name{flex:1}