/* Accessibility widget — Day Trading Kills */
.a11y-fab{position:fixed;left:16px;bottom:16px;z-index:9998;width:48px;height:48px;border-radius:50%;border:0;background:#1d4ed8;color:#fff;box-shadow:0 6px 18px rgba(0,0,0,.25);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}
.a11y-fab:hover{transform:scale(1.06)}
.a11y-fab:focus-visible{outline:3px solid #fbbf24;outline-offset:2px}
.a11y-panel{position:fixed;left:16px;bottom:74px;z-index:9999;width:300px;max-width:calc(100vw - 32px);background:#fff;color:#0b1220;border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.35);padding:14px 14px 12px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:none}
.a11y-panel.open{display:block}
.a11y-panel h2{margin:0 0 10px;font-size:15px;font-weight:700;display:flex;justify-content:space-between;align-items:center}
.a11y-panel h2 button{background:transparent;border:0;font-size:20px;line-height:1;cursor:pointer;color:inherit}
.a11y-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.a11y-opt{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 6px;border:1px solid #e5e7eb;background:#f9fafb;border-radius:10px;cursor:pointer;font-size:12px;color:#0b1220;text-align:center;line-height:1.2}
.a11y-opt:hover{background:#eef2ff;border-color:#c7d2fe}
.a11y-opt.active{background:#1d4ed8;color:#fff;border-color:#1d4ed8}
.a11y-opt svg{width:18px;height:18px}
.a11y-reset{margin-top:10px;width:100%;padding:9px;border-radius:10px;border:0;background:#ef4444;color:#fff;font-weight:600;cursor:pointer;font-size:13px}
.a11y-reset:hover{background:#dc2626}
[dir="rtl"] .a11y-fab,[dir="rtl"] .a11y-panel{left:auto;right:16px}

/* Effects */
html.a11y-font-lg{font-size:112.5%}
html.a11y-font-xl{font-size:125%}
html.a11y-contrast body{filter:contrast(1.3)}
html.a11y-invert body{filter:invert(1) hue-rotate(180deg)}
html.a11y-invert img,html.a11y-invert video,html.a11y-invert picture{filter:invert(1) hue-rotate(180deg)}
html.a11y-grayscale body{filter:grayscale(1)}
html.a11y-links a{text-decoration:underline !important;outline:1px dashed currentColor;outline-offset:2px}
html.a11y-readable *{font-family:Verdana,Tahoma,sans-serif !important;letter-spacing:.02em !important;line-height:1.7 !important}
html.a11y-pause *,html.a11y-pause *::before,html.a11y-pause *::after{animation:none !important;transition:none !important}
html.a11y-cursor *{cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><circle cx='20' cy='20' r='18' fill='%23fbbf24' stroke='%23000' stroke-width='2'/></svg>") 20 20, auto !important}
