.swiftalk-create-icon-only {
  width: 68px !important;
  height: 68px !important;
  min-width: 68px !important;
  max-width: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
}

.swiftalk-create-icon-only span,
.swiftalk-create-icon-only small,
.swiftalk-create-icon-only strong,
.swiftalk-create-icon-only em,
.swiftalk-create-icon-only p {
  display: none !important;
}

.swiftalk-profile-media-control {
  align-items: center !important;
  gap: 12px !important;
}

.swiftalk-profile-media-control input[type="url"],
.swiftalk-profile-media-control input[type="text"][value*="amazonaws.com"],
.swiftalk-profile-media-control textarea {
  display: none !important;
}

.swiftalk-hidden-storage-url {
  display: none !important;
}

.swiftalk-media-adjust-note {
  margin-top: 8px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.35;
}

.swiftalk-media-editor {
  width: min(100%, 560px);
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  background: #fff7ed;
}

.swiftalk-media-editor__viewport {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
  background: #eef2f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiftalk-media-editor--avatar .swiftalk-media-editor__viewport {
  width: 220px;
  height: 220px;
  margin-inline: auto;
  border-radius: 999px;
}

.swiftalk-media-editor--banner .swiftalk-media-editor__viewport {
  aspect-ratio: 16 / 5;
  height: auto;
}

.swiftalk-media-editor__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  will-change: transform;
}

.swiftalk-media-editor__controls {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.swiftalk-media-editor__controls label {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

html.swiftalk-auth-route,
html.swiftalk-auth-route body {
  min-height: 100%;
  background: #f8fafc !important;
}

html.swiftalk-auth-route body {
  overflow-x: hidden !important;
}

html.swiftalk-auth-route #root {
  min-height: 100vh !important;
}

html.swiftalk-standalone-auth-route body {
  overflow-x: hidden !important;
}

html.swiftalk-standalone-auth-route aside,
html.swiftalk-standalone-auth-route nav,
html.swiftalk-standalone-auth-route header,
html.swiftalk-standalone-auth-route footer,
html.swiftalk-standalone-auth-route [class*="sidebar" i],
html.swiftalk-standalone-auth-route [class*="bottom" i],
html.swiftalk-standalone-auth-route [class*="dock" i],
html.swiftalk-standalone-auth-route [class*="floating" i],
html.swiftalk-standalone-auth-route [class*="message" i] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.swiftalk-standalone-auth {
  min-height: 100vh;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 560px);
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding: clamp(28px, 7vw, 84px) 0;
  color: #111827;
}

.swiftalk-standalone-auth__brand {
  display: grid;
  gap: 18px;
}

.swiftalk-auth-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111827;
  text-decoration: none;
  font-size: 28px;
  font-weight: 900;
}

.swiftalk-auth-logo img {
  width: 54px;
  height: 54px;
  border-radius: 14px;
}

.swiftalk-standalone-auth h1 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 0.96;
  letter-spacing: 0;
}

.swiftalk-standalone-auth p {
  margin: 0;
  max-width: 560px;
  color: #64748b;
  font-size: 20px;
  line-height: 1.45;
}

.swiftalk-standalone-auth__card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.08);
}

.swiftalk-standalone-auth form {
  display: grid;
  gap: 14px;
}

.swiftalk-standalone-auth label {
  display: grid;
  gap: 7px;
  color: #334155;
  font-size: 14px;
  font-weight: 800;
}

.swiftalk-standalone-auth input {
  width: 100%;
  box-sizing: border-box;
  min-height: 56px;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  background: #f8fafc;
  color: #111827;
  padding: 0 16px;
  font: inherit;
}

.swiftalk-auth-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.swiftalk-password-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.swiftalk-password-field button,
.swiftalk-auth-inline-actions button {
  min-height: 48px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff7ed;
  color: #f97316;
  padding: 0 16px;
  font-weight: 900;
  cursor: pointer;
}

.swiftalk-auth-inline-actions {
  display: flex;
  justify-content: flex-end;
}

.swiftalk-auth-primary,
.swiftalk-auth-secondary {
  min-height: 58px;
  border-radius: 18px;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
}

.swiftalk-auth-primary {
  border: 0;
  background: #f97316;
  color: #fff;
}

.swiftalk-auth-secondary {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #111827;
}

.swiftalk-standalone-auth button[disabled],
.swiftalk-standalone-auth input[disabled] {
  opacity: 0.58;
  cursor: wait;
}

.swiftalk-auth-status {
  min-height: 20px;
  color: #b91c1c !important;
  font-size: 14px !important;
  font-weight: 800;
}

.swiftalk-auth-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-top: 18px;
  color: #64748b;
  font-weight: 800;
}

.swiftalk-auth-switch a {
  color: #f97316;
  text-decoration: none;
}

.swiftalk-auth-hidden-shell {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.swiftalk-auth-route aside,
html.swiftalk-auth-route nav,
html.swiftalk-auth-route header,
html.swiftalk-auth-route footer,
html.swiftalk-auth-route [class*="sidebar" i],
html.swiftalk-auth-route [class*="bottom" i],
html.swiftalk-auth-route [class*="dock" i],
html.swiftalk-auth-route [class*="floating" i] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.swiftalk-auth-route main,
html.swiftalk-auth-route [role="main"] {
  margin-left: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
}

.swiftalk-auth-route .swiftalk-auth-card-polish,
.swiftalk-auth-card-polish {
  width: min(720px, calc(100vw - 32px)) !important;
  max-width: 720px !important;
  margin: clamp(28px, 9vh, 92px) auto !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08) !important;
}

.swiftalk-auth-card-polish input[type="email"],
.swiftalk-auth-card-polish input[type="password"],
.swiftalk-auth-card-polish input[type="text"],
.swiftalk-auth-card-polish input[type="date"] {
  min-height: 56px !important;
  border-radius: 16px !important;
}

.swiftalk-auth-guard-panel {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #fed7aa;
  border-radius: 18px;
  background: #fff7ed;
}

.swiftalk-auth-guard-panel strong {
  color: #0f172a;
  font-size: 16px;
}

.swiftalk-auth-guard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.swiftalk-auth-guard-panel input {
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #fdba74;
  border-radius: 14px;
  background: #fff;
  color: #111827;
  font: inherit;
}

.swiftalk-auth-guard-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #334155;
  font-size: 14px;
  line-height: 1.35;
}

.swiftalk-auth-guard-check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.swiftalk-auth-guard-error {
  display: none;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 700;
}

.swiftalk-auth-guard-panel[data-invalid="true"] .swiftalk-auth-guard-error {
  display: block;
}

.swiftalk-auth-disabled {
  opacity: 0.54 !important;
  cursor: not-allowed !important;
}

.swiftalk-auth-password-tools {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 8px;
}

.swiftalk-auth-password-tools button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff7ed;
  color: #f97316;
  font-weight: 800;
  cursor: pointer;
}

.swiftalk-auth-strength-meter {
  display: grid;
  gap: 7px;
  margin-top: -4px;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.swiftalk-auth-strength-meter > span {
  display: block;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e7eb;
}

.swiftalk-auth-strength-meter > span::before {
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  border-radius: inherit;
  background: #ef4444;
  transition: width .16s ease, background .16s ease;
}

.swiftalk-auth-strength-meter[data-score="1"] > span::before {
  width: 25%;
  background: #f97316;
}

.swiftalk-auth-strength-meter[data-score="2"] > span::before {
  width: 45%;
  background: #f59e0b;
}

.swiftalk-auth-strength-meter[data-score="3"] > span::before {
  width: 65%;
  background: #22c55e;
}

.swiftalk-auth-strength-meter[data-score="4"] > span::before {
  width: 82%;
  background: #16a34a;
}

.swiftalk-auth-strength-meter[data-score="5"] > span::before {
  width: 100%;
  background: #047857;
}

.swiftalk-ads-nav-link {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 48px !important;
  margin: 8px 14px !important;
  padding: 0 16px !important;
  border-radius: 16px !important;
  color: #111827 !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease !important;
}

.swiftalk-ads-nav-link:hover {
  background: #fff7ed !important;
  color: #f97316 !important;
  transform: scale(1.025) !important;
}

.swiftalk-ads-nav-link span:first-child {
  display: inline-grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  background: #ffedd5 !important;
  color: #f97316 !important;
  font-size: 11px !important;
}

html.swiftalk-ads-route,
html.swiftalk-ads-route body {
  min-height: 100%;
  background: #f8fafc !important;
}

html.swiftalk-ads-route #root {
  min-height: 100vh !important;
}

.swiftalk-ads-page {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding: clamp(24px, 5vw, 64px) 0;
  color: #111827;
}

.swiftalk-ads-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e7eb;
}

.swiftalk-ads-hero span,
.swiftalk-ads-card-head span {
  color: #f97316;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.swiftalk-ads-hero h1,
.swiftalk-ads-card h2 {
  margin: 6px 0 0;
  letter-spacing: 0;
}

.swiftalk-ads-hero h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.swiftalk-ads-hero p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.45;
}

.swiftalk-ads-ghost,
.swiftalk-ads-card-head button {
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff7ed;
  color: #f97316;
  font-weight: 900;
  text-decoration: none;
  padding: 12px 18px;
  cursor: pointer;
}

.swiftalk-ads-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.swiftalk-ads-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.swiftalk-ads-kpis article {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  padding: 18px;
}

.swiftalk-ads-kpis span,
.swiftalk-ads-kpis small {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
}

.swiftalk-ads-kpis span {
  color: #f97316;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.swiftalk-ads-kpis strong {
  display: block;
  margin: 8px 0;
  color: #111827;
  font-size: 28px;
}

.swiftalk-ads-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 22px;
}

.swiftalk-ads-card {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.06);
}

.swiftalk-ads-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.swiftalk-ads-card-head.compact {
  margin: 22px 0 14px;
}

.swiftalk-ads-card-head strong {
  border-radius: 999px;
  background: #f8fafc;
  padding: 10px 14px;
  color: #334155;
  font-size: 13px;
}

.swiftalk-ads-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.swiftalk-ads-fields label {
  display: grid;
  gap: 8px;
  color: #344054;
  font-size: 13px;
  font-weight: 900;
}

.swiftalk-ads-fields input,
.swiftalk-ads-fields select,
.swiftalk-ads-fields textarea {
  width: 100%;
  min-height: 54px;
  box-sizing: border-box;
  border: 1px solid #dbe3ee;
  border-radius: 16px;
  background: #f8fafc;
  color: #111827;
  padding: 0 16px;
  font: inherit;
}

.swiftalk-ads-fields select[multiple] {
  min-height: 170px;
  padding: 10px 14px;
}

.swiftalk-ads-fields textarea {
  grid-column: 1 / -1;
  min-height: 120px;
  padding-top: 14px;
  resize: vertical;
}

.swiftalk-ads-targeting {
  margin-top: 18px;
  border-top: 1px solid #e5e7eb;
}

.swiftalk-ads-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 14px;
  color: #475569;
  font-weight: 700;
}

.swiftalk-ads-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #f97316;
}

.swiftalk-ads-form > button {
  width: 100%;
  min-height: 56px;
  margin-top: 18px;
  border: 0;
  border-radius: 18px;
  background: #f97316;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
}

.swiftalk-ads-note {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 13px;
}

.swiftalk-ads-preview {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
  border: 1px solid #fed7aa;
  border-radius: 18px;
  background: #fff7ed;
  padding: 18px;
}

.swiftalk-ads-preview span {
  color: #f97316;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.swiftalk-ads-preview strong {
  color: #111827;
  font-size: 22px;
}

.swiftalk-ads-preview p {
  margin: 0;
  color: #64748b;
  line-height: 1.45;
}

.swiftalk-ads-preview-tags,
.swiftalk-ads-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.swiftalk-ads-preview-tags em {
  border-radius: 999px;
  background: #fff;
  color: #f97316;
  padding: 7px 10px;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
}

.swiftalk-ads-list {
  display: grid;
  gap: 12px;
}

.swiftalk-ads-empty,
.swiftalk-ads-row {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #f8fafc;
  padding: 16px;
}

.swiftalk-ads-empty {
  color: #64748b;
  font-weight: 800;
}

.swiftalk-ads-row {
  display: grid;
  gap: 12px;
}

.swiftalk-ads-row strong {
  display: block;
  color: #111827;
  font-size: 17px;
}

.swiftalk-ads-row span {
  color: #64748b;
}

.swiftalk-ads-row small {
  display: block;
  margin-top: 6px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.4;
}

.swiftalk-ads-metrics span {
  border-radius: 999px;
  background: #fff7ed;
  color: #f97316;
  padding: 8px 10px;
  font-weight: 900;
  font-size: 12px;
}

.swiftalk-sponsored-stack {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.swiftalk-sponsored-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.swiftalk-sponsored-head span {
  color: #f97316;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.swiftalk-sponsored-head strong {
  color: #111827;
}

.swiftalk-sponsored-card {
  display: grid;
  gap: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  padding: 16px;
}

.swiftalk-sponsored-card > span {
  color: #f97316;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.swiftalk-sponsored-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  object-fit: cover;
  background: #f8fafc;
}

.swiftalk-sponsored-card strong {
  color: #111827;
  font-size: 18px;
}

.swiftalk-sponsored-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.45;
}

.swiftalk-sponsored-card a {
  width: fit-content;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  padding: 9px 12px;
  text-decoration: none;
  font-weight: 950;
}

html.swiftalk-social-route body {
  margin: 0;
  background: #f8fafc;
  color: #111827;
}

.swiftalk-social-page {
  display: grid;
  grid-template-columns: 92px minmax(280px, 360px) minmax(0, 1fr);
  min-height: 100dvh;
  background: #f8fafc;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.swiftalk-social-rail {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  height: 100dvh;
  border-right: 1px solid #e5e7eb;
  background: #fff;
  padding: 20px 12px;
  box-sizing: border-box;
}

.swiftalk-social-rail a {
  display: grid;
  place-items: center;
  width: 58px;
  min-height: 48px;
  border-radius: 18px;
  color: #6b7280;
  text-decoration: none;
  font-weight: 950;
  font-size: 0;
}

.swiftalk-social-rail a:not(.swiftalk-social-logo)::first-letter {
  font-size: 18px;
}

.swiftalk-social-rail a.active,
.swiftalk-social-rail a:hover {
  background: #fff7ed;
  color: #f97316;
}

.swiftalk-social-logo {
  width: 54px !important;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 16px !important;
  background: #ff8a1c;
  color: #fff !important;
  font-size: 16px !important;
  box-shadow: none;
}

.swiftalk-social-list {
  position: sticky;
  top: 0;
  height: 100dvh;
  overflow: auto;
  border-right: 1px solid #e5e7eb;
  background: #fff;
  padding: 28px 18px;
  box-sizing: border-box;
}

.swiftalk-section-head {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-bottom: 18px;
}

.swiftalk-section-head span {
  grid-column: 1 / -1;
  color: #f97316;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.swiftalk-section-head h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(32px, 5vw, 44px);
  line-height: 0.95;
  letter-spacing: 0;
}

.swiftalk-section-head button,
.swiftalk-room-panel header button,
.swiftalk-community-hero button,
.swiftalk-room-composer button,
.swiftalk-community-composer button {
  border: 0;
  border-radius: 999px;
  background: #ff7a1a;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  padding: 12px 18px;
}

.swiftalk-section-head button {
  background: #fff7ed;
  color: #f97316;
}

.swiftalk-searchline {
  margin-bottom: 16px;
}

.swiftalk-searchline input {
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  border: 1px solid #dbe3ee;
  border-radius: 18px;
  background: #f8fafc;
  color: #111827;
  padding: 0 16px;
  font: inherit;
  font-weight: 800;
}

.swiftalk-list-stack,
.swiftalk-post-stack,
.swiftalk-channel-list {
  display: grid;
  gap: 10px;
}

.swiftalk-list-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 82px;
  border: 1px solid transparent;
  border-radius: 20px;
  color: #111827;
  padding: 12px;
  text-decoration: none;
}

.swiftalk-list-row.active,
.swiftalk-list-row:hover {
  border-color: #fed7aa;
  background: #fff7ed;
}

.swiftalk-list-row strong,
.swiftalk-list-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiftalk-list-row strong {
  font-size: 17px;
  font-weight: 950;
}

.swiftalk-list-row small,
.swiftalk-list-row em {
  color: #667085;
  font-style: normal;
}

.swiftalk-list-row em {
  grid-column: 2;
  justify-self: start;
  border-radius: 999px;
  background: #f8fafc;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 850;
}

.swiftalk-avatar {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ff952d;
  color: #fff;
  font-weight: 950;
  box-shadow: inset 0 0 0 2px #fff;
}

.swiftalk-avatar.big {
  width: 72px;
  height: 72px;
  font-size: 22px;
}

.swiftalk-avatar.small {
  width: 42px;
  height: 42px;
  font-size: 13px;
}

.swiftalk-social-detail {
  min-width: 0;
  padding: 28px;
}

.swiftalk-soft-state {
  display: grid;
  place-items: center;
  min-height: 180px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #fff;
  color: #667085;
  padding: 18px;
  text-align: center;
  font-weight: 850;
}

.swiftalk-soft-state.compact {
  min-height: 70px;
  border-style: dashed;
}

html.swiftalk-control-route body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 138, 28, .12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 48%, #eef2f7 100%);
  color: #111827;
}

.swiftalk-control-page {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  min-height: 100dvh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.swiftalk-control-rail {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  height: 100dvh;
  border-right: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, .92);
  padding: 20px 12px;
  box-sizing: border-box;
}

.swiftalk-control-rail a {
  display: grid;
  place-items: center;
  width: 58px;
  min-height: 48px;
  border-radius: 18px;
  color: #6b7280;
  text-decoration: none;
  font-size: 0;
  font-weight: 950;
}

.swiftalk-control-rail a:not(.swiftalk-social-logo)::first-letter {
  font-size: 18px;
}

.swiftalk-control-rail a.active,
.swiftalk-control-rail a:hover {
  background: #fff7ed;
  color: #f97316;
}

.swiftalk-control-main {
  width: min(1180px, calc(100vw - 132px));
  margin: 0 auto;
  padding: 32px 0 56px;
}

.swiftalk-control-hero,
.swiftalk-trending-panel,
.swiftalk-settings-card,
.swiftalk-search-results {
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.swiftalk-control-hero {
  margin-bottom: 18px;
  padding: clamp(22px, 4vw, 36px);
}

.swiftalk-control-hero span,
.swiftalk-card-title span {
  color: #f97316;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.swiftalk-control-hero h1,
.swiftalk-card-title h1,
.swiftalk-card-title h2 {
  margin: 6px 0 0;
  color: #111827;
  letter-spacing: 0;
  line-height: 1;
}

.swiftalk-control-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
}

.swiftalk-control-hero p {
  max-width: 720px;
  margin: 14px 0 0;
  color: #667085;
  font-size: 19px;
  line-height: 1.5;
}

.swiftalk-settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.swiftalk-settings-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 22px;
}

.swiftalk-card-title {
  margin-bottom: 4px;
}

.swiftalk-card-title h2 {
  font-size: 24px;
}

.swiftalk-toggle-row,
.swiftalk-select-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 54px;
  border: 1px solid #eef2f7;
  border-radius: 18px;
  background: #f8fafc;
  color: #344054;
  padding: 10px 12px;
  font-weight: 850;
}

.swiftalk-toggle-row input[type="checkbox"] {
  width: 44px;
  height: 24px;
  accent-color: #ff7a1a;
}

.swiftalk-select-row select {
  min-width: 150px;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  padding: 10px 12px;
  font: inherit;
  font-weight: 850;
}

.swiftalk-settings-card button,
.swiftalk-settings-link {
  justify-self: start;
  border: 0;
  border-radius: 999px;
  background: #ff7a1a;
  color: #fff;
  cursor: pointer;
  padding: 12px 18px;
  text-decoration: none;
  font: inherit;
  font-weight: 950;
}

.swiftalk-inline-status {
  min-height: 20px;
  margin: 0;
  color: #047857;
  font-weight: 850;
}

.swiftalk-search-hero {
  position: sticky;
  top: 12px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  padding: 10px;
  box-shadow: 0 20px 60px rgba(249, 115, 22, .12);
}

.swiftalk-search-hero label {
  display: block;
  min-width: 0;
}

.swiftalk-search-hero label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.swiftalk-search-hero input {
  width: 100%;
  min-height: 50px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111827;
  font: inherit;
  font-size: 20px;
  font-weight: 850;
}

.swiftalk-search-hero button {
  min-width: 68px;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475467;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
}

.swiftalk-trending-panel,
.swiftalk-search-results {
  margin-bottom: 18px;
  padding: 22px;
}

.swiftalk-trending-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.swiftalk-trending-chips button {
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff7ed;
  color: #f97316;
  cursor: pointer;
  padding: 10px 14px;
  font: inherit;
  font-weight: 950;
}

.swiftalk-search-result-stack {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.swiftalk-search-result-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid #eef2f7;
  border-radius: 20px;
  background: #fff;
  color: #111827;
  padding: 12px;
  text-decoration: none;
}

.swiftalk-search-result-row:hover {
  border-color: #fed7aa;
  background: #fff7ed;
}

.swiftalk-search-result-row strong,
.swiftalk-search-result-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiftalk-search-result-row small,
.swiftalk-search-result-row em {
  color: #667085;
  font-style: normal;
  font-weight: 750;
}

.swiftalk-file-row {
  display: grid;
  gap: 10px;
  color: #344054;
  font-weight: 900;
}

.swiftalk-file-row input[type="file"] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  background: #f8fafc;
  padding: 12px;
  color: #344054;
}

.swiftalk-profile-media-preview {
  position: relative;
  min-height: 180px;
  overflow: visible;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

.swiftalk-profile-media-preview__banner {
  height: 128px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(135deg, #ff8c0d, #ffb45c);
  background-size: cover;
  background-position: center;
}

.swiftalk-profile-media-preview__avatar {
  position: absolute;
  left: 22px;
  top: 88px;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: #ff8c0d;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: 950;
}

.swiftalk-profile-layout-fix {
  overflow: visible !important;
}

.swiftalk-profile-layout-fix * {
  border-radius: min(var(--swiftalk-radius, 12px), 16px);
}

.swiftalk-profile-banner-fix {
  display: block !important;
  width: 100% !important;
  max-height: 260px !important;
  aspect-ratio: 16 / 5 !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
}

.swiftalk-profile-avatar-fix {
  position: relative !important;
  z-index: 2 !important;
  width: clamp(112px, 16vw, 168px) !important;
  height: clamp(112px, 16vw, 168px) !important;
  margin-top: -56px !important;
  margin-left: clamp(20px, 4vw, 48px) !important;
  border: 5px solid #fff !important;
  border-radius: 999px !important;
  object-fit: cover !important;
  box-shadow: none !important;
}

.swiftalk-feed-recovery {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  min-height: 100dvh;
  padding: 32px;
  color: #111827;
  text-align: center;
}

.swiftalk-feed-recovery h1 {
  margin: 0;
  font-size: clamp(44px, 8vw, 72px);
  line-height: 0.95;
}

.swiftalk-feed-recovery p {
  max-width: 520px;
  margin: 0;
  color: #667085;
  font-size: 18px;
}

.swiftalk-feed-recovery div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.swiftalk-feed-recovery a:not(.swiftalk-social-logo) {
  min-width: 140px;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  background: #fff7ed;
  color: #f97316;
  padding: 14px 18px;
  text-decoration: none;
  font-weight: 950;
}

[data-username-status],
[data-role="username-status"] {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

[data-username-status][data-state="available"],
[data-role="username-status"][data-state="available"] {
  color: #047857;
}

[data-username-status][data-state="taken"],
[data-username-status][data-state="invalid"],
[data-role="username-status"][data-state="taken"],
[data-role="username-status"][data-state="invalid"] {
  color: #b42318;
}

.swiftalk-public-profile {
  min-height: 100dvh;
  padding: clamp(16px, 4vw, 42px);
  background: #f8fafc;
  color: #111827;
}

.swiftalk-public-profile__card {
  width: min(100%, 1040px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #fff;
}

.swiftalk-public-profile__banner {
  height: clamp(180px, 28vw, 320px);
  background: linear-gradient(135deg, #ff7417, #ffad4a);
  background-position: center;
  background-size: cover;
}

.swiftalk-public-profile__body {
  position: relative;
  padding: 0 clamp(18px, 4vw, 48px) 34px;
}

.swiftalk-public-profile__avatar {
  display: grid;
  width: clamp(112px, 15vw, 160px);
  height: clamp(112px, 15vw, 160px);
  margin-top: calc(clamp(112px, 15vw, 160px) / -2);
  place-items: center;
  border: 5px solid #fff;
  border-radius: 999px;
  background: #ff8a1d;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
}

.swiftalk-public-profile__avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.swiftalk-public-profile__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: -52px;
}

.swiftalk-public-profile__actions button,
.swiftalk-public-profile__actions a,
.swiftalk-public-profile__not-found a {
  border: 1px solid #fed7aa;
  border-radius: 12px;
  background: #fff7ed;
  color: #f97316;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 950;
}

.swiftalk-public-profile__actions button:first-child {
  border-color: #f97316;
  background: #f97316;
  color: #fff;
}

.swiftalk-public-profile h1 {
  margin: 22px 0 4px;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 0.98;
}

.swiftalk-public-profile__username {
  margin: 0 0 18px;
  color: #667085;
  font-size: 20px;
  font-weight: 800;
}

.swiftalk-public-profile__body > p:not(.swiftalk-public-profile__username) {
  max-width: 760px;
  margin: 0 0 26px;
  color: #334155;
  font-size: 17px;
  line-height: 1.5;
}

.swiftalk-public-profile__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e5e7eb;
}

.swiftalk-public-profile__stats span {
  display: grid;
  gap: 4px;
  padding: 20px 12px;
  text-align: center;
  color: #667085;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.swiftalk-public-profile__stats strong {
  color: #111827;
  font-size: 24px;
}

.swiftalk-public-profile__not-found,
.swiftalk-public-profile__loading {
  display: grid;
  min-height: 420px;
  place-items: center;
  padding: 40px;
  text-align: center;
}

@media (max-width: 700px) {
  .swiftalk-public-profile {
    padding: 0;
  }

  .swiftalk-public-profile__card {
    min-height: 100dvh;
    border: 0;
    border-radius: 0;
  }

  .swiftalk-public-profile__actions {
    justify-content: flex-start;
    margin-top: 18px;
  }
}

.swiftalk-feed-fallback-stack {
  width: min(100%, 720px);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.swiftalk-feed-shell {
  min-height: 100dvh;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  background: #f8fafc;
  color: #111827;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.swiftalk-feed-left-rail {
  position: sticky;
  top: 0;
  z-index: 5;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  border-right: 1px solid #e5e7eb;
  background: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
}

.swiftalk-feed-logo {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #ff8a1c;
  color: #fff;
  text-decoration: none;
  font-weight: 950;
}

.swiftalk-feed-left-rail nav {
  display: grid;
  gap: 10px;
  width: 100%;
}

.swiftalk-feed-left-rail nav a {
  display: grid;
  place-items: center;
  min-height: 50px;
  border-radius: 18px;
  color: #6b7280;
  text-decoration: none;
  transition: transform .16s ease, background-color .16s ease, color .16s ease;
}

.swiftalk-feed-left-rail nav a:hover,
.swiftalk-feed-left-rail nav a.active {
  background: #fff7ed;
  color: #f97316;
  transform: scale(1.04);
}

.swiftalk-feed-left-rail nav img {
  width: 24px;
  height: 24px;
  filter: grayscale(1) brightness(.72);
}

.swiftalk-feed-left-rail nav a:hover img,
.swiftalk-feed-left-rail nav a.active img {
  filter: none;
}

.swiftalk-feed-left-rail nav span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.swiftalk-feed-page {
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(280px, 360px);
  justify-content: center;
  align-items: start;
  gap: 42px;
  width: min(100% - 48px, 1160px);
  margin: 0 auto;
  padding: 28px 0 96px;
}

.swiftalk-feed-main {
  display: grid;
  gap: 22px;
}

.swiftalk-feed-search {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  background: #fff;
  padding: 0 18px;
}

.swiftalk-feed-search span {
  color: #667085;
  font-size: 24px;
}

.swiftalk-feed-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111827;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
}

.swiftalk-feed-right-rail {
  position: sticky;
  top: 18px;
  align-self: start;
  display: grid;
  gap: 22px;
  color: #475467;
  font-size: 15px;
}

.swiftalk-feed-right-rail h2 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
  color: #111827;
  font-size: 18px;
}

.swiftalk-feed-right-rail h2 a {
  color: #2563eb;
  text-decoration: none;
  font-size: 14px;
}

.swiftalk-suggested-stack {
  display: grid;
  gap: 14px;
}

.swiftalk-suggested-stack a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}

.swiftalk-suggested-stack strong,
.swiftalk-suggested-stack small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiftalk-suggestion-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.swiftalk-suggested-stack em {
  color: #2563eb;
  font-style: normal;
  font-weight: 950;
}

.swiftalk-feed-fallback-card {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  color: #111827;
  box-shadow: 0 8px 26px rgba(15, 23, 42, .045);
}

.swiftalk-feed-fallback-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid #f1f5f9;
}

.swiftalk-feed-fallback-head strong,
.swiftalk-feed-fallback-head small {
  display: block;
}

.swiftalk-feed-fallback-head small {
  margin-top: 2px;
  color: #667085;
  font-size: 13px;
}

.swiftalk-feed-fallback-avatar {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #ff8a1d;
  color: #fff;
  font-weight: 950;
}

.swiftalk-post-options {
  margin-left: auto;
  position: relative;
}

.swiftalk-post-options summary {
  list-style: none;
  cursor: pointer;
  color: #111827;
  font-size: 24px;
  line-height: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
}

.swiftalk-post-options summary::-webkit-details-marker {
  display: none;
}

.swiftalk-post-options__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 20;
  display: grid;
  width: min(260px, calc(100vw - 40px));
  padding: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .14);
}

.swiftalk-post-options__menu a,
.swiftalk-post-options__menu button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #111827;
  text-align: left;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 8px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.swiftalk-post-options__menu a:hover,
.swiftalk-post-options__menu button:hover {
  background: #fff7ed;
}

.swiftalk-post-options__menu .danger {
  color: #dc2626;
}

.swiftalk-feed-fallback-media {
  display: block;
  width: 100%;
  height: min(76vh, 760px);
  min-height: 360px;
  object-fit: contain;
  background: #05070a;
}

video.swiftalk-feed-fallback-media {
  aspect-ratio: 4 / 5;
}

img.swiftalk-feed-fallback-media {
  height: auto;
  max-height: min(76vh, 760px);
}

.swiftalk-feed-fallback-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  background: #05070a;
}

.swiftalk-feed-fallback-carousel::after {
  content: attr(data-carousel-count) " photos";
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.swiftalk-feed-fallback-carousel .swiftalk-feed-fallback-media {
  scroll-snap-align: center;
}

@media (max-width: 1100px) {
  .swiftalk-feed-page {
    grid-template-columns: minmax(0, 680px);
    width: min(100% - 36px, 760px);
  }

  .swiftalk-feed-right-rail {
    position: static;
    order: -1;
  }
}

.swiftalk-feed-fallback-body {
  padding: 16px 18px 4px;
}

.swiftalk-feed-fallback-body h2 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.15;
}

.swiftalk-feed-fallback-body p {
  margin: 0 0 10px;
  color: #334155;
  font-size: 16px;
  line-height: 1.45;
}

.swiftalk-feed-fallback-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px 18px;
  color: #475467;
  font-weight: 850;
  border-top: 1px solid #f1f5f9;
}

.swiftalk-feed-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #475467;
  padding: 8px 10px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform .14s ease, background .14s ease, color .14s ease;
}

.swiftalk-action-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  filter: grayscale(1) brightness(.45);
}

.swiftalk-feed-action:hover .swiftalk-action-icon,
.swiftalk-feed-action.active .swiftalk-action-icon,
.swiftalk-post-options summary:hover .swiftalk-action-icon {
  filter: none;
}

.swiftalk-feed-action:hover,
.swiftalk-feed-action.active {
  background: #fff7ed;
  color: #f97316;
  transform: translateY(-1px);
}

.swiftalk-feed-action-dislike.active {
  background: #fee2e2;
  color: #dc2626;
}

.swiftalk-feed-action-dislike.active .swiftalk-action-icon {
  filter: sepia(1) saturate(5) hue-rotate(320deg) brightness(.88);
}

.swiftalk-reaction-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.swiftalk-feed-fallback-actions a {
  margin-left: auto;
  color: #f97316;
  text-decoration: none;
}

.swiftalk-inline-retry {
  margin-left: 10px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff7ed;
  color: #f97316;
  padding: 8px 14px;
  font-weight: 900;
}

.swiftalk-right-rail-legal {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #eef2f7;
}

.swiftalk-feed-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

.swiftalk-feed-legal-links a {
  color: inherit;
  text-decoration: none;
}

.swiftalk-feed-legal-links a:hover {
  color: #f97316;
}

.swiftalk-info-page {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 28px;
  background: #f8fafc;
}

.swiftalk-info-logo {
  position: fixed;
  top: 24px;
  left: 24px;
  color: #f97316;
  font-weight: 950;
  text-decoration: none;
}

.swiftalk-info-card {
  width: min(100%, 820px);
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  padding: clamp(28px, 6vw, 64px);
}

.swiftalk-info-card span {
  color: #f97316;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.swiftalk-info-card h1 {
  margin: 14px 0;
  color: #111827;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1;
}

.swiftalk-info-card p {
  color: #475467;
  font-size: 20px;
  line-height: 1.55;
}

.swiftalk-info-links {
  margin-top: 26px;
}

.swiftalk-standalone-auth__card,
.swiftalk-inline-auth__card,
.swiftalk-settings-card,
.swiftalk-control-hero,
.swiftalk-trending-panel {
  border-radius: 14px !important;
}

.swiftalk-standalone-auth input,
.swiftalk-standalone-auth button,
.swiftalk-inline-auth input,
.swiftalk-inline-auth button,
.swiftalk-settings-card input,
.swiftalk-settings-card textarea,
.swiftalk-settings-card button {
  border-radius: 12px !important;
}

@media (max-width: 760px) {
  .swiftalk-feed-shell {
    display: block;
  }

  .swiftalk-feed-left-rail {
    display: none;
  }

  .swiftalk-feed-page {
    width: min(100% - 18px, 720px);
    grid-template-columns: 1fr;
    padding-bottom: 110px;
  }

  .swiftalk-feed-right-rail {
    position: static;
    order: -1;
  }

  .swiftalk-feed-fallback-stack {
    width: 100%;
    gap: 12px;
  }

  .swiftalk-feed-fallback-card {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .swiftalk-feed-fallback-media {
    height: min(72vh, 680px);
    min-height: 320px;
  }

  .swiftalk-feed-fallback-actions {
    gap: 12px;
    font-size: 14px;
  }
}

.swiftalk-server-workspace {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) minmax(220px, 280px);
  min-height: calc(100dvh - 56px);
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  background: #fff;
}

.swiftalk-space-panel,
.swiftalk-about-panel {
  min-width: 0;
  background: #fbfcfe;
  padding: 22px;
}

.swiftalk-space-panel {
  border-right: 1px solid #e5e7eb;
}

.swiftalk-about-panel {
  border-left: 1px solid #e5e7eb;
}

.swiftalk-space-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid #fed7aa;
  border-radius: 24px;
  background: #fff7ed;
  padding: 18px;
  margin-bottom: 24px;
}

.swiftalk-space-card span:not(.swiftalk-avatar),
.swiftalk-channel-list > span,
.swiftalk-room-panel header span,
.swiftalk-about-panel > span,
.swiftalk-community-hero span:not(.swiftalk-avatar) {
  color: #f97316;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.swiftalk-space-card h2,
.swiftalk-about-panel h2,
.swiftalk-community-hero h1 {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
  color: #111827;
  font-size: 28px;
  line-height: 1;
}

.swiftalk-space-card p,
.swiftalk-about-panel p,
.swiftalk-community-hero p {
  margin: 6px 0 0;
  color: #667085;
}

.swiftalk-channel-list a {
  display: grid;
  gap: 3px;
  border-radius: 16px;
  color: #344054;
  padding: 12px;
  text-decoration: none;
}

.swiftalk-channel-list a.active,
.swiftalk-channel-list a:hover {
  background: #fff7ed;
  color: #111827;
}

.swiftalk-channel-list small {
  color: #667085;
}

.swiftalk-room-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 0;
}

.swiftalk-room-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e5e7eb;
  padding: 22px 28px;
}

.swiftalk-room-panel header h1 {
  margin: 4px 0;
  overflow-wrap: anywhere;
  color: #111827;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 0.95;
}

.swiftalk-room-panel header p {
  margin: 0;
  color: #667085;
}

.swiftalk-room-messages {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 0;
  overflow: auto;
  padding: 24px 28px;
}

.swiftalk-message-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.swiftalk-message-row strong {
  display: block;
  color: #111827;
  font-weight: 950;
}

.swiftalk-message-row small {
  color: #667085;
  font-weight: 700;
}

.swiftalk-message-row p {
  margin: 4px 0 0;
  color: #344054;
  overflow-wrap: anywhere;
}

.swiftalk-room-composer,
.swiftalk-community-composer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  border-top: 1px solid #e5e7eb;
  padding: 18px 28px;
}

.swiftalk-room-composer input,
.swiftalk-community-composer textarea {
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
  border: 1px solid #dbe3ee;
  border-radius: 18px;
  background: #f8fafc;
  color: #111827;
  padding: 0 16px;
  font: inherit;
}

.swiftalk-community-composer textarea {
  min-height: 96px;
  padding-top: 14px;
  resize: vertical;
}

.swiftalk-member-pill {
  width: fit-content;
  margin-top: 18px;
  border-radius: 999px;
  background: #fff7ed;
  color: #f97316;
  padding: 9px 12px;
  font-weight: 950;
}

.swiftalk-server-create-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 16px;
}

.swiftalk-server-create-strip button,
.swiftalk-server-overview-hero button,
.swiftalk-server-builder button,
.swiftalk-server-side-tools button,
.swiftalk-server-admin-panel button,
.swiftalk-server-actions button {
  border: 1px solid #fed7aa;
  border-radius: 14px;
  background: #fff7ed;
  color: #f97316;
  padding: 11px 12px;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.swiftalk-server-create-strip button:first-child,
.swiftalk-server-overview-hero button:first-child,
.swiftalk-server-builder button,
.swiftalk-server-actions button:last-child {
  background: #f97316;
  color: #fff;
  box-shadow: none;
}

.swiftalk-server-overview {
  display: grid;
  gap: 18px;
  width: min(100%, 1080px);
  margin-inline: auto;
}

.swiftalk-server-overview-hero,
.swiftalk-server-feature-grid article,
.swiftalk-server-live-grid a,
.swiftalk-server-builder,
.swiftalk-server-tool-card,
.swiftalk-server-admin-panel {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
}

.swiftalk-server-overview-hero {
  padding: clamp(24px, 5vw, 46px);
}

.swiftalk-server-overview-hero.compact {
  padding: 26px;
}

.swiftalk-server-overview-hero > span,
.swiftalk-server-feature-grid strong,
.swiftalk-server-side-tools > span,
.swiftalk-server-admin-panel > strong {
  color: #f97316;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.swiftalk-server-overview-hero h1 {
  max-width: 820px;
  margin: 10px 0;
  color: #111827;
  font-size: clamp(36px, 6vw, 68px);
  line-height: .95;
  letter-spacing: 0;
}

.swiftalk-server-overview-hero p {
  max-width: 760px;
  margin: 0;
  color: #667085;
  font-size: 18px;
  line-height: 1.45;
}

.swiftalk-server-overview-hero div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.swiftalk-server-feature-grid,
.swiftalk-server-live-grid,
.swiftalk-server-tool-grid {
  display: grid;
  gap: 12px;
}

.swiftalk-server-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.swiftalk-server-feature-grid article,
.swiftalk-server-tool-card {
  padding: 18px;
}

.swiftalk-server-feature-grid span,
.swiftalk-server-tool-card span {
  display: block;
  margin: 8px 0;
  color: #111827;
  font-size: 28px;
  font-weight: 950;
}

.swiftalk-server-feature-grid p,
.swiftalk-server-tool-card p,
.swiftalk-server-admin-panel p {
  margin: 0;
  color: #667085;
  line-height: 1.45;
}

.swiftalk-server-live-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.swiftalk-server-live-grid a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
  padding: 16px;
  color: #111827;
  text-decoration: none;
}

.swiftalk-server-live-grid small {
  grid-column: 2 / 4;
  color: #667085;
}

.swiftalk-server-live-grid em {
  color: #f97316;
  font-style: normal;
  font-weight: 950;
}

.swiftalk-server-side-tools {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

.swiftalk-server-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.swiftalk-server-actions button {
  min-height: 42px;
}

.swiftalk-server-tool-grid {
  margin-top: 18px;
}

.swiftalk-server-tool-card span {
  font-size: 19px;
}

.swiftalk-server-admin-panel {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
}

.swiftalk-server-builder {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
}

.swiftalk-server-builder label {
  display: grid;
  gap: 8px;
  color: #344054;
  font-weight: 900;
}

.swiftalk-server-builder input,
.swiftalk-server-builder select {
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  background: #f8fafc;
  color: #111827;
  padding: 0 14px;
  font: inherit;
}

.swiftalk-server-builder button,
.swiftalk-server-builder p {
  grid-column: 1 / -1;
}

.swiftalk-server-builder p {
  margin: 0;
  color: #667085;
  font-weight: 800;
}

.swiftalk-community-workspace {
  display: grid;
  gap: 18px;
  width: min(100%, 920px);
  margin-inline: auto;
}

.swiftalk-community-hero,
.swiftalk-community-composer,
.swiftalk-community-post {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #fff;
  padding: 22px;
}

.swiftalk-community-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.swiftalk-community-hero small {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-weight: 850;
}

.swiftalk-community-post {
  display: grid;
  gap: 14px;
}

.swiftalk-community-post header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.swiftalk-community-post strong,
.swiftalk-community-post small {
  display: block;
}

.swiftalk-community-post strong {
  color: #111827;
  font-weight: 950;
}

.swiftalk-community-post small {
  color: #667085;
}

.swiftalk-community-post p {
  margin: 0;
  color: #344054;
  overflow-wrap: anywhere;
  line-height: 1.45;
}

.swiftalk-community-post footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.swiftalk-community-post footer span {
  border-radius: 999px;
  background: #f8fafc;
  color: #667085;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
}

.swiftalk-avatar img,
.swiftalk-pet-avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.swiftalk-pet-detail {
  display: grid;
  gap: 18px;
  width: min(100%, 920px);
  margin-inline: auto;
}

.swiftalk-pet-hero,
.swiftalk-pet-body,
.swiftalk-pet-create {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #fff;
  padding: 22px;
}

.swiftalk-pet-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: end;
  min-height: 220px;
}

.swiftalk-pet-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .18;
}

.swiftalk-pet-avatar,
.swiftalk-pet-hero > div {
  position: relative;
  z-index: 1;
}

.swiftalk-pet-avatar {
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: #ff8c0d;
  color: #fff;
  font-size: 32px;
  font-weight: 950;
}

.swiftalk-pet-hero span,
.swiftalk-pet-create h2 {
  color: #ff6b00;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.swiftalk-pet-hero h1 {
  margin: 4px 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: .95;
}

.swiftalk-pet-body {
  display: grid;
  gap: 16px;
}

.swiftalk-pet-body p {
  margin: 0;
  color: #344054;
  font-size: 18px;
  line-height: 1.55;
}

.swiftalk-pet-tags,
.swiftalk-pet-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.swiftalk-pet-tags span,
.swiftalk-pet-stats strong {
  border-radius: 999px;
  background: #fff7ed;
  color: #f97316;
  padding: 8px 12px;
  font-weight: 950;
}

.swiftalk-pet-stats strong span {
  display: block;
  color: #667085;
  font-size: 11px;
  text-transform: uppercase;
}

.swiftalk-pet-create {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.swiftalk-pet-create h2,
.swiftalk-pet-create textarea,
.swiftalk-pet-create button {
  grid-column: 1 / -1;
}

.swiftalk-pet-create input,
.swiftalk-pet-create textarea {
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  background: #f8fafc;
  padding: 14px;
}

.swiftalk-pet-create textarea {
  min-height: 110px;
  resize: vertical;
}

.swiftalk-pet-create button,
.swiftalk-short-report-button {
  border-radius: 999px;
  background: #ff7a1a;
  color: #fff;
  padding: 12px 18px;
  font-weight: 950;
}

.swiftalk-reaction-control {
  gap: 6px;
}

.swiftalk-reaction-dislike .swiftalk-reaction-glyph {
  filter: saturate(1.2);
}

.swiftalk-reaction-dislike-active,
.swiftalk-reaction-dislike[aria-pressed="true"],
.swiftalk-reaction-dislike.active,
.swiftalk-reaction-dislike.selected {
  color: #dc2626 !important;
  background: #fee2e2 !important;
  border-color: #fecaca !important;
}

.swiftalk-reported-hidden {
  display: none !important;
}

.swiftalk-short-report-button {
  margin: 8px;
  box-shadow: none;
}

@media (max-width: 720px) {
  .swiftalk-auth-card-polish {
    margin: 18px auto !important;
    border-radius: 20px !important;
  }

  .swiftalk-auth-guard-grid {
    grid-template-columns: 1fr;
  }

  .swiftalk-standalone-auth {
    grid-template-columns: 1fr;
    width: min(100vw - 24px, 560px);
    padding: 20px 0 36px;
  }

  .swiftalk-standalone-auth__brand {
    gap: 12px;
  }

  .swiftalk-standalone-auth h1 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .swiftalk-standalone-auth p {
    font-size: 17px;
  }

  .swiftalk-standalone-auth__card {
    border-radius: 22px;
  }

  .swiftalk-auth-two,
  .swiftalk-password-field {
    grid-template-columns: 1fr;
  }

  .swiftalk-ads-page {
    width: min(100vw - 20px, 720px);
    padding: 18px 0 112px;
  }

  .swiftalk-ads-hero {
    display: grid;
  }

  .swiftalk-ads-grid,
  .swiftalk-ads-fields {
    grid-template-columns: 1fr;
  }

  .swiftalk-ads-card {
    border-radius: 20px;
    padding: 18px;
  }

  .swiftalk-social-page {
    grid-template-columns: 1fr;
    padding-bottom: 82px;
  }

  .swiftalk-control-page {
    grid-template-columns: 1fr;
    padding-bottom: 92px;
  }

  .swiftalk-control-rail {
    position: fixed;
    inset: auto 12px 12px;
    z-index: 50;
    flex-direction: row;
    justify-content: space-around;
    width: calc(100vw - 24px);
    height: 72px;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 8px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .12);
  }

  .swiftalk-control-main {
    width: min(100vw - 20px, 720px);
    padding: 16px 0 112px;
  }

  .swiftalk-control-hero,
  .swiftalk-trending-panel,
  .swiftalk-settings-card,
  .swiftalk-search-results {
    border-radius: 20px;
  }

  .swiftalk-settings-grid {
    grid-template-columns: 1fr;
  }

  .swiftalk-search-hero {
    top: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    border-radius: 24px;
  }

  .swiftalk-search-hero [data-role="search-back"] {
    display: none;
  }

  .swiftalk-search-hero input {
    min-height: 46px;
    font-size: 16px;
  }

  .swiftalk-search-result-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .swiftalk-search-result-row em {
    grid-column: 2;
    justify-self: start;
  }

  .swiftalk-social-rail {
    position: fixed;
    inset: auto 0 0;
    z-index: 50;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: 72px;
    border-top: 1px solid #e5e7eb;
    border-right: 0;
    padding: 8px 10px;
  }

  .swiftalk-social-logo {
    display: none !important;
  }

  .swiftalk-social-rail a {
    width: 54px;
    min-height: 54px;
    font-size: 0;
  }

  .swiftalk-social-list {
    position: relative;
    height: auto;
    border-right: 0;
    padding: 18px 12px 8px;
  }

  .swiftalk-social-detail {
    padding: 12px;
  }

  .swiftalk-server-workspace {
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 22px;
  }

  .swiftalk-space-panel,
  .swiftalk-about-panel {
    border: 0;
  }

  .swiftalk-server-feature-grid,
  .swiftalk-server-live-grid,
  .swiftalk-server-builder {
    grid-template-columns: 1fr;
  }

  .swiftalk-server-live-grid a {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .swiftalk-server-live-grid small,
  .swiftalk-server-live-grid em {
    grid-column: 2;
  }

  .swiftalk-room-panel header,
  .swiftalk-community-hero {
    grid-template-columns: 1fr;
  }

  .swiftalk-room-composer,
  .swiftalk-community-composer {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .swiftalk-pet-hero {
    grid-template-columns: 1fr;
    min-height: 260px;
  }

  .swiftalk-pet-create {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 721px) and (max-width: 1100px) {
  .swiftalk-social-page {
    grid-template-columns: 84px minmax(260px, 320px) minmax(0, 1fr);
  }

  .swiftalk-server-workspace {
    grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
  }

  .swiftalk-server-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .swiftalk-server-live-grid {
    grid-template-columns: 1fr;
  }

  .swiftalk-about-panel {
    display: none;
  }
}

.swiftalk-billing-route body,
.swiftalk-admin-route body {
  min-height: 100dvh;
  background: #f8fafc;
  color: #111827;
}

.swiftalk-billing-page,
.swiftalk-admin-page {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  min-height: 100dvh;
}

.swiftalk-billing-main,
.swiftalk-admin-main {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 32px 0 96px;
}

.swiftalk-billing-hero,
.swiftalk-admin-hero,
.swiftalk-admin-lock {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  padding: clamp(22px, 4vw, 44px);
}

.swiftalk-billing-hero > span,
.swiftalk-admin-hero > span,
.swiftalk-admin-lock > span,
.swiftalk-billing-plan > span {
  color: #f97316;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.swiftalk-billing-hero h1,
.swiftalk-admin-hero h1,
.swiftalk-admin-lock h1 {
  max-width: 820px;
  margin: 12px 0;
  font-size: clamp(42px, 7vw, 78px);
  line-height: .95;
}

.swiftalk-billing-hero p,
.swiftalk-admin-hero p,
.swiftalk-admin-lock p {
  max-width: 760px;
  margin: 0;
  color: #667085;
  font-size: 18px;
  line-height: 1.5;
}

.swiftalk-billing-status {
  display: inline-flex;
  margin-top: 22px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff7ed;
  color: #f97316;
  padding: 12px 16px;
  font-weight: 900;
}

.swiftalk-billing-status[data-state="error"],
.swiftalk-billing-status[data-state="locked"] {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b42318;
}

.swiftalk-billing-plans,
.swiftalk-admin-kpis,
.swiftalk-admin-grid,
.swiftalk-billing-ops {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.swiftalk-billing-plans {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.swiftalk-billing-plan,
.swiftalk-billing-ops article,
.swiftalk-admin-kpis article,
.swiftalk-admin-card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  padding: 22px;
}

.swiftalk-billing-plan.active {
  border-color: #f97316;
  background: #fff7ed;
}

.swiftalk-billing-plan h2 {
  margin: 10px 0;
  font-size: 28px;
}

.swiftalk-billing-plan p strong {
  font-size: 36px;
}

.swiftalk-billing-plan p small {
  margin-left: 6px;
  color: #667085;
  font-weight: 800;
}

.swiftalk-billing-plan ul {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.swiftalk-billing-plan li::before {
  content: "✓";
  margin-right: 9px;
  color: #16a34a;
  font-weight: 950;
}

.swiftalk-billing-plan button,
.swiftalk-billing-ops button,
.swiftalk-admin-actions button,
.swiftalk-admin-actions a,
.swiftalk-admin-lock a,
.swiftalk-admin-action-form button {
  border: 1px solid #fed7aa;
  border-radius: 12px;
  background: #f97316;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  font: inherit;
  font-weight: 950;
}

.swiftalk-billing-plan button:disabled {
  cursor: default;
  opacity: .72;
}

.swiftalk-billing-ops {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.swiftalk-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.swiftalk-admin-actions a,
.swiftalk-admin-lock a + a {
  background: #fff7ed;
  color: #f97316;
}

.swiftalk-admin-kpis {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.swiftalk-admin-kpis article span,
.swiftalk-admin-kpis article small {
  display: block;
  color: #667085;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.swiftalk-admin-kpis article strong {
  display: block;
  margin: 8px 0 2px;
  font-size: 30px;
}

.swiftalk-admin-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.swiftalk-admin-card-wide {
  grid-column: 1 / -1;
}

.swiftalk-admin-list {
  display: grid;
  gap: 12px;
}

.swiftalk-admin-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  background: #f8fafc;
  padding: 14px;
}

.swiftalk-admin-row small {
  grid-column: 1 / -1;
  color: #667085;
}

.swiftalk-admin-action-form {
  display: grid;
  gap: 12px;
}

.swiftalk-admin-action-form select,
.swiftalk-admin-action-form textarea {
  width: 100%;
  border: 1px solid #dbe4ef;
  border-radius: 12px;
  background: #f8fafc;
  padding: 14px;
  font: inherit;
}

.swiftalk-admin-action-form textarea {
  min-height: 120px;
  resize: vertical;
}

.swiftalk-admin-page.locked {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 24px;
}

.swiftalk-admin-lock {
  width: min(100%, 640px);
}

.swiftalk-admin-lock div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

@media (max-width: 900px) {
  .swiftalk-billing-page,
  .swiftalk-admin-page {
    grid-template-columns: 1fr;
  }

  .swiftalk-billing-main,
  .swiftalk-admin-main {
    width: min(100% - 22px, 720px);
    padding-top: 18px;
  }

  .swiftalk-billing-plans,
  .swiftalk-billing-ops,
  .swiftalk-admin-kpis,
  .swiftalk-admin-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .swiftalk-ads-hero {
    display: grid;
  }

  .swiftalk-ads-hero-actions {
    justify-content: flex-start;
  }

  .swiftalk-ads-kpis,
  .swiftalk-ads-grid,
  .swiftalk-ads-fields {
    grid-template-columns: 1fr;
  }

  .swiftalk-ads-page {
    width: min(100vw - 22px, 720px);
    padding-bottom: 96px;
  }
}
