*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;min-height:100vh;padding:20px}.container,body{background:#e8e6e1}.container{max-width:1200px;margin:0 auto;border-radius:16px;padding:40px}h1{font-size:48px;font-weight:600;margin-bottom:8px;color:#000;transition:opacity .2s ease}h1:hover{opacity:.8}.subtitle{font-size:18px;color:#333;margin-bottom:32px}.form-group{margin-bottom:24px}label{display:block;font-weight:600;margin-bottom:8px;color:#000}.required{color:#ef4444}input[type=email],input[type=text],select,textarea{width:100%;padding:12px;border:2px solid #d0cec9;border-radius:8px;font-size:16px;background:#fff;transition:border-color .2s}input:focus,select:focus,textarea:focus{outline:none;border-color:#d4ff00;box-shadow:0 0 0 4px rgba(212,255,0,.1);background:#faffed}textarea{min-height:150px;resize:vertical;font-family:inherit}.file-input{border:2px dashed #d0cec9;border-radius:8px;padding:24px;text-align:center;cursor:pointer;background:#f5f5f0;transition:all .2s}.file-input:hover{border-color:#000;background:#fff}.file-input input{display:none}.file-label{color:#000;font-weight:600}.file-info{margin-top:8px;color:#666;font-size:.9rem}.submit-button{width:100%;max-width:280px;display:block;margin:2rem auto 0;padding:16px 40px;background:#000;color:#d4ff00;border:none;border-radius:48px;font-size:16px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.submit-button:hover:not(:disabled){background:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.submit-button:disabled{background:#d0cec9;color:#999;cursor:not-allowed;transform:none}.success-message{background:#faffed;border:2px solid #d4ff00;color:#000;border-radius:12px}.error-message,.success-message{padding:2rem;margin-bottom:24px;text-align:center}.error-message{background:#fef2f2;border:2px solid #ef4444;color:#991b1b;border-radius:12px}.helper-text{font-size:.875rem;color:#666;margin-top:4px}.loading-message{text-align:center;color:#666;font-size:14px;margin-top:12px;font-style:italic;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}