.Header-module__ldgnoG__header{z-index:50;background-color:#fff;border-bottom:1px solid #e5e7eb;width:100%;position:fixed;top:0;left:0;right:0}.Header-module__ldgnoG__container{justify-content:space-between;align-items:center;max-width:1280px;height:4rem;margin:0 auto;padding:0 1rem;display:flex}.Header-module__ldgnoG__logo{align-items:center;display:flex}.Header-module__ldgnoG__leftSection{align-items:center;gap:1rem;display:flex}@media (max-width:768px){.Header-module__ldgnoG__leftSection{gap:.5rem}}.Header-module__ldgnoG__hamburger{cursor:pointer;z-index:60;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:28px;height:24px;margin-left:auto;padding:0;display:flex}@media (min-width:768px){.Header-module__ldgnoG__hamburger{display:none}}.Header-module__ldgnoG__hamburgerLine{transform-origin:50%;background-color:#4b5563;border-radius:10px;width:28px;height:3px;transition:all .3s}.Header-module__ldgnoG__hamburgerLine:first-child{transform:translateY(0)}.Header-module__ldgnoG__hamburger:hover .Header-module__ldgnoG__hamburgerLine{background-color:#111827}button:has(.Header-module__ldgnoG__hamburgerLineOpen) .Header-module__ldgnoG__hamburgerLine:first-child{transform:translateY(10.5px)rotate(45deg)}button:has(.Header-module__ldgnoG__hamburgerLineOpen) .Header-module__ldgnoG__hamburgerLine:nth-child(2){opacity:0}button:has(.Header-module__ldgnoG__hamburgerLineOpen) .Header-module__ldgnoG__hamburgerLine:nth-child(3){transform:translateY(-10.5px)rotate(-45deg)}.Header-module__ldgnoG__nav{background-color:#fff;border-bottom:1px solid #e5e7eb;max-height:calc(100vh - 4rem);padding:1rem;display:none;position:fixed;top:4rem;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a}.Header-module__ldgnoG__navOpen{display:block}@media (min-width:768px){.Header-module__ldgnoG__nav{max-height:none;box-shadow:none;border-bottom:none;padding:0;display:block;position:static;overflow-y:visible}.Header-module__ldgnoG__navOpen,.Header-module__ldgnoG__nav{display:block}}.Header-module__ldgnoG__navLinks{flex-direction:column;align-items:stretch;gap:.5rem;display:flex}@media (min-width:768px){.Header-module__ldgnoG__navLinks{flex-direction:row;align-items:center;gap:2rem}}.Header-module__ldgnoG__link{color:#4b5563;white-space:nowrap;align-items:center;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.Header-module__ldgnoG__link:hover{color:#111827}.Header-module__ldgnoG__dropdown{width:100%;position:relative}@media (min-width:768px){.Header-module__ldgnoG__dropdown{width:auto}}.Header-module__ldgnoG__dropdownToggle{color:#4b5563;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.25rem;width:100%;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}@media (min-width:768px){.Header-module__ldgnoG__dropdownToggle{justify-content:flex-start;width:auto;padding:0}}.Header-module__ldgnoG__dropdownToggle:hover{color:#111827}.Header-module__ldgnoG__chevronUp{transform:rotate(180deg)}.Header-module__ldgnoG__dropdownMenu{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:column;gap:.25rem;width:100%;min-width:auto;margin-top:.5rem;padding:.5rem;display:flex;position:static}@media (min-width:768px){.Header-module__ldgnoG__dropdownMenu{background-color:#fff;width:auto;min-width:200px;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 6px -1px #0000001a}}.Header-module__ldgnoG__dropdownMenu:before{content:"";background:0 0;height:.5rem;position:absolute;top:-.5rem;left:0;right:0}.Header-module__ldgnoG__dropdownItem{color:#4b5563;white-space:nowrap;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.25rem;width:100%;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;text-decoration:none;transition:background-color .2s}.Header-module__ldgnoG__dropdownItem:hover{color:#111827;background-color:#f3f4f6}.Header-module__ldgnoG__dropdownSection{flex-direction:column;gap:.25rem;display:flex}.Header-module__ldgnoG__dropdownSection:not(:last-child){border-bottom:1px solid #e5e7eb;margin-bottom:.5rem;padding-bottom:.5rem}.Header-module__ldgnoG__dropdownSectionTitle{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem .25rem;font-size:.75rem;font-weight:600}.Header-module__ldgnoG__actions{align-items:center;gap:.5rem;display:flex}@media (min-width:768px){.Header-module__ldgnoG__actions{gap:1rem}}.Header-module__ldgnoG__userProfile{align-items:center;gap:.75rem;display:flex}.Header-module__ldgnoG__avatar{object-fit:cover;border:2px solid #e5e7eb;border-radius:50%;flex-shrink:0}.Header-module__ldgnoG__avatarPlaceholder{background-color:var(--primary,#0070f3);color:#fff;border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex;box-shadow:0 0 0 1px #e5e7eb}.Header-module__ldgnoG__userProfile{cursor:pointer;display:inline-block;position:relative}.Header-module__ldgnoG__avatar{object-fit:cover;border:2px solid var(--border);border-radius:50%;transition:all .2s}.Header-module__ldgnoG__avatar:hover{border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.Header-module__ldgnoG__avatarPlaceholder{background:linear-gradient(135deg,var(--primary)0%,#3b82f6 100%);color:#fff;border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.Header-module__ldgnoG__avatarPlaceholder:hover{border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.Header-module__ldgnoG__userDropdownMenu{z-index:100;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:column;gap:.25rem;min-width:240px;margin-top:.25rem;padding:.5rem;display:flex;position:absolute;top:100%;right:0;box-shadow:0 4px 6px -1px #0000001a}.Header-module__ldgnoG__userDropdownMenu:before{content:"";background:0 0;height:.5rem;position:absolute;top:-.5rem;left:0;right:0}.Header-module__ldgnoG__logoutButton{text-align:left;cursor:pointer;color:#ef4444;background:0 0;border:none;width:100%;font-family:inherit}.Header-module__ldgnoG__logoutButton:hover{color:#dc2626;background-color:#fee2e2}.Header-module__ldgnoG__portalLink{color:#4b5563;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Header-module__ldgnoG__portalLink:hover{color:#111827;background-color:#f3f4f6}.Header-module__ldgnoG__portalLinkActive{color:var(--primary);background-color:#eff6ff}.Header-module__ldgnoG__associationProfile{cursor:pointer;border-left:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.75rem;margin-left:.5rem;padding:.5rem .5rem .5rem 1rem;transition:background-color .2s;display:flex;position:relative}.Header-module__ldgnoG__associationProfile:hover{background-color:#f3f4f6}.Header-module__ldgnoG__associationInfo{align-items:center;gap:.75rem;display:flex}.Header-module__ldgnoG__associationLogo{object-fit:cover;border:2px solid #e5e7eb;border-radius:.375rem}.Header-module__ldgnoG__associationLogoPlaceholder{color:#fff;background:linear-gradient(135deg,#5b7cd6 0%,#8b6bbd 100%);border:2px solid #fff;border-radius:.375rem;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex;box-shadow:0 0 0 1px #e5e7eb}.Header-module__ldgnoG__associationNameWrapper{flex-direction:column;gap:.125rem;display:flex}.Header-module__ldgnoG__associationName{color:#374151;font-size:.875rem;font-weight:500;display:none}@media (min-width:640px){.Header-module__ldgnoG__associationName{display:block}}.Header-module__ldgnoG__associationDropdownMenu{z-index:100;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:column;gap:.25rem;min-width:200px;margin-top:.25rem;padding:.5rem;display:flex;position:absolute;top:100%;right:0;box-shadow:0 4px 6px -1px #0000001a}.Header-module__ldgnoG__associationDropdownMenu:before{content:"";background:0 0;height:.5rem;position:absolute;top:-.5rem;left:0;right:0}.Header-module__ldgnoG__portalButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5b7cd6 0%,#8b6bbd 100%);border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.625rem;padding:.75rem 1.75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #667eea4d,0 2px 4px -1px #667eea33}.Header-module__ldgnoG__portalButton:before{content:"";opacity:0;background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);transition:opacity .3s;position:absolute;inset:0}.Header-module__ldgnoG__portalButton:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #667eea66,0 4px 6px -2px #667eea4d}.Header-module__ldgnoG__portalButton:hover:before{opacity:1}.Header-module__ldgnoG__portalButton:active{transform:translateY(0);box-shadow:0 4px 6px -1px #667eea4d,0 2px 4px -1px #667eea33}.Header-module__ldgnoG__portalButtonIcon,.Header-module__ldgnoG__portalButtonText,.Header-module__ldgnoG__portalButtonArrow{z-index:1;position:relative}.Header-module__ldgnoG__portalButtonIcon{flex-shrink:0;transition:transform .3s}.Header-module__ldgnoG__portalButton:hover .Header-module__ldgnoG__portalButtonIcon{transform:scale(1.1)}.Header-module__ldgnoG__portalButtonText{white-space:nowrap;font-weight:600}.Header-module__ldgnoG__portalButtonArrow{flex-shrink:0;transition:transform .3s}.Header-module__ldgnoG__portalButton:hover .Header-module__ldgnoG__portalButtonArrow{transform:translate(4px)}@media (max-width:1024px){.Header-module__ldgnoG__portalButtonText{display:none}.Header-module__ldgnoG__portalButton{gap:0;padding:.625rem}.Header-module__ldgnoG__portalButtonArrow{display:none}}
.Footer-module__Grjkva__footer{background-color:var(--muted);border-top:1px solid var(--border);margin-top:auto;padding:4rem 0 2rem}.Footer-module__Grjkva__container{max-width:var(--max-width);padding:0 var(--container-padding);margin:0 auto}.Footer-module__Grjkva__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:4rem;display:grid}.Footer-module__Grjkva__brand h3{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:inline-block}.Footer-module__Grjkva__brand p{color:var(--muted-foreground);max-width:300px;line-height:1.6}.Footer-module__Grjkva__column h4{color:var(--foreground);margin-bottom:1.5rem;font-size:1rem;font-weight:600}.Footer-module__Grjkva__links{flex-direction:column;gap:.75rem;display:flex}.Footer-module__Grjkva__link{color:var(--muted-foreground);font-size:.95rem;transition:color .2s}.Footer-module__Grjkva__link:hover{color:var(--primary)}.Footer-module__Grjkva__bottom{border-top:1px solid var(--border);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__Grjkva__copyright{color:var(--muted-foreground);font-size:.875rem}@media (min-width:768px){.Footer-module__Grjkva__bottom{text-align:left;flex-direction:row;justify-content:space-between}}
.MaintenanceBanner-module__l7nuoa__banner{z-index:50;color:#fff;transition:all .3s ease-in-out;position:relative;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.MaintenanceBanner-module__l7nuoa__error{background-color:var(--error,#ef4444)}.MaintenanceBanner-module__l7nuoa__warning{background-color:var(--warning,#f59e0b)}.MaintenanceBanner-module__l7nuoa__content{max-width:var(--max-width,1200px);justify-content:center;align-items:center;gap:.75rem;margin:0 auto;padding:.75rem 2rem;display:flex}.MaintenanceBanner-module__l7nuoa__icon{flex-shrink:0;width:1.25rem;height:1.25rem}.MaintenanceBanner-module__l7nuoa__text{text-align:center;font-size:.875rem;font-weight:500}@media (min-width:768px){.MaintenanceBanner-module__l7nuoa__text{font-size:1rem}}
:root{--primary:#4338ca;--primary-light:#6366f1;--primary-dark:#312e81;--primary-foreground:#fff;--secondary:#0ea5e9;--secondary-foreground:#fff;--accent:#f59e0b;--accent-foreground:#fff;--background:#fff;--foreground:#0f172a;--muted:#f8fafc;--muted-foreground:#64748b;--card:#fff;--card-foreground:#0f172a;--border:#e2e8f0;--input:#e2e8f0;--success:#22c55e;--warning:#eab308;--error:#ef4444;--radius:.5rem;--container-padding:2rem;--max-width:1200px}[data-theme=dark]{--background:#0f172a;--foreground:#f8fafc;--muted:#1e293b;--muted-foreground:#94a3b8;--card:#1e293b;--card-foreground:#f8fafc;--border:#334155;--input:#334155;--primary:#6366f1;--primary-light:#818cf8;--primary-dark:#4338ca;--primary-foreground:#fff;--secondary:#38bdf8;--secondary-foreground:#fff;--accent:#fbbf24;--accent-foreground:#000}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);padding-top:2rem;font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}input,textarea,select{color:var(--foreground);background-color:var(--background)}input::placeholder,textarea::placeholder{color:var(--muted-foreground)}input:-webkit-autofill{-webkit-text-fill-color:var(--foreground);-webkit-box-shadow:0 0 0px 1000px var(--background)inset;transition:background-color 5000s ease-in-out}input:-webkit-autofill:hover{-webkit-text-fill-color:var(--foreground);-webkit-box-shadow:0 0 0px 1000px var(--background)inset;transition:background-color 5000s ease-in-out}input:-webkit-autofill:focus{-webkit-text-fill-color:var(--foreground);-webkit-box-shadow:0 0 0px 1000px var(--background)inset;transition:background-color 5000s ease-in-out}textarea:-webkit-autofill{-webkit-text-fill-color:var(--foreground);-webkit-box-shadow:0 0 0px 1000px var(--background)inset;transition:background-color 5000s ease-in-out}textarea:-webkit-autofill:hover{-webkit-text-fill-color:var(--foreground);-webkit-box-shadow:0 0 0px 1000px var(--background)inset;transition:background-color 5000s ease-in-out}textarea:-webkit-autofill:focus{-webkit-text-fill-color:var(--foreground);-webkit-box-shadow:0 0 0px 1000px var(--background)inset;transition:background-color 5000s ease-in-out}select:-webkit-autofill{-webkit-text-fill-color:var(--foreground);-webkit-box-shadow:0 0 0px 1000px var(--background)inset;transition:background-color 5000s ease-in-out}select:-webkit-autofill:hover{-webkit-text-fill-color:var(--foreground);-webkit-box-shadow:0 0 0px 1000px var(--background)inset;transition:background-color 5000s ease-in-out}select:-webkit-autofill:focus{-webkit-text-fill-color:var(--foreground);-webkit-box-shadow:0 0 0px 1000px var(--background)inset;transition:background-color 5000s ease-in-out}.container{width:100%;max-width:var(--max-width);padding:0 var(--container-padding);margin:0 auto}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background-color:var(--primary-dark)}.btn-secondary{background-color:var(--muted);color:var(--foreground)}.btn-secondary:hover{background-color:var(--border)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}
