/* Shared Búnker language selector */
.bunker-language-backdrop{position:fixed;inset:0;z-index:99999;background:rgba(3,8,18,.82);backdrop-filter:blur(10px);display:grid;place-items:center;padding:14px}
.bunker-language-panel{width:min(540px,100%);max-height:calc(100dvh - 28px);overflow:auto;background:linear-gradient(155deg,#10243a,#07131f);color:#f2f9ff;border:1px solid #315d7d;border-radius:22px;box-shadow:0 30px 100px rgba(0,0,0,.62);padding:20px;font-family:inherit}
.bunker-language-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:17px}.bunker-language-head small{color:#52d8c4;font-size:10px;letter-spacing:.12em;font-weight:800}.bunker-language-head h2{margin:5px 0 7px;font-size:27px;color:#f5faff}.bunker-language-head p{margin:0;color:#a9bed2;line-height:1.5;font-size:13px;max-width:420px}.bunker-language-close{width:42px;height:42px;flex:none;border-radius:12px;border:1px solid #3b607d;background:#132b43;color:#fff;font-size:20px;cursor:pointer}.bunker-language-list{display:grid;gap:10px}.bunker-language-option{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;width:100%;padding:13px 14px;border-radius:15px;border:1px solid #294965;background:#0d2032;color:#eff8ff;text-align:left;cursor:pointer;font:inherit}.bunker-language-option:hover,.bunker-language-option:focus-visible{border-color:#54b9dc;background:#123149;outline:none}.bunker-language-option.active{border-color:#43d1b1;background:linear-gradient(120deg,rgba(37,111,123,.38),#102a43)}.bunker-language-flag{font-size:29px}.bunker-language-option strong{display:block;font-size:16px}.bunker-language-option small{display:block;font-size:11px;color:#91abc1;margin-top:3px}.bunker-language-option>b{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#2bb795;color:#071a1b}.bunker-language-note{display:block;color:#809bb3;font-size:11px;line-height:1.45;margin-top:15px;padding-top:14px;border-top:1px solid #233f59}@media(max-width:520px){.bunker-language-panel{padding:16px;border-radius:18px}.bunker-language-option{grid-template-columns:43px 1fr auto;padding:12px}.bunker-language-flag{font-size:26px}}
