.m3d { --m3d-hlavicka: 120px; --m3d-hlava: 52px; --m3d-pad: var(--space-lg, 28px); --m3d-odstup: var(--m3d-pad); --m3d-spodek: var(--m3d-pad); margin-top: var(--m3d-odstup);
padding: var(--m3d-pad);
border-radius: var(--radius-card, 16px);
background: linear-gradient(135deg, #1b2f63 0%, #203c85 55%, #24337a 100%);
box-shadow: 0 18px 45px -20px rgba(16, 27, 66, .7);
color: #fff;
} .m3d__header {
display: flex; align-items: flex-start; justify-content: space-between;
gap: var(--space-md, 18px); margin-bottom: var(--space-md, 18px);
} .m3d__header-txt {
display: flex; align-items: center; flex-wrap: wrap;
gap: 6px 12px; flex: 1 1 auto; min-width: 0;
} .m3d__eyebrow {
font-size: 11px; font-weight: 700;
letter-spacing: .08em; text-transform: uppercase;
color: #1b2f63; background: #c9d4f0;
padding: 4px 10px; border-radius: var(--radius-pill, 999px);
}  .m3d .m3d__title, .m3d h1.m3d__title { margin: 0; padding: 0; color: #fff !important;
font-size: 23px; line-height: 1.15; font-family: inherit; white-space: nowrap; flex: 0 0 auto;
}
.m3d .m3d__title .m3d__loc { color: #fff; }
.m3d__title {
font-size: 23px; font-weight: 800; letter-spacing: -.02em;
line-height: 1.15; color: #fff;
}
.m3d__loc { font-weight: 500; opacity: .65; font-size: .62em; }
.m3d__logo { height: 34px; width: auto; flex-shrink: 0; opacity: .95; } .m3d__stage {
position: relative; height: calc(100svh - var(--m3d-hlavicka) - var(--m3d-hlava)
- var(--m3d-odstup) - var(--m3d-spodek) - 2 * var(--m3d-pad));
min-height: 420px;
border-radius: var(--radius-md, 12px); overflow: hidden;
border: 1px solid rgba(255, 255, 255, .18); background: #05070f;
z-index: 0; isolation: isolate;
}
.m3d__canvas { position: absolute; inset: 0; } .m3d .maplibregl-ctrl-top-right,
.m3d .maplibregl-ctrl-bottom-left { display: none; } .m3d .maplibregl-ctrl-bottom-right {
bottom: 18px; right: 10px; transition: opacity .25s;
}
.m3d__stage.is-cista .maplibregl-ctrl-bottom-right { opacity: .1; } .m3d .maplibregl-ctrl-attrib { font-size: 9px; }
.m3d .maplibregl-ctrl-attrib:not(.maplibregl-compact-show) .maplibregl-ctrl-attrib-inner { display: none; }
.m3d .maplibregl-ctrl-attrib .maplibregl-ctrl-attrib-button { display: block; } .m3d__stage:fullscreen { border-radius: 0; border: 0; height: 100vh; }
.m3d__stage:-webkit-full-screen { border-radius: 0; border: 0; height: 100vh; }
.m3d__stage.is-cista .m3d__panel { opacity: .1; pointer-events: none; }
.m3d__panel { transition: opacity .25s; } .m3d__stage.is-cista .m3d__list { pointer-events: auto; }
.m3d__stage.is-cista .m3d__list:hover { opacity: 1; } .m3d__panel {
position: absolute;
background: rgba(255, 255, 255, .95);
backdrop-filter: blur(12px);
border-radius: var(--radius-md, 12px);
box-shadow: 0 8px 28px -10px rgba(15, 23, 42, .45);
color: #0f172a;
}
.m3d__list {
top: 14px; left: 14px;
width: 306px; max-height: calc(100% - 28px);
display: flex; flex-direction: column; overflow: hidden;
}
.m3d__list-head {
padding: 11px 14px 9px;
font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
font-weight: 700; color: #64748b;
display: flex; align-items: center; gap: 8px;
border-bottom: 1px solid rgba(15, 23, 42, .08);
} .m3d__list-count { margin-left: auto; color: #94a3b8; letter-spacing: 0; } .m3d__list-head .m3d__sbal { margin-left: 0; } .m3d__cards {
flex: 1 1 auto; min-height: 0;
overflow-y: auto; overflow-x: hidden;
overscroll-behavior: contain; padding: 8px;
scrollbar-width: thin; scrollbar-color: #cbd5e1 transparent;
}
.m3d__cards::-webkit-scrollbar { width: 6px; }
.m3d__cards::-webkit-scrollbar-track { background: transparent; }
.m3d__cards::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 3px; }
.m3d__cards::-webkit-scrollbar-button { display: none; height: 0; } .m3d__card {
display: flex; gap: 10px; align-items: flex-start;
width: 100%; text-align: left;
padding: 9px 10px; margin-bottom: 4px;
border: 1px solid transparent; border-radius: 10px;
background: transparent; cursor: pointer; color: inherit;
transition: background .15s, border-color .15s;
}
.m3d__card:hover { background: rgba(32, 60, 133, .06); } .m3d__card.is-active { background: rgba(32, 60, 133, .1); }  .m3d__card-n {
order: 3; flex: 0 0 24px; width: 24px; height: 24px; margin-top: 2px;
display: grid; place-items: center; border-radius: 50%;
font-size: 11px; font-weight: 800; color: #1b2f63; background: #e8eefb;
}
.m3d--food .m3d__card-n { background: #e9f2d8; color: #2c4300; }
.m3d__c--history { background: #f6e6c8; }
.m3d__c--culture { background: #ece3fb; }
.m3d__c--sacred  { background: #dde7ff; }
.m3d__c--nature  { background: #d8f0e1; }
.m3d__c--coast   { background: #d3f1ee; }
.m3d__c--food    { background: #fbdde5; }
.m3d__ava {
position: relative; flex: 0 0 40px; width: 40px; height: 40px;
border-radius: 50%; display: grid; place-items: center; overflow: hidden;
}
.m3d__ava img { width: 100%; height: 100%; object-fit: cover; display: block; }
.m3d__ava-emoji { font-size: 19px; line-height: 1; } .m3d__ava img.m3d__ava-vlajka {
width: 26px; height: auto; object-fit: contain; border-radius: 3px;
box-shadow: 0 0 0 1px rgba(15, 23, 42, .12);
} .m3d__ava--history { background: #f6e6c8; }
.m3d__ava--culture { background: #ece3fb; }
.m3d__ava--sacred  { background: #dde7ff; }
.m3d__ava--nature  { background: #d8f0e1; }
.m3d__ava--coast   { background: #d3f1ee; }
.m3d__ava--food    { background: #fbdde5; } .m3d__card-txt {
min-width: 0; max-width: 100%; flex: 1 1 auto;
display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
}
.m3d__card-name {
font-size: 13px; font-weight: 700; line-height: 1.3;
overflow-wrap: anywhere;
} .m3d__card-local {
margin-top: -4px; font-size: 11.5px; font-weight: 500; line-height: 1.25; color: #64748b;
overflow-wrap: anywhere;
} .m3d__card-rating {
font-size: 11.5px; font-weight: 700; color: #b45309;
font-variant-numeric: tabular-nums;
}
.m3d__card-desc {
margin-top: 1px;
font-size: 11.5px; line-height: 1.35; color: #64748b;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden; overflow-wrap: anywhere;
} .m3d .routes-pill {
position: static; left: auto; right: auto; bottom: auto; top: auto; z-index: auto;
} .m3d .routes-pill__icon { display: none; } .m3d .routes-pill__label { font-weight: 600; }
.m3d__card-pill { display: inline-flex; } .m3d__card--trasa .m3d__card-pill {
background: none; padding: 0; gap: 5px;
color: #64748b; font-weight: 600; font-size: 11.5px;
} .m3d__meta {
padding: 10px 12px 0; text-align: center;
border-top: 1px solid rgba(15, 23, 42, .08);
}
.m3d__metric { font-size: 13px; font-weight: 800; color: #1b2f63; }
.m3d__chips {
display: flex; flex-wrap: wrap; justify-content: center;
gap: 5px; margin-top: 6px;
}
.m3d__chips span {
font-size: 10.5px; font-weight: 600; color: #475569;
background: rgba(32, 60, 133, .08);
border: 1px solid rgba(32, 60, 133, .12);
padding: 3px 8px; border-radius: var(--radius-pill, 999px);
}
.m3d__gmaps {
display: block; margin: 10px; padding: 10px 14px;
width: calc(100% - 20px); box-sizing: border-box;
font-family: inherit; line-height: 1.2;
background: #203c85; color: #fff;
border-radius: var(--radius-pill, 999px);
font-size: 12.5px; font-weight: 700; text-align: center; text-decoration: none;
transition: transform .15s, box-shadow .15s;
}
.m3d .m3d__gmaps, .m3d .m3d__gmaps:hover, .m3d .m3d__gmaps:focus { color: #fff; }
.m3d__gmaps:hover { transform: translateY(-1px); box-shadow: 0 8px 18px -8px rgba(15,23,42,.5); } .m3d__detail {
right: 14px; bottom: 14px; width: 306px; display: flex; flex-direction: column;
max-height: calc(100% - 86px);
padding: 0; overflow: hidden;
opacity: 0; transform: translateY(8px); pointer-events: none;
} .m3d__detail { transition: opacity .28s ease, transform .28s ease; }
.m3d__detail.is-on { opacity: 1; transform: none; pointer-events: auto; }
@media (prefers-reduced-motion: reduce) { .m3d__detail { transition: none; } } .m3d__stage.is-cista .m3d__detail,
.m3d__stage.is-cista .m3d__detail.is-on { opacity: 0; pointer-events: none; }   .m3d__detail-foto {
position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden;
display: grid; place-items: center; background: #0f1a3a; flex: 0 1 auto; min-height: 120px;
}
.m3d__detail-in { flex: 0 0 auto; }
.m3d__detail-foto img {
position: absolute; top: 0; right: 0; bottom: 0; left: 0;
width: 100%; height: 100%; object-fit: cover; display: block;
} .m3d__detail-foto--ikona { display: grid; place-items: center; }
.m3d__detail-emoji { font-size: 76px; line-height: 1; background: none; } .m3d__detail-foto--ikona { box-shadow: none; }
.m3d__detail-foto--ikona.m3d__ava--history { background: #f6e6c8; }
.m3d__detail-foto--ikona.m3d__ava--culture { background: #ece3fb; }
.m3d__detail-foto--ikona.m3d__ava--sacred  { background: #dde7ff; }
.m3d__detail-foto--ikona.m3d__ava--nature  { background: #d8f0e1; }
.m3d__detail-foto--ikona.m3d__ava--coast   { background: #d3f1ee; }
.m3d__detail-foto--ikona.m3d__ava--food    { background: #fbdde5; }
.m3d__detail-over {
position: absolute; left: 0; right: 0; bottom: 0;
padding: 26px 14px 12px;
background: linear-gradient(to top, rgba(8, 14, 34, .85), rgba(8, 14, 34, 0));
color: #fff;
} .m3d__detail-pill { display: inline-flex; margin-bottom: 6px; }
.m3d__detail-name { font-size: 16.5px; font-weight: 800; line-height: 1.25; color: #fff; }
.m3d__detail-local {
margin-top: 2px; font-size: 12px; font-weight: 600;
color: rgba(255, 255, 255, .7);
} .m3d__detail-rating {
display: flex; align-items: center; gap: 6px; margin-top: 5px;
}
.m3d__detail-rating .rt-score { font-size: 13px; font-weight: 800; color: #fff; }
.m3d__detail-rating .rt-stars {
position: relative; display: inline-block;
font-size: 13px; line-height: 1; white-space: nowrap; letter-spacing: 1px;
}
.m3d__detail-rating .rt-empty { color: rgba(255, 255, 255, .28); }
.m3d__detail-rating .rt-fill {
position: absolute; left: 0; top: 0;
width: var(--p, 0%); overflow: hidden; color: #fbbf24;
}
.m3d__detail-rating .rt-count { font-size: 11px; color: rgba(255, 255, 255, .55); }
.m3d__detail-in { padding: 12px 15px 13px; }
.m3d__detail-desc {
font-size: 12px; line-height: 1.55; color: #475569;
max-height: 96px; overflow-y: auto; scrollbar-width: thin;
}
.m3d__detail-meta { margin-top: 8px; font-size: 11.5px; color: #64748b; }
.m3d__detail-coords {
margin-top: 9px; padding-top: 9px;
border-top: 1px solid rgba(15, 23, 42, .08);
font-size: 10.5px; color: #94a3b8; font-variant-numeric: tabular-nums;
} .m3d__tools {
left: 50%; bottom: 14px; transform: translateX(-50%);
display: flex; gap: 3px; padding: 5px;
}
.m3d__tool {
display: flex; flex-direction: column; align-items: center; gap: 4px;
min-width: 72px; padding: 8px 10px;
border: 0; border-radius: 9px; background: transparent;
font-size: 10px; font-weight: 700; color: #475569;
cursor: pointer; transition: background .15s, color .15s;
}
.m3d__tool:hover { background: rgba(15, 23, 42, .06); }
.m3d__tool.is-on { background: #203c85; color: #fff; }
.m3d__tool-ico { font-size: 15px; line-height: 1; }
.m3d__tool-txt { white-space: nowrap; } .m3d__stage.is-hraje .m3d__tools { opacity: 1; pointer-events: auto; }
.m3d__stage.is-hraje .m3d__detail.is-on { opacity: 1; pointer-events: auto; }
.m3d__stage.is-hraje .maplibregl-ctrl-bottom-right { opacity: 1; }  .m3d-pin { display: flex; align-items: center; justify-content: center; gap: 6px;
padding: 5px 11px; border-radius: 999px;
background: rgba(255, 255, 255, .96);
box-shadow: 0 2px 10px rgba(15, 23, 42, .24);
font-weight: 700; font-size: 11.5px; line-height: 1; color: #0f172a;
cursor: pointer; white-space: nowrap; transition: transform .15s, background .15s;
}
.m3d-pin:hover { transform: scale(1.06); }
.m3d-pin__n {
display: grid; place-items: center;
width: 20px; height: 20px; border-radius: 50%;
font-size: 11px; font-weight: 800; color: #1b2f63;
}
.m3d-pin--history .m3d-pin__n { background: #f6e6c8; }
.m3d-pin--culture .m3d-pin__n { background: #ece3fb; }
.m3d-pin--sacred  .m3d-pin__n { background: #dde7ff; }
.m3d-pin--nature  .m3d-pin__n { background: #d8f0e1; }
.m3d-pin--coast   .m3d-pin__n { background: #d3f1ee; }
.m3d-pin--food    .m3d-pin__n { background: #fbdde5; }
.m3d-pin.is-active { background: #1b2f63; color: #fff; transform: scale(1.14); } @media (max-width: 900px) {
.m3d { padding: var(--space-md, 18px); }
.m3d__header { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.m3d__header-txt { display: contents; } .m3d__eyebrow {
grid-column: 1; grid-row: 1; justify-self: start;
white-space: nowrap; font-size: 9.5px; letter-spacing: .04em; padding: 3px 9px;
}
.m3d__logo { grid-column: 2; grid-row: 1; height: 22px; } .m3d__title {
grid-column: 1 / -1; grid-row: 2; font-size: 19px;
min-width: 0; max-width: 100%;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.m3d .m3d__title, .m3d h1.m3d__title {
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
font-size: 19px; min-width: 0; max-width: 100%; display: block;
} .m3d { --m3d-hlavicka: 64px; --m3d-hlava: 72px; --m3d-pad: var(--space-md, 18px); }  .m3d .m3d__ovladani {
left: 10px; right: 10px; top: 10px; justify-content: flex-end;
}
.m3d__guides { min-width: 0; }
.m3d__guides-txt { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .m3d__list {
top: auto; left: 10px; right: 10px;
bottom: calc(10px + var(--m3d-nastroje, 58px) + 8px);
width: auto; max-height: none;
} .m3d .m3d__list.je-sbaleno {
top: auto; bottom: calc(10px + var(--m3d-nastroje, 58px) + 8px);
}
.m3d__list-head { display: none; } .m3d__cards {
display: flex; gap: 8px; padding: 8px;
overflow-x: auto; overflow-y: hidden;
scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch;
scrollbar-width: none; cursor: grab;
}
.m3d__cards::-webkit-scrollbar { display: none; width: 0; height: 0; }
.m3d__cards.is-tahne { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }
.m3d__cards.is-tahne .m3d__card { pointer-events: none; } .m3d__card {
flex: 0 0 auto; width: auto; max-width: 76%;
margin: 0; scroll-snap-align: start;
border: 1px solid rgba(15, 23, 42, .1);
} .m3d__card-txt { align-items: stretch; }
.m3d__card .m3d__card-name,
.m3d__card .m3d__card-sub,
.m3d__card .m3d__card-local {
display: block; max-width: 100%;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
} .m3d__card .m3d__card-pill { align-self: flex-start; max-width: 100%; }
.m3d__card-txt { gap: 2px; } .m3d__cards { padding: 8px 0; scroll-padding-left: 10px; }
.m3d__card:first-child { margin-left: 10px; }
.m3d__card:last-child  { margin-right: 10px; }
.m3d__meta { display: none; }
.m3d__gmaps { margin: 0 8px 8px; }
.m3d__detail { display: none; } .m3d__tools {
left: 10px; right: 10px; bottom: 10px; transform: none;
justify-content: space-between;
}
.m3d__tool { flex: 1 1 0; min-width: 0; font-size: 9px; padding: 8px 4px; gap: 3px; } .m3d .maplibregl-ctrl-attrib-button,
.m3d .maplibregl-ctrl-attrib.maplibregl-compact { display: none; }
}   .m3d-pin-wrap {
display: flex; flex-direction: column; align-items: center; pointer-events: none; transition: opacity .25s ease, visibility 0s linear .25s;
}
.m3d-pin-wrap .m3d-pin { pointer-events: auto; cursor: pointer; } .m3d-pin-wrap:hover { z-index: 6; }  .m3d-pin-wrap::after {
content: ''; width: 9px; height: 9px; border-radius: 50%;
margin-top: 4px; margin-bottom: -6px;
background: #1b2f63; box-shadow: 0 0 0 2px rgba(255, 255, 255, .92);
pointer-events: none;
opacity: 0; transition: opacity .16s;
}
.m3d-pin-wrap:hover::after { opacity: 1; animation: m3d-tep 1.8s ease-out infinite; } @keyframes m3d-tep {
0%   { box-shadow: 0 0 0 2px rgba(255, 255, 255, .92), 0 0 0 0   rgba(27, 47, 99, .5); }
70%  { box-shadow: 0 0 0 2px rgba(255, 255, 255, .92), 0 0 0 13px rgba(27, 47, 99, 0); }
100% { box-shadow: 0 0 0 2px rgba(255, 255, 255, .92), 0 0 0 0   rgba(27, 47, 99, 0); }
} @media (prefers-reduced-motion: reduce) {
.m3d-pin-wrap:hover::after { animation: none; }
}  .m3d-pin__ikona { flex: 0 0 auto; font-size: 13px; line-height: 1; }
.m3d-pin__vlajka {
flex: 0 0 auto; width: 17px; height: 11.5px; border-radius: 2px;
object-fit: cover; display: block;
box-shadow: 0 0 0 1px rgba(15, 23, 42, .14);
}  .m3d--food .m3d__eyebrow { color: #1b2f63; background: #c9d4f0; }  .m3d__ovladani {
position: absolute; top: 14px; right: 14px; z-index: 6;
display: flex; align-items: center; gap: 8px;
}
.m3d__rezim { position: relative; } .m3d__guides {
display: flex; align-items: center; gap: 9px;
padding: 9px 14px; border-radius: var(--radius-pill, 999px);
background: #203c85; color: #fff; text-decoration: none;
box-shadow: 0 10px 26px -12px rgba(15, 23, 42, .55);
font-weight: 700; font-size: 12.5px; line-height: 1;
white-space: nowrap;
transition: background .15s, box-shadow .15s, transform .15s;
}
.m3d .m3d__guides, .m3d .m3d__guides:hover, .m3d .m3d__guides:focus { color: #fff; }
.m3d__guides:hover {
background: #1b2f63; transform: translateY(-1px);
box-shadow: 0 14px 30px -12px rgba(15, 23, 42, .65);
}
.m3d__guides:focus-visible { outline: 2px solid #90cd1d; outline-offset: 2px; } .m3d__guides-sip {
width: 7px; height: 7px; flex: 0 0 auto;
border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
transform: translateX(-2px) rotate(-45deg);
opacity: .85; transition: transform .18s;
}
.m3d__guides:hover .m3d__guides-sip { transform: translateX(1px) rotate(-45deg); }
.m3d__rezim-tl {
display: flex; align-items: center; gap: 8px;
padding: 9px 14px;
border: 0; border-radius: var(--radius-pill, 999px);
background: rgba(255, 255, 255, .96);
box-shadow: 0 10px 26px -12px rgba(15, 23, 42, .55);
font-weight: 700; font-size: 12.5px; line-height: 1; color: #1b2f63;
cursor: pointer; transition: box-shadow .15s, transform .15s;
}
.m3d--food .m3d__rezim-tl { color: #2c4300; }
.m3d__rezim-tl:hover { transform: translateY(-1px); box-shadow: 0 14px 30px -12px rgba(15, 23, 42, .6); }
.m3d__rezim-ico { font-size: 13px; line-height: 1; } .m3d__rezim-sip {
width: 7px; height: 7px; margin-left: 2px;
border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
transform: translateY(-2px) rotate(45deg);
opacity: .45; transition: transform .18s, opacity .15s;
}
.m3d__rezim-tl[aria-expanded="true"] .m3d__rezim-sip {
transform: translateY(2px) rotate(-135deg); opacity: .8;
}
.m3d__rezim-menu {
position: absolute; top: calc(100% + 6px); right: 0; min-width: 170px;
margin: 0; padding: 6px; list-style: none;
background: rgba(255, 255, 255, .98);
border-radius: 14px;
box-shadow: 0 18px 40px -16px rgba(15, 23, 42, .55);
}
.m3d__rezim-menu li {
display: flex; align-items: center; gap: 9px;
padding: 9px 11px; border-radius: 10px;
font-weight: 600; font-size: 12.5px; line-height: 1; color: #1b2f63;
cursor: pointer; transition: background .12s;
}
.m3d__rezim-menu li:hover { background: rgba(32, 60, 133, .08); }
.m3d__rezim-menu li[aria-selected="true"] { background: rgba(58, 84, 0, .12); color: #2c4300; } .m3d__rezim-menu li[data-nedostupne] { opacity: .38; cursor: not-allowed; }
.m3d__rezim-menu li[data-nedostupne]:hover { background: transparent; }  .m3d__recept {
display: block; margin: 10px; padding: 10px 14px;
width: calc(100% - 20px); box-sizing: border-box;
border: 0; border-radius: var(--radius-pill, 999px);
background: #203c85; color: #fff;
font-family: inherit; font-size: 12.5px; font-weight: 700; line-height: 1.2;
text-align: center; text-decoration: none; cursor: pointer;
transition: transform .15s, box-shadow .15s, background .15s;
}
.m3d__recept:hover { transform: translateY(-1px); box-shadow: 0 8px 18px -8px rgba(15, 23, 42, .5); } .m3d--food .m3d__recept,
.m3d--food .m3d__gmaps { background: #90cd1d; }
.m3d--food .m3d__recept:hover,
.m3d--food .m3d__gmaps:hover {
background: #a6e02a;
box-shadow: 0 8px 18px -8px rgba(28, 48, 6, .5);
}    .m3d__modal { position: relative; margin-top: var(--space-lg, 28px); scroll-margin-top: 132px; }
.m3d__modal-x {
position: absolute; top: 10px; right: 10px; z-index: 4;
padding: 8px 16px;
border: 0; border-radius: var(--radius-pill, 999px);
background: rgba(255, 255, 255, .92); color: #2c4300;
font-weight: 700; font-size: 12px; line-height: 1.2; cursor: pointer;
transition: background .15s, transform .15s;
}
.m3d__modal-x:hover { background: #fff; transform: translateY(-1px); }
.m3d__modal-cekam {
margin: 0; padding: 28px; text-align: center;
color: rgba(15, 23, 42, .6); font-size: 13px;
} .m3d__modal .foods-expand { margin-top: 0; } .routes-pill--jidlo { background: #e8f3cf; color: #3a5400; } .m3d-pin--jidlo { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
padding: 6px 13px 6px 6px;  background: rgba(255, 255, 255, .96);
color: #2c4300; border: 0;
border-radius: var(--radius-pill, 999px);
box-shadow: 0 8px 20px -8px rgba(15, 23, 42, .55);
font-size: 12.5px; font-weight: 700; line-height: 1;
cursor: pointer;
transition: transform .16s cubic-bezier(.22,1,.36,1), box-shadow .16s, background .16s, color .16s;
}
.m3d-pin--jidlo:not(:has(.m3d-pin__n)) { padding: 6px 13px; } .m3d-pin--jidlo .m3d-pin__n {
display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: auto; min-width: 21px; height: 21px; padding: 0 7px;
white-space: nowrap; background: #90cd1d; color: #1f3300;
border-radius: 999px;
font-size: 11px; font-weight: 800; letter-spacing: .01em;
font-variant-numeric: tabular-nums;
}
.m3d-pin--jidlo .m3d-pin__t { padding-right: 1px; } .m3d-pin-wrap:hover .m3d-pin--jidlo {
transform: translateY(-3px) scale(1.04);
box-shadow: 0 14px 28px -10px rgba(15, 23, 42, .6);
}
.m3d-pin-wrap:hover .m3d-pin--jidlo .m3d-pin__n { background: #3a5400; color: #fff; }  .m3d-pin--jidlo.is-active {
background: rgba(255, 255, 255, .96); color: #2c4300;
transform: translateY(-3px) scale(1.04);
box-shadow: 0 14px 28px -10px rgba(15, 23, 42, .6);
}
.m3d-pin--jidlo.is-active .m3d-pin__n { background: #3a5400; color: #fff; }
.m3d-pin-wrap:hover .m3d-pin--jidlo.is-active {
box-shadow: 0 16px 30px -10px rgba(15, 23, 42, .65);
}
.m3d-pin-wrap:hover .m3d-pin--jidlo.is-active .m3d-pin__n { background: #3a5400; color: #fff; }  .m3d__sbal {
width: 28px; height: 28px; padding: 0; margin-left: auto;
border: 0; background: transparent; cursor: pointer;
display: inline-flex; align-items: center; justify-content: center;
border-radius: 9px; color: #64748b;
transition: background .14s, color .14s;
}
.m3d__sbal:hover { background: rgba(15, 23, 42, .07); color: #1b2f63; }
.m3d__sbal:hover .m3d__sbal-ikona { transform: scale(1.12); }
.m3d__sbal[aria-expanded="true"]:hover .m3d__sbal-ikona { transform: rotate(180deg) scale(1.12); }
.m3d__sbal:active .m3d__sbal-ikona { transition-duration: .12s; }
.m3d--food .m3d__sbal:hover { color: #2c4300; }
.m3d__sbal:focus-visible { outline: 2px solid #90cd1d; outline-offset: 2px; } .m3d__sbal-ikona {
position: relative; display: block; flex: 0 0 auto;
width: 12px; height: 12px; transition: transform .46s var(--m3d-ease, cubic-bezier(.34, 1.28, .5, 1));
}
.m3d__sbal-ikona::before,
.m3d__sbal-ikona::after {
content: ''; position: absolute; inset: 0; margin: auto;
background: currentColor; border-radius: 1.5px;
transition: transform .46s var(--m3d-ease, cubic-bezier(.34, 1.28, .5, 1)),
opacity .3s ease;
} .m3d__sbal-ikona::before { width: 100%; height: 2px; }
.m3d__sbal-ikona::after  { width: 2px;  height: 100%; } .je-sbaleno .m3d__sbal-ikona { width: 11px; height: 11px; } .m3d__sbal[aria-expanded="true"] .m3d__sbal-ikona { transform: rotate(180deg); }
.m3d__sbal[aria-expanded="true"] .m3d__sbal-ikona::after {
transform: rotate(90deg) scaleY(.35); opacity: 0;
} .m3d__sbal[aria-expanded="false"] .m3d__sbal-ikona::after { transform: none; opacity: 1; } .m3d__sbal--detail {
position: absolute; top: 9px; right: 9px; z-index: 3;
width: 26px; height: 26px; border-radius: 50%;
background: rgba(255, 255, 255, .82);
backdrop-filter: blur(6px);
box-shadow: 0 2px 10px rgba(15, 23, 42, .28);
color: #334155;
}
.m3d__sbal--detail:hover { background: #fff; color: #0f172a; } .m3d__panel.je-sbaleno {
width: auto; height: auto; min-height: 0;
max-height: none;
padding: 0; cursor: pointer;
border-radius: var(--radius-pill, 999px);
transition: box-shadow .15s, transform .15s;
}
.m3d__panel.je-sbaleno:hover { transform: translateY(-1px); box-shadow: 0 12px 26px -12px rgba(15, 23, 42, .5); }  .m3d--food .m3d__list.je-sbaleno { top: 14px; bottom: auto; height: auto; }
.m3d__list.je-sbaleno .m3d__cards,
.m3d__list.je-sbaleno .m3d__meta,
.m3d__list.je-sbaleno .m3d__gmaps,
.m3d__detail.je-sbaleno .m3d__detail-foto,
.m3d__detail.je-sbaleno .m3d__detail-in { display: none; }
.m3d__list.je-sbaleno .m3d__list-head {
border-bottom: 0; padding: 9px 12px 9px 14px; gap: 8px;
} .m3d__detail.je-sbaleno { min-width: 0; } .m3d__stage.je-sbalena-karta .maplibregl-ctrl-bottom-right { bottom: 56px; } .m3d__detail.je-sbaleno .m3d__sbal--detail {
position: static; width: auto; height: auto;
padding: 9px 15px 9px 16px; gap: 9px;
background: transparent; border-radius: inherit; box-shadow: none;
backdrop-filter: none;
font-weight: 700; font-size: 12.5px; line-height: 1; color: #1b2f63;
}
.m3d__detail.je-sbaleno .m3d__sbal--detail:hover { background: transparent; }
.m3d__detail.je-sbaleno { box-shadow: 0 10px 26px -12px rgba(15, 23, 42, .55); }
.m3d--food .m3d__detail.je-sbaleno .m3d__sbal--detail { color: #2c4300; } .m3d__sbal::after { content: none; } .m3d__list.je-sbaleno .m3d__sbal::after { content: none; }
.m3d__list.je-sbaleno .m3d__sbal { padding: 0; gap: 0; width: 20px; }
.m3d__list-head .m3d__sbal-ikona { opacity: .75; }
.je-sbaleno .m3d__sbal::after {
content: attr(data-popisek);
font-weight: 700; font-size: 12.5px; line-height: 1; letter-spacing: .01em; color: inherit;
}
.je-sbaleno .m3d__sbal {
width: auto; height: auto; gap: 8px; padding: 0 2px;
flex-direction: row-reverse; }
.je-sbaleno .m3d__sbal:hover { background: transparent; } .m3d--food .m3d__list {
top: 14px; bottom: auto;
max-height: calc(100% - 28px);
display: flex; flex-direction: column;
}
.m3d--food .m3d__cards { flex: 1 1 auto; min-height: 0; overflow-y: auto; } @media (max-width: 900px) { .m3d--food .m3d__list {
top: auto; left: 10px; right: 10px;
bottom: calc(10px + var(--m3d-nastroje, 58px) + 8px);
width: auto; height: auto;
}
.m3d--food .m3d__list.je-sbaleno {
top: auto; bottom: calc(10px + var(--m3d-nastroje, 58px) + 8px);
}
.m3d--food .m3d__cards { flex: 0 0 auto; overflow-y: hidden; align-items: stretch; } .m3d--food .m3d__card {
flex: 0 0 auto; width: auto; max-width: 76%; align-items: center;
}
} .m3d__ava .m3d__ava-emoji { display: none; } .m3d__ava:not(:has(img)) .m3d__ava-emoji {
display: flex; align-items: center; justify-content: center;
}
.m3d__ava.je-bez-fotky img { display: none; }
.m3d__ava.je-bez-fotky .m3d__ava-emoji { display: flex; align-items: center; justify-content: center; } @media (prefers-reduced-motion: reduce) {
.m3d__sbal-ikona,
.m3d__sbal-ikona::before,
.m3d__sbal-ikona::after { transition-duration: .01ms; }
} .m3d__z { opacity: .72; font-weight: 600; } .m3d:first-child { --m3d-odstup: 0px; } .admin-bar .m3d { --m3d-hlavicka: 152px; }
@media (max-width: 782px) { .admin-bar .m3d { --m3d-hlavicka: 110px; } } .l-section.height_medium:has(.m3d) { padding-top: 0; } .m3d__hotely { position: relative; margin-top: var(--space-lg, 28px); scroll-margin-top: 132px; }
.m3d__hotely[hidden] { display: none; } .m3d__hotely-hlava {
display: flex; align-items: center; justify-content: space-between; gap: 16px;
margin-bottom: 16px;
}
.m3d__hotely-nadpis { font-size: 15px; font-weight: 800; color: #1b2f63; }
.m3d__hotely .m3d__hotely-x {
position: static; padding: 9px 18px;
background: rgba(15, 23, 42, .06); color: #1b2f63;
}
.m3d__hotely .m3d__hotely-x:hover { background: rgba(15, 23, 42, .12); }
.m3d__hotely .hotel-list-grid { gap: 16px; }
.m3d-hotely__prazdno {
margin: 0; padding: 22px; border-radius: var(--radius-card, 16px);
background: #fff; box-shadow: var(--shadow-card, 0 18px 45px -24px rgba(15, 23, 42, .35));
color: rgba(15, 23, 42, .6); font-size: 13.5px;
} .m3d__hotely--food .m3d__hotely-nadpis { color: #2c4300; }
.m3d__hotely--food .m3d__hotely-x { background: rgba(44, 67, 0, .08); color: #2c4300; }
.m3d__hotely--food .m3d__hotely-x:hover { background: rgba(44, 67, 0, .16); } .m3d-pin--misto {
display: inline-flex; align-items: center; justify-content: center; gap: 8px;
padding: 6px 13px 6px 6px;
background: rgba(255, 255, 255, .96);
color: #1b2f63; border: 0;
border-radius: var(--radius-pill, 999px);
box-shadow: 0 8px 20px -8px rgba(15, 23, 42, .55);
font-size: 12.5px; font-weight: 700; line-height: 1;
cursor: pointer;
transition: transform .16s cubic-bezier(.22,1,.36,1), box-shadow .16s, background .16s, color .16s;
} .m3d-pin--misto:not(:has(.m3d-pin__n)) { padding: 6px 13px; }
.m3d-pin--misto .m3d-pin__n {
display: inline-flex; align-items: center; justify-content: center;
flex: 0 0 auto;
width: auto; min-width: 21px; height: 21px; padding: 0 7px;
white-space: nowrap;
background: #203c85; color: #fff;
border-radius: 999px;
font-size: 11px; font-weight: 800; letter-spacing: .01em;
font-variant-numeric: tabular-nums;
}
.m3d-pin--misto .m3d-pin__t { padding-right: 1px; }
.m3d-pin-wrap:hover .m3d-pin--misto { background: #1b2f63; color: #fff;
transform: translateY(-3px) scale(1.04);
box-shadow: 0 14px 28px -10px rgba(15, 23, 42, .6);
}
.m3d-pin-wrap:hover .m3d-pin--misto .m3d-pin__n { background: #12204a; color: #fff; }
.m3d-pin--misto.is-active {
background: rgba(255, 255, 255, .96); color: #1b2f63;
transform: translateY(-3px) scale(1.04);
box-shadow: 0 14px 28px -10px rgba(15, 23, 42, .6);
}
.m3d-pin--misto.is-active .m3d-pin__n { background: #12204a; color: #fff; } .m3d__card-sub { display: block; margin-top: 0;
font-size: 11px; color: rgba(15, 23, 42, .55);
font-variant-numeric: tabular-nums;
} .m3d__zpet {
padding: 0; border: 0; background: none;
color: #203c85; font: inherit; font-weight: 700; letter-spacing: .12em;
text-transform: uppercase; cursor: pointer;
transition: color .15s;
}
.m3d__zpet:hover { color: #1b2f63; text-decoration: underline; }
.m3d__prazdno {
margin: 0; padding: 18px 14px; text-align: center;
color: rgba(15, 23, 42, .55); font-size: 12.5px;
} .m3d__gmaps[hidden], .m3d__tool[hidden], .m3d__panel[hidden] { display: none !important; } .m3d__card--misto .m3d__ava-emoji { font-size: 18px; } .m3d__list-nazev { display: inline-flex; align-items: center; gap: 7px; }
.m3d--food .m3d__zpet { color: #2c4300; } .m3d__hotely .hotel-list-card.je-skryty { display: none; }
.m3d-hotely__vic {
display: block; margin: 16px auto 0;
padding: 11px 26px;
border: 1px solid rgba(27, 47, 99, .25); border-radius: var(--radius-pill, 999px);
background: #fff; color: #1b2f63;
font-size: 12.5px; font-weight: 700; cursor: pointer;
transition: background .15s, border-color .15s, transform .15s;
}
.m3d-hotely__vic:hover { background: #1b2f63; border-color: #1b2f63; color: #fff; transform: translateY(-1px); }
.m3d__hotely--food .m3d-hotely__vic { color: #2c4300; border-color: rgba(44, 67, 0, .3); }
.m3d__hotely--food .m3d-hotely__vic:hover { background: #90cd1d; border-color: #90cd1d; color: #fff; } .m3d-pin--trasa { padding-left: 13px; } .m3d__detail-wiki { margin-top: 10px; }
.m3d__detail-wiki[hidden] { display: none; }
.m3d .m3d__detail-wiki,
.m3d .m3d__detail-wiki:hover,
.m3d .m3d__detail-wiki:focus,
.m3d .m3d__detail-wiki:visited {
background: #eef1f6; color: #45536e; box-shadow: none;
}
.m3d .m3d__detail-wiki:hover {
background: #e2e7f0; color: #1b2f63; transform: translateY(-1px);
}