.dashboard-container{background-color:#f9fafb;flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative;overflow:auto}.dashboard-content{flex-direction:column;flex:1;width:100%;min-width:0;margin-left:0;display:flex}.dashboard-main{background-color:#f9fafb;flex:1;margin-top:4rem;padding:1.5rem}@media (min-width:768px){.dashboard-main{padding:1.5rem}}.dashboard-main-content{max-width:1200px;min-height:100%;margin:0 auto;padding-bottom:2rem}@media (max-width:768px){.dashboard-content{margin-left:0}}
.DashboardHeader-module__TSPFBG__header{background-color:var(--white);z-index:100;width:100%;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #0000000d}.DashboardHeader-module__TSPFBG__header.DashboardHeader-module__TSPFBG__scrolled{-webkit-backdrop-filter:blur(8px);background-color:#fffffff2;box-shadow:0 4px 20px #0000001a}.DashboardHeader-module__TSPFBG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.DashboardHeader-module__TSPFBG__headerContent{justify-content:space-between;align-items:center;height:4rem;display:flex}.DashboardHeader-module__TSPFBG__headerLeft{align-items:center;gap:1.5rem;display:flex}.DashboardHeader-module__TSPFBG__logoLink{align-items:center;text-decoration:none;display:flex}.DashboardHeader-module__TSPFBG__logoText{color:var(--foreground);text-shadow:0 1px 2px #0000001a;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.DashboardHeader-module__TSPFBG__logoIcon{justify-content:center;align-items:center;width:32px;height:32px;margin-right:.5rem;display:flex}.DashboardHeader-module__TSPFBG__logoTitle{display:block}.DashboardHeader-module__TSPFBG__titleContainer{border-left:1px solid var(--grey-200);align-items:center;height:100%;padding-left:1.5rem;display:flex}.DashboardHeader-module__TSPFBG__title{color:var(--foreground);font-size:1.25rem;font-weight:600}.DashboardHeader-module__TSPFBG__desktopNav{flex:1;align-items:center;margin-left:2rem;display:flex}.DashboardHeader-module__TSPFBG__navList{gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.DashboardHeader-module__TSPFBG__navItem{position:relative}.DashboardHeader-module__TSPFBG__navItem.DashboardHeader-module__TSPFBG__hasDropdown:hover .DashboardHeader-module__TSPFBG__dropdownMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.DashboardHeader-module__TSPFBG__navLink,.DashboardHeader-module__TSPFBG__navLinkActive,.DashboardHeader-module__TSPFBG__navButton,.DashboardHeader-module__TSPFBG__navButtonActive{color:var(--grey-500);font-size:var(--font-size);border-radius:var(--border-radius);align-items:center;gap:.5rem;padding:.5rem .75rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.DashboardHeader-module__TSPFBG__navButton,.DashboardHeader-module__TSPFBG__navButtonActive{cursor:pointer;background:0 0;border:none}.DashboardHeader-module__TSPFBG__navLink:hover,.DashboardHeader-module__TSPFBG__navButton:hover{background-color:var(--grey-100);color:var(--grey-700)}.DashboardHeader-module__TSPFBG__navLinkActive,.DashboardHeader-module__TSPFBG__navButtonActive{color:var(--primary);background-color:var(--primary-100)}.DashboardHeader-module__TSPFBG__navIcon{justify-content:center;align-items:center;display:flex}.DashboardHeader-module__TSPFBG__navArrow{margin-left:.25rem;transition:transform .2s}.DashboardHeader-module__TSPFBG__navArrow.DashboardHeader-module__TSPFBG__open{transform:rotate(180deg)}.DashboardHeader-module__TSPFBG__dropdownMenu{background-color:var(--white);border-radius:var(--border-radius);opacity:0;visibility:hidden;pointer-events:none;z-index:10;min-width:220px;padding:.5rem;transition:all .2s ease-out;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%)translateY(-10px);box-shadow:0 4px 20px #0000001a}.DashboardHeader-module__TSPFBG__dropdownList{margin:0;padding:0;list-style:none}.DashboardHeader-module__TSPFBG__dropdownItem{margin-bottom:.25rem}.DashboardHeader-module__TSPFBG__dropdownItem:last-child{margin-bottom:0}.DashboardHeader-module__TSPFBG__dropdownLink,.DashboardHeader-module__TSPFBG__dropdownLinkActive{color:var(--grey-500);font-size:var(--font-size);border-radius:var(--border-radius);align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;text-decoration:none;transition:all .2s;display:flex}.DashboardHeader-module__TSPFBG__dropdownLink:hover{background-color:var(--grey-100);color:var(--grey-700)}.DashboardHeader-module__TSPFBG__dropdownLinkActive{color:var(--primary);background-color:var(--primary-100)}.DashboardHeader-module__TSPFBG__headerActions{align-items:center;gap:1rem;display:flex}.DashboardHeader-module__TSPFBG__profileDropdown{position:relative}.DashboardHeader-module__TSPFBG__avatarButton{cursor:pointer;border-radius:var(--border-radius);background:0 0;border:none;align-items:center;gap:.5rem;padding:.25rem;transition:all .2s;display:flex}.DashboardHeader-module__TSPFBG__avatarButton:hover{background-color:var(--grey-100)}.DashboardHeader-module__TSPFBG__avatar{object-fit:cover;border-radius:50%;width:1.5rem;height:1.5rem}.DashboardHeader-module__TSPFBG__avatarPlaceholder{background-color:var(--primary);width:1.5rem;height:1.5rem;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;display:flex}.DashboardHeader-module__TSPFBG__dropdownArrow{color:var(--grey-500);transition:transform .2s}.DashboardHeader-module__TSPFBG__dropdownArrow.DashboardHeader-module__TSPFBG__open{transform:rotate(180deg)}.DashboardHeader-module__TSPFBG__profileMenu{background:var(--white);border-radius:var(--border-radius);z-index:10;width:240px;animation:.2s ease-out DashboardHeader-module__TSPFBG__fadeIn;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 4px 20px #0000001a}.DashboardHeader-module__TSPFBG__profileMenuHeader{border-bottom:1px solid var(--grey-200);padding:1rem}.DashboardHeader-module__TSPFBG__profileInfo{flex-direction:column;gap:.25rem;display:flex}.DashboardHeader-module__TSPFBG__profileName{color:var(--foreground);font-weight:600}.DashboardHeader-module__TSPFBG__profileEmail{font-size:var(--font-size-sm);color:var(--grey-500)}.DashboardHeader-module__TSPFBG__profileMenuItems{padding:.5rem 0}.DashboardHeader-module__TSPFBG__profileMenuItem{color:var(--foreground);font-size:var(--font-size);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s;display:flex}.DashboardHeader-module__TSPFBG__profileMenuItem:hover{background-color:var(--grey-100)}.DashboardHeader-module__TSPFBG__menuDivider{background-color:var(--grey-200);height:1px;margin:.5rem 0}.DashboardHeader-module__TSPFBG__mobileMenuToggle{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.DashboardHeader-module__TSPFBG__mobileMenuToggle span{background-color:var(--grey-700);border-radius:2px;width:100%;height:2px;transition:all .3s}.DashboardHeader-module__TSPFBG__mobileNav{background-color:var(--white);z-index:90;transition:transform .3s;position:fixed;inset:4rem 0 0;overflow-y:auto;transform:translate(100%);box-shadow:0 4px 12px #0000001a}.DashboardHeader-module__TSPFBG__mobileNav.DashboardHeader-module__TSPFBG__open{transform:translate(0)}.DashboardHeader-module__TSPFBG__mobileNavList{flex-direction:column;gap:.25rem;margin:0;padding:1rem;list-style:none;display:flex}.DashboardHeader-module__TSPFBG__mobileNavItem{margin-bottom:.25rem}.DashboardHeader-module__TSPFBG__mobileNavSection{margin-bottom:1rem}.DashboardHeader-module__TSPFBG__mobileSectionHeader{background-color:var(--grey-100);border-radius:var(--border-radius);margin-bottom:.5rem;padding:.75rem 1rem}.DashboardHeader-module__TSPFBG__mobileSectionTitle{color:var(--grey-700);align-items:center;font-weight:600;display:flex}.DashboardHeader-module__TSPFBG__mobileSectionItems{margin:0;padding:0 0 0 1rem;list-style:none}.DashboardHeader-module__TSPFBG__mobileNavLink,.DashboardHeader-module__TSPFBG__mobileNavLinkActive{color:var(--grey-700);border-radius:var(--border-radius);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.DashboardHeader-module__TSPFBG__mobileNavLink:hover{background-color:var(--grey-100)}.DashboardHeader-module__TSPFBG__mobileNavLinkActive{color:var(--primary);background-color:var(--primary-100)}.DashboardHeader-module__TSPFBG__mobileNavDivider{background-color:var(--grey-200);height:1px;margin:.75rem 0}@keyframes DashboardHeader-module__TSPFBG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.DashboardHeader-module__TSPFBG__navLink,.DashboardHeader-module__TSPFBG__navLinkActive,.DashboardHeader-module__TSPFBG__navButton,.DashboardHeader-module__TSPFBG__navButtonActive{padding:.5rem}}@media (max-width:900px){.DashboardHeader-module__TSPFBG__desktopNav{display:none}.DashboardHeader-module__TSPFBG__mobileMenuToggle{display:flex}.DashboardHeader-module__TSPFBG__hideOnMobile{display:none}}@media (max-width:600px){.DashboardHeader-module__TSPFBG__container{padding:0 1rem}}
.AccountFooter-module__jysnRG__footer{border-top:1px solid var(--color-gray-200,#e2e2e2);background-color:#fff;padding:1.25rem 2rem}.AccountFooter-module__jysnRG__content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;font-size:.875rem;display:flex}.AccountFooter-module__jysnRG__copyright{color:var(--color-gray-500,#6b6a76)}.AccountFooter-module__jysnRG__links{gap:1.5rem;display:flex}.AccountFooter-module__jysnRG__link{color:var(--color-gray-500,#6b6a76);font-weight:500;text-decoration:none;transition:color .2s;position:relative}.AccountFooter-module__jysnRG__link:hover{color:var(--primary,#28a58a)}.AccountFooter-module__jysnRG__link:not(:last-child):after{content:"";background-color:var(--color-gray-300,#d5d7da);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;right:-.75rem;transform:translateY(-50%)}@media (max-width:640px){.AccountFooter-module__jysnRG__content{text-align:center;flex-direction:column;gap:1rem}.AccountFooter-module__jysnRG__links{flex-wrap:wrap;justify-content:center}.AccountFooter-module__jysnRG__footer{padding:1.25rem 1rem}}
