.language-suggestion{position:fixed;right:1rem;bottom:1rem;z-index:30;width:min(24rem,calc(100vw - 2rem));padding:1rem 2.75rem 1rem 1rem;border:1px solid var(--hx-color-primary-200,#bfdbfe);border-radius:.75rem;background:var(--hx-color-background,#fff);box-shadow:0 12px 28px rgb(0 0 0/15%);color:var(--hx-color-text,#111827);opacity:0;transform:translateY(.5rem)scale(.96);transition:opacity 180ms ease-out,transform 180ms ease-out}.language-suggestion.is-visible{opacity:1;transform:translateY(0)scale(1)}.language-suggestion__content p{margin:.25rem 0 0;color:var(--hx-color-gray-600,#4b5563);font-size:.875rem;line-height:1.35}.language-suggestion__actions{display:flex;align-items:center;gap:.75rem;margin-top:.875rem}.language-suggestion__actions a{padding:.45rem .75rem;border-radius:.375rem;background:var(--hx-color-primary-600,#2563eb);color:#fff;font-size:.875rem;font-weight:600}.language-suggestion__actions a:hover{background:var(--hx-color-primary-700,#1d4ed8);color:#fff;text-decoration:none}.language-suggestion__actions button{position:absolute;top:.5rem;right:.5rem;display:grid;width:1.75rem;height:1.75rem;padding:0;border:0;background:0 0;color:var(--hx-color-gray-600,#4b5563);cursor:pointer;font-size:1.25rem;line-height:1;place-items:center}html.dark .language-suggestion{background:var(--hx-color-dark,#171717);color:#f9fafb}html.dark .language-suggestion__content p,html.dark .language-suggestion__actions button{color:#d1d5db}@media(prefers-reduced-motion:reduce){.language-suggestion{transition:none}}