.pvcs-custom-switcher{position:relative;display:inline-block;min-width:100px;font-family:inherit;user-select:none;z-index:999}.pvcs-current-trigger{background:rgb(26 26 31 / .9);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgb(255 255 255 / .1);color:#fff;padding:12px 20px;border-radius:100px;cursor:pointer;display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px;transition:all 0.3s cubic-bezier(.4,0,.2,1);outline:none}.pvcs-current-trigger:hover,.pvcs-current-trigger:focus-visible{border-color:rgb(33 150 243 / .5);box-shadow:0 0 0 3px rgb(33 150 243 / .15)}.pvcs-current-trigger .fi,.pvcs-option .fi{font-size:18px;border-radius:3px;flex-shrink:0}.pvcs-options-wrap{position:absolute;top:calc(100% + 8px);left:0;min-width:100%;background:rgb(26 26 31 / .97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgb(255 255 255 / .1);border-radius:16px;display:none;flex-direction:column;z-index:1000;box-shadow:0 20px 50px rgb(0 0 0 / .5),0 0 0 1px rgb(255 255 255 / .03)}.pvcs-custom-switcher.is-open .pvcs-options-wrap{display:flex;animation:pvcsSlideDown 0.25s cubic-bezier(.4,0,.2,1) forwards}@keyframes pvcsSlideDown{from{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}.pvcs-options-list{max-height:280px;overflow-y:auto;overscroll-behavior:contain}.pvcs-options-list::-webkit-scrollbar{width:4px}.pvcs-options-list::-webkit-scrollbar-track{background:#fff0}.pvcs-options-list::-webkit-scrollbar-thumb{background:rgb(255 255 255 / .15);border-radius:4px}.pvcs-scroll-arrow{display:none;align-items:center;justify-content:center;height:28px;color:rgb(255 255 255 / .4);font-size:10px;letter-spacing:2px;flex-shrink:0;border-top:1px solid rgb(255 255 255 / .06);border-bottom:1px solid rgb(255 255 255 / .06);cursor:default}.pvcs-scroll-arrow-up{border-top:none;border-radius:16px 16px 0 0}.pvcs-scroll-arrow-down{border-bottom:none;border-radius:0 0 16px 16px}.pvcs-options-wrap.can-scroll-up .pvcs-scroll-arrow-up,.pvcs-options-wrap.can-scroll-down .pvcs-scroll-arrow-down{display:flex}.pvcs-option{padding:12px 20px;color:rgb(255 255 255 / .7);cursor:pointer;display:flex;align-items:center;gap:10px;transition:all 0.15s ease;border-bottom:1px solid rgb(255 255 255 / .03)}.pvcs-option:last-child{border-bottom:none}.pvcs-option:hover{background:rgb(255 255 255 / .06);color:#fff}.pvcs-option.is-active{background:rgb(33 150 243 / .12);color:#2196f3;font-weight:600}.pvcs-option.is-active::after{content:'✓';margin-left:auto;font-size:12px;opacity:.8}.pvcs-code{font-weight:600;letter-spacing:.5px}.pvcs-symbol{opacity:.45;font-size:12px;margin-left:auto}.pvcs-option.is-active .pvcs-symbol{margin-left:0}.pvcs-display-flags .pvcs-code-label,.pvcs-display-flags .pvcs-code,.pvcs-display-flags .pvcs-symbol{display:none}.pvcs-display-code .fi{display:none}.pvcs-display-compact .pvcs-symbol{display:none}.pvcs-floating-wrap{position:fixed;bottom:24px;z-index:99999;animation:pvcsFloatIn 0.5s cubic-bezier(.4,0,.2,1) 0.5s both}.pvcs-floating-wrap.pvcs-float-left{left:24px;right:auto}.pvcs-floating-wrap.pvcs-float-right{right:24px;left:auto}.pvcs-float-right .pvcs-options-wrap{left:auto;right:0}@keyframes pvcsFloatIn{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.pvcs-floating-wrap .pvcs-options-wrap{top:auto;bottom:calc(100% + 8px)}@media (max-width:480px){.pvcs-floating-wrap{bottom:16px}.pvcs-float-left{left:16px}.pvcs-float-right{right:16px}.pvcs-current-trigger{padding:10px 16px;font-size:13px}.pvcs-options-list{min-width:180px}}