@charset "UTF-8";:root{--color-primary: #1A3765;--color-primary-hover:#122849;--color-on-primary: #FFFFFF;--color-secondary: #047AB9;--color-accent: #047AB9;--color-accent-hover: #036396;--color-background: #FAFBFD;--color-foreground: #1A3765;--color-muted: #F0F4F9;--color-border: #DCE5EF;--color-destructive: #D6324B;--color-ring: #047AB9;--color-surface: #FFFFFF;--color-surface-2: #FAFBFD;--color-text: #1A3765;--color-text-muted: #7F8DA1;--color-success: #0E8A5F;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--shadow-md: 0 4px 6px rgba(15, 23, 42, .08);--shadow-lg: 0 10px 18px rgba(15, 23, 42, .12);--shadow-xl: 0 20px 28px rgba(30, 64, 175, .16);--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--font-heading: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif}html,body{margin:0;padding:0;height:100%;overflow:hidden}body{background:var(--color-background);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.logo-text{clear:both;width:100%;text-align:center}*,*:before,*:after{box-sizing:border-box}*{scrollbar-width:thin;scrollbar-color:rgba(26,55,101,.28) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:#1a376547;border-radius:4px}*::-webkit-scrollbar-thumb:hover{background:#1a376573}*::-webkit-scrollbar-corner{background:transparent}:where(button,a,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--color-ring);outline-offset:2px;border-radius:var(--radius-sm)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
