.gcs-currency{position:fixed;left:18px;bottom:18px;z-index:99990;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#18004f}
.gcs-currency *{box-sizing:border-box}
.gcs-currency__trigger{min-width:112px;height:50px;padding:0 15px;border:1px solid rgba(116,35,255,.25);border-radius:16px;background:#fff;color:#26006f;display:flex;align-items:center;justify-content:center;gap:9px;font:800 14px/1 Inter,sans-serif;box-shadow:0 14px 36px rgba(40,0,101,.18);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.gcs-currency__trigger:hover,.gcs-currency__trigger:focus-visible{transform:translateY(-2px);border-color:#7a00ff;box-shadow:0 18px 42px rgba(80,0,190,.24);outline:0}
.gcs-currency__trigger svg{width:17px;height:17px;transition:transform .2s ease}.gcs-currency.is-open .gcs-currency__trigger svg{transform:rotate(180deg)}
.gcs-currency__flag{font-size:21px}.gcs-currency__code{letter-spacing:.04em}
.gcs-currency__panel{position:absolute;left:0;bottom:62px;width:330px;max-height:min(620px,calc(100vh - 100px));overflow:auto;background:#fff;border:1px solid #e5d9ff;border-radius:22px;padding:16px;box-shadow:0 26px 70px rgba(32,0,83,.25);transform-origin:left bottom;animation:gcsCurrencyIn .18s ease both}
@keyframes gcsCurrencyIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
.gcs-currency__panel[hidden]{display:none!important}.gcs-currency__panel header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:2px 2px 13px;border-bottom:1px solid #eee7ff}.gcs-currency__panel header div{display:grid;gap:4px}.gcs-currency__panel header span{font-size:12px;color:#74668e;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.gcs-currency__panel header strong{font-size:18px;color:#1c0056}.gcs-currency__close{width:34px;height:34px;border:0;border-radius:10px;background:#f5efff;color:#4f008f;font-size:24px;line-height:1;cursor:pointer}.gcs-currency__close:hover{background:#eadcff}
.gcs-currency__rate{margin:13px 0;padding:12px 14px;border-radius:14px;background:linear-gradient(135deg,#f7f2ff,#efe5ff);display:flex;justify-content:space-between;align-items:center;gap:10px}.gcs-currency__rate span{font-size:12px;color:#766589}.gcs-currency__rate strong{font-size:13px;text-align:right;color:#3a007d}
.gcs-currency__list{display:grid;gap:7px}.gcs-currency__option{width:100%;border:1px solid transparent;border-radius:13px;background:#fff;color:#1d0a47;padding:10px 11px;display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:9px;text-align:left;cursor:pointer;transition:.18s ease}.gcs-currency__option:hover{background:#faf7ff;border-color:#dccbff}.gcs-currency__option.is-active{background:#f3eaff;border-color:#a966ff}.gcs-currency__option-flag{font-size:22px}.gcs-currency__option span:nth-child(2){display:grid;gap:2px}.gcs-currency__option strong{font-size:14px}.gcs-currency__option small{font-size:11px;color:#776b8c}.gcs-currency__option b{font-size:13px;color:#7900f5}.gcs-currency__option[disabled]{opacity:.65;cursor:wait}
.gcs-currency__settlement{margin:13px 2px 7px;padding:10px 11px;border-radius:12px;background:#fff8e7;color:#654500;font-size:11px;line-height:1.45}.gcs-currency__source{display:inline-flex;margin:0 2px;color:#6f00d9;font-size:10px;text-decoration:none}.gcs-currency__source:hover{text-decoration:underline}.gcs-currency__status{min-height:16px;margin:7px 2px 0;font-size:11px;color:#06713d}.gcs-currency__status.is-error{color:#b42318}
.gcs-currency-enabled .woocommerce-info.gcs-currency-notice{border-top-color:#7900f5}
body.admin-bar .gcs-currency{bottom:18px}
@media(max-width:782px){body.admin-bar .gcs-currency{bottom:14px}.gcs-currency{left:12px;bottom:12px}.gcs-currency__trigger{height:46px;min-width:100px;border-radius:14px}.gcs-currency__panel{width:min(330px,calc(100vw - 24px));bottom:56px;max-height:calc(100vh - 90px)}}
@media(prefers-reduced-motion:reduce){.gcs-currency__panel{animation:none}.gcs-currency__trigger,.gcs-currency__trigger svg,.gcs-currency__option{transition:none}}
