/* EVLI MOBILE APP V2 PREVIEW
   Se activa solo con ?evli_mobile_v2=1
   No afecta la app normal.
*/

#evliMobileV2{
  display:none;
}

body.evli-mobile-v2-active{
  margin:0;
  background:#f4f7f2;
  overflow-x:hidden;
}

body.evli-mobile-v2-active #root{
  display:none !important;
}

body.evli-mobile-v2-active #evliMobileV2{
  display:block;
  min-height:100vh;
  background:
    radial-gradient(circle at 50% -10%, rgba(215,180,106,.16), transparent 30%),
    linear-gradient(180deg,#f7faf5 0%,#eef5ee 100%);
  font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:#10241d;
}

.ev2-shell{
  min-height:100vh;
  padding:18px 16px 106px;
}

.ev2-top{
  height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
}

.ev2-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.ev2-mark{
  width:48px;
  height:48px;
  border-radius:18px;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:950;
  letter-spacing:.03em;
  background:
    radial-gradient(circle at 25% 20%, rgba(215,180,106,.55), transparent 32%),
    linear-gradient(135deg,#041711,#0b7a44);
  box-shadow:0 16px 34px rgba(6,61,49,.22);
}

.ev2-title strong{
  display:block;
  font-size:22px;
  line-height:1;
  letter-spacing:-.055em;
}

.ev2-title span{
  display:block;
  margin-top:5px;
  color:#6b7a72;
  font-size:12px;
  font-weight:850;
}

.ev2-online{
  height:34px;
  padding:0 12px;
  border-radius:999px;
  display:flex;
  align-items:center;
  gap:7px;
  color:#0b7a44;
  font-size:12px;
  font-weight:950;
  background:rgba(11,122,68,.10);
  border:1px solid rgba(11,122,68,.12);
}

.ev2-online i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0b7a44;
  box-shadow:0 0 0 4px rgba(11,122,68,.12);
}

.ev2-hero{
  border-radius:32px;
  padding:24px;
  color:#fff;
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 5%, rgba(215,180,106,.22), transparent 34%),
    linear-gradient(135deg,#041711,#063d31 58%,#0b7a44);
  box-shadow:0 24px 70px rgba(4,23,17,.24);
  margin-bottom:16px;
}

.ev2-kicker{
  display:inline-flex;
  height:28px;
  padding:0 12px;
  align-items:center;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.82);
  font-size:10px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:16px;
}

.ev2-hero h1{
  margin:0;
  font-size:40px;
  line-height:.95;
  letter-spacing:-.07em;
}

.ev2-hero p{
  margin:16px 0 0;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.45;
  font-weight:750;
}

.ev2-primary{
  width:100%;
  min-height:52px;
  border:0;
  border-radius:18px;
  margin-top:20px;
  background:#fff;
  color:#063d31;
  font-size:15px;
  font-weight:950;
}

.ev2-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:16px 0;
}

.ev2-card{
  background:#fff;
  border:1px solid rgba(6,61,49,.08);
  border-radius:24px;
  padding:18px;
  box-shadow:0 16px 42px rgba(6,61,49,.07);
  overflow:hidden;
}

.ev2-card.ev2-wide{
  grid-column:1 / -1;
}

.ev2-label{
  display:block;
  color:#7d8b84;
  font-size:10px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:8px;
}

.ev2-number{
  display:block;
  font-size:34px;
  line-height:1;
  letter-spacing:-.055em;
  font-weight:950;
  color:#063d31;
}

.ev2-card p{
  margin:8px 0 0;
  color:#63756e;
  line-height:1.35;
  font-size:13px;
  font-weight:750;
}

.ev2-section{
  margin:22px 0 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.ev2-section h2{
  margin:0;
  font-size:22px;
  letter-spacing:-.055em;
}

.ev2-section button{
  min-height:38px;
  border:0;
  border-radius:999px;
  padding:0 14px;
  color:#fff;
  background:#063d31;
  font-weight:950;
}

.ev2-list{
  display:grid;
  gap:12px;
}

.ev2-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(6,61,49,.08);
  box-shadow:0 12px 34px rgba(6,61,49,.06);
}

.ev2-dot{
  width:38px;
  height:38px;
  min-width:38px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(135deg,#063d31,#0b7a44);
  font-weight:950;
}

.ev2-item strong{
  display:block;
  font-size:15px;
  letter-spacing:-.02em;
}

.ev2-item span{
  display:block;
  margin-top:4px;
  color:#687970;
  font-size:13px;
  line-height:1.35;
  font-weight:700;
}

.ev2-bottom{
  position:fixed;
  left:12px;
  right:12px;
  bottom:12px;
  height:74px;
  z-index:9999;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:6px;
  padding:8px;
  border-radius:30px;
  background:
    radial-gradient(circle at 15% 0%,rgba(215,180,106,.20),transparent 32%),
    linear-gradient(135deg,#041711,#071812);
  box-shadow:0 26px 70px rgba(4,23,17,.34);
  border:1px solid rgba(255,255,255,.10);
}

.ev2-tab{
  border:0;
  border-radius:22px;
  background:transparent;
  color:rgba(255,255,255,.58);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  font-size:10px;
  font-weight:900;
}

.ev2-tab svg{
  width:21px;
  height:21px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ev2-tab.active{
  color:#fff;
  background:linear-gradient(135deg,rgba(64,166,79,.34),rgba(215,180,106,.16));
}

.ev2-login{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:24px;
}

.ev2-login-box{
  background:#fff;
  border-radius:32px;
  padding:28px;
  text-align:center;
  box-shadow:0 24px 70px rgba(6,61,49,.14);
}

.ev2-login-box h1{
  margin:0;
  font-size:36px;
  letter-spacing:-.065em;
}

.ev2-login-box p{
  color:#63756e;
  line-height:1.45;
}

.ev2-login-box a{
  display:flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#063d31;
  color:#fff;
  text-decoration:none;
  font-weight:950;
}
