.help-page{color:#fff;background:#000;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.help-container{width:100%;max-width:600px;margin:0 auto}.help-header{align-items:center;gap:16px;margin-bottom:40px;display:flex}.help-back-button{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.help-back-button:hover{background:#ffffff1a;border-color:#fff3}.help-title{margin:0;font-size:28px;font-weight:700}.help-info{text-align:center;margin-bottom:40px}.help-info-icon{color:#fffc;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.help-info-title{margin:0 0 12px;font-size:24px;font-weight:600}.help-info-subtitle{color:#fff9;max-width:480px;margin:0 auto;font-size:15px;line-height:1.6}.help-form{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;padding:32px}.help-error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;align-items:center;gap:8px;margin-bottom:24px;padding:12px 16px;font-size:14px;display:flex}.help-form-group{margin-bottom:24px}.help-label{color:#ffffffe6;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.help-input,.help-textarea,.help-select{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:14px 16px;font-family:inherit;font-size:16px;transition:all .2s}.help-select{appearance:none;cursor:pointer;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 1.5L6 6.5L11 1.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.help-select option{color:#fff;background:#000}.help-input:focus,.help-textarea:focus,.help-select:focus{background:#ffffff14;border-color:#ffffff4d;outline:none}.help-input::placeholder,.help-textarea::placeholder{color:#fff6}.help-input:disabled,.help-textarea:disabled,.help-select:disabled{opacity:.5;cursor:not-allowed}.help-textarea{resize:vertical;min-height:100px;line-height:1.5}.help-submit{color:#000;cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:32px;padding:16px 24px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.help-submit:hover:not(:disabled){background:#ffffffe6;transform:translateY(-1px)}.help-submit:active:not(:disabled){transform:translateY(0)}.help-submit:disabled{opacity:.6;cursor:not-allowed}.help-spinner{border:2px solid #0003;border-top-color:#000;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite help-spin}@keyframes help-spin{to{transform:rotate(360deg)}}.help-footer{text-align:center;margin-top:32px}.help-footer-text{color:#ffffff80;margin:0;font-size:14px}.help-link{color:#fffc;border-bottom:1px solid #ffffff4d;text-decoration:none;transition:all .2s}.help-link:hover{color:#fff;border-bottom-color:#fff}@media (max-width:768px){.help-page{padding:16px}.help-header{margin-bottom:32px}.help-title{font-size:24px}.help-info{margin-bottom:32px}.help-info-icon{width:64px;height:64px}.help-info-title{font-size:20px}.help-info-subtitle{font-size:14px}.help-form{padding:24px}.help-submit{padding:14px 20px}}
