.investogun-container{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;background-color:#f7f7f5;color:#1f2937;line-height:1.4;min-height:100vh;display:flex;flex-direction:column}.investogun-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.investogun-header-left,.investogun-header-right{display:flex;align-items:center;gap:.5rem}.investogun-header-left img{width:60px;height:60px;-o-object-fit:contain;object-fit:contain}.investogun-header-left span{font-size:1.75rem;font-weight:600;color:#008c45;white-space:nowrap}.investogun-header-right img{width:60px;height:auto;-o-object-fit:contain;object-fit:contain}@media (max-width: 1024px){.investogun-header{padding:.75rem 1.5rem}.investogun-header-left img{width:86px}.investogun-header-left span{font-size:1.5rem;white-space:normal}.investogun-header-right img{width:62px}}@media (max-width: 600px){.investogun-header{padding:.5rem 1rem}.investogun-header-left img{width:62px;height:auto;gap:4rem}.investogun-header-left span{display:none}.investogun-header-right img{width:86px;height:auto;gap:4rem}}.investogun-main{padding:2rem;flex-grow:1}.investogun-main h1{text-align:center;font-size:2rem;font-weight:600;color:#008c45;margin-top:0;margin-bottom:.25rem}.investogun-main>p{text-align:center;font-size:.95rem;color:#4b5563;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.form-overview{background-color:#f3f4f6;border-radius:.5rem;padding:1rem 1.25rem;margin-bottom:1.75rem;border:1px solid #e5e7eb}.form-overview h4{margin-top:0;margin-bottom:.5rem;font-size:.9rem;font-weight:600;color:#374151}.form-overview .overview-row{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.25rem;color:#374151}.status-invalid{color:#dc2626;font-weight:700}.investogun-form section{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem 1.25rem;margin-bottom:2rem}.investogun-form section h2{font-size:1.3rem;margin-top:0;margin-bottom:.75rem;font-weight:600;color:#008c45}.investogun-form section h3{font-size:1rem;margin-top:1.25rem;margin-bottom:.5rem;font-weight:600;color:#008c45}.investogun-form section p{font-size:.9rem;color:#4b5563;margin-top:0;margin-bottom:1rem}.field{display:flex;flex-direction:column;margin-bottom:1rem}.field label{font-size:.9rem;color:#374151;margin-bottom:.35rem}.field input[type=text],.field input[type=email],.field input[type=url],.field input[type=number],.field input[type=tel],.field input[type=date],.field select,.field textarea{padding:.6rem .75rem;font-size:.9rem;border:1px solid #d1d5db;border-radius:.25rem;background-color:#f9fafb;color:#374151}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:#008c45;box-shadow:0 0 0 1px #008c45}.field textarea{min-height:100px;resize:vertical}.director-row{display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:center}.share-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:.5rem;align-items:center}.materials-row{display:grid;grid-template-columns:1fr 1fr auto;gap:.5rem;align-items:center}.partners-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:.5rem;align-items:center}.add-row{margin-top:.5rem;background-color:transparent;color:#008c45;border:none;font-size:.9rem;cursor:pointer;padding:.25rem 0;display:inline-block}.add-row:hover{text-decoration:underline}.remove-row{background-color:transparent;border:none;color:#dc2626;font-size:1.25rem;line-height:1;cursor:pointer;padding:0 .25rem}.remove-row:hover{color:#b91c1c}.alert{padding:.75rem 1rem;border-radius:.25rem;margin-bottom:1.25rem;font-size:.95rem}.success-alert{background-color:#d1fae5;color:#065f46;border:1px solid #10b981}.error-alert{background-color:#fee2e2;color:#991b1b;border:1px solid #f87171}.materials-table,.partners-table,.share-table{border:1px solid #e5e7eb;border-radius:.25rem;overflow:hidden;margin-bottom:1rem}.share-header{display:grid;grid-template-columns:1fr 1fr 1fr auto;background-color:#f3f4f6;color:#374151;font-weight:600;padding:.5rem}.share-row{padding:.5rem;border-top:1px solid #e5e7eb}.materials-header,.partners-header{display:grid;background-color:#f3f4f6;color:#374151;font-weight:600;padding:.5rem}.materials-header{grid-template-columns:1fr 1fr auto}.partners-header{grid-template-columns:1fr 1fr 1fr auto}.materials-row,.partners-row{padding:.5rem;border-top:1px solid #e5e7eb}.radio-group,.checkbox-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.radio-group.horizontal{flex-direction:row;flex-wrap:wrap;align-items:center;gap:1rem}.group-label{margin-right:.5rem;font-weight:500;color:#374151}.radio-group label,.checkbox-group label{display:flex;align-items:center;font-size:.9rem;color:#374151}.radio-group input[type=radio],.checkbox-group input[type=checkbox]{margin-right:.5rem;width:1rem;height:1rem;accent-color:#008c45}.form-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.form-row>.field{flex:1;min-width:calc(50% - .5rem)}@media (max-width: 768px){.form-row>.field{min-width:100%}}.add-section{margin-bottom:1rem}.add-btn{display:inline-flex;align-items:center;padding:.5rem .75rem;font-size:.85rem;font-weight:500;color:#008c45;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:.25rem;cursor:pointer;transition:background-color .15s ease}.add-btn:hover{background-color:#eff1f3}.add-btn .plus{font-weight:700;margin-right:.25rem;display:inline-block}.declaration-text{font-size:.9rem;color:#374151;font-style:italic;margin-bottom:1rem;background-color:#f9fafb;padding:.75rem;border-left:4px solid #008c45;border-radius:.25rem}.submit-wrapper{text-align:center;margin-top:1.5rem}.submit-button{padding:.75rem 2rem;font-size:1rem;font-weight:600;color:#fff;background-color:#008c45;border:none;border-radius:.25rem;cursor:pointer;transition:background-color .2s ease}.submit-button:hover{background-color:#066c36}.share-table{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:.25rem;overflow:hidden;margin-bottom:1rem}.share-header,.share-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;align-items:center;padding:.5rem}.share-header{background-color:#f3f4f6;font-weight:600;font-size:.85rem;color:#374151}.share-row:nth-child(odd){background-color:#f9fafb}.share-row input{width:100%;padding:.5rem;font-size:.85rem;border:1px solid #d1d5db;border-radius:.25rem;background-color:#fff;color:#374151}.share-row input:focus{outline:none;border-color:#008c45;box-shadow:0 0 0 1px #008c45}.materials-table,.partners-table{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:.25rem;overflow:hidden;margin-bottom:1rem}.materials-header,.materials-row,.partners-header,.partners-row{display:grid;align-items:center;gap:.5rem;padding:.5rem}.materials-header{grid-template-columns:repeat(2,1fr);background-color:#f3f4f6;font-weight:600;font-size:.85rem;color:#374151}.materials-row{grid-template-columns:repeat(2,1fr)}.materials-row:nth-child(odd){background-color:#f9fafb}.materials-row input{width:100%;padding:.5rem;font-size:.85rem;border:1px solid #d1d5db;border-radius:.25rem;background-color:#fff;color:#374151}.materials-row input:focus{outline:none;border-color:#008c45;box-shadow:0 0 0 1px #008c45}.partners-header{grid-template-columns:repeat(3,1fr);background-color:#f3f4f6;font-weight:600;font-size:.85rem;color:#374151}.partners-row{grid-template-columns:repeat(3,1fr)}.partners-row:nth-child(odd){background-color:#f9fafb}.partners-row input{width:100%;padding:.5rem;font-size:.85rem;border:1px solid #d1d5db;border-radius:.25rem;background-color:#fff;color:#374151}.partners-row input:focus{outline:none;border-color:#008c45;box-shadow:0 0 0 1px #008c45}footer{background-color:#f7f7f5;border-top:1px solid #e5e7eb;text-align:center;padding:1.25rem 2rem;flex-shrink:0}footer p{margin:.2rem 0;font-size:.85rem;color:#4b5563}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */.table{display:table}
