:root {
    --aki-orange: #ff6b22;
    --aki-orange-dark: #e95712;
    --aki-orange-soft: #fff3eb;
    --aki-ink: #111827;
    --aki-muted: #667085;
    --aki-line: #e9ebef;
    --aki-surface: #ffffff;
    --aki-bg: #f7f7f8;
    --aki-success: #139b55;
    --aki-danger: #e23b3b;
    --aki-yellow: #f5a623;
    --aki-shadow: 0 14px 38px rgba(17, 24, 39, .06);
    --aki-container: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--aki-bg);
    color: var(--aki-ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
a { color: inherit; }
.aki-container { width: min(calc(100% - 64px), var(--aki-container)); margin: 0 auto; }

.aki-topbar {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(255,255,255,.96);
    border-top: 1px solid #eeeef2;
    border-bottom: 1px solid #ececf0;
    backdrop-filter: blur(14px);
}
.aki-topbar__inner {
    width: min(calc(100% - 64px), var(--aki-container));
    min-height: 92px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto minmax(250px, 1fr) auto;
    align-items: center;
    gap: 24px;
}
.aki-brand { display: flex; width: 90px; text-decoration: none; }
.aki-brand img { display: block; width: 90px; max-height: 54px; object-fit: contain; }
.aki-address {
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
    justify-self: start;
    min-width: 230px;
    max-width: 430px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 11px;
    padding: 12px 15px;
    border-radius: 17px;
    background: #f7f7f8;
    text-decoration: none;
    transition: .2s ease;
}
.aki-address:hover { background: var(--aki-orange-soft); }
.aki-address__icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--aki-orange);
    background: #fff4ed;
}
.aki-address__text { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.aki-address__text small { color: var(--aki-muted); font-size: 11px; }
.aki-address__text strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.aki-address__arrow { color: var(--aki-orange); font-size: 11px; }
.aki-user-nav { display: flex; align-items: center; gap: 25px; }
.aki-user-nav a { text-decoration: none; font-size: 13px; font-weight: 800; }
.aki-user-name { color: #27272a; }
.aki-logout { color: #7d7f86; }
.aki-sell {
    color: #fff;
    background: var(--aki-orange);
    padding: 14px 20px;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(255, 107, 34, .18);
}
.aki-sell:hover { background: var(--aki-orange-dark); }

.aki-search-area {
    padding: 28px 0 24px;
    background:
        radial-gradient(circle at 15% 0%, rgba(255,107,34,.08), transparent 28%),
        linear-gradient(180deg, #fafafa 0%, var(--aki-bg) 100%);
}
.aki-search {
    width: min(100%, 900px);
    margin: 0 auto 34px;
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 7px 7px 7px 17px;
    border: 1px solid #e9e9ec;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(17,24,39,.08);
}
.aki-search > i { color: var(--aki-orange); font-size: 15px; }
.aki-search input {
    min-width: 0;
    height: 50px;
    border: 0;
    outline: 0;
    color: var(--aki-ink);
    background: transparent;
    font-size: 15px;
}
.aki-search input::placeholder { color: #7b7f87; }
.aki-search button {
    height: 50px;
    padding: 0 24px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: var(--aki-orange);
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}
.aki-search button:hover { background: var(--aki-orange-dark); transform: translateY(-1px); }

.aki-market-intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 22px;
}
.aki-eyebrow { color: #ff9867; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.aki-market-intro h1 { margin: 8px 0 7px; font-size: clamp(25px, 3vw, 36px); line-height: 1.08; letter-spacing: -.045em; }
.aki-market-intro p { margin: 0; color: var(--aki-muted); font-size: 14px; }
.aki-result-count {
    min-width: 132px;
    padding: 14px 18px;
    border: 1px solid #ededf1;
    border-radius: 17px;
    background: #fff;
    text-align: right;
}
.aki-result-count strong { display: block; color: var(--aki-orange); font-size: 22px; }
.aki-result-count span { color: var(--aki-muted); font-size: 11px; }

.aki-filters { display: flex; gap: 10px; overflow-x: auto; padding: 2px 0 8px; scrollbar-width: none; }
.aki-filters::-webkit-scrollbar { display: none; }
.aki-filter {
    flex: 0 0 auto;
    height: 40px;
    padding: 0 16px;
    border: 1px solid #e3e4e8;
    border-radius: 999px;
    color: #555963;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: .18s ease;
}
.aki-filter:hover, .aki-filter.is-active {
    border-color: var(--aki-orange);
    color: var(--aki-orange);
    background: var(--aki-orange-soft);
}

.aki-stores-section { padding: 18px 0 70px; }
.aki-store-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 22px;
}
.aki-store-card {
    min-width: 0;
    min-height: 126px;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    padding: 14px;
    border: 1px solid transparent;
    border-radius: 17px;
    background: rgba(255,255,255,.6);
    color: inherit;
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.aki-store-card:hover {
    border-color: #ececf0;
    background: #fff;
    box-shadow: var(--aki-shadow);
    transform: translateY(-2px);
}
.aki-store-card.is-closed { opacity: .72; }
.aki-store-card.is-closed:hover { opacity: 1; }
.aki-store-logo {
    position: relative;
    width: 92px;
    height: 92px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border: 1px solid #eff0f3;
    border-radius: 15px;
    background: #fff;
}
.aki-store-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.aki-store-initials {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--aki-orange);
    background: linear-gradient(145deg, #fff7f2, #fff);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.04em;
}
.aki-store-content { min-width: 0; }
.aki-store-title-row { display: flex; align-items: center; gap: 8px; }
.aki-store-title-row h2 {
    min-width: 0;
    flex: 1;
    margin: 0;
    overflow: hidden;
    color: #22252b;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.3;
}
.aki-store-badges { display: flex; gap: 5px; }
.aki-badge {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    flex: 0 0 auto;
}
.aki-badge--partner { background: var(--aki-orange); }
.aki-badge--featured { background: #ed1b2f; box-shadow: 0 6px 14px rgba(237,27,47,.22); }
.aki-store-meta, .aki-store-delivery {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 7px;
    color: #777b84;
    font-size: 11px;
    white-space: nowrap;
}
.aki-store-meta > span, .aki-store-delivery > span { min-width: 0; }
.aki-segment { overflow: hidden; text-overflow: ellipsis; }
.aki-rating { color: var(--aki-yellow); font-weight: 800; }
.aki-rating small { color: #999ca3; font-weight: 600; }
.aki-dot { color: #c3c5ca; }
.aki-free { color: var(--aki-success); font-weight: 800; }
.aki-partner-label, .aki-closed-label {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    padding: 4px 7px;
    border-radius: 8px;
    font-size: 9px;
    font-weight: 800;
}
.aki-partner-label { color: #b95018; background: #fff1e8; }
.aki-closed-label { color: var(--aki-danger); background: #fff0f0; }

.aki-empty, .aki-no-filter {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 34px;
    border: 1px dashed #dfe1e6;
    border-radius: 22px;
    background: #fff;
    text-align: center;
}
.aki-empty > span {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--aki-orange);
    background: var(--aki-orange-soft);
    font-size: 20px;
}
.aki-empty h2 { margin: 5px 0 0; font-size: 20px; }
.aki-empty p, .aki-no-filter span { margin: 0; color: var(--aki-muted); font-size: 13px; }
.aki-empty a { margin-top: 8px; padding: 11px 16px; border-radius: 11px; color: #fff; background: var(--aki-orange); text-decoration: none; font-weight: 800; font-size: 12px; }
.aki-no-filter { min-height: 180px; margin-top: 18px; }
.aki-no-filter i { color: var(--aki-orange); font-size: 20px; }

@media (max-width: 1250px) {
    .aki-store-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 940px) {
    .aki-container, .aki-topbar__inner { width: min(calc(100% - 34px), var(--aki-container)); }
    .aki-topbar__inner { grid-template-columns: auto 1fr auto; gap: 14px; min-height: 82px; }
    .aki-address { min-width: 0; max-width: 330px; }
    .aki-user-name, .aki-logout { display: none; }
    .aki-store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .aki-container, .aki-topbar__inner { width: min(calc(100% - 24px), var(--aki-container)); }
    .aki-topbar__inner { min-height: 74px; grid-template-columns: 70px minmax(0, 1fr) auto; }
    .aki-brand, .aki-brand img { width: 70px; }
    .aki-address { padding: 9px 10px; grid-template-columns: 32px minmax(0, 1fr); }
    .aki-address__icon { width: 32px; height: 32px; }
    .aki-address__arrow { display: none; }
    .aki-address__text small { font-size: 9px; }
    .aki-address__text strong { font-size: 11px; }
    .aki-sell { padding: 11px 12px; font-size: 11px !important; }
    .aki-search-area { padding-top: 18px; }
    .aki-search { grid-template-columns: 22px 1fr; padding: 6px 13px; border-radius: 15px; margin-bottom: 26px; }
    .aki-search input { height: 44px; font-size: 13px; }
    .aki-search button { grid-column: 1 / -1; height: 43px; margin: 0 -7px -1px; }
    .aki-market-intro { align-items: flex-start; }
    .aki-result-count { display: none; }
    .aki-market-intro h1 { font-size: 27px; }
    .aki-store-grid { grid-template-columns: 1fr; gap: 10px; }
    .aki-store-card { min-height: 116px; grid-template-columns: 82px minmax(0, 1fr); padding: 12px; }
    .aki-store-logo { width: 82px; height: 82px; }
}


/* Aki Marketplace v2.1 — seletor inteligente de localização */
body.aki-location-open { overflow: hidden; }
.aki-empty-location {
    margin-top: 8px; padding: 11px 16px; border: 0; border-radius: 11px;
    color: #fff; background: var(--aki-orange); font-weight: 800; font-size: 12px; cursor: pointer;
}
.aki-location-modal[hidden], .aki-location-map-view[hidden], .aki-location-search-view[hidden],
.aki-location-results[hidden], .aki-location-message[hidden] { display: none !important; }
.aki-location-modal { position: fixed; inset: 0; z-index: 2500; display: grid; place-items: center; padding: 18px; }
.aki-location-backdrop { position: absolute; inset: 0; background: rgba(15, 18, 24, .64); backdrop-filter: blur(4px); }
.aki-location-panel {
    position: relative; z-index: 1; width: min(720px, 100%); max-height: min(880px, calc(100vh - 36px));
    overflow: auto; border: 1px solid rgba(255,255,255,.7); border-radius: 26px; background: #fff;
    box-shadow: 0 30px 80px rgba(0,0,0,.25);
}
.aki-location-close {
    position: absolute; top: 16px; right: 16px; z-index: 20; width: 38px; height: 38px;
    display: grid; place-items: center; border: 0; border-radius: 50%; color: #656973; background: #f3f4f6; cursor: pointer;
}
.aki-location-search-view { padding: 36px 38px 30px; }
.aki-location-heading { display: flex; align-items: center; gap: 16px; padding-right: 42px; }
.aki-location-heading__icon { width: 64px; height: 64px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--aki-orange); background: var(--aki-orange-soft); font-size: 23px; }
.aki-location-heading small, .aki-location-map-head small { color: #ff9561; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.aki-location-heading h2 { margin: 5px 0 5px; font-size: 26px; letter-spacing: -.035em; }
.aki-location-heading p { margin: 0; color: var(--aki-muted); font-size: 13px; }
.aki-location-gps {
    width: 100%; min-height: 68px; margin-top: 28px; padding: 13px 16px; display: grid;
    grid-template-columns: 38px 1fr 18px; align-items: center; gap: 12px; border: 1px solid #eceef2;
    border-radius: 16px; color: #272a30; background: #fff; text-align: left; cursor: pointer; transition: .18s ease;
}
.aki-location-gps:hover { border-color: #ffc7aa; background: #fffaf7; }
.aki-location-gps > i:first-child { color: var(--aki-orange); font-size: 19px; }
.aki-location-gps span { display: flex; flex-direction: column; gap: 3px; }
.aki-location-gps strong { font-size: 14px; }
.aki-location-gps small { color: var(--aki-muted); font-size: 11px; }
.aki-location-gps > i:last-child { color: #a3a6ad; font-size: 11px; }
.aki-location-divider { display: flex; align-items: center; gap: 12px; margin: 22px 0; color: #a2a5ac; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.aki-location-divider::before, .aki-location-divider::after { content: ''; height: 1px; flex: 1; background: #eceef1; }
.aki-location-form > label { display: block; margin-bottom: 8px; color: #30333a; font-size: 12px; font-weight: 800; }
.aki-location-input-row { min-height: 58px; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 9px; padding: 6px 7px 6px 16px; border: 1px solid #dfe2e7; border-radius: 15px; background: #fafafa; }
.aki-location-input-row:focus-within { border-color: var(--aki-orange); background: #fff; box-shadow: 0 0 0 4px rgba(255,107,34,.09); }
.aki-location-input-row > i { color: var(--aki-orange); }
.aki-location-input-row input { min-width: 0; height: 43px; border: 0; outline: 0; background: transparent; color: #24272d; font-size: 14px; }
.aki-location-input-row button { height: 44px; padding: 0 19px; border: 0; border-radius: 11px; color: #fff; background: var(--aki-orange); font-weight: 800; cursor: pointer; }
.aki-location-form > small { display: block; margin-top: 7px; color: #92959d; font-size: 10px; }
.aki-location-message { margin-top: 13px; padding: 11px 13px; border-radius: 11px; font-size: 12px; }
.aki-location-message.is-error { color: #9f2424; background: #fff0f0; }
.aki-location-message.is-info { color: #5c4a16; background: #fff9e8; }
.aki-location-message.is-success { color: #17623c; background: #edf9f2; }
.aki-location-results { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.aki-location-result { width: 100%; display: grid; grid-template-columns: 34px 1fr 15px; align-items: center; gap: 10px; padding: 12px 13px; border: 1px solid #e8eaee; border-radius: 13px; color: #282b31; background: #fff; text-align: left; cursor: pointer; }
.aki-location-result:hover { border-color: #ffc3a4; background: #fffaf7; }
.aki-location-result > i:first-child { color: var(--aki-orange); }
.aki-location-result span { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.aki-location-result strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.aki-location-result small { color: var(--aki-muted); font-size: 10px; }
.aki-location-result > i:last-child { color: #a0a3aa; font-size: 10px; }
.aki-location-map-link { display: inline-flex; align-items: center; gap: 8px; margin: 22px auto 0; padding: 10px 13px; border: 0; color: var(--aki-orange); background: transparent; font-weight: 800; font-size: 12px; cursor: pointer; }
.aki-location-map-view { min-height: 680px; display: grid; grid-template-rows: auto minmax(330px, 1fr) auto; }
.aki-location-map-head { min-height: 72px; display: flex; align-items: center; gap: 13px; padding: 12px 22px; border-bottom: 1px solid #eceef1; }
.aki-location-map-head button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #3e4147; background: #f3f4f6; cursor: pointer; }
.aki-location-map-head div { display: flex; flex-direction: column; gap: 3px; }
.aki-location-map-head strong { font-size: 15px; }
.aki-location-map { min-height: 370px; background: #eef1f3; }
.aki-location-map .leaflet-control-attribution { font-size: 8px; }
.aki-location-map-card { position: relative; padding: 17px 22px 22px; border-top: 1px solid #e8eaee; background: #fff; }
.aki-location-selected { display: grid; grid-template-columns: 28px 1fr; align-items: start; gap: 10px; }
.aki-location-selected > i { margin-top: 3px; color: var(--aki-orange); }
.aki-location-selected div { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.aki-location-selected small { color: var(--aki-muted); font-size: 10px; }
.aki-location-selected strong { font-size: 13px; line-height: 1.35; }
.aki-location-complement-grid { display: grid; grid-template-columns: 150px 1fr; gap: 11px; margin-top: 14px; }
.aki-location-complement-grid label { display: flex; flex-direction: column; gap: 6px; color: #484c54; font-size: 10px; font-weight: 800; }
.aki-location-complement-grid input { height: 43px; padding: 0 12px; border: 1px solid #dfe2e7; border-radius: 11px; outline: 0; }
.aki-location-complement-grid input:focus { border-color: var(--aki-orange); box-shadow: 0 0 0 3px rgba(255,107,34,.08); }
.aki-location-confirm { width: 100%; height: 50px; margin-top: 15px; border: 0; border-radius: 13px; color: #fff; background: var(--aki-orange); font-weight: 900; cursor: pointer; }
.aki-location-confirm:disabled, .aki-location-gps:disabled, .aki-location-input-row button:disabled { opacity: .55; cursor: wait; }

@media (max-width: 640px) {
    .aki-location-modal { padding: 0; align-items: end; }
    .aki-location-panel { width: 100%; max-height: 94vh; border-radius: 24px 24px 0 0; }
    .aki-location-search-view { padding: 30px 18px 24px; }
    .aki-location-heading__icon { width: 52px; height: 52px; font-size: 19px; }
    .aki-location-heading h2 { font-size: 21px; }
    .aki-location-input-row { grid-template-columns: 20px 1fr; padding: 7px 13px; }
    .aki-location-input-row button { grid-column: 1 / -1; width: calc(100% + 12px); margin: 0 -6px -1px; }
    .aki-location-map-view { min-height: 86vh; }
    .aki-location-map { min-height: 330px; }
    .aki-location-complement-grid { grid-template-columns: 110px 1fr; }
}

/* AKI_MARKETPLACE_LOCATION_FIX_V2_1_1
   Correções: filtros rápidos, dimensão do Leaflet e modal de mapa. */
.aki-store-card[hidden],
.aki-store-card.is-filtered-out,
.aki-no-filter[hidden] {
    display: none !important;
}

.aki-filter[aria-pressed="true"] {
    border-color: var(--aki-orange);
    color: var(--aki-orange);
    background: var(--aki-orange-soft);
}

.aki-location-panel.is-map-open {
    overflow: hidden;
}

.aki-location-panel.is-map-open .aki-location-close {
    display: none;
}

.aki-location-map-view {
    width: 100%;
    height: min(820px, calc(100dvh - 36px));
    min-height: 620px;
    overflow: hidden;
    grid-template-rows: 72px minmax(280px, 1fr) auto;
}

.aki-location-map {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 280px;
    overflow: hidden;
    isolation: isolate;
    background: #e8ecef;
}

.aki-location-map.leaflet-container {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    font: inherit;
}

.aki-location-map .leaflet-map-pane,
.aki-location-map .leaflet-tile-pane,
.aki-location-map .leaflet-overlay-pane,
.aki-location-map .leaflet-shadow-pane,
.aki-location-map .leaflet-marker-pane,
.aki-location-map .leaflet-tooltip-pane,
.aki-location-map .leaflet-popup-pane {
    position: absolute;
    inset: 0 auto auto 0;
}

.aki-location-map img,
.aki-location-map .leaflet-tile,
.aki-location-map .leaflet-marker-icon,
.aki-location-map .leaflet-marker-shadow {
    max-width: none !important;
    max-height: none !important;
}

.aki-location-map .leaflet-tile {
    width: 256px !important;
    height: 256px !important;
}

.aki-location-map-card {
    z-index: 500;
    max-height: 270px;
    overflow-y: auto;
}

@media (max-width: 640px) {
    .aki-location-modal { padding: 8px; }
    .aki-location-panel { max-height: calc(100dvh - 16px); border-radius: 20px; }
    .aki-location-map-view {
        height: calc(100dvh - 16px);
        min-height: 560px;
        grid-template-rows: 64px minmax(250px, 1fr) auto;
    }
    .aki-location-map-head { min-height: 64px; padding: 10px 14px; }
    .aki-location-map { min-height: 250px; }
    .aki-location-map-card { max-height: 290px; padding: 13px 15px 17px; }
}

/* AKI_MARKETPLACE_LOCATION_FIX_V2_1_2
   Mapa nativo sem Leaflet/CDN e filtros com fallback por URL. */
.aki-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
}

.aki-store-card[hidden],
.aki-store-card.is-filtered-out {
    display: none !important;
}

.aki-native-map {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    isolation: isolate;
    cursor: grab;
    touch-action: none;
    user-select: none;
    background:
        linear-gradient(45deg, rgba(255,255,255,.32) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.32) 75%),
        linear-gradient(45deg, rgba(255,255,255,.32) 25%, #e8edf0 25%, #e8edf0 75%, rgba(255,255,255,.32) 75%);
    background-position: 0 0, 16px 16px;
    background-size: 32px 32px;
}

.aki-native-map.is-dragging {
    cursor: grabbing;
}

.aki-native-map__tiles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}

.aki-native-map__tile {
    position: absolute;
    width: 256px !important;
    height: 256px !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0;
    pointer-events: none;
    transform: translateZ(0);
    transition: opacity .12s linear;
}

.aki-native-map__tile.is-loaded {
    opacity: 1;
}

.aki-native-map__tile.is-error {
    opacity: 0;
}

.aki-native-map__pin {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 30;
    width: 42px;
    height: 52px;
    transform: translate(-50%, -100%);
    pointer-events: none;
    filter: drop-shadow(0 7px 7px rgba(0,0,0,.25));
}

.aki-native-map__pin::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 2px;
    width: 28px;
    height: 28px;
    border: 4px solid #fff;
    border-radius: 50% 50% 50% 0;
    background: var(--aki-orange);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.aki-native-map__pin span {
    position: absolute;
    left: 17px;
    top: 12px;
    z-index: 1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.aki-native-map__controls {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 40;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(20,27,38,.16);
}

.aki-native-map__controls button {
    width: 42px;
    height: 40px;
    border: 0;
    color: #25282e;
    background: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.aki-native-map__controls button + button {
    border-top: 1px solid #e6e8eb;
}

.aki-native-map__controls button:hover {
    color: var(--aki-orange);
    background: #fff7f2;
}

.aki-native-map__attribution {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 40;
    padding: 3px 6px;
    border-radius: 5px;
    color: #555b64;
    background: rgba(255,255,255,.88);
    text-decoration: none;
    font-size: 8px;
}

.aki-native-map__loading {
    position: absolute;
    left: 50%;
    bottom: 16px;
    z-index: 35;
    max-width: calc(100% - 130px);
    padding: 7px 11px;
    border-radius: 999px;
    color: #525862;
    background: rgba(255,255,255,.92);
    box-shadow: 0 4px 15px rgba(20,27,38,.12);
    font-size: 10px;
    text-align: center;
    transform: translateX(-50%);
    pointer-events: none;
}

.aki-native-map__loading[hidden] {
    display: none !important;
}

@media (max-width: 640px) {
    .aki-native-map__controls {
        top: 10px;
        right: 10px;
    }

    .aki-native-map__loading {
        bottom: 10px;
        max-width: calc(100% - 100px);
    }
}
