.badge-vote{
  background:color-mix(in srgb,#0d9488 12%,transparent);
  color:#0f766e;
}
.badge-vote i{margin-right:2px;vertical-align:-1px}
.work-media .vt-flag{color:#0d9488}

.vote-editor{
  margin:0;
  padding:16px;
  border:1px solid var(--line,#e6eef0);
  border-radius:14px;
  background:transparent;
}
.vote-editor.is-admin{
  margin:0 0 16px;
  padding:16px;
  border:1px solid var(--lyear-field-border,#e5e7eb);
  border-radius:8px;
}
.vote-editor-title{
  display:flex;align-items:center;gap:8px;
  font-size:15px;
}
.vote-editor-title i{color:#0d9488;font-size:18px}
.vote-editor-tip,.vote-editor-lock{
  margin:8px 0 0;
  font-size:12px;color:var(--muted,#8a8a8a);line-height:1.5;
}
.vote-editor-lock{color:#b45309}
.vote-editor-body{margin-top:14px}
.vote-field{margin-bottom:12px}
.vote-field label{display:block;margin-bottom:6px;font-size:13px;color:var(--text-soft,#2e2e2e)}
.vote-field-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.vote-field.is-hidden{display:none}
.vote-options{display:flex;flex-direction:column;gap:8px}
.vote-opt-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}
.vote-opt-del{
  width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:#be123c;cursor:pointer;
}
.vote-opt-del:hover{background:color-mix(in srgb,#e11d48 10%,transparent)}

.vote-card{
  margin:16px 0 4px;
  padding:18px 18px 16px;
  border:1px solid var(--line,#e6eef0);
  border-radius:16px;
  background:var(--surface,#fff);
}
.vote-head{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}
.vote-title{display:flex;align-items:center;gap:8px;font-size:15px}
.vote-title i{color:#0d9488;font-size:20px}
.vote-tag{
  font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;
}
.vote-tag-ing{background:color-mix(in srgb,#0d9488 12%,transparent);color:#0f766e}
.vote-tag-end{background:var(--chip,#ececec);color:var(--muted,#8a8a8a)}
.vote-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--muted,#8a8a8a)}
.vote-question{margin:0 0 12px;font-size:16px;font-weight:650;line-height:1.4}
.vote-error{
  margin:0 0 12px;padding:8px 10px;border-radius:10px;
  background:color-mix(in srgb,#e11d48 10%,transparent);color:#be123c;font-size:13px;
}
.vote-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.vote-opt{
  display:flex;align-items:flex-start;gap:10px;
  padding:10px 12px;border:1px solid var(--line,#e6eef0);border-radius:12px;cursor:pointer;
}
.vote-opt:hover{border-color:color-mix(in srgb,#0d9488 40%,var(--line,#e6eef0))}
.vote-opt input{margin-top:3px}
.vote-actions{margin-top:14px}
.vote-tip{margin:12px 0 0;font-size:13px;color:var(--muted,#8a8a8a)}
.vote-result-item{padding:8px 0}
.vote-result-item.is-mine .vote-result-name em{
  margin-left:6px;font-style:normal;font-size:11px;color:#0f766e;
}
.vote-result-row{display:flex;justify-content:space-between;gap:12px;font-size:14px}
.vote-result-num{color:var(--muted,#8a8a8a);font-size:12px;white-space:nowrap}
.vote-bar{
  margin-top:6px;height:8px;border-radius:999px;background:var(--chip,#ececec);overflow:hidden;
}
.vote-bar i{
  display:block;height:100%;width:0;border-radius:inherit;
  background:linear-gradient(90deg,#2dd4bf,#0d9488);
  transition:width .35s ease;
}

@media (max-width:720px){
  .vote-field-row{grid-template-columns:1fr}
}
