/* [project]/src/components/board/feed-workspace-shell.module.css [app-client] (css) */
.feed-workspace-shell-module__kiN6ea__root :where(button, input, textarea, select, [role="button"], [role="menuitem"], [tabindex]):focus-visible {
  outline: 2px solid var(--cc-brand-alpha-30);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .feed-workspace-shell-module__kiN6ea__root, .feed-workspace-shell-module__kiN6ea__root *, .feed-workspace-shell-module__kiN6ea__root :before, .feed-workspace-shell-module__kiN6ea__root :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* [project]/src/components/board/feed-goal-sidebar.module.css [app-client] (css) */
.feed-goal-sidebar-module__fl5tCG__sidebar, .feed-goal-sidebar-module__fl5tCG__rail {
  background: var(--cc-canvas-subtle);
  border-right: 1px solid var(--cc-line-alpha-15);
  height: 100%;
  min-height: 0;
  font-family: var(--cc-font-body);
  flex: none;
}

.feed-goal-sidebar-module__fl5tCG__sidebar {
  flex-direction: column;
  width: 280px;
  display: flex;
  position: relative;
}

.feed-goal-sidebar-module__fl5tCG__rail {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 48px;
  padding: 10px 0;
  display: flex;
}

.feed-goal-sidebar-module__fl5tCG__iconButton, .feed-goal-sidebar-module__fl5tCG__newGoal, .feed-goal-sidebar-module__fl5tCG__workspaceButton, .feed-goal-sidebar-module__fl5tCG__groupButton, .feed-goal-sidebar-module__fl5tCG__goalRow, .feed-goal-sidebar-module__fl5tCG__goalMain, .feed-goal-sidebar-module__fl5tCG__rowAction, .feed-goal-sidebar-module__fl5tCG__archiveButton, .feed-goal-sidebar-module__fl5tCG__menuOption, .feed-goal-sidebar-module__fl5tCG__restoreButton {
  font: inherit;
}

.feed-goal-sidebar-module__fl5tCG__iconButton:focus-visible, .feed-goal-sidebar-module__fl5tCG__newGoal:focus-visible, .feed-goal-sidebar-module__fl5tCG__workspaceButton:focus-visible, .feed-goal-sidebar-module__fl5tCG__groupButton:focus-visible, .feed-goal-sidebar-module__fl5tCG__goalRow:focus-visible, .feed-goal-sidebar-module__fl5tCG__goalMain:focus-visible, .feed-goal-sidebar-module__fl5tCG__rowAction:focus-visible, .feed-goal-sidebar-module__fl5tCG__archiveButton:focus-visible, .feed-goal-sidebar-module__fl5tCG__menuOption:focus-visible, .feed-goal-sidebar-module__fl5tCG__restoreButton:focus-visible, .feed-goal-sidebar-module__fl5tCG__search:focus-visible {
  outline: 2px solid var(--cc-brand-alpha-30);
  outline-offset: 1px;
}

.feed-goal-sidebar-module__fl5tCG__iconButton {
  width: 34px;
  height: 34px;
  color: var(--cc-text-secondary);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 7px;
  place-items: center;
  display: grid;
}

.feed-goal-sidebar-module__fl5tCG__iconButton:hover {
  background: var(--cc-brand-alpha-06);
  color: var(--cc-text-primary);
}

.feed-goal-sidebar-module__fl5tCG__iconButtonAccent {
  border: 1px solid var(--cc-brand-alpha-30);
  background: var(--cc-surface-selected-soft);
  color: var(--cc-brand-primary);
}

.feed-goal-sidebar-module__fl5tCG__railSpacer {
  flex: 1;
}

.feed-goal-sidebar-module__fl5tCG__workspaceWrap {
  padding: 10px 10px 2px;
  position: relative;
}

.feed-goal-sidebar-module__fl5tCG__sectionLabel {
  font: 600 10px/1 var(--cc-font-label);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cc-text-secondary);
}

.feed-goal-sidebar-module__fl5tCG__workspaceHeader {
  justify-content: space-between;
  align-items: center;
  padding: 0 4px 6px;
  display: flex;
}

.feed-goal-sidebar-module__fl5tCG__collapseButton {
  width: 24px;
  height: 24px;
}

.feed-goal-sidebar-module__fl5tCG__workspaceButton {
  width: 100%;
  height: 38px;
  color: var(--cc-text-primary-alt);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.feed-goal-sidebar-module__fl5tCG__workspaceButton:hover {
  background: var(--cc-surface-muted);
}

.feed-goal-sidebar-module__fl5tCG__workspaceLabel {
  align-items: center;
  gap: 8px;
  min-width: 0;
  display: flex;
}

.feed-goal-sidebar-module__fl5tCG__ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.feed-goal-sidebar-module__fl5tCG__workspaceMenu {
  z-index: 100;
  border: 1px solid var(--cc-line-alpha-20);
  background: var(--cc-surface);
  max-height: min(360px, 100vh - 96px);
  box-shadow: 0 4px 12px var(--cc-brand-alpha-08);
  border-radius: 8px;
  margin-top: 2px;
  padding: 4px;
  position: absolute;
  top: 100%;
  left: 10px;
  right: 10px;
  overflow-y: auto;
}

.feed-goal-sidebar-module__fl5tCG__menuOption {
  width: 100%;
  color: var(--cc-text-secondary);
  cursor: pointer;
  text-align: left;
  font: 500 13px/1.3 var(--cc-font-body);
  background: none;
  border: 0;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  display: flex;
}

.feed-goal-sidebar-module__fl5tCG__menuOption > span {
  min-width: 0;
}

.feed-goal-sidebar-module__fl5tCG__menuOption strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  overflow: hidden;
}

.feed-goal-sidebar-module__fl5tCG__menuOption:hover {
  background: var(--cc-surface-muted);
}

.feed-goal-sidebar-module__fl5tCG__menuOptionSelected {
  background: var(--cc-surface-selected);
  color: var(--cc-text-on-selected);
}

.feed-goal-sidebar-module__fl5tCG__menuOptionSelected:hover {
  background: var(--cc-surface-selected);
}

.feed-goal-sidebar-module__fl5tCG__menuHint {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  opacity: .65;
  margin-top: 2px;
  font-size: 10px;
  display: block;
  overflow: hidden;
}

.feed-goal-sidebar-module__fl5tCG__newGoalWrap {
  padding: 6px 12px 8px;
}

.feed-goal-sidebar-module__fl5tCG__newGoal {
  border: 1px solid var(--cc-brand-alpha-30);
  width: 100%;
  height: 34px;
  color: var(--cc-brand-primary);
  cursor: pointer;
  font: 600 12px/1 var(--cc-font-label);
  background: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  display: flex;
}

.feed-goal-sidebar-module__fl5tCG__newGoal:hover {
  background: var(--cc-surface-selected-soft);
}

.feed-goal-sidebar-module__fl5tCG__list {
  flex: 1;
  min-height: 0;
  padding: 2px 8px 8px;
  overflow-y: auto;
}

.feed-goal-sidebar-module__fl5tCG__group {
  margin-bottom: 2px;
}

.feed-goal-sidebar-module__fl5tCG__groupButton {
  width: 100%;
  color: var(--cc-text-secondary);
  cursor: pointer;
  text-align: left;
  font: 600 10px/1 var(--cc-font-label);
  letter-spacing: .12em;
  text-transform: uppercase;
  background: none;
  border: 0;
  align-items: center;
  gap: 5px;
  padding: 9px 8px 4px;
  display: flex;
}

.feed-goal-sidebar-module__fl5tCG__groupCount {
  color: var(--cc-text-tertiary);
  font: 400 10px/1 var(--cc-font-mono);
  letter-spacing: 0;
  margin-left: auto;
}

.feed-goal-sidebar-module__fl5tCG__goalRow {
  width: 100%;
  min-height: 34px;
  color: var(--cc-text-primary);
  text-align: left;
  background: none;
  border: 0;
  border-radius: 7px;
  align-items: center;
  gap: 4px;
  padding: 0 8px 0 10px;
  display: flex;
}

.feed-goal-sidebar-module__fl5tCG__goalRow:hover {
  background: var(--cc-brand-alpha-04);
}

.feed-goal-sidebar-module__fl5tCG__goalRowSelected {
  background: var(--cc-brand-alpha-08);
}

.feed-goal-sidebar-module__fl5tCG__goalRowSelected:hover {
  background: var(--cc-brand-alpha-12);
}

.feed-goal-sidebar-module__fl5tCG__goalMain {
  min-width: 0;
  min-height: 34px;
  color: inherit;
  cursor: pointer;
  text-align: left;
  background: none;
  border: 0;
  flex: 1;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  display: flex;
}

.feed-goal-sidebar-module__fl5tCG__statusDot {
  border-radius: 999px;
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
}

.feed-goal-sidebar-module__fl5tCG__statusDotHidden {
  box-shadow: none;
}

.feed-goal-sidebar-module__fl5tCG__statusDotAttention {
  box-shadow: 0 0 0 3px var(--cc-status-warning-bg);
}

.feed-goal-sidebar-module__fl5tCG__draftBadge {
  background: var(--cc-status-info-bg);
  height: 18px;
  color: var(--cc-status-info);
  font: 700 8.5px/1 var(--cc-font-mono);
  letter-spacing: .07em;
  text-transform: uppercase;
  border-radius: 999px;
  flex: none;
  align-items: center;
  padding: 0 6px;
  display: inline-flex;
}

.feed-goal-sidebar-module__fl5tCG__goalText {
  flex: 1;
  min-width: 0;
}

.feed-goal-sidebar-module__fl5tCG__goalTitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--cc-feed-type-sidebar);
  font-weight: 450;
  display: block;
  overflow: hidden;
}

.feed-goal-sidebar-module__fl5tCG__goalMeta {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--cc-text-tertiary);
  font: 400 10px/1 var(--cc-font-mono);
  margin-top: 2px;
  display: block;
  overflow: hidden;
}

.feed-goal-sidebar-module__fl5tCG__rowAction {
  width: 22px;
  height: 22px;
  color: var(--cc-text-tertiary);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 5px;
  flex: 0 0 22px;
  place-items: center;
  display: grid;
}

.feed-goal-sidebar-module__fl5tCG__rowAction:hover {
  background: var(--cc-brand-alpha-08);
  color: var(--cc-brand-primary);
}

.feed-goal-sidebar-module__fl5tCG__archiveFooter {
  border-top: 1px solid var(--cc-line-alpha-25);
  flex: none;
  padding: 8px 12px 10px;
}

.feed-goal-sidebar-module__fl5tCG__archiveButton {
  width: 100%;
  height: 32px;
  color: var(--cc-text-secondary);
  cursor: pointer;
  font: 500 12px/1 var(--cc-font-label);
  background: none;
  border: 0;
  border-radius: 7px;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  display: flex;
}

.feed-goal-sidebar-module__fl5tCG__archiveButton:hover {
  background: var(--cc-brand-alpha-04);
  color: var(--cc-text-primary);
}

.feed-goal-sidebar-module__fl5tCG__archiveCount {
  color: var(--cc-text-tertiary);
  font: 400 10px/1 var(--cc-font-mono);
  margin-left: auto;
}

.feed-goal-sidebar-module__fl5tCG__archiveHeader {
  align-items: center;
  gap: 6px;
  padding: 4px 2px 8px;
  display: flex;
}

.feed-goal-sidebar-module__fl5tCG__archiveTitle {
  font: 600 12px/1 var(--cc-font-label);
}

.feed-goal-sidebar-module__fl5tCG__searchWrap {
  border: 1px solid var(--cc-line-alpha-25);
  background: var(--cc-surface);
  border-radius: 7px;
  align-items: center;
  gap: 7px;
  height: 30px;
  margin: 0 2px 8px;
  padding: 0 10px;
  display: flex;
}

.feed-goal-sidebar-module__fl5tCG__search {
  width: 100%;
  min-width: 0;
  color: var(--cc-text-primary);
  background: none;
  border: 0;
  outline: 0;
  font-size: 12px;
}

.feed-goal-sidebar-module__fl5tCG__empty {
  text-align: center;
  color: var(--cc-text-tertiary);
  padding: 20px 10px;
  font-size: 12px;
}

.feed-goal-sidebar-module__fl5tCG__restoreButton {
  border: 1px solid var(--cc-brand-alpha-30);
  background: var(--cc-surface);
  height: 24px;
  color: var(--cc-brand-primary);
  cursor: pointer;
  font: 600 10px/1 var(--cc-font-label);
  border-radius: 6px;
  padding: 0 8px;
}

.feed-goal-sidebar-module__fl5tCG__restoreButton:hover {
  background: var(--cc-surface-selected-soft);
}

.feed-goal-sidebar-module__fl5tCG__resizeHandle {
  z-index: 20;
  cursor: col-resize;
  touch-action: none;
  outline: none;
  justify-content: center;
  width: 8px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
}

.feed-goal-sidebar-module__fl5tCG__resizeHandle span {
  background: none;
  width: 1px;
  height: 100%;
  transition: background-color .12s;
}

.feed-goal-sidebar-module__fl5tCG__resizeHandle:hover span, .feed-goal-sidebar-module__fl5tCG__resizeHandle:focus-visible span {
  background: var(--cc-brand-alpha-35);
}

.feed-goal-sidebar-module__fl5tCG__resizeHandle:focus-visible {
  outline: 2px solid var(--cc-brand-alpha-25);
  outline-offset: -2px;
}

@media (prefers-reduced-motion: no-preference) {
  .feed-goal-sidebar-module__fl5tCG__iconButton, .feed-goal-sidebar-module__fl5tCG__newGoal, .feed-goal-sidebar-module__fl5tCG__goalRow, .feed-goal-sidebar-module__fl5tCG__archiveButton, .feed-goal-sidebar-module__fl5tCG__rowAction {
    transition: background-color .12s, color .12s, border-color .12s;
  }
}

/* [project]/src/components/board/feed-menu.module.css [app-client] (css) */
.feed-menu-module__2iTzka__trigger:focus-visible, .feed-menu-module__2iTzka__item:focus-visible {
  outline: 2px solid var(--cc-brand-alpha-30);
  outline-offset: 1px;
}

.feed-menu-module__2iTzka__item:hover:not(:disabled), .feed-menu-module__2iTzka__item:focus-visible:not(:disabled) {
  background: var(--cc-brand-alpha-06) !important;
}

/*# sourceMappingURL=src_components_board_0d7h39l._.css.map*/