:root{
  --ink:#1b1b19; --muted:#6f6e69; --faint:#9b9a94;
  --line:#e8e6e1; --line-soft:#f0eee9;
  --bg:#faf9f7; --surface:#ffffff;
  --accent:#0f7a5f; --accent-ink:#0a5642; --accent-soft:#e6f3ee; --accent-soft2:#d4ebe2;
  --warn-soft:#fdf3e3; --warn-ink:#8a5a12;
  --r-lg:14px; --r-md:10px; --r-sm:8px;
  --shadow-card:0 1px 2px rgba(20,20,18,.04), 0 6px 20px rgba(20,20,18,.05);
  --shadow-pop:0 8px 30px rgba(20,20,18,.14);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--ink); background:var(--bg); -webkit-font-smoothing:antialiased; line-height:1.5;
}
a{color:var(--accent-ink)}
.wrap{max-width:1180px; margin:0 auto; padding:0 18px}

/* ---------- top bar ---------- */
header.top{position:sticky; top:0; z-index:1200; background:rgba(250,249,247,.94); backdrop-filter:blur(8px); border-bottom:1px solid var(--line)}
.top-in{display:flex; align-items:center; justify-content:space-between; gap:16px; height:62px}
.brand{display:flex; align-items:center; gap:10px; min-width:0; text-decoration:none}
.brand .mark{width:34px; height:34px; border-radius:10px; background:var(--accent); color:#fff; display:flex; align-items:center; justify-content:center; flex:none}
.brand .mark svg{width:20px; height:20px}
.brand .txt b{font-family:"Space Grotesk",sans-serif; font-weight:700; font-size:18px; letter-spacing:-.2px; display:block; line-height:1.05; color:var(--ink)}
.brand .txt span{font-size:11.5px; color:var(--muted)}
nav.tabs{display:flex; gap:4px; background:#efece6; padding:4px; border-radius:12px}
nav.tabs button, .toplink{border:0; background:transparent; font:inherit; font-size:13.5px; font-weight:500; color:var(--muted); padding:7px 13px; border-radius:9px; cursor:pointer; display:flex; align-items:center; gap:7px; white-space:nowrap; text-decoration:none}
nav.tabs button svg, .toplink svg{width:16px; height:16px}
nav.tabs button.on{background:var(--surface); color:var(--ink); box-shadow:0 1px 2px rgba(0,0,0,.06)}
nav.tabs button.cta{background:var(--accent); color:#fff; box-shadow:0 2px 6px rgba(15,122,95,.28)}
nav.tabs button.cta:hover{background:var(--accent-ink)}
nav.tabs button.cta.on{background:var(--accent-ink); color:#fff}
nav.tabs button.cta svg{color:#fff}
.badge{min-width:18px; height:18px; padding:0 5px; border-radius:9px; background:var(--accent); color:#fff; font-size:11px; font-weight:600; display:inline-flex; align-items:center; justify-content:center}

.view{display:none}
.view.on{display:block}

/* ---------- busca: barra de filtros ---------- */
.filterbar{background:var(--surface); border:1px solid var(--line); border-radius:var(--r-lg); box-shadow:var(--shadow-card); margin:16px 0 0; padding:14px 16px; display:flex; flex-direction:column; gap:10px}
.searchbox{position:relative}
.searchbox svg{position:absolute; left:13px; top:50%; transform:translateY(-50%); width:17px; height:17px; color:var(--faint)}
.searchbox input{width:100%; font:inherit; font-size:15px; color:var(--ink); padding:11px 14px 11px 40px; border:1px solid var(--line); border-radius:var(--r-md); background:var(--bg); outline:none}
.searchbox input:focus{border-color:var(--accent); box-shadow:0 0 0 3px var(--accent-soft); background:var(--surface)}
.flbl{font-size:11px; font-weight:700; color:var(--faint); text-transform:uppercase; letter-spacing:.5px; margin:2px 0 -2px}
.pill-row{display:flex; gap:8px; flex-wrap:wrap; padding-bottom:2px}
.pill{font:inherit; font-size:13.5px; font-weight:600; padding:8px 13px; border-radius:22px; border:1.5px solid var(--line); background:var(--surface); color:var(--ink); cursor:pointer; display:flex; align-items:center; gap:7px; transition:.12s; white-space:nowrap}
.pill .pdot{width:9px; height:9px; border-radius:50%; background:#c9c7c0; flex:none}
.pill:hover{border-color:#cfcdc6}
.pill.on{border-color:var(--accent); background:var(--accent-soft); color:var(--accent-ink)}
.pill.on .pdot{background:var(--accent)}
.actionrow{display:flex; align-items:center; gap:12px; flex-wrap:wrap}
.geo-btn{font:inherit; font-size:13.5px; font-weight:600; padding:9px 15px; border-radius:22px; border:1.5px solid var(--accent); background:var(--surface); color:var(--accent-ink); cursor:pointer; display:flex; align-items:center; gap:8px}
.geo-btn svg{width:16px; height:16px}
.geo-btn:hover{background:var(--accent-soft)}
.geo-btn.on{background:var(--accent); color:#fff}
.geo-btn.loading{opacity:.6; pointer-events:none}
.count{font-size:13.5px; color:var(--muted)} .count b{color:var(--ink)}
.clearf{font-size:13px; color:var(--accent-ink); background:none; border:0; cursor:pointer; font-weight:600; font-family:inherit; margin-left:auto}

/* segmentado lista/mapa (mobile) */
.seg{display:none; background:#efece6; padding:4px; border-radius:11px; gap:4px}
.seg button{flex:1; border:0; background:transparent; font:inherit; font-size:13.5px; font-weight:600; color:var(--muted); padding:8px; border-radius:8px; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:7px}
.seg button svg{width:16px; height:16px}
.seg button.on{background:var(--surface); color:var(--ink); box-shadow:0 1px 2px rgba(0,0,0,.06)}

/* ---------- busca: layout ---------- */
.layout{display:flex; gap:18px; padding:16px 0 24px; align-items:flex-start}
.map-col{flex:1.5; position:sticky; top:78px; height:calc(100vh - 96px); min-height:460px}
#map{width:100%; height:100%; border-radius:var(--r-lg); border:1px solid var(--line); overflow:hidden; background:#e9e7e1}
.list-col{flex:1; max-width:440px; min-width:320px}
.list{display:flex; flex-direction:column; gap:12px}

.card{display:flex; gap:13px; padding:12px; border:1px solid var(--line); border-radius:var(--r-lg); background:var(--surface); cursor:pointer; transition:border-color .12s, box-shadow .12s; box-shadow:var(--shadow-card); position:relative}
.card:hover{border-color:#cfcdc6}
.card.flash{border-color:var(--accent); box-shadow:0 0 0 3px var(--accent-soft)}
.card .photo{width:84px; height:84px; border-radius:var(--r-md); flex:none; overflow:hidden; background:var(--accent-soft); display:flex; align-items:center; justify-content:center}
.card .photo svg{width:28px; height:28px; color:var(--accent); opacity:.5}
.card .photo img{width:100%; height:100%; object-fit:cover}
.card .body{min-width:0; flex:1}
.card .name{font-weight:600; font-size:15px; letter-spacing:-.1px; padding-right:60px}
.dist{position:absolute; top:12px; right:12px; font-size:12px; font-weight:700; color:var(--accent-ink); background:var(--accent-soft); padding:3px 9px; border-radius:20px}
.card .addr{font-size:12.5px; color:var(--muted); display:flex; align-items:flex-start; gap:5px; margin:3px 0 9px}
.card .addr svg{width:13px; height:13px; flex:none; margin-top:2px; opacity:.7}
.chips{display:flex; flex-wrap:wrap; gap:5px; align-items:center}
.chip{font-size:11px; font-weight:600; padding:3px 8px; border-radius:20px; border:1px solid rgba(0,0,0,.06); white-space:nowrap; line-height:1.3}
.chip.dim{opacity:.3}
.chip.more{background:#efece6; color:var(--muted); border-color:transparent}
.status{display:inline-flex; align-items:center; gap:5px; font-size:11.5px; font-weight:600; padding:3px 9px; border-radius:20px; margin:7px 0 0}
.status svg{width:12px; height:12px}
.status.open{background:#e6f3ee; color:#0a5642}
.status.closed{background:#f0eee9; color:var(--muted)}
.card-foot{display:flex; margin-top:11px}
.go{font:inherit; font-size:13px; font-weight:600; color:var(--accent-ink); background:var(--accent-soft); border:1px solid var(--accent-soft2); border-radius:var(--r-sm); padding:7px 13px; cursor:pointer; display:inline-flex; align-items:center; gap:7px; text-decoration:none}
.go:hover{background:var(--accent-soft2)}
.go svg{width:15px; height:15px}
.empty{text-align:center; padding:50px 18px; color:var(--muted); font-size:14px}
.empty svg{width:38px; height:38px; opacity:.35; margin-bottom:10px}

/* leaflet pins */
.pin{width:36px; height:36px; border-radius:50% 50% 50% 0; transform:rotate(-45deg); background:var(--surface); border:2px solid var(--accent); display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-pop); transition:.12s}
.pin svg{width:17px; height:17px; color:var(--accent); transform:rotate(45deg)}
.pin.active{background:var(--accent); transform:rotate(-45deg) scale(1.14)}
.pin.active svg{color:#fff}
.me-dot{width:18px; height:18px; border-radius:50%; background:#2d7dd2; border:3px solid #fff; box-shadow:0 0 0 4px rgba(45,125,210,.25), var(--shadow-pop)}
.leaflet-popup-content-wrapper{border-radius:12px; box-shadow:var(--shadow-pop)}
.leaflet-popup-content{margin:12px 14px; font-family:inherit; min-width:180px}
.pop .name{font-weight:600; font-size:14px; margin-bottom:2px}
.pop .addr{font-size:12px; color:var(--muted); margin-bottom:9px}
.pop .go{margin-top:4px; font-size:12.5px}

/* ---------- forms ---------- */
.form-wrap{max-width:680px; margin:0 auto; padding:26px 0 60px}
.h{font-family:"Space Grotesk",sans-serif; font-weight:600; font-size:23px; letter-spacing:-.4px; margin:0 0 4px}
.sub{color:var(--muted); font-size:14px; margin:0 0 24px}
.field{min-width:0}
.field label{display:block; font-size:11.5px; font-weight:600; color:var(--muted); margin-bottom:5px; text-transform:uppercase; letter-spacing:.4px}
select, input[type=text], input[type=email], input[type=password]{width:100%; font:inherit; font-size:14px; color:var(--ink); padding:10px 12px; border:1px solid var(--line); border-radius:var(--r-md); background:var(--surface); outline:none}
select:focus, input:focus{border-color:var(--accent); box-shadow:0 0 0 3px var(--accent-soft)}
.block{background:var(--surface); border:1px solid var(--line); border-radius:var(--r-lg); padding:20px; margin-bottom:16px; box-shadow:var(--shadow-card)}
.block h3{font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:.5px; color:var(--muted); margin:0 0 14px; display:flex; align-items:center; gap:8px}
.block h3 .n{width:20px; height:20px; border-radius:6px; background:var(--accent-soft); color:var(--accent-ink); font-size:12px; display:inline-flex; align-items:center; justify-content:center; font-weight:700}
.grid2{display:grid; grid-template-columns:1fr 1fr; gap:14px}
.help{font-size:12px; color:var(--faint); margin-top:6px}

.uploader{display:flex; align-items:center; gap:14px}
.upbox{width:96px; height:96px; border-radius:var(--r-md); border:1.5px dashed var(--line); background:var(--bg); display:flex; align-items:center; justify-content:center; flex:none; overflow:hidden; cursor:pointer; position:relative}
.upbox svg{width:26px; height:26px; color:var(--faint)}
.upbox img{width:100%; height:100%; object-fit:cover}
.upbox input{position:absolute; inset:0; opacity:0; cursor:pointer}

.toggle-grid{display:flex; flex-wrap:wrap; gap:9px}
.toggle{font:inherit; font-size:13.5px; font-weight:500; padding:9px 14px; border:1px solid var(--line); border-radius:22px; background:var(--surface); color:var(--ink); cursor:pointer; display:flex; align-items:center; gap:7px; transition:.12s}
.toggle .dot{width:8px; height:8px; border-radius:50%; border:1.5px solid #cdcbc4}
.toggle.on{border-color:var(--accent); background:var(--accent-soft); color:var(--accent-ink)}
.toggle.on .dot{background:var(--accent); border-color:var(--accent)}

.pickers{margin-top:16px; display:flex; flex-direction:column; gap:12px}
.picker{border:1px solid var(--line-soft); border-radius:var(--r-md); padding:13px 14px; background:var(--bg)}
.picker .ph{font-size:13px; font-weight:600; margin-bottom:10px; color:var(--ink)}
.picker .ph .car{color:var(--accent-ink)}
.checks{display:flex; flex-wrap:wrap; gap:8px}
.check{display:flex; align-items:center; gap:7px; font-size:13px; padding:6px 11px 6px 8px; border:1px solid var(--line); border-radius:18px; background:var(--surface); cursor:pointer; user-select:none}
.check input{accent-color:var(--accent); width:15px; height:15px}
.empty-pick{font-size:13px; color:var(--faint); padding:14px; text-align:center; border:1px dashed var(--line); border-radius:var(--r-md)}

/* editor de horário de funcionamento */
.hours-tools{margin-bottom:10px}
.mini-btn{font:inherit; font-size:12.5px; font-weight:600; color:var(--accent-ink); background:var(--accent-soft); border:1px solid var(--accent-soft2); border-radius:18px; padding:6px 12px; cursor:pointer; display:inline-flex; align-items:center; gap:7px}
.mini-btn:hover{background:var(--accent-soft2)}
.mini-btn svg{width:15px; height:15px}
.mini-btn.ghost{background:var(--surface); border-color:var(--line); color:var(--ink)}
.mini-btn.ghost:hover{background:var(--bg); border-color:#cfcdc6}

/* seletor de local (mapa com pino) */
.loc-toolbar{display:flex; gap:8px; flex-wrap:wrap; margin-bottom:10px}
.loc-map{height:300px; border-radius:var(--r-md); border:1px solid var(--line); overflow:hidden; background:#e9e7e1}
.loc-status{font-size:12.5px; color:var(--muted); margin-top:8px}
.loc-status.ok{color:var(--accent-ink); font-weight:600}
.hours-grid{display:flex; flex-direction:column; gap:8px}
.hrow{display:flex; align-items:center; gap:12px; flex-wrap:wrap; padding:9px 11px; border:1px solid var(--line-soft); border-radius:var(--r-md); background:var(--bg)}
.hrow.off{opacity:.6}
.hrow-day{font-weight:700; font-size:13px; width:34px; flex:none; color:var(--ink)}
.hrow-toggle{display:flex; align-items:center; gap:7px; font-size:13px; cursor:pointer; width:88px; flex:none}
.hrow-toggle input{accent-color:var(--accent); width:15px; height:15px}
.hrow-times{display:flex; align-items:center; gap:8px; flex-wrap:wrap}
.hrow-times input[type=time]{font:inherit; font-size:13px; padding:6px 8px; border:1px solid var(--line); border-radius:8px; background:var(--surface); color:var(--ink); width:auto}
.hrow-times input[type=time]:disabled{opacity:.5}
.til{font-size:12.5px; color:var(--muted)}
.hrow-lunch{display:flex; align-items:center; gap:6px; font-size:12.5px; color:var(--muted); cursor:pointer}
.hrow-lunch input{accent-color:var(--accent); width:14px; height:14px}
.hrow-lunchtimes{display:flex; align-items:center; gap:6px}

.btn{font:inherit; font-size:14.5px; font-weight:600; padding:12px 20px; border-radius:var(--r-md); border:1px solid var(--accent); background:var(--accent); color:#fff; cursor:pointer; display:inline-flex; align-items:center; gap:8px}
.btn:hover{background:var(--accent-ink)}
.btn:disabled{opacity:.5; cursor:not-allowed}
.btn svg{width:17px; height:17px}
.btn.ghost{background:var(--surface); color:var(--ink); border-color:var(--line)}
.btn.ghost:hover{background:var(--bg); border-color:#cfcdc6}
.btn.sm{font-size:13px; padding:8px 14px}
.btn.danger{background:var(--surface); color:#a3402c; border-color:#eccfc8}
.btn.danger:hover{background:#fbf1ee}
.btn.block-w{width:100%; justify-content:center}

.success{background:var(--accent-soft); border:1px solid var(--accent-soft2); border-radius:var(--r-lg); padding:22px; text-align:center}
.success .ic{width:46px; height:46px; border-radius:50%; background:var(--accent); color:#fff; display:flex; align-items:center; justify-content:center; margin:0 auto 12px}
.success .ic svg{width:24px; height:24px}
.success h3{font-size:17px; margin:0 0 4px; color:var(--accent-ink); font-weight:600; text-transform:none; letter-spacing:0}
.success p{font-size:13.5px; color:var(--accent-ink); margin:0 0 16px; opacity:.85}

/* moderation */
.mod-card{background:var(--surface); border:1px solid var(--line); border-radius:var(--r-lg); padding:16px; margin-bottom:14px; box-shadow:var(--shadow-card); display:flex; gap:15px}
.mod-card .photo{width:88px; height:88px; border-radius:var(--r-md); flex:none; overflow:hidden; background:var(--accent-soft); display:flex; align-items:center; justify-content:center}
.mod-card .photo svg{width:28px; height:28px; color:var(--accent); opacity:.5}
.mod-card .photo img{width:100%; height:100%; object-fit:cover}
.mod-card .grow{flex:1; min-width:0}
.tag{display:inline-flex; align-items:center; gap:6px; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.4px; padding:4px 9px; border-radius:6px; margin-bottom:8px}
.tag.new{background:var(--accent-soft); color:var(--accent-ink)}
.tag.edit{background:var(--warn-soft); color:var(--warn-ink)}
.tag svg{width:12px; height:12px}
.mod-card .name{font-weight:600; font-size:15px}
.mod-card .meta{font-size:12.5px; color:var(--muted); margin:2px 0 10px}
.mod-card .meta .diff{color:var(--warn-ink); font-weight:500}
.mod-actions{display:flex; gap:9px; margin-top:13px}
.empty-q{text-align:center; padding:54px 20px; color:var(--muted)}
.empty-q svg{width:40px; height:40px; opacity:.35; margin-bottom:10px}

/* sub-abas do admin + lista de pontos no ar */
.subtabs{display:flex; gap:0; margin:0 0 18px; border-bottom:1px solid var(--line)}
.subtabs button{border:0; background:none; font:inherit; font-size:14px; font-weight:600; color:var(--muted); padding:10px 2px; margin-right:22px; cursor:pointer; border-bottom:2px solid transparent; display:flex; align-items:center; gap:8px}
.subtabs button.on{color:var(--ink); border-bottom-color:var(--accent)}
.subview{display:none}
.subview.on{display:block}
.ponto-row{display:flex; gap:14px; align-items:center; background:var(--surface); border:1px solid var(--line); border-radius:var(--r-lg); padding:13px; margin-bottom:12px; box-shadow:var(--shadow-card)}
.ponto-row .photo{width:60px; height:60px; border-radius:var(--r-md); flex:none; overflow:hidden; background:var(--accent-soft); display:flex; align-items:center; justify-content:center}
.ponto-row .photo svg{width:24px; height:24px; color:var(--accent); opacity:.5}
.ponto-row .photo img{width:100%; height:100%; object-fit:cover}
.ponto-row .grow{flex:1; min-width:0}
.ponto-row .name{font-weight:600; font-size:15px}
.ponto-row .meta{font-size:12.5px; color:var(--muted); margin:2px 0 8px}
.ponto-row .meta .warn{color:var(--warn-ink); font-weight:500}
.row-actions{display:flex; flex-direction:column; gap:8px; flex:none}

/* modal (definir local) */
.modal{position:fixed; inset:0; background:rgba(20,20,18,.5); display:none; align-items:center; justify-content:center; z-index:2500; padding:18px}
.modal.show{display:flex}
.modal-card{background:var(--surface); border-radius:var(--r-lg); box-shadow:var(--shadow-pop); width:100%; max-width:560px; max-height:92vh; display:flex; flex-direction:column; overflow:hidden}
.modal-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; padding:18px 18px 8px}
.modal-title{font-family:"Space Grotesk",sans-serif; font-weight:600; font-size:18px; letter-spacing:-.3px}
.modal-sub{font-size:13px; color:var(--muted); margin-top:2px}
.modal-x{border:0; background:none; cursor:pointer; color:var(--muted); padding:4px; border-radius:6px; line-height:0}
.modal-x:hover{background:var(--bg)}
.modal-x svg{width:20px; height:20px}
.modal-hint{font-size:12.5px; color:var(--muted); padding:0 18px 10px}
.modal-map{height:340px; margin:0 18px; border-radius:var(--r-md); border:1px solid var(--line); overflow:hidden; background:#e9e7e1}
.modal-foot{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 18px; flex-wrap:wrap}
.coord-readout{font-size:12.5px; color:var(--muted)}
.coord-readout b{color:var(--ink)}
.modal-body{padding:6px 18px 4px; overflow-y:auto}
.modal-body .field{margin-bottom:12px}

/* matriz (transportadoras + plataformas) */
.check-grid{display:flex; flex-wrap:wrap; gap:8px}
.mx-head{display:flex; align-items:center; justify-content:space-between; gap:12px; margin:0 0 12px}
.mx-h{font-size:14px; font-weight:700; margin:0; color:var(--ink)}
.mx-row{display:flex; gap:14px; align-items:center; background:var(--surface); border:1px solid var(--line); border-radius:var(--r-lg); padding:13px; margin-bottom:10px; box-shadow:var(--shadow-card)}
.mx-row .grow{flex:1; min-width:0}
.mx-name{font-weight:600; font-size:14.5px; display:flex; align-items:center; gap:8px; flex-wrap:wrap}
.uso{font-size:11px; font-weight:600; color:var(--muted); background:var(--bg); border:1px solid var(--line); padding:2px 8px; border-radius:12px}
.uso.zero{color:var(--accent-ink); background:var(--accent-soft); border-color:var(--accent-soft2)}
.muted-mini{font-size:12px; color:var(--faint); font-style:italic}
.color-row{display:flex; gap:22px; align-items:flex-start; flex-wrap:wrap; margin-top:4px}
.clabel{font-size:11.5px; font-weight:600; color:var(--muted); text-transform:uppercase; letter-spacing:.4px}
.color-row input[type=color]{width:52px; height:38px; border:1px solid var(--line); border-radius:8px; background:var(--surface); cursor:pointer; padding:3px; margin-top:6px}
.cpreview-wrap{display:flex; flex-direction:column}
.cpreview-wrap .chip{margin-top:8px; font-size:12px; padding:5px 12px; border:1px solid rgba(0,0,0,.06)}

/* login */
.login-wrap{max-width:380px; margin:8vh auto 0; padding:0 18px}
.login-card{background:var(--surface); border:1px solid var(--line); border-radius:var(--r-lg); padding:28px; box-shadow:var(--shadow-card)}
.login-card .field{margin-bottom:14px}
.err{font-size:13px; color:#a3402c; background:#fbf1ee; border:1px solid #eccfc8; border-radius:var(--r-md); padding:10px 12px; margin-bottom:14px; display:none}
.err.show{display:block}
.muted-link{font-size:13px; color:var(--muted); text-align:center; margin-top:16px}

/* toast */
.toast{position:fixed; bottom:22px; left:50%; transform:translateX(-50%) translateY(20px); background:var(--ink); color:#fff; font-size:13.5px; font-weight:500; padding:12px 18px; border-radius:11px; box-shadow:var(--shadow-pop); opacity:0; pointer-events:none; transition:.25s; z-index:3000; display:flex; align-items:center; gap:9px}
.toast svg{width:16px; height:16px}
.toast.show{opacity:1; transform:translateX(-50%) translateY(0)}
.toast.bad{background:#7c2d1a}

@media (max-width:880px){
  .top-in{height:auto; padding:10px 0; flex-wrap:wrap}
  nav.tabs{width:100%; overflow-x:auto}
  .seg{display:flex}
  .layout{flex-direction:column; padding-top:14px}
  .map-col{position:static; width:100%; flex:none; height:60vh; min-height:0; order:2}
  .list-col{max-width:none; min-width:0; width:100%; order:1}
  body.show-map .list-col{display:none}
  body.show-map .map-col{display:block}
  body.show-list .map-col{display:none}
  body.show-list .list-col{display:block}
  .grid2{grid-template-columns:1fr}
}