body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen;background-color:var(--gray-100);color:var(--gray-600);font-size:var(--font-md);line-height:1.5}.page-container{max-width:var(--screen-desktop);padding:var(--space-6x) var(--space-4x);margin:5.6rem auto 0}.font-small{font-size:var(--font-sm);line-height:1.4;font-weight:400}.font-body{font-size:var(--font-md);line-height:1.5;font-weight:400}.font-title-small{font-size:var(--font-lg);line-height:1.3;font-weight:600;letter-spacing:-.01em;margin-bottom:.8rem}.font-title{font-size:var(--font-xl);line-height:1.25;font-weight:700;letter-spacing:-.02em;margin-bottom:1em;position:relative;padding-left:var(--space-2x)}.font-title:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:var(--primary);border-radius:2px}.font-title-large{font-size:var(--font-2xl);line-height:1.2;font-weight:700;letter-spacing:-.02em;margin-bottom:1.5em;position:relative;padding-left:var(--space-2x)}.font-title-large:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:var(--primary);border-radius:2px}.font-title-xlarge{font-size:var(--font-3xl);line-height:1.1;font-weight:800;letter-spacing:-.03em;margin-bottom:2em;position:relative;padding-left:var(--space-2x)}.font-title-xlarge:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:var(--primary);border-radius:2px}.filledButton,.outlineButton{border-radius:var(--radius-md);padding:var(--space-2x) var(--space-3x);font-size:var(--font-sm);font-weight:var(--font-weight-bold);cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-1x);width:100%}.filledButton:disabled,.outlineButton:disabled{opacity:.5;cursor:not-allowed}.primary.filledButton,.primary.outlineButton{--btn-color:var(--primary);--btn-hover-shadow:rgba(240,113,46,0.3);--btn-text-color:var(--white)}.secondary.filledButton,.secondary.outlineButton{--btn-color:var(--secondary);--btn-hover-shadow:rgba(46,185,240,0.3);--btn-text-color:var(--white)}.highlight.filledButton,.highlight.outlineButton{--btn-color:var(--highlight);--btn-hover-shadow:rgba(46,185,240,0.3);--btn-text-color:var(--white)}.filledButton:hover:not(:disabled),.outlineButton:hover:not(:disabled){background-color:var(--btn-color);color:var(--btn-text-color);opacity:.9;box-shadow:0 2px 8px var(--btn-hover-shadow)}.filledButton{border:none}.filledButton.primary,.filledButton.secondary{background-color:var(--btn-color);color:var(--btn-text-color)}.outlineButton{border:2px solid var(--btn-color);padding:calc(var(--space-2x) - 2px) calc(var(--space-3x) - 2px);background-color:rgba(0,0,0,0)}.outlineButton.highlight,.outlineButton.primary,.outlineButton.secondary{color:var(--btn-color)}.textInput{background-color:var(--gray-100);color:var(--gray-600);border:1px solid var(--gray-300);border-radius:var(--radius-lg);padding:var(--space-2x);font-size:var(--font-md);font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.textInput:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(240,113,46,.1)}.textInput:disabled{background-color:var(--gray-200);color:var(--gray-400);cursor:not-allowed;opacity:.6}.textInput::placeholder{color:var(--gray-400)}.navLink{color:var(--gray-600);font-weight:var(--font-weight-normal);font-size:var(--font-md);text-decoration:none}.navLink:focus,.navLink:hover{color:var(--primary);text-decoration:none}.navLink:active,.navLink:visited{text-decoration:none}.navDisabled{color:var(--gray-300);opacity:1;cursor:not-allowed;font-size:var(--font-md)}.statusChip{padding:0 var(--space-1x);margin:var(--space-1x) var(--space-1x) var(--space-1x) 0;border-radius:var(--radius-md);border:1px solid rgba(0,0,0,0);text-align:center;width:min-content;font-size:var(--font-sm);text-transform:capitalize}.statusChip.primary{color:var(--primary);border-color:var(--primary)}.statusChip.secondary{color:var(--secondary);border-color:var(--secondary)}.card{padding:var(--space-4x);background:var(--gray-100);border:2px solid var(--gray-300);border-radius:var(--radius-lg)}@media(max-width:768px){.font-title-large{font-size:var(--font-xl)}.font-title-xlarge{font-size:var(--font-2xl)}.page-container{padding:var(--space-2x) var(--space-2x)}}:root{--screen-mobile:480px;--screen-tablet:768px;--screen-desktop:1200px;--space-half:0.25rem;--space-1x:0.5rem;--space-2x:1rem;--space-3x:1.5rem;--space-4x:2rem;--space-5x:2.5rem;--space-6x:3rem;--space-7x:3.5rem;--space-8x:4rem;--space-9x:4.5rem;--space-10x:5rem;--font-xs:0.75rem;--font-sm:0.875rem;--font-md:1rem;--font-lg:1.25rem;--font-xl:1.5rem;--font-2xl:2rem;--font-3xl:2.5rem;--font-4xl:3rem;--font-weight-light:200;--font-weight-normal:400;--font-weight-bold:700;--font-weight-black:900;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--primary-light:#F0712E;--secondary-light:#2EB9F0;--highlight-light:#2EF0A6;--black-light:#1F1F1F;--white-light:#FAFAFA;--error-light:#d32f2f;--success-light:#388e3c;--warning-light:#fbc02d;--gray-100-light:#f6f8fa;--gray-200-light:#eaeef2;--gray-300-light:#d0d7de;--gray-400-light:#afb8c1;--gray-500-light:#6e7781;--gray-600-light:#57606a;--gray-100-light-rgb:246,248,250;--gray-200-light-rgb:234,238,242;--gray-300-light-rgb:208,215,222;--gray-400-light-rgb:175,184,193;--gray-500-light-rgb:110,119,129;--gray-600-light-rgb:87,96,106;--gray-100-dark:#0d1117;--gray-200-dark:#161b22;--gray-300-dark:#21262d;--gray-400-dark:#30363d;--gray-500-dark:#8b949e;--gray-600-dark:#c9d1d9;--gray-100-dark-rgb:13,17,23;--gray-200-dark-rgb:22,27,34;--gray-300-dark-rgb:33,38,45;--gray-400-dark-rgb:48,54,61;--gray-500-dark-rgb:139,148,158;--gray-600-dark-rgb:201,209,217;--primary-dark:#FF8A4A;--secondary-dark:#4AC4F5;--highlight-dark:#4AF5B8;--black-dark:#FAFAFA;--white-dark:#1A1A1A;--error-dark:#FF6B6B;--success-dark:#51CF66;--warning-dark:#FFD93D;--primary-gradient:#F24F30;--orange-gradient:linear-gradient(135deg,var(--primary) 0%,var(--primary-gradient) 100%)}[data-theme=light]{--primary:var(--primary-light);--secondary:var(--secondary-light);--highlight:var(--highlight-light);--black:var(--black-light);--white:var(--white-light);--error:var(--error-light);--success:var(--success-light);--warning:var(--warning-light);--gray-100:var(--gray-100-light);--gray-200:var(--gray-200-light);--gray-300:var(--gray-300-light);--gray-400:var(--gray-400-light);--gray-500:var(--gray-500-light);--gray-600:var(--gray-600-light);--gray-100-rgb:var(--gray-100-light-rgb);--gray-200-rgb:var(--gray-200-light-rgb);--gray-300-rgb:var(--gray-300-light-rgb);--gray-400-rgb:var(--gray-400-light-rgb);--gray-500-rgb:var(--gray-500-light-rgb);--gray-600-rgb:var(--gray-600-light-rgb)}[data-theme=dark]{--primary:var(--primary-dark);--secondary:var(--secondary-dark);--highlight:var(--highlight-dark);--black:var(--black-dark);--white:var(--white-dark);--error:var(--error-dark);--success:var(--success-dark);--warning:var(--warning-dark);--gray-100:var(--gray-100-dark);--gray-200:var(--gray-200-dark);--gray-300:var(--gray-300-dark);--gray-400:var(--gray-400-dark);--gray-500:var(--gray-500-dark);--gray-600:var(--gray-600-dark);--gray-100-rgb:var(--gray-100-dark-rgb);--gray-200-rgb:var(--gray-200-dark-rgb);--gray-300-rgb:var(--gray-300-dark-rgb);--gray-400-rgb:var(--gray-400-dark-rgb);--gray-500-rgb:var(--gray-500-dark-rgb);--gray-600-rgb:var(--gray-600-dark-rgb)}.Header_container__v4Zn3{background-color:var(--gray-100)!important;border-bottom:2px solid var(--primary);color:var(--gray-600)!important;position:fixed;top:0;width:100%;z-index:10}.Header_container__v4Zn3 .Header_header__1RJ5C{display:flex;justify-content:space-between;margin:0 auto;max-width:var(--screen-desktop);padding:var(--space-4x)}.Header_container__v4Zn3 .Header_header__1RJ5C .Header_logoSection__xicpe{display:flex;flex-direction:column;max-width:15rem;width:100%}.Header_container__v4Zn3 .Header_header__1RJ5C .Header_navSection___QzyX{align-items:center;display:flex;gap:var(--space-2x)}.Header_container__v4Zn3 .Header_header__1RJ5C .Header_navSection___QzyX .Header_menuItem__Szub5.Header_active__Ly_zN{color:var(--primary)!important;font-weight:var(--font-weight-bold)}.Header_container__v4Zn3 .Header_header__1RJ5C .Header_mobileHamburger__gVXrm{align-items:center;display:none;margin-right:8px}.Header_container__v4Zn3 .Header_header__1RJ5C .Header_mobileAdminIcon__5vd95{display:none;color:var(--gray-600)}.Header_container__v4Zn3 .Header_header__1RJ5C .Header_mobileAdminIcon__5vd95 .Header_MuiIconButton-root__TO0HH{color:inherit}.Header_mobileMenu__XfB6x{color:var(--gray-100);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:12}.Header_mobileMenu__XfB6x .Header_mobileMenuOverlay__TacXc{position:fixed;top:0;left:80vw;width:20vw;max-width:20vw;height:100%;background:var(--gray-600);opacity:.8;transition:opacity .3s;cursor:pointer;z-index:2}.Header_mobileMenu__XfB6x .Header_mobileMenuDrawer__1Adr_{background:var(--gray-100);width:80vw;position:fixed;top:0;left:0;height:100%}.Header_mobileMenu__XfB6x .Header_mobileMenuDrawer__1Adr_ .Header_closeButton__FGAmN svg{fill:var(--gray-600)}.Header_mobileMenu__XfB6x .Header_mobileMenuDrawer__1Adr_ .Header_mobileMenuList__HhYEN{display:flex;flex-direction:column;padding:var(--space-2x);gap:var(--space-2x)}.Header_mobileMenu__XfB6x .Header_mobileMenuDrawer__1Adr_ .Header_mobileMenuList__HhYEN .Header_menuItem__Szub5{padding-bottom:var(--space-2x);border-bottom:1px solid var(--gray-300)}.Header_mobileMenu__XfB6x .Header_mobileMenuDrawer__1Adr_ .Header_mobileMenuList__HhYEN .Header_menuItem__Szub5.Header_active__Ly_zN{color:var(--primary)!important;font-weight:var(--font-weight-bold)}@media(max-width:768px){.Header_container__v4Zn3 .Header_header__1RJ5C{padding:var(--space-2x) var(--space-4x)}.Header_container__v4Zn3 .Header_header__1RJ5C .Header_navDesktop__EFQHD{display:none!important}.Header_container__v4Zn3 .Header_header__1RJ5C .Header_logoSection__xicpe{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;align-items:center!important;width:10rem}.Header_container__v4Zn3 .Header_header__1RJ5C .Header_mobileHamburger__gVXrm{display:block;position:relative;z-index:11}.Header_container__v4Zn3 .Header_header__1RJ5C .Header_mobileAdminIcon__5vd95{display:block;position:relative;z-index:11;margin-left:8px}.Header_mobileMenu__XfB6x{display:block}}.Footer_footer__OQpsI{background-color:var(--gray-100);color:var(--gray-600);border-top:2px solid var(--gray-300)}.Footer_footer__OQpsI .Footer_footerInner__1_bWA{margin:0 auto;max-width:var(--screen-desktop);padding:var(--space-4x)}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_footerContent__5cT0u{display:flex;gap:var(--space-4x);justify-content:space-between;flex-wrap:wrap;align-items:flex-start}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_footerContent__5cT0u .Footer_logo__tSFSn{max-width:10rem;width:100%}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_footerContent__5cT0u .Footer_links__y6OjA{display:flex;gap:var(--space-4x);flex-wrap:wrap}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_footerContent__5cT0u .Footer_links__y6OjA .Footer_linkSection__OE_19{width:15rem;margin-bottom:var(--space-8x)}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_footerContent__5cT0u .Footer_links__y6OjA .Footer_linkSection__OE_19 .Footer_sectionHeader__8qdAw{border-bottom:2px solid var(--gray-300);padding-bottom:var(--space-1x);margin-bottom:var(--space-2x);margin-top:0}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_footerContent__5cT0u .Footer_links__y6OjA .Footer_linkSection__OE_19 .Footer_footerLink__URxgS{display:block;margin-bottom:var(--space-1x)}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_footerContent__5cT0u .Footer_links__y6OjA .Footer_linkSection__OE_19 .Footer_footerLink__URxgS.Footer_active__MazNb{color:var(--primary)!important;font-weight:var(--font-weight-bold)}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_bottomSection__5CPJ3{display:flex;justify-content:space-between;align-items:center;gap:var(--space-4x);flex-direction:row;border-top:2px solid var(--gray-300);margin-top:var(--space-4x);padding-top:var(--space-1x)}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_bottomSection__5CPJ3 .Footer_copyright__tIke_{color:var(--gray-600);font-size:var(--font-md)}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_bottomSection__5CPJ3 .Footer_copyright__tIke_ .Footer_version__4anti{border-color:var(--gray-400);margin-left:var(--space-2x);display:inline-block;color:var(--gray-400)}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_bottomSection__5CPJ3 .Footer_themeToggle__xOJiG{color:var(--gray-600);background:none;border:none;padding:0;cursor:pointer;text-transform:none;display:flex;align-items:center;gap:.5rem;font-size:var(--font-md)}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_bottomSection__5CPJ3 .Footer_themeToggle__xOJiG:hover{color:var(--primary)}@media(max-width:768px){.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_footerContent__5cT0u{flex-direction:column}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_footerContent__5cT0u .Footer_logo__tSFSn{margin:0 auto}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_footerContent__5cT0u .Footer_links__y6OjA{width:100%}.Footer_footer__OQpsI .Footer_footerInner__1_bWA .Footer_footerContent__5cT0u .Footer_links__y6OjA .Footer_linkSection__OE_19{width:100%;margin-bottom:0}}