.custom-select{position:relative}.custom-select,.custom-select__trigger{width:100%;box-sizing:border-box;font-family:Proxima Nova,sans-serif;font-size:1rem}.custom-select__trigger{display:flex;align-items:center;justify-content:space-between;height:51.2px;padding:.75rem 1rem;background-color:rgba(255,251,249,.05);border:2px solid rgba(255,251,249,.1);border-radius:.5rem;color:#fffbf9;cursor:pointer;text-align:left;transition:all .3s ease}.custom-select__trigger:focus{outline:none;border-color:#fb723d;background-color:rgba(255,251,249,.08)}.custom-select__trigger span.placeholder{color:rgba(255,251,249,.4)}.custom-select.open .custom-select__trigger,.custom-select__trigger:hover{border-color:#fb723d;background-color:rgba(255,251,249,.08)}.custom-select.error .custom-select__trigger{border-color:#f44}.custom-select__arrow{flex-shrink:0;margin-left:.5rem;transition:transform .25s ease}.custom-select__arrow.rotated{transform:rotate(180deg)}.custom-select__arrow path{stroke:rgba(255,251,249,.6)}.custom-select.open .custom-select__arrow path{stroke:#fb723d}.custom-select__dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:1000;list-style:none;margin:0;padding:.375rem;background-color:#1a1a1a;border:1.5px solid rgba(251,114,61,.35);border-radius:.6rem;box-shadow:0 8px 32px rgba(0,0,0,.5),0 0 0 1px rgba(251,114,61,.08);max-height:260px;overflow-y:auto;animation:dropdownFadeIn .15s ease}.custom-select__dropdown::-webkit-scrollbar{width:4px}.custom-select__dropdown::-webkit-scrollbar-track{background:transparent}.custom-select__dropdown::-webkit-scrollbar-thumb{background:rgba(251,114,61,.4);border-radius:2px}.custom-select__option{display:flex;align-items:center;justify-content:space-between;padding:.6rem .875rem;border-radius:.4rem;color:rgba(255,251,249,.85);font-family:Proxima Nova,sans-serif;font-size:.9375rem;cursor:pointer;transition:background-color .15s ease,color .15s ease;user-select:none}.custom-select__option:hover{background-color:rgba(251,114,61,.12);color:#fffbf9}.custom-select__option.selected{color:#fb723d;font-weight:600;background-color:rgba(251,114,61,.08)}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.registration-form-container{max-width:800px;margin:0 auto;padding:3rem 2rem}@media(max-width:768px){.registration-form-container{padding:2rem 1rem}}.form-header{text-align:center;margin-bottom:3rem}.form-header h1{font-family:Manrope,sans-serif;font-size:2.5rem;font-weight:700;color:#fffbf9;margin-bottom:.5rem}@media(max-width:768px){.form-header h1{font-size:2rem}}.form-header p{font-family:Proxima Nova,sans-serif;font-size:1.125rem;color:rgba(255,251,249,.7)}.registration-form{display:flex;flex-direction:column;gap:3rem}.form-section h2{font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:600;color:#fb723d;padding-bottom:.75rem;border-bottom:2px solid rgba(251,114,61,.3)}.form-group,.form-section h2{margin-bottom:1.5rem}.form-group label{display:flex;align-items:center;justify-content:space-between;font-family:Proxima Nova,sans-serif;font-size:1rem;font-weight:500;color:#fffbf9;margin-bottom:.5rem}.form-group label .required{color:#fb723d;margin-left:.25rem}.form-group label .char-count{font-size:.875rem;color:rgba(255,251,249,.5);font-weight:400}.form-group input[type=email],.form-group input[type=tel],.form-group input[type=text],.form-group input[type=url],.form-group select,.form-group textarea{width:100%;box-sizing:border-box;padding:.75rem 1rem;height:51.2px;font-family:Proxima Nova,sans-serif;font-size:1rem;color:#fffbf9;background-color:rgba(255,251,249,.05);border:2px solid rgba(255,251,249,.1);border-radius:.5rem;transition:all .3s ease}.form-group input[type=email]:focus,.form-group input[type=tel]:focus,.form-group input[type=text]:focus,.form-group input[type=url]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#fb723d;background-color:rgba(255,251,249,.08)}.form-group input[type=email]::placeholder,.form-group input[type=tel]::placeholder,.form-group input[type=text]::placeholder,.form-group input[type=url]::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:rgba(255,251,249,.4)}.form-group input[type=email].error,.form-group input[type=tel].error,.form-group input[type=text].error,.form-group input[type=url].error,.form-group select.error,.form-group textarea.error{border-color:#f44}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23FFFBF9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;color:#fffbf9}.form-group select.placeholder-shown{color:rgba(255,251,249,.4)}.form-group select option{color:#fffbf9;background-color:#1a1a1a}.form-group select option[value=""]{color:rgba(255,251,249,.4)}.form-group textarea{resize:vertical;min-height:100px}.form-group small{display:block;margin-top:.5rem;font-size:.875rem;color:rgba(255,251,249,.5);font-family:Proxima Nova,sans-serif}.form-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.5rem}.form-row .form-group{min-width:0;max-width:100%;overflow:visible}.form-row .form-group input:not(.file-input-wrapper input){width:100%;max-width:100%;min-width:100%;box-sizing:border-box}@media(max-width:768px){.form-row{grid-template-columns:1fr}}.radio-group{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}.radio-group .radio-label{display:flex;align-items:center;justify-content:flex-start!important;cursor:pointer;padding:.75rem 1rem;background-color:rgba(255,251,249,.05);border:2px solid rgba(255,251,249,.1);border-radius:.5rem;transition:all .3s ease}.radio-group .radio-label:hover{background-color:rgba(255,251,249,.08)}.radio-group .radio-label input[type=radio]{width:20px;height:20px;margin-right:.5rem;accent-color:#fb723d;cursor:pointer;flex-shrink:0}.radio-group .radio-label span{font-family:Proxima Nova,sans-serif;font-size:1rem;color:#fffbf9;flex-shrink:0}.error-text{display:block;margin-top:.5rem;font-size:.875rem;color:#f44;font-family:Proxima Nova,sans-serif}.submit-button{width:100%;padding:1rem 2rem;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:600;color:#fffbf9;background:linear-gradient(135deg,#fb723d,#ff8f61);border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px rgba(251,114,61,.4)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.success-message{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background-color:rgba(34,197,94,.1);border:2px solid rgba(34,197,94,.3);border-radius:.5rem;margin-bottom:2rem}.success-message svg{width:24px;height:24px;flex-shrink:0;stroke:#22c55e}.success-message p{font-family:Proxima Nova,sans-serif;font-size:1rem;color:#22c55e;margin:0}.error-message{padding:1rem 1.5rem;background-color:rgba(255,68,68,.1);border:2px solid rgba(255,68,68,.3);border-radius:.5rem;margin-bottom:2rem}.error-message p{font-family:Proxima Nova,sans-serif;font-size:1rem;color:#f44;margin:0}.draft-save-status{text-align:center;padding:.5rem 1rem;margin-bottom:1.5rem;font-family:Proxima Nova,sans-serif;font-size:.875rem;border-radius:.375rem;transition:all .3s ease}.draft-save-status.saving{background-color:rgba(251,114,61,.1);color:#fb723d;border:1px solid rgba(251,114,61,.3)}.draft-save-status.saved{background-color:rgba(34,197,94,.1);color:#22c55e;border:1px solid rgba(34,197,94,.3)}.draft-save-status.error{background-color:rgba(255,68,68,.1);color:#f44;border:1px solid rgba(255,68,68,.3)}.pitch-deck-drive-input{height:51.2px!important;padding:.75rem 1rem!important;box-sizing:border-box!important}.form-group input[type=file]{width:100%;max-width:100%;box-sizing:border-box;height:51.2px;padding:0;font-family:Proxima Nova,sans-serif;font-size:1rem;color:rgba(255,251,249,.4);background-color:rgba(255,251,249,.05);border:2px solid rgba(255,251,249,.1);border-radius:.5rem;transition:all .3s ease;cursor:pointer;overflow:hidden}.form-group input[type=file]:hover{border-color:#fb723d;background-color:rgba(255,251,249,.08)}.form-group input[type=file]:focus{outline:none;border-color:#fb723d}.form-group input[type=file]::file-selector-button{height:calc(100% - 8px);padding:0 .875rem;margin:4px .75rem 4px 4px;font-family:Proxima Nova,sans-serif;font-size:.875rem;font-weight:600;color:#fffbf9;background-color:#fb723d;border:none;border-radius:.3rem;cursor:pointer;transition:all .2s ease}.form-group input[type=file]::file-selector-button:hover{background-color:#ff8f61}.file-preview{margin-top:1rem;padding:1rem;background-color:rgba(255,251,249,.05);border:1px solid rgba(255,251,249,.1);border-radius:.5rem}.file-preview .file-info{display:flex;align-items:center;gap:.75rem}.file-preview .file-info svg{flex-shrink:0;color:#fb723d}.file-preview .file-info .file-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.file-preview .file-info .file-details .file-name{font-family:Proxima Nova,sans-serif;font-size:.875rem;font-weight:500;color:#fffbf9}.file-preview .file-info .file-details .file-size{font-family:Proxima Nova,sans-serif;font-size:.75rem;color:rgba(255,251,249,.5)}.file-preview .file-info .remove-file-button{padding:.5rem;background-color:rgba(255,68,68,.1);border:1px solid rgba(255,68,68,.3);border-radius:.375rem;color:#f44;cursor:pointer;transition:all .2s ease;font-size:1rem;line-height:1}.file-preview .file-info .remove-file-button:hover{background-color:rgba(255,68,68,.2)}.upload-progress{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.upload-progress .progress-bar{width:100%;height:.5rem;background-color:rgba(255,251,249,.1);border-radius:.25rem;overflow:hidden}.upload-progress .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#fb723d,#ff8f61);transition:width .3s ease}.upload-progress .progress-text{font-family:Proxima Nova,sans-serif;font-size:.875rem;color:#fb723d;text-align:center}