.results-display{border-top:1px solid var(--border-color);padding-top:1rem}.result-item{margin-bottom:1rem}.result-item:last-child{margin-bottom:.5rem}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.option-text{font-weight:500;color:var(--text-primary)}.result-stats{font-weight:600;color:var(--text-secondary);font-size:.85rem}.result-bar-container{height:1.5rem;background:var(--background);border-radius:.375rem;overflow:hidden;border:1px solid var(--border-color)}.result-bar{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--primary-hover));transition:width .5s ease-in-out;border-radius:.25rem;min-width:2px}.total-votes{text-align:right;font-size:.85rem;color:var(--text-secondary);margin-top:.75rem;font-style:italic}@media (max-width: 768px){.result-header{font-size:.85rem}.result-stats{font-size:.8rem}.result-bar-container{height:1.25rem}.total-votes{font-size:.8rem}}.question-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem;box-shadow:var(--shadow);transition:box-shadow .2s}.question-card:hover{box-shadow:var(--shadow-lg)}.question-text{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:1.25rem}.options-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.option-button{background:var(--background);border:2px solid var(--border-color);border-radius:.5rem;padding:1rem 1.25rem;font-size:1rem;font-weight:500;color:var(--text-primary);cursor:pointer;transition:all .2s;text-align:left;display:flex;justify-content:space-between;align-items:center}.option-button:hover:not(:disabled){border-color:var(--primary-color);background:#eff6ff;transform:translateY(-1px)}.option-button:active:not(:disabled){transform:translateY(0)}.option-button:disabled{cursor:not-allowed;opacity:.6}.option-button.selected{border-color:var(--primary-color);background:#eff6ff}.option-button.user-vote{border-color:var(--success-color);background:#f0fdf4;font-weight:600}.vote-indicator{color:var(--success-color);font-size:1.2rem;font-weight:700}@media (max-width: 768px){.question-card{padding:1.25rem}.question-text{font-size:1.15rem}.option-button{padding:.875rem 1rem;font-size:.95rem}}.survey-container{width:100%}.loading,.error{text-align:center;padding:3rem 1rem;font-size:1.2rem;color:var(--text-secondary)}.error{color:#dc2626}.participant-count{background:var(--card-bg);border:1px solid var(--border-color);border-radius:.5rem;padding:1rem;margin-bottom:2rem;text-align:center;font-size:1.1rem;font-weight:600;color:var(--text-primary);box-shadow:var(--shadow)}.questions-list{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 768px){.participant-count{font-size:1rem;padding:.75rem}.questions-list{gap:1rem}}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 20px 60px #0000004d;max-width:400px;width:90%}.login-card h2{margin-bottom:.5rem;color:#1a202c}.login-card p{color:#718096;margin-bottom:2rem}.login-card input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;margin-bottom:1rem;transition:border-color .2s}.login-card input:focus{outline:none;border-color:#667eea}.login-card button{width:100%;padding:.75rem;background:#667eea;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.login-card button:hover{background:#5568d3}.admin-container{max-width:1200px;margin:0 auto;padding:2rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.admin-header h1{color:#1a202c;margin:0}.error-message{background:#fed7d7;border:1px solid #fc8181;color:#742a2a;padding:1rem;border-radius:.5rem;margin-bottom:1rem}.questions-section{margin-bottom:3rem}.questions-section h2{color:#2d3748;margin-bottom:1.5rem}.admin-question-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.question-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.question-header h3{color:#2d3748;margin:0;flex:1}.question-actions{display:flex;gap:.5rem}.question-actions button{padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.question-actions button:first-child{background:#4299e1;color:#fff}.question-actions button:first-child:hover{background:#3182ce}.options-list{display:flex;flex-direction:column;gap:.75rem}.option-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f7fafc;border-radius:.5rem;border:1px solid #e2e8f0}.option-item span{color:#2d3748}.vote-count{font-weight:600;color:#667eea;font-size:.875rem}.add-question-section{background:#fff;border:2px dashed #cbd5e0;border-radius:.75rem;padding:2rem}.add-question-section h2{color:#2d3748;margin-bottom:1.5rem}.new-question-form{display:flex;flex-direction:column;gap:1rem}.new-question-form input{padding:.75rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:border-color .2s}.new-question-form input:focus{outline:none;border-color:#667eea}.new-question-form h4{color:#4a5568;margin:.5rem 0}.option-input-row{display:grid;grid-template-columns:1fr 2fr auto;gap:.5rem;align-items:center}.remove-btn{padding:.5rem .75rem;background:#fc8181;color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-size:1rem;font-weight:700;transition:background .2s}.remove-btn:hover{background:#f56565}.primary-btn{padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.primary-btn:hover{background:#5568d3}.primary-btn:disabled{background:#a0aec0;cursor:not-allowed}.secondary-btn{padding:.75rem 1.5rem;background:#e2e8f0;color:#2d3748;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.secondary-btn:hover{background:#cbd5e0}.danger-btn{padding:.5rem 1rem;background:#fc8181;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.danger-btn:hover{background:#f56565}.edit-form{display:flex;flex-direction:column;gap:1rem}.edit-form input{padding:.75rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem}.edit-form input:focus{outline:none;border-color:#667eea}.edit-form h4{color:#4a5568;margin:.5rem 0}.form-actions{display:flex;gap:.5rem;margin-top:.5rem}.form-actions button{padding:.5rem 1rem;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s}.form-actions button:first-child{background:#48bb78;color:#fff}.form-actions button:first-child:hover{background:#38a169}@media (max-width: 768px){.admin-container{padding:1rem}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.option-input-row{grid-template-columns:1fr}.question-header{flex-direction:column;gap:1rem}.question-actions{width:100%}.question-actions button{flex:1}}:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--success-color: #16a34a;--background: #f9fafb;--card-bg: #ffffff;--text-primary: #111827;--text-secondary: #6b7280;--border-color: #e5e7eb;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--background);color:var(--text-primary)}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:2rem 1rem;text-align:center;box-shadow:var(--shadow-lg);position:relative}.app-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.app-header p{font-size:1.1rem;opacity:.95}.admin-link,.nav-btn{position:absolute;top:1.5rem;right:1.5rem;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:.375rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.admin-link:hover,.nav-btn:hover{background:#ffffff4d;border-color:#ffffff80}main{flex:1;max-width:900px;width:100%;margin:0 auto;padding:2rem 1rem}.app-footer{background:var(--card-bg);border-top:1px solid var(--border-color);padding:1.5rem;text-align:center;color:var(--text-secondary);font-size:.9rem}@media (max-width: 768px){.app-header h1{font-size:2rem}.app-header p{font-size:1rem}main{padding:1rem}}
