.currency-switcher{position:relative;display:inline-flex;flex-shrink:0}.currency-switcher__trigger{display:inline-flex;align-items:center;justify-content:center;gap:0.55rem;height:4.4rem;min-width:4.4rem;padding:0 1.1rem;border:1px solid rgba(45,91,255,0.32);border-radius:999px;background:rgba(20,30,52,0.75);color:var(--color-text-soft,#e2e8f0);font-size:1.25rem;font-weight:700;font-family:inherit;line-height:1;cursor:pointer;transition:background 0.18s ease,border-color 0.18s ease,box-shadow 0.18s ease,transform 0.18s ease;-webkit-tap-highlight-color:transparent}.currency-switcher__trigger:hover{background:rgba(36,51,88,0.95);border-color:rgba(91,132,255,0.55);box-shadow:0 0 0 1px rgba(45,91,255,0.2),0 4px 16px rgba(45,91,255,0.15)}.currency-switcher__trigger:active{transform:scale(0.97)}.currency-switcher.is-open .currency-switcher__trigger{background:rgba(45,91,255,0.18);border-color:rgba(91,132,255,0.65);box-shadow:0 0 0 2px rgba(45,91,255,0.22)}.currency-switcher__trigger-icon{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:50%;background:rgba(45,91,255,0.15);flex-shrink:0}.currency-switcher__trigger-icon i{font-size:1.15rem;color:var(--color-primary-light,#5b84ff)}.currency-switcher__trigger-label{letter-spacing:0.04em;font-size:1.2rem;color:#fff;min-width:2.8rem;text-align:left}.currency-switcher__chevron{font-size:0.85rem;opacity:0.55;margin-left:-0.15rem;transition:transform 0.2s ease}.currency-switcher.is-open .currency-switcher__chevron{transform:rotate(180deg);opacity:0.9}.currency-switcher__menu{position:absolute;top:calc(100%+0.65rem);right:0;width:min(28rem,calc(100vw - 2.4rem));max-height:min(38rem,calc(100vh - 12rem));overflow:hidden;display:flex;flex-direction:column;background:#121c32;border:1px solid rgba(45,91,255,0.38);border-radius:1.2rem;box-shadow:0 20px 50px rgba(0,0,0,0.55),0 0 0 1px rgba(255,255,255,0.04) inset;z-index:1300;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity 0.16s ease,transform 0.16s ease,visibility 0.16s;pointer-events:none}.currency-switcher__menu[hidden]{display:none !important}.currency-switcher.is-open .currency-switcher__menu{display:flex !important;opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.currency-switcher__menu-head{flex-shrink:0;padding:1.2rem 1.4rem 1rem;border-bottom:1px solid rgba(45,91,255,0.2)}.currency-switcher__menu-head strong{display:block;font-size:1.3rem;font-weight:700;color:#fff}.currency-switcher__options{overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:0.5rem}.currency-switcher__option{display:flex;align-items:center;gap:1rem;width:100%;padding:0.95rem 1.1rem;margin-bottom:0.25rem;border:1px solid transparent;border-radius:0.85rem;background:transparent;color:var(--color-text-light,#cbd5e1);font-family:inherit;cursor:pointer;text-align:left;transition:background 0.12s ease,border-color 0.12s ease,color 0.12s ease;-webkit-tap-highlight-color:transparent}.currency-switcher__option:last-child{margin-bottom:0}.currency-switcher__option:hover{background:rgba(45,91,255,0.1);color:#fff}.currency-switcher__option.is-active{background:rgba(45,91,255,0.16);border-color:rgba(91,132,255,0.4);color:#fff}.currency-switcher__option-icon{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:0.75rem;background:rgba(45,91,255,0.12);flex-shrink:0}.currency-switcher__option-icon i{font-size:1.25rem;color:var(--color-primary-light,#5b84ff)}.currency-switcher__option.is-active .currency-switcher__option-icon{background:rgba(45,91,255,0.28)}.currency-switcher__option.is-active .currency-switcher__option-icon i{color:#fff}.currency-switcher__option-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:0.15rem}.currency-switcher__option-code{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:0.03em}.currency-switcher__option-name{font-size:1.05rem;color:var(--color-text-muted,#94a3b8);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.currency-switcher__option-check{flex-shrink:0;font-size:1.1rem;color:var(--color-success,#22c55e);opacity:0;transform:scale(0.8);transition:opacity 0.15s ease,transform 0.15s ease}.currency-switcher__option.is-active .currency-switcher__option-check{opacity:1;transform:scale(1)}.header-actions .currency-switcher--desktop{margin-right:0.2rem}.header-actions .currency-switcher--desktop .currency-switcher__trigger{height:4.4rem}.mobile-nav-panel .currency-switcher--mobile{width:100%;margin:0 0 1rem;padding:0 0.4rem}.mobile-nav-panel .currency-switcher--mobile .currency-switcher__trigger{width:100%;justify-content:flex-start;height:4.8rem;padding:0 1.4rem;border-radius:1rem;font-size:1.35rem}.mobile-nav-panel .currency-switcher--mobile .currency-switcher__trigger-label{flex:1;font-size:1.35rem}.mobile-nav-panel .currency-switcher--mobile .currency-switcher__menu{position:static;width:100%;max-height:none;margin-top:0.6rem;box-shadow:none;border-radius:1rem;transform:none;opacity:1;visibility:visible;pointer-events:auto;display:none !important}.mobile-nav-panel .currency-switcher--mobile.is-open .currency-switcher__menu{display:flex !important}@media (max-width:768px){.header-actions .currency-switcher--desktop{display:none !important}}@media (min-width:769px){.mobile-nav-panel .currency-switcher--mobile{display:none !important}}@media (max-width:380px){.currency-switcher__trigger-label{min-width:2.4rem;font-size:1.1rem}.currency-switcher__trigger{padding:0 0.9rem;gap:0.4rem}}@media (prefers-reduced-motion:reduce){.currency-switcher__trigger,.currency-switcher__menu,.currency-switcher__chevron,.currency-switcher__option,.currency-switcher__option-check{transition:none}}