:root{--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-text:#111;--color-text-secondary:#666;--color-text-muted:#999;--color-background:#f5f5f5;--color-surface:#fff;--color-border:#e5e5e5;--color-error:#dc2626;--color-success:#16a34a;--color-warning:#f59e0b;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-md:0 1px 3px rgba(0,0,0,.1);--shadow-lg:0 4px 6px rgba(0,0,0,.1)}*{box-sizing:border-box}body{background-color:var(--color-background);min-height:100vh}html{scroll-behavior:smooth}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}button{font-family:inherit}@media (max-width:768px){.hide-mobile{display:none!important}}@media (min-width:769px){.hide-desktop{display:none!important}}@supports (height:100dvh){body{min-height:100dvh}}body,html{overflow-x:hidden}@media (max-width:640px){button:not(.compact),input[type=checkbox],input[type=radio]{min-height:44px}input[type=email],input[type=password],input[type=tel],input[type=text],select,textarea{font-size:16px}}.fullPageContainer{flex:1 1;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:var(--color-background)}.pageContainer{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 1rem}@media (min-width:640px){.pageContainer{padding:2rem 1.5rem}}@media (min-width:1024px){.pageContainer{padding:2rem}}.Header_header__MvnS2{background-color:#fff;border-bottom:1px solid #e5e5e5;position:-webkit-sticky;position:sticky;top:0;z-index:100}.Header_container__L4JQR{max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center}.Header_logo__j7oID{font-size:1.25rem;font-weight:600;color:#111;text-decoration:none;line-height:1;display:flex;align-items:center}.Header_nav__EE71E{display:flex;align-items:center;gap:1rem}.Header_navLink__Q_hTB{color:#666;text-decoration:none;font-size:.875rem}.Header_navLink__Q_hTB:hover{color:#333}.Header_signUpButton__NCU_o{background-color:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-size:.875rem}.Header_signUpButton__NCU_o:hover{background-color:#1d4ed8}.Header_signOutButton__lxB1_{background-color:transparent;color:#666;padding:.5rem 1rem;border-radius:6px;border:1px solid #ddd;font-size:.875rem;cursor:pointer}.Header_signOutButton__lxB1_:hover{background-color:#f5f5f5}.Header_loading__GwfPO{color:#999}.Header_menuButton__aNKrC{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;line-height:1;height:1.5rem;width:1.5rem;align-items:center;justify-content:center}.Header_mobileNav__J0kLN{display:none;flex-direction:column;padding:.5rem 1rem 1rem;border-top:1px solid #e5e5e5;gap:0}.Header_mobileNavLink__b7nM_{color:#333;text-decoration:none;padding:.75rem 0;border-bottom:1px solid #f0f0f0;display:block}.Header_mobileSignOutButton__cySYC{background-color:transparent;color:#666;padding:.75rem 0;border:none;font-size:1rem;cursor:pointer;text-align:left;width:100%}@media (max-width:640px){.Header_nav__EE71E{display:none}.Header_menuButton__aNKrC,.Header_mobileNav__J0kLN{display:flex}}