:root{--app-viewport-height: 100vh;--safe-area-bottom: env(safe-area-inset-bottom, 0px)}@supports (height: 100dvh){:root{--app-viewport-height: 100dvh}}*{box-sizing:border-box}html,body{margin:0;min-height:100%;min-width:320px;font-family:Arial,sans-serif;color:#2e2115;background:#f5efe5}button,a{font:inherit}button{border:0;padding:0;background:none;color:inherit}a{color:inherit}img{display:block;max-width:100%}app-root,router-outlet+*{display:block}app-root{min-height:var(--app-viewport-height)}.kp-map-marker-wrapper{background:transparent;border:0}.kp-map-marker{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:10px 14px 10px 10px;border-radius:999px;background:#fffcf7f5;color:#2f2217;box-shadow:0 14px 30px #492e162e;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;pointer-events:auto}.kp-map-marker:hover,.kp-map-marker--active{box-shadow:0 18px 34px #492e163d;background:#fff6dc}.kp-map-marker__dot{width:16px;height:16px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff7ea 0%,#fff7ea 26%,transparent 27%),linear-gradient(180deg,#f7a14f,#df6a1f);box-shadow:0 0 0 5px #fff5e88c,0 10px 18px #df6a1f42;flex-shrink:0}.kp-map-marker__label{font-weight:700;font-size:.95rem;white-space:nowrap}@media(max-width:960px){.kp-map-marker{padding-right:12px}.kp-map-marker__label{font-size:.875rem}}@media(max-width:720px){.kp-map-marker{max-width:52vw}.kp-map-marker__label{overflow:hidden;text-overflow:ellipsis}}
