:root[data-aa-font="-1"] { font-size: 90%; }
:root[data-aa-font="1"] { font-size: 110%; }
:root[data-aa-font="2"] { font-size: 120%; }
:root[data-aa-font="3"] { font-size: 135%; }
:root[data-aa-contrast="1"] { filter: contrast(1.3); }
:root[data-aa-grayscale="1"] { filter: grayscale(1); }
:root[data-aa-contrast="1"][data-aa-grayscale="1"] { filter: contrast(1.3) grayscale(1); }
:root[data-aa-links="1"] a { text-decoration: underline !important; text-decoration-thickness: .18em !important; text-underline-offset: .18em !important; }
:root[data-aa-readable="1"] body,
:root[data-aa-readable="1"] button,
:root[data-aa-readable="1"] input,
:root[data-aa-readable="1"] select,
:root[data-aa-readable="1"] textarea { font-family: Arial, Helvetica, sans-serif !important; letter-spacing: .02em; word-spacing: .08em; }
:root[data-aa-motion="1"] *,
:root[data-aa-motion="1"] *::before,
:root[data-aa-motion="1"] *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
.aa-root { position: fixed; z-index: 2147483000; bottom: 1rem; font-size: 16px; line-height: 1.4; }
.aa-bottom-right { right: 1rem; }
.aa-bottom-left { left: 1rem; }
.aa-launcher { display: inline-flex; align-items: center; gap: .55rem; min-height: 44px; padding: .65rem .9rem; border: 2px solid currentColor; border-radius: 999px; background: #fff; color: #111; font: 600 14px/1.2 Arial, sans-serif; box-shadow: 0 4px 18px rgba(0,0,0,.18); cursor: pointer; }
.aa-launcher:focus-visible,
.aa-control:focus-visible,
.aa-close:focus-visible { outline: 3px solid #005fcc; outline-offset: 3px; }
.aa-launcher__icon { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #111; color: #fff; font-weight: 700; }
.aa-panel { position: absolute; bottom: calc(100% + .75rem); width: min(320px, calc(100vw - 2rem)); padding: 1rem; border: 1px solid #bbb; border-radius: 12px; background: #fff; color: #111; box-shadow: 0 8px 30px rgba(0,0,0,.22); font-family: Arial, sans-serif; }
.aa-bottom-right .aa-panel { right: 0; }
.aa-bottom-left .aa-panel { left: 0; }
.aa-panel[hidden] { display: none !important; }
.aa-panel__header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .75rem; }
.aa-panel__header h2 { margin: 0; color: inherit; font: 700 18px/1.3 Arial, sans-serif; }
.aa-close { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 0; border-radius: 6px; background: transparent; color: inherit; font-size: 28px; cursor: pointer; }
.aa-panel__controls { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.aa-control { min-height: 44px; padding: .65rem; border: 1px solid #777; border-radius: 8px; background: #f5f5f5; color: #111; font: 600 14px/1.25 Arial, sans-serif; text-align: left; cursor: pointer; }
.aa-control:hover { background: #e9e9e9; }
.aa-control[aria-pressed="true"] { background: #111; color: #fff; }
.aa-control[data-aa-action="reset"] { grid-column: 1 / -1; text-align: center; }
@media (max-width: 480px) {
	.aa-launcher__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
	.aa-launcher { padding: .65rem; }
}
@media (prefers-reduced-motion: reduce) {
	.aa-root *, .aa-root *::before, .aa-root *::after { transition: none !important; }
}
