.dg-a11y-toggle{position:fixed;inset-inline-end:1rem;bottom:1rem;z-index:2147483646;width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#6050b0 0%,#c4b8ff 100%);box-shadow:0 8px 24px -6px rgb(96 80 176 / .5);transition:transform 0.2s ease,box-shadow 0.2s ease}.dg-a11y-toggle:hover{transform:translateY(-2px);box-shadow:0 12px 28px -6px rgb(96 80 176 / .6)}.dg-a11y-toggle:focus-visible{outline:3px solid rgb(96 80 176 / .45);outline-offset:3px}.dg-a11y-panel{position:fixed;inset-inline-end:1rem;bottom:4.75rem;z-index:2147483647;width:260px;max-width:calc(100vw - 2rem);background:var(--color-bg-white,#fff);border:1px solid var(--color-border,rgb(178 178 174 / .25));border-radius:16px;box-shadow:0 16px 48px -12px rgb(49 51 48 / .28);padding:.5rem;font-family:var(--font-primary,system-ui,sans-serif)}.dg-a11y-panel[hidden]{display:none}.dg-a11y-panel-head{display:flex;align-items:center;justify-content:space-between;padding:.4rem .5rem .55rem;border-bottom:1px solid var(--color-border,rgb(178 178 174 / .25));margin-bottom:.4rem}.dg-a11y-panel-title{font-size:.92rem;font-weight:700;color:var(--color-text-dark,#313330)}.dg-a11y-panel-close{background:#fff0;border:none;cursor:pointer;color:var(--color-text-muted,#4f504e);padding:4px;border-radius:8px;display:inline-flex}.dg-a11y-panel-close:hover{color:var(--color-text-dark,#313330);background:rgb(0 0 0 / .05)}.dg-a11y-panel-close:focus-visible{outline:2px solid rgb(96 80 176 / .45);outline-offset:2px}.dg-a11y-panel-body{display:flex;flex-direction:column;gap:.25rem}.dg-a11y-opt{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.6rem .7rem;background:#fff0;border:1px solid #fff0;border-radius:10px;cursor:pointer;font-family:inherit;font-size:.88rem;font-weight:500;color:var(--color-text-dark,#313330);text-align:start;transition:background 0.15s ease,border-color 0.15s ease}.dg-a11y-opt:hover{background:rgb(96 80 176 / .06)}.dg-a11y-opt:focus-visible{outline:2px solid rgb(96 80 176 / .45);outline-offset:1px}.dg-a11y-opt-state{flex-shrink:0;width:38px;height:22px;border-radius:999px;background:rgb(178 178 174 / .45);position:relative;transition:background 0.2s ease}.dg-a11y-opt-state::after{content:"";position:absolute;top:2px;inset-inline-start:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgb(0 0 0 / .25);transition:transform 0.2s ease}.dg-a11y-opt[aria-pressed="true"]{background:rgb(96 80 176 / .08);border-color:rgb(96 80 176 / .25)}.dg-a11y-opt[aria-pressed="true"] .dg-a11y-opt-state{background:var(--color-primary,#6050b0)}.dg-a11y-opt[aria-pressed="true"] .dg-a11y-opt-state::after{transform:translateX(16px)}[dir="rtl"] .dg-a11y-opt[aria-pressed="true"] .dg-a11y-opt-state::after{transform:translateX(-16px)}.dg-a11y-reset{margin-top:.35rem;width:100%;padding:.5rem;background:#fff0;border:1px solid var(--color-border,rgb(178 178 174 / .35));border-radius:10px;cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:600;color:var(--color-text-muted,#4f504e);transition:background 0.15s ease,color 0.15s ease}.dg-a11y-reset:hover{background:rgb(0 0 0 / .04);color:var(--color-text-dark,#313330)}.dg-a11y-reset:focus-visible{outline:2px solid rgb(96 80 176 / .45);outline-offset:1px}html.dg-a11y-contrast{--color-text-dark:#000;--color-text-muted:#2b2c2a;--color-border:rgba(0, 0, 0, 0.45)}html.dg-a11y-contrast a:not(.btn):not([class*="btn-"]){text-decoration:underline}html.dg-a11y-contrast body{color:#111}html.dg-a11y-large{font-size:115%}html.dg-a11y-reduce-motion,html.dg-a11y-reduce-motion *,html.dg-a11y-reduce-motion *::before,html.dg-a11y-reduce-motion *::after{animation-duration:0.001ms!important;animation-iteration-count:1!important;transition-duration:0.001ms!important;scroll-behavior:auto!important}html.dg-a11y-underline a:not(.btn):not([class*="btn-"]){text-decoration:underline}[dir="rtl"] .dg-a11y-opt{text-align:start}