.feature-vote-portal{position:fixed;right:18px;bottom:18px;z-index:1200;width:min(430px,calc(100vw - 28px));opacity:0;transform:translateY(16px);transition:.18s ease;pointer-events:none}.feature-vote-portal.show{opacity:1;transform:none;pointer-events:auto}
.feature-vote-card{padding:17px;border:1px solid rgba(99,102,241,.34);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.99),rgba(244,246,255,.99));box-shadow:0 20px 50px rgba(31,41,55,.2);max-height:min(76vh,620px);overflow:auto}
.feature-vote-head{display:flex;gap:14px;justify-content:space-between;align-items:flex-start}.feature-vote-head span{display:block;font-size:12px;font-weight:900;color:#6366f1;letter-spacing:.03em}.feature-vote-head strong{display:block;margin-top:4px;font-size:18px;line-height:1.35;color:#111827}.feature-vote-head p{margin:5px 0 0;font-size:13px;line-height:1.5;color:#6b7280}.feature-vote-head>button{border:0;background:transparent;font-size:25px;line-height:1;color:#8b93a1;cursor:pointer;padding:0 2px}
.feature-vote-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:13px}.feature-vote-options label{display:flex;gap:9px;align-items:flex-start;padding:10px 11px;border:1px solid #e2e5eb;border-radius:12px;background:#fff;cursor:pointer}.feature-vote-options label:has(input:checked){border-color:#818cf8;background:#f3f2ff;box-shadow:0 0 0 1px rgba(99,102,241,.09)}.feature-vote-options input{margin-top:3px;accent-color:#6366f1}.feature-vote-options b{display:block;font-size:13px;line-height:1.35;color:#1f2937}.feature-vote-options small{display:block;margin-top:3px;font-size:11px;line-height:1.42;color:#6b7280}
.feature-vote-actions{display:flex;gap:8px;align-items:center;margin-top:12px}.feature-vote-actions [data-feature-vote-submit]{min-height:40px;padding:0 15px}.feature-vote-actions [data-feature-vote-later]{border:0;background:transparent;color:#6b7280;font-size:12px;cursor:pointer;padding:8px}.feature-vote-status{min-height:18px;margin-top:6px;font-size:12px;font-weight:800;color:#6366f1}
@media(max-width:700px){.feature-vote-portal{left:10px;right:10px;bottom:10px;width:auto}.feature-vote-card{padding:14px;border-radius:16px;max-height:72vh}.feature-vote-options{grid-template-columns:1fr 1fr}.feature-vote-head strong{font-size:16px}.feature-vote-head p{font-size:12px}.feature-vote-options small{display:none}.feature-vote-options b{font-size:12px}}
@media(max-width:420px){.feature-vote-options{grid-template-columns:1fr}.feature-vote-options small{display:block}}
