:root {
  color-scheme: light;
  --ink: #12343b;
  --muted: #5a6c73;
  --line: #d8e8ec;
  --paper: #f5fbfd;
  --panel: #ffffff;
  --accent: #00a6a6;
  --blue: #1267b3;
  --deep-blue: #064b78;
  --sand: #f5dfad;
  --accent-2: #ffc94a;
  --danger: #b4443f;
  --shadow: 0 18px 48px rgba(12, 77, 105, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 201, 74, 0.28), transparent 28%),
    linear-gradient(180deg, #e8faff 0%, #f8fcfb 38%, #ffffff 100%);
}

a {
  color: var(--accent);
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 64px;
  padding: 0 max(18px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.topbar nav {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
}

.topbar nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 10px;
  color: var(--deep-blue);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 999px;
}

.topbar nav a:hover {
  background: #e8f8fb;
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 52px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 0;
  align-items: stretch;
  min-height: 560px;
  margin-bottom: 18px;
  padding: clamp(28px, 5vw, 64px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(5, 42, 74, 0.98) 0%, rgba(7, 70, 109, 0.94) 38%, rgba(8, 97, 145, 0.5) 56%, rgba(8, 97, 145, 0.08) 74%),
    url("/static/images/hero-sup-kolomna.webp?v=20260707-hero") center right / cover no-repeat,
    linear-gradient(135deg, #0795b7 0%, #0a72b8 45%, #06558d 100%);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero h1 {
  max-width: 760px;
  margin: 0 0 12px;
  font-size: clamp(42px, 8vw, 86px);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--deep-blue) !important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px !important;
}

.hero .eyebrow {
  color: #fff0a8 !important;
}

.panel,
.booking {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  font: inherit;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
}

textarea {
  resize: vertical;
}

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

button,
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  cursor: pointer;
}

.primary {
  grid-column: 1 / -1;
  color: white;
  border-color: var(--accent);
  background: linear-gradient(135deg, var(--accent), var(--blue));
  box-shadow: 0 14px 28px rgba(0, 166, 166, 0.22);
}

.notice,
.alert {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #e6f5ef;
  border: 1px solid #bfe3d4;
}

.alert {
  color: var(--danger);
  background: #fff0ef;
  border-color: #f2c6c2;
}

.alert ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  max-width: 620px;
}

.station-badge {
  display: inline-grid;
  gap: 7px;
  justify-self: start;
  margin-bottom: 18px;
  max-width: min(100%, 540px);
  padding: 15px 18px;
  color: #07393c;
  background: linear-gradient(135deg, rgba(217, 247, 231, 0.98) 0%, rgba(238, 250, 244, 0.96) 100%);
  border: 2px solid rgba(68, 184, 122, 0.9);
  border-left: 8px solid #13805c;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(2, 44, 71, 0.24);
  backdrop-filter: blur(10px);
}

.station-badge.closed {
  color: #7a1f1a;
  background: linear-gradient(135deg, rgba(255, 228, 222, 0.98) 0%, rgba(255, 245, 242, 0.96) 100%);
  border-color: rgba(223, 119, 103, 0.9);
  border-left-color: #c24131;
}

.station-badge.unknown {
  color: #07393c;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.72);
  border-left-color: #1aa6b7;
}

.station-badge strong {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
}

.station-badge strong::before {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  background: #13805c;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(19, 128, 92, 0.14);
  content: "";
}

.station-badge.closed strong::before {
  background: #c24131;
  box-shadow: 0 0 0 4px rgba(194, 65, 49, 0.14);
}

.station-badge.unknown strong::before {
  background: #1aa6b7;
  box-shadow: 0 0 0 4px rgba(26, 166, 183, 0.14);
}

.station-badge span {
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0.92;
}

.hero-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-status span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: #07393c;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
}

.hero-photo {
  position: absolute;
  inset: 0 0 0 45%;
  z-index: 0;
  margin: 0;
  min-height: 0;
  aspect-ratio: auto;
  border-radius: 0;
  background: url("/static/images/hero-sup-kolomna.webp?v=20260707-hero") center center / cover no-repeat;
  overflow: hidden;
  box-shadow: none;
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 42, 74, 0.98) 0%, rgba(7, 70, 109, 0.78) 28%, rgba(8, 97, 145, 0.26) 58%, rgba(8, 97, 145, 0) 82%);
  pointer-events: none;
}

.hero-photo img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.booking-zone {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  gap: 18px;
  align-items: start;
  margin: 28px 0;
  padding: clamp(18px, 3vw, 30px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(232, 249, 255, 0.94) 52%, rgba(210, 241, 255, 0.88) 100%);
  border: 1px solid rgba(153, 216, 235, 0.72);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(2, 44, 71, 0.16);
}

.stack {
  display: grid;
  gap: 18px;
}

.info-panel,
.calendar-panel {
  padding: 20px;
}

.info-panel h2,
.calendar-panel h2,
.form h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.quick-benefits,
.included-list,
.popular-price-grid {
  display: grid;
  gap: 14px;
}

.quick-benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px 0 34px;
}

.quick-benefits article,
.included-list article,
.popular-price-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quick-benefits strong,
.included-list strong {
  color: var(--deep-blue);
  font-size: 18px;
}

.quick-benefits span,
.included-list span {
  color: var(--muted);
  line-height: 1.45;
}

.included-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

.popular-price-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.popular-price-grid article {
  background: linear-gradient(180deg, #ffffff, #f6fdff);
}

.popular-price-grid .accent-card {
  background: linear-gradient(180deg, #fff8db, #ffffff);
  border-color: #f0d889;
}

.popular-price-grid h3,
.estimate h3 {
  margin: 0 0 10px;
}

.popular-price-grid p {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #e7f2f4;
}

.popular-price-grid p span {
  color: var(--deep-blue);
  font-weight: 900;
  text-align: right;
}

.price-anchor {
  display: inline-flex;
  margin-top: 14px;
  color: var(--deep-blue);
  font-weight: 900;
}

.booking-form {
  align-items: start;
}

.consent {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
}

.consent input {
  width: 20px;
  min-height: 20px;
  margin-top: 2px;
}

.estimate {
  padding: 16px;
  background: linear-gradient(180deg, #f1fbff, #ffffff);
  border: 1px solid #cce8f5;
  border-radius: 8px;
}

.estimate dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.estimate dl div,
.slot-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.estimate dt {
  color: var(--muted);
  font-weight: 700;
}

.estimate dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.availability-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0;
  padding: 12px;
  color: #07393c;
  font-weight: 800;
  background: #e6f7f4;
  border: 1px solid #c9e9e2;
  border-radius: 8px;
}

.availability-summary span {
  display: block;
}

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

.slot-row {
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.slot-row span {
  color: var(--blue);
  font-weight: 900;
}

.slot-row strong {
  font-size: 14px;
}

.hero-lead {
  max-width: 760px !important;
  margin-bottom: 10px !important;
  font-size: 24px !important;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.primary-link {
  color: white;
  border-color: #ffffff;
  background: linear-gradient(135deg, #00b9b3, #116fbd);
  box-shadow: 0 16px 34px rgba(1, 70, 109, 0.22);
}

.ghost-link {
  color: #07393c;
  background: rgba(255, 255, 255, 0.9);
}

.landing-section {
  margin: 44px 0;
}

.section-head {
  max-width: 820px;
  margin-bottom: 16px;
}

.section-head h2,
.bottom-cta h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.05;
}

.section-head p,
.bottom-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.occasion-grid,
.service-grid,
.two-column-info,
.faq-grid,
.price-grid {
  display: grid;
  gap: 14px;
}

.occasion-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.occasion-grid article,
.faq-grid details {
  padding: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.occasion-grid article > span {
  font-size: 28px;
}

.occasion-grid h3,
.service-grid h3 {
  margin: 0 0 8px;
}

.occasion-grid p,
.service-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.price-grid,
.service-grid,
.two-column-info {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-card {
  padding: 20px;
}

.price-card h3 {
  margin: 0 0 14px;
}

.price-card ul,
.responsibility ul,
.two-column-info ul,
.two-column-info ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.price-card li {
  display: grid;
  gap: 4px;
  padding: 10px 0;
  border-bottom: 1px solid #eef5f7;
}

.price-card li span {
  color: var(--muted);
}

.fine-print {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.responsibility {
  padding: 18px 20px;
}

.responsibility summary,
.faq-grid summary {
  cursor: pointer;
  font-weight: 900;
}

.responsibility p,
.faq-grid p {
  color: var(--muted);
  line-height: 1.55;
}

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

.bottom-cta {
  padding: 28px;
  text-align: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 201, 74, 0.32), transparent 24%),
    linear-gradient(135deg, #e6f9f7, #f8fdff);
  border: 1px solid #c9e9e2;
  border-radius: 8px;
}

.bottom-cta .button {
  margin: 18px 0;
}

.staff-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.timeline {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
}

.timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  font-weight: 900;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--blue));
}

.timeline p {
  margin: 0;
  font-weight: 900;
}

.login {
  max-width: 420px;
  margin: 40px auto 0;
  padding: 22px;
}

.login h1 {
  margin-top: 0;
}

.admin-head,
.filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.admin-head h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
}

.admin-head p {
  margin: 4px 0 0;
  color: var(--muted);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.filters {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.filters a {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  text-decoration: none;
}

.station-shift-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 280px);
  gap: 18px;
  align-items: center;
  margin: 8px 0 22px;
  padding: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff0ec 0%, #fff8f6 50%, #ffffff 100%);
  border: 1px solid #ffc6bd;
  border-left: 12px solid #c24131;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(23, 33, 29, 0.13);
}

.station-shift-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: linear-gradient(90deg, #c24131, #f97316);
  content: "";
}

.station-shift-panel.open {
  border-left-color: #13805c;
  background: linear-gradient(135deg, #e7f8ef 0%, #f2fbf7 52%, #ffffff 100%);
  border-color: #9edebb;
}

.station-shift-panel.open::before {
  background: linear-gradient(90deg, #13805c, #1aa6b7);
}

.station-shift-info {
  display: grid;
  align-content: center;
  gap: 10px;
  min-width: 0;
}

.station-shift-info h2 {
  margin: 0;
  color: #8f241d;
  font-size: 36px;
  line-height: 1.08;
}

.station-shift-panel.open .station-shift-info h2 {
  color: #08734f;
}

.station-shift-info h2::after {
  display: block;
  max-width: 420px;
  margin-top: 8px;
  color: #8f433a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  content: "На сайте клиенты видят, что станция сейчас закрыта.";
}

.station-shift-panel.open .station-shift-info h2::after {
  color: #216d55;
  content: "На сайте клиенты видят, что станция работает.";
}

.station-shift-info p {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.station-shift-info span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.station-shift-info .eyebrow {
  display: grid;
  gap: 6px;
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
}

.station-shift-info .eyebrow::after {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  content: "Откройте смену, когда станция начала работать. Закройте смену в конце дня.";
}

.station-shift-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.station-shift-form.compact {
  justify-self: stretch;
  min-height: auto;
}

.station-shift-form .wide,
.station-shift-buttons {
  grid-column: 1 / -1;
}

.station-shift-form label {
  min-width: 0;
  font-size: 15px;
  font-weight: 900;
}

.station-shift-form input {
  min-height: 48px;
  font-size: 17px;
}

.station-shift-form label.wide::after {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  content: "Это сообщение увидят клиенты на сайте.";
}

.station-shift-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.station-shift-buttons button {
  min-height: 62px;
  padding: 16px 18px;
  font-size: 19px;
  line-height: 1.15;
  white-space: normal;
}

.station-shift-main-action {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(23, 33, 29, 0.16);
}

.manager-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.manager-summary article,
.manager-summary .summary-card,
.manager-filters {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(23, 33, 29, 0.05);
}

.manager-summary article,
.manager-summary .summary-card {
  display: grid;
  gap: 8px;
  min-height: 96px;
  padding: 16px;
  overflow: hidden;
}

.manager-summary .summary-card {
  position: relative;
  color: var(--ink);
  text-decoration: none;
  border-width: 2px;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.manager-summary .summary-card::after {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  content: "Открыть раздел";
}

.manager-summary .summary-card:hover,
.manager-summary .summary-card:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(19, 128, 92, 0.38);
  box-shadow: 0 14px 32px rgba(23, 33, 29, 0.1);
  outline: none;
}

.manager-summary .summary-card.active {
  background: #eefaf4;
  border-color: var(--accent);
  box-shadow: inset 0 0 0 2px rgba(19, 128, 92, 0.26), 0 16px 34px rgba(23, 33, 29, 0.11);
}

.manager-summary .summary-card.pending.active {
  background: #fff8e8;
  border-color: var(--accent-2);
  box-shadow: inset 0 0 0 2px rgba(242, 177, 74, 0.32), 0 16px 34px rgba(23, 33, 29, 0.11);
}

.manager-summary .summary-card.cancelled.active {
  background: #fff1ee;
  border-color: var(--danger);
  box-shadow: inset 0 0 0 2px rgba(194, 65, 49, 0.24), 0 16px 34px rgba(23, 33, 29, 0.11);
}

.manager-summary span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.manager-summary strong {
  font-size: 30px;
  line-height: 1.12;
}

.manager-summary .summary-wide {
  grid-column: 1 / -1;
  min-height: auto;
  background: #eefaf4;
  border-color: #9edebb;
  border-left: 8px solid var(--accent);
}

.manager-summary .summary-wide strong {
  font-size: 16px;
  line-height: 1.5;
}

.manager-summary ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.manager-summary .summary-wide a {
  color: var(--ink);
  text-decoration: none;
}

.manager-summary .summary-wide a:hover {
  color: var(--accent);
  text-decoration: underline;
}

.status-page-head {
  margin: 0 0 16px;
  padding: 18px;
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.status-page-head h2 {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.15;
}

.status-page-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.manager-filters {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(240px, 1.3fr) auto auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 16px;
  padding: 16px;
}

.manager-filters label {
  min-width: 0;
}

.manager-filters .wide-filter {
  min-width: 220px;
}

.manager-filters button,
.manager-filters .button {
  min-height: 46px;
  white-space: nowrap;
}

.list {
  display: grid;
  gap: 12px;
}

.booking {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 18px;
  border-left-width: 6px;
}

.booking.pending {
  border-left-color: var(--accent-2);
  background: #fffaf0;
}

.booking.confirmed {
  border-left-color: var(--accent);
  background: #f0fbf6;
  border-color: #bfead6;
}

.booking.cancelled {
  border-left-color: var(--danger);
  background: #fff4f1;
  border-color: #ffc6bd;
}

.booking-main {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.booking-main p {
  margin: 6px 0 0;
  color: var(--muted);
}

.manager-card {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
}

.manager-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.manager-card-head strong {
  font-size: 22px;
  line-height: 1.15;
}

.manager-card:target {
  outline: 3px solid rgba(19, 128, 92, 0.38);
  outline-offset: 3px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  border-radius: 999px;
  background: #f4f6f5;
}

.status-pill.pending {
  color: #6f4a00;
  background: #fff4d8;
}

.status-pill.confirmed {
  color: #07393c;
  background: #dff5ec;
}

.status-pill.cancelled {
  color: #7a1f1a;
  background: #ffe4e1;
}

.booking-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 10px;
  margin: 10px 0;
}

.booking-details div {
  padding: 10px;
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.booking-details dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.booking-details dd {
  margin: 4px 0 0;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.client-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  font-size: 17px;
}

.client-line strong,
.client-line a {
  overflow-wrap: anywhere;
}

.manager-text-block {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.manager-text-block span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.manager-text-block p {
  margin: 0;
  color: var(--ink);
  overflow-wrap: anywhere;
}

.manager-actions {
  display: grid;
  align-content: start;
  gap: 10px;
}

.manager-actions form {
  display: grid;
  gap: 8px;
}

.manager-actions button {
  min-height: 48px;
  width: 100%;
  font-size: 15px;
}

.confirm-action {
  color: white;
  border-color: var(--accent);
  background: var(--accent);
}

.cancel-action {
  color: white;
  border-color: var(--danger);
  background: var(--danger);
}

.note-form {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.note-form textarea {
  min-height: 110px;
}

.processed-note {
  padding: 12px;
  color: var(--muted);
  font-weight: 800;
  background: #f4f6f5;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.muted {
  color: var(--muted);
}

.user-create-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 16px;
  padding: 16px;
}

.user-create-form h2 {
  grid-column: 1 / -1;
  margin: 0;
}

.user-list {
  display: grid;
  gap: 12px;
}

.user-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 16px;
  padding: 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 6px solid var(--accent);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(23, 33, 29, 0.05);
}

.user-card.inactive {
  border-left-color: var(--danger);
  opacity: 0.78;
}

.user-card h2 {
  margin: 0 0 8px;
}

.user-card p {
  margin: 6px 0;
}

.user-actions {
  display: grid;
  gap: 10px;
}

.user-actions form {
  display: grid;
  gap: 8px;
}

.status-form {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 150px;
}

@media (max-width: 720px) {
  main {
    width: min(100% - 24px, 1180px);
    padding-top: 16px;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 0 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding: 20px;
    background:
      linear-gradient(180deg, rgba(5, 42, 74, 0.98) 0%, rgba(7, 70, 109, 0.92) 52%, rgba(8, 97, 145, 0.78) 100%),
      linear-gradient(135deg, #0795b7 0%, #0a72b8 45%, #06558d 100%);
  }

  .hero-photo {
    position: relative;
    inset: auto;
    min-height: 240px;
    aspect-ratio: 16 / 10;
  }

  .hero-photo::before {
    background: linear-gradient(180deg, rgba(5, 42, 74, 0.18) 0%, rgba(5, 42, 74, 0) 52%);
  }

  .hero-photo img {
    min-height: 0;
  }

  .hero h1 {
    font-size: 42px;
  }

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

  .manager-summary,
  .manager-filters,
  .booking-details,
  .user-create-form,
  .user-card {
    grid-template-columns: 1fr;
  }

  .manager-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-zone,
  .quick-benefits,
  .popular-price-grid,
  .included-list,
  .occasion-grid,
  .price-grid,
  .service-grid,
  .two-column-info,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .station-badge {
    width: 100%;
    padding: 14px 15px;
  }

  .station-badge strong {
    font-size: 15px;
  }

  .section-head h2,
  .bottom-cta h2 {
    font-size: 28px;
  }

  .calendar-panel {
    order: 2;
  }

  .admin-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-head h1 {
    font-size: 30px;
  }

  .station-shift-panel,
  .station-shift-form,
  .station-shift-buttons {
    grid-template-columns: 1fr;
  }

  .station-shift-panel {
    margin-top: 4px;
    padding: 20px 16px 16px;
    border-left-width: 8px;
  }

  .station-shift-info h2 {
    font-size: 30px;
  }

  .station-shift-info h2::after,
  .station-shift-info .eyebrow::after {
    max-width: none;
    font-size: 14px;
  }

  .station-shift-info p {
    font-size: 16px;
  }

  .station-shift-form {
    padding: 14px;
  }

  .station-shift-form input {
    width: 100%;
  }

  .station-shift-buttons button {
    min-height: 58px;
    width: 100%;
  }

  .manager-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .manager-summary .summary-wide {
    grid-column: 1 / -1;
  }

  .manager-filters button,
  .manager-filters .button {
    width: 100%;
    text-align: center;
  }
}
