.community-core{display:grid;gap:22px;margin-bottom:48px}.community-vote-card{padding:30px}.community-vote-head{display:flex;justify-content:space-between;align-items:end;gap:20px}.community-vote-head h2,.community-composer h2{font-family:"Playfair Display",serif;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1;margin:6px 0 0}.community-vote-total{font:600 .68rem/1.4 monospace;color:#71717a;text-align:right}.community-vote-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.community-vote-button{position:relative;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.025);color:#f4f4f5;cursor:pointer;font:700 .82rem/1 monospace;letter-spacing:.08em;text-align:left;transition:border-color .15s,background .15s,transform .15s}.community-vote-button:hover:not(:disabled){border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.05);transform:translateY(-1px)}.community-vote-button:disabled{cursor:default;opacity:.72}.community-vote-button.is-selected{border-color:rgba(196,181,253,.65);background:rgba(196,181,253,.08);opacity:1}.community-vote-percent{font-size:1rem;color:#a1a1aa}.community-vote-button.is-selected .community-vote-percent{color:#ddd6fe}.community-vote-bar{height:8px;margin-top:16px;display:flex;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.07)}.community-vote-yes-fill{width:0;background:#c4b5fd;transition:width .35s ease}.community-vote-status{min-height:1.3em;margin:11px 0 0;color:#71717a;font-size:.78rem}.community-composer{padding:30px}.community-composer-copy{max-width:650px;color:#8f9099;line-height:1.6;margin:9px 0 20px}.community-call-options{display:flex;gap:8px;margin-bottom:16px}.community-call-option{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.025);color:#a1a1aa;padding:9px 14px;font:600 .68rem/1 monospace;cursor:pointer}.community-call-option:hover,.community-call-option.is-selected{border-color:rgba(196,181,253,.55);background:rgba(196,181,253,.08);color:#f4f4f5}.community-call-option.is-no.is-selected{border-color:rgba(252,165,165,.5);background:rgba(252,165,165,.06)}.community-composer-grid{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(0,2fr);gap:12px}.community-composer-grid>div{display:grid;gap:7px}.community-composer input,.community-composer textarea{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.025);color:inherit;padding:12px 14px;font:inherit}.community-composer textarea{min-height:88px;resize:vertical;line-height:1.55}.community-composer input:focus,.community-composer textarea:focus,.community-vote-button:focus-visible,.community-call-option:focus-visible{outline:1px solid #c4b5fd;outline-offset:2px}.community-account-identity{min-height:47px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border:1px solid rgba(196,181,253,.22);border-radius:8px;background:rgba(196,181,253,.06);font-size:.78rem;color:#ddd6fe}.community-account-identity span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.community-account-identity a,.community-member-link{color:#c4b5fd;text-decoration:none}.community-account-identity a:hover,.community-member-link:hover{text-decoration:underline}.community-identity-helper{color:#71717a;font-size:.65rem;line-height:1.4}.community-composer-grid>div.is-account-posting{align-content:start}.community-composer-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:10px}.community-composer-status{min-height:1.2em;color:#a1a1aa;font-size:.75rem}.community-composer-status.is-error{color:#fca5a5}.community-composer-status.is-success{color:#86efac}.community-feed-column{min-width:0}.community-feed-header-note{color:#71717a;font-size:.75rem;margin-top:5px}.community-post-call{display:inline-flex;margin:0 0 10px;padding:5px 8px;border:1px solid rgba(255,255,255,.1);border-radius:999px;font:600 .58rem/1 monospace;color:#a1a1aa;letter-spacing:.08em}.community-post-call.is-yes{color:#c4b5fd;border-color:rgba(196,181,253,.3)}.community-post-call.is-no{color:#fca5a5;border-color:rgba(252,165,165,.22)}.community-trending-note{margin:0 0 14px;color:#71717a;font-size:.75rem}.community-sidebar-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.community-sidebar-stat{padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.02)}.community-sidebar-stat strong{display:block;font-size:1.25rem}.community-sidebar-stat span{display:block;margin-top:4px;color:#71717a;font-size:.68rem}.community-status-bar{height:5px;display:flex;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.06);margin-top:12px}.community-status-bar span{display:block}.community-status-bar .yes{background:#c4b5fd}.community-status-bar .no{background:#71717a}.community-empty{min-height:220px;display:grid;place-items:center;text-align:center;padding:36px}.community-empty-inner{max-width:420px}.community-empty strong{font-family:"Playfair Display",serif;font-size:1.7rem}.community-empty p{color:#71717a;line-height:1.6;margin:8px auto 18px}.community-loading{display:grid!important;grid-template-columns:repeat(3,8px);gap:5px;justify-content:center;padding:70px 20px 10px}.community-loading span{width:8px;height:8px;border-radius:50%;background:#71717a;animation:communityPulse 1s infinite ease-in-out}.community-loading span:nth-child(2){animation-delay:.12s}.community-loading span:nth-child(3){animation-delay:.24s}@keyframes communityPulse{0%,80%,100%{opacity:.25;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.community-feed[aria-busy="true"]{min-height:220px}.community-action:focus-visible,.community-sort-button:focus-visible,.community-reaction:focus-visible{outline:1px solid #c4b5fd;outline-offset:2px}.community-reply-identity{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px;color:#a1a1aa;font-size:.72rem}.community-reply-identity a{color:#c4b5fd;text-decoration:none}.community-reply-identity a:hover{text-decoration:underline}.community-reply-form input:disabled{display:none}@media(max-width:620px){.community-vote-card,.community-composer{padding:22px}.community-vote-head{align-items:start;flex-direction:column}.community-vote-total{text-align:left}.community-composer-grid{grid-template-columns:1fr}.community-composer-footer{align-items:stretch;flex-direction:column}.community-composer-footer .btn{width:100%;box-sizing:border-box}.community-vote-options{grid-template-columns:1fr}.community-call-options{flex-wrap:wrap}.community-call-option{flex:1;justify-content:center}.community-sidebar-stats{grid-template-columns:1fr 1fr}}