.guide-skip {
    position: absolute;
    left: -9999px;
    top: 8px;
    z-index: 10000;
    padding: 8px 14px;
    background: #039be5;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
}

.guide-skip:focus,
.guide-skip:focus-visible {
    left: 8px;
    color: #fff;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

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

.section.section-category {
    padding-top: 28px;
    padding-bottom: 40px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.breadcrumb ul {
    align-items: center;
}

.breadcrumb a,
.breadcrumb .breadcrumb-current {
    display: inline-flex;
    align-items: center;
    padding: 0 0.75em;
}

.breadcrumb li:first-child a {
    padding-left: 0;
}

.breadcrumb a,
.breadcrumb li,
.breadcrumb li.is-active,
.breadcrumb li.is-active span,
.breadcrumb .icon,
.breadcrumb a .icon,
.breadcrumb li.is-active .icon {
    color: #6a7d92 !important;
    font-weight: 400 !important;
}

.breadcrumb li + li::before {
    color: #6a7d92 !important;
    align-self: center;
    line-height: 1;
    height: 1em;
    display: flex;
    align-items: center;
}

.breadcrumb ul li a .icon.is-solo svg {
    top: 0;
}

.breadcrumb a:hover,
.breadcrumb a:hover .icon {
    color: #4d6175 !important;
}

.navbar-wrapper .navbar-burger {
    display: none;
}

.guide-title + .guide-article.content {
    max-width: 46rem;
}

.guide-title.has-text-centered + .guide-article.content {
    margin: 0 auto 1.35rem;
    text-align: center;
}

.guide-title.has-text-centered + .guide-article.content p {
    margin: 0.15rem 0 0;
    color: #5f6c7e;
    font-size: 1.05rem;
    line-height: 1.45;
    font-weight: 400;
}

.guide-article p {
    margin: 0 0 0.85rem;
    line-height: 1.6;
}

.guide-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 0.35rem;
}

a.feature-card.home-category {
    height: auto !important;
    min-height: 268px;
    min-width: 0 !important;
    width: auto !important;
    padding-bottom: 28px;
    box-sizing: border-box;
    margin-bottom: 0;
}

a.feature-card.home-category .card-title h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1b2733;
}

a.feature-card.home-category .card-feature-description {
    padding-bottom: 4px;
}

.guide-title .title.section-title {
    overflow-wrap: break-word;
}

@media (max-width: 768px) {
    .guide-title .title.section-title {
        font-size: 1.7rem;
        line-height: 1.2;
    }

    .guide-title .guide-title-sub {
        font-size: 0.98rem;
    }
}

.guide-title.has-text-centered .title.is-spaced {
    margin-bottom: 0.35rem;
}

.guide-title.has-text-centered .guide-seo-tags {
    justify-content: center;
}

.guide-title.has-text-centered + .guide-article {
    text-align: left;
}

.guide-title.is-left {
    text-align: left;
    margin-bottom: 1.25rem;
}

.guide-title.is-left .title.section-title {
    text-align: left;
    margin-bottom: 0.35rem;
}

.guide-title .guide-title-sub {
    display: block;
    position: static;
    margin: 0 0 0.55rem;
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 400;
    color: #5f6c7e;
}

.guide-seo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none !important;
    margin: 0 0 1rem !important;
    padding: 0 !important;
    position: relative;
    z-index: 1;
}

.guide-seo-tags li {
    margin: 0 !important;
    margin-left: 0 !important;
}

.guide-article h2.title {
    margin-top: 1.4rem;
    margin-bottom: 0.6rem;
}

.guide-article ul {
    list-style: disc !important;
    list-style-position: outside;
    padding-left: 1.35rem;
    margin: 0.4rem 0 0.9rem;
}

.guide-article ol {
    list-style: decimal !important;
    padding-left: 1.35rem;
    margin: 0.4rem 0 0.9rem;
}

.guide-article li {
    margin-left: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}

.guide-prereq ul {
    list-style: none !important;
    padding-left: 0;
    margin: 0;
}

.guide-prereq li {
    margin: 0;
}

.guide-article code,
.guide-node code {
    background: #eef4f8;
    border: 1px solid #d7e4ed;
    color: #1f4b63;
    padding: 1px 6px;
    border-radius: 3px;
    font-size: 0.86em;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    white-space: nowrap;
}

.guide-figure {
    margin: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 6px 16px rgba(15, 40, 70, 0.05);
}

.guide-figure img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.guide-hero {
    align-items: flex-start;
    margin-bottom: 0.2rem;
}

.section.section-category .columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.guide-hero.columns,
.guide-node-row.columns {
    margin-left: 0;
    margin-right: 0;
}

.guide-hero.columns > .column:first-child,
.guide-node-row.columns > .column:first-child {
    padding-left: 0;
}

.guide-hero.columns > .column:last-child,
.guide-node-row.columns > .column:last-child {
    padding-right: 0;
}

.guide-related {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 0;
}

a.guide-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
    border: 1px solid #e2e8ee;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(15, 40, 70, 0.06);
    overflow: hidden;
    text-decoration: none !important;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

a.guide-card:hover,
a.guide-card:focus {
    border-color: #039be5;
    box-shadow: 0 12px 28px rgba(3, 155, 229, 0.14);
    transform: translateY(-2px);
    color: inherit;
    text-decoration: none !important;
}

a.guide-card:focus-visible {
    outline: 2px solid #039be5;
    outline-offset: 2px;
}

.guide-card-image {
    height: 168px;
    overflow: hidden;
    background: #f7f9fb;
    border-bottom: 1px solid #eef2f5;
}

.guide-card-image img {
    display: block;
    width: 100%;
    height: 168px;
    object-fit: contain;
    object-position: top center;
}

.guide-card-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    padding: 14px 16px 16px;
}

.guide-card-title {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.3;
    color: #039be5;
    overflow-wrap: anywhere;
}

.guide-card-meta {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.guide-card-desc {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #3a4656;
    overflow-wrap: anywhere;
}

.guide-hero-overview {
    position: sticky;
    top: 20px;
}

.guide-hero-overview .guide-figure {
    padding: 8px;
}

.guide-hero-overview .guide-figure figcaption {
    text-align: left;
    margin-top: 6px;
}

.guide-hero-copy > p {
    margin: 0 0 0.75rem;
    line-height: 1.55;
}

.guide-hero-copy > p:last-of-type {
    margin-bottom: 0;
}

.guide-prereq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    background: #f4f9fc;
    border: 1px solid #d5e8f2;
    border-radius: 6px;
    padding: 8px 14px;
    margin: 12px 0 0;
}

.guide-prereq-label {
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0;
}

.guide-prereq-kicker {
    color: #5a7384;
    font-weight: 700;
}

.guide-prereq-label a {
    font-weight: 700;
}

.guide-prereq-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 0;
    margin: 0;
    font-size: 0.92rem;
}

.guide-prereq-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.guide-prereq-links a .icon {
    height: 1em;
    width: 1em;
    margin: 0;
}

.guide-prereq-links a .im {
    font-size: 14px;
    line-height: 1;
}

.guide-prereq-sep {
    margin: 0 10px;
    color: #9aa8b5;
}

.guide-create {
    margin-top: 14px;
}

.guide-create-shot .guide-figure {
    padding: 6px;
}

.guide-create-shot .guide-figure img {
    width: 100%;
}

.guide-create-shot .guide-figure figcaption {
    margin-top: 10px;
    padding: 0 2px;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #3a4656;
}

.guide-figure figcaption {
    margin-top: 8px;
    font-size: 0.8rem;
    color: #5f6c7e;
    text-align: left;
}

.guide-node-shot .guide-figure {
    max-width: 100%;
    padding: 6px;
}

.guide-node-shot .guide-figure img {
    width: 100%;
}

.guide-node {
    margin: 0.4rem 0 0.9rem;
    padding: 1.1rem 0 0.4rem;
    border-top: 1px solid #e8eef2;
}

.guide-hero + .guide-node,
.guide-article > .guide-node:first-of-type {
    margin-top: 1.2rem;
}

.guide-node-row {
    align-items: flex-start;
}

.guide-setup-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 1.5rem 1.75rem;
    align-items: center;
    margin: 1.2rem 0 0.4rem;
}

.guide-setup-split .guide-node {
    border-top: none;
    margin: 0;
    padding: 0 0 0.35rem;
}

.guide-setup-split .guide-node + .guide-node {
    border-top: 1px solid #e8eef2;
    margin-top: 0.85rem;
    padding-top: 1rem;
}

.guide-setup-shot {
    position: relative;
}

.guide-figure.is-market {
    padding: 6px;
}

.guide-figure.is-market img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: top center;
}

.guide-node-copy h2.title {
    margin-top: 4px;
    margin-bottom: 6px;
}

.guide-node-copy > p {
    margin: 0 0 0.65rem;
}

.guide-node-copy ul {
    margin-top: 0.25rem;
    margin-bottom: 0.7rem;
}

.guide-kind {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    margin-bottom: 0;
}

.guide-kind-trigger { background: #e6f6ec; color: #1b7a3d; }
.guide-kind-condition { background: #fff6e0; color: #8a6a12; }
.guide-kind-get { background: #f0e9ff; color: #5b3fb3; }
.guide-kind-action { background: #e6f3fb; color: #036aa3; }

.guide-search-wrap {
    max-width: 640px;
    margin: 0 auto 24px auto;
    text-align: left;
    position: relative;
}

.guide-search-results {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 20;
    margin-top: 6px;
    padding: 0;
    background: #fff;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.guide-search-results[hidden] {
    display: none !important;
}

.guide-search-option {
    padding: 10px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    background: #fff;
}

.guide-search-option:last-child {
    border-bottom: none;
}

.guide-search-option.is-active,
.guide-search-option:hover {
    background: #f7fbff;
}

.guide-search-option-title {
    font-weight: 600;
    line-height: 1.2;
}

.guide-search-option-title .tag {
    margin-left: 6px;
    vertical-align: middle;
}

.guide-search-option-meta {
    font-size: 12px;
    color: #777;
    margin-top: 2px;
}

.guide-home-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 8px;
}

.guide-home-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-home-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    padding: 24px 24px 20px;
    background: #fff;
    border: 1px solid #e2e8ee;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(15, 40, 70, 0.06);
    text-decoration: none !important;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.guide-home-card:hover,
.guide-home-card:focus {
    border-color: #039be5;
    box-shadow: 0 12px 28px rgba(3, 155, 229, 0.14);
    transform: translateY(-2px);
    color: inherit;
    text-decoration: none !important;
}

.guide-home-card-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 16px;
    border-radius: 0;
}

.guide-home-card-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
    width: 100%;
}

.guide-home-card-kicker {
    margin: 0 0 4px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b7a88;
}

.guide-home-card-title {
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.25;
    color: #1b2733;
}

.guide-home-card-desc {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #3a4656;
}

.guide-home-card-go {
    margin-top: 18px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #039be5;
}

.guide-feature-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.guide-title.is-left + .guide-market-card,
.guide-title.has-text-centered + .guide-market-card,
.guide-article.content + .guide-market-card,
.guide-title.is-left + .guide-home-grid,
.guide-title.has-text-centered + .guide-home-grid {
    margin-top: 8px;
}

.guide-title.has-text-centered + .guide-search-wrap,
.guide-article.content + .guide-search-wrap {
    margin-top: 0.35rem;
    margin-bottom: 8px;
}

.guide-follow {
    margin-top: 1.25rem;
}

.guide-follow .guide-home-card {
    min-height: 0;
    flex-direction: row;
    align-items: center;
    gap: 22px;
    padding: 22px 26px;
}

.guide-follow .guide-home-card-logo {
    margin-bottom: 0;
}

.guide-follow .guide-home-card-kicker {
    margin-bottom: 2px;
}

.guide-follow .guide-home-card-title {
    margin-bottom: 4px;
}

.guide-follow .guide-home-card-copy {
    width: auto;
}

.guide-follow .guide-home-card-go {
    margin-top: 0;
    margin-left: auto;
    white-space: nowrap;
}

.guide-faq-item {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 10px;
    background: #fff;
}

.guide-faq-item summary {
    cursor: pointer;
    font-weight: 600;
    line-height: 1.4;
}

.guide-faq-item summary:focus,
.guide-faq-item summary:focus-visible {
    outline: 2px solid #039be5;
    outline-offset: 2px;
}

.guide-faq-body {
    margin-top: 8px;
    color: #3a4656;
}

.guide-market-card {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e8ee;
    border-radius: 10px;
    padding: 18px 22px;
    margin: 24px 0 8px;
    box-shadow: 0 8px 22px rgba(15, 40, 70, 0.06);
}

.guide-market-card.is-quiet {
    margin-top: 28px;
}

.guide-market-card.is-landing {
    padding: 28px 32px;
    margin-top: 12px;
}

.guide-market-card.is-landing .guide-market-card-icon {
    width: 88px;
    height: 88px;
}

.guide-market-card.is-landing .guide-market-card-cta {
    min-width: 210px;
    min-height: 48px;
    font-size: 1.05rem;
}

.guide-market-card-icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    object-fit: contain;
}

.guide-market-card-copy {
    min-width: 0;
    flex: 1;
}

.guide-market-card-kicker {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b7a88;
}

.guide-market-card-title {
    margin: 2px 0 0;
    font-size: 1.28rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1b2733;
}

.guide-market-card-meta {
    margin: 3px 0 6px;
    font-size: 0.84rem;
    color: #5f6c7e;
}

.guide-market-card-desc {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #3a4656;
}

.guide-market-card-cta {
    flex-shrink: 0;
    white-space: nowrap;
    text-decoration: none !important;
}

.guide-market-card-cta:hover,
.guide-market-card-cta:focus {
    text-decoration: none !important;
}

.guide-market-card-links {
    margin: 8px 0 0;
    font-size: 0.88rem;
}

.guide-market-card-links a {
    font-weight: 600;
}

@media (max-width: 768px) {
    .guide-market-card {
        flex-wrap: wrap;
    }

    .guide-market-card-cta {
        width: 100%;
    }

    .guide-follow .guide-home-card {
        flex-wrap: wrap;
    }

    .guide-follow .guide-home-card-go {
        margin-top: 12px;
        margin-left: 0;
        width: 100%;
    }

    .guide-market-card.is-landing .guide-market-card-cta {
        min-width: 0;
    }
}

.guide-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
    margin: 16px 0 8px;
}

.guide-cta-panel .guide-cta-row {
    margin: 0;
}

.guide-cta-row a.button,
.guide-cta-row a.button:hover,
.guide-cta-row a.button:focus,
.guide-cta-row a.button span,
.guide-cta-row a.button:hover span {
    text-decoration: none !important;
}

.guide-cta-row .button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: auto;
    min-height: 40px;
    padding: 8px 14px;
    font-size: 0.92rem;
}

.guide-cta-row .button .icon {
    height: 1em;
    width: 1em;
    margin-right: 0;
}

.guide-cta-row.is-quiet {
    margin-top: 28px;
    margin-bottom: 4px;
}

.guide-cta-row .button.guide-cta-secondary {
    background: #fff;
    border: 1px solid #c5d4de;
    color: #2b4c5e;
    box-shadow: none;
    min-height: 40px;
    height: auto;
}

.guide-cta-row .button.guide-cta-secondary:hover,
.guide-cta-row .button.guide-cta-secondary:focus {
    border-color: #039be5;
    color: #039be5;
    background: #fff;
    text-decoration: none !important;
}

.guide-cta-install {
    min-height: 40px;
    padding: 7px 14px 7px 12px !important;
    white-space: normal;
    text-align: left;
    line-height: 1.15;
    box-shadow: 0 6px 14px rgba(3, 155, 229, 0.26);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.guide-cta-install:hover,
.guide-cta-install:focus {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(3, 155, 229, 0.36);
    color: #fff !important;
}

.guide-cta-install .icon {
    width: 1.15em;
    height: 1.15em;
    font-size: 1.05rem;
}

.guide-cta-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
}

.guide-cta-label {
    font-size: 0.95rem;
    font-weight: 700;
}

.guide-cta-hint {
    font-size: 0.72rem;
    font-weight: 500;
    opacity: 0.92;
    text-transform: none;
    letter-spacing: 0;
}

.guide-links a {
    margin-right: 8px;
    margin-bottom: 8px;
}

.footer-light-medium-demo .footer-head {
    display: none;
}

@media (max-width: 1023px) {
    .navbar-wrapper .navbar-brand {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .navbar-wrapper .navbar-burger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        width: 3.25rem;
        height: 3.25rem;
        background: transparent;
        border: 0;
        color: #4a4a4a;
        cursor: pointer;
    }

    .navbar-wrapper .navbar-burger span {
        display: block;
        width: 16px;
        height: 1.5px;
        margin: 2px 0;
        background: currentColor;
        transition: transform 0.12s ease, opacity 0.12s ease;
    }

    .navbar-wrapper .navbar-burger.is-active span:nth-child(1) {
        transform: translateY(5.5px) rotate(45deg);
    }

    .navbar-wrapper .navbar-burger.is-active span:nth-child(2) {
        opacity: 0;
    }

    .navbar-wrapper .navbar-burger.is-active span:nth-child(3) {
        transform: translateY(-5.5px) rotate(-45deg);
    }

    .navbar-wrapper .navbar-menu {
        display: none;
        width: 100%;
        background: #fff;
        box-shadow: 0 8px 18px rgba(15, 40, 70, 0.08);
    }

    .navbar-wrapper .navbar-menu.is-active {
        display: block;
    }

    .guide-home-grid,
    .guide-home-grid-3,
    .guide-category-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-hero.columns > .column,
    .guide-node-row.columns > .column {
        padding-left: 0;
        padding-right: 0;
    }

    .guide-setup-split {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-setup-shot {
        position: static;
        max-width: 420px;
    }

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

    .guide-hero-overview {
        max-width: 100%;
        margin-bottom: 12px;
        position: static;
        text-align: center;
    }

    .guide-hero-overview .guide-figure {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 6px;
    }

    .guide-hero-overview .guide-figure img {
        width: 100%;
        max-width: 100%;
        height: min(38vh, 280px);
        max-height: min(38vh, 280px);
        object-fit: contain;
        object-position: top center;
    }
}

@media (max-width: 768px) {
    .guide-related {
        grid-template-columns: minmax(0, 1fr);
    }

    a.feature-card.home-category {
        min-height: 0;
    }
}

@media (min-width: 1024px) {
    .navbar-wrapper .navbar-burger {
        display: none;
    }
}
