.support-page{min-height:60vh}.support-content{max-width:800px;margin:0 auto;padding:2rem}.support-header{text-align:center;margin-bottom:2rem}.support-header h1,.support-header h2{margin-bottom:.5rem}.support-form{gap:1.5rem}.form-field,.support-form{display:flex;flex-direction:column}.form-field{gap:.5rem}.form-field label{font-weight:500;font-size:.9rem}.form-field .required{color:#ef4444}.form-field input,.form-field textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;transition:border-color .2s}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-field input:disabled,.form-field textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.submit-button{align-self:flex-start;min-width:150px;display:flex;align-items:center;justify-content:center;gap:.5rem}.support-error,.support-success{padding:1rem;border-radius:.375rem;margin-bottom:1.5rem}.support-success{background-color:#d1fae5;border:1px solid #10b981}.support-error{background-color:#fee2e2;border:1px solid #ef4444}@media (max-width:768px){.support-content{padding:1rem}}