*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#2E4A3D;--primary-dark:#1A2B24;--primary-light:#4C7A66;--secondary-color:#8B4513;--secondary-light:#A65D2E;--secondary-dark:#5C2E0E;--accent-color:#D4AF37;--accent-light:#E6C65C;--accent-dark:#B39030;--text-color:#2C3E50;--text-light:#5D6D7E;--text-lighter:#8894A0;--bg-primary:#FFFFFF;--bg-secondary:#F5F6F7;--bg-tertiary:#E8EAED;--white-color:#FFFFFF;--light-color:#F8F9FA;--gray-100:#F3F4F6;--gray-200:#E5E7EB;--gray-300:#D1D5DB;--gray-400:#9CA3AF;--gray-500:#6B7280;--black-color:#111827;--error-color:#DC2626;--error-light:#FEE2E2;--success-color:#059669;--success-light:#D1FAE5;--warning-color:#D97706;--warning-light:#FEF3C7;--info-color:#2563EB;--info-light:#DBEAFE;--heading-font:"Rufina",serif;--body-font:"Red Hat Display",sans-serif;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:3rem;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:1rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);--transition-fast:150ms ease-in-out;--transition-normal:300ms ease-in-out;--transition-slow:500ms ease-in-out}body,html{padding:0;margin:0;font-family:var(--body-font);font-size:16px;line-height:1.6;color:var(--text-color);background-color:var(--bg-primary);scroll-behavior:smooth}a{color:var(--primary-color);transition:color var(--transition-normal)}a,a:hover{text-decoration:none}a:hover{color:var(--primary-light)}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);font-weight:700;line-height:1.2;margin-bottom:var(--space-md);color:var(--primary-color)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{color:var(--text-color)}ol,p,ul{margin-bottom:var(--space-md)}ol,ul{padding-left:var(--space-lg)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--body-font);transition:all var(--transition-normal)}button:disabled{cursor:not-allowed;opacity:.7}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-lg)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:2px solid var(--primary-light);outline-offset:2px}.skip-to-content{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-to-content:focus{display:inline-block;height:auto;width:auto;position:fixed;top:var(--space-md);left:var(--space-md);padding:var(--space-sm) var(--space-md);background-color:var(--white-color);color:var(--primary-color);font-weight:700;z-index:1000;border:2px solid var(--primary-color)}@media (max-width:768px){html{font-size:14px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}}