:root{
  --orange:#ff5a1f;
  --orange-2:#ff6a2b;
  --orange-dark:#f04d13;
  --navy:#0b1724;
  --navy-2:#102231;
  --ink:#111820;
  --text:#27313b;
  --muted:#687482;
  --muted-2:#87929e;
  --line:#e4e8ec;
  --soft:#f4f6f8;
  --soft-2:#eef1f4;
  --green:#18b857;
  --green-dark:#119b47;
  --cream:#fff2d2;
  --danger:#d83b2b;
  --radius:12px;
  --shadow:0 8px 26px rgba(20,31,43,.10);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#edf1f4;-webkit-font-smoothing:antialiased}
body{min-height:100vh}
a,button,input,textarea,select{font-family:inherit}
button,a{-webkit-tap-highlight-color:transparent}
.app-shell{width:100%;min-height:100dvh;margin:0 auto;background:#fff;position:relative;overflow:hidden}
.content{padding:0 14px 78px}
.page-welcome .content,.page-registro .content,.page-crear_negocio .content,.page-aviso_negocio .content,.page-panel_negocio .content,.page-crear_publicacion .content,.page-imagen_ia .content,.page-publicacion_exitosa .content{padding:0;min-height:100%}

/* shared top bar — based on approved mockup */
.topbar{height:57px;padding:13px 15px 7px;display:flex;align-items:center;gap:7px;background:#fff;position:relative;z-index:4}
.brand{display:inline-flex;align-items:center;text-decoration:none;font-size:27px;font-weight:900;color:#0d1721;letter-spacing:-1.55px;line-height:1}
.brand span,.mini-brand span,.welcome-logo span{color:var(--orange)}
.brand .pin{font-size:15px;color:var(--orange);margin-left:3px;transform:translateY(-1px)}
.top-location{font-size:9.5px;color:#374251;font-weight:700;flex:1;white-space:nowrap}
.icon-btn{margin-left:auto;border:0;background:transparent;width:30px;height:30px;display:grid;place-items:center;font-size:17px;color:#273240;padding:0}

/* Home */
.home-search{height:35px;border-radius:10px;background:#f2f4f6;display:flex;align-items:center;padding:0 11px;gap:7px;color:#7f8a96}
.home-search span{font-size:15px;line-height:1}
.home-search input{border:0;outline:0;background:transparent;width:100%;font-size:10.5px;color:#4e5965}
.category-row{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin:10px 0 9px}
.category-row button{border:0;background:transparent;padding:0;display:flex;flex-direction:column;align-items:center;gap:4px;color:#25313d}
.category-row small{font-size:8px;line-height:1.15}
.cat{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;font-style:normal;font-size:15px;font-weight:700}
.cat.orange{background:#ffa01c;color:#fff}.cat.coral{background:#ff6849;color:#fff}.cat.blue{background:#58a7e4;color:#0d4770}.cat.pink{background:#f0b4cd;color:#8a3f65}.cat.gray{background:#eceff2;color:#5c6772}
.section-title{display:flex;align-items:center;justify-content:space-between;margin:12px 0 7px}
.section-title h2{font-size:14px;margin:0;letter-spacing:-.25px}
.section-title a{font-size:8.5px;color:#333;text-decoration:none}
.promo-card{position:relative;border:1px solid #e4e8ec;border-radius:11px;background:#fff;overflow:hidden;margin-bottom:9px;box-shadow:0 3px 10px rgba(25,34,44,.045)}
.promo-image{display:block;height:145px;background-size:cover;background-position:center;position:relative;text-decoration:none}
.promo-image.burger{background-image:url('../img/burger.jpg')}.promo-image.pizza{background-image:url('../img/pizza.jpg')}
.discount{position:absolute;left:9px;top:9px;background:#f53437;color:white;font-weight:900;font-size:13px;border-radius:6px;padding:6px 8px}
.floating-heart,.tile-heart,.round-heart,.round-share{border:0;cursor:pointer}
.floating-heart{width:30px;height:30px;border-radius:50%;background:white;color:#ff4051;font-size:19px;display:grid;place-items:center;box-shadow:0 2px 8px rgba(0,0,0,.13);padding:0}
.promo-image .floating-heart{position:absolute;right:8px;top:8px}
.floating-heart.saved,.tile-heart.saved,.round-heart.saved{color:#ff3348}
.distance{position:absolute;right:8px;bottom:7px;background:rgba(23,26,29,.80);color:#fff;border-radius:8px;padding:4px 7px;font-size:8.5px;font-weight:800}
.promo-info{padding:7px 9px 8px}
.promo-info h3{margin:0 0 1px;font-size:13.5px;letter-spacing:-.15px}
.promo-info p{margin:0;color:#626d79;font-size:9px}
.rating{font-size:8.5px;color:#f2a31f;margin-top:3px}.rating span{color:#78828c}
.price{margin-top:2px;line-height:1}.price del{color:#87919b;margin-right:4px;font-size:10px}.price strong{color:#fb3f36;font-size:14px}
.wa-button{position:absolute;right:9px;bottom:9px;text-decoration:none;background:#1cb957;color:#fff;border-radius:8px;padding:7px 11px;font-size:9px;font-weight:800}
.promo-card.mini{display:grid;grid-template-columns:90px 1fr 30px;align-items:center;padding:6px}
.promo-card.mini .promo-image{height:64px;border-radius:8px}
.promo-card.mini .promo-info{padding:3px 7px}.promo-card.mini .promo-info h3{font-size:10.5px}.promo-card.mini .promo-info p{font-size:8px}.promo-card.mini .floating-heart.in-card{position:static;box-shadow:none;width:28px;height:28px;font-size:17px}
.open{color:#129847;font-size:8px;margin-top:4px}

/* bottom nav */
.bottom-nav{position:absolute;z-index:50;bottom:0;left:0;width:100%;height:61px;border-top:1px solid #e2e6ea;background:rgba(255,255,255,.98);display:grid;grid-template-columns:repeat(4,1fr);padding:4px 5px max(4px,env(safe-area-inset-bottom));box-shadow:0 -3px 10px rgba(20,31,43,.025)}
.nav-item{text-decoration:none;color:#596675;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;font-size:17px;line-height:1}
.nav-item small{font-size:8px;line-height:1.15}.nav-item.active{color:var(--orange)}

/* Welcome */
.welcome-screen{min-height:100%;height:100%;background:linear-gradient(180deg,#08131f 0%,#0b1a28 74%,#102637 100%);color:#fff;position:relative;padding:0 19px;display:flex;flex-direction:column}
.welcome-center{margin:auto 0 12px;text-align:center;padding-top:68px}
.welcome-logo{font-size:36px;font-weight:900;letter-spacing:-1.9px;line-height:1}.welcome-logo .pin{font-size:21px;color:var(--orange);vertical-align:top;margin-left:3px}
.welcome-center h1{font-size:15px;margin:9px 0 12px}.welcome-center p{font-size:11px;line-height:1.5;color:#e3eaf0;margin:0}
.welcome-actions{display:grid;gap:8px}.btn{height:41px;border-radius:9px;display:flex;align-items:center;justify-content:center;text-decoration:none;border:0;font-size:11px;font-weight:800;cursor:pointer;padding:0 12px}
.btn-orange{background:linear-gradient(180deg,#ff692c,#ff541d);color:#fff}.btn-dark{background:transparent;color:#fff;border:1px solid #778697}.btn-soft{background:#f1f3f5;color:#16202b}.btn-green{background:#19b957;color:#fff}.wide{width:100%}
.text-link{font-size:9px;text-align:center;text-decoration:underline}.text-link.light{color:#cbd5de}
.welcome-visual-zone{margin-top:12px;display:flex;flex-direction:column;gap:10px}.city-strip{width:100%;aspect-ratio:279/122;border-radius:10px 10px 0 0;opacity:1;display:block;overflow:hidden;background:transparent;margin:0}
.city-strip img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;image-rendering:auto}
.welcome-guest-link{display:block;margin:0;text-underline-offset:2px}.welcome-footer{height:28px;display:flex;align-items:center;justify-content:center;border-top:1px solid rgba(255,255,255,.13);font-size:8.8px;color:#dde5ec;margin:0 -22px}

/* Auth/forms */
.plain-screen{min-height:100%;height:100%;background:#fff;padding:18px 16px 20px;overflow:auto}
.auth-screen{padding-top:19px}.back{display:inline-flex;color:#111b25;text-decoration:none;font-size:27px;line-height:1;margin:0 0 28px;padding:0 2px}
.plain-screen h1{font-size:22px;letter-spacing:-.55px;margin:0 0 5px}.lead{color:#596571;line-height:1.4;margin:0 0 19px;font-size:11.5px}
.stack-form{display:grid;gap:9px}.field{height:45px;border:1px solid #d9dfe4;background:#fafbfc;border-radius:8px;display:flex;align-items:center;padding:0 11px;gap:9px;color:#6a7580}.field input,.field select,.field textarea{border:0;outline:0;background:transparent;width:100%;font:inherit;font-size:10.5px;color:#29343f}.field i{font-style:normal}.field.text-area{height:92px;align-items:flex-start;padding-top:12px}.field textarea{height:67px;resize:none}
.legal-check{display:flex;align-items:flex-start;gap:7px;font-size:9px;line-height:1.36;color:#3f4b56;margin-top:1px}.legal-check input{margin:2px 0 0;accent-color:#34414c;width:14px;height:14px;flex:0 0 auto}
.auth-bottom{text-align:center;margin-top:19px;font-size:9px;color:#707a84}.auth-bottom a{color:var(--orange);font-weight:800;text-decoration:none}
.simple-header{height:36px;display:flex;align-items:center;gap:10px;margin-bottom:8px}.simple-header a{text-decoration:none;color:#111;font-size:27px;line-height:1}.simple-header strong{font-size:12px}.mini-brand{font-weight:900;font-size:22px;color:#111b25;letter-spacing:-1.2px}

/* Explore */
.explore-screen h1{font-size:20px;margin:1px 0 10px}.filter-pills{display:flex;gap:5px;margin-bottom:9px}.filter-pills button{border:0;border-radius:15px;background:#eef1f4;color:#35404b;padding:6px 10px;font-size:8px}.filter-pills button.active{background:#111a24;color:#fff}
.explore-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.explore-tile{height:154px;border-radius:9px;background-size:cover;background-position:center;position:relative;overflow:hidden;color:#fff;text-decoration:none;box-shadow:inset 0 -75px 55px -42px rgba(0,0,0,.80)}.explore-tile.cafe{background-image:url('../img/cafe.jpg')}.explore-tile.clothes{background-image:url('../img/clothes.jpg')}.explore-tile.pizza{background-image:url('../img/pizza.jpg')}.explore-tile.sweets{background-image:linear-gradient(135deg,#d8848c,#fff0d6)}
.explore-tile div{position:absolute;left:8px;right:8px;bottom:9px}.explore-tile strong,.explore-tile span{display:block}.explore-tile strong{font-size:10.5px}.explore-tile span{font-size:8px;margin-top:1px}.explore-tile em{position:absolute;right:6px;bottom:39px;background:rgba(25,25,25,.75);font-size:7.5px;font-style:normal;padding:3px 5px;border-radius:7px}
.tile-heart{position:absolute;right:6px;top:6px;width:27px;height:27px;border-radius:50%;background:white;color:#ff4051;font-size:16px;padding:0}

/* Detail */
.detail-screen{margin:0 -14px}.detail-hero{height:221px;background-size:cover;background-position:center;position:relative}.pizza-detail{background-image:url('../img/pizza_detail.jpg')}.round-back,.round-heart,.round-share{position:absolute;top:10px;width:31px;height:31px;border-radius:50%;background:rgba(14,16,18,.70);color:white;text-decoration:none;display:grid;place-items:center;font-size:18px;padding:0}.round-back{left:10px}.round-heart{right:47px}.round-share{right:10px}.photo-count{position:absolute;right:9px;bottom:8px;color:#fff;font-size:8px;background:rgba(0,0,0,.53);padding:3px 5px;border-radius:7px}
.business-head{display:flex;gap:9px;padding:9px 13px 3px}.business-head img{width:38px;height:38px;border-radius:50%;object-fit:cover}.business-head h2{font-size:13.5px;margin:0 0 2px}.business-head p{font-size:8.5px;margin:1px 0;color:#66717c}
.open-row{padding:0 13px 8px;display:flex;gap:9px;align-items:center;font-size:8.5px}.open-row span{color:#139946;font-weight:800}.offer-box{margin:2px 13px 8px;background:#fff3d8;border:1px solid #ffd58a;border-radius:8px;padding:9px;display:flex;gap:7px}.offer-box b{width:29px;height:29px;border-radius:7px;background:#e83c35;color:white;display:grid;place-items:center;font-size:13px}.offer-box strong,.offer-box small{display:block}.offer-box strong{font-size:11px;color:#d83b2b}.offer-box small{font-size:8px;color:#9b6631;margin-top:2px}.detail-copy{padding:0 13px;color:#586572;font-size:9px;line-height:1.4}.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:6px 13px 13px}.detail-actions .btn{height:38px;font-size:10px}

/* Profile */
.profile-screen{padding-top:2px}.profile-title{display:flex;align-items:center;justify-content:space-between}.profile-title h1{font-size:20px;margin:4px 0 10px}.profile-title button{border:0;background:transparent;font-size:18px}.profile-user{display:flex;align-items:center;gap:11px;padding:6px 0 13px}.profile-user img{width:58px;height:58px;border-radius:50%;object-fit:cover}.profile-user h2{font-size:13.5px;margin:0 0 3px}.profile-user p{font-size:8.5px;color:#68737e;margin:2px 0}.profile-menu{border-top:1px solid var(--line)}.profile-menu a{min-height:45px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:23px 1fr auto;align-items:center;text-decoration:none;color:#2c3742;font-size:10.5px}.profile-menu a span{font-size:16px}.profile-menu a b{font-size:18px;font-weight:400;color:#697580}
.favorite-row{display:grid;grid-template-columns:58px 1fr 30px;gap:8px;align-items:center;border:1px solid var(--line);border-radius:9px;padding:7px;margin-bottom:8px}.favorite-row img{width:58px;height:50px;object-fit:cover;border-radius:7px}.favorite-row h3{font-size:10.5px;margin:0 0 3px}.favorite-row p{font-size:8px;color:#66717d;margin:0}.favorite-row p span{color:#159348}

/* Business */
.business-screen .stack-form{margin-top:12px}.warning-screen{text-align:center}.warning-screen .back{display:flex;width:max-content;margin-bottom:3px}.shield{width:48px;height:48px;margin:4px auto 11px;border-radius:15px;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:24px}.warning-screen h1{font-size:21px}.warning-screen>p{font-size:10.5px;line-height:1.43;text-align:left;color:#3d4954}.warning-box{display:flex;text-align:left;gap:8px;background:#fff0cf;border-radius:8px;padding:10px;color:#bd3c24;font-size:9px;line-height:1.42;margin:12px 0}.warning-screen .legal-check{text-align:left}.disabled-check{opacity:.43;pointer-events:auto;margin-top:15px}.disabled-check.enabled{opacity:1}
.business-card{display:flex;gap:10px;padding:10px 2px 13px}.business-card img{width:53px;height:53px;border-radius:50%;object-fit:cover}.business-card h2{font-size:13px;margin:0 0 3px}.business-card p{font-size:8.5px;margin:0 0 4px;color:#68727c}.business-card span{display:inline-block;color:#168f43;background:#d8f5e1;border-radius:9px;padding:2px 7px;font-size:7px}.business-menu{border-top:1px solid var(--line)}.business-menu a{display:grid;grid-template-columns:24px 1fr auto;align-items:center;min-height:47px;border-bottom:1px solid var(--line);text-decoration:none;color:#2f3944;font-size:10.5px}.business-menu b{font-weight:400;font-size:18px;color:#87909a}

/* Publish */
.photo-row{display:grid;grid-template-columns:1fr 1fr;gap:7px}.photo-row img,.add-photo{height:95px;border-radius:9px}.photo-row img{width:100%;object-fit:cover}.add-photo{border:1px dashed #bcc6ce;display:flex;align-items:center;justify-content:center;flex-direction:column;text-decoration:none;color:#4d5863;font-size:18px}.add-photo span{font-size:8px;margin-top:6px}.photo-hint{display:block;text-align:center;color:#87919b;font-size:7.5px;margin:4px 0 9px}.label-top{font-size:9px;font-weight:800;color:#303b46;display:grid;gap:4px}.basic-input{width:100%;border:1px solid #d9dfe4;border-radius:7px;background:#fff;padding:8px 9px;font:inherit;font-size:9.5px;font-weight:400;color:#33404b;resize:none}.label-top textarea.basic-input{min-height:59px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:8px}.legal-check.compact{font-size:7.7px}.tiny-warning{font-size:7.3px;color:#5f6973;margin:0;line-height:1.35}.style-label{font-size:9px;font-weight:800;margin:6px 0}.filter-pills.styles{margin-bottom:8px}.ia-preview{width:100%;height:205px;object-fit:cover;border-radius:9px;margin:3px 0 8px}.regen{display:block;margin:9px auto;border:0;background:transparent;font-weight:800;font-size:9px}.tall{height:76px!important}.success-screen{text-align:center;padding-top:21px}.success-screen .back{display:flex;width:max-content;margin:0}.success-check{width:65px;height:65px;background:#19b957;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:38px;margin:52px auto 12px;box-shadow:0 5px 16px rgba(29,181,85,.2)}.success-screen h1{font-size:24px}.success-screen p{color:#67727e;line-height:1.45;font-size:10px}.success-screen .btn{margin-top:8px}.reach-card{display:flex;gap:10px;align-items:center;border:1px solid var(--line);border-radius:9px;padding:11px;margin-top:17px;text-align:left}.reach-card>b{font-size:28px;color:var(--orange)}.reach-card strong{font-size:10.5px}.reach-card p{font-size:8px;margin:3px 0 0}

/* desktop preview keeps the exact tall mobile proportions from the approved mockup */
@media (min-width:700px){
  body{padding:18px;display:flex;align-items:center;justify-content:center;overflow:hidden}
  .app-shell{height:calc(100vh - 36px);min-height:0;width:auto;aspect-ratio:390/844;max-width:390px;border-radius:20px;box-shadow:0 12px 42px rgba(15,28,43,.16)}
  .content{height:100%;overflow-y:auto;scrollbar-width:none}
  .content::-webkit-scrollbar{display:none}
}
@media (max-width:699px){
  .app-shell{min-height:100dvh}
  .welcome-screen,.plain-screen{min-height:100dvh;height:auto}
  .bottom-nav{position:fixed}
}

/* =========================================================
   TiendiGo Inicio — réplica visual maestra (12 Sep 2026)
   Esta sección manda sobre las reglas anteriores para HOME.
   ========================================================= */
.page-home{background:#e9eef2}
.page-home .app-shell{background:#fff}
.page-home .content{padding:0 16px 82px;overflow-y:auto}
.page-home .topbar{
  height:68px;
  padding:17px 16px 8px;
  gap:7px;
  border:0;
  background:#fff;
}
.page-home .brand{
  font-size:30px;
  letter-spacing:-1.9px;
  font-weight:900;
  line-height:1;
}
.page-home .brand .pin{
  font-size:0;
  width:12px;
  height:16px;
  margin-left:4px;
  position:relative;
  transform:none;
}
.page-home .brand .pin::before{
  content:"";
  position:absolute;
  width:11px;
  height:11px;
  background:var(--orange);
  border-radius:8px 8px 8px 0;
  transform:rotate(-45deg);
  left:0;
  top:1px;
}
.page-home .brand .pin::after{
  content:"";
  position:absolute;
  width:3px;
  height:3px;
  border:1.5px solid #fff;
  border-radius:50%;
  left:4px;
  top:4px;
  z-index:2;
}
.page-home .top-location{
  font-size:10px;
  font-weight:700;
  color:#3e4853;
  flex:1;
  white-space:nowrap;
  margin-top:1px;
}
.page-home .top-location span{font-size:8px;color:#24313d}
.page-home .icon-btn{width:32px;height:32px;padding:5px;color:#1c2732}
.page-home .icon-btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.home-master{padding-top:1px}
.home-search-master{
  height:40px;
  border-radius:11px;
  background:#f2f4f6;
  display:flex;
  align-items:center;
  padding:0 12px;
  gap:8px;
  color:#87919c;
}
.home-search-master svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.home-search-master input{border:0;outline:0;background:transparent;width:100%;font-size:11px;color:#4f5964;padding:0}
.home-search-master input::placeholder{color:#8b949e;opacity:1}

.home-categories{display:grid;grid-template-columns:repeat(5,1fr);gap:3px;margin:11px 0 12px}
.home-categories button{border:0;background:transparent;padding:0;display:flex;flex-direction:column;align-items:center;gap:5px;color:#27333e;min-width:0}
.home-categories button>span:last-child{font-size:8.4px;line-height:1.1;white-space:nowrap}
.category-icon{width:39px;height:39px;border-radius:50%;display:grid;place-items:center}
.category-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.category-food{background:#ffa21b;color:white}
.category-market{background:#ff6548;color:white}
.category-health{background:#59a8e5;color:#10456d}
.category-beauty{background:#efb3cd;color:#8b4066}
.category-more{background:#eceff2;color:#59636e;font-weight:800;font-size:13px;letter-spacing:1px}

.home-heading-row{display:flex;align-items:center;justify-content:space-between;margin:0 0 8px}
.home-heading-row h1{font-size:16px;line-height:1.1;letter-spacing:-.35px;margin:0;font-weight:850}
.home-heading-row a{font-size:8.5px;text-decoration:none;color:#343d46;margin-top:2px}

.home-featured-card{border:1px solid #e2e6ea;border-radius:11px;background:#fff;overflow:hidden;box-shadow:0 3px 11px rgba(24,35,46,.06);margin:0;position:relative}
.home-featured-image{height:177px;display:block;position:relative;background:url('../img/burger.jpg') center 46%/cover no-repeat;text-decoration:none}
.home-featured-image::after{content:"";position:absolute;left:0;right:0;bottom:0;height:18px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.05));pointer-events:none}
.home-discount{position:absolute;left:10px;top:10px;background:#f0373d;color:#fff;font-size:14px;font-weight:900;line-height:1;border-radius:6px;padding:8px 9px;box-shadow:0 2px 4px rgba(0,0,0,.07)}
.home-heart{position:absolute;right:9px;top:9px;width:34px;height:34px;border:0;border-radius:50%;background:#fff;color:#ff3e50;font-size:21px;line-height:1;display:grid;place-items:center;box-shadow:0 2px 8px rgba(0,0,0,.13);padding:0}
.home-distance{position:absolute;right:9px;bottom:8px;background:rgba(20,23,26,.82);color:white;border-radius:8px;padding:4px 8px;font-size:8.5px;font-weight:800;line-height:1.1}
.home-featured-body{min-height:97px;display:flex;justify-content:space-between;align-items:flex-end;padding:8px 10px 10px;gap:10px}
.home-featured-copy{min-width:0;align-self:stretch}
.home-featured-copy h2{font-size:15px;line-height:1.1;margin:0 0 2px;letter-spacing:-.2px}
.home-featured-copy p{font-size:9px;color:#69737d;margin:0 0 3px}
.home-rating{font-size:8.8px;color:#555f68;margin-top:2px}
.home-rating>span{color:#f0a31e;font-size:10px}
.home-rating small{font-size:8px;color:#87909a}
.home-price{display:flex;align-items:baseline;gap:7px;margin-top:1px}
.home-price del{font-size:11px;color:#8a949e}
.home-price strong{font-size:16px;color:#f83d35;line-height:1}
.home-whatsapp{height:34px;min-width:107px;border-radius:8px;background:#1bbb56;color:#fff;text-decoration:none;font-size:10px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;margin-bottom:1px;white-space:nowrap}
.home-whatsapp svg{width:17px;height:17px;fill:none;stroke:white;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.page-home .bottom-nav{height:67px;border-top:1px solid #e0e5e9;padding:6px 6px max(5px,env(safe-area-inset-bottom));box-shadow:none}
.page-home .nav-item{gap:3px;font-size:inherit;color:#65717d}
.page-home .nav-item svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.page-home .nav-item small{font-size:8.5px;line-height:1}
.page-home .nav-item.active{color:var(--orange)}

/* En escritorio se muestra como un teléfono del tamaño de la maqueta, no miniaturizado. */
@media (min-width:700px){
  .page-home{padding:10px;align-items:center;justify-content:center;overflow:hidden}
  .page-home .app-shell{
    height:min(948px,calc(100vh - 20px));
    width:auto;
    aspect-ratio:390/844;
    max-width:none;
    border-radius:22px;
    box-shadow:0 12px 38px rgba(17,31,44,.17);
  }
  .page-home .content{height:100%;overflow-y:hidden}
}

@media (max-width:699px){
  .page-home .content{padding-bottom:80px}
}


/* =========================================================
   HOME MASTER v6 — pantalla Inicio reconstruida contra la
   maqueta aprobada. Prioridad: fidelidad visual, no lógica.
   ========================================================= */
.page-home{background:#e8edf1;padding:0!important}
.page-home .app-shell{background:#fff;overflow:hidden}
.page-home .content{padding:0 17px 86px!important;height:100%;overflow:hidden!important}
.page-home .topbar{
  height:82px!important;padding:22px 17px 12px!important;display:flex;align-items:center;gap:8px;background:#fff
}
.page-home .brand{font-size:35px!important;letter-spacing:-2.2px!important;font-weight:900!important}
.page-home .brand .pin{width:14px!important;height:18px!important;margin-left:4px!important}
.page-home .brand .pin::before{width:13px!important;height:13px!important;top:1px!important}
.page-home .brand .pin::after{width:3px!important;height:3px!important;left:5px!important;top:5px!important}
.page-home .top-location{font-size:11px!important;color:#3e4853!important;font-weight:700!important;margin-left:1px;overflow:hidden;text-overflow:ellipsis}
.page-home .top-location .loc-pin{display:inline-block;color:#263441;font-size:9px!important;margin-right:3px;transform:translateY(-1px)}
.page-home .icon-btn{width:34px!important;height:34px!important;margin-left:auto!important}
.page-home .icon-btn svg{width:21px!important;height:21px!important}

.page-home .home-master{padding-top:0!important}
.page-home .home-search-master{height:45px!important;border-radius:13px!important;padding:0 13px!important;gap:9px!important;background:#f1f3f5!important}
.page-home .home-search-master svg{width:17px!important;height:17px!important}
.page-home .home-search-master input{font-size:12.5px!important;letter-spacing:0!important}

.page-home .home-categories{grid-template-columns:repeat(5,1fr)!important;gap:4px!important;margin:15px 0 18px!important}
.page-home .home-categories button{gap:7px!important}
.page-home .home-categories button>span:last-child{font-size:10.2px!important;font-weight:500!important}
.page-home .category-icon{width:48px!important;height:48px!important}
.page-home .category-icon svg{width:21px!important;height:21px!important;stroke-width:1.9!important}
.page-home .category-more{font-size:16px!important;letter-spacing:1.5px!important}

.page-home .home-heading-row{margin:0 0 10px!important}
.page-home .home-heading-row h1{font-size:18px!important;letter-spacing:-.42px!important;font-weight:800!important}
.page-home .home-heading-row a{font-size:10px!important;color:#232b33!important}

.page-home .home-featured-card{border-radius:13px!important;border:1px solid #dde2e6!important;box-shadow:0 3px 12px rgba(20,31,43,.07)!important;overflow:hidden!important}
.page-home .home-featured-image{
  height:236px!important;
  background-image:url('../img/burger.jpg')!important;
  background-size:cover!important;
  background-position:center center!important;
  display:block!important;
}
.page-home .home-featured-image::after{display:none!important}
.page-home .home-featured-body{min-height:129px!important;padding:11px 12px 13px!important;display:flex!important;align-items:flex-end!important;gap:10px!important}
.page-home .home-featured-copy{align-self:stretch!important;display:flex!important;flex-direction:column!important;min-width:0!important}
.page-home .home-featured-copy h2{font-size:17px!important;margin:0 0 3px!important;letter-spacing:-.25px!important;line-height:1.06!important}
.page-home .home-featured-copy p{margin:0!important}
.page-home .home-subtitle{font-size:12.2px!important;color:#5b6570!important;line-height:1.28!important}
.page-home .home-description{font-size:11.3px!important;color:#4e5964!important;line-height:1.35!important;margin-top:2px!important;white-space:nowrap!important}
.page-home .home-price{margin-top:auto!important;display:flex!important;align-items:baseline!important;gap:9px!important}
.page-home .home-price del{font-size:13px!important;color:#8a939c!important}
.page-home .home-price strong{font-size:18px!important;color:#f23834!important;font-weight:800!important}
.page-home .home-whatsapp{height:40px!important;min-width:127px!important;border-radius:9px!important;font-size:12px!important;font-weight:800!important;padding:0 12px!important;gap:6px!important;margin-bottom:1px!important;background:#18b957!important}
.page-home .home-whatsapp svg{width:20px!important;height:20px!important;stroke-width:1.8!important}

.page-home .bottom-nav{height:79px!important;padding:9px 8px 7px!important;border-top:1px solid #dfe4e8!important;background:#fff!important}
.page-home .nav-item{gap:5px!important;color:#65717d!important}
.page-home .nav-item svg{width:24px!important;height:24px!important;stroke-width:1.8!important}
.page-home .nav-item small{font-size:10px!important}
.page-home .nav-item.active{color:#ff5a1f!important;font-weight:700!important}

@media (min-width:700px){
  body.page-home{display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#e8edf1!important}
  .page-home .app-shell{
    width:390px!important;
    height:728px!important;
    min-height:0!important;
    max-width:none!important;
    aspect-ratio:auto!important;
    border-radius:20px!important;
    box-shadow:0 12px 38px rgba(17,31,44,.16)!important;
  }
}
@media (max-width:699px){
  .page-home .app-shell{min-height:100dvh!important}
  .page-home .content{padding-bottom:88px!important;overflow-y:auto!important}
  .page-home .bottom-nav{position:fixed!important}
}

/* =========================================================
   FASE 1 CORREGIDA — TODAS LAS PANTALLAS PARTEN DEL SHELL
   APROBADO EN HOME FIDELIDAD V2 (390x728 en escritorio)
   ========================================================= */
@media (min-width:700px){
  body{display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#e8edf1!important;padding:0!important}
  .app-shell{width:390px!important;height:728px!important;min-height:0!important;max-width:none!important;aspect-ratio:auto!important;border-radius:20px!important;box-shadow:0 12px 38px rgba(17,31,44,.16)!important}
  body:not(.page-home) .content{height:100%!important;overflow-y:auto!important;scrollbar-width:none!important}
  body:not(.page-home) .content::-webkit-scrollbar{display:none!important}
}

/* EXPLORAR — réplica de la maqueta: tarjetas horizontales apiladas, NO cuadrícula */
.page-explorar .content{padding:0 17px 82px!important;overflow:hidden!important}
.page-explorar .topbar{height:72px!important;padding:21px 17px 10px!important;display:flex!important;align-items:center!important}
.page-explorar .brand{font-size:34px!important;letter-spacing:-2.1px!important;font-weight:900!important}
.page-explorar .icon-btn{width:34px!important;height:34px!important}
.page-explorar .icon-btn svg{width:21px!important;height:21px!important;fill:none;stroke:#1b2631;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.page-explorar .explore-screen h1{font-size:22px!important;line-height:1.1!important;margin:3px 0 12px!important;letter-spacing:-.45px!important;font-weight:800!important}
.page-explorar .filter-pills{display:flex!important;gap:7px!important;margin:0 0 11px!important}
.page-explorar .filter-pills button{height:29px!important;padding:0 12px!important;border-radius:15px!important;font-size:9.5px!important;background:#eef1f4!important;color:#35404b!important}
.page-explorar .filter-pills button.active{background:#111a24!important;color:#fff!important}
.page-explorar .explore-grid{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
.page-explorar .explore-tile{height:143px!important;width:100%!important;border-radius:11px!important;background-size:cover!important;background-position:center!important;box-shadow:inset 0 -82px 58px -45px rgba(0,0,0,.82)!important}
.page-explorar .explore-tile div{left:11px!important;right:11px!important;bottom:10px!important}
.page-explorar .explore-tile strong{font-size:14px!important;line-height:1.02!important;font-weight:800!important;text-shadow:0 1px 2px rgba(0,0,0,.3)!important}
.page-explorar .explore-tile span{font-size:10.5px!important;margin-top:2px!important}
.page-explorar .explore-tile em{right:9px!important;bottom:39px!important;font-size:9px!important;padding:4px 7px!important;border-radius:8px!important}
.page-explorar .tile-heart{right:8px!important;top:8px!important;width:32px!important;height:32px!important;font-size:19px!important}
.page-explorar .bottom-nav{height:79px!important;padding:9px 8px 7px!important;border-top:1px solid #dfe4e8!important;background:#fff!important}
.page-explorar .nav-item{gap:5px!important;color:#65717d!important}
.page-explorar .nav-item svg{width:24px!important;height:24px!important;stroke-width:1.8!important}
.page-explorar .nav-item small{font-size:10px!important}
.page-explorar .nav-item.active{color:#ff5a1f!important;font-weight:700!important}

/* PERFIL — misma escala aprobada */
.page-perfil .content{padding:20px 18px 88px!important}
.page-perfil .profile-title{margin-bottom:18px!important}
.page-perfil .profile-title h1{font-size:24px!important}
.page-perfil .profile-user img{width:72px!important;height:72px!important}
.page-perfil .profile-user h2{font-size:16px!important}
.page-perfil .profile-user p{font-size:10.5px!important}
.page-perfil .profile-menu a{min-height:57px!important;font-size:12px!important;padding:0 4px!important}
.page-perfil .profile-menu a span{font-size:20px!important;width:30px!important}
.page-perfil .bottom-nav{height:79px!important;padding:9px 8px 7px!important}
.page-perfil .nav-item svg{width:24px!important;height:24px!important}.page-perfil .nav-item small{font-size:10px!important}

/* REGISTRO — proporciones del teléfono aprobado */
.page-registro .plain-screen{padding:24px 20px 28px!important}
.page-registro .back{font-size:31px!important;margin-bottom:35px!important}
.page-registro .plain-screen h1{font-size:25px!important;letter-spacing:-.6px!important}
.page-registro .lead{font-size:13px!important;line-height:1.43!important;margin-bottom:23px!important}
.page-registro .stack-form{gap:11px!important}
.page-registro .field{height:49px!important;border-radius:9px!important;padding:0 13px!important}
.page-registro .field input{font-size:11.5px!important}
.page-registro .btn{height:46px!important;font-size:12px!important}
.page-registro .legal-check{font-size:9.6px!important;line-height:1.45!important;margin-top:3px!important}
.page-registro .auth-bottom{font-size:10px!important;margin-top:22px!important}

/* BIENVENIDA — escala exacta de la familia visual V2 */
.page-welcome .welcome-screen{padding:0 22px!important}
.page-welcome .welcome-center{padding-top:74px!important;margin:auto 0 14px!important}
.page-welcome .welcome-logo{font-size:41px!important;letter-spacing:-2.4px!important}
.page-welcome .welcome-center h1{font-size:16.5px!important;margin:12px 0 14px!important}
.page-welcome .welcome-center p{font-size:12.2px!important;line-height:1.56!important}
.page-welcome .welcome-actions{gap:11px!important}
.page-welcome .btn{height:45px!important;font-size:11.5px!important;border-radius:9px!important}
.page-welcome .text-link{font-size:9.6px!important}
.page-welcome .welcome-visual-zone{margin-top:10px!important;gap:10px!important}
.page-welcome .welcome-guest-link{margin-bottom:0!important}
.page-welcome .city-strip{width:100%!important;aspect-ratio:279/122!important;height:auto!important;max-height:none!important;margin:0!important;border-radius:10px 10px 0 0!important;overflow:hidden!important}
.page-welcome .city-strip img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;transform:none!important}
.page-welcome .welcome-footer{height:34px!important;font-size:9px!important;margin:0 -22px!important}

/* NEGOCIO — conservar el mismo shell/escala */
.page-crear_negocio .plain-screen,.page-aviso_negocio .plain-screen,.page-panel_negocio .plain-screen,.page-crear_publicacion .plain-screen,.page-imagen_ia .plain-screen,.page-publicacion_exitosa .plain-screen{padding:20px 18px 24px!important}
.page-crear_negocio .plain-screen h1{font-size:23px!important}.page-crear_negocio .lead{font-size:12px!important}
.page-crear_negocio .field{height:48px!important}.page-crear_negocio .field.text-area{height:100px!important}.page-crear_negocio .btn{height:45px!important}
.page-aviso_negocio .shield{width:56px!important;height:56px!important}.page-aviso_negocio h1{font-size:23px!important}.page-aviso_negocio>p{font-size:11.5px!important;line-height:1.45!important}.page-aviso_negocio .warning-box{font-size:10px!important;line-height:1.42!important;padding:13px!important}.page-aviso_negocio .btn{height:45px!important}
.page-panel_negocio .business-card img{width:62px!important;height:62px!important}.page-panel_negocio .business-card h2{font-size:15px!important}.page-panel_negocio .business-menu a{min-height:55px!important;font-size:11.5px!important}
.page-crear_publicacion .photo-row img,.page-crear_publicacion .add-photo{height:112px!important}.page-crear_publicacion .basic-input{font-size:10.5px!important}.page-crear_publicacion .btn{height:45px!important}
.page-imagen_ia .ia-preview{height:235px!important}.page-imagen_ia .btn{height:45px!important}
.page-publicacion_exitosa .success-check{width:76px!important;height:76px!important;font-size:45px!important;margin-top:58px!important}.page-publicacion_exitosa h1{font-size:26px!important}.page-publicacion_exitosa p{font-size:11px!important}.page-publicacion_exitosa .btn{height:45px!important}

/* =========================================================
   REVISION FIDELIDAD — EXPLORAR / PERFIL / FAVORITOS
   Basado directamente en la lámina maestra aprobada.
   ========================================================= */
.nav-item svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* EXPLORAR: usar recortes exactos de las tarjetas de la maqueta para eliminar duplicaciones */
.page-explorar .content{padding:0 17px 84px!important;overflow:hidden!important}
.page-explorar .topbar{height:67px!important;padding:18px 17px 7px!important}
.page-explorar .brand{font-size:31px!important;letter-spacing:-1.9px!important}
.page-explorar .icon-btn{width:31px!important;height:31px!important}
.page-explorar .exact-explore h1{font-size:22px!important;line-height:1.08!important;margin:1px 0 11px!important;letter-spacing:-.48px!important}
.page-explorar .exact-filters{gap:6px!important;margin-bottom:10px!important}
.page-explorar .exact-filters button{height:28px!important;padding:0 13px!important;border-radius:14px!important;font-size:9.5px!important}
.page-explorar .exact-explore-list{display:grid;grid-template-columns:1fr;gap:8px}
.page-explorar .exact-explore-card{display:block;width:100%;height:154px;border-radius:11px;overflow:hidden;text-decoration:none;background:#ddd}
.page-explorar .exact-explore-card img{width:100%;height:100%;display:block;object-fit:cover}
.page-explorar .bottom-nav{height:74px!important;padding:8px 8px 6px!important}
.page-explorar .nav-item{gap:4px!important}
.page-explorar .nav-item small{font-size:9.5px!important}

/* PERFIL: sin cabecera TiendiGo; el contenido empieza exactamente como en la maqueta */
.page-perfil .content{padding:0 18px 84px!important;overflow:hidden!important}
.page-perfil .exact-profile{padding-top:20px!important}
.page-perfil .exact-profile-title{height:38px;margin:0 0 15px!important;align-items:flex-start!important}
.page-perfil .exact-profile-title h1{font-size:24px!important;line-height:1!important;margin:0!important;letter-spacing:-.45px!important}
.page-perfil .exact-profile-title button{width:30px;height:30px;padding:2px;border:0;background:transparent;color:#17212b}
.page-perfil .exact-profile-title button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.page-perfil .exact-profile-user{display:flex!important;align-items:center!important;gap:16px!important;padding:4px 0 18px!important}
.page-perfil .exact-profile-user img{width:92px!important;height:92px!important;border-radius:50%!important;object-fit:cover!important;object-position:center!important}
.page-perfil .exact-profile-user h2{font-size:18px!important;line-height:1.1!important;margin:0 0 6px!important;letter-spacing:-.25px!important}
.page-perfil .exact-profile-user p{font-size:11px!important;line-height:1.3!important;margin:3px 0!important;color:#65717c!important}
.page-perfil .exact-profile-menu{border-top:1px solid #e3e7ea!important}
.page-perfil .exact-profile-menu a{min-height:57px!important;grid-template-columns:34px 1fr auto!important;font-size:12.5px!important;padding:0 1px!important;border-bottom:1px solid #e3e7ea!important;color:#2b3540!important}
.page-perfil .exact-profile-menu a span{width:28px!important;font-size:21px!important;display:flex;align-items:center;justify-content:center;color:#25313c!important}
.page-perfil .exact-profile-menu a b{font-size:23px!important;color:#697580!important;font-weight:300!important}
.page-perfil .bottom-nav{height:74px!important;padding:8px 8px 6px!important}
.page-perfil .nav-item{gap:4px!important}.page-perfil .nav-item small{font-size:9.5px!important}

/* FAVORITOS: no existe pantalla maestra propia, pero conserva exactamente la escala visual aprobada */
.page-favoritos .content{padding:0 18px 84px!important}
.page-favoritos .topbar{height:67px!important;padding:18px 17px 7px!important}
.page-favoritos .brand{font-size:31px!important;letter-spacing:-1.9px!important}
.page-favoritos .profile-screen{padding-top:5px!important}
.page-favoritos .profile-title h1{font-size:22px!important;margin:4px 0 13px!important}
.page-favoritos .favorite-row{grid-template-columns:72px 1fr 36px!important;gap:10px!important;padding:9px!important;border-radius:11px!important;margin-bottom:10px!important}
.page-favoritos .favorite-row img{width:72px!important;height:58px!important;border-radius:8px!important}
.page-favoritos .favorite-row h3{font-size:12.5px!important;margin-bottom:4px!important}
.page-favoritos .favorite-row p{font-size:9.5px!important}
.page-favoritos .favorite-row .floating-heart{width:32px!important;height:32px!important;font-size:18px!important}
.page-favoritos .bottom-nav{height:74px!important;padding:8px 8px 6px!important}
.page-favoritos .nav-item{gap:4px!important}.page-favoritos .nav-item small{font-size:9.5px!important}

/* =========================================================
   RESPONSIVE MASTER — aprobado para TiendiGo
   Prioridad: fidelidad visual del diseño maestro + adaptación.
   Desktop grande conserva exactamente el marco 390x728 aprobado.
   ========================================================= */
html,body{width:100%;min-height:100%;}
body{overflow-x:hidden;}
.app-shell{isolation:isolate;}

/* Escritorio grande: mismo tamaño aprobado en Inicio V2 */
@media (min-width:1200px){
  body{
    min-height:100vh!important;
    padding:12px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#e8edf1!important;
    overflow:hidden!important;
  }
  .app-shell{
    width:390px!important;
    height:728px!important;
    min-height:0!important;
    max-width:390px!important;
    max-height:728px!important;
    aspect-ratio:auto!important;
    border-radius:20px!important;
    box-shadow:0 12px 38px rgba(17,31,44,.16)!important;
    overflow:hidden!important;
  }
  body:not(.page-home) .content{
    height:100%!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    scrollbar-width:none!important;
  }
  body:not(.page-home) .content::-webkit-scrollbar{display:none!important;}
}

/* Tablet / laptop pequeña: conserva proporción, aprovecha más pantalla */
@media (min-width:700px) and (max-width:1199px){
  body{
    min-height:100vh!important;
    padding:12px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#e8edf1!important;
    overflow:hidden!important;
  }
  .app-shell{
    width:min(420px,calc(100vw - 24px))!important;
    height:min(780px,calc(100vh - 24px))!important;
    min-height:0!important;
    max-width:420px!important;
    max-height:780px!important;
    aspect-ratio:auto!important;
    border-radius:20px!important;
    box-shadow:0 12px 38px rgba(17,31,44,.16)!important;
    overflow:hidden!important;
  }
  body:not(.page-home) .content{
    height:100%!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    scrollbar-width:none!important;
  }
  body:not(.page-home) .content::-webkit-scrollbar{display:none!important;}
}

/* Teléfono: ocupa el dispositivo de manera natural */
@media (max-width:699px){
  body{padding:0!important;background:#fff!important;overflow-x:hidden!important;}
  .app-shell{
    width:100%!important;
    max-width:none!important;
    min-height:100dvh!important;
    height:auto!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  .content{width:100%!important;overflow-x:hidden!important;}
  .bottom-nav{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100%!important;
    max-width:none!important;
  }
  .page-home .content,.page-explorar .content,.page-perfil .content,.page-favoritos .content,.page-detalle .content{
    min-height:100dvh!important;
    overflow-y:auto!important;
  }
}

/* Pantallas de usuario: conservar densidad/escala visual del maestro */
.page-explorar .exact-explore-card{height:154px!important;}
.page-explorar .exact-explore-card img{object-fit:cover!important;}
.page-explorar .content{overflow-y:auto!important;}
.page-perfil .content{overflow-y:auto!important;}
.page-favoritos .content{overflow-y:auto!important;}

/* En móvil angosto, reducir solo lo necesario, sin reinterpretar */
@media (max-width:374px){
  .page-home .content,.page-explorar .content,.page-favoritos .content{padding-left:13px!important;padding-right:13px!important;}
  .page-home .brand,.page-explorar .brand{font-size:31px!important;}
  .page-home .category-icon{width:44px!important;height:44px!important;}
  .page-home .home-featured-image{height:218px!important;}
  .page-profile .exact-profile-user img,.page-perfil .exact-profile-user img{width:82px!important;height:82px!important;}
}

/* Tablet: un poco más de respiración, misma jerarquía */
@media (min-width:700px) and (max-width:1199px){
  .content{padding-left:18px!important;padding-right:18px!important;}
}

/* =========================================================
   PASO 1 — AUTENTICACIÓN REAL. Solo agrega estados/formularios;
   no modifica las pantallas visuales aprobadas de Fase 1.
   ========================================================= */
.page-login .content,.page-verificar .content{padding:0;min-height:100%}
.password-eye{border:0;background:transparent;color:#697581;font-size:15px;padding:5px;cursor:pointer;line-height:1}
.inline-link{color:#2d4559;font-weight:700;text-decoration:underline}
.auth-alert{padding:9px 10px;border-radius:8px;font-size:9.5px;line-height:1.35;margin:0 0 10px;border:1px solid transparent}
.auth-alert.error{background:#fff0ee;color:#a22d23;border-color:#ffd6d1}
.auth-alert.success{background:#effaf3;color:#19733a;border-color:#cfeeda}
.dev-code{display:grid;gap:4px;background:#fff5dc;border:1px solid #f4d992;border-radius:10px;padding:10px 11px;margin:0 0 12px;color:#5e4a1c}
.dev-code strong{font-size:10px}.dev-code span{font-size:11px}.dev-code span b{font-size:16px;letter-spacing:2px;color:#111820}.dev-code small{font-size:8.5px;line-height:1.3;color:#78663d}
.code-field{height:54px;justify-content:center}.code-field input{text-align:center;font-size:24px!important;font-weight:800;letter-spacing:8px;padding-left:8px;color:#111820!important}
.resend-form{text-align:center;margin-top:12px}.link-button{border:0;background:transparent;color:#ff5a1f;text-decoration:underline;font-size:9.5px;font-weight:700;cursor:pointer}
.verify-screen .lead strong{color:#1d2935}
@media (min-width:700px){
  .page-login .app-shell,.page-verificar .app-shell{width:390px!important;height:728px!important;min-height:0!important;border-radius:20px!important;box-shadow:0 12px 38px rgba(17,31,44,.16)!important}
  .page-login .content,.page-verificar .content{height:100%!important;overflow-y:auto!important}
}

/* =========================================================
   TIENDIGO — negocios demostrativos para navegación V1
   Solo contenido de demostración; conserva la base responsive aprobada.
   ========================================================= */
.demo-section-title{display:flex;align-items:center;justify-content:space-between;margin:18px 0 8px}.demo-section-title h2{margin:0;font-size:14px;letter-spacing:-.2px}.demo-section-title span{font-size:8px;color:#8a949e;background:#f2f4f6;border-radius:12px;padding:4px 7px}.demo-business-list{display:grid;gap:8px;padding-bottom:8px}.demo-business-row{min-height:72px;border:1px solid #e4e8ec;border-radius:11px;background:#fff;display:grid;grid-template-columns:68px 1fr auto;gap:9px;align-items:center;padding:6px;text-decoration:none;color:#17212b;box-shadow:0 2px 7px rgba(25,34,44,.035)}.demo-business-row>img{width:68px;height:58px;border-radius:8px;object-fit:cover}.demo-business-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.demo-business-copy strong{font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.demo-business-copy small{font-size:8px;color:#717c87}.demo-business-copy span{font-size:8.7px;color:#f04d2d;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.demo-business-meta{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;align-self:stretch;padding:5px 2px}.demo-business-meta small{font-size:7.5px;color:#6f7a85}.demo-business-meta b{font-size:20px;font-weight:400;color:#99a2aa}

.page-home .content{overflow-y:auto!important}.page-home .app-shell{overflow:hidden}.page-home .home-master{padding-bottom:10px}

.demo-explore-screen h1{font-size:22px;margin:1px 0 10px}.demo-explore-list{display:grid;grid-template-columns:1fr;gap:9px;padding-bottom:10px}.demo-explore-card{height:142px;border-radius:11px;overflow:hidden;position:relative;text-decoration:none;color:#fff;display:block;background:#1c2731}.demo-explore-card>img{width:100%;height:100%;object-fit:cover;display:block}.demo-explore-overlay{position:absolute;inset:35% 0 0;background:linear-gradient(180deg,transparent,rgba(6,12,18,.86))}.demo-explore-card .tile-heart{position:absolute;right:9px;top:9px;width:30px;height:30px;border-radius:50%;background:#fff;color:#f43f50;display:grid;place-items:center;font-size:18px;box-shadow:0 2px 8px rgba(0,0,0,.18)}.demo-explore-text{position:absolute;left:11px;right:65px;bottom:10px;display:flex;flex-direction:column;gap:1px}.demo-explore-text strong{font-size:13px}.demo-explore-text small{font-size:8.5px;color:#eef2f5}.demo-explore-text span{font-size:8.8px;color:#ffd6c7;font-weight:700}.demo-explore-card>em{position:absolute;right:9px;bottom:10px;background:rgba(14,19,24,.76);border-radius:8px;padding:4px 6px;font-size:7.5px;font-style:normal;font-weight:700}.page-explorar .content{overflow-y:auto!important;padding-bottom:84px!important}

.demo-detail-hero{height:238px;background-size:cover;background-position:center;position:relative}.demo-detail-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),transparent 60%);pointer-events:none}.demo-detail-hero .round-back,.demo-detail-hero .round-heart,.demo-detail-hero .round-share,.demo-detail-hero .photo-count{z-index:2}.demo-business-head img{object-fit:cover}.demo-price-line{display:flex;align-items:baseline;gap:7px;margin:8px 0 12px}.demo-price-line del{font-size:11px;color:#8b949e}.demo-price-line strong{font-size:18px;color:#f44036}.demo-back-explore{display:block;text-align:center;margin:12px 0 2px;font-size:9px;color:#f15a24;text-decoration:none;font-weight:700}.page-detalle .content{overflow-y:auto!important;padding-bottom:86px!important}

.demo-helper{font-size:9px;color:#77818c;margin:-4px 0 11px}.demo-favorite-row{text-decoration:none;color:inherit}.demo-favorite-row small{display:block;font-size:8px;color:#f05a34;margin-top:3px}.demo-favorite-row .floating-heart{z-index:2}.page-favoritos .content{overflow-y:auto!important;padding-bottom:84px!important}

@media (max-width:699px){.demo-business-row{grid-template-columns:72px 1fr auto}.demo-business-row>img{width:72px;height:60px}.demo-explore-card{height:38vw;min-height:132px;max-height:165px}}
