.vote-card.guess-vote-card{background:var(--foreground-layer1,#fff);padding:12px 0;display:flex;flex-direction:column;gap:16px;overflow:hidden;justify-content:flex-end;width:100%;height:100%}[theme-mode=dark] .vote-card.guess-vote-card{background:var(--foreground-layer1,#171717)}.guess-vote-card .vote-header{display:flex;justify-content:space-between;align-items:center;flex:1;flex-shrink:0;height:-moz-fit-content;height:fit-content;align-self:stretch;width:100%}.vote-title-section,.vote-title-section-inner{display:flex;align-items:center;flex:none;width:-moz-fit-content;width:fit-content;height:auto;flex-shrink:0}.vote-title-section-inner{gap:3px}.vote-title-section .info-icon{flex-shrink:0}.vote-title-section .info-icon path{stroke:var(--text-secondary)}.vote-title-section .info-icon path[fill]{fill:var(--text-secondary)}.vote-title-section .vote-title{font-size:18px;font-weight:600;line-height:1.22;color:var(--text-primary);margin:0}.vote-date,.vote-title-section .vote-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;text-align:left;flex:none;width:-moz-fit-content;width:fit-content;height:auto;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vote-date{font-size:12px;line-height:1.33;color:var(--text-secondary);font-weight:400}.guess-vote-card .vote-count,.vote-count-wrapper{display:flex;justify-content:flex-end;align-items:center;flex:none;width:-moz-fit-content;width:fit-content;height:auto;flex-shrink:0}.guess-vote-card .vote-count{font-size:12px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.33;color:var(--text-secondary);font-weight:400;gap:4px}.vote-count span{text-align:left;flex:none;width:-moz-fit-content;width:fit-content;height:auto;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-section{flex-direction:column}.progress-row,.progress-section{display:flex;gap:4px;flex:1;flex-shrink:0;height:-moz-fit-content;height:fit-content;align-self:stretch;width:100%}.progress-row{align-items:center}.progress-percentage{font-size:14px;font-weight:400;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.29;display:flex;text-align:left;align-items:center;flex:none;width:-moz-fit-content;width:fit-content;height:auto;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-percentage-bull{color:var(--price-up,#009b67);text-align:left}.progress-percentage-bear{color:var(--price-down,#ff381a);text-align:left;justify-content:flex-end}.guess-vote-card .progress-bar{flex:1;display:flex;gap:4px;align-items:center;min-width:0;height:auto;flex-shrink:0}.progress-fill{height:4px;transition:width .3s ease;border-radius:1px;flex-shrink:0}.progress-bear{min-width:0;flex:1;height:4px;border-radius:1px;background:#ff381a}.vote-buttons{position:relative;flex:none;height:42px;width:343px}@media (max-width:499px){.vote-buttons{width:100%}}.vote-btn{position:absolute;top:0;bottom:0;display:flex;align-items:center;justify-content:center;gap:2px;border:none;border-radius:10px;padding:10px 42px;font-size:16px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.13;font-weight:600;cursor:pointer;transition:all .3s ease}.vote-btn-bull{left:0;width:167px;background:#009b67;color:#fff}.vote-btn-bear{left:175px;width:168px;background:#ff381a;color:#fff}@media (max-width:499px){.vote-btn-bear,.vote-btn-bull{width:calc(50% - 4px)}.vote-btn-bear{left:auto;right:0}}.btn-icon,.trend-icon{width:24px;height:24px}.trend-icon{flex-shrink:0}.btn-text{font-size:16px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.13;font-weight:600}.vote-result-row{display:flex;justify-content:space-between;align-items:center;flex:none;height:-moz-fit-content;height:fit-content;align-self:stretch;width:100%}.vote-result-left,.vote-result-right{display:flex;gap:2px;align-items:center;flex:1;flex-shrink:0;width:162px;align-self:stretch;height:100%}.vote-result-right{justify-content:flex-end}.selected-option{display:flex;align-items:center;gap:2px;flex:none;width:-moz-fit-content;width:fit-content;height:auto;flex-shrink:0}.check-icon,.selected-option svg{width:20px;height:20px;flex-shrink:0}.revote-btn-inline{background:none;border:none;padding:0;cursor:pointer;outline:inherit;display:flex;align-items:center;gap:2px;flex:none;width:-moz-fit-content;width:fit-content;height:auto;flex-shrink:0}.revote-btn-inline:hover{opacity:.8}.revote-text{font-size:14px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.29;font-weight:400;color:var(--text-secondary);flex:none;width:-moz-fit-content;width:fit-content;height:auto}.refresh-icon{transition:transform .3s ease;width:16px;height:16px;flex-shrink:0}.revote-btn-inline svg,.revote-icon{flex-shrink:0}.revote-icon{width:16px;height:16px}.revote-btn-inline svg path[fill]{fill:#666}.revote-btn-inline svg circle{stroke:#666}[theme-mode=dark] .revote-btn-inline svg path[fill]{fill:#999}[theme-mode=dark] .revote-btn-inline svg circle{stroke:#999}.option-text{font-size:16px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.13;font-weight:600;white-space:nowrap;flex:none;width:-moz-fit-content;width:fit-content;height:auto;flex-shrink:0;text-align:left}.option-text.disabled{color:var(--text-secondary)}.selected-bull{color:var(--price-up,#009b67)}.selected-bear,.selected-bull{font-weight:600;text-align:left}.selected-bear{color:var(--price-down,#ff381a)}.progress-bull{background:#009b67}.guess-vote-wrapper{cursor:pointer}