.support-page{min-height:calc(100vh - 200px);background:white;padding:6rem 1rem;display:flex;justify-content:center;align-items:flex-start}.support-container{width:100%;max-width:800px;background:white;border-radius:12px;padding:3.5rem;box-shadow:0 4px 6px rgba(0,0,0,.15);border:1px solid #e5e7eb;margin:2rem 0}.support-header{text-align:center;margin-bottom:3rem}.support-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.support-subtitle{font-size:1.125rem;color:#6b7280}.support-links{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #e5e7eb}.support-links__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1rem}.support-link-card{display:flex;flex-direction:column;align-items:flex-start;padding:1.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left}.support-link-card:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.support-link-card--full{width:100%}.support-link-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:white;border-radius:8px;margin-bottom:1rem;color:#3b82f6}.support-link-card h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.support-link-card p{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.support-message{padding:1rem;border-radius:8px;margin-bottom:2rem}.support-message--success{background-color:#d1fae5;border:1px solid #10b981}.support-message--success h3{color:#065f46;margin-bottom:.5rem;font-size:1.125rem}.support-message--success p{color:#047857;margin:0}.support-message--error{background-color:#fee2e2;border:1px solid #ef4444}.support-message--error h3{color:#991b1b;margin-bottom:.5rem;font-size:1.125rem}.support-message--error p{color:#b91c1c;margin:0}.support-form{display:flex;flex-direction:column;gap:2rem}.support-form__field{display:flex;flex-direction:column;gap:.5rem}.support-form__label{font-size:.875rem;font-weight:600;color:#374151}.support-form__input,.support-form__select,.support-form__textarea{padding:.75rem;font-size:1rem;border:1px solid #d1d5db;border-radius:6px;transition:all .2s ease;font-family:inherit}.support-form__input:focus,.support-form__select:focus,.support-form__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.support-form__input--error,.support-form__select--error,.support-form__textarea--error{border-color:#ef4444}.support-form__input--error:focus,.support-form__select--error:focus,.support-form__textarea--error:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)}.support-form__select{cursor:pointer;background-color:white}.support-form__textarea{resize:vertical;min-height:120px}.support-form__error{font-size:.875rem;color:#ef4444;margin-top:-.25rem}.support-form__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}@media (max-width:768px){.support-page{padding:4rem 1rem}.support-container{padding:2.5rem 1.5rem;margin:1rem 0;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.12);border:1px solid #e5e7eb}.support-header{margin-bottom:2.5rem}.support-header h1{font-size:2rem}.support-subtitle{font-size:1rem}.support-form{gap:1.75rem}.support-form__input,.support-form__select,.support-form__textarea{padding:.75rem;font-size:1rem}.support-form__actions{margin-top:1.5rem}.support-links__grid{grid-template-columns:1fr;margin-bottom:1rem}}@media (max-width:480px){.support-page{padding:3rem .75rem}.support-container{padding:2rem 1.25rem}.support-header{margin-bottom:2rem}.support-header h1{font-size:1.75rem}.support-subtitle{font-size:.9375rem}.support-form{gap:1.5rem}.support-form__textarea{min-height:100px}.support-form__actions{margin-top:1rem}.support-link-card{padding:1.25rem}.support-link-card__icon{width:40px;height:40px}.support-link-card h3{font-size:1rem}}