@import url('/style/components/nav.css');
@import url('/style/blog.css?v=20260906-2');
@import url('/style/usage-fullscreen.css');
@import url('/style/footer.css?v=20260906-3');
@import url('/style/responsive.css');

:root {
    --guide-blue: #3f51b5;
    --guide-line: rgba(132, 140, 161, .3);
    --guide-text: #1a1d2e;
    --guide-muted: #586071;
    --guide-green: #c9f3d7;
    --guide-info: #dceefe;
    --guide-warn: #fff4cf;
}

body.blog-article-page {
    background: #f6f6f4;
    color: var(--guide-text);
}

.guide-topbar {
    min-height: 64px;
}

.guide-mobile-nav,
.guide-sidebar,
.guide-toc {
    display: none !important;
}

/* The breadcrumb is also a <nav>. Reset the fixed global nav rule so it stays
   in normal flow and never covers the article hero. */
nav.breadcrumb-bar {
    position: relative !important;
    inset: auto !important;
    z-index: 1 !important;
    height: auto !important;
    display: block !important;
    align-items: initial !important;
    justify-content: initial !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.guide-layout.blog-shell {
    width: min(1240px, 100%);
    margin: 0 auto;
    padding: 13px !important;
    border: 0;
}

.guide-article {
    width: 100%;
    max-width: none;
    margin: 0;
}

.guide-hero {
    padding: 42px 46px 36px;
    border: 1px solid rgba(132, 140, 161, .18);
    border-radius: 5px;
    background: #fff;
}

.guide-hero h1 {
    max-width: 900px;
    margin: 0 0 10px -2px !important;
    color: var(--guide-text);
    font: 700 clamp(2rem, 4.5vw, 3rem)/1.08 'Sora', sans-serif;
    letter-spacing: -.03em;
}

.guide-deck {
    max-width: 800px;
    margin: 0;
    color: var(--guide-muted);
    font-size: 1rem;
    line-height: 1.72;
}

.guide-meta {
    margin-top: 22px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 24px;
    border-top: 1px solid rgba(132, 140, 161, .22);
    color: #697081;
    font-size: .78rem;
}

.guide-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.guide-meta svg {
    width: 14px;
    height: 14px;
}

.guide-hero.guide-integrations-hero {
    display: block;
    padding: 29px 30px 27px;
    overflow: hidden;
}

.guide-integrations-intro {
    min-width: 0;
    padding: 0;
}

.guide-integrations-intro .guide-deck {
    width: 100%;
    max-width: none;
    font-size: .96rem;
    line-height: 1.58;
}

.guide-integrations-intro h1 {
    width: 100%;
    max-width: none;
    margin-bottom: 9px;
    font-size: clamp(1.75rem, 3vw, 2rem);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.guide-integrations-meta {
    margin: 20px 0;
    padding: 13px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 29px;
    border-top: 1px solid rgba(132, 140, 161, .32);
    border-bottom: 1px solid rgba(132, 140, 161, .32);
    color: #454b5b;
    font: 400 .85rem/1.35 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: .02em;
}

.guide-integrations-meta span,
.guide-integrations-meta time {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.guide-integrations-meta svg {
    width: 14px;
    height: 14px;
    color: #747b8e;
    stroke-width: 1.8;
}

.guide-page-index {
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

.guide-page-index-head {
    padding: 0 0 5px;
    display: flex;
    align-items: baseline;
    border: 0;
    margin-bottom: 2.5px;
}

.guide-page-index-head strong {
    color: #454b5b;
    font: 400 .85rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: .02em;
    text-transform: lowercase;
}

.guide-page-index-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 24px;
    padding: 0;
    background: transparent;
}

.guide-page-index-links a {
    min-width: 0;
    min-height: 42px;
    padding: 0;
    display: grid;
    grid-template-columns: 29px minmax(0, 1fr);
    align-items: center;
    gap: 0;
    border: 0;
    border-bottom: 1px solid rgba(132, 140, 161, .27);
    background: transparent;
    color: #11141c;
    font: 600 .95rem/1.28 'DM Sans', sans-serif;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease;
}

.guide-page-index-links a > span:last-child {
    min-width: 0;
    padding: 9px 0;
}

.guide-page-index-links a:hover,
.guide-page-index-links a:focus-visible {
    color: var(--guide-blue);
    background: #f4f5fb;
}

.guide-page-index-links a:focus-visible {
    outline: 2px solid var(--guide-blue);
    outline-offset: -2px;
}

.guide-page-index-number {
    align-self: stretch;
    padding: 0 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0;
    color: #737b8d;
    font: 400 .72rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.guide-content.blog-content {
    margin: 0;
    padding: 13px 0 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.guide-content.blog-content > .guide-section-separator:first-child {
    margin-top: 0;
}

.guide-topic-card {
    padding: 25px 34px;
    margin: 13px 0;
    border: 1px solid rgba(132, 140, 161, .18);
    border-top: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.guide-section-band {
    position: relative;
    isolation: isolate;
    z-index: 0;
    display: flex;
    align-items: center;
    width: calc(100% + 26px);
    height: 60px;
    margin: 0 -13px;
    padding: 0 13px;
    color: var(--guide-blue);
    font-family: 'DM Sans', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: left;
    text-transform: uppercase;
}

.guide-section-band::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #ebe8e6;
    border-bottom: 1px solid var(--guide-line);
    box-sizing: border-box;
}

.guide-section-band::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -8px;
    z-index: 2;
    width: calc(100% + 16px);
    height: 16px;
    background:
        linear-gradient(#1111115f, #1111115f) 5.5px 5.5px / 5px 5px no-repeat,
        linear-gradient(#1111115f, #1111115f) calc(100% - 10.5px) 5.5px / 5px 5px no-repeat,
        linear-gradient(to bottom, #ebe8e6 50%, #f6f6f4 50%) left top / 16px 16px no-repeat,
        linear-gradient(to bottom, #ebe8e6 50%, #f6f6f4 50%) right top / 16px 16px no-repeat;
    pointer-events: none;
}

.guide-layout.tut-frame .frame-sep .marker {
    background: #f6f6f4;
}

.guide-layout.tut-frame .guide-section-separator {
    margin-bottom: 0;
}

.guide-layout.tut-frame .guide-section-separator .marker {
    background: linear-gradient(to bottom, #f6f6f4 50%, #ebe8e6 50%);
}

.guide-topic-card>h2 {
    margin: 0 0 5px;
    padding: 0;
    margin-left: -1px;
    border: 0;
    color: #11141c;
    font: 650 1.5rem 'Sora', sans-serif;
    letter-spacing: -.025em;
}

.guide-topic-card h3 {
    margin: 20px 0 12px;
    font: 650 1.15rem/1.35 'Sora', sans-serif;
}

.guide-support {
    margin: 30px 34px 0 !important;
    padding-top: 26px;
    border-top: 1px solid var(--guide-line);
}

.guide-closing-panel {
    margin: 0px;
    overflow: hidden;
    border: 1px solid var(--guide-line);
    background: #fff;
}

.guide-closing-panel .guide-support {
    margin: 0 !important;
    padding: 26px 28px 24px;
    border-top: 0;
}

.guide-closing-panel .guide-related-articles {
    margin: 0 !important;
    padding: 26px 28px 28px;
    border-top: 1px solid var(--guide-line);
}

.guide-support h2,
.guide-related-articles h2 {
    margin: 0 0 10px;
    color: #11141c;
    font: 650 1.5rem 'Sora', sans-serif;
    letter-spacing: -.025em;
}

.guide-support p,
.guide-related-articles > p {
    color: #444c5b;
    font-size: 1rem;
    line-height: 1.72;
}

.guide-support a,
.guide-related-articles a {
    color: #293da8;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.guide-article > .guide-related-articles {
    margin: 10px 0px 0px !important;
}

.guide-related-articles > p {
    margin: 0 0 18px;
}

.guide-context-link {
    color: #11141c !important;
    font-weight: inherit !important;
    text-decoration: underline;
    text-decoration-color: #11141c;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    cursor: pointer;
    transition: color .16s ease, text-decoration-color .16s ease;
}

.guide-context-link:hover,
.guide-context-link:focus-visible {
    color: var(--guide-blue) !important;
    text-decoration-color: var(--guide-blue);
}

.guide-inline-arrow {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: -2px;
    color: #667085;
    stroke-width: 1.8;
}

.guide-topic-card p,
.guide-topic-card ul,
.guide-topic-card ol {
    color: #444c5b;
    font-size: 1rem;
    line-height: 1.72;
}

.guide-topic-card ul:last-child, 
.guide-topic-card ol:last-child {
    margin-bottom: 0 !important;
}

.guide-topic-card p {
    margin: 0;
}

.guide-topic-card ul,
.guide-topic-card ol {
    margin: 10px 0 10px;
    padding-left: 28px;
}

.guide-topic-card li {
    margin: 5px 0;
    padding-left: 3px;
}

.guide-topic-card li > ul,
.guide-topic-card li > ol {
    margin: 8px 0 4px;
}

.tutorial-hub-grid {
    margin: 20px 0 8px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.tutorial-hub-grid .hub-card {
    min-height: 176px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid #dfe2e8;
    border-radius: 7px;
    background: #fafafa;
    color: #20242d;
    text-decoration: none;
    transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.tutorial-hub-grid .hub-card:hover {
    border-color: #bec6e4;
    background: #f5f6fb;
    transform: translateY(-1px);
}

.tutorial-hub-grid .hub-card:focus-visible {
    outline: 2px solid var(--guide-blue);
    outline-offset: 2px;
}

.tutorial-hub-grid .hub-card h3 {
    margin: 0 0 9px;
    font-size: 1rem;
}

.tutorial-hub-grid .hub-card p {
    margin: 0;
    color: #626a79;
    font-size: .87rem;
    line-height: 1.58;
}

.tutorial-hub-grid .hub-card > svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    color: var(--guide-blue);
    stroke-width: 1.8;
}

.guide-code {
    margin: 20px 0 24px;
    overflow: hidden;
    border: 1px solid #dde0e6;
    border-radius: 7px;
    background: #f5f5f6;
}

.guide-code-head {
    min-height: 42px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dde0e6;
    color: #4d5564;
    font-size: .78rem;
}

.guide-code-copy {
    padding: 6px 10px;
    border: 1px solid #d2d6de;
    border-radius: 5px;
    background: #fff;
    color: #303746;
    font: 600 .75rem 'DM Sans', sans-serif;
    cursor: pointer;
}

.guide-code pre {
    margin: 0;
    padding: 20px;
    overflow-x: auto;
    color: #242936;
    font: .9rem/1.65 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.guide-faq-list {
    margin: 20px 0;
    border-top: 1px solid #e0e2e7;
}

.guide-faq-item {
    border-bottom: 1px solid #e0e2e7;
}

.guide-faq-item summary {
    min-height: 64px;
    padding: 14px 38px 14px 0;
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    color: #171a22;
    font: 650 1rem/1.45 'Sora', sans-serif;
    cursor: pointer;
}

.guide-faq-item summary::-webkit-details-marker { display: none; }
.guide-faq-item summary::after { content: '+'; position: absolute; right: 8px; color: var(--guide-blue); font-size: 1.35rem; font-weight: 400; }
.guide-faq-item[open] summary::after { content: '−'; }
.guide-faq-answer { padding: 0 38px 18px 0; }
.guide-faq-answer p:last-child { margin-bottom: 0; }

.guide-faq-item--chevron summary::after {
    content: none;
}

.guide-faq-item--chevron summary > svg {
    width: 18px;
    height: 18px;
    margin-left: auto;
    color: #596273;
    stroke-width: 1.8;
    transition: transform .22s ease, color .22s ease;
}

.guide-faq-item--chevron[open] summary > svg {
    color: var(--guide-blue);
    transform: rotate(180deg);
}

.guide-faq-item--chevron > p {
    margin: 0;
    padding: 0 38px 20px 0;
    color: #505867;
    line-height: 1.7;
}

.guide-integration-types,
.guide-integration-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.guide-integration-types {
    margin: 18px 0 24px;
}

.guide-integration-type {
    padding: 20px;
    border: 1px solid #dfe2e8;
    border-radius: 7px;
    background: #fafafa;
}

.guide-integration-type > svg {
    width: 22px;
    height: 22px;
    color: var(--guide-blue);
    stroke-width: 1.7;
}

.guide-integration-type h3,
.guide-integration-item h3 {
    margin: 0;
    color: #20242d;
    font: 600 .96rem/1.4 'Sora', sans-serif;
}

.guide-integration-type p {
    margin: 8px 0 0;
    color: #616978;
    font-size: .9rem;
    line-height: 1.6;
}

.guide-integration-list {
    margin: 18px 0 24px;
}
.guide-integration-list:last-child {
    margin-bottom: 0;
}
.guide-integration-item {
    min-height: 72px;
    padding: 14px 16px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto 18px;
    align-items: center;
    gap: 12px;
    border: 1px solid #e0e2e7;
    border-radius: 7px;
    background: #fafafa;
}

a.guide-integration-item {
    color: inherit;
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

a.guide-integration-item:hover {
    border-color: #bec6e4;
    background: #f5f6fb;
    transform: translateY(-1px);
}

a.guide-integration-item:focus-visible {
    outline: 2px solid var(--guide-blue);
    outline-offset: 2px;
}

a.guide-integration-item h3 {
    color: #20242d;
}

.guide-integration-arrow {
    width: 17px;
    height: 17px;
    color: #7b8392;
    stroke-width: 1.8;
    transition: color .18s ease, transform .18s ease;
}

a.guide-integration-item:hover .guide-integration-arrow {
    color: var(--guide-blue);
    transform: translate(1px, -1px);
}

.guide-integration-logo {
    width: 28px;
    height: 28px;
    display: block;
    object-fit: contain;
}

.guide-integration-item p {
    margin: 3px 0 0;
    color: #747b88;
    font-size: .8rem;
}

.guide-integration-kind {
    padding: 4px 8px;
    border-radius: 4px;
    background: #eef0f8;
    color: #535c90;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.guide-interactive-walkthrough {
    margin: 30px 0 36px;
    padding: 22px 0 0;
    border-top: 1px solid #d9dde6;
}

.guide-interactive-walkthrough:last-child {
    margin-bottom: 0 !important;
}

.guide-interactive-walkthrough-copy h3 {
    margin: 0 0 7px;
    font-size: 1rem;
    line-height: 1.4;
}

.guide-interactive-walkthrough-copy p {
    max-width: 760px;
    margin: 0 0 18px;
    color: #596173;
    font-size: .86rem;
    line-height: 1.65;
}

.guide-interactive-walkthrough-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #d9dde6;
    border-bottom: 1px solid #d9dde6;
    margin-top: 14px;
}

.guide-walkthrough-button {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 16px 14px;
    border: 0;
    background: transparent;
    color: #161a26;
    text-align: left;
    cursor: pointer;
    transition: background-color .16s ease, color .16s ease;
}

.guide-walkthrough-button + .guide-walkthrough-button {
    border-left: 1px solid #d9dde6;
}

.guide-walkthrough-button:hover,
.guide-walkthrough-button:focus-visible {
    background: #f5f6fb;
    color: #3046bd;
    outline: none;
}

.guide-walkthrough-number {
    color: #8a91a0;
    letter-spacing: .04em;
}

.guide-walkthrough-button > svg:last-child {
    width: 17px;
    height: 17px;
    color: #4054c5;
    transition: transform .16s ease;
}

.guide-walkthrough-button:hover > svg:last-child,
.guide-walkthrough-button:focus-visible > svg:last-child {
    transform: translateX(3px);
}

.guide-walkthrough-button span {
    display: grid;
    gap: 5px;
}

.guide-walkthrough-button strong {
    font-size: .90rem;
}

.guide-walkthrough-button small {
    color: #717887;
    font-size: .85rem;
}

@media (max-width: 760px) {
    .guide-interactive-walkthrough-actions {
        grid-template-columns: 1fr;
    }

    .guide-walkthrough-button + .guide-walkthrough-button {
        border-top: 1px solid #d9dde6;
        border-left: 0;
    }
}

.guide-topic-card a {
    color: var(--guide-blue);
    font-weight: 600;
    text-underline-offset: 3px;
}

.guide-steps {
    margin: 16px 0 22px !important;
    padding-left: 1.35rem !important;
    list-style: disc;
}

.guide-steps > li {
    min-height: 0;
    margin: 8px 0;
    padding: 0 0 0 3px;
}

.guide-steps > li::marker {
    color: #222733;
    font-size: 1em;
}

.guide-steps > li > ul {
    margin: 9px 0 2px !important;
    padding-left: 20px !important;
    list-style: circle;
}

.guide-steps > li > ul > li {
    margin: 5px 0;
    padding-left: 2px;
}

.guide-steps > li > ul > li::marker {
    color: #575f6e;
}

ol.guide-steps {
    list-style: decimal;
}

ol.guide-steps.guide-steps--alpha {
    list-style: lower-alpha;
}

ol.guide-steps > li::marker {
    color: #222733;
    font-weight: 500;
}

.guide-note {
    position: relative;
    margin: 20px 0 4px;
    padding: 15px 18px;
    border: 0;
    border-radius: 7px;
    background: var(--guide-info);
    color: #465264;
    line-height: 1.65;
}

.guide-note:not(.guide-note--enhanced)::before {
    content: 'Tip: ';
    color: #2d4059;
    font-weight: 700;
}

.guide-note--warning {
    background: var(--guide-warn);
}

.guide-note--warning:not(.guide-note--enhanced)::before {
    content: 'Important! ';
    color: #6f5610;
}

.guide-note--success {
    background: var(--guide-green);
}

.guide-note--success:not(.guide-note--enhanced)::before {
    content: 'Confirmation: ';
    color: #205c3f;
}

.guide-note--enhanced {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 11px;
}

.guide-note-icon {
    width: 19px;
    height: 19px;
    margin-top: 2px;
    color: #315b8b;
    stroke-width: 1.8;
}

.guide-note--warning .guide-note-icon { color: #806313; }
.guide-note--success .guide-note-icon { color: #207047; }

.guide-note-content {
    min-width: 0;
}

.guide-note-kicker {
    margin-bottom: 3px;
    display: block;
    color: #293a50;
    font-weight: 700;
}

.guide-note--warning .guide-note-kicker { color: #6f5610; }
.guide-note--success .guide-note-kicker { color: #205c3f; }

.guide-related-articles li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.guide-related-articles li > a svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    stroke-width: 1.8;
}

.guide-check-grid {
    margin: 10px 0 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid #e1e2e6;
    border-radius: 6px;
    overflow: hidden;
}

.guide-check {
    height: max-content;
    padding: 10px 15px;
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 5px;
    background: #fafafa;
    border-right: 1px solid #e1e2e6;
    border-bottom: 1px solid #e1e2e6;
}

.guide-check:nth-child(2n) {
    border-right: 0;
}

.guide-check:nth-last-child(-n+2) {
    border-bottom: 0;
}

.guide-check-icon {
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 2.5px;
    color: #128458;
}

.guide-check-icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.9;
}

.guide-check b {
    display: block;
    color: #242833;
    font-size: .91rem;
}

.guide-check small {
    display: block;
    margin-top: 0px;
    color: #666e7c;
    line-height: 1.45;
}

.guide-table-wrap {
    margin: 20px 0;
    overflow-x: auto;
    border: 1px solid #dcdde1;
    border-radius: 0;
}

.guide-table-wrap:last-child {
    margin-bottom: 0;
}

.guide-content .guide-table {
    display: table;
    min-width: 650px;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0px;
}

.guide-table th,
.guide-table td {
    padding: 12px 14px;
    border-right: 1px solid #dcdde1;
    border-bottom: 1px solid #dcdde1;
    text-align: left;
}

.guide-table th:last-child,
.guide-table td:last-child {
    border-right: 0;
}

.guide-table tr:last-child td {
    border-bottom: 0;
}

.guide-table th {
    background: #f1f1f3;
    color: #171a21;
    font-size: .86rem;
}

.guide-table td {
    background: #f8f8f9;
    color: #505766;
    font-size: .9rem;
}

.guide-device-directory {
    margin: 20px 0;
    border: 1px solid #dcdfe6;
    border-radius: 7px;
    background: #fafafa;
    overflow: hidden;
}

.guide-device-directory > summary {
    min-height: 58px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    color: #171a22;
    font: 650 .94rem/1.4 'Sora', sans-serif;
    cursor: pointer;
}

.guide-device-directory > summary::-webkit-details-marker {
    display: none;
}

.guide-device-directory > summary span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.guide-device-directory > summary svg {
    width: 18px;
    height: 18px;
    color: var(--guide-blue);
    stroke-width: 1.8;
}

.guide-device-directory > summary small {
    color: #777f8d;
    font: 500 .75rem/1.4 'DM Sans', sans-serif;
}

.guide-device-directory > .guide-table-wrap {
    margin: 0;
    border-width: 1px 0 0;
}

.guide-device-table th:nth-child(1),
.guide-device-table td:nth-child(1) {
    width: 22%;
}

.guide-device-table th:nth-child(3),
.guide-device-table td:nth-child(3) {
    width: 18%;
}

.guide-device-table th:nth-child(4),
.guide-device-table td:nth-child(4) {
    width: 19%;
}

.guide-device-status {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    border: 1px solid #cfd5e3;
    border-radius: 999px;
    background: #f2f4f8;
    color: #4f5869;
    font-size: .73rem;
    font-weight: 700;
    white-space: nowrap;
}

.guide-integration-figure {
    margin: 16px 0 8px;
    padding: 0;
    border: 0;
    background: transparent;
}

.guide-integration-media {
    position: relative;
    display: inline-block;
    width: min(100%, 540px);
    line-height: 0;
}

.guide-integration-figure img {
    width: 100%;
    max-width: 540px;
    height: auto;
    max-height: 540px;
    display: block;
    object-fit: contain;
    object-position: top center;
    border: 2px solid #dfe1e5;
    border-radius: 5px;
    background: #ebe8e6;
}

.guide-image-expand {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid rgba(15, 23, 42, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #172035;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .12);
    cursor: pointer;
    transition: color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.guide-image-expand svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.9;
}

.guide-image-expand:hover {
    color: #3449d9;
    background: #fff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .18);
    transform: translateY(-1px);
}

.guide-image-expand:focus-visible {
    outline: 2px solid #3449d9;
    outline-offset: 2px;
}

.guide-integration-figure figcaption {
    max-width: 540px;
    margin: 8px 0 0;
    color: #596171;
    font-size: .82rem;
    line-height: 1.55;
}

.guide-image-lightbox {
    width: min(94vw, 1180px);
    max-width: none;
    height: min(92vh, 860px);
    max-height: none;
    margin: auto;
    padding: 48px 24px 24px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(15, 23, 42, .3);
}

.guide-image-lightbox::backdrop {
    background: rgba(10, 15, 28, .78);
    backdrop-filter: blur(3px);
}

.guide-image-lightbox[open] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-image-lightbox img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.guide-image-lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid #d9dce4;
    border-radius: 50%;
    background: #fff;
    color: #172035;
    cursor: pointer;
}

.guide-image-lightbox-close:hover {
    color: #3449d9;
    background: #f5f6fb;
}

.guide-image-lightbox-close svg {
    width: 16px;
    height: 16px;
}

.guide-integration-walkthrough > li {
    margin-bottom: 18px;
}

.guide-integration-walkthrough > li > span {
    display: block;
}

.guide-media-tabs {
    width: min(100%, 750px);
    margin: 18px 0 20px;
    border: 1px solid #d5d8df;
    border-radius: 8px;
    background: #f5f5f6;
    overflow: hidden;
}

.guide-media-tablist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid #d5d8df;
    background: #f1f1f3;
}

.guide-media-tablist button {
    min-height: 46px;
    padding: 9px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-right: 1px solid #d5d8df;
    background: transparent;
    color: #535966;
    font: 650 .84rem/1.35 'Sora', sans-serif;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.guide-media-tablist button:last-child {
    border-right: 0;
}

.guide-media-tablist button[aria-selected="true"] {
    background: #fff;
    color: #171a22;
    box-shadow: inset 0 -2px 0 var(--guide-blue);
}

.guide-media-tablist button:hover {
    color: var(--guide-blue);
}

.guide-media-tablist button:focus-visible {
    position: relative;
    z-index: 1;
    outline: 2px solid var(--guide-blue);
    outline-offset: -3px;
}

.guide-media-tablist svg {
    width: 16px;
    height: 16px;
    stroke-width: 1.8;
}

.guide-media-panel {
    padding: 10px;
}

.guide-media-panel[hidden] {
    display: none;
}

.guide-media-figure {
    margin: 0;
}

.guide-media-figure img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    border: 1px solid #dfe1e6;
    background: #fff;
}

.guide-media-figure figcaption {
    margin: 9px 2px 1px;
    color: #555d6c;
    font-size: .85rem;
    line-height: 1.55;
}

.guide-voice-grid {
    margin: 18px 0 22px !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid #dcdfe5;
    border-left: 1px solid #dcdfe5;
    list-style: none;
}

.guide-voice-grid > li {
    margin: 0;
    padding: 17px 18px;
    display: grid;
    gap: 5px;
    border-right: 1px solid #dcdfe5;
    border-bottom: 1px solid #dcdfe5;
    background: #fafafa;
}

.guide-voice-grid strong {
    color: #20242d;
    font: 650 .9rem/1.4 'Sora', sans-serif;
}

.guide-voice-grid span {
    color: #596171;
    font-size: .88rem;
    line-height: 1.65;
}

.guide-screenshot,
.guide-caption {
    display: none !important;
}

.guide-next-prev {
    display: none !important;
}

.guide-feedback {
    margin: 0;
    padding: 15px 28px 5px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: transparent;
    border: none !important;
}

.guide-feedback p {
    margin: 0;
    color: #252a34;
    font-size: .94rem;
    font-weight: 600;
}

.guide-feedback-actions {
    display: flex;
    gap: 8px;
}

.guide-feedback button {
    height: 35px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #d9dce3;
    border-radius: 6px;
    background: #fff;
    color: #282d38;
    font: 500 .94rem 'DM Sans', sans-serif;
    cursor: pointer;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.guide-feedback button svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    color: #858a94;
    stroke-width: 1.8;
    transition: color .16s ease;
}

.guide-feedback button:hover {
    border-color: #b9bec8;
    background: #f5f6f8;
    color: #171a21;
    box-shadow: 0 1px 2px rgba(17, 24, 39, .06);
}

.guide-feedback button:hover svg {
    color: #626873;
}

.guide-feedback button.is-selected {
    border-color: var(--guide-blue);
    background: #f0f2ff;
    color: var(--guide-blue);
}

.guide-feedback button.is-selected svg {
    color: var(--guide-blue);
}

.guide-feedback button[data-article-feedback="yes"]:hover {
    border-color: #258d50;
    background: #e8f8ee;
    color: #0d6a34;
}

.guide-feedback button[data-article-feedback="yes"]:hover svg,
.guide-feedback button[data-article-feedback="yes"].is-selected svg {
    color: #2fbd6f;
}

.guide-feedback button[data-article-feedback="yes"].is-selected {
    border-color: #258d50;
    background: #e8f8ee;
    color: #0d6a34;
}

.guide-feedback button[data-article-feedback="no"]:hover {
    border-color: #c63d37;
    background: #fff0ee;
    color: #9e1d1b;
}

.guide-feedback button[data-article-feedback="no"]:hover svg,
.guide-feedback button[data-article-feedback="no"].is-selected svg {
    color: #e2776e;
}

.guide-feedback button[data-article-feedback="no"].is-selected {
    border-color: #c63d37;
    background: #fff0ee;
    color: #9e1d1b;
}

.guide-feedback button:focus-visible {
    outline: 3px solid rgba(63, 81, 181, .25);
    outline-offset: 2px;
}

.guide-article-feedback-dialog {
    width: min(600px, calc(100vw - 32px));
    max-width: none;
    max-height: calc(100vh - 32px);
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid #d9dce3;
    border-radius: 7px;
    background: #fff;
    color: #252a34;
    box-shadow: 0 22px 64px rgba(22, 35, 61, .25);
}

.guide-article-feedback-dialog::backdrop {
    background: rgba(20, 25, 50, .52);
    backdrop-filter: blur(2px);
}

.guide-article-feedback-form {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 32px);
    overflow: auto;
    font-family: 'DM Sans', sans-serif;
}

.guide-feedback-dialog-header {
    min-height: 56px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #e2e4e9;
}

.guide-feedback-dialog-title {
    margin: 0;
    color: #4d5565;
    font-size: .95rem;
    font-weight: 650;
}

.guide-feedback-dialog-close {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
    background: transparent;
    color: #697180;
    cursor: pointer;
}

.guide-feedback-dialog-close:hover {
    border-color: #d9dce3;
    background: #f5f6f8;
    color: #252a34;
}

.guide-feedback-dialog-close svg {
    width: 17px;
    height: 17px;
}

.guide-feedback-dialog-body {
    padding: 16px;
}

.guide-feedback-reasons {
    margin: 0 0 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.guide-feedback-reasons[hidden] {
    display: none;
}

.guide-feedback-reason {
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid #d9dce3;
    border-radius: 7px;
    background: #fff;
    color: #535a68;
    font: 500 .82rem 'DM Sans', sans-serif;
    cursor: pointer;
}

.guide-feedback-reason:hover {
    border-color: #aeb4c0;
    background: #f7f8fa;
    color: #252a34;
}

.guide-feedback-reason[aria-pressed="true"] {
    border-color: #5364ca;
    background: #f0f2ff;
    color: #283baf;
}

.guide-feedback-comment {
    box-sizing: border-box;
    width: 100%;
    min-height: 134px;
    resize: vertical;
    padding: 12px 13px;
    border: 1px solid #d9dce3;
    border-radius: 8px;
    background: #fff;
    color: #252a34;
    font: 400 .92rem/1.55 'DM Sans', sans-serif;
}

.guide-feedback-comment::placeholder {
    color: #a7adb8;
}

.guide-feedback-comment:focus {
    border-color: #6977ce;
    outline: 2px solid rgba(63, 81, 181, .14);
}

.guide-feedback-count {
    margin: 7px 0 10px;
    color: #697180;
    font-size: .8rem;
    text-align: right;
}

.guide-feedback-notify {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #535a68;
    font-size: .9rem;
    cursor: pointer;
}

.guide-feedback-notify input {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: var(--guide-blue);
}

.guide-feedback-notify input:disabled + span {
    opacity: .58;
}

.guide-feedback-account,
.guide-feedback-dialog-status {
    margin: 9px 0 0;
    color: #697180;
    font-size: .8rem;
    line-height: 1.45;
}

.guide-feedback-account a,
.guide-feedback-dialog-status a {
    color: #293da8;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.guide-feedback-dialog-status {
    min-height: 18px;
}

.guide-feedback-dialog-status.is-error {
    color: #a3211f;
}

.guide-feedback-dialog-status.is-success {
    color: #17733d;
}

.guide-feedback-dialog-actions {
    padding: 12px 16px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #e2e4e9;
}

.guide-feedback-dialog-actions button {
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 7px;
    font: 600 .86rem 'DM Sans', sans-serif;
    cursor: pointer;
}

.guide-feedback-dialog-cancel {
    background: transparent;
    color: #363c48;
}

.guide-feedback-dialog-cancel:hover {
    background: #f5f6f8;
}

.guide-feedback-dialog-submit {
    background: #4b4f58;
    color: #fff;
}

.guide-feedback-dialog-submit:hover {
    background: #323640;
}

.guide-feedback-dialog-submit:disabled {
    cursor: wait;
    opacity: .62;
}

@media (max-width: 860px) {
    .guide-layout.blog-shell {
        padding: 13px 18px !important;
    }

    .guide-hero {
        padding: 32px 26px 28px;
    }

    .guide-hero.guide-integrations-hero {
        padding: 28px 26px 25px;
    }

    .guide-integrations-intro {
        padding: 0;
    }

    .guide-page-index {
        padding: 0;
    }

    .guide-content.blog-content {
        padding: 13px 0 0;
    }

    .guide-next-prev,
    .guide-feedback {
        margin-left: 18px;
        margin-right: 18px;
    }

    .guide-feedback {
        width: calc(100% - 36px);
    }

    .guide-closing-panel + .guide-feedback {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .tutorial-hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .guide-hero {
        padding: 27px 20px 24px;
    }

    .guide-hero h1 {
        font-size: 2rem;
    }

    .guide-integrations-intro,
    .guide-page-index {
        padding-right: 0;
        padding-left: 0;
    }

    .guide-page-index-links {
        grid-template-columns: 1fr;
    }

    .guide-meta span:nth-child(2) {
        display: none;
    }

    .guide-content.blog-content {
        padding: 13px 0 0;
    }

    .guide-topic-card {
        padding: 30px 20px 26px;
    }

    .guide-section-band {
        width: calc(100% + 36px);
        margin-left: -18px;
        margin-right: -18px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .guide-support,
    .guide-article > .guide-related-articles {
        margin-right: 18px;
        margin-left: 18px;
    }

    .guide-closing-panel {
        margin-right: 18px;
        margin-left: 18px;
    }

    .guide-closing-panel .guide-support,
    .guide-closing-panel .guide-related-articles {
        padding-right: 18px;
        padding-left: 18px;
    }

    .guide-check-grid,
    .guide-next-prev,
    .guide-integration-types,
    .guide-integration-list,
    .guide-voice-grid,
    .tutorial-hub-grid {
        grid-template-columns: 1fr;
    }

    .tutorial-hub-grid .hub-card {
        min-height: 0;
    }

    .guide-media-tablist button {
        min-height: 44px;
        padding: 8px;
        font-size: .76rem;
    }

    .guide-media-panel {
        padding: 8px;
    }

    .guide-integration-item {
        grid-template-columns: 30px minmax(0, 1fr) 18px;
    }

    .guide-integration-kind {
        grid-column: 2;
        justify-self: start;
    }

    .guide-integration-arrow {
        grid-column: 3;
        grid-row: 1 / span 2;
        align-self: center;
    }

    .guide-integration-figure {
        margin-top: 13px;
    }

    .guide-integration-figure img {
        max-height: none;
    }

    .guide-integration-media,
    .guide-integration-figure figcaption {
        max-width: 100%;
    }

    .guide-image-lightbox {
        width: calc(100vw - 20px);
        height: calc(100vh - 20px);
        padding: 46px 12px 12px;
    }

    .guide-check {
        border-right: 0;
        border-bottom: 1px solid #e1e2e6 !important;
    }

    .guide-check:last-child {
        border-bottom: 0 !important;
    }

    .guide-next-prev a:last-child {
        text-align: left;
    }

    .guide-feedback {
        padding-right: 18px;
        padding-left: 18px;
        flex-wrap: wrap;
    }

    .guide-closing-panel + .guide-feedback {
        width: calc(100% - 36px);
        margin-right: 18px;
        margin-left: 18px;
    }
}
