
/* V29.5 Voting Share Kit + Homepage Active Vote */
.mlos-v295-wrap,
.mlos-v295-active-home{
  --v295-deep:#051f20;
  --v295-dark:#0b2b26;
  --v295-green:#0d533b;
  --v295-lime:#9dff38;
  --v295-line:#d8e4de;
  --v295-muted:#60766c;
}
.mlos-v295-wrap{
  max-width:1440px;
  margin:0 auto;
  padding:26px;
}
.mlos-v295-hero{
  padding:42px;
  border-radius:34px;
  background:linear-gradient(135deg,var(--v295-deep),var(--v295-dark));
  color:#fff;
  box-shadow:0 24px 70px rgba(5,31,32,.16);
  margin-bottom:18px;
}
.mlos-v295-hero span,
.mlos-v295-share-card span,
.mlos-v295-panel-head span,
.mlos-v295-active-home span,
.mlos-v295-reminder span{
  color:var(--v295-lime);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:1000;
  font-size:.78rem;
}
.mlos-v295-hero h1{
  margin:.2rem 0 .5rem;
  font-size:clamp(2.2rem,6vw,5rem);
  line-height:.92;
  letter-spacing:-.06em;
}
.mlos-v295-hero p{
  max-width:850px;
  color:#d9eee2;
  margin:0;
  line-height:1.55;
}
.mlos-v295-kit-actions,
.mlos-v295-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.mlos-v295-kit-actions{
  margin:0 0 18px;
}
.mlos-v295-kit-actions a,
.mlos-v295-kit-actions button,
.mlos-v295-actions a,
.mlos-v295-actions button,
.mlos-v295-reminder a{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border-radius:15px;
  border:1px solid var(--v295-line);
  background:#fff;
  color:var(--v295-deep);
  text-decoration:none;
  font-weight:1000;
  cursor:pointer;
}
.mlos-v295-kit-actions .primary,
.mlos-v295-actions .primary,
.mlos-v295-reminder a{
  background:var(--v295-lime);
  border-color:var(--v295-lime);
}
.mlos-v295-active-home{
  max-width:1320px;
  margin:28px auto;
  padding:22px;
  border-radius:34px;
  background:linear-gradient(135deg,#051f20,#0b2b26);
  color:#fff;
  display:grid;
  grid-template-columns:minmax(0,1fr) 180px;
  gap:22px;
  align-items:center;
  box-shadow:0 24px 70px rgba(5,31,32,.18);
}
.mlos-v295-active-copy h2{
  margin:.2rem 0 .35rem;
  font-size:clamp(1.8rem,4vw,3.2rem);
  letter-spacing:-.05em;
  color:#fff;
}
.mlos-v295-active-copy p{
  color:#d9eee2;
  margin:0 0 14px;
}
.mlos-v295-active-stats{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:14px;
}
.mlos-v295-active-stats b{
  min-width:48px;
  min-height:38px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:1.25rem;
}
.mlos-v295-active-stats small{
  display:grid;
  place-items:center;
  color:#d9eee2;
  font-weight:900;
  margin-right:8px;
}
.mlos-v295-qr-card{
  padding:14px;
  border-radius:24px;
  background:#fff;
  color:var(--v295-deep);
  display:grid;
  gap:8px;
  justify-items:center;
  text-align:center;
}
.mlos-v295-qr-card img{
  width:100%;
  max-width:160px;
  aspect-ratio:1;
  border-radius:16px;
  background:#f4f7f5;
}
.mlos-v295-qr-card strong{
  color:var(--v295-deep);
}
.mlos-v295-qr-card small,
.mlos-v295-qr-card a{
  color:var(--v295-muted);
  font-weight:900;
}
.mlos-v295-reminder{
  max-width:1320px;
  margin:18px auto;
  padding:16px;
  border:1px solid #bde8c6;
  border-radius:22px;
  background:#f2fff5;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
}
.mlos-v295-reminder h3{
  margin:.15rem 0 .25rem;
  color:#051f20;
}
.mlos-v295-reminder p{
  margin:0;
  color:#60766c;
}
.mlos-v295-panel{
  border:1px solid var(--v295-line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 44px rgba(5,31,32,.08);
  overflow:hidden;
  margin-top:18px;
}
.mlos-v295-panel-head{
  padding:22px;
  border-bottom:1px solid var(--v295-line);
  background:#fbfdfb;
}
.mlos-v295-panel-head h2{
  margin:.2rem 0 .35rem;
  color:var(--v295-deep);
}
.mlos-v295-panel-head p{
  margin:0;
  color:var(--v295-muted);
}
.mlos-v295-poll-list{
  display:grid;
  gap:14px;
  padding:18px;
}
.mlos-v295-share-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 190px;
  gap:18px;
  align-items:start;
  padding:18px;
  border:1px solid var(--v295-line);
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 44px rgba(5,31,32,.08);
  margin-bottom:18px;
}
.mlos-v295-share-card.featured{
  border-color:#bde8c6;
  background:#fbfffb;
}
.mlos-v295-share-main h2{
  margin:.25rem 0 .35rem;
  color:var(--v295-deep);
  letter-spacing:-.04em;
}
.mlos-v295-share-main p{
  color:var(--v295-muted);
  margin:0 0 14px;
}
.mlos-v295-share-main label{
  display:grid;
  gap:7px;
  margin-bottom:12px;
  color:var(--v295-deep);
  font-weight:900;
}
.mlos-v295-share-main input,
.mlos-v295-share-main textarea{
  width:100%;
  border:1px solid var(--v295-line);
  border-radius:16px;
  padding:12px 14px;
  background:#fff;
  color:var(--v295-deep);
  font:inherit;
}
.mlos-v295-empty{
  display:grid;
  gap:5px;
  padding:24px;
  border:1px dashed var(--v295-line);
  border-radius:22px;
  background:#fff;
  text-align:center;
}
.mlos-v295-empty strong{
  color:var(--v295-deep);
}
.mlos-v295-empty span{
  color:var(--v295-muted);
}
.mlos-v295-inline-tools{
  grid-column:1/-1;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  padding:12px;
  border:1px solid #bde8c6;
  border-radius:18px;
  background:#f2fff5;
}
.mlos-v295-inline-tools strong{
  color:#051f20;
  margin-right:4px;
}
.mlos-v295-inline-tools a,
.mlos-v295-inline-tools button{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 10px;
  border-radius:12px;
  border:1px solid var(--v295-line);
  background:#fff;
  color:#051f20;
  text-decoration:none;
  font-weight:1000;
  cursor:pointer;
}
@media(max-width:860px){
  .mlos-v295-active-home,
  .mlos-v295-share-card{
    grid-template-columns:1fr;
  }
  .mlos-v295-qr-card{
    max-width:220px;
  }
}
@media(max-width:680px){
  .mlos-v295-wrap{padding:14px}
  .mlos-v295-hero{padding:26px;border-radius:24px}
  .mlos-v295-active-home{
    margin:18px 14px;
    padding:18px;
    border-radius:26px;
  }
  .mlos-v295-reminder{
    grid-template-columns:1fr;
    margin-left:14px;
    margin-right:14px;
  }
}
