:root {
  color-scheme: light;
  --ink: #15211d;
  --muted: #66736e;
  --line: #d8e1dd;
  --page: #f6f8f7;
  --panel: #ffffff;
  --soft: #eef5f2;
  --green: #246653;
  --green-dark: #174638;
  --coral: #c85d3f;
  --yellow: #b88720;
  --ice: #42798a;
  --night: #181b25;
  --night-soft: #252a36;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--page);
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--green);
  cursor: pointer;
  font-weight: 850;
}

button:hover {
  background: var(--green-dark);
}

button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.site-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 48px;
}

.landing-hero {
  overflow: hidden;
  min-height: 660px;
  padding: 18px;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 20%, rgba(65, 159, 119, 0.35), transparent 24%),
    radial-gradient(circle at 18% 86%, rgba(47, 127, 184, 0.24), transparent 26%),
    linear-gradient(135deg, #091511 0%, #12352b 48%, #111923 100%);
  box-shadow: 0 28px 90px rgba(15, 27, 23, 0.2);
}

.top-nav {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 4px 2px 34px;
}

.top-nav a {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.top-nav button {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
}

.top-nav div {
  display: flex;
  gap: 22px;
  align-items: center;
}

.top-nav .brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0;
}

.top-nav .brand span {
  display: grid;
  gap: 3px;
  line-height: 0.92;
}

.top-nav .brand strong {
  font-size: 1.42rem;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.top-nav .brand small {
  color: rgba(21, 33, 29, 0.56);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.top-nav .brand::before {
  display: none;
  content: none;
}

.top-nav .nav-cta {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.landing-hero .top-nav a {
  color: rgba(255, 255, 255, 0.78);
}

.landing-hero .top-nav .brand {
  color: #fff;
}

.landing-hero .top-nav .brand small {
  color: rgba(255, 255, 255, 0.62);
}

.landing-hero .top-nav .brand::before {
  display: none;
}

.top-nav .nav-signin {
  color: #10231c;
  background: #ffd166;
  box-shadow: 0 8px 24px rgba(255, 209, 102, 0.22);
}

.top-nav .nav-signin:hover {
  background: #f7bd38;
}

.top-nav .nav-signin.database-nav {
  color: #fff;
  background: #1f7fb8;
  box-shadow: 0 8px 24px rgba(31, 127, 184, 0.24);
}

.top-nav .nav-signin.database-nav:hover {
  background: #176397;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1fr);
  gap: 34px;
  align-items: center;
  min-height: 550px;
  padding: 0 16px 20px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 16px;
  font-size: clamp(3.2rem, 6.2vw, 5.8rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.hero-copy {
  max-width: 560px;
}

.hero-copy .eyebrow {
  color: #8be0b8;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 1.65;
}

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

.primary-action,
.secondary-action,
.pricing-cards a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 950;
  text-decoration: none;
}

.primary-action {
  color: #10231c;
  background: #8be0b8;
}

.secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.secondary-action:hover {
  background: rgba(255, 255, 255, 0.16);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.trust-strip span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  font-weight: 850;
}

.sample-report {
  position: relative;
}

.sample-report::before {
  position: absolute;
  inset: -42px -42px auto auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(139, 224, 184, 0.3), transparent 62%);
  content: "";
  filter: blur(2px);
}

.sample-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 247, 0.98));
  color: var(--ink);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.sample-header {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(216, 225, 221, 0.76);
  background: rgba(255, 255, 255, 0.9);
}

.sample-header span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d5ddd9;
}

.sample-header b {
  margin-left: auto;
  color: var(--green-dark);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sample-address {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(216, 225, 221, 0.76);
  background: rgba(255, 255, 255, 0.68);
}

.sample-address strong {
  color: var(--ink);
  font-size: 0.92rem;
}

.sample-address span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.sample-map {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(21, 33, 29, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(21, 33, 29, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 28% 36%, rgba(31, 127, 184, 0.22), transparent 18%),
    radial-gradient(circle at 74% 62%, rgba(47, 154, 99, 0.2), transparent 22%),
    radial-gradient(circle at 56% 48%, rgba(200, 93, 63, 0.12), transparent 26%),
    #edf5f2;
  background-size: 42px 42px, 42px 42px, auto, auto, auto, auto;
}

.sample-map::before,
.sample-map::after {
  position: absolute;
  height: 9px;
  border-radius: 999px;
  background: rgba(200, 93, 63, 0.22);
  content: "";
}

.sample-map::before {
  left: 8%;
  top: 44%;
  width: 225px;
  transform: rotate(19deg);
}

.sample-map::after {
  right: 4%;
  top: 28%;
  width: 180px;
  transform: rotate(-30deg);
}

.sample-map-caption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  color: #36534a;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 950;
  backdrop-filter: blur(6px);
}

.map-road,
.map-label {
  position: absolute;
  display: block;
}

.map-road {
  height: 8px;
  border-radius: 999px;
  background: rgba(120, 139, 132, 0.2);
}

.map-road.road-a {
  left: -4%;
  top: 72%;
  width: 62%;
  transform: rotate(-8deg);
}

.map-road.road-b {
  right: -6%;
  top: 38%;
  width: 58%;
  transform: rotate(-31deg);
}

.map-road.road-c {
  left: 50%;
  top: 0;
  width: 38%;
  transform: rotate(88deg);
  transform-origin: left center;
}

.map-road.road-d {
  left: 20%;
  top: 58%;
  width: 54%;
  transform: rotate(-18deg);
  opacity: 0.78;
}

.map-label {
  padding: 4px 7px;
  border-radius: 6px;
  color: rgba(64, 80, 74, 0.72);
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(21, 33, 29, 0.08);
}

.map-label.label-a {
  left: 58%;
  top: 18%;
}

.map-label.label-b {
  right: 12%;
  bottom: 22%;
}

.sample-ring {
  position: absolute;
  border: 2px dashed rgba(21, 33, 29, 0.23);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.sample-ring.one {
  left: 51%;
  top: 50%;
  width: 124px;
  height: 124px;
  background: rgba(255, 255, 255, 0.18);
}

.sample-ring.two {
  left: 51%;
  top: 50%;
  width: 250px;
  height: 250px;
}

.sample-map i {
  position: absolute;
  display: block;
}

.home-dot,
.flood-dot,
.hail-dot {
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(21, 33, 29, 0.28);
}

.home-dot {
  left: 50%;
  top: 48%;
  background: #14211d;
}

.flood-dot {
  background: #1f7fb8;
}

.flood-dot.a {
  left: 28%;
  top: 66%;
}

.flood-dot.b {
  left: 69%;
  top: 34%;
}

.hail-dot {
  background: #2f9a63;
}

.hail-dot.a {
  left: 41%;
  top: 26%;
}

.hail-dot.b {
  left: 76%;
  top: 69%;
}

.tornado-line {
  height: 5px;
  border-radius: 999px;
  background: #c85d3f;
}

.tornado-line.a {
  left: 9%;
  top: 44%;
  width: 190px;
  transform: rotate(19deg);
}

.tornado-line.b {
  right: 6%;
  top: 23%;
  width: 160px;
  transform: rotate(-31deg);
}

.sample-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 12px;
  background: #fff;
}

.sample-metrics article {
  padding: 16px;
  border: 1px solid rgba(216, 225, 221, 0.8);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f5f8f7);
}

.sample-metrics b {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.sample-metrics span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.sample-list {
  display: grid;
  gap: 0;
  padding: 0 12px 12px;
  background: #fff;
}

.sample-list p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 14px 6px;
  border-top: 1px solid rgba(216, 225, 221, 0.8);
  background: #fff;
  color: #485752;
  font-size: 0.9rem;
}

.sample-list span {
  color: var(--muted);
}

.sample-map-photo {
  position: relative;
  min-height: 292px;
  overflow: hidden;
  border-bottom: 1px solid rgba(216, 225, 221, 0.86);
  background:
    radial-gradient(circle at 68% 42%, rgba(70, 145, 94, 0.34), transparent 34%),
    radial-gradient(circle at 24% 60%, rgba(77, 126, 84, 0.26), transparent 38%),
    linear-gradient(135deg, rgba(91, 120, 84, 0.24), rgba(160, 136, 89, 0.16)),
    #dbe4d8;
}

.sample-map-photo img {
  display: block;
  width: 100%;
  height: 292px;
  object-fit: cover;
  filter: saturate(1.15) contrast(1.02);
}

.sample-map-photo::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 72px, rgba(21, 33, 29, 0.2) 74px 76px, transparent 78px),
    radial-gradient(circle at 50% 50%, transparent 0 158px, rgba(21, 33, 29, 0.2) 160px 162px, transparent 164px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(15, 31, 25, 0.05));
  content: "";
  pointer-events: none;
}

.sample-property-dot,
.sample-event-dot,
.sample-track,
.map-radius {
  position: absolute;
  z-index: 2;
}

.sample-property-dot,
.sample-event-dot {
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(15, 31, 25, 0.32);
}

.sample-property-dot {
  left: 49%;
  top: 48%;
  background: #111d19;
}

.sample-event-dot.flood-one {
  left: 32%;
  top: 61%;
  background: #1f7fb8;
}

.sample-event-dot.hail-one {
  left: 67%;
  top: 35%;
  background: #2f9a63;
}

.sample-event-dot.wind-one {
  left: 76%;
  top: 59%;
  background: #c85d3f;
}

.sample-track {
  right: 6%;
  top: 36%;
  width: 196px;
  height: 6px;
  border-radius: 999px;
  background: #c85d3f;
  box-shadow: 0 9px 0 rgba(200, 93, 63, 0.22);
  transform: rotate(-31deg);
}

.map-radius {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #23433a;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(21, 33, 29, 0.12);
}

.map-radius.radius-one {
  left: 56%;
  top: 51%;
}

.map-radius.radius-five {
  left: 18px;
  bottom: 18px;
}

.sample-counts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  background: #fff;
}

.sample-counts article {
  min-height: 118px;
  padding: 14px;
  border: 1px solid rgba(216, 225, 221, 0.88);
  border-top: 5px solid var(--count-color, var(--green));
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f6f9f8);
}

.sample-counts span {
  display: block;
  color: var(--count-color, var(--green));
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sample-counts b {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 2.15rem;
  line-height: 1;
}

.sample-counts small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.3;
}

.sample-counts .wind-count {
  --count-color: #c85d3f;
}

.sample-counts .flood-count {
  --count-color: #1f7fb8;
}

.sample-counts .hail-count {
  --count-color: #2f9a63;
}

.sample-dashboard {
  display: grid;
  grid-template-columns: minmax(160px, 0.8fr) minmax(0, 1.2fr);
  gap: 14px;
  padding: 18px;
  background:
    radial-gradient(circle at 20% 20%, rgba(31, 127, 184, 0.12), transparent 28%),
    radial-gradient(circle at 78% 72%, rgba(47, 154, 99, 0.13), transparent 28%),
    linear-gradient(135deg, #f7fbf9, #eef6f3);
}

.sample-score,
.sample-hazard-list article {
  border: 1px solid rgba(216, 225, 221, 0.88);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 30px rgba(21, 33, 29, 0.08);
}

.sample-score {
  display: grid;
  align-content: center;
  min-height: 250px;
  padding: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 16%, rgba(139, 224, 184, 0.32), transparent 28%),
    linear-gradient(150deg, #0d2c24, #174638);
}

.sample-score span,
.sample-hazard-list span {
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sample-score span {
  color: #8be0b8;
}

.sample-score b {
  margin: 16px 0 8px;
  font-size: clamp(3.6rem, 7vw, 5.4rem);
  line-height: 0.85;
  letter-spacing: -0.05em;
}

.sample-score small {
  max-width: 140px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 850;
  line-height: 1.35;
}

.sample-hazard-list {
  display: grid;
  gap: 10px;
}

.sample-hazard-list article {
  position: relative;
  overflow: hidden;
  padding: 16px 18px 16px 20px;
  border-left: 6px solid var(--hazard-color, var(--green));
}

.sample-hazard-list article::after {
  position: absolute;
  inset: auto -20px -38px auto;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--hazard-color, var(--green)) 14%, transparent);
  content: "";
}

.sample-hazard-list .flood-preview {
  --hazard-color: #1f7fb8;
}

.sample-hazard-list .hail-preview {
  --hazard-color: #2f9a63;
}

.sample-hazard-list .tornado-preview {
  --hazard-color: #c85d3f;
}

.sample-hazard-list span {
  color: var(--hazard-color, var(--green));
}

.sample-hazard-list b,
.sample-hazard-list small {
  position: relative;
  z-index: 1;
  display: block;
}

.sample-hazard-list b {
  margin-top: 8px;
  color: var(--ink);
  font-size: 1.55rem;
  line-height: 1;
}

.sample-hazard-list small {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 820;
}

.value-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.value-section article,
.pricing-section,
.report-builder {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.value-section article {
  padding: 22px;
}

.value-section span {
  color: #2f9a63;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.value-section h2 {
  margin: 12px 0 8px;
  font-size: 1.25rem;
}

.value-section p,
.pricing-section p,
.sample-report-label p {
  color: var(--muted);
  line-height: 1.55;
}

.pricing-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 26px;
}

.pricing-section h2,
.sample-report-label h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.pricing-cards.single-plan {
  grid-template-columns: minmax(280px, 460px);
  justify-content: end;
}

.pricing-cards article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--page);
}

.pricing-cards .featured {
  color: #fff;
  background: linear-gradient(135deg, #174638, #2f9a63);
}

.pricing-cards p {
  margin-bottom: 10px;
  color: inherit;
  font-weight: 900;
}

.pricing-cards h3 {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1;
}

.price-stack {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin: 4px 0 4px;
}

.old-price {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 2rem !important;
  font-weight: 950;
  line-height: 1.08;
}

.old-price::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  background: #ffcf73;
  transform: rotate(-10deg);
}

.price-note {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-cards span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.pricing-cards .featured span {
  color: rgba(255, 255, 255, 0.74);
}

.pricing-cards a {
  width: 100%;
  margin-top: 22px;
  color: #fff;
  background: var(--green);
}

.pricing-cards .featured a {
  color: #143228;
  background: #fff;
}

.data-freshness {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(142, 226, 183, 0.45);
  border-radius: 999px;
  color: #bff5d7 !important;
  background: rgba(142, 226, 183, 0.1);
  font-size: 0.88rem;
  font-weight: 900;
}

.data-freshness span::before {
  content: "·";
  margin: 0 8px;
  color: currentColor;
  opacity: 0.72;
}

.sample-report-label .data-freshness,
.workspace-label .data-freshness {
  color: #247653 !important;
  background: #e8f6ef;
  border-color: #bfe1d1;
}

.account-section {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.purchase-page-hero {
  margin-top: 18px;
  padding: 28px;
  border-radius: 16px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(139, 224, 184, 0.22), transparent 24%),
    linear-gradient(135deg, #0b1814, #174638);
}

.purchase-page-hero .brand {
  display: inline-block;
  margin-bottom: 42px;
  color: #fff;
  font-weight: 950;
  text-decoration: none;
}

.purchase-page-hero .eyebrow {
  color: #8be0b8;
}

.purchase-page-hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 5.6rem);
}

.purchase-page-hero p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.single-report-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 14px;
  align-items: start;
  margin-top: 18px;
}

.single-flow-left {
  display: grid;
  gap: 14px;
}

.single-flow-card {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.single-flow-card h2 {
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 1;
}

.single-flow-card > p:not(.eyebrow):not(.status) {
  color: var(--muted);
  line-height: 1.5;
}

.preview-divider {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  gap: 14px;
  align-items: center;
  margin: 24px 0 0;
}

.preview-divider span {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
}

.preview-divider b {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green-dark);
  background: #eaf4f0;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.locked-report-wrap {
  position: relative;
}

.locked-report-wrap.locked .hazard-report {
  max-height: 680px;
  overflow: hidden;
  filter: blur(5px);
  user-select: none;
  pointer-events: none;
}

.locked-report-wrap.locked::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(246, 248, 247, 0.18), rgba(246, 248, 247, 0.96));
  content: "";
  pointer-events: none;
}

.locked-report-overlay {
  position: absolute;
  top: 34px;
  left: 50%;
  z-index: 2;
  display: grid;
  gap: 8px;
  width: min(520px, calc(100% - 36px));
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(21, 33, 29, 0.18);
  text-align: center;
  transform: translateX(-50%);
}

.locked-report-overlay b {
  color: var(--ink);
  font-size: 1.5rem;
}

.locked-report-overlay span {
  color: var(--muted);
  line-height: 1.45;
}

.locked-report-wrap:not(.locked) .locked-report-overlay {
  display: none;
}

.account-state {
  color: var(--muted);
  line-height: 1.55;
}

.account-state .account-email,
.account-state .account-plan {
  display: block;
}

.account-state .account-email {
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 850;
}

.account-state .account-plan {
  width: fit-content;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
}

.account-state .account-plan.unlimited {
  color: #0d3d2a;
  background: #c9f2dd;
}

.account-state .account-plan.limited {
  color: #7a3b16;
  background: #fff0d2;
}

.account-billing-note {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.account-modal {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.account-modal h2 {
  margin-bottom: 6px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.account-card {
  display: grid;
  gap: 20px;
  padding: 30px;
}

.account-signin-head {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 22px;
  align-items: start;
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  max-width: 360px;
}

.account-actions button,
.account-actions a,
.account-report-form button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.account-actions .database-action {
  flex: 1 1 100%;
  min-height: 46px;
  font-size: 1rem;
}

.account-actions .secondary {
  flex: 1 1 150px;
  color: var(--green-dark);
  background: #e7f2ee;
}

.account-actions .danger-action {
  color: #7a1d15;
  background: #fae6e2;
}

.account-actions .muted-action {
  color: #7d8985;
  background: #edf2f0;
  cursor: not-allowed;
  opacity: 1;
}

.account-actions .database-action {
  color: #fff;
  background: #1f7fb8;
  box-shadow: 0 10px 22px rgba(31, 127, 184, 0.22);
}

.account-signin-form {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(190px, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.account-signin-form button {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
}

.account-create-prompt {
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.account-create-prompt button {
  padding: 0;
  color: var(--green);
  background: transparent;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.account-create-prompt button:hover {
  color: var(--green-dark);
  background: transparent;
}

.account-report-form {
  display: grid;
  gap: 8px;
}

.account-report-form label {
  font-size: 0.84rem;
  font-weight: 900;
}

.saved-reports {
  display: grid;
  gap: 8px;
}

.saved-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 28px;
  border-radius: 14px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(83, 177, 224, 0.24), transparent 26%),
    linear-gradient(135deg, #0b1814, #1f4f70);
}

.saved-page-hero h1 {
  max-width: 780px;
  margin-bottom: 10px;
  font-size: clamp(2.8rem, 7vw, 6rem);
  line-height: 0.9;
}

.saved-page-hero p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.saved-page-panel {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.saved-reports.page-list {
  gap: 1px;
  background: var(--line);
}

.saved-report {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.saved-report b,
.saved-report span {
  display: block;
}

.saved-report span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
}

.saved-report button {
  min-height: 38px;
  padding: 0 12px;
}

.empty-note {
  margin: 0;
  padding: 18px;
  color: var(--muted);
  background: #fff;
}

.saved-report-viewer {
  margin-top: 18px;
}

.sample-divider {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  gap: 14px;
  align-items: center;
  margin: 0 0 22px;
}

.sample-divider span {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
}

.sample-divider b {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green-dark);
  background: #eaf4f0;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.report-builder {
  margin-top: 18px;
  padding: 22px;
}

.sample-report-label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.sample-report-label .primary-action {
  color: #fff;
  background: var(--green);
}

.hidden-search {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(8, 17, 14, 0.62);
}

.purchase-modal {
  position: relative;
  display: grid;
  gap: 12px;
  width: min(520px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.purchase-modal h2 {
  margin-bottom: 0;
  font-size: 2.15rem;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.purchase-modal p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.purchase-modal label {
  margin-top: 5px;
  font-size: 0.84rem;
  font-weight: 900;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--page);
  font-size: 1.4rem;
}

.auth-toggle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  padding: 5px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--page);
}

.auth-toggle button {
  min-height: 40px;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
}

.auth-toggle button.active {
  color: #fff;
  background: var(--green);
}

.address-confirm {
  display: grid;
  gap: 6px;
  padding: 13px;
  border: 1px solid #b9d4ca;
  border-left: 5px solid var(--green);
  border-radius: 8px;
  background: #eff8f4;
}

.address-confirm span {
  color: var(--green-dark);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.address-confirm b {
  color: var(--ink);
  line-height: 1.25;
}

.address-confirm small {
  color: var(--muted);
  font-weight: 800;
}

.address-confirm button {
  justify-self: start;
  min-height: 34px;
  padding: 0 11px;
  color: var(--green-dark);
  background: #dceee8;
  font-size: 0.82rem;
}

.purchase-submit {
  min-height: 52px;
  margin-top: 10px;
  border-radius: 999px;
  font-size: 0.98rem;
}

.admin-shell {
  padding-top: 24px;
}

.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 26px;
  border-radius: 14px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(139, 224, 184, 0.22), transparent 24%),
    linear-gradient(135deg, #0b1814, #174638);
}

.admin-hero .eyebrow {
  color: #8be0b8;
}

.admin-hero h1 {
  max-width: 860px;
  margin-bottom: 12px;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
}

.admin-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.admin-gate {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 80px);
  margin-top: 0;
}

.admin-gate .purchase-modal {
  width: min(460px, 100%);
}

.admin-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.admin-summary article {
  min-height: 94px;
  padding: 16px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  border-radius: 8px;
  background: #fff;
}

.admin-summary b {
  display: block;
  margin-bottom: 8px;
  font-size: 2rem;
  line-height: 1;
}

.admin-summary span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-panel {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 40px rgba(21, 33, 29, 0.06);
}

.admin-action-status {
  min-height: 24px;
  margin: 12px 0 -4px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
}

.admin-action-status.success {
  color: var(--green);
}

.admin-action-status.error {
  color: #b91c1c;
}

.coupon-admin-form {
  display: grid;
  grid-template-columns: 1.1fr repeat(5, minmax(130px, 1fr)) auto;
  gap: 12px;
  align-items: end;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  background: #fbfdfc;
}

.coupon-admin-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.coupon-admin-form input,
.coupon-admin-form select {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: none;
}

.coupon-admin-form .checkbox-label {
  min-height: 40px;
  grid-template-columns: auto 1fr;
  align-items: center;
  color: var(--ink);
  letter-spacing: 0;
  text-transform: none;
}

.coupon-admin-form .checkbox-label input {
  min-height: auto;
}

.coupon-admin-actions {
  display: flex;
  gap: 8px;
}

.coupon-admin-actions button {
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.82rem;
}

.coupon-admin-form .status {
  grid-column: 1 / -1;
  margin: 0;
}

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

.admin-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #edf1ef;
  text-align: left;
  vertical-align: middle;
  font-size: 0.86rem;
}

.admin-table th {
  color: var(--muted);
  background: var(--page);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-table a {
  color: var(--green);
  font-weight: 800;
}

.admin-table button {
  min-height: 36px;
  padding: 0 13px;
  border-radius: 8px;
  font-size: 0.78rem;
  white-space: nowrap;
}

.admin-table select {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.84rem;
}

.admin-inline-control {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-width: 220px;
}

.admin-inline-control.wide {
  min-width: 320px;
}

.admin-inline-control button {
  color: var(--green-dark);
  background: #e7f2ee;
}

.admin-inline-control button.needs-save {
  color: #fff;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(36, 102, 83, 0.12);
}

#usersTable td:first-child {
  min-width: 220px;
  font-weight: 850;
}

.admin-email-link {
  min-height: auto;
  padding: 0;
  color: var(--green-dark);
  background: transparent;
  border-radius: 0;
  font: inherit;
  font-weight: 950;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.admin-email-link:hover {
  color: #1f7fb8;
  background: transparent;
}

.admin-user-page {
  display: grid;
  gap: 18px;
}

.admin-user-topbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.admin-user-topbar a {
  color: var(--green-dark);
  font-weight: 950;
  text-decoration: none;
}

.admin-user-summary {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.admin-user-summary h1 {
  margin-bottom: 10px;
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.admin-user-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-user-facts article {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f8faf9;
}

.admin-user-facts span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-user-facts b {
  color: var(--ink);
  font-size: 0.94rem;
}

.admin-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  padding-top: 14px;
}

.admin-pagination span {
  color: var(--muted);
  font-weight: 850;
}

.admin-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

#usersTable td:last-child {
  min-width: 116px;
}

#usersTable td:last-child button {
  display: flex;
  width: 100%;
  margin-bottom: 7px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

#usersTable td:last-child button:last-child {
  margin-bottom: 0;
}

.admin-table small {
  display: inline-flex;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 999px;
  color: var(--green-dark);
  background: #e7f2ee;
  font-weight: 900;
  text-transform: uppercase;
}

.activity-feed {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.activity-feed article {
  display: grid;
  grid-template-columns: 220px 120px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  align-items: start;
}

.activity-feed b {
  color: var(--ink);
}

.activity-feed span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.activity-feed code {
  overflow: auto;
  color: #485752;
  font-size: 0.76rem;
  white-space: nowrap;
}

.search-box {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--panel);
}

.search-box label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.85rem;
  font-weight: 850;
}

.address-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  outline: none;
}

input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(36, 102, 83, 0.12);
}

.address-row button {
  min-width: 130px;
  padding: 0 18px;
}

.search-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.search-footer span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

#sampleBtn {
  min-height: 38px;
  padding: 0 12px;
  color: var(--green-dark);
  background: var(--soft);
}

.status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.report-context {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.8fr) minmax(260px, 0.7fr);
  gap: 16px;
  align-items: stretch;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.report-context h2 {
  margin-bottom: 8px;
  font-size: 1.7rem;
}

.report-context p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

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

.meta-chip {
  padding: 9px 10px;
  border-left: 3px solid var(--green);
  background: #fff;
  color: #35433e;
  font-size: 0.86rem;
  font-weight: 760;
}

.hazard-counts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.hazard-counts article {
  min-height: 88px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fff;
}

.hazard-counts .flood {
  border-top: 4px solid #1f7fb8;
}

.hazard-counts .hail {
  border-top: 4px solid #2f9a63;
}

.hazard-counts .tornado {
  border-top: 4px solid #c85d3f;
}

.hazard-counts b {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  line-height: 1;
  white-space: nowrap;
}

.hazard-counts span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hazard-report {
  display: grid;
  gap: 24px;
  margin-top: 22px;
}

.hazard-section {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(21, 33, 29, 0.08);
}

.section-hero {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px 24px 18px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #173b34, #246653);
}

.hazard-section.flood .section-hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #123047, #1f7fb8);
}

.hazard-section.hail .section-hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #123826, #2f9a63);
}

.hazard-section.tornado .section-hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #452018, #c85d3f);
}

.section-kicker {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-hero h3 {
  margin-bottom: 8px;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 0.9;
}

.section-hero p {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.section-hero > span {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.85rem;
  font-weight: 900;
}

.event-map {
  padding: 18px 18px 10px;
  background: linear-gradient(180deg, #f8faf9, #eef4f1);
}

.map-canvas {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #d8ddd9;
  aspect-ratio: 19 / 8;
}

.map-tiles,
.map-canvas svg {
  position: absolute;
  inset: 0;
}

.map-canvas svg {
  display: block;
  width: 100%;
  height: 100%;
}

.map-canvas image {
  filter: grayscale(1) saturate(0.12) contrast(0.82) brightness(1.16);
  opacity: 0.72;
}

.map-vignette {
  fill: rgba(246, 248, 247, 0.34);
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 1;
}

.map-ring {
  fill: none;
  stroke: rgba(21, 33, 29, 0.34);
  stroke-width: 2;
  stroke-dasharray: 6 7;
}

.map-ring-label {
  fill: #1f2c27;
  font-size: 11px;
  font-weight: 950;
  paint-order: stroke;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 3px;
}

.event-dot {
  opacity: 0.96;
  stroke: #fff;
  stroke-width: 2.8;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.45));
}

.track-line {
  stroke: #c85d3f;
  stroke-width: 1.6;
  stroke-linecap: round;
  opacity: 0.96;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.45));
}

.subject-pulse {
  fill: rgba(21, 33, 29, 0.22);
}

.subject-dot {
  fill: #15211d;
  stroke: #fff;
  stroke-width: 3;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.45));
}

.map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 8px 4px 0;
  color: #4f5c57;
  font-size: 0.82rem;
  font-weight: 850;
}

.map-legend span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.map-legend i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.subject-key {
  background: #15211d;
}

.hail-key {
  background: #2f9a63;
}

.flood-key {
  background: #2f9bd3;
}

.tornado-key {
  background: #c85d3f;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  background: #fff;
}

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

.metric-grid article {
  min-height: 86px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--page);
}

.metric-grid b {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1;
}

.metric-grid span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.size-chart {
  margin: 0 18px 18px;
  padding: 16px;
  border-radius: 8px;
  color: #f6f7fb;
  background: var(--night);
}

.size-chart h4 {
  margin: 0 0 14px;
  color: #aeb6cc;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.size-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 48px;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
}

.size-row span {
  color: #c5cbe0;
  font-size: 0.86rem;
  line-height: 1.25;
}

.size-row div {
  overflow: hidden;
  height: 6px;
  border-radius: 999px;
  background: var(--night-soft);
}

.size-row i {
  display: block;
  height: 100%;
  border-radius: 999px;
}

.size-row b {
  color: #fff;
  font-size: 0.9rem;
  text-align: right;
}

.tornado-visual-grid,
.hazard-visual-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0 18px 18px;
  background: #fff;
}

.storm-chart-card,
.tornado-chart-card {
  display: grid;
  gap: 12px;
  min-height: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 8%, rgba(200, 93, 63, 0.12), transparent 22%),
    var(--page);
}

.hail-visuals .storm-chart-card {
  background:
    radial-gradient(circle at 90% 8%, rgba(47, 154, 99, 0.12), transparent 22%),
    var(--page);
}

.flood-visuals .storm-chart-card {
  background:
    radial-gradient(circle at 90% 8%, rgba(31, 127, 184, 0.13), transparent 22%),
    var(--page);
}

.tornado-chart-card h4,
.storm-chart-card h4 {
  margin: 0;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tornado-chart-card p,
.storm-chart-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.tornado-bar-list {
  display: grid;
  gap: 8px;
  align-self: end;
}

.tornado-bar-row {
  display: grid;
  grid-template-columns: minmax(86px, 150px) minmax(0, 1fr) 42px;
  gap: 9px;
  align-items: center;
}

.tornado-bar-row span,
.tornado-bar-row b {
  color: #3f4d48;
  font-size: 0.78rem;
  font-weight: 900;
  min-width: 0;
  overflow-wrap: anywhere;
}

.tornado-bar-row b {
  text-align: right;
}

.tornado-bar-row div {
  overflow: hidden;
  height: 9px;
  border-radius: 999px;
  background: #e2e8e5;
}

.tornado-bar-row i {
  display: block;
  height: 100%;
  border-radius: 999px;
}

.tornado-mini-bars {
  display: flex;
  align-items: end;
  gap: 3px;
  min-height: 150px;
  padding: 18px 10px 10px;
  overflow-x: auto;
  border: 1px solid rgba(21, 33, 29, 0.1);
  border-radius: 8px;
  background:
    repeating-linear-gradient(to top, transparent 0, transparent 35px, rgba(102, 115, 110, 0.16) 36px),
    #fff;
}

.tornado-mini-bar {
  flex: 1 0 5px;
  height: calc(var(--h) * 1%);
  min-height: 4px;
  border-radius: 4px 4px 0 0;
  background: #c85d3f;
  opacity: 0.56;
}

.tornado-mini-bar.peak {
  background: #b91c1c;
  opacity: 1;
}

.chart-summary {
  padding: 11px 12px;
  border-left: 4px solid #c85d3f;
  border-radius: 6px;
  color: #283631;
  background: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
}

.hail-visuals .chart-summary {
  border-left-color: #2f9a63;
}

.flood-visuals .chart-summary {
  border-left-color: #1f7fb8;
}

.tornado-stat-board {
  margin: 18px;
  overflow: hidden;
  border-left: 6px solid #cf1f2c;
  border-radius: 6px;
  background: #3f4a46;
  color: #fff;
}

.tornado-stat-board header {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 22px 24px;
  background: #14201d;
}

.tornado-stat-board h4 {
  margin: 0;
  color: #fff;
  font-size: 1.34rem;
  font-weight: 950;
}

.board-icon,
.stat-orb {
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 999px;
}

.board-icon {
  width: 28px;
  height: 28px;
  border: 6px solid #2c3935;
  background: #fff3da;
  box-shadow: inset 0 0 0 2px #b9c4bd;
}

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

.tornado-stat-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 110px;
  padding: 22px 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.22);
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.tornado-stat-grid article:nth-child(3n) {
  border-right: 0;
}

.tornado-stat-grid article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.stat-orb {
  width: 42px;
  height: 42px;
  border: 11px solid rgba(255, 255, 255, 0.1);
  background: #c85d3f;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.34);
}

.tornado-stat-grid small {
  display: block;
  margin-bottom: 6px;
  color: #e8f0ec;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tornado-stat-grid b {
  display: block;
  color: #fff;
  font-size: clamp(1.8rem, 3.3vw, 2.55rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.tornado-stat-grid b em {
  display: inline-block;
  font-style: normal;
  font-size: 0.54em;
  line-height: 1.1;
  vertical-align: 0.08em;
}

.nearby-tornadoes {
  margin: 0 18px 18px;
}

.nearby-tornadoes-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 10px;
}

.nearby-tornadoes-head h4 {
  margin: 0;
  color: var(--ink);
  font-size: 1.55rem;
}

.nearby-tornadoes-head span {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-size: 0.9rem;
}

.nearby-tornado-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.nearby-tornado-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.nearby-tornado-card:last-child {
  border-bottom: 0;
}

.rating-badge {
  align-self: start;
  min-height: 62px;
  padding: 8px;
  border-radius: 7px;
  color: #fff;
  background: var(--rating-color, #c91f2b);
  text-align: center;
  overflow: hidden;
}

.rating-badge b,
.rating-badge small {
  display: block;
}

.rating-badge b {
  font-size: 1rem;
  line-height: 1.1;
}

.rating-badge small {
  margin-top: 5px;
  font-size: 0.58rem;
  font-weight: 950;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.nearby-tornado-body {
  display: grid;
  gap: 10px;
}

.nearby-tornado-title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.nearby-tornado-title h5 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.path-crossing {
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: #c91f2b;
  font-size: 0.78rem;
  font-weight: 950;
}

.tornado-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tornado-chip-row span {
  padding: 7px 9px;
  border-radius: 999px;
  color: #60706b;
  background: #eff4f2;
  font-size: 0.86rem;
  line-height: 1;
}

.nearby-narrative {
  margin: 0;
  color: #4a5954;
  font-size: 0.94rem;
  line-height: 1.5;
}

.nearby-tornado-card .read-more-toggle {
  color: #8b1515;
}

.nearby-narrative .read-more-rest {
  color: inherit;
  font: inherit;
  font-weight: inherit;
}

.report-table {
  margin: 0 18px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.table-title {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.table-title b {
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.table-title span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.report-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.report-table th:first-child,
.report-table td:first-child {
  width: 124px;
}

.report-table th:nth-child(2),
.report-table td:nth-child(2) {
  width: 120px;
}

.tornado-table th,
.tornado-table td {
  width: 25%;
}

.report-table th,
.report-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #edf1ef;
  text-align: left;
  vertical-align: top;
  font-size: 0.88rem;
  line-height: 1.4;
}

.report-table th {
  color: var(--muted);
  background: var(--page);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-table td:first-child,
.report-table td:nth-child(2) {
  color: var(--ink);
  font-weight: 850;
}

.report-table td:nth-child(n + 3) {
  color: #495752;
  font-weight: 500;
}

.hail .report-table td:nth-child(3),
.tornado .report-table td:nth-child(3),
.tornado .report-table td:nth-child(4) {
  color: var(--ink);
  font-weight: 850;
}

.hail-report-list {
  margin: 0 18px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.hail-report-list .table-title {
  border-bottom: 1px solid var(--line);
}

.hail-report-rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.hail-report-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 12px;
  background: #fff;
}

.hail-measure {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 8px 6px;
  border-radius: 8px;
  color: #fff;
  background: #2f9a63;
}

.hail-measure b {
  font-size: 1.25rem;
  line-height: 1;
}

.hail-measure small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hail-report-row time,
.hail-report-row span {
  display: block;
}

.hail-report-row time {
  color: var(--ink);
  font-weight: 600;
}

.hail-report-row span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.read-more {
  display: inline;
  white-space: normal;
}

.read-more-toggle {
  display: inline;
  padding: 0;
  border: 0;
  color: var(--green);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
}

.read-more-toggle:hover {
  color: #1f7fb8;
  background: transparent;
  text-decoration-color: #1f7fb8;
}

.read-more-rest {
  display: inline;
  color: #495752;
  font-weight: 500;
}

.read-more-rest[hidden],
.read-more-toggle[hidden] {
  display: none;
}

.category-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--green);
  border-radius: 4px;
  background: #fff;
}

.category-card.flood {
  border-top-color: var(--green);
}

.category-card.hail {
  border-top-color: var(--yellow);
}

.category-card.wind {
  border-top-color: var(--coral);
}

.category-card.snow {
  border-top-color: var(--ice);
}

.category-card.wildfire {
  border-top-color: #a74430;
}

.category-card header {
  padding-right: 10px;
  border-right: 1px solid var(--line);
}

.box-number {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: var(--soft);
  font-size: 0.78rem;
  font-weight: 950;
}

.category-card h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.latest-headline {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.4;
}

.indicator {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--green);
  background: var(--page);
}

.indicator span {
  color: var(--green-dark);
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
}

.indicator small {
  color: var(--muted);
  line-height: 1.35;
  font-weight: 750;
}

.indicator.medium {
  border-left-color: var(--yellow);
}

.indicator.medium span {
  color: #7b5a14;
}

.indicator.high {
  border-left-color: var(--coral);
}

.indicator.high span {
  color: #973d28;
}

.category-body {
  min-width: 0;
}

.category-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.category-metrics.flood-metrics {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.category-metrics span {
  display: grid;
  gap: 3px;
  min-height: 68px;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--page);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.category-metrics b {
  color: var(--ink);
  font-size: 1.15rem;
  line-height: 1.1;
}

.category-summary {
  margin-bottom: 12px;
  color: #3f4d48;
  line-height: 1.5;
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.tier-grid article,
.flood-zone-note {
  padding: 10px;
  border: 1px solid var(--line);
  background: #fff;
}

.tier-grid b,
.flood-zone-note b {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
}

.tier-grid span,
.flood-zone-note span {
  display: block;
  margin-top: 4px;
  color: #465550;
  font-size: 0.82rem;
  line-height: 1.35;
}

.tier-grid small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.flood-zone-note {
  margin-bottom: 12px;
  background: var(--page);
}

.type-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}

.type-chips span {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #40504a;
  background: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.type-chips b {
  color: var(--green);
}

.event-ledger {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.ledger-heading {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.event-ledger ol {
  display: grid;
  gap: 1px;
  max-height: 330px;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
  border: 1px solid var(--line);
}

.event-ledger li {
  display: grid;
  grid-template-columns: 112px 76px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 8px 10px;
  background: #fff;
  color: #495752;
  font-size: 0.82rem;
  line-height: 1.35;
}

.event-ledger li:nth-child(even) {
  background: var(--page);
}

.event-ledger time,
.event-ledger b {
  color: var(--ink);
  font-weight: 850;
}

.empty {
  display: grid;
  place-items: center;
  min-height: 210px;
  border: 1px dashed var(--line);
  color: var(--muted);
  text-align: center;
  background: #fff;
}

.disclaimer {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.disclaimer h2 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.disclaimer p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer b {
  display: grid;
  gap: 4px;
  color: var(--ink);
}

.site-footer b span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.site-footer a {
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-shell {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 52px;
}

.legal-hero,
.legal-content {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.legal-hero {
  padding: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(139, 224, 184, 0.2), transparent 28%),
    linear-gradient(135deg, #0d2c24, #15211d);
}

.legal-hero .eyebrow {
  color: #8be0b8;
}

.legal-hero h1 {
  margin-bottom: 10px;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  line-height: 0.95;
}

.legal-hero p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.legal-content {
  display: grid;
  gap: 22px;
  margin-top: 16px;
  padding: 28px;
}

.legal-content h2 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.legal-content p,
.legal-content li {
  color: #465550;
  line-height: 1.65;
}

.legal-content p {
  margin-bottom: 0;
}

.legal-content ul {
  margin: 0;
  padding-left: 22px;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--page);
}

.contact-card a {
  color: var(--green);
  font-weight: 950;
}

@media (max-width: 900px) {
  .hero-grid,
  .pricing-section,
  .account-signin-head,
  .account-signin-form,
  .sample-dashboard,
  .sample-counts,
  .admin-user-summary,
  .admin-user-facts,
  .single-report-flow,
  .admin-summary,
  .coupon-admin-form,
  .sample-report-label,
  .report-context,
  .category-card {
    grid-template-columns: 1fr;
  }

  .landing-hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    padding: 8px 4px 8px;
  }

  .hero-copy {
    max-width: 100%;
  }

  h1 {
    max-width: 12ch;
  }

  .sample-report {
    max-width: 620px;
  }

  .value-section {
    grid-template-columns: 1fr;
  }

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

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

  .tornado-stat-grid article,
  .tornado-stat-grid article:nth-child(3n),
  .tornado-stat-grid article:nth-last-child(-n + 3) {
    border-right: 1px solid rgba(0, 0, 0, 0.22);
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  }

  .tornado-stat-grid article:nth-child(2n) {
    border-right: 0;
  }

  .tornado-stat-grid article:last-child {
    border-bottom: 0;
  }

  .category-card header {
    padding-right: 0;
    padding-bottom: 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .site-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 10px;
  }

  .landing-hero {
    padding: 14px;
    border-radius: 12px;
  }

  .top-nav {
    display: grid;
    gap: 14px;
    padding-bottom: 24px;
  }

  .top-nav div {
    flex-wrap: wrap;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 4.8rem);
  }

  .sample-map {
    min-height: 230px;
  }

  .sample-metrics,
  .sample-dashboard,
  .sample-counts,
  .pricing-cards,
  .saved-report,
  .address-row,
  .search-footer,
  .hazard-counts,
  .category-metrics,
  .category-metrics.flood-metrics,
  .tier-grid,
  .metric-grid,
  .flood .metric-grid,
  .tornado-visual-grid,
  .hazard-visual-grid,
  .tornado-stat-grid,
  .hail-report-rows,
  .size-row,
  .event-ledger li {
    grid-template-columns: 1fr;
  }

  .section-hero,
  .table-title,
  .nearby-tornadoes-head {
    display: grid;
  }

  .tornado-stat-board header,
  .tornado-stat-grid article,
  .nearby-tornado-card {
    padding: 16px;
  }

  .tornado-stat-grid article,
  .tornado-stat-grid article:nth-child(2n),
  .tornado-stat-grid article:nth-child(3n) {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  }

  .tornado-stat-grid article:last-child {
    border-bottom: 0;
  }

  .nearby-tornado-card {
    grid-template-columns: 1fr;
  }

  .size-row b {
    text-align: left;
  }

  .report-table {
    overflow-x: auto;
  }

  .report-table table {
    min-width: 620px;
  }

  .search-footer {
    align-items: stretch;
  }

  .address-row button,
  #sampleBtn {
    min-height: 46px;
  }
}
