*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#1e3c72,#2a5298);min-height:100vh;padding:20px}.container{max-width:1000px;margin:0 auto}.header{text-align:center;color:#fff;padding:40px 20px}.header h1{font-size:2.5em;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.header p{font-size:1.2em;opacity:.95}.card{background:#fff;border-radius:12px;padding:30px;margin-bottom:25px;box-shadow:0 4px 6px #0000001a}.poll-section h2{color:#1e3c72;margin-bottom:20px;font-size:1.8em}.worldwide-banner{display:flex;align-items:center;gap:20px;background:linear-gradient(135deg,#1e3c72,#2a5298);padding:25px;border-radius:10px;margin-bottom:25px;color:#fff;box-shadow:0 4px 12px #00000026}.globe-icon{font-size:4em;line-height:1;flex-shrink:0;animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.worldwide-content h3{font-size:1.6em;margin-bottom:8px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.worldwide-content p{font-size:1.1em;margin-bottom:5px;opacity:.95}.voter-count{font-size:1.3em;font-weight:700;color:gold;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.your-turn{margin-top:10px;font-size:1.15em;color:gold}.poll-form{margin-bottom:30px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#555}.form-group select{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:6px;font-size:1em;transition:border-color .3s}.form-group select:focus{outline:none;border-color:#2a5298}.submit-btn{background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;padding:14px 30px;border:none;border-radius:6px;font-size:1.1em;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;width:100%}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0003}.submit-btn:active{transform:translateY(0)}.results{margin-top:40px}.results-header{text-align:center;margin-bottom:30px;padding:25px;background:linear-gradient(135deg,#dc3545,#c82333);border-radius:8px;color:#fff}.results-header h3{font-size:1.8em;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.results-subtitle{font-size:1.1em;opacity:.95}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.result-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:25px;border-radius:10px;text-align:center;border:3px solid #dee2e6;transition:transform .3s,box-shadow .3s}.result-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.total-card{border-color:#2a5298}.profit-card{border-color:#28a745}.loss-card{border-color:#dc3545;background:linear-gradient(135deg,#ffe5e5,#ffd6d6)}.result-number{font-size:3em;font-weight:700;line-height:1;margin-bottom:10px}.result-label{font-size:1.1em;color:#555;font-weight:600;margin-bottom:5px}.result-percent{font-size:1.4em;font-weight:700;color:#333;margin-top:8px}.reality-check{display:flex;align-items:center;gap:20px;background:linear-gradient(135deg,#fff3cd,#ffe8a1);border:3px solid #ffc107;border-radius:10px;padding:25px;margin-top:30px}.reality-icon{font-size:4em;line-height:1;flex-shrink:0}.reality-content h4{color:#856404;font-size:1.4em;margin-bottom:10px}.reality-content p{color:#856404;font-size:1.1em;line-height:1.6;margin:0}.profitable{color:#28a745}.unprofitable{color:#dc3545}.advice-section h2{color:#1e3c72;margin-bottom:20px;font-size:1.8em}.advice-item{padding:20px;background:#f8f9fa;border-radius:8px;margin-bottom:15px;border-left:4px solid #dc3545}.advice-item h3{color:#dc3545;margin-bottom:10px;font-size:1.2em}.advice-item p{color:#555;line-height:1.7}.warning-box{background:#fff3cd;border:2px solid #ffc107;border-radius:8px;padding:20px;margin-bottom:25px}.warning-box h3{color:#856404;margin-bottom:10px;font-size:1.3em}.warning-box p{color:#856404;font-size:1.05em}.message{padding:12px;border-radius:6px;margin-top:15px;text-align:center;font-weight:600}.success-message{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.error-message{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media (max-width: 768px){.header h1{font-size:2em}.card{padding:20px}.results-grid{grid-template-columns:1fr}.reality-check{flex-direction:column;text-align:center}.reality-icon{font-size:3em}.worldwide-banner{flex-direction:column;text-align:center}.globe-icon{font-size:3em}}.already-voted-message{text-align:center;padding:40px 20px;background:linear-gradient(135deg,#d4edda,#c3e6cb);border:3px solid #28a745;border-radius:10px;margin:20px 0}.check-icon{font-size:4em;color:#28a745;margin-bottom:15px;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.already-voted-message h3{color:#155724;font-size:1.5em;margin-bottom:15px}.already-voted-message p{color:#155724;font-size:1.1em;line-height:1.6;margin:0}.footer{margin-top:40px;padding:30px 20px;background:linear-gradient(135deg,#1e3c72,#2a5298);border-radius:12px;text-align:center;color:#fff;box-shadow:0 4px 6px #0000001a}.footer-content{max-width:600px;margin:0 auto}.footer-brand{font-size:1.4em;font-weight:700;margin-bottom:12px;color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.footer-contact{font-size:1.05em;margin-bottom:10px;opacity:.95}.footer-contact a{color:gold;text-decoration:none;font-weight:600;transition:opacity .3s}.footer-contact a:hover{opacity:.8;text-decoration:underline}.footer-copyright{font-size:.95em;margin-top:15px;opacity:.85;border-top:1px solid rgba(255,255,255,.2);padding-top:15px}.support-section{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);border-radius:12px;padding:35px 30px;margin-bottom:25px;text-align:center;color:#fff;box-shadow:0 6px 20px #ee5a6f4d;border:3px solid #ff5252}.support-icon{font-size:3.5em;margin-bottom:15px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.support-section h3{font-size:1.6em;margin-bottom:15px;text-shadow:2px 2px 4px rgba(0,0,0,.2);line-height:1.4}.support-section p{font-size:1.15em;line-height:1.7;margin-bottom:15px;opacity:.95}.support-intro{font-weight:600;margin-bottom:12px!important}.support-message{font-style:italic;margin-bottom:25px!important}.support-button{display:inline-flex;align-items:center;gap:12px;background:#fff;color:#ee5a6f;padding:16px 32px;border-radius:50px;text-decoration:none;font-size:1.2em;font-weight:700;transition:all .3s ease;box-shadow:0 4px 15px #0003}.support-button:hover{transform:translateY(-3px);box-shadow:0 6px 25px #0000004d;background:#fff5f5}.support-button:active{transform:translateY(-1px)}.coffee-emoji{font-size:1.3em}.progress-steps{display:flex;align-items:center;justify-content:center;margin:30px 0;padding:0 20px}.step{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative}.step-number{width:40px;height:40px;border-radius:50%;background:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1em;transition:all .3s ease}.step.active .step-number{background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #1e3c724d}.step.completed .step-number{background:#28a745;color:#fff}.step.completed .step-number:after{content:"✓";position:absolute;font-size:1.2em}.step-label{font-size:.9em;color:#666;font-weight:600;white-space:nowrap}.step.active .step-label{color:#1e3c72;font-weight:700}.step.completed .step-label{color:#28a745}.step-line{width:80px;height:3px;background:#e0e0e0;margin:0 10px;position:relative;top:-12px}.fade-enter{opacity:0;transform:translateY(20px)}.fade-enter-active{opacity:1;transform:translateY(0);transition:opacity .4s ease,transform .4s ease}.fade-exit{opacity:1;transform:translateY(0)}.fade-exit-active{opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease}.verification-success{text-align:center;padding:40px 20px;animation:successPulse .6s ease}@keyframes successPulse{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.verification-success .success-icon{font-size:4em;color:#28a745;margin-bottom:15px;animation:checkmark .5s ease}@keyframes checkmark{0%{transform:scale(0) rotate(-45deg)}50%{transform:scale(1.2) rotate(5deg)}to{transform:scale(1) rotate(0)}}.verification-success h3{color:#28a745;font-size:1.6em;margin-bottom:10px}.verification-success p{color:#666;font-size:1.1em}.poll-form-container{animation:slideInUp .5s ease}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.step-line{width:50px}.step-label{font-size:.8em}.step-number{width:35px;height:35px;font-size:1em}}
