[data-ac-overview-quick-card="true"] {
  min-height: 327px;
  padding: 0 !important;
}

.ac-overview-quick-card {
  position: relative;
  display: flex;
  min-height: 327px;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: inherit;
  padding: 48px 24px 56px;
  color: #f8fffc;
  text-decoration: none;
  background:
    radial-gradient(circle at 18% 14%, rgba(94, 234, 212, .35), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(96, 165, 250, .28), transparent 30%),
    linear-gradient(135deg, #0b2f32 0%, #123f43 52%, #163b5a 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
  isolation: isolate;
}

.ac-overview-quick-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(209, 255, 244, .18);
  border-radius: 18px;
  pointer-events: none;
}

.ac-overview-quick-glow {
  position: absolute;
  right: -42px;
  bottom: -62px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(45, 212, 191, .34), transparent 66%);
  pointer-events: none;
}

.ac-overview-quick-kicker {
  position: relative;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(190, 255, 241, .24);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #a7f3d0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ac-overview-quick-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #34d399;
  box-shadow: 0 0 14px rgba(52, 211, 153, .86);
}

.ac-overview-quick-title {
  position: relative;
  max-width: 560px;
  color: #ffffff;
  font-size: clamp(29px, 3.55vw, 38px);
  font-weight: 950;
  line-height: 1.08;
  white-space: nowrap;
}

.ac-overview-quick-actions {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 0;
}

.ac-overview-quick-button {
  position: relative;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  margin-top: 0;
  padding: 0 15px;
  border: 1px solid rgba(190, 255, 241, .36);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,.17), rgba(110, 231, 183, .20));
  color: #f0fdfa;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(15, 118, 110, .22), inset 0 1px 0 rgba(255,255,255,.18);
  animation: ac-overview-bounce 1.65s ease-in-out infinite;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.ac-overview-quick-button:nth-child(2) {
  animation-delay: .22s;
}

.ac-overview-gift-icon {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fef08a, #34d399 58%, #22d3ee);
  font-size: 14px;
  box-shadow: 0 0 18px rgba(52, 211, 153, .34);
}

.ac-overview-robot-icon {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 999px;
  background: linear-gradient(135deg, #dbeafe, #5eead4 56%, #22d3ee);
  font-size: 14px;
  box-shadow: 0 0 18px rgba(34, 211, 238, .30);
}

.ac-overview-quick-logos {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 0;
}

.ac-overview-quick-logos span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 26px;
  padding: 0 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: rgba(220, 252, 241, .80);
  font-size: 11px;
  font-weight: 900;
  cursor: default;
  box-shadow: none;
}

.ac-overview-quick-logos img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  border-radius: 6px;
}

.ac-overview-quick-card:hover .ac-overview-quick-button {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 18px 42px rgba(45, 212, 191, .34);
}

.ac-overview-quick-card:hover {
  color: #ffffff;
}

@keyframes ac-overview-bounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  45% {
    transform: translateY(-4px) scale(1.025);
  }
}

.ac-tutorial-page {
  min-height: 100%;
  padding: 24px;
  color: #0f172a;
}

.ac-guide-wizard {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 18px;
}

.ac-guide-panel {
  margin-top: 18px;
  border: 1px solid rgba(20,184,166,.22);
  border-radius: 28px;
  background: linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,253,251,.92));
  box-shadow: 0 24px 70px rgba(15,118,110,.08);
  padding: 26px;
}

.ac-guide-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.ac-guide-panel-head h2 {
  margin: 0;
  color: #0f2f36;
  font-size: 30px;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: 0;
}

.ac-guide-tool-tabs {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.ac-guide-tool-tab {
  min-height: 82px;
  padding: 14px 16px;
  border: 1px solid rgba(20,184,166,.24);
  border-radius: 20px;
  background: linear-gradient(145deg,#fff,rgba(240,253,250,.84));
  color: #0f766e;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(15,118,110,.08);
  transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}

.ac-guide-tool-tab strong {
  display: block;
  margin-bottom: 6px;
  color: #0f2f36;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 950;
}

.ac-guide-tool-tab span {
  display: block;
  color: #526b73;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 780;
}

.ac-guide-tool-tab:hover {
  transform: translateY(-2px);
  border-color: rgba(15,118,110,.46);
  box-shadow: 0 18px 44px rgba(15,118,110,.14);
}

.ac-guide-tool-tab.is-active {
  background: linear-gradient(135deg,#0f766e,#19c2b1);
  border-color: #0f766e;
  box-shadow: 0 18px 42px rgba(15,118,110,.24);
}

.ac-guide-tool-tab.is-active strong,
.ac-guide-tool-tab.is-active span {
  color: #fff !important;
}

.ac-guide-tool-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}

.ac-guide-tool-card {
  display: grid;
  grid-template-columns: 62px minmax(0,1fr);
  gap: 16px;
  align-items: center;
  min-height: 138px;
  padding: 20px;
  border: 1px solid rgba(20,184,166,.20);
  border-radius: 24px;
  background: #fff;
  color: #17363d;
  text-decoration: none !important;
  box-shadow: 0 14px 36px rgba(15,118,110,.07);
  transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.ac-guide-tool-card:hover {
  transform: translateY(-3px);
  border-color: rgba(15,118,110,.44);
  box-shadow: 0 20px 52px rgba(15,118,110,.13);
}

.ac-guide-card-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: #f0fdfa;
  border: 1px solid rgba(20,184,166,.20);
  color: #0f766e;
  font-size: 18px;
  font-weight: 950;
}

.ac-guide-card-icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.ac-guide-tool-card small {
  display: block;
  margin-bottom: 6px;
  color: #047857;
  font-size: 12px;
  font-weight: 950;
}

.ac-guide-tool-card h3 {
  margin: 0 0 6px;
  color: #0f2f36;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 950;
}

.ac-guide-tool-card p {
  margin: 0;
  color: #526b73;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 760;
}

.ac-guide-tool-card em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-top: 12px;
  padding: 0 13px;
  border-radius: 999px;
  background: #0f766e;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
}

.ac-guide-tool-grid.is-manual {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.ac-guide-tool-grid.is-manual .ac-guide-tool-card {
  display: block;
  min-height: 150px;
}

.ac-guide-tool-grid.is-manual .ac-guide-card-icon {
  width: auto;
  height: auto;
  display: inline-flex;
  margin-bottom: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0f766e;
  font-size: 13px;
}

.ac-guide-cc-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(260px,380px);
  gap: 16px;
}

.ac-ccs-download-card {
  display: flex;
  min-height: 138px;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(20,184,166,.20);
  border-radius: 24px;
  background: linear-gradient(145deg,#fff,rgba(240,253,250,.84));
  box-shadow: 0 14px 36px rgba(15,118,110,.07);
}

.ac-ccs-download-copy b {
  display: block;
  color: #0f2f36;
  font-size: 20px;
  font-weight: 950;
}

.ac-ccs-download-copy span {
  display: block;
  margin-top: 6px;
  color: #526b73;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 760;
}

.ac-ccs-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ac-ccs-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: #0f766e;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 950;
}

.ac-detail-back {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857 !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 950;
}

.ac-detail-hero {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(20,184,166,.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 84% 10%, rgba(34,211,238,.17), transparent 32%),
    linear-gradient(135deg, #ffffff, #f0fdfa);
  box-shadow: 0 22px 58px rgba(15,118,110,.08);
}

.ac-detail-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(20,184,166,.24);
  border-radius: 24px;
  background: #fff;
  color: #0f766e;
  font-size: 17px;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(15,118,110,.08);
}

.ac-detail-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.ac-detail-hero small {
  display: inline-flex;
  margin-bottom: 8px;
  color: #047857;
  font-size: 12px;
  font-weight: 950;
}

.ac-detail-hero h1 {
  margin: 0;
  color: #0f2f36;
  font-size: 34px;
  line-height: 1.14;
  font-weight: 950;
  letter-spacing: 0;
}

.ac-detail-hero p {
  max-width: 760px;
  margin: 10px 0 0;
  color: #526b73;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 760;
}

.ac-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.ac-detail-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 15px;
  border-radius: 999px;
  background: #0f766e;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 950;
}

.ac-detail-steps {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.ac-detail-step {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 15px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(20,184,166,.18);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15,118,110,.06);
}

.ac-detail-step > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: #0f766e;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.ac-detail-step h3 {
  margin: 0 0 6px;
  color: #0f2f36;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 950;
}

.ac-detail-step p {
  margin: 0;
  color: #526b73;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 760;
}

.ac-detail-code {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(20,184,166,.18);
  border-radius: 22px;
  background: #0b1f23;
  color: #d1fae5;
  overflow: auto;
  font-size: 13px;
  line-height: 1.7;
}

.ac-wallet-rate-note {
  display: block;
  max-width: 760px;
  color: #0f766e !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  font-weight: 850 !important;
}

.ac-custom-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(20,184,166,.20);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #047857;
  font-size: 12px;
  font-weight: 950;
}

.ac-detail-mini-icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 7px;
}

.ac-detail-mini-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.ac-detail-mini-icon b {
  font-size: 9px;
}

.ac-tutorial-hero {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(110,231,183,.24);
  border-radius: 26px;
  background:
    radial-gradient(circle at 10% 12%, rgba(45,212,191,.22), transparent 28%),
    linear-gradient(135deg,#0c1b1e,#122b2f 50%,#202348);
  box-shadow: 0 20px 48px rgba(4,20,35,.18), inset 0 1px 0 rgba(255,255,255,.08);
  color: #fff;
}

.ac-tutorial-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -90px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle,rgba(80,199,255,.28),transparent 62%);
  pointer-events: none;
}

.ac-custom-title,
.ac-tutorial-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #fff;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0;
}

.ac-tutorial-hero p {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0;
  color: rgba(236,255,248,.84);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 760;
}

.ac-tutorial-meta {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  margin: 16px 0 18px;
}

.ac-tutorial-meta article,
.ac-feature-grid article {
  padding: 16px;
  border: 1px solid rgba(20,184,166,.20);
  border-radius: 18px;
  background: linear-gradient(145deg,rgba(255,255,255,.94),rgba(239,253,249,.78));
  box-shadow: 0 14px 34px rgba(15,80,75,.08);
}

.ac-tutorial-meta small {
  display: block;
  color: #047857;
  font-size: 11px;
  font-weight: 950;
}

.ac-tutorial-meta b {
  display: block;
  margin-top: 5px;
  color: #0f2f36;
  font-size: 16px;
  font-weight: 950;
}

.ac-tutorial-meta span {
  display: block;
  margin-top: 4px;
  color: #526b73;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}

.ac-anchor-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.ac-anchor-row a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(20,184,166,.20);
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  color: #0f766e !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 900;
}

.ac-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 12px;
  margin: 16px 0;
}

.ac-feature-grid h3 {
  margin: 0 0 8px;
  color: #0f2f36;
  font-size: 16px;
  font-weight: 950;
}

.ac-feature-grid p {
  margin: 0;
  color: #526b73;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 760;
}

.ac-rich-steps {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.ac-rich-step {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20,184,166,.20);
  border-radius: 20px;
  background: linear-gradient(135deg,rgba(255,255,255,.94),rgba(239,253,249,.78));
  box-shadow: 0 14px 36px rgba(15,80,75,.08);
}

.ac-rich-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg,#10b981,#22d3ee,#8b5cf6);
}

.ac-rich-step-head {
  display: grid;
  grid-template-columns: 52px minmax(0,1fr);
  gap: 14px;
  padding: 20px 22px 10px;
}

.ac-rich-step-num {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg,#10b981,#22d3ee);
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(20,184,166,.24);
}

.ac-rich-step-eyebrow {
  margin: 0 0 5px !important;
  color: #047857 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
}

.ac-rich-step h2 {
  margin: 0;
  color: #0f2f36;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 950;
}

.ac-rich-step-body {
  padding: 0 22px 22px 88px;
}

.ac-rich-step-body > p {
  margin: 0;
  color: #526b73;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 760;
}

.ac-rich-step-body ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.ac-rich-step-body li {
  position: relative;
  padding-left: 18px;
  color: #385a62;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 760;
}

.ac-rich-step-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #10b981;
}

.ac-code-block {
  overflow: hidden;
  margin-top: 14px;
  border: 1px solid rgba(20,184,166,.18);
  border-radius: 18px;
  background: #0b1f23;
}

.ac-code-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #a7f3d0;
  font-size: 12px;
  font-weight: 900;
}

.ac-copy-code {
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(167,243,208,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #d1fae5;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.ac-code-block pre {
  margin: 0;
  padding: 15px;
  overflow: auto;
  color: #d1fae5;
  font-size: 13px;
  line-height: 1.7;
}

.ac-codex-download-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  margin-top: 14px;
}

.ac-codex-download-grid-single {
  grid-template-columns: 1fr;
}

.ac-codex-download-card {
  padding: 16px;
  border: 1px solid rgba(20,184,166,.20);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15,80,75,.07);
}

.ac-codex-download-card small {
  display: block;
  color: #047857;
  font-size: 12px;
  font-weight: 950;
}

.ac-codex-download-card b {
  display: block;
  margin-top: 5px;
  color: #0f2f36;
  font-size: 18px;
  font-weight: 950;
}

.ac-codex-download-card p {
  margin: 8px 0 0;
  color: #526b73;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 760;
}

.ac-codex-download-actions,
.ac-claude-os-row,
.ac-claude-option-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.ac-codex-download-btn,
.ac-claude-os-pill,
.ac-claude-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: #0f766e;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 950;
}

.ac-codex-download-btn.secondary,
.ac-claude-os-pill.secondary {
  background: #ecfdf5;
  color: #0f766e !important;
}

.ac-claude-os-pill.is-disabled {
  opacity: .58;
}

.ac-claude-option {
  min-height: 48px;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 16px;
  padding: 10px 14px;
}

.ac-claude-option span {
  margin-top: 3px;
  color: rgba(255,255,255,.82);
  font-size: 11px;
}

.ac-direct-hero {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(110,231,183,.24);
  border-radius: 28px;
  background: linear-gradient(135deg,#0c1b1e,#122b2f 50%,#202348);
  color: #fff;
  box-shadow: 0 20px 48px rgba(4,20,35,.18);
}

.ac-direct-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #8fffd1;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ac-direct-brand-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255,255,255,.12);
}

.ac-direct-brand-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.ac-direct-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 950;
}

.ac-direct-hero p {
  max-width: 760px;
  margin: 12px 0 0;
  color: rgba(236,255,248,.82);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 760;
}

.ac-direct-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: 230px;
}

.ac-direct-primary-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 1px solid rgba(226,255,251,.75);
  border-radius: 999px;
  background: linear-gradient(135deg,#10d9af,#22d3ee);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 22px 50px rgba(20,184,166,.34);
}

.ac-direct-hero-actions span {
  color: rgba(236,253,245,.76);
  font-size: 12px;
  font-weight: 850;
}

.ac-direct-safe-card {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(300px,1.1fr);
  gap: 22px;
  align-items: center;
  margin-top: 16px;
  padding: 22px;
  border: 1px solid rgba(20,184,166,.20);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15,80,75,.08);
}

.ac-direct-safe-card h2 {
  margin: 0 0 10px;
  color: #0f2f36;
  font-size: 24px;
  font-weight: 950;
}

.ac-direct-safe-card p,
.ac-direct-safe-card li {
  color: #526b73;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 760;
}

.ac-direct-safe-card figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(20,184,166,.18);
  border-radius: 18px;
  background: #f8fffc;
}

.ac-direct-safe-card img {
  display: block;
  width: 100%;
  height: auto;
}

.ac-direct-safe-card figcaption {
  padding: 10px 12px;
  color: #526b73;
  font-size: 12px;
  font-weight: 760;
}

@media (max-width: 700px) {
  [data-ac-overview-quick-card="true"],
  .ac-overview-quick-card {
    min-height: 300px;
  }

  .ac-overview-quick-card {
    padding: 24px 20px;
    justify-content: center;
    gap: 18px;
  }

  .ac-overview-quick-title {
    white-space: normal;
  }

  .ac-overview-quick-logos {
    flex-wrap: wrap;
  }

  .ac-overview-quick-actions,
  .ac-guide-tool-tabs,
  .ac-guide-tool-grid,
  .ac-guide-tool-grid.is-manual,
  .ac-guide-cc-row {
    grid-template-columns: 1fr;
    flex-wrap: wrap;
  }

  .ac-guide-panel {
    padding: 20px;
  }

  .ac-guide-panel-head {
    display: block;
  }

  .ac-detail-hero,
  .ac-detail-step,
  .ac-direct-hero,
  .ac-direct-safe-card {
    grid-template-columns: 1fr;
  }

  .ac-tutorial-meta,
  .ac-codex-download-grid {
    grid-template-columns: 1fr;
  }

  .ac-rich-step-body {
    padding: 0 18px 18px;
  }

  .ac-direct-hero-actions {
    align-items: flex-start;
    min-width: 0;
  }
}
