.dashboard-header{border-bottom:1px solid var(--border,#dce4e7);grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"brand spaces tools";align-items:center;gap:24px;max-width:1440px;margin:auto;padding:22px 52px;display:grid}.dashboard-brand{color:var(--foreground,#192832);grid-area:brand;align-items:center;gap:12px;min-width:0;text-decoration:none;display:flex}.dashboard-brand img{object-fit:contain;border-radius:0;flex:none;width:48px;height:48px}.dashboard-brand strong{letter-spacing:2px;font-size:18px;font-weight:800;line-height:1.3;display:block}.dashboard-brand small{letter-spacing:0;color:var(--muted-foreground,#596b78);margin-top:4px;font-size:13px;font-weight:400;line-height:1.4;display:block}.dashboard-spaces{background:var(--muted,#e7edef);border-radius:14px;grid-area:spaces;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.dashboard-spaces a{min-height:44px;color:var(--muted-foreground,#596b78);border-radius:10px;justify-content:center;align-items:center;padding:10px 22px;font-size:14px;font-weight:500;line-height:1.3;text-decoration:none;display:flex}.dashboard-spaces a[aria-current=page]{background:var(--card,#fff);color:var(--foreground,#192832);font-weight:700;box-shadow:0 2px 5px #18293212}.dashboard-tools{grid-area:tools}.dashboard-menu-trigger{border:1px solid var(--border,#dce4e7);background:var(--card,#fff);width:48px;height:48px;color:var(--foreground,#192832);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.dashboard-menu-trigger svg{width:23px;height:23px}.dashboard-menu-trigger i{background:#b88632;border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:8px}.dashboard-brand:focus-visible{outline:2px solid var(--ring,#21766e);outline-offset:3px}.dashboard-spaces a:focus-visible{outline:2px solid var(--ring,#21766e);outline-offset:3px}.dashboard-menu-trigger:focus-visible{outline:2px solid var(--ring,#21766e);outline-offset:3px}.dashboard-menu-trigger:hover,.dashboard-spaces a:not([aria-current]):hover{background:var(--accent,#dfe9e8)}.dashboard-account-menu{width:270px;max-width:calc(100vw - 24px)}.dashboard-account-menu [data-slot=dropdown-menu-label]{padding:10px 12px}.dashboard-account-menu [data-slot=dropdown-menu-item]{gap:10px;min-height:44px;padding:10px 12px}.dashboard-account-menu [role=alert]{padding:10px 12px;font-size:13px;display:block}.dashboard-menu-dot{background:#b88632;border-radius:50%;width:7px;height:7px;margin-left:auto}.personal .dashboard-header{padding:24px 0}@media (max-width:760px){.dashboard-header{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand tools""spaces spaces";gap:16px;padding:18px 20px}.dashboard-brand{gap:10px}.dashboard-brand img{width:42px;height:42px}.dashboard-brand strong{letter-spacing:1.5px;font-size:17px}.dashboard-brand small{font-size:12px}.dashboard-spaces a{padding:10px 16px}.personal .dashboard-header{padding:18px 0}}@media (max-width:360px){.dashboard-header{padding:16px}.dashboard-brand{gap:8px}.dashboard-brand img{width:38px;height:38px}.dashboard-brand strong{letter-spacing:1px;font-size:16px}}
