#a365-docs {
    --docs-ink: var(--a365-ink, #0f172a);
    --docs-ink-soft: var(--a365-ink-soft, #334155);
    --docs-muted: var(--a365-muted, #64748b);
    --docs-muted-on-dark: var(--a365-muted-on-dark, #94a3b8);
    --docs-bg: var(--a365-bg-light, #f8fafc);
    --docs-surface: var(--a365-bg-card, #ffffff);
    --docs-surface-2: #e9eef5;
    --docs-surface-2-hover: #dbe3ee;
    --docs-surface-hover: #eff3f9;
    --docs-border: var(--a365-border, #e2e8f0);
    --docs-cyan-2: var(--a365-cyan-2, #06b6d4);
    --docs-cyan-3: var(--a365-cyan-3, #0891b2);
    --docs-violet: var(--a365-violet, #818cf8);
    --docs-green: #136c3a;
    --docs-green-chip: #bbf7d0;
    --docs-head: #0f2b61;
    --docs-code-bg: var(--a365-navy-2, #0f1d33);
    --docs-code-text: #dbe6f5;
    --docs-grad-text: linear-gradient(115deg, #7ec5d8 0%, #c0b3ff 100%);
    --docs-mono: var(--a365-mono, ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace);
    --docs-radius: 8px;
    --docs-radius-sm: 6px;
    --docs-maxw: 840px;
    --docs-header-h: 50px;
    --docs-sticky-gap: 24px;
    --docs-sticky-top: calc(var(--docs-header-h) + var(--docs-sticky-gap));

    display: block;
    background: var(--docs-bg);
    color: var(--docs-ink);
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: clip;
}


#a365-docs h1,
#a365-docs h2,
#a365-docs h3 {
    font-family: poppins-medium, Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
}

#a365-docs a {
    color: var(--docs-cyan-3);
    text-decoration: none;
}

#a365-docs .panel a:hover,
#a365-docs .errors a:hover,
#a365-docs .intro a:hover {
    text-decoration: underline;
}

#a365-docs .panel strong {
    color: var(--docs-ink);
    font-family: work-sans-semibold, Arial, Helvetica, sans-serif;
}

#a365-docs :focus {
    outline: none;
}

#a365-docs :focus-visible {
    outline: 2px solid var(--docs-cyan-3);
    outline-offset: 3px;
    border-radius: 4px;
}

#a365-docs code {
    font-family: var(--docs-mono);
}

#a365-docs .wrap {
    max-width: var(--docs-maxw);
    margin: 0 auto;
    padding: 0 24px;
}

#a365-docs .hero {
    position: relative;
    color: #e8eef7;
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, rgba(6, 182, 212, .20), transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(129, 140, 248, .16), transparent 65%),
        linear-gradient(180deg, #0a1424 0%, #0e1a30 50%, #0c1830 100%);
    overflow: hidden;
    isolation: isolate;
}

#a365-docs .hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    z-index: 2;
    background: linear-gradient(90deg, transparent, rgba(103, 232, 249, .30), rgba(176, 143, 255, .30), transparent);
    pointer-events: none;
}

#a365-docs .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .5;
    background-image:
        linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 44px 44px;
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 80%);
    mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 80%);
}

#a365-docs .hero-in {
    position: relative;
    z-index: 1;
    padding-top: 72px;
    padding-bottom: 68px;
}

#a365-docs .crumb {
    font-size: .82em;
    color: var(--docs-muted-on-dark);
    margin: 0 0 16px;
    font-family: poppins-regular, Arial, Helvetica, sans-serif;
}

#a365-docs .crumb a {
    color: var(--docs-muted-on-dark);
}

#a365-docs .crumb a:hover {
    color: #dbe4f0;
}

#a365-docs .crumb b {
    color: #dbe4f0;
    font-weight: 400;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
}

#a365-docs .title {
    font-size: clamp(2.05em, 4.4vw, 3em);
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #ffffff;
    margin: 0 0 22px;
}

#a365-docs .title .grad {
    background: var(--docs-grad-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#a365-docs .byline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: .88em;
    color: var(--docs-muted-on-dark);
    margin-bottom: 22px;
    font-family: poppins-regular, Arial, Helvetica, sans-serif;
}

#a365-docs .byline .author,
#a365-docs .byline .read,
#a365-docs .byline .updated {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

#a365-docs .byline .author i,
#a365-docs .byline .read i,
#a365-docs .byline .updated i {
    font-size: 1.1em;
    line-height: 1;
    opacity: .8;
}

#a365-docs .byline .author {
    color: #c8d2e2;
}

#a365-docs .byline .dot {
    opacity: .5;
}

#a365-docs .intro p {
    margin: 0 0 14px;
    font-size: 1.075em;
    color: #c8d2e2;
}

#a365-docs .intro p:last-child {
    margin-bottom: 0;
}

#a365-docs .intro .bridge {
    color: #eaf1fb;
    font-family: work-sans-semibold, Arial, Helvetica, sans-serif;
    margin-bottom: 12px;
}

#a365-docs .intro .ways {
    list-style: none;
    margin: 0;
    padding: 0 0 0 14px;
    display: grid;
    gap: 9px;
}

#a365-docs .intro .ways li {
    position: relative;
    padding-left: 22px;
    color: #d6dfec;
    font-size: 1.04em;
    line-height: 1.5;
}

#a365-docs .intro .ways li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: .6em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(115deg, #7ec5d8, #c0b3ff);
}

#a365-docs .docs-main {
    padding-block: 40px 8px;
}

#a365-docs .switcher-lead {
    margin: 0 0 8px;
    font-size: .84em;
    color: var(--docs-muted);
    font-family: poppins-regular, Arial, Helvetica, sans-serif;
}

#a365-docs .switcher {
    display: inline-flex;
    gap: 4px;
    margin: 0 0 34px;
    padding: 4px;
    background: var(--docs-surface-2);
    border-radius: calc(var(--docs-radius) + 4px);
}

#a365-docs.docs-guide .switcher-bar {
    position: sticky;
    top: var(--docs-header-h);
    z-index: 3;
    margin-bottom: 20px;
    padding-block: 12px 14px;
    background: var(--docs-bg);
}

#a365-docs.docs-guide .switcher-bar .switcher {
    margin: 0;
}

#a365-docs .m-card {
    flex: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px;
    cursor: pointer;
    background: transparent;
    border-radius: var(--docs-radius);
    transition: background .16s ease, color .16s ease;
}

#a365-docs .m-icon {
    flex: none;
    width: 18px;
    height: 18px;
    border-radius: 4px;
}

#a365-docs .m-card .m-title {
    font-size: .95em;
    color: var(--docs-muted);
    line-height: 1.3;
    white-space: nowrap;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
}

#a365-docs .m-card:hover .m-title {
    color: var(--docs-ink-soft);
}

#a365-docs .m-card.selected {
    background: var(--docs-surface);
}

#a365-docs .m-card.selected .m-title {
    color: var(--docs-ink);
}

#a365-docs .m-badge {
    flex: none;
    font-size: .72em;
    line-height: 1.5;
    color: var(--docs-green);
    background: var(--docs-green-chip);
    border-radius: var(--docs-radius-sm);
    padding: 2px 9px;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
}

#a365-docs .panel {
    display: none;
}

#a365-docs .panel[data-active="true"] {
    display: block;
}

#a365-docs .m-h2 {
    font-size: clamp(1.46em, 2.7vw, 1.84em);
    line-height: 1.2;
    letter-spacing: -.012em;
    margin: 0 0 14px;
    color: var(--docs-head);
    font-family: poppins-semibold, Arial, Helvetica, sans-serif !important;
}

#a365-docs .mini-intro {
    color: var(--docs-ink-soft);
    font-size: 1.03em;
    margin: 0 0 22px;
}

#a365-docs .shot {
    margin: 12px 0 34px;
    border: 10px solid #dcdcdc3b;
    box-shadow: 0 0 30px -18px;
    border-radius: 5px;
}

#a365-docs .shot img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    border: 1px solid var(--docs-border);
    border-radius: var(--docs-radius);
    background: var(--docs-surface-2);
}

#a365-docs .shot figcaption {
    margin-block: 8px;
    font-size: .85em;
    color: var(--docs-muted);
    text-align: center;
}

#a365-docs .h3 {
    font-size: 1.2em;
    line-height: 1.35;
    color: var(--docs-ink);
    margin: 42px 0 8px;
    font-family: poppins-semibold, Arial, Helvetica, sans-serif !important;
}

#a365-docs .lead {
    color: var(--docs-ink-soft);
    margin: 0 0 18px;
}

#a365-docs .hook {
    color: var(--docs-ink-soft);
    margin: 0 0 16px;
}

#a365-docs ol.steps {
    list-style: decimal;
    margin: 0 0 20px;
    padding: 0 0 0 26px;
}

#a365-docs ol.steps > li {
    margin: 0 0 14px;
    padding-left: 6px;
}

#a365-docs ol.steps > li:last-child {
    margin-bottom: 0;
}

#a365-docs ol.steps > li::marker {
    color: var(--docs-cyan-3);
    font-weight: 700;
}

#a365-docs ol.steps > li p {
    margin: 0 0 10px;
    color: var(--docs-ink-soft);
}

#a365-docs ol.steps > li p:last-child {
    margin-bottom: 0;
}

#a365-docs ol.steps ul:not([class]) {
    padding: 0 0 0 22px;
}

#a365-docs ul.checks {
    list-style: none;
    margin: 6px 0 8px;
    padding: 0;
}

#a365-docs ul.checks > li {
    position: relative;
    padding: 6px 0 6px 26px;
    color: var(--docs-ink-soft);
}

#a365-docs ul.checks > li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 15px;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: var(--docs-cyan-2);
}

#a365-docs ul.reasons {
    list-style: none;
    margin: 6px 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

#a365-docs ul.reasons > li {
    position: relative;
    padding: 0 0 0 22px;
    color: var(--docs-ink-soft);
    font-size: .98em;
    line-height: 1.55;
}

#a365-docs ul.reasons > li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: .62em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--docs-cyan-2);
}

#a365-docs .tip {
    background: rgba(6, 182, 212, .08);
    border-radius: var(--docs-radius);
    padding: 18px 20px;
    margin-top: 8px;
    color: var(--docs-ink-soft);
    font-size: .98em;
}

#a365-docs .tip .tip-title {
    margin: 0 0 8px;
    font-size: 1.14em;
    color: var(--docs-ink);
}

#a365-docs .tip p {
    margin: 0 0 10px;
}

#a365-docs .tip p:last-child {
    margin-bottom: 0;
}

#a365-docs code.k {
    font-size: .86em;
    background: var(--docs-surface-2);
    color: var(--docs-ink);
    border-radius: var(--docs-radius-sm);
    padding: 1px 6px;
}

#a365-docs .rule {
    height: 1px;
    background: var(--docs-border);
    border: 0;
    margin: 44px 0;
}

#a365-docs .panel + .rule {
    margin: 64px 0 56px;
}

#a365-docs .errors h2 {
    font-size: clamp(1.46em, 2.7vw, 1.84em);
    line-height: 1.4;
    letter-spacing: -.012em;
    color: var(--docs-head);
    margin: 0 0 14px;
    font-family: poppins-semibold, Arial, Helvetica, sans-serif !important;
}

#a365-docs .errors .intro-e {
    color: var(--docs-ink-soft);
    margin: 0 0 26px;
}

#a365-docs .err {
    position: relative;
    border-radius: var(--docs-radius);
    background: var(--docs-surface-2);
    margin-bottom: 16px;
    overflow: hidden;
}

#a365-docs .err::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 1px;
    opacity: .55;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(6, 182, 212, .55), rgba(129, 140, 248, .45), transparent);
}

#a365-docs .err-head {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 18px 14px;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

#a365-docs .err-title {
    font-size: 1em;
    color: #c2410c;
    line-height: 1.35;
    margin: 0;
}

#a365-docs .err-body {
    padding: 16px 18px 18px;
}

#a365-docs pre.code {
    margin: 0 0 14px;
    background: var(--docs-code-bg);
    color: var(--docs-code-text);
    border-radius: 4px;
    padding: 13px 15px;
    overflow-x: auto;
    font-size: .86em;
    line-height: 1.55;
    font-family: var(--docs-mono);
    white-space: pre-wrap;
    word-break: break-word;
}

#a365-docs .kv {
    margin: 0 0 10px;
    color: var(--docs-ink-soft);
    font-size: .96em;
}

#a365-docs .kv b {
    color: var(--docs-ink);
}

#a365-docs .err-label {
    margin: 0 0 6px;
    font-size: .8em;
}

#a365-docs .err-label.hedged b {
    color: #b45309;
}

#a365-docs .kv.sol {
    background: rgba(16, 185, 129, .10);
    border-radius: 4px;
    padding: 10px 12px;
}

#a365-docs .kv.sol b {
    color: #047857;
}

#a365-docs .cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: #e8eef7;
    background:
        radial-gradient(ellipse 50% 40% at 12% 0%, rgba(8, 145, 178, .16) 0%, transparent 70%),
        radial-gradient(ellipse 50% 40% at 88% 100%, rgba(99, 102, 241, .14) 0%, transparent 70%),
        linear-gradient(180deg, #0a1424 0%, #0e1a30 50%, #0c1830 100%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .06) inset;
    border-radius: var(--docs-radius);
    padding: 36px 34px;
    margin: 8px 0 40px;
}

#a365-docs .cta::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 30px 30px;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 82%);
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 82%);
}

#a365-docs .cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent, rgba(103, 232, 249, .40), rgba(176, 143, 255, .40), transparent) top / 100% 1px no-repeat,
        linear-gradient(90deg, transparent, rgba(176, 143, 255, .30), rgba(103, 232, 249, .30), transparent) bottom / 100% 1px no-repeat;
}

#a365-docs .cta .cta-h {
    position: relative;
    z-index: 1;
    font-size: clamp(1.3em, 3vw, 2em);
    line-height: 1.28;
    letter-spacing: -.012em;
    margin: 0 0 16px;
    max-width: none;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
}

#a365-docs .cta p {
    position: relative;
    z-index: 1;
    margin: 0 0 32px;
    opacity: .95;
    font-size: .98em;
    max-width: 52ch;
    font-family: poppins-light, Arial, Helvetica, sans-serif;
}

#a365-docs .cta-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #0a1424;
    padding: 8px 24px 8px 8px;
    border-radius: var(--docs-radius-sm);
    font-size: .95em;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
    transition: background .16s ease;
}

#a365-docs .cta-btn:hover {
    color: #0a1424;
    background: #dfe8f4;
}

#a365-docs .cta-btn .btn-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: var(--docs-radius);
    color: #fff;
    background: linear-gradient(150deg, var(--docs-violet) 0%, var(--docs-cyan-2) 60%, var(--docs-cyan-3) 100%);
}

#a365-docs .cta-btn .btn-ic svg {
    display: block;
}

#a365-docs .docs-pager {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 48px;
}

#a365-docs .pager-link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: var(--docs-surface-2);
    border-radius: var(--docs-radius);
    padding: 14px 18px;
    color: var(--docs-ink);
    font-family: poppins-regular, Arial, Helvetica, sans-serif;
    transition: background .14s ease;
}

#a365-docs .pager-link:hover {
    background: var(--docs-surface-2-hover);
    color: var(--docs-ink);
}

#a365-docs .pager-link--next {
    grid-column: 2;
    text-align: right;
}

#a365-docs .pager-dir {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .82em;
    line-height: 1;
    color: var(--docs-muted);
}

#a365-docs .pager-link--next .pager-dir {
    align-self: flex-end;
}

#a365-docs .pager-dir i {
    font-size: 1.05em;
    color: var(--docs-cyan-3);
    transition: transform .14s ease;
}

#a365-docs .pager-link--prev:hover .pager-dir i {
    transform: translateX(-3px);
}

#a365-docs .pager-link--next:hover .pager-dir i {
    transform: translateX(3px);
}

#a365-docs .pager-title {
    font-size: .95em;
    line-height: 1.45;
}

#a365-docs .rel-h {
    font-size: 1.2em;
    color: var(--docs-ink);
    margin: 0 0 16px;
    font-family: poppins-semibold, Arial, Helvetica, sans-serif !important;
}

#a365-docs .rel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 48px;
}

#a365-docs .rel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: var(--docs-surface-2);
    border-radius: var(--docs-radius);
    padding: 16px 18px;
    color: var(--docs-ink);
    font-size: .95em;
    font-family: poppins-regular, Arial, Helvetica, sans-serif;
    transition: background .14s ease;
}

#a365-docs .rel:hover {
    background: var(--docs-surface);
    color: var(--docs-ink);
}

#a365-docs .rel .arw {
    color: var(--docs-cyan-3);
    flex: none;
    transition: transform .14s ease;
}

#a365-docs .rel:hover .arw {
    transform: translateX(3px);
}

#a365-docs.docs-guide {
    --docs-toc-w: 248px;
    --docs-toc-gap: 44px;
}

#a365-docs.docs-guide .wrap {
    max-width: calc(var(--docs-maxw) + var(--docs-toc-gap) + var(--docs-toc-w) + 48px);
}

#a365-docs.docs-guide .hero-in > * {
    max-width: var(--docs-maxw);
}

#a365-docs.docs-guide .docs-main {
    display: grid;
    grid-template-columns: minmax(0, var(--docs-maxw)) var(--docs-toc-w);
    justify-content: start;
    align-items: start;
    gap: 0 var(--docs-toc-gap);
}

#a365-docs.docs-guide .docs-body {
    min-width: 0;
}

#a365-docs .docs-toc {
    position: sticky;
    top: var(--docs-sticky-top);
    max-height: calc(100vh - var(--docs-sticky-top) - var(--docs-sticky-gap));
    overflow-y: auto;
    overscroll-behavior: contain;
}

#a365-docs .docs-toc-h {
    margin: 0 0 12px;
    padding-left: 14px;
    font-size: .8em;
    color: var(--docs-muted);
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
}

#a365-docs .docs-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#a365-docs .docs-toc-list a {
    position: relative;
    display: block;
    padding: 7px 12px 7px 14px;
    font-size: .87em;
    line-height: 1.45;
    color: var(--docs-ink-soft);
    transition: color .14s ease;
}

#a365-docs .docs-toc-list a::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    bottom: 3px;
    width: 2px;
    border-radius: 2px;
    background: transparent;
    transition: background .14s ease;
}

#a365-docs .docs-toc-list a:hover {
    color: var(--docs-ink);
}

#a365-docs .docs-toc-list a:hover::before {
    background: var(--docs-muted);
}

#a365-docs .docs-toc-list a[aria-current="true"] {
    color: var(--docs-ink);
    font-family: work-sans-semibold, Arial, Helvetica, sans-serif;
}

#a365-docs .docs-toc-list a[aria-current="true"]::before {
    background: var(--docs-cyan-3);
}

#a365-docs .docs-toc-group {
    padding: 5px 0;
    border-radius: var(--docs-radius);
    background: var(--docs-surface-2);
}

#a365-docs .docs-toc-group + .docs-toc-group,
#a365-docs .docs-toc-single {
    margin-top: 8px;
}

#a365-docs .docs-toc-list .docs-toc-lead {
    display: flex;
    align-items: center;
    gap: 9px;
}

#a365-docs .docs-toc-icon {
    flex: none;
    width: 16px;
    height: 16px;
    border-radius: 3px;
}

#a365-docs .docs-toc-sub {
    list-style: none;
    margin: 2px 0 0;
    padding: 0;
}

#a365-docs .docs-toc-sub a {
    padding-left: 28px;
}

#a365-docs .docs-toc-badge {
    flex: none;
    font-size: .82em;
    line-height: 1.4;
    color: var(--docs-green);
    background: var(--docs-green-chip);
    border-radius: 4px;
    padding: 1px 6px;
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
}

html {
    scroll-padding-top: var(--docs-scroll-pad, 74px);
}

#a365-docs.docs-index {
    background:
        radial-gradient(ellipse 70% 55% at 12% 8%, rgba(8, 145, 178, .05), transparent 60%),
        radial-gradient(ellipse 60% 45% at 88% 92%, rgba(99, 102, 241, .05), transparent 60%),
        var(--docs-bg);
}

#a365-docs.docs-index .wrap {
    max-width: 1200px;
}

#a365-docs.docs-index .hero-in {
    max-width: 880px;
    margin: 0 auto;
    padding-top: 104px;
    padding-bottom: 88px;
    text-align: center;
}

#a365-docs.docs-index .title {
    font-size: clamp(2.125em, 4.4vw, 3.25em);
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto 22px;
}

#a365-docs .docs-index-sub {
    font-size: 1.0625em;
    line-height: 1.65;
    color: rgba(216, 227, 240, .72);
    max-width: 820px;
    margin: 0 auto;
}

#a365-docs.docs-index .docs-main {
    padding-block: 64px 120px;
}

#a365-docs .docs-svc {
    margin-bottom: 72px;
}

#a365-docs .docs-svc:last-child {
    margin-bottom: 0;
}

#a365-docs .docs-svc-h {
    display: flex;
    align-items: baseline;
    gap: 12px;
    font-size: clamp(1.25em, 2vw, 1.5em);
    color: var(--docs-ink);
    margin: 0 0 10px;
}

#a365-docs .docs-svc-logo {
    flex: none;
    align-self: center;
    width: 26px;
    height: 26px;
    border-radius: var(--docs-radius-sm);
}

#a365-docs .docs-svc-count {
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
    font-size: .62em;
    letter-spacing: normal;
    color: var(--docs-muted);
}

#a365-docs .docs-svc-rule {
    height: 1px;
    border: 0;
    margin: 0 0 14px;
    background: linear-gradient(90deg, rgba(8, 145, 178, .45), rgba(99, 102, 241, .32), rgba(99, 102, 241, 0));
}

#a365-docs .docs-grid {
    padding-top: 16px;
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

#a365-docs .docs-grid > li {
    display: flex;
}

#a365-docs .docs-card {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 24px 20px;
    border: 1px solid var(--docs-border);
    border-radius: var(--docs-radius);
    background: var(--docs-surface);
    color: var(--docs-ink);
    transition: background .18s ease, border-color .18s ease;
}

#a365-docs .docs-card:hover {
    background: #f8fcfe;
    border-color: rgba(8, 145, 178, .38);
    color: var(--docs-ink);
}

#a365-docs .docs-card-t {
    font-size: 1.12em;
    line-height: 1.35;
    color: var(--docs-head);
    font-family: poppins-medium, Arial, Helvetica, sans-serif;
    transition: color .18s ease;
}

#a365-docs .docs-card-s {
    color: var(--docs-ink-soft);
    font-size: .92em;
    line-height: 1.6;
}

#a365-docs .docs-card-f {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

#a365-docs .docs-card-m {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
    font-size: .78em;
    line-height: 1;
    color: var(--docs-muted);
}

#a365-docs .docs-card-m i {
    font-size: 1.1em;
    line-height: 1;
    opacity: .8;
}

#a365-docs .docs-card-more {
    flex: none;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
    font-size: .78em;
    line-height: 1;
    color: var(--docs-muted);
    transition: color .18s ease;
}

#a365-docs .docs-card:hover .docs-card-more {
    color: var(--docs-cyan-3);
}

@media (max-width: 1024px) {
    #a365-docs .docs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    #a365-docs .docs-svc {
        margin-bottom: 56px;
    }

    #a365-docs.docs-guide .wrap {
        max-width: var(--docs-maxw);
    }

    #a365-docs.docs-guide .docs-main {
        display: block;
    }

    #a365-docs .docs-toc {
        display: none;
    }
}

@media (max-width: 768px) {
    #a365-docs .docs-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #a365-docs .rel-grid {
        grid-template-columns: 1fr;
    }

    #a365-docs .docs-pager {
        grid-template-columns: 1fr;
    }

    #a365-docs .pager-link--next {
        grid-column: 1;
    }

    #a365-docs .cta {
        padding: 28px 22px;
    }

    #a365-docs.docs-index .hero-in {
        padding-top: 64px;
        padding-bottom: 56px;
    }

    #a365-docs.docs-index .docs-main {
        padding-block: 60px 76px;
    }

    #a365-docs .docs-svc {
        margin-bottom: 52px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #a365-docs * {
        transition: none !important;
        animation: none !important;
    }
}
