:root {
    --bg: #0e1f2f;
    --panel: #17334d;
    --ink: #ecf4ff;
    --muted: #a4bdd7;
    --accent: #3ed2c8;
    --warning: #ffb703;
    --brand-gold: #f0b23e;
    --brand-blue: #6ea7f5;
    --brand-parchment: #c7aa7f;
    --brand-red: #b84a4a;
    --brand-watermark: rgba(255, 255, 255, 0.06);
}

.piqad-text {
    font-family: "LocationNotes KApIqaD", "Segoe UI", "Trebuchet MS", Tahoma, sans-serif;
    font-size: inherit;
    letter-spacing: 0.04em;
    text-transform: none;
}

.piqad-text a,
.piqad-text button {
    font-family: inherit;
}

.culture-link-piqad-image {
    display: inline-block;
    height: 1.25rem;
    width: auto;
    vertical-align: middle;
}

@font-face {
    font-family: "LocationNotes KApIqaD";
    src: url("/fonts/kapiqad.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

html,
body {
    margin: 0;
    min-height: 100%;
    background: radial-gradient(circle at 15% 0%, #204666, var(--bg) 45%);
    color: var(--ink);
    font-family: "Segoe UI", "Trebuchet MS", Tahoma, sans-serif;
}

a {
    color: var(--accent);
    text-decoration: none;
}

.development-badge {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 1405;
    display: inline-flex;
    align-items: center;
    max-width: min(15rem, calc(100vw - 1.5rem));
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(240, 178, 62, 0.72);
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(28, 44, 60, 0.98), rgba(14, 26, 38, 0.96));
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
    color: #ffffff;
    cursor: grab;
    user-select: none;
    touch-action: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.development-badge:hover,
.development-badge:focus {
    border-color: rgba(255, 201, 92, 0.92);
    color: #ffffff;
    text-decoration: none;
}

.development-badge:focus-visible {
    outline: 2px solid rgba(62, 210, 200, 0.58);
    outline-offset: 2px;
}

.development-badge.is-dragging {
    cursor: grabbing;
    box-shadow: 0 22px 34px rgba(0, 0, 0, 0.34);
}

.development-badge-label {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
}

.development-badge-label::before {
    content: "";
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 35%, #fff0a6, var(--warning) 62%, #c47a02 100%);
    box-shadow: 0 0 0 1px rgba(8, 20, 29, 0.4);
}

.notes-entity-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 160ms ease, border-color 160ms ease;
}

.notes-entity-link:hover,
.notes-entity-link:focus {
    color: var(--accent);
    border-color: rgba(62, 210, 200, 0.5);
}

.btn-primary {
    border-color: rgba(240, 178, 62, 0.92);
    background: linear-gradient(180deg, #f0b23e, #d99224);
    color: #081723;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(240, 178, 62, 0.16);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: rgba(255, 201, 92, 0.98) !important;
    background: linear-gradient(180deg, #f5c35b, #e0a438) !important;
    color: #081723 !important;
    box-shadow: 0 14px 28px rgba(240, 178, 62, 0.22) !important;
}

.btn-outline-light {
    border-color: rgba(191, 208, 224, 0.34);
    color: var(--ink);
    background: rgba(9, 26, 40, 0.12);
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
    border-color: rgba(240, 178, 62, 0.52) !important;
    background: rgba(240, 178, 62, 0.12) !important;
    color: #ffffff !important;
}

.culture-dropdown {
    position: relative;
    z-index: 1201;
    display: flex;
    align-items: center;
}

.culture-dropdown-toggle {
    background: transparent;
    border: 1px solid rgba(164, 189, 215, 0.34);
    color: var(--ink);
    min-width: 10.5rem;
    text-align: left;
}

.culture-dropdown-toggle:hover,
.culture-dropdown-toggle:focus,
.culture-dropdown-toggle:active,
.culture-dropdown-toggle.show {
    background: rgba(23, 51, 77, 0.92) !important;
    border-color: rgba(62, 210, 200, 0.55) !important;
    color: var(--ink) !important;
    box-shadow: none !important;
}

.culture-menu {
    z-index: 1202;
    min-width: 12rem;
    background: rgba(12, 28, 44, 0.98);
    border: 1px solid rgba(164, 189, 215, 0.26);
    padding: 0.35rem;
}

.culture-option {
    border-radius: 10px;
    color: var(--ink);
}

.culture-option:hover,
.culture-option:focus {
    background: rgba(62, 210, 200, 0.14);
    color: var(--ink);
}

.culture-option.active,
.culture-option:active {
    background: rgba(62, 210, 200, 0.24) !important;
    color: #ffffff !important;
}

.main-nav {
    position: relative;
    z-index: 1200;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(12, 28, 44, 0.9);
    border-bottom: 1px solid rgba(164, 189, 215, 0.2);
    backdrop-filter: blur(6px);
}

.main-nav .brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
}

.brand-mark {
    width: 2rem;
    height: 2rem;
    flex: none;
    border-radius: 999px;
    background:
        radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.12), transparent 40%),
        rgba(8, 20, 29, 0.9) url("../images/branding/brand-bat-seal.png") center/1.5rem 1.5rem no-repeat;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.12),
        0 10px 18px rgba(0, 0, 0, 0.2);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.brand-text {
    display: block;
}

.main-nav .brand:hover .brand-mark,
.main-nav .brand:focus .brand-mark {
    transform: translateY(-1px);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.14),
        0 14px 22px rgba(0, 0, 0, 0.26);
}

.main-nav .spacer {
    flex: 1;
}

.main-nav .inline-form {
    margin: 0;
}

.page-shell {
    max-width: 1040px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
}

.page-shell-product {
    max-width: 1720px;
    padding-left: clamp(1rem, 1.8vw, 2rem);
    padding-right: clamp(1rem, 1.8vw, 2rem);
}

.page-shell-wide {
    max-width: none;
    width: 100%;
    padding-left: clamp(1rem, 2.2vw, 2.5rem);
    padding-right: clamp(1rem, 2.2vw, 2.5rem);
}

.hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 82% 18%, rgba(110, 167, 245, 0.2), transparent 24%),
        linear-gradient(120deg, rgba(23, 51, 77, 0.95), rgba(19, 71, 90, 0.92));
    border: 1px solid rgba(164, 189, 215, 0.25);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

    .hero::after {
        content: "";
        position: absolute;
        right: clamp(1rem, 3vw, 2rem);
        bottom: -0.5rem;
        width: min(24vw, 18rem);
        aspect-ratio: 1 / 1;
        background: url("../images/branding/LocationNotes.png") center/contain no-repeat;
        opacity: 0.14;
        filter: saturate(0.72) contrast(1.02);
        pointer-events: none;
        z-index: 0;
    }

.hero > * {
    position: relative;
    z-index: 1;
}

.hero .eyebrow {
    margin: 0;
    color: var(--warning);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
}

.hero h1 {
    margin: 0.5rem 0 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
}

.hero p {
    color: var(--muted);
    max-width: 64ch;
}

.hero-actions {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.trackable-code-lookup-card {
    margin-top: 1.5rem;
    max-width: 38rem;
}

.trackable-code-lookup-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
}

.trackable-code-entry {
    display: grid;
    gap: 0.75rem;
}

.trackable-code-entry-summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(164, 189, 215, 0.32);
    background: rgba(12, 32, 46, 0.68);
    color: var(--text);
    cursor: pointer;
    font-weight: 700;
}

.trackable-code-entry-summary::-webkit-details-marker {
    display: none;
}

.trackable-code-entry[open] .trackable-code-entry-summary {
    background: rgba(30, 117, 154, 0.24);
    border-color: rgba(116, 206, 239, 0.42);
}

.trackable-code-entry-panel {
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid rgba(164, 189, 215, 0.18);
    background: rgba(10, 26, 38, 0.72);
}

.public-map-showcase {
    margin-top: 1.5rem;
    display: grid;
    gap: 1rem;
}

.public-map-intro h2,
.public-map-panel h3 {
    margin-top: 0;
}

.public-map-panel {
    background:
        linear-gradient(180deg, rgba(17, 38, 56, 0.96), rgba(11, 29, 43, 0.94)),
        radial-gradient(circle at 12% 10%, rgba(62, 210, 200, 0.2), transparent 35%);
    border: 1px solid rgba(164, 189, 215, 0.22);
    border-radius: 20px;
    padding: 1.1rem;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
}

.public-map-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.public-map-toolbar h3 {
    margin-bottom: 0;
}

.public-map-layout {
    display: grid;
    gap: 1rem;
}

.public-map-main {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(18rem, 0.78fr);
    gap: 1rem;
    align-items: stretch;
}

.public-map-stage {
    min-width: 0;
}

.public-map-surface {
    position: relative;
    min-height: 38rem;
    overflow: hidden;
    border-radius: 18px;
    cursor: grab;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background:
        radial-gradient(circle at 30% 18%, rgba(255, 183, 3, 0.12), transparent 32%),
        linear-gradient(180deg, rgba(13, 37, 54, 0.98), rgba(7, 20, 31, 0.96));
    border: 1px solid rgba(164, 189, 215, 0.18);
}

.public-map-surface-trackable {
    min-height: min(76vh, 52rem);
}

.public-map-surface.is-dragging {
    cursor: grabbing;
}

.public-map-surface::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(7, 20, 31, 0.15), rgba(7, 20, 31, 0.15)),
        repeating-linear-gradient(90deg, rgba(236, 244, 255, 0.05) 0, rgba(236, 244, 255, 0.05) 1px, transparent 1px, transparent 72px),
        repeating-linear-gradient(0deg, rgba(236, 244, 255, 0.04) 0, rgba(236, 244, 255, 0.04) 1px, transparent 1px, transparent 72px);
    pointer-events: none;
    z-index: 2;
}

.public-map-tiles,
.public-map-overlay {
    position: absolute;
    inset: 0;
}

.public-map-google {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.public-map-tiles {
    z-index: 0;
}

.public-map-tile {
    position: absolute;
    width: 256px;
    height: 256px;
    object-fit: cover;
    filter: saturate(0.95) contrast(1.04);
}

.public-map-radius {
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(62, 210, 200, 0.55);
    background: radial-gradient(circle, rgba(62, 210, 200, 0.12), rgba(62, 210, 200, 0.03) 70%, transparent 72%);
    box-shadow: 0 0 0 1px rgba(62, 210, 200, 0.08) inset;
    z-index: 1;
    pointer-events: none;
}

.public-map-overlay {
    z-index: 3;
}

.public-map-marker,
.public-map-center-marker {
    position: absolute;
    transform: translate(-50%, -50%);
}

.public-map-marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(240, 178, 62, 0.98), rgba(214, 145, 36, 0.96));
    color: #102535;
    font-weight: 800;
    cursor: pointer;
    box-shadow:
        0 0 0 3px rgba(16, 37, 53, 0.32),
        0 10px 18px rgba(0, 0, 0, 0.32);
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.public-map-marker:hover,
.public-map-marker:focus {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow:
        0 0 0 3px rgba(16, 37, 53, 0.4),
        0 14px 22px rgba(0, 0, 0, 0.38);
}

.public-map-marker.is-active {
    background: linear-gradient(180deg, rgba(110, 167, 245, 0.98), rgba(79, 133, 218, 0.96));
    color: #081b28;
    transform: translate(-50%, -50%) scale(1.12);
}

.public-map-pin-popup {
    position: absolute;
    width: min(22rem, calc(100% - 1.5rem));
    z-index: 6;
    pointer-events: auto;
}

.public-map-pin-popup::after {
    content: "";
    position: absolute;
    left: var(--popup-anchor-x, 50%);
    transform: translateX(-50%);
    border-left: 0.65rem solid transparent;
    border-right: 0.65rem solid transparent;
}

.public-map-pin-popup[data-anchor="top"]::after {
    top: 100%;
    border-top: 0.8rem solid rgba(7, 20, 31, 0.96);
}

.public-map-pin-popup[data-anchor="bottom"]::after {
    bottom: 100%;
    border-bottom: 0.8rem solid rgba(7, 20, 31, 0.96);
}

.public-map-pin-popup-card {
    display: grid;
    gap: 0.55rem;
    padding: 0.95rem 1rem;
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(14, 34, 50, 0.98), rgba(7, 20, 31, 0.96)),
        radial-gradient(circle at 20% 12%, rgba(255, 183, 3, 0.16), transparent 35%);
    border: 1px solid rgba(164, 189, 215, 0.2);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3);
}

.public-map-pin-popup-title {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.public-map-pin-popup-title:hover,
.public-map-pin-popup-title:focus {
    color: var(--brand-gold);
}

.public-map-pin-popup-body,
.public-map-pin-popup-meta,
.public-map-pin-popup-action {
    margin: 0;
}

.public-map-pin-popup-body {
    color: var(--ink);
}

.public-map-pin-popup-meta {
    color: var(--muted);
    font-size: 0.86rem;
}

.public-map-pin-popup-action a {
    color: var(--brand-gold);
    font-weight: 600;
}

.public-map-center-marker::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    background: #ffffff;
    border: 3px solid #ffb703;
    box-shadow:
        0 0 0 7px rgba(255, 183, 3, 0.14),
        0 0 30px rgba(255, 183, 3, 0.32);
}

.public-map-center-marker span {
    position: absolute;
    left: 1rem;
    top: -0.25rem;
    white-space: nowrap;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: rgba(7, 20, 31, 0.84);
    color: var(--ink);
    font-size: 0.78rem;
    letter-spacing: 0.03em;
}

.public-map-status,
.public-map-center-tag {
    position: absolute;
    left: 1rem;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(7, 20, 31, 0.76);
    color: var(--ink);
    backdrop-filter: blur(8px);
    z-index: 4;
}

.public-map-center-tag {
    top: 1rem;
    border: 1px solid rgba(240, 178, 62, 0.38);
    color: var(--brand-gold);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.public-map-status {
    bottom: 1rem;
    max-width: calc(100% - 2rem);
    border: 1px solid rgba(62, 210, 200, 0.32);
    font-size: 0.92rem;
}

.public-map-zoom {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 5;
    display: grid;
    gap: 0.45rem;
    justify-items: stretch;
}

.public-map-zoom-button,
.public-map-zoom-value {
    min-width: 2.65rem;
    min-height: 2.65rem;
    border-radius: 14px;
    border: 1px solid rgba(240, 178, 62, 0.22);
    background:
        linear-gradient(180deg, rgba(14, 34, 50, 0.96), rgba(7, 20, 31, 0.88)),
        radial-gradient(circle at 50% 18%, rgba(110, 167, 245, 0.14), transparent 55%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.public-map-zoom-button {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.public-map-zoom-button:hover,
.public-map-zoom-button:focus {
    transform: translateY(-1px);
    border-color: rgba(240, 178, 62, 0.58);
    background:
        linear-gradient(180deg, rgba(16, 41, 60, 0.98), rgba(9, 25, 38, 0.94)),
        radial-gradient(circle at 50% 18%, rgba(110, 167, 245, 0.18), transparent 55%);
}

.public-map-zoom-button:disabled {
    cursor: default;
    opacity: 0.45;
    transform: none;
}

.public-map-zoom-value {
    display: grid;
    place-items: center;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--brand-gold);
}

.public-map-attribution {
    margin: 0.7rem 0 0;
    color: var(--muted);
    font-size: 0.86rem;
}

.public-note-browser {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.public-note-focus,
.public-note-strip,
.public-note-card,
.public-note-item,
.public-note-list-empty {
    background: rgba(9, 26, 40, 0.58);
    border: 1px solid rgba(164, 189, 215, 0.18);
    border-radius: 16px;
}

.public-note-focus {
    padding: 1rem;
}

.public-note-focus-side {
    align-self: start;
    max-height: min(46rem, calc(100vh - 5.5rem));
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(62, 210, 200, 0.6) rgba(7, 20, 31, 0.38);
}

.public-note-focus-side::-webkit-scrollbar {
    width: 0.65rem;
}

.public-note-focus-side::-webkit-scrollbar-track {
    background: rgba(7, 20, 31, 0.34);
    border-radius: 999px;
}

.public-note-focus-side::-webkit-scrollbar-thumb {
    background: rgba(62, 210, 200, 0.58);
    border-radius: 999px;
}

.public-note-focus h3 {
    margin: 0.2rem 0 0.5rem;
}

.public-note-focus h3,
.public-note-focus p {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.public-note-focus-label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--warning);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.public-note-focus-label::before {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    flex: none;
    background: url("../images/branding/brand-kicker-glyph.png") center/contain no-repeat;
}

.public-note-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    margin: 1rem 0 0;
}

.public-note-meta div {
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    background: rgba(6, 19, 30, 0.55);
}

.public-note-meta dt {
    color: var(--warning);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.public-note-meta dd {
    margin: 0.4rem 0 0;
    color: var(--ink);
    font-weight: 600;
}

.public-note-strip {
    padding: 0.95rem;
    overflow: hidden;
}

.public-note-strip-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: baseline;
    margin-bottom: 0.85rem;
    color: var(--muted);
    flex-wrap: wrap;
}

.public-note-strip-header span {
    font-size: 0.9rem;
}

.public-note-list {
    list-style: none;
    padding: 0 0 0.35rem;
    margin: 0;
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    align-items: stretch;
    scrollbar-width: thin;
    scrollbar-color: rgba(62, 210, 200, 0.6) rgba(7, 20, 31, 0.38);
}

.public-note-list li {
    flex: 0 0 clamp(18rem, 26vw, 22rem);
    width: clamp(18rem, 26vw, 22rem);
    min-width: 18rem;
    scroll-snap-align: start;
}

.public-note-list::-webkit-scrollbar {
    height: 0.65rem;
}

.public-note-list::-webkit-scrollbar-track {
    background: rgba(7, 20, 31, 0.34);
    border-radius: 999px;
}

.public-note-list::-webkit-scrollbar-thumb {
    background: rgba(62, 210, 200, 0.58);
    border-radius: 999px;
}

.public-note-card {
    width: 100%;
    min-height: 100%;
    padding: 0.85rem 0.95rem;
    display: grid;
    gap: 0.75rem;
    color: var(--ink);
    transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.public-note-card:hover,
.public-note-card:focus-within {
    transform: translateY(-1px);
    border-color: rgba(62, 210, 200, 0.4);
    background: rgba(11, 33, 50, 0.74);
}

.public-note-card.is-active {
    border-color: rgba(255, 183, 3, 0.42);
    background: rgba(29, 51, 72, 0.88);
}

.public-note-item {
    width: 100%;
    min-height: 100%;
    padding: 0.85rem 0.95rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    color: var(--ink);
    text-align: left;
    cursor: pointer;
    transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.public-note-item:hover,
.public-note-item:focus {
    transform: translateY(-1px);
    border-color: rgba(62, 210, 200, 0.4);
    background: rgba(11, 33, 50, 0.74);
}

.public-note-item.is-active {
    border-color: rgba(255, 183, 3, 0.42);
    background: rgba(29, 51, 72, 0.88);
}

.public-note-select {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.8rem;
    cursor: pointer;
}

.public-note-select:focus-visible {
    outline: 2px solid rgba(62, 210, 200, 0.52);
    outline-offset: 4px;
    border-radius: 12px;
}

.public-note-rank {
    width: 2.3rem;
    height: 2.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 183, 3, 0.18);
    color: var(--warning);
    font-weight: 700;
}

.public-note-copy {
    display: grid;
    gap: 0.25rem;
    align-content: start;
    min-width: 0;
}

.public-note-copy strong {
    color: #ffffff;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.public-note-copy span,
.public-note-copy small,
.public-note-list-empty {
    color: var(--muted);
}

.public-note-copy span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.public-note-copy small {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.public-note-actions {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.public-note-actions-detail {
    margin-top: 0.85rem;
}

.public-note-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 12px;
    border: 1px solid rgba(62, 210, 200, 0.28);
    background: rgba(6, 24, 36, 0.6);
    color: var(--accent);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.public-note-action-edit {
    border-color: rgba(240, 178, 62, 0.28);
    color: var(--warning);
}

.public-note-action:hover,
.public-note-action:focus {
    transform: translateY(-1px);
    background: rgba(11, 33, 50, 0.82);
    text-decoration: none;
}

.public-note-action:focus-visible {
    outline: 2px solid rgba(62, 210, 200, 0.52);
    outline-offset: 2px;
}

.public-note-action svg,
.notes-tree-note-action svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.public-note-list-empty {
    padding: 1rem;
    min-width: min(100%, 22rem);
}

.public-map-surface.is-google .public-map-tiles,
.public-map-surface.is-google .public-map-radius,
.public-map-surface.is-google .public-map-overlay {
    display: none;
}

.public-map-surface.is-google {
    cursor: auto;
}

.public-map-surface.is-google .public-map-zoom {
    display: none;
}

.public-map-marker.is-draft {
    background: #ff5d73;
    color: #ffffff;
    cursor: default;
}

.public-map-marker.is-draft:hover,
.public-map-marker.is-draft:focus {
    transform: translate(-50%, -50%);
    box-shadow:
        0 0 0 3px rgba(16, 37, 53, 0.32),
        0 10px 18px rgba(0, 0, 0, 0.32);
}

.notes-workspace {
    display: grid;
    gap: 1rem;
}

.note-editor {
    display: grid;
    gap: 1rem;
}

.note-editor-header {
    align-items: start;
}

.note-editor-header-actions,
.note-editor-mode-bar,
.note-editor-form-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.note-editor-toolbar,
.note-editor-feedback-stack {
    display: grid;
    gap: 0.75rem;
}

.note-editor-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(20rem, 0.86fr);
    gap: 1rem;
    align-items: start;
}

.note-editor-shell.is-map-hidden {
    grid-template-columns: minmax(0, 1fr);
}

.note-editor-shell.is-text-focus {
    grid-template-columns: minmax(0, 1.68fr) minmax(18rem, 0.62fr);
}

.note-editor-shell.is-split {
    grid-template-columns: minmax(0, 1.42fr) minmax(20rem, 0.86fr);
}

.note-editor-shell.is-map-focus {
    grid-template-columns: minmax(18rem, 0.62fr) minmax(0, 1.52fr);
}

.note-editor-form-panel,
.note-editor-map-panel {
    min-width: 0;
}

.note-editor-form-panel {
    padding: 1.1rem;
}

.note-editor-map-panel {
    display: grid;
    gap: 1rem;
}

.note-editor-form {
    display: grid;
    gap: 1rem;
}

.note-editor-primary-fields {
    display: grid;
    gap: 1rem;
}

.note-editor-body {
    min-height: clamp(18rem, 42vh, 30rem);
    resize: vertical;
}

.note-editor-shell.is-map-hidden .note-editor-body {
    min-height: clamp(30rem, 72vh, 52rem);
}

.note-editor-shell.is-text-focus .note-editor-body {
    min-height: clamp(24rem, 60vh, 42rem);
}

.note-editor-shell.is-split .note-editor-body {
    min-height: clamp(20rem, 48vh, 34rem);
}

.note-editor-shell.is-map-focus .note-editor-body {
    min-height: clamp(12rem, 26vh, 18rem);
}

.note-editor-location-card {
    display: grid;
    gap: 0.85rem;
}

.note-editor-map-details {
    margin: 0;
}

.note-editor-map-launcher[hidden] {
    display: none !important;
}

.note-editor-location-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.note-editor-location-meta > div {
    padding: 0.85rem 0.95rem;
    border-radius: 12px;
    background: rgba(6, 19, 30, 0.5);
    display: grid;
    gap: 0.35rem;
}

.note-editor-meta-label {
    color: var(--warning);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.note-editor-delete-form {
    margin-top: 1rem;
}

.note-editor-map-panel[hidden] {
    display: none !important;
}

.note-editor-map-stage .public-map-surface {
    min-height: clamp(28rem, 62vh, 48rem);
    cursor: grab;
}

.note-editor-map-stage .public-map-surface.is-location-picking:not(.is-google) {
    cursor: crosshair;
}

.note-editor-map-stage .public-map-surface.is-google {
    cursor: auto;
}

.note-editor-map-stage .public-map-radius {
    display: none;
}

.note-editor-map-edit-actions {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
    max-width: calc(100% - 2rem);
    padding: 0.45rem 0.5rem;
    border-radius: 14px;
    border: 1px solid rgba(240, 178, 62, 0.28);
    background:
        linear-gradient(180deg, rgba(14, 34, 50, 0.96), rgba(7, 20, 31, 0.92)),
        radial-gradient(circle at 20% 18%, rgba(110, 167, 245, 0.14), transparent 58%);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
}

.note-editor-map-edit-actions[hidden] {
    display: none !important;
}

.note-editor-map-edit-actions .btn {
    white-space: nowrap;
}

.note-editor-mode-bar .notes-side-button:disabled {
    opacity: 0.55;
    cursor: default;
}

.notes-workspace-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    flex-wrap: wrap;
}

.notes-workspace-header h1,
.notes-map-shell h2,
.notes-tree-panel h2,
.notes-side-panel h2 {
    margin-top: 0;
}

.notes-workspace-body {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(18rem, 0.82fr);
    gap: 1rem;
    align-items: start;
}

.notes-workspace-body > * {
    min-width: 0;
}

.page-shell-product .notes-workspace-body {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 28rem);
}

.notes-workspace-main {
    min-width: 0;
    display: grid;
    gap: 1rem;
}

.notes-view-toggle,
.notes-side-actions {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.notes-workspace-nav {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.page-shell-product .notes-workspace-header {
    align-items: start;
}

.page-shell-product .notes-workspace-header > :first-child {
    flex: 1 1 52rem;
    min-width: 0;
}

.page-shell-product .notes-workspace-header > :last-child {
    flex: 0 0 auto;
}

.notes-workspace-nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 2.65rem;
    padding: 0.6rem 1rem;
    border: 1px solid rgba(164, 189, 215, 0.3);
    border-radius: 999px;
    background: rgba(9, 26, 40, 0.5);
    color: var(--ink);
    font-weight: 600;
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.notes-workspace-nav-link:hover,
.notes-workspace-nav-link:focus {
    border-color: rgba(62, 210, 200, 0.55);
    background: rgba(20, 48, 69, 0.9);
    color: #ffffff;
}

.notes-workspace-nav-link.is-active {
    border-color: rgba(255, 183, 3, 0.42);
    background: rgba(29, 51, 72, 0.95);
    color: #ffffff;
}

.notes-view-button,
.notes-side-button {
    border: 1px solid rgba(164, 189, 215, 0.3);
    border-radius: 999px;
    background: rgba(9, 26, 40, 0.5);
    color: var(--ink);
    padding: 0.55rem 1rem;
    font-weight: 600;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.notes-view-button:hover,
.notes-view-button:focus,
.notes-side-button:hover,
.notes-side-button:focus {
    border-color: rgba(62, 210, 200, 0.55);
    background: rgba(20, 48, 69, 0.9);
}

.notes-view-button.is-active,
.notes-side-button.is-active {
    border-color: rgba(255, 183, 3, 0.42);
    background: rgba(29, 51, 72, 0.95);
    color: #ffffff;
}

.notes-map-panel,
.notes-map-shell,
.notes-map-stage,
.notes-tree-panel,
.notes-side-panel {
    min-width: 0;
}

.notes-map-shell,
.notes-tree-panel {
    min-height: 100%;
}

.notes-map-shell {
    overflow: hidden;
    isolation: isolate;
}

.notes-map-stage .public-map-surface {
    min-height: 38rem;
    cursor: crosshair;
}

.page-shell-product .notes-map-stage .public-map-surface {
    min-height: clamp(38rem, 70vh, 54rem);
}

.page-shell-product .note-editor-shell.is-text-focus {
    grid-template-columns: minmax(0, 1.88fr) minmax(18rem, 0.58fr);
}

.page-shell-product .note-editor-shell.is-split {
    grid-template-columns: minmax(0, 1.56fr) minmax(20rem, 0.8fr);
}

.page-shell-product .note-editor-shell.is-map-focus {
    grid-template-columns: minmax(18rem, 0.58fr) minmax(0, 1.72fr);
}

.notes-map-surface.is-google {
    cursor: crosshair;
}

.notes-toolbar-hint {
    color: var(--muted);
    font-size: 0.95rem;
}

.notes-toolbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.notes-back-link {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.92rem;
}

.notes-side-panel {
    position: sticky;
    top: 1rem;
    z-index: 2;
}

.notes-permission-hint {
    color: var(--warning);
}

.notes-confirm-layer {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 1.25rem;
}

.notes-confirm-layer[hidden] {
    display: none;
}

.notes-confirm-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(5, 14, 22, 0.78);
    backdrop-filter: blur(2px);
}

.notes-confirm-dialog {
    position: relative;
    width: min(100%, 32rem);
    padding: 1.2rem;
    border: 1px solid rgba(164, 189, 215, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(12, 33, 51, 0.98), rgba(8, 23, 36, 0.98));
    box-shadow: 0 1.35rem 3rem rgba(0, 0, 0, 0.32);
}

.notes-confirm-dialog h3 {
    margin: 0 0 0.55rem;
}

.notes-confirm-dialog .notes-form-hint {
    margin-bottom: 0;
}

.notes-confirm-actions {
    justify-content: flex-end;
    margin-top: 1rem;
}

body.notes-confirm-open {
    overflow: hidden;
}

.page-shell-product .notes-side-panel {
    align-self: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
}

.page-shell-product .notes-side-panel.public-note-focus-side {
    max-height: none;
    overflow: hidden;
}

.page-shell-product .notes-side-panel > section {
    min-height: 0;
}

.page-shell-product .notes-side-panel > section:not([hidden]) {
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 0.35rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(62, 210, 200, 0.58) rgba(7, 20, 31, 0.28);
}

.page-shell-product .notes-side-panel > section:not([hidden])::-webkit-scrollbar {
    width: 0.6rem;
}

.page-shell-product .notes-side-panel > section:not([hidden])::-webkit-scrollbar-track {
    background: rgba(7, 20, 31, 0.28);
    border-radius: 999px;
}

.page-shell-product .notes-side-panel > section:not([hidden])::-webkit-scrollbar-thumb {
    background: rgba(62, 210, 200, 0.58);
    border-radius: 999px;
}

.notes-selected-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.notes-tree-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: baseline;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.notes-tree-surface {
    display: grid;
    gap: 0.9rem;
}

.notes-tree-list,
.notes-tree-note-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.85rem;
}

.notes-tree-node {
    padding: 0.95rem;
    border: 1px solid rgba(164, 189, 215, 0.18);
    border-radius: 16px;
    background: rgba(9, 26, 40, 0.4);
}

.notes-tree-node .notes-tree-list {
    margin-top: 0.85rem;
    padding-left: 0.85rem;
    border-left: 1px solid rgba(164, 189, 215, 0.15);
}

.notes-tree-node-heading {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: baseline;
}

.notes-tree-node-heading strong {
    color: #ffffff;
}

.notes-tree-node-heading span {
    color: var(--warning);
    font-size: 0.82rem;
    font-weight: 700;
}

.notes-tree-category-button {
    width: 100%;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(164, 189, 215, 0.2);
    border-radius: 14px;
    background: rgba(12, 32, 48, 0.72);
    color: var(--ink);
    text-align: left;
    transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.notes-tree-category-button:hover,
.notes-tree-category-button:focus {
    transform: translateY(-1px);
    border-color: rgba(62, 210, 200, 0.4);
    background: rgba(11, 33, 50, 0.74);
}

.notes-tree-category-button.is-active {
    border-color: rgba(255, 183, 3, 0.42);
    background: rgba(29, 51, 72, 0.88);
}

.notes-tree-category-copy {
    display: grid;
    gap: 0.2rem;
}

.notes-tree-category-copy strong {
    color: #ffffff;
}

.notes-tree-category-copy small {
    color: var(--muted);
    font-size: 0.84rem;
}

.notes-tree-note-button {
    width: 100%;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(164, 189, 215, 0.2);
    border-radius: 14px;
    background: rgba(12, 32, 48, 0.72);
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.notes-tree-note-title {
    color: #ffffff;
    flex: 1 1 auto;
    min-width: 0;
}

.notes-tree-note-actions {
    display: flex;
    gap: 0.5rem;
    flex: 0 0 auto;
}

.notes-tree-note-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 10px;
    border: 1px solid rgba(62, 210, 200, 0.28);
    background: rgba(6, 24, 36, 0.55);
    color: var(--accent);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.notes-tree-note-action-edit {
    border-color: rgba(240, 178, 62, 0.28);
    color: var(--warning);
}

.notes-tree-note-button:hover,
.notes-tree-note-button:focus-within {
    transform: translateY(-1px);
    border-color: rgba(62, 210, 200, 0.4);
    background: rgba(11, 33, 50, 0.74);
}

.notes-tree-note-action:hover,
.notes-tree-note-action:focus {
    transform: translateY(-1px);
    background: rgba(11, 33, 50, 0.82);
    text-decoration: none;
}

.notes-tree-note-action:focus-visible {
    outline: 2px solid rgba(62, 210, 200, 0.52);
    outline-offset: 2px;
}

.notes-tree-note-button.is-active {
    border-color: rgba(255, 183, 3, 0.42);
    background: rgba(29, 51, 72, 0.88);
}

.notes-tree-empty {
    margin: 0;
    color: var(--muted);
}

.notes-form-feedback {
    margin-bottom: 0.85rem;
    padding: 0.8rem 0.95rem;
    border-radius: 12px;
    border: 1px solid transparent;
}

.notes-form-feedback.is-error {
    border-color: rgba(255, 93, 115, 0.42);
    background: rgba(83, 18, 31, 0.45);
    color: #ffd6dc;
}

.notes-form-feedback.is-success {
    border-color: rgba(62, 210, 200, 0.38);
    background: rgba(11, 63, 57, 0.4);
    color: #d5fffb;
}

.notes-inline-feedback {
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.notes-form-hint {
    color: var(--muted);
}

.notes-help {
    margin: 0.85rem 0;
    border: 1px solid rgba(164, 189, 215, 0.18);
    border-radius: 14px;
    background: rgba(9, 26, 40, 0.36);
    overflow: hidden;
}

.notes-help summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.75rem 0.95rem;
    cursor: pointer;
    list-style: none;
    color: var(--ink);
    font-weight: 600;
}

.notes-help summary::-webkit-details-marker {
    display: none;
}

.notes-help summary::after {
    content: "+";
    flex: none;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(62, 210, 200, 0.12);
    color: var(--accent);
    font-size: 1rem;
    font-weight: 700;
}

.notes-help[open] summary::after {
    content: "-";
}

.notes-help-body {
    display: grid;
    gap: 0.65rem;
    padding: 0 0.95rem 0.95rem;
}

.notes-help-body p,
.notes-help-body li {
    margin: 0;
    color: var(--muted);
}

.notes-help-body .stack-actions {
    margin-top: 0.15rem;
}

.notes-help-compact {
    margin-top: 0.65rem;
}

.notes-help-compact summary {
    padding: 0.65rem 0.85rem;
    font-size: 0.95rem;
}

.notes-validation-error,
.field-validation-error {
    display: block;
    margin-top: 0.35rem;
    color: #ffb8c2;
    font-weight: 600;
}

.validation-summary-errors {
    margin-bottom: 1rem;
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(255, 93, 115, 0.7);
    border-left: 4px solid #ff5d73;
    border-radius: 12px;
    background: rgba(84, 18, 31, 0.34);
    color: #ffd7dd;
}

.validation-summary-errors ul {
    margin: 0.45rem 0 0;
    padding-left: 1.1rem;
}

.validation-summary-errors li {
    color: inherit;
}

.form-control.input-validation-error,
.form-select.input-validation-error,
.notes-form-textarea.input-validation-error,
.input-validation-error {
    border-color: #ff5d73;
    box-shadow: 0 0 0 0.22rem rgba(255, 93, 115, 0.2);
}

.form-control.input-validation-error:focus,
.form-select.input-validation-error:focus,
.notes-form-textarea.input-validation-error:focus,
.input-validation-error:focus {
    border-color: #ff7f91;
    box-shadow: 0 0 0 0.26rem rgba(255, 93, 115, 0.28);
}

.form-check-input.input-validation-error {
    border-color: #ff5d73;
    box-shadow: 0 0 0 0.2rem rgba(255, 93, 115, 0.18);
}

.btn.input-validation-error,
.btn.input-validation-error:focus,
.btn.input-validation-error:hover {
    border-color: #ff5d73;
    box-shadow: 0 0 0 0.22rem rgba(255, 93, 115, 0.2);
}

.notes-problem-surface {
    border-color: rgba(255, 93, 115, 0.7);
    box-shadow: 0 0 0 0.22rem rgba(255, 93, 115, 0.12);
}

.notes-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.page-shell-product .notes-form-grid {
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}

.notes-cascade-picker {
    display: grid;
    gap: 0.55rem;
}

.notes-cascade-select {
    min-width: 0;
}

.notes-cascade-action {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: start;
}

.notes-form-textarea {
    min-height: 8rem;
    resize: vertical;
}

.notes-inline-form {
    display: grid;
    gap: 0.85rem;
}

.notes-inline-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
}

.stack-actions > .notes-inline-feedback {
    flex: 1 0 100%;
}

.notes-create-location {
    margin: 1rem 0;
    padding: 0.85rem 0.95rem;
    border-radius: 12px;
    background: rgba(6, 19, 30, 0.55);
}

.notes-create-location strong {
    display: block;
    margin-top: 0.35rem;
    color: var(--ink);
}

.notes-management-card,
.team-workspace-card {
    margin: 1rem 0;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(164, 189, 215, 0.18);
    border-radius: 14px;
    background: rgba(9, 26, 40, 0.36);
}

.notes-workspace-guide {
    max-width: 42rem;
}

.page-shell-product .notes-workspace-guide {
    max-width: 100%;
}

.team-membership-heading {
    margin-top: 1rem;
}

.team-management-grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
}

.page-shell-product .team-management-grid {
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
}

.team-management-grid > .notes-management-card,
.team-management-grid > form.notes-management-card {
    margin: 0;
}

.team-management-card {
    display: grid;
    gap: 0.85rem;
    min-width: 0;
}

.team-management-card-membership,
.team-management-card-settings {
    grid-column: 1 / -1;
}

.team-management-inline-form {
    display: grid;
    gap: 0.85rem;
}

.team-management-action-row {
    align-items: end;
}

.team-management-action-row .form-control,
.team-management-action-row .form-select {
    min-width: 0;
}

.team-management-action-row .btn {
    white-space: nowrap;
}

.team-membership-list {
    display: grid;
    gap: 0.75rem;
}

.team-membership-row {
    display: flex;
    justify-content: space-between;
    gap: 0.85rem;
    align-items: start;
    padding: 0.75rem 0;
    border-top: 1px solid rgba(164, 189, 215, 0.16);
}

.team-membership-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.team-membership-actions {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
    justify-content: end;
}

.invite-link-mode-select {
    min-width: 0;
}

.team-invite-link-list {
    display: grid;
    gap: 0.8rem;
    margin-top: 0.85rem;
}

.team-invite-link-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem 1rem;
    align-items: start;
    padding: 0.8rem 0;
    border-top: 1px solid rgba(164, 189, 215, 0.16);
}

.team-invite-link-content {
    min-width: 0;
    display: grid;
    gap: 0.35rem;
}

.team-invite-link-url a {
    overflow-wrap: anywhere;
}

.team-invite-link-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.team-invite-link-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: end;
    align-self: start;
}

.team-invite-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.team-invite-action-card {
    margin-top: 1rem;
}

.team-invite-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin-top: 1rem;
}

.team-management-section {
    margin-top: 1rem;
}

.team-settings-grid {
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.team-settings-field-wide {
    grid-column: 1 / -1;
}

.feature-grid {
    margin-top: 1.5rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.page-shell-product .feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}

.feature-grid article,
.content,
.auth-card {
    background: rgba(23, 51, 77, 0.8);
    border: 1px solid rgba(164, 189, 215, 0.22);
    border-radius: 14px;
    padding: 1.2rem;
}

.feature-grid p,
.content p,
.content li {
    color: var(--muted);
}

.auth-card .form-control {
    background: #e9f2fb;
}

.provider-buttons {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.security-shell {
    display: grid;
    gap: 1.25rem;
}

.security-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    flex-wrap: wrap;
}

.security-header h1 {
    margin: 0.2rem 0 0.5rem;
}

.security-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(15rem, 1fr) minmax(15rem, 1fr);
    gap: 1rem;
}

.security-overview-card,
.security-blocked-card,
.security-section {
    border: 1px solid rgba(164, 189, 215, 0.18);
    border-radius: 16px;
    background: rgba(9, 26, 40, 0.36);
}

.security-overview-card {
    padding: 1rem 1.05rem;
    min-width: 0;
}

.security-overview-card-email {
    min-width: 0;
}

.security-overview-value {
    margin: 0.25rem 0 0.4rem;
    font-size: clamp(1.8rem, 2.2vw, 2.6rem);
    font-weight: 700;
    line-height: 1.05;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

.security-overview-value-email {
    font-size: clamp(1.35rem, 1.7vw, 2.15rem);
    line-height: 1.1;
}

.security-overview-card p {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.security-shell .alert {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.security-section {
    padding: 1.15rem 1.2rem;
}

.security-section-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.security-section-header h2 {
    margin: 0.25rem 0 0.45rem;
}

:is(.hero, .api-docs-hero, .public-map-intro, .public-map-panel, .public-note-focus, .public-note-strip, .feature-grid article, .content, .auth-card, .notes-management-card, .team-workspace-card, .security-overview-card, .security-blocked-card, .security-section, .beta-download-card) {
    position: relative;
}

:is(.hero, .api-docs-hero, .public-map-intro, .public-map-panel, .public-note-focus, .public-note-strip, .feature-grid article, .content, .auth-card, .notes-management-card, .team-workspace-card, .security-overview-card, .security-blocked-card, .security-section, .beta-download-card)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.15rem;
    right: 1.15rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent 0%, rgba(240, 178, 62, 0.88) 22%, rgba(110, 167, 245, 0.72) 68%, transparent 100%);
    opacity: 0.8;
    pointer-events: none;
}

.security-form {
    gap: 1rem;
}

.security-form-grid {
    display: grid;
    gap: 0.95rem;
}

.security-form-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.security-form-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.security-inline-hint {
    margin: 0;
}

.security-provider-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.85fr);
    gap: 1rem;
}

.security-provider-list {
    display: grid;
    gap: 0.85rem;
}

.security-provider-item {
    border: 1px solid rgba(164, 189, 215, 0.18);
    border-radius: 14px;
    background: rgba(7, 20, 31, 0.28);
    overflow: hidden;
}

.security-provider-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    cursor: pointer;
    list-style: none;
}

.security-provider-item summary::-webkit-details-marker {
    display: none;
}

.security-provider-item summary strong {
    display: block;
    color: var(--ink);
}

.security-provider-item summary small {
    display: block;
    margin-top: 0.2rem;
    color: var(--muted);
}

.security-provider-action {
    color: var(--warning);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.security-provider-form {
    padding: 0 1rem 1rem;
}

.security-provider-buttons {
    align-items: start;
}

.security-blocked-card {
    padding: 1rem 1.05rem;
}

.security-blocked-card h3 {
    margin-top: 0;
}

.auth-option-block {
    margin-bottom: 1.1rem;
}

.auth-local-intro {
    margin: 0 0 0.9rem;
}

.link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(164, 189, 215, 0.2);
}

.beta-kicker {
    margin: 0 0 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--warning);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
}

.beta-kicker::before {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    flex: none;
    background: url("../images/branding/brand-kicker-glyph.png") center/contain no-repeat;
}

.beta-download-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 1rem 0 1.5rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(62, 210, 200, 0.35);
    border-radius: 14px;
    background: rgba(9, 42, 54, 0.45);
}

.beta-download-card h2 {
    margin-top: 0;
}

.beta-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.85rem;
    margin: 1rem 0 1.5rem;
}

.beta-meta div {
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(164, 189, 215, 0.22);
    border-radius: 12px;
    background: rgba(9, 26, 40, 0.28);
}

.beta-meta dt {
    color: var(--warning);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.beta-meta dd {
    margin: 0.4rem 0 0;
    color: var(--ink);
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.85rem;
    margin: 1rem 0 1.5rem;
}

.metric-grid.compact {
    margin-bottom: 1rem;
}

.metric-grid div,
.data-export-card {
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(164, 189, 215, 0.22);
    border-radius: 12px;
    background: rgba(9, 26, 40, 0.28);
}

.metric-grid dt {
    color: var(--warning);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.metric-grid dd {
    margin: 0.4rem 0 0;
    color: var(--ink);
    font-size: 1.35rem;
    font-weight: 700;
}

.data-export-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.data-export-card h2 {
    margin-top: 0;
}

.stack-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.api-docs-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 82% 18%, rgba(110, 167, 245, 0.18), transparent 24%),
        linear-gradient(120deg, rgba(23, 51, 77, 0.95), rgba(18, 92, 104, 0.92));
    border: 1px solid rgba(164, 189, 215, 0.25);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

.api-docs-hero > * {
    position: relative;
    z-index: 1;
}

.api-docs-layout {
    display: grid;
    grid-template-columns: minmax(15rem, 18rem) minmax(0, 1fr);
    gap: 1rem;
    margin-top: 1rem;
    align-items: start;
}

.api-docs-toc {
    position: sticky;
    top: 1rem;
    align-self: start;
}

.api-docs-toc h2,
.api-doc-section h2,
.api-doc-card h3 {
    margin-top: 0;
}

.api-docs-toc ol {
    margin: 0;
    padding-left: 1.2rem;
    display: grid;
    gap: 0.45rem;
}

.api-docs-sections {
    display: grid;
    gap: 1rem;
}

.api-doc-section {
    display: grid;
    gap: 1rem;
}

.api-doc-grid,
.api-doc-example-grid {
    display: grid;
    gap: 0.9rem;
}

.api-doc-grid {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.api-doc-example-grid {
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.page-shell-wide .api-docs-layout {
    grid-template-columns: minmax(17rem, 20rem) minmax(0, 1fr);
    gap: clamp(1rem, 1.4vw, 1.6rem);
}

.page-shell-wide .api-doc-grid {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

.page-shell-wide .api-doc-example-grid {
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
}

.api-doc-card {
    border: 1px solid rgba(164, 189, 215, 0.18);
    border-radius: 14px;
    background: rgba(7, 20, 31, 0.28);
    padding: 1rem;
    min-width: 0;
}

.api-doc-endpoint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    flex-wrap: wrap;
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(164, 189, 215, 0.18);
    border-radius: 14px;
    background: rgba(6, 19, 30, 0.5);
}

.api-doc-endpoint code {
    color: #ffffff;
    font-size: 0.95rem;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.api-doc-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: rgba(240, 178, 62, 0.14);
    border: 1px solid rgba(240, 178, 62, 0.32);
    color: var(--warning);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.api-doc-callout {
    margin: 0;
    padding: 0.9rem 1rem;
    border-left: 3px solid rgba(62, 210, 200, 0.7);
    border-radius: 12px;
    background: rgba(8, 28, 40, 0.42);
}

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

.documentation-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 42rem;
}

.documentation-table th,
.documentation-table td {
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid rgba(164, 189, 215, 0.18);
    text-align: left;
    vertical-align: top;
}

.documentation-table thead th {
    color: var(--accent-soft);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.documentation-table tbody th {
    color: var(--ink);
    font-weight: 700;
    min-width: 11rem;
}

.api-doc-section pre {
    margin: 0;
    padding: 1rem;
    overflow-x: auto;
    border: 1px solid rgba(164, 189, 215, 0.18);
    border-radius: 14px;
    background: rgba(6, 19, 30, 0.92);
    color: #eff6ff;
}

.api-doc-section pre code {
    color: inherit;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.preformatted-copy {
    white-space: pre-line;
}

.site-footer {
    border-top: 1px solid rgba(164, 189, 215, 0.2);
    color: var(--muted);
    display: grid;
    gap: 1rem;
    padding: 1rem 1.5rem 2rem;
}

.site-footer-branding {
    display: grid;
    gap: 0.2rem;
}

.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.site-footer-links a {
    color: var(--ink);
    text-decoration: none;
}

.site-footer-links a:hover,
.site-footer-links a:focus {
    color: var(--accent-soft);
    text-decoration: underline;
}

.site-footer-links-concepts {
    padding-top: 0.2rem;
    border-top: 1px solid rgba(164, 189, 215, 0.12);
}

@media (max-width: 960px) {
    .api-docs-layout {
        grid-template-columns: 1fr;
    }

    .api-docs-toc {
        position: static;
    }

    .public-map-main {
        grid-template-columns: 1fr;
    }

    .notes-workspace-body {
        grid-template-columns: 1fr;
    }

    .note-editor-shell,
    .note-editor-shell.is-text-focus,
    .note-editor-shell.is-split,
    .note-editor-shell.is-map-focus {
        grid-template-columns: 1fr;
    }

    .page-shell-product .notes-workspace-body {
        grid-template-columns: 1fr;
    }

    .notes-side-panel {
        position: static;
    }

    .public-map-surface {
        min-height: 28rem;
    }

    .public-note-focus-side {
        max-height: none;
        overflow-y: visible;
    }

    .note-editor-location-meta {
        grid-template-columns: 1fr;
    }

    .page-shell-product .notes-map-stage .public-map-surface {
        min-height: 30rem;
    }

    .security-overview,
    .security-provider-grid,
    .security-form-grid-two,
    .security-form-grid-three {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1180px) {
    .page-shell-product .notes-workspace-header {
        flex-direction: column;
        align-items: stretch;
    }

    .page-shell-product .notes-workspace-body {
        grid-template-columns: 1fr;
    }

    .page-shell-product .note-editor-shell,
    .page-shell-product .note-editor-shell.is-text-focus,
    .page-shell-product .note-editor-shell.is-split,
    .page-shell-product .note-editor-shell.is-map-focus {
        grid-template-columns: 1fr;
    }

    .page-shell-product .notes-side-panel {
        position: static;
        display: block;
        height: auto;
    }

    .page-shell-product .public-note-focus-side {
        max-height: none;
        overflow-y: visible;
    }

    .page-shell-product .notes-side-panel > section:not([hidden]) {
        overflow-y: visible;
        padding-right: 0;
    }

    .page-shell-product .team-management-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .main-nav {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .hero-actions,
    .public-map-toolbar,
    .notes-workspace-header {
        flex-direction: column;
        align-items: stretch;
    }

    .public-map-surface {
        min-height: 24rem;
    }

    .note-editor-map-edit-actions {
        top: 0.75rem;
        right: 0.75rem;
        left: 0.75rem;
        max-width: none;
        justify-content: center;
        padding: 0.45rem;
    }

    .note-editor-map-stage .public-map-surface {
        min-height: 26rem;
    }

    .hero::after {
        right: -1rem;
        bottom: -3rem;
        width: 12rem;
        opacity: 0.1;
    }

    .notes-map-stage .public-map-surface {
        min-height: 24rem;
    }

    .public-note-meta {
        grid-template-columns: 1fr;
    }

    .team-invite-grid {
        grid-template-columns: 1fr;
    }

    .team-management-grid,
    .notes-selected-meta,
    .notes-form-grid,
    .notes-cascade-action,
    .trackable-code-lookup-row {
        grid-template-columns: 1fr;
    }

    .page-shell-product .team-management-grid,
    .page-shell-product .notes-form-grid {
        grid-template-columns: 1fr;
    }

    .notes-inline-row {
        grid-template-columns: 1fr;
    }

    .public-note-list li {
        flex-basis: clamp(16rem, 78vw, 20rem);
        width: clamp(16rem, 78vw, 20rem);
        min-width: 16rem;
    }

    .page-shell {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .page-shell-product .notes-map-stage .public-map-surface {
        min-height: 24rem;
    }
}

.public-language-filter-form,
.public-search-form {
    margin: 1.25rem 0;
}

.search-filter-list {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 0;
}

.checkbox-label.is-disabled {
    opacity: 0.64;
    cursor: not-allowed;
}

.checkbox-label.is-disabled input {
    pointer-events: none;
}

.search-result-list {
    display: grid;
    gap: 1rem;
}

.search-result-card p:last-child {
    margin-bottom: 0;
}

.public-note-unmapped {
    display: grid;
    place-items: center;
    min-height: 18rem;
    border: 1px dashed rgba(164, 189, 215, 0.32);
    border-radius: 1.25rem;
    background: rgba(7, 25, 41, 0.62);
    color: #dbe6ff;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.notes-inline-list {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.notes-inline-list li {
    display: grid;
    gap: 0.25rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(164, 189, 215, 0.2);
    border-radius: 0.9rem;
    background: rgba(7, 25, 41, 0.45);
}

.trackable-qr {
    max-width: 18rem;
    margin-top: 1rem;
    padding: 0.75rem;
    border-radius: 1rem;
    background: #ffffff;
}

.trackable-qr svg {
    display: block;
    width: 100%;
    height: auto;
}

.active-trackable-indicator-shell {
    padding: 0 1.5rem;
}

.active-trackable-indicator {
    width: min(78rem, calc(100% - 2rem));
    margin: 1rem auto 0;
    padding: 0.9rem 1rem 1rem;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, rgba(18, 56, 100, 0.9), rgba(24, 140, 208, 0.82));
    border: 1px solid rgba(146, 207, 255, 0.24);
    box-shadow: 0 1.1rem 2.5rem rgba(5, 19, 35, 0.22);
}

.active-trackable-indicator-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.active-trackable-pill {
    min-width: 12rem;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    color: #f7fbff;
    text-decoration: none;
    background: rgba(6, 18, 31, 0.28);
    border: 1px solid rgba(191, 229, 255, 0.2);
    display: grid;
    gap: 0.15rem;
}

.active-trackable-pill:hover,
.active-trackable-pill:focus-visible {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.38);
    transform: translateY(-1px);
}

.active-trackable-pill-status {
    font-size: 0.78rem;
    color: rgba(231, 245, 255, 0.82);
}

.trackable-active-landing {
    display: grid;
    gap: 1.25rem;
}

.trackable-active-status {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(64, 104, 255, 0.08);
    color: #1a49bf;
    font-weight: 600;
}

.trackable-active-dot {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 999px;
    background: #2dbf63;
    box-shadow: 0 0 0 0.18rem rgba(45, 191, 99, 0.16);
}

.trackable-active-hero {
    background: linear-gradient(135deg, rgba(31, 104, 229, 0.96), rgba(48, 180, 228, 0.88));
    color: #f8fbff;
}

.trackable-active-hero .public-note-focus-label,
.trackable-active-hero .notes-form-hint,
.trackable-active-hero h2,
.trackable-active-hero p,
.trackable-active-hero a {
    color: inherit;
}

.trackable-created-card,
.trackable-created-qr-shell,
.active-trackable-selection-card {
    display: grid;
    gap: 0.85rem;
}

.trackable-byo-shell,
.trackable-byo-panel,
.trackable-byo-input-shell {
    display: grid;
    gap: 0.85rem;
}

.trackable-byo-shell {
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(164, 189, 215, 0.22);
    background: rgba(7, 16, 28, 0.04);
}

.trackable-byo-panel {
    padding: 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 184, 92, 0.3);
    background: rgba(84, 52, 8, 0.2);
}

.trackable-print-callout {
    display: grid;
    gap: 1rem;
    border: 1px solid rgba(59, 130, 246, 0.28);
    background:
        linear-gradient(135deg, rgba(28, 84, 173, 0.16), rgba(62, 188, 216, 0.12)),
        rgba(7, 16, 28, 0.06);
}

.trackable-print-callout .public-note-focus-label {
    margin-bottom: 0.35rem;
}

@media print {
    .stack-actions button[onclick="window.print()"] {
        display: none;
    }
}

.active-trackable-selection-list {
    display: grid;
    gap: 0.65rem;
}

.active-trackable-selection-item {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(164, 189, 215, 0.22);
    background: rgba(7, 16, 28, 0.04);
}

.active-trackable-selection-item input {
    margin-top: 0.2rem;
}

@media (max-width: 720px) {
    .active-trackable-indicator-shell {
        padding: 0 0.75rem;
    }

    .active-trackable-indicator {
        width: 100%;
    }
}

.public-map-journey {
    position: absolute;
    inset: 0;
    overflow: visible;
    pointer-events: none;
}
