:root{--focus-outline-color:#2563eb;--focus-outline-width:2px;--letter-spacing:normal;--word-spacing:normal;--line-height:normal}.high-contrast{--background:#000000;--foreground:#ffffff;--primary:#ffff00;--primary-foreground:#000000;--secondary:#ffffff;--secondary-foreground:#000000;--muted:#333333;--muted-foreground:#ffffff;--accent:#ffff00;--accent-foreground:#000000;--destructive:#ff0000;--destructive-foreground:#ffffff;--border:#ffffff;--input:#333333;--ring:#ffff00;--focus-outline-color:#ffff00;--focus-outline-width:3px}.high-contrast *{border-color:var(--border)!important}.high-contrast a{color:var(--primary)!important;text-decoration:underline!important}.high-contrast .button,.high-contrast button{border:2px solid var(--border)!important}.high-contrast-inverted{--background:#ffffff;--foreground:#000000;--primary:#0000ff;--primary-foreground:#ffffff;--secondary:#000000;--secondary-foreground:#ffffff;--muted:#eeeeee;--muted-foreground:#000000;--accent:#0000ff;--accent-foreground:#ffffff;--destructive:#ff0000;--destructive-foreground:#ffffff;--border:#000000;--input:#eeeeee;--ring:#0000ff;--focus-outline-color:#0000ff;--focus-outline-width:3px}.high-contrast-inverted *{border-color:var(--border)!important}.high-contrast-inverted a{color:var(--primary)!important;text-decoration:underline!important}.soft-contrast{--background:#f8f9fa;--foreground:#343a40;--primary:#4263eb;--primary-foreground:#ffffff;--secondary:#e9ecef;--secondary-foreground:#343a40;--muted:#f1f3f5;--muted-foreground:#495057;--accent:#4263eb;--accent-foreground:#ffffff;--destructive:#fa5252;--destructive-foreground:#ffffff;--border:#dee2e6;--input:#e9ecef;--ring:#4263eb}.sepia-mode{--background:#f8f0e3;--foreground:#5f4b32;--primary:#78350f;--primary-foreground:#fffbeb;--secondary:#fef3c7;--secondary-foreground:#78350f;--muted:#fef3c7;--muted-foreground:#92400e;--accent:#92400e;--accent-foreground:#fffbeb;--destructive:#b91c1c;--destructive-foreground:#fef2f2;--border:#d6d3d1;--input:#fef3c7;--ring:#92400e;filter:sepia(30%)}.protanopia{filter:url(#protanopia-filter)}.deuteranopia{filter:url(#deuteranopia-filter)}.tritanopia{filter:url(#tritanopia-filter)}.achromatopsia{filter:grayscale(100%)}.increased-text-spacing{--letter-spacing:0.12em;--word-spacing:0.16em;--line-height:1.5}.increased-text-spacing *{letter-spacing:var(--letter-spacing)!important;word-spacing:var(--word-spacing)!important;line-height:var(--line-height)!important}.enhanced-focus :focus{outline:var(--focus-outline-width) solid var(--focus-outline-color)!important;outline-offset:2px!important}.enhanced-focus a:focus,.enhanced-focus button:focus,.enhanced-focus input:focus,.enhanced-focus select:focus,.enhanced-focus textarea:focus{box-shadow:0 0 0 3px var(--focus-outline-color)!important}.accessibility-tabs .tabs-trigger{height:48px;display:flex;align-items:center;justify-content:center}.accessibility-tabs .tabs-trigger-content{display:flex;align-items:center;gap:6px;max-width:100%}.accessibility-tabs .tabs-trigger-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.color-blindness-preview{padding:1rem;border-radius:.5rem;margin-top:1rem;border:1px solid var(--border)}.color-blindness-preview .color-sample{display:flex;gap:.5rem;margin-bottom:1rem}.color-blindness-preview .color-sample div{width:2rem;height:2rem;border-radius:.25rem}.color-blindness-preview .red{background-color:#ff0000}.color-blindness-preview .green{background-color:#00ff00}.color-blindness-preview .blue{background-color:#0000ff}.color-blindness-preview .yellow{background-color:#ffff00}.color-blindness-preview .purple{background-color:#800080}@keyframes swipe-left{0%{transform:translateX(0)}60%{transform:translateX(-50px)}80%{transform:translateX(-40px)}to{transform:translateX(-50px)}}@keyframes swipe-right{0%{transform:translateX(-50px)}60%{transform:translateX(0)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}.swipe-left-animation{animation:swipe-left 2s ease-in-out infinite}.swipe-right-animation{animation:swipe-right 2s ease-in-out infinite}