:root{--c-navy:rgb(8,47,123);--c-blue-mid:rgb(22,97,149);--c-blue-light:rgb(64,162,220);--c-blue-gray:rgb(106,140,164);--c-text:rgb(14,51,89);--c-border:#ffffff;--c-gray:rgb(194,194,194);--c-gray-bg:rgb(246,248,252);--c-white:#ffffff;--c-primary:#b03a2e;--c-primary-dark:#922b21;--c-error:rgb(196,45,52);--c-success:rgb(40,167,69);--c-warning:rgb(255,153,0);--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--s-xs:4px;--s-sm:8px;--s-md:16px;--s-lg:24px;--s-xl:32px;--s-2xl:48px;--r-sm:4px;--r-md:8px;--r-lg:12px;--shadow-sm:0 1px 3px rgba(8,47,123,0.08);--shadow-md:0 4px 12px rgba(8,47,123,0.12);--navbar-h:60px}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;font-family:var(--font);font-size:14px;line-height:1.5;color:var(--c-text);background-color:var(--c-gray-bg);-webkit-font-smoothing:antialiased}html{scrollbar-gutter:stable}body{overflow-y:scroll}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;color:var(--c-text);line-height:1.3}p{margin:0}a{color:var(--c-blue-mid);text-decoration:none;transition:color .2s ease}a:hover{color:var(--c-blue-light)}button{font-family:var(--font);cursor:pointer}ol,ul{margin:0;padding:0;list-style:none}