*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #f5f5f7;--color-surface: #ffffff;--color-border: #e5e5ea;--color-text: #1d1d1f;--color-text-secondary: #86868b;--color-primary: #6e6af0;--color-primary-light: #f5f4ff;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 16px;--shadow-card: 0 1px 4px rgba(0,0,0,.06)}body{font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;background:var(--color-bg);color:var(--color-text);min-height:100vh}button{cursor:pointer;font-family:inherit}input{font-family:inherit}@keyframes vote-bounce{0%{transform:scale(1)}40%{transform:scale(1.35)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes ring-pulse{0%,to{box-shadow:0 0 #6e6af066}50%{box-shadow:0 0 0 6px #6e6af000}}.vote-bounce{animation:vote-bounce .35s ease}.drop-target-active{animation:ring-pulse .8s ease infinite;outline:2px solid var(--color-primary);outline-offset:2px}.masked .maskedBars span{display:block;height:6px;border-radius:3px;background:#00000014}.masked .maskedBars span:first-child{width:90%}.masked .maskedBars span:last-child{width:60%}@keyframes typing-pulse{0%,to{opacity:.3}50%{opacity:1}}.typing-dots{animation:typing-pulse 1s ease-in-out infinite;letter-spacing:1px}
