

html { scrollbar-gutter: stable; }

.nurv-skip { position: absolute; left: -9999px; top: 0; z-index: 100; padding: 12px 18px; border-radius: 4px; background: #ffffff; color: #1f1f1f; border: 1px solid #922ECD; font: 600 14px/1 "Inter", sans-serif; }
.nurv-skip:focus { left: 12px; top: 12px; }

:focus-visible { outline: 2px solid #922ECD; outline-offset: 2px; }

.nurv-a11y-fab { position: fixed; right: clamp(16px, 3vw, 28px); bottom: clamp(16px, 3vw, 28px); z-index: 90; display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; padding: 0; border-radius: 999px; border: 1px solid rgba(0,0,0,.12); background: rgba(255,255,255,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 8px 24px rgba(0,0,0,.16); color: #3d3d3d; cursor: pointer; transition: border-color .25s ease, color .25s ease, background .25s ease; }
.nurv-a11y-fab:hover { border-color: #922ECD; color: #922ECD; background: #ffffff; }
.nurv-a11y-fab svg { width: 24px; height: 24px; }

.nurv-a11y-overlay { position: fixed; inset: 0; z-index: 95; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(10,10,14,.5); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.nurv-a11y-overlay.is-open { opacity: 1; visibility: visible; }
.nurv-a11y-panel { position: relative; width: min(520px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; background: #ffffff; color: #1f1f1f; border-radius: 10px; padding: clamp(24px, 4vw, 34px); box-shadow: 0 30px 80px rgba(0,0,0,.35); transform: translateY(10px); transition: transform .3s cubic-bezier(.16,1,.3,1); }
.nurv-a11y-overlay.is-open .nurv-a11y-panel { transform: none; }
.nurv-a11y-close { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; display: grid; place-items: center; border: 0; background: transparent; color: #7A7A7A; font-size: 26px; line-height: 1; cursor: pointer; border-radius: 6px; }
.nurv-a11y-close:hover { color: #1f1f1f; background: #f2f2f5; }
.nurv-a11y-kicker { margin: 0 0 8px; font: 600 12px/1 "Inter", sans-serif; letter-spacing: 3px; text-transform: uppercase; color: #922ECD; }
.nurv-a11y-title { margin: 0 0 6px; font: 800 clamp(22px, 3vw, 28px)/1.1 "Inter", sans-serif; color: #1f1f1f; }
.nurv-a11y-sub { margin: 0 0 18px; font: 300 15px/1.5 "Inter", sans-serif; color: #7A7A7A; }

.nurv-a11y-rows { display: flex; flex-direction: column; gap: 2px; }
.nurv-a11y-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 14px 4px; margin: 0; text-align: left; background: transparent; border: 0; border-bottom: 1px solid #ececef; cursor: pointer; min-height: 56px; font-family: "Inter", sans-serif; }
.nurv-a11y-row:hover { background: rgba(146,46,205,.06); }
.nurv-a11y-row-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.nurv-a11y-row-label { font-size: 16px; font-weight: 500; line-height: 1.4; color: #1f1f1f; }
.nurv-a11y-row-hint { font-size: 14px; font-weight: 400; line-height: 1.5; color: #7A7A7A; }
.nurv-a11y-row-state { display: flex; align-items: center; gap: 10px; flex: none; }
.nurv-a11y-state-label { font-size: 13px; letter-spacing: .04em; min-width: 26px; text-align: right; color: #7A7A7A; }
.nurv-a11y-row[aria-checked="true"] .nurv-a11y-state-label { color: #922ECD; }
.nurv-a11y-track { position: relative; flex: none; display: inline-block; width: 44px; height: 24px; border-radius: 999px; background: rgba(0,0,0,.1); border: 1px solid #c7c7cf; transition: background .25s ease, border-color .25s ease; }
.nurv-a11y-row[aria-checked="true"] .nurv-a11y-track { background: rgba(146,46,205,.28); border-color: #922ECD; }
.nurv-a11y-knob { position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 999px; background: #b0b0b8; transition: left .25s cubic-bezier(.16,1,.3,1), background .25s ease; }
.nurv-a11y-row[aria-checked="true"] .nurv-a11y-knob { left: 23px; background: #922ECD; }

.nurv-a11y-foot { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 24px; padding-top: 20px; border-top: 1px solid #ececef; }
.nurv-a11y-reset { font: 500 14px/1 "Inter", sans-serif; color: #3d3d3d; background: transparent; border: 1px solid #e2e2e7; border-radius: 6px; padding: 10px 16px; cursor: pointer; transition: border-color .2s ease, color .2s ease; }
.nurv-a11y-reset:hover { border-color: #922ECD; color: #922ECD; }
.nurv-a11y-foot p { margin: 0; font: 300 13px/1.5 "Inter", sans-serif; color: #9a9ea6; flex: 1; min-width: 180px; }

.nurv-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; }

html[data-a11y-motion="off"] *,
html[data-a11y-motion="off"] *::before,
html[data-a11y-motion="off"] *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
html[data-a11y-motion="off"] { scroll-behavior: auto !important; }

html[data-a11y-contrast="on"] :is(p, li, span, label, figcaption, h3, h4) { color: #1f1f1f !important; }
html[data-a11y-contrast="on"] a:not(.nurv-a11y-fab) { text-decoration: underline; text-underline-offset: 3px; }
html[data-a11y-contrast="on"] :is(input, textarea, select) { border-color: #1f1f1f !important; }

html[data-a11y-text="on"] body { zoom: 1.12; }

html[data-a11y-spacing="on"] :is(p, li, label) { line-height: 2 !important; letter-spacing: .015em !important; word-spacing: .1em !important; }

html[data-a11y-links="on"] a:not(.nurv-a11y-fab) { text-decoration: underline !important; text-underline-offset: 3px; }

html[data-a11y-font="on"] *:not(svg):not(path):not(use) { font-family: Verdana, Geneva, sans-serif !important; letter-spacing: normal !important; }

@media (prefers-reduced-motion: reduce) {
  .nurv-a11y-overlay, .nurv-a11y-panel { transition: none; }
}
