.form-section{border-top:1px solid #e4e4e7;padding-top:2rem;margin-top:2rem}.form-section:first-of-type{border-top:none;padding-top:0;margin-top:0}.form-section-title{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.form-section-num{width:1.75rem;height:1.75rem;border-radius:9999px;background:#8231A71a;color:#8231a7;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.form-section h3{font-size:1rem;font-weight:700;color:#18181b}.form-section .section-desc{color:#71717a;font-size:.85rem;margin-top:.25rem;margin-left:2.5rem}textarea.kst-input{min-height:90px;resize:vertical;line-height:1.5}select.kst-input{cursor:pointer}.radio-card{border:1px solid #e4e4e7;border-radius:.75rem;padding:.85rem 1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.75rem}.radio-card:hover{border-color:#8231a7;background:#8231A70a}.radio-card input[type=radio]{accent-color:#8231A7}.radio-card.selected{border-color:#8231a7;background:#8231A70f;box-shadow:0 0 0 3px #8231A71a}.tech-match-card{background:#fff;border:1px solid #e4e4e7;border-radius:.75rem;padding:.85rem;display:flex;flex-direction:column;gap:.4rem;transition:all .2s}.tech-match-card:hover{border-color:#8231a7;box-shadow:0 4px 12px rgba(130,49,167,.08);transform:translateY(-2px)}.tech-match-card .name{font-size:.8rem;font-weight:600;color:#18181b;line-height:1.3}.tech-match-card .short{font-size:.7rem;color:#71717a}.tech-match-card a{font-size:.72rem;color:#8231a7;font-weight:500;display:inline-flex;align-items:center;gap:.2rem}.team-member-row{display:grid;grid-template-columns:1fr 1fr 2fr auto;gap:.5rem;align-items:start}@media (max-width:640px){.team-member-row{grid-template-columns:1fr 1fr auto}.team-member-row textarea{grid-column:1/-1}}.remove-btn{width:36px;height:36px;border-radius:.5rem;border:1px solid #e4e4e7;background:#fff;color:#71717a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.remove-btn:hover{border-color:#ef4444;color:#ef4444}.file-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .6rem;background:#f4f4f5;border-radius:.5rem;font-size:.75rem;color:#52525b;margin:.2rem}.file-chip button{background:0 0;border:none;color:#a1a1aa;cursor:pointer;padding:0;line-height:0}.submit-success{background:#ecfdf5;border:1px solid #86efac;border-radius:1rem;padding:2rem;text-align:center}.submit-success iconify-icon{color:#059669}.submit-error{background:#fef2f2;border:1px solid #fca5a5;border-radius:.75rem;padding:1rem;color:#b91c1c;font-size:.875rem;margin-top:.5rem}