html,body{scroll-behavior:smooth;color:var(--ink);background:var(--page-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;margin:0;padding:0;font-family:Inter,sans-serif;font-size:16px}#__next{flex-direction:column;min-height:100%;display:flex}::-webkit-input-placeholder{color:var(--muted);font-family:Inter,sans-serif}::placeholder{color:var(--muted);font-family:Inter,sans-serif}:placeholder-shown{color:var(--muted);font-family:Inter,sans-serif}:-ms-placeholder-shown{color:var(--muted);font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6,p,span,div,section{margin:0;padding:0}a{color:var(--navy);text-decoration:none}a:hover{color:var(--navy-dark)}::selection{background:var(--navy);color:#fff}*{box-sizing:border-box}.page-shell{flex-direction:column;flex:1;width:100%;min-height:100dvh;display:flex}.page-shell>main{flex:auto;width:100%}.page-shell>section:not(.name-page-layout){flex-direction:column;flex:auto;width:100%;min-height:100%;display:flex}.page-shell>section.name-page-layout{flex:auto;width:100%;min-height:0;display:flex}@media (min-width:768px){.page-shell>section.name-page-layout{flex-direction:row;align-items:flex-start}}.page-main{flex-direction:column;flex:1;width:100%;display:flex}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--navy:#17255c;--navy-dark:#0e1a40;--navy-light:#33468a;--royal:#2a44c0;--gold:#e2a828;--gold-dark:#c8901a;--teal:#1aa6bd;--ink:#0f1220;--line:#dfe2ec;--muted:#5b6478;--page-bg:#fff;--surface:#fff;--surface-elevated:#f6f7f9;--surface-muted:#f1f5f9;--surface-hover:#f1f3f9;--tile-link:#1657b5;--tile-disabled-fg:#cbd5e1;--on-accent:#0a0a12;--footer-border:#2e3548;--nav-link-hover:#9fb0e6;--nav-login-bg:#2a44c0;--nav-login-hover:#3b57d8;--yellow:var(--navy);--light-yellow:var(--gold);--black:#0a0a12;--blue-light:var(--navy);--blue-dark:var(--navy-dark);--gray-light:#e8ebf2;--gray-dark:#eef0f6;--green:var(--navy);--white:#fff;--green-dark:var(--line);--btn-blue:var(--navy);--red:#ea4335}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--navy:#8aa8e8;--navy-dark:#a8c0f0;--navy-light:#6b8fd8;--ink:#e8eaf0;--line:#2e3548;--muted:#9aa3b5;--page-bg:#0b0f19;--surface:#141a28;--surface-elevated:#1c2436;--surface-muted:#161d2c;--surface-hover:#242d42;--tile-link:#8aa8e8;--tile-disabled-fg:#5c667a;--on-accent:#0a0a12;--footer-border:#2a3044;--nav-link-hover:var(--gold);--nav-login-bg:#2a44c0;--nav-login-hover:#3b57d8;--yellow:var(--gold);--blue-light:var(--navy);--blue-dark:var(--navy-dark);--gray-light:#2a3044;--gray-dark:#1a2030;--green:var(--navy);--white:#fff;--green-dark:var(--line);--btn-blue:var(--navy)}html[data-theme=dark] ::-webkit-input-placeholder{color:var(--muted)}html[data-theme=dark] ::-moz-placeholder{color:var(--muted)}html[data-theme=dark] :-ms-placeholder-shown{color:var(--muted)}html[data-theme=dark] :-moz-placeholder-shown{color:var(--muted)}html[data-theme=dark] input:not(footer input):not([data-bare-input]),html[data-theme=dark] textarea:not(footer textarea),html[data-theme=dark] select{color:var(--ink);background-color:var(--surface-elevated)}html[data-theme=dark] ::selection{background:var(--royal);color:#fff}input,select,option,textarea{color:var(--ink);font-family:Inter,sans-serif;font-size:1rem}
