:root{--dashboard-bg:var(--background,#f9f9fb);--dashboard-surface:var(--surface,#fff);--dashboard-border:var(--border,#e5e7eb);--dashboard-foreground:var(--foreground,#18181b);--dashboard-muted:var(--muted-foreground,#6b7280)}[data-theme=dark]{--dashboard-bg:var(--background,#171718);--dashboard-surface:var(--surface,#161616d8);--dashboard-border:var(--border,#323236);--dashboard-foreground:var(--foreground,#f3f4f6);--dashboard-muted:var(--muted-foreground,#a1a1aa)}::-webkit-scrollbar{display:none}.dashboard{padding-top:48px;padding-bottom:24px;display:flex;flex-direction:column;gap:24px;width:100%}.page-header{padding-bottom:8px;border-bottom:1px solid var(--border)}.breadcrumb{display:inline-flex;align-items:center;gap:8px}.breadcrumb .crumb.current{color:var(--fg)}.breadcrumb .sep{color:var(--muted)}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.5rem 1rem;gap:.5rem 1rem;align-items:center;justify-content:space-evenly;width:100%}@media (max-width:1440px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.stats-grid{grid-template-columns:1fr}}.icon-circle{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:9999px;background:color-mix(in oklab,var(--accent) 18%,transparent);color:var(--accent)}.guilds-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:1024px){.guilds-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.guilds-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.guilds-grid .card-header{margin-bottom:8px}.guilds-grid .card-footer{margin-top:10px}.elevated{box-shadow:0 1px 2px 0 rgba(0,0,0,.08),0 2px 8px 0 rgba(0,0,0,.06)}.elevated:hover{box-shadow:0 3px 6px rgba(0,0,0,.12),0 8px 20px rgba(0,0,0,.1)}.guilds-grid .avatar,.guilds-grid .avatarImg,.guilds-grid img{max-width:36px;max-height:36px;width:36px;height:36px}@media (max-width:480px){.card-header{margin-bottom:10px}.card-footer{margin-top:12px}}.user-section{padding-left:14px;width:100%;display:flex;flex-direction:column-reverse;gap:12px;align-items:flex-end}.dashboard_dashboardContainer__HVvlS{width:100vw;min-width:250px;max-width:100vw;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;justify-content:start;background:var(--dashboard-bg);padding:5rem 7.5rem;box-sizing:border-box;margin-left:auto;margin-right:auto}.dashboard_dashboardInner__W05yp{width:100%;max-width:1200px;min-width:0;padding:0 1rem;box-sizing:border-box}.dashboard_page-header__wpJHM{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:2.5rem;border-bottom:1px solid var(--dashboard-border);padding-bottom:1.5rem}.dashboard_breadcrumb__7DuHu{font-size:.95rem;color:var(--dashboard-muted);margin-bottom:.5rem}.dashboard_breadcrumb__7DuHu .dashboard_sep__fiHnl{margin:0 .5rem}.dashboard_breadcrumb__7DuHu .dashboard_current__7Ncxj{color:var(--dashboard-foreground);font-weight:600}@media (min-width:640px){.dashboard_stats-grid___iy01{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.dashboard_stats-grid___iy01{grid-template-columns:1fr 1fr 1fr 1fr}}.dashboard_statCard__ck3kx{background:var(--dashboard-surface);border:1px solid var(--dashboard-border);border-radius:1.25rem;box-shadow:0 2px 6px rgba(0,0,0,.145);padding:.75rem;min-height:-moz-fit-content;min-height:fit-content;display:flex;flex-direction:column;justify-content:space-between;gap:.75rem;transition:box-shadow .2s,transform .2s;cursor:pointer;position:relative;align-items:flex-start;color:var(--dashboard-foreground);width:auto}.dashboard_statCard__ck3kx:focus,.dashboard_statCard__ck3kx:hover{box-shadow:0 6px 32px rgba(99,102,241,.13),0 2px 12px rgba(0,0,0,.1);transform:scale(1.025);z-index:2}.dashboard_icon-circle__5hgoY{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--dashboard-bg);color:var(--dashboard-foreground);font-size:1.1rem;margin-right:.5rem}.dashboard_signedOut__2BroT{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem;min-height:300px;width:100%}.empty-state_wrap__Izq_S{padding:24px;border-radius:12px;border:1px solid var(--border);background:var(--card);display:grid;place-items:center}.empty-state_inner____BuL{text-align:center}.empty-state_title__YzLCB{margin:0}.empty-state_desc__AUpcD{margin:0;color:var(--muted-foreground)}.empty-state_cta__km6E_{margin-top:6px}