*{box-sizing:border-box;margin:0;padding:0}body{color:#333;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{min-height:100vh}.app{text-align:center;background:#1a1f33;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;transition:background .3s;display:flex}.app.hover-blue{background:#1a2540}.app.hover-red{background:#2a1a1f}.premise-card,.voting-area{width:100%;max-width:760px}.app h1{color:#fff;margin-bottom:20px;font-size:28px;font-weight:600}.premise-card{color:#c8cad0;background:#252a40;border-radius:14px;margin-bottom:32px;padding:28px 36px;font-size:15px;line-height:1.7}.premise-card .question{color:#fff;margin-top:16px;font-size:17px;font-weight:700}.voting-area{background:#252a40;border-radius:14px;padding:44px 40px;transition:background .3s,box-shadow .3s;box-shadow:0 1px 8px #0003}.hover-blue .voting-area{background:#2a3050;box-shadow:0 2px 16px #4a8fe733}.hover-red .voting-area{background:#352a30;box-shadow:0 2px 16px #e85d5d33}.total-count{color:#fff;margin-bottom:24px;font-size:28px;font-weight:700}.button-container{justify-content:center;gap:16px;margin-bottom:28px;display:flex}.vote-btn{color:#fff;cursor:pointer;border:none;border-radius:10px;padding:14px 48px;font-size:18px;font-weight:600;transition:opacity .2s,transform .1s,box-shadow .2s}.vote-btn:hover{transform:translateY(-2px);box-shadow:0 4px 14px #00000026}.vote-btn:active{transform:translateY(0)}.vote-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.vote-btn.blue{background:#4a8fe7}.vote-btn.red{background:#e85d5d}.thank-you{color:#fff;margin-bottom:12px;font-size:15px;font-weight:600}.chosen.blue{color:#4a8fe7;text-transform:capitalize}.chosen.red{color:#e85d5d;text-transform:capitalize}.error-message{color:#d32f2f;margin-bottom:12px;font-size:15px;font-weight:600}.results{text-align:left;margin-top:20px}.results h2{color:#fff;text-align:center;margin-bottom:20px;font-size:20px;font-weight:600}.result-row{margin-bottom:16px}.result-row:last-child{margin-bottom:0}.result-label{justify-content:space-between;margin-bottom:6px;font-size:15px;font-weight:600;display:flex}.result-label.blue{color:#4a8fe7}.result-label.red{color:#e85d5d}.progress-bar{background:#3a3f55;border-radius:5px;width:100%;height:10px;overflow:hidden}.progress-fill{border-radius:5px;height:100%;transition:width .5s}.progress-fill.blue{background:#4a8fe7}.progress-fill.red{background:#e85d5d}.share-btn{color:#c8cad0;cursor:pointer;background:0 0;border:2px solid #c8cad0;border-radius:10px;margin-top:24px;padding:12px 32px;font-size:15px;font-weight:600;transition:background .2s,color .2s}.share-btn:hover{color:#1a1f33;background:#c8cad0}
