.dashboard_container__Kdrrt{display:flex;min-height:100vh;background-color:#f8fafc}.dashboard_loadingContainer__DQmdc{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%}.dashboard_spinner__1Sq1w{width:40px;height:40px;border:4px solid rgba(59,130,246,.2);border-left-color:#3b82f6;border-radius:50%;animation:dashboard_spin__HizU5 1s linear infinite}@keyframes dashboard_spin__HizU5{to{transform:rotate(1turn)}}.dashboard_sidebar__5ka0E{width:280px;background-color:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;padding:2rem;box-shadow:4px 0 24px rgba(0,0,0,.02)}.dashboard_logo___k2gg a{font-size:1.75rem;font-weight:800;color:#1e3a8a;text-decoration:none;letter-spacing:-.5px}.dashboard_nav__iSP8w{margin-top:3rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.dashboard_navItem__V8PyL{padding:.85rem 1.25rem;border-radius:12px;color:#475569;font-weight:500;text-decoration:none;transition:all .2s ease}.dashboard_navItem__V8PyL:hover{background-color:#f1f5f9;color:#0f172a}.dashboard_navItem__V8PyL.dashboard_active__kiHu6{background-color:#eff6ff;color:#2563eb;font-weight:600}.dashboard_navDivider__s3Z7m{height:1px;background:#e2e8f0;margin:.75rem 0}.dashboard_navItemHighlight__GqRCZ{padding:.85rem 1.25rem;border-radius:12px;font-weight:600;text-decoration:none;color:#7c3aed;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #ddd6fe;transition:all .2s ease}.dashboard_navItemHighlight__GqRCZ:hover{background:linear-gradient(135deg,#ede9fe,#ddd6fe);transform:translateX(2px)}.dashboard_userProfile__qiyjt{margin-top:auto;padding-top:2rem;border-top:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.dashboard_avatar__Gfs8m{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.dashboard_userInfo__J_gfr{flex:1}.dashboard_userName__CtC1T{font-weight:600;color:#0f172a;font-size:.95rem}.dashboard_userRole__ok7qQ{font-size:.8rem;color:#64748b}.dashboard_logoutBtn__UgAUz{width:100%;margin-top:1rem;padding:.6rem;background-color:#fef2f2;color:#ef4444;border:1px solid #fecaca;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.dashboard_logoutBtn__UgAUz:hover{background-color:#fee2e2}.dashboard_main__ZzyED{flex:1;padding:3rem 4rem;overflow-y:auto}.dashboard_header__0IQ3E{margin-bottom:3rem}.dashboard_header__0IQ3E h1{font-size:2.25rem;font-weight:800;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.5px}.dashboard_header__0IQ3E p{font-size:1.1rem;color:#64748b;margin:0}.dashboard_contentGrid__lBtWi{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.dashboard_fullWidth__amuO8{grid-column:1/-1}.dashboard_card__uY0FF{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03);border:1px solid #f1f5f9;animation:dashboard_slideUp__3hVcn .4s ease-out}.dashboard_cardHeader__yLr5V{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dashboard_cardHeader__yLr5V h2{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}.dashboard_linkBtn__bfLD3{font-size:.9rem;font-weight:600;color:#3b82f6;text-decoration:none}.dashboard_linkBtn__bfLD3:hover{text-decoration:underline}.dashboard_emptyState__PEmHi{padding:3rem 0;text-align:center;color:#94a3b8;font-size:.95rem;background:#f8fafc;border-radius:12px;border:2px dashed #e2e8f0}.dashboard_list__uNMaA{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.dashboard_listItem__SYLRO{padding:1rem;border-radius:12px;background-color:#f8fafc;border:1px solid #e2e8f0;transition:transform .2s;display:flex;align-items:center;gap:.75rem}.dashboard_listItem__SYLRO:hover{transform:translateX(4px);border-color:#cbd5e1}.dashboard_deleteBtn__8Tih5{width:28px;height:28px;border-radius:8px;border:1px solid #fecaca;background:#fef2f2;color:#ef4444;font-size:.85rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.dashboard_deleteBtn__8Tih5:hover{background:#fee2e2;border-color:#f87171}.dashboard_itemTitle__BwOHI{font-weight:600;color:#334155;margin-bottom:.25rem}.dashboard_itemMeta__GK_Pv{font-size:.85rem;color:#64748b}.dashboard_stepper__XQr6P{display:flex;justify-content:space-between;position:relative;margin-top:1rem}.dashboard_stepper__XQr6P:before{content:"";position:absolute;top:15px;left:0;right:0;height:2px;background:#e2e8f0;z-index:1}.dashboard_step__CurrV{position:relative;z-index:2;background:#f8fafc;border:2px solid #cbd5e1;border-radius:20px;padding:.35rem 1rem;font-size:.85rem;font-weight:600;color:#64748b}.dashboard_stepActive__J_oDA{border-color:#3b82f6;color:#2563eb;background:#eff6ff;box-shadow:0 0 0 4px rgba(59,130,246,.1)}.dashboard_stepCompleted__6i37T{border-color:#22c55e;color:#fff;background:#22c55e}