
:root{--bg:#f7f1e8;--card:#fffaf2;--ink:#2b211c;--muted:#75685f;--line:#e3d7c7;--espresso:#5c4033;--gold:#b98135;--danger:#a33;--shadow:0 12px 35px rgba(43,33,28,.10)}
*{box-sizing:border-box}body{margin:0;font-family:ui-rounded,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top left,#fff8ea 0,var(--bg) 35%,#efe1d0 100%);color:var(--ink);padding-bottom:116px}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:var(--espresso)}.app-shell{max-width:1160px;margin:0 auto;padding:22px 18px 34px}.hero{border-radius:28px;padding:28px;background:linear-gradient(135deg,rgba(92,64,51,.94),rgba(45,33,28,.94)),url('https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?auto=format&fit=crop&w=1600&q=80');background-size:cover;background-position:center;color:#fff8ef;box-shadow:var(--shadow)}.hero h1{margin:0;font-size:clamp(34px,8vw,76px);letter-spacing:-.06em;line-height:.92}.hero p{max-width:760px;color:rgba(255,248,239,.82);font-size:17px;margin:16px 0 0}.hero-actions,.actions{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}.btn{border:0;border-radius:999px;padding:12px 16px;background:var(--espresso);color:#fff;box-shadow:0 8px 18px rgba(92,64,51,.22);text-decoration:none;display:inline-block}.btn.secondary{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.22);box-shadow:none}.btn.light{background:#fff7ed;color:var(--espresso);border:1px solid var(--line);box-shadow:none}.btn.danger{background:var(--danger)}.btn:disabled{opacity:.55;cursor:not-allowed}.grid{display:grid;gap:14px}.stats{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:16px}.stat-card,.card{background:rgba(255,250,242,.88);border:1px solid rgba(227,215,199,.95);border-radius:22px;padding:18px;box-shadow:var(--shadow);backdrop-filter:blur(8px)}.stat-card span{display:block;color:var(--muted);font-size:13px;margin-top:6px}.stat-card strong{font-size:30px;line-height:1}.section-title{display:flex;align-items:end;justify-content:space-between;gap:14px;margin:28px 0 12px}.section-title h2{margin:0;font-size:26px;letter-spacing:-.035em}.search-row{display:grid;grid-template-columns:1.5fr .7fr .7fr;gap:10px;margin:14px 0}.input,select,textarea{width:100%;border:1px solid var(--line);background:#fffaf4;border-radius:16px;padding:12px 13px;outline:none}textarea{min-height:110px;resize:vertical}.cafe-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.cafe-card{min-height:218px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:24px;padding:16px;background:linear-gradient(to top,rgba(43,33,28,.88),rgba(43,33,28,.12)),var(--photo,linear-gradient(135deg,#d3b692,#8b6a55));background-size:cover;background-position:center;color:white;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.25)}.cafe-card h3{margin:0;font-size:23px;letter-spacing:-.035em}.cafe-meta{color:rgba(255,255,255,.84);font-size:13px;margin-top:4px}.badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.badge{border-radius:999px;padding:5px 8px;font-size:12px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(6px)}.dark-badge{background:#efe1d0;color:var(--espresso);border:0}.card-row{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:12px 0}.card-row:last-child{border-bottom:0}.rank-num{width:42px;height:42px;border-radius:14px;background:#efe1d0;display:grid;place-items:center;font-weight:800;color:var(--espresso)}.row-title{font-weight:800}.row-sub{color:var(--muted);font-size:13px;margin-top:2px}.row-score{font-size:22px;font-weight:900;color:var(--espresso)}.form-card{display:grid;gap:12px;margin-top:14px}.two{grid-template-columns:1fr 1fr}.three{grid-template-columns:repeat(3,1fr)}.field label{display:block;font-size:13px;font-weight:800;color:var(--muted);margin:0 0 6px 4px}.small-note{color:var(--muted);font-size:13px;line-height:1.45}.empty{color:var(--muted);padding:24px;text-align:center}.mode-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.12);padding:8px 10px;border-radius:999px;margin-top:14px;font-size:13px}#map{height:min(72vh,720px);min-height:460px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fffaf2;color:var(--ink)}.tool-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.progress{height:10px;background:#eadccc;border-radius:999px;overflow:hidden;margin-top:8px}.progress>div{height:100%;background:var(--espresso);width:0%}.file-input{border:1px dashed var(--line);border-radius:18px;padding:16px;background:#fff7ed;width:100%}.stepper-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px}.stepper{border:1px solid var(--line);background:#fffaf4;border-radius:18px;padding:12px}.stepper label{display:block;font-weight:800;font-size:13px;color:var(--muted);margin-bottom:8px}.stepper-controls{display:grid;grid-template-columns:42px 1fr 42px;gap:8px;align-items:center}.stepper button{border:0;border-radius:14px;background:#efe1d0;color:var(--espresso);font-weight:900;padding:10px 0}.stepper input{text-align:center;border:0;background:transparent;font-weight:900;font-size:20px;width:100%}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.photo-tile{position:relative;overflow:hidden;border-radius:18px;min-height:140px;background:#eadccc;border:1px solid var(--line)}.photo-tile img{width:100%;height:150px;object-fit:cover;display:block}.photo-tile button{position:absolute;right:8px;top:8px;border:0;border-radius:99px;background:rgba(43,33,28,.75);color:white;width:32px;height:32px}.review-hero{min-height:270px;border-radius:28px;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;color:white;background:linear-gradient(to top,rgba(43,33,28,.9),rgba(43,33,28,.15)),var(--photo,linear-gradient(135deg,#d3b692,#5c4033));background-size:cover;background-position:center;box-shadow:var(--shadow)}.review-hero h1{margin:0;letter-spacing:-.05em;font-size:clamp(36px,8vw,70px)}.passport{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-top:14px}.passport div{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.14);border-radius:18px;padding:12px}.passport span{display:block;color:rgba(255,255,255,.72);font-size:12px;margin-bottom:5px}.install-banner{position:sticky;top:0;z-index:10000;background:#2b211c;color:#fff7ed;padding:10px 14px;display:flex;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap;font-size:13px}.install-banner button{border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff7ed;border-radius:99px;padding:6px 10px}.hidden{display:none!important}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.86);z-index:20000;display:grid;place-items:center;padding:24px}.lightbox img{max-width:96vw;max-height:86vh;border-radius:18px}.lightbox button{position:absolute;top:18px;right:18px}.bottom-nav{position:fixed;left:50%;transform:translateX(-50%);bottom:max(12px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(7,1fr);gap:4px;width:min(98vw,820px);background:rgba(43,33,28,.86);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(18px);padding:8px;border-radius:30px;box-shadow:0 20px 45px rgba(0,0,0,.24);z-index:9999}.bottom-nav button{border:0;color:rgba(255,255,255,.74);background:transparent;border-radius:22px;padding:9px 3px;display:grid;gap:2px;place-items:center}.bottom-nav button span{font-size:9px}.bottom-nav button.active{background:#fff7ed;color:var(--espresso)}.bottom-nav button[data-route="add"]{background:linear-gradient(135deg,#b66520,#6b3517);color:#fff;width:82px;height:82px;border-radius:999px;align-self:center;justify-self:center;margin-top:-42px;border:6px solid #fff7ed;box-shadow:0 12px 28px rgba(92,64,51,.35);font-size:30px}.bottom-nav button[data-route="add"] span{font-size:11px;font-weight:800}.bottom-nav button[data-route="add"].active{background:linear-gradient(135deg,#b66520,#6b3517);color:#fff}@media(max-width:760px){.app-shell{padding:14px 12px 28px}.hero{padding:22px;border-radius:24px}.stats{grid-template-columns:repeat(2,1fr)}.search-row,.two,.three{grid-template-columns:1fr}#map{min-height:520px}.bottom-nav button span{font-size:8px}}


/* Quick Add Patch */
.quick-add-card{max-width:760px;margin:0 auto}
.quick-header{display:flex;align-items:center;gap:14px;margin-bottom:12px}
.quick-plus{width:58px;height:58px;border-radius:999px;background:linear-gradient(135deg,#b66520,#6b3517);color:#fff;display:grid;place-items:center;font-size:36px;box-shadow:0 12px 26px rgba(92,64,51,.25)}
.quick-subtitle{margin:3px 0 0;color:var(--muted)}
.quick-section{border-top:1px solid var(--line);padding-top:18px;margin-top:18px}
.quick-section h3{margin:0 0 12px;font-size:18px}
.quick-score-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.quick-score{border:1px solid var(--line);background:#fffaf4;border-radius:18px;padding:14px}
.quick-score label{display:block;font-size:13px;font-weight:900;color:var(--muted);margin-bottom:8px}
.quick-score input{border:0;background:transparent;font-size:28px;font-weight:900;width:100%;outline:0;color:var(--espresso)}
.optional-details{display:none}
.optional-details.open{display:grid}
.toggle-details{margin-top:10px}
.sticky-save{position:sticky;bottom:112px;z-index:3;background:linear-gradient(to top,rgba(247,241,232,1),rgba(247,241,232,.55));padding-top:10px}
.primary-save{width:100%;font-size:18px;font-weight:900;padding:16px 20px;border-radius:18px}
.small-inline{display:grid;grid-template-columns:1fr 1fr;gap:10px}
@media(max-width:760px){.quick-score-grid,.small-inline{grid-template-columns:1fr}.bottom-nav button[data-route="add"]{width:74px;height:74px;margin-top:-38px}}


/* Mockup-style dashboard patch */
.app-shell{max-width:1180px}
.atlas-topbar{display:flex;align-items:center;justify-content:space-between;margin:12px 0 18px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px;font-weight:950;font-size:24px;letter-spacing:-.035em}
.brand-mark{width:42px;height:42px;border-radius:999px;border:2px solid var(--espresso);display:grid;place-items:center;color:var(--espresso);font-size:24px}
.icon-btn{width:48px;height:48px;border-radius:16px;border:1px solid var(--line);background:#fffaf4;display:grid;place-items:center;font-size:22px;color:var(--ink)}
.greeting h1{font-size:34px;line-height:1.05;letter-spacing:-.045em;margin:0}
.greeting p{margin:8px 0 0;color:var(--muted);font-size:16px}
.mock-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0 26px}
.mock-stat{background:rgba(255,250,242,.9);border:1px solid var(--line);border-radius:18px;padding:18px 20px;display:grid;grid-template-columns:52px 1fr;align-items:center;gap:12px;box-shadow:0 8px 22px rgba(43,33,28,.06)}
.mock-stat-icon{font-size:34px}
.mock-stat-label{font-size:13px;color:var(--muted);font-weight:800}
.mock-stat-value{font-size:25px;font-weight:950;line-height:1}
.mock-stat-sub{font-size:13px;color:var(--muted);margin-top:2px}
.mock-section-head{display:flex;align-items:center;justify-content:space-between;margin:22px 0 12px}
.mock-section-head h2{font-size:18px;margin:0;letter-spacing:-.02em}
.mock-recent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.mock-recent-card{background:#fffaf4;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 8px 22px rgba(43,33,28,.06);cursor:pointer}
.mock-recent-photo{height:132px;background:linear-gradient(135deg,#d3b692,#7b5949);background-size:cover;background-position:center}
.mock-recent-body{padding:12px 13px}
.mock-recent-title{font-weight:950}
.mock-recent-sub{font-size:13px;color:var(--muted);margin-top:3px}
.mock-recent-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:10px}
.score-ring{width:38px;height:38px;border-radius:999px;border:2px solid #2f8a3b;display:grid;place-items:center;font-weight:950;color:#2f8a3b;background:#fff}
.explore-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.explore-card{background:#fffaf4;border:1px solid var(--line);border-radius:16px;padding:16px 18px;display:flex;align-items:center;gap:14px;cursor:pointer;box-shadow:0 8px 22px rgba(43,33,28,.05)}
.explore-icon{font-size:34px}
.explore-title{font-weight:950}
.explore-sub{font-size:13px;color:var(--muted);margin-top:2px}
.progress-card{background:#fffaf4;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 8px 22px rgba(43,33,28,.05)}
.progress-row{display:grid;grid-template-columns:150px 1fr 62px;align-items:center;gap:12px;padding:13px 18px;border-bottom:1px solid var(--line)}
.progress-row:last-child{border-bottom:0}
.progress-label{font-weight:750}
.progress-track{height:9px;background:#e7ded3;border-radius:999px;overflow:hidden}
.progress-fill{height:100%;background:#3d8a4e;border-radius:999px}
.progress-count{text-align:right;color:var(--ink)}
.mock-empty-card{background:#fffaf4;border:1px dashed var(--line);border-radius:16px;min-height:190px;display:grid;place-items:center;color:var(--muted);padding:20px;text-align:center}
.quick-add-card{padding-top:12px}
.quick-header{background:#fffaf4;border:1px solid var(--line);border-radius:24px;padding:18px 20px;box-shadow:0 8px 22px rgba(43,33,28,.05)}
.quick-add-card .card{border-radius:24px}
.bottom-nav{background:rgba(43,33,28,.86)!important;border-radius:32px!important}
.bottom-nav button[data-route="add"]{width:90px!important;height:90px!important;margin-top:-52px!important;font-size:36px!important}
.bottom-nav button[data-route="add"] span{font-size:12px!important}
.hero{display:none!important}

body{background:linear-gradient(180deg,#fff8ee 0,#f6eddf 48%,#eadaca 100%)}
.btn,.input,select,textarea,.bottom-nav button{-webkit-tap-highlight-color:transparent}
.nav-icon{font-size:11px;font-weight:950;line-height:1;letter-spacing:0}
.bottom-nav button[data-route="add"] .nav-icon{font-size:40px;line-height:.8}
.bottom-nav button[data-route="add"]{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.bottom-nav button:not([data-route="add"]) .nav-icon{min-height:14px;display:grid;place-items:center;color:inherit}
.atlas-topbar,.greeting,.mock-stats,.mock-section-head,.mock-recent-grid,.explore-grid,.progress-card{animation:softIn .24s ease-out both}
@keyframes softIn{from{opacity:.72;transform:translateY(4px)}to{opacity:1;transform:none}}
.mock-stat-icon,.explore-icon{width:46px;height:46px;border-radius:15px;background:#efe1d0;color:var(--espresso);display:grid;place-items:center;font-size:13px;font-weight:950}
.explore-card,.mock-recent-card,.card,.progress-card,.mock-stat{transition:transform .15s ease,box-shadow .15s ease}
.explore-card:active,.mock-recent-card:active,.cafe-card:active{transform:scale(.985)}
.mock-recent-title,.mock-stat-value{overflow-wrap:anywhere}
.quick-add-card form.card{padding:16px}
.quick-header h2{font-size:24px;line-height:1.1}
.quick-score input{min-height:42px}
.toggle-details{width:100%;font-weight:850;border-radius:16px}
.sticky-save{margin:4px -4px -8px;border-radius:22px 22px 0 0}
.add-photo-action .btn{width:100%}
.progress-fill{background:linear-gradient(90deg,#4f7f4a,#9a6a2e)}
.cover-preview{
  min-height:170px;
  border:1px solid var(--border);
  border-radius:16px;
  background:#efe1d0 center/cover no-repeat;
  display:grid;
  place-items:center;
  color:#6b5f57;
  font-weight:800;
  overflow:hidden;
}

/* Final nav/view override v16 */
.bottom-nav{
  grid-template-columns:1fr 1fr 112px 1fr 1fr!important;
  align-items:center!important;
  width:min(92vw,980px)!important;
  padding:14px 30px!important;
  gap:10px!important;
}
.bottom-nav button{min-width:0!important}
.bottom-nav button[data-route="add"]{
  width:108px!important;
  height:108px!important;
  aspect-ratio:1!important;
  border-radius:50%!important;
  margin-top:-60px!important;
  padding:0!important;
}
.bottom-nav button[data-route="add"] .nav-icon{font-size:44px!important;line-height:.75!important}
.bottom-nav button[data-route="add"] span:last-child{max-width:76px;line-height:1.05;text-align:center}
.cafe-title{align-items:center}
.cafe-title-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.view-toggle{display:inline-grid;grid-template-columns:1fr 1fr;gap:3px;padding:4px;border:1px solid var(--border);border-radius:999px;background:rgba(255,253,248,.74)}
.view-toggle button{border:0;border-radius:999px;background:transparent;color:var(--muted);font-weight:850;padding:9px 15px}
.view-toggle button.active{color:#fff;background:var(--espresso);box-shadow:0 8px 16px rgba(92,64,51,.18)}
.map-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 12px;color:var(--muted);font-weight:800}
@media(max-width:640px){
  .bottom-nav{
    width:calc(100vw - 18px)!important;
    grid-template-columns:1fr 1fr 86px 1fr 1fr!important;
    padding:11px 10px!important;
    gap:2px!important;
  }
  .bottom-nav button[data-route="add"]{
    width:82px!important;
    height:82px!important;
    margin-top:-46px!important;
    border-width:7px!important;
  }
  .bottom-nav button[data-route="add"] .nav-icon{font-size:34px!important}
  .bottom-nav button[data-route="add"] span:last-child{font-size:11px!important;max-width:62px}
  .cafe-title{align-items:flex-start}
  .cafe-title-actions{width:100%;justify-content:space-between}
  .view-toggle{flex:1}
  .view-toggle button{padding:9px 10px}
  .map-toolbar{align-items:flex-start;flex-direction:column}
}

/* Final cafe search new-shop override v19 - must remain last */
.cafe-search-wrap{position:relative}
.cafe-search-results{
  position:absolute!important;
  z-index:50!important;
  top:calc(100% + 8px)!important;
  left:0!important;
  right:0!important;
  display:none;
  max-height:300px;
  overflow:auto;
  padding:8px;
  border:1px solid var(--border);
  border-radius:18px;
  background:#fffdf8;
  box-shadow:0 18px 42px rgba(41,28,16,.18);
}
.cafe-search-results.open{display:grid!important;gap:6px}
.cafe-search-item{
  width:100%;
  display:grid;
  grid-template-columns:1fr auto;
  gap:3px 12px;
  padding:12px 13px;
  border:0;
  border-radius:13px;
  background:transparent;
  color:var(--ink);
  text-align:left;
}
.cafe-search-item:hover,.cafe-search-item:focus{background:#f3eadf;outline:0}
.cafe-search-item strong{font-size:16px;line-height:1.15}
.cafe-search-item span{color:var(--muted);font-size:13px}
.cafe-search-item em{grid-row:1 / span 2;grid-column:2;font-style:normal;align-self:center;color:var(--green);font-size:12px;font-weight:850}
.cafe-search-new{
  margin-top:4px;
  border-top:1px solid var(--border);
  border-radius:0 0 13px 13px;
  color:var(--brown);
}
.cafe-search-new em{color:#fff;background:var(--espresso);border-radius:999px;padding:4px 8px}
@media(max-width:640px){
  .cafe-search-results{max-height:250px}
  .cafe-search-item{grid-template-columns:1fr}
  .cafe-search-item em{grid-row:auto;grid-column:auto;justify-self:start}
}

/* Final quick-add centering v17 - must remain last */
.quick-add-page{
  min-height:calc(100vh - 120px)!important;
  display:grid!important;
  place-items:start center!important;
  justify-content:center!important;
  margin:-28px -42px -46px!important;
  padding:28px 42px 150px!important;
  background:linear-gradient(90deg,rgba(255,250,243,.25),rgba(255,255,255,.72))!important;
}
.quick-add-card{
  width:min(100%,680px)!important;
  max-width:680px!important;
  margin:0 auto!important;
  padding:0!important;
  justify-self:center!important;
}
.quick-header{width:100%}
@media(max-width:900px){
  .quick-add-page{
    margin:-20px -18px -42px!important;
    padding:24px 18px 140px!important;
  }
}
@media(max-width:640px){
  .quick-add-page{
    display:grid!important;
    margin:-16px -14px -34px!important;
    padding:22px 18px 132px!important;
    background:#fffdf8!important;
  }
.quick-add-card{width:100%!important}
}

/* Final cafe search typeahead v18 - must remain last */
.cafe-search-wrap{position:relative}
.cafe-search-results{
  position:absolute;
  z-index:30;
  top:calc(100% + 8px);
  left:0;
  right:0;
  display:none;
  max-height:290px;
  overflow:auto;
  padding:8px;
  border:1px solid var(--border);
  border-radius:18px;
  background:#fffdf8;
  box-shadow:0 18px 42px rgba(41,28,16,.18);
}
.cafe-search-results.open{display:grid;gap:6px}
.cafe-search-item{
  width:100%;
  display:grid;
  grid-template-columns:1fr auto;
  gap:3px 12px;
  padding:12px 13px;
  border:0;
  border-radius:13px;
  background:transparent;
  color:var(--ink);
  text-align:left;
}
.cafe-search-item:hover,.cafe-search-item:focus{background:#f3eadf;outline:0}
.cafe-search-item strong{font-size:16px;line-height:1.15}
.cafe-search-item span{color:var(--muted);font-size:13px}
.cafe-search-item em{grid-row:1 / span 2;grid-column:2;font-style:normal;align-self:center;color:var(--green);font-size:12px;font-weight:850}
.cafe-search-empty{padding:12px 13px;color:var(--muted);font-weight:750}
@media(max-width:640px){
  .cafe-search-results{max-height:240px}
  .cafe-search-item{grid-template-columns:1fr}
  .cafe-search-item em{grid-row:auto;grid-column:auto}
}

/* Toolbar and Cafes view refinements */
.bottom-nav{
  grid-template-columns:1fr 1fr 112px 1fr 1fr!important;
  align-items:center!important;
  width:min(92vw,980px)!important;
  padding:14px 30px!important;
  gap:10px!important;
}
.bottom-nav button{
  min-width:0!important;
}
.bottom-nav button[data-route="add"]{
  width:108px!important;
  height:108px!important;
  aspect-ratio:1!important;
  border-radius:50%!important;
  margin-top:-60px!important;
  padding:0!important;
}
.bottom-nav button[data-route="add"] .nav-icon{
  font-size:44px!important;
  line-height:.75!important;
}
.bottom-nav button[data-route="add"] span:last-child{
  max-width:76px;
  line-height:1.05;
  text-align:center;
}
.cafe-title{
  align-items:center;
}
.cafe-title-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}
.view-toggle{
  display:inline-grid;
  grid-template-columns:1fr 1fr;
  gap:3px;
  padding:4px;
  border:1px solid var(--border);
  border-radius:999px;
  background:rgba(255,253,248,.74);
}
.view-toggle button{
  border:0;
  border-radius:999px;
  background:transparent;
  color:var(--muted);
  font-weight:850;
  padding:9px 15px;
}
.view-toggle button.active{
  color:#fff;
  background:var(--espresso);
  box-shadow:0 8px 16px rgba(92,64,51,.18);
}
.map-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:8px 0 12px;
  color:var(--muted);
  font-weight:800;
}
@media(max-width:640px){
  .bottom-nav{
    width:calc(100vw - 18px)!important;
    grid-template-columns:1fr 1fr 86px 1fr 1fr!important;
    padding:11px 10px!important;
    gap:2px!important;
  }
  .bottom-nav button[data-route="add"]{
    width:82px!important;
    height:82px!important;
    margin-top:-46px!important;
    border-width:7px!important;
  }
  .bottom-nav button[data-route="add"] .nav-icon{font-size:34px!important}
  .bottom-nav button[data-route="add"] span:last-child{font-size:11px!important;max-width:62px}
  .cafe-title{align-items:flex-start}
  .cafe-title-actions{width:100%;justify-content:space-between}
  .view-toggle{flex:1}
  .view-toggle button{padding:9px 10px}
  .map-toolbar{align-items:flex-start;flex-direction:column}
}
.photo-actions{
  position:absolute;
  inset:auto 8px 8px 8px;
  display:flex;
  justify-content:space-between;
  gap:8px;
}
.photo-actions button{
  position:static;
  width:auto;
  height:auto;
  min-height:32px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(43,33,28,.78);
}

@media(max-width:900px){
  .mock-stats,.mock-recent-grid,.explore-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  body{padding-bottom:128px}
  .app-shell{padding:12px 12px 34px}
  .atlas-topbar{margin-top:6px}
  .brand{font-size:21px}
  .brand-mark{width:38px;height:38px;font-size:13px;font-weight:950}
  .icon-btn{width:42px;height:42px;font-size:11px;font-weight:900}
  .greeting h1{font-size:30px}
  .mock-stats,.mock-recent-grid,.explore-grid{grid-template-columns:1fr}
  .mock-stat{grid-template-columns:46px 1fr;padding:15px 16px;border-radius:16px}
  .mock-recent-photo{height:154px}
  .mock-section-head{margin-top:20px}
  .progress-row{grid-template-columns:100px 1fr 52px}
  .bottom-nav{width:calc(100vw - 16px);grid-template-columns:repeat(7,minmax(0,1fr));gap:1px;padding:7px;border-radius:26px!important}
  .bottom-nav button{min-width:0;padding:8px 1px;border-radius:18px}
  .bottom-nav button span:last-child{font-size:8px}
  .bottom-nav button[data-route="add"]{width:74px!important;height:74px!important;margin-top:-42px!important;border-width:5px!important}
  .bottom-nav button[data-route="add"] .nav-icon{font-size:34px}
  .quick-header{padding:16px;border-radius:20px}
  .quick-plus{width:50px;height:50px;font-size:32px}
  .sticky-save{bottom:108px}
}

/* Mockup correction pass */
:root{
  --cream:#fffaf3;
  --paper:#fffdf8;
  --border:#e8ded0;
  --brown:#7a3f13;
  --brown-dark:#5b2f12;
  --green:#3e8c49;
}
body{
  min-height:100vh;
  background:
    radial-gradient(circle at 10% -10%,rgba(255,255,255,.95),rgba(255,255,255,0) 36%),
    linear-gradient(180deg,#fffaf1 0,#f8efe2 52%,#efe1d0 100%);
  color:#1f1a17;
  padding-bottom:142px;
}
.app-shell{max-width:1220px;padding:28px 42px 46px}
.atlas-topbar{
  height:64px;
  margin:0 -42px 24px;
  padding:0 42px 18px;
  border-bottom:1px solid var(--border);
}
.brand{font-size:26px;letter-spacing:-.02em}
.brand-mark{
  position:relative;
  width:48px;
  height:48px;
  border:2px solid var(--brown-dark);
  border-radius:999px;
  color:transparent;
}
.brand-mark:before,.brand-mark:after{
  content:"";
  position:absolute;
  inset:10px;
  border:2px solid var(--brown-dark);
  border-radius:999px;
  transform:rotate(-28deg);
}
.brand-mark:after{
  inset:4px 22px;
  border-width:0 2px;
  border-radius:0;
  transform:rotate(28deg);
}
.icon-btn{
  width:54px;
  height:54px;
  border-radius:18px;
  background:rgba(255,253,248,.8);
  font-size:26px;
}
.greeting h1{font-size:36px;letter-spacing:-.03em}
.tiny-cup{font-size:.72em;color:var(--brown)}
.greeting p{font-size:18px;color:#7b7169}
.mock-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:24px 0 34px}
.mock-stat{
  min-height:138px;
  border-radius:18px;
  background:rgba(255,253,248,.62);
  box-shadow:none;
  border:1px solid var(--border);
  grid-template-columns:64px 1fr;
  padding:24px 26px;
}
.mock-stat-icon{
  width:54px;
  height:54px;
  border-radius:0;
  background:transparent;
  font-size:38px;
  filter:drop-shadow(0 2px 1px rgba(91,47,18,.16));
}
.coffee-icon{color:#8b4b16}
.star-icon{color:#e5a329}
.trophy-icon{color:#bf7419}
.pin-icon{color:#bd6d69}
.mock-stat-label{font-size:14px;color:#5e5550}
.mock-stat-value{font-size:30px;font-weight:950;color:#1f1a17}
.mock-stat-sub{font-size:16px;color:#5e5550}
.mock-section-head{margin:28px 0 14px}
.mock-section-head h2{font-size:19px;font-weight:950}
.mock-section-head .btn{
  padding:10px 16px;
  border-radius:14px;
  background:rgba(255,253,248,.75);
}
.mock-recent-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.mock-recent-card{
  border-radius:12px;
  border:1px solid var(--border);
  background:rgba(255,253,248,.72);
  box-shadow:none;
}
.mock-recent-photo{height:170px}
.mock-recent-body{padding:14px 16px 16px}
.mock-recent-title{font-size:16px;font-weight:950}
.mock-recent-sub{font-size:13px;color:#655b55}
.score-ring{
  width:38px;
  height:38px;
  border-color:var(--green);
  color:#245f2f;
  font-size:14px;
}
.explore-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.explore-card{
  min-height:96px;
  border-radius:14px;
  background:rgba(255,253,248,.62);
  border:1px solid var(--border);
  box-shadow:none;
  padding:20px 24px;
}
.explore-icon{
  width:48px;
  height:48px;
  border-radius:0;
  background:transparent;
  font-size:38px;
}
.explore-title{font-size:17px}
.progress-card{
  border-radius:16px;
  background:rgba(255,253,248,.6);
  box-shadow:none;
  border:1px solid var(--border);
}
.progress-row{grid-template-columns:170px 1fr 80px;padding:17px 26px}
.progress-track{height:10px;background:#dedbd5}
.progress-fill{background:var(--green)}
.bottom-nav{
  width:min(96vw,1160px)!important;
  grid-template-columns:1fr 1fr 1fr 142px 1fr 1fr!important;
  bottom:max(16px,env(safe-area-inset-bottom));
  padding:18px 34px!important;
  border-radius:32px!important;
  background:rgba(255,253,248,.92)!important;
  border:1px solid var(--border)!important;
  box-shadow:0 18px 50px rgba(41,28,16,.18)!important;
}
.bottom-nav button{
  color:#726760!important;
  padding:8px 4px!important;
  background:transparent!important;
  border-radius:18px!important;
  font-weight:750;
}
.bottom-nav button.active:not([data-route="add"]){color:var(--brown)!important;background:transparent!important}
.bottom-nav button span:last-child{font-size:16px!important}
.nav-icon{font-size:30px!important;font-weight:800}
.bottom-nav button[data-route="add"]{
  width:122px!important;
  height:122px!important;
  margin-top:-70px!important;
  background:linear-gradient(145deg,#b36420,#7a3f13)!important;
  border:10px solid var(--paper)!important;
  box-shadow:0 12px 28px rgba(91,47,18,.32)!important;
  color:#fff!important;
}
.bottom-nav button[data-route="add"] .nav-icon{font-size:46px!important}
.bottom-nav button[data-route="add"] span:last-child{font-size:15px!important;color:#fff!important}
.quick-add-page{
  min-height:calc(100vh - 140px);
  display:flex;
  justify-content:flex-end;
  margin:-28px -42px -46px;
  padding:28px 42px 46px;
  background:linear-gradient(90deg,rgba(255,250,243,.25),rgba(255,255,255,.72));
}
.quick-add-card{
  width:min(100%,680px);
  max-width:680px;
  margin:0;
  padding:0;
}
.quick-header{
  position:relative;
  background:transparent;
  border:0;
  box-shadow:none;
  padding:14px 72px 14px 0;
  margin-bottom:24px;
}
.quick-plus{
  width:68px;
  height:68px;
  background:linear-gradient(145deg,#b36420,#7a3f13);
  font-size:46px;
}
.quick-header h2{font-size:31px}
.quick-subtitle{font-size:17px}
.quick-close{
  position:absolute;
  right:0;
  top:10px;
  width:58px;
  height:58px;
  border-radius:999px;
  border:1px solid var(--border);
  background:rgba(255,253,248,.7);
  color:#4c423c;
  font-size:28px;
}
.quick-steps{
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto;
  align-items:start;
  gap:16px;
  margin:16px 70px 44px;
}
.quick-step{display:grid;justify-items:center;gap:10px;color:#817871}
.quick-step span{
  width:48px;
  height:48px;
  border-radius:999px;
  display:grid;
  place-items:center;
  border:1px solid var(--border);
  background:#fff;
  font-weight:950;
  font-size:18px;
}
.quick-step.active{color:var(--brown)}
.quick-step.active span{background:linear-gradient(145deg,#b36420,#7a3f13);color:#fff;border:0}
.quick-step strong{font-size:15px;font-weight:700}
.quick-dash{border-top:2px dashed #ded2c4;margin-top:24px}
.quick-form{
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
  gap:24px;
}
.field label{font-size:18px;color:#514842;margin-left:0}
.field label:has(+ .input-shell) + .input-shell{}
.field-help{margin:9px 0 0;color:#7f756e;font-size:15px}
.input-shell{
  min-height:64px;
  display:grid;
  grid-template-columns:34px 1fr;
  align-items:center;
  gap:10px;
  border:1px solid var(--border);
  border-radius:14px;
  background:rgba(255,253,248,.82);
  padding:0 18px;
}
.input-shell>span{color:#6e625a;font-size:24px;text-align:center}
.input-shell .input,.input-shell textarea{
  border:0;
  background:transparent;
  border-radius:0;
  padding:0;
}
.textarea-shell{align-items:start;padding-top:18px}
.textarea-shell textarea{min-height:86px}
.small-inline{grid-template-columns:1fr 170px;align-items:end}
.quick-section{border-top:0;margin-top:4px;padding-top:0}
.quick-section h3{font-size:18px;color:#514842}
.quick-score-grid{grid-template-columns:repeat(3,1fr)}
.quick-score{
  border-radius:14px;
  background:rgba(255,253,248,.82);
  border:1px solid var(--border);
}
.toggle-details{
  justify-self:start;
  width:auto;
  padding:11px 16px;
  border-radius:14px;
}
.sticky-save{
  position:static;
  margin:34px 0 0;
  padding:0;
  background:transparent;
}
.primary-save{
  min-height:66px;
  border-radius:16px;
  background:linear-gradient(145deg,#8f4d1b,#61300f);
  box-shadow:0 12px 24px rgba(91,47,18,.24);
}
.save-note{text-align:center;color:#7f756e;margin:18px 0 0}
@media(max-width:900px){
  .app-shell{padding:20px 18px 42px}
  .atlas-topbar{margin:0 -18px 20px;padding:0 18px 16px}
  .mock-stats,.mock-recent-grid,.explore-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .quick-add-page{margin:-20px -18px -42px;padding:24px 18px 42px}
}
@media(max-width:640px){
  body{padding-bottom:132px}
  .app-shell{padding:16px 14px 34px}
  .atlas-topbar{height:58px;margin:0 -14px 18px;padding:0 14px 14px}
  .brand{font-size:21px}
  .brand-mark{width:42px;height:42px}
  .greeting h1{font-size:30px}
  .mock-stats,.mock-recent-grid,.explore-grid{grid-template-columns:1fr}
  .mock-stat{min-height:auto;padding:18px}
  .progress-row{grid-template-columns:96px 1fr 54px;padding:14px 16px}
  .bottom-nav{
    width:calc(100vw - 18px)!important;
    grid-template-columns:1fr 1fr 1fr 92px 1fr 1fr!important;
    padding:12px 8px!important;
    border-radius:28px!important;
  }
  .bottom-nav button span:last-child{font-size:12px!important}
  .nav-icon{font-size:24px!important}
  .bottom-nav button[data-route="add"]{
    width:88px!important;
    height:88px!important;
    margin-top:-48px!important;
    border-width:7px!important;
  }
  .bottom-nav button[data-route="add"] .nav-icon{font-size:36px!important}
  .bottom-nav button[data-route="add"] span:last-child{font-size:12px!important}
  .quick-add-page{display:block;margin:-16px -14px -34px;padding:22px 18px 36px;background:#fffdf8}
  .quick-header{padding-right:62px}
  .quick-plus{width:58px;height:58px;font-size:40px}
  .quick-header h2{font-size:27px}
  .quick-close{width:50px;height:50px}
  .quick-steps{margin:14px 6px 32px;gap:10px}
  .quick-step span{width:42px;height:42px}
  .small-inline,.quick-score-grid{grid-template-columns:1fr}
}

/* Final nav/view override v16 - must remain last */
.bottom-nav{
  grid-template-columns:1fr 1fr 112px 1fr 1fr!important;
  align-items:center!important;
  width:min(92vw,980px)!important;
  padding:14px 30px!important;
  gap:10px!important;
}
.bottom-nav button{min-width:0!important}
.bottom-nav button[data-route="add"]{
  width:108px!important;
  height:108px!important;
  aspect-ratio:1!important;
  border-radius:50%!important;
  margin-top:-60px!important;
  padding:0!important;
}
.bottom-nav button[data-route="add"] .nav-icon{font-size:44px!important;line-height:.75!important}
.bottom-nav button[data-route="add"] span:last-child{max-width:76px;line-height:1.05;text-align:center}
.cafe-title{align-items:center}
.cafe-title-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.view-toggle{display:inline-grid;grid-template-columns:1fr 1fr;gap:3px;padding:4px;border:1px solid var(--border);border-radius:999px;background:rgba(255,253,248,.74)}
.view-toggle button{border:0;border-radius:999px;background:transparent;color:var(--muted);font-weight:850;padding:9px 15px}
.view-toggle button.active{color:#fff;background:var(--espresso);box-shadow:0 8px 16px rgba(92,64,51,.18)}
.map-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 12px;color:var(--muted);font-weight:800}
@media(max-width:640px){
  .bottom-nav{
    width:calc(100vw - 18px)!important;
    grid-template-columns:1fr 1fr 86px 1fr 1fr!important;
    padding:11px 10px!important;
    gap:2px!important;
  }
  .bottom-nav button[data-route="add"]{
    width:82px!important;
    height:82px!important;
    margin-top:-46px!important;
    border-width:7px!important;
  }
  .bottom-nav button[data-route="add"] .nav-icon{font-size:34px!important}
  .bottom-nav button[data-route="add"] span:last-child{font-size:11px!important;max-width:62px}
  .cafe-title{align-items:flex-start}
  .cafe-title-actions{width:100%;justify-content:space-between}
  .view-toggle{flex:1}
  .view-toggle button{padding:9px 10px}
  .map-toolbar{align-items:flex-start;flex-direction:column}
}
/* Final cafe search placement v19b */
.cafe-search-wrap{position:relative!important}
.cafe-search-results.open{display:grid!important}
.cafe-search-new em{color:#fff!important;background:var(--espresso)!important;border-radius:999px!important;padding:4px 8px!important}

/* Final reviewed/catalog distinction v20 */
.library-summary{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:-4px 0 10px;
  color:var(--muted);
  font-weight:850;
}
.library-summary strong{color:var(--espresso);font-size:18px}
.library-summary span{width:5px;height:5px;border-radius:50%;background:var(--line)}
.cafe-card{position:relative;overflow:hidden}
.cafe-card.catalog{filter:saturate(.86)}
.cafe-card.catalog::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(to top,rgba(255,250,242,.08),rgba(255,250,242,.16));
}
.review-hero.catalog-hero{min-height:240px}
.review-empty-state{
  margin-top:14px;
  display:grid;
  gap:10px;
}

/* Signed-out public homepage */
body.signed-out{padding-bottom:0}
body.signed-out .bottom-nav{display:none!important}
.logged-out-page{min-height:calc(100vh - 78px);padding:26px 0 54px}
.logged-out-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.logged-out-hero{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:42px;align-items:center;padding:54px 0 28px}
.logged-out-copy h1,.login-copy h1{margin:0;color:var(--ink);font-size:clamp(42px,7vw,76px);line-height:.94;letter-spacing:-.045em;max-width:760px}
.landing-kicker{margin:0 0 12px;color:#9a5c24;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:950}
.landing-sub,.login-copy p{max-width:620px;color:var(--muted);font-size:19px;line-height:1.48;margin:20px 0 0}
.landing-primary{margin-top:28px;padding:18px 30px;font-size:20px;font-weight:900;box-shadow:0 16px 34px rgba(92,64,51,.25)}
.landing-preview{overflow:hidden;border:1px solid var(--line);border-radius:26px;background:#fffaf4;box-shadow:0 24px 60px rgba(43,33,28,.14)}
.landing-photo{height:260px;background:linear-gradient(to top,rgba(43,33,28,.18),rgba(43,33,28,0)),url("https://images.unsplash.com/photo-1517701604599-bb29b565090c?auto=format&fit=crop&w=900&q=82");background-size:cover;background-position:center}
.landing-preview-body{padding:22px;display:grid;gap:20px}
.landing-chip{display:inline-flex;border-radius:999px;background:#efe1d0;color:var(--espresso);font-weight:900;font-size:12px;padding:6px 10px}
.landing-preview h2{margin:10px 0 3px;font-size:30px;letter-spacing:-.03em}
.landing-preview p{margin:0;color:var(--muted)}
.landing-score-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.landing-score-grid div{border:1px solid var(--line);border-radius:16px;padding:14px 10px;background:#fffdf8;text-align:center}
.landing-score-grid strong{display:block;color:var(--espresso);font-size:30px;line-height:1}
.landing-score-grid span{display:block;color:var(--muted);font-size:12px;font-weight:800;margin-top:5px}
.landing-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.landing-feature-grid div{border:1px solid var(--line);border-radius:20px;background:rgba(255,250,242,.78);padding:18px 20px;box-shadow:0 10px 28px rgba(43,33,28,.06)}
.landing-feature-grid strong{display:block;font-size:28px;color:var(--espresso);letter-spacing:-.03em}
.landing-feature-grid span{display:block;color:var(--muted);margin-top:4px}
.account-login-page{max-width:980px;margin:0 auto}
.login-panel{display:grid;grid-template-columns:1fr 420px;gap:24px;align-items:start;margin-top:42px}
.login-panel .form-card{margin-top:0;padding:26px;border-radius:24px}
.login-panel .form-card h3{margin-top:0}

@media(max-width:820px){
  .logged-out-page{padding:16px 0 32px}
  .logged-out-nav .brand{font-size:24px}
  .logged-out-hero,.login-panel{grid-template-columns:1fr;gap:24px;padding-top:34px}
  .landing-preview{order:-1}
  .landing-photo{height:210px}
  .landing-feature-grid{grid-template-columns:1fr}
  .landing-primary{width:100%;text-align:center}
}
.review-empty-state h3{margin:0;font-size:22px}
.review-empty-state p{margin:0;color:var(--muted);line-height:1.5}
@media(max-width:640px){
  .library-summary{display:flex;margin-top:0}
}

/* Final review removal controls v21 */
.danger-text{
  color:#9a3d2d!important;
  border-color:#e5c5bb!important;
  background:#fff5f1!important;
}
.review-danger-zone{
  margin-top:8px;
  padding:14px;
  border:1px solid #e5c5bb;
  border-radius:14px;
  background:#fff7f3;
}
.review-danger-zone h4{margin:0 0 6px;color:#8f3325;font-size:15px}
.review-danger-zone p{margin:0 0 12px;color:#7f756e;font-size:13px;line-height:1.4}

/* Final account screen v23 */
.account-title{align-items:center}
.account-panel{
  display:grid;
  grid-template-columns:1.35fr .9fr;
  gap:14px;
  margin:8px 0 18px;
}
.account-card,.account-stats{
  background:rgba(255,250,242,.88);
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
}
.primary-account{
  display:grid;
  grid-template-columns:74px 1fr;
  gap:16px;
  align-items:center;
  padding:18px;
}
.account-avatar{
  width:74px;
  height:74px;
  border-radius:24px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#b36420,#5c4033);
  color:#fff;
  font-size:34px;
  font-weight:950;
  box-shadow:0 12px 24px rgba(91,47,18,.22);
}
.primary-account h3{margin:0;font-size:26px}
.primary-account p{margin:4px 0 10px;color:var(--muted)}
.account-pill{
  display:inline-flex;
  border-radius:999px;
  padding:6px 10px;
  background:#efe1d0;
  color:var(--espresso);
  font-size:12px;
  font-weight:900;
}
.account-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  overflow:hidden;
}
.account-stats div{
  display:grid;
  place-items:center;
  gap:4px;
  padding:18px 8px;
  border-left:1px solid var(--line);
}
.account-stats div:first-child{border-left:0}
.account-stats strong{font-size:24px;color:var(--espresso)}
.account-stats span{font-size:12px;color:var(--muted);font-weight:850}
.account-notice{margin-bottom:14px;color:var(--espresso);font-weight:850}
.auth-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.auth-actions .btn{
  width:100%;
  text-align:center;
}
.link-button{
  border:0;
  background:transparent;
  color:var(--espresso);
  padding:4px 0;
  text-align:left;
  font-weight:850;
  text-decoration:underline;
  text-underline-offset:4px;
  box-shadow:none;
}
@media(max-width:760px){
  .account-panel{grid-template-columns:1fr}
  .account-stats div{padding:14px 6px}
  .auth-actions{grid-template-columns:1fr}
}
