


















.kcpl.am-app, .kcd {
  --mus-surface: var(--wt-surface);
  --mus-surface-2: var(--wt-chip-bg);
  --mus-ink: var(--wt-ink);
  --mus-ink-soft: var(--wt-ink-soft);
  --mus-ink-quiet: var(--wt-ink-quiet);
  --mus-rule: var(--wt-rule);
  --mus-accent: var(--wt-accent);
  --mus-focus: var(--wt-accent);
  --mus-shadow: 0 12px 40px -18px rgba(0, 0, 0, .35);
  --mus-bar-h: 0px;
  --am-side-bg: var(--wt-surface);
  --am-fill: var(--wt-chip-bg);
  --am-fill-hover: var(--wt-chip-bg);
  --am-active: var(--wt-chip-bg);
   
  --kcp-art-1: #2c5f4e;
  --kcp-art-2: #8fd0b4;
  --kcp-art-3: #be6b45;
  --kcp-art-ink: #26302b;
  --kcp-art-shadow: rgba(44, 95, 78, .16);
  --kcpl-r-media: 12px;
  --kcpl-r-tag: 7px;
  





  --kcpl-sh-1: 0 1px 3px rgba(0, 0, 0, .3);
  --kcpl-sh-2: 0 2px 6px rgba(0, 0, 0, .25);
  --kcpl-sh-3: 0 2px 8px rgba(0, 0, 0, .2);
  --kcpl-sh-hair: 0 2px 10px rgba(0, 0, 0, .06);
  --kcpl-sh-tag: 0 1px 4px rgba(0, 0, 0, .12);
  --kcpl-sh-card: 0 6px 16px rgba(0, 0, 0, .12);
  --kcpl-sh-pop: 0 8px 28px rgba(0, 0, 0, .16);
  --kcpl-sh-menu: 0 10px 40px rgba(0, 0, 0, .18);
  --kcpl-sh-modal: 0 20px 60px rgba(0, 0, 0, .4);
  --kcpl-scrim: rgba(0, 0, 0, .55);
  --kcpl-veil-strong: rgba(255, 255, 255, .94);
  --kcpl-veil: rgba(255, 255, 255, .8);
  --kcpl-veil-hover: rgba(255, 255, 255, .12);
  --kcpl-on-photo: #fff;
  --kcpl-photo-ink: rgba(0, 0, 0, .5);
  --kcpl-pin-ink: #333;
  --kcpl-room: #0b0d0c;
  --kcpl-room-ink: #c2cabb;
  --kcpl-shadow: 0 6px 20px rgba(0, 0, 0, .12);
  --kcpl-shadow-lift: 0 14px 28px -10px rgba(0, 0, 0, .28);
  --kcpl-ease: cubic-bezier(.32, .72, 0, 1);
  --kcpl-dur: 260ms;
  font-family: var(--wt-font-ui);
  color: var(--wt-ink);
}
html[data-mode="batman"] .kcpl.am-app, html[data-mode="batman"] .kcd {
  --kcp-art-1: #8fd0b4;
  --kcp-art-2: #2c5f4e;
  --kcp-art-3: #cdb89a;
  --kcp-art-ink: #ece7dc;
  --kcp-art-shadow: rgba(143, 208, 180, .18);
  --kcpl-shadow: 0 6px 24px rgba(0, 0, 0, .5);
  --kcpl-shadow-lift: 0 16px 30px -10px rgba(0, 0, 0, .7);
}
.kcpl *, .kcd * { box-sizing: border-box; }
:where(.kcpl, .kcd, .kcpl-dialog, .kcd-bar) button { font: inherit; color: inherit; }
:where(.kcpl, .kcd, .kcpl-dialog, .kcd-bar) a { color: inherit; }
.kcpl-dialog, .kcd-bar, .kcd-toast { font-family: var(--wt-font-ui); }
.kcpl :focus-visible, .kcd :focus-visible, .kcpl-dialog :focus-visible { outline: 3px solid var(--wt-accent); outline-offset: 2px; border-radius: 6px; }
.kcpl [hidden], .kcd [hidden] { display: none !important; }

 
.kcpl-main { flex: 1 1 auto; min-width: 0; padding: 20px 32px 48px; }
html:has(.kcpl-top) { scroll-padding-top: 170px; }
html:has(.kcd-bar) { scroll-padding-bottom: 110px; }
.kcpl-sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }



.kcpl-lockup { padding: 0 0 6px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.kcpl-company.kcpl-company {
  display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto;
  font-size: 15px; font-weight: 600; color: var(--wt-ink); text-decoration: none;
  padding: 8px 4px; border-radius: 999px;
}
.kcpl-company.kcpl-company svg { width: 20px; height: 20px; flex: 0 0 auto; }
.kcpl-company.kcpl-company:hover span { text-decoration: underline; text-underline-offset: 3px; }
.kcpl-company.kcpl-company:hover svg { color: var(--wt-accent); }
@media (max-width: 640px) { .kcpl-company.kcpl-company { font-size: 14px; } }
.kcpl-railct { margin-inline-start: auto; font-size: 12px; color: var(--wt-ink-quiet); font-weight: 600; }
.kcpl-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 10px 20px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 600; font-size: 14.5px; cursor: pointer; text-decoration: none; transition: background var(--kcpl-dur), color var(--kcpl-dur), transform var(--kcpl-dur) var(--kcpl-ease);
}
.kcpl-btn svg { width: 18px; height: 18px; }
.kcpl-btn.kcpl-btn--primary { background: var(--wt-btn-bg); color: var(--wt-btn-ink); }
.kcpl-btn.kcpl-btn--primary:hover { background: var(--wt-btn-bg-hover); }
.kcpl-btn.kcpl-btn--ghost { background: transparent; color: var(--wt-ink); border-color: var(--wt-rule-strong); }
.kcpl-btn.kcpl-btn--ghost:hover { background: var(--wt-chip-bg); }
.kcpl-btn.kcpl-btn--quiet { background: var(--wt-chip-bg); color: var(--wt-ink); }
.kcpl-btn--quiet:hover { background: var(--wt-rule); }
.kcpl-btn:active { transform: scale(.97); }
.kcpl-btn[disabled], .kcpl-btn[aria-disabled="true"] { opacity: .45; cursor: default; transform: none; }




.kcpl-top {
  position: sticky; top: 61px; z-index: 30;
  height: var(--kcpl-top-h, 248px);
  margin: 0 -32px 18px;
  pointer-events: none;
}






.kcpl-top__band {
  pointer-events: auto;
  background: var(--wt-page-bg);
  padding: 4px 32px 10px;
  border-bottom: 1px solid transparent;
  transition: border-color var(--kcpl-dur);
}
html[data-mode="batman"] .kcpl-top__band { background: #12150f; }
.kcpl-top.is-compact .kcpl-top__band { border-bottom-color: var(--wt-rule); display: flex; flex-direction: column; align-items: center; }

.kcpl-cats {
  





  display: flex; gap: 4px; align-items: flex-end; justify-content: safe center;
  overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -webkit-overflow-scrolling: touch;
  



  padding: 6px 2px 12px; margin: 0;
  max-height: 136px; opacity: 1;
  transition: max-height 320ms var(--kcpl-ease), opacity 200ms, transform 320ms var(--kcpl-ease);
}
.kcpl-cats::-webkit-scrollbar { display: none; }
.kcpl-top.is-scrolled .kcpl-cats { max-height: 0; opacity: 0; transform: translateY(-8px); pointer-events: none; visibility: hidden; transition: max-height 320ms var(--kcpl-ease), opacity 200ms, transform 320ms var(--kcpl-ease), visibility 0s 320ms; }
.kcpl-cat {
  flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 86px; padding: 6px 8px 10px; text-decoration: none; color: var(--wt-ink-quiet);
  border-bottom: 2px solid transparent; position: relative;
  opacity: 0; transform: translateY(12px) scale(.9);
  animation: kcpl-pop 380ms var(--kcpl-ease) forwards;
  animation-delay: calc(var(--i, 0) * 30ms + 60ms);
  transition: color var(--kcpl-dur), border-color var(--kcpl-dur);
}
@keyframes kcpl-pop { to { opacity: 1; transform: none; } }


.kcpl-cats:has(.is-active) .kcpl-cat { animation: none; opacity: 1; transform: none; }






.kcpl-cat__art { width: 60px; height: 60px; display: block; transition: transform 320ms var(--kcpl-ease); }
.kcpl-cats:not(:hover) .kcpl-cat:not(.is-active) .kcpl-cat__art {
  animation: kcpl-float 7s var(--kcpl-ease) infinite;
  animation-delay: calc(var(--i, 0) * 240ms);
}
@keyframes kcpl-float { 0%, 100% { transform: none; } 50% { transform: translateY(-3px); } }
.kcpl-cat__art svg { width: 100%; height: 100%; display: block; }
.kcpl-cat__label { font-size: 12.5px; font-weight: 600; white-space: nowrap; letter-spacing: -0.005em; }
.kcpl-cat:hover { color: var(--wt-ink); border-bottom-color: var(--wt-rule-strong); }
.kcpl-cat:hover .kcpl-cat__art { transform: translateY(-4px) scale(1.06); }
.kcpl-cat.is-active { color: var(--wt-ink); border-bottom-color: var(--wt-ink); }
.kcpl-cat.is-active .kcpl-cat__art { transform: scale(1.04); }
.kcpl-cat:focus-visible { outline-offset: -3px; }

 
.kcpl-search {
  display: flex; align-items: center; margin: 0 auto; max-width: 860px; height: 66px;
  background: var(--wt-surface); border: 1px solid var(--wt-rule); border-radius: 999px;
  box-shadow: var(--kcpl-shadow); position: relative;
  transition: box-shadow var(--kcpl-dur), opacity 180ms, transform 240ms var(--kcpl-ease);
}
.kcpl-search:focus-within, .kcpl-search:hover { box-shadow: var(--kcpl-sh-pop); }
.kcpl-search__seg {
  position: relative; display: flex; flex-direction: column; justify-content: center; gap: 1px;
  height: 100%; padding: 0 20px 0 28px; border-radius: 999px; min-width: 0; cursor: text;
}
.kcpl-search__seg--where { flex: 1.35 1 0; padding-inline-end: 52px; }
.kcpl-search__seg--what { flex: 1 1 0; cursor: pointer; padding-inline-end: 70px; }
.kcpl-search__seg--what::before {
  content: ""; position: absolute; left: 0; top: 14px; bottom: 14px; width: 1px; background: var(--wt-rule);
}
.kcpl-search__seg:hover, .kcpl-search__seg:focus-within { background: var(--wt-chip-bg); }
.kcpl-search__seg:hover + .kcpl-search__seg::before, .kcpl-search__seg--what:hover::before { opacity: 0; }
.kcpl-search__lab { font-size: 12px; font-weight: 700; color: var(--wt-ink); letter-spacing: .01em; line-height: 1.2; }
.kcpl-search__in {
  width: 100%; border: 0; background: transparent; padding: 0; margin: 0; font: inherit; font-size: 14px; color: var(--wt-ink);
  line-height: 1.3; min-width: 0; min-height: 24px;
}
.kcpl-search__in::placeholder { color: var(--wt-ink-quiet); }
.kcpl-search__in:focus { outline: none; }
.kcpl-search__seg--where:focus-within { outline: 3px solid var(--wt-accent); outline-offset: -3px; }
.kcpl-search__in::-webkit-search-cancel-button { -webkit-appearance: none; }
.kcpl-search__near {
  position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; border-radius: 50%; border: 0; background: transparent; color: var(--wt-ink-soft); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; transition: background var(--kcpl-dur), color var(--kcpl-dur);
}
.kcpl-search__near:hover { background: var(--wt-rule); color: var(--wt-ink); }
.kcpl-search__near.is-busy svg { animation: kcpl-spin 1s linear infinite; }
@keyframes kcpl-spin { to { transform: rotate(360deg); } }
.kcpl-search__what {
  display: flex; align-items: center; gap: 6px; border: 0; background: transparent; padding: 24px 0 8px; margin: -24px 0 -8px; text-align: left;
  font-size: 14px; color: var(--wt-ink); cursor: pointer; line-height: 1.3; min-width: 0; min-height: 44px;
}
.kcpl-search__what > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.kcpl-search__what svg { width: 16px; height: 16px; flex: 0 0 auto; color: var(--wt-ink-quiet); transition: transform var(--kcpl-dur); }
.kcpl-search__what[aria-expanded="true"] svg { transform: rotate(180deg); }
.kcpl-search__go {
  position: absolute; right: 9px; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--wt-btn-bg); color: var(--wt-btn-ink);
  display: inline-flex; align-items: center; justify-content: center; transition: background var(--kcpl-dur), transform var(--kcpl-dur) var(--kcpl-ease);
}
.kcpl-search__go svg { width: 20px; height: 20px; }
.kcpl-search__go:hover { background: var(--wt-btn-bg-hover); }
.kcpl-search__go:active { transform: translateY(-50%) scale(.95); }
.kcpl-search.is-busy .kcpl-search__go svg { animation: kcpl-spin 1s linear infinite; }

 
.kcpl-what__menu {
  position: absolute; left: auto; right: 0; top: calc(100% + 12px); z-index: 40; width: min(480px, calc(100vw - 64px));
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding: 12px;
  background: var(--wt-surface); border: 1px solid var(--wt-rule); border-radius: 20px; box-shadow: var(--kcpl-sh-menu);
}
.kcpl-what__menu:not([hidden]) { animation: kcpl-fade 200ms var(--kcpl-ease); }
.kcpl-what__opt span { white-space: nowrap; }
.kcpl-what__opt {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 12px; border: 0; background: transparent;
  cursor: pointer; text-align: left; font-size: 14px; font-weight: 500; color: var(--wt-ink);
}
.kcpl-what__opt:hover { background: var(--wt-chip-bg); }
.kcpl-what__opt.is-active { font-weight: 700; background: var(--wt-chip-bg); }
.kcpl-what__ico { display: inline-flex; width: 22px; height: 22px; color: var(--wt-accent); }
.kcpl-what__ico svg { width: 100%; height: 100%; }

 
.kcpl-compact {
  display: none; align-items: center; gap: 12px; margin: 0 auto; height: 48px; padding: 0 8px 0 20px;
  background: var(--wt-surface); border: 1px solid var(--wt-rule); border-radius: 999px; box-shadow: var(--kcpl-shadow);
  font-size: 14px; font-weight: 600; cursor: pointer; color: var(--wt-ink); max-width: 100%;
}
.kcpl-compact:hover { box-shadow: var(--kcpl-sh-pop); }
.kcpl-compact__where, .kcpl-compact__what { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 40vw; }
.kcpl-compact__what { color: var(--wt-ink-soft); font-weight: 500; }
.kcpl-compact__dot { width: 1px; height: 22px; background: var(--wt-rule); }
.kcpl-compact__go {
  width: 32px; height: 32px; border-radius: 50%; background: var(--wt-btn-bg); color: var(--wt-btn-ink);
  display: inline-flex; align-items: center; justify-content: center;
}
.kcpl-compact__go svg { width: 14px; height: 14px; }
.kcpl-top.is-compact .kcpl-search { position: absolute; opacity: 0; pointer-events: none; visibility: hidden; transform: translateY(-14px) scale(.96); left: 32px; right: 32px; margin: 0 auto; }
.kcpl-top.is-compact .kcpl-compact { display: inline-flex; animation: kcpl-fade 220ms var(--kcpl-ease); }
@keyframes kcpl-fade { from { opacity: 0; transform: translateY(6px); } }
.kcpl-top.is-compact .kcpl-cats { width: 100%; }
.kcpl-top.is-scrolled .kcpl-top__band { border-bottom-color: var(--wt-rule); }

 
.kcpl-note { display: flex; justify-content: center; margin: 14px 0 0; min-height: 34px; transition: opacity 200ms, transform 240ms var(--kcpl-ease); }
.kcpl-top.is-compact .kcpl-note { opacity: 0; transform: translateY(-6px); pointer-events: none; visibility: hidden; position: absolute; }
.kcpl-note__pill {
  display: inline-flex; align-items: center; gap: 12px; padding: 6px 8px 6px 16px; border-radius: 999px;
  background: var(--wt-surface); border: 1px solid var(--wt-rule); box-shadow: var(--kcpl-sh-hair);
  font-size: 13.5px; font-weight: 600; color: var(--wt-ink-soft); cursor: pointer;
}
.kcpl-note__pill input {
  appearance: none; -webkit-appearance: none; width: 40px; height: 24px; margin: 0; border-radius: 999px;
  background: var(--wt-rule-strong); position: relative; cursor: pointer; transition: background var(--kcpl-dur); flex: 0 0 auto;
}
.kcpl-note__pill input::after {
  content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--wt-surface);
  transition: transform var(--kcpl-dur) var(--kcpl-ease); box-shadow: var(--kcpl-sh-1);
}
.kcpl-note__pill input:checked { background: var(--wt-accent); }
.kcpl-note__pill input:checked::after { transform: translateX(16px); }

 
.kcpl-rows { display: flex; flex-direction: column; gap: 26px; }
.kcpl-row { --n: 6; --gap: 14px; }
.kcpl-row__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 12px; }
.kcpl-row__h { margin: 0; font-size: 19px; font-weight: 700; letter-spacing: -0.015em; line-height: 1.2; }
.kcpl-row__h a { text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.kcpl-row__h a:hover { text-decoration: underline; }
.kcpl-row__h svg { width: 16px; height: 16px; stroke-width: 2.4; }
.kcpl-row__nav { display: flex; gap: 8px; flex: 0 0 auto; }
.kcpl-row__btn {
  width: 32px; height: 32px; border-radius: 50%; position: relative; border: 1px solid var(--wt-rule); background: var(--wt-surface); color: var(--wt-ink);
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: background var(--kcpl-dur), opacity var(--kcpl-dur), transform var(--kcpl-dur);
}
.kcpl-row__btn svg { width: 12px; height: 12px; stroke-width: 3; }
.kcpl-row__btn::after { content: ""; position: absolute; inset: -6px; }
.kcpl-row__btn[aria-disabled="true"] { opacity: .28; cursor: default; transform: none; }
.kcpl-row__btn:hover { background: var(--wt-chip-bg); transform: scale(1.04); }
.kcpl-row__btn[disabled] { opacity: .28; cursor: default; transform: none; }
.kcpl-scroller {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - (var(--n) - 1) * var(--gap)) / var(--n));
  gap: var(--gap); overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  scrollbar-width: none; padding: 6px 2px 8px; margin: -6px -2px -8px; -webkit-overflow-scrolling: touch;
}
.kcpl-scroller::-webkit-scrollbar { display: none; }
.kcpl-scroller > * { scroll-snap-align: start; }
.kcpl-row__note { margin: 8px 0 0; font-size: 13px; color: var(--wt-ink-quiet); }





.kcpl-card { position: relative; display: block; min-width: 0; }
.kcpl-card__media {
  position: relative; display: block; aspect-ratio: 1 / 1; border-radius: var(--kcpl-r-media); overflow: hidden;
  background: var(--wt-chip-bg); text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.kcpl-card__media img {
  width: 100%; height: 100%; object-fit: cover; object-position: var(--fp, 50% 50%); display: block;
  transition: transform 500ms var(--kcpl-ease), opacity 320ms;
}
.kcpl-card__media img[data-loading] { opacity: 0; }
.kcpl-card:hover .kcpl-card__media, .kcpl-card:focus-within .kcpl-card__media { transform: translateY(-5px); box-shadow: var(--kcpl-shadow-lift); }




.kcpl-card__media--empty { display: grid; place-items: center; color: var(--wt-ink-quiet); }
.kcpl-card__media--empty svg { width: 34%; height: 34%; opacity: .55; }
.kcpl-card__badge {
  position: absolute; left: 10px; top: 10px; z-index: 1; padding: 5px 9px; border-radius: var(--kcpl-r-tag);
  background: var(--kcpl-veil-strong); color: #222; font-size: 12px; font-weight: 700; letter-spacing: .005em;
  box-shadow: var(--kcpl-sh-tag); pointer-events: none;
}

















.kcpl-card__acts { display: flex; gap: 8px; margin: 10px 0 0; }
.kcpl-icbtn.kcpl-icbtn {
  





  width: 42px; height: 42px; border-radius: 50%; cursor: pointer; flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--wt-ink-quiet); background: transparent; color: var(--wt-ink);
  text-decoration: none; padding: 0;
  transition: background var(--kcpl-dur), border-color var(--kcpl-dur), color var(--kcpl-dur);
}
.kcpl-icbtn.kcpl-icbtn svg { width: 19px; height: 19px; }
.kcpl-icbtn.kcpl-icbtn:hover { background: var(--wt-chip-bg); border-color: var(--wt-accent); color: var(--wt-ink); }
.am-main .kcpl-icbtn:focus-visible, .kcpl .kcpl-icbtn:focus-visible, .kcd .kcpl-icbtn:focus-visible {
  outline: 2px solid var(--wt-accent); outline-offset: 2px; border-radius: 50%;
}
 
.kcpl-icbtn.kcpl-icbtn[aria-pressed="true"] { color: #e23b54; border-color: #e23b54; }
.kcpl-icbtn.kcpl-icbtn[aria-pressed="true"] svg { fill: #e23b54; }
.kcpl-icbtn.kcpl-icbtn[aria-pressed="true"]:hover { color: #e23b54; border-color: #e23b54; }
.kcpl-icbtn.kcpl-icbtn:active { transform: scale(.94); }
@media (prefers-reduced-motion: reduce) {
  .kcpl-cats .kcpl-cat__art { animation: none !important; }
  .kcpl-icbtn.kcpl-icbtn:active { transform: none; }
  .kcpl-card__media, .kcpl-card:hover .kcpl-card__media, .kcpl-card:focus-within .kcpl-card__media { transition: none; transform: none; }
}
.kcpl-card__body { padding: 10px 2px 0; }
.kcpl-card__name {
  



  display: block; margin: 0; font-size: 14px; font-weight: 600; line-height: 1.3; color: var(--wt-ink); text-decoration: none;
  min-height: 2.6em;
  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; letter-spacing: -0.005em;
}
 
.kcpl-card:hover .kcpl-card__name, .kcpl-card__name:focus-visible,
.kcpl-card:hover .kcpl-card__kind { text-decoration: underline; text-underline-offset: 3px; }
.kcpl-card__sub { display: flex; gap: 4px; margin: 3px 0 0; font-size: 12.5px; color: var(--wt-ink-quiet); line-height: 1.35; white-space: nowrap; }
.kcpl-card__kind { flex: 0 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.kcpl-card__rating { flex: 0 0 auto; }
.kcpl-card__sub .kcpl-star { display: inline-block; width: 11px; height: 11px; vertical-align: -1px; margin: 0 2px 0 0; fill: currentColor; }
.kcpl-card__sub .kcpl-card__rating { color: var(--wt-ink); }
.kcpl-card--seeall .kcpl-card__media { border: 1px solid var(--wt-rule); background: var(--wt-surface); display: grid; place-items: center; }
.kcpl-card--seeall .kcpl-seeall { display: grid; place-items: center; width: 62%; aspect-ratio: 1; }
.kcpl-card--seeall .kcpl-seeall span { grid-area: 1 / 1; width: 74%; aspect-ratio: 1; border-radius: 8px; background: var(--wt-chip-bg) center/cover no-repeat; box-shadow: var(--kcpl-sh-3); }
.kcpl-card--seeall .kcpl-seeall span:nth-child(1) { transform: translate(-16%, -12%) rotate(-7deg); }
.kcpl-card--seeall .kcpl-seeall span:nth-child(2) { transform: translate(2%, 2%) rotate(3deg); }
.kcpl-card--seeall .kcpl-seeall span:nth-child(3) { transform: translate(18%, 14%) rotate(9deg); }
.kcpl-card--seeall .kcpl-card__name { text-align: center; }
.kcpl-card--skeleton .kcpl-card__media { background: linear-gradient(100deg, var(--wt-chip-bg) 30%, var(--wt-rule) 50%, var(--wt-chip-bg) 70%); background-size: 200% 100%; animation: kcpl-shimmer 1.4s linear infinite; }
.kcpl-card--skeleton .kcpl-card__name, .kcpl-card--skeleton .kcpl-card__sub { height: 12px; border-radius: 6px; background: var(--wt-chip-bg); width: 70%; }
.kcpl-card--skeleton .kcpl-card__sub { width: 45%; margin-top: 8px; }
@keyframes kcpl-shimmer { to { background-position: -200% 0; } }

 
.kcpl-results__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 16px; min-height: 36px; }
.kcpl-results__h { margin: 0; font-size: 15px; font-weight: 600; color: var(--wt-ink-soft); }
.kcpl-results__map { min-height: 38px; padding: 6px 16px; font-size: 13.5px; }
.kcpl-split { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
.kcpl-split.has-map { grid-template-columns: minmax(0, 1fr) minmax(300px, 42%); }
.kcpl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(196px, 1fr)); gap: 28px 16px; }
.kcpl-split.has-map .kcpl-grid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }


.kcpl-mappane { position: sticky; top: 142px; height: calc(100vh - 158px); min-height: 380px; }
.kcpl-map { position: relative; width: 100%; height: 100%; border-radius: var(--kcpl-r-media); overflow: hidden; background: var(--wt-chip-bg); isolation: isolate; }
.kcpl-map__tiles { position: absolute; inset: 0; }
.kcpl-map__tile { position: absolute; width: 256px; height: 256px; display: block; user-select: none; -webkit-user-drag: none; }
html[data-mode="batman"] .kcpl-map__tile { filter: brightness(.72) contrast(1.05) saturate(.75); }
.kcpl-map__pin {
  position: absolute; transform: translate(-50%, -100%); border: 0; padding: 0; cursor: pointer; background: transparent; z-index: 2;
  display: flex; flex-direction: column; align-items: center; transition: transform 200ms var(--kcpl-ease);
}
.kcpl-map__pin:hover, .kcpl-map__pin.is-active { z-index: 3; transform: translate(-50%, -100%) scale(1.1); }
.kcpl-map__dot {
  width: 28px; height: 28px; border-radius: 50%; background: var(--wt-surface); border: 1px solid var(--wt-rule);
  box-shadow: var(--kcpl-sh-2); display: grid; place-items: center;
}
.kcpl-map__dot::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--wt-ink); }
.kcpl-map__pin.is-active .kcpl-map__dot { background: var(--wt-ink); }
.kcpl-map__pin.is-active .kcpl-map__dot::after { background: var(--wt-surface); }
.kcpl-map__pin--me .kcpl-map__dot { background: var(--wt-accent); border-color: var(--wt-surface); border-width: 2px; width: 18px; height: 18px; }
.kcpl-map__pin--me .kcpl-map__dot::after { display: none; }
.kcpl-map__label {
  position: absolute; bottom: calc(100% + 4px); left: 50%; transform: translateX(-50%); white-space: nowrap; pointer-events: none;
  background: var(--wt-surface); color: var(--wt-ink); font-size: 12px; font-weight: 600; padding: 4px 8px; border-radius: var(--kcpl-r-tag);
  box-shadow: var(--kcpl-sh-2); opacity: 0; transition: opacity var(--kcpl-dur);
}
.kcpl-map__pin:hover .kcpl-map__label, .kcpl-map__pin.is-active .kcpl-map__label, .kcpl-map__pin:focus-visible .kcpl-map__label { opacity: 1; }
.kcpl-map__attrib { position: absolute; right: 6px; bottom: 4px; font-size: 10px; color: var(--kcpl-pin-ink); background: var(--kcpl-veil); padding: 2px 6px; border-radius: 4px; z-index: 2; }
.kcpl-map__attrib a { color: inherit; }
.kcpl-map__zoom { position: absolute; right: 10px; top: 10px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.kcpl-map__zoom button {
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--wt-rule); background: var(--wt-surface); color: var(--wt-ink);
  font-size: 18px; font-weight: 700; cursor: pointer; box-shadow: var(--kcpl-sh-3); display: grid; place-items: center;
}
.kcpl-results__foot { display: flex; flex-direction: column; align-items: center; gap: 10px; margin: 32px 0 0; text-align: center; color: var(--wt-ink-quiet); font-size: 14px; }
.kcpl-empty { padding: 40px 20px; text-align: center; color: var(--wt-ink-soft); }
.kcpl-empty h3 { margin: 0 0 6px; font-size: 18px; color: var(--wt-ink); }
.kcpl-empty p { margin: 0; }

 
.kcpl-start { max-width: 560px; margin: 24px auto 40px; text-align: center; padding: 36px 24px; border: 1px solid var(--wt-rule); border-radius: 20px; background: var(--wt-surface); }
.kcpl-start__h { margin: 0 0 8px; font-size: 22px; font-weight: 700; letter-spacing: -0.015em; }
.kcpl-start__p { margin: 0 0 20px; color: var(--wt-ink-soft); font-size: 15px; line-height: 1.5; }
.kcpl-alert { margin: 0 auto 18px; max-width: 860px; padding: 12px 16px; border-radius: 12px; background: var(--wt-panel-bg); border: 1px solid var(--wt-panel-border); color: var(--wt-ink); font-size: 14px; }

 
.kcpl-how { margin: 56px 0 0; padding: 32px 0 0; border-top: 1px solid var(--wt-rule); }
.kcpl-how__h { margin: 0 0 18px; font-size: 20px; font-weight: 700; letter-spacing: -0.015em; }
.kcpl-how__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.kcpl-how__item h3 { margin: 0 0 6px; font-size: 15px; font-weight: 700; }
.kcpl-how__item p { margin: 0; font-size: 14px; color: var(--wt-ink-soft); line-height: 1.55; }
.kcpl-attrib, .kcd-attrib { margin: 28px 0 0; font-size: 12.5px; color: var(--wt-ink-quiet); }

 
.kcd-page { max-width: 1120px; margin: 0 auto; padding: 8px 0 0; }
.kcd-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin: 0 0 24px; }
.kcd-title { margin: 0; font-size: 26px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
.kcd-head__actions { display: flex; gap: 6px; flex: 0 0 auto; }
.kcd-act {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; border-radius: 8px; border: 0; background: transparent;
  font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; color: var(--wt-ink);
}
.kcd-act:hover { background: var(--wt-chip-bg); }
.kcd-act svg { width: 16px; height: 16px; }
.kcd-act[aria-pressed="true"] svg { fill: var(--wt-warm); stroke: var(--wt-warm); }

 
.kcd-mosaic {
  position: relative; display: grid; gap: 8px; border-radius: var(--kcpl-r-media); overflow: hidden;
  grid-template-columns: 2fr 1fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); height: auto; aspect-ratio: 2 / 1;
  margin: 0 0 24px;
}
.kcd-mosaic__tile { position: relative; display: block; overflow: hidden; background: var(--wt-chip-bg); min-height: 0; }
.kcd-mosaic__tile:first-child { grid-row: 1 / span 2; }
.kcd-mosaic__tile img { width: 100%; height: 100%; object-fit: cover; object-position: var(--fp, 50% 50%); display: block; transition: filter 200ms; }
.kcd-mosaic__tile:hover img { filter: brightness(.88); }
.kcd-mosaic--n1 { grid-template-columns: 1fr; }
.kcd-mosaic--n1 .kcd-mosaic__tile:first-child { grid-row: 1 / span 2; }
.kcd-mosaic--n2 { grid-template-columns: 1fr 1fr; }
.kcd-mosaic--n2 .kcd-mosaic__tile { grid-row: 1 / span 2; }
.kcd-mosaic--n3 { grid-template-columns: 2fr 1fr; }
.kcd-mosaic--n4 { grid-template-columns: 2fr 1fr 1fr; }
.kcd-mosaic--n4 .kcd-mosaic__tile:nth-child(4) { grid-column: 2 / span 2; }
.kcd-mosaic--n0 { height: 0; margin: 0; }
.kcd-mosaic__all {
  position: absolute; right: 18px; bottom: 18px; z-index: 2; display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px; border: 1px solid var(--wt-ink); background: var(--wt-surface); color: var(--wt-ink);
  font-size: 13.5px; font-weight: 600; cursor: pointer; box-shadow: var(--kcpl-sh-3);
}
.kcd-mosaic__all:hover { background: var(--wt-chip-bg); }
.kcd-mosaic__all svg { width: 16px; height: 16px; }
.kcd-mosaic__count { position: absolute; right: 14px; bottom: 14px; z-index: 2; display: none; padding: 4px 10px; border-radius: var(--kcpl-r-tag); background: var(--kcpl-scrim); color: var(--kcpl-on-photo); font-size: 12px; font-weight: 600; }

 




.kcd-cols { display: grid; grid-template-columns: minmax(0, 1fr) 372px; gap: 40px 86px; }
.kcd-col > section, .kcd-col > .kcd-sub, .kcd-col > .kcd-sub__meta { padding: 32px 0; border-bottom: 1px solid var(--wt-rule); }
.kcd-col > .kcd-sub { padding-bottom: 0; border-bottom: 0; }
.kcd-col > .kcd-sub__meta { padding-top: 6px; }
.kcd-col > :first-child { padding-top: 0; }
.kcd-sub { margin: 0; font-size: 22px; font-weight: 600; letter-spacing: -0.015em; }
.kcd-sub__meta { display: block; margin: 6px 0 0; font-size: 15px; font-weight: 400; color: var(--wt-ink); }
.kcd-sub__meta .kcpl-star { width: 13px; height: 13px; vertical-align: -1px; fill: currentColor; }
.kcd-sub__meta a { text-decoration: underline; text-underline-offset: 3px; }
.kcd-h2 { margin: 0 0 18px; font-size: 20px; font-weight: 600; letter-spacing: -0.015em; }

 
.kcd-band {
  display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 18px;
  padding: 18px 24px; border: 1px solid var(--wt-rule); border-radius: 14px; background: var(--wt-surface);
}
.kcd-band__laurel { display: flex; align-items: center; gap: 6px; font-size: 17px; font-weight: 700; line-height: 1.1; }
.kcd-band__laurel svg { width: 26px; height: 40px; color: var(--wt-warm); }
.kcd-band__p { margin: 0; font-size: 14.5px; line-height: 1.4; color: var(--wt-ink); }
.kcd-band__num { text-align: center; padding: 0 20px; border-left: 1px solid var(--wt-rule); }
.kcd-band__num strong { display: block; font-size: 20px; font-weight: 700; }
.kcd-band__num small { display: block; font-size: 11px; color: var(--wt-ink-soft); text-decoration: underline; }
.kcd-stars { display: inline-flex; gap: 1px; }
.kcd-stars svg { width: 10px; height: 10px; fill: var(--wt-ink); }

 
.kcd-hl { display: flex; flex-direction: column; gap: 22px; }
.kcd-hl__row { display: flex; gap: 20px; align-items: flex-start; }
.kcd-hl__row svg { width: 26px; height: 26px; flex: 0 0 auto; color: var(--wt-ink); }
.kcd-hl__row strong { display: block; font-size: 15px; font-weight: 600; margin: 0 0 3px; }
.kcd-hl__row span { display: block; font-size: 14px; color: var(--wt-ink-soft); line-height: 1.4; }

 
.kcd-about p { margin: 0; font-size: 15.5px; line-height: 1.6; white-space: pre-line; }
.kcd-about p.is-clamped { display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.kcd-about__more { margin-top: 14px; }

 
.kcd-offers__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; margin: 0 0 20px; }
.kcd-offer { display: flex; align-items: center; gap: 14px; font-size: 15px; }
.kcd-offer svg { width: 24px; height: 24px; flex: 0 0 auto; color: var(--wt-ink); }
.kcd-offer--off { color: var(--wt-ink-quiet); text-decoration: line-through; }

 
.kcd-hours { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: max-content 1fr; gap: 8px 24px; font-size: 15px; }
.kcd-hours li { display: contents; }
.kcd-hours .is-today { font-weight: 700; }
.kcd-hours dt, .kcd-hours dd { margin: 0; }

 
.kcd-aside { position: relative; min-width: 0; }
.kcd-stick { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 14px; }
.kcd-flag {
  display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 16px; border-radius: 14px;
  background: var(--wt-surface); border: 1px solid var(--wt-rule); box-shadow: var(--kcpl-sh-card); font-size: 14px; font-weight: 600;
}
.kcd-flag svg { width: 20px; height: 20px; color: var(--wt-accent); }
.kcd-card {
  padding: 24px; border-radius: 14px; background: var(--wt-surface); border: 1px solid var(--wt-rule); box-shadow: var(--kcpl-sh-card);
  display: flex; flex-direction: column; gap: 14px;
}
.kcd-card__h { margin: 0; font-size: 20px; font-weight: 600; letter-spacing: -0.015em; }
.kcd-card__status { display: flex; align-items: center; gap: 8px; font-size: 14.5px; }
.kcd-card__status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--wt-ink-quiet); flex: 0 0 auto; }
.kcd-card__status.is-open::before { background: var(--wt-accent); }
.kcd-card__status.is-closed::before { background: var(--wt-error); }
.kcd-card__addr { margin: 0; font-size: 14px; color: var(--wt-ink-soft); line-height: 1.45; }
.kcd-card__btn { width: 100%; min-height: 48px; font-size: 15.5px; }
.kcd-card__links { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 13.5px; }
.kcd-card__links a { color: var(--wt-ink); text-decoration: underline; text-underline-offset: 3px; display: inline-flex; align-items: center; gap: 6px; }
.kcd-card__links svg { width: 14px; height: 14px; }
.kcd-card hr { border: 0; border-top: 1px solid var(--wt-rule); margin: 2px 0; }
.kcd-here__h { margin: 0; font-size: 15.5px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.kcd-here__h svg { width: 18px; height: 18px; color: var(--wt-accent); }
.kcd-here__p { margin: 0; font-size: 13.5px; color: var(--wt-ink-soft); line-height: 1.45; }
.kcd-here__count { margin: 0; font-size: 14.5px; font-weight: 600; }
.kcd-here__count.is-you { color: var(--wt-link); }
.kcd-here__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.kcd-chipbtn {
  padding: 8px 14px; border-radius: 999px; border: 1px solid var(--wt-rule-strong); background: transparent; font-size: 13.5px; font-weight: 600; cursor: pointer; color: var(--wt-ink);
}
.kcd-chipbtn:hover { background: var(--wt-chip-bg); }
.kcd-chipbtn[aria-pressed="true"] { background: var(--wt-ink); color: var(--wt-page-bg); border-color: var(--wt-ink); }







.kcd-here__windows { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.kcd-here__windows .kcd-chipbtn { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; text-align: left; }
.kcd-here__windows .kcd-chipbtn svg { width: 16px; height: 16px; flex: 0 0 auto; }
.kcd-here__windows .kcd-chipbtn small { font-weight: 500; font-size: 12px; opacity: .8; }
.kcd-report { display: flex; justify-content: center; }
.kcd-report a, .kcd-report button { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--wt-ink-soft); text-decoration: underline; text-underline-offset: 3px; background: none; border: 0; cursor: pointer; }
.kcd-report svg { width: 14px; height: 14px; }

 
.kcd-reviews { padding: 40px 0 28px; border-bottom: 1px solid var(--wt-rule); }
.kcd-reviews__hero { text-align: center; max-width: 560px; margin: 0 auto 32px; }
.kcd-reviews__big { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 72px; font-weight: 700; line-height: 1; letter-spacing: -0.03em; }
.kcd-reviews__big svg { width: 44px; height: 80px; color: var(--wt-warm); }
.kcd-reviews__big svg.flip { transform: scaleX(-1); }
.kcd-reviews__h3 { margin: 14px 0 6px; font-size: 20px; font-weight: 700; }
.kcd-reviews__count { margin: 8px 0 4px; font-size: 16px; font-weight: 600; color: var(--wt-ink); }
.kcd-reviews__p { margin: 0; font-size: 15px; color: var(--wt-ink-soft); line-height: 1.45; }
.kcd-dims__h { margin: 0 0 12px; font-size: 17px; font-weight: 700; color: var(--wt-ink); }
.kcd-revsheet__note { margin: 20px 0 0; font-size: 14px; color: var(--wt-ink-soft); line-height: 1.5; }
.kcd-revsheet__note a { color: var(--wt-ink); text-decoration: underline; text-underline-offset: 3px; }
.kcd-reviews__how { display: inline-block; margin-top: 10px; font-size: 14px; color: var(--wt-ink-soft); text-decoration: underline; text-underline-offset: 3px; background: none; border: 0; cursor: pointer; }
.kcd-dims { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0 0 28px; border-bottom: 1px solid var(--wt-rule); padding-bottom: 24px; }
.kcd-dim { padding: 0 18px; border-left: 1px solid var(--wt-rule); display: flex; flex-direction: column; gap: 6px; min-height: 96px; }
.kcd-dim:first-child { border-left: 0; padding-left: 0; }
.kcd-dim--empty { grid-column: 2 / -1; border-left: 1px solid var(--wt-rule); justify-content: center; gap: 8px; }
.kcd-dim--empty p { margin: 0; font-size: 14px; color: var(--wt-ink-soft); }
.kcd-dim__l { font-size: 13.5px; font-weight: 600; }
.kcd-dim__v { font-size: 17px; font-weight: 700; }
.kcd-dim__v small { font-size: 12px; font-weight: 500; color: var(--wt-ink-quiet); }
.kcd-dim svg { width: 26px; height: 26px; margin-top: auto; color: var(--wt-ink); }
.kcd-dim__bars { display: flex; flex-direction: column; gap: 3px; margin-top: 4px; }
.kcd-dim__bar { display: grid; grid-template-columns: 10px 1fr; gap: 6px; align-items: center; font-size: 10px; color: var(--wt-ink-quiet); }
.kcd-dim__bar i { display: block; height: 4px; border-radius: 2px; background: var(--wt-rule); position: relative; overflow: hidden; }
.kcd-dim__bar i::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: var(--w, 0%); background: var(--wt-ink); border-radius: 2px; }
.kcd-mention { margin: 0 0 28px; }
.kcd-mention__h { margin: 0 0 12px; font-size: 16px; font-weight: 600; }
.kcd-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.kcd-chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: var(--kcpl-r-tag); border: 1px solid var(--wt-rule); background: var(--wt-surface); font-size: 13.5px; font-weight: 600; }
.kcd-chip small { font-weight: 500; color: var(--wt-ink-quiet); }
.kcd-revgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 80px; }
.kcd-rev { min-width: 0; }
.kcd-rev__who { display: flex; align-items: center; gap: 12px; margin: 0 0 10px; }
.kcd-ava { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; background: var(--wt-chip-bg); flex: 0 0 auto; display: grid; place-items: center; font-weight: 700; font-size: 16px; color: var(--kcpl-on-photo); }





.kcd-ava--green  { background: #2c5f4e; }
.kcd-ava--red    { background: #da0000; }
.kcd-ava--black  { background: #161616; }
.kcd-ava--blue   { background: #1b3a6b; }
.kcd-ava--orange { background: #9a3b12; }
.kcd-ava--purple { background: #4a235f; }
.kcd-rev__name { margin: 0; font-size: 15px; font-weight: 600; }
.kcd-rev__name a { text-decoration: none; }
.kcd-rev__name a:hover { text-decoration: underline; }
.kcd-rev__sub { margin: 0; font-size: 13.5px; color: var(--wt-ink-soft); }
.kcd-rev__meta { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--wt-ink-soft); margin: 0 0 8px; }
.kcd-rev__meta .kcd-stars svg { width: 10px; height: 10px; }
.kcd-rev__text { margin: 0; font-size: 15.5px; line-height: 1.55; }
.kcd-rev__text.is-clamped { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.kcd-rev__more { margin: 6px 0 0; padding: 0; border: 0; background: none; font-size: 15px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.kcd-rev__tag { display: inline-block; margin: 8px 0 0; padding: 3px 8px; border-radius: var(--kcpl-r-tag); background: var(--wt-chip-bg); font-size: 12.5px; font-weight: 600; color: var(--wt-chip-ink); }
.kcd-reviews__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 0; }
.kcd-reviews__empty { padding: 20px 0; color: var(--wt-ink-soft); font-size: 15px; }

 
.kcd-where { padding: 40px 0 28px; border-bottom: 1px solid var(--wt-rule); }
.kcd-where__addr { margin: 0 0 18px; font-size: 15.5px; }
.kcd-where .kcpl-map { height: clamp(300px, 44vw, 480px); }
.kcd-where__links { margin: 14px 0 0; font-size: 15px; }
.kcd-where__links a { text-decoration: underline; text-underline-offset: 3px; }

 
.kcd-know { padding: 40px 0 28px; border-bottom: 1px solid var(--wt-rule); }
.kcd-know__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 40px; }
.kcd-know__item h3 { margin: 0 0 10px; font-size: 16px; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.kcd-know__item h3 svg { width: 22px; height: 22px; }
.kcd-know__item p, .kcd-know__item li { margin: 0 0 6px; font-size: 14.5px; color: var(--wt-ink-soft); line-height: 1.5; }
.kcd-know__item ul { margin: 0; padding: 0; list-style: none; }
.kcd-know__item a { text-decoration: underline; text-underline-offset: 3px; }

 
.kcd-nearby { padding: 40px 0 8px; }
.kcd-crumbs { margin: 40px -32px 0; padding: 18px 32px; background: var(--wt-chip-bg); border-block: 1px solid var(--wt-rule); font-size: 13.5px; color: var(--wt-ink-soft); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.kcd-crumbs a { text-decoration: none; }
.kcd-crumbs a:hover { text-decoration: underline; }
.kcd-crumbs svg { width: 12px; height: 12px; }

 
.kcpl-dialog { border: 0; padding: 0; margin: 0; max-width: none; max-height: none; width: 100vw; height: 100dvh; background: var(--wt-page-bg); color: var(--wt-ink); font-family: var(--wt-font-ui); }
.kcpl-dialog::backdrop { background: var(--kcpl-scrim); }



.kcpl-dialog--sheet {
  width: min(640px, calc(100vw - 32px)); height: auto; max-height: calc(100dvh - 48px);
  border-radius: 18px; box-shadow: var(--kcpl-sh-modal); overflow: auto;
  background: var(--wt-surface); border: 1px solid var(--wt-rule);
}
.kcpl-dialog--sheet .kcpl-dialog__bar { background: var(--wt-surface); border-bottom: 1px solid var(--wt-rule); }
.kcpl-dialog--sheet::backdrop { background: var(--kcpl-scrim); }
.kcpl-dialog__bar { position: sticky; top: 0; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; padding: 14px 24px; background: var(--wt-page-bg); }
.kcpl-dialog__close { display: inline-flex; align-items: center; gap: 8px; justify-self: start; border: 0; background: transparent; padding: 8px 10px; border-radius: 8px; font-size: 14.5px; font-weight: 600; cursor: pointer; color: var(--wt-ink); }
.kcpl-dialog__close:hover { background: var(--wt-chip-bg); }
.kcpl-dialog__close svg { width: 16px; height: 16px; }
.kcpl-dialog__title { margin: 0; text-align: center; font-size: 15px; font-weight: 600; }
.kcpl-dialog__title small { display: block; font-weight: 400; color: var(--wt-ink-soft); font-size: 13px; }
.kcpl-dialog__acts { display: flex; gap: 6px; justify-self: end; }
.kcpl-gallery { max-width: 900px; margin: 0 auto; padding: 8px 24px 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.kcpl-gallery__fig { margin: 0; min-width: 0; }
.kcpl-gallery__fig:nth-child(3n + 1) { grid-column: 1 / -1; }
.kcpl-gallery__item { display: block; width: 100%; border: 0; padding: 0; background: var(--wt-chip-bg); border-radius: 8px; overflow: hidden; cursor: zoom-in; aspect-ratio: 3 / 2; }
.kcpl-gallery__fig:nth-child(3n + 1) .kcpl-gallery__item { aspect-ratio: 16 / 9; }
.kcpl-gallery__item img { width: 100%; height: 100%; object-fit: cover; object-position: var(--fp, 50% 50%); display: block; }
.kcpl-gallery__cap { margin: 4px 0 0; font-size: 12.5px; color: var(--wt-ink-quiet); }
.kcpl-gallery__cap a { color: inherit; }
.kcpl-light { display: none; position: absolute; inset: 0; background: var(--kcpl-room); flex-direction: column; }
.kcpl-dialog.is-light .kcpl-light { display: flex; }
.kcpl-dialog.is-light .kcpl-gallery { visibility: hidden; }
.kcpl-light__stage { flex: 1 1 auto; position: relative; display: grid; place-items: center; padding: 0 84px 24px; min-height: 0; }
.kcpl-light__stage img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.kcpl-light__nav {
  position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--wt-rule); background: var(--wt-surface); color: var(--wt-ink); cursor: pointer; display: grid; place-items: center; box-shadow: var(--kcpl-sh-3);
}
.kcpl-light__nav:hover { background: var(--wt-chip-bg); }
.kcpl-light__nav svg { width: 16px; height: 16px; stroke-width: 2.5; }
.kcpl-light__nav--prev { left: 18px; } .kcpl-light__nav--next { right: 18px; }
.kcpl-light__cap { text-align: center; font-size: 13px; color: var(--kcpl-room-ink); padding: 0 24px 18px; }
.kcpl-dialog.is-light .kcpl-dialog__bar { background: var(--kcpl-room); color: #ece7dc; position: relative; z-index: 3; }
.kcpl-dialog.is-light .kcpl-dialog__close:hover { background: var(--kcpl-veil-hover); }
.kcpl-light__cap a { color: inherit; }

 
.kcpl-form { padding: 6px 24px 24px; display: flex; flex-direction: column; gap: 18px; }
.kcpl-form__h { margin: 0; font-size: 22px; font-weight: 700; letter-spacing: -0.015em; }
.kcpl-form__row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; }
.kcpl-form__lab { font-size: 15px; font-weight: 600; }
.kcpl-stars { display: inline-flex; gap: 2px; }
.kcpl-stars input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.kcpl-stars label { cursor: pointer; padding: 4px; border-radius: 6px; color: var(--wt-rule-strong); display: inline-flex; }
.kcpl-stars label svg { width: 26px; height: 26px; fill: currentColor; }
.kcpl-stars label.is-on { color: var(--wt-ink); }
.kcpl-stars input:focus-visible + label { outline: 3px solid var(--wt-accent); }
.kcpl-form__words { display: flex; flex-wrap: wrap; gap: 8px; }
.kcpl-form__words label { cursor: pointer; }
.kcpl-form__words input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.kcpl-form__words span { display: inline-block; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--wt-rule-strong); font-size: 13.5px; font-weight: 600; }
.kcpl-form__words input:checked + span { background: var(--wt-ink); color: var(--wt-page-bg); border-color: var(--wt-ink); }
.kcpl-form__words input:focus-visible + span { outline: 3px solid var(--wt-accent); outline-offset: 2px; }
.kcpl-form textarea {
  width: 100%; min-height: 110px; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--wt-field-border); background: var(--wt-surface); color: var(--wt-ink);
  font: inherit; font-size: 15px; line-height: 1.5; resize: vertical;
}
.kcpl-form textarea:focus-visible { outline: 3px solid var(--wt-accent); outline-offset: 1px; border-color: transparent; }
.kcpl-form__hint { margin: 4px 0 0; font-size: 12.5px; color: var(--wt-ink-quiet); display: flex; justify-content: space-between; }
.kcpl-form__acts { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; align-items: center; }
.kcpl-form__acts .kcpl-btn--link { background: none; border: 0; text-decoration: underline; text-underline-offset: 3px; padding: 8px 10px; }
.kcpl-form__msg { margin: 0; font-size: 14px; color: var(--wt-error); min-height: 1.2em; }
.kcpl-form__msg.is-ok { color: var(--wt-link); }
.kcpl-prose { padding: 4px 24px 28px; font-size: 15px; line-height: 1.6; }
.kcpl-prose h2 { margin: 0 0 12px; font-size: 22px; }
.kcpl-prose p { margin: 0 0 12px; }

 
.kcd-bar { display: none; }

 
@media (max-width: 1180px) { .kcpl-row { --n: 5; } .kcd-cols { grid-template-columns: minmax(0, 1fr) 340px; gap: 40px 56px; } .kcpl-top { --kcpl-top-h: 248px; } }
@media (max-width: 1000px) { .kcpl-row { --n: 4; } .kcpl-split.has-map { grid-template-columns: 1fr; } .kcpl-mappane { position: relative; top: auto; height: 60vh; } .kcd-dims { grid-template-columns: repeat(3, 1fr); gap: 20px 0; } .kcd-dim:nth-child(4) { border-left: 0; padding-left: 0; } }
@media (max-width: 900px) {
  .kcpl-main { padding: 8px 16px 40px; }
  .kcpl-top { margin: 0 -16px 14px; height: auto; }
  .kcpl-top__band { padding: 4px 16px 10px; }
  .kcpl-top.is-compact .kcpl-search { left: 16px; right: 16px; }
  .kcpl-cats { gap: 0; }
  .kcpl-cat { min-width: 64px; padding: 6px 6px 8px; }
  .kcpl-cat__art { width: 40px; height: 40px; }
  .kcpl-cat__label { font-size: 11.5px; }
  .kcd-cols { grid-template-columns: 1fr; gap: 0; }
  .kcd-aside { display: none; }
  .kcd-bar, .kcd-bar * { box-sizing: border-box; }
  .kcd-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200; align-items: center; justify-content: space-between; gap: 12px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); background: var(--wt-surface); border-top: 1px solid var(--wt-rule); font-family: var(--wt-font-ui);
  }
  .kcd-bar .kcpl-btn { min-height: 48px; padding: 10px 18px; }
  .kcd-bar__status { display: flex; flex-direction: column; gap: 2px; font-size: 14px; font-weight: 600; min-width: 0; }
  .kcd-bar__status small { font-weight: 400; color: var(--wt-ink-soft); font-size: 12.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .kcd-bar .kcpl-btn { flex: 0 0 auto; }
  .kcd-page { padding-bottom: 96px; display: flex; flex-direction: column; }
  .kcd-mosaic { order: -1; margin: 0 -16px 16px; border-radius: 0; }
  .kcd-here--inline { display: block; padding: 28px 0; border-bottom: 1px solid var(--wt-rule); }
  .kcd-revgrid { grid-template-columns: 1fr; gap: 28px; }
  .kcd-know__grid { grid-template-columns: 1fr; }
  .kcd-mosaic { grid-template-columns: 1fr; grid-template-rows: 1fr; height: auto; aspect-ratio: 4 / 3; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; gap: 0; }
  .kcd-mosaic::-webkit-scrollbar { display: none; }
  .kcd-mosaic__tile, .kcd-mosaic__tile:first-child { flex: 0 0 100%; grid-row: auto; scroll-snap-align: start; height: 100%; }
  .kcd-mosaic__all { display: none; }
  .kcd-mosaic__count { display: inline-block; }
  .kcd-head { flex-direction: column; align-items: flex-start; gap: 6px; }
  .kcd-title { font-size: 22px; }
  .kcd-band { grid-template-columns: 1fr auto; gap: 12px; padding: 16px; }
  .kcd-band__p { grid-column: 1 / -1; }
  .kcd-offers__grid { grid-template-columns: 1fr; }
  .kcd-reviews__big { font-size: 56px; }
  .kcd-reviews__big svg { width: 34px; height: 62px; }
  .kcpl-gallery { grid-template-columns: 1fr; padding: 8px 16px 40px; }
  .kcpl-gallery__fig, .kcpl-gallery__fig:nth-child(3n + 1) { grid-column: auto; }
  .kcpl-gallery__item, .kcpl-gallery__fig:nth-child(3n + 1) .kcpl-gallery__item { aspect-ratio: 4 / 3; }
  .kcpl-light__stage { padding: 0 8px 12px; }
  .kcpl-light__nav { width: 40px; height: 40px; top: auto; bottom: 8px; transform: none; }
  .kcpl-light__nav--prev { left: 12px; } .kcpl-light__nav--next { right: 12px; }
}
@media (max-width: 720px) {
  .kcpl-row { --n: 2.2; --gap: 12px; }
  .kcpl-grid, .kcpl-split.has-map .kcpl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .kcpl-search { height: auto; flex-direction: column; align-items: stretch; border-radius: 22px; padding: 6px; }
  .kcpl-search__seg { padding: 10px 16px; height: auto; border-radius: 16px; }
  .kcpl-search__seg--where { padding-inline-end: 52px; }
  .kcpl-search__seg--what { padding-inline-end: 16px; }
  .kcpl-search__seg--what::before { left: 16px; right: 16px; top: 0; bottom: auto; width: auto; height: 1px; }
  .kcpl-search__go { position: static; transform: none; width: 100%; border-radius: 999px; height: 46px; margin: 4px 0 0; display: flex; gap: 8px; }
  .kcpl-search__go::after { content: attr(aria-label); font-size: 14.5px; font-weight: 600; }
  .kcpl-what__menu { grid-template-columns: repeat(2, 1fr); }
  .kcpl-top.is-compact .kcpl-search { transform: translateY(-14px) scale(.98); }
  .kcpl-note__pill { font-size: 13px; }
  .kcd-dims { grid-template-columns: repeat(2, 1fr); }
  .kcd-dim:nth-child(odd) { border-left: 0; padding-left: 0; }
  .kcd-dim:nth-child(4) { border-left: 1px solid var(--wt-rule); padding-left: 18px; }
  .kcpl-dialog__bar { padding: 10px 12px; }
}
@media (max-width: 460px) {
  .kcpl-row { --n: 1.6; }
  .kcpl-grid, .kcpl-split.has-map .kcpl-grid { grid-template-columns: 1fr; }
  .kcpl-card__media { aspect-ratio: 20 / 19; }
}
@media (prefers-reduced-motion: reduce) {
  .kcpl *, .kcd *, .kcpl-dialog *, .kcd-toast { animation-duration: 1ms !important; animation-delay: 0ms !important; transition-duration: 1ms !important; scroll-behavior: auto !important; }
  .kcpl-card--skeleton .kcpl-card__media, .is-busy svg, .kcpl-search__near.is-busy svg { animation: none !important; }
  .kcpl-cat { opacity: 1; transform: none; }
}













.kcpl-tg { padding-bottom: 8px; }
.kcpl-tg__sec { padding: 56px 0 0; }

 
.kcpl-tg__hero {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 44px;
  align-items: center; padding: 24px 0 8px;
}
.kcpl-tg__h1 { margin: 0 0 16px; font-size: clamp(2rem, 5vw, 4rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.025em; color: var(--wt-ink); text-wrap: balance; }
.kcpl-tg__lead { margin: 0 0 24px; font-size: 17px; line-height: 1.55; color: var(--wt-ink-soft); max-width: 46ch; }
.kcpl-tg__acts { display: flex; flex-wrap: wrap; gap: 10px; }
.kcpl-tg__herostack { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(2, 1fr); gap: 12px; }
.kcpl-tg__herofig {
  margin: 0; overflow: hidden; border-radius: var(--kcpl-r-media); background: var(--tint, var(--wt-chip-bg));
  box-shadow: var(--kcpl-sh-card); position: relative; aspect-ratio: 25 / 18;
  opacity: 0; transform: translateY(14px) scale(.97);
  animation: kcpl-pop 520ms var(--kcpl-ease) forwards; animation-delay: calc(var(--i, 0) * 90ms + 40ms);
}
.kcpl-tg__herofig:first-child { grid-row: 1 / 3; aspect-ratio: auto; }
.kcpl-tg__herofig img { width: 100%; height: 100%; object-fit: cover; display: block; }

 
.kcpl-tg__h2 { margin: 0 0 8px; font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; letter-spacing: -0.02em; color: var(--wt-ink); text-wrap: balance; }
.kcpl-tg__h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; letter-spacing: -0.01em; color: var(--wt-ink); }
.kcpl-tg__sub { margin: 0 0 26px; font-size: 15.5px; color: var(--wt-ink-soft); }
.kcpl-tg__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(238px, 1fr)); gap: 26px 20px; }
.kcpl-tg__tile a { display: block; text-decoration: none; color: inherit; }
.kcpl-tg__shot {
  display: block; overflow: hidden; border-radius: var(--kcpl-r-media); aspect-ratio: 25 / 18;
  background: var(--wt-chip-bg); transition: transform .18s ease, box-shadow .18s ease;
}
.kcpl-tg__shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
 
.kcpl-tg__tile a:hover .kcpl-tg__shot, .kcpl-tg__tile a:focus-visible .kcpl-tg__shot { transform: translateY(-5px); box-shadow: var(--kcpl-shadow-lift); }
.kcpl-tg__kind { display: block; margin: 12px 0 2px; font-size: 14px; font-weight: 600; line-height: 1.3; color: var(--wt-ink); }
.kcpl-tg__line { display: block; font-size: 12.5px; line-height: 1.35; color: var(--wt-ink-quiet); }
.kcpl-tg__tile a:hover .kcpl-tg__kind, .kcpl-tg__tile a:hover .kcpl-tg__line { text-decoration: underline; text-underline-offset: 3px; }

 
.kcpl-tg__steps { list-style: none; margin: 22px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; }
.kcpl-tg__step h3 { margin: 12px 0 6px; font-size: 17px; font-weight: 700; color: var(--wt-ink); }
.kcpl-tg__step p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--wt-ink-soft); }
.kcpl-tg__num {
  display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px;
  border-radius: 50%; border: 1px solid var(--wt-rule); font-size: 15px; font-weight: 700; color: var(--wt-ink);
}
.kcpl-tg__note, .kcpl-tg__alone { max-width: 62ch; }
.kcpl-tg__note p, .kcpl-tg__alone p { margin: 0 0 18px; font-size: 15px; line-height: 1.6; color: var(--wt-ink-soft); }
.kcpl-tg__alone { padding-bottom: 40px; }

@media (max-width: 900px) {
  .kcpl-tg__hero { grid-template-columns: 1fr; gap: 28px; padding-top: 8px; }
  .kcpl-tg__herostack { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .kcpl-tg__herofig:first-child { grid-row: auto; grid-column: 1 / -1; aspect-ratio: 25 / 14; }
  .kcpl-tg__sec { padding-top: 40px; }
}
@media (prefers-reduced-motion: reduce) {
  .kcpl-tg__herofig { animation: none; opacity: 1; transform: none; }
  .kcpl-tg__shot, .kcpl-tg__tile a:hover .kcpl-tg__shot { transition: none; transform: none; }
}













.kcpl-dialog__close { border-radius: 999px; }
.kcpl-search__what:hover { background: var(--wt-chip-bg); }
.kcd-about__more:hover, .kcd-rev__more:hover, .kcd-reviews__how:hover { color: var(--wt-ink); }
