.ob-hero {
    background: linear-gradient(155deg, #061828 0%, #0a2540 45%, #503d18 100%);
    color: #f7f1e1;
    padding: 3rem 0 2.5rem;
}
.ob-hero h1, .ob-detail h1, .ob-map-panel h1 { font-family: "Cormorant Garamond", Georgia, serif; }
.ob-kicker { letter-spacing: .12em; text-transform: uppercase; font-size: .75rem; color: #c9a84c; }
.ob-hero-actions, .ob-detail-toolbar { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.ob-section { padding: 2rem 0 4rem; }
.ob-filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    align-items: end;
    gap: .65rem .85rem;
    background: #fff;
    border: 1px solid rgba(10,37,64,.08);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    margin-bottom: 1.25rem;
}
.ob-filters label {
    display: flex;
    flex-direction: column;
    font-size: .8rem;
    font-weight: 600;
    color: #3d4b59;
    gap: .3rem;
    min-width: 0;
}
.ob-filters-extra {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .65rem .85rem;
    min-height: 44px;
}
.ob-filters input, .ob-filters select, .ob-form input, .ob-form select, .ob-form textarea,
.form-input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #cfd6de;
    border-radius: 8px;
    padding: .75rem 1rem;
    font: inherit;
    background: #fff;
    color: #1a2e3b;
    -webkit-text-fill-color: #1a2e3b;
}
.ob-filters input::placeholder,
.ob-filters select::placeholder,
.ob-form input::placeholder,
.ob-form textarea::placeholder,
.form-input::placeholder {
    color: #8a96a3;
    -webkit-text-fill-color: #8a96a3;
    opacity: 1;
}
.ob-form textarea, .form-input[rows], textarea.form-input { min-height: 6rem; }
.ob-form label {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    font-size: .8125rem;
    font-weight: 600;
    color: #0a2540;
    -webkit-text-fill-color: #0a2540;
}
.ob-check {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: .55rem;
    min-height: 44px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}
.ob-check input[type="checkbox"],
.ob-form .ob-check input[type="checkbox"],
.ob-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.2rem;
    height: 1.2rem;
    min-width: 1.2rem;
    min-height: 1.2rem;
    margin: 0;
    padding: 0;
    border: 2px solid #9aa8b5;
    border-radius: 5px;
    background: #fff;
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: none;
}
.ob-check input[type="checkbox"]::after,
.ob-form input[type="checkbox"]::after {
    content: "";
    width: .42rem;
    height: .22rem;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg) scale(0);
    margin-top: -2px;
}
.ob-check input[type="checkbox"]:checked,
.ob-form input[type="checkbox"]:checked {
    background: #0a2540;
    border-color: #0a2540;
}
.ob-check input[type="checkbox"]:checked::after,
.ob-form input[type="checkbox"]:checked::after {
    transform: rotate(-45deg) scale(1);
}
.ob-check input[type="checkbox"]:focus-visible,
.ob-form input[type="checkbox"]:focus-visible {
    outline: 2px solid #c9a84c;
    outline-offset: 2px;
}
.form-group { margin: 0 0 .15rem; }
.form-label {
    display: block;
    font-size: .8125rem;
    font-weight: 600;
    color: #0a2540;
    -webkit-text-fill-color: #0a2540;
    margin-bottom: .35rem;
}
.ob-filters input:focus, .ob-filters select:focus,
.form-input:focus, .ob-form input:focus, .ob-form select:focus, .ob-form textarea:focus {
    outline: none;
    border-color: #c9a84c;
    box-shadow: 0 0 0 3px rgba(201, 168, 76, .15);
}
.ob-filters input.is-on,
.ob-filters select.is-on,
.ob-icon-select-btn.is-on {
    border-color: #c9a84c;
    background: #fffdf6;
}
.ob-icon-select {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: .8rem;
    font-weight: 600;
    color: #3d4b59;
    gap: .3rem;
    min-width: 0;
}
.ob-icon-select-caption { line-height: 1.2; }
.ob-icon-select.is-ready .ob-icon-select-native {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.ob-icon-select-btn {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: .55rem;
    width: 100%;
    min-height: 44px;
    border: 1px solid #cfd6de;
    border-radius: 8px;
    padding: .45rem .75rem .45rem .55rem;
    font: inherit;
    font-weight: 500;
    background: #fff;
    color: #1a2e3b;
    -webkit-text-fill-color: #1a2e3b;
    cursor: pointer;
    text-align: left;
}
.ob-icon-select.is-ready .ob-icon-select-btn { display: flex; }
.ob-icon-select-btn:focus {
    outline: none;
    border-color: #c9a84c;
    box-shadow: 0 0 0 3px rgba(201, 168, 76, .15);
}
.ob-icon-select.is-open .ob-icon-select-btn {
    border-color: #c9a84c;
    box-shadow: 0 0 0 3px rgba(201, 168, 76, .15);
}
.ob-icon-select-current,
.ob-icon-select-item {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-width: 0;
    flex: 1;
}
.ob-icon-select-ico {
    --c: #0a2540;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 7px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--c) 16%, #fff);
    color: var(--c);
    -webkit-text-fill-color: var(--c);
    font-size: .78rem;
}
.ob-icon-select-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .92rem;
    font-weight: 600;
}
.ob-icon-select-caret {
    font-size: .68rem;
    color: #7a8794;
    -webkit-text-fill-color: #7a8794;
    transition: transform .15s ease;
}
.ob-icon-select.is-open .ob-icon-select-caret { transform: rotate(180deg); }
.ob-icon-select-list {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: auto;
    z-index: 950;
    margin: 0;
    padding: .35rem;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(10, 37, 64, .1);
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(6, 24, 40, .14);
    min-width: 100%;
    width: max(100%, 16.5rem);
    max-width: min(22rem, calc(100vw - 2rem));
    max-height: min(22rem, 62vh);
    overflow: auto;
}
.ob-icon-select-list[hidden] { display: none; }
.ob-icon-select-list [role="option"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    min-height: 40px;
    padding: .3rem .5rem .3rem .35rem;
    border-radius: 8px;
    cursor: pointer;
    color: #1a2e3b;
    -webkit-text-fill-color: #1a2e3b;
    font-weight: 500;
}
.ob-icon-select-list [role="option"]:hover,
.ob-icon-select-list [role="option"].is-active {
    background: #f7f1e1;
}
.ob-icon-select-list [role="option"].is-on {
    background: #fffdf6;
    box-shadow: inset 0 0 0 1px rgba(201, 168, 76, .45);
}
.ob-icon-select-list [role="option"].is-on .ob-icon-select-text {
    color: #0a2540;
    -webkit-text-fill-color: #0a2540;
    font-weight: 700;
}
.ob-icon-select-check {
    display: none;
    font-size: .72rem;
    color: #c9a84c;
    -webkit-text-fill-color: #c9a84c;
}
.ob-icon-select-list [role="option"].is-on .ob-icon-select-check { display: inline-block; }
.ob-active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .55rem 1rem;
    margin: 0 0 1.15rem;
    padding: .8rem 1rem;
    background: #fffdf6;
    border: 1px solid rgba(201, 168, 76, .4);
    border-radius: 14px;
}
.ob-active-filters-label {
    margin: 0;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #7a5e20;
    -webkit-text-fill-color: #7a5e20;
}
.ob-active-filters-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem;
    flex: 1;
    min-width: 0;
}
.ob-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    min-height: 36px;
    padding: .2rem .35rem .2rem .7rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #c9a84c;
    color: #0a2540;
    -webkit-text-fill-color: #0a2540;
    text-decoration: none;
    font-size: .85rem;
    font-weight: 500;
}
.ob-filter-chip strong { font-weight: 700; }
.ob-filter-chip:hover {
    background: #0a2540;
    border-color: #0a2540;
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.ob-filter-chip-x {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 37, 64, .08);
    font-size: 1.15rem;
    line-height: 1;
}
.ob-filter-chip:hover .ob-filter-chip-x { background: rgba(255, 255, 255, .18); }
.ob-filter-clear {
    font-size: .85rem;
    font-weight: 650;
    color: #7a2020;
    -webkit-text-fill-color: #7a2020;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.ob-filter-clear:hover { color: #5a1010; }
.ob-results-count {
    margin: 0;
    width: 100%;
    font-size: .95rem;
    font-weight: 650;
    color: #0a2540;
    -webkit-text-fill-color: #0a2540;
}
.ob-mosaic-label {
    margin: 1.6rem 0 .65rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #5b6b7c;
}
.ob-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
    min-height: 44px; padding: .55rem 1rem; border-radius: 8px; border: 1px solid rgba(10,37,64,.15);
    background: #fff; color: #0a2540; cursor: pointer; text-decoration: none;
    font-family: inherit; font-size: .9375rem; font-weight: 600; letter-spacing: 0;
}
.ob-btn-gold { background: #c9a84c; border-color: #c9a84c; color: #fff; -webkit-text-fill-color: #fff; }
.ob-btn-danger { background: #7a2020; border-color: #7a2020; color: #fff; -webkit-text-fill-color: #fff; }
.ob-btn-danger:hover, .ob-btn-gold:hover { color: #fff; -webkit-text-fill-color: #fff; }
.btn-primary, .btn-primary:hover {
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.ob-mosaic {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .6rem;
    margin: 0 0 1.75rem;
}
.ob-mosaic-card {
    --c: #0a2540;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .45rem;
    min-width: 0;
    min-height: 0;
    padding: .7rem .75rem .65rem;
    border-radius: 14px;
    background: #fff;
    color: #0a2540;
    -webkit-text-fill-color: #0a2540;
    text-decoration: none;
    text-align: left;
    border: 1px solid rgba(10, 37, 64, .08);
    box-shadow: 0 4px 14px rgba(6, 24, 40, .04);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.ob-mosaic-card:hover {
    transform: translateY(-1px);
    border-color: #c9a84c;
    border-color: color-mix(in srgb, var(--c) 45%, #c9a84c);
    box-shadow: 0 10px 22px rgba(6, 24, 40, .08);
}
.ob-mosaic-card.is-on {
    background: #fffdf6;
    border-color: var(--c);
    box-shadow: inset 0 0 0 1px var(--c), 0 8px 18px rgba(6, 24, 40, .06);
}
.ob-mosaic-icon {
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 12px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f7f1e1;
    background: color-mix(in srgb, var(--c) 14%, #fff);
    color: var(--c);
    -webkit-text-fill-color: var(--c);
    font-size: 1.05rem;
}
.ob-mosaic-card.is-on .ob-mosaic-icon {
    background: var(--c);
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.ob-mosaic-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: .15rem;
    min-width: 0;
    width: 100%;
    flex: 1;
}
.ob-mosaic-name {
    font-size: .86rem;
    font-weight: 700;
    line-height: 1.25;
    hyphens: none;
    -webkit-hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
}
.ob-mosaic-count {
    font-size: .75rem;
    font-weight: 500;
    color: #5b6b7c;
    -webkit-text-fill-color: #5b6b7c;
    font-variant-numeric: tabular-nums;
}
.ob-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; }
.ob-card { background: #fff; border: 1px solid rgba(10,37,64,.08); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; }
.ob-card-media, .ob-card-ph { height: 160px; background: #0a2540; color: #c9a84c; display: flex; align-items: center; justify-content: center; }
.ob-card-media img { width: 100%; height: 160px; object-fit: cover; }
.ob-card-body { padding: 1rem; display: flex; flex-direction: column; flex: 1; }
.ob-card-meta { font-size: .8rem; color: #5b6b7c; }
.ob-card h2 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; line-height: 1.25; margin: .2rem 0 .45rem; }
.ob-card-istoric { font-size: .9rem; line-height: 1.45; color: #3d4b59; margin: 0 0 .55rem; }
.ob-card-actions { display: flex; align-items: center; gap: .4rem; margin-top: auto; }
.ob-cats { display: flex; flex-wrap: wrap; gap: .4rem; margin: .5rem 0; font-size: .78rem; }
.ob-cats span, .ob-cats a { background: rgba(201,168,76,.14); color: #7a5e20; border-radius: 4px; padding: .15rem .45rem; }
.ob-heart {
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    color: #8a96a3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ob-heart:hover { color: #5b6b7c; }
.ob-heart.is-on { color: #a33; }
.ob-heart.is-on:hover { color: #8a2828; }
.fid-heart {
    width: 1.3rem;
    height: 1.3rem;
    max-width: none;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linejoin: round;
}
.ob-heart.is-on .fid-heart,
.ob-btn[data-fav].is-on .fid-heart {
    fill: currentColor;
}
.ob-btn .fid-heart {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
}
.ob-btn[data-fav]:not(.is-on) .fid-heart {
    color: #8a96a3;
}
.ob-cover { width: 100%; max-height: 420px; object-fit: cover; border-radius: 14px; margin: 1rem 0; }
.ob-gallery-wrap { margin: 0 0 1.5rem; }
.ob-gallery-wrap h2 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.7rem; margin: 0 0 .75rem; color: #0a2540; }
.ob-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: .6rem;
}
.ob-gallery a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #0a2540;
    aspect-ratio: 4 / 3;
}
.ob-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ob-gallery a:hover img { opacity: .92; }
.ob-grid-mini .ob-card-media, .ob-grid-mini .ob-card-media img, .ob-grid-mini .ob-card-ph { height: 140px; }
.ob-grid-mini .ob-card { text-decoration: none; color: inherit; }
.ob-grid-mini .ob-card h3 { font-size: 1.05rem; margin: 0 0 .25rem; color: #0a2540; }
.ob-grid-mini .ob-card p { margin: 0; color: #5b6b7c; font-size: .88rem; }
.ob-aside h2 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; margin: 0 0 .6rem; }
.ob-aside ul { margin: 0 0 .8rem; padding-left: 1.1rem; }
.ob-aside li + li { margin-top: .35rem; }
.ob-layout { display: grid; grid-template-columns: 1.4fr .8fr; gap: 1.5rem; align-items: start; }
.ob-layout.is-solo { grid-template-columns: 1fr; }
.ob-prose { color: #1a2e3b; font-size: 1.05rem; line-height: 1.7; }
.ob-prose :where(h2,h3) { color: #0a2540; }
.ob-prose p { margin: 0 0 1rem; }
.ob-prose p:last-child { margin-bottom: 0; }
.ob-istoric { min-width: 0; }
.ob-istoric > h2, .ob-detail h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.75rem;
    color: #0a2540;
    margin: 0 0 .75rem;
}
.ob-pager { margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid rgba(10,37,64,.08); }
.ob-pager-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem 1.25rem;
    align-items: center;
    justify-content: space-between;
}
.ob-pager-meta { margin: 0; color: #5b6b7c; font-size: .92rem; }
.ob-pager-meta strong { color: #0a2540; font-weight: 700; }
.ob-pager-list {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ob-pager-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: .4rem .8rem;
    border-radius: 8px;
    border: 1px solid rgba(10,37,64,.15);
    background: #fff;
    color: #0a2540;
    -webkit-text-fill-color: #0a2540;
    text-decoration: none;
    font-weight: 600;
    font-size: .92rem;
}
a.ob-pager-btn:hover {
    border-color: #c9a84c;
    color: #0a2540;
    -webkit-text-fill-color: #0a2540;
}
.ob-pager-btn.is-current {
    background: #0a2540;
    border-color: #0a2540;
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.ob-pager-btn.is-disabled, .ob-pager-btn.is-gap {
    opacity: .45;
    cursor: default;
}
@media (max-width: 640px) {
    .ob-pager-nav { justify-content: center; }
    .ob-pager-meta { width: 100%; text-align: center; }
    .ob-pager-list { justify-content: center; }
}
.ob-aside { background: #f7f1e1; border-radius: 14px; padding: 1rem; }
.ob-aside .ob-map-block {
    margin-top: 1.15rem;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.ob-aside .ob-map-block-head { margin-bottom: .35rem; }
.ob-aside .ob-map-block-head h2 { font-size: 1.45rem; }
.ob-aside .ob-mini-map-lg { height: min(38vh, 280px); margin-top: .55rem; }
.ob-mini-map { height: 220px; border-radius: 10px; margin-top: .8rem; }
.ob-note, .ob-src { font-size: .85rem; color: #5b6b7c; }
.ob-src a { color: #0a2540; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.ob-src a:hover { color: #7a5e20; }
body.is-ob-map .site-breadcrumb,
body.is-ob-map .site-footer,
body.is-ob-map .back-to-top { display: none !important; }
body.is-ob-map main { min-height: 0; }
body.is-ob-map .ob-map-page {
    height: calc(100dvh - 4.35rem);
    min-height: 0;
}
.ob-map-page { display: grid; grid-template-columns: 320px 1fr; min-height: calc(100vh - 80px); background: #f4efe3; }
.ob-map-panel {
    padding: 0 0 1.1rem;
    overflow: auto;
    background: #f7f1e1;
    border-right: 1px solid rgba(10, 37, 64, .08);
    display: flex;
    flex-direction: column;
    gap: .85rem;
}
.ob-map-brand {
    padding: 1.15rem 1.1rem 1rem;
    background: linear-gradient(160deg, #061828 0%, #0a2540 62%, #503d18 100%);
    color: #f7f1e1;
}
.ob-map-brand .ob-kicker { margin: 0 0 .25rem; color: #c9a84c; letter-spacing: .06em; }
.ob-map-panel h1 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 0;
    color: #f7f1e1;
}
.ob-map-count {
    margin: .4rem 0 0;
    font-size: .88rem;
    letter-spacing: 0;
    color: #e6dcc4;
}
.ob-map-read, .ob-map-toolbar, .ob-layers-head, .ob-layers {
    margin-left: 1rem;
    margin-right: 1rem;
}
.ob-map-read {
    background: #fff;
    border-radius: 14px;
    padding: .85rem .9rem;
    box-shadow: 0 6px 20px rgba(10, 37, 64, .06);
}
.ob-map-read-title {
    margin: 0 0 .65rem;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #7a5e20;
}
.ob-map-read-row {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
}
.ob-map-read-row + .ob-map-read-row { margin-top: .7rem; }
.ob-map-read-row p { margin: 0; font-size: .84rem; line-height: 1.4; color: #3d4f5f; }
.ob-map-read-row strong { color: #0a2540; }
.ob-pin-demo, .ob-cluster-demo { flex-shrink: 0; pointer-events: none; }
.ob-map-panel-top { display: flex; flex-direction: column; gap: .7rem; }
.ob-map-toolbar { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; }
.ob-map-toolbar .ob-btn { flex: 1 1 auto; }
.ob-map-stage { position: relative; min-height: 0; min-width: 0; }
.ob-map-legend {
    position: absolute;
    right: 12px;
    left: auto;
    bottom: 22px;
    z-index: 500;
    width: min(272px, calc(100% - 24px));
    background: rgba(255, 252, 246, .96);
    border: 1px solid rgba(10, 37, 64, .08);
    border-radius: 16px;
    box-shadow: 0 10px 32px rgba(10, 37, 64, .16);
    overflow: hidden;
}
.ob-map-legend-toggle {
    display: block;
    width: 100%;
    border: 0;
    background: #0a2540;
    color: #f7f1e1;
    font: inherit;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-align: left;
    padding: .65rem .85rem;
    cursor: pointer;
    min-height: 40px;
}
.ob-map-legend-body { padding: .75rem .85rem .85rem; display: grid; gap: .65rem; }
.ob-map-legend.is-min .ob-map-legend-body { display: none; }
.ob-map-legend-row { display: flex; align-items: center; gap: .65rem; }
.ob-map-legend-row p { margin: 0; font-size: .8rem; line-height: 1.35; color: #3d4f5f; }
.ob-pop { display: grid; gap: .25rem; min-width: 12rem; }
.ob-pop-cat {
    font-size: .7rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 700;
    color: #7a5e20;
}
.ob-pop strong { color: #0a2540; font-size: 1rem; }
.ob-pop p { margin: 0; color: #5b6b7c; font-size: .85rem; }
.ob-pop a, .ob-pop button {
    justify-self: start;
    background: none;
    border: 0;
    padding: 0;
    color: #0a2540;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.leaflet-container { font-family: "Source Sans 3", system-ui, sans-serif; }
.ob-map-stage .leaflet-control-zoom { border: 0 !important; box-shadow: 0 6px 18px rgba(10, 37, 64, .16); }
.ob-map-stage .leaflet-control-zoom a {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    color: #0a2540 !important;
    border-color: transparent !important;
}
.ob-layers-head {
    display: flex; align-items: center; justify-content: space-between; gap: .5rem;
    font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; font-weight: 600; color: #5b6b7c;
}
.ob-layers-actions { display: flex; gap: .35rem; }
.ob-layers-actions button {
    border: 0; background: none; padding: .2rem .35rem; cursor: pointer;
    color: #0a2540; font: inherit; font-size: .75rem; font-weight: 700;
    letter-spacing: 0; text-transform: none; min-height: 32px;
}
.ob-layers-actions button:hover { color: #7a5e20; }
.ob-map-canvas { min-height: 70vh; height: 100%; }
.ob-layers { display: flex; flex-direction: column; gap: .4rem; }
.ob-layers .ob-chip { width: 100%; }
.ob-chip {
    --c: #0a2540;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 40px;
    padding: .3rem .7rem .3rem .3rem;
    border-radius: 999px;
    border: 1px solid rgba(10, 37, 64, .12);
    background: #f3f5f7;
    color: #3d4f5f;
    cursor: pointer;
    font-family: inherit;
    font-size: .84rem;
    font-weight: 600;
    letter-spacing: 0;
    user-select: none;
    white-space: nowrap;
    flex: 0 0 auto;
}
.ob-chip input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}
.ob-chip:has(input:checked) {
    background: #fff;
    border-color: var(--c);
    color: #0a2540;
    box-shadow: inset 0 0 0 1px var(--c);
}
.ob-chip:has(input:not(:checked)) { opacity: .48; }
.ob-chip:has(input:focus-visible) { outline: 2px solid #c9a84c; outline-offset: 2px; }
.ob-chip-tool {
    --c: #0a2540;
    min-height: 44px;
    padding: .45rem .9rem;
    background: #fff;
}
.ob-chip-tool:has(input:checked) {
    background: #0a2540;
    color: #fff;
    border-color: #0a2540;
}
.ob-chip-tool:has(input:not(:checked)) { opacity: 1; }
.ob-cat-swatch {
    width: 1.55rem; height: 1.55rem; border-radius: 50%;
    background: #fff; border: 2px solid var(--c, #0a2540);
    color: var(--c, #0a2540); -webkit-text-fill-color: var(--c, #0a2540);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: .7rem; flex-shrink: 0;
}
.ob-chip:has(input:checked) .ob-cat-swatch {
    background: var(--c);
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.leaflet-container .ob-pin-wrap,
.leaflet-container .ob-cluster-wrap {
    background: transparent !important;
    border: 0 !important;
}
.ob-pin {
    display: flex; flex-direction: column; align-items: center; width: 36px; line-height: 0;
}
.ob-pin-disc {
    width: 32px; height: 32px; border-radius: 50%;
    background: #fff; border: 2.5px solid var(--c, #0a2540);
    color: var(--c, #0a2540); -webkit-text-fill-color: var(--c, #0a2540);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(10, 37, 64, .28);
}
.ob-pin-disc i {
    transform: none; font-size: 14px; line-height: 1;
    color: var(--c, #0a2540); -webkit-text-fill-color: var(--c, #0a2540);
}
.ob-pin-tip {
    width: 0; height: 0; margin-top: -1px;
    border-left: 6px solid transparent; border-right: 6px solid transparent;
    border-top: 8px solid var(--c, #0a2540);
}
.ob-cluster {
    width: 44px; height: 44px; border-radius: 50%;
    background: #fff; border: 3px solid var(--c, #0a2540);
    color: var(--c, #0a2540); -webkit-text-fill-color: var(--c, #0a2540);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 1px; box-shadow: 0 2px 10px rgba(10, 37, 64, .28);
    font-family: "Source Sans 3", system-ui, sans-serif;
}
.ob-cluster i {
    font-size: 12px; line-height: 1;
    color: var(--c, #0a2540); -webkit-text-fill-color: var(--c, #0a2540);
}
.ob-cluster strong {
    font-size: 11px; font-weight: 800; line-height: 1;
    font-variant-numeric: tabular-nums;
    color: var(--c, #0a2540); -webkit-text-fill-color: var(--c, #0a2540);
}
.ob-cluster-sm { width: 40px; height: 40px; }
.ob-cluster-md { width: 46px; height: 46px; }
.ob-cluster-lg { width: 54px; height: 54px; }
.ob-cluster-lg i { font-size: 13px; }
.ob-cluster-lg strong { font-size: 13px; }
.ob-admin, .ob-ghid { max-width: 40rem; margin: 2rem auto; padding: 0 1rem 3rem; }
.legal-doc { max-width: 44rem; }
.legal-doc h2 { margin: 2rem 0 .7rem; font-size: 1.25rem; color: #0a2540; }
.legal-doc p, .legal-doc li { color: #1a2e3b; line-height: 1.7; }
.legal-doc ul { margin: 0 0 1rem 1.15rem; padding: 0; }
.legal-doc li { margin: 0 0 .45rem; }
.legal-doc a { color: #1d4e89; text-decoration: underline; text-underline-offset: 2px; }
.legal-doc a:hover { color: #0a2540; }
.legal-doc code {
    font-size: .88em;
    background: #f3efe4;
    padding: .08rem .35rem;
    border-radius: 4px;
}
.legal-updated { color: #5a6a75; font-size: .92rem; margin-top: -.4rem; }
.legal-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem .85rem;
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e6dfd0;
}
.legal-nav a {
    color: #5a6a75;
    text-decoration: none;
    font-weight: 600;
    font-size: .92rem;
}
.legal-nav a.is-on,
.legal-nav a:hover { color: #0a2540; }
.cookie-notice {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 48rem;
    margin: 0 auto;
    padding: .9rem 1rem;
    background: #0a2540;
    color: #f7f1e1;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(10, 37, 64, .28);
}
.cookie-notice[hidden] { display: none !important; }
.cookie-notice p { margin: 0; font-size: .92rem; line-height: 1.45; }
.cookie-notice a { color: #c9a84c; text-decoration: underline; }
.cookie-notice .ob-btn {
    flex-shrink: 0;
    background: #c9a84c;
    color: #0a2540;
    border: 0;
}
@media (max-width: 640px) {
    .cookie-notice {
        left: .75rem;
        right: .75rem;
        bottom: .75rem;
        padding: .7rem .8rem;
        gap: .7rem;
        align-items: flex-start;
    }
    .cookie-notice p { font-size: .82rem; }
}
.ob-admin { max-width: 70rem; }
.ob-admin:has(.dt-wrap),
.acc-wrap:has(.dt-wrap) {
    max-width: none;
    width: 100%;
}
.ob-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.ob-table th, .ob-table td { border-bottom: 1px solid #eee; padding: .6rem; text-align: left; }
.ob-banner {
    position: sticky; bottom: 0; background: #0a2540; color: #f7f1e1; padding: .8rem 1rem;
    display: none; justify-content: space-between; gap: 1rem; align-items: center; z-index: 40;
}
.ob-banner.is-on { display: flex; }
.ob-form { display: grid; gap: .7rem; margin: 1rem 0; }
@media (max-width: 1180px) {
    .ob-filters {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .ob-filters-extra {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }
    .ob-mosaic { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ob-mosaic-card {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        min-height: 64px;
        padding: .55rem .75rem;
        gap: .7rem;
    }
    .ob-mosaic-copy {
        flex-direction: row;
        align-items: baseline;
        justify-content: space-between;
        gap: .5rem;
        flex: 1;
    }
    .ob-mosaic-name { font-size: .9rem; }
    .ob-mosaic-count { flex-shrink: 0; }
}
@media (max-width: 700px) {
    .ob-filters { grid-template-columns: 1fr 1fr; }
    .ob-filters-extra {
        grid-column: 1 / -1;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .ob-filters-extra .ob-btn { margin-left: auto; }
    .ob-mosaic {
        display: flex;
        flex-wrap: wrap;
        gap: .45rem;
    }
    .ob-mosaic-card {
        flex: 0 1 auto;
        min-height: 42px;
        padding: .3rem .75rem .3rem .3rem;
        border-radius: 999px;
        box-shadow: none;
    }
    .ob-mosaic-card:hover { transform: none; }
    .ob-mosaic-icon {
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 50%;
        font-size: .82rem;
    }
    .ob-mosaic-name { font-size: .84rem; font-weight: 650; }
    .ob-mosaic-count { display: none; }
}
@media (max-width: 520px) {
    .ob-filters { grid-template-columns: 1fr; }
    .ob-filters-extra .ob-btn { width: 100%; margin-left: 0; }
}
@media (max-width: 860px) {
    .ob-layout, .ob-map-page { grid-template-columns: 1fr; }
    body.is-ob-map .ob-map-page {
        grid-template-rows: auto 1fr;
        height: calc(100dvh - 3.7rem);
        min-height: 0;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
    .ob-map-page { min-height: 0; }
    .ob-map-panel {
        border-right: 0;
        border-bottom: 1px solid rgba(10, 37, 64, .08);
        padding: 0 0 .55rem;
        gap: .4rem;
        overflow: visible;
    }
    .ob-map-brand {
        padding: .55rem .85rem .5rem;
        display: flex;
        align-items: baseline;
        gap: .45rem .7rem;
        flex-wrap: wrap;
    }
    .ob-map-brand .ob-kicker { display: none; }
    .ob-map-panel h1,
    .ob-map-count {
        flex: 0 1 auto;
        min-width: 0;
        letter-spacing: 0;
    }
    .ob-map-panel h1 { font-size: 1.25rem; }
    .ob-map-count { margin: 0; font-size: .85rem; }
    .ob-map-read { display: none; }
    .ob-map-toolbar, .ob-layers-head, .ob-layers { margin-left: .75rem; margin-right: .75rem; }
    .ob-map-toolbar { justify-content: flex-start; }
    .ob-map-toolbar .ob-btn { flex: 0 1 auto; min-height: 40px; padding: .4rem .75rem; }
    .ob-chip-tool { min-height: 40px; padding: .35rem .7rem; }
    .ob-layers-head { font-size: .72rem; letter-spacing: .03em; }
    .ob-layers {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: .35rem;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 .2rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    .ob-layers .ob-chip {
        width: max-content;
        flex: 0 0 auto;
        min-height: 36px;
        font-size: .82rem;
        letter-spacing: 0;
        padding: .25rem .6rem .25rem .25rem;
        overflow: visible;
    }
    .ob-cat-swatch { width: 1.35rem; height: 1.35rem; font-size: .62rem; }
    .ob-map-canvas { min-height: 0; height: 100%; }
    .ob-map-legend {
        right: 8px;
        left: auto;
        bottom: 12px;
        width: auto;
        max-width: min(220px, calc(100% - 72px));
    }
    .ob-map-legend-toggle {
        font-size: .75rem;
        letter-spacing: .02em;
        padding: .55rem .75rem;
    }
    .ob-map-legend-row p { font-size: .78rem; line-height: 1.4; letter-spacing: 0; }
    .ob-hero { padding: 2rem 0; }
}

.acc-hero {
    background: linear-gradient(155deg, #061828 0%, #0a2540 50%, #503d18 100%);
    color: #f7f1e1;
    padding: 2.4rem 1rem 2rem;
}
.acc-hero-inner { max-width: 70rem; margin: 0 auto; display: flex; gap: 1.2rem; align-items: center; }
.acc-hero h1 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    color: #f7f1e1;
    -webkit-text-fill-color: #f7f1e1;
}
.acc-hero .ob-kicker { color: #c9a84c; -webkit-text-fill-color: #c9a84c; }
.acc-hero-lead { max-width: 40rem; color: #e6dcc4; -webkit-text-fill-color: #e6dcc4; margin-top: .4rem; }
.acc-hero-compact { padding: 1rem 1rem 2.1rem; }
.acc-hero-compact h1 { font-size: clamp(1.55rem, 3vw, 2rem); margin: 0; }
.acc-hero-compact .acc-hero-inner { max-width: 28rem; justify-content: center; text-align: center; }
.acc-avatar {
    width: 72px; height: 72px; border-radius: 50%; flex-shrink: 0;
    background: #c9a84c; color: #0a2540; font: 700 1.8rem/72px "Cormorant Garamond", Georgia, serif;
    text-align: center;
}
.acc-nav {
    position: sticky; top: 0; z-index: 20;
    display: flex; flex-wrap: wrap; gap: .4rem; align-items: center;
    max-width: 70rem; margin: -1.1rem auto 0; padding: .6rem;
    background: #fff; border: 1px solid rgba(10,37,64,.08); border-radius: 14px;
    box-shadow: 0 8px 24px rgba(6,24,40,.08);
}
.acc-nav a, .acc-logout button {
    display: inline-flex; align-items: center; gap: .4rem;
    min-height: 44px; padding: .4rem .85rem; border-radius: 10px;
    color: #0a2540; text-decoration: none; background: none; border: 0; cursor: pointer; font: inherit;
}
.acc-nav a.is-on, .acc-nav a:hover, .acc-logout button:hover { background: #f7f1e1; }
.acc-logout { margin-left: auto; }
.acc-wrap { max-width: 70rem; margin: 0 auto; padding: 1.5rem 1rem 4rem; }
.acc-flash {
    background: #e8f4ea; color: #1f4d2a; border-radius: 10px; padding: .8rem 1rem; margin-bottom: 1rem;
}
.acc-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .7rem;
    margin: 0 0 1.1rem;
}
.acc-stats:has(> :nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.acc-stats:has(> :nth-child(3):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.acc-stat {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: .7rem;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(10,37,64,.08);
    border-radius: 14px;
    padding: .85rem 1rem;
    color: #0a2540;
    text-decoration: none;
    min-height: 84px;
}
.acc-stat i {
    grid-row: 1 / span 2;
    width: 42px; height: 42px;
    border-radius: 12px;
    background: #f7f1e1;
    color: #c9a84c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
}
.acc-stat strong { font-size: 1.45rem; line-height: 1.1; font-family: "Cormorant Garamond", Georgia, serif; }
.acc-stat span { font-size: .8rem; color: #5b6b7c; }
.acc-stat:hover { border-color: rgba(201,168,76,.45); box-shadow: 0 8px 20px rgba(6,24,40,.06); }
.acc-actions {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .7rem;
    margin-bottom: 1.25rem;
}
.acc-actions .ob-btn { width: 100%; }
.acc-next, .acc-panel, .acc-block {
    background: #fff; border: 1px solid rgba(10,37,64,.08); border-radius: 16px;
    padding: 1.2rem 1.3rem; margin-bottom: 1.25rem;
}
.acc-next {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.15rem;
    align-items: center;
    background: #f7f1e1;
    padding: 1.25rem 1.4rem;
}
.acc-next-body { min-width: 0; }
.acc-next-body > p:not(.ob-kicker):not(.ob-note) { margin: 0; color: #3d4b59; }
.acc-next-progress { display: flex; align-items: center; gap: .75rem; margin-top: .7rem; }
.acc-next-progress .acc-bar { flex: 1; margin-top: 0; max-width: 18rem; }
.acc-next-progress .ob-note { margin: 0; white-space: nowrap; }
.acc-next-cta { min-width: 10.5rem; }
.acc-next-icon, .acc-badge-icon, .acc-place-ph {
    width: 56px; height: 56px; border-radius: 14px; background: #0a2540; color: #c9a84c;
    display: inline-flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0;
}
.acc-block-head { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; align-items: flex-start; margin-bottom: .8rem; }
.acc-block h2, .acc-panel h2, .acc-next h2 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.7rem; }
.acc-next h2 { font-size: 1.55rem; margin: .1rem 0 .3rem; }
.acc-help { background: #faf7ef; border-radius: 10px; padding: .6rem 1rem; margin-bottom: 1rem; }
.acc-help summary { min-height: 44px; cursor: pointer; display: flex; align-items: center; gap: .5rem; }
.acc-help ol { margin: .4rem 0 .6rem 1.2rem; }
.acc-badges { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1rem; }
.acc-badge {
    display: flex; flex-direction: column;
    border: 1px solid rgba(10,37,64,.08); border-radius: 14px; padding: 1.05rem 1.1rem; background: #fafafa;
}
.acc-badge.is-earned { background: #f7f1e1; border-color: rgba(201,168,76,.45); }
.acc-badge.is-locked { opacity: .78; }
.acc-badge-top { display: flex; align-items: center; gap: .75rem; margin-bottom: .55rem; }
.acc-badge-icon { width: 48px; height: 48px; font-size: 1.15rem; }
.acc-badge h3 { font-size: 1.08rem; margin: 0; line-height: 1.25; }
.acc-badge p { font-size: .88rem; color: #3d4b59; flex: 1; margin: 0; }
.acc-badge-meta { margin-top: .55rem; font-size: .8rem; color: #5b6b7c; }
.acc-bar { height: 8px; background: #e6e1d4; border-radius: 99px; overflow: hidden; margin-top: .6rem; }
.acc-bar span { display: block; height: 100%; background: #c9a84c; }
.acc-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: .7rem; }
.acc-place {
    display: flex; gap: .75rem; align-items: center; min-height: 76px;
    padding: .7rem; border-radius: 12px; background: #faf7ef; color: #0a2540; text-decoration: none;
}
.acc-place strong { display: block; }
.acc-place small { color: #5b6b7c; }
.acc-empty {
    text-align: center; padding: 1.6rem 1rem; color: #5b6b7c;
}
.acc-empty i { font-size: 1.8rem; color: #c9a84c; display: block; margin-bottom: .5rem; }
.acc-inline-form { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; margin: 1rem 0; }
.acc-inline-form input, .acc-inline-form select {
    min-height: 44px; border: 1px solid #cfd6de; border-radius: 8px; padding: .5rem .7rem; flex: 1; min-width: 14rem;
}
.acc-two { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; }
.acc-panel-soft { background: #f7f1e1; }
.acc-danger { border-color: #e3c2c2; }
.acc-tips { list-style: none; padding: 0; display: grid; gap: .7rem; margin: 1rem 0; }
.acc-tips li { display: flex; gap: .6rem; align-items: flex-start; }
.acc-tips i { color: #c9a84c; margin-top: .2rem; }
.acc-quiz-list { list-style: none; padding: 0; display: grid; gap: .8rem; }
.acc-quiz-list li > div:first-child { display: flex; justify-content: space-between; gap: 1rem; }
.ob-auth {
    max-width: 28rem;
    margin: -1.35rem auto 3rem;
    padding: 1.5rem 1.4rem 1.35rem;
    background: #fff;
    color: #1a2e3b;
    border: 1px solid rgba(10,37,64,.08);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(6, 24, 40, .12);
    position: relative;
    z-index: 2;
}
.ob-auth h1 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; color: #0a2540; -webkit-text-fill-color: #0a2540; }
.ob-auth .ob-form { margin: 0 0 1rem; }
.ob-auth .ob-btn, .ob-auth .btn-primary { width: 100%; display: inline-flex; justify-content: center; }
.ob-auth .btn-primary, .ob-auth .btn-primary:hover,
.ob-auth .ob-btn-gold, .ob-auth .ob-btn-gold:hover,
.ob-auth .ob-btn-danger, .ob-auth .ob-btn-danger:hover {
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.ob-auth-links { margin: .4rem 0 0; font-size: .92rem; color: #5b6b7c; -webkit-text-fill-color: #5b6b7c; text-align: center; }
.ob-auth-links a,
.ob-auth .ob-check a { color: #0a2540; -webkit-text-fill-color: #0a2540; text-decoration: underline; text-underline-offset: 2px; }
.ob-auth-note {
    margin: 1rem 0 0;
    padding-top: .9rem;
    border-top: 1px solid rgba(10, 37, 64, .08);
    font-size: .86rem;
    line-height: 1.5;
    color: #5b6b7c;
    -webkit-text-fill-color: #5b6b7c;
    text-align: center;
}
.dt-wrap {
    background: #fff; border: 1px solid rgba(10,37,64,.08); border-radius: 16px;
    padding: 1rem 1rem 1.2rem; overflow: visible;
}
.dt-wrap .dt-container { width: 100%; }
.dt-wrap .dt-layout-row:not(.dt-layout-table) {
    display: flex; flex-wrap: wrap; gap: .75rem 1.1rem; align-items: center;
    justify-content: space-between; margin: .35rem 0 .85rem;
}
.dt-wrap .dt-layout-row.dt-layout-table,
.dt-wrap .dt-layout-row.dt-layout-table .dt-layout-cell,
.dt-wrap .dt-layout-full {
    display: block !important;
    width: 100%;
    margin: 0;
}
.dt-wrap .dt-layout-table { overflow-x: auto; }
.dt-wrap .dt-layout-row:not(.dt-layout-table) .dt-layout-cell {
    display: flex; flex-wrap: wrap; align-items: center; gap: .55rem;
}
.dt-wrap .dt-search { position: relative; }
.dt-wrap .dt-search::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900; content: "\f002"; position: absolute; left: .75rem; top: 50%;
    transform: translateY(-50%); color: #c9a84c; pointer-events: none; z-index: 2;
}
.dt-wrap table.dataTable { width: 100% !important; font-size: .92rem; }
.dt-wrap table.dataTable thead th {
    background: #f7f1e1; color: #0a2540; font-weight: 600; border-bottom: 0; cursor: pointer;
}
.dt-wrap table.dataTable tbody td { vertical-align: middle; white-space: normal; }
.dt-wrap table.dataTable tbody tr:hover { background: #fbf6ea; }
.dt-wrap .dt-length {
    display: flex; align-items: center; gap: .45rem;
}
.dt-wrap .dt-search input, .dt-wrap .dt-length select {
    min-height: 44px; border: 1px solid #cfd6de; border-radius: 8px; padding: .4rem .7rem;
}
.dt-wrap .dt-search input { min-width: 16rem; padding-left: 2.2rem; }
.dt-wrap .dt-info {
    display: block !important;
    white-space: nowrap;
    color: #5b6b7c;
    -webkit-text-fill-color: #5b6b7c;
    font-size: .9rem;
    line-height: 1.4;
}
.dt-wrap .dt-info .dt-num {
    display: inline;
    padding: 0 .18em;
    font-weight: 650;
    color: #0a2540;
    -webkit-text-fill-color: #0a2540;
}
.dt-wrap .dt-paging {
    display: flex; flex-wrap: wrap; gap: .3rem; align-items: center; justify-content: flex-end;
}
.dt-wrap .dt-paging .dt-paging-button {
    min-height: 36px; min-width: 36px; border-radius: 8px; border: 1px solid #cfd6de;
    background: #fff; color: #0a2540; margin: 0;
}
.dt-wrap .dt-paging .dt-paging-button.current {
    background: #0a2540; color: #fff; border-color: #0a2540;
}
.dt-wrap .dt-processing {
    z-index: 4;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(10,37,64,.08);
    border-radius: 10px;
    padding: .55rem 1rem;
    color: #0a2540;
    font-weight: 600;
}
.dt-pill i { margin-right: .25rem; }
.dt-thumb, .dt-thumb-ph {
    width: 72px; height: 72px; border-radius: 10px; object-fit: cover; display: inline-flex;
    align-items: center; justify-content: center; background: #0a2540; color: #c9a84c;
    flex-shrink: 0;
}
.dt-thumb-ph { font-size: 1.35rem; }
.dt-sub { font-size: .78rem; color: #5b6b7c; }
.dt-chip {
    display: inline-flex; align-items: center; gap: .3rem;
    background: rgba(201,168,76,.16); color: #7a5e20; border-radius: 999px;
    padding: .15rem .5rem; margin: .1rem; font-size: .75rem;
}
.dt-pill {
    display: inline-block; border-radius: 999px; padding: .2rem .55rem; font-size: .75rem; font-weight: 600;
}
.dt-pill-ok { background: #e5f4ea; color: #1f4d2a; }
.dt-pill-wait { background: #fff4d6; color: #7a5e20; }
.dt-pill-bad { background: #fde8e8; color: #7a2020; }
.dt-pill-mute { background: #eee; color: #5b6b7c; }
.dt-actions { display: flex; flex-wrap: wrap; gap: .35rem; align-items: center; }
.dt-actions .ob-btn { min-height: 40px; padding: .4rem .75rem; font-weight: 600; }
.dt-actions form { display: inline-flex; gap: .3rem; align-items: center; margin: 0; }
.dt-actions input {
    min-height: 40px; border: 1px solid #cfd6de; border-radius: 8px; padding: .35rem .6rem;
}
.dt-avatar {
    display: inline-flex; width: 32px; height: 32px; border-radius: 50%;
    background: #c9a84c; color: #0a2540; align-items: center; justify-content: center;
    font-weight: 700; margin-right: .4rem;
}
.ob-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1rem; }
.ob-form-grid .full { grid-column: 1 / -1; }
@media (max-width: 860px) { .ob-form-grid { grid-template-columns: 1fr; } }
@media (max-width: 980px) {
    .acc-stats, .acc-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .acc-stats:has(> :nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
    .acc-two { grid-template-columns: 1fr; }
    .acc-next { grid-template-columns: auto 1fr; }
    .acc-next-cta { grid-column: 2; justify-self: start; }
    .acc-logout { margin-left: 0; }
    .acc-nav { margin: 0 1rem; position: static; }
}
@media (max-width: 640px) {
    .acc-stats, .acc-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .acc-next { grid-template-columns: 1fr; }
    .acc-next-cta { grid-column: 1; width: 100%; }
}

.ob-detail { padding-bottom: 3rem; }
.ob-detail > section, .ob-detail > .ob-layout { margin-top: 2rem; }
.ob-detail-toolbar .ob-btn.is-on,
.ob-dock .ob-btn.is-on {
    background: #0a2540;
    border-color: #0a2540;
    color: #f7f1e1;
    -webkit-text-fill-color: #f7f1e1;
}
.ob-detail-toolbar .ob-btn[data-fav].is-on,
.ob-dock .ob-btn[data-fav].is-on {
    background: #7a2020;
    border-color: #7a2020;
}
.ob-hero-detail {
    position: relative;
    margin: .4rem 0 0;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(155deg, #061828 0%, #0a2540 55%, #503d18 100%);
    color: #f7f1e1;
}
.ob-hero-detail.is-plain { padding: 1.6rem 1.4rem 1.3rem; }
.ob-hero-media {
    position: relative;
    min-height: 280px;
    max-height: min(58vh, 520px);
    background: #061828;
    cursor: zoom-in;
}
.ob-hero-slide {
    display: none;
    position: relative;
    margin: 0;
}
.ob-hero-slide.is-on { display: block; }
.ob-photo-credit {
    position: absolute;
    left: .7rem;
    top: .7rem;
    bottom: auto;
    z-index: 2;
    margin: 0;
    max-width: calc(100% - 8rem);
    padding: .28rem .55rem;
    border-radius: 6px;
    background: rgba(6, 24, 40, .72);
    color: #f7f1e1;
    -webkit-text-fill-color: #f7f1e1;
    font-size: .72rem;
    letter-spacing: .02em;
    line-height: 1.3;
}
.ob-hero-slide img {
    width: 100%;
    height: min(58vh, 520px);
    object-fit: cover;
    display: block;
}
.ob-hero-stage { position: relative; }
.ob-hero-copy {
    padding: 1.15rem 1.25rem 1.15rem;
}
.ob-hero-detail:not(.is-plain) .ob-hero-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 4.5rem 1.25rem 1.15rem;
    background: linear-gradient(180deg, transparent 0%, rgba(6,24,40,.88) 58%);
    pointer-events: none;
}
.ob-hero-detail:not(.is-plain) .ob-hero-copy a,
.ob-hero-detail:not(.is-plain) .ob-hero-copy .ob-cats {
    pointer-events: auto;
}
.ob-hero-tools {
    padding: 1rem 1.25rem 1.15rem;
    background: #061828;
}
.ob-hero-detail h1 {
    margin: .15rem 0 .45rem;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.12;
    color: #f7f1e1;
    -webkit-text-fill-color: #f7f1e1;
}
.ob-hero-detail .ob-kicker { color: #c9a84c; -webkit-text-fill-color: #c9a84c; }
.ob-hero-detail .ob-cats a,
.ob-hero-detail .ob-cats span {
    background: rgba(247,241,225,.14);
    color: #f7f1e1;
    -webkit-text-fill-color: #f7f1e1;
}
.ob-hero-detail .ob-btn {
    background: rgba(255,255,255,.96);
}
.ob-hero-detail .ob-note,
.ob-hero-detail .ob-saves { color: #e6dcc4; -webkit-text-fill-color: #e6dcc4; }
.ob-hero-nav, .ob-hero-zoom {
    position: absolute;
    z-index: 2;
    border: 0;
    cursor: pointer;
    color: #0a2540;
    background: rgba(255,252,246,.92);
    box-shadow: 0 6px 18px rgba(6,24,40,.18);
}
.ob-hero-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.ob-hero-nav.is-prev { left: .7rem; }
.ob-hero-nav.is-next { right: .7rem; }
.ob-hero-zoom {
    top: .8rem;
    right: .8rem;
    min-height: 40px;
    padding: .35rem .75rem;
    border-radius: 999px;
    font: 600 .82rem/1 "Source Sans 3", system-ui, sans-serif;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}
.ob-hero-dots {
    display: flex;
    justify-content: center;
    gap: .4rem;
    padding: .55rem 0 0;
}
.ob-hero-media .ob-hero-dots {
    position: absolute;
    left: 0;
    right: 0;
    top: .85rem;
    bottom: auto;
    z-index: 3;
    padding: 0;
}
.ob-hero-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(247,241,225,.45);
    cursor: pointer;
}
.ob-hero-dots button.is-on { background: #c9a84c; transform: scale(1.25); }
.ob-stickynav {
    position: sticky;
    top: 3.7rem;
    z-index: 25;
    display: flex;
    gap: .35rem;
    overflow: auto;
    margin: 0 -1rem;
    padding: .55rem 1rem;
    background: rgba(252,249,242,.94);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(10,37,64,.08);
    scrollbar-width: none;
}
.ob-stickynav::-webkit-scrollbar { display: none; }
.ob-stickynav a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: .35rem .8rem;
    border-radius: 999px;
    color: #0a2540;
    -webkit-text-fill-color: #0a2540;
    text-decoration: none;
    font-weight: 600;
    font-size: .88rem;
    background: #fff;
    border: 1px solid rgba(10,37,64,.1);
}
.ob-stickynav a.is-on,
.ob-stickynav a:hover {
    background: #0a2540;
    border-color: #0a2540;
    color: #f7f1e1;
    -webkit-text-fill-color: #f7f1e1;
}
.ob-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
}
.ob-info-tile {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: .55rem;
    align-items: center;
    min-height: 72px;
    padding: .7rem .75rem;
    border-radius: 12px;
    background: #fff;
    color: #0a2540;
    text-decoration: none;
    border: 1px solid rgba(10,37,64,.06);
}
.ob-info-tile i {
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f7f1e1;
    color: #c9a84c;
}
.ob-info-tile span { font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; color: #5b6b7c; }
.ob-info-tile strong { font-size: .92rem; line-height: 1.25; font-weight: 650; }
.ob-info-tile.is-ok i { background: #0a2540; color: #c9a84c; }
a.ob-info-tile:hover { border-color: rgba(201,168,76,.5); box-shadow: 0 8px 18px rgba(6,24,40,.06); }
.ob-aside-link { margin: .85rem 0 0; }
.ob-aside-link a { color: #0a2540; font-weight: 700; }
.ob-prose.is-clipped {
    max-height: 17.5rem;
    overflow: hidden;
    mask-image: linear-gradient(#000 70%, transparent);
}
.ob-prose.is-open { max-height: none; mask-image: none; }
.ob-more {
    margin-top: .7rem;
    border: 0;
    background: none;
    color: #7a5e20;
    font: 700 .95rem "Source Sans 3", system-ui, sans-serif;
    cursor: pointer;
    min-height: 44px;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ob-map-block, .ob-curios-block, .ob-community {
    background: #fff;
    border: 1px solid rgba(10,37,64,.08);
    border-radius: 16px;
    padding: 1.1rem 1.15rem 1.2rem;
}
.ob-map-block-head {
    display: flex;
    justify-content: space-between;
    gap: .8rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .45rem;
}
.ob-map-block-head h2, .ob-curios-block h2, .ob-community h2 { margin: 0; }
.ob-map-block-actions { display: flex; flex-wrap: wrap; gap: .4rem; }
.ob-mini-map-lg { height: min(52vh, 380px); margin-top: .75rem; }
.ob-curios-track {
    display: flex;
    gap: .75rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    padding: .2rem 0 .4rem;
    scrollbar-width: thin;
}
.ob-curios-card {
    flex: 0 0 min(100%, 280px);
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background: #f7f1e1;
    border-radius: 14px;
    padding: 1rem 1.05rem;
    min-height: 9.5rem;
}
.ob-curios-card p:last-child { margin: .35rem 0 0; color: #1a2e3b; line-height: 1.5; }
.ob-curios-dots { padding-top: .35rem; }
.ob-trasee-list { display: flex; flex-wrap: wrap; gap: .5rem; }
.ob-traseu-chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    min-height: 44px;
    padding: .4rem .85rem;
    border-radius: 999px;
    background: #f7f1e1;
    color: #0a2540;
    text-decoration: none;
    font-weight: 600;
}
.ob-traseu-chip:hover { background: #0a2540; color: #f7f1e1; }
.ob-card-near h3 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.2rem; margin: 0 0 .25rem; }
.ob-card-near h3 a { color: #0a2540; text-decoration: none; }
.ob-card-near:hover { border-color: rgba(201,168,76,.45); box-shadow: 0 10px 22px rgba(6,24,40,.07); }
.ob-btn-slim { min-height: 38px; padding: .3rem .7rem; font-size: .85rem; margin-top: .55rem; align-self: start; }
.ob-tabs { display: flex; flex-wrap: wrap; gap: .4rem; margin: .2rem 0 1rem; }
.ob-tab {
    min-height: 42px;
    padding: .4rem .85rem;
    border-radius: 999px;
    border: 1px solid rgba(10,37,64,.12);
    background: #fff;
    color: #0a2540;
    font: 600 .9rem "Source Sans 3", system-ui, sans-serif;
    cursor: pointer;
}
.ob-tab.is-on { background: #0a2540; border-color: #0a2540; color: #f7f1e1; -webkit-text-fill-color: #f7f1e1; }
.ob-review {
    background: #faf7ef;
    border-radius: 12px;
    padding: .85rem 1rem;
    margin: 0 0 .65rem;
}
.ob-review-meta { display: flex; align-items: center; gap: .55rem; margin: 0 0 .35rem; font-weight: 700; }
.ob-stars-read i, .ob-stars-pick i { color: #d8d0be; }
.ob-stars-read i.is-on, .ob-stars-pick .is-on i { color: #c9a84c; }
.ob-stars-pick { display: flex; gap: .15rem; }
.ob-stars-pick button {
    border: 0;
    background: none;
    cursor: pointer;
    font-size: 1.35rem;
    min-width: 40px;
    min-height: 40px;
    color: inherit;
}
.ob-form-label { margin: 0; font-size: .8125rem; font-weight: 600; color: #0a2540; }
.ob-dock {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    gap: .4rem;
    padding: .55rem .75rem calc(.55rem + env(safe-area-inset-bottom));
    background: rgba(252,249,242,.96);
    border-top: 1px solid rgba(10,37,64,.08);
    box-shadow: 0 -8px 24px rgba(6,24,40,.08);
}
.ob-dock .ob-btn { flex: 1; }
body.is-ob-light .ob-dock,
body.is-ob-map-full .ob-dock { display: none !important; }
body.is-ob-light .header,
body.is-ob-map-full .header { visibility: hidden; }
.ob-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    background: rgba(6,24,40,.88);
    display: grid;
    place-items: center;
    padding: 2.5rem 1rem 1.5rem;
}
.ob-lightbox[hidden] { display: none !important; }
.ob-lightbox img {
    max-width: min(1100px, 100%);
    max-height: calc(100dvh - 6rem);
    object-fit: contain;
    border-radius: 10px;
}
.ob-lightbox p { color: #f7f1e1; margin: .6rem 0 0; text-align: center; }
.ob-lightbox-close {
    position: absolute;
    top: .8rem;
    right: .8rem;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #0a2540;
    cursor: pointer;
}
.ob-toast {
    position: fixed;
    left: 50%;
    bottom: 5.2rem;
    transform: translateX(-50%) translateY(8px);
    z-index: 13000;
    background: #0a2540;
    color: #f7f1e1;
    padding: .55rem 1rem;
    border-radius: 999px;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}
.ob-toast.is-on { opacity: 1; transform: translateX(-50%) translateY(0); }
body.is-ob-light { overflow: hidden; }
body.is-ob-map-full { overflow: hidden; }
body.is-ob-map-full .ob-map-block {
    position: fixed;
    inset: 0;
    z-index: 11000;
    margin: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    background: #f4efe3;
}
body.is-ob-map-full .ob-mini-map-lg { flex: 1; height: auto; min-height: 0; }
#istoric, #info, #harta, #curiozitati, #trasee, #aproape, #comunitate { scroll-margin-top: 6.4rem; }
@media (min-width: 768px) {
    .ob-stickynav { top: 4.4rem; margin: 0; padding-left: 0; padding-right: 0; }
}
@media (max-width: 860px) {
    .ob-dock { display: flex; }
    .ob-detail { padding-bottom: 5.6rem; }
    .back-to-top { bottom: 5.4rem; }
    .ob-hero-media, .ob-hero-slide img { max-height: 50vh; height: 50vh; min-height: 240px; }
    .ob-info-grid { grid-template-columns: 1fr; }
    .ob-hero-nav { width: 36px; height: 36px; }
}
@media (prefers-reduced-motion: reduce) {
    .ob-toast, .ob-hero-dots button, .ob-card-near { transition: none; }
}

.ob-admin.ad-shell { max-width: 92rem; width: 100%; }
.ad-side {
    background: #fff;
    border: 1px solid rgba(10,37,64,.08);
    border-radius: 16px;
    padding: .85rem .7rem 1rem;
    margin-bottom: 1rem;
}
.ad-side-kicker {
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #c9a84c;
    font-weight: 700;
    margin: 0 .5rem .55rem;
}
.ad-nav { display: flex; flex-direction: column; gap: .15rem; }
.ad-nav-label {
    font-size: .68rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #5b6b7c;
    margin: .7rem .5rem .2rem;
    font-weight: 700;
}
.ad-nav a {
    display: flex;
    align-items: center;
    gap: .5rem;
    min-height: 40px;
    padding: .35rem .65rem;
    border-radius: 10px;
    color: #0a2540;
    text-decoration: none;
}
.ad-nav a i { width: 1.1rem; text-align: center; color: #c9a84c; }
.ad-nav a.is-on, .ad-nav a:hover { background: #f7f1e1; }
.ad-badge {
    margin-left: auto;
    background: #0a2540;
    color: #f7f1e1;
    border-radius: 999px;
    min-width: 1.35rem;
    height: 1.35rem;
    font-size: .7rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 .35rem;
}
.ad-section-title {
    font-size: .78rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #5b6b7c;
    font-weight: 700;
    margin: 1.1rem 0 .5rem;
}
.ad-stats-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ob-form input[type="color"] { height: 44px; padding: .2rem .4rem; cursor: pointer; }
@media (min-width: 980px) {
    .ad-shell {
        display: grid;
        grid-template-columns: 15.6rem minmax(0, 1fr);
        gap: 1.4rem;
        align-items: start;
    }
    .ad-side { position: sticky; top: 5.4rem; margin-bottom: 0; }
    .ad-stats-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 979px) {
    .ad-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .2rem; }
    .ad-nav-label, .ad-side-kicker { grid-column: 1 / -1; }
}

body.ad-modal-open { overflow: hidden; }
body.ad-modal-open .back-to-top { display: none !important; }
.ad-modal[hidden], .ad-modal [hidden] { display: none !important; }
.ad-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}
.ad-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 24, 40, .55);
}
.ad-modal-panel {
    position: relative;
    width: min(28rem, 100%);
    background: #fff;
    color: #1a2e3b;
    border-radius: 16px;
    box-shadow: 0 24px 48px rgba(6, 24, 40, .28);
    padding: 1.35rem 1.4rem 1.2rem;
}
.ad-modal-kicker {
    margin: 0 0 .35rem;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #c9a84c;
    font-weight: 700;
}
.ad-modal-panel h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.7rem;
    color: #0a2540;
    margin: 0 0 .45rem;
}
.ad-modal-panel p {
    margin: 0 0 .9rem;
    color: #3d4b59;
    line-height: 1.45;
}
.ad-modal-panel label {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    font-size: .8125rem;
    font-weight: 600;
    color: #0a2540;
    margin-bottom: .85rem;
}
.ad-modal-panel textarea {
    width: 100%;
    min-height: 6rem;
    border: 1px solid #cfd6de;
    border-radius: 8px;
    padding: .75rem 1rem;
    font: inherit;
    resize: vertical;
    color: #1a2e3b;
}
.ad-modal-panel textarea:focus {
    outline: none;
    border-color: #c9a84c;
    box-shadow: 0 0 0 3px rgba(201, 168, 76, .15);
}
.ad-modal-error {
    margin: -.45rem 0 .85rem;
    color: #7a2020;
    font-size: .85rem;
}
.ad-modal-reason-box {
    background: #faf7ef;
    border: 1px solid rgba(10,37,64,.08);
    border-radius: 10px;
    padding: .7rem .85rem;
    margin: 0 0 1rem;
    color: #0a2540;
}
.ad-modal-reason-box small {
    display: block;
    color: #5b6b7c;
    margin-bottom: .25rem;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.ad-modal-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .5rem;
}
.ad-modal-actions .ob-btn { min-width: 7.5rem; }

/* ── QR print card ── */
.qr-page-wrap {
    max-width: 28rem;
    margin: 2.5rem auto 4rem;
    padding: 0 1rem;
}
.qr-card {
    background: #fff;
    border: 1px solid rgba(10, 37, 64, 0.1);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(10, 37, 64, 0.08);
    padding: 1.75rem 1.5rem 1.6rem;
    text-align: center;
    background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(180deg, rgba(201, 168, 76, 0.18), transparent 42%);
    background-origin: border-box;
}
.qr-card-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 1rem;
}
.qr-card-stema {
    display: block;
    height: 64px;
    width: auto;
}
.qr-card-brand p {
    margin: 0;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #c9a84c;
    font-weight: 600;
}
.qr-card h1 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.45rem, 4vw, 1.85rem);
    line-height: 1.2;
    color: #0a2540;
}
.qr-card-place {
    margin: 0 0 1.25rem;
    color: #5b6b7c;
    font-size: 0.95rem;
}
.qr-mark {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem;
    background: #fff;
    border: 1px solid rgba(201, 168, 76, 0.45);
    border-radius: 20px;
    box-shadow: 0 0 0 6px rgba(201, 168, 76, 0.08);
}
.qr-mark-code {
    display: block;
    width: min(72vw, 320px);
    height: auto;
    aspect-ratio: 1;
}
.qr-mark-logo {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 22%;
    height: 22%;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.qr-mark-logo img {
    width: 86%;
    height: 86%;
    object-fit: contain;
}
.qr-card-hint {
    margin: 1.15rem 0 0.35rem;
    color: #0a2540;
    font-weight: 600;
    font-size: 0.95rem;
}
.qr-card-url {
    margin: 0;
    color: #5b6b7c;
    font-size: 0.78rem;
    overflow-wrap: anywhere;
    line-height: 1.45;
}
.qr-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.25rem;
}
.ob-acces {
    background: #fff;
    border: 1px solid rgba(10, 37, 64, .08);
    border-radius: 14px;
    padding: .9rem 1rem 1rem;
    margin: 0 0 1rem;
}
.ob-aside .ob-acces { background: #fff; }
.ob-acces-kicker {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin: 0 0 .75rem;
    font-size: .78rem;
    font-weight: 650;
    letter-spacing: .03em;
    color: #0a2540;
}
.ob-acces-kicker i { color: #c9a84c; }
.ob-acces-cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem 1rem;
}
.ob-acces-col strong {
    display: block;
    margin-bottom: .45rem;
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #5b6b7c;
}
.ob-acces-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.ob-acces-chip {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .28rem .65rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 650;
    line-height: 1.2;
    white-space: nowrap;
}
.ob-acces-chip i { font-size: .72rem; }
.ob-acces-chip.is-acces { background: #e8f1fb; color: #1d4e89; }
.ob-acces-chip.is-drum.is-ok { background: #e7f4ea; color: #2d6a4f; }
.ob-acces-chip.is-drum.is-mid { background: #fff3d6; color: #8a5a12; }
.ob-acces-chip.is-drum.is-warn { background: #fde8e8; color: #9b2c2c; }
.ob-acces-chip.is-gear { background: #fff1e4; color: #c45c26; }
.ob-acces.is-compact { padding: .7rem .8rem .8rem; margin-bottom: .85rem; }
.ob-acces.is-compact .ob-acces-kicker { font-size: .72rem; margin-bottom: .5rem; }
.ob-acces.is-compact .ob-acces-chip { font-size: .72rem; padding: .22rem .55rem; }
.traseu-card .ob-acces { box-shadow: none; }
@media (max-width: 720px) {
    .ob-acces-cols { grid-template-columns: 1fr; }
}
@media print {
    @page { size: A6 portrait; margin: 7mm; }
    html, body.qr-page { background: #fff !important; }
    header, footer, nav, .ob-banner, .cookie-notice, .skip-link, .cmd-palette, .qr-actions { display: none !important; }
    main.min-h-screen { min-height: 0 !important; }
    .qr-page-wrap {
        max-width: none;
        margin: 0;
        padding: 0;
    }
    .qr-card {
        box-shadow: none;
        border: 1px solid #c9a84c;
        border-radius: 0;
        padding: 4mm 3mm;
        break-inside: avoid;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
    .qr-card-stema { height: 48px; }
    .qr-card h1 { font-size: 16pt; }
    .qr-mark {
        box-shadow: none;
        padding: 3mm;
    }
    .qr-mark-code { width: 68mm; }
}
