:root {
  --bh-ink: #10233b;
  --bh-muted: #5e6f82;
  --bh-line: #dce7ef;
  --bh-soft: #f4f9fb;
  --bh-panel: #ffffff;
  --bh-brand: #087f8c;
  --bh-brand-2: #0aa6a6;
  --bh-deep: #063b52;
  --bh-accent: #d6f5ef;
  --bh-success: #0f7a4d;
  --bh-warning: #9b6400;
  --bh-danger: #b3261e;
  --bh-shadow: 0 20px 55px rgba(10, 54, 74, .11);
  --bh-radius: 22px;
}

.bh-hub-shell,
.bh-admin-wrap { color: var(--bh-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.bh-hub-shell { max-width: 1240px; margin: 0 auto; padding: clamp(22px, 4vw, 54px) 18px 80px; }
.bh-page-head { margin-bottom: 26px; }
.bh-page-head h1,
.bh-admin-header h1 { margin: 6px 0 0; color: var(--bh-ink); font-size: clamp(2rem, 5vw, 4rem); line-height: 1.02; letter-spacing: -.045em; }
.bh-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--bh-brand); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 800; }
.bh-eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; border-radius: 2px; }

.bh-card { background: rgba(255,255,255,.97); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); padding: clamp(20px, 3vw, 34px); box-shadow: var(--bh-shadow); }
.bh-card h2,.bh-card h3,.bh-card h4 { color: var(--bh-ink); margin-top: 0; }
.bh-card p { color: var(--bh-muted); }
.bh-card--feature { color: #fff; border: 0; overflow: hidden; position: relative; background: radial-gradient(circle at 95% 0%, rgba(66, 234, 208, .28), transparent 38%), linear-gradient(145deg, var(--bh-deep), #075f70 66%, #087f8c); }
.bh-card--feature::after { content: "✚"; position: absolute; right: -20px; bottom: -72px; font-size: 13rem; line-height: 1; opacity: .065; transform: rotate(-9deg); }
.bh-card--feature h2,.bh-card--feature p,.bh-card--feature .bh-eyebrow,.bh-card--feature strong,.bh-card--feature span { color: #fff; }
.bh-card--feature h2 { font-size: clamp(1.8rem, 4vw, 3.25rem); letter-spacing: -.04em; line-height: 1.04; margin: 14px 0 18px; }
.bh-card--feature p { font-size: 1.05rem; line-height: 1.75; max-width: 640px; opacity: .91; }
.bh-card--feature .bh-eyebrow::before { background: #68e2d0; }

.bh-auth-grid,.bh-contact-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 24px; align-items: stretch; }
.bh-grid-main-side { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .7fr); gap: 22px; align-items: start; }
.bh-grid-2 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.bh-stack { display: grid; gap: 20px; }

.bh-form { display: grid; gap: 17px; }
.bh-form section { display: grid; gap: 16px; padding: 8px 0 24px; border-bottom: 1px solid var(--bh-line); }
.bh-form label { display: grid; gap: 8px; color: var(--bh-ink); font-size: .9rem; font-weight: 750; }
.bh-form small { color: var(--bh-muted); font-weight: 500; }
.bh-form input,.bh-form select,.bh-form textarea,
.bh-table-form input,.bh-table-form select { width: 100%; box-sizing: border-box; border: 1px solid #c7d5df; border-radius: 13px; padding: 12px 13px; color: var(--bh-ink); background: #fff; font: inherit; outline: none; transition: border .18s,box-shadow .18s,transform .18s; }
.bh-form input:focus,.bh-form select:focus,.bh-form textarea:focus,
.bh-table-form input:focus,.bh-table-form select:focus { border-color: var(--bh-brand-2); box-shadow: 0 0 0 4px rgba(10,166,166,.13); }
.bh-form textarea { resize: vertical; min-height: 105px; }
.bh-form input[disabled] { background: #edf2f5; color: #637586; }
.bh-check { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 10px !important; line-height: 1.55; font-weight: 600 !important; }
.bh-check input { width: 19px; min-width: 19px; height: 19px; margin-top: 2px; accent-color: var(--bh-brand); }
.bh-check span { color: var(--bh-muted); }
.bh-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.bh-form-note,.bh-muted { color: var(--bh-muted); font-size: .88rem; }
.bh-login-card #loginform { display: grid; gap: 16px; }
.bh-login-card #loginform p { margin: 0; display: grid; gap: 8px; }
.bh-login-card #loginform input[type=text],.bh-login-card #loginform input[type=password] { width: 100%; box-sizing: border-box; border: 1px solid #c7d5df; border-radius: 13px; padding: 13px; }
.bh-login-card #wp-submit { border: 0; border-radius: 13px; padding: 14px 18px; background: linear-gradient(135deg,var(--bh-brand),var(--bh-brand-2)); color: #fff; font-weight: 800; cursor: pointer; }
.bh-login-links { display: flex; justify-content: space-between; gap: 16px; margin-top: 18px; font-size: .9rem; }

.bh-btn { appearance: none; border: 0; border-radius: 13px; display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 44px; padding: 11px 18px; background: linear-gradient(135deg,var(--bh-brand),var(--bh-brand-2)); color: #fff !important; text-decoration: none !important; font-weight: 800; line-height: 1.1; cursor: pointer; box-shadow: 0 9px 22px rgba(8,127,140,.2); transition: transform .18s,box-shadow .18s,filter .18s; }
.bh-btn:hover { transform: translateY(-1px); filter: saturate(1.08); box-shadow: 0 12px 28px rgba(8,127,140,.27); }
.bh-btn--wide { width: 100%; }
.bh-btn--small { min-height: 34px; padding: 8px 12px; font-size: .8rem; }
.bh-btn--ghost { background: #fff; color: var(--bh-deep) !important; border: 1px solid var(--bh-line); box-shadow: none; }
.bh-btn--danger { background: #fff2f1; color: var(--bh-danger) !important; border: 1px solid #f0c2bf; box-shadow: none; }
.bh-actions,.bh-inline-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

.bh-notice { margin: 0 0 20px; border-radius: 14px; padding: 14px 16px; border: 1px solid; font-weight: 700; }
.bh-notice--success { background: #eaf8f0; border-color: #b7e2c9; color: var(--bh-success); }
.bh-notice--error { background: #fff0ef; border-color: #f0c2bf; color: var(--bh-danger); }
.bh-notice--warning { background: #fff8e8; border-color: #ead39d; color: var(--bh-warning); }
.bh-notice--info { background: #edf8fb; border-color: #b9dfe8; color: var(--bh-deep); }

.bh-check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; }
.bh-check-list li { display: flex; align-items: center; gap: 11px; font-weight: 720; }
.bh-check-list li::before { content: "✓"; display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 25px; border-radius: 50%; background: rgba(255,255,255,.15); color: #8ef3e3; }
.bh-contact-details { margin-top: 28px; display: grid; gap: 8px; }

.bh-portal-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 26px; border-radius: var(--bh-radius); background: linear-gradient(120deg,#effafa,#f8fbfd); border: 1px solid var(--bh-line); margin-bottom: 16px; }
.bh-portal-top h2 { margin: 4px 0; font-size: 1.8rem; letter-spacing: -.025em; }
.bh-portal-top p { margin: 0; color: var(--bh-muted); }
.bh-tabs { display: flex; gap: 7px; overflow-x: auto; padding: 8px; background: #fff; border: 1px solid var(--bh-line); border-radius: 16px; box-shadow: 0 8px 28px rgba(10,54,74,.07); margin-bottom: 20px; }
.bh-tabs a { white-space: nowrap; padding: 10px 14px; border-radius: 10px; color: var(--bh-muted); text-decoration: none; font-size: .88rem; font-weight: 780; }
.bh-tabs a:hover,.bh-tabs a.is-active { background: var(--bh-deep); color: #fff; }
.bh-portal-panel { min-height: 360px; }

.bh-metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-bottom: 20px; }
.bh-metric { display: grid; gap: 8px; padding: 23px; border-radius: 18px; border: 1px solid var(--bh-line); background: linear-gradient(150deg,#fff,#f4fbfb); color: var(--bh-ink); text-decoration: none; box-shadow: 0 10px 30px rgba(10,54,74,.07); }
.bh-metric:hover { border-color: #9bd4d5; transform: translateY(-2px); }
.bh-metric strong { font-size: clamp(1.6rem,4vw,2.65rem); letter-spacing: -.045em; color: var(--bh-deep); }
.bh-metric span { color: var(--bh-muted); font-weight: 720; }

.bh-card-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; margin-bottom: 20px; }
.bh-card-head h2,.bh-card-head h3 { margin-bottom: 5px; }
.bh-card-head p { margin: 0; }
.bh-list,.bh-doc-list { display: grid; }
.bh-list-item { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 15px 0; border-top: 1px solid var(--bh-line); }
.bh-list-item:first-child { border-top: 0; }
.bh-list-item>div:first-child { display: grid; gap: 4px; }
.bh-list-item span,.bh-list-item small { color: var(--bh-muted); }
.bh-list-item--actions { align-items: flex-start; }
.bh-empty { text-align: center; padding-top: 44px; padding-bottom: 44px; }

.bh-badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 6px 10px; background: #edf3f6; color: #4d6071; font-size: .72rem; line-height: 1; text-transform: uppercase; letter-spacing: .055em; font-weight: 850; white-space: nowrap; }
.bh-badge--approved,.bh-badge--assigned,.bh-badge--fully_signed,.bh-badge--available { background: #e7f7ee; color: var(--bh-success); }
.bh-badge--pending,.bh-badge--requested,.bh-badge--employee_signed,.bh-badge--preferred,.bh-badge--submitted { background: #fff7e5; color: var(--bh-warning); }
.bh-badge--rejected,.bh-badge--declined,.bh-badge--cancelled,.bh-badge--expired,.bh-badge--closed,.bh-badge--unavailable { background: #fff0ef; color: var(--bh-danger); }
.bh-badge--open { background: #e8f8fa; color: var(--bh-brand); }
.bh-badge--changes_requested { background: #eef1ff; color: #4552a8; }

.bh-status-strip { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 12px; border: 1px solid var(--bh-line); background: #f5fbfb; border-radius: 15px; padding: 14px 16px; margin-bottom: 16px; }
.bh-status-strip span,.bh-status-strip small { color: var(--bh-muted); }
.bh-section-title { display: flex; align-items: center; gap: 13px; }
.bh-section-title>span { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 12px; color: #fff; font-weight: 900; background: linear-gradient(135deg,var(--bh-brand),var(--bh-brand-2)); }
.bh-section-title h3 { margin: 0 0 3px; }
.bh-section-title p { margin: 0; font-size: .9rem; }
.bh-submit-bar { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-top: 10px; }
.bh-submit-bar p { max-width: 620px; margin: 0; font-size: .9rem; }

.bh-doc { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 15px; padding: 16px 0; border-top: 1px solid var(--bh-line); }
.bh-doc:first-child { border-top: 0; }
.bh-doc-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: var(--bh-soft); color: var(--bh-brand); font-size: .7rem; font-weight: 900; }
.bh-doc-info { display: grid; gap: 3px; min-width: 0; }
.bh-doc-info span,.bh-doc-info small { color: var(--bh-muted); overflow-wrap: anywhere; }
.bh-doc-actions { display: grid; justify-items: end; gap: 8px; font-size: .85rem; }
.bh-review-note { color: var(--bh-warning) !important; }

.bh-shift-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.bh-shift-card { display: grid; grid-template-columns: 68px minmax(0,1fr); gap: 18px; border: 1px solid var(--bh-line); border-radius: 18px; padding: 18px; background: linear-gradient(145deg,#fff,#f7fbfc); }
.bh-shift-date { display: grid; align-content: start; justify-items: center; border-radius: 15px; padding: 10px 6px; color: #fff; background: linear-gradient(155deg,var(--bh-deep),var(--bh-brand)); }
.bh-shift-date span { text-transform: uppercase; font-size: .7rem; letter-spacing: .12em; }
.bh-shift-date strong { font-size: 1.75rem; line-height: 1.1; }
.bh-shift-body { display: grid; gap: 9px; }
.bh-shift-body h4,.bh-shift-body p { margin: 0; }
.bh-shift-body dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 4px 0; }
.bh-shift-body dl div { display: grid; gap: 2px; }
.bh-shift-body dt { color: var(--bh-muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.bh-shift-body dd { margin: 0; font-weight: 800; }
.bh-shift-note { border-left: 3px solid var(--bh-brand-2); padding-left: 10px; font-size: .9rem; }

.bh-details { border: 1px solid var(--bh-line); border-radius: 14px; overflow: hidden; margin-top: 15px; }
.bh-details summary { cursor: pointer; padding: 14px 16px; font-weight: 820; background: #f6fafb; }
.bh-details[open] summary { border-bottom: 1px solid var(--bh-line); }
.bh-details>form,.bh-details>.bh-admin-detail-grid { padding: 18px; }
.bh-signature-trail { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 14px 16px; border-radius: 13px; background: #f2f8f8; color: var(--bh-muted); }
.bh-timesheet-summary { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-bottom: 18px; }
.bh-timesheet-summary div { display: grid; gap: 4px; padding: 13px; border-radius: 12px; background: var(--bh-soft); }
.bh-timesheet-summary span { color: var(--bh-muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .07em; font-weight: 800; }
.bh-print-button { border: 1px solid var(--bh-line); background: #fff; border-radius: 10px; padding: 8px 12px; cursor: pointer; }

.bh-admin-wrap { margin: 18px 20px 60px 0; }
.bh-admin-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-radius: 22px; padding: 28px; margin-bottom: 20px; background: radial-gradient(circle at right top,rgba(64,222,201,.22),transparent 30%),linear-gradient(135deg,#062f45,#087f8c); color: #fff; }
.bh-admin-header h1,.bh-admin-header p,.bh-admin-header .bh-eyebrow { color: #fff; }
.bh-admin-header h1 { font-size: clamp(2rem,4vw,3.5rem); }
.bh-admin-header p { opacity: .85; max-width: 750px; }
.bh-admin-metrics { grid-template-columns: repeat(3,minmax(0,1fr)); }
.bh-admin-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.bh-admin-detail-grid div { padding: 13px; border-radius: 12px; background: var(--bh-soft); display: grid; gap: 5px; }
.bh-admin-detail-grid span { color: var(--bh-muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 800; }
.bh-review-form { margin-top: 16px; }
.bh-table-wrap { overflow-x: auto; }
.bh-table { width: 100%; border-collapse: collapse; }
.bh-table th { text-align: left; color: var(--bh-muted); text-transform: uppercase; letter-spacing: .06em; font-size: .72rem; padding: 12px; border-bottom: 1px solid var(--bh-line); }
.bh-table td { vertical-align: top; padding: 15px 12px; border-bottom: 1px solid var(--bh-line); }
.bh-table tr:last-child td { border-bottom: 0; }
.bh-table-form { min-width: 220px; display: grid; gap: 8px; }

@media (max-width: 920px) {
  .bh-auth-grid,.bh-contact-grid,.bh-grid-main-side { grid-template-columns: 1fr; }
  .bh-metrics,.bh-admin-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bh-shift-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .bh-grid-2,.bh-timesheet-summary,.bh-admin-detail-grid { grid-template-columns: 1fr; }
  .bh-metrics,.bh-admin-metrics { grid-template-columns: 1fr; }
  .bh-portal-top,.bh-card-head,.bh-submit-bar,.bh-admin-header { align-items: stretch; flex-direction: column; }
  .bh-doc { grid-template-columns: 42px minmax(0,1fr); }
  .bh-doc-actions { grid-column: 2; justify-items: start; }
  .bh-shift-card { grid-template-columns: 56px minmax(0,1fr); padding: 14px; gap: 13px; }
  .bh-status-strip { grid-template-columns: 1fr; }
  .bh-hub-shell { padding-left: 12px; padding-right: 12px; }
}

@media print {
  body * { visibility: hidden !important; }
  .bh-portal-panel,.bh-portal-panel * { visibility: visible !important; }
  .bh-portal-panel { position: absolute; inset: 0; width: 100%; }
  .bh-btn,.bh-tabs,.bh-portal-top,.bh-print-button,.bh-manager-sign { display: none !important; }
  .bh-card { box-shadow: none; break-inside: avoid; }
}

/* Workforce Hub v1.1 attendance, shift management and public launcher */
.bh-portal-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99990;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 17px 10px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg,var(--bh-deep),var(--bh-brand-2));
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 850;
  letter-spacing: -.01em;
  box-shadow: 0 16px 42px rgba(4,48,67,.34);
  border: 1px solid rgba(255,255,255,.2);
  transition: transform .18s, box-shadow .18s;
}
.bh-portal-launcher:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(4,48,67,.42); }
.bh-portal-launcher__icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.18); color: #fff; }
.bh-menu-portal > a { font-weight: 850 !important; }

.bh-shift-actions { display: grid; gap: 14px; margin-top: 17px; }
.bh-shift-actions .bh-notice { margin-bottom: 0; }
.bh-inline-form { display: inline-grid; }
.bh-live-pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border-radius: 999px; background: #e7f7ee; color: var(--bh-success); font-weight: 800; }
.bh-live-pill > span { width: 9px; height: 9px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(15,122,77,.12); animation: bhPulse 1.8s infinite; }
@keyframes bhPulse { 0%,100% { opacity: 1; } 50% { opacity: .45; } }
.bh-attendance-summary { display: grid; gap: 7px; padding: 14px 16px; border-radius: 14px; background: var(--bh-soft); color: var(--bh-muted); }
.bh-shift-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 14px 0; }
.bh-shift-facts div { display: grid; gap: 5px; padding: 12px 13px; border-radius: 12px; background: var(--bh-soft); }
.bh-shift-facts span { color: var(--bh-muted); text-transform: uppercase; letter-spacing: .06em; font-size: .69rem; font-weight: 800; }
.bh-shift-facts strong { color: var(--bh-deep); }
.bh-details--attendance { border-color: #f0c2bf; }
.bh-details--attendance summary { color: var(--bh-danger); background: #fff6f5; }
.bh-badge--on_shift { background: #e7f7ee; color: var(--bh-success); }
.bh-badge--completed { background: #e8f2ff; color: #245d9c; }
.bh-badge--employee_cancelled,.bh-badge--withdrawn { background: #fff0ef; color: var(--bh-danger); }

@media (min-width: 921px) {
  .bh-metrics { grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); }
}
@media (max-width: 620px) {
  .bh-portal-launcher { right: 12px; bottom: 12px; min-height: 48px; padding: 8px 14px 8px 8px; font-size: .86rem; }
  .bh-portal-launcher__icon { width: 32px; height: 32px; }
  .bh-shift-facts { grid-template-columns: 1fr; }
}

/* Workforce Hub v1.2 production hardening */
.bh-legal-strip { background: #032d42; color: rgba(255,255,255,.86); font-size: .82rem; }
.bh-legal-strip__inner { width: min(1180px,calc(100% - 32px)); margin: 0 auto; padding: 15px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }
.bh-legal-strip strong { color: #fff; }
.bh-legal-strip a { color: #fff !important; font-weight: 850; margin-left: auto; }
.bh-link-danger { appearance: none; border: 0; background: transparent; color: var(--bh-danger); font: inherit; font-weight: 800; text-decoration: underline; cursor: pointer; padding: 6px 0; }
.bh-form--danger { margin-top: 8px; }
.bh-admin-toolbar { display: flex; justify-content: flex-end; margin: 0 0 16px; }
.bh-badge--active { background: #e7f7ee; color: var(--bh-success); }
.bh-badge--suspended { background: #fff0ef; color: var(--bh-danger); }
.bh-badge--warning { background: #fff7df; color: #805d00; }
.bh-badge--revision_requested { background: #fff7df; color: #805d00; }
.bh-correction-details { border-color: #f3d389; }
.bh-correction-details summary { background: #fffaf0; color: #6d5100; }
@media (max-width: 620px) {
  .bh-legal-strip__inner { align-items: flex-start; flex-direction: column; }
  .bh-legal-strip a { margin-left: 0; }
  .bh-admin-toolbar { justify-content: stretch; }
  .bh-admin-toolbar .bh-btn { width: 100%; }
}

/* v1.4.1 launch polish: replace decorative straight rules with the Bamibo care spark. */
.bh-eyebrow::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 8px;
  background:
    linear-gradient(#fff,#fff) center/9px 2px no-repeat,
    linear-gradient(#fff,#fff) center/2px 9px no-repeat,
    linear-gradient(135deg,var(--bh-deep),var(--bh-brand-2));
  box-shadow: 0 8px 18px rgba(8,127,140,.2), inset 0 0 0 1px rgba(255,255,255,.18);
}
.bh-card--feature .bh-eyebrow::before,
.bh-admin-header .bh-eyebrow::before,
.bh-workspace-page .bh-portal-top .bh-eyebrow::before {
  background:
    linear-gradient(var(--bh-deep),var(--bh-deep)) center/9px 2px no-repeat,
    linear-gradient(var(--bh-deep),var(--bh-deep)) center/2px 9px no-repeat,
    linear-gradient(135deg,#f4cf79,#8df6df);
  box-shadow: 0 8px 20px rgba(0,0,0,.16), inset 0 0 0 1px rgba(255,255,255,.42);
}

/* Launch Monitor */
.bh-launch-summary { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin: 0 0 20px; }
.bh-launch-summary article { display: grid; gap: 4px; padding: 20px; border: 1px solid var(--bh-line); border-radius: 18px; background: linear-gradient(145deg,#fff,#f2fbfa); box-shadow: 0 10px 28px rgba(10,54,74,.07); }
.bh-launch-summary strong { color: var(--bh-deep); font-size: clamp(1.45rem,3vw,2.35rem); letter-spacing: -.04em; }
.bh-launch-summary span { color: var(--bh-muted); font-weight: 720; }
.bh-launch-checks { display: grid; gap: 0; padding-top: 8px; padding-bottom: 8px; margin-bottom: 20px; }
.bh-launch-check { display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 17px 4px; border-top: 1px solid var(--bh-line); }
.bh-launch-check:first-child { border-top: 0; }
.bh-launch-check__icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; }
.bh-launch-check__icon::before { font-size: 1rem; font-weight: 900; }
.bh-launch-check--pass .bh-launch-check__icon { color: #08734b; background: #e3f7ed; }
.bh-launch-check--pass .bh-launch-check__icon::before { content: "✓"; }
.bh-launch-check--warn .bh-launch-check__icon { color: #855e00; background: #fff4d8; }
.bh-launch-check--warn .bh-launch-check__icon::before { content: "!"; }
.bh-launch-check--fail .bh-launch-check__icon { color: #a72b24; background: #ffedeb; }
.bh-launch-check--fail .bh-launch-check__icon::before { content: "×"; }
.bh-launch-check strong { display: block; margin-bottom: 4px; color: var(--bh-ink); }
.bh-launch-check p { margin: 0; color: var(--bh-muted); }

@media (max-width: 900px) {
  .bh-launch-summary { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .bh-launch-summary { grid-template-columns: 1fr 1fr; }
  .bh-launch-check { grid-template-columns: 34px minmax(0,1fr); }
  .bh-launch-check > .bh-badge { grid-column: 2; justify-self: start; }
}
