/* Focused application overrides layered after the generated utility sheet. */

html {
  scroll-behavior: smooth;
}

body {
  overflow-wrap: anywhere;
}

.dark {
  --background: 214 44% 7%;
  --foreground: 204 42% 96%;
  --card: 213 35% 11%;
  --card-foreground: 204 36% 94%;
  --primary: 190 88% 49%;
  --primary-foreground: 213 58% 8%;
  --muted: 213 26% 15%;
  --muted-foreground: 209 14% 68%;
  --accent: 169 45% 18%;
  --accent-foreground: 169 70% 84%;
  --border: 210 28% 21%;
  --ring: 190 88% 49%;
}

.bp-body {
  min-width: 320px;
  background:
    radial-gradient(circle at 82% -6%, rgb(16 130 156 / 0.13), transparent 32rem),
    linear-gradient(180deg, #071322 0, #07111e 38rem, #06101c 100%);
  color: #eaf6fb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bp-body #root {
  background: transparent !important;
}

.bp-shell {
  width: min(calc(100% - 2rem), 92rem);
  margin-inline: auto;
}

.bp-main {
  padding-block: 2.25rem 5rem;
}

.bp-masthead {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgb(106 152 178 / 0.18);
  background: rgb(6 19 34 / 0.92) !important;
  box-shadow: 0 12px 34px rgb(0 0 0 / 0.18);
  backdrop-filter: blur(18px);
}

.bp-masthead-inner,
.bp-masthead-row {
  min-height: 4.25rem;
}

.bp-masthead-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.bp-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #f4fbff;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.bp-brand svg {
  width: 1.65rem;
  height: 1.65rem;
  color: #28d5e9;
}

.bp-brand span span {
  color: #63dfb8;
}

.bp-nav-link,
.bp-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  border-radius: 0.6rem;
  padding: 0.62rem 0.9rem;
  color: #c9dce6;
  font-size: 0.84rem;
  font-weight: 700;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.bp-nav-link:hover,
.bp-secondary-action:hover {
  color: #fff;
  transform: translateY(-1px);
}

.bp-nav-link--primary {
  border: 1px solid rgb(38 207 226 / 0.45);
  background: rgb(15 124 145 / 0.24);
  color: #7eeaf3;
}

.bp-nav-link--donate {
  color: #98aeBA;
}

.bp-nav-link--donate:hover {
  background: rgb(255 255 255 / 0.05);
}

.bp-page-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.45rem;
}

.eyebrow {
  margin-bottom: 0.48rem;
  color: #63dfb8;
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.bp-page-intro h1 {
  max-width: 58rem;
  color: #f7fbfd;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.bp-secondary-action {
  flex: 0 0 auto;
  border: 1px solid rgb(98 139 163 / 0.28);
  background: rgb(14 31 48 / 0.7);
}

.bp-panel,
.bp-card {
  border: 1px solid rgb(105 150 174 / 0.2) !important;
  border-radius: 0.9rem !important;
  background: linear-gradient(150deg, rgb(15 36 54 / 0.97), rgb(10 27 43 / 0.98)) !important;
  box-shadow: 0 18px 55px rgb(0 0 0 / 0.18) !important;
}

.conditions-overview {
  overflow: hidden;
}

.conditions-overview-heading,
.bp-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.conditions-overview-heading {
  padding: 1.25rem 1.35rem 1rem;
  border-bottom: 1px solid rgb(106 152 178 / 0.16);
}

.conditions-overview-heading .eyebrow {
  margin-bottom: 0.3rem;
}

.conditions-overview-heading h2,
.bp-section-heading h2 {
  color: #f3f9fc;
  font-size: clamp(1.25rem, 2vw, 1.62rem);
  font-weight: 780;
  letter-spacing: -0.035em;
}

.conditions-updated {
  color: #91a8b5;
  font-size: 0.74rem;
  white-space: nowrap;
}

.conditions-overview-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.condition-metric {
  position: relative;
  display: flex;
  min-width: 0;
  gap: 0.7rem;
  min-height: 7.1rem;
  padding: 1.08rem 1rem;
  border-right: 1px solid rgb(106 152 178 / 0.14);
}

.condition-metric:last-child {
  border-right: 0;
}

.condition-metric-icon {
  display: grid;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid rgb(44 208 225 / 0.22);
  border-radius: 0.55rem;
  background: rgb(26 180 198 / 0.09);
  color: #48dbe8;
}

.condition-metric-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.condition-metric-copy {
  min-width: 0;
}

.condition-metric-label {
  margin-bottom: 0.24rem;
  color: #8fa7b6;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.condition-metric-value {
  color: #f4fbff;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  font-weight: 820;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.condition-metric-meta {
  margin-top: 0.35rem;
  color: #91a9b7;
  font-size: 0.7rem;
  line-height: 1.35;
}

.condition-metric--low .condition-metric-icon,
.condition-metric--open .condition-metric-icon {
  border-color: rgb(83 223 179 / 0.28);
  background: rgb(53 192 148 / 0.11);
  color: #63dfb8;
}

.condition-metric--moderate .condition-metric-icon,
.condition-metric--restricted .condition-metric-icon {
  border-color: rgb(242 176 70 / 0.34);
  background: rgb(242 176 70 / 0.1);
  color: #f3b85a;
}

.condition-metric--high .condition-metric-icon,
.condition-metric--extreme .condition-metric-icon,
.condition-metric--closed .condition-metric-icon {
  border-color: rgb(250 105 105 / 0.35);
  background: rgb(250 105 105 / 0.11);
  color: #ff7a7a;
}

.conditions-disclosures {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgb(106 152 178 / 0.14);
  background: rgb(4 17 30 / 0.32);
}

.bp-disclosure + .bp-disclosure {
  border-left: 1px solid rgb(106 152 178 / 0.14);
}

.bp-disclosure summary {
  position: relative;
  display: grid;
  gap: 0.15rem;
  padding: 0.88rem 2.75rem 0.88rem 1.25rem;
  cursor: pointer;
  list-style: none;
}

.bp-disclosure summary::-webkit-details-marker {
  display: none;
}

.bp-disclosure summary::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  color: #63dfb8;
  content: "+";
  font-size: 1.1rem;
  line-height: 1;
  transform: translateY(-50%);
}

.bp-disclosure[open] summary::after {
  content: "−";
}

.bp-disclosure-title {
  color: #dcebf2;
  font-size: 0.8rem;
  font-weight: 760;
}

.bp-disclosure-hint {
  color: #7f97a6;
  font-size: 0.68rem;
}

.bp-disclosure-body {
  padding: 0 1.25rem 1.15rem;
  color: #aec0ca;
  font-size: 0.78rem;
  line-height: 1.65;
}

.bp-disclosure-body h3 {
  margin-top: 0.8rem;
  color: #dcebf2;
  font-weight: 750;
}

.bp-disclosure-body ul {
  margin: 0.35rem 0 0 1rem;
  list-style: disc;
}

.bp-section {
  margin-top: 2.8rem;
}

.bp-section-heading {
  margin-bottom: 0.9rem;
}

.bp-section-heading .eyebrow {
  margin-bottom: 0.25rem;
}

.bp-chart-grid,
.bp-planning-grid {
  display: grid;
  align-items: start;
  gap: 1rem;
}

.bp-chart-grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.98fr);
}

.bp-planning-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.75fr);
}

.bp-chart-grid > *,
.bp-planning-grid > * {
  min-width: 0;
}

.bp-card {
  overflow: hidden;
}

.bp-card > .p-4:first-child,
.bp-card > .p-6:first-child {
  border-bottom: 1px solid rgb(106 152 178 / 0.13);
}

.bp-card h3 {
  color: #eef8fc;
  letter-spacing: -0.025em;
}

.bp-tide-card .space-y-3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.bp-tide-card .space-y-3 > * {
  margin-top: 0 !important;
}

.bp-current-card {
  padding: 1rem 1.1rem !important;
}

.bp-weather-card .grid,
.bp-marine-card .grid {
  gap: 0.65rem;
}

.bp-weather-card .grid > div,
.bp-marine-card .grid > div {
  border-color: rgb(106 152 178 / 0.14) !important;
  background: rgb(5 20 34 / 0.42) !important;
}

.bp-status-card {
  border-left: 1px solid rgb(105 150 174 / 0.2) !important;
}

.bp-footer {
  border-top: 1px solid rgb(106 152 178 / 0.15);
  background: rgb(4 14 25 / 0.72);
}

.bp-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.5rem;
  color: #738b99;
  font-size: 0.76rem;
}

.bp-footer a:hover {
  color: #c8e1eb;
}

#root,
[data-page-shell] {
  background: hsl(var(--background)) !important;
}

.site-header {
  background: rgb(6 19 34 / 0.92) !important;
}

.bg-card.bg-gradient-to-br,
.guide-strategy-card .bg-gradient-to-r {
  background-image: none !important;
}

.status-badge-dark {
  color: #111827 !important;
}

.condition-metric--open .condition-metric-value,
.condition-metric--restricted .condition-metric-value,
.condition-metric--closed .condition-metric-value {
  font-size: clamp(0.88rem, 1.2vw, 1.08rem);
  letter-spacing: -0.02em;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid hsl(var(--ring));
  outline-offset: 3px;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}

.guide-timeline,
.guide-sidebar,
.guide-day-panel,
.guide-segment-card {
  min-width: 0;
}

.guide-dialog[hidden] {
  display: none !important;
}

.guide-location-button {
  overflow-wrap: anywhere;
}

.guide-dialog {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.guide-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.82);
  backdrop-filter: blur(2px);
}

.guide-dialog-panel {
  position: relative;
  z-index: 1;
  width: min(64rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
}

body.dialog-open {
  overflow: hidden;
}

.chart-frame {
  max-width: 100%;
  overflow-x: auto;
}

.chart-frame svg {
  display: block;
  min-width: 36rem;
  max-width: none;
}

.guide-sidebar .chart-frame svg {
  min-width: 100%;
  max-width: 100%;
}

/* Fishing plan: compact daily command center. */
.guide-main {
  padding-block: 1.65rem 4.5rem;
}

.bp-guide-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.bp-guide-nav-active {
  margin-right: 0.35rem;
  padding: 0.7rem 0.8rem;
  border-bottom: 2px solid #52d8e7;
  color: #effaff;
  font-size: 0.86rem;
  font-weight: 760;
}

.guide-page-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.guide-page-heading .eyebrow {
  margin-bottom: 0.3rem;
}

.guide-page-heading h1 {
  color: #f7fbfd;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 820;
  letter-spacing: -0.05em;
  line-height: 1;
}

.guide-page-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.85rem;
}

.guide-page-actions > span {
  color: #829aa8;
  font-size: 0.7rem;
}

.guide-page-actions .bp-secondary-action {
  color: #d7e9f1;
}

.guide-date-navigator {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.15rem;
  border: 1px solid rgb(67 151 186 / 0.38);
  border-radius: 0.7rem;
  background:
    linear-gradient(120deg, rgb(10 40 61 / 0.92), rgb(7 25 42 / 0.94)),
    hsl(var(--card));
  padding: 0.9rem 1rem;
  box-shadow: 0 12px 34px rgb(0 0 0 / 0.14);
}

.guide-date-controls {
  display: flex;
  align-items: end;
  gap: 0.55rem;
  min-width: 0;
}

.guide-date-form {
  display: grid;
  grid-template-columns: minmax(10.5rem, 13rem) auto;
  gap: 0.35rem 0.5rem;
  min-width: 0;
}

.guide-date-form label {
  grid-column: 1 / -1;
  color: #75dce8;
  font-size: 0.62rem;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.guide-date-form input,
.guide-date-submit,
.guide-date-step,
.guide-date-today {
  min-height: 2.55rem;
  border: 1px solid rgb(77 153 184 / 0.44);
  border-radius: 0.44rem;
  background: rgb(5 20 35 / 0.74);
  color: #e8f5fa;
}

.guide-date-form input {
  width: 100%;
  min-width: 0;
  padding: 0.55rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 680;
  color-scheme: dark;
}

.guide-date-submit,
.guide-date-today {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.82rem;
  color: #91eaf0;
  font-size: 0.7rem;
  font-weight: 760;
  white-space: nowrap;
}

.guide-date-step {
  display: inline-grid;
  width: 2.55rem;
  flex: 0 0 2.55rem;
  place-items: center;
  color: #8deaf2;
  font-size: 1.5rem;
  line-height: 1;
}

.guide-date-step.is-disabled {
  border-color: rgb(77 115 135 / 0.22);
  color: #526c7a;
  cursor: not-allowed;
}

.guide-date-today.is-current {
  border-color: rgb(46 196 216 / 0.5);
  background: rgb(18 117 139 / 0.24);
  color: #e6fcff;
}

.guide-date-step:not(.is-disabled):hover,
.guide-date-today:hover,
.guide-date-submit:hover {
  border-color: rgb(77 220 232 / 0.68);
  background: rgb(13 103 129 / 0.3);
  color: #fff;
}

.guide-date-selected {
  color: #f1f9fc;
  font-size: 0.88rem;
  font-weight: 760;
}

.guide-date-note {
  color: #89a4b2;
  font-size: 0.67rem;
  line-height: 1.45;
}

.guide-date-message {
  margin-top: 0.2rem;
  border-left: 3px solid #e8b447;
  border-radius: 0.25rem;
  background: rgb(143 99 13 / 0.14);
  padding: 0.55rem 0.65rem;
  color: #ecdcae;
  font-size: 0.7rem;
  line-height: 1.45;
}


.guide-strategy-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.92fr);
  min-height: 20rem;
  overflow: hidden;
  border: 1px solid rgb(67 151 186 / 0.46);
  border-radius: 0.76rem;
  background:
    radial-gradient(circle at 55% 50%, rgb(5 132 163 / 0.16), transparent 30rem),
    linear-gradient(145deg, #082540, #071a2d 70%);
  box-shadow: 0 22px 58px rgb(0 0 0 / 0.23);
}

.guide-strategy-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.65rem;
}

.guide-strategy-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.guide-strategy-topline .eyebrow {
  margin: 0;
  color: #45d4e7;
}

.guide-freshness-badge {
  flex: 0 0 auto;
}

.guide-strategy-copy > h3 {
  margin-top: 0.55rem;
  color: #fff;
  font-size: clamp(2.35rem, 4.4vw, 4.2rem);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.guide-strategy-exchange {
  margin-top: 0.9rem;
  color: #5ce0d2;
  font-size: 1.08rem;
  font-weight: 760;
}

.guide-strategy-exchange span {
  margin-inline: 0.35rem;
  color: #4c778d;
}

.guide-strategy-center {
  margin-top: 0.5rem;
  color: #e9f5fa;
  font-size: 1rem;
  font-weight: 760;
}

.guide-strategy-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.3rem;
}

.guide-action {
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr);
  gap: 0.55rem;
  min-width: 0;
}

.guide-action-icon {
  color: #4fcff1;
  font-size: 1.5rem;
  line-height: 1;
}

.guide-action h4 {
  color: #e9f6fb;
  font-size: 0.76rem;
  font-weight: 780;
}

.guide-action p {
  margin-top: 0.2rem;
  color: #9bb3c0;
  font-size: 0.68rem;
  line-height: 1.42;
}

.guide-strategy-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1rem;
  color: #76909f;
  font-size: 0.64rem;
}

.guide-strategy-meta span:first-child {
  max-width: 70%;
}

.guide-map-preview {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-left: 1px solid rgb(71 146 178 / 0.25);
  background: #04253b;
  text-align: left;
}

.guide-map-scene,
.guide-map-marker-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: scale(1.04);
  transition: transform 220ms ease;
}

.guide-map-scene {
  object-fit: cover;
  filter: saturate(0.55) contrast(1.15) brightness(0.63) hue-rotate(152deg);
  transition: transform 220ms ease, filter 220ms ease;
}

.guide-map-preview:hover .guide-map-scene {
  filter: saturate(0.68) contrast(1.15) brightness(0.72) hue-rotate(152deg);
  transform: scale(1.07);
}

.guide-map-preview:hover .guide-map-marker-layer {
  transform: scale(1.07);
}

.guide-map-tint {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #071d31 0, rgb(5 28 46 / 0.44) 25%, transparent 64%),
    linear-gradient(0deg, rgb(1 15 28 / 0.62), transparent 55%);
}

.guide-map-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  justify-items: start;
  color: #7cf4e7;
  text-shadow: 0 2px 12px #001521;
}

.guide-map-label strong {
  font-size: 0.85rem;
}

.guide-map-label small {
  margin-top: 0.18rem;
  color: #eaf8fd;
  font-size: 0.7rem;
}

.guide-map-marker-halo {
  fill: rgb(255 196 71 / 0.24);
  stroke: rgb(255 196 71 / 0.55);
  stroke-width: 4;
}

.guide-map-marker {
  fill: #ffc447;
  stroke: #fff5ca;
  stroke-width: 4;
  filter: drop-shadow(0 0 12px rgb(255 196 71 / 0.85));
}

.guide-map-cta {
  position: absolute;
  right: 1rem;
  bottom: 0.9rem;
  border: 1px solid rgb(85 213 230 / 0.35);
  border-radius: 0.45rem;
  background: rgb(2 23 38 / 0.72);
  padding: 0.5rem 0.7rem;
  color: #a9f3f7;
  font-size: 0.69rem;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.guide-timeline-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.35rem 0 0.7rem;
  padding-inline: 0.15rem;
}

.guide-timeline-heading .eyebrow {
  margin-bottom: 0.18rem;
}

.guide-timeline-heading h3 {
  color: #eff8fc;
  font-size: 1.1rem;
  font-weight: 780;
}

.guide-timeline-heading > p {
  color: #7892a1;
  font-size: 0.68rem;
}

.guide-segment-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--guide-segment-count), minmax(0, 1fr));
  gap: 0.6rem;
}

.guide-segment-track::before {
  position: absolute;
  top: 0.92rem;
  right: 1rem;
  left: 1rem;
  z-index: 0;
  border-top: 2px dotted rgb(94 186 210 / 0.58);
  content: "";
}

.guide-segment-card {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 23rem;
  flex-direction: column;
  overflow: visible;
  border: 1px solid rgb(88 135 160 / 0.38);
  border-radius: 0.62rem;
  background: linear-gradient(165deg, rgb(14 39 59 / 0.98), rgb(8 25 41 / 0.98));
  box-shadow: 0 12px 30px rgb(0 0 0 / 0.17);
}

.guide-segment-marker {
  width: 1rem;
  height: 1rem;
  margin: 0.45rem auto 0;
  border: 0.25rem solid #071a2b;
  border-radius: 999px;
  background: #2eace2;
  box-shadow: 0 0 0 0.15rem rgb(46 172 226 / 0.35);
}

.guide-segment-header {
  padding: 0.58rem 0.65rem 0.7rem;
  border-bottom: 1px solid rgb(99 145 169 / 0.28);
  text-align: center;
}

.guide-segment-time {
  min-height: 2.15em;
  color: #eff9fd;
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1.35;
}

.guide-segment-phase {
  margin-top: 0.35rem;
  color: #54d7e8;
  font-size: 0.87rem;
  font-weight: 820;
}

.guide-segment-mile {
  margin-top: 0.5rem;
  color: #d4e6ee;
  font-size: 0.7rem;
}

.guide-segment-card--flood .guide-segment-phase {
  color: #57df95;
}

.guide-segment-card--flood .guide-segment-marker {
  background-color: #43cc80;
}

.guide-segment-card--high-slack .guide-segment-phase {
  color: #c080ff;
}

.guide-segment-card--high-slack .guide-segment-marker {
  background-color: #9d64e5;
}

.guide-segment-card--low-slack .guide-segment-phase {
  color: #49b9fa;
}

.guide-segment-card--low-slack .guide-segment-marker {
  background-color: #359fdd;
}

.guide-location-chips {
  display: flex;
  min-height: 4rem;
  flex-wrap: wrap;
  align-content: start;
  gap: 0.3rem;
  padding: 0.72rem 0.6rem 0.35rem;
}

.guide-location-button {
  border: 1px solid rgb(31 183 205 / 0.35);
  border-radius: 999px;
  background: rgb(9 127 145 / 0.12);
  padding: 0.28rem 0.45rem;
  color: #6ee9f0;
  font-size: 0.61rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.guide-location-button:hover {
  border-color: rgb(53 221 233 / 0.65);
  background: rgb(13 148 165 / 0.22);
}

.guide-location-empty {
  color: #7d94a1;
  font-size: 0.65rem;
}

.guide-segment-instruction {
  padding: 0.45rem 0.65rem;
}

.guide-segment-instruction h4 {
  color: #eff8fc;
  font-size: 0.65rem;
  font-weight: 780;
}

.guide-segment-instruction p {
  margin-top: 0.25rem;
  color: #a9bec9;
  font-size: 0.65rem;
  line-height: 1.45;
}

.guide-segment-why {
  margin: auto 0.55rem 0.55rem;
  border: 1px solid rgb(82 129 155 / 0.28);
  border-radius: 0.4rem;
  background: rgb(41 76 101 / 0.24);
}

.guide-segment-why summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.58rem 0.62rem;
  color: #d7e9f1;
  cursor: pointer;
  font-size: 0.63rem;
  font-weight: 680;
  list-style: none;
}

.guide-segment-why summary::-webkit-details-marker {
  display: none;
}

.guide-segment-why p {
  padding: 0 0.62rem 0.65rem;
  color: #9db3bf;
  font-size: 0.63rem;
  line-height: 1.5;
}

.guide-sidebar {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
}

.guide-tide-card,
.guide-conditions-card {
  border-radius: 0.72rem !important;
}

.guide-reference-heading {
  padding: 1rem 1rem 0.7rem;
  border-bottom: 1px solid rgb(88 139 166 / 0.22);
}

.guide-reference-heading .eyebrow {
  margin-bottom: 0.18rem;
}

.guide-reference-heading h2 {
  color: #f0f9fc;
  font-size: 1.03rem;
  font-weight: 780;
  letter-spacing: -0.025em;
}

.guide-reference-heading > p {
  margin-top: 0.15rem;
  color: #8da4b1;
  font-size: 0.69rem;
}

.guide-tide-card > .px-4 {
  padding: 0.85rem 0.8rem 0.9rem;
}

.guide-tide-card .mb-4 {
  margin-bottom: 0.65rem;
}

.guide-tide-card .space-y-3 {
  display: grid;
  gap: 0.3rem;
}

.guide-tide-card .space-y-3 > * {
  margin-top: 0 !important;
  border-radius: 0.38rem;
  padding: 0.48rem 0.55rem !important;
}

.guide-tide-card .space-y-3 .p-2 {
  padding: 0.28rem;
}

.guide-tide-card .space-y-3 .font-semibold,
.guide-tide-card .space-y-3 .text-sm {
  font-size: 0.65rem;
}

.guide-condition-list {
  padding: 0 1rem;
}

.guide-condition-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid rgb(88 139 166 / 0.18);
}

.guide-condition-list dt {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #b4c7d0;
  font-size: 0.72rem;
}

.guide-condition-list dt span {
  color: #58d4e6;
  font-size: 1rem;
}

.guide-condition-list dd {
  color: #e4f0f5;
  font-size: 0.72rem;
  text-align: right;
}

.guide-conditions-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.85rem;
  border: 1px solid rgb(53 187 208 / 0.35);
  border-radius: 0.45rem;
  padding: 0.65rem 0.75rem;
  color: #75e4ec;
  font-size: 0.7rem;
  font-weight: 740;
}

.guide-reference-empty {
  padding: 1rem;
}

.guide-reference-empty p {
  margin-top: 0.5rem;
  color: #91a8b5;
  font-size: 0.72rem;
  line-height: 1.55;
}

/* Private operations screens. */
.admin-body {
  background:
    radial-gradient(circle at 90% -10%, rgb(38 104 138 / 0.12), transparent 34rem),
    linear-gradient(180deg, #091522, #07111d) !important;
}

.admin-login-shell {
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  padding: 4rem max(5vw, 2rem);
  background:
    radial-gradient(circle at 14% 42%, rgb(20 169 213 / 0.22), transparent 31rem),
    linear-gradient(105deg, #07527a 0, #062c4b 25%, #071626 55%, #07111d 100%);
}

.admin-login-contours {
  position: absolute;
  top: -20vh;
  bottom: -20vh;
  left: -16vw;
  width: 70vw;
  opacity: 0.46;
  background:
    repeating-radial-gradient(ellipse at 18% 52%, transparent 0 1.45rem, rgb(76 201 236 / 0.22) 1.5rem 1.57rem, transparent 1.62rem 2.35rem),
    repeating-radial-gradient(ellipse at 2% 56%, transparent 0 3.4rem, rgb(103 217 241 / 0.13) 3.45rem 3.52rem, transparent 3.57rem 4.4rem);
  filter: blur(0.1px);
  mask-image: linear-gradient(90deg, #000 0, #000 56%, transparent 96%);
  transform: rotate(-7deg) scale(1.1);
}

.admin-login-card {
  position: relative;
  z-index: 1;
  width: min(37vw, 34rem);
  min-width: 26rem;
  border: 1px solid rgb(105 151 177 / 0.25);
  border-radius: 0.9rem;
  background: linear-gradient(145deg, rgb(22 45 65 / 0.95), rgb(13 31 48 / 0.97));
  box-shadow: 0 32px 95px rgb(0 0 0 / 0.36);
  padding: 3.4rem 3rem 2.6rem;
  backdrop-filter: blur(18px);
}

.admin-login-mark {
  display: grid;
  width: 4.1rem;
  height: 4.1rem;
  margin-inline: auto;
  place-items: center;
  color: #45b5ef;
}

.admin-login-mark svg {
  width: 3.6rem;
  height: 3.6rem;
}

.admin-login-card h1 {
  margin-top: 0.75rem;
  color: #f3f9fc;
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-align: center;
}

.admin-login-subtitle {
  margin-top: 0.4rem;
  color: #85aaa9;
  font-size: 1.08rem;
  text-align: center;
}

.admin-login-rule {
  width: 100%;
  height: 1px;
  margin: 2rem 0 1.65rem;
  background: linear-gradient(90deg, rgb(105 150 174 / 0.16), #53ddb6 44% 56%, rgb(105 150 174 / 0.16));
}

.admin-login-card label {
  display: block;
  margin-bottom: 0.45rem;
  color: #dbeaf1;
  font-size: 0.9rem;
  font-weight: 650;
}

.admin-login-card input[type="password"] {
  width: 100%;
  min-height: 3.2rem;
  border: 1px solid rgb(63 151 206 / 0.68);
  border-radius: 0.45rem;
  background: rgb(6 20 34 / 0.72);
  padding: 0.75rem 0.9rem;
  color: #f4fbff;
  box-shadow: 0 0 0 0.2rem rgb(24 133 225 / 0.1);
}

.admin-login-submit {
  width: 100%;
  min-height: 3.15rem;
  margin-top: 1.25rem;
  border-radius: 0.42rem;
  background: linear-gradient(100deg, #1684dc, #1675d1);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 760;
  box-shadow: 0 10px 28px rgb(16 113 205 / 0.2);
}

.admin-login-return {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 2rem;
  padding-top: 1.65rem;
  border-top: 1px solid rgb(105 151 177 / 0.18);
  color: #36a9ee;
  font-size: 0.9rem;
}

.admin-login-error {
  margin-bottom: 1rem;
  border: 1px solid rgb(249 100 100 / 0.35);
  border-radius: 0.45rem;
  background: rgb(196 52 52 / 0.12);
  padding: 0.75rem;
  color: #ff9797;
  font-size: 0.78rem;
}

.admin-login-unavailable {
  color: #dcebf2;
}

.admin-masthead {
  border-bottom: 1px solid rgb(97 142 168 / 0.18);
  background: rgb(6 16 28 / 0.92);
  box-shadow: 0 10px 32px rgb(0 0 0 / 0.18);
}

.admin-masthead-inner {
  display: flex;
  min-height: 3.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.admin-brand svg {
  width: 1.7rem;
  height: 1.7rem;
  color: #33c5dc;
}

.admin-brand h1 {
  color: #f2f9fc;
  font-size: 1rem;
  font-weight: 790;
  letter-spacing: -0.025em;
}

.admin-masthead-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: #72cdee;
  font-size: 0.75rem;
  font-weight: 650;
}

.admin-masthead-actions button {
  border: 1px solid rgb(106 150 173 / 0.32);
  border-radius: 0.42rem;
  padding: 0.5rem 0.85rem;
  color: #dbe8ee;
}

.admin-main {
  padding-block: 1rem 4rem;
}

.admin-panel {
  overflow: hidden;
  border: 1px solid rgb(96 139 164 / 0.21);
  border-radius: 0.68rem;
  background: linear-gradient(145deg, rgb(20 40 58 / 0.95), rgb(13 30 46 / 0.97));
  box-shadow: 0 14px 38px rgb(0 0 0 / 0.16);
}

.admin-panel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.1rem 0.8rem;
  border-bottom: 1px solid rgb(96 139 164 / 0.18);
}

.admin-panel-heading .eyebrow {
  margin-bottom: 0.16rem;
  font-size: 0.58rem;
}

.admin-panel-heading h2 {
  color: #f1f8fb;
  font-size: 1rem;
  font-weight: 780;
  letter-spacing: -0.025em;
}

.admin-panel-heading > span {
  color: #849ba8;
  font-size: 0.66rem;
}

.admin-panel-body {
  padding: 0.95rem 1.1rem 1.05rem;
}

.admin-source-health {
  margin-bottom: 1rem;
}

.admin-health-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.7rem;
}

.admin-health-tile {
  min-width: 0;
  border: 1px solid rgb(105 150 174 / 0.22);
  border-radius: 0.55rem;
  background: linear-gradient(150deg, rgb(34 55 72 / 0.75), rgb(20 39 55 / 0.78));
  padding: 0.8rem;
}

.admin-health-tile-top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.25rem;
}

.admin-health-icon {
  display: grid;
  flex: 0 0 auto;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: 999px;
  background: rgb(47 132 190 / 0.18);
  color: #58bdf2;
  font-size: 0.95rem;
}

.admin-health-tile h3 {
  color: #e8f1f5;
  font-size: 0.7rem;
  font-weight: 690;
  line-height: 1.25;
}

.admin-health-status {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  margin: 0.45rem 0;
  font-size: 0.65rem;
  font-weight: 670;
}

.admin-health-status i,
.admin-job-status i {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0.55rem currentColor;
}

.admin-health-status--healthy,
.admin-job-status--success,
.is-healthy {
  color: #62db74 !important;
}

.admin-health-status--attention,
.admin-job-status--running {
  color: #ffc747;
}

.admin-health-status--stale,
.admin-job-status--failed,
.is-error {
  color: #ff7474 !important;
}

.admin-health-status--unavailable,
.admin-job-status--unknown {
  color: #8ca0ab;
}

.admin-health-tile > p {
  color: #93a7b2;
  font-size: 0.62rem;
}

.admin-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(18rem, 1fr);
  gap: 1rem;
}

.admin-job-history,
.admin-schedules {
  grid-column: 1 / -1;
}

.admin-operations-heading {
  align-items: center;
}

.admin-operation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.admin-action {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgb(93 151 180 / 0.45);
  border-radius: 0.42rem;
  padding: 0.55rem 0.75rem;
  color: #e7f1f5;
  font-size: 0.7rem;
  font-weight: 690;
}

.admin-action--primary {
  border-color: #218bdc;
  background: linear-gradient(100deg, #1789e2, #1475ce);
  color: #fff;
}

.admin-result-notice {
  margin-bottom: 0.8rem;
  border-width: 1px;
  border-radius: 0.42rem;
  padding: 0.65rem;
  font-size: 0.7rem;
}

.admin-operation-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-operation-result {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.35rem 0.7rem 0.35rem 0;
}

.admin-operation-result + .admin-operation-result {
  padding-left: 1.1rem;
  border-left: 1px solid rgb(96 139 164 / 0.2);
}

.admin-operation-result-icon {
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border: 2px solid #5cd76e;
  border-radius: 999px;
  color: #5cd76e;
  font-size: 0.72rem;
  font-weight: 800;
}

.admin-operation-result h3 {
  color: #8fa5b1;
  font-size: 0.65rem;
}

.admin-operation-result strong {
  display: block;
  margin-top: 0.2rem;
  color: #f0f7fa;
  font-size: 0.95rem;
}

.admin-operation-result p,
.admin-operation-result small {
  display: block;
  margin-top: 0.22rem;
  color: #9fb1bb;
  font-size: 0.64rem;
}

.admin-system-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgb(96 139 164 / 0.16);
}

.admin-system-list dt,
.admin-system-list dd {
  color: #9fb1bb;
  font-size: 0.68rem;
}

.admin-system-list dd {
  color: #dfebf0;
  text-align: right;
}

.admin-job-table-wrap {
  overflow-x: auto;
}

.admin-job-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-job-table th,
.admin-job-table td {
  padding: 0.62rem 0.45rem;
  border-bottom: 1px solid rgb(96 139 164 / 0.17);
  color: #b1c1c9;
  font-size: 0.64rem;
  text-align: left;
}

.admin-job-table th {
  color: #8da2ae;
  font-weight: 650;
}

.admin-job-table td:first-child {
  color: #e0eaf0;
  font-weight: 650;
}

.admin-job-status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 650;
}

.admin-schedule-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.admin-schedule-row {
  border: 1px solid rgb(96 139 164 / 0.22);
  border-radius: 0.5rem;
  background: rgb(15 32 48 / 0.55);
}

.admin-schedule-row summary {
  display: grid;
  grid-template-columns: 1.8rem minmax(0, 1fr) auto 1rem;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.8rem;
  cursor: pointer;
  list-style: none;
}

.admin-schedule-row summary::-webkit-details-marker {
  display: none;
}

.admin-schedule-icon {
  color: #4bbcf1;
  font-size: 1.1rem;
}

.admin-schedule-row strong,
.admin-schedule-row small {
  display: block;
}

.admin-schedule-row strong {
  color: #e2edf2;
  font-size: 0.7rem;
}

.admin-schedule-row small {
  margin-top: 0.12rem;
  color: #8ea3af;
  font-size: 0.61rem;
}

.admin-schedule-row summary code {
  border: 1px solid rgb(95 160 108 / 0.38);
  border-radius: 0.3rem;
  background: rgb(46 108 58 / 0.14);
  padding: 0.24rem 0.4rem;
  color: #6ed67d;
  font-size: 0.61rem;
}

.admin-schedule-command {
  padding: 0 0.8rem 0.8rem;
}

.admin-schedule-command span {
  display: block;
  margin-bottom: 0.3rem;
  color: #8399a5;
  font-size: 0.6rem;
}

.admin-schedule-command code {
  display: block;
  overflow-x: auto;
  border-radius: 0.3rem;
  background: rgb(5 18 31 / 0.75);
  padding: 0.55rem;
  color: #b5c8d1;
  font-size: 0.58rem;
}

.admin-schedule-note {
  grid-column: 1 / -1;
  color: #7f96a2;
  font-size: 0.6rem;
}

.admin-empty-state {
  border: 1px solid rgb(96 139 164 / 0.2);
  border-radius: 0.45rem;
  background: rgb(7 22 35 / 0.42);
  padding: 0.85rem;
  color: #91a5b0;
  font-size: 0.7rem;
}

@media (min-width: 1200px) {
  .guide-layout {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.245fr);
    align-items: start;
  }

  .guide-sidebar {
    position: sticky;
    top: 1rem;
  }
}

@media (max-width: 1199px) {
  .admin-health-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-dashboard-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(16rem, 1fr);
  }

  .guide-segment-track {
    grid-auto-columns: minmax(14rem, 0.42fr);
    grid-template-columns: none;
    overflow-x: auto;
    padding: 0.15rem 0.1rem 0.7rem;
    scroll-snap-type: x proximity;
  }

  .guide-segment-card {
    min-height: 20.5rem;
    scroll-snap-align: start;
  }

  .guide-segment-track::before {
    display: none;
  }

  .guide-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0.5rem;
  }

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

  .condition-metric:nth-child(3) {
    border-right: 0;
  }

  .condition-metric:nth-child(-n + 3) {
    border-bottom: 1px solid rgb(106 152 178 / 0.14);
  }

  .bp-chart-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 899px) {
  .admin-login-shell {
    justify-content: center;
  }

  .admin-login-card {
    width: min(100%, 32rem);
    min-width: 0;
  }

  .admin-login-contours {
    width: 100vw;
  }

  .admin-dashboard-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .admin-job-history,
  .admin-schedules {
    grid-column: auto;
  }

  .admin-schedule-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-strategy-card {
    grid-template-columns: minmax(0, 1.12fr) minmax(15rem, 0.88fr);
  }

  .guide-strategy-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-strategy-meta {
    display: grid;
  }

  .guide-strategy-meta span:first-child {
    max-width: none;
  }

  .bp-planning-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .bp-shell {
    width: min(calc(100% - 1.25rem), 92rem);
  }

  .bp-main {
    padding-block: 1.55rem 3.75rem;
  }

  .site-header-row {
    align-items: center !important;
    flex-direction: row;
  }

  .site-header-actions {
    display: flex !important;
    width: auto;
  }

  .site-header-actions > a,
  .site-header-actions > button,
  .site-header-actions > form > button {
    justify-content: center;
    width: auto;
  }

  .bp-nav-link--donate {
    display: none;
  }

  .bp-guide-nav-active {
    display: none;
  }

  .guide-main {
    padding-block: 1.35rem 3.5rem;
  }

  .guide-page-heading {
    display: grid;
    gap: 0.9rem;
  }

  .guide-page-actions {
    justify-content: space-between;
  }

  .guide-page-actions > span {
    max-width: 55%;
  }

  .guide-page-actions .bp-secondary-action {
    justify-self: auto;
  }

  .guide-date-navigator {
    padding: 0.8rem;
  }

  .guide-date-controls {
    display: grid;
    grid-template-columns: 2.55rem minmax(0, 1fr) 2.55rem;
    align-items: end;
  }

  .guide-date-form {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .guide-date-today {
    grid-column: 1 / -1;
  }

  .guide-strategy-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-strategy-copy {
    padding: 1.2rem;
  }

  .guide-strategy-copy > h3 {
    font-size: clamp(2.25rem, 13vw, 3.45rem);
  }

  .guide-map-preview {
    min-height: 13rem;
    border-top: 1px solid rgb(71 146 178 / 0.25);
    border-left: 0;
  }

  .guide-timeline-heading {
    align-items: start;
    flex-direction: column;
  }

  .guide-segment-track {
    display: grid;
    grid-auto-columns: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.7rem;
    overflow: visible;
  }

  .guide-segment-card {
    min-height: 0;
  }

  .guide-location-chips {
    min-height: 0;
  }

  .guide-sidebar {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-tide-card .chart-frame svg {
    min-width: 30rem;
    max-width: none;
  }

  .admin-login-shell {
    padding: 1rem;
  }

  .admin-login-card {
    padding: 2rem 1.25rem 1.5rem;
  }

  .admin-masthead-inner {
    min-height: 3.5rem;
  }

  .admin-brand h1 {
    font-size: 0.88rem;
  }

  .admin-masthead-actions > a {
    display: none;
  }

  .admin-main {
    padding-block: 0.75rem 3rem;
  }

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

  .admin-operations-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-operation-actions,
  .admin-operation-actions form,
  .admin-action {
    width: 100%;
  }

  .admin-action {
    justify-content: center;
  }

  .admin-operation-results {
    grid-template-columns: minmax(0, 1fr);
  }

  .admin-operation-result + .admin-operation-result {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    padding-left: 0;
    border-top: 1px solid rgb(96 139 164 / 0.2);
    border-left: 0;
  }

  .admin-job-table,
  .admin-job-table tbody,
  .admin-job-table tr,
  .admin-job-table td {
    display: block;
    width: 100%;
  }

  .admin-job-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .admin-job-table tr {
    margin-bottom: 0.65rem;
    border: 1px solid rgb(96 139 164 / 0.2);
    border-radius: 0.45rem;
    padding: 0.45rem 0.65rem;
    background: rgb(8 24 38 / 0.35);
  }

  .admin-job-table td {
    display: grid;
    grid-template-columns: 6.5rem minmax(0, 1fr);
    padding: 0.38rem 0;
    border-bottom: 1px solid rgb(96 139 164 / 0.12);
  }

  .admin-job-table td::before {
    color: #78909d;
    content: attr(data-label);
    font-weight: 550;
  }

  .admin-job-table td:last-child {
    border-bottom: 0;
  }

  .bp-page-intro {
    display: grid;
    gap: 1rem;
  }

  .bp-page-intro h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .bp-secondary-action {
    justify-self: start;
  }

  .conditions-overview-heading {
    align-items: start;
    flex-direction: column;
  }

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

  .condition-metric {
    min-height: 6.7rem;
  }

  .condition-metric:nth-child(3) {
    border-right: 1px solid rgb(106 152 178 / 0.14);
  }

  .condition-metric:nth-child(even) {
    border-right: 0;
  }

  .condition-metric:nth-child(-n + 4) {
    border-bottom: 1px solid rgb(106 152 178 / 0.14);
  }

  .conditions-disclosures {
    grid-template-columns: minmax(0, 1fr);
  }

  .bp-disclosure + .bp-disclosure {
    border-top: 1px solid rgb(106 152 178 / 0.14);
    border-left: 0;
  }

  .bp-section {
    margin-top: 2.25rem;
  }

  .bp-tide-card .space-y-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-title {
    font-size: 1.55rem !important;
    line-height: 1.15 !important;
  }

  .guide-toolbar {
    align-items: stretch;
  }

  .guide-toolbar > * {
    width: 100%;
  }

  .guide-toolbar > a {
    justify-content: center;
  }

  .guide-strategy-card .grid,
  .guide-segment-card .grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .chart-frame svg {
    min-width: 33rem;
  }
}

@media (max-width: 480px) {
  .bp-brand {
    font-size: 1.12rem;
  }

  .bp-nav-link {
    padding-inline: 0.7rem;
  }

  .condition-metric {
    display: grid;
    gap: 0.5rem;
    padding: 0.9rem;
  }

  .condition-metric-value {
    font-size: 1rem;
  }

  .admin-health-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .admin-panel-heading {
    align-items: start;
  }

  .admin-schedule-row summary {
    grid-template-columns: 1.6rem minmax(0, 1fr) 1rem;
  }

  .admin-schedule-row summary code {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
