.akkk-app,
.akkk-static-page,
.akkk-static-fortune,
.akkk-star-links {
  --akkk-ink: #333333;
  --akkk-muted: #64748b;
  --akkk-line: #e8ded0;
  --akkk-soft: #fffcf6;
  --akkk-accent: #b42318;
  --akkk-accent-dark: #7f1d1d;
  --akkk-accent-soft: #fffcf6;
  --akkk-paper: #fffcf6;
  --akkk-highlight: #fffcf6;
  --akkk-highlight-border: #eee4cf;
  --akkk-track: #eee6da;
  --akkk-white: #ffffff;
  color: var(--akkk-ink);
  font-size: 16px;
  line-height: 1.8;
}

.akkk-app *,
.akkk-app *::before,
.akkk-app *::after,
.akkk-static-page *,
.akkk-static-page *::before,
.akkk-static-page *::after {
  box-sizing: border-box;
}

.akkk-app .akkk-heading,
.akkk-static-page .akkk-heading,
.akkk-static-fortune .akkk-heading,
.akkk-static-page > h2,
.akkk-static-page.akkk-static-page > h2 {
  display: block !important;
  position: static !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: var(--akkk-ink) !important;
  -webkit-text-fill-color: var(--akkk-ink) !important;
  opacity: 1 !important;
  visibility: visible !important;
  clip: auto !important;
  clip-path: none !important;
  filter: none !important;
  transform: none !important;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
  text-indent: 0 !important;
  text-shadow: none !important;
  text-transform: none;
  white-space: normal !important;
  text-wrap: balance;
}

html body .akkk-app h2.akkk-heading,
html body .akkk-static-page h2.akkk-heading,
html body .akkk-static-fortune h2.akkk-heading,
html body .akkk-static-page.akkk-static-page > h2 {
  color: #333333 !important;
  -webkit-text-fill-color: #333333 !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  background-image: none !important;
  mix-blend-mode: normal !important;
  -webkit-text-stroke: 0 transparent !important;
  text-wrap: balance;
}

.akkk-app p,
.akkk-app dd,
.akkk-static-page p,
.akkk-static-fortune p,
.akkk-static-fortune dd {
  text-wrap: pretty;
}

.akkk-app .akkk-heading::before,
.akkk-app .akkk-heading::after,
.akkk-static-page .akkk-heading::before,
.akkk-static-page .akkk-heading::after,
.akkk-static-fortune .akkk-heading::before,
.akkk-static-fortune .akkk-heading::after,
.akkk-static-page > h2::before,
.akkk-static-page > h2::after,
.akkk-static-page.akkk-static-page > h2::before,
.akkk-static-page.akkk-static-page > h2::after {
  display: none !important;
  content: none !important;
}

.akkk-app p,
.akkk-app li,
.akkk-app dd {
  text-wrap: pretty;
}

.akkk-calculator-shell {
  width: 100%;
  max-width: 960px;
  margin: 40px auto 48px;
}

.akkk-input-panel,
.akkk-result-hero,
.akkk-result-section,
.akkk-ambiguity,
.akkk-method-details {
  margin: 0 0 24px;
  border: 1px solid var(--akkk-line);
  border-radius: 16px;
  background: var(--akkk-white);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.akkk-input-panel,
.akkk-result-hero,
.akkk-result-section,
.akkk-ambiguity {
  padding: 32px;
}

.akkk-section-heading {
  margin-bottom: 20px;
}

.akkk-section-heading h2,
.akkk-section-heading h3 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.4;
}

.akkk-section-heading > p:last-child {
  margin: 0;
  color: var(--akkk-muted);
}

.akkk-eyebrow {
  margin: 0 0 4px;
  color: var(--akkk-accent);
  font-size: 0.82rem;
  font-weight: 800;
}

.akkk-method {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.akkk-method legend,
.akkk-field-label {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  font-weight: 800;
}

.akkk-method label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid var(--akkk-line);
  border-radius: 8px;
  background: var(--akkk-soft);
  cursor: pointer;
}

.akkk-method label:has(input:checked) {
  border-color: var(--akkk-accent);
  background: var(--akkk-highlight);
}

.akkk-method input,
.akkk-save-choice input {
  accent-color: var(--akkk-accent);
}

.akkk-input-group {
  margin-bottom: 20px;
}

.akkk-fixed-star {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 20px;
  padding: 14px;
  border: 1px solid var(--akkk-line);
  border-radius: 10px;
  background: var(--akkk-highlight);
}

.akkk-fixed-star > span {
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--akkk-accent);
  color: var(--akkk-white);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.akkk-fixed-star p {
  margin: 0;
}

.akkk-date-fields {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 10px;
}

.akkk-app select,
.akkk-app input[type="date"],
.akkk-app input[type="time"] {
  width: 100%;
  min-height: 46px;
  padding: 9px 36px 9px 12px;
  border: 1px solid #d8cfc2;
  border-radius: 8px;
  background-color: var(--akkk-white);
  color: var(--akkk-ink);
  font: inherit;
}

.akkk-app select:focus,
.akkk-app input:focus,
.akkk-app button:focus-visible,
.akkk-app summary:focus-visible,
.akkk-app [tabindex="-1"]:focus {
  outline: 3px solid rgba(180, 35, 24, 0.24);
  outline-offset: 2px;
}

.akkk-app [aria-invalid="true"] {
  border-color: #dc2626;
  box-shadow: 0 0 0 1px #dc2626;
}

.akkk-boundary-time {
  margin-top: 12px;
  padding: 16px;
  border-left: 4px solid #d97706;
  background: #fffbeb;
}

.akkk-boundary-time p {
  margin: 0 0 10px;
}

.akkk-boundary-time label {
  display: block;
  font-weight: 700;
}

.akkk-boundary-time input {
  max-width: 180px;
  margin-top: 5px;
}

.akkk-save-choice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 4px 0 10px;
}

.akkk-save-choice input {
  margin-top: 7px;
}

.akkk-privacy-note,
.akkk-muted,
.akkk-result-date {
  color: var(--akkk-muted);
  font-size: 0.9rem;
}

.akkk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.akkk-app button {
  min-height: 44px;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.akkk-primary-button,
.akkk-secondary-button {
  padding: 10px 20px;
  border: 1px solid var(--akkk-accent);
  background: var(--akkk-accent);
  color: var(--akkk-white);
}

.akkk-primary-button:hover,
.akkk-secondary-button:hover {
  background: var(--akkk-accent-dark);
  border-color: var(--akkk-accent-dark);
}

.akkk-text-button {
  padding: 10px 12px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--akkk-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.akkk-error {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-left: 4px solid #dc2626;
  background: #fef2f2;
  color: #991b1b;
  font-weight: 700;
}

.akkk-status-message {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-left: 4px solid #15803d;
  background: #f0fdf4;
  color: #166534;
  font-weight: 700;
}

.akkk-confirm-dialog {
  width: min(92vw, 520px);
  padding: 24px;
  border: 1px solid var(--akkk-line);
  border-radius: 12px;
  background: var(--akkk-white);
  color: var(--akkk-ink);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
}

.akkk-confirm-dialog::backdrop {
  background: rgba(15, 23, 42, 0.58);
}

.akkk-confirm-dialog h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.akkk-confirm-dialog p {
  margin: 0;
}

.akkk-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.akkk-confirm-dialog .akkk-secondary-button {
  border-color: var(--akkk-line);
  background: var(--akkk-white);
  color: var(--akkk-ink);
}

.akkk-confirm-dialog .akkk-secondary-button:hover {
  border-color: #cbd5e1;
  background: var(--akkk-soft);
}

.akkk-ambiguity {
  border-color: #f59e0b;
  background: #fffbeb;
}

.akkk-ambiguity h2 {
  margin-top: 0;
  font-size: 1.35rem;
}

.akkk-ambiguity-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.akkk-ambiguity-options button {
  padding: 12px;
  border: 1px solid #d97706;
  background: var(--akkk-white);
  color: #92400e;
}

.akkk-results {
  scroll-margin-top: 24px;
}

.akkk-result-hero {
  border-top: 5px solid var(--akkk-accent);
  background: var(--akkk-paper);
}

.akkk-result-date {
  margin: 0 0 16px;
  font-variant-numeric: tabular-nums;
}

.akkk-star-identity {
  display: flex;
  gap: 18px;
  align-items: center;
}

.akkk-star-number {
  display: grid;
  flex: 0 0 72px;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--akkk-accent);
  color: var(--akkk-white);
  font-size: 2rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.akkk-star-identity h2 {
  margin: 0 0 4px;
  font-size: clamp(1.7rem, 5vw, 2.4rem);
  line-height: 1.3;
}

.akkk-star-identity p:last-child {
  margin: 0;
}

.akkk-simple-notice {
  margin: 14px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--akkk-line);
  background: var(--akkk-soft);
  color: var(--akkk-muted);
}

.akkk-three-layer-profile {
  display: grid;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--akkk-line);
  border-radius: 12px;
  background: var(--akkk-line);
}

.akkk-three-layer-profile {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.akkk-three-layer-profile > div {
  padding: 16px;
  background: var(--akkk-white);
}

.akkk-three-layer-profile dt {
  margin-bottom: 7px;
  color: var(--akkk-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.akkk-three-layer-profile dd {
  margin: 0;
}

.akkk-three-layer-profile dd b,
.akkk-three-layer-profile dd span {
  display: block;
}

.akkk-three-layer-profile dd span {
  margin-top: 6px;
}

.akkk-flow-note {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-left: 4px solid var(--akkk-accent);
  background: var(--akkk-soft);
  color: var(--akkk-muted);
  font-size: 0.9rem;
}

.akkk-bar-track span {
  display: block;
  height: 100%;
  background: var(--akkk-accent);
}

.akkk-reading {
  border-left: 5px solid var(--akkk-accent);
}

.akkk-lead {
  font-size: 1.08rem;
  font-weight: 700;
}

.akkk-timing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.akkk-timing-label {
  color: var(--akkk-accent);
  font-size: 0.85rem;
  font-weight: 800;
}

.akkk-trend {
  display: inline-block;
  margin-left: 7px;
  padding: 2px 7px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: var(--akkk-accent-soft);
  color: #9a3412;
  font-size: 0.78rem;
  font-weight: 800;
}

.akkk-turning-points {
  margin-top: 16px;
  padding: 18px;
  border-left: 4px solid var(--akkk-accent);
  background: var(--akkk-white);
}

.akkk-turning-points h4 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.akkk-turning-points ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.akkk-turning-points li {
  display: grid;
  grid-template-columns: minmax(170px, auto) 1fr;
  gap: 12px;
}

.akkk-bar-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.akkk-bar-list li {
  display: grid;
  grid-template-columns: minmax(82px, 130px) minmax(100px, 1fr) 42px minmax(52px, 70px);
  gap: 10px;
  align-items: center;
}

.akkk-bar-list li.is-today {
  margin: 0 -10px;
  padding: 8px 10px;
  border-left: 3px solid var(--akkk-accent);
  border-radius: 8px;
  background: var(--akkk-highlight);
}

.akkk-bar-label,
.akkk-bar-list strong {
  font-variant-numeric: tabular-nums;
}

.akkk-bar-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--akkk-track);
}

.akkk-bar-list strong {
  text-align: right;
}

.akkk-bar-list small {
  color: var(--akkk-muted);
}

.akkk-day-picks,
.akkk-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.akkk-day-picks article,
.akkk-two-column > div {
  padding: 18px;
  border: 1px solid var(--akkk-line);
  border-radius: 12px;
  background: var(--akkk-soft);
}

.akkk-day-picks h4 {
  margin: 0 0 10px;
}

.akkk-day-picks ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.akkk-day-picks li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--akkk-line);
  font-variant-numeric: tabular-nums;
}

.akkk-day-picks li:last-child {
  border-bottom: 0;
}

.akkk-day-picks span {
  color: var(--akkk-muted);
}

.akkk-compatibility-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.akkk-partner-method {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
}

.akkk-partner-method legend {
  width: 100%;
  font-weight: 800;
}

.akkk-partner-method label {
  display: flex;
  gap: 7px;
  align-items: center;
  font-weight: 600;
}

.akkk-partner-fields {
  min-width: 0;
}

.akkk-partner-birth-fields {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(130px, 180px);
  gap: 10px;
}

.akkk-standalone-people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.akkk-person-card {
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--akkk-line);
  border-radius: 12px;
  background: var(--akkk-soft);
}

.akkk-person-card > legend {
  padding: 0 6px;
  font-size: 1.1rem;
  font-weight: 800;
}

.akkk-person-method {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 14px;
}

.akkk-person-method label,
.akkk-person-card label {
  font-weight: 700;
}

.akkk-person-card select,
.akkk-person-card input {
  display: block;
  margin: 6px 0 12px;
}

.akkk-person-card small {
  display: block;
  color: var(--akkk-muted);
  line-height: 1.6;
}

.akkk-compatibility-form label {
  font-weight: 800;
}

.akkk-compatibility-form select {
  display: block;
  margin-top: 6px;
}

.akkk-compatibility-result {
  margin-top: 20px;
  padding: 20px;
  border-left: 5px solid var(--akkk-accent);
  background: var(--akkk-soft);
}

.akkk-compatibility-result h3,
.akkk-compatibility-result h4,
.akkk-compatibility-result h5 {
  margin: 0 0 14px;
  font-size: 1.45rem;
}

.akkk-compatibility-layers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.akkk-compatibility-layers section {
  padding: 16px;
  border: 1px solid var(--akkk-line);
  border-radius: 12px;
  background: var(--akkk-white);
}

.akkk-compatibility-layers h4,
.akkk-compatibility-layers h5 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.akkk-compatibility-layers p {
  margin: 10px 0 0;
}

.akkk-two-column p {
  margin: 8px 0;
}

.akkk-two-column span {
  color: var(--akkk-muted);
  font-size: 0.9rem;
  font-variant-numeric: tabular-nums;
}

.akkk-guidance {
  margin: 16px 0 0;
}

.akkk-method-details {
  overflow: hidden;
}

.akkk-method-details summary {
  padding: 17px 20px;
  background: var(--akkk-soft);
  font-weight: 800;
  cursor: pointer;
}

.akkk-method-details > div {
  padding: 20px;
}

.akkk-method-details dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--akkk-line);
  background: var(--akkk-line);
}

.akkk-method-details dl div {
  padding: 12px 14px;
  background: var(--akkk-white);
}

.akkk-method-details dt {
  color: var(--akkk-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.akkk-method-details dd {
  margin: 2px 0 0;
  font-weight: 700;
}

.akkk-disclaimer {
  margin: 18px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--akkk-line);
  background: var(--akkk-soft);
  color: var(--akkk-muted);
  font-size: 0.88rem;
}

.akkk-star-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.akkk-star-link {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid var(--akkk-line);
  border-radius: 10px;
  background: var(--akkk-white);
  color: var(--akkk-ink);
  font-weight: 800;
  text-decoration: none;
}

.akkk-star-link:hover {
  border-color: var(--akkk-accent);
  background: var(--akkk-paper);
  color: var(--akkk-accent);
}

.akkk-star-link.is-current,
.akkk-star-link[aria-current="page"] {
  border-color: var(--akkk-accent);
  background: var(--akkk-highlight);
  color: var(--akkk-accent-dark);
}

.akkk-star-link span:first-child {
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--akkk-accent-soft);
  color: var(--akkk-accent);
  font-variant-numeric: tabular-nums;
}

.akkk-star-link span:last-child {
  min-width: 0;
}

.akkk-star-link small {
  display: block;
  color: var(--akkk-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.akkk-static-page,
.akkk-static-fortune {
  color: var(--akkk-ink);
  line-height: 1.95;
}

.akkk-static-page > .akkk-heading--static,
.akkk-static-fortune > .akkk-heading--static,
.akkk-static-page > h2,
.akkk-static-page.akkk-static-page > h2 {
  margin: 56px 0 24px !important;
  padding: 14px 16px !important;
  border-left: 5px solid var(--akkk-accent) !important;
  border-bottom: 1px solid var(--akkk-line) !important;
  background: var(--akkk-paper) !important;
  font-size: clamp(1.35rem, 3vw, 1.75rem) !important;
}

.akkk-static-page > p,
.akkk-static-page > ul,
.akkk-static-fortune > p {
  margin-bottom: 24px;
}

.akkk-static-faq {
  display: grid;
  gap: 10px;
}

.akkk-static-faq details {
  overflow: hidden;
  border: 1px solid var(--akkk-line);
  border-radius: 10px;
  background: var(--akkk-white);
}

.akkk-static-faq summary {
  padding: 14px 16px;
  font-weight: 800;
  cursor: pointer;
}

.akkk-static-faq p {
  margin: 0;
  padding: 0 16px 16px;
}

.akkk-static-note,
.akkk-insert-content {
  margin: 24px 0;
  padding: 16px;
  border: 1px solid var(--akkk-line);
  background: var(--akkk-soft);
}

.akkk-static-note p {
  margin: 0;
}

.akkk-static-note p + p,
.akkk-static-callout p + p {
  margin-top: 12px;
}

.akkk-static-fortune {
  margin: 32px 0 40px;
}

.akkk-static-fortune-date {
  margin: -12px 0 20px;
  color: var(--akkk-muted);
  font-size: 0.92rem;
  font-variant-numeric: tabular-nums;
}

.akkk-static-fortune-summary {
  margin: 0 0 24px;
  padding: 20px 22px;
  border: 1px solid var(--akkk-highlight-border);
  border-left: 4px solid var(--akkk-accent);
  border-radius: 10px;
  background: var(--akkk-highlight);
}

.akkk-static-fortune-summary p {
  margin: 0;
}

.akkk-static-fortune-summary dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--akkk-line);
}

.akkk-static-fortune-summary dl > div {
  min-width: 0;
  padding: 0 14px;
  border-left: 1px solid var(--akkk-line);
}

.akkk-static-fortune-summary dl > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.akkk-static-fortune-summary dt,
.akkk-static-fortune-grid h3 {
  color: var(--akkk-accent-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.akkk-static-fortune-summary dd {
  margin: 3px 0 0;
  font-weight: 800;
}

.akkk-static-fortune-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0 0 24px;
}

.akkk-static-fortune-grid section {
  min-width: 0;
  padding: 18px 0;
  border-top: 1px solid var(--akkk-line);
}

.akkk-static-fortune-grid h3 {
  margin: 0 0 8px;
  color: var(--akkk-accent-dark) !important;
  -webkit-text-fill-color: var(--akkk-accent-dark) !important;
}

.akkk-static-fortune-grid p {
  margin: 0;
}

.akkk-static-fortune-cta {
  margin: 20px 0 0;
  padding: 14px 0 0 16px;
  border-top: 1px solid var(--akkk-line);
  border-left: 4px solid var(--akkk-accent);
  color: var(--akkk-muted);
}

.akkk-static-lead {
  margin: 0 0 28px;
  font-size: clamp(1.02rem, 2vw, 1.12rem);
}

.akkk-static-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 12px 0;
  border-top: 1px solid var(--akkk-line);
  border-bottom: 1px solid var(--akkk-line);
}

.akkk-static-jump-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 7px 13px;
  border: 1px solid var(--akkk-line);
  border-radius: 999px;
  background: var(--akkk-white);
  color: var(--akkk-accent-dark);
  font-weight: 800;
  text-decoration: none;
}

.akkk-static-jump-links a:hover {
  border-color: var(--akkk-accent);
  background: var(--akkk-paper);
}

.akkk-static-jump-links a:focus-visible,
.akkk-static-cta-link:focus-visible,
.akkk-static-callout-action a:focus-visible {
  outline: 3px solid rgba(180, 35, 24, 0.22);
  outline-offset: 3px;
}

.akkk-static-callout {
  margin: 24px 0 32px;
  padding: 18px 20px;
  border: 1px solid var(--akkk-highlight-border);
  border-left: 4px solid var(--akkk-accent);
  border-radius: 10px;
  background: var(--akkk-highlight);
}

.akkk-static-callout p {
  margin: 0;
}

.akkk-static-callout--primary {
  padding: 20px 22px;
  background: var(--akkk-paper);
}

.akkk-static-callout-action {
  margin-top: 12px !important;
}

.akkk-static-callout-action a,
.akkk-static-cta-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid var(--akkk-accent);
  border-radius: 8px;
  background: var(--akkk-accent);
  color: var(--akkk-white);
  font-weight: 800;
  text-decoration: none;
}

.akkk-static-callout-action a:hover,
.akkk-static-cta-link:hover {
  border-color: var(--akkk-accent-dark);
  background: var(--akkk-accent-dark);
  color: var(--akkk-white);
}

.akkk-table-scroll {
  max-width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid var(--akkk-line);
  border-radius: 10px;
  background: var(--akkk-white);
  -webkit-overflow-scrolling: touch;
}

.akkk-table-scroll:focus-visible {
  outline: 3px solid rgba(180, 35, 24, 0.22);
  outline-offset: 3px;
}

.akkk-hayami-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  color: var(--akkk-ink);
  font-variant-numeric: tabular-nums;
  table-layout: fixed;
}

.akkk-hayami-table caption {
  padding: 16px 18px;
  border-bottom: 1px solid var(--akkk-line);
  background: var(--akkk-paper);
  color: var(--akkk-ink);
  font-weight: 800;
  text-align: left;
}

.akkk-hayami-table th,
.akkk-hayami-table td {
  padding: 14px 12px;
  border-left: 1px solid var(--akkk-line);
  border-bottom: 1px solid var(--akkk-line);
  vertical-align: middle;
  text-align: center;
}

.akkk-hayami-table th:first-child,
.akkk-hayami-table td:first-child {
  border-left: 0;
}

.akkk-hayami-table thead th {
  background: var(--akkk-accent);
  color: var(--akkk-white);
  font-size: 1rem;
}

.akkk-hayami-table thead a {
  color: var(--akkk-white) !important;
  -webkit-text-fill-color: var(--akkk-white) !important;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--akkk-white);
  text-underline-offset: 4px;
}

.akkk-hayami-table thead a:hover,
.akkk-hayami-table thead a:focus-visible {
  color: var(--akkk-white) !important;
  -webkit-text-fill-color: var(--akkk-white) !important;
  text-decoration-color: var(--akkk-white);
}

.akkk-hayami-table tbody tr:nth-child(even) {
  background: #fffaf0;
}

.akkk-hayami-table tbody tr:last-child th,
.akkk-hayami-table tbody tr:last-child td {
  border-bottom: 0;
}

.akkk-hayami-table td {
  min-height: 88px;
}

.akkk-annual-month-table td p {
  margin: 0;
}

.akkk-annual-month-table td p + p {
  margin-top: 8px;
}

.akkk-hayami-year,
.akkk-hayami-era,
.akkk-hayami-age {
  display: block;
}

.akkk-hayami-year {
  font-size: 1.05rem;
  font-weight: 800;
}

.akkk-hayami-era {
  color: var(--akkk-muted);
  font-size: 0.92rem;
}

.akkk-hayami-age {
  margin-top: 2px;
  font-weight: 800;
}

.akkk-hayami-empty {
  background: #fffdf8;
}

.akkk-hayami-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0;
  border-top: 1px solid var(--akkk-line);
  border-bottom: 1px solid var(--akkk-line);
}

.akkk-hayami-steps section {
  min-width: 0;
  padding: 18px;
  border-left: 1px solid var(--akkk-line);
}

.akkk-hayami-steps section:first-child {
  border-left: 0;
}

.akkk-hayami-steps h3 {
  margin: 0 0 8px;
  color: var(--akkk-accent-dark) !important;
  -webkit-text-fill-color: var(--akkk-accent-dark) !important;
  font-size: 1.02rem;
}

.akkk-hayami-steps p {
  margin: 0;
}

.akkk-annual-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0 32px;
  overflow: hidden;
  border: 1px solid var(--akkk-line);
  border-radius: 10px;
  background: var(--akkk-line);
}

.akkk-annual-summary > div {
  min-width: 0;
  padding: 16px;
  border-left: 1px solid var(--akkk-line);
  background: var(--akkk-white);
}

.akkk-annual-summary > div:first-child {
  border-left: 0;
}

.akkk-annual-summary dt {
  margin: 0 0 6px;
  color: var(--akkk-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.akkk-annual-summary dd {
  margin: 0;
  font-weight: 800;
}

.akkk-annual-quicklook {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0 32px;
  padding: 0;
  border-top: 1px solid var(--akkk-line);
  border-bottom: 1px solid var(--akkk-line);
}

.akkk-annual-quicklook > div {
  min-width: 0;
  padding: 18px 16px;
  border-left: 1px solid var(--akkk-line);
}

.akkk-annual-quicklook > div:first-child {
  border-left: 0;
}

.akkk-annual-quicklook dt {
  margin: 0 0 7px;
  color: var(--akkk-accent-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.akkk-annual-quicklook dd {
  margin: 0;
  color: var(--akkk-ink);
}

.akkk-annual-method {
  margin: 24px 0 32px;
}

.akkk-annual-month-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  color: var(--akkk-ink);
  font-variant-numeric: tabular-nums;
}

.akkk-annual-link-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--akkk-ink);
}

.akkk-annual-link-table caption {
  padding: 16px 18px;
  border-bottom: 1px solid var(--akkk-line);
  background: var(--akkk-paper);
  color: var(--akkk-ink);
  font-weight: 800;
  text-align: left;
}

.akkk-annual-link-table th,
.akkk-annual-link-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--akkk-line);
  vertical-align: top;
  text-align: left;
}

.akkk-annual-link-table thead th {
  background: var(--akkk-soft);
  color: var(--akkk-accent-dark);
  font-size: 0.92rem;
}

.akkk-annual-link-table tbody tr:nth-child(even) {
  background: var(--akkk-soft);
}

.akkk-annual-link-table tbody tr:last-child th,
.akkk-annual-link-table tbody tr:last-child td {
  border-bottom: 0;
}

.akkk-annual-month-table caption {
  padding: 16px 18px;
  border-bottom: 1px solid var(--akkk-line);
  background: var(--akkk-paper);
  color: var(--akkk-ink);
  font-weight: 800;
  text-align: left;
}

.akkk-annual-month-table th,
.akkk-annual-month-table td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--akkk-line);
  vertical-align: top;
  text-align: left;
}

.akkk-annual-month-table thead th {
  background: var(--akkk-soft);
  color: var(--akkk-accent-dark);
  font-size: 0.92rem;
}

.akkk-annual-month-table tbody tr:nth-child(even) {
  background: var(--akkk-soft);
}

.akkk-annual-month-table tbody tr:last-child th,
.akkk-annual-month-table tbody tr:last-child td {
  border-bottom: 0;
}

.akkk-annual-month-table td:nth-child(2) {
  min-width: 130px;
  color: var(--akkk-muted);
  white-space: nowrap;
}

.akkk-annual-month-table td:nth-child(3) {
  min-width: 140px;
  color: var(--akkk-accent-dark);
  font-weight: 800;
}

.akkk-static-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0 32px;
  border-top: 1px solid var(--akkk-line);
  border-bottom: 1px solid var(--akkk-line);
}

.akkk-static-scope-grid section {
  min-width: 0;
  padding: 18px 20px;
  border-left: 1px solid var(--akkk-line);
}

.akkk-static-scope-grid section:first-child {
  border-left: 0;
}

.akkk-static-scope-grid h3 {
  margin: 0 0 10px;
  color: var(--akkk-accent-dark) !important;
  -webkit-text-fill-color: var(--akkk-accent-dark) !important;
  font-size: 1.02rem;
}

.akkk-static-scope-grid ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 1.2em;
}

.akkk-static-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  margin: 24px 0 32px;
  padding: 18px 20px;
  border: 1px solid var(--akkk-highlight-border);
  border-left: 4px solid var(--akkk-accent);
  border-radius: 10px;
  background: var(--akkk-paper);
}

.akkk-static-cta-row span {
  color: var(--akkk-muted);
  font-size: 0.92rem;
}

/* Editorial result layout: reserve panels for input and the primary result. */
.akkk-results .akkk-result-section {
  margin: 0;
  padding: 48px 0;
  border: 0;
  border-top: 1px solid var(--akkk-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.akkk-input-panel,
.akkk-result-hero,
.akkk-ambiguity {
  border-radius: 12px;
}

.akkk-hero-layout {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(360px, 1.25fr);
  gap: 32px;
  align-items: center;
}

.akkk-period-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--akkk-line);
  border-bottom: 1px solid var(--akkk-line);
}

.akkk-period-summary > div {
  min-width: 0;
  padding: 14px 16px;
  border-left: 1px solid var(--akkk-line);
}

.akkk-period-summary > .is-today {
  background: var(--akkk-highlight);
}

.akkk-period-summary > div:first-child {
  border-left: 0;
}

.akkk-period-summary dt {
  color: var(--akkk-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.akkk-period-summary dd {
  margin: 4px 0 0;
}

.akkk-period-summary strong,
.akkk-period-summary b,
.akkk-period-summary small {
  display: block;
}

.akkk-period-summary strong {
  color: var(--akkk-ink);
  font-size: 1.7rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.25;
}

.akkk-period-summary strong span {
  margin-left: 2px;
  font-size: 0.75rem;
}

.akkk-period-summary b {
  margin-top: 3px;
}

.akkk-period-summary small {
  margin-top: 2px;
  color: var(--akkk-muted);
}

.akkk-period-summary .is-today dt,
.akkk-period-summary .is-today strong {
  color: var(--akkk-accent);
}

.akkk-hero-reading {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--akkk-line);
}

.akkk-hero-reading h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.akkk-hero-reading .akkk-lead {
  margin: 0;
}

.akkk-hero-action {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  margin: 18px 0 0;
  padding: 16px 18px;
  border: 1px solid var(--akkk-highlight-border);
  border-left: 4px solid var(--akkk-accent);
  border-radius: 8px;
  background: var(--akkk-highlight);
}

.akkk-identity-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--akkk-line);
}

.akkk-identity-strip > div {
  min-width: 0;
  padding: 0 16px;
  border-left: 1px solid var(--akkk-line);
}

.akkk-identity-strip > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.akkk-identity-strip dt {
  color: var(--akkk-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.akkk-identity-strip dd {
  margin: 3px 0 0;
  font-weight: 800;
}

.akkk-results .akkk-section-heading {
  margin-bottom: 20px;
}

.akkk-results .akkk-section-heading h3,
.akkk-results > .akkk-result-section > h3 {
  margin: 0 0 8px;
  font-size: clamp(1.3rem, 2.5vw, 1.5rem);
}

.akkk-reading {
  border-left: 0;
}

.akkk-reading-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 20px 0 0;
  padding: 12px 0;
  border-top: 1px solid var(--akkk-line);
  border-bottom: 1px solid var(--akkk-line);
  color: var(--akkk-muted);
}

.akkk-reading-meta > * {
  padding: 0 12px;
  border-left: 1px solid var(--akkk-line);
}

.akkk-reading-meta > *:first-child {
  padding-left: 0;
  border-left: 0;
  color: var(--akkk-ink);
}

.akkk-subheading {
  margin: 28px 0 8px;
  font-size: 1.12rem;
}

.akkk-advice-list,
.akkk-editorial-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0;
}

.akkk-advice-list > div,
.akkk-editorial-list > div {
  padding: 16px 0;
  border-top: 1px solid var(--akkk-line);
}

.akkk-advice-list dt,
.akkk-editorial-list dt {
  margin-bottom: 5px;
  color: var(--akkk-accent-dark);
  font-weight: 800;
}

.akkk-advice-list dd,
.akkk-editorial-list dd {
  margin: 0;
}

.akkk-three-layer-profile {
  gap: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
}

.akkk-three-layer-profile > div {
  padding: 16px;
  border-left: 1px solid var(--akkk-line);
  background: transparent;
}

.akkk-three-layer-profile > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.akkk-editorial-list {
  margin-top: 24px;
}

.akkk-recovery-note {
  margin-top: 20px;
  padding: 14px 0 0 16px;
  border-top: 1px solid var(--akkk-line);
  border-left: 4px solid var(--akkk-accent);
}

.akkk-recovery-note h4 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.akkk-recovery-note p {
  margin: 0;
}

.akkk-simple-notice {
  margin: 12px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.akkk-timing-grid {
  gap: 0;
  border-top: 1px solid var(--akkk-line);
  border-bottom: 1px solid var(--akkk-line);
  background: var(--akkk-paper);
}

.akkk-timing-item {
  min-width: 0;
  padding: 16px;
  border-left: 1px solid var(--akkk-line);
}

.akkk-timing-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.akkk-timing-item p,
.akkk-timing-item time,
.akkk-timing-item strong {
  display: block;
  margin: 0;
}

.akkk-timing-item time {
  margin: 5px 0;
  color: var(--akkk-muted);
  font-variant-numeric: tabular-nums;
}

.akkk-timing-item p:last-child {
  margin-top: 8px;
}

.akkk-trend {
  display: block;
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--akkk-accent-dark);
}

.akkk-turning-points {
  margin-top: 24px;
  padding: 20px 20px 20px 24px;
  border: 1px solid var(--akkk-highlight-border);
  border-left: 4px solid var(--akkk-accent);
  border-radius: 8px;
  background: var(--akkk-highlight);
}

.akkk-flow-primary > h4 {
  margin: 0 0 4px;
  font-size: 1.1rem;
}

.akkk-flow-primary > p {
  margin: 0 0 18px;
  color: var(--akkk-muted);
}

.akkk-flow-details,
.akkk-secondary-details,
.akkk-method-details {
  margin: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--akkk-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.akkk-flow-details {
  margin-top: 20px;
}

.akkk-flow-details + .akkk-flow-details {
  margin-top: 0;
}

.akkk-flow-details summary,
.akkk-secondary-details summary,
.akkk-method-details summary {
  padding: 17px 4px;
  background: transparent;
  color: var(--akkk-ink);
  font-weight: 800;
  cursor: pointer;
}

.akkk-flow-details > div,
.akkk-details-body,
.akkk-method-details > div {
  padding: 4px 4px 28px;
}

.akkk-details-body > h3 {
  margin: 0 0 8px;
  font-size: 1.3rem;
}

.akkk-details-body > h3 + p {
  margin: 0 0 20px;
  color: var(--akkk-muted);
}

.akkk-day-picks {
  margin-top: 32px;
}

.akkk-day-picks section {
  padding: 0;
  border: 0;
  border-top: 1px solid var(--akkk-line);
  border-radius: 0;
  background: transparent;
}

.akkk-day-picks section h4 {
  margin-top: 16px;
}

.akkk-meeting-list {
  display: grid;
  gap: 0;
}

.akkk-meeting-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid var(--akkk-line);
}

.akkk-meeting-row h4 {
  margin: 0;
  font-size: 1.05rem;
}

.akkk-meeting-row dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  height: auto;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.akkk-meeting-row dl > div {
  padding: 0;
  background: transparent;
}

.akkk-meeting-row dt {
  margin-bottom: 6px;
  color: var(--akkk-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.akkk-meeting-row dd {
  margin: 0;
}

.akkk-meeting-row dd b,
.akkk-meeting-row dd span {
  display: block;
}

.akkk-meeting-row dd span {
  margin-top: 6px;
}

.akkk-secondary-details + .akkk-secondary-details,
.akkk-secondary-details + .akkk-method-details {
  margin-top: 0;
}

.akkk-compatibility-result {
  border-left-width: 4px;
  background: var(--akkk-soft);
}

.akkk-compatibility-layers {
  grid-template-columns: 1fr;
  gap: 0;
}

.akkk-compatibility-layers section {
  padding: 16px 0;
  border: 0;
  border-top: 1px solid var(--akkk-line);
  border-radius: 0;
  background: transparent;
}

.akkk-app .akkk-secondary-button {
  border-color: var(--akkk-accent);
  background: var(--akkk-white);
  color: var(--akkk-accent-dark);
}

.akkk-app .akkk-secondary-button:hover {
  border-color: var(--akkk-accent-dark);
  background: var(--akkk-accent-soft);
  color: var(--akkk-accent-dark);
}

.akkk-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.akkk-app [hidden] {
  display: none !important;
}

@media (max-width: 720px) {
  .akkk-calculator-shell {
    margin: 32px auto 40px;
  }

  .akkk-input-panel,
  .akkk-result-hero,
  .akkk-ambiguity {
    padding: 20px;
    border-radius: 12px;
  }

  .akkk-results .akkk-result-section {
    padding: 40px 0;
    border-radius: 0;
  }

  .akkk-hero-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .akkk-timing-grid,
  .akkk-compatibility-layers,
  .akkk-star-links,
  .akkk-hayami-steps,
  .akkk-static-scope-grid {
    grid-template-columns: 1fr;
  }

  .akkk-identity-strip,
  .akkk-three-layer-profile,
  .akkk-advice-list,
  .akkk-editorial-list,
  .akkk-annual-summary,
  .akkk-annual-quicklook,
  .akkk-static-fortune-summary dl,
  .akkk-static-fortune-grid,
  .akkk-day-picks,
  .akkk-two-column,
  .akkk-standalone-people,
  .akkk-method-details dl {
    grid-template-columns: 1fr;
  }

  .akkk-identity-strip > div,
  .akkk-identity-strip > div:first-child,
  .akkk-three-layer-profile > div,
  .akkk-three-layer-profile > div:first-child {
    padding: 12px 0;
    border-top: 1px solid var(--akkk-line);
    border-left: 0;
  }

  .akkk-identity-strip > div:first-child,
  .akkk-three-layer-profile > div:first-child {
    border-top: 0;
  }

  .akkk-static-fortune-summary dl > div,
  .akkk-static-fortune-summary dl > div:first-child,
  .akkk-annual-summary > div,
  .akkk-annual-summary > div:first-child {
    padding: 10px 14px;
    border-top: 1px solid var(--akkk-line);
    border-left: 0;
  }

  .akkk-static-fortune-summary dl > div:first-child,
  .akkk-annual-summary > div:first-child {
    border-top: 0;
  }

  .akkk-meeting-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .akkk-meeting-row dl {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .akkk-timing-item,
  .akkk-timing-item:first-child {
    padding: 16px;
    border-top: 1px solid var(--akkk-line);
    border-left: 0;
  }

  .akkk-timing-item:first-child {
    border-top: 0;
  }

  .akkk-hayami-steps section,
  .akkk-hayami-steps section:first-child {
    border-top: 1px solid var(--akkk-line);
    border-left: 0;
  }

  .akkk-hayami-steps section:first-child {
    border-top: 0;
  }

  .akkk-static-scope-grid section,
  .akkk-static-scope-grid section:first-child {
    border-top: 1px solid var(--akkk-line);
    border-left: 0;
  }

  .akkk-static-scope-grid section:first-child {
    border-top: 0;
  }

  .akkk-annual-quicklook > div,
  .akkk-annual-quicklook > div:first-child {
    padding: 16px 0;
    border-top: 1px solid var(--akkk-line);
    border-left: 0;
  }

  .akkk-annual-quicklook > div:first-child {
    border-top: 0;
  }

  .akkk-static-cta-row {
    align-items: flex-start;
  }

  .akkk-turning-points {
    padding: 18px;
  }

  .akkk-bar-list li {
    grid-template-columns: 80px minmax(70px, 1fr) 36px;
  }

  .akkk-bar-list small {
    grid-column: 2 / 4;
    margin-top: -8px;
  }

  .akkk-turning-points li {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

@media (max-width: 480px) {
  .akkk-static-page > .akkk-heading--static,
  .akkk-static-page > h2,
  .akkk-static-page.akkk-static-page > h2 {
    margin-top: 40px !important;
    padding: 12px 14px !important;
  }

  .akkk-date-fields,
  .akkk-ambiguity-options,
  .akkk-compatibility-form,
  .akkk-partner-birth-fields {
    grid-template-columns: 1fr;
  }

  .akkk-method {
    display: grid;
  }

  .akkk-static-jump-links {
    display: grid;
  }

  .akkk-static-jump-links a,
  .akkk-static-callout-action a,
  .akkk-static-cta-link {
    width: 100%;
    justify-content: center;
  }

  .akkk-star-identity {
    align-items: flex-start;
  }

  .akkk-star-number {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
    font-size: 1.55rem;
  }

  .akkk-period-summary > div {
    padding: 12px 9px;
  }

  .akkk-period-summary strong {
    font-size: 1.45rem;
  }

  .akkk-hero-action {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .akkk-day-picks li {
    display: block;
  }

  .akkk-day-picks span {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .akkk-app *,
  .akkk-app *::before,
  .akkk-app *::after {
    scroll-behavior: auto !important;
  }
}
