/* BLA-89C static visual-approval preview.
   Guarded by ?bla89cStaticPreview=1; these tokens intentionally do not drive runtime admin UI. */
:root {
  --bla89c-static-bg: #f5f7fb;
  --bla89c-static-surface: #ffffff;
  --bla89c-static-panel: #f8fafc;
  --bla89c-static-text: #0f2346;
  --bla89c-static-muted: #63708a;
  --bla89c-static-soft: #9aa7ba;
  --bla89c-static-line: #dfe7f2;
  --bla89c-static-blue: #0d6efd;
  --bla89c-static-blue-soft: #eef5ff;
  --bla89c-static-navy: #061b33;
  --bla89c-static-green: #18a957;
  --bla89c-static-green-soft: #e7f8ed;
  --bla89c-static-amber: #f59e0b;
  --bla89c-static-amber-soft: #fff3df;
  --bla89c-static-red: #e02f3f;
  --bla89c-static-red-soft: #fff1f2;
  --bla89c-static-purple: #7c3aed;
  --bla89c-static-purple-soft: #f1e8ff;
  --bla89c-static-requested: #e8f1ff;
  --bla89c-static-shadow: 0 18px 48px rgba(15, 35, 70, 0.11);
  --bla89c-sidebar-width: 82px;
  --bla89c-brief-width: 230px;
  --bla89c-drawer-width: 360px;
  --bla89c-drawer-radius: 14px;
  --bla89c-drawer-padding: 16px;
  --bla89c-header-height: 58px;
  --bla89c-footer-height: 58px;
  --bla89c-title-size: 17px;
  --bla89c-label-size: 10px;
  --bla89c-body-size: 12px;
  --bla89c-line-height: 1.28;
  --bla89c-input-height: 34px;
  --bla89c-input-radius: 8px;
  --bla89c-button-height: 34px;
  --bla89c-button-radius: 7px;
  --bla89c-participant-row-height: 54px;
  --bla89c-attendee-row-height: 52px;
  --bla89c-calendar-slot-height: 48px;
  --bla89c-resource-header-height: 48px;
  --bla89c-avatar-size: 26px;
  --bla89c-event-radius: 7px;
  --bla89c-event-padding: 8px;
  --bla89c-section-gap: 9px;
  --bla89c-divider-color: var(--bla89c-static-line);
}

html[data-bla89c-static-preview="1"],
html[data-bla89c-static-preview="1"] body {
  min-height: 100%;
  margin: 0;
  background: var(--bla89c-static-bg);
  color: var(--bla89c-static-text);
  font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

html[data-bla89c-static-preview="1"] .view,
html[data-bla89c-static-preview="1"] #toast {
  display: none !important;
}

.bla89c-static-root {
  min-height: 100vh;
  padding: 20px;
  box-sizing: border-box;
}

.bla89c-static-root.is-mobile {
  display: grid;
  place-items: start center;
  padding: 0;
  background: #e7edf6;
}

.bla89c-static-board {
  width: min(1700px, 100%);
  min-height: 935px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: var(--bla89c-brief-width) var(--bla89c-sidebar-width) minmax(620px, 1fr) var(--bla89c-drawer-width);
  gap: 12px;
  align-items: start;
}

.bla89c-static-board.is-detail {
  grid-template-columns: var(--bla89c-brief-width) var(--bla89c-sidebar-width) minmax(620px, 1fr) 382px;
}

.bla89c-static-brief {
  color: var(--bla89c-static-text);
}

.bla89c-kicker {
  color: #0052d9;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: -0.01em;
}

.bla89c-static-brief h1 {
  margin: 18px 0 10px;
  font-size: 38px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.bla89c-static-brief p {
  margin: 0 0 18px;
  color: #273b5b;
  font-size: 14px;
  line-height: 1.5;
}

.bla89c-static-brief section {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--bla89c-divider-color);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
}

.bla89c-static-brief h2 {
  margin: 0 0 10px;
  color: #10254a;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.bla89c-principle {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 2px 8px;
  margin-top: 10px;
  font-size: 11px;
}

.bla89c-principle span {
  grid-row: span 2;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  color: #0d6efd;
  background: #eaf3ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.bla89c-principle strong {
  font-size: 11px;
}

.bla89c-principle small {
  color: var(--bla89c-static-muted);
  font-weight: 700;
  line-height: 1.25;
}

.bla89c-legend {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #233a5d;
  font-size: 11px;
  font-weight: 750;
}

.bla89c-legend span {
  width: 13px;
  height: 13px;
  border-radius: 3px;
  border: 1px solid rgba(15, 35, 70, 0.1);
}

.bla89c-legend .is-family { background: var(--bla89c-static-purple-soft); }
.bla89c-legend .is-appointment { background: var(--bla89c-static-green-soft); }
.bla89c-legend .is-block { background: #eef2f7; }
.bla89c-legend .is-attention { background: var(--bla89c-static-amber-soft); }
.bla89c-legend .is-requested { background: var(--bla89c-static-requested); }

.bla89c-static-nav {
  position: static;
  inset: auto;
  z-index: auto;
  width: auto;
  max-width: none;
  margin: 0;
  min-height: 870px;
  padding: 24px 12px 18px;
  border-radius: 10px;
  background: linear-gradient(180deg, #071c34 0%, #031222 100%);
  color: #fff;
  box-shadow: 0 18px 45px rgba(3, 18, 34, 0.22);
  display: grid;
  grid-template-rows: auto repeat(7, 64px) 1fr;
  gap: 4px;
  box-sizing: border-box;
}

.bla89c-static-nav strong {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-align: center;
}

.bla89c-static-nav span {
  border-radius: 9px;
  color: #dbeafe;
  display: grid;
  place-items: center;
  gap: 3px;
  font-size: 10px;
  font-weight: 850;
}

.bla89c-static-nav span.is-active {
  background: rgba(255, 255, 255, 0.11);
}

.bla89c-static-nav b {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bla89c-static-nav small {
  align-self: end;
  color: #c7d2fe;
  font-size: 10px;
  font-weight: 850;
}

.bla89c-static-workspace {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.bla89c-static-right-panel {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.bla89c-static-toolbar,
.bla89c-static-calendar,
.bla89c-static-drawer,
.bla89c-static-detail,
.bla89c-static-reschedule,
.bla89c-workflow-highlights {
  background: var(--bla89c-static-surface);
  border: 1px solid var(--bla89c-divider-color);
  box-shadow: var(--bla89c-static-shadow);
}

.bla89c-static-calendar-wrap {
  display: grid;
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--bla89c-divider-color);
  box-shadow: var(--bla89c-static-shadow);
}

.bla89c-static-toolbar {
  min-height: 62px;
  border: 0;
  border-bottom: 1px solid var(--bla89c-divider-color);
  box-shadow: none;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.bla89c-static-toolbar-left,
.bla89c-static-toolbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.bla89c-static-icon-button,
.bla89c-static-pill {
  height: 32px;
  border: 1px solid var(--bla89c-divider-color);
  border-radius: 7px;
  background: #fff;
  color: var(--bla89c-static-text);
  font-size: 11px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bla89c-static-icon-button {
  width: 32px;
  padding: 0;
}

.bla89c-static-pill {
  padding: 0 13px;
}

.bla89c-static-pill.is-active {
  background: #f9fbff;
  color: var(--bla89c-static-text);
}

.bla89c-static-pill.is-primary {
  background: var(--bla89c-static-blue);
  border-color: var(--bla89c-static-blue);
  color: #fff;
}

.bla89c-static-date-title {
  margin-left: 8px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: -0.01em;
}

.bla89c-static-calendar {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.bla89c-calendar-grid {
  display: grid;
  grid-template-columns: 62px repeat(var(--bla89c-calendar-columns, 4), minmax(0, 1fr));
}

.bla89c-calendar-cell {
  border-right: 1px solid var(--bla89c-divider-color);
  border-bottom: 1px solid var(--bla89c-divider-color);
  min-width: 0;
  box-sizing: border-box;
}

.bla89c-calendar-head {
  height: var(--bla89c-resource-header-height);
  background: #fff;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bla89c-calendar-head.is-time {
  color: var(--bla89c-static-muted);
  font-size: 10px;
  font-weight: 900;
}

.bla89c-avatar {
  width: var(--bla89c-avatar-size);
  height: var(--bla89c-avatar-size);
  border-radius: 999px;
  background: var(--bla89c-static-blue-soft);
  color: var(--bla89c-static-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 950;
  flex: 0 0 auto;
}

.bla89c-avatar.is-small {
  width: 22px;
  height: 22px;
  font-size: 8px;
}

.bla89c-avatar.is-family {
  background: var(--bla89c-static-purple-soft);
  color: var(--bla89c-static-purple);
}

.bla89c-calendar-head-name {
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
}

.bla89c-calendar-time {
  height: var(--bla89c-calendar-slot-height);
  padding: 7px 8px;
  color: var(--bla89c-static-muted);
  font-size: 10px;
  font-weight: 850;
  text-align: right;
  background: #fbfdff;
}

.bla89c-calendar-slot {
  position: relative;
  height: var(--bla89c-calendar-slot-height);
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.bla89c-calendar-slot.is-muted {
  background: repeating-linear-gradient(-45deg, #f8fafc, #f8fafc 5px, #f1f5f9 5px, #f1f5f9 10px);
}

.bla89c-current-time {
  position: absolute;
  left: -62px;
  right: -1px;
  top: 20px;
  height: 2px;
  background: var(--bla89c-static-red);
  z-index: 4;
}

.bla89c-current-time b {
  position: absolute;
  left: -2px;
  top: -8px;
  transform: translateX(-100%);
  color: var(--bla89c-static-red);
  font-size: 9px;
  white-space: nowrap;
}

.bla89c-event {
  position: absolute;
  left: 8px;
  right: 8px;
  top: calc(var(--event-top) * 1px);
  height: calc(var(--event-height) * 1px);
  border-radius: var(--bla89c-event-radius);
  padding: var(--bla89c-event-padding);
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(18, 169, 87, 0.28);
  background: var(--bla89c-static-green-soft);
  color: #14532d;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.07);
}

.bla89c-event-title {
  font-size: 10.5px;
  font-weight: 950;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bla89c-event-meta {
  margin-top: 3px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.18;
  color: rgba(15, 35, 70, 0.72);
}

.bla89c-event-family {
  border-color: rgba(124, 58, 237, 0.3);
  background: var(--bla89c-static-purple-soft);
  color: #5b21b6;
}

.bla89c-event-block {
  border-color: rgba(100, 116, 139, 0.26);
  background: #eef2f7;
  color: #334155;
}

.bla89c-event-attention {
  border-color: rgba(245, 158, 11, 0.35);
  background: var(--bla89c-static-amber-soft);
  color: #9a3412;
}

.bla89c-event-check {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-right: 4px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: rgba(124, 58, 237, 0.14);
  color: var(--bla89c-static-purple);
  font-size: 8px;
}

.bla89c-team-counts {
  display: grid;
  grid-template-columns: 62px repeat(var(--bla89c-calendar-columns, 4), minmax(0, 1fr));
  gap: 0;
  padding: 11px 0 13px;
  border-top: 1px solid var(--bla89c-divider-color);
  background: #fff;
}

.bla89c-team-count-card {
  justify-self: center;
  width: 64px;
  min-height: 48px;
  border: 1px solid #e4ecf8;
  border-radius: 8px;
  background: #eef5ff;
  color: #0d4fd7;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  box-sizing: border-box;
}

.bla89c-team-count-card strong {
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
}

.bla89c-team-count-card small {
  color: #1d5fd9;
  font-size: 9px;
  font-weight: 900;
}

.bla89c-static-drawer {
  width: var(--bla89c-drawer-width);
  max-height: calc(100vh - 56px);
  border-radius: var(--bla89c-drawer-radius);
  overflow: hidden;
  display: grid;
  grid-template-rows: var(--bla89c-header-height) minmax(0, auto) var(--bla89c-footer-height);
}

.bla89c-static-drawer[data-bla89c-state="family"],
.bla89c-static-drawer[data-bla89c-state="edit-family"] {
  height: 837px;
  grid-template-rows: var(--bla89c-header-height) minmax(0, 1fr) var(--bla89c-footer-height);
}

.bla89c-drawer-header {
  padding: 14px var(--bla89c-drawer-padding);
  border-bottom: 1px solid var(--bla89c-divider-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.bla89c-drawer-title {
  display: block;
  font-size: var(--bla89c-title-size);
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.bla89c-drawer-subtitle {
  display: block;
  margin-top: 3px;
  color: var(--bla89c-static-muted);
  font-size: 10px;
  font-weight: 800;
}

.bla89c-drawer-body {
  padding: 14px var(--bla89c-drawer-padding);
  overflow: auto;
  display: grid;
  gap: var(--bla89c-section-gap);
  align-content: start;
  grid-auto-rows: max-content;
  box-sizing: border-box;
}

.bla89c-mode-fields {
  display: grid;
  gap: var(--bla89c-section-gap);
  align-content: start;
}

.bla89c-section {
  display: grid;
  gap: 6px;
  align-content: start;
  margin: 0;
  padding: 0;
}

.bla89c-label {
  color: var(--bla89c-static-text);
  font-size: var(--bla89c-label-size);
  font-weight: 950;
  letter-spacing: 0;
}

.bla89c-control,
.bla89c-select-control,
.bla89c-note-box,
.bla89c-service-card,
.bla89c-family-total {
  min-height: var(--bla89c-input-height);
  border: 1px solid var(--bla89c-divider-color);
  border-radius: var(--bla89c-input-radius);
  background: var(--bla89c-static-surface);
  box-sizing: border-box;
}

.bla89c-control,
.bla89c-select-control,
.bla89c-service-card,
.bla89c-family-total {
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: var(--bla89c-body-size);
  font-weight: 850;
  line-height: var(--bla89c-line-height);
  min-width: 0;
}

.bla89c-control span,
.bla89c-control strong,
.bla89c-select-control span,
.bla89c-select-control strong,
.bla89c-service-card span,
.bla89c-service-card strong,
.bla89c-family-total span,
.bla89c-family-total strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.bla89c-select-control small,
.bla89c-service-card small,
.bla89c-family-total small,
.bla89c-control-muted {
  display: block;
  color: var(--bla89c-static-muted);
  font-size: 10px;
  font-weight: 800;
}

.bla89c-chevron {
  color: var(--bla89c-static-muted);
  font-size: 10px;
  font-weight: 950;
}

.bla89c-type-select {
  display: grid;
  gap: 3px;
}

.bla89c-type-menu {
  border: 1px solid var(--bla89c-divider-color);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 35, 70, 0.1);
  overflow: hidden;
}

.bla89c-type-menu span {
  height: 29px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: var(--bla89c-static-text);
  font-size: 11px;
  font-weight: 850;
}

.bla89c-type-menu span + span {
  border-top: 1px solid var(--bla89c-divider-color);
}

.bla89c-type-menu span.is-active {
  background: #f9fbff;
  color: var(--bla89c-static-blue);
}

.bla89c-when-grid {
  display: grid;
  grid-template-columns: 1fr 72px 72px 64px;
  gap: 6px;
}

.bla89c-person-select,
.bla89c-attendee-row {
  min-height: var(--bla89c-attendee-row-height);
  border: 1px solid var(--bla89c-divider-color);
  border-radius: var(--bla89c-input-radius);
  background: #fff;
  padding: 7px 9px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: var(--bla89c-avatar-size) minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.bla89c-row-index {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--bla89c-static-purple-soft);
  color: var(--bla89c-static-purple);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 950;
}

.bla89c-row-main,
.bla89c-participant-main {
  min-width: 0;
}

.bla89c-row-name,
.bla89c-participant-main strong {
  display: block;
  font-size: 11.5px;
  font-weight: 950;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bla89c-row-meta,
.bla89c-participant-main small {
  display: block;
  margin-top: 2px;
  color: var(--bla89c-static-muted);
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1.2;
}

.bla89c-row-price {
  color: var(--bla89c-static-text);
  font-size: 10.5px;
  font-weight: 950;
  white-space: nowrap;
}

.bla89c-service-card {
  background: #fff;
}

.bla89c-participant-list {
  display: grid;
  gap: 6px;
}

.bla89c-participant-row {
  min-height: var(--bla89c-participant-row-height);
  border: 1px solid var(--bla89c-divider-color);
  border-radius: 9px;
  background: #fff;
  padding: 7px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 46px 44px 46px;
  grid-template-areas:
    "index main price actions actions"
    "index barber time duration duration";
  gap: 4px 6px;
  align-items: center;
  box-sizing: border-box;
}

.bla89c-participant-row .bla89c-row-index {
  grid-area: index;
}

.bla89c-participant-main {
  grid-area: main;
}

.bla89c-participant-chip,
.bla89c-participant-time,
.bla89c-participant-duration {
  color: var(--bla89c-static-muted);
  font-size: 8.5px;
  font-weight: 850;
  line-height: 1.15;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bla89c-participant-chip {
  grid-area: barber;
}

.bla89c-participant-time {
  grid-area: time;
}

.bla89c-participant-duration {
  grid-area: duration;
}

.bla89c-participant-row .bla89c-row-price {
  grid-area: price;
  justify-self: end;
}

.bla89c-mini-actions {
  grid-area: actions;
  display: flex;
  gap: 3px;
  justify-self: end;
}

.bla89c-mini-button {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1px solid var(--bla89c-divider-color);
  background: #fff;
  color: var(--bla89c-static-muted);
  font-size: 9px;
  font-weight: 950;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bla89c-note-box {
  min-height: 42px;
  padding: 9px 10px;
  color: var(--bla89c-static-muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

.bla89c-add-line {
  height: 28px;
  border: 0;
  background: transparent;
  color: var(--bla89c-static-blue);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 10.5px;
  font-weight: 950;
}

.bla89c-drawer-footer {
  padding: 11px var(--bla89c-drawer-padding);
  border-top: 1px solid var(--bla89c-divider-color);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
}

.bla89c-footer-button {
  height: var(--bla89c-button-height);
  border-radius: var(--bla89c-button-radius);
  border: 1px solid var(--bla89c-divider-color);
  padding: 0 13px;
  background: #fff;
  color: var(--bla89c-static-text);
  font-size: 10.5px;
  font-weight: 950;
  white-space: nowrap;
}

.bla89c-footer-button.is-primary {
  background: var(--bla89c-static-blue);
  border-color: var(--bla89c-static-blue);
  color: #fff;
}

.bla89c-footer-button.is-danger {
  background: var(--bla89c-static-red-soft);
  border-color: #fecaca;
  color: var(--bla89c-static-red);
}

.bla89c-footer-button.is-wide {
  width: 100%;
}

.bla89c-static-detail,
.bla89c-static-reschedule {
  border-radius: var(--bla89c-drawer-radius);
  padding: 16px;
  box-sizing: border-box;
  display: grid;
  gap: 12px;
}

.bla89c-panel-heading {
  display: grid;
  grid-template-columns: var(--bla89c-avatar-size) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bla89c-divider-color);
}

.bla89c-detail-title {
  display: block;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.bla89c-detail-sub {
  display: block;
  margin-top: 2px;
  color: var(--bla89c-static-muted);
  font-size: 10px;
  font-weight: 800;
}

.bla89c-detail-list {
  display: grid;
  gap: 8px;
}

.bla89c-detail-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  font-size: 11px;
}

.bla89c-detail-row span:first-child {
  color: var(--bla89c-static-muted);
  font-size: 10px;
  font-weight: 950;
}

.bla89c-detail-row strong {
  overflow-wrap: anywhere;
}

.bla89c-detail-heading-actions {
  display: inline-flex;
  gap: 6px;
}

.bla89c-attendee-list {
  display: grid;
  gap: 7px;
}

.bla89c-family-panel {
  gap: 11px;
}

.bla89c-family-panel .bla89c-panel-heading {
  padding-bottom: 8px;
}

.bla89c-group-reference,
.bla89c-family-organizer,
.bla89c-family-status {
  display: grid;
  gap: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bla89c-divider-color);
}

.bla89c-group-reference span,
.bla89c-family-organizer span,
.bla89c-family-status span,
.bla89c-family-count-row small {
  color: var(--bla89c-static-muted);
  font-size: 9.5px;
  font-weight: 900;
}

.bla89c-group-reference strong {
  color: var(--bla89c-static-blue);
  font-size: 12px;
  font-weight: 950;
}

.bla89c-family-organizer strong,
.bla89c-family-organizer small {
  color: var(--bla89c-static-text);
  font-size: 11.5px;
  font-weight: 850;
}

.bla89c-family-count-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bla89c-divider-color);
}

.bla89c-family-count-row span {
  display: grid;
  gap: 5px;
}

.bla89c-family-count-row strong {
  font-size: 12px;
  font-weight: 950;
}

.bla89c-family-status strong {
  color: var(--bla89c-static-green);
  font-size: 12px;
  font-weight: 950;
}

.bla89c-attendee-heading {
  margin: 0;
  font-size: 11px;
  font-weight: 950;
}

.bla89c-family-panel .bla89c-attendee-list {
  gap: 6px;
}

.bla89c-family-panel .bla89c-attendee-row {
  min-height: 58px;
  grid-template-columns: 24px minmax(0, 1fr) 18px 44px;
  gap: 7px;
  border-radius: 10px;
  padding: 8px;
}

.bla89c-family-panel .bla89c-attendee-row.is-selected {
  border-color: #a9c9ff;
  background: #f7fbff;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.16);
}

.bla89c-family-panel .bla89c-row-meta {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bla89c-status-dot {
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: var(--bla89c-static-green-soft);
  color: var(--bla89c-static-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 950;
}

.bla89c-family-panel .bla89c-row-price {
  justify-self: end;
  font-size: 10.5px;
}

.bla89c-summary-total {
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
  border-top: 1px solid var(--bla89c-divider-color);
  font-size: 12px;
  font-weight: 950;
}

.bla89c-detail-actions,
.bla89c-summary-actions,
.bla89c-reschedule-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.bla89c-summary-actions .is-wide {
  grid-column: 1 / -1;
}

.bla89c-detail-actions .is-wide {
  grid-column: 1 / -1;
}

.bla89c-family-panel .bla89c-summary-actions {
  gap: 7px;
}

.bla89c-static-reschedule .bla89c-section {
  gap: 7px;
}

.bla89c-time-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.bla89c-time-chip {
  height: 28px;
  border-radius: 5px;
  border: 1px solid var(--bla89c-divider-color);
  background: #fff;
  color: var(--bla89c-static-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
}

.bla89c-time-chip.is-selected {
  background: var(--bla89c-static-blue);
  color: #fff;
  border-color: var(--bla89c-static-blue);
}

.bla89c-reschedule-meta {
  display: flex;
  justify-content: space-between;
  color: var(--bla89c-static-muted);
  font-size: 11px;
}

.bla89c-workflow-highlights {
  min-height: 92px;
  border-radius: 14px;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.bla89c-workflow-highlights span {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
  color: #1e3358;
  font-size: 10px;
  font-weight: 850;
}

.bla89c-workflow-highlights b {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #edf4ff;
  color: var(--bla89c-static-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bla89c-static-mobile-frame {
  width: min(390px, 100%);
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
}

.bla89c-mobile-detail {
  min-height: 408px;
  padding: 14px 16px 16px;
  background: #fff;
  border: 1px solid var(--bla89c-divider-color);
  border-radius: 18px;
  box-shadow: var(--bla89c-static-shadow);
  box-sizing: border-box;
  display: grid;
  gap: 18px;
  align-content: start;
}

.bla89c-mobile-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 6px 0 12px;
  border-bottom: 1px solid var(--bla89c-divider-color);
}

.bla89c-mobile-topbar strong {
  font-size: 13px;
  font-weight: 950;
}

.bla89c-mobile-link {
  border: 0;
  background: transparent;
  color: var(--bla89c-static-blue);
  font-size: 12px;
  font-weight: 900;
  padding: 0;
}

.bla89c-mobile-link:last-child {
  justify-self: end;
}

.bla89c-mobile-identity {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.bla89c-mobile-identity .bla89c-avatar {
  width: 34px;
  height: 34px;
  font-size: 12px;
  border-radius: 10px;
}

.bla89c-mobile-identity strong,
.bla89c-mobile-identity small,
.bla89c-mobile-identity em {
  display: block;
}

.bla89c-mobile-identity strong {
  font-size: 15px;
  font-weight: 950;
}

.bla89c-mobile-identity small {
  margin-top: 2px;
  color: var(--bla89c-static-text);
  font-size: 12px;
  font-weight: 800;
}

.bla89c-mobile-identity em {
  margin-top: 10px;
  color: var(--bla89c-static-green);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.bla89c-mobile-detail-list {
  display: grid;
  gap: 16px;
  align-content: start;
}

.bla89c-mobile-detail-list div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.bla89c-mobile-detail-list span {
  color: var(--bla89c-static-muted);
  font-size: 12px;
  font-weight: 900;
}

.bla89c-mobile-detail-list strong {
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}

.bla89c-mobile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 8px;
  padding: 0;
  background: #fff;
}

.bla89c-static-proof-card {
  width: min(1360px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.bla89c-static-proof-pane {
  background: #fff;
  border: 1px solid var(--bla89c-divider-color);
  border-radius: 22px;
  padding: 14px;
  box-shadow: var(--bla89c-static-shadow);
}

.bla89c-static-proof-pane img {
  width: 100%;
  max-height: 820px;
  object-fit: contain;
  object-position: top center;
  display: block;
  border-radius: 14px;
  background: #f8fafc;
}

.bla89c-static-proof-label {
  margin-bottom: 10px;
  color: var(--bla89c-static-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .bla89c-static-board,
  .bla89c-static-board.is-detail {
    grid-template-columns: var(--bla89c-sidebar-width) minmax(620px, 1fr) var(--bla89c-drawer-width);
  }

  .bla89c-static-brief {
    display: none;
  }
}

@media (max-width: 980px) {
  .bla89c-static-root {
    padding: 16px;
  }

  .bla89c-static-board,
  .bla89c-static-board.is-detail {
    grid-template-columns: 1fr;
  }

  .bla89c-static-nav {
    min-height: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .bla89c-static-nav strong,
  .bla89c-static-nav small {
    display: none;
  }

  .bla89c-static-calendar-wrap {
    overflow-x: auto;
  }

  .bla89c-static-calendar {
    min-width: 760px;
  }

  .bla89c-static-drawer,
  .bla89c-static-detail,
  .bla89c-static-reschedule {
    width: 100%;
    max-width: var(--bla89c-drawer-width);
    margin: 0 auto;
  }

  .bla89c-workflow-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .bla89c-static-root {
    padding: 0;
  }

  .bla89c-static-mobile-frame {
    border-radius: 0;
    box-shadow: none;
  }
}
