.zq-enhance {
  margin: 28px 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 22px;
  background: rgba(8, 8, 16, 0.72);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  color: #f8f3ea;
  backdrop-filter: blur(20px);
}

.zq-enhance * {
  box-sizing: border-box;
}

nav.fixed {
  background: #070711 !important;
  border-bottom: 1px solid rgba(246, 213, 138, 0.16) !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22) !important;
}

.zq-nav-has-synastry-badge {
  position: relative !important;
  overflow: visible !important;
}

.zq-nav-synastry-badge {
  position: absolute;
  top: -9px;
  right: -8px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 16px;
  border: 1px solid #ff3838;
  border-radius: 3px;
  padding: 0 4px;
  background: rgba(120, 0, 0, 0.88);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(255, 56, 56, 0.18), 0 4px 12px rgba(255, 56, 56, 0.18);
}

.zq-enhance__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.zq-enhance__eyebrow {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.zq-enhance__title {
  margin: 0;
  color: #f6d58a;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 500;
}

.zq-enhance__desc {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.8;
}

.zq-enhance__question {
  margin-bottom: 18px;
}

.zq-enhance__flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.zq-enhance__flow-step {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
}

.zq-enhance__flow-step span,
.zq-enhance__step-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

.zq-enhance__flow-step.is-active {
  border-color: rgba(246, 213, 138, 0.38);
  color: #f6d58a;
  background: rgba(246, 213, 138, 0.06);
}

.zq-enhance__flow-step.is-active span,
.zq-enhance__step-head span {
  background: rgba(246, 213, 138, 0.16);
  color: #f6d58a;
}

.zq-enhance__step {
  margin-bottom: 18px;
  border: 1px solid rgba(246, 213, 138, 0.12);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.zq-enhance__step-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.zq-enhance__step-head h3 {
  margin: 0 0 4px;
  color: #f6d58a;
  font-size: 16px;
  font-weight: 500;
}

.zq-enhance__step-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.7;
}

.zq-enhance__subhead {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 4px 0 12px;
  padding: 10px 12px;
  border-left: 3px solid rgba(246, 213, 138, 0.58);
  background: rgba(246, 213, 138, 0.07);
}

.zq-enhance__subhead--spaced {
  margin-top: 18px;
}

.zq-enhance__subhead strong {
  color: #f6d58a;
  font-size: 14px;
  font-weight: 600;
}

.zq-enhance__subhead span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.6;
}

.zq-enhance__field-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.zq-enhance__field-card {
  min-height: 78px;
  border: 1px solid rgba(246, 213, 138, 0.16);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  text-align: left;
  font: inherit;
}

.zq-enhance__field-card strong,
.zq-enhance__field-card span {
  display: block;
}

.zq-enhance__field-card strong {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.zq-enhance__field-card span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.6;
}

.zq-enhance__field-card.is-active {
  border-color: rgba(246, 213, 138, 0.72);
  background: rgba(246, 213, 138, 0.12);
}

.zq-enhance__actions--draw,
.zq-enhance__followup {
  margin-bottom: 14px;
}

.zq-enhance__label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.zq-enhance__textarea {
  width: 100%;
  min-height: 86px;
  resize: vertical;
  border: 1px solid rgba(246, 213, 138, 0.18);
  border-radius: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  outline: none;
}

.zq-enhance__textarea:focus {
  border-color: rgba(246, 213, 138, 0.55);
}

.zq-enhance__toolbar,
.zq-enhance__spreads,
.zq-enhance__actions,
.zq-enhance__selected,
.zq-enhance__result-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.zq-enhance__toolbar {
  justify-content: space-between;
  margin-bottom: 16px;
}

.zq-enhance__spreads {
  flex: 1 1 380px;
}

.zq-enhance__pill,
.zq-enhance__button {
  min-height: 36px;
  border: 1px solid rgba(246, 213, 138, 0.24);
  border-radius: 999px;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.74);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}

.zq-enhance__pill:hover,
.zq-enhance__button:hover:not(:disabled) {
  border-color: rgba(246, 213, 138, 0.6);
  color: #f6d58a;
  transform: translateY(-1px);
}

.zq-enhance__pill.is-active {
  border-color: rgba(246, 213, 138, 0.78);
  background: rgba(246, 213, 138, 0.14);
  color: #f6d58a;
}

.zq-enhance__button--gold {
  border-color: rgba(246, 213, 138, 0.82);
  background: #f6d58a;
  color: #15101d;
  font-weight: 600;
}

.zq-enhance__button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.zq-enhance__status {
  margin: 8px 0 14px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
}

.zq-enhance__selected {
  min-height: 132px;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px dashed rgba(246, 213, 138, 0.28);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.zq-enhance__selected.has-cards {
  border-color: rgba(246, 213, 138, 0.62);
  background: rgba(246, 213, 138, 0.06);
}

.zq-enhance__empty {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.zq-enhance__selected-card {
  width: 86px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.zq-enhance__card-face {
  width: 100%;
  aspect-ratio: 5 / 8;
  overflow: hidden;
  border: 1px solid rgba(246, 213, 138, 0.24);
  border-radius: 10px;
  background: linear-gradient(145deg, #1c1230, #0d0c16);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
}

.zq-enhance__card-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.zq-enhance__card-name {
  margin-top: 8px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zq-enhance__card-position,
.zq-enhance__card-orientation {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
}

.zq-enhance__card-orientation.is-reversed {
  color: #ff9d94;
}

.zq-enhance__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
  gap: 10px;
  max-height: 430px;
  overflow-y: auto;
  padding: 2px 4px 8px 2px;
}

.zq-enhance__deck-card {
  width: 100%;
  max-width: 104px;
  aspect-ratio: 5 / 8;
  justify-self: center;
  border: 0;
  border-radius: 10px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}

.zq-enhance__deck-card:hover:not(:disabled) {
  transform: translateY(-4px) scale(1.03);
}

.zq-enhance__deck-card:disabled {
  cursor: not-allowed;
}

.zq-enhance__deck-card.is-selected,
.zq-enhance__deck-card.is-locked {
  opacity: 0.3;
}

.zq-enhance__result {
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.zq-enhance__result-title {
  margin: 0 0 10px;
  color: #f6d58a;
  font-size: 16px;
}

.zq-enhance__output {
  min-height: 80px;
  white-space: pre-wrap;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.9;
}

.zq-enhance__output strong {
  color: #f6d58a;
  font-weight: 800;
}

.zq-enhance__error {
  margin-top: 12px;
  border: 1px solid rgba(255, 117, 117, 0.34);
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(255, 117, 117, 0.08);
  color: #ff9d94;
  font-size: 13px;
}

.zq-enhance__profile-form,
.zq-enhance__profile-options,
.zq-enhance__summary {
  margin-bottom: 18px;
  border: 1px solid rgba(246, 213, 138, 0.12);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.zq-enhance__form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.zq-enhance__section-title {
  margin: 0 0 14px;
  color: #f6d58a;
  font-size: 16px;
  font-weight: 500;
}

.zq-enhance__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.zq-enhance__field--wide {
  grid-column: 1 / -1;
}

.zq-enhance__field--toggle {
  justify-content: space-between;
}

.zq-enhance__check {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  border: 1px solid rgba(246, 213, 138, 0.18);
  border-radius: 12px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
}

.zq-enhance__check input {
  width: 16px;
  height: 16px;
  accent-color: #f6d58a;
}

.zq-enhance__field input,
.zq-enhance__field select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(246, 213, 138, 0.18);
  border-radius: 12px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  outline: none;
  font: inherit;
}

.zq-enhance__field input:focus,
.zq-enhance__field select:focus {
  border-color: rgba(246, 213, 138, 0.55);
}

.zq-enhance__field select option {
  background: #15101d;
  color: #fff;
}

.zq-enhance__field .zq-enhance__check input {
  width: 16px;
  min-height: 16px;
  height: 16px;
  padding: 0;
}

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

.zq-enhance__choice {
  min-height: 40px;
  border: 1px solid rgba(246, 213, 138, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}

.zq-enhance__choice.is-active {
  border-color: rgba(246, 213, 138, 0.78);
  background: rgba(246, 213, 138, 0.14);
  color: #f6d58a;
}

.zq-enhance__hint {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  line-height: 1.7;
}

.zq-enhance__profile-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.zq-enhance__option-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.zq-enhance__option-group > span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.zq-enhance__profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.zq-enhance__summary h3 {
  margin: 0 0 12px;
  color: #f6d58a;
  font-size: 16px;
  font-weight: 500;
}

.zq-enhance__summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.zq-enhance__summary-card {
  min-height: 104px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.18);
}

.zq-enhance__summary-card span,
.zq-enhance__summary-card small {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.5;
}

.zq-enhance__summary-card strong {
  display: block;
  margin: 8px 0 4px;
  color: #f6d58a;
  font-size: 24px;
  font-weight: 500;
}

.zq-enhance-original-hidden {
  display: none !important;
}

.zq-natal-flow {
  overflow: hidden;
}

.zq-natal-flow__progress {
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
}

.zq-natal-options {
  position: sticky;
  top: 12px;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 18px;
  border: 1px solid rgba(246, 213, 138, 0.14);
  border-radius: 18px;
  padding: 12px;
  background: rgba(11, 9, 18, 0.88);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.zq-enhance__option-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.zq-enhance__option-group > span {
  flex: 0 0 auto;
  min-width: 72px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.zq-natal-mode-grid,
.zq-natal-preset-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.zq-natal-person-form {
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.16);
}

.zq-natal-person-form:last-child {
  margin-bottom: 0;
}

.zq-natal-person-form h4 {
  margin: 0 0 12px;
  color: #fff8e6;
  font-size: 15px;
  font-weight: 500;
}

.zq-natal-wheel-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.zq-natal-wheel-row select {
  min-width: 0;
  text-align: center;
  scroll-snap-type: y mandatory;
}

.zq-natal-location-select {
  min-height: 48px;
}

.zq-region-picker {
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid rgba(246, 213, 138, 0.16);
  border-radius: 14px;
  background: rgba(5, 5, 12, 0.34);
}

.zq-region-picker__summary {
  min-height: 42px;
  padding: 11px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.45;
}

.zq-region-picker__summary.is-complete {
  color: #f6d58a;
}

.zq-region-picker__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 230px;
}

.zq-region-picker__column {
  min-width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.zq-region-picker__column:last-child {
  border-right: 0;
}

.zq-region-picker__column.is-empty {
  background: rgba(255, 255, 255, 0.01);
}

.zq-region-picker__label {
  padding: 10px 10px 6px;
  color: rgba(246, 213, 138, 0.72);
  font-size: 12px;
  letter-spacing: 0;
}

.zq-region-picker__list {
  display: grid;
  align-content: start;
  gap: 5px;
  max-height: 220px;
  overflow-y: auto;
  padding: 0 8px 10px;
}

.zq-region-picker__item {
  width: 100%;
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  padding: 7px 9px;
  background: transparent;
  color: rgba(255, 255, 255, 0.74);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.zq-region-picker__item:hover {
  background: rgba(246, 213, 138, 0.1);
  color: #fff8e6;
}

.zq-region-picker__item.is-active {
  background: linear-gradient(135deg, #f6d58a, #d7a84e);
  color: #120d06;
  font-weight: 600;
}

.zq-region-picker__empty {
  display: grid;
  min-height: 72px;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
}

.zq-natal-location-hint,
.zq-enhance__hint {
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  line-height: 1.7;
}

.zq-natal-reading {
  scroll-margin-top: 96px;
}

.zq-natal-chart-panel {
  margin: 16px 0;
  border: 1px solid rgba(246, 213, 138, 0.14);
  border-radius: 18px;
  padding: 14px;
  background:
    radial-gradient(circle at 50% 42%, rgba(246, 213, 138, 0.09), transparent 48%),
    rgba(7, 7, 14, 0.42);
}

.zq-natal-chart-panel.is-visible {
  animation: zq-natal-fade 420ms ease both;
}

.zq-natal-chart-loading {
  display: grid;
  min-height: 180px;
  place-items: center;
  color: rgba(246, 213, 138, 0.72);
  font-size: 13px;
}

.zq-natal-chart-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.zq-natal-chart-head span {
  color: #f6d58a;
  font-size: 16px;
  font-weight: 500;
}

.zq-natal-chart-head small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.zq-natal-chart-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}

.zq-natal-chart-svg {
  width: min(100%, 560px);
  aspect-ratio: 1;
  justify-self: center;
  filter: drop-shadow(0 24px 46px rgba(0, 0, 0, 0.34));
}

.zq-natal-ring {
  fill: none;
  stroke: rgba(246, 213, 138, 0.24);
  stroke-width: 1.2;
}

.zq-natal-ring--outer {
  stroke: rgba(246, 213, 138, 0.44);
  stroke-width: 1.6;
}

.zq-natal-ring--inner {
  stroke-dasharray: 4 7;
}

.zq-natal-house-line {
  stroke: rgba(255, 255, 255, 0.13);
  stroke-width: 1;
}

.zq-natal-house-label,
.zq-natal-sign-label {
  fill: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  text-anchor: middle;
  dominant-baseline: middle;
}

.zq-natal-sign-label {
  fill: rgba(246, 213, 138, 0.68);
  font-size: 18px;
}

.zq-natal-aspect-line {
  opacity: 0;
  stroke-width: 1.1;
  animation: zq-natal-line 620ms ease forwards;
}

.zq-natal-planet {
  opacity: 0;
  animation: zq-natal-pop 460ms ease forwards;
}

.zq-natal-planet circle {
  fill: rgba(10, 9, 18, 0.9);
  stroke: rgba(246, 213, 138, 0.58);
  stroke-width: 1;
}

.zq-natal-planet--b circle {
  stroke: rgba(126, 191, 255, 0.76);
}

.zq-natal-planet-glyph {
  fill: #fff8e6;
  font-size: 12px;
  font-weight: 600;
  text-anchor: middle;
  dominant-baseline: middle;
}

.zq-natal-planet-degree {
  fill: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  text-anchor: middle;
  dominant-baseline: middle;
}

.zq-natal-planet-tables {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.zq-natal-planet-table {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.zq-natal-planet-table h4 {
  margin: 0 0 10px;
  color: #fff8e6;
  font-size: 14px;
  font-weight: 500;
}

.zq-natal-planet-list {
  display: grid;
  gap: 7px;
  max-height: 360px;
  overflow: auto;
  padding-right: 2px;
}

.zq-natal-planet-row {
  display: grid;
  grid-template-columns: minmax(78px, 0.7fr) minmax(0, 1.3fr);
  gap: 8px;
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 7px;
}

.zq-natal-planet-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.zq-natal-planet-row strong {
  overflow: hidden;
  color: rgba(246, 213, 138, 0.86);
  font-size: 12px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zq-natal-planet-row span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

@keyframes zq-natal-pop {
  from {
    opacity: 0;
    transform: scale(0.72);
    transform-origin: center;
  }
  to {
    opacity: 1;
    transform: scale(1);
    transform-origin: center;
  }
}

@keyframes zq-natal-line {
  from {
    opacity: 0;
    stroke-dasharray: 0 180;
  }
  to {
    opacity: 0.58;
    stroke-dasharray: 180 0;
  }
}

@keyframes zq-natal-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.zq-num-flow {
  overflow: hidden;
}

.zq-num-flow__progress {
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
}

.zq-num-preset-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.zq-num-reading {
  scroll-margin-top: 96px;
}

.zq-num-empty {
  display: grid;
  min-height: 190px;
  place-items: center;
  margin: 16px 0;
  border: 1px dashed rgba(246, 213, 138, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.026);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  position: relative;
}

.zq-num-empty-orbit {
  width: 72px;
  height: 72px;
  border: 1px solid rgba(246, 213, 138, 0.28);
  border-radius: 50%;
  position: relative;
  animation: zq-num-orbit 3.2s linear infinite;
}

.zq-num-empty-orbit::before,
.zq-num-empty-orbit::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

.zq-num-empty-orbit::before {
  width: 10px;
  height: 10px;
  top: -5px;
  left: 31px;
  background: #f6d58a;
  box-shadow: 0 0 16px rgba(246, 213, 138, 0.72);
}

.zq-num-empty-orbit::after {
  inset: 18px;
  border: 1px solid rgba(126, 191, 255, 0.24);
}

.zq-num-results-area {
  margin: 16px 0;
  border: 1px solid rgba(246, 213, 138, 0.12);
  border-radius: 18px;
  padding: 14px;
  background:
    radial-gradient(circle at 24% 14%, rgba(126, 191, 255, 0.1), transparent 34%),
    radial-gradient(circle at 76% 28%, rgba(136, 223, 176, 0.1), transparent 32%),
    rgba(7, 7, 14, 0.36);
}

.zq-num-results-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #fff8e6;
  font-size: 15px;
  font-weight: 500;
}

.zq-num-results-title span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #88dfb0;
  box-shadow: 0 0 12px rgba(136, 223, 176, 0.8);
}

.zq-num-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 12px;
}

.zq-num-card {
  position: relative;
  min-height: 168px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 18px 14px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.22);
  color: #f8f3ea;
  cursor: pointer;
  font: inherit;
  text-align: center;
  opacity: 0;
  transform: translateY(50px) scale(0.88);
  animation: zq-num-card-pop 620ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.zq-num-card:hover {
  border-color: rgba(246, 213, 138, 0.46);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
  transform: translateY(-3px);
}

.zq-num-card::before {
  content: '';
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 120deg, transparent, rgba(126, 191, 255, 0.12), transparent, rgba(136, 223, 176, 0.12), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.zq-num-card:hover::before,
.zq-num-card.is-master::before {
  opacity: 1;
}

.zq-num-card-label,
.zq-num-card small,
.zq-num-card em {
  position: relative;
  display: block;
}

.zq-num-card-label {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
}

.zq-num-card strong {
  position: relative;
  display: block;
  margin: 9px 0 6px;
  color: #f6d58a;
  font-size: 44px;
  line-height: 1;
}

.zq-num-card small {
  min-height: 32px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.45;
}

.zq-num-card em {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
  font-style: normal;
}

.zq-num-card.is-master {
  border-color: rgba(246, 213, 138, 0.58);
  box-shadow: inset 0 0 0 1px rgba(246, 213, 138, 0.16), 0 18px 48px rgba(246, 213, 138, 0.09);
}

.zq-num-card.is-master strong,
.zq-num-modal__head strong.is-master {
  color: #ffe59f;
  text-shadow: 0 0 22px rgba(246, 213, 138, 0.42);
}

.zq-num-master-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 999px;
  padding: 3px 8px;
  background: rgba(246, 213, 138, 0.14);
  color: #f6d58a;
  font-size: 11px;
}

.zq-num-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(10px);
  animation: zq-natal-fade 180ms ease both;
}

.zq-num-modal__panel {
  width: min(560px, 100%);
  max-height: min(760px, 88vh);
  overflow: auto;
  border: 1px solid rgba(246, 213, 138, 0.16);
  border-radius: 18px;
  padding: 24px;
  background: linear-gradient(160deg, rgba(25, 24, 44, 0.98), rgba(12, 12, 22, 0.98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
}

.zq-num-modal__close {
  float: right;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.zq-num-modal__head {
  clear: both;
  text-align: center;
  padding: 8px 0 22px;
}

.zq-num-modal__head span,
.zq-num-modal__head small {
  display: block;
}

.zq-num-modal__head span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.zq-num-modal__head strong {
  display: block;
  margin: 6px 0;
  color: #f6d58a;
  font-size: 64px;
  line-height: 1;
}

.zq-num-modal__head small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.zq-num-detail-grid {
  display: grid;
  gap: 12px;
}

.zq-num-detail {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.zq-num-detail h4 {
  margin: 0 0 10px;
  color: #fff8e6;
  font-size: 14px;
  font-weight: 500;
}

.zq-num-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.zq-num-tags span {
  border: 1px solid rgba(246, 213, 138, 0.16);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(246, 213, 138, 0.06);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.4;
}

@keyframes zq-num-card-pop {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.88);
  }
  60% {
    opacity: 1;
    transform: translateY(-7px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes zq-num-orbit {
  to {
    transform: rotate(360deg);
  }
}

.zq-home-hero-shift {
  transform: translateY(-20px);
}

.zq-daily-subscription-hidden {
  display: none !important;
}

.zq-daily-original-hidden {
  display: none !important;
}

.zq-daily-enhance {
  margin-top: 18px;
}

.zq-daily-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.zq-daily-head span,
.zq-daily-detail__head span,
.zq-quick-ask__copy span {
  color: rgba(246, 213, 138, 0.72);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.zq-daily-head h2 {
  margin: 5px 0 0;
  color: #fff8e6;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 500;
}

.zq-daily-head p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.7;
}

.zq-daily-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.zq-daily-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 18px;
  background: rgba(7, 7, 14, 0.46);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.zq-daily-card.is-active,
.zq-daily-card:hover {
  border-color: rgba(246, 213, 138, 0.28);
  background: rgba(11, 11, 22, 0.68);
}

.zq-daily-card__top {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.zq-daily-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #f6d58a;
  font-size: 21px;
}

.zq-daily-card h3 {
  margin: 0;
  color: #fff8e6;
  font-size: 16px;
  font-weight: 600;
}

.zq-daily-card span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.zq-daily-card strong {
  color: #f6d58a;
  font-size: 14px;
}

.zq-daily-score-list {
  display: grid;
  gap: 8px;
}

.zq-daily-score {
  display: grid;
  grid-template-columns: 22px 1fr 34px;
  align-items: center;
  gap: 8px;
}

.zq-daily-score__icon {
  font-size: 15px;
  text-align: center;
}

.zq-daily-score__bar {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.zq-daily-score__bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.zq-daily-score em {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-style: normal;
  text-align: right;
}

.zq-daily-card__button {
  margin-top: 14px;
  border: 1px solid rgba(188, 118, 255, 0.34);
  border-radius: 999px;
  padding: 7px 13px;
  background: rgba(188, 118, 255, 0.1);
  color: #e7d3ff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}

.zq-daily-checkin {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin: 0 0 18px;
  border: 1px solid rgba(246, 213, 138, 0.18);
  border-radius: 14px;
  padding: 16px;
  background: #080812;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.zq-daily-checkin.is-checked {
  border-color: rgba(85, 201, 128, 0.36);
}

.zq-daily-checkin__copy span {
  display: block;
  margin-bottom: 5px;
  color: rgba(246, 213, 138, 0.7);
  font-size: 12px;
}

.zq-daily-checkin__copy h3 {
  margin: 0 0 6px;
  color: #fff8e6;
  font-size: 18px;
  font-weight: 600;
}

.zq-daily-checkin__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.75;
}

.zq-daily-checkin__side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zq-daily-checkin__week {
  display: grid;
  grid-template-columns: repeat(7, minmax(58px, 1fr));
  gap: 8px;
}

.zq-daily-checkin__day {
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 8px 6px;
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
}

.zq-daily-checkin__day span,
.zq-daily-checkin__day strong {
  display: block;
}

.zq-daily-checkin__day span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
}

.zq-daily-checkin__day strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.zq-daily-checkin__day.is-done {
  border-color: rgba(85, 201, 128, 0.38);
  background: rgba(85, 201, 128, 0.08);
}

.zq-daily-checkin__day.is-current {
  border-color: rgba(246, 213, 138, 0.68);
  background: rgba(246, 213, 138, 0.12);
}

.zq-daily-checkin__button {
  align-self: flex-start;
  min-height: 38px;
  border: 1px solid rgba(246, 213, 138, 0.72);
  border-radius: 999px;
  padding: 8px 16px;
  background: #f6d58a;
  color: #15101d;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.zq-daily-checkin__button:disabled {
  cursor: default;
  opacity: 0.62;
}

@media (min-width: 960px) {
  .zq-daily-checkin {
    grid-template-columns: minmax(240px, 0.8fr) minmax(420px, 1.2fr);
    align-items: center;
  }

  .zq-daily-checkin__button {
    align-self: flex-end;
  }
}

@media (max-width: 560px) {
  .zq-daily-checkin__week {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.zq-daily-detail {
  margin-top: 18px;
  border: 1px solid rgba(246, 213, 138, 0.16);
  border-radius: 14px;
  padding: 20px;
  background:
    radial-gradient(circle at 10% 0%, rgba(246, 213, 138, 0.09), transparent 35%),
    rgba(5, 5, 12, 0.58);
}

.zq-daily-detail__head {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.zq-daily-detail__head h3 {
  margin: 4px 0 0;
  color: #fff8e6;
  font-size: 22px;
  font-weight: 600;
}

.zq-daily-detail__head strong {
  border: 1px solid rgba(246, 213, 138, 0.2);
  border-radius: 999px;
  padding: 6px 12px;
  color: #f6d58a;
  font-size: 13px;
  font-weight: 500;
}

.zq-daily-detail__summary {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.8;
}

.zq-daily-detail__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.zq-daily-detail__item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.zq-daily-detail__item span {
  display: block;
  margin-bottom: 5px;
  color: rgba(246, 213, 138, 0.68);
  font-size: 12px;
}

.zq-daily-detail__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.85;
}

.zq-daily-symbols {
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 14px;
}

.zq-daily-symbols h4 {
  margin: 0 0 10px;
  color: #fff8e6;
  font-size: 14px;
  font-weight: 500;
}

.zq-daily-symbols div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.zq-daily-symbols span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.55;
}

.zq-daily-symbols b {
  display: inline-block;
  width: 22px;
  font-size: 14px;
}

.zq-quick-ask {
  position: relative;
  z-index: 60;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 20px;
  background: rgba(5, 5, 12, 0.86);
  color: #f8f3ea;
}

.zq-quick-ask__inner {
  display: grid;
  width: min(1120px, 100%);
  margin: 0 auto;
  gap: 16px;
}

.zq-quick-ask__copy strong {
  display: block;
  margin-top: 5px;
  color: #fff8e6;
  font-size: 20px;
  font-weight: 600;
}

.zq-quick-ask__copy p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.zq-quick-ask__form {
  display: grid;
  gap: 10px;
}

.zq-quick-ask textarea {
  min-height: 86px;
  resize: vertical;
  border: 1px solid rgba(246, 213, 138, 0.16);
  border-radius: 12px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff8e6;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.zq-quick-ask textarea:focus {
  border-color: rgba(246, 213, 138, 0.38);
}

.zq-quick-ask.is-error textarea {
  border-color: rgba(255, 91, 91, 0.5);
}

.zq-quick-ask__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.zq-quick-ask__actions small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
}

.zq-quick-ask__actions button {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  background: linear-gradient(135deg, #f6d58a, #d7a84e);
  color: #120d06;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}

.zq-home-details {
  scroll-margin-top: 96px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 84px 20px;
  background:
    linear-gradient(180deg, rgba(8, 8, 16, 0.42), rgba(8, 8, 16, 0.86)),
    radial-gradient(circle at 20% 0%, rgba(246, 213, 138, 0.12), transparent 34%),
    radial-gradient(circle at 80% 40%, rgba(106, 157, 255, 0.12), transparent 30%);
  color: #f8f3ea;
}

.zq-home-details * {
  box-sizing: border-box;
}

.zq-home-details__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.zq-home-details__head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.zq-home-details__head span {
  display: block;
  margin-bottom: 10px;
  color: rgba(246, 213, 138, 0.72);
  font-size: 12px;
  letter-spacing: 0.24em;
}

.zq-home-details__head h2 {
  margin: 0;
  color: #f6d58a;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 500;
  letter-spacing: 0;
}

.zq-home-details__head p {
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.9;
}

.zq-home-details__intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 34px;
}

.zq-home-details__intro > div,
.zq-home-details__card,
.zq-home-details__principle,
.zq-home-details__guide,
.zq-home-details__notice {
  border: 1px solid rgba(246, 213, 138, 0.14);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.zq-home-details__intro > div {
  padding: 22px;
}

.zq-home-details__alert {
  margin: 26px 0 36px;
  border: 1px solid rgba(255, 91, 91, 0.38);
  border-radius: 8px;
  padding: 22px;
  background: linear-gradient(135deg, rgba(124, 18, 18, 0.42), rgba(246, 213, 138, 0.08));
  box-shadow: 0 20px 70px rgba(255, 50, 50, 0.12);
}

.zq-home-details__alert span {
  display: inline-flex;
  margin-bottom: 10px;
  border-radius: 999px;
  padding: 4px 10px;
  background: rgba(255, 91, 91, 0.18);
  color: #ffb4a8;
  font-size: 12px;
  letter-spacing: 0.16em;
}

.zq-home-details__alert h3 {
  color: #ffe0b0;
  font-size: clamp(20px, 3vw, 28px);
}

.zq-home-details__alert p {
  margin: 0;
  color: rgba(255, 235, 219, 0.82);
}

.zq-home-details h3 {
  margin: 0 0 12px;
  color: #f6d58a;
  font-size: 18px;
  font-weight: 500;
}

.zq-home-details p,
.zq-home-details__card span,
.zq-home-details__principle span,
.zq-home-details__guide span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.85;
}

.zq-home-details__section {
  margin-top: 34px;
}

.zq-home-details__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.zq-home-details__card {
  display: flex;
  min-height: 154px;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.zq-home-details__card:hover {
  transform: translateY(-2px);
  border-color: rgba(246, 213, 138, 0.42);
  background: rgba(246, 213, 138, 0.08);
}

.zq-home-details__card strong {
  color: #fff8e6;
  font-size: 17px;
  font-weight: 500;
}

.zq-home-details__principles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.zq-home-details__guide-grid,
.zq-home-details__notice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.zq-home-details__guide {
  display: flex;
  min-height: 154px;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.zq-home-details__guide strong {
  color: #fff8e6;
  font-size: 16px;
  font-weight: 500;
}

.zq-home-details__notice {
  min-height: 72px;
  padding: 14px 16px;
  border-color: rgba(255, 91, 91, 0.2);
  color: rgba(255, 230, 219, 0.78);
  font-size: 13px;
  line-height: 1.7;
  background: rgba(105, 24, 24, 0.2);
}

.zq-home-details__principle {
  display: flex;
  gap: 14px;
  padding: 16px;
}

.zq-home-details__principle b {
  flex: 0 0 auto;
  color: rgba(246, 213, 138, 0.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  font-weight: 500;
}

.flip-card-container,
.flex.justify-center.mb-10:has(.flip-card-container) {
  display: none !important;
}

@media (max-width: 759px) {
  .zq-region-picker__columns {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .zq-region-picker__column {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .zq-region-picker__column:last-child {
    border-bottom: 0;
  }

  .zq-region-picker__list {
    max-height: 154px;
  }
}

@media (min-width: 760px) {
  .zq-home-details__intro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zq-home-details__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zq-home-details__principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zq-home-details__guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zq-home-details__notice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zq-daily-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zq-daily-detail__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zq-daily-symbols div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zq-quick-ask__inner {
    grid-template-columns: minmax(240px, 0.72fr) minmax(360px, 1.28fr);
    align-items: center;
  }

  .zq-enhance__grid {
    grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
  }

  .zq-enhance__selected-card {
    width: 102px;
  }

  .zq-enhance__form-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zq-enhance__choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zq-enhance__field-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zq-enhance__profile-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zq-natal-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zq-natal-mode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zq-natal-preset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zq-natal-chart-layout {
    grid-template-columns: minmax(320px, 1.05fr) minmax(240px, 0.95fr);
  }

  .zq-natal-wheel-row {
    gap: 10px;
  }

  .zq-num-preset-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zq-num-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
