body[data-page-view="faq"] .content,
body[data-page-view="support"] .content,
body[data-page-view="privacypolicy"] .content,
body[data-page-view="termsofservice"] .content {
  padding: 0 !important;
}

body[data-page-view="faq"] .blank-surface,
body[data-page-view="support"] .blank-surface,
body[data-page-view="privacypolicy"] .blank-surface,
body[data-page-view="termsofservice"] .blank-surface {
  width: 100% !important;
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

body[data-page-view="faq"] .blank-panel--ios-public-page,
body[data-page-view="support"] .blank-panel--ios-public-page,
body[data-page-view="privacypolicy"] .blank-panel--ios-public-page,
body[data-page-view="termsofservice"] .blank-panel--ios-public-page {
  min-height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  background: transparent;
}

body[data-page-view="faq"] .blank-panel--ios-public-page::before,
body[data-page-view="support"] .blank-panel--ios-public-page::before,
body[data-page-view="privacypolicy"] .blank-panel--ios-public-page::before,
body[data-page-view="termsofservice"] .blank-panel--ios-public-page::before {
  display: none;
}

.ios-public-page,
.ios-public-page * {
  box-sizing: border-box;
}

.ios-public-page {
  min-height: 100%;
  color: var(--text, #d8dee6);
}

.ios-public-page__content {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 18px 20px 32px;
  display: grid;
  gap: 24px;
}

.ios-public-hero,
.ios-public-state-card {
  padding: 20px 18px;
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--border, #263746) 88%, transparent);
  border-radius: 24px;
  background: linear-gradient(145deg, rgb(24 34 44 / 96%), rgb(13 20 28 / 97%));
  box-shadow: inset 0 1px rgb(255 255 255 / 3%);
}

.ios-public-hero h1,
.ios-public-state-card h1 {
  margin: 0;
  color: var(--coastal-blue-strong, #6fd2f2);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-align: center;
}

.ios-public-hero p,
.ios-public-state-card p {
  margin: 0;
  color: color-mix(in srgb, var(--text, #d8dee6) 86%, transparent);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

.ios-faq-page .ios-public-hero p,
.ios-support-page .ios-public-hero p,
.ios-public-state-card {
  text-align: center;
}

.ios-public-hero__status--error {
  color: var(--danger, #ee676d) !important;
  font-size: 11.5px !important;
}

.ios-public-pill {
  width: fit-content;
  max-width: 100%;
  min-height: 29px;
  margin: 6px auto 0;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgb(63 159 212 / 48%);
  border-radius: 999px;
  color: var(--text-strong, #f5f7fa);
  background: rgb(16 50 69 / 88%);
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ios-public-divider {
  width: 100%;
  height: 1px;
  background: color-mix(in srgb, var(--border, #263746) 88%, transparent);
}

.ios-public-divider--soft {
  background: color-mix(in srgb, var(--border, #263746) 72%, transparent);
}

.ios-public-empty {
  padding-top: 4px;
  display: grid;
  gap: 6px;
}

.ios-public-empty h2 {
  margin: 0;
  color: var(--text-strong, #f5f7fa);
  font-size: 17px;
}

.ios-public-empty p {
  margin: 0;
  color: color-mix(in srgb, var(--text, #d8dee6) 88%, transparent);
  font-size: 12px;
  line-height: 1.5;
}

.ios-public-state-card {
  justify-items: center;
  gap: 14px;
  padding: 22px;
}

.ios-public-state-card a {
  min-width: 140px;
  min-height: 42px;
  padding: 11px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(63 159 212 / 46%);
  border-radius: 14px;
  color: var(--text-strong, #f5f7fa);
  background: rgb(16 50 69 / 88%);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.ios-faq-jump {
  min-width: 0;
  display: grid;
  gap: 8px;
  justify-items: center;
}

.ios-faq-jump h2 {
  margin: 0;
  color: var(--muted, #82909e);
  font-size: 11.5px;
  font-weight: 700;
}

.ios-faq-jump__scroller {
  width: 100%;
  padding: 2px 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.ios-faq-jump__scroller::-webkit-scrollbar {
  display: none;
}

.ios-faq-jump__scroller a {
  min-height: 34px;
  padding: 9px 12px;
  flex: 0 0 auto;
  scroll-snap-align: center;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgb(63 159 212 / 48%);
  border-radius: 10px;
  color: var(--text-strong, #f5f7fa);
  background: rgb(9 29 41 / 86%);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.ios-faq-sections {
  display: grid;
  gap: 20px;
}

.ios-faq-section {
  padding-top: 2px;
  scroll-margin-top: 16px;
}

.ios-faq-section__heading,
.ios-legal-section__heading,
.ios-legal-summary__topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.ios-faq-section__heading {
  margin-bottom: 8px;
}

.ios-faq-section__heading h2,
.ios-legal-section__heading h2,
.ios-legal-summary > h2 {
  margin: 0;
  color: var(--text-strong, #f5f7fa);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.ios-faq-section__heading span,
.ios-legal-section__heading span {
  flex: 0 0 auto;
  color: var(--muted, #82909e);
  font-size: 11px;
  font-weight: 500;
}

.ios-faq-section__description {
  margin: 10px 0 0;
  color: color-mix(in srgb, var(--text, #d8dee6) 86%, transparent);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.5;
}

.ios-faq-entries {
  margin-top: 2px;
}

.ios-faq-entry summary {
  min-height: 48px;
  padding: 12px 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--text-strong, #f5f7fa);
  cursor: pointer;
  list-style: none;
}

.ios-faq-entry summary::-webkit-details-marker {
  display: none;
}

.ios-faq-entry summary svg {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--coastal-blue-strong, #6fd2f2);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.ios-faq-entry[open] summary svg {
  transform: rotate(180deg);
}

.ios-faq-entry__marker {
  width: 18px;
  margin-top: 1px;
  flex: 0 0 auto;
  color: var(--coastal-blue-strong, #6fd2f2);
  font-size: 10.5px;
  font-weight: 700;
}

.ios-faq-entry__marker--answer {
  color: var(--muted, #82909e);
}

.ios-faq-entry__question {
  min-width: 0;
  flex: 1 1 auto;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.45;
}

.ios-faq-entry__answer-wrap {
  padding: 0 0 12px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.ios-faq-entry__answer {
  min-width: 0;
  flex: 1 1 auto;
}

.ios-faq-entry__answer p {
  margin: 0;
  color: color-mix(in srgb, var(--text, #d8dee6) 90%, transparent);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

.ios-faq-entry figure {
  margin: 14px 0 0;
  display: grid;
  gap: 8px;
}

.ios-faq-entry figure img {
  width: 100%;
  height: 144px;
  display: block;
  object-fit: cover;
  border: 1px solid color-mix(in srgb, var(--border, #263746) 88%, transparent);
  border-radius: 16px;
}

.ios-faq-entry figcaption {
  color: var(--muted, #82909e);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.ios-legal-hero {
  gap: 6px;
}

.ios-legal-hero .ios-public-pill {
  margin-top: 6px;
}

.ios-legal-summary {
  display: grid;
  gap: 10px;
}

.ios-legal-summary > h2 {
  text-align: center;
}

.ios-legal-summary__rows {
  display: grid;
}

.ios-legal-summary__row {
  padding: 12px 0;
  display: grid;
  gap: 6px;
}

.ios-legal-summary__topline span {
  color: var(--coastal-blue-strong, #6fd2f2);
  font-size: 11px;
  font-weight: 700;
}

.ios-legal-summary__topline strong {
  max-width: 70%;
  color: var(--text-strong, #f5f7fa);
  font-size: 11.5px;
  font-weight: 650;
  text-align: right;
}

.ios-legal-summary__row p,
.ios-legal-section > p {
  margin: 0;
  color: color-mix(in srgb, var(--text, #d8dee6) 90%, transparent);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

.ios-legal-sections {
  display: grid;
  gap: 20px;
}

.ios-legal-section {
  padding-top: 2px;
  display: grid;
  gap: 8px;
}

.ios-support-page__content {
  width: min(100%, 640px);
  margin: 0 auto;
  padding: 16px 20px 32px;
  display: grid;
  gap: 12px;
}

.ios-support-hero {
  gap: 10px;
}

.ios-support-form {
  display: grid;
  gap: 14px;
}

.ios-support-identity {
  display: grid;
  gap: 10px;
}

.ios-support-identity__row {
  min-height: 48px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--border, #263746) 88%, transparent);
  border-radius: 16px;
  background: rgb(8 13 19 / 72%);
}

.ios-support-identity__label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ios-support-identity__label svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: color-mix(in srgb, var(--text, #d8dee6) 84%, transparent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ios-support-identity__label strong,
.ios-support-field > span:first-child,
.ios-support-field__topline > span:first-child {
  color: var(--text-strong, #f5f7fa);
  font-size: 12px;
  font-weight: 700;
}

.ios-support-identity__row > span {
  color: color-mix(in srgb, var(--text, #d8dee6) 90%, transparent);
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  overflow-wrap: anywhere;
}

.ios-support-field {
  display: grid;
  gap: 6px;
}

.ios-support-field input,
.ios-support-field select,
.ios-support-field textarea {
  width: 100%;
  border: 1px solid color-mix(in srgb, var(--border, #263746) 88%, transparent);
  border-radius: 14px;
  outline: 0;
  color: var(--text-strong, #f5f7fa);
  background: rgb(8 13 19 / 72%);
  font: inherit;
  font-size: 13px;
  font-weight: 500;
}

.ios-support-field input,
.ios-support-field select {
  min-height: 42px;
  padding: 10px 12px;
}

.ios-support-field input::placeholder,
.ios-support-field textarea::placeholder {
  color: var(--muted, #82909e);
  opacity: 1;
}

.ios-support-field input:focus,
.ios-support-field select:focus,
.ios-support-field textarea:focus {
  border-color: rgb(111 210 242 / 64%);
  box-shadow: 0 0 0 3px rgb(63 159 212 / 13%);
}

.ios-support-select {
  position: relative;
  display: block;
}

.ios-support-select select {
  padding-right: 38px;
  appearance: none;
}

.ios-support-select svg {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 15px;
  height: 15px;
  pointer-events: none;
  transform: translateY(-50%);
  fill: none;
  stroke: var(--muted, #82909e);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ios-support-field__topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.ios-support-field__topline > span:last-child {
  color: var(--muted, #82909e);
  font-size: 11px;
  font-weight: 500;
}

.ios-support-field textarea {
  min-height: 168px;
  padding: 10px;
  resize: vertical;
  line-height: 1.45;
}

.ios-support-note {
  margin: 0;
  color: color-mix(in srgb, var(--text, #d8dee6) 76%, transparent);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

body[data-page-view="support"] #support-ticket-feedback {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

body[data-page-view="support"] #support-ticket-feedback.settings-feedback--error {
  color: var(--danger, #ee676d);
}

body[data-page-view="support"] #support-ticket-feedback.settings-feedback--success {
  color: var(--success, #58d4a0);
}

.ios-support-submit {
  width: fit-content;
  min-width: 132px;
  min-height: 38px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgb(63 159 212 / 48%);
  border-radius: 14px;
  color: var(--text-strong, #f5f7fa);
  background: rgb(16 50 69 / 88%);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.ios-support-submit svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ios-support-submit:disabled {
  cursor: wait;
  opacity: 0.64;
}

.ios-faq-jump__scroller a:focus-visible,
.ios-faq-entry summary:focus-visible,
.ios-public-state-card a:focus-visible,
.ios-support-submit:focus-visible {
  outline: 2px solid var(--coastal-blue-strong, #6fd2f2);
  outline-offset: 3px;
}

@media (max-width: 560px) {
  .ios-faq-jump__scroller {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ios-faq-entry summary svg {
    transition: none;
  }
}
