.support-link-list { display: grid; gap: 10px; padding-top: 8px; }
.support-link-card { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 12px; align-items: center; border: 1px solid #e2e8f0; border-radius: 16px; padding: 14px; background: #f8fafc; }
.support-link-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; color: #0284c7; background: #e0f2fe; }
.support-link-copy { min-width: 0; }
.support-link-copy h3 { font-size: 14px; font-weight: 600; line-height: 1.5; }
.support-link-copy p { font-size: 12px; line-height: 1.7; color: #64748b; margin-top: 2px; }
.support-link-action { min-height: 44px; white-space: nowrap; }
.support-link-feedback { border-color: #ddd6fe; background: #f5f3ff; }
.support-link-feedback .support-link-icon { color: #7c3aed; background: #ede9fe; }
.ticket-feedback-category { grid-column: 1 / -1; }
.ticket-feedback-topic { display: block; width: 100%; min-height: 44px; border: 1px solid #cbd5e1; border-radius: 12px; background: white; padding: 10px 12px; color: #0f172a; font: inherit; }
.ticket-feedback-topic:focus-visible { outline: 2px solid #8b5cf6; outline-offset: 2px; }
#annual-plan-quick-cards { scroll-margin-top: 80px; }
.quick-plan-rate-note { max-width: 48rem; margin: 0 auto; font-size: 12px; line-height: 1.7; color: #64748b; }
.quick-plan-rate-note strong { color: #0369a1; font-weight: 600; }
.dark .support-link-card { border-color: #334155; background: #0f172a; }
.dark .support-link-copy p, .dark .quick-plan-rate-note { color: #94a3b8; }
.dark .quick-plan-rate-note strong { color: #7dd3fc; }
.dark .support-link-feedback { border-color: #5b21b6; background: #1e1637; }
.dark .support-link-icon { background: #172b40; color: #7dd3fc; }
.dark .support-link-feedback .support-link-icon { background: #32215a; color: #c4b5fd; }
.dark .ticket-feedback-topic { background: #0f172a; color: #e2e8f0; border-color: #475569; }
@media (max-width: 479px) {
  .support-link-card { grid-template-columns: 32px minmax(0, 1fr); gap: 8px 10px; padding: 12px; }
  .support-link-icon { width: 32px; height: 32px; border-radius: 10px; }
  .support-link-action { grid-column: 2; width: 100%; }
}
@media (max-width: 600px) and (max-height: 700px) {
  #annual-plan-quick-cards { scroll-margin-top: 64px; }
  #annual-plan-quick-cards > button { min-height: 0; padding: 8px; }
  #annual-plan-quick-cards > button > .mt-2 { margin-top: 4px; }
}
