.fsp-poll{max-width:520px;margin:auto;background:var(--background);padding:20px;border-radius:25px;color:var(--text);font-family:Arial}.fsp-question-image img{width:100%;border-radius:20px;margin-bottom:20px}.fsp-card{display:block;position:relative;margin-bottom:20px;border-radius:20px;overflow:hidden}.fsp-card img{width:100%;height:240px;object-fit:cover}.fsp-card span{position:absolute;bottom:20px;left:20px;font-size:22px;font-weight:bold;text-shadow:0 0 10px #000}.fsp-card input{position:absolute;top:15px;left:15px;z-index:5}.fsp-button{width:100%;padding:16px;border:none;border-radius:50px;background:linear-gradient(90deg,var(--primary),var(--secondary));color:#fff;font-size:18px;font-weight:bold;cursor:pointer}.fsp-result{margin-top:15px}.fsp-top{display:flex;justify-content:space-between;margin-bottom:5px}.fsp-bar{height:18px;background:#333;border-radius:50px;overflow:hidden}.fsp-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--secondary));transition:1s}