.dashboard_container__NwfBK{max-width:1200px;margin:0 auto}.dashboard_header__IYRHh{margin-bottom:40px}.dashboard_header__IYRHh h1{font-size:32px;font-weight:800;margin-bottom:8px;letter-spacing:-.03em;color:var(--text)}.dashboard_subtitle__tVn8u{color:var(--text-dim);font-size:16px}.dashboard_error__7IDG0{text-align:center;padding:60px 20px}.dashboard_error__7IDG0 p{color:var(--text-dim);margin-bottom:16px}.dashboard_statsGrid__nYbjV{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-bottom:32px}@media (max-width:900px){.dashboard_statsGrid__nYbjV{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.dashboard_statsGrid__nYbjV{grid-template-columns:1fr}}.dashboard_statCard__YcX7f{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:24px;box-shadow:var(--shadow-sm);transition:transform .2s}.dashboard_statCard__YcX7f:hover{transform:translateY(-2px)}.dashboard_statValue__xOYXu{font-size:40px;font-weight:800;color:var(--primary);line-height:1;margin-bottom:8px;letter-spacing:-.02em}.dashboard_statValue__xOYXu.dashboard_blocked__ebwIh{color:var(--danger)}.dashboard_statLabel__3j_RC{font-size:13px;color:var(--text-dim);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.dashboard_grid__uxJ2l{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-bottom:32px}@media (max-width:900px){.dashboard_grid__uxJ2l{grid-template-columns:1fr}}.dashboard_barChart__CHhl3{display:flex;flex-direction:column;gap:16px}.dashboard_barRow__XGlmI{display:flex;align-items:center;gap:16px}.dashboard_barLabel__AU6YL{width:120px;font-size:14px;color:var(--text-dim);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard_barContainer__nzT2X{flex:1 1;height:10px;background:#f3f4f6;border-radius:10px;overflow:hidden}.dashboard_bar__A0gUV{height:100%;background:var(--primary);border-radius:10px;min-width:6px}.dashboard_barValue__jjXHg{width:40px;text-align:right;font-size:14px;font-weight:700;color:var(--text)}.dashboard_typeList___8DwS{display:flex;flex-direction:column;gap:12px}.dashboard_typeRow__X8yxS{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px dashed var(--border)}.dashboard_typeRow__X8yxS:last-child{border-bottom:none}.dashboard_typeCount__Oceag{font-size:15px;font-weight:700;color:var(--text)}.dashboard_userId__GGuB2{font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--text-dim);background:#f3f4f6;padding:2px 6px;border-radius:4px}.dashboard_promptText__GgJy7{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:13px}.dashboard_viewAll__p21vw{color:var(--primary);font-size:14px;font-weight:600}.dashboard_viewAll__p21vw:hover{text-decoration:underline;color:var(--primary-dark)}.dashboard_empty__iTzWl{color:var(--text-dim);font-size:15px;text-align:center;padding:40px;background:#fafaf9;border-radius:12px}@media (max-width:600px){.dashboard_header__IYRHh{margin-bottom:24px}.dashboard_header__IYRHh h1{font-size:24px}.dashboard_subtitle__tVn8u{font-size:14px}.dashboard_statCard__YcX7f{padding:16px;border-radius:12px}.dashboard_statValue__xOYXu{font-size:28px}.dashboard_statLabel__3j_RC{font-size:11px}.dashboard_barLabel__AU6YL{width:80px;font-size:12px}.dashboard_barValue__jjXHg{width:35px;font-size:12px}.dashboard_promptText__GgJy7{max-width:120px;font-size:11px}.dashboard_userId__GGuB2{font-size:10px}}.SetupChecklist_container__AwIBT{background:linear-gradient(135deg,#fff,#fdfbf8);border:1px solid #e5e2dd;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 4px 20px rgba(0,0,0,.04)}.SetupChecklist_header__MXveH{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.SetupChecklist_headerContent__BR5G9{flex:1 1}.SetupChecklist_title__JuQSu{font-size:18px;font-weight:700;color:#111;margin:0 0 4px;font-family:Plus Jakarta Sans,-apple-system,sans-serif;letter-spacing:-.02em}.SetupChecklist_subtitle__2SFbp{font-size:14px;color:#888;margin:0}.SetupChecklist_headerRight__0VkPx{display:flex;align-items:center;gap:12px}.SetupChecklist_progressRing__bvZkN{position:relative;width:44px;height:44px}.SetupChecklist_progressRing__bvZkN svg{transform:rotate(0deg)}.SetupChecklist_progressPercent__Dyl_3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:11px;font-weight:700;color:#f50}.SetupChecklist_dismissButton___Q9Q8{background:none;border:none;cursor:pointer;color:#888;padding:6px;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.SetupChecklist_dismissButton___Q9Q8:hover{background:#f2f0eb;color:#555}.SetupChecklist_stepsGrid__kVnuc{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px}@media (min-width:768px){.SetupChecklist_stepsGrid__kVnuc{grid-template-columns:repeat(4,1fr)}}@media (min-width:1200px){.SetupChecklist_stepsGrid__kVnuc{grid-template-columns:repeat(5,1fr)}}.SetupChecklist_stepCard__7FUKh{background:#fff;border:1px solid #e5e2dd;border-radius:12px;padding:16px;transition:all .2s;display:flex;flex-direction:column;gap:12px}.SetupChecklist_stepCard__7FUKh:hover{border-color:#d1cec8;box-shadow:0 4px 12px rgba(0,0,0,.06)}.SetupChecklist_stepCard__7FUKh.SetupChecklist_completed__mqp2G{background:#f0fdf4;border-color:#bbf7d0}.SetupChecklist_stepCard__7FUKh.SetupChecklist_optional__6E7Ip{border-style:dashed}.SetupChecklist_stepIcon__9pSAA{width:40px;height:40px;border-radius:10px;background:#f2f0eb;display:flex;align-items:center;justify-content:center;color:#555;flex-shrink:0}.SetupChecklist_stepCard__7FUKh.SetupChecklist_completed__mqp2G .SetupChecklist_stepIcon__9pSAA{background:transparent}.SetupChecklist_stepContent__sMP4L{flex:1 1;display:flex;flex-direction:column;gap:6px}.SetupChecklist_stepHeader__jecMi{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.SetupChecklist_stepTitle__f_HL_{font-size:14px;font-weight:600;color:#111;margin:0}.SetupChecklist_optionalBadge__XURke{font-size:10px;font-weight:600;color:#888;background:#f2f0eb;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.SetupChecklist_stepDescription__m5Y_v{font-size:12px;color:#888;margin:0;line-height:1.4}.SetupChecklist_stepAction__KopiV{margin-top:auto;padding-top:8px}.SetupChecklist_actionButton__Q0cw2{display:inline-flex;align-items:center;padding:6px 12px;background:#f50;color:#fff;font-size:12px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s;text-decoration:none}.SetupChecklist_actionButton__Q0cw2:hover{background:#c40;transform:translateY(-1px)}.SetupChecklist_actionCompleted__cm9zf{background:#10b981}.SetupChecklist_actionCompleted__cm9zf:hover{background:#059669}.SetupChecklist_inviteLinkSection__ZSEQF{margin-top:16px;padding-top:16px;border-top:1px solid #e5e2dd}.SetupChecklist_inviteLinkLabel__q_y4_{font-size:12px;font-weight:600;color:#888;margin-bottom:8px}.SetupChecklist_inviteLinkBox__E274n{display:flex;align-items:center;gap:8px;background:#f2f0eb;border-radius:8px;padding:8px 12px}.SetupChecklist_inviteLinkCode__wiVSB{flex:1 1;font-size:13px;color:#555;font-family:IBM Plex Mono,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SetupChecklist_copyButton__gXU_Q{background:#fff;border:1px solid #e5e2dd;color:#555;font-size:12px;font-weight:600;padding:6px 12px;border-radius:6px;cursor:pointer;transition:all .2s;flex-shrink:0}.SetupChecklist_copyButton__gXU_Q:hover{background:#f50;border-color:#f50;color:#fff}.SetupChecklist_successCard__G2_n2{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;border-radius:16px;padding:32px;margin-bottom:24px;text-align:center;animation:SetupChecklist_slideIn__AqiUv .4s ease}@keyframes SetupChecklist_slideIn__AqiUv{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.SetupChecklist_successIcon__nY97s{margin-bottom:16px;animation:SetupChecklist_bounceIn__C8NfF .5s ease}@keyframes SetupChecklist_bounceIn__C8NfF{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.SetupChecklist_successTitle___eyHs{font-size:20px;font-weight:700;color:#111;margin:0 0 8px;font-family:Plus Jakarta Sans,-apple-system,sans-serif}.SetupChecklist_successText__eNLZp{font-size:14px;color:#555;max-width:400px;margin:0 auto 20px}.SetupChecklist_successButton__EJMwQ{background:#10b981;color:#fff;font-size:14px;font-weight:600;padding:10px 24px;border:none;border-radius:100px;cursor:pointer;transition:all .2s}.SetupChecklist_successButton__EJMwQ:hover{background:#059669;transform:translateY(-1px)}@media (max-width:640px){.SetupChecklist_container__AwIBT{padding:16px}.SetupChecklist_stepsGrid__kVnuc{grid-template-columns:1fr 1fr}.SetupChecklist_stepCard__7FUKh{padding:12px}.SetupChecklist_inviteLinkBox__E274n{flex-direction:column;align-items:stretch}.SetupChecklist_inviteLinkCode__wiVSB{text-align:center;padding:8px}}