
/* V29.6 Voting Integrity + Audit Dashboard */
.mlos-v296-wrap,
.mlos-v296-finals{
  --v296-deep:#051f20;
  --v296-dark:#0b2b26;
  --v296-green:#0d533b;
  --v296-lime:#9dff38;
  --v296-line:#d8e4de;
  --v296-muted:#60766c;
}
.mlos-v296-wrap{
  max-width:1440px;
  margin:0 auto;
  padding:26px;
}
.mlos-v296-hero{
  padding:42px;
  border-radius:34px;
  background:linear-gradient(135deg,var(--v296-deep),var(--v296-dark));
  color:#fff;
  box-shadow:0 24px 70px rgba(5,31,32,.16);
  margin-bottom:18px;
}
.mlos-v296-hero span,
.mlos-v296-panel-head span,
.mlos-v296-archive-card span,
.mlos-v296-winner-card span,
.mlos-v296-finals-head span{
  color:var(--v296-lime);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:1000;
  font-size:.78rem;
}
.mlos-v296-hero h1{
  margin:.2rem 0 .5rem;
  font-size:clamp(2.2rem,6vw,5rem);
  line-height:.92;
  letter-spacing:-.06em;
}
.mlos-v296-hero p{
  margin:0;
  max-width:880px;
  color:#d9eee2;
  line-height:1.55;
}
.mlos-v296-actions,
.mlos-v296-card-actions,
.mlos-v296-inline-tools{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.mlos-v296-actions{
  margin:0 0 18px;
}
.mlos-v296-actions a,
.mlos-v296-btn,
.mlos-v296-card-actions a,
.mlos-v296-card-actions button,
.mlos-v296-inline-tools a,
.mlos-v296-inline-tools button{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 13px;
  border-radius:14px;
  border:1px solid var(--v296-line);
  background:#fff;
  color:var(--v296-deep);
  text-decoration:none;
  font-weight:1000;
  cursor:pointer;
}
.mlos-v296-actions .primary,
.mlos-v296-btn.primary{
  background:var(--v296-lime);
  border-color:var(--v296-lime);
}
.mlos-v296-filter{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto auto;
  gap:10px;
  align-items:end;
  padding:16px;
  border:1px solid var(--v296-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 36px rgba(5,31,32,.07);
  margin-bottom:18px;
}
.mlos-v296-filter label{
  display:grid;
  gap:7px;
  font-weight:900;
  color:var(--v296-deep);
}
.mlos-v296-filter select{
  min-height:44px;
  padding:10px 12px;
  border:1px solid var(--v296-line);
  border-radius:14px;
  background:#fff;
  color:var(--v296-deep);
  font:inherit;
}
.mlos-v296-summary{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-bottom:18px;
}
.mlos-v296-summary article{
  display:grid;
  gap:6px;
  padding:18px;
  border:1px solid var(--v296-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 36px rgba(5,31,32,.07);
}
.mlos-v296-summary strong{
  color:var(--v296-deep);
  font-size:2rem;
  line-height:1;
}
.mlos-v296-summary span{
  color:var(--v296-muted);
  font-weight:900;
}
.mlos-v296-panel{
  border:1px solid var(--v296-line);
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 44px rgba(5,31,32,.08);
  margin-bottom:20px;
}
.mlos-v296-panel-head{
  padding:22px;
  border-bottom:1px solid var(--v296-line);
  background:#fbfdfb;
}
.mlos-v296-panel-head h2{
  margin:.2rem 0 .35rem;
  color:var(--v296-deep);
}
.mlos-v296-panel-head p{
  margin:0;
  color:var(--v296-muted);
}
.mlos-v296-table-wrap{
  overflow:auto;
}
.mlos-v296-table{
  width:100%;
  border-collapse:collapse;
  min-width:980px;
}
.mlos-v296-table th,
.mlos-v296-table td{
  padding:13px 14px;
  border-bottom:1px solid #edf3ef;
  vertical-align:top;
  text-align:left;
}
.mlos-v296-table th{
  background:#f4faf7;
  color:var(--v296-deep);
  font-weight:1000;
}
.mlos-v296-table small{
  display:block;
  color:var(--v296-muted);
  font-weight:800;
  line-height:1.35;
}
.mlos-v296-action{
  display:inline-flex;
  padding:5px 8px;
  border-radius:999px;
  background:#edf6f1;
  color:var(--v296-green);
  font-weight:1000;
  margin-bottom:4px;
}
.mlos-v296-badges{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}
.mlos-v296-badges span{
  padding:5px 7px;
  border-radius:999px;
  background:#fff9e8;
  color:#735700;
  font-size:.78rem;
  font-weight:1000;
}
.mlos-v296-ok{
  color:var(--v296-green);
  font-weight:1000;
}
.mlos-v296-cards,
.mlos-v296-winner-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  padding:18px;
}
.mlos-v296-archive-card,
.mlos-v296-winner-card{
  display:grid;
  gap:12px;
  padding:18px;
  border:1px solid var(--v296-line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 36px rgba(5,31,32,.07);
}
.mlos-v296-archive-card h3,
.mlos-v296-winner-card h3{
  margin:.25rem 0 .25rem;
  color:var(--v296-deep);
}
.mlos-v296-archive-card p,
.mlos-v296-winner-card p{
  color:var(--v296-muted);
  margin:0;
}
.mlos-v296-archive-card small,
.mlos-v296-winner-card small{
  color:var(--v296-muted);
  font-weight:900;
}
.mlos-v296-winner-main{
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:12px;
  border-radius:18px;
  background:#f2fff5;
  border:1px solid #bde8c6;
}
.mlos-v296-winner-main strong{
  display:block;
  color:var(--v296-deep);
}
.mlos-v296-medal{
  width:58px;
  height:58px;
  border-radius:18px;
  background:var(--v296-lime);
  color:var(--v296-deep);
  display:grid;
  place-items:center;
  font-size:1.7rem;
  overflow:hidden;
}
.mlos-v296-medal img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mlos-v296-empty{
  grid-column:1/-1;
  display:grid;
  gap:5px;
  padding:24px;
  border:1px dashed var(--v296-line);
  border-radius:22px;
  background:#fff;
  text-align:center;
}
.mlos-v296-empty strong{
  color:var(--v296-deep);
}
.mlos-v296-empty span{
  color:var(--v296-muted);
}
.mlos-v296-finals{
  max-width:1440px;
  margin:28px auto;
  padding:0 26px;
}
.mlos-v296-finals-head{
  margin-bottom:14px;
}
.mlos-v296-finals-head h2{
  margin:.2rem 0 .25rem;
  color:var(--v296-deep);
  font-size:clamp(1.8rem,4vw,3rem);
}
.mlos-v296-finals-head p{
  margin:0;
  color:var(--v296-muted);
}
.mlos-v296-inline-tools{
  grid-column:1/-1;
  padding:12px;
  border:1px solid #bde8c6;
  border-radius:18px;
  background:#f2fff5;
}
.mlos-v296-inline-tools strong{
  color:var(--v296-deep);
}
@media(max-width:980px){
  .mlos-v296-summary,
  .mlos-v296-cards,
  .mlos-v296-winner-grid{
    grid-template-columns:1fr 1fr;
  }
  .mlos-v296-filter{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .mlos-v296-wrap{padding:14px}
  .mlos-v296-hero{padding:26px;border-radius:24px}
  .mlos-v296-summary,
  .mlos-v296-cards,
  .mlos-v296-winner-grid{
    grid-template-columns:1fr;
  }
  .mlos-v296-finals{
    padding:0 14px;
  }
}
