.loklyn-footprint-map,.loklyn-footprint-map__canvas,.loklyn-footprint-map__host{position:absolute;inset:0;width:100%;height:100%}.loklyn-footprint-map{background:radial-gradient(circle at 50% 35%,rgba(151,199,221,.28),transparent 38%),linear-gradient(180deg,#edf6f7,#f8f5ef)}.loklyn-footprint-map[data-expanded=true]{position:absolute;inset:auto 0 auto 0;top:50%;width:100%;height:clamp(620px,78svh,820px);z-index:1000;overflow:hidden;border-radius:22px;max-width:none;overscroll-behavior:contain;box-shadow:0 1px 2px rgba(30,27,24,.04),0 30px 80px rgba(30,27,24,.08);transform:translateY(-50%)}.loklyn-footprint-map__controls{position:absolute;top:16px;right:16px;z-index:4;display:grid;grid-gap:10px;gap:10px;justify-items:center}.loklyn-footprint-map__expand-button,.loklyn-footprint-map__zoom-buttons button{display:grid;place-items:center;border:0;background:color-mix(in srgb,var(--loklyn-color-surface-strong,#fffdf8) 94%,white);color:var(--loklyn-color-text-primary,#2f2a24);cursor:pointer}.loklyn-footprint-map__expand-button{width:40px;height:40px;border-radius:50%;box-shadow:0 2px 7px rgba(37,31,25,.1)}.loklyn-footprint-map__zoom-buttons{display:grid;overflow:hidden;border-radius:999px;box-shadow:0 2px 7px rgba(37,31,25,.1)}.loklyn-footprint-map__zoom-buttons button{width:40px;height:38px}.loklyn-footprint-map__zoom-buttons button+button{border-top:1px solid color-mix(in srgb,var(--loklyn-color-text-primary,#2f2a24) 10%,transparent)}.loklyn-footprint-map__expand-button svg,.loklyn-footprint-map__zoom-buttons svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.loklyn-footprint-map__mode-switch{position:absolute;right:auto;bottom:24px;left:24px;z-index:4;display:inline-flex;gap:8px;align-items:center;min-height:34px;padding:0 13px;border:0;border-radius:999px;background:color-mix(in srgb,var(--loklyn-color-surface-strong,#fffdf8) 88%,transparent);color:color-mix(in srgb,var(--loklyn-color-text-primary,#2f2a24) 58%,transparent);font-size:12px;font-weight:650;line-height:1;box-shadow:0 2px 10px rgba(37,31,25,.1);cursor:pointer}.loklyn-footprint-map__mode-switch span[data-active=true]{color:var(--loklyn-color-accent-deep,#5d4c7b)}.loklyn-footprint-map__expand-button:focus:not(:focus-visible),.loklyn-footprint-map__mode-switch:focus:not(:focus-visible),.loklyn-footprint-map__zoom-buttons button:focus:not(:focus-visible){outline:none}.loklyn-footprint-map__expand-button:focus-visible,.loklyn-footprint-map__mode-switch:focus-visible,.loklyn-footprint-map__zoom-buttons button:focus-visible{outline:2px solid color-mix(in srgb,var(--loklyn-color-accent,#8d7baf) 70%,white);outline-offset:3px}.loklyn-footprint-map__empty{position:absolute;inset:0;display:grid;place-items:center;color:var(--loklyn-color-text-secondary,#6b6b6b);font-size:13px}.loklyn-footprint-map__marker{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;background:transparent;cursor:pointer}.loklyn-footprint-map__marker:before{content:"";width:14px;height:14px;border:2px solid rgba(255,255,255,.95);border-radius:50%;background:var(--loklyn-color-accent,#8d7baf);box-shadow:0 1px 4px rgba(53,42,28,.28);transition:width .12s ease,height .12s ease,box-shadow .12s ease}.loklyn-footprint-map__marker[data-selected=true]:before{width:20px;height:20px;border-color:#ffffff;background:var(--loklyn-color-accent-deep,#5d4c7b);box-shadow:0 0 0 5px color-mix(in srgb,var(--loklyn-color-accent,#8d7baf) 28%,transparent),0 2px 8px rgba(53,42,28,.34)}.loklyn-footprint-map__marker[data-variant=inspiration]{display:flex;width:92px;height:90px;flex-direction:column;justify-content:flex-end;filter:drop-shadow(0 5px 10px rgba(49,40,31,.2))}.loklyn-footprint-map__marker[data-variant=inspiration]:before{display:none}.loklyn-footprint-map__marker-photo{position:relative;display:grid;width:52px;height:52px;place-items:center;overflow:hidden;border:3px solid rgba(255,253,248,.98);border-radius:50% 50% 50% 8px;background:var(--loklyn-color-accent,#8d7baf);color:white;font-size:17px;font-weight:720;transform:rotate(-45deg);transition:width .16s ease,height .16s ease,border-color .16s ease,box-shadow .16s ease}.loklyn-footprint-map__marker-photo img{width:72px;height:72px;object-fit:cover;transform:rotate(45deg)}.loklyn-footprint-map__marker-fallback{transform:rotate(45deg)}.loklyn-footprint-map__marker-label{max-width:92px;margin-top:2px;padding:4px 8px;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:rgba(255,253,248,.92);color:var(--loklyn-color-text-primary,#2f2a24);font-size:11px;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.loklyn-footprint-map__marker[data-variant=inspiration][data-selected=true] .loklyn-footprint-map__marker-photo{width:58px;height:58px;border-color:#ffffff;box-shadow:0 0 0 5px color-mix(in srgb,var(--loklyn-color-accent,#8d7baf) 32%,transparent)}.loklyn-footprint-map__marker[data-variant=inspiration][data-selected=true] .loklyn-footprint-map__marker-label{background:var(--loklyn-color-accent-deep,#5d4c7b);color:white}.loklyn-footprint-map__marker[data-variant=inspiration]:focus-visible{outline:2px solid color-mix(in srgb,var(--loklyn-color-accent,#8d7baf) 72%,white);outline-offset:3px;border-radius:24px}@media (max-width:520px){.loklyn-footprint-map__controls{top:16px;right:14px;gap:10px}.loklyn-footprint-map__expand-button{width:38px;height:38px}.loklyn-footprint-map__zoom-buttons button{width:38px;height:36px}.loklyn-footprint-map__mode-switch{bottom:16px;left:14px;min-height:32px;padding-inline:11px;font-size:11px}}