.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:move;-webkit-box-shadow:0 0 0 9999em #00000080;box-shadow:0 0 0 9999em #00000080}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{outline:none;border-color:#00f;border-style:solid}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{position:absolute;content:"";display:block;width:10px;height:10px;background-color:#0003;border:1px solid rgba(255,255,255,.7);outline:1px solid transparent}.ReactCrop__drag-handle:focus:after{border-color:#00f;background:#2dbfff}.ReactCrop .ord-nw{top:0;left:0;margin-top:-5px;margin-left:-5px;cursor:nw-resize}.ReactCrop .ord-nw:after{top:0;left:0}.ReactCrop .ord-n{top:0;left:50%;margin-top:-5px;margin-left:-5px;cursor:n-resize}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{top:0;right:0;margin-top:-5px;margin-right:-5px;cursor:ne-resize}.ReactCrop .ord-ne:after{top:0;right:0}.ReactCrop .ord-e{top:50%;right:0;margin-top:-5px;margin-right:-5px;cursor:e-resize}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-3px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-3px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-3px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-3px}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:24px;height:24px}}.DashboardContent_dashboard-content__61rkr{padding:2rem;background-color:var(--background-color,var(--color-base-50));min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.DashboardContent_dashboard-content__61rkr .DashboardContent_container__78Bgw{max-width:1200px;margin:0 auto;background-color:var(--background-color,#f8fafc)}.DashboardContent_dashboard-content__61rkr .DashboardContent_header__J_e8v{margin-bottom:2rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_header__J_e8v h1{font-size:2.5rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_header__J_e8v p{color:var(--text-color);font-size:1.125rem;margin:0}.DashboardContent_dashboard-content__61rkr .DashboardContent_metrics-grid__IGWqI{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_metric-card__ppy8l{background:var(--card-background,var(--color-base-0));border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid var(--color-base-150);transition:transform .2s,box-shadow .2s}.DashboardContent_dashboard-content__61rkr .DashboardContent_metric-card__ppy8l:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.DashboardContent_dashboard-content__61rkr .DashboardContent_metric-card__ppy8l .DashboardContent_metric-header__gPn9n{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_metric-card__ppy8l .DashboardContent_metric-header__gPn9n h3{font-size:.875rem;font-weight:600;color:var(--text-color);margin:0;text-transform:uppercase;letter-spacing:.05em}.DashboardContent_dashboard-content__61rkr .DashboardContent_metric-card__ppy8l .DashboardContent_metric-value__avzQh{font-size:2.25rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_metric-card__ppy8l .DashboardContent_metric-change__LP6Sc{font-size:.875rem;font-weight:500}.DashboardContent_dashboard-content__61rkr .DashboardContent_metric-card__ppy8l .DashboardContent_metric-change__LP6Sc.DashboardContent_positive__Y5hlk{color:var(--color-blue-500)}.DashboardContent_dashboard-content__61rkr .DashboardContent_metric-card__ppy8l .DashboardContent_metric-change__LP6Sc.DashboardContent_negative__z2MXs{color:var(--color-error-500)}.DashboardContent_dashboard-content__61rkr .DashboardContent_charts-grid__QZ65l{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_chart-container__Vluta{background:var(--card-background,var(--color-base-0));border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid var(--color-base-150);overflow:hidden}.DashboardContent_dashboard-content__61rkr .DashboardContent_chart-container__Vluta .DashboardContent_chart-header__BEBzl{padding:1.5rem;border-bottom:1px solid #e2e8f0}.DashboardContent_dashboard-content__61rkr .DashboardContent_chart-container__Vluta .DashboardContent_chart-header__BEBzl h3{font-size:1.25rem;font-weight:600;color:var(--text-color);margin:0}[data-theme=dark] .DashboardContent_dashboard-content__61rkr .DashboardContent_chart-container__Vluta .DashboardContent_chart-header__BEBzl{border-bottom:1px solid rgba(226,232,240,.2)}.DashboardContent_dashboard-content__61rkr .DashboardContent_chart-container__Vluta .DashboardContent_chart-content__Bj3Ak{padding:1.5rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_full-width-chart__wi0wj{grid-column:1/-1;margin-bottom:4rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_progress-bar__6__nu{background-color:#e2e8f0;margin:.5rem 0}.DashboardContent_dashboard-content__61rkr .DashboardContent_progress-bar__6__nu .DashboardContent_progress-fill__a_xh1{height:100%;background:linear-gradient(90deg,var(--color-blue-400),var(--color-blue-600));border-radius:.25rem;transition:width .3s ease}.DashboardContent_dashboard-content__61rkr .DashboardContent_badge__ZQ2lS{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.DashboardContent_dashboard-content__61rkr .DashboardContent_badge__ZQ2lS.DashboardContent_blue__Vj_Ws,.DashboardContent_dashboard-content__61rkr .DashboardContent_badge__ZQ2lS.DashboardContent_green__B3X9v{background-color:var(--color-blue-200);color:var(--color-blue-700)}.DashboardContent_dashboard-content__61rkr .DashboardContent_badge__ZQ2lS.DashboardContent_yellow__4feZa{background-color:var(--color-warning-200);color:var(--color-warning-700)}.DashboardContent_dashboard-content__61rkr .DashboardContent_badge__ZQ2lS.DashboardContent_red__DUm7g{background-color:var(--color-error-200);color:var(--color-error-700)}.DashboardContent_dashboard-content__61rkr .DashboardContent_badge__ZQ2lS.DashboardContent_purple__ebPOk{background-color:var(--color-blue-200);color:var(--color-blue-700)}.DashboardContent_dashboard-content__61rkr .DashboardContent_badge__ZQ2lS.DashboardContent_orange__gnIm0{background-color:var(--color-warning-200);color:var(--color-warning-700)}.DashboardContent_dashboard-content__61rkr .DashboardContent_badge__ZQ2lS.DashboardContent_gray__3VGUi{background-color:var(--color-base-200);color:var(--color-base-700)}.DashboardContent_dashboard-content__61rkr .DashboardContent_activity-timeline__N_jP0 .DashboardContent_activity-item__TR5WT{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--background-color,var(--color-base-900));border-radius:.5rem;margin-bottom:.75rem;transition:background-color .2s}.DashboardContent_dashboard-content__61rkr .DashboardContent_activity-timeline__N_jP0 .DashboardContent_activity-item__TR5WT:hover{background-color:var(--card-background,var(--color-base-850))}.DashboardContent_dashboard-content__61rkr .DashboardContent_activity-timeline__N_jP0 .DashboardContent_activity-item__TR5WT .DashboardContent_activity-left__ZygAB{display:flex;align-items:center;gap:.75rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_activity-timeline__N_jP0 .DashboardContent_activity-item__TR5WT .DashboardContent_activity-left__ZygAB .DashboardContent_activity-text__xUig1{font-size:.875rem;font-weight:500;color:var(--text-color)}.DashboardContent_dashboard-content__61rkr .DashboardContent_activity-timeline__N_jP0 .DashboardContent_activity-item__TR5WT .DashboardContent_activity-right__Zae7b{display:flex;align-items:center;gap:.5rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_activity-timeline__N_jP0 .DashboardContent_activity-item__TR5WT .DashboardContent_activity-right__Zae7b .DashboardContent_activity-time__6rYUS,.DashboardContent_dashboard-content__61rkr .DashboardContent_activity-timeline__N_jP0 .DashboardContent_activity-item__TR5WT .DashboardContent_activity-right__Zae7b .DashboardContent_activity-user__Ke8cm{font-size:.75rem;color:var(--text-color)}.DashboardContent_dashboard-content__61rkr .DashboardContent_insight-card__Xt9U8{border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.DashboardContent_dashboard-content__61rkr .DashboardContent_insight-card__Xt9U8 h4{font-size:1.125rem;font-weight:600;color:var(--text-color);margin:0 0 1rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_insight-card__Xt9U8 .DashboardContent_insight-content__8oLoM{color:var(--text-color);line-height:1.6}.DashboardContent_dashboard-content__61rkr .DashboardContent_badge-orange__3Xe1c{background-color:#fed7aa;color:#ea580c}.DashboardContent_dashboard-content__61rkr .DashboardContent_badge-red__hyMlR{background-color:#fecaca;color:#dc2626}.DashboardContent_dashboard-content__61rkr .DashboardContent_badge-yellow__tWwPN{background-color:#fef3c7;color:#d97706}.DashboardContent_dashboard-content__61rkr .DashboardContent_badge-purple__wnTRA{background-color:#e9d5ff;color:#9333ea}.DashboardContent_dashboard-content__61rkr .DashboardContent_timeline-content__PL0oK{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_timeline-item___84kQ{background-color:var(--background-color,var(--color-base-900));border-radius:.5rem;padding:.75rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_timeline-item-content__of4Q_{display:flex;align-items:center;gap:.75rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_timeline-action__eDRX2{font-size:.875rem;font-weight:500;color:var(--text-color)}.DashboardContent_dashboard-content__61rkr .DashboardContent_insights-grid__YxEWE{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;margin-top:2rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_insight-card__Xt9U8{background:var(--card-background,var(--color-base-0));border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);border:1px solid var(--color-base-150)}.DashboardContent_dashboard-content__61rkr .DashboardContent_insight-header__ccSbd{padding:1.5rem;border-bottom:1px solid var(--color-base-150)}.DashboardContent_dashboard-content__61rkr .DashboardContent_insight-header__ccSbd h4{margin:0;font-size:1rem;font-weight:600;color:var(--text-color)}.DashboardContent_dashboard-content__61rkr [data-theme=dark] .DashboardContent_insight-header__ccSbd{border-bottom:1px solid rgba(221,221,221,.2)}.DashboardContent_dashboard-content__61rkr .DashboardContent_insight-content__8oLoM{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_insight-row__J07t3{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--color-base-150)}.DashboardContent_dashboard-content__61rkr [data-theme=dark] .DashboardContent_insight-row__J07t3{border-bottom:1px solid rgba(221,221,221,.2)}.DashboardContent_dashboard-content__61rkr .DashboardContent_insight-label__FRXp9{font-size:.875rem;color:var(--text-color)}.DashboardContent_dashboard-content__61rkr .DashboardContent_progress-item__V4Z7d{display:flex;flex-direction:column;gap:.5rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_progress-label___M75R{font-size:.875rem;color:var(--text-color)}.DashboardContent_dashboard-content__61rkr .DashboardContent_progress-bar__6__nu{width:100%;height:.5rem;background-color:var(--color-base-200);border-radius:.25rem;overflow:hidden}.DashboardContent_dashboard-content__61rkr .DashboardContent_progress-fill__a_xh1{height:100%;border-radius:.25rem;transition:width .3s ease}.DashboardContent_dashboard-content__61rkr .DashboardContent_progress-blue__esK8_{background-color:var(--color-blue-400)}.DashboardContent_dashboard-content__61rkr .DashboardContent_progress-green__ye7OS{background-color:var(--success-color,#10b981)}.DashboardContent_dashboard-content__61rkr .DashboardContent_progress-value__WJGif{font-size:.75rem;color:var(--text-color);text-align:right}.DashboardContent_dashboard-content__61rkr .DashboardContent_quick-actions__LIhBr{display:flex;flex-direction:column;gap:.75rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_quick-action-link__m34hd{font-size:.875rem;color:var(--color-blue-500);text-decoration:none;cursor:pointer;transition:-webkit-text-decoration .2s ease;transition:text-decoration .2s ease;transition:text-decoration .2s ease,-webkit-text-decoration .2s ease}.DashboardContent_dashboard-content__61rkr .DashboardContent_quick-action-link__m34hd:hover{text-decoration:underline}@media(max-width:768px){.DashboardContent_dashboard-content__61rkr{padding:1rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_header__J_e8v h1{font-size:2rem}.DashboardContent_dashboard-content__61rkr .DashboardContent_charts-grid__QZ65l,.DashboardContent_dashboard-content__61rkr .DashboardContent_metrics-grid__IGWqI{grid-template-columns:1fr}}.Badge_badge__dYfu8{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:capitalize;white-space:nowrap}.Badge_blue__q6iM7{background-color:rgba(59,130,246,.1);color:#3b82f6}.Badge_green__2gsQ6{background-color:rgba(34,197,94,.1);color:#22c55e}.Badge_yellow__1IrJf{background-color:rgba(234,179,8,.1);color:#eab308}.Badge_red__800Tx{background-color:rgba(239,68,68,.1);color:#ef4444}.Badge_purple___zDNn{background-color:rgba(168,85,247,.1);color:#a855f7}.Badge_orange__rh75d{background-color:rgba(249,115,22,.1);color:#f97316}.Badge_gray__2augh{background-color:rgba(107,114,128,.1);color:var(--text-color)}.ChartContainer_chart-container__b1yoP{background-color:var(--card-background,#fff);border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden;transition:all .2s ease-in-out}.ChartContainer_chart-container__b1yoP:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.ChartContainer_full-width-chart__BfD3p{grid-column:1/-1}.ChartContainer_chart-header__z5mwv{padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.ChartContainer_chart-header__z5mwv h3{margin:0;font-size:1rem;font-weight:600;color:var(--text-color)}[data-theme=dark] .ChartContainer_chart-header__z5mwv{border-bottom:1px solid rgba(229,231,235,.2)}.ChartContainer_chart-content__TMSAF{padding:1.25rem}.InsightCard_insight-card__lY0_G{background-color:var(--card-background,#fff);border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden;transition:all .2s ease-in-out}.InsightCard_insight-card__lY0_G:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.InsightCard_insight-header__z1yU2{padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.InsightCard_insight-header__z1yU2 h4{margin:0;font-size:.875rem;font-weight:600;color:var(--text-color)}[data-theme=dark] .InsightCard_insight-header__z1yU2{border-bottom:1px solid rgba(229,231,235,.2)}.InsightCard_insight-content___xGND{padding:1.25rem}.InsightCard_insight-row__48Mlo{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.InsightCard_insight-row__48Mlo:last-child{border-bottom:none}[data-theme=dark] .InsightCard_insight-row__48Mlo{border-bottom:1px solid rgba(243,244,246,.2)}[data-theme=dark] .InsightCard_insight-row__48Mlo:last-child{border-bottom:none}.InsightCard_insight-label__Ac_Rx{font-size:.875rem;color:var(--text-color)}.InsightCard_progress-item__A1izk{margin-bottom:1rem}.InsightCard_progress-item__A1izk:last-child{margin-bottom:0}.InsightCard_progress-label__zm_R9{display:block;font-size:.875rem;color:var(--text-color);margin-bottom:.375rem}.InsightCard_progress-bar__vCpCT{height:.375rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden;margin-bottom:.25rem}.InsightCard_progress-fill__9OiW7{height:100%;border-radius:9999px;transition:width .5s ease-in-out}.InsightCard_progress-blue__BnKQh{background-color:#3b82f6}.InsightCard_progress-green__WCAPJ{background-color:#10b981}.InsightCard_progress-yellow__cioS_{background-color:#f59e0b}.InsightCard_progress-red__wg7yH{background-color:#ef4444}.InsightCard_progress-purple__5lxQx{background-color:#8b5cf6}.InsightCard_progress-value__6raQT{display:block;font-size:.75rem;color:var(--text-color);text-align:right}.InsightCard_quick-actions__6tlyE{display:flex;flex-direction:column;gap:.75rem}.InsightCard_quick-action-link__VJNJ_{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.375rem;background-color:#f9fafb;color:var(--text-color);font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;text-decoration:none}.InsightCard_quick-action-link__VJNJ_:hover{background-color:#f3f4f6;color:var(--text-color)}.MetricCard_metric-card__66ZVM{background-color:var(--card-background,#fff);border-radius:.5rem;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s ease-in-out}.MetricCard_metric-card__66ZVM:hover{box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-2px)}.MetricCard_metric-header__FyPsG{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.MetricCard_metric-header__FyPsG h3{margin:0;font-size:1rem;font-weight:600;color:var(--text-color)}.MetricCard_metric-value__jpBRL{font-size:1.875rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.MetricCard_metric-change__r8Rqr{font-size:.875rem;color:var(--text-color);margin-bottom:.75rem}.MetricCard_metric-change__r8Rqr.MetricCard_positive__7VVyL{color:#10b981}.MetricCard_metric-change__r8Rqr.MetricCard_negative__iVBtP{color:#ef4444}.MetricCard_progress-bar__7xaj3{height:.375rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden;margin-top:.5rem}.MetricCard_progress-fill__KP9eZ{height:100%;background-color:#3b82f6;border-radius:9999px;transition:width .5s ease-in-out}.QuickActions_quick-actions__5kqKj{display:flex;flex-direction:column;gap:.75rem}.QuickActions_quick-action-link__jASE6{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.375rem;background-color:var(--background-color,#f9fafb);color:var(--text-color);font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;text-decoration:none}.QuickActions_quick-action-link__jASE6:hover{background-color:var(--gray-color,#f3f4f6);color:var(--text-color)}.Timeline_timeline-content__sbeMo{padding:1rem 0}.Timeline_timeline-item__RDX15{position:relative;padding:.75rem 0;border-left:2px solid #e5e7eb;margin-left:1rem}.Timeline_timeline-item__RDX15:last-child{border-left-color:rgba(0,0,0,0)}.Timeline_timeline-item__RDX15:before{content:"";position:absolute;left:-.5rem;top:1.25rem;width:1rem;height:1rem;border-radius:50%;background-color:var(--primary-color,#3b82f6);border:2px solid var(--card-background,#fff)}.Timeline_timeline-item-content__vQwW4{padding:.5rem 1rem;background-color:var(--background-color,#f9fafb);border-radius:.375rem;margin-left:1rem;display:flex;align-items:center;gap:.75rem}.Timeline_timeline-action__cx3Ct{font-weight:500;color:var(--text-color);flex-grow:1}.Timeline_timeline-time__yz0w6{font-size:.75rem;color:var(--text-color)}.Timeline_timeline-user__teq0_{font-size:.875rem;color:var(--text-color);font-weight:500}