:root{--background:#ffffff;--foreground:#171717;--color-primary-500:rgb(39,169,225);--color-primary-300:rgba(39,169,225,0.5);--color-primary-accent-500:#fff;--color-secondary-500:rgb(200,200,200);--color-secondary-300:rgba(200,200,200,0.5);--color-secondary-accent-500:#333;--color-gray-50:rgb(252,252,252);--color-gray-100:rgb(243,244,246);--color-gray-300:rgb(238,238,238);--color-gray-500:rgb(226,232,240);--color-gray-700:rgb(55,65,81);--color-danger-background:#f8d7da;--color-danger-background-accent:#721c24;--color-danger-border:#f5c6cb;--color-danger-text:#fb4f60;--color-success-background:#d4edda;--color-success-background-accent:#155724;--color-success-border:#c3e6cb;--color-success-text:#41b85c;--color-warning-background:#fff3cd;--color-warning-background-accent:#856404;--color-warning-border:#ffeeba;--color-warning-text:#cc6c1d;--color-note-background:#fff3cd;--color-note-background-accent:#856404;--color-note-border:#ffeeba;--color-note-text:#cc6c1d;--font-weight-light:300;--font-weight-condensed:400;--font-weight-medium:500;--font-weight-bold:700;--radius:0.5rem;--bs-primary:rgb(39,169,225)}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:var(--font-weight-light);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-shrink:0;flex-direction:column}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}a.primary{color:var(--color-primary-500)}a.primary:hover{color:var(--color-primary-300)}h1{font-size:1.875rem}h1,h2{line-height:1.2}h2{font-size:1.5em}h3{font-size:1.17em;line-height:1.2}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-medium{font-weight:var(--font-weight-medium)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.block-margin>*{margin-block:1rem}.p-16{padding:4rem}.hidden{display:none}@media print{.print\:hidden{display:none!important}.print\:block{display:block!important}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.small-alert{border:1px solid #f1aeb5;background:#f8d7da;color:#58151c;padding:4px;border-radius:4px}