
 .skip-link { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; background: #000; color: #fff; padding: 8px 16px; text-decoration: none; font-weight: bold; border-radius: 0 0 4px 4px; z-index: 999999; } .skip-link:focus { position: absolute; left: 6px; top: 7px; width: auto; height: auto; overflow: visible; } *:focus { outline: 3px solid #005fcc !important; outline-offset: 2px !important; box-shadow: 0 0 0 1px #fff, 0 0 0 4px #005fcc !important; } a:focus, button:focus, input:focus, textarea:focus, select:focus { outline: 3px solid #005fcc !important; outline-offset: 2px !important; background-color: rgba(0, 95, 204, 0.1) !important; } @media (prefers-contrast: high) { * { background-color: #000 !important; color: #fff !important; } a { color: #ffff00 !important; } button, input[type="submit"], input[type="button"] { background-color: #fff !important; color: #000 !important; border: 2px solid #fff !important; } } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } } .low-contrast { background-color: #f8f9fa; color: #212529; border: 1px solid #dee2e6; } html { font-size: 16px; } @media (min-width: 320px) { html { font-size: calc(16px + 6 * ((100vw - 320px) / 680)); } } @media (min-width: 1000px) { html { font-size: 22px; } } .keyboard-navigation { display: none; } body.using-keyboard-navigation .keyboard-navigation { display: block; } .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; } .sr-only-focusable:focus { position: static !important; width: auto !important; height: auto !important; padding: inherit !important; margin: inherit !important; overflow: visible !important; clip: auto !important; white-space: inherit !important; } h1, .h1 { font-size: clamp(1.75rem, 4vw, 3rem); } h2, .h2 { font-size: clamp(1.5rem, 3.5vw, 2.5rem); } h3, .h3 { font-size: clamp(1.25rem, 3vw, 2rem); } h4, .h4 { font-size: clamp(1.125rem, 2.5vw, 1.75rem); } h5, .h5 { font-size: clamp(1rem, 2vw, 1.5rem); } h6, .h6 { font-size: clamp(0.875rem, 1.5vw, 1.25rem); } button, input[type="button"], input[type="submit"], input[type="reset"], a, .clickable { min-height: 44px; min-width: 44px; display: inline-flex; align-items: center; justify-content: center; text-align: center; } .error, .has-error, [aria-invalid="true"] { border-color: #dc3545 !important; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important; } .error-message { color: #dc3545; font-size: 0.875em; margin-top: 0.25rem; display: block; } .loading { position: relative; } .loading::after { content: ""; position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; margin: -10px 0 0 -10px; border: 2px solid #f3f3f3; border-top: 2px solid #005fcc; border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @media (prefers-color-scheme: dark) { :root { --bg-color: #1a1a1a; --text-color: #ffffff; --link-color: #66b3ff; --border-color: #404040; } body { background-color: var(--bg-color); color: var(--text-color); } a { color: var(--link-color); } input, textarea, select { background-color: #2a2a2a; color: var(--text-color); border-color: var(--border-color); } } .back-to-top { position: fixed; bottom: 20px; right: 20px; width: 50px; height: 50px; background: #005fcc; color: white; border: none; border-radius: 50%; cursor: pointer; display: none; z-index: 1000; font-size: 18px; transition: all 0.3s ease; } .back-to-top:hover, .back-to-top:focus { background: #004494; transform: translateY(-2px); } .back-to-top.show { display: flex; align-items: center; justify-content: center; } .cookie-consent { position: fixed; bottom: 0; left: 0; right: 0; background: #2c3e50; color: white; padding: 15px 20px; z-index: 9999; display: none; } .cookie-consent.show { display: block; } .cookie-consent-content { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .cookie-consent-text { flex: 1; min-width: 200px; } .cookie-consent-buttons { display: flex; gap: 10px; } .cookie-consent button { padding: 8px 16px; border: none; border-radius: 4px; cursor: pointer; font-size: 14px; min-height: 44px; } .cookie-accept { background: #27ae60; color: white; } .cookie-decline { background: #e74c3c; color: white; } .cookie-settings { background: #95a5a6; color: white; } @media screen and (max-width: 768px) { .cookie-consent-content { flex-direction: column; text-align: center; } .cookie-consent-buttons { justify-content: center; width: 100%; } .back-to-top { bottom: 80px; right: 15px; width: 45px; height: 45px; } } @media print { .skip-link, .back-to-top, .cookie-consent { display: none !important; } * { background: white !important; color: black !important; box-shadow: none !important; text-shadow: none !important; } a[href]:after { content: " (" attr(href) ")"; } }