:root{--background:#f7f4ef;--foreground:#142433;--primary:#2f86a1;--primary-foreground:#fff;--secondary:#e7edf1;--secondary-foreground:#1d3343;--muted:#eff3f6;--muted-foreground:#4e6474;--accent:#d8eef5;--accent-foreground:#173240;--destructive:#b84343;--destructive-foreground:#fff;--border:#d7dee5;--input:#d7dee5;--ring:#256b86;--radius:0.75rem;--font-sans:"DM Sans","Helvetica Neue",Arial,sans-serif;--font-display:ui-serif,Georgia,Cambria,"Times New Roman",serif;--font-mono:"JetBrains Mono","Fira Code",monospace}.dark{--background:#0d1721;--foreground:#f6f7f9;--primary:#7fc4d8;--primary-foreground:#0d1721;--secondary:#152433;--secondary-foreground:#f6f7f9;--muted:#12202d;--muted-foreground:#a6b4bf;--accent:#1d495b;--accent-foreground:#f6f7f9;--destructive:#f08b8b;--destructive-foreground:#0d1721;--border:#243545;--input:#243545;--ring:#7fc4d8}*{box-sizing:border-box;padding:0;margin:0}html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{color:var(--foreground);background:var(--background);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:focus{outline:none}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:absolute;top:1rem;left:1rem;z-index:1600;width:auto;height:auto;padding:.75rem 1rem;margin:0;overflow:visible;clip:auto;white-space:normal;background-color:var(--primary);color:var(--primary-foreground);border-radius:var(--radius)}@media (prefers-contrast:high){*{border-color:ButtonText!important}}a{color:var(--primary);text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;transition:color .15s ease-out}a:hover{opacity:.85}button,input,select,textarea{min-height:44px;min-width:44px}button{transition:all .15s ease-out}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5em}h1,h2{font-family:var(--font-display)}p{margin-bottom:1em}.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}.not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}@media print{*{background:#fff!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.no-print,.skip-link,nav{display:none!important}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}