.gtr-share-fields {
    margin: 18px 0;
    padding: 17px;
    border: 1px solid #d8e2df;
    border-radius: 13px;
    background: #f1f6f4;
}

.gtr-share-fields legend {
    padding: 0 7px;
    color: #172823;
    font-weight: 700;
}

.gtr-share-check,
.gtr-consent {
    display: flex !important;
    align-items: flex-start;
    gap: 9px;
}

.gtr-share-data {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.gtr-share-data label:not(.gtr-consent) {
    color: #60736f;
    font-size: .93rem;
    font-weight: 600;
}

.gtr-share-data input[type="text"],
.gtr-share-data textarea {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #d8e2df;
    border-radius: 8px;
    background: #fff;
    font: inherit;
}

.gtr-share-data small,
.gtr-account span,
.gtr-profile-routes span {
    color: #60736f;
}

.gtr-error {
    margin: 0 0 13px;
    padding: 11px 13px;
    border-radius: 9px;
    background: #fff0ee;
    color: #a83329;
}

.gtr-account-list,
.gtr-route-cards {
    display: grid;
    gap: 10px;
    margin-top: 15px;
}

.gtr-account-disclosure {
    padding: 0;
}

.gtr-account-summary {
    padding: clamp(18px, 3vw, 28px);
    cursor: pointer;
    list-style: none;
}

.gtr-account-summary::-webkit-details-marker {
    display: none;
}

.gtr-account-summary b {
    flex: 0 0 auto;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f1f6f4;
    color: #0d352f;
    font-size: .92rem;
}

.gtr-account-disclosure[open] .gtr-account-summary {
    padding-bottom: 10px;
}

.gtr-account-disclosure[open] .gtr-account-summary b {
    background: #0d352f;
    color: #fff;
}

.gtr-account-disclosure > p,
.gtr-account-disclosure > .gtr-account-list {
    margin-right: clamp(18px, 3vw, 28px);
    margin-left: clamp(18px, 3vw, 28px);
}

.gtr-account-disclosure > p:last-child,
.gtr-account-disclosure > .gtr-account-list {
    margin-bottom: clamp(18px, 3vw, 28px);
}

.gtr-account-list article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    padding: 14px;
    border-radius: 12px;
    background: #f1f6f4;
}

.gtr-account-list strong,
.gtr-account-list span {
    display: block;
}

.gtr-route-info {
    flex: 1;
}

.gtr-route-actions {
    display: flex;
    gap: 8px;
    margin-top: 11px;
}

.gtr-account-list a,
.gtr-route-cards a {
    color: #172823;
    text-decoration: none;
}

.gtr-account-list button,
.gtr-button {
    padding: 9px 13px;
    border: 1px solid #d8e2df;
    border-radius: 8px;
    background: #fff;
    color: #315bee;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.gtr-route-edit {
    min-width: min(330px, 46%);
}

.gtr-route-edit summary {
    color: #315bee;
    font-weight: 700;
    cursor: pointer;
    text-align: right;
}

.gtr-route-edit form {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.gtr-route-edit label {
    color: #60736f;
    font-size: .9rem;
    font-weight: 600;
}

.gtr-route-edit input[type="text"],
.gtr-route-edit textarea {
    display: block;
    width: 100%;
    margin-top: 4px;
    padding: 9px;
    border: 1px solid #d8e2df;
    border-radius: 8px;
    box-sizing: border-box;
    font: inherit;
}

.gtr-route-edit .gtr-inline {
    display: flex;
    align-items: center;
    gap: 7px;
}

.gtr-route-edit .gtr-delete {
    color: #a83329;
}

.gtr-photo-editor {
    display: grid;
    gap: 9px;
    padding: 12px;
    border: 1px solid #d8e2df;
    border-radius: 10px;
    background: #fff;
}

.gtr-photo-editor strong,
.gtr-photo-editor small {
    display: block;
}

.gtr-photo-list {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gtr-photo-item {
    display: grid;
    gap: 6px;
    align-content: start;
    padding: 6px;
    border: 1px solid #d8e2df;
    border-radius: 10px;
    background: #f8fbfa;
}

.gtr-photo-item.is-sorting {
    opacity: .55;
}

.gtr-photo-item .gtr-photo-remove {
    width: 100%;
    padding: 7px 9px;
    border: 1px solid #d7aaa4;
    border-radius: 8px;
    background: #fff6f4;
    color: #a83329;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    text-align: center;
}

.gtr-photo-list img,
.gtr-photo-selected img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
}

.gtr-photo-list span,
.gtr-photo-selected span {
    color: #60736f;
    font-size: .82rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.gtr-photo-drag {
    cursor: grab;
    font-weight: 700;
    user-select: none;
}

.gtr-photo-inputs {
    display: grid;
    gap: 8px;
}

.gtr-photo-dropzone {
    align-items: center;
    border: 2px dashed #b8cbc4;
    border-radius: 12px;
    cursor: pointer;
    display: grid;
    gap: 4px;
    justify-items: center;
    padding: 18px 14px;
    text-align: center;
    transition: background .18s ease, border-color .18s ease;
}

.gtr-photo-dropzone input {
    display: none;
}

.gtr-photo-dropzone span {
    color: #123830;
    font-weight: 800;
}

.gtr-photo-dropzone small {
    color: #60736f;
}

.gtr-photo-dropzone.is-dragover,
.gtr-photo-dropzone.has-files {
    background: #e8f4ef;
    border-color: #0d6b57;
}

.gtr-photo-selected {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    color: #60736f;
    font-size: .88rem;
}

.gtr-notice {
    padding: 12px 14px;
    border-radius: 10px;
    background: #e6f5ee;
    color: #087344 !important;
}

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

.gtr-route-cards article {
    padding: 16px;
    border-radius: 13px;
    background: #f1f6f4;
}

.gtr-route-cards strong,
.gtr-route-cards span {
    display: block;
}

.gtr-route-cards p {
    margin: 9px 0 0;
    color: #60736f;
}

.gtr-archive-routes .gtr-route-cards {
    gap: 16px;
}

.gtr-archive-routes .gtr-route-cards article {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
    min-height: 184px;
    padding: 14px;
}

.gtr-card-media {
    display: block;
    overflow: hidden;
    min-height: 156px;
    border-radius: 12px;
    background: #e8f0ed;
}

.gtr-card-media img,
.gtr-card-media svg {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 156px;
    object-fit: cover;
}

.gtr-card-map-empty {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 156px;
    place-items: center;
    color: #60736f;
    font-weight: 700;
}

.gtr-card-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.gtr-card-author,
.gtr-card-meta {
    margin: 0;
    color: #60736f;
}

.gtr-card-body h2 {
    margin: 8px 0 10px;
    font-size: 1.35rem;
    line-height: 1.2;
}

.gtr-card-body .gtr-button {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: #dbad49;
    color: #102a25;
}

.gtr-card-photo {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 10px;
    border-radius: 10px;
    object-fit: cover;
}

.gtr-page {
    --gtr-forest: #123830;
    --gtr-ink: #172823;
    --gtr-muted: #60736f;
    --gtr-line: #d8e2df;
    --gtr-surface: #f1f6f4;
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 46px) 20px 70px;
    color: var(--gtr-ink);
}

.gtr-hero {
    margin-bottom: 18px;
    padding: clamp(25px, 4vw, 38px);
    border-radius: 24px;
    background: var(--gtr-forest);
    color: #fff;
}

.gtr-eyebrow {
    margin: 0 0 9px;
    color: #99ddd2;
    font-size: .84rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.gtr-hero h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.1rem);
}

.gtr-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gtr-author img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.gtr-author a {
    color: #fff;
    font-weight: 700;
}

.gtr-download {
    display: inline-block;
    margin-top: 18px;
    padding: 11px 16px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 9px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.gtr-download:hover {
    background: rgba(255,255,255,.1);
    color: #fff;
}

.gtr-summary {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.gtr-summary div,
.gtr-panel {
    padding: 20px;
    border: 1px solid var(--gtr-line);
    border-radius: 18px;
    background: #fff;
}

.gtr-summary strong,
.gtr-summary span {
    display: block;
}

.gtr-summary strong {
    font-size: 1.38rem;
}

.gtr-summary span,
.gtr-panel p,
.gtr-peaks span {
    color: var(--gtr-muted);
}

.gtr-panel {
    margin-bottom: 18px;
}

.gtr-panel h2 {
    margin: 0 0 13px;
}

.gtr-map {
    min-height: 460px;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 13px;
    background: var(--gtr-surface);
}

.gtr-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.gtr-gallery {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gtr-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    object-fit: cover;
}

.gtr-panel-head span {
    padding: 6px 12px;
    border-radius: 20px;
    background: var(--gtr-surface);
}

.gtr-peaks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 15px;
}

.gtr-peaks article {
    padding: 14px;
    border-radius: 12px;
    background: var(--gtr-surface);
}

.gtr-peaks strong,
.gtr-peaks span {
    display: block;
}

@media (max-width: 760px) {
    .gtr-route-cards,
    .gtr-summary,
    .gtr-peaks {
        grid-template-columns: 1fr;
    }

    .gtr-account-list article {
        align-items: stretch;
        flex-direction: column;
    }

    .gtr-route-edit {
        min-width: 0;
    }

    .gtr-route-edit summary {
        text-align: left;
    }

    .gtr-photo-list,
    .gtr-photo-selected,
    .gtr-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gtr-archive-routes .gtr-route-cards article {
        grid-template-columns: 1fr;
    }

    .gtr-card-media,
    .gtr-card-media img,
    .gtr-card-media svg {
        min-height: 190px;
    }
}
