.Dashboard_dashboardContainer__KtRxz{max-width:1200px;margin:0 auto;padding:2rem}.Dashboard_header__tQgDm{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.Dashboard_title__trIKQ{font-size:1.75rem;font-weight:700;color:var(--dash-text)}.Dashboard_subtitle__Knwht{color:var(--text-light);margin-top:.25rem}.Dashboard_actionBtn__5dPyg{background-color:var(--primary-color);color:white;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .2s;border:none;display:flex;align-items:center;gap:.5rem;cursor:pointer}.Dashboard_actionBtn__5dPyg:hover{background-color:var(--primary-dark)}.Dashboard_secondaryBtn__80T_O{background-color:var(--dash-surface);color:var(--dash-text);border:1px solid var(--dash-border);padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.Dashboard_secondaryBtn__80T_O:hover{background-color:var(--dash-bg);border-color:var(--dash-indigo)}.Dashboard_statsGrid__WSxIc{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.Dashboard_statCard___D8mQ{background:var(--dash-surface);padding:1.5rem;border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--dash-border)}.Dashboard_statLabel__gp1Gr{color:var(--text-light);font-size:.875rem;font-weight:500;margin-bottom:.5rem}.Dashboard_statValue__bCxLT{font-size:1.5rem;font-weight:700;color:var(--dash-text)}.Dashboard_statSubtext__9ROah{font-size:.75rem;color:var(--text-lighter);margin-top:.25rem}.Dashboard_mainGrid__9Z1yX{display:grid;grid-template-columns:2fr 1fr;gap:2rem}@media (max-width:1024px){.Dashboard_mainGrid__9Z1yX{grid-template-columns:1fr}}.Dashboard_card__2QKZy{background:var(--dash-surface);padding:1.5rem;border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--dash-border)}.Dashboard_cardHeader__ZDpFT{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.Dashboard_cardTitle__Ibxqu{font-size:1.125rem;font-weight:600;color:var(--dash-text)}.Dashboard_tableContainer__3mLBR{overflow-x:auto}.Dashboard_table__A6JxF{width:100%;border-collapse:collapse}.Dashboard_table__A6JxF th{text-align:left;padding:.75rem 1rem;color:var(--dash-muted);font-weight:600}.Dashboard_table__A6JxF td,.Dashboard_table__A6JxF th{border-bottom:1px solid var(--dash-border);font-size:.875rem}.Dashboard_table__A6JxF td{padding:1rem;color:var(--dash-text)}.Dashboard_table__A6JxF tr:last-child td{border-bottom:none}.Dashboard_badge__KdCOr{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.Dashboard_badgeSuccess___NxbF{background:rgba(16,185,129,.15);color:#059669}[data-theme=dark] .Dashboard_badgeSuccess___NxbF{background:rgba(52,211,153,.15);color:#34d399}.Dashboard_badgeWarning__GNlUD{background:rgba(245,158,11,.15);color:#d97706}[data-theme=dark] .Dashboard_badgeWarning__GNlUD{background:rgba(251,191,36,.15);color:#fbbf24}.Dashboard_badgeNeutral__p7aS2{background-color:var(--dash-bg);color:var(--dash-muted);border:1px solid var(--dash-border)}.Dashboard_activityList__zEZFm{display:flex;flex-direction:column;gap:1rem}.Dashboard_activityItem__xKOo0{display:flex;align-items:center;gap:.75rem}.Dashboard_avatar__tILmf{width:32px;height:32px;border-radius:50%;background-color:var(--primary-color);color:white;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.Dashboard_activityDetails__Phqqp h4{font-size:.875rem;font-weight:600;color:var(--dash-text)}.Dashboard_activityDetails__Phqqp p{font-size:.75rem;color:var(--dash-muted)}.Dashboard_link__iqZhT{color:var(--primary-color);text-decoration:none;font-weight:500}.Dashboard_link__iqZhT:hover{text-decoration:underline}.Dashboard_formGroup__Qi_WS{margin-bottom:1rem}.Dashboard_label__JGkNC{display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.Dashboard_input__Q76Vw{width:100%;padding:.5rem .75rem;border:1px solid var(--dash-border);border-radius:6px;font-size:.875rem;background:var(--dash-bg);color:var(--dash-text)}.Dashboard_input__Q76Vw:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(0,51,102,.1)}