.rgrm-listing { --rgrm-blue: var(--rg-blue, #586b7d); --rgrm-orange: var(--rg-orange, #d36a35); --rgrm-soft: var(--rg-soft, #ebebe6); --rgrm-ink: var(--rg-ink, #111); }
.rgrm-filters { display: grid; grid-template-columns: repeat(3, minmax(160px, 1fr)) auto auto; gap: 12px; align-items: end; margin: 0 0 32px; padding: 20px; background: #fff; border: 1px solid rgba(88,107,125,.18); }
.rgrm-filters label span { display: block; margin-bottom: 5px; color: var(--rgrm-blue); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.rgrm-filters select { width: 100%; min-height: 43px; padding: 8px; border: 1px solid #c8cccf; background: #fff; }
.rgrm-filter-button { min-height: 43px; padding: 8px 18px; border: 0; background: var(--rgrm-blue); color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.rgrm-reset { min-height: 43px; display: inline-flex; align-items: center; padding: 8px; color: var(--rgrm-blue); font-weight: 700; }
.rgrm-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.rgrm-card { display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid rgba(88,107,125,.16); box-shadow: 0 14px 34px rgba(17,17,17,.055); }
.rgrm-card-media { position: relative; min-height: 220px; display: grid; place-items: center; overflow: hidden; background: var(--rgrm-blue); color: rgba(255,255,255,.8); font-size: .72rem; font-weight: 800; letter-spacing: .13em; }
.rgrm-card-media img { width: 100%; height: 230px; object-fit: cover; filter: saturate(.78); }
.rgrm-type { position: absolute; right: 18px; bottom: 18px; padding: 9px 14px; border-radius: 999px; background: var(--rgrm-orange); color: #fff; font-size: .78rem; font-weight: 800; }
.rgrm-card-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 28px; }
.rgrm-region { display: inline-flex; margin: 0 0 18px; padding: 7px 11px; background: var(--rgrm-soft); color: var(--rgrm-blue); font-weight: 650; }
.rgrm-card h3 { margin: 0 0 20px; font-size: clamp(1.35rem, 2.3vw, 1.8rem); }
.rgrm-stats-line { display: flex; flex-wrap: wrap; gap: 12px 16px; margin-bottom: 20px; color: #59616a; font-size: .92rem; }
.rgrm-level { display: inline-flex; margin-bottom: 18px; padding: 8px 13px; border-radius: 999px; background: #f0eee5; font-size: .76rem; font-weight: 800; }
.rgrm-guides, .rgrm-location { color: #59616a; }
.rgrm-card-actions { width: 100%; display: grid; gap: 10px; margin-top: auto; padding-top: 20px; }
.rgrm-card-actions a { display: flex; min-height: 45px; align-items: center; justify-content: center; padding: 8px 12px; border: 2px solid var(--rgrm-blue); border-radius: 999px; color: var(--rgrm-blue); font-weight: 750; text-align: center; }
.rgrm-card-actions a:hover { background: var(--rgrm-blue); color: #fff; }
.rgrm-empty { padding: 25px; border-left: 3px solid var(--rgrm-orange); background: #fff; }
.rgrm-route { margin-top: 48px; }
.rgrm-track { min-height: 300px; display: grid; place-items: center; margin: 22px 0; background: #25363b; color: rgba(255,255,255,.7); }
.rgrm-track svg { width: 100%; max-height: 430px; padding: 20px; }
.rgrm-track polyline { fill: none; stroke: #e4aa68; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.rgrm-track circle { fill: #d36a35; stroke: #fff; stroke-width: 3; }
.rgrm-komoot { min-height: 360px; margin-top: 22px; }
.rgrm-komoot iframe { width: 100%; height: min(700px, 75vh); border: 0; background: var(--rgrm-soft); }
.rgrm-komoot-consent { min-height: 360px; display: grid; place-content: center; justify-items: center; padding: 36px; background: var(--rgrm-soft); text-align: center; }
.rgrm-komoot-consent strong { font-size: 1.25rem; }
.rgrm-komoot-consent p { max-width: 580px; color: #59616a; }
.rgrm-komoot-consent button { margin: 8px 0 12px; }
.rgrm-komoot-consent a { color: var(--rgrm-blue); font-weight: 700; }
@media (max-width: 960px) { .rgrm-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } .rgrm-filters { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .rgrm-cards, .rgrm-filters { grid-template-columns: 1fr; } }

