.create-vote-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.create-vote-header{text-align:center;margin-bottom:2.5rem}.create-vote-header h1{font-size:2.25rem;color:#1a202c;margin-bottom:.5rem}.subtitle{color:#4a5568;font-size:1.125rem;margin:0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2.5rem}.project-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:transform .2s,box-shadow .2s;position:relative;display:flex;flex-direction:column;height:100%}.project-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.project-image-container{width:100%;height:200px;overflow:hidden;background-color:#f7fafc;display:flex;align-items:center;justify-content:center}.project-image{width:100%;height:100%;object-fit:contain;padding:1rem}.project-title{font-size:1.125rem;font-weight:600;color:#2d3748;margin:1rem 1.25rem 1.25rem;text-align:center;word-break:break-word}.remove-button{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;border-radius:50%;background:#ffffffe6;border:1px solid #e2e8f0;color:#e53e3e;font-size:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.remove-button:hover{background:#fff5f5;transform:scale(1.1)}.add-project-button{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;border:2px dashed #cbd5e0;border-radius:.75rem;background:#f8fafc;color:#4a5568;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.add-project-button:hover{background:#f1f5f9;border-color:#a0aec0}.plus-icon{font-size:2.5rem;margin-bottom:.75rem;color:#4a5568}.action-buttons{display:flex;flex-direction:column;align-items:center;margin-top:2rem}.publish-button{background-color:#4299e1;color:#fff;font-weight:600;font-size:1.125rem;padding:.75rem 2rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:.5rem}.publish-button:not(:disabled):hover{background-color:#3182ce}.publish-button:disabled{background-color:#a0aec0;cursor:not-allowed;opacity:.7}.min-projects-warning{color:#e53e3e;margin-top:1rem;font-size:.875rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:.75rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;padding:2rem;box-shadow:0 25px 50px -12px #00000040;position:relative}.modal-content h3{font-size:1.5rem;color:#2d3748;margin-top:0;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#4a5568}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e133}.file-upload-label{display:inline-block;padding:.5rem 1rem;background-color:#f7fafc;border:1px dashed #cbd5e0;border-radius:.5rem;cursor:pointer;font-size:.875rem;color:#4a5568;transition:all .2s}.file-upload-label:hover{background-color:#edf2f7;border-color:#a0aec0}.file-input{display:none}.image-preview{margin-top:1rem;text-align:center}.preview-image{max-width:100%;max-height:200px;border-radius:.5rem;border:1px solid #e2e8f0}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.secondary-button{padding:.5rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;color:#4a5568;font-weight:500;cursor:pointer;transition:all .2s}.secondary-button:hover{background:#f7fafc;border-color:#cbd5e0}.primary-button{padding:.5rem 1.25rem;background:#4299e1;border:none;border-radius:.5rem;color:#fff;font-weight:500;cursor:pointer;transition:background-color .2s}.primary-button:not(:disabled):hover{background:#3182ce}.primary-button:disabled{background:#a0aec0;cursor:not-allowed;opacity:.7}.error-message{background:#fff5f5;color:#e53e3e;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;border-left:4px solid #fc8181;font-size:.9375rem}@media (max-width: 768px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.create-vote-header h1{font-size:1.75rem}.modal-content{padding:1.5rem}}@media (max-width: 480px){.projects-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column;gap:.75rem}.secondary-button,.primary-button{width:100%;padding:.75rem}}.container{max-width:800px;margin:0 auto;padding:20px;text-align:center}input,button{padding:10px;margin:10px;font-size:16px}.projects-list{display:flex;flex-wrap:wrap;gap:20px;margin:20px 0}.project-item{display:flex;flex-direction:column;align-items:center}.project-item img{width:100px;height:100px;object-fit:contain}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:20px;border:1px solid #ccc;z-index:100}.draggable-item{padding:10px;margin:5px 0;background:#f0f0f0;cursor:move;display:flex;align-items:center}.draggable-item img{width:30px;height:30px;margin-right:10px}.results-list{margin-top:20px}.result-item{display:flex;align-items:center;padding:10px;border-bottom:1px solid #eee}.result-item .position{font-weight:700;margin-right:20px;font-size:20px}.result-item img{width:50px;height:50px;margin-right:20px}.result-item .name{flex-grow:1;text-align:left}.result-item .votes{color:#666}.drag-drop-list{display:flex;flex-direction:column;gap:8px}.draggable-item{padding:12px;border:1px solid #ddd;border-radius:4px;background:#fff;display:flex;align-items:center;gap:12px;cursor:move;transition:transform .2s,box-shadow .2s}.draggable-item.dragging{opacity:.5;background:#f8f8f8}.draggable-item:active{cursor:grabbing}.draggable-item:hover{box-shadow:0 2px 4px #0000001a}.draggable-item img{width:30px;height:30px;object-fit:contain}body{margin:0;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}#root{min-height:100vh;display:flex;flex-direction:column}
