.akr-main { background: var(--anora-canvas); color: var(--anora-ink); font-family: var(--anora-font); }
.akr-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 48px; }
.akr-visual { margin: 0; overflow: hidden; padding: 0; }
.akr-visual img { display: block; width: 100%; height: auto; }
.akr-main [hidden] { display: none !important; }
.akr-search { display: grid; grid-template-columns: minmax(0, 580px) auto; align-items: end; justify-content: start; gap: 16px; margin-top: 28px; }
.akr-search .anora-enterprise-field { min-width: 0; }
.akr-search .apv2-button { min-height: 46px; }
.akr-search button:disabled { cursor: default; opacity: .55; }
.akr-result-count { margin: 20px 0 12px; color: var(--anora-muted); font-size: var(--anora-type-body-size); }
.akr-alphabet { position: sticky; top: calc(var(--apv2-header-height) + env(safe-area-inset-top)); z-index: 20; padding-block: 12px; background: var(--anora-canvas); scroll-margin-top: 12px; }
.akr-alphabet-caption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 16px; margin: 0 0 8px; color: var(--anora-muted); font: 600 var(--anora-type-min-readable)/1.4 var(--anora-font); }
.akr-alphabet .anora-enterprise-subnav :is(a, button) { min-width: 44px; justify-content: center; }
.akr-alphabet .anora-enterprise-subnav [aria-disabled="true"] { opacity: .4; cursor: default; }
.akr-letter-group { margin-top: 36px; }
.akr-letter-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.akr-letter-heading h3 { margin: 0; color: var(--anora-ink); font: 700 var(--anora-type-section-title-size)/var(--anora-type-section-title-leading) var(--anora-font); }
.akr-letter-heading > a { display: inline-flex; align-items: center; min-height: 44px; color: var(--anora-muted); font-size: var(--anora-type-min-readable); text-underline-offset: 4px; }
.akr-letter-heading h3, .akr-term { scroll-margin-top: calc(var(--akr-index-height, 110px) + 12px); }
.akr-letter-heading h3:focus:not(:focus-visible), .akr-term:focus:not(:focus-visible) { outline: none; }
.akr-term-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.akr-term { min-width: 0; padding: 28px; overflow-wrap: anywhere; }
.akr-term h4 { margin: 0 0 12px; font-size: var(--anora-type-card-title-size); }
.akr-term h4 a { display: inline-flex; align-items: center; min-height: 44px; color: var(--anora-ink); line-height: 1.35; text-decoration: none; }
.akr-term h4 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.akr-term p, .akr-editorial p { font-size: var(--anora-type-body-size); line-height: var(--anora-type-body-leading); }
.akr-term p { color: var(--anora-muted); }
.akr-term > a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: var(--anora-ink); text-underline-offset: 4px; }
.akr-term > a svg { width: 20px; height: 20px; }
.akr-term > a svg { flex: 0 0 20px; }
.akr-related { display: flex; flex-wrap: wrap; align-items: center; gap: 0 16px; margin-top: 12px; font-size: var(--anora-type-min-readable); }
.akr-related span { color: var(--anora-muted); }
.akr-related a { display: inline-flex; align-items: center; min-height: 44px; color: var(--anora-ink); text-underline-offset: 4px; }
.akr-term .akr-source { margin: 12px 0 0; font-size: var(--anora-type-min-readable); }
.akr-source a { display: inline-flex; align-items: center; min-height: 44px; max-width: 100%; color: inherit; text-underline-offset: 4px; }
.akr-empty { padding: 28px; margin-top: 24px; }
.akr-empty h3 { margin-top: 0; font-size: var(--anora-type-card-title-size); }
.akr-empty p { color: var(--anora-muted); font-size: var(--anora-type-body-size); }
.akr-note { margin-top: 32px; color: var(--anora-muted); max-width: 72ch; }
.akr-editorial { max-width: 800px; }
.akr-editorial h2 { font-size: var(--anora-type-section-title-size); }
.akr-editorial h3 { margin-top: 32px; font-size: var(--anora-type-card-title-size); }
.akr-editorial a, .akr-note a { color: inherit; text-underline-offset: 4px; }
.akr-main :focus-visible { outline: 2px solid var(--anora-blue); outline-offset: 4px; }
@media (max-width: 900px) { .akr-hero { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 700px) {
    .akr-term-grid { grid-template-columns: 1fr; gap: 16px; }
    .akr-term { padding: 24px; }
    .akr-search { grid-template-columns: minmax(0, 1fr); gap: 8px; }
    .akr-search .apv2-button { justify-self: start; min-height: 44px; }
    .akr-alphabet-caption { display: grid; }
    .akr-letter-group { margin-top: 28px; }
}
@media (prefers-reduced-motion: reduce) { .akr-main { scroll-behavior: auto; } }
@media (max-height: 500px) {
    .akr-main { --akr-index-height: 0px; }
    .akr-alphabet { position: static; }
}
