body {
  background: #fafaf9;
}

button,
input,
textarea {
  font: inherit;
}

.content {
  position: relative;
  background: #fafaf9;
}

.content > [data-demo-stage] {
  min-height: 100%;
}

.sb-brand .sb-logo-img {
  width: 226px;
  max-width: 100%;
  border-radius: 0;
  background: transparent;
  padding: 0;
  filter: invert(1) hue-rotate(180deg) saturate(1.15) brightness(1.08) drop-shadow(0 12px 22px rgba(0, 0, 0, .24));
  mix-blend-mode: screen;
}

.sb-brand:hover .sb-logo-img {
  transform: translateY(-1px) scale(1.012);
  filter: invert(1) hue-rotate(180deg) saturate(1.15) brightness(1.08) drop-shadow(0 16px 28px rgba(0, 0, 0, .28));
  background: transparent;
}

button.dash-card,
button.dash-feature-banner,
button.forms-route-card {
  appearance: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

button.dash-card {
  width: 100%;
}

.dash-icon--green {
  background: linear-gradient(135deg, #16a34a, #22c55e);
}

.dash-card button,
.forms-page button,
.schedule-page button,
.kp-wrap button {
  font: inherit;
}

.dash-event-weather {
  align-items: center;
  color: #8b8ba0;
  font-weight: 800;
}

.demo-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.demo-form-grid .wide {
  grid-column: 1 / -1;
}

.demo-request-form textarea.input {
  min-height: 92px;
}

.demo-submit-request {
  margin-top: 16px;
  border: 0;
  cursor: pointer;
}

.demo-submit-request svg,
.forms-route-cta svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.forms-route-card.leave::after {
  background: rgba(244, 121, 32, .10);
}

.schedule-page .schedule-fs-trigger svg,
.schedule-page .kp-badge svg,
.kp-wrap svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.schedule-page .cell .ch {
  color: inherit;
  text-shadow: none;
}

.schedule-page .cell[style*="color:#ffffff"] .ch,
.schedule-page .cell[style*="color: #ffffff"] .ch {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .45);
}

.schedule-page-own-demo {
  padding-top: clamp(18px, 3vw, 34px);
}

.schedule-page-own-demo .own-schedule-shell {
  max-width: 1420px;
  margin: 0 auto;
}

.schedule-page-own-demo .own-calendar-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 250, 245, .92) 100%);
}

.schedule-page-own-demo .own-shift-pill {
  text-align: center;
}

.nt-page {
  min-height: 100%;
}

.nt-page button {
  font: inherit;
}

.demo-note-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 18px;
}

.demo-note-form-grid textarea.nt-field {
  min-height: 180px;
  resize: vertical;
}

.demo-note-footer {
  bottom: -22px;
}

.nt-action svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eprac-lolek-chat-root {
  pointer-events: none;
}

.eprac-lolek-launcher {
  pointer-events: auto;
}

@media (max-width: 768px) {
  body {
    overflow: auto;
  }

  .app {
    display: block;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }

  .content {
    height: auto;
    overflow: visible;
  }

  .demo-form-grid {
    grid-template-columns: 1fr;
  }

  .demo-note-form-grid {
    grid-template-columns: 1fr;
  }
}
