:root {
    --gov-blue: #3366cc;
    --green-950: #263b3d;
    --green-900: #304b44;
    --green-800: #3d5e4f;
    --green-700: #4f725f;
    --green-100: #eaf1ed;
    --ink: #172723;
    --muted: #60716b;
    --surface: #fff;
    --line: #d7e2dc;
    --warning: #f4c430;
    --shadow: 0 14px 36px rgba(29, 54, 47, 0.18);
    font-family: "Segoe UI", Arial, sans-serif;
    color: var(--ink);
}

* {
    box-sizing: border-box;
}
[hidden] {
    display: none !important;
}
html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    background: #f6f8f6;
}
button,
a {
    font: inherit;
}
button {
    color: inherit;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link {
    position: fixed;
    z-index: 9999;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #fff;
    color: var(--green-950);
    transform: translateY(-150%);
}
.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: relative;
    z-index: 100;
}
.gov-bar {
    display: flex;
    align-items: center;
    height: 38px;
    padding: 0 24px;
    background: var(--gov-blue);
}
.gov-bar a {
    display: inline-flex;
    align-items: center;
    height: 100%;
    color: #fff;
    text-decoration: none;
}
.gov-bar img {
    display: block;
    width: auto;
    height: 23px;
    object-fit: contain;
}
.institutional-nav {
    display: flex;
    align-items: stretch;
    height: 68px;
    padding-right: 20px;
    background: linear-gradient(110deg, var(--green-950), var(--green-800));
    box-shadow: 0 5px 20px rgba(25, 43, 38, 0.22);
}
.igac-brand {
    display: flex;
    align-items: center;
    min-width: 272px;
    padding: 0 20px;
    border-radius: 0 0 12px 0;
    background: #fff;
    color: #222;
    text-decoration: none;
}
.igac-brand img {
    display: block;
    width: auto;
    height: 35px;
    max-width: 232px;
    object-fit: contain;
}
.ott-brand {
    display: flex;
    align-items: center;
    min-width: 286px;
    padding: 5px 16px;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.ott-brand img {
    display: block;
    width: auto;
    height: 54px;
    max-width: 246px;
    object-fit: contain;
}
.header-title {
    display: flex;
    align-items: center;
    padding: 0 18px;
    color: #fff;
    font-size: clamp(16px, 1.3vw, 20px);
    font-weight: 500;
    white-space: nowrap;
}
.emergency-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    color: #fff;
}
.emergency-status > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    text-align: right;
}
.emergency-status strong {
    font-size: 14px;
}
.emergency-status small {
    opacity: 0.82;
    font-size: 12px;
}
.status-dot {
    width: 11px;
    height: 11px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background: #7dcc91;
    box-shadow: 0 0 0 5px rgba(125, 204, 145, 0.15);
}

.hero-banner {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    background: linear-gradient(105deg, #142f2a 0%, #1d453b 48%, #507562 100%);
    color: #fff;
    isolation: isolate;
}
.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: radial-gradient(circle at 82% 45%, rgba(244, 196, 48, 0.15), transparent 25%), linear-gradient(90deg, rgba(7, 30, 25, 0.25), transparent 60%);
}
.hero-banner::after {
    content: "";
    position: absolute;
    right: -7%;
    bottom: -45%;
    z-index: -1;
    width: 58%;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 48% 52% 63% 37%;
    transform: rotate(-14deg);
    box-shadow:
        inset 0 0 0 60px rgba(255, 255, 255, 0.025),
        inset 0 0 0 120px rgba(255, 255, 255, 0.018);
}
.hero-content {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 42px 0 32px;
}
.hero-eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #d8e7df;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.hero-eyebrow > span {
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background: var(--warning);
}
.hero-content h1 {
    max-width: 780px;
    margin: 14px 0 16px;
    font-size: clamp(35px, 4.25vw, 58px);
    font-weight: 300;
    line-height: 0.98;
    letter-spacing: -0.035em;
}
.hero-content h1 strong {
    font-weight: 730;
}
.hero-content > p {
    max-width: 690px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 1.55;
}
.hero-button {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    padding: 7px 8px 7px 20px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    background: #fff;
    color: var(--green-950);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}
.hero-button > span:last-child {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--green-800);
    color: #fff;
    font-size: 19px;
}
.hero-button:hover,
.hero-button:focus-visible {
    outline: 3px solid rgba(244, 196, 48, 0.5);
    outline-offset: 3px;
}
.hero-meta {
    position: absolute;
    right: max(5vw, 28px);
    bottom: 22px;
    display: flex;
    gap: 30px;
}
.hero-meta span {
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    border-left: 2px solid rgba(244, 196, 48, 0.75);
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
}
.hero-meta strong {
    color: #fff;
    font-size: 13px;
}
.hero-pattern {
    position: absolute;
    inset: 0 0 0 auto;
    z-index: -1;
    width: 56%;
    opacity: 0.8;
}
.hero-pattern svg {
    position: absolute;
    right: 0;
    bottom: 28px;
    width: 100%;
    height: 140px;
}
.hero-pattern path {
    fill: none;
    stroke: rgba(255, 255, 255, 0.24);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}
.epicenter-ring {
    position: absolute;
    top: 38%;
    right: 22%;
    border: 1px solid rgba(244, 196, 48, 0.55);
    border-radius: 50%;
    transform: translate(50%, -50%);
}
.ring-one {
    width: 70px;
    height: 70px;
    background: rgba(244, 196, 48, 0.08);
}
.ring-two {
    width: 150px;
    height: 150px;
}
.ring-three {
    width: 250px;
    height: 250px;
    opacity: 0.55;
}

.page-content {
    display: block;
}
.content-section {
    width: min(1240px, calc(100% - 36px));
    margin: 0 auto;
}
.map-workspace {
    width: min(1520px, calc(100% - 24px));
    padding: 44px 0 70px;
    scroll-margin-top: 20px;
}
.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 22px;
}
.section-heading h2,
.imagery-copy h2,
.quarterly-copy h2 {
    margin: 5px 0 0;
    color: var(--green-950);
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.08;
}
.section-heading > p {
    max-width: 450px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}
.analysis-mode-selector {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 250px));
    gap: 10px;
    margin: -5px 0 12px;
    scroll-margin-top: 24px;
}
.analysis-mode-selector.is-highlighted {
    animation: affected-selector-highlight 1.4s ease;
}
@keyframes affected-selector-highlight {
    0%, 100% { filter: none; }
    35% { filter: drop-shadow(0 0 10px rgba(88, 139, 110, 0.48)); }
}
.analysis-mode-selector button {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 58px;
    padding: 9px 14px;
    border: 1px solid rgba(61, 94, 79, 0.25);
    border-radius: 14px;
    background: #fff;
    color: var(--green-950);
    box-shadow: 0 5px 14px rgba(38, 59, 61, 0.08);
    cursor: pointer;
    text-align: left;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.analysis-mode-selector button:hover,
.analysis-mode-selector button:focus-visible {
    outline: 0;
    border-color: var(--green-700);
    background: var(--green-100);
    transform: translateY(-1px);
}
.analysis-mode-selector button.is-active {
    border-color: var(--green-800);
    background: var(--green-800);
    color: #fff;
    box-shadow: 0 7px 18px rgba(38, 59, 61, 0.2);
}
.analysis-mode-selector button:disabled {
    cursor: wait;
    opacity: 0.7;
}
.analysis-mode-selector svg {
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.analysis-mode-selector button > span {
    display: grid;
    gap: 2px;
}
.analysis-mode-selector strong {
    font-size: 14px;
    line-height: 1.15;
}
.analysis-mode-selector small {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.25;
}
.analysis-mode-selector button.is-active small {
    color: rgba(255, 255, 255, 0.78);
}
.section-kicker {
    color: var(--green-700);
}
.section-kicker.light {
    color: #bcd1c6;
}
.map-shell {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(61, 94, 79, 0.25);
    border-radius: 20px;
    background: #d8e4df;
    box-shadow: var(--shadow);
}
.map-shell {
    height: min(690px, 72dvh);
    min-height: 520px;
}
.map-shell:fullscreen,
.map-shell.is-fullscreen {
    width: 100vw;
    height: 100vh;
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: #d8e4df;
    box-shadow: none;
}
.map-shell.is-fullscreen .floating-panel {
    max-height: calc(100% - 36px);
}
.responsive-panels {
    display: none;
}
.view-grid {
    display: grid;
    width: 100%;
    height: 100%;
    gap: 3px;
    background: var(--green-700);
}
.view-grid.mode-1 {
    grid-template: 1fr / 1fr;
}
.view-grid.mode-2 {
    position: relative;
    display: block;
}
.view-grid.mode-4 {
    grid-template: repeat(2, minmax(0, 1fr)) / repeat(2, minmax(0, 1fr));
}
.view-grid.mode-4 .map-cell {
    border: 2px solid rgba(255, 255, 255, 0.92);
}
.map-search-control {
    position: relative;
    z-index: 2;
    flex: 0 1 340px;
    width: min(340px, calc(100vw - 210px));
    min-width: 170px;
}
.map-search-control arcgis-search {
    display: block;
    width: 100%;
    --calcite-color-brand: var(--green-800);
    --calcite-color-brand-hover: var(--green-950);
    --calcite-color-brand-press: var(--green-950);
}
.analysis-map-label {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 10px;
    padding: 0 3px;
    color: var(--green-950);
    font-size: clamp(17px, 1.55vw, 22px);
    font-weight: 650;
    line-height: 1.25;
}
.analysis-map-label::before {
    width: 5px;
    height: 24px;
    border-radius: 999px;
    background: var(--green-700);
    content: "";
}
.tool-button[hidden] {
    display: none !important;
}
.navigation-controls {
    position: absolute;
    z-index: 22;
    bottom: 35px;
    left: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: calc(100% - 104px);
    padding: 5px;
    border: 1px solid rgba(61, 94, 79, 0.2);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 6px 16px rgba(38, 59, 61, 0.18);
    backdrop-filter: blur(8px);
}
.navigation-controls button {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(145deg, #fff, var(--green-100));
    color: var(--green-950);
    cursor: pointer;
}
.navigation-controls button:hover,
.navigation-controls button:focus-visible {
    outline: 0;
    border-color: var(--green-700);
    background: var(--green-800);
    color: #fff;
}
.navigation-controls svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.map-cell[data-slot="1"] > .view-label {
    top: 18px;
}
.view-grid.mode-2 .map-cell {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.view-grid.mode-2 .map-cell[data-slot="1"] {
    z-index: 1;
}
.view-grid.mode-2 .map-cell[data-slot="2"] {
    z-index: 2;
    pointer-events: none;
}
.view-grid.mode-2 .map-cell[data-slot="2"] .view-label {
    right: 88px;
    left: auto;
}
.view-grid.mode-2.compare-horizontal .map-cell[data-slot="2"] .view-label {
    top: auto;
    bottom: 34px;
}
.view-grid.mode-2.compare-overlay .map-cell[data-slot="2"] {
    transition: opacity 0.12s linear;
}
.mosaic-swipe-divider {
    position: absolute;
    z-index: 8;
    pointer-events: none;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(38, 59, 61, 0.45), 0 2px 12px rgba(0, 0, 0, 0.28);
}
.mosaic-swipe-divider[hidden] {
    display: none;
}
.mosaic-swipe-divider.is-vertical {
    top: 0;
    bottom: 0;
    width: 3px;
    transform: translateX(-50%);
}
.mosaic-swipe-divider.is-horizontal {
    right: 0;
    left: 0;
    height: 3px;
    transform: translateY(-50%);
}
.mosaic-swipe-divider span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--green-800);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
    pointer-events: auto;
    touch-action: none;
    transform: translate(-50%, -50%);
}
.mosaic-swipe-divider.is-vertical span {
    cursor: ew-resize;
}
.mosaic-swipe-divider.is-horizontal span {
    cursor: ns-resize;
}
.mosaic-swipe-divider.is-vertical span::before {
    content: "\2194";
    color: #fff;
    font-size: 18px;
}
.mosaic-swipe-divider.is-horizontal span::before {
    content: "\2195";
    color: #fff;
    font-size: 18px;
}
.map-cell {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: #dfe8e4;
    outline: 0 solid var(--warning);
    outline-offset: -4px;
    transition: outline-width 0.15s ease;
}
.map-cell.is-active {
    outline-width: 4px;
}

.mosaic-coverage-notice {
    position: absolute;
    z-index: 18;
    left: 50%;
    top: 50%;
    display: flex;
    width: min(310px, calc(100% - 32px));
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    color: #fff;
    background: rgba(47, 82, 70, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(19, 47, 40, 0.25);
    pointer-events: none;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(7px);
}
.mosaic-coverage-notice[hidden] {
    display: none;
}
.mosaic-coverage-notice > span {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    color: var(--green-800);
    background: #fff;
    border-radius: 50%;
    font-weight: 700;
}
.mosaic-coverage-notice p,
.mosaic-coverage-notice strong,
.mosaic-coverage-notice small {
    display: block;
    margin: 0;
}
.mosaic-coverage-notice strong {
    margin-bottom: 3px;
    font-size: 0.78rem;
}
.mosaic-coverage-notice small {
    color: inherit;
    font-size: 0.7rem;
    line-height: 1.38;
}
.view-grid.mode-2.compare-vertical .map-cell[data-slot="1"] .mosaic-coverage-notice {
    left: 25%;
    width: min(280px, calc(50% - 24px));
}
.view-grid.mode-2.compare-vertical .map-cell[data-slot="2"] .mosaic-coverage-notice {
    left: 75%;
    width: min(280px, calc(50% - 24px));
}
.view-grid.mode-2.compare-horizontal .map-cell[data-slot="1"] .mosaic-coverage-notice {
    top: 25%;
}
.view-grid.mode-2.compare-horizontal .map-cell[data-slot="2"] .mosaic-coverage-notice {
    top: 75%;
}
.map-view {
    width: 100%;
    height: 100%;
}
.view-label {
    position: absolute;
    z-index: 4;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    min-width: 108px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    background: rgba(38, 59, 61, 0.88);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
    color: #fff;
    cursor: pointer;
    text-align: left;
    backdrop-filter: blur(5px);
}

.view-grid.mode-1 .view-label {
  display: none;
}
.view-label span {
    font-size: 13px;
    font-weight: 700;
}
.view-label small {
    margin-top: 1px;
    font-size: 10px;
    opacity: 0.82;
}
.mosaic-emergency-badge {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin-top: 6px;
    padding: 4px 8px;
    border: 1px solid #d89b18;
    border-radius: 999px;
    background: #f4c430;
    color: #263b3d;
    font-size: 9px;
    font-style: normal;
    font-weight: 750;
    line-height: 1.2;
    white-space: normal;
}
.view-label .mosaic-emergency-badge {
    box-shadow: 0 3px 8px rgba(30, 43, 38, 0.22);
}
.map-cell.is-active .view-label {
    background: var(--green-800);
    box-shadow:
        0 0 0 2px var(--warning),
        0 4px 12px rgba(0, 0, 0, 0.18);
}

.tool-rail {
    position: absolute;
    z-index: 20;
    top: 18px;
    right: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 9px;
    border: 1px solid rgba(61, 94, 79, 0.18);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
}
.tool-button {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: linear-gradient(145deg, #fff, var(--green-100));
    cursor: pointer;
    transition:
        transform 0.15s ease,
        background 0.15s ease,
        box-shadow 0.15s ease;
}
.tool-button:hover,
.tool-button:focus-visible,
.tool-button.is-active,
.tool-button[aria-pressed="true"] {
    outline: 0;
    background: var(--green-950);
    color: #fff;
    box-shadow: 0 8px 18px rgba(38, 59, 61, 0.22);
    transform: translateY(-1px);
}
.tool-button svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
#fullscreenButton .fullscreen-exit-icon {
    display: none;
}
#fullscreenButton[aria-pressed="true"] .fullscreen-enter-icon {
    display: none;
}
#fullscreenButton[aria-pressed="true"] .fullscreen-exit-icon {
    display: inline;
}

.floating-panel {
    position: absolute;
    z-index: 25;
    top: 18px;
    right: 88px;
    width: min(360px, calc(100% - 116px));
    max-height: calc(100% - 36px);
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(61, 94, 79, 0.22);
    border-radius: 17px;
    background: var(--surface);
    box-shadow: var(--shadow);
}
#comparePanel:not([data-user-positioned="true"]) {
    top: 92px;
    max-height: calc(100% - 110px);
}
.floating-panel.is-dragging {
    transition: none;
    box-shadow: 0 22px 48px rgba(24, 48, 39, 0.3);
}
.floating-panel[hidden] {
    display: none;
}
.floating-panel.is-minimized {
    max-height: none;
    overflow: hidden;
}
.floating-panel.is-minimized .panel-content {
    display: none;
}
.panel-header {
    position: sticky;
    z-index: 3;
    top: 0;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 60px;
    padding: 8px 10px;
    background: linear-gradient(110deg, var(--green-950), var(--green-800));
    color: #fff;
    cursor: grab;
    touch-action: none;
    user-select: none;
}
.floating-panel.is-dragging .panel-header {
    cursor: grabbing;
}
.panel-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 22px;
}
.panel-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.panel-header h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 650;
}
.panel-header small {
    display: block;
    margin-top: 2px;
    font-size: 10px;
    opacity: 0.78;
}
.panel-window-actions {
    display: flex;
    align-items: center;
    gap: 2px;
}
.panel-minimize,
.panel-close {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #fff;
    cursor: pointer;
}
.panel-minimize {
    font-size: 22px;
    line-height: 1;
}
.panel-close {
    font-size: 25px;
    line-height: 1;
}
.panel-minimize .restore-icon,
.panel-minimize[aria-expanded="false"] .minimize-icon {
    display: none;
}
.panel-minimize[aria-expanded="false"] .restore-icon {
    display: inline;
}
.panel-minimize:hover,
.panel-minimize:focus-visible,
.panel-close:hover,
.panel-close:focus-visible {
    outline: 0;
    background: rgba(255, 255, 255, 0.14);
}
.panel-content {
    display: grid;
    gap: 12px;
    padding: 14px;
}
.helper-text {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}
.seismic-layers-content {
    gap: 10px;
}
.seismic-layer-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(38, 59, 61, 0.06);
    transition: border-color 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
}
.seismic-layer-card.is-visible {
    border-color: rgba(61, 94, 79, 0.42);
    box-shadow: 0 5px 14px rgba(38, 59, 61, 0.1);
}
.seismic-layer-card:not(.is-visible) {
    opacity: 0.7;
}
.seismic-layer-heading {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 9px;
    padding: 11px;
}
.seismic-layer-heading > div {
    min-width: 0;
}
.seismic-layer-heading h3 {
    margin: 0;
    color: var(--green-950);
    font-size: 12px;
    font-weight: 700;
}
.seismic-layer-heading small {
    display: block;
    margin-top: 2px;
    overflow: hidden;
    color: var(--muted);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.layer-symbol-preview {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #cad8d1;
    border-radius: 10px;
    background: var(--green-100);
}
.events-preview::before {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fc0316;
    box-shadow: 0 0 0 1px #858585, 0 3px 8px rgba(0, 0, 0, 0.22);
    content: "";
}
.intensity-preview::before {
    width: 22px;
    height: 17px;
    border: 1px solid rgba(102, 0, 0, 0.25);
    border-radius: 4px;
    background: linear-gradient(135deg, #f7bfc5, #ed4147 62%, #e80208);
    content: "";
}
.cali-affected-preview::before {
    width: 9px;
    height: 9px;
    border: 1px solid #111;
    border-radius: 50%;
    background: #f57c00;
    box-shadow: -8px 5px 0 #c62828, 8px 5px 0 #fbc02d;
    content: "";
}
.layer-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 40px;
    height: 24px;
    cursor: pointer;
}
.layer-switch input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.layer-switch > span:not(.sr-only) {
    position: relative;
    width: 40px;
    height: 24px;
    border-radius: 999px;
    background: #b8c5bf;
    box-shadow: inset 0 0 0 1px rgba(38, 59, 61, 0.15);
    transition: background 0.15s ease;
}
.layer-switch > span:not(.sr-only)::after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    content: "";
    transition: transform 0.15s ease;
}
.layer-switch input:checked + span {
    background: var(--green-800);
}
.layer-switch input:checked + span::after {
    transform: translateX(16px);
}
.layer-switch input:focus-visible + span {
    outline: 3px solid rgba(51, 102, 204, 0.35);
    outline-offset: 2px;
}
.seismic-layer-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 11px;
    border-top: 1px solid #e7eeea;
    background: #f8faf9;
}
.seismic-layer-actions button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 6px 9px;
    border: 1px solid #bdcec5;
    border-radius: 8px;
    background: #fff;
    color: var(--green-900);
    cursor: pointer;
    font-size: 10px;
    font-weight: 650;
}
.seismic-layer-actions button:hover,
.seismic-layer-actions button:focus-visible,
.seismic-layer-actions button[aria-expanded="true"] {
    outline: 0;
    border-color: var(--green-700);
    background: var(--green-800);
    color: #fff;
}
.seismic-layer-actions svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.layer-service-status {
    color: var(--muted);
    font-size: 9px;
    text-align: right;
}
.layer-service-status[data-status="ready"] {
    color: #27744d;
}
.layer-service-status[data-status="error"] {
    color: #a33434;
}
.service-legend {
    display: grid;
    gap: 7px;
    max-height: 205px;
    padding: 11px;
    overflow-y: auto;
    border-top: 1px solid #e7eeea;
    background: #fff;
}
.service-legend[hidden] {
    display: none;
}
.service-legend-row {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 21px;
    color: #32463e;
    font-size: 10px;
}
.service-legend-swatch {
    place-self: center;
    border: 1px solid rgba(38, 59, 61, 0.32);
}
.service-legend-swatch.is-point {
    border-radius: 50%;
}
.service-legend-swatch.is-polygon {
    width: 23px;
    height: 15px;
    border-radius: 3px;
}
.service-legend-swatch.is-polygon.is-intensity {
    width: 24px;
    height: 18px;
    border: 0;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.legend-message {
    margin: 0;
    color: var(--muted);
    font-size: 10px;
}
.legend-message.is-error {
    color: #a33434;
}
.scale-hint {
    margin: 0;
    padding: 0 11px 10px;
    color: #7c6440;
    font-size: 9px;
    line-height: 1.35;
}
.layer-source-note {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
    border: 1px solid #d9c894;
    border-radius: 10px;
    background: #fff9e8;
}
.layer-source-note > span {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #9a7631;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}
.layer-source-note p {
    margin: 0;
    color: #675a3f;
    font-size: 9px;
    line-height: 1.4;
}
.view-count {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.view-count button,
.secondary-button {
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: #f6f9f7;
    cursor: pointer;
    font-size: 12px;
    font-weight: 650;
}
.view-count button {
    display: grid;
    place-items: center;
    gap: 1px;
}
.view-count button span {
    font-size: 17px;
    line-height: 1;
}
.view-count button small {
    font-size: 10px;
    font-weight: 500;
}
.view-count button:hover,
.view-count button.is-active {
    border-color: var(--green-700);
    background: var(--green-800);
    color: #fff;
}
.view-count button {
    font-size: 15px;
}
.comparison-mode-section {
    display: grid;
    gap: 10px;
    padding: 11px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--green-100);
}
.comparison-mode-section[hidden] {
    display: none;
}
.comparison-mode-section h3 {
    margin: 0;
    color: var(--green-950);
    font-size: 12px;
}
.comparison-mode {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}
.comparison-mode button {
    display: grid;
    place-items: center;
    gap: 4px;
    min-width: 0;
    min-height: 62px;
    padding: 7px 3px;
    border: 1px solid #bfd0c7;
    border-radius: 10px;
    background: #fff;
    color: var(--green-950);
    cursor: pointer;
    font-size: 10px;
    font-weight: 650;
}
.comparison-mode button:hover,
.comparison-mode button:focus-visible,
.comparison-mode button.is-active {
    outline: 0;
    border-color: var(--green-700);
    background: var(--green-800);
    color: #fff;
    box-shadow: 0 5px 12px rgba(38, 59, 61, 0.16);
}
.comparison-mode svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.comparison-range {
    display: grid;
    gap: 6px;
}
.comparison-range > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--green-950);
    font-size: 10px;
}
.comparison-range output {
    min-width: 35px;
    color: var(--green-800);
    font-weight: 700;
    text-align: right;
}
.comparison-range input {
    width: 100%;
    accent-color: var(--green-800);
}
.mosaic-source-slots {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
}
.mosaic-source-slots:empty {
    display: none;
}
.mosaic-source-slot {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    min-width: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
}
.mosaic-source-slot > span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--green-800);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.mosaic-source-slot div {
    min-width: 0;
}
.mosaic-source-slot label,
.mosaic-source-slot small {
    display: block;
}
.mosaic-source-slot label {
    margin-bottom: 4px;
    color: var(--green-950);
    font-size: 11px;
    font-weight: 650;
}
.mosaic-source-slot select {
    width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 5px 28px 5px 8px;
    border: 1px solid #bfd0c7;
    border-radius: 8px;
    background-color: #f7faf8;
    color: var(--green-950);
    font: inherit;
    font-size: 10px;
}
.mosaic-source-slot select:focus {
    outline: 2px solid rgba(79, 114, 95, 0.28);
    border-color: var(--green-700);
}
.mosaic-source-slot select:disabled {
    color: var(--green-950);
    background: #edf3ef;
    cursor: default;
    opacity: 1;
}
.mosaic-source-slot .mosaic-emergency-badge {
    margin-top: 7px;
    color: #3b300d;
}
.mosaic-source-slot small {
    margin-top: 4px;
    overflow: hidden;
    color: var(--muted);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mosaic-source-slot[data-status="loading"] {
    border-color: #a3bcae;
    background: #f1f7f3;
}
.mosaic-source-slot[data-status="ready"] {
    border-color: var(--green-700);
}
.mosaic-source-slot[data-status="ready"] small {
    color: var(--green-700);
    font-weight: 650;
}
.mosaic-source-slot[data-status="error"] {
    border-color: #c85f5f;
}
.mosaic-source-slot[data-status="error"] small {
    color: #9c2f2f;
}
.mosaic-source-slot[data-status="warning"] {
    border-color: #c58a24;
    background: #fff9eb;
}
.mosaic-source-slot[data-status="warning"] small {
    color: #8a5b0b;
}
.measurement-result {
    display: block;
    min-height: 53px;
    padding: 12px;
    border-left: 4px solid var(--green-700);
    border-radius: 8px;
    background: var(--green-100);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.4;
}
.secondary-button {
    width: 100%;
    background: #fff;
    color: var(--green-900);
}
.secondary-button:hover {
    background: var(--green-100);
}
.mosaic-availability-note {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 12px;
    border: 1px dashed #a7b9b0;
    border-radius: 10px;
    background: #f8faf9;
}
.mosaic-availability-note strong {
    color: var(--green-900);
    font-size: 13px;
}
.mosaic-availability-note span {
    color: var(--muted);
    font-size: 11px;
}

.drawing-content {
    gap: 11px;
}
.drawing-tools {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}
.drawing-tools button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    min-height: 62px;
    padding: 6px 3px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: linear-gradient(145deg, #fff, #eef4f0);
    color: var(--green-950);
    cursor: pointer;
}
.drawing-tools button:hover,
.drawing-tools button:focus-visible,
.drawing-tools button.is-active {
    outline: 0;
    border-color: var(--green-700);
    background: var(--green-800);
    color: #fff;
    box-shadow: 0 5px 13px rgba(38, 59, 61, 0.18);
}
.drawing-tools svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.drawing-tools span {
    overflow: hidden;
    font-size: 10px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.drawing-style-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.drawing-style-grid label,
.annotation-options > label,
.export-section > label {
    color: var(--green-900);
    font-size: 10px;
    font-weight: 700;
}
.drawing-style-grid label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 7px 9px;
    border: 1px solid var(--line);
    border-radius: 9px;
}
.drawing-style-grid input[type="color"] {
    width: 34px;
    height: 30px;
    padding: 2px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
}
.annotation-options {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 7px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #f6f9f7;
}
.annotation-options > label:first-child,
.annotation-options > input,
.annotation-options > small {
    grid-column: 1 / -1;
}
.annotation-options input[type="text"],
.annotation-options input[type="number"],
.export-row select {
    min-height: 42px;
    border: 1px solid #cbd9d1;
    border-radius: 9px;
    background: #fff;
    color: var(--ink);
}
.annotation-options input[type="text"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
}
.annotation-options label[for="annotationSize"] {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.annotation-options label span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}
.annotation-options input[type="number"] {
    width: 68px;
    padding: 5px 7px;
}
.annotation-options small {
    color: var(--muted);
    font-size: 9px;
    line-height: 1.35;
}
.captured-section {
    display: grid;
    gap: 7px;
    padding-top: 2px;
}
.captured-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.captured-heading h3 {
    margin: 0;
    color: var(--green-950);
    font-size: 11px;
}
.captured-heading span {
    display: grid;
    place-items: center;
    min-width: 25px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--green-100);
    color: var(--green-900);
    font-size: 10px;
    font-weight: 800;
}
.drawing-list {
    display: grid;
    gap: 6px;
    max-height: 162px;
    overflow-y: auto;
}
.drawing-empty {
    margin: 0;
    padding: 12px;
    border: 1px dashed #b9c8c0;
    border-radius: 9px;
    color: var(--muted);
    font-size: 10px;
    text-align: center;
}
.drawing-entry {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    align-items: center;
    gap: 7px;
    padding: 6px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #fff;
}
.drawing-entry-icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--green-100);
    color: var(--green-900);
    font-size: 15px;
}
.drawing-entry-copy {
    min-width: 0;
}
.drawing-entry-copy strong,
.drawing-entry-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.drawing-entry-copy strong {
    color: var(--green-950);
    font-size: 10px;
}
.drawing-entry-copy small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 9px;
}
.drawing-entry-actions {
    display: flex;
    gap: 4px;
}
.drawing-entry-actions button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f7faf8;
    color: var(--green-900);
    cursor: pointer;
}
.drawing-entry-actions button:hover,
.drawing-entry-actions button:focus-visible {
    outline: 0;
    background: var(--green-800);
    color: #fff;
}
.export-section {
    display: grid;
    gap: 5px;
    padding-top: 2px;
}
.export-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
}
.export-row select {
    width: 100%;
    padding: 7px 30px 7px 9px;
    font-size: 11px;
}
.primary-button {
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid var(--green-800);
    border-radius: 9px;
    background: var(--green-800);
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 750;
}
.primary-button:hover,
.primary-button:focus-visible {
    outline: 3px solid rgba(79, 114, 95, 0.22);
    background: var(--green-950);
}
.danger-button {
    border-color: #e4caca;
    color: #8b3030;
}
.danger-button:hover {
    background: #fff2f2;
}

.loading-state,
.error-state {
    position: absolute;
    z-index: 40;
    bottom: 18px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: calc(100% - 32px);
    padding: 11px 16px;
    border-radius: 999px;
    background: var(--green-950);
    box-shadow: var(--shadow);
    color: #fff;
    font-size: 12px;
    transform: translateX(-50%);
}
.loader {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.28);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
.error-state {
    border-radius: 12px;
    background: #8f2d2d;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.map-attribution {
    position: absolute;
    z-index: 10;
    right: 8px;
    bottom: 5px;
    padding: 3px 6px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.82);
    color: #43534d;
    font-size: 9px;
    pointer-events: none;
}

.imagery-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    align-items: center;
    gap: clamp(38px, 6vw, 86px);
    padding: 72px 0 92px;
    border-top: 1px solid var(--line);
}
.imagery-visual {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    border-radius: 24px;
    background: #466955;
    box-shadow: var(--shadow);
}
.imagery-before,
.imagery-after {
    position: absolute;
    inset: 0;
}
.imagery-before {
    background: radial-gradient(ellipse at 27% 36%, #8ca671 0 10%, transparent 11%), radial-gradient(ellipse at 62% 68%, #203e2c 0 15%, transparent 16%), repeating-linear-gradient(22deg, transparent 0 18px, rgba(225, 215, 168, 0.24) 19px 22px), linear-gradient(135deg, #193d2c, #78945f 52%, #b6a36a);
}
.imagery-after {
    left: 52%;
    border-left: 2px solid #fff;
    background: radial-gradient(ellipse at 37% 48%, #b58a55 0 14%, transparent 15%), radial-gradient(ellipse at 72% 29%, #394d2e 0 12%, transparent 13%), repeating-linear-gradient(-18deg, transparent 0 20px, rgba(235, 220, 161, 0.28) 21px 24px), linear-gradient(135deg, #31533b, #a98a55 58%, #5b7247);
}
.imagery-before::after,
.imagery-after::after,
.quarterly-map::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-radial-gradient(ellipse at 20% 70%, transparent 0 13px, rgba(255, 255, 255, 0.035) 14px 15px);
    mix-blend-mode: screen;
}
.imagery-before > span,
.imagery-after > span {
    position: absolute;
    top: 16px;
    padding: 7px 11px;
    border-radius: 8px;
    background: rgba(38, 59, 61, 0.86);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}
.imagery-before > span {
    left: 16px;
}
.imagery-after > span {
    right: 16px;
}
.comparison-divider {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 52%;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--green-950);
    color: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.visual-caption {
    position: absolute;
    z-index: 4;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 11px;
    background: rgba(38, 59, 61, 0.88);
    color: #fff;
    backdrop-filter: blur(8px);
}
.visual-caption strong {
    font-size: 12px;
}
.visual-caption span {
    font-size: 10px;
    opacity: 0.78;
}
.imagery-copy > p {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}
.feature-list {
    display: grid;
    gap: 1px;
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
    border-top: 1px solid var(--line);
}
.feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 4px;
    border-bottom: 1px solid var(--line);
    color: var(--green-900);
    font-size: 13px;
    font-weight: 650;
}
.feature-list span {
    color: #8ca096;
    font-size: 10px;
    letter-spacing: 0.08em;
}

.quarterly-section {
    padding: 84px 0;
    overflow: hidden;
    background: linear-gradient(115deg, #1c3732, #3f6453);
    color: #fff;
}
.quarterly-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(480px, 1.22fr);
    align-items: center;
    gap: clamp(40px, 7vw, 100px);
}
.quarterly-copy h2 {
    color: #fff;
    font-weight: 350;
}
.quarterly-copy h2 strong {
    font-weight: 720;
}
.quarterly-copy > p {
    max-width: 520px;
    margin: 18px 0 26px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.6;
}
.year-selector {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.year-selector button {
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 650;
}
.year-selector button:hover,
.year-selector button:focus-visible,
.year-selector button.is-active {
    outline: 0;
    border-color: var(--warning);
    background: var(--warning);
    color: var(--green-950);
}
.quarterly-visual {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 24px;
    background: #698563;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}
.quarterly-map {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 25% 24%, #273f29 0 15%, transparent 16%), radial-gradient(ellipse at 76% 67%, #263d27 0 18%, transparent 19%), repeating-linear-gradient(25deg, transparent 0 22px, rgba(206, 210, 148, 0.17) 23px 25px), linear-gradient(135deg, #243e2e, #81926a 55%, #4e6d4c);
    transition:
        filter 0.35s ease,
        transform 0.35s ease;
}
.river {
    position: absolute;
    top: -15%;
    left: 48%;
    width: 42px;
    height: 135%;
    border-radius: 45%;
    background: linear-gradient(90deg, transparent, #85b9bd 35% 65%, transparent);
    transform: rotate(24deg);
    opacity: 0.86;
}
.clearing {
    position: absolute;
    border-radius: 46% 54% 38% 62%;
    background: #c7a66a;
    box-shadow: 0 0 0 5px rgba(201, 174, 111, 0.18);
    transition:
        width 0.4s ease,
        height 0.4s ease,
        transform 0.4s ease;
}
.clearing-a {
    top: 24%;
    left: 25%;
    width: 7%;
    height: 9%;
}
.clearing-b {
    right: 18%;
    bottom: 22%;
    width: 5%;
    height: 7%;
}
.quarterly-card {
    position: absolute;
    z-index: 4;
    right: 20px;
    bottom: 20px;
    width: min(280px, calc(100% - 40px));
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 14px;
    background: rgba(30, 55, 48, 0.9);
    backdrop-filter: blur(10px);
}
.quarterly-card > span {
    color: #c7d9cf;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.quarterly-card > strong {
    display: block;
    margin: 2px 0 7px;
    color: var(--warning);
    font-size: 38px;
    line-height: 1;
}
.quarterly-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
}
.quarterly-card small {
    display: block;
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 10px;
}
.year-2017 .clearing-a {
    width: 9%;
    height: 11%;
}
.year-2018 .clearing-a {
    width: 12%;
    height: 14%;
}
.year-2019 .clearing-a {
    width: 15%;
    height: 17%;
}
.year-2020 .clearing-a {
    width: 18%;
    height: 20%;
}
.year-2021 .clearing-a {
    width: 21%;
    height: 23%;
}
.year-2022 .clearing-a {
    width: 24%;
    height: 26%;
}
.year-2023 .clearing-a {
    width: 27%;
    height: 29%;
}
.year-2017 .clearing-b {
    transform: scale(1.15);
}
.year-2018 .clearing-b {
    transform: scale(1.3);
}
.year-2019 .clearing-b {
    transform: scale(1.5);
}
.year-2020 .clearing-b {
    transform: scale(1.7);
}
.year-2021 .clearing-b {
    transform: scale(1.9);
}
.year-2022 .clearing-b {
    transform: scale(2.1);
}
.year-2023 .clearing-b {
    transform: scale(2.35);
}

.observation-sites-section {
    padding: clamp(58px, 7vw, 92px) 0;
    border-top: 1px solid var(--line);
    background: linear-gradient(180deg, #f5f9f6 0%, #ffffff 100%);
}
.affected-cities-prompt {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(18px, 3vw, 34px);
    padding: clamp(24px, 3.5vw, 42px);
    border: 1px solid rgba(61, 94, 79, 0.2);
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 20%, rgba(150, 190, 168, 0.22), transparent 34%),
        linear-gradient(135deg, #fff 0%, #eef5f0 100%);
    box-shadow: 0 14px 34px rgba(38, 59, 61, 0.1);
}
.affected-cities-icon {
    display: grid;
    place-items: center;
    width: clamp(58px, 6vw, 76px);
    height: clamp(58px, 6vw, 76px);
    border-radius: 20px;
    background: var(--green-800);
    color: #fff;
    box-shadow: 0 10px 22px rgba(38, 59, 61, 0.2);
}
.affected-cities-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}
.affected-cities-copy h2 {
    margin: 4px 0 8px;
    color: var(--green-950);
    font-size: clamp(24px, 2.7vw, 36px);
    line-height: 1.1;
}
.affected-cities-copy p {
    max-width: 700px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}
.affected-cities-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 11px 18px;
    border: 1px solid var(--green-800);
    border-radius: 13px;
    background: var(--green-800);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.affected-cities-button:hover,
.affected-cities-button:focus-visible {
    outline: 0;
    background: var(--green-950);
    box-shadow: 0 9px 18px rgba(38, 59, 61, 0.2);
    transform: translateY(-1px);
}
.observation-sites-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 28px;
}
.observation-sites-heading h2 {
    margin: 5px 0 0;
    color: var(--green-950);
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.08;
}
.observation-sites-heading > p {
    max-width: 430px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}
.observation-sites-grid {
    display: grid;
    gap: 18px;
}
.observation-site-card {
    overflow: hidden;
    border: 1px solid rgba(61, 94, 79, 0.18);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(38, 59, 61, 0.08);
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.observation-site-card.is-expanded {
    border-color: rgba(61, 94, 79, 0.34);
    box-shadow: 0 16px 38px rgba(38, 59, 61, 0.12);
}
.observation-site-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 68px;
    padding: 14px 18px;
    border: 0;
    background: #fff;
    color: var(--green-950);
    cursor: pointer;
    font-size: clamp(15px, 1.6vw, 19px);
    font-weight: 650;
    text-align: left;
}
.observation-site-toggle:hover,
.observation-site-toggle:focus-visible,
.observation-site-toggle[aria-expanded="true"] {
    outline: 0;
    background: var(--green-100);
}
.observation-site-toggle-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--green-800);
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}
.observation-site-body {
    display: grid;
    grid-template-columns: minmax(310px, 0.86fr) minmax(0, 1.14fr);
    min-height: 265px;
    border-top: 1px solid var(--line);
}
.observation-site-body[hidden] {
    display: none;
}
.observation-site-media {
    position: relative;
    min-height: 265px;
    overflow: hidden;
    background: #172d29;
}
.observation-site-media video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 265px;
    object-fit: cover;
    background: #172d29;
}
.observation-site-media.has-placeholder {
    display: grid;
    place-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
    background:
        radial-gradient(circle at 22% 24%, rgba(134, 172, 151, 0.22), transparent 30%),
        linear-gradient(135deg, var(--green-950), #486a59);
}
.observation-site-media.has-placeholder::before,
.observation-site-media.has-placeholder::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 50%;
    content: "";
}
.observation-site-media.has-placeholder::before {
    width: 150px;
    height: 150px;
    top: -62px;
    right: -35px;
}
.observation-site-media.has-placeholder::after {
    width: 94px;
    height: 94px;
    bottom: -42px;
    left: -22px;
}
.observation-site-media.has-placeholder strong {
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    line-height: 1;
}
.observation-site-media.has-placeholder span {
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.observation-site-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(24px, 3.2vw, 42px);
}
.observation-site-record {
    color: var(--green-700);
    font-size: 10px;
    font-weight: 720;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}
.observation-site-content > p {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}
.observation-site-metadata {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 0;
}
.observation-site-metadata > div {
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--green-100);
}
.observation-site-metadata dt {
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.observation-site-metadata dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--green-950);
    font-size: 12px;
    font-weight: 650;
}
.observation-site-goto {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    min-height: 42px;
    padding: 9px 16px;
    margin-top: 18px;
    border: 1px solid var(--green-800);
    border-radius: 10px;
    background: var(--green-800);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    transition: background 0.18s ease, transform 0.18s ease;
}
.observation-site-goto:hover,
.observation-site-goto:focus-visible {
    outline: 0;
    background: var(--green-950);
    transform: translateY(-1px);
}
.observation-site-goto:disabled {
    cursor: wait;
    opacity: 0.7;
    transform: none;
}
.observation-site-goto.is-unavailable {
    border-color: var(--line);
    background: #eef3ef;
    color: var(--muted);
    cursor: not-allowed;
    opacity: 1;
}
.observation-site-goto.is-loading span:first-child {
    animation: spin 0.8s linear infinite;
}
.observation-site-navigation-status {
    min-height: 16px;
    margin-top: 7px;
    color: var(--green-700);
    font-size: 10px;
}
.observation-sites-loading,
.observation-sites-error {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 160px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    color: var(--green-900);
    font-size: 13px;
}
.observation-sites-loading .loader {
    width: 25px;
    height: 25px;
    border-width: 3px;
}

.ott-rich-popup {
    display: grid;
    gap: 14px;
    min-width: min(310px, 100%);
    color: var(--green-950);
}
.ott-popup-attribute-table {
    width: 100%;
    overflow: hidden;
    border-spacing: 0;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    font-size: 11px;
}
.ott-popup-attribute-table th,
.ott-popup-attribute-table td {
    padding: 8px 9px;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
    text-align: left;
}
.ott-popup-attribute-table tr:last-child th,
.ott-popup-attribute-table tr:last-child td {
    border-bottom: 0;
}
.ott-popup-attribute-table th {
    width: 40%;
    background: var(--green-100);
    color: var(--green-800);
    font-weight: 650;
}
.ott-popup-attribute-table td {
    overflow-wrap: anywhere;
    color: #42534c;
}
.ott-popup-video-section {
    display: grid;
    gap: 7px;
}
.ott-popup-video-section h4 {
    margin: 0;
    color: var(--green-950);
    font-size: 12px;
}
.ott-popup-video-section video {
    display: block;
    width: 100%;
    min-height: 155px;
    max-height: 220px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #1c3732;
    object-fit: cover;
}
.ott-popup-streetview-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 12px;
    border: 1px solid var(--green-800);
    border-radius: 10px;
    background: var(--green-800);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
.ott-popup-streetview-link svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}
.ott-popup-streetview-link span:last-child {
    margin-left: auto;
    font-size: 14px;
}
.ott-popup-streetview-link:hover,
.ott-popup-streetview-link:focus-visible {
    outline: 0;
    background: var(--green-950);
    color: #fff;
}
.ott-popup-streetview-link.is-disabled {
    border-color: var(--line);
    background: #eef2ef;
    color: var(--muted);
}
.ott-popup-video-section video {
    min-height: 175px;
}
.ott-popup-video-pending {
    margin: 0;
    padding: 14px;
    border: 1px dashed #a7b9b0;
    border-radius: 9px;
    background: #f5f8f6;
    color: var(--muted);
    font-size: 10px;
    text-align: center;
}

.institutional-footer {
    position: relative;
    z-index: 1;
    padding-top: 1px;
    background: #e6effd;
    color: #000;
}
.institutional-footer .containerf {
    width: 100%;
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.institutional-footer .footer-container {
    padding: 32px;
    margin-bottom: 50px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
}
.institutional-footer .rowf {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.institutional-footer .col-md-6f {
    position: relative;
    flex: 0 0 50%;
    width: 100%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
.institutional-footer .footer-titulo {
    padding-top: 16px;
    margin: 0 0 8px;
    font-size: 20px;
}
.institutional-footer .logos-footer {
    margin-top: 8px;
    margin-bottom: 16px;
}
.institutional-footer h2 {
    margin-top: 0;
    font-size: 19px;
}
.institutional-footer h3 {
    margin: 0 0 6px;
    font-size: 16px;
}
.institutional-footer p {
    margin: 0 0 24px;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}
.institutional-footer a {
    color: #3366cc;
    text-decoration: underline;
}
.institutional-footer .btn {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
}
.institutional-footer .redes-sociales a {
    display: flex;
    align-items: center;
    width: fit-content;
}
.institutional-footer .icono-redes {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.institutional-footer .footer-enlaces {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    color: #3366cc;
    font-size: 14px;
}
.institutional-footer .footer-enlaces span {
    font-weight: 650;
}
.institutional-footer .gov-co-footer-pie {
    padding: 5px;
    background-color: #3366cc;
}
.institutional-footer .gov-co-footer-auto {
    display: flex;
    align-items: center;
    min-height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.institutional-footer .gov-co-logo-pie-blanco {
    width: auto;
    height: 50px;
    padding-right: 15px;
    border-right: 1px solid #fff;
    object-fit: contain;
}
.institutional-footer .gov-co-logo-pie-mesa {
    width: auto;
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    object-fit: contain;
}
.institutional-footer .gov-co-footer-link {
    margin-left: auto;
    color: #fff;
}

.esri-view .esri-view-surface:focus::after {
    outline-color: var(--warning);
}
.esri-ui-corner .esri-component {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(29, 54, 47, 0.16);
}

@media (max-width: 900px) {
    .igac-brand {
        min-width: auto;
        padding: 0 14px;
    }
    .header-title {
        display: none;
    }
    .ott-brand {
        min-width: 235px;
    }
    .hero-banner {
        min-height: 330px;
    }
    .hero-content {
        padding: 38px 0 30px;
    }
    .hero-meta {
        display: none;
    }
    .hero-pattern {
        width: 70%;
        opacity: 0.48;
    }
    .map-workspace {
        padding: 38px 0 58px;
    }
    .analysis-mode-selector {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .map-shell {
        border-radius: 14px;
    }
    .responsive-panels:not([hidden]) {
        display: grid;
        gap: 12px;
        width: 100%;
        margin-top: 12px;
    }
    .responsive-panels:not(:has(.floating-panel:not([hidden]))) {
        display: none;
    }
    .responsive-panels .floating-panel {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        max-height: none !important;
        overflow: visible;
        border-radius: 14px;
        scroll-margin-top: 12px;
    }
    .responsive-panels .panel-header {
        position: relative;
        cursor: default;
        touch-action: auto;
    }
    .responsive-panels .floating-panel.is-minimized {
        overflow: hidden;
    }
    .imagery-showcase,
    .quarterly-layout {
        grid-template-columns: 1fr;
    }
    .imagery-showcase {
        gap: 36px;
        padding: 58px 0 72px;
    }
    .imagery-visual {
        min-height: 420px;
    }
    .quarterly-layout {
        gap: 35px;
    }
    .quarterly-visual {
        min-height: 450px;
    }
}

@media (max-width: 620px) {
    .gov-bar {
        height: 32px;
        padding: 0 12px;
    }
    .gov-bar img {
        height: 20px;
    }
    .institutional-nav {
        height: 58px;
        padding-right: 9px;
    }
    .igac-brand {
        display: none;
    }
    .ott-brand {
        min-width: 0;
        flex: 1;
        padding: 4px 8px;
        border: 0;
    }
    .ott-brand img {
        width: auto;
        height: 46px;
        max-width: min(246px, 67vw);
    }
    .emergency-status > span:last-child {
        display: none;
    }
    .hero-banner {
        min-height: 330px;
    }
    .hero-content {
        width: calc(100% - 32px);
        padding: 30px 0 28px;
    }
    .hero-content h1 {
        margin: 10px 0 12px;
        font-size: 33px;
    }
    .hero-content > p {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.45;
    }
    .hero-pattern {
        width: 100%;
        opacity: 0.32;
    }
    .content-section {
        width: calc(100% - 20px);
    }
    .map-workspace {
        padding: 32px 0 50px;
    }
    .section-heading {
        display: block;
        margin-bottom: 16px;
    }
    .section-heading > p {
        margin-top: 10px;
        font-size: 12px;
    }
    .analysis-mode-selector {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0 0 10px;
    }
    .analysis-mode-selector button {
        min-height: 52px;
        padding: 8px 10px;
    }
    .analysis-mode-selector small {
        display: none;
    }
    .map-shell {
        height: 72dvh;
        min-height: 520px;
    }
    .tool-rail {
        top: 8px;
        right: 8px;
        gap: 6px;
        padding: 6px;
        border-radius: 14px;
    }
    .map-search-control {
        flex-basis: auto;
        width: calc(100% - 112px);
        min-width: 0;
    }
    .analysis-map-label {
        max-width: 100%;
        margin-bottom: 9px;
        padding: 0 2px;
        font-size: 16px;
    }
    .analysis-map-label::before {
        height: 20px;
    }
    .map-cell[data-slot="1"] > .view-label {
        top: 8px;
    }
    .navigation-controls {
        right: 8px;
        bottom: 31px;
        left: 8px;
        max-width: none;
        gap: 4px;
        padding: 4px;
    }
    .navigation-controls button {
        width: 32px;
        height: 32px;
    }
    .tool-button {
        width: 44px;
        height: 44px;
    }
    .view-grid.mode-4 {
        grid-template: repeat(2, minmax(0, 1fr)) / repeat(2, minmax(0, 1fr));
    }
    .view-label {
        top: 5px;
        left: 5px;
        min-width: 76px;
        padding: 5px 7px;
    }
    .view-label small {
        display: none;
    }
    .imagery-showcase {
        padding: 48px 0 58px;
    }
    .imagery-visual {
        min-height: 350px;
    }
    .visual-caption {
        display: block;
    }
    .visual-caption span {
        display: block;
        margin-top: 3px;
    }
    .quarterly-section {
        padding: 58px 0;
    }
    .quarterly-layout {
        width: calc(100% - 24px);
    }
    .year-selector {
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }
    .year-selector button {
        min-height: 44px;
    }
    .quarterly-visual {
        min-height: 390px;
    }
    .quarterly-card {
        right: 12px;
        bottom: 12px;
        width: calc(100% - 24px);
    }
    .observation-sites-section {
        padding: 48px 0 58px;
    }
    .observation-sites-heading {
        display: block;
        margin-bottom: 20px;
    }
    .observation-sites-heading > p {
        margin-top: 10px;
        font-size: 12px;
    }
    .observation-site-card {
        border-radius: 16px;
    }
    .observation-site-toggle {
        min-height: 60px;
        padding: 12px 14px;
        font-size: 14px;
    }
    .observation-site-toggle-icon {
        width: 32px;
        height: 32px;
    }
    .observation-site-body {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .observation-site-media,
    .observation-site-media video {
        min-height: 220px;
        height: 220px;
    }
    .observation-site-content {
        padding: 22px 18px;
    }
    .observation-site-metadata {
        grid-template-columns: 1fr;
        margin-top: 18px;
    }
    .institutional-footer .footer-container {
        width: calc(100% - 24px);
        padding: 22px 18px;
        margin-right: auto;
        margin-bottom: 24px;
        margin-left: auto;
        border-radius: 14px;
    }
    .institutional-footer .rowf {
        margin-right: 0;
        margin-left: 0;
    }
    .institutional-footer .col-md-6f {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .institutional-footer .logos-footer {
        display: none;
    }
    .institutional-footer .footer-titulo {
        font-size: 18px;
        line-height: 1.25;
    }
    .institutional-footer p,
    .institutional-footer a {
        overflow-wrap: anywhere;
    }
    .institutional-footer .gov-co-footer-auto {
        flex-wrap: wrap;
        gap: 8px;
        padding-right: 8px;
        padding-left: 8px;
    }
    .institutional-footer .gov-co-logo-pie-blanco,
    .institutional-footer .gov-co-logo-pie-mesa {
        height: 38px;
        padding-right: 9px;
        padding-left: 9px;
    }
    .institutional-footer .gov-co-logo-pie-blanco {
        padding-left: 0;
    }
    .institutional-footer .gov-co-footer-link {
        margin-left: 0;
        font-size: 12px;
    }
    .affected-cities-prompt {
        grid-template-columns: auto minmax(0, 1fr);
    }
    .affected-cities-button {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
