 body {--acc-font-size: 100;--acc-line-height: 1.6;}html.a11y-font body {font-size: calc(var(--acc-font-size, 100) * 1%) !important;line-height: var(--acc-line-height, 1.6) !important;}#a11y-root, #a11y-root * {font-size: 16px !important;line-height: 1.5 !important;letter-spacing: normal !important;filter: none !important;}html.a11y-light {filter: invert(1) hue-rotate(180deg);}html.a11y-highlight a {outline: 2px dashed currentColor;font-weight: bold;text-decoration: underline;}html.a11y-spacing * {letter-spacing: 0.07em;}#a11y-toggle {position: fixed;bottom: 20px;left: 20px;background: #000;color: #fff;border: none;border-radius: 50px;height: 40px;width: 40px;cursor: pointer;font-size: 16px;font-family: inherit;z-index: 9999;display: flex;align-items: center;justify-content: center;overflow: hidden;white-space: nowrap;padding: 0;gap: 4px;transition: width 0.3s ease, padding 0.3s ease;}#a11y-toggle .a11y-icon {display: flex;align-items: center;justify-content: center;width: 30px;height: 30px;flex-shrink: 0;transition: none;color: #1199d2;margin-left: 2px;}#a11y-toggle .a11y-icon i {font-size: 22px !important;line-height: 1 !important;}#a11y-toggle .a11y-text {opacity: 0;width: 0;visibility: hidden;transition: opacity 0.3s ease, width 0.3s ease;overflow: hidden;display: inline-block;}#a11y-toggle:hover {width: 115px;padding: 0 16px;justify-content: flex-start;}#a11y-toggle:hover .a11y-text {opacity: 1;width: auto;visibility: visible;}#a11y-panel {position: fixed;bottom: 80px;left: 16px;width: 320px;background: #2a2a2a;color: #fff;border-radius: 14px;padding: 20px;z-index: 10000;font-family: inherit;box-shadow: 0 8px 24px rgba(0,0,0,0.5);border: 1px solid #333;}#a11y-panel[hidden] {display: none;}#a11y-close {position: absolute;top: -14px;right: -14px;background: #000;color: #fff;border-radius: 50%;width: 28px;height: 28px;border: none;font-size: 16px;cursor: pointer;z-index: 10001;box-shadow: 0 2px 6px rgba(0,0,0,0.4);}.a11y-section {margin-bottom: 18px;}.a11y-section label {font-size: 14px;display: block;margin-bottom: 6px;}.a11y-row {display: flex;gap: 6px;}.a11y-row button, .a11y-footer button {flex: 1;padding: 8px;font-size: 14px;border: 1px solid #444;background: #383838;color: #fff;border-radius: 8px;cursor: pointer;}.a11y-row button:hover, .a11y-footer button:hover {background: #444;}#a11y-backdrop {position: fixed;inset: 0;z-index: 9998;background: rgba(0,0,0,0.6);}#a11y-backdrop[hidden] {display: none;}