.poll-list-hero,.poll-card,.poll-admin-card{max-width:980px;margin:18px auto}
.poll-list-grid,.poll-single-wrap{max-width:980px;margin:0 auto 24px;display:grid;gap:16px}
.poll-list-actions{display:flex;gap:10px;flex-wrap:wrap}
.poll-card{padding:18px;border-radius:24px;box-shadow:0 12px 38px rgba(15,23,42,.08)}
.poll-card-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.poll-card h2{margin:8px 0 6px;font-size:28px;line-height:1.15}
.poll-card h2 a{text-decoration:none;color:inherit}
.poll-description{margin:0 0 8px;color:#475569}
.poll-meta-row{display:flex;gap:10px;flex-wrap:wrap;color:#64748b;font-size:13px;font-weight:700}
.poll-status-chip{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e2e8f0;color:#0f172a;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.poll-status-chip.is-open{background:#dcfce7;color:#166534}
.poll-share-btn,.poll-vote-btn,.poll-open-btn,.poll-admin-form button,.poll-admin-row button,.poll-admin-row a{border:0;border-radius:999px;background:#111827;color:#fff;font-weight:900;padding:10px 15px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px}
.poll-open-btn{background:#f1f5f9;color:#0f172a;border:1px solid #cbd5e1}
.poll-cover img{width:100%;max-height:340px;object-fit:cover;border-radius:22px;margin-top:14px}
.poll-embed{margin-top:14px;border-radius:22px;overflow:hidden;background:#0f172a}
.poll-embed iframe{display:block;width:100%;min-height:320px;border:0}
.poll-options{display:grid;gap:18px;margin:18px 0}
.poll-option{
display:grid;
grid-template-columns:30px minmax(170px,1fr) minmax(140px,220px) 54px;
align-items:center;
column-gap:16px;
padding:0;
border:0;
border-radius:0;
background:transparent;
color:#07164f;
cursor:pointer;
touch-action:manipulation;
}
.poll-option.is-selected{box-shadow:none}
.poll-option-main{display:contents}
.poll-option input{
grid-column:1;
width:24px;
height:24px;
margin:0;
appearance:none;
-webkit-appearance:none;
border:2px solid #9fb0ce;
border-radius:999px;
background:#fff;
box-shadow:0 0 0 0 rgba(7,93,255,0);
cursor:pointer;
}
.poll-option.is-selected input,
.poll-option input:checked{
border-color:#075dff;
background:radial-gradient(circle at center,#075dff 0 42%,#fff 45% 100%);
box-shadow:0 0 0 2px rgba(7,93,255,.08);
}
.poll-option input:disabled{cursor:default;opacity:.75}
.poll-option-text{
grid-column:2;
min-width:0;
font-size:clamp(15px,2vw,19px);
font-weight:500;
line-height:1.25;
color:#07164f;
}
.poll-option-count{
grid-column:4;
justify-self:end;
min-width:48px;
font-size:clamp(15px,2vw,18px);
font-weight:900;
line-height:1;
color:#07164f;
text-align:right;
}
.poll-result-bar{
grid-column:3;
display:block;
width:100%;
height:8px;
border-radius:999px;
background:#e5edf9;
overflow:hidden;
pointer-events:none;
}
.poll-result-bar b{display:block;height:100%;border-radius:inherit;background:#075dff}
.poll-option:not(.show-results){grid-template-columns:30px minmax(0,1fr)}
.poll-option:not(.show-results) .poll-option-text{grid-column:2}
.poll-actions-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.poll-inline-status{font-weight:800;color:#4338ca}
.poll-social-row{display: none;}
.poll-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.poll-admin-form label{display:grid;gap:6px;font-weight:800}.poll-admin-form input,.poll-admin-form textarea{border:1px solid #cbd5e1;border-radius:12px;padding:10px}.poll-admin-upload-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:12px 0}.poll-admin-upload input{display:none}.poll-admin-upload span{display:inline-flex;padding:10px 14px;border-radius:999px;background:#111827;color:#fff;cursor:pointer}.poll-admin-preview{width:96px;height:96px;border-radius:18px;background:#f1f5f9;display:grid;place-items:center;overflow:hidden;color:#64748b}.poll-admin-preview img{width:100%;height:100%;object-fit:cover}.poll-admin-progress{min-width:180px;height:12px;background:#e2e8f0;border-radius:999px;position:relative;overflow:hidden}.poll-admin-progress.hidden{display:none}.poll-admin-progress b{display:block;height:100%;width:0%;background:#6366f1}.poll-admin-progress span{position:absolute;top:-24px;right:0;font-size:12px}.poll-admin-list{display:grid;gap:10px}.poll-admin-row{display:grid;grid-template-columns:1fr auto auto auto;gap:10px;align-items:center;padding:12px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc}.poll-admin-row-main small{display:block;color:#64748b;margin-top:4px}.poll-admin-row-main p{margin:6px 0 0;color:#475569}.poll-settings-preview-row{display:flex;flex-wrap:wrap;gap:8px}.poll-admin-mini{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#f8fafc;font-weight:800}.poll-admin-mini b{font-size:13px}.poll-admin-mini small{font-size:12px;color:#64748b}.poll-list-hero.card{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}@media (max-width:720px){.poll-card-head,.poll-list-hero.card,.poll-actions-row{display:grid}.poll-card h2{font-size:24px}.poll-admin-row{grid-template-columns:1fr}.poll-embed iframe{min-height:220px}}

@media (max-width:640px){
.poll-option.show-results{grid-template-columns:30px minmax(0,1fr) 48px;row-gap:8px;column-gap:12px}
.poll-option.show-results .poll-option-text{grid-column:2}
.poll-option.show-results .poll-option-count{grid-column:3}
.poll-option.show-results .poll-result-bar{grid-column:2 / 4;width:100%}
}


.composer-poll-builder{margin-top:14px;padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#f8fafc}
.poll-toggle-row{display:flex;align-items:center;gap:10px;font-weight:800;color:#0f172a}
.composer-poll-fields{display:grid;gap:10px;margin-top:12px}
.composer-poll-fields.hidden{display:none}
.composer-poll-fields input[type="text"],
.composer-poll-fields input[type="url"],
.composer-poll-fields input[type="datetime-local"],
.composer-poll-fields textarea{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:10px 12px;background:#fff}
.composer-poll-fields textarea{min-height:110px;resize:vertical}
.composer-poll-inline{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.post-poll-wrap{margin-top:12px}
.post-poll-wrap .poll-card{margin:0}

/* Polls Hub redesign */
body.polls-page{
  background:
    radial-gradient(circle at 9% 8%, rgba(20,184,166,.18), transparent 32%),
    radial-gradient(circle at 88% 4%, rgba(232,76,165,.18), transparent 31%),
    linear-gradient(180deg,#f5f9ff 0,#eef5ff 48%,#f8fbff 100%);
}
body.polls-page .layout-grid.layout-grid--no-sidebars{
  width:min(1500px,calc(100% - 32px))!important;
  max-width:none!important;
  margin:22px auto 86px!important;
}
body.polls-page .main-content{
  display:block!important;
  min-width:0;
}
.polls-hub-shell{
  --poll-ink:#0b1220;
  --poll-muted:#667085;
  --poll-line:rgba(15,23,42,.11);
  --poll-blue:#1778f2;
  --poll-teal:#0f766e;
  --poll-pink:#d94695;
  --poll-amber:#f59e0b;
  color:var(--poll-ink);
}
.polls-hub-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(250px,360px);
  gap:24px;
  align-items:stretch;
  min-height:248px;
  padding:30px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:30px;
  background:
    linear-gradient(135deg,rgba(11,18,32,.94),rgba(29,78,216,.9) 48%,rgba(217,70,149,.82)),
    radial-gradient(circle at 16% 22%,rgba(20,184,166,.38),transparent 34%);
  box-shadow:0 28px 80px rgba(15,23,42,.22);
  color:#fff;
  isolation:isolate;
}
.polls-hub-hero:before{
  content:"";
  position:absolute;
  inset:auto -90px -150px auto;
  width:420px;
  height:420px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,255,255,.22),transparent 66%);
  z-index:-1;
}
.polls-hero-copy{
  display:grid;
  align-content:center;
  gap:14px;
  max-width:780px;
}
.polls-hero-copy h1{
  margin:0;
  font-size:clamp(44px,7vw,86px);
  line-height:.9;
  letter-spacing:0;
}
.polls-hero-copy p{
  margin:0;
  max-width:660px;
  color:rgba(255,255,255,.86);
  font-size:18px;
  line-height:1.48;
  font-weight:750;
}
.polls-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:8px;
}
.polls-hero-actions a,
.polls-feed-controls button,
.polls-feed-controls a{
  min-height:42px;
  border:0;
  border-radius:999px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:950;
  cursor:pointer;
  white-space:nowrap;
}
.polls-hero-actions a{
  background:#fff;
  color:#0f172a;
  box-shadow:0 16px 34px rgba(15,23,42,.18);
}
.polls-hero-actions a:first-child{
  background:linear-gradient(135deg,#22c55e,#14b8a6);
  color:#052e2b;
}
.polls-hero-pulse{
  display:grid;
  align-content:space-between;
  gap:14px;
  min-height:188px;
  padding:22px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:24px;
  background:rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter:blur(14px);
}
.polls-hero-pulse strong{
  font-size:72px;
  line-height:.9;
  letter-spacing:0;
}
.polls-hero-pulse span{
  font-size:15px;
  color:rgba(255,255,255,.82);
  font-weight:900;
}
.polls-pulse-bars{
  height:76px;
  display:flex;
  align-items:end;
  gap:9px;
}
.polls-pulse-bars i{
  flex:1;
  min-width:18px;
  border-radius:999px 999px 8px 8px;
  background:linear-gradient(180deg,#fff,#93c5fd 58%,#14b8a6);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.polls-stat-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:16px 0;
}
.polls-stat-strip div,
.polls-side-panel,
.polls-feed-toolbar,
body.polls-page .poll-card{
  border:1px solid rgba(148,163,184,.24);
  background:rgba(255,255,255,.9);
  box-shadow:0 18px 48px rgba(15,23,42,.08);
  backdrop-filter:blur(16px);
}
.polls-stat-strip div{
  min-height:86px;
  border-radius:22px;
  padding:16px;
  display:grid;
  align-content:center;
  gap:3px;
}
.polls-stat-strip strong{
  font-size:28px;
  line-height:1;
}
.polls-stat-strip span{
  color:var(--poll-muted);
  font-size:13px;
  font-weight:850;
}
.polls-board{
  display:grid;
  grid-template-columns:minmax(230px,280px) minmax(0,1fr) minmax(250px,320px);
  gap:16px;
  align-items:start;
}
.polls-sidebar{
  display:grid;
  gap:14px;
  position:sticky;
  top:84px;
}
.polls-side-panel{
  border-radius:24px;
  padding:16px;
}
.polls-side-panel h2,
.polls-feed-toolbar h2{
  margin:0;
  font-size:18px;
  line-height:1.15;
}
.polls-side-panel p,
.polls-feed-toolbar p{
  margin:6px 0 0;
  color:var(--poll-muted);
  font-size:13px;
  font-weight:750;
  line-height:1.45;
}
.poll-filter-list{
  display:grid;
  gap:8px;
  margin-top:14px;
}
.poll-filter-list a{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border-radius:16px;
  color:#0f172a;
  background:#f6f8fb;
  border:1px solid rgba(148,163,184,.18);
  text-decoration:none;
  font-weight:900;
}
.poll-filter-list a:hover,
.poll-filter-list a.is-active{
  background:linear-gradient(135deg,rgba(23,120,242,.14),rgba(20,184,166,.14));
  border-color:rgba(23,120,242,.25);
  transform:translateY(-1px);
}
.poll-filter-list b{
  min-width:30px;
  height:26px;
  padding:0 8px;
  display:inline-grid;
  place-items:center;
  border-radius:999px;
  background:#fff;
  color:#1778f2;
  box-shadow:0 8px 18px rgba(15,23,42,.08);
  font-size:12px;
}
.polls-tip-panel{
  background:linear-gradient(160deg,rgba(240,253,250,.94),rgba(255,255,255,.88));
}
.polls-feed-column{
  min-width:0;
  display:grid;
  gap:14px;
}
.polls-feed-toolbar{
  border-radius:24px;
  padding:16px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:end;
}
.polls-feed-controls{
  display:flex;
  align-items:end;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.polls-feed-controls label{
  display:grid;
  gap:5px;
  color:#475467;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.polls-feed-controls input,
.polls-feed-controls select{
  height:42px;
  min-width:150px;
  border:1px solid rgba(148,163,184,.28);
  border-radius:999px;
  background:#f8fbff;
  color:#0f172a;
  padding:0 14px;
  font-weight:800;
  outline:none;
}
.polls-feed-controls input:focus,
.polls-feed-controls select:focus{
  border-color:rgba(23,120,242,.55);
  box-shadow:0 0 0 4px rgba(23,120,242,.12);
}
.polls-feed-controls button{
  background:#0f172a;
  color:#fff;
}
.polls-feed-controls a{
  background:#eef2f7;
  color:#0f172a;
}
body.polls-page .poll-list-grid{
  max-width:none;
  margin:0;
  display:grid;
  gap:14px;
}
body.polls-page .poll-card{
  position:relative;
  max-width:none;
  margin:0;
  border-radius:26px;
  padding:18px;
  overflow:hidden;
}
body.polls-page .poll-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:5px;
  background:linear-gradient(90deg,var(--poll-blue),var(--poll-teal),var(--poll-pink),var(--poll-amber));
}
body.polls-page .poll-card-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:start;
}
.poll-author-row{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}
.poll-author-avatar{
  flex:0 0 44px;
  width:44px;
  height:44px;
  border-radius:999px;
  overflow:hidden;
  background:#eef4ff;
  box-shadow:0 0 0 3px #fff,0 10px 24px rgba(15,23,42,.13);
}
.poll-author-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.poll-author-row strong{
  display:block;
  color:#0f172a;
  font-size:14px;
  line-height:1.15;
}
.poll-author-row span{
  display:block;
  color:var(--poll-muted);
  font-size:12px;
  font-weight:800;
  margin-top:2px;
}
.poll-card-labels{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:8px;
}
.poll-card-labels span,
.poll-status-chip{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#f1f5f9;
  color:#334155;
  font-size:11px;
  font-weight:950;
  text-transform:none;
  letter-spacing:0;
}
body.polls-page .poll-status-chip.is-open{
  background:#dcfce7;
  color:#166534;
}
body.polls-page .poll-card h2{
  margin:8px 0 8px;
  font-size:clamp(24px,3vw,34px);
  line-height:1.05;
  letter-spacing:0;
}
body.polls-page .poll-card h2 a{
  color:#07132c;
}
body.polls-page .poll-description{
  max-width:760px;
  color:#475467;
  font-size:15px;
  line-height:1.55;
}
body.polls-page .poll-meta-row{
  gap:8px 12px;
  color:#667085;
}
body.polls-page .poll-meta-row span{
  display:inline-flex;
  align-items:center;
  min-height:24px;
}
body.polls-page .poll-share-btn{
  min-height:40px;
  background:#0f172a;
  color:#fff;
  box-shadow:0 14px 30px rgba(15,23,42,.18);
}
body.polls-page .poll-cover img{
  width:100%;
  max-height:360px;
  aspect-ratio:16/7;
  object-fit:cover;
  border-radius:22px;
  margin-top:16px;
  box-shadow:0 18px 44px rgba(15,23,42,.12);
}
body.polls-page .poll-options{
  gap:12px;
  margin:18px 0;
}
body.polls-page .poll-option{
  min-height:60px;
  padding:12px;
  border:1px solid rgba(148,163,184,.22);
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#f8fbff);
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}
body.polls-page .poll-option:hover{
  transform:translateY(-1px);
  border-color:rgba(23,120,242,.3);
  box-shadow:0 14px 30px rgba(15,23,42,.08);
}
body.polls-page .poll-option.is-selected{
  border-color:rgba(23,120,242,.45);
  box-shadow:0 0 0 4px rgba(23,120,242,.09),0 14px 30px rgba(15,23,42,.08);
}
body.polls-page .poll-result-bar{
  height:10px;
  background:#e8eef8;
}
body.polls-page .poll-result-bar b{
  background:linear-gradient(90deg,var(--poll-blue),var(--poll-teal));
}
body.polls-page .poll-actions-row{
  padding-top:4px;
}
body.polls-page .poll-vote-btn{
  background:linear-gradient(135deg,var(--poll-blue),#4f46e5);
  color:#fff;
  box-shadow:0 14px 30px rgba(37,99,235,.18);
}
body.polls-page .poll-open-btn{
  background:#f7fafc;
}
.poll-empty-state{
  min-height:220px;
  display:grid;
  place-items:center;
  gap:8px;
  text-align:center;
}
.poll-empty-state strong{
  font-size:22px;
}
.poll-empty-state span{
  color:var(--poll-muted);
  font-weight:750;
}
.polls-featured-panel{
  background:linear-gradient(150deg,#111827,#1d4ed8 58%,#0f766e);
  color:#fff;
}
.polls-featured-panel h2{
  color:#fff;
}
.polls-featured-panel a{
  display:grid;
  gap:10px;
  margin-top:14px;
  color:#fff;
  text-decoration:none;
}
.polls-featured-panel strong{
  font-size:20px;
  line-height:1.15;
}
.polls-featured-panel span{
  width:fit-content;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  font-weight:900;
}
.poll-mini-list{
  display:grid;
  gap:9px;
  margin-top:12px;
}
.poll-mini-list a{
  display:grid;
  gap:3px;
  padding:10px;
  border-radius:16px;
  background:#f8fbff;
  border:1px solid rgba(148,163,184,.18);
  color:#0f172a;
  text-decoration:none;
}
.poll-mini-list span{
  font-weight:900;
  line-height:1.2;
}
.poll-mini-list small{
  color:#667085;
  font-weight:800;
}
.poll-pulse-meter{
  height:12px;
  margin:14px 0 10px;
  border-radius:999px;
  background:#e8eef8;
  overflow:hidden;
}
.poll-pulse-meter span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--poll-teal),var(--poll-blue),var(--poll-pink));
}
body.poll-page .poll-single-wrap{
  max-width:980px;
}
body.poll-page .poll-card{
  max-width:none;
}

@media (max-width:1180px){
  .polls-board{
    grid-template-columns:minmax(210px,250px) minmax(0,1fr);
  }
  .polls-insight-sidebar{
    grid-column:1 / -1;
    position:static;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (max-width:860px){
  body.polls-page .layout-grid.layout-grid--no-sidebars{
    width:min(100% - 18px,760px)!important;
    margin-top:10px!important;
  }
  .polls-hub-hero{
    grid-template-columns:1fr;
    min-height:0;
    padding:22px;
    border-radius:24px;
  }
  .polls-hero-copy h1{
    font-size:48px;
  }
  .polls-hero-copy p{
    font-size:15px;
  }
  .polls-hero-pulse{
    min-height:130px;
  }
  .polls-hero-pulse strong{
    font-size:48px;
  }
  .polls-stat-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .polls-board{
    grid-template-columns:1fr;
  }
  .polls-sidebar{
    position:static;
  }
  .polls-filter-sidebar{
    order:1;
  }
  .polls-feed-column{
    order:2;
  }
  .polls-insight-sidebar{
    order:3;
    grid-template-columns:1fr;
  }
  .poll-filter-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .polls-feed-toolbar{
    grid-template-columns:1fr;
  }
  .polls-feed-controls{
    justify-content:stretch;
  }
  .polls-feed-controls label,
  .polls-feed-controls input,
  .polls-feed-controls select,
  .polls-feed-controls button,
  .polls-feed-controls a{
    width:100%;
  }
  body.polls-page .poll-card-head{
    grid-template-columns:1fr;
  }
  body.polls-page .poll-share-btn{
    width:100%;
  }
}
@media (max-width:560px){
  body.polls-page .layout-grid.layout-grid--no-sidebars{
    width:100%!important;
    margin-top:0!important;
  }
  .polls-hub-shell{
    padding:0 8px;
  }
  .polls-hub-hero,
  .polls-side-panel,
  .polls-feed-toolbar,
  body.polls-page .poll-card{
    border-radius:18px;
  }
  .polls-hub-hero{
    padding:18px;
  }
  .polls-hero-actions a{
    flex:1 1 100%;
  }
  .polls-stat-strip{
    gap:8px;
  }
  .polls-stat-strip div{
    min-height:74px;
    border-radius:16px;
    padding:12px;
  }
  .poll-filter-list{
    display:flex;
    overflow:auto;
    padding-bottom:4px;
    scroll-snap-type:x mandatory;
  }
  .poll-filter-list a{
    flex:0 0 auto;
    min-width:142px;
    scroll-snap-align:start;
  }
  body.polls-page .poll-card{
    padding:14px;
  }
  body.polls-page .poll-card h2{
    font-size:24px;
  }
  body.polls-page .poll-cover img{
    aspect-ratio:4/3;
    border-radius:16px;
  }
}

:is(html[data-theme="dark"],html[data-theme="lavender_night"],html[data-theme="midnight_slate"],html[data-theme="high_contrast"]) body.polls-page{
  background:
    radial-gradient(circle at 12% 8%,rgba(20,184,166,.16),transparent 30%),
    radial-gradient(circle at 90% 12%,rgba(217,70,239,.14),transparent 34%),
    linear-gradient(180deg,#0b1220 0,#111827 52%,#0f172a 100%);
}
:is(html[data-theme="dark"],html[data-theme="lavender_night"],html[data-theme="midnight_slate"],html[data-theme="high_contrast"]) .polls-hub-shell{
  --poll-ink:var(--text,#f8fafc);
  --poll-muted:var(--muted,#aab6c7);
}
:is(html[data-theme="dark"],html[data-theme="lavender_night"],html[data-theme="midnight_slate"],html[data-theme="high_contrast"]) .polls-stat-strip div,
:is(html[data-theme="dark"],html[data-theme="lavender_night"],html[data-theme="midnight_slate"],html[data-theme="high_contrast"]) .polls-side-panel,
:is(html[data-theme="dark"],html[data-theme="lavender_night"],html[data-theme="midnight_slate"],html[data-theme="high_contrast"]) .polls-feed-toolbar,
:is(html[data-theme="dark"],html[data-theme="lavender_night"],html[data-theme="midnight_slate"],html[data-theme="high_contrast"]) body.polls-page .poll-card{
  background:color-mix(in srgb,var(--card,#172033) 88%,transparent)!important;
  border-color:color-mix(in srgb,var(--line,#2d3a50) 78%,transparent)!important;
  color:var(--text,#f8fafc)!important;
}
:is(html[data-theme="dark"],html[data-theme="lavender_night"],html[data-theme="midnight_slate"],html[data-theme="high_contrast"]) body.polls-page .poll-card h2 a,
:is(html[data-theme="dark"],html[data-theme="lavender_night"],html[data-theme="midnight_slate"],html[data-theme="high_contrast"]) .poll-author-row strong,
:is(html[data-theme="dark"],html[data-theme="lavender_night"],html[data-theme="midnight_slate"],html[data-theme="high_contrast"]) .poll-filter-list a,
:is(html[data-theme="dark"],html[data-theme="lavender_night"],html[data-theme="midnight_slate"],html[data-theme="high_contrast"]) .poll-mini-list a{
  color:var(--text,#f8fafc)!important;
}
:is(html[data-theme="dark"],html[data-theme="lavender_night"],html[data-theme="midnight_slate"],html[data-theme="high_contrast"]) .poll-filter-list a,
:is(html[data-theme="dark"],html[data-theme="lavender_night"],html[data-theme="midnight_slate"],html[data-theme="high_contrast"]) .poll-mini-list a,
:is(html[data-theme="dark"],html[data-theme="lavender_night"],html[data-theme="midnight_slate"],html[data-theme="high_contrast"]) body.polls-page .poll-option{
  background:color-mix(in srgb,var(--card,#172033) 76%,#000 6%)!important;
}
