/* v1.0.1 compact group sidebar: sidebar shows major areas only; page tools stay inside pages. */
.app-shell {
  grid-template-columns: 238px minmax(0, 1fr);
}
.sidebar.dental-style-sidebar.workspace-sidebar {
  width: 238px;
  min-width: 238px;
}
.workspace-sidebar .side-brand {
  gap: 10px;
  align-items: center;
}
.workspace-sidebar .side-brand span {
  min-width: 0;
  max-width: 165px;
}
.workspace-sidebar .side-brand strong,
.workspace-sidebar .side-brand small {
  display: block;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  line-height: 1.15;
}
.workspace-nav {
  padding-top: 6px;
}
.workspace-sidebar .sidebar-cut {
  margin: 12px 10px 6px;
  padding-top: 9px;
  border-top: 1px solid rgba(151, 230, 221, .16);
  color: rgba(207, 255, 249, .78);
}
.workspace-sidebar .sidebar-cut:first-child {
  margin-top: 4px;
  padding-top: 0;
  border-top: 0;
}
.workspace-sidebar .sidebar-cut span {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.workspace-sidebar .primary-nav-link {
  min-height: 40px;
  height: auto;
  align-items: center;
  padding: 9px 10px;
  gap: 9px;
}
.workspace-sidebar .primary-nav-link .nav-label {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  line-height: 1.15;
  overflow-wrap: anywhere;
}
.workspace-sidebar .primary-nav-symbol {
  flex: 0 0 25px;
}
.workspace-sidebar .nav-badge {
  flex: 0 0 auto;
}
.workspace-sidebar .primary-nav-link.active {
  outline: 1px solid rgba(130, 245, 230, .45);
}
.workspace-sidebar .sidebar-user {
  gap: 8px;
}
.workspace-sidebar .sidebar-user-copy {
  min-width: 0;
}
.workspace-sidebar .sidebar-user-copy strong,
.workspace-sidebar .sidebar-user-copy span {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  line-height: 1.1;
}
.workspace-status {
  margin-bottom: 12px;
}
@media (max-width: 980px) {
  .app-shell { grid-template-columns: 1fr; }
  .sidebar.dental-style-sidebar.workspace-sidebar { width: 100%; min-width: 0; }
  .workspace-sidebar .side-brand span { max-width: none; }
}
.dashboard-task-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform .12s ease, box-shadow .12s ease;
}
.dashboard-task-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, .10);
}
.task-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(20, 184, 166, .12);
  margin-bottom: 8px;
}
.task-card-svg {
  width: 20px;
  height: 20px;
}

/* v1.0.2 Focus Mode: plain role workspaces and separated Help Center */
.app-shell{grid-template-columns:230px minmax(0,1fr)}
.sidebar.dental-style-sidebar.workspace-sidebar{width:230px;min-width:230px}
.focus-sidebar .primary-nav-link{min-height:38px;padding:8px 10px;border-radius:10px}
.focus-sidebar .sidebar-cut{margin-top:10px}
.focus-sidebar .sidebar-cut span{font-size:9.5px;letter-spacing:.07em;color:rgba(207,255,249,.72)}
.focus-sidebar .nav-label{font-size:13px;font-weight:800}
.workspace-status{display:none!important}
.dashboard-task-card{box-shadow:none!important;border:1px solid #cbd5e1!important;transition:none!important}
.dashboard-task-card:hover{transform:none!important;box-shadow:none!important;background:#f8fafc!important}
.task-card-icon{background:#f1f5f9!important;color:#0f172a!important;width:32px;height:32px;border-radius:10px}
.task-card-svg{width:17px;height:17px}
.top-help-link{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#f8fafc;border:1px solid #cbd5e1;color:#0f172a;font-weight:950;text-decoration:none}
.top-help-link:hover{background:#ecfeff;border-color:#67e8f9;color:#0e7490}
.task-view-badge{display:inline-flex;align-items:center;min-height:34px;border-radius:999px;border:1px solid #cbd5e1;background:#f8fafc;color:#334155;padding:0 11px;font-size:12px;font-weight:900}
.page-task-menu{margin:0 0 12px;background:#fff;border:1px solid #cbd5e1;border-radius:14px;padding:0;box-shadow:none}
.page-task-menu summary{cursor:pointer;display:flex;align-items:center;gap:7px;padding:9px 12px;font-size:13px;font-weight:900;color:#0f172a;list-style:none}
.page-task-menu summary::-webkit-details-marker{display:none}
.page-task-menu summary:after{content:'Show';margin-left:auto;font-size:11px;color:#0f766e;background:#ccfbf1;border:1px solid #5eead4;border-radius:999px;padding:3px 8px}
.page-task-menu[open] summary:after{content:'Hide'}
.page-task-menu-links{display:flex;gap:6px;flex-wrap:wrap;border-top:1px solid #e2e8f0;padding:8px 10px;max-height:92px;overflow:auto;scrollbar-gutter:stable;background:#f8fafc;border-radius:0 0 14px 14px}
.page-task-link{display:inline-flex;align-items:center;gap:6px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;text-decoration:none;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:850;white-space:nowrap}
.page-task-link.active{background:#ecfeff;border-color:#67e8f9;color:#115e59}
.subnav-head-icon,.subnav-svg{width:15px;height:15px}
.help-center-hero{border-left:4px solid #0f766e}
.help-card-grid .help-card{box-shadow:none}
@media(max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar.dental-style-sidebar.workspace-sidebar{width:100%;min-width:0}.page-task-menu-links{max-height:none}}
