.support-page { background: #0e0e0e; color: #fff; }
.support-page .container { width: auto; max-width: 1170px; }
.support-main { padding: 48px 0 65px; }
.support-heading { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid #373737; }
.support-heading > div { flex: 1; min-width: 0; }
.support-heading-title { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; width: 100%; margin-bottom: 12px; }
.support-heading-title img { width: 160px; height: auto; mix-blend-mode: screen; }
.support-heading h1 { margin: 0; font-size: clamp(30px, 4vw, 46px); font-weight: 600; line-height: 1.15; }
.support-heading p { margin: 0; max-width: none; white-space: nowrap; color: #d0d0d0; font-size: 17px; line-height: 1.6; font-weight: 300; }
.support-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.17fr); gap: 24px; align-items: stretch; }
.support-grid--waiting { grid-template-columns: minmax(0, 1fr); }
.support-grid--completed { grid-template-columns: minmax(0, 1fr); }
.support-connect[hidden] { display: none; }
.support-instructions[hidden] { display: none; }
.support-card { background: #1b1b1b; border: 1px solid #3c3c3c; border-radius: 6px; padding: 30px; box-shadow: 0 10px 28px rgba(0,0,0,.2); }
.support-grid--waiting .support-connect { display: grid; grid-template-columns: minmax(210px, .8fr) minmax(330px, 1fr); align-items: start; gap: 34px; }
.support-connect-copy p { color: #c9c9c9; font-size: 15px; line-height: 1.6; }
.support-connect-form { min-width: 0; }
.support-step-number { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; border: 1px solid #fff; background: #0e0e0e; color: #fff; font-size: 16px; font-weight: 700; }
.support-card h3 { margin: 15px 0 12px; font-size: 23px; font-weight: 600; }
.support-card > p { color: #c9c9c9; font-size: 15px; line-height: 1.6; }
.support-connect iframe { display: block; width: 100%; height: 175px; border: 0; background: #1b1b1b; border-radius: 4px; }
.support-small { margin: 8px 0 0; color: #c9c9c9; font-size: 13px !important; }
.support-download-note { margin: 18px 0 20px; padding: 16px 18px; background: #292929; border-left: 3px solid #fff; color: #eee; font-size: 15px; line-height: 1.5; }
.support-download-note strong { margin-right: 5px; }
.support-download-note a { color: #fff; text-decoration: underline; }
.support-card a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.support-device-tabs { display: flex; gap: 7px; flex-wrap: wrap; margin: 22px 0 18px; }
.support-device-tabs button { border: 1px solid #666; border-radius: 4px; background: #292929; color: #eee; padding: 9px 12px; font-size: 13px; font-weight: 600; cursor: pointer; }
.support-device-tabs button[aria-pressed="true"] { background: #fff; border-color: #fff; color: #111; }
.support-device-tabs button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.support-steps { margin: 0; padding: 0 0 0 22px; }
.support-steps[hidden] { display: none; }
.support-steps li { padding: 0 0 16px 8px; font-size: 15px; line-height: 1.58; }
.support-steps li::marker { color: #fff; font-weight: 700; }
.support-steps strong { font-weight: 700; }
.support-steps kbd { border: 1px solid #777; border-radius: 3px; background: #333; color: #fff; box-shadow: none; padding: 2px 5px; font-family: inherit; }
.support-help { margin: 8px 0 0; padding: 15px 17px; background: #2a2a2a; border-left: 3px solid #fff; font-size: 13px !important; }
.support-help a { color: #fff; text-decoration: underline; }
.support-trust { display: flex; align-items: flex-start; gap: 14px; margin-top: 24px; padding: 18px 22px; background: #202020; border: 1px solid #383838; border-radius: 5px; }
.support-trust .glyphicon { color: #fff; font-size: 20px; margin-top: 3px; }
.support-trust p { margin: 0; color: #d1d1d1; font-size: 14px; line-height: 1.6; }
@media (max-width: 900px) { .support-heading p { white-space: normal; } .support-grid { grid-template-columns: 1fr; } .support-grid--waiting .support-connect { grid-template-columns: 1fr; gap: 12px; } }
@media (max-width: 600px) { .support-main { padding: 30px 0 45px; } .support-card { padding: 22px; } .support-heading { margin-bottom: 22px; padding-bottom: 22px; } }
