/* VoteMotta2028 Ashton Forbes Independent Science Spotlight v12.6 */
:root{
  --vma-blue:#0759c7;
  --vma-navy:#071d3c;
  --vma-cyan:#0b84c6;
  --vma-red:#e3182d;
  --vma-line:#d8e2ef;
  --vma-soft:#f4f9fd;
  --vma-muted:#5d6878;
  --vma-page:1280px;
}
.vma-home{
  width:min(var(--vma-page),calc(100% - 40px));
  margin:0 auto;
  padding:52px 0;
}
.vma-home-grid{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:22px;
  align-items:start;
}
.vma-card{
  background:#fff;
  border:1px solid var(--vma-line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 36px rgba(7,29,60,.08);
}
.vma-copy{padding:20px}
.vma-kicker{
  color:var(--vma-cyan);
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:.76rem;
  font-weight:950;
}
.vma-home h2{
  margin:.15em 0 .35em;
  font-size:clamp(2rem,4vw,3.25rem);
  line-height:1;
}
.vma-home h3{margin:.2em 0 .4em}
.vma-muted{color:var(--vma-muted)}
.vma-rule{
  margin-top:13px;
  padding:12px 13px;
  border:1px solid #b8d9ed;
  background:#eef9ff;
  border-radius:11px;
  font-size:.9rem;
}
.vma-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:14px;
}
.vma-btn{
  appearance:none;
  border:0;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:9px;
  background:var(--vma-blue);
  color:#fff!important;
  font-weight:850;
  text-decoration:none!important;
  cursor:pointer;
}
.vma-btn.alt{
  background:#fff;
  color:#111820!important;
  border:1px solid var(--vma-line);
}
.vma-btn.dark{background:var(--vma-navy)}
.vma-btn:focus-visible,
.vma-share-btn:focus-visible,
.vma-social-action:focus-visible,
.vma-field input:focus-visible,
.vma-field textarea:focus-visible{
  outline:3px solid #0b63ce;
  outline-offset:2px;
}
.vma-video-shell{
  padding:16px;
  background:linear-gradient(145deg,#eff9ff,#fff);
}
.vma-video-placeholder{
  border:1px solid var(--vma-line);
  border-radius:15px;
  padding:17px;
  background:#071d3c;
  color:#fff;
}
.vma-video-placeholder h3{color:#fff}
.vma-video-placeholder p{color:#e3edf7}
.vma-video-mount{
  margin-top:12px;
  width:100%;
}
.vma-video-mount iframe{
  display:block;
  width:100%!important;
  aspect-ratio:16/9;
  border:0;
  border-radius:13px;
  background:#000;
}
.vma-video-note{
  margin-top:8px;
  color:#bcd0e4;
  font-size:.77rem;
}
.vma-claim-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.vma-claim{
  padding:12px;
  border:1px solid var(--vma-line);
  border-radius:11px;
  background:#fff;
}
.vma-claim strong{display:block;margin-bottom:3px}
.vma-claim.claim{border-left:4px solid #d39400}
.vma-claim.established{border-left:4px solid #16803a}
.vma-claim.test{border-left:4px solid var(--vma-blue)}
.vma-claim.unknown{border-left:4px solid #7a5bb5}
.vma-branded-share{
  margin-top:14px;
  padding:15px;
  border:2px solid #2f6fae;
  border-radius:14px;
  background:linear-gradient(145deg,#071d3c,#0d427d);
  color:#fff;
}
.vma-branded-share .vma-kicker{color:#a9d1ff}
.vma-branded-share h3{color:#fff;margin:.2em 0}
.vma-branded-share p{color:#e6eef8;margin:.35em 0}
.vma-permalink{
  display:block;
  padding:9px 10px;
  margin:9px 0;
  border-radius:9px;
  background:rgba(255,255,255,.09);
  overflow-wrap:anywhere;
  color:#fff;
  font-size:.76rem;
}
.vma-share-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:7px;
}
.vma-share-btn{
  min-height:44px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:9px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.vma-share-btn:hover{background:rgba(255,255,255,.17)}
.vma-source-link{
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.22);
  font-size:.84rem;
}
.vma-source-link a{color:#fff!important;font-weight:900}
.vma-copy-status{
  min-height:18px;
  margin-top:6px;
  color:#d2e6ff;
  font-size:.8rem;
}
.vma-social{
  margin-top:14px;
  border-top:1px solid var(--vma-line);
  padding-top:13px;
}
.vma-socialbar{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.vma-social-action{
  min-height:42px;
  border:1px solid var(--vma-line);
  background:#fff;
  border-radius:999px;
  padding:8px 12px;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.vma-social-action.liked{
  color:#b3132a;
  border-color:#efb5bf;
  background:#fff6f7;
}
.vma-comments{
  margin-top:13px;
  border-top:1px solid var(--vma-line);
  padding-top:13px;
}
.vma-comment-form{
  display:grid;
  gap:8px;
}
.vma-field label{
  display:block;
  margin-bottom:4px;
  color:#435064;
  font-size:.78rem;
  font-weight:900;
}
.vma-field input,
.vma-field textarea{
  width:100%;
  min-width:0;
  border:1px solid #b9c7d8;
  border-radius:9px;
  padding:10px 11px;
  font:inherit;
  background:#fff;
}
.vma-field textarea{min-height:92px;resize:vertical}
.vma-status{font-size:.83rem;color:#576477;min-height:18px}
.vma-comment{
  padding:11px 0;
  border-top:1px solid #e4eaf1;
}
.vma-comment-head{
  display:flex;
  justify-content:space-between;
  gap:8px;
  color:#657184;
  font-size:.77rem;
}
.vma-comment-name{font-weight:900;color:#152136}
.vma-comment-body{white-space:pre-wrap;overflow-wrap:anywhere;margin:.35em 0}
.vma-comment-actions{display:flex;gap:10px}
.vma-comment-actions button{
  appearance:none;border:0;background:transparent;color:var(--vma-blue);font-weight:850;cursor:pointer;padding:3px 0
}
.vma-replies{
  margin-left:22px;
  padding-left:12px;
  border-left:3px solid #e1e9f2;
}
.vma-compact{
  width:min(var(--vma-page),calc(100% - 40px));
  margin:18px auto;
  border:1px solid var(--vma-line);
  border-radius:16px;
  background:#fff;
  padding:16px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  align-items:center;
}
.vma-compact h3{margin:.15em 0}
.vma-compact p{margin:.25em 0;color:var(--vma-muted)}
@media(max-width:1007px){
  .vma-home-grid{grid-template-columns:1fr}
  .vma-share-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:640px){
  .vma-home{width:calc(100% - 28px);padding:36px 0}
  .vma-actions{display:grid}
  .vma-btn{width:100%}
  .vma-claim-grid{grid-template-columns:1fr}
  .vma-share-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vma-socialbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
  .vma-social-action{padding:8px 5px}
  .vma-field input,.vma-field textarea{font-size:16px}
  .vma-compact{width:calc(100% - 28px);grid-template-columns:1fr}
}
