:root{--color-primary:#000;--color-secondary:#f5f5f7;--color-background:#fff;--color-surface:#fafafa;--color-text-main:#1d1d1f;--color-text-muted:#86868b;--color-border:#00000014;--font-family-base:-apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Helvetica Neue", sans-serif;--font-family-heading:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Helvetica Neue", sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:2.75rem;--font-size-5xl:3.5rem;--font-size-6xl:4.5rem;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--spacing-1:.25rem;--spacing-2:.5rem;--spacing-3:.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--spacing-32:8rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #00000008;--shadow-md:0 4px 12px 0 #0000000d;--shadow-lg:0 12px 24px -4px #00000014, 0 4px 8px -2px #0000000a;--shadow-xl:0 20px 40px -8px #0000001a;--container-max-width:1100px;--header-height:80px}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-family-base,sans-serif);background-color:var(--color-background,transparent);color:var(--color-text-main,inherit);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.skipLink{z-index:10000;background:var(--color-primary,#111);color:var(--color-background,#fff);padding:.75rem 1rem;text-decoration:underline;position:absolute;top:auto;left:-9999px}.skipLink:focus{top:1rem;left:1rem}.appShell{flex-direction:column;min-height:100vh;display:flex}.mainContent{flex-direction:column;flex:1;display:flex}.pageContent{padding-top:calc(var(--header-height) + var(--spacing-8))}@keyframes spin{to{transform:rotate(360deg)}}.loadingSpinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.loadingScreen{background-color:var(--color-background);justify-content:center;align-items:center;width:100%;min-height:50vh;display:flex}.statusScreen{background-color:var(--color-background);text-align:center;min-height:50vh;padding:var(--spacing-8);justify-content:center;align-items:center;display:flex}.statusScreenInner{max-width:600px}.srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
