:root{--primary-color: #0b3b60;--secondary-color: #d1b272;--accent-color: #b79b63;--accent-color-dark: #8a7343;--bg-color: #fcfcfc;--text-color: #333333;--text-muted: #666666;--header-bg: #ffffff;--footer-bg: #071e3d;--footer-text: #e0e0e0;--font-family: "Inter", "Roboto", sans-serif;--transition: all .3s cubic-bezier(.25, .8, .25, 1)}body{margin:0;padding:0;font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);line-height:1.6;overflow-x:hidden;transition:filter .3s ease,font-size .3s ease}body.grayscale{filter:grayscale(100%)}body.large-text{font-size:1.25rem}body.high-contrast{--primary-color: #000000;--secondary-color: #000000;--bg-color: #ffffff;--text-color: #000000;--text-muted: #111111;--header-bg: #ffffff;--footer-bg: #000000;border-color:#000}body.dark-mode{--primary-color: #d1b272;--secondary-color: #0b3b60;--accent-color: #e2c17b;--accent-color-dark: #e2c17b;--bg-color: #121212;--text-color: #e0e0e0;--text-muted: #aaaaaa;--header-bg: #1e1e1e;--footer-bg: #090909;--footer-text: #b0b0b0;--card-bg: #1e1e1e}body.dark-mode .logo img{filter:brightness(0) invert(1)!important;opacity:.9!important}body.dark-mode input,body.dark-mode textarea{background-color:#2c2c2c;color:#e0e0e0;border-color:#444}body.highlight-links a{text-decoration:underline!important;font-weight:700!important;color:#000!important;background-color:#ff0!important}a{text-decoration:none;color:inherit;transition:var(--transition)}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-weight:600;margin-bottom:1rem;color:var(--primary-color)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.btn{display:inline-block;padding:.75rem 1.5rem;background-color:var(--secondary-color);color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:var(--transition);text-align:center}.btn:hover{background-color:var(--accent-color);transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.btn-primary{background-color:var(--primary-color)}.btn-primary:hover{background-color:#082944}.section{padding:2.5rem 0}
