.kcb-board {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #0f172a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  box-sizing: border-box;
}

.kcb-board * {
  box-sizing: border-box;
  line-height: inherit;
}

.kcb-login {
  display: flex;
  justify-content: center;
  padding: 28px 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.kcb-login__box {
  width: min(360px, 100%);
  padding: 18px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.kcb-login__box h2 {
  margin: 0 0 14px;
  font-size: 1.25rem;
}

.kcb-login__form {
  display: grid;
  gap: 0;
}

.kcb-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.kcb-login__box > .kcb-lang-switch {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 10px;
}

.kcb-lang-switch__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
}

.kcb-lang-switch__item.is-active {
  border-color: #5eead4;
  background: #ecfdf5;
  box-shadow: 0 0 0 2px rgba(94, 234, 212, 0.24);
}

.kcb-login__box label {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
  font-weight: 800;
  color: #334155;
}

.kcb-login__box input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font: inherit;
}

.kcb-login__box button {
  width: 100%;
  margin-top: 6px;
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  background: #0f766e;
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.kcb-password-panel {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
}

.kcb-password-panel summary {
  cursor: pointer;
  color: #0f766e;
  font-weight: 900;
}

.kcb-password-form {
  display: grid;
  gap: 0;
  margin-top: 12px;
}

.kcb-password-panel__hint {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.35;
}

.kcb-login__notice {
  margin-top: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 800;
}

.kcb-login__notice.is-success {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.kcb-login__notice.is-error {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.kcb-login__error {
  margin-bottom: 10px;
  padding: 9px 10px;
  border: 1px solid #fecaca;
  border-radius: 10px;
  background: #fef2f2;
  color: #991b1b;
  font-weight: 800;
}

.kcb-loginbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #334155;
}

.kcb-loginbar a {
  color: #0f766e;
  font-weight: 800;
  text-decoration: none;
}

.kcb-refreshbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.kcb-activity {
  margin-bottom: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.kcb-activity__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.kcb-activity__title {
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
}

.kcb-activity__clear {
  border: 1px solid #fecaca;
  border-radius: 999px;
  background: #fff5f5;
  color: #b91c1c;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  padding: 5px 9px;
}

.kcb-activity__clear:disabled {
  cursor: wait;
  opacity: .65;
}

.kcb-activity__list {
  max-height: 182px;
  overflow-y: auto;
}

.kcb-activity__item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border-bottom: 1px solid #eef2f7;
  font-size: 12px;
}

.kcb-activity__item:last-child {
  border-bottom: 0;
}

.kcb-activity__content {
  min-width: 0;
}

.kcb-activity__action {
  color: #0f172a;
  font-weight: 900;
  line-height: 1.25;
}

.kcb-activity__boat,
.kcb-activity__item strong {
  color: #0f766e;
}

.kcb-activity__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 3px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

.kcb-activity__empty {
  color: #64748b;
}

.kcb-activity__empty {
  padding: 8px 10px;
  font-size: 12px;
}

.kcb-activity__archive-btn {
  border: 1px solid #99f6e4;
  border-radius: 999px;
  background: #f0fdfa;
  color: #0f766e;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  padding: 5px 9px;
  white-space: nowrap;
}

.kcb-activity__archive-btn:disabled {
  cursor: wait;
  opacity: .65;
}

.kcb-activity__archive {
  border-top: 1px solid #e2e8f0;
}

.kcb-activity__archive summary {
  cursor: pointer;
  padding: 8px 10px;
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  background: #fbfdfd;
}

.kcb-activity__list--archive {
  max-height: 150px;
  background: #fcfcfd;
}

.kcb-notification-panel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.kcb-board__hero {
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
  color: #ffffff;
}

.kcb-board__eyebrow {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.72rem;
  margin-bottom: 8px;
}

.kcb-board__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 800;
}

.kcb-board__subtitle {
  margin: 8px 0 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.92);
}

.kcb-board__note {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #334155;
  font-size: 0.88rem;
  line-height: 1.45;
}

.kcb-refresh-link {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 0;
  border-radius: 999px;
  background: #0f766e;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.kcb-refresh-link:hover {
  background: #115e59;
  color: #ffffff !important;
}

.kcb-refresh-link:disabled {
  cursor: wait;
  opacity: .72;
}

.kcb-push-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid #99f6e4;
  border-radius: 999px;
  background: #ecfdf5;
  color: #0f766e;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.12);
}

.kcb-push-button.is-on {
  border-color: #99f6e4;
  background: #ecfdf5;
  color: #0f766e;
}

.kcb-push-button.is-off {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
  box-shadow: 0 8px 18px rgba(153, 27, 27, 0.08);
}

.kcb-push-button:disabled {
  cursor: wait;
  opacity: .72;
}

.kcb-calendar-wrap {
  margin-top: 0;
  border: 1px solid #dbe5ee;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
  overscroll-behavior: contain;
}

.kcb-calendar {
  width: max-content !important;
  max-width: none !important;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 0;
  background: #ffffff;
  border: 0;
  border-spacing: 0;
  font-size: 12px;
  line-height: 1.1;
}

.kcb-calendar th,
.kcb-calendar td {
  border-bottom: 1px solid #dbe5ee;
  border-right: 1px solid #dbe5ee;
  box-sizing: border-box;
  font-family: inherit !important;
  line-height: 1.1 !important;
  padding: 0 !important;
  vertical-align: top;
  text-align: left;
}

.kcb-calendar th {
  background: linear-gradient(180deg, #f8fafc 0%, #eef5f8 100%);
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  min-width: 38px;
  width: 38px;
  height: 28px;
}

.kcb-calendar tbody tr:nth-child(even) td {
  background-color: #fcfdfd;
}

.kcb-calendar tbody tr:hover td {
  background-color: #f0fdfa;
}

.kcb-calendar tr:last-child td {
  border-bottom: none;
}

.kcb-sticky-col,
.kcb-order {
  position: sticky;
  left: 0;
  z-index: 4;
  background: #ffffff;
}

.kcb-sticky-col {
  background: linear-gradient(180deg, #f8fafc 0%, #eef5f8 100%);
  min-width: 24px;
  width: 24px;
  max-width: 24px;
}

.kcb-sticky-col-2,
.kcb-boat {
  position: sticky;
  left: 24px;
  z-index: 4;
  background: #ffffff;
  min-width: 74px;
  width: 74px;
  max-width: 74px;
}

.kcb-sticky-col-2 {
  background: linear-gradient(180deg, #f8fafc 0%, #eef5f8 100%);
}

.kcb-order {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  text-align: center;
  padding: 2px 1px !important;
  font-weight: 800;
  color: #0f766e;
  font-size: 0.54rem;
}

.kcb-boat {
  padding: 2px 4px !important;
  font-weight: 800;
  white-space: nowrap;
  font-size: 0.58rem;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 8px 0 14px rgba(15, 23, 42, 0.04);
}

.kcb-day-head {
  font-size: 0.44rem;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.kcb-day-date {
  font-size: 0.46rem;
  margin-top: 0;
  text-align: center;
  white-space: nowrap;
}

.kcb-cell-empty {
  min-width: 38px;
  width: 38px;
  height: 28px;
  padding: 0 !important;
  background: transparent;
}

.kcb-event-cell {
  position: relative;
  padding: 0 !important;
  height: 28px;
  min-width: 38px;
  background: transparent;
}

.kcb-event {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  height: 100%;
  min-height: 28px;
  padding: 1px 2px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.kcb-event[title] {
  cursor: help;
}

.kcb-event:hover {
  filter: brightness(0.96);
}

.kcb-event--multi {
  background: transparent;
}

.kcb-event-segment {
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2px;
  overflow: hidden;
}

.kcb-event-segment:hover {
  filter: brightness(0.96);
}

@keyframes kcb-issue-pulse {
  0%,
  100% {
    filter: brightness(1) saturate(1);
    box-shadow: none;
  }

  50% {
    filter: brightness(1.16) saturate(1.22);
    box-shadow:
      inset 0 0 0 999px rgba(254, 202, 202, 0.18),
      0 0 0 2px rgba(220, 38, 38, 0.88);
  }
}

.kcb-event--issue,
.kcb-event-segment--issue {
  animation: kcb-issue-pulse 1.08s ease-in-out infinite;
}

.kcb-popup {
  position: absolute;
  z-index: 99999;
  width: min(280px, calc(100vw - 16px));
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
  color: #0f172a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.35;
}

.kcb-popup__title {
  margin-bottom: 6px;
  font-weight: 800;
}

.kcb-popup__list {
  margin: 0;
  padding-left: 16px;
}

.kcb-popup__list li + li {
  margin-top: 4px;
}

.kcb-popup__empty {
  color: #475569;
}

.kcb-checklist {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
}

.kcb-checklist__title {
  font-weight: 800;
  color: #0f172a;
}

.kcb-checkitem {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  gap: 8px;
  align-items: center;
  width: 100%;
  padding: 7px 8px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #0f172a;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.kcb-checkitem:hover {
  background: #f8fafc;
}

.kcb-checkitem.is-done {
  border-color: #86efac;
  background: #f0fdf4;
}

.kcb-checkitem__box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid #94a3b8;
  border-radius: 5px;
  color: #166534;
  font-weight: 900;
}

.kcb-checkitem strong {
  color: #0f766e;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.kcb-checkitem small {
  display: block;
  margin-top: 2px;
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
}

.kcb-checklist__hint,
.kcb-checklist__error {
  font-size: 11px;
  color: #64748b;
}

.kcb-checklist__error {
  color: #b91c1c;
}

.kcb-notes,
.kcb-issues {
  display: grid;
  gap: 7px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
}

.kcb-notes__title {
  font-weight: 800;
  color: #0f172a;
}

.kcb-notes__list,
.kcb-issues__list {
  display: grid;
  gap: 6px;
}

.kcb-note,
.kcb-issue {
  padding: 7px 8px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.kcb-note strong,
.kcb-issue strong {
  display: block;
  margin-bottom: 3px;
  color: #334155;
  font-size: 10px;
}

.kcb-note span,
.kcb-issue span {
  display: block;
  color: #0f172a;
  white-space: pre-wrap;
}

.kcb-issue__open,
.kcb-issue__delete {
  display: inline-flex;
  width: fit-content;
  margin-top: 5px;
  margin-right: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0f766e;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.kcb-issue__delete {
  color: #991b1b;
}

.kcb-issue__open:hover,
.kcb-issue__delete:hover {
  text-decoration: underline;
}

.kcb-note__delete {
  margin-top: 6px;
  padding: 4px 7px;
  border: 1px solid #fecaca;
  border-radius: 7px;
  background: #fef2f2;
  color: #991b1b;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}

.kcb-note__delete:hover {
  background: #fee2e2;
}

.kcb-notes__empty {
  color: #64748b;
  font-size: 11px;
}

.kcb-notes__textarea,
.kcb-issues__note,
.kcb-issues__file {
  width: 100%;
  padding: 8px 9px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font: inherit;
}

.kcb-notes__textarea,
.kcb-issues__note {
  resize: vertical;
}

.kcb-notes__save,
.kcb-issues__save {
  width: 100%;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: #0f766e;
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.kcb-issues__resolve {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  background: #ecfdf5;
  color: #166534;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.kcb-issues__resolve:hover {
  background: #dcfce7;
}

.kcb-issues__resolve:disabled {
  cursor: wait;
  opacity: .72;
}

.kcb-upload-progress {
  display: grid;
  gap: 5px;
  padding: 8px 9px;
  border: 1px solid #ccfbf1;
  border-radius: 8px;
  background: #f0fdfa;
}

.kcb-upload-progress[hidden] {
  display: none;
}

.kcb-upload-progress__label {
  color: #0f766e;
  font-size: 11px;
  font-weight: 900;
}

.kcb-upload-progress__track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #ccfbf1;
}

.kcb-upload-progress__track span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0f766e, #14b8a6);
  transition: width 0.18s ease;
}

.kcb-event-cell--reservation .kcb-event {
  background:
    linear-gradient(to right,
      #ffffff 0%,
      #ffffff var(--kcb-start-cut),
      #f87171 var(--kcb-start-cut),
      #f87171 calc(100% - var(--kcb-end-cut)),
      #ffffff calc(100% - var(--kcb-end-cut)),
      #ffffff 100%);
}

.kcb-event-segment--reservation {
  background: #f87171;
}

.kcb-event-segment--option {
  background: #facc15;
}

.kcb-event-segment--owner {
  background: #f87171;
  border: 2px solid #111827;
}

.kcb-event-cell--owner .kcb-event {
  background:
    linear-gradient(to right,
      #ffffff 0%,
      #ffffff var(--kcb-start-cut),
      #f87171 var(--kcb-start-cut),
      #f87171 calc(100% - var(--kcb-end-cut)),
      #ffffff calc(100% - var(--kcb-end-cut)),
      #ffffff 100%);
}

.kcb-event-cell--owner .kcb-event::after {
  content: "";
  position: absolute;
  top: 1px;
  right: var(--kcb-end-cut);
  bottom: 1px;
  left: var(--kcb-start-cut);
  border: 2px solid #111827;
  pointer-events: none;
}

.kcb-event-cell--option .kcb-event {
  background:
    linear-gradient(to right,
      #ffffff 0%,
      #ffffff var(--kcb-start-cut),
      #facc15 var(--kcb-start-cut),
      #facc15 calc(100% - var(--kcb-end-cut)),
      #ffffff calc(100% - var(--kcb-end-cut)),
      #ffffff 100%);
}

.kcb-event-cell--reservation .kcb-event.kcb-event--ready,
.kcb-event-cell--owner .kcb-event.kcb-event--ready {
  background:
    linear-gradient(to right,
      #ffffff 0%,
      #ffffff var(--kcb-start-cut),
      #34d399 var(--kcb-start-cut),
      #34d399 calc(100% - var(--kcb-end-cut)),
      #ffffff calc(100% - var(--kcb-end-cut)),
      #ffffff 100%);
}

.kcb-event-segment--reservation.kcb-event-segment--ready,
.kcb-event-segment--owner.kcb-event-segment--ready {
  background: #34d399;
}

.kcb-popup--photo {
  position: fixed !important;
  inset: 12px !important;
  width: auto;
  max-width: none;
  overflow: auto;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
}

.kcb-photo-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 7px 10px;
  border: 0;
  border-radius: 8px;
  background: #0f766e;
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  position: sticky;
  top: 0;
  z-index: 1;
}

.kcb-photo-preview {
  display: block;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 82px);
  border-radius: 8px;
  background: #0f172a;
  object-fit: contain;
}

.kcb-event__guests,
.kcb-event__extras {
  font-size: 0.36rem;
  line-height: 1.05;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.kcb-event__status {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  flex-wrap: wrap;
  gap: 2px;
  max-width: calc(100% - var(--kcb-start-cut) - var(--kcb-end-cut));
  margin-left: var(--kcb-start-cut);
  line-height: 1;
  pointer-events: none;
  box-sizing: border-box;
}

.kcb-event__status span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  min-height: 13px;
  padding: 2px 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #0f172a;
  font-size: clamp(0.48rem, 0.7vw, 0.62rem);
  font-weight: 950;
  letter-spacing: .02em;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
}

.kcb-event-cell--compact .kcb-event {
  padding: 1px 2px;
}

.kcb-event-cell--compact .kcb-event__extras,
.kcb-event-cell--compact .kcb-event__guests {
  font-size: 0.32rem;
}

.kcb-event-cell--compact .kcb-event__status {
  gap: 1px;
}

.kcb-event-cell--compact .kcb-event__status span {
  min-width: 15px;
  min-height: 12px;
  padding: 1px 3px;
  font-size: 0.46rem;
}

.kcb-badge {
  display: flex;
  flex-direction: column;
  gap: 1px;
  border-radius: 2px;
  padding: 2px 1px;
  margin-bottom: 1px;
  font-size: 0.36rem;
  line-height: 0.95;
  text-align: center;
}

.kcb-badge strong {
  font-size: 0.34rem;
  letter-spacing: 0.03em;
}

.kcb-badge--in {
  background: #ecfdf5;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.kcb-badge--out {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.kcb-badge--option {
  background: rgba(254, 243, 199, 0.92);
  color: #92400e;
  border: 1px solid #fcd34d;
  align-items: center;
  justify-content: center;
  min-height: 10px;
}

.kcb-cell--middle {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.kcb-cell--start {
  border-right-color: transparent !important;
}

.kcb-cell--end {
  border-left-color: transparent !important;
}

@media (max-width: 900px) {
  .kcb-board {
    padding: 12px;
    border-radius: 16px;
  }

  .kcb-board__hero {
    padding: 14px;
  }

  .kcb-board__title {
    font-size: 1.15rem;
  }

  .kcb-calendar {
    min-width: 0;
  }

  .kcb-sticky-col-2,
  .kcb-boat {
    min-width: 68px;
    max-width: 68px;
  }

  .kcb-cell-empty,
  .kcb-event-cell {
    min-width: 32px;
    width: 32px;
  }

  .kcb-activity__item {
    grid-template-columns: 1fr;
    gap: 7px;
    align-items: stretch;
  }

  .kcb-activity__archive-btn {
    justify-self: flex-start;
  }

  .kcb-notification-panel {
    align-items: stretch;
  }
}
