.elk3-a11y-widget-button{position:fixed;bottom:20px;left:20px;width:56px;height:56px;min-width:56px;min-height:56px;border-radius:50%;gap:12px;background:#0048ca;border:none;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:9999;text-align:center;display:flex;align-items:center;justify-content:center;transition:.3s;padding:0}@media (max-width:768px){.elk3-a11y-widget-button{transition:transform .2s,opacity .2s}.elk3-a11y-widget-button.hidden{transform:translateY(100px);opacity:0;pointer-events:none}}.elk3-a11y-widget-button svg{width:40px;height:40px;fill:currentColor;transition:transform .3s}.elk3-a11y-widget-button:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,72,202,.4)}.elk3-a11y-widget-button:hover svg{transform:scale(1.05)}.elk3-a11y-widget-button:focus{outline:#ffd700 solid 3px;outline-offset:2px}.elk3-a11y-widget-button:active{transform:scale(.95)}.elk3-a11y-widget-panel *,.elk3-a11y-widget-panel ::after,.elk3-a11y-widget-panel ::before{box-sizing:border-box}.elk3-a11y-widget-panel{position:fixed;bottom:90px;left:20px;width:340px;background:#fff;backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.15);border:2px solid #e0e0e0;z-index:9999;display:none;flex-direction:column;overflow:hidden;animation:.3s slideUp;opacity:1;max-height:calc(100vh - 120px)}.elk3-a11y-widget-panel.active{display:flex}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.elk3-a11y-widget-header{background:#0048ca;color:#fff;padding:10px 20px;display:flex;justify-content:flex-start;align-items:center;gap:12px;flex:0 0 auto}.elk3-a11y-widget-title{font-size:16px!important;font-weight:600;margin:0;color:#fff;line-height:1.2}.elk3-a11y-widget-header-buttons{display:flex;gap:8px;align-items:center;margin-left:auto}.elk3-a11y-widget-info{background:#fff;border:2px solid #fff;color:#0048ca;font-size:16px;font-weight:700;font-style:italic;cursor:pointer;padding:0;width:28px;height:28px;min-width:28px;min-height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.2s;flex-shrink:0}.elk3-a11y-info-icon{display:block;line-height:1;font-family:Georgia,'Times New Roman',serif}.elk3-a11y-widget-info:hover{background:#0048ca;color:#fff;border-color:#fff;transform:scale(1.1)}.elk3-a11y-widget-info:focus{outline:#ffd700 solid 2px;outline-offset:2px}.elk3-a11y-widget-reset{background:#fff;border:2px solid #fff;color:#0048ca;font-size:16px;font-weight:700;cursor:pointer;padding:0;width:28px;height:28px;min-width:28px;min-height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.2s;flex-shrink:0}.elk3-a11y-widget-reset:hover{background:#0048ca;color:#fff;border-color:#fff;transform:scale(1.1)}.elk3-a11y-widget-reset:focus{outline:#ffd700 solid 2px;outline-offset:2px}.elk3-a11y-widget-close{background:0 0;border:none;color:#fff;font-size:24px;cursor:pointer;padding:4px 8px;min-width:32px;min-height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.elk3-a11y-widget-close:hover{background:rgba(255,255,255,.2)}.elk3-a11y-widget-close:focus{outline:#ffd700 solid 2px;outline-offset:2px}.elk3-a11y-widget-content{padding:10px 10px 20px;background:#fff;opacity:1;flex:1 1 auto;overflow-y:auto;position:relative;min-height:0;-webkit-overflow-scrolling:touch}.elk3-a11y-widget-content::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('logo-bg.svg');background-repeat:no-repeat;background-position:-20px 50px;background-size:90%;opacity:.03;pointer-events:none;z-index:0}.elk3-a11y-widget-section{margin-bottom:20px;padding-bottom:0;position:relative;z-index:1}.elk3-a11y-widget-section:not(:last-child){border-bottom:none}.elk3-a11y-widget-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.a11y-font-size-controls{display:flex;gap:10px;justify-content:space-between}.a11y-font-size-controls .btn-wrap{flex:1;display:flex}.a11y-font-size-controls .btn-wrap .a11y-font-btn{width:100%}.a11y-font-btn{flex:1;min-width:56px;min-height:56px;height:auto;padding:6px 0;background:#f0f2f5;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;color:#333;transition:.2s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.a11y-font-icon{font-weight:700;line-height:1;transition:.2s;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif}.a11y-font-percent{font-size:12px;font-weight:600;line-height:1;color:currentColor;opacity:.75}.a11y-font-btn:hover{background:#e4e6eb;border-color:#0048ca;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,72,202,.15)}.a11y-font-btn:focus{outline:#0048ca solid 2px;outline-offset:2px}.a11y-font-btn.active{background:#0048ca;color:#fff;border-color:#0048ca;box-shadow:0 4px 12px rgba(0,72,202,.3)}.a11y-font-btn.active .a11y-font-icon{color:#fff}.a11y-font-btn.active .a11y-font-percent{opacity:1}.a11y-toggle-group{display:flex;flex-direction:column}.a11y-toggle-item{display:flex;align-items:center;justify-content:space-between;padding:3px 0;text-transform:uppercase;border-bottom:1px solid #e0e0e0;border-top:1px solid #eee}.a11y-toggle-label{font-size:14px;color:#333;font-weight:500;cursor:pointer}.a11y-toggle-switch{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:72px;min-height:38px}.elk3bulb{--elk3bulb-color-faint:#e3e7e9;--elk3bulb-color-fainter:#f5f7f7;--elk3bulb-color-accent:#ffed23;--elk3bulb-color-accent-secondary:#f97a20;font-size:23.33px;background-color:rgba(0,0,0,.2);border-radius:.75em;color:var(--elk3bulb-color-accent);display:inline-flex;align-items:center;justify-content:center;padding:.15em;width:3em;height:1.5em;cursor:pointer;transition:background-color .1s ease-out,box-shadow .1s ease-out .3s,transform .3s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border:1px solid #666;margin:0}.elk3bulb::after,.elk3bulb::before{content:"";display:block}.elk3bulb::before{background-color:var(--elk3bulb-color-fainter);border-radius:50%;width:1.2em;height:1.2em;transition:background-color .1s ease-out,transform .3s ease-out;z-index:1}.elk3bulb::after{background:linear-gradient(transparent 50%,rgba(0,0,0,.15) 0) 0 50%/50% 100%,repeating-linear-gradient(90deg,#bbb 0,#bbb,#bbb 20%,#999 20%,#999 40%) 0 50%/50% 100%,radial-gradient(circle at 50% 50%,#888 25%,transparent 26%);background-repeat:no-repeat;border:.25em solid transparent;border-left:.4em solid #d8d8d8;border-right:0 solid transparent;transition:border-left-color .1s ease-out,transform .3s ease-out;transform:translateX(-22.5%);transform-origin:20% 50%;width:1.5em;height:1em}.elk3bulb:hover{background-color:rgba(0,0,0,.75)}.elk3bulb:active{transform:scale(.98)}.elk3bulb:checked{background-color:rgba(50,50,0,.2)}.elk3bulb:checked::before{background-color:currentColor;transform:translateX(125%)}.elk3bulb:checked::after{border-left-color:currentColor;transform:translateX(-2.5%) rotateY(180deg)}.elk3bulb:focus{outline:0}.elk3bulb:focus-visible{outline:#ffd700 solid 3px;outline-offset:4px}.elk3bulb:disabled{opacity:.6;cursor:not-allowed}@media (prefers-reduced-motion:reduce){.elk3bulb,.elk3bulb::after,.elk3bulb::before{transition:none!important}}.a11y-voice-controls{display:flex;flex-direction:column;gap:8px}.a11y-voice-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:#f0f2f5;border:2px solid #0048ca;border-radius:8px;color:#0048ca;font-weight:600;font-size:14px;cursor:pointer;transition:.2s}.a11y-voice-btn:hover{background:#0048ca;color:#fff;box-shadow:0 4px 12px rgba(0,72,202,.25)}.a11y-voice-btn:focus{outline:#ffd700 solid 2px;outline-offset:2px}.a11y-voice-btn.is-active{background:#0048ca;color:#fff;box-shadow:0 4px 12px rgba(0,72,202,.3)}.a11y-voice-btn.is-disabled{cursor:not-allowed;opacity:.6;background:#003a9e;box-shadow:none}.a11y-voice-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;line-height:1}.a11y-voice-icon svg{width:18px;height:18px;display:block;fill:currentColor}.a11y-voice-shortcuts{display:flex;flex-direction:column;gap:10px;margin-top:14px;background:#f6f8ff;border:1px solid #dbe4ff;border-radius:10px;padding:5px}.a11y-voice-shortcuts[hidden]{display:none!important}.a11y-voice-shortcuts-list{display:flex;flex-direction:column;gap:8px;max-height:180px;overflow-y:auto;padding-right:4px}.a11y-voice-shortcuts-empty{font-size:12px;color:#555;margin:0}.a11y-voice-shortcuts-item-wrapper{width:100%}.a11y-voice-shortcuts-item{appearance:none;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;background-color:#fff;background-image:linear-gradient(90deg,rgba(0,109,255,.18),rgba(0,72,202,.15));background-size:calc(var(--elk3-shortcut-progress,0) * 100%) 100%;background-repeat:no-repeat;background-position:left top;border:1px solid rgba(0,72,202,.12);border-radius:8px;padding:10px 14px;cursor:pointer;color:#222;font:inherit;text-align:left;transition:border .2s,box-shadow .2s,background-size .25s;position:relative;overflow:hidden;z-index:0;--elk3-shortcut-progress:0}.a11y-voice-shortcuts-item.is-active{border-color:#0048ca;box-shadow:0 4px 12px rgba(0,72,202,.2)}.a11y-voice-shortcuts-item.is-progressing{border-color:rgba(0,109,255,.45)}.a11y-voice-shortcuts-item:hover{border-color:#0048ca;box-shadow:0 4px 12px rgba(0,72,202,.15)}.a11y-voice-shortcuts-item:focus{outline:#ffd700 solid 2px;outline-offset:2px}.a11y-voice-shortcuts-text{flex:1;font-size:13px;color:#222;line-height:1.4;position:relative;z-index:1}.a11y-voice-shortcuts-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:#0048ca;position:relative;z-index:1}.a11y-voice-shortcuts-icon svg{width:20px;height:20px;fill:currentColor}.elk3-a11y-widget-panel.elk3-a11y-voice-expanded .elk3-a11y-widget-content{flex:1;display:flex;flex-direction:column;min-height:0;overflow-y:auto}.elk3-a11y-widget-panel.elk3-a11y-voice-expanded .a11y-voice-controls,.elk3-a11y-widget-panel.elk3-a11y-voice-expanded .a11y-voice-shortcuts,.elk3-a11y-widget-panel.elk3-a11y-voice-expanded [data-voice-section]{flex:1;display:flex;flex-direction:column}.elk3-a11y-widget-panel.elk3-a11y-voice-expanded .a11y-voice-shortcuts-list{flex:1;max-height:none}.elk3-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.elk3-a11y-readable{position:relative;padding:15px;-webkit-tap-highlight-color:transparent}.elk3-a11y-readable .elk3-a11y-read-btn{position:absolute;top:5px;right:5px;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:3px solid #0048ca;background:#fff;color:#0048ca;cursor:pointer;transition:.2s;box-shadow:0 2px 6px rgba(0,0,0,.12);padding:0;-webkit-tap-highlight-color:transparent}.elk3-a11y-readable .elk3-a11y-read-btn.is-active,.elk3-a11y-readable .elk3-a11y-read-btn:hover{background:#0048ca;color:#fff;box-shadow:0 4px 10px rgba(0,72,202,.28)}.elk3-a11y-readable .elk3-a11y-read-btn:focus{outline:#ffd700 solid 2px;outline-offset:2px}.elk3-a11y-read-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;line-height:1}.elk3-a11y-read-icon svg{width:24px;height:24px;display:block;fill:currentColor}.elk3-a11y-read-player{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}.elk3-a11y-reading{outline:rgba(0,72,202,.35) solid 3px;box-shadow:0 0 0 4px rgba(0,72,202,.12),0 12px 32px rgba(0,72,202,.18);background:rgba(0,72,202,.06);border-radius:14px;transition:outline .25s,box-shadow .25s,background .25s;position:relative;z-index:1;scroll-margin-top:120px;scroll-margin-bottom:80px;-webkit-tap-highlight-color:transparent}.elk3-a11y-read-btn{position:relative;z-index:0;overflow:visible;-webkit-tap-highlight-color:transparent}.elk3-a11y-read-btn--loading::after,.elk3-a11y-read-btn--loading::before{content:'';position:absolute;inset:-6px;border-radius:999px;pointer-events:none}.elk3-a11y-read-btn--loading::before{background:rgba(0,129,255,.14);box-shadow:inset 0 0 0 2px rgba(0,129,255,.28);z-index:-2;animation:1.6s ease-out infinite elk3-a11y-loader-pulse}.elk3-a11y-read-btn--loading::after{background:conic-gradient(#1a6dff calc(var(--elk3-reading-progress,0) * 1turn),rgba(26,109,255,.18) 0);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#000 calc(100% - 3px));transition:background .12s linear;z-index:-1}@keyframes elk3-a11y-loader-pulse{0%{box-shadow:inset 0 0 0 2px rgba(0,129,255,.4),0 0 0 0 rgba(0,129,255,.35)}60%{box-shadow:inset 0 0 0 2px rgba(0,129,255,.32),0 0 0 14px rgba(0,129,255,0)}100%{box-shadow:inset 0 0 0 2px rgba(0,129,255,.28),0 0 0 0 rgba(0,129,255,0)}}.elk3-a11y-widget-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9998;display:none;opacity:0;transition:opacity .3s;pointer-events:none}@media (max-width:768px){.elk3-a11y-readable .elk3-a11y-read-btn{position:relative;margin-bottom:8px;width:auto;min-width:44px;padding:8px 16px;border-radius:999px;gap:8px}.elk3-a11y-read-icon,.elk3-a11y-read-icon svg{width:20px;height:20px}.a11y-voice-shortcuts-list{max-height:220px}.elk3-a11y-widget-panel{width:300px;max-width:calc(100vw - 40px)}.elk3-a11y-widget-title{font-size:14px!important}.elk3-a11y-widget-header{padding:12px 16px}}@media (max-width:480px){.elk3-a11y-widget-overlay.active{display:block;opacity:1;pointer-events:auto}.elk3-a11y-widget-button{width:48px;height:48px;bottom:16px;left:16px}.elk3-a11y-widget-button svg{width:24px;height:24px}.elk3-a11y-widget-panel{left:0;right:0;bottom:0;top:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;border-radius:0;overflow:hidden}@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}.elk3-a11y-widget-header{padding:14px 16px}.elk3-a11y-widget-title{font-size:15px!important}.elk3-a11y-widget-close{width:28px;height:28px;font-size:26px}.elk3-a11y-widget-content{padding:20px 16px 16px;overflow-y:auto;-webkit-overflow-scrolling:touch}.elk3-a11y-widget-panel.elk3-a11y-voice-expanded .elk3-a11y-widget-content{padding:20px 16px 80px}.elk3-a11y-widget-section{margin-bottom:16px}.a11y-font-btn{min-width:48px;min-height:48px;height:auto}.a11y-toggle-item{padding:10px 0}.a11y-toggle-label{font-size:15px}.a11y-toggle-switch{width:68px;height:36px}.elk3bulb{font-size:21.5px}}@media (max-width:360px){.elk3-a11y-widget-button{width:44px;height:44px;bottom:12px;left:12px}.elk3-a11y-widget-button svg{width:22px;height:22px}.elk3-a11y-widget-panel{left:4px;right:4px;bottom:64px}.a11y-font-size-controls{gap:6px}.a11y-font-btn{min-width:44px;min-height:44px;height:auto}.a11y-toggle-switch{min-width:60px}.elk3bulb{font-size:19.5px}}html.elk3-a11y-dark-mode{color-scheme:dark;background-color:#0f172a}html.elk3-a11y-dark-mode body{background-color:#0f172a!important;color:#e2e8f0!important}html.elk3-a11y-dark-mode body a:not([class*=elk3-a11y]){color:#93c5fd!important;text-decoration-color:rgba(147,197,253,0.85)!important}html.elk3-a11y-dark-mode body a:not([class*=elk3-a11y]):focus,html.elk3-a11y-dark-mode body a:not([class*=elk3-a11y]):hover{color:#bfdbfe!important;text-decoration-color:rgba(191,219,254,0.95)!important}html.elk3-a11y-dark-mode hr:not([class*=elk3-a11y]){border-color:rgba(148,163,184,.35)!important}html.elk3-a11y-dark-mode body,html.elk3-a11y-dark-mode body :where(
:not(img):not(video):not(svg):not(path):not(circle):not(rect):not(polygon):not(line):not(ellipse):not(polyline):not([class*=elk3-a11y])
){background-color:rgba(17,24,39,.92)!important;color:rgba(248,250,252,.92)!important;border-color:rgba(148,163,184,.35)!important;box-shadow:none!important;background-image:none!important;-webkit-text-fill-color:unset!important;-webkit-background-clip:unset!important;background-clip:unset!important}html.elk3-a11y-dark-mode :where([style*=background],[class*=bg],[data-bg]):not([class*=elk3-a11y]){background:rgba(17,24,39,.92)!important}html.elk3-a11y-dark-mode :where(:not([class*=elk3-a11y]))::after,html.elk3-a11y-dark-mode :where(:not([class*=elk3-a11y]))::before{background:0 0!important;box-shadow:none!important;opacity:1!important}html.elk3-a11y-dark-mode .elk3-a11y-widget-content,html.elk3-a11y-dark-mode .elk3-a11y-widget-panel{background-color:#111827!important;color:#f8fafc!important}html.elk3-a11y-dark-mode .elk3-a11y-widget-header{background:#0f172a!important;border-bottom:1px solid rgba(148,163,184,.35)!important}html.elk3-a11y-dark-mode .elk3-a11y-read-btn,html.elk3-a11y-dark-mode .elk3-a11y-widget-info,html.elk3-a11y-dark-mode .elk3-a11y-widget-panel .a11y-font-btn,html.elk3-a11y-dark-mode .elk3-a11y-widget-panel .a11y-toggle-item,html.elk3-a11y-dark-mode .elk3-a11y-widget-panel button,html.elk3-a11y-dark-mode .elk3-a11y-widget-reset,html.elk3-a11y-dark-mode .elk3-a11y-widget-section{background-color:rgba(30,41,59,.88)!important;color:#f8fafc!important;border-color:rgba(148,163,184,.45)!important;box-shadow:none!important}html.elk3-a11y-dark-mode .elk3-a11y-widget-button{background:#1d4ed8!important;color:#f8fafc!important;box-shadow:0 12px 28px rgba(15,23,42,.48)!important}html.elk3-a11y-dark-mode .elk3bulb{background:rgba(30,41,59,.88)!important;border-color:rgba(148,163,184,.45)!important;color:#fde68a!important}html.elk3-a11y-dark-mode .elk3bulb::before{background-color:#f8fafc!important}html.elk3-a11y-dark-mode .elk3bulb::after{border-left-color:rgba(148,163,184,.45)!important}html.elk3-a11y-dark-mode .elk3bulb:checked{background:linear-gradient(135deg,#facc15,#f59e0b)!important;color:#1f2937!important;box-shadow:0 0 18px rgba(250,204,21,.35)!important}html.elk3-a11y-dark-mode .elk3bulb:checked::before{background-color:#fff7cc!important}html.elk3-a11y-dark-mode .elk3bulb:checked::after{border-left-color:#f59e0b!important}html.elk3-a11y-large-spacing body{line-height:1.7!important;letter-spacing:.045em;word-spacing:0.12em}html.elk3-a11y-large-spacing body a,html.elk3-a11y-large-spacing body blockquote,html.elk3-a11y-large-spacing body dd,html.elk3-a11y-large-spacing body dt,html.elk3-a11y-large-spacing body label,html.elk3-a11y-large-spacing body li,html.elk3-a11y-large-spacing body p,html.elk3-a11y-large-spacing body span{line-height:1.75!important;letter-spacing:.045em}html.elk3-a11y-large-spacing body button,html.elk3-a11y-large-spacing body input,html.elk3-a11y-large-spacing body select,html.elk3-a11y-large-spacing body textarea{letter-spacing:.035em}html.elk3-a11y-highlight-links body a{outline:#0048ca solid 3px;outline-offset:4px;border-radius:4px;box-shadow:0 0 0 2px rgba(15,23,42,.55);text-decoration:underline;text-decoration-thickness:0.18em;text-decoration-color:#ffd400;text-decoration-skip-ink:auto}html.elk3-a11y-highlight-links body a:focus,html.elk3-a11y-highlight-links body a:hover{outline-color:#ffd400;box-shadow:0 0 0 3px rgba(15,23,42,.7);text-decoration-color:#ffb300}html.elk3-a11y-highlight-links .elk3-a11y-widget-panel a{outline:0;box-shadow:none;text-decoration:none}html.elk3-a11y-high-contrast{filter:contrast(1.3)!important}html.elk3-a11y-high-contrast body{background:#000!important;color:#ff0!important}html.elk3-a11y-high-contrast :not(img):not(video):not(svg):not(path):not(circle):not(rect):not(polygon):not(line):not(ellipse):not(polyline):not([class*=elk3-a11y]){background-color:#000!important;color:#ff0!important;border-color:#ff0!important;background-image:none!important;box-shadow:none!important;text-shadow:none!important;-webkit-text-fill-color:#ffff00!important;-webkit-background-clip:unset!important;background-clip:unset!important}html.elk3-a11y-high-contrast .elk3-a11y-info-modal,html.elk3-a11y-high-contrast .elk3-a11y-info-modal *,html.elk3-a11y-high-contrast .elk3-a11y-widget-button,html.elk3-a11y-high-contrast .elk3-a11y-widget-button *,html.elk3-a11y-high-contrast .elk3-a11y-widget-overlay,html.elk3-a11y-high-contrast .elk3-a11y-widget-panel,html.elk3-a11y-high-contrast .elk3-a11y-widget-panel *{background-color:unset!important;color:unset!important;border-color:unset!important;filter:none!important}html.elk3-a11y-high-contrast .elk3-a11y-widget-panel{background:#000!important;backdrop-filter:none!important;border:4px solid #ff0!important;box-shadow:0 0 20px rgba(255,255,0,.5)!important}html.elk3-a11y-high-contrast .elk3-a11y-widget-content{background:#000!important}html.elk3-a11y-high-contrast .elk3-a11y-widget-header{background:#000!important;border-bottom:2px solid #ff0!important}html.elk3-a11y-high-contrast .elk3-a11y-widget-title{color:#ff0!important}html.elk3-a11y-high-contrast .elk3-a11y-widget-button{background:#000!important;border:3px solid #ff0!important;box-shadow:0 0 15px rgba(255,255,0,.4)!important;color:#ff0!important}html.elk3-a11y-high-contrast .elk3-a11y-widget-info{background:#000!important;color:#ff0!important;border:2px solid #ff0!important}html.elk3-a11y-high-contrast .elk3-a11y-widget-info:hover{background:#ff0!important;color:#000!important;border-color:#ff0!important}html.elk3-a11y-high-contrast .a11y-toggle-switch{min-width:70px}html.elk3-a11y-high-contrast .elk3bulb{background:#000!important;border:2px solid #ff0!important;box-shadow:none!important;color:#ff0!important}html.elk3-a11y-high-contrast .elk3bulb::before{background:#fff!important;box-shadow:none!important}html.elk3-a11y-high-contrast .elk3bulb::after{border-left-color:#ff0!important;background:#000!important}html.elk3-a11y-high-contrast .elk3bulb:checked::before{background:#ff0!important}html.elk3-a11y-high-contrast .elk3bulb:checked::after{border-left-color:#ff0!important}html.elk3-a11y-high-contrast .elk3bulb:checked{background:#000!important}html.elk3-a11y-high-contrast .elk3bulb:focus-visible{outline:#ffff00 solid 3px;outline-offset:4px}html.elk3-a11y-high-contrast.elk3-a11y-highlight-links body a{outline:#ffff00 solid 3px!important;box-shadow:0 0 0 2px rgba(255,255,0,.6)!important;color:#ff0!important;text-decoration:underline!important;text-decoration-color:#ffff00!important}html.elk3-a11y-high-contrast.elk3-a11y-highlight-links body a:focus,html.elk3-a11y-high-contrast.elk3-a11y-highlight-links body a:hover{box-shadow:0 0 0 3px rgba(255,255,0,.85)!important;background:#000!important}html.elk3-a11y-high-contrast .elk3-a11y-read-btn{background:#000!important;color:#ff0!important;border-color:#ff0!important;box-shadow:0 0 12px rgba(255,255,0,.35)!important}html.elk3-a11y-high-contrast .elk3-a11y-read-btn.is-active,html.elk3-a11y-high-contrast .elk3-a11y-read-btn:hover{background:#ff0!important;color:#000!important}html.elk3-a11y-high-contrast .elk3-a11y-read-btn--loading::before{background:rgba(255,255,0,.18)!important;box-shadow:inset 0 0 0 2px rgba(255,255,0,.55)!important}html.elk3-a11y-high-contrast .elk3-a11y-read-btn--loading::after{background:conic-gradient(rgba(255,255,0,.95) calc(var(--elk3-reading-progress,0) * 1turn),rgba(255,255,0,.25) 0)!important}html.elk3-a11y-high-contrast .elk3-a11y-reading{outline-color:rgba(255,255,0,.9)!important;box-shadow:0 0 0 4px rgba(255,255,0,.4)!important;background:rgba(255,255,0,.12)!important}html.elk3-a11y-high-contrast .elk3-a11y-reading::after{background:linear-gradient(90deg,rgba(255,255,0,.95),rgba(255,165,0,.95));opacity:1}html.elk3-a11y-high-contrast .a11y-toggle-label{color:#ff0!important}html.elk3-a11y-high-contrast .a11y-font-btn{background:#000!important;color:#ff0!important;border:2px solid #ff0!important}html.elk3-a11y-high-contrast .a11y-font-btn.active,html.elk3-a11y-high-contrast .a11y-font-btn:hover{background:#ff0!important;color:#000!important}html.elk3-a11y-high-contrast .a11y-font-btn:focus{box-shadow:0 0 0 3px rgba(255,255,0,.5)!important}html.elk3-a11y-high-contrast .a11y-font-percent{opacity:1!important}html.elk3-a11y-high-contrast .elk3-a11y-widget-reset{background:#000!important;color:#ff0!important;border-color:#ff0!important}html.elk3-a11y-high-contrast .elk3-a11y-widget-reset:hover{background:#ff0!important;color:#000!important}html.elk3-a11y-high-contrast .a11y-voice-btn{background:#000!important;color:#ff0!important;border-color:#ff0!important}html.elk3-a11y-high-contrast .a11y-voice-btn.is-active,html.elk3-a11y-high-contrast .a11y-voice-btn:hover{background:#ff0!important;color:#000!important}.elk3-a11y-reset-icon{font-size:20px;line-height:1;padding-top:2px}html.elk3-a11y-high-contrast .elk3-a11y-widget-close{color:#ff0!important}html.elk3-a11y-high-contrast .elk3-a11y-widget-close:hover{background:#ff0!important;color:#000!important}html.elk3-a11y-high-contrast .a11y-voice-shortcuts-item{background-color:#000!important;background-image:linear-gradient(90deg,rgba(255,255,0,.45),rgba(255,215,0,.45))!important;background-size:calc(var(--elk3-shortcut-progress,0) * 100%) 100%!important;background-repeat:no-repeat!important;background-position:left top!important;border-color:#ff0!important;color:#ff0!important}html.elk3-a11y-high-contrast .a11y-voice-shortcuts-item.is-active{box-shadow:0 0 0 2px #ff0!important}html.elk3-a11y-high-contrast .a11y-voice-shortcuts-icon,html.elk3-a11y-high-contrast .a11y-voice-shortcuts-text{color:#ff0!important}html.elk3-a11y-high-contrast .elk3-a11y-info-content{border:4px solid #ff0!important;box-shadow:0 0 30px rgba(255,255,0,.6)!important}html.elk3-a11y-high-contrast .elk3-a11y-info-overlay{background:#000!important;opacity:.95!important}html.elk3-a11y-high-contrast h1,html.elk3-a11y-high-contrast h2,html.elk3-a11y-high-contrast h3,html.elk3-a11y-high-contrast h4,html.elk3-a11y-high-contrast h5,html.elk3-a11y-high-contrast h6{color:#ff0!important;font-weight:700!important}html.elk3-a11y-high-contrast a{color:#ff0!important;text-decoration:underline!important;font-weight:700!important;background:#000!important}html.elk3-a11y-high-contrast a:focus,html.elk3-a11y-high-contrast a:hover{color:#000!important;background:#ff0!important;outline:#ffff00 solid 3px!important}html.elk3-a11y-high-contrast button:not([class*=elk3-a11y]),html.elk3-a11y-high-contrast input:not([class*=elk3-a11y]):not([id*=elk3-a11y]),html.elk3-a11y-high-contrast select:not([class*=elk3-a11y]),html.elk3-a11y-high-contrast textarea:not([class*=elk3-a11y]){background:#000!important;color:#ff0!important;border:2px solid #ff0!important}html.elk3-a11y-high-contrast button:not([class*=elk3-a11y]):focus,html.elk3-a11y-high-contrast button:not([class*=elk3-a11y]):hover{background:#ff0!important;color:#000!important}html.elk3-a11y-high-contrast img,html.elk3-a11y-high-contrast video{filter:contrast(1.3) brightness(1.1);border:2px solid #ff0!important}@font-face{font-family:OpenDyslexic;src:url('https://cdn.jsdelivr.net/npm/opendyslexic@3.0.0/fonts/OpenDyslexic-Regular.woff2') format('woff2');font-weight:400;font-style:normal}html.elk3-a11y-dyslexia-font,html.elk3-a11y-dyslexia-font *{font-family:OpenDyslexic,'Comic Sans MS',Arial,sans-serif!important}.elk3-a11y-info-modal *,.elk3-a11y-info-modal ::after,.elk3-a11y-info-modal ::before{box-sizing:border-box}.elk3-a11y-info-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:20px}.elk3-a11y-info-modal.active{display:flex}.elk3-a11y-info-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:1}.elk3-a11y-info-content{position:relative;background:#fff;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.3);border:2px solid #e0e0e0;max-width:1200px;width:95%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;z-index:2;animation:.3s ease-out elk3ModalSlideIn}@keyframes elk3ModalSlideIn{from{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.elk3-a11y-info-header{background:#0048ca;color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.elk3-a11y-info-header h2{font-size:18px;font-weight:600;margin:0;color:#fff}.elk3-a11y-info-close{background:0 0;border:none;color:#fff;font-size:28px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s;line-height:1}.elk3-a11y-info-close:hover{background:rgba(255,255,255,.2)}.elk3-a11y-info-close:focus{outline:#ffd700 solid 2px;outline-offset:2px}.elk3-a11y-info-body{padding:24px;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1}.elk3-a11y-info-modal section,.elk3-a11y-info-section{margin-bottom:32px;padding:0!important;overflow:visible!important}.elk3-a11y-info-modal section:last-child,.elk3-a11y-info-section:last-child{margin-bottom:0}.elk3-a11y-info-modal section h3,.elk3-a11y-info-section h3{font-size:16px;font-weight:600;color:#0048ca;margin:0 0 12px;padding:0}.elk3-a11y-info-modal section p,.elk3-a11y-info-section p{font-size:14px;line-height:1.6;color:#333;margin:0 0 12px;padding:0}.elk3-a11y-info-keys-list{list-style:none;padding:0;margin:0}.elk3-a11y-info-keys-list li{padding:10px 12px;margin-bottom:8px;background:#f5f5f5;border-radius:4px;font-size:14px;display:flex;align-items:center;gap:12px}.elk3-a11y-info-keys-list kbd{background:#0048ca;color:#fff;padding:4px 10px;border-radius:4px;font-family:monospace;font-size:13px;font-weight:600;white-space:nowrap;box-shadow:0 2px 4px rgba(0,0,0,.1)}.elk3-a11y-wcag-badge{display:inline-flex;align-items:center;gap:12px;background:#f1f5ff;color:#0f172a;padding:10px 16px;border-radius:8px;margin:12px 0;border:1px solid rgba(0,72,202,.18);box-shadow:0 4px 12px rgba(15,23,42,.12)}.elk3-a11y-wcag-badge img{max-height:48px;width:auto}.elk3-a11y-wcag-level{font-size:18px;font-weight:700;letter-spacing:1px;color:#0f172a}.elk3-a11y-contact-list,.elk3-a11y-features-list,.elk3-a11y-info-modal ul{margin:12px 0;padding:0 0 0 20px;line-height:1.8;list-style-position:outside}.elk3-a11y-contact-list li,.elk3-a11y-features-list li,.elk3-a11y-info-modal ul li{margin:8px 0;padding:0}.elk3-a11y-contact-details{background:#f8f9fa;padding:16px;border-radius:6px;border-left:4px solid #0048ca;margin:16px 0 0;line-height:1.8}.elk3-a11y-contact-details a,.elk3-a11y-info-modal a{color:#0048ca;text-decoration:none;font-weight:600;padding:0;margin:0;background:0 0;border:none}.elk3-a11y-contact-details a:hover,.elk3-a11y-info-modal a:hover{text-decoration:underline}.elk3-a11y-info-modal strong{font-weight:600;padding:0;margin:0}.elk3-a11y-info-footer{background:#f5f5f5;border-top:1px solid #e0e0e0;padding:12px 24px;text-align:center;margin:0}.elk3-a11y-info-footer p{margin:0;font-size:13px;color:#666}.elk3-a11y-info-footer a{color:#0048ca;text-decoration:none;transition:color .2s}.elk3-a11y-info-footer a:hover{color:#039;text-decoration:underline}.elk3-a11y-info-footer a:focus{outline:#0048ca solid 2px;outline-offset:2px;border-radius:2px}@media (max-width:1024px){.elk3-a11y-info-content{max-width:90%}}@media (max-width:768px){.elk3-a11y-info-content{max-width:95%;max-height:90vh}.elk3-a11y-info-body{overflow-y:auto;-webkit-overflow-scrolling:touch}}@media (max-width:480px){.elk3-a11y-info-modal{padding:0;align-items:flex-start}.elk3-a11y-info-content{max-width:100%;max-height:100vh;height:100vh;width:100%;border-radius:0;margin:0;display:flex;flex-direction:column;overflow:hidden}.elk3-a11y-info-header{flex-shrink:0}.elk3-a11y-info-body{padding:20px 16px 40px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;flex:1;min-height:0}.elk3-a11y-info-section{margin-bottom:24px}.elk3-a11y-info-section:last-child{margin-bottom:0}.elk3-a11y-info-keys-list li{flex-direction:column;align-items:flex-start;gap:8px}}