*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{color:#111827;background:#f7f8fc;font-family:Arial,Helvetica,sans-serif}button,input{font-family:inherit}.app{background:#f7f8fc;min-height:100vh}.header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:72px;padding:0 8%;display:flex}.logo{color:#111827;font-size:24px;font-weight:800}.login-button{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:30px;padding:10px 22px;font-size:15px;font-weight:600}.login-button:hover{background:#f3f4f6}.hero{justify-content:center;align-items:center;min-height:calc(100vh - 72px);padding:60px 20px;display:flex}.hero-content{text-align:center;width:100%;max-width:760px}.tag{color:#4f46e5;background:#fff;border:1px solid #e5e7eb;border-radius:30px;margin-bottom:25px;padding:9px 18px;font-size:14px;font-weight:600;display:inline-block}.hero h1{letter-spacing:-2px;color:#111827;margin:0;font-size:64px;line-height:1.05}.hero-content>p{color:#6b7280;max-width:620px;margin:25px auto;font-size:19px;line-height:1.6}.create-button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:30px;padding:16px 30px;font-size:17px;font-weight:700;transition:all .2s}.create-button:hover{background:#4338ca;transform:translateY(-2px)}.hero-content .small-text{color:#9ca3af;margin-top:15px;font-size:13px}@media (width<=700px){.header{padding:0 20px}.logo{font-size:20px}.hero{padding:40px 20px}.hero h1{letter-spacing:-1px;font-size:44px}.hero-content>p{font-size:17px}}.create-page{background:#f7f8fc;justify-content:center;align-items:flex-start;min-height:calc(100vh - 72px);padding:70px 20px;display:flex}.create-card{background:#fff;border-radius:20px;width:100%;max-width:600px;padding:40px;box-shadow:0 10px 40px #0000000f}.create-card h1{color:#111827;margin:0 0 10px;font-size:36px}.create-description{color:#6b7280;margin-bottom:35px;font-size:16px}.create-card form{flex-direction:column;display:flex}.create-card label{color:#111827;margin-top:18px;margin-bottom:8px;font-size:15px;font-weight:700}.create-card input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;padding:15px;font-size:16px}.create-card input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51f}.submit-decision-button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:30px;margin-top:30px;padding:16px;font-size:17px;font-weight:700}.submit-decision-button:hover{background:#4338ca}@media (width<=700px){.create-page{padding:30px 15px}.create-card{padding:25px}.create-card h1{font-size:30px}}.vote-page{background:#f7f8fc;justify-content:center;align-items:flex-start;min-height:calc(100vh - 72px);padding:70px 20px;display:flex}.vote-card{text-align:center;background:#fff;border-radius:22px;width:100%;max-width:700px;padding:45px;box-shadow:0 10px 40px #0000000f}.help-text{color:#4f46e5;margin-bottom:12px;font-size:15px;font-weight:700}.vote-card h1{color:#111827;margin:0 0 15px;font-size:38px}.vote-instruction{color:#6b7280;margin-bottom:35px}.vote-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:35px;display:grid}.vote-option{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:30px 20px}.vote-option h2{margin-top:0;margin-bottom:25px;font-size:25px}.vote-option button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:30px;width:100%;padding:14px;font-size:16px;font-weight:700}.vote-option button:hover{background:#4338ca}.vote-option button:disabled{opacity:.6;cursor:not-allowed}.voted-message{color:#047857;background:#ecfdf5;border-radius:30px;margin-top:12px;padding:10px 18px;font-weight:700;display:inline-block}.result-section{text-align:left}.result-numbers{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.result-numbers strong{color:#111827;font-size:28px}.result-numbers span{color:#6b7280}.result-bar{background:#e5e7eb;border-radius:20px;width:100%;height:12px;overflow:hidden}.result-fill{background:#4f46e5;border-radius:20px;height:100%;transition:width .3s}.total-votes{color:#6b7280;margin-top:30px;font-size:14px}@media (width<=700px){.vote-page{padding:30px 15px}.vote-card{padding:28px 20px}.vote-card h1{font-size:30px}.vote-options{grid-template-columns:1fr}}.share-section{border-top:1px solid #e5e7eb;margin-top:35px;padding-top:25px}.share-title{color:#374151;margin-bottom:15px;font-size:15px;font-weight:700}.share-buttons{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.share-button{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:30px;padding:11px 18px;font-size:14px;font-weight:700}.share-button:hover{background:#f3f4f6}.whatsapp-button{color:#fff;background:#111827;border-color:#111827}.whatsapp-button:hover{background:#1f2937}.option-builder{background:#fafafa;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;margin-top:20px;padding:20px;display:flex}.option-builder>label:first-child{margin-top:0}.image-label{margin-top:16px!important;font-size:14px!important}.image-label span{color:#9ca3af;font-weight:400}.image-input{background:#fff;margin-top:5px;padding:10px!important}.image-preview{margin-top:15px;position:relative}.image-preview img{object-fit:cover;border-radius:12px;width:100%;height:220px;display:block}.remove-image-button{color:#dc2626!important;background:#fff!important;border:1px solid #fecaca!important;width:auto!important;margin-top:10px!important;padding:9px 14px!important;font-size:13px!important}.remove-image-button:hover{background:#fef2f2!important}@media (width<=700px){.image-preview img{height:180px}}.vote-option{overflow:hidden}.vote-options{align-items:stretch}.vote-option{flex-direction:column;justify-content:space-between;display:flex}@media (width<=700px){.option-image-wrapper{height:240px}}.no-image{color:#9ca3af;background:#f3f4f6;border-radius:14px;justify-content:center;align-items:center;width:100%;height:120px;margin-bottom:20px;font-size:14px;display:flex}.vote-option h2{margin-top:5px}@media (width<=700px){.option-image-wrapper{height:230px}}.option-image-wrapper{background:#f3f4f6;border-radius:14px;width:100%;height:220px;margin-bottom:20px;overflow:hidden}.option-image{object-fit:cover;width:100%;height:100%;display:block}.vote-option{flex-direction:column;display:flex}@media (width<=700px){.option-image-wrapper{height:230px}}.auth-page{background:#f7f8fc;justify-content:center;align-items:flex-start;min-height:calc(100vh - 72px);padding:70px 20px;display:flex}.auth-card{background:#fff;border-radius:22px;width:100%;max-width:460px;padding:42px;box-shadow:0 10px 40px #00000012}.auth-logo{color:#4f46e5;margin-bottom:18px;font-size:15px;font-weight:800}.auth-card h1{color:#111827;margin:0 0 10px;font-size:34px}.auth-description{color:#6b7280;margin-bottom:30px;line-height:1.6}.auth-form{flex-direction:column;display:flex}.auth-form label{color:#111827;margin-top:16px;margin-bottom:8px;font-size:14px;font-weight:700}.auth-form input{border:1px solid #d1d5db;border-radius:10px;padding:15px;font-size:16px}.auth-form input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51f}.auth-submit-button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:30px;margin-top:28px;padding:15px;font-size:16px;font-weight:700}.auth-submit-button:hover{background:#4338ca}.auth-submit-button:disabled{opacity:.65;cursor:not-allowed}.auth-switch{text-align:center;color:#6b7280;margin-top:25px;font-size:14px}.auth-switch button{color:#4f46e5;cursor:pointer;background:0 0;border:none;margin-left:6px;font-weight:700}.auth-success{color:#047857;background:#ecfdf5;border-radius:10px;margin-bottom:20px;padding:12px 14px;font-size:14px}.auth-error{color:#dc2626;background:#fef2f2;border-radius:10px;margin-bottom:20px;padding:12px 14px;font-size:14px}@media (width<=700px){.auth-page{padding:30px 15px}.auth-card{padding:28px 22px}.auth-card h1{font-size:29px}}.header-actions{align-items:center;gap:18px;display:flex}.header-link{color:#374151;font-size:14px;font-weight:700;text-decoration:none}.header-link:hover{color:#4f46e5}.header-login-link{text-decoration:none}.dashboard-page{background:#f7f8fc;min-height:calc(100vh - 72px);padding:60px 20px}.dashboard-container{width:100%;max-width:950px;margin:0 auto}.dashboard-heading{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:35px;display:flex}.dashboard-label{color:#4f46e5;margin:0 0 8px;font-size:14px;font-weight:800}.dashboard-heading h1{color:#111827;margin:0;font-size:40px}.dashboard-heading>div>p:last-child{color:#6b7280}.dashboard-create-button{color:#fff;white-space:nowrap;background:#4f46e5;border-radius:30px;padding:13px 22px;font-size:14px;font-weight:700;text-decoration:none;display:inline-block}.dashboard-create-button:hover{background:#4338ca}.decision-list{flex-direction:column;gap:15px;display:flex}.decision-dashboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;padding:25px;display:flex}.decision-dashboard-info h2{color:#111827;margin:0 0 8px;font-size:20px}.decision-options-text{color:#6b7280;margin:0 0 15px}.decision-dashboard-meta{color:#9ca3af;gap:20px;font-size:13px;display:flex}.view-results-button{color:#111827;white-space:nowrap;border:1px solid #d1d5db;border-radius:30px;padding:11px 18px;font-size:13px;font-weight:700;text-decoration:none}.view-results-button:hover{background:#f3f4f6}.dashboard-empty{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:70px 25px}.dashboard-empty h2{color:#111827}.dashboard-empty p{color:#6b7280;margin-bottom:25px}@media (width<=700px){.header-actions{gap:10px}@media (width<=700px){.header{padding-left:15px;padding-right:15px}.header-actions{align-items:center;gap:8px;display:flex}.header-link{padding:8px 4px;font-size:13px;display:inline-block}.login-button{padding:9px 14px;font-size:13px}.dashboard-page{padding:35px 15px}.dashboard-heading{flex-direction:column;align-items:flex-start}.dashboard-heading h1{font-size:32px}.decision-dashboard-card{flex-direction:column;align-items:flex-start}.decision-dashboard-meta{flex-direction:column;gap:5px}}.dashboard-page{padding:35px 15px}.dashboard-heading{flex-direction:column;align-items:flex-start}.dashboard-heading h1{font-size:32px}.decision-dashboard-card{flex-direction:column;align-items:flex-start}.decision-dashboard-meta{flex-direction:column;gap:5px}}.header{z-index:1000;position:relative}.mobile-menu-button,.mobile-menu{display:none}@media (width<=700px){.header{height:64px;padding:0 18px}.logo{font-size:20px}.desktop-account-actions{display:none}.mobile-menu-button{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:23px;line-height:1;display:flex}.mobile-menu-button:hover{background:#f3f4f6}.mobile-menu{z-index:2000;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:10px;display:none;position:absolute;top:72px;left:16px;right:16px;box-shadow:0 15px 40px #0000001f}.mobile-menu-open{flex-direction:column;display:flex}.mobile-menu-link{color:#111827;border-radius:10px;width:100%;padding:15px 16px;font-size:16px;font-weight:600;text-decoration:none;display:block}.mobile-menu-link:hover{color:#4f46e5;background:#f3f4f6}.mobile-menu-logout{color:#dc2626;text-align:left;cursor:pointer;background:0 0;border:none;border-top:1px solid #e5e7eb;width:100%;margin-top:5px;padding:15px 16px;font-size:16px;font-weight:600}.mobile-menu-logout:hover{background:#fef2f2}.header-login-link{padding:9px 17px;font-size:14px}}.option-builder-header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:8px;display:flex}.option-builder-header label{margin:0!important}.remove-option-button{cursor:pointer;color:#dc2626!important;background:#fff!important;border:1px solid #fecaca!important;border-radius:20px!important;width:auto!important;padding:7px 11px!important;font-size:12px!important;font-weight:700!important}.remove-option-button:hover{background:#fef2f2!important}.add-option-section{justify-content:space-between;align-items:center;gap:15px;margin-top:22px;display:flex}.add-option-button{color:#4f46e5;cursor:pointer;background:#eef2ff;border:1px dashed #4f46e5;border-radius:30px;padding:12px 18px;font-size:14px;font-weight:700}.add-option-button:hover{background:#e0e7ff}.option-count{color:#9ca3af;font-size:13px}.option-limit-text{color:#6b7280;margin:0;font-size:13px}@media (width<=700px){.add-option-section{flex-direction:column;align-items:flex-start}.add-option-button{width:100%}}.decision-dashboard-actions{align-items:center;gap:10px;display:flex}.delete-decision-button{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:30px;padding:11px 18px;font-size:13px;font-weight:700}.delete-decision-button:hover{background:#fef2f2}.delete-decision-button:disabled{opacity:.55;cursor:not-allowed}@media (width<=700px){.decision-dashboard-actions{width:100%}.decision-dashboard-actions .view-results-button,.delete-decision-button{text-align:center;flex:1}}.my-vote-option{border:2px solid #4f46e5}.your-choice-label{color:#4f46e5;background:#eef2ff;border-radius:20px;margin-bottom:15px;padding:7px 12px;font-size:12px;font-weight:700;display:inline-block}.comment-form-section{text-align:left;background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px;margin-top:35px;padding:25px}.comment-form-section h2{color:#111827;margin:0 0 8px;font-size:21px}.comment-form-section>p{color:#6b7280;margin:0 0 18px;font-size:14px}.comment-form-section textarea{color:#111827;resize:vertical;background:#fff;border:1px solid #d1d5db;border-radius:12px;width:100%;padding:14px;font-family:inherit;font-size:15px}.comment-form-section textarea:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51f}.comment-form-footer{justify-content:space-between;align-items:center;gap:15px;margin-top:12px;display:flex}.comment-form-footer span{color:#9ca3af;font-size:12px}.comment-form-footer button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:30px;padding:11px 18px;font-size:14px;font-weight:700}.comment-form-footer button:hover{background:#4338ca}.comment-form-footer button:disabled{opacity:.55;cursor:not-allowed}.comment-posted-message{color:#047857;background:#ecfdf5;border-radius:12px;margin-top:30px;padding:14px 18px;font-size:14px;font-weight:700}.comments-section{text-align:left;border-top:1px solid #e5e7eb;margin-top:40px;padding-top:30px}.comments-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:25px;display:flex}.comments-heading h2{color:#111827;margin:0;font-size:23px}.comments-heading span{color:#6b7280;font-size:13px}.option-comments-group{margin-top:28px}.option-comments-group h3{color:#4f46e5;margin-bottom:12px;font-size:17px}.voter-comment{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:12px;padding:16px}.voter-comment-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.voter-comment-header strong{color:#374151;font-size:13px}.voter-comment-header span{color:#9ca3af;font-size:11px}.voter-comment p{color:#374151;overflow-wrap:anywhere;margin:0;font-size:15px;line-height:1.6}@media (width<=700px){.comment-form-section{padding:18px}.comments-heading,.voter-comment-header{flex-direction:column;align-items:flex-start}}.comment-actions{justify-content:flex-end;margin-top:12px;display:flex}.report-comment-button{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:6px 10px;font-size:12px;font-weight:700}.report-comment-button:hover{color:#dc2626}.reported-label{color:#6b7280;font-size:12px;font-weight:700}.report-comment-form{background:snow;border:1px solid #fecaca;border-radius:12px;margin-top:15px;padding:15px}.report-comment-form label{color:#374151;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.report-comment-form select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;padding:11px;font-family:inherit;font-size:14px}.report-comment-form textarea{color:#111827;resize:vertical;background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;margin-top:10px;padding:11px;font-family:inherit;font-size:14px}.report-comment-form select:focus,.report-comment-form textarea:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51f}.report-form-footer{justify-content:space-between;align-items:center;gap:15px;margin-top:10px;display:flex}.report-form-footer>span{color:#9ca3af;font-size:11px}.report-form-buttons{gap:8px;display:flex}.cancel-report-button,.submit-report-button{cursor:pointer;border-radius:20px;padding:9px 13px;font-size:12px;font-weight:700}.cancel-report-button{color:#374151;background:#fff;border:1px solid #d1d5db}.submit-report-button{color:#fff;background:#dc2626;border:none}.submit-report-button:hover{background:#b91c1c}.cancel-report-button:disabled,.submit-report-button:disabled{opacity:.55;cursor:not-allowed}@media (width<=700px){.report-form-footer{flex-direction:column;align-items:flex-start}.report-form-buttons{width:100%}.cancel-report-button,.submit-report-button{flex:1}}.decision-type-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:10px;margin-bottom:28px;display:grid}.decision-type-card{color:#111827;text-align:left;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:18px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;width:100%;min-height:145px;padding:20px;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s;display:flex}.decision-type-card:hover{border-color:#a5b4fc;transform:translateY(-2px);box-shadow:0 8px 24px #4f46e51a}.decision-type-icon{background:#f3f4f6;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;display:flex}.decision-type-card strong{color:#111827;font-size:17px}.decision-type-description{color:#6b7280;font-size:13px;line-height:1.45}.decision-type-card-selected{background:#eef2ff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.decision-type-card-selected .decision-type-icon{background:#fff}.decision-type-card-selected strong{color:#4338ca}@media (width<=700px){.decision-type-grid{grid-template-columns:1fr}.decision-type-card{min-height:auto;padding:18px}}
