.a11y-toggle{position:fixed;top:50%;right:0;transform:translateY(-50%);background:#2563eb;color:#fff;border:none;width:40px;height:40px;border-radius:8px 0 0 8px;font-size:1.5rem;cursor:pointer;z-index:1000;box-shadow:-2px 2px 10px #0003;display:flex;align-items:center;justify-content:center}.a11y-menu{position:fixed;top:50%;right:-250px;transform:translateY(-50%);width:250px;background:#fff;color:#1e293b;padding:1.5rem;box-shadow:-5px 5px 20px #0000004d;border-radius:8px 0 0 8px;z-index:999;transition:right .3s ease}.a11y-menu.visible{right:40px}.a11y-menu h3{margin-top:0;margin-bottom:1rem;font-size:1.1rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.a11y-menu button{display:block;width:100%;padding:10px;margin-bottom:.5rem;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;cursor:pointer;text-align:right;font-family:inherit;transition:background .2s}.a11y-menu button:hover{background:#e2e8f0}body.high-contrast{filter:contrast(1.5) saturate(0)}body.high-contrast *{background-image:none!important;background-color:#fff!important;color:#000!important;border-color:#000!important;box-shadow:none!important;text-shadow:none!important}body.high-contrast a{text-decoration:underline!important;color:#00f!important}body.high-contrast button{border:2px solid black!important;font-weight:700!important}
