/* ATREYA_LANGUAGE_R1_HEADER_MENU_STYLE */
.atreya-language-r1-host{cursor:pointer!important;user-select:none!important;position:relative;white-space:nowrap;display:inline-flex!important;align-items:center!important;gap:7px!important}
.atreya-language-r1-icon{font-size:1.25em;line-height:1;color:#c88917}
.atreya-language-r1-caret{font-size:.8em;opacity:.8;margin-left:1px}
.atreya-language-r1-menu{position:fixed;z-index:2147483000;padding:8px;border:1px solid rgba(190,132,34,.36);border-radius:16px;background:rgba(255,251,242,.985);box-shadow:0 18px 55px rgba(55,32,6,.22);backdrop-filter:blur(16px);font-family:Arial,Helvetica,sans-serif;max-height:min(520px,72vh);overflow:auto}
.atreya-language-r1-menu[hidden]{display:none!important}
.atreya-language-r1-menu button{width:100%;min-height:42px;border:0;border-radius:10px;background:transparent;color:#2a190c;display:flex;align-items:center;gap:11px;padding:8px 10px;text-align:left;cursor:pointer;font:600 14px/1.2 Arial,Helvetica,sans-serif}
.atreya-language-r1-menu button:hover,.atreya-language-r1-menu button:focus-visible{background:rgba(222,160,48,.12);outline:none}
.atreya-language-r1-menu button.is-active{background:rgba(222,160,48,.19);box-shadow:inset 0 0 0 1px rgba(198,132,20,.28)}
.atreya-language-r1-menu button>span:nth-child(2){display:flex;flex-direction:column;gap:2px}
.atreya-language-r1-menu button small{display:block;font-size:10px;font-weight:500;opacity:.68}
.atreya-language-r1-code{display:inline-grid!important;place-items:center;min-width:31px;height:27px;border-radius:8px;background:rgba(222,160,48,.13);color:#a76400;font-size:10px;font-weight:800;letter-spacing:.04em}
html[data-theme="dark"] .atreya-language-r1-menu{background:rgba(3,17,40,.985);border-color:rgba(236,184,72,.40);box-shadow:0 20px 60px rgba(0,0,0,.45),0 0 24px rgba(230,168,52,.08)}
html[data-theme="dark"] .atreya-language-r1-menu button{color:#f8eed7}
html[data-theme="dark"] .atreya-language-r1-menu button:hover,html[data-theme="dark"] .atreya-language-r1-menu button:focus-visible{background:rgba(255,192,65,.10)}
html[data-theme="dark"] .atreya-language-r1-menu button.is-active{background:rgba(255,192,65,.15);box-shadow:inset 0 0 0 1px rgba(255,193,72,.30)}
html[data-theme="dark"] .atreya-language-r1-code{background:rgba(255,193,72,.12);color:#ffc24e}
@media(max-width:720px){.atreya-language-r1-menu{max-width:calc(100vw - 24px)}}
