.sidebar-module__RtSX-a__sidebar{width:325px;color:var(--color-white);white-space:nowrap;background-color:#2f5e44;flex-direction:column;flex-shrink:0;transition:width .3s ease-in-out,transform .3s ease-in-out;display:flex;overflow:hidden}.sidebar-module__RtSX-a__sidebarClosed{width:0;padding:0;overflow:hidden}.sidebar-module__RtSX-a__sidebarHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:clamp(1rem,2vw,1.5rem);display:flex}.sidebar-module__RtSX-a__sidebarLogo{align-items:center;gap:.75rem;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:700;display:flex}.sidebar-module__RtSX-a__closeButton{color:var(--color-white);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;display:none}.sidebar-module__RtSX-a__sidebarNav{flex-direction:column;flex-grow:1;gap:.5rem;padding:clamp(1rem,2vw,1.5rem);display:flex;overflow-y:auto}.sidebar-module__RtSX-a__navLink{color:var(--color-white);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:clamp(.75rem,1vw,1rem);width:100%;padding:clamp(.625rem,1vw,.75rem) clamp(.75rem,1vw,1rem);font-size:clamp(.875rem,1.25vw,1rem);font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.sidebar-module__RtSX-a__navLink:hover{color:var(--color-black);background-color:#ffffff80}.sidebar-module__RtSX-a__iconContainer{color:#2f5e44;background:#f1f6ef;border-radius:.75rem;justify-content:center;align-items:center;padding:clamp(.625rem,1vw,.875rem);display:flex}.sidebar-module__RtSX-a__isSelected,.sidebar-module__RtSX-a__isSelected:hover{background-color:var(--color-white);color:var(--color-black)}.sidebar-module__RtSX-a__isSelected .sidebar-module__RtSX-a__iconContainer{color:#f1f6ef;background-color:#2f5e44}.sidebar-module__RtSX-a__sidebarFooter{border-top:1px solid #ffffff1a;padding:clamp(1rem,2vw,1.5rem)}.sidebar-module__RtSX-a__logoutButton{background-color:#0000}.sidebar-module__RtSX-a__logoutButton:hover{color:var(--color-error);background-color:#ef444433}.sidebar-module__RtSX-a__loading{opacity:.6;pointer-events:none}.sidebar-module__RtSX-a__loadingSpinner{border:2px solid #ffffff4d;border-top-color:var(--color-white);border-radius:50%;width:16px;height:16px;margin-left:auto;animation:.6s linear infinite sidebar-module__RtSX-a__spin}@keyframes sidebar-module__RtSX-a__spin{to{transform:rotate(360deg)}}@media (max-width:1200px){.sidebar-module__RtSX-a__sidebar{width:260px}.sidebar-module__RtSX-a__sidebarClosed{width:0}}@media (max-width:996px){.sidebar-module__RtSX-a__sidebar{z-index:1001;width:min(300px,85vw);height:100vh;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:0 0 20px #0000001a}.sidebar-module__RtSX-a__sidebarClosed{width:min(300px,85vw);transform:translate(-100%)}.sidebar-module__RtSX-a__sidebarHeader{justify-content:space-between}.sidebar-module__RtSX-a__sidebarOpen{transform:translate(0)}.sidebar-module__RtSX-a__closeButton,.sidebar-module__RtSX-a__mobileClose{display:block}}.sidebar-module__RtSX-a__mobileClose{display:none}
.spinner-module__Fiubfq__overlay{z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000001a;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.spinner-module__Fiubfq__spinnerContainer{flex-direction:column;align-items:center;padding:1rem;display:flex}.spinner-module__Fiubfq__spinner{border:4px solid var(--color-primary);border-top:4px solid #2f5e44;border-radius:50%;width:clamp(50px,10vw,70px);height:clamp(50px,10vw,70px);margin-bottom:1rem;animation:2s linear infinite spinner-module__Fiubfq__spin}.spinner-module__Fiubfq__text{color:var(--color-black);letter-spacing:.5px;text-align:center;font-size:clamp(.875rem,1.5vw,1rem);font-weight:500}@keyframes spinner-module__Fiubfq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.dashboard-module__w2Qwuq__dashboardContainer{background-color:#f1f6ef;width:100%;height:100vh;display:flex}.dashboard-module__w2Qwuq__contentWrapper{scrollbar-width:none;flex-direction:column;flex:1;height:100%;display:flex;overflow-y:auto}.dashboard-module__w2Qwuq__mainHeader{z-index:0;background-color:#f1f6ef;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.dashboard-module__w2Qwuq__hamburgerButton{color:#2f5e44;cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}.dashboard-module__w2Qwuq__hamburgerShow{display:block}.dashboard-module__w2Qwuq__headerLeft{align-items:center;gap:1rem;display:flex}.dashboard-module__w2Qwuq__breadcrumbs{color:var(--color-black);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.dashboard-module__w2Qwuq__breadcrumbLink{color:var(--color-black);text-decoration:none}.dashboard-module__w2Qwuq__breadcrumbLink:hover{text-decoration:underline}.dashboard-module__w2Qwuq__breadcrumbActive{color:var(--color-black);font-weight:600}.dashboard-module__w2Qwuq__breadcrumbSeparator{color:var(--color-placeholder)}.dashboard-module__w2Qwuq__notificationButton{color:var(--color-gray);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;font-size:1.25rem;transition:background-color .2s;position:relative}.dashboard-module__w2Qwuq__notificationDot{background-color:var(--color-error);border:1px solid var(--color-white);border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.dashboard-module__w2Qwuq__pageContent{scrollbar-width:thin;scrollbar-color:var(--color-placeholder)transparent;background-color:#0000;flex-direction:column;flex:1;gap:1.5rem;height:100%;margin-bottom:1rem;padding:0 2rem 2rem;display:flex;overflow:hidden auto}.dashboard-module__w2Qwuq__container{flex-direction:column;gap:1.5rem;display:flex}.dashboard-module__w2Qwuq__title{color:var(--color-black);font-size:1.8rem;font-weight:700}.dashboard-module__w2Qwuq__skeletonContainer{align-items:center;gap:1rem;width:100%;display:flex}.dashboard-module__w2Qwuq__skeletonCircle{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;border-radius:50%;width:80px;height:80px;animation:1.5s infinite dashboard-module__w2Qwuq__shimmer}.dashboard-module__w2Qwuq__skeletonTextContainer{flex-direction:column;flex:1;gap:.5rem;display:flex}.dashboard-module__w2Qwuq__skeletonText{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;border-radius:4px;width:60%;height:20px;animation:1.5s infinite dashboard-module__w2Qwuq__shimmer}.dashboard-module__w2Qwuq__skeletonTextSmall{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;border-radius:4px;width:40%;height:16px;animation:1.5s infinite dashboard-module__w2Qwuq__shimmer}.dashboard-module__w2Qwuq__chartLoading{min-height:200px;color:var(--color-gray);justify-content:center;align-items:center;display:flex}@keyframes dashboard-module__w2Qwuq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-module__w2Qwuq__topRow{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.dashboard-module__w2Qwuq__filterSection{background:var(--color-white);border-radius:.5rem;flex-direction:column;justify-content:space-evenly;gap:.75rem;padding:1rem 1.5rem;display:flex;box-shadow:0 2px 4px #0000001a}.dashboard-module__w2Qwuq__filterSectionHeader{color:var(--color-black);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.dashboard-module__w2Qwuq__filterGroup{flex-direction:row;align-items:flex-end;gap:.75rem;display:flex}.dashboard-module__w2Qwuq__filterInputWrapper{flex:1;min-width:0}.dashboard-module__w2Qwuq__filterLabel{color:var(--color-black);margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:block}.dashboard-module__w2Qwuq__filterInput{border:1px solid var(--color-primary);background-color:var(--color-white);width:100%;color:var(--color-black);border-radius:6px;padding:6px 10px;font-size:.9rem;transition:border-color .2s}.dashboard-module__w2Qwuq__filterInput:focus{border-color:var(--color-primary-dark);outline:none;box-shadow:0 0 0 2px #2f5e441a}.dashboard-module__w2Qwuq__resetButton{border:1px solid var(--color-primary);color:var(--color-gray);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;flex-shrink:0;align-self:flex-end;padding:6px 12px;font-size:.85rem;font-weight:500;transition:all .2s}.dashboard-module__w2Qwuq__resetButton:hover{background:var(--color-primary);color:var(--color-white)}.dashboard-module__w2Qwuq__tierSection{background:var(--color-white);border-radius:.5rem;justify-content:flex-start;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;box-shadow:0 2px 4px #0000001a}.dashboard-module__w2Qwuq__tierIcon{color:#2f5e44;flex-shrink:0;width:80px}.dashboard-module__w2Qwuq__tierIconPlaceholder{background-color:#ccc;border-radius:50%;flex-shrink:0;width:80px;height:80px}.dashboard-module__w2Qwuq__userTier{flex-direction:column;justify-content:center;display:flex}.dashboard-module__w2Qwuq__userTier h1{color:var(--color-black);margin-bottom:.25rem;font-size:1rem;font-weight:700}.dashboard-module__w2Qwuq__userTier span{color:#2f5e44;font-size:1.2rem;font-weight:700}.dashboard-module__w2Qwuq__errorContainer{text-align:center;opacity:.7;justify-content:center;align-items:center;gap:.5rem;display:flex}.dashboard-module__w2Qwuq__errorIcon{color:var(--color-primary)}.dashboard-module__w2Qwuq__secondRow{grid-template-columns:repeat(3,calc(33.3333% - .666667rem));gap:1rem;display:grid}.dashboard-module__w2Qwuq__baseCard{border-radius:.5rem;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:.75rem;width:100%;height:auto;padding:1rem 1.5rem;display:flex;box-shadow:0 2px 4px #0000001a}.dashboard-module__w2Qwuq__cardHeader{align-items:center;gap:.75rem;width:100%;display:flex}.dashboard-module__w2Qwuq__cardHeader p{font-size:.875rem;font-weight:500}.dashboard-module__w2Qwuq__cardSymbol{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;display:flex}.dashboard-module__w2Qwuq__cardValue{text-overflow:ellipsis;width:100%;white-space:none;align-items:baseline;gap:.5rem;display:flex;overflow:hidden}.dashboard-module__w2Qwuq__cardValue h1{font-size:3.125rem;font-weight:600;line-height:1}.dashboard-module__w2Qwuq__cardValue span{font-size:1.875rem;font-weight:500}.dashboard-module__w2Qwuq__cardFooter{align-items:baseline;gap:.5rem;width:100%;display:flex}.dashboard-module__w2Qwuq__cardFooter h1{font-size:.875rem;font-weight:500}.dashboard-module__w2Qwuq__cardFooter span{font-size:.875rem;font-weight:600}.dashboard-module__w2Qwuq__totalSampahCard{background-color:#2f5e44;flex:1}.dashboard-module__w2Qwuq__totalSampahCard .dashboard-module__w2Qwuq__cardHeader p,.dashboard-module__w2Qwuq__totalSampahCard .dashboard-module__w2Qwuq__cardValue,.dashboard-module__w2Qwuq__totalSampahCard .dashboard-module__w2Qwuq__cardFooter,.dashboard-module__w2Qwuq__totalSampahCard .dashboard-module__w2Qwuq__cardFooter h1{color:var(--color-white)}.dashboard-module__w2Qwuq__totalSampahCard .dashboard-module__w2Qwuq__cardSymbol{color:#2f5e44;background-color:#f1f6ef}.dashboard-module__w2Qwuq__totalPointCard{background-color:var(--color-white);flex:1}.dashboard-module__w2Qwuq__totalPointCard .dashboard-module__w2Qwuq__cardHeader p,.dashboard-module__w2Qwuq__totalPointCard .dashboard-module__w2Qwuq__cardValue,.dashboard-module__w2Qwuq__totalPointCard .dashboard-module__w2Qwuq__cardFooter h1{color:var(--color-black)}.dashboard-module__w2Qwuq__totalPointCard .dashboard-module__w2Qwuq__cardSymbol{color:#f1f6ef;background-color:#2f5e44}.dashboard-module__w2Qwuq__totalPointCard .dashboard-module__w2Qwuq__cardFooter span{color:#2f5e44}.dashboard-module__w2Qwuq__totalStreakCard{background-color:var(--color-white);flex:1}.dashboard-module__w2Qwuq__totalStreakCard .dashboard-module__w2Qwuq__cardHeader p,.dashboard-module__w2Qwuq__totalStreakCard .dashboard-module__w2Qwuq__cardValue,.dashboard-module__w2Qwuq__totalStreakCard .dashboard-module__w2Qwuq__cardFooter h1{color:var(--color-black)}.dashboard-module__w2Qwuq__totalStreakCard .dashboard-module__w2Qwuq__cardSymbol{color:#f1f6ef;background-color:#2f5e44}.dashboard-module__w2Qwuq__streakIconActive{color:var(--color-white)!important;background-color:#ff4d4d!important}.dashboard-module__w2Qwuq__streakIconPending{color:var(--color-white)!important;background-color:#b0b0b0!important}.dashboard-module__w2Qwuq__lastRow{grid-template-columns:calc(33.3333% - .666667rem) calc(66.6667% - .333333rem);align-items:stretch;gap:1rem;height:100%;display:grid}.dashboard-module__w2Qwuq__leftCol{flex-direction:column;gap:1rem;display:flex}.dashboard-module__w2Qwuq__leftTargetCard{background:var(--color-white)}.dashboard-module__w2Qwuq__leftTargetHeader{align-items:center;gap:.75rem;width:100%;display:flex}.dashboard-module__w2Qwuq__leftTargetHeader p{color:var(--color-black);font-size:.875rem;font-weight:500}.dashboard-module__w2Qwuq__leftTargetSymbol{color:#f1f6ef;background-color:#2f5e44;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;display:flex}.dashboard-module__w2Qwuq__leftTargetProgressContainer{flex-direction:row;align-items:center;gap:.5rem;width:100%;display:flex}.dashboard-module__w2Qwuq__leftTargetProgressPercentage{flex-shrink:0}.dashboard-module__w2Qwuq__leftTargetProgressPercentage p{width:70px;color:var(--color-black);font-size:1rem;font-weight:600}.dashboard-module__w2Qwuq__leftTargetProgressBarContainer{background:var(--color-primary-light);border-radius:1rem;flex:1;min-width:0;height:26px;overflow:hidden}.dashboard-module__w2Qwuq__leftTargetProgressBarOverlay{background-color:#2f5e44;border-radius:1rem;justify-content:center;align-items:center;min-width:fit-content;height:100%;padding:0 .5rem;transition:width .3s;display:flex}.dashboard-module__w2Qwuq__leftTargetProgressBarOverlay p{color:var(--color-white);white-space:nowrap;font-size:.75rem;font-weight:600}.dashboard-module__w2Qwuq__progressTarget{text-align:right;width:100%}.dashboard-module__w2Qwuq__progressTarget p{color:var(--color-black);font-size:.875rem;font-weight:500}.dashboard-module__w2Qwuq__progressFooter{width:100%}.dashboard-module__w2Qwuq__progressFooter p{color:var(--color-black);font-size:.875rem;font-weight:500}.dashboard-module__w2Qwuq__pieChartCard{background-color:var(--color-white);flex:1;align-items:center;min-height:350px;overflow:hidden}.dashboard-module__w2Qwuq__pieChartHeader{align-items:center;gap:.75rem;width:100%;display:flex}.dashboard-module__w2Qwuq__pieChartHeader p{color:var(--color-black);font-size:.875rem;font-weight:500}.dashboard-module__w2Qwuq__pieChartSymbol{color:#f1f6ef;background-color:#2f5e44;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;display:flex}.dashboard-module__w2Qwuq__pieChartFooter{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .75rem;width:100%;max-height:80px;padding:.5rem 0;display:flex;overflow-y:auto}.dashboard-module__w2Qwuq__pieChartDataInfo{flex-direction:row;align-items:center;gap:.5rem;display:flex}.dashboard-module__w2Qwuq__pieChartColorInfo{border-radius:50%;flex-shrink:0;width:10px;height:10px}.dashboard-module__w2Qwuq__pieChartDataInfo span{color:var(--color-black);font-size:.875rem;font-weight:400}.dashboard-module__w2Qwuq__lineChartCard{background-color:var(--color-white);flex:2;align-items:center}.dashboard-module__w2Qwuq__infoContainer{flex-direction:column;gap:1rem;width:100%;display:flex}.dashboard-module__w2Qwuq__lineChartHeader{flex-direction:row;align-items:center;gap:.75rem;width:100%;display:flex}.dashboard-module__w2Qwuq__lineChartHeader p{color:var(--color-black);font-size:.875rem;font-weight:500}.dashboard-module__w2Qwuq__lineChartSymbol{color:#f1f6ef;background-color:#2f5e44;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;display:flex}.dashboard-module__w2Qwuq__lineChartBodyContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.dashboard-module__w2Qwuq__lineChartDataCard{background-color:var(--color-primary-dark);text-align:center;border-radius:.5rem;flex:1;min-width:150px;padding:1rem 2rem}.dashboard-module__w2Qwuq__lineChartDataCard p{color:var(--color-white);font-size:.875rem;font-weight:500}.dashboard-module__w2Qwuq__lineChartDataCard h2{color:var(--color-white);font-size:1.75rem;font-weight:600}.dashboard-module__w2Qwuq__lineChart{width:100%;height:100%;min-height:250px}.dashboard-module__w2Qwuq__emptyChart{text-align:center;min-height:250px;color:var(--color-light-gray);flex:1;justify-content:center;align-items:center;display:flex}.dashboard-module__w2Qwuq__overlay{display:none}@media (max-width:1400px){.dashboard-module__w2Qwuq__leftTargetProgressPercentage p{width:60px;font-size:1.125rem}.dashboard-module__w2Qwuq__lineChartDataCard{padding:1rem 1.5rem}}@media (max-width:1200px){.dashboard-module__w2Qwuq__topRow{grid-template-columns:1fr 1fr}.dashboard-module__w2Qwuq__cardValue h1{font-size:2.5rem}.dashboard-module__w2Qwuq__cardValue span,.dashboard-module__w2Qwuq__lineChartDataCard h2{font-size:1.5rem}}@media (max-width:992px){.dashboard-module__w2Qwuq__hamburgerButton{display:block}.dashboard-module__w2Qwuq__filterGroup{flex-direction:column;align-items:stretch}.dashboard-module__w2Qwuq__resetButton{align-self:stretch}.dashboard-module__w2Qwuq__overlay{z-index:1000;background:#00000080;display:block;position:fixed;inset:0}.dashboard-module__w2Qwuq__contentWrapper{height:auto;min-height:calc(100vh - 82px)}.dashboard-module__w2Qwuq__cardValue h1{font-size:2rem}.dashboard-module__w2Qwuq__cardValue span{font-size:1.25rem}}@media (max-width:768px){.dashboard-module__w2Qwuq__mainHeader{z-index:20;padding:1rem}.dashboard-module__w2Qwuq__pageContent{height:auto;padding:0 1rem 2rem}.dashboard-module__w2Qwuq__title{font-size:1.5rem}.dashboard-module__w2Qwuq__cardSymbol,.dashboard-module__w2Qwuq__leftTargetSymbol,.dashboard-module__w2Qwuq__pieChartSymbol,.dashboard-module__w2Qwuq__lineChartSymbol{width:35px;height:35px;padding:.4rem}.dashboard-module__w2Qwuq__cardFooter h1,.dashboard-module__w2Qwuq__cardFooter span{font-size:.75rem}.dashboard-module__w2Qwuq__leftTargetProgressPercentage p{width:60px;font-size:1rem}.dashboard-module__w2Qwuq__progressFooter p{font-size:.75rem}.dashboard-module__w2Qwuq__lineChartDataCard{padding:.75rem 1rem}.dashboard-module__w2Qwuq__lineChartDataCard h2{font-size:1.25rem}}@media (max-width:1200px){.dashboard-module__w2Qwuq__topRow,.dashboard-module__w2Qwuq__secondRow{grid-template-columns:repeat(2,1fr)}.dashboard-module__w2Qwuq__lastRow{grid-template-columns:1fr}.dashboard-module__w2Qwuq__leftCol{flex-direction:row}.dashboard-module__w2Qwuq__leftCol>*{flex:1}}@media (max-width:568px){.dashboard-module__w2Qwuq__topRow,.dashboard-module__w2Qwuq__secondRow,.dashboard-module__w2Qwuq__lastRow{grid-template-columns:1fr}.dashboard-module__w2Qwuq__leftCol{flex-direction:column;width:100%}.dashboard-module__w2Qwuq__baseCard{width:100%;min-height:auto;padding:1rem}.dashboard-module__w2Qwuq__leftTargetCard{min-height:auto}.dashboard-module__w2Qwuq__pieChartCard{flex:none;width:100%;min-height:350px}.dashboard-module__w2Qwuq__cardValue h1{font-size:2rem}.dashboard-module__w2Qwuq__cardValue span{font-size:1.25rem}.dashboard-module__w2Qwuq__leftTargetProgressContainer{flex-direction:column;align-items:flex-start;gap:.5rem}.dashboard-module__w2Qwuq__leftTargetProgressPercentage p{text-align:left;width:100%}.dashboard-module__w2Qwuq__leftTargetProgressBarContainer{width:100%}.dashboard-module__w2Qwuq__progressFooter p{font-size:.7rem}.dashboard-module__w2Qwuq__lineChartCard{flex:none;width:100%;min-height:450px}.dashboard-module__w2Qwuq__lineChartBodyContainer{flex-direction:column;gap:.75rem}.dashboard-module__w2Qwuq__lineChartDataCard{width:100%;padding:1rem}.dashboard-module__w2Qwuq__lineChart{min-height:200px}.dashboard-module__w2Qwuq__emptyChart{min-height:150px}.dashboard-module__w2Qwuq__tierSection{flex-direction:row;gap:1rem}.dashboard-module__w2Qwuq__userTier h1{font-size:.95rem}.dashboard-module__w2Qwuq__userTier span{font-size:1.1rem}}@media (max-width:400px){.dashboard-module__w2Qwuq__pageContent{padding:0 .75rem 2rem}.dashboard-module__w2Qwuq__baseCard{padding:.75rem}.dashboard-module__w2Qwuq__cardValue h1{font-size:1.75rem}.dashboard-module__w2Qwuq__cardValue span{font-size:1.125rem}.dashboard-module__w2Qwuq__filterSection,.dashboard-module__w2Qwuq__tierSection{padding:.75rem}}.dashboard-module__w2Qwuq__loadingContainer{background-color:#e2ebc0;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100vh;display:flex}.dashboard-module__w2Qwuq__loadingContainer p{color:var(--color-black);font-size:1rem;font-weight:500}.dashboard-module__w2Qwuq__loadingSpinner{border:4px solid var(--color-primary-light);border-top-color:var(--color-primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite dashboard-module__w2Qwuq__spin}@keyframes dashboard-module__w2Qwuq__spin{to{transform:rotate(360deg)}}.dashboard-module__w2Qwuq__subscriptionCard{background:var(--color-white);border-radius:.5rem;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem 1.5rem;display:flex;box-shadow:0 2px 4px #0000001a}.dashboard-module__w2Qwuq__subscriptionCardHeader{align-items:center;gap:.75rem;width:100%;display:flex}.dashboard-module__w2Qwuq__subscriptionCardHeader p{color:var(--color-black);margin:0;font-size:.875rem;font-weight:500}.dashboard-module__w2Qwuq__subscriptionCardSymbol{color:#f1f6ef;background-color:#2f5e44;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;display:flex}.dashboard-module__w2Qwuq__subscriptionCardContent{flex-direction:row;justify-content:space-between;gap:.5rem;width:100%;display:flex}.dashboard-module__w2Qwuq__subscriptionCardBody{flex-direction:column;gap:.25rem;width:100%;display:flex}.dashboard-module__w2Qwuq__subscriptionCardBody h2{color:#2f5e44;font-size:1.25rem;font-weight:600}.dashboard-module__w2Qwuq__subscriptionCardBody span{color:var(--color-gray);font-size:.875rem}.dashboard-module__w2Qwuq__subscriptionCardFooter{align-items:flex-end;gap:.5rem;display:flex}.dashboard-module__w2Qwuq__subscriptionDays{color:var(--color-black);font-size:.875rem;font-weight:500}.dashboard-module__w2Qwuq__subscriptionDays.dashboard-module__w2Qwuq__warning{color:#e67e22;font-weight:600}.dashboard-module__w2Qwuq__renewButton{color:#fff;cursor:pointer;background-color:#e67e22;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background-color .2s}.dashboard-module__w2Qwuq__renewButton:hover{background-color:#d35400}.dashboard-module__w2Qwuq__pendingBadge{background-color:var(--color-primary-light);color:var(--color-primary-dark);border:1px solid var(--color-primary);border-radius:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600}
