.docs-body {
    color: #202124;
}

.docs-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.25rem 4rem;
}

.docs-toolbar {
    margin: 0 0 1.5rem;
    padding: 0.25rem 0 1rem;
    border-bottom: 1px solid #dadce0;
}

.docs-toolbar-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.docs-wordmark {
    font-family: var(--Hegarty), sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.1;
    color: #3d2914;
}

.docs-kicker {
    margin: 0 0 0.25rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #0f766e;
}

.docs-search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: min(100%, 22rem);
    padding: 0.7rem 0.95rem;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.08);
}

.docs-search input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    font-family: var(--roboto-condensed), sans-serif;
    font-size: 1rem;
}

.docs-layout {
    display: grid;
    grid-template-columns: 16.5rem minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.docs-sidebar {
    position: sticky;
    top: 1rem;
}

.docs-sidebar-panel {
    display: block;
}

.docs-sidebar-toggle {
    display: none;
}

@media (min-width: 961px) {
    .docs-sidebar-panel .docs-sidenav {
        display: flex !important;
    }
}

.docs-sidenav {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.docs-nav-all,
.docs-nav-link {
    display: block;
    padding: 0.4rem 0.65rem;
    border-radius: 0.45rem;
    color: #3c4043;
    text-decoration: none;
    font-family: var(--roboto-condensed), sans-serif;
    font-size: 0.95rem;
    line-height: 1.35;
}

.docs-nav-all {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
}

.docs-nav-all.is-active,
.docs-nav-link.is-active,
.docs-nav-link:hover,
.docs-nav-all:hover {
    background: #e8f5e9;
    color: #1b5e20;
}

.docs-nav-heading {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.35rem;
    padding: 0 0.65rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5f6368;
}

.docs-nav-heading .material-symbols-outlined {
    font-size: 1rem;
}

.docs-nav-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.docs-main {
    min-width: 0;
}

.docs-hub-hero h2,
.docs-article-head h1 {
    font-family: var(--Hegarty), sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    color: #3d2914;
    margin: 0 0 0.85rem;
}

.docs-lede {
    max-width: 46rem;
    font-family: var(--roboto-condensed), sans-serif;
    font-size: 1.1rem;
    line-height: 1.55;
    color: #5f6368;
}

.docs-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin: 2.5rem 0 1rem;
}

.docs-section-head h3 {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-family: var(--roboto-condensed), sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #202124;
}

.docs-section-head p {
    color: #80868b;
    font-size: 0.9rem;
}

.docs-step-grid,
.docs-card-grid {
    display: grid;
    gap: 0.85rem;
}

.docs-step-grid {
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.docs-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
}

.docs-step-card,
.docs-guide-card {
    display: flex;
    gap: 0.9rem;
    min-height: 8.5rem;
    padding: 1.1rem 1.15rem;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 0.75rem;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.docs-step-card:hover,
.docs-guide-card:hover {
    border-color: #80D8C3;
    box-shadow: 0 8px 24px rgba(60, 64, 67, 0.12);
    transform: translateY(-2px);
}

.docs-step-num {
    flex: 0 0 auto;
    width: 2.1rem;
    height: 2.1rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #fff8e1;
    color: #b45309;
    font-weight: 800;
}

.docs-step-copy,
.docs-guide-copy {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
}

.docs-step-copy strong,
.docs-guide-copy strong {
    font-family: var(--roboto-condensed), sans-serif;
    font-size: 1.05rem;
    color: #202124;
}

.docs-step-copy em,
.docs-guide-copy em {
    font-style: normal;
    color: #5f6368;
    font-size: 0.92rem;
    line-height: 1.45;
}

.docs-step-arrow {
    margin-left: auto;
    align-self: center;
    color: #0f766e;
}

.docs-guide-icon {
    flex: 0 0 auto;
    width: 2.6rem;
    height: 2.6rem;
    display: grid;
    place-items: center;
    border-radius: 0.7rem;
    background: #e8f5e9;
    color: #1b5e20;
}

.docs-guide-meta {
    display: flex;
    gap: 0.7rem;
    margin-top: 0.25rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #80868b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.docs-empty {
    margin-top: 2rem;
    padding: 1.5rem;
    text-align: center;
    color: #5f6368;
    background: #fff;
    border: 1px dashed #dadce0;
    border-radius: 0.75rem;
}

.docs-article {
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 1rem;
    padding: 1.5rem 1.5rem 2.5rem;
}

.docs-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    color: #80868b;
}

.docs-breadcrumb a {
    color: #0f766e;
    text-decoration: none;
    font-weight: 700;
}

.docs-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.1rem;
    color: #5f6368;
    font-size: 0.9rem;
}

.docs-open-tool {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: auto;
    color: #1b5e20;
    font-weight: 700;
    text-decoration: none;
}

.docs-article-body {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eceff1;
    max-width: 46rem;
    font-family: var(--roboto-condensed), sans-serif;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #3c4043;
}

.docs-article-body h2 {
    margin: 2rem 0 0.65rem;
    font-family: var(--roboto-condensed), sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #202124;
}

.docs-article-body h3 {
    margin: 1.25rem 0 0.4rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #202124;
}

.docs-article-body p,
.docs-article-body ul,
.docs-article-body ol {
    margin: 0 0 0.9rem;
}

.docs-article-body ul,
.docs-article-body ol:not(.docs-steps) {
    padding-left: 1.25rem;
}

.docs-article-body li + li {
    margin-top: 0.35rem;
}

.docs-article-body a {
    color: #0f766e;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.docs-article-body code,
.docs-article-body kbd {
    padding: 0.08rem 0.35rem;
    background: #f8f9fa;
    border: 1px solid #dadce0;
    border-radius: 0.35rem;
    font-size: 0.88rem;
}

.docs-steps {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    counter-reset: docs-step;
}

.docs-steps > li {
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem 1rem 1rem 3.4rem;
    background: #f8f9fa;
    border: 1px solid #eceff1;
    border-radius: 0.85rem;
}

.docs-steps > li::before {
    counter-increment: docs-step;
    content: counter(docs-step);
    position: absolute;
    left: 0.85rem;
    top: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #fff8e1;
    color: #b45309;
    font-size: 0.85rem;
    font-weight: 800;
}

.docs-steps > li h3 {
    margin-top: 0;
}

.docs-steps > li p:last-child {
    margin-bottom: 0;
}

.docs-answers {
    display: grid;
    gap: 0.45rem;
    margin: 0.85rem 0 1rem;
}

.docs-answers > div {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(7.5rem, 0.7fr);
    gap: 0.35rem 1rem;
    align-items: baseline;
    padding: 0.65rem 0.8rem;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 0.6rem;
}

.docs-answers dt {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #5f6368;
}

.docs-answers dd {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 800;
    color: #202124;
    text-align: right;
}

.docs-answers dd span {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #80868b;
}

.docs-callout {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.7rem;
    margin: 1.25rem 0;
    padding: 0.95rem 1.05rem;
    border-radius: 0.85rem;
    border: 1px solid #dadce0;
    background: #f8f9fa;
}

.docs-callout .material-symbols-outlined {
    font-size: 1.25rem;
    margin-top: 0.1rem;
}

.docs-callout p {
    margin: 0;
}

.docs-steps > li .docs-callout:last-child {
    margin-bottom: 0;
}

.docs-callout--tip {
    background: #e8f5e9;
    border-color: #c8e6c9;
    color: #1b5e20;
}

.docs-callout--warning {
    background: #fff8e1;
    border-color: #ffe082;
    color: #7c4a03;
}

.docs-callout--note {
    background: #e3f2fd;
    border-color: #bbdefb;
    color: #0d47a1;
}

.docs-related {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px dashed #dadce0;
}

.docs-related ul {
    list-style: none;
    padding: 0;
}

.docs-coming-soon {
    display: grid;
    justify-items: start;
    gap: 0.6rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 0.85rem;
}

.docs-coming-soon .material-symbols-outlined {
    font-size: 2rem;
    color: #b45309;
}

.docs-coming-soon h2 {
    font-family: var(--roboto-condensed), sans-serif;
    font-size: 1.4rem;
}

.docs-coming-soon code {
    display: inline-block;
    margin-top: 0.25rem;
    padding: 0.1rem 0.35rem;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 0.35rem;
    font-size: 0.85rem;
}

.docs-category.is-hidden,
.docs-nav-group.is-hidden,
.docs-nav-link.is-hidden,
.docs-step-card.is-hidden,
.docs-guide-card.is-hidden {
    display: none;
}

@media (max-width: 960px) {
    .docs-layout {
        grid-template-columns: 1fr;
    }

    .docs-sidebar {
        position: static;
    }

    .docs-sidebar-panel {
        background: #fff;
        border: 1px solid #dadce0;
        border-radius: 0.85rem;
    }

    .docs-sidebar-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.85rem 1rem;
        cursor: pointer;
        font-weight: 700;
        list-style: none;
    }

    .docs-sidenav {
        padding: 0 0.75rem 1rem;
    }

    .docs-open-tool {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .docs-answers > div {
        grid-template-columns: 1fr;
    }

    .docs-answers dd {
        text-align: left;
    }
}
