html,body,#root{margin:0!important;padding:0!important;background-color:#f5f5f5!important;min-height:100vh}.App{min-height:100vh;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}.sticky-header{position:sticky;top:0;background:white;box-shadow:0 2px 4px #0000001a;padding:1rem;z-index:1000;margin-bottom:2rem}.sticky-header h1{margin:0 0 1rem;color:#000;text-align:center;font-size:1.5rem;padding-top:1rem}.budget-container{display:flex;flex-direction:column;align-items:center;gap:1rem;justify-content:center;margin:0 auto;max-width:800px}.budget-info{display:flex;gap:2rem;font-weight:600;color:#000;font-size:1.1rem;order:2}.progress-container{width:100%;max-width:600px;order:1}.progress-bar{width:100%;height:28px;background-color:#e0e0e0;border-radius:14px;overflow:hidden;position:relative;box-shadow:inset 0 2px 4px #0000001a}.progress-bar>div{height:100%;transition:all .3s ease;border-radius:14px;box-shadow:0 2px 4px #0003}.submit-button{background-color:#27ae60;color:#fff;border:none;padding:12px 40px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem;order:3}.submit-button:hover:not(:disabled){background-color:#219a52;transform:translateY(-1px)}.submit-button:disabled{background-color:#95a5a6;cursor:not-allowed;transform:none}.submit-button.submitted{background-color:#2ecc71;cursor:default}.error-message{background-color:#e74c3c;color:#fff;padding:.75rem;margin-top:1rem;border-radius:4px;text-align:center;font-weight:600}.budget-error{color:#e74c3c;font-style:italic;text-align:center;margin-top:.5rem;font-size:.9rem}.success-message{background-color:#27ae60;color:#fff;padding:.75rem;margin-top:1rem;border-radius:4px;text-align:center;font-weight:600}.instructions-page{max-width:800px;margin:2rem auto 1rem;padding:2rem}.instructions-page h1{color:#000;text-align:center;margin-bottom:2rem;font-size:1.8rem;padding-top:1rem}.instructions-box{background:white;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem;margin-bottom:1rem}.instructions-box h1{color:#000;text-align:center;margin-bottom:2rem;font-size:1.8rem;padding-top:0;margin-top:0}.content-box{background:white;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem;margin-bottom:1rem}.instructions-page h3,.instructions-box h3,.content-box h3{color:#000;padding-bottom:.25rem;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.2rem}.instructions-box h3:first-of-type,.content-box h3:first-child{margin-top:0}.callout-box{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:1rem;margin:1.5rem 0;border-left:4px solid #f39c12}.important-text{color:#000;font-weight:700}.user-input{margin:1rem 0}.user-input input{width:100%;padding:12px;margin-bottom:.5rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;box-sizing:border-box}.user-input input:focus{border-color:#000;outline:none;box-shadow:0 0 0 2px #0003}.affiliation-question{margin-top:15px}.affiliation-question>label{display:block;margin-bottom:15px;font-weight:700;color:#000}.radio-options{display:flex;flex-direction:column;gap:10px}.radio-option{display:flex;align-items:center;cursor:pointer;padding:5px 0;font-weight:400;line-height:1.2}.radio-option input[type=radio]{margin-right:10px;cursor:pointer;flex-shrink:0}.anonymous-note{font-size:.9rem;color:#7f8c8d;font-style:italic;text-align:center;margin:1rem 0}.next-button{background-color:#3498db;color:#fff;border:none;padding:12px 32px;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;display:block;margin:1rem auto;transition:all .3s ease}.next-button:hover:not(:disabled){background-color:#2980b9;transform:translateY(-1px)}.next-button:disabled{background-color:#bdc3c7;cursor:not-allowed}.email-error{color:#e74c3c;text-align:center;font-weight:600;margin-top:1rem}.projects-list{max-width:900px;margin:0 auto;padding:0 1rem}.project-card{background:white;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:all .3s ease;border:3px solid transparent;max-width:800px;margin-left:auto;margin-right:auto;margin-bottom:2rem}.project-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.project-card.selected{border-color:#27ae60;box-shadow:0 4px 12px #27ae604d}.project-image{width:100%;height:400px;overflow:hidden;display:block}.project-image img{width:100%;height:400px;object-fit:cover;object-position:center;transition:transform .3s ease;display:block}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{padding:1.5rem}.project-number{color:#7f8c8d;font-size:.9rem;font-weight:600;margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.5px}.project-content h3{color:#000;margin-bottom:.5rem;font-size:1.4rem;line-height:1.3}.project-description{color:#555;line-height:1.6;margin-bottom:1rem}.project-cost{color:#27ae60;font-size:1.1rem;margin-bottom:.1rem}.project-total-cost{color:#7f8c8d;font-size:1.1rem;margin-bottom:1.5rem;margin-top:.1rem}.fund-checkbox{display:inline-flex;align-items:center;gap:.7rem;margin-bottom:1rem;padding:.8rem 2.5rem;background-color:#f8f9fa;border-radius:8px;border:2px solid #e9ecef;transition:all .3s ease;width:fit-content;cursor:pointer;min-width:250px}.fund-checkbox:has(input[type=checkbox]:checked){background-color:#d4edda!important;border-color:#27ae60!important}.project-card.selected .fund-checkbox:has(input[type=checkbox]:not(:checked)){background-color:#f8f9fa!important;border-color:#e9ecef!important}@supports not (selector(:has(*))){.project-card.selected .fund-checkbox{background-color:#f8f9fa;border-color:#e9ecef}.fund-checkbox.checkbox-selected{background-color:#d4edda;border-color:#27ae60}}.fund-checkbox input[type=checkbox]{width:22px;height:22px;accent-color:#27ae60;cursor:pointer;margin:0;flex-shrink:0}.fund-checkbox label{font-weight:600;color:#2c3e50;cursor:pointer;-webkit-user-select:none;user-select:none;margin:0;line-height:22px;font-size:1rem}.project-content textarea{width:100%;min-height:80px;padding:12px;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:.95rem;resize:vertical;box-sizing:border-box}.project-content textarea:focus{border-color:#000;outline:none;box-shadow:0 0 0 2px #0003}.project-content textarea::placeholder{color:#95a5a6;font-style:italic}.previous-button{background-color:#95a5a6;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;margin:0;display:block;font-size:1rem;transition:all .3s ease;width:180px}.previous-button:hover{background-color:#7f8c8d;transform:translateY(-1px)}.bottom-buttons{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:2rem auto}.bottom-submit-button{background-color:#27ae60;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;font-size:1rem;transition:all .3s ease;display:block;width:180px}.bottom-submit-button:hover:not(:disabled){background-color:#219a52;transform:translateY(-1px)}.bottom-submit-button:disabled{background-color:#95a5a6;cursor:not-allowed;transform:none}.bottom-submit-button.submitted{background-color:#2ecc71;cursor:default}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:10000}.modal-content{background:white;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #0000004d;max-width:500px;width:90%;text-align:center;animation:modalAppear .3s ease-out}@keyframes modalAppear{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-content h2{color:#000;margin-bottom:1rem;font-size:1.5rem}.modal-content p{color:#555;margin-bottom:2rem;line-height:1.5}.modal-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.modal-confirm-button{background-color:#27ae60;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.modal-confirm-button:hover{background-color:#219a52;transform:translateY(-1px)}.modal-cancel-button{background-color:#95a5a6;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.modal-cancel-button:hover{background-color:#7f8c8d;transform:translateY(-1px)}.footer{background-color:#f5f5f5;color:#2c3e50;text-align:center;padding:2rem;margin-top:3rem}.footer-line{width:100%;max-width:900px;margin:0 auto 2rem;height:1px;background-color:#bdc3c7}.footer p{margin:0;font-size:1.1rem;font-weight:600}.success-page{min-height:100vh;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;padding:2rem}.success-content{max-width:600px;background:white;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center}.success-content h1{color:#27ae60;font-size:2.5rem;margin-bottom:1rem}.success-content h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem}.success-content p{color:#555;line-height:1.6;margin-bottom:1rem;font-size:1rem}@media (max-width: 768px){.sticky-header{padding:.75rem}.sticky-header h1{font-size:1.3rem;padding-top:.75rem}.budget-container{gap:.75rem}.budget-info{justify-content:space-between;gap:1rem;font-size:1rem}.instructions-page{padding:.5rem;margin:.5rem}.instructions-box,.content-box{padding:1rem;margin:.5rem 0}.instructions-page h1,.instructions-box h1{font-size:1.5rem;padding-top:.75rem}.project-card{margin-bottom:1.5rem}.project-image,.project-image img{height:300px}.project-content{padding:1rem}.project-content h3{font-size:1.2rem}.projects-list{padding:0 .5rem}.fund-checkbox{padding:1rem 2rem;min-width:280px;font-size:1.1rem}.fund-checkbox input[type=checkbox]{width:24px;height:24px}.fund-checkbox label{font-size:1rem;line-height:24px;font-weight:700}.modal-content{margin:1rem;padding:1.5rem}.modal-buttons{flex-direction:column;align-items:center}.modal-confirm-button,.modal-cancel-button{width:100%;max-width:200px}}@media (max-width: 480px){.sticky-header h1{font-size:1.1rem;padding-top:.5rem}.budget-info{font-size:.9rem;flex-direction:column;gap:.5rem;text-align:center}.project-image,.project-image img{height:250px}.instructions-page h1,.instructions-box h1{font-size:1.3rem;padding-top:.5rem}.next-button,.submit-button,.previous-button,.bottom-submit-button{font-size:.95rem;padding:10px 20px}.fund-checkbox{padding:1.2rem 2.5rem;min-width:300px;font-size:1.1rem}.fund-checkbox input[type=checkbox]{width:26px;height:26px}.fund-checkbox label{font-size:1.1rem;line-height:26px;font-weight:700}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#f5f5f5;color:#333}#root{width:100%;margin:0;padding:0;text-align:left;background-color:#f5f5f5;min-height:100vh}h1{font-size:2.5em;line-height:1.1;margin-bottom:1rem}h3{font-size:1.5em;margin-bottom:.5rem;margin-top:2rem}p{line-height:1.6;margin-bottom:1rem}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;color:#213547;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}button:disabled{opacity:.5;cursor:not-allowed}input[type=text],input[type=email],input[type=password],input[type=number],textarea{font-family:inherit;font-size:1em;padding:.5em;border:1px solid #ccc;border-radius:4px;width:100%;margin-bottom:1rem}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,textarea:focus{outline:none;border-color:#646cff}input[type=radio]{width:auto;margin:0;padding:0;border:none;border-radius:0}
