:root{--brand-primary: #201547;--brand-primary-subtle: color-mix(in srgb, var(--brand-primary) 14%, transparent);--background-page: #ffffff;--background-surface: #f4f5f8;--background-muted: #f0f2f4;--text-primary: #262626;--text-secondary: #364153;--text-muted: #a0a0a0;--text-inverse: #ffffff;--border-subtle: #dcdfe4;--border-default: #d7d8da;--feedback-danger-fg: #a50036;--c-radius-md: 12px;--c-radius-lg: 16px;--c-radius-full: 9999px;--c-elevation-sm: 0 1px 3px rgb(0 0 0 / 8%);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--fw-regular: 400;--fw-semibold: 600;--fw-bold: 700;--type-heading-m-size: 20px;--type-body-l-size: 16px;--type-body-m-size: 14px;--type-body-m-lh: 20px;--type-body-s-size: 12px;--type-body-s-lh: 16px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;background:var(--background-page);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}app-root{display:grid;grid-template-rows:auto 1fr;block-size:100dvh}app-root>router-outlet{display:none}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
