.my-hover:hover {
  background-color: #2522CA !important;
  /* color: #ffffff !important; */
  transition: 0.3s ease;
}


:root {
  --bs-primary: #2522CA !important;
  --bs-primary-rgb: 37, 34, 202 !important;
}

body {
  background:
    radial-gradient(circle at top, rgba(37, 99, 235, 0.18), transparent 28%),
    linear-gradient(180deg, #0b1120 0%, #111827 52%, #172033 100%);
}

.navbar.bg-primary {
  background:
    linear-gradient(90deg, rgba(37, 34, 202, 0.96), rgba(29, 78, 216, 0.92)) !important;
  border-bottom: 1px solid rgba(191, 219, 254, 0.12);
  box-shadow: 0 18px 40px rgba(2, 8, 23, 0.28);
}

.navbar-brand,
.nav-link {
  letter-spacing: 0.01em;
}

.nav-link {
  color: rgba(219, 234, 254, 0.82) !important;
}

.nav-link:hover,
.nav-link:focus {
  color: #ffffff !important;
}

.page-shell {
  padding: 0 1rem 2rem;
}

.page-hero {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.5rem;
  padding: 0 0.25rem 1.5rem;
}

.page-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1rem;
}

.page-eyebrow {
  margin: 0 0 0.35rem;
  color: rgba(125, 211, 252, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-title {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.page-copy {
  max-width: 62ch;
  margin: 0.5rem 0 0;
  color: rgba(191, 219, 254, 0.78);
  font-size: 1rem;
  line-height: 1.65;
}

.metric-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0.8rem;
}

.metric-chip {
  min-width: 120px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.62);
}

.metric-chip__label {
  display: block;
  color: rgba(191, 219, 254, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.metric-chip__value {
  display: block;
  margin-top: 0.35rem;
  color: #f8fafc;
  font-size: 1.4rem;
  font-weight: 800;
}

.slick-action-button,
.slick-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  border-radius: 0.6rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.slick-action-button {
  padding: 0.72rem 1rem;
  border: 1px solid rgba(125, 211, 252, 0.42);
  background:
    linear-gradient(180deg, rgba(37, 99, 235, 0.92), rgba(29, 78, 216, 0.82));
  color: #eff6ff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 16px 32px rgba(37, 99, 235, 0.24);
}

.slick-action-button:hover,
.slick-action-button:focus {
  color: #ffffff;
  border-color: rgba(191, 219, 254, 0.65);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 36px rgba(37, 99, 235, 0.32);
}

.slick-action-button--compact {
  min-height: 40px;
  padding: 0.58rem 0.85rem;
}

.slick-action-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(239, 246, 255, 0.16);
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1;
}

.slick-secondary-button {
  padding: 0.58rem 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(30, 41, 59, 0.86);
  color: rgba(226, 232, 240, 0.9);
}

.slick-secondary-button:hover,
.slick-secondary-button:focus {
  border-color: rgba(125, 211, 252, 0.3);
  color: #ffffff;
  transform: translateY(-1px);
}

.friday-modal .modal-dialog {
  max-width: 560px;
}

.friday-modal__content {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 0.85rem;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.93));
  color: #e2e8f0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 28px 70px rgba(2, 8, 23, 0.48);
}

.friday-modal__header,
.friday-modal__footer {
  border-color: rgba(148, 163, 184, 0.14);
}

.friday-modal__header {
  align-items: start;
  padding: 1.15rem 1.25rem;
}

.friday-modal__body {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
}

.friday-modal__footer {
  gap: 0.7rem;
  padding: 1rem 1.25rem;
}

.friday-modal__eyebrow {
  margin: 0 0 0.25rem;
  color: rgba(125, 211, 252, 0.82);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.friday-modal__title {
  margin: 0;
  color: #f8fafc;
  font-size: 1.25rem;
  font-weight: 800;
}

.friday-field {
  display: grid;
  gap: 0.4rem;
}

.friday-field__label {
  color: rgba(191, 219, 254, 0.82);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.friday-form-control {
  min-height: 42px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 0.55rem;
  background-color: rgba(15, 23, 42, 0.72);
  color: #f8fafc;
}

.friday-form-control:focus {
  border-color: rgba(125, 211, 252, 0.62);
  background-color: rgba(15, 23, 42, 0.9);
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.18);
}

.friday-form-control option {
  background: #0f172a;
  color: #f8fafc;
}

.friday-field__error,
.friday-form-errors {
  color: #fecaca;
  font-size: 0.84rem;
}

.discovery-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0.25rem 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.64);
}

.toolbar-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.toolbar-label {
  color: rgba(191, 219, 254, 0.74);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.toolbar-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 999px;
  background: rgba(30, 41, 59, 0.72);
  color: rgba(226, 232, 240, 0.86);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.toolbar-chip:hover,
.toolbar-chip:focus {
  color: #ffffff;
  border-color: rgba(125, 211, 252, 0.32);
  transform: translateY(-1px);
}

.toolbar-chip.is-active {
  border-color: rgba(96, 165, 250, 0.42);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.34), rgba(30, 41, 59, 0.8));
  color: #eff6ff;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 1.25rem;
}

.project-overview-card,
.board-column,
.status-column {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.78));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 40px rgba(2, 8, 23, 0.22);
}

.project-overview-card {
  padding: 1.35rem;
  cursor: grab;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.project-overview-card:hover {
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, 0.3);
}

.project-overview-card__header,
.board-column__header,
.status-column__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.board-column__header--draggable {
  cursor: grab;
  padding: 0.2rem 0.2rem 0.75rem;
  margin: -0.2rem -0.2rem 0;
  border-radius: 0.9rem;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.board-column__header--draggable:hover {
  background: rgba(30, 41, 59, 0.48);
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.12);
}

.project-overview-card__eyebrow,
.board-column__eyebrow {
  margin: 0 0 0.35rem;
  color: rgba(125, 211, 252, 0.74);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-overview-card__title,
.board-column__title,
.status-column__title {
  margin: 0;
  color: #f8fafc;
  font-size: 1.25rem;
  font-weight: 700;
}

.project-overview-card__badge,
.status-column__count {
  align-self: start;
  padding: 0.3rem 0.7rem;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: rgba(191, 219, 254, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
}

.project-overview-card__owner,
.board-column__owner {
  margin-top: 0.9rem;
  color: rgba(191, 219, 254, 0.76);
  font-size: 0.95rem;
}

.project-overview-card__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.project-overview-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.project-overview-card__preview {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.project-overview-card__preview-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
  color: rgba(191, 219, 254, 0.7);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-task-bubbles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.project-task-bubble {
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 1rem;
  background: rgba(30, 41, 59, 0.58);
  min-height: 92px;
}

.project-task-bubble__title {
  display: block;
  color: #f8fafc;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.project-task-bubble__meta {
  display: block;
  margin-top: 0.4rem;
  color: rgba(191, 219, 254, 0.72);
  font-size: 0.8rem;
  line-height: 1.45;
}

.project-task-bubble--not-started {
  border-color: rgba(148, 163, 184, 0.2);
}

.project-task-bubble--todo {
  border-color: rgba(251, 191, 36, 0.22);
  background: rgba(120, 53, 15, 0.18);
}

.project-task-bubble--in-progress {
  border-color: rgba(96, 165, 250, 0.24);
  background: rgba(30, 64, 175, 0.18);
}

.project-task-bubble--stalled {
  border-color: rgba(196, 181, 253, 0.22);
  background: rgba(91, 33, 182, 0.16);
}

.project-task-bubble--blocked {
  border-color: rgba(252, 165, 165, 0.22);
  background: rgba(127, 29, 29, 0.18);
}

.project-task-bubble--done {
  border-color: rgba(110, 231, 183, 0.2);
  background: rgba(6, 78, 59, 0.18);
}

.project-task-bubble--empty {
  grid-column: 1 / -1;
}

.project-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: rgba(30, 41, 59, 0.92);
  color: rgba(191, 219, 254, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
}

.project-overview-stat {
  padding: 0.9rem 1rem;
  border-radius: 0.95rem;
  background: rgba(30, 41, 59, 0.58);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.project-overview-stat__label {
  display: block;
  color: rgba(191, 219, 254, 0.68);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.project-overview-stat__value {
  display: block;
  margin-top: 0.4rem;
  color: #f8fafc;
  font-size: 1.4rem;
  font-weight: 800;
}

.board-grid,
.status-board {
  display: grid;
  gap: 1.25rem;
}

.board-grid {
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.status-board {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.task-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.board-column,
.status-column {
  padding: 1.15rem;
}

.board-column__summary {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0.25rem;
  color: rgba(191, 219, 254, 0.76);
  font-size: 0.82rem;
  font-weight: 600;
}

.board-column__tasks,
.status-column__stack {
  margin-top: 1rem;
  min-height: 220px;
}

.task-card {
  border: 1px solid rgba(148, 163, 184, 0.12);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(30, 41, 59, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 14px 32px rgba(2, 8, 23, 0.22);
}

.task-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.task-card__topline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.task-card__status-badge,
.task-card__priority-badge,
.task-card__project-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.task-card__status-badge {
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.task-card__priority-badge {
  background: rgba(15, 23, 42, 0.84);
  border: 1px solid rgba(148, 163, 184, 0.18);
  color: rgba(226, 232, 240, 0.88);
}

.task-card__project-pill {
  background: rgba(30, 41, 59, 0.9);
  color: rgba(226, 232, 240, 0.92);
}

.task-card__title {
  margin: 0;
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.task-card__meta {
  color: rgba(191, 219, 254, 0.72);
  font-size: 0.88rem;
}

.task-card--not-started .task-card__status-badge {
  background: rgba(100, 116, 139, 0.18);
  border-color: rgba(148, 163, 184, 0.28);
  color: #cbd5e1;
}

.task-card--todo .task-card__status-badge {
  background: rgba(245, 158, 11, 0.16);
  border-color: rgba(251, 191, 36, 0.32);
  color: #fde68a;
}

.task-card--in-progress .task-card__status-badge {
  background: rgba(37, 99, 235, 0.18);
  border-color: rgba(96, 165, 250, 0.34);
  color: #bfdbfe;
}

.task-card--stalled .task-card__status-badge {
  background: rgba(168, 85, 247, 0.16);
  border-color: rgba(196, 181, 253, 0.28);
  color: #ddd6fe;
}

.task-card--blocked .task-card__status-badge {
  background: rgba(239, 68, 68, 0.16);
  border-color: rgba(252, 165, 165, 0.28);
  color: #fecaca;
}

.task-card--done .task-card__status-badge {
  background: rgba(16, 185, 129, 0.16);
  border-color: rgba(110, 231, 183, 0.28);
  color: #a7f3d0;
}

.task-card--priority-urgent .task-card__priority-badge {
  border-color: rgba(252, 165, 165, 0.28);
  color: #fecaca;
}

.task-card--priority-high .task-card__priority-badge {
  border-color: rgba(251, 191, 36, 0.28);
  color: #fde68a;
}

.task-card--priority-medium .task-card__priority-badge {
  border-color: rgba(125, 211, 252, 0.26);
  color: #bfdbfe;
}

.task-card--priority-low .task-card__priority-badge {
  border-color: rgba(148, 163, 184, 0.24);
  color: #cbd5e1;
}

.empty-state,
.empty-drop-hint {
  padding: 1.15rem;
  border: 1px dashed rgba(148, 163, 184, 0.2);
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.46);
  color: rgba(191, 219, 254, 0.72);
}

.drag-drop-workspace {
  position: sticky;
  top: 0;
  z-index: 1020;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  backdrop-filter: blur(10px);
}

.drag-drop-workspace__inner {
  position: relative;
  width: 100%;
  min-height: 220px;
  padding: 2.75rem 1.5rem 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 1rem;
  background-color: #101826;
  background-image:
    linear-gradient(rgba(96, 165, 250, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 165, 250, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(15, 23, 42, 0.94));
  background-size: 24px 24px, 24px 24px, 96px 96px, 96px 96px, 100% 100%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 40px rgba(2, 8, 23, 0.3);
  overflow: hidden;
}

.drag-drop-layout {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  width: 100%;
}

.drag-drop-layout__primary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  flex: 0 0 calc(50% - 0.625rem);
  max-width: calc(50% - 0.625rem);
}

.drag-drop-layout__divider {
  flex: 0 0 1px;
  align-self: stretch;
  margin: 0.35rem 0;
  background: linear-gradient(
    180deg,
    rgba(125, 211, 252, 0),
    rgba(125, 211, 252, 0.5),
    rgba(125, 211, 252, 0)
  );
  box-shadow: 0 0 18px rgba(96, 165, 250, 0.18);
}

.drag-drop-layout__statuses {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 0.9rem;
  padding-top: 0.25rem;
}

.drag-drop-workspace__inner::before {
  content: "Drag and drop workspace";
  position: absolute;
  top: 0.9rem;
  right: 1.25rem;
  padding: 0.25rem 0.65rem;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.55);
  color: rgba(191, 219, 254, 0.82);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drop-zone-card {
  position: relative;
  flex: 1 1 240px;
  min-height: 170px;
  padding: 1.25rem;
  border: 2px dashed rgba(125, 211, 252, 0.35);
  border-radius: 0.9rem;
  background:
    linear-gradient(180deg, rgba(30, 41, 59, 0.78), rgba(15, 23, 42, 0.92));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 12px 24px rgba(2, 8, 23, 0.22);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.drop-zone-card--compact {
  min-height: 150px;
}

.drop-zone-card::after {
  content: "";
  position: absolute;
  inset: 0.65rem;
  border: 1px solid rgba(191, 219, 254, 0.08);
  border-radius: 0.6rem;
  pointer-events: none;
}

.drop-zone-card__title {
  margin: 0 0 0.65rem;
  color: #e2e8f0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.drop-zone-card__hint {
  margin: 0;
  max-width: 24ch;
  color: rgba(191, 219, 254, 0.78);
  font-size: 0.95rem;
  line-height: 1.5;
}

.drop-zone-chip {
  position: relative;
  min-width: 168px;
  padding: 0.9rem 1.05rem;
  border: 2px dashed rgba(125, 211, 252, 0.3);
  border-radius: 0.85rem;
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.72), rgba(15, 23, 42, 0.9));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 10px 22px rgba(2, 8, 23, 0.18);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.drop-zone-chip__label {
  display: block;
  color: #dbeafe;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.task-drag-card {
  cursor: grab;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.task-drag-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.18);
}

.task-drag-card .card-body {
  pointer-events: none;
}

.task-drag-card--chosen,
.task-drag-card--dragging {
  cursor: grabbing;
  transform: rotate(-1deg) scale(1.02);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.34);
}

.task-drag-card--ghost {
  opacity: 0.38;
}

.is-dragging-task .js-drop-zone {
  border-color: rgba(125, 211, 252, 0.48);
}

.drop-zone--active {
  border-color: rgba(125, 211, 252, 0.92);
  background-image:
    linear-gradient(180deg, rgba(59, 130, 246, 0.2), rgba(15, 23, 42, 0.92)),
    repeating-linear-gradient(
      135deg,
      rgba(125, 211, 252, 0.2) 0 10px,
      rgba(125, 211, 252, 0.04) 10px 20px
    );
  box-shadow:
    inset 0 0 0 1px rgba(191, 219, 254, 0.14),
    0 0 0 1px rgba(125, 211, 252, 0.15),
    0 0 28px rgba(59, 130, 246, 0.24),
    0 14px 30px rgba(2, 8, 23, 0.26);
  transform: translateY(-2px);
  animation: drop-zone-pulse 0.9s ease-in-out infinite;
}

.status-column.drop-zone--active {
  transform: none;
}

.drop-zone--active::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(125, 211, 252, 0.22) 0 14px,
      transparent 14px 28px
    );
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  padding: 2px;
  animation: drop-zone-dashes 1.2s linear infinite;
}

@keyframes drop-zone-pulse {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 1px rgba(191, 219, 254, 0.14),
      0 0 0 1px rgba(125, 211, 252, 0.15),
      0 0 22px rgba(59, 130, 246, 0.18),
      0 14px 30px rgba(2, 8, 23, 0.24);
  }
  50% {
    box-shadow:
      inset 0 0 0 1px rgba(191, 219, 254, 0.22),
      0 0 0 1px rgba(125, 211, 252, 0.28),
      0 0 34px rgba(96, 165, 250, 0.34),
      0 16px 34px rgba(2, 8, 23, 0.28);
  }
}

@keyframes drop-zone-dashes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 28px 0;
  }
}

@media (max-width: 991.98px) {
  .drag-drop-workspace {
    position: static;
    backdrop-filter: none;
  }

  .page-hero {
    align-items: start;
  }

  .metric-strip {
    justify-content: start;
  }

  .drag-drop-layout {
    flex-direction: column;
  }

  .drag-drop-layout__primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-basis: auto;
    max-width: none;
  }

  .drag-drop-layout__divider {
    flex-basis: 1px;
    width: 100%;
    height: 1px;
    margin: 0;
    background: linear-gradient(
      90deg,
      rgba(125, 211, 252, 0),
      rgba(125, 211, 252, 0.5),
      rgba(125, 211, 252, 0)
    );
  }
}

@media (max-width: 767.98px) {
  .page-shell {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .discovery-toolbar {
    padding: 0.9rem;
  }

  .project-overview-card__stats,
  .drag-drop-layout__primary {
    grid-template-columns: 1fr;
  }

  .project-grid,
  .project-task-bubbles,
  .task-grid,
  .board-grid,
  .status-board {
    grid-template-columns: 1fr;
  }

  .drop-zone-chip {
    min-width: 100%;
  }
}
