.rokr-manual-detail {
    color: rgb(var(--color-text));
    overflow: clip;
}

.rokr-manual-detail .rokr-manual-breadcrumb {
    color: rgba(var(--color-text), 0.68);
}

.rokr-manual-detail .rokr-manual-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
}

.rokr-manual-detail .rokr-manual-breadcrumb__item {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
}

.rokr-manual-detail .rokr-manual-breadcrumb a {
    color: inherit;
    text-underline-offset: 3px;
}

.rokr-manual-detail .rokr-manual-breadcrumb a:hover {
    color: rgb(var(--color-text));
}

.rokr-manual-detail .rokr-manual-breadcrumb {
    margin-bottom: 32px;
}

.rokr-manual-detail__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
    align-items: center;
    gap: clamp(36px, 6vw, 88px);
}

.rokr-manual-detail__media {
    display: flex;
    min-width: 0;
    aspect-ratio: 4 / 3;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgb(var(--color-image-background));
}

.rokr-manual-detail__image,
.rokr-manual-detail__placeholder,
.rokr-manual-detail__placeholder svg {
    display: block;
    width: 100%;
    height: 100%;
}

.rokr-manual-detail__image {
    object-fit: contain;
    padding: clamp(20px, 4vw, 56px);
}

.rokr-manual-detail__placeholder {
    padding: 22%;
    color: rgba(var(--color-text), 0.18);
}

.rokr-manual-detail__summary {
    min-width: 0;
}

.rokr-manual-detail__title {
    margin: 0;
    font-size: clamp(28px, 2.5vw, 38px);
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.rokr-manual-detail__product-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 22px 0 0;
    padding: 16px 18px;
    background: rgba(var(--color-image-background), 0.58);
    border: 1px solid rgba(var(--color-entry-line), 0.24);
}

.rokr-manual-detail__product-fact {
    min-width: 0;
}

.rokr-manual-detail__product-fact dt {
    margin-bottom: 5px;
    color: rgba(var(--color-text), 0.58);
    font-weight: 600;
}

.rokr-manual-detail__product-fact dd {
    margin: 0;
    overflow-wrap: anywhere;
    font-weight: 700;
}

.rokr-manual-detail__excerpt {
    margin-top: 20px;
    color: rgba(var(--color-text), 0.72);
    line-height: 1.65;
}

.rokr-manual-detail__excerpt> :first-child {
    margin-top: 0;
}

.rokr-manual-detail__excerpt> :last-child {
    margin-bottom: 0;
}

.rokr-manual-detail__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0 0;
    padding: 20px 0;
    border-top: 1px solid rgba(var(--color-entry-line), 0.3);
    border-bottom: 1px solid rgba(var(--color-entry-line), 0.3);
}

.rokr-manual-detail__fact {
    min-width: 0;
}

.rokr-manual-detail__fact dt {
    margin-bottom: 6px;
    color: rgba(var(--color-text), 0.58);
    font-weight: 600;
}

.rokr-manual-detail__fact dd {
    margin: 0;
    overflow-wrap: anywhere;
    font-weight: 700;
}

.rokr-manual-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.rokr-manual-actions__button {
    min-width: 0;
    min-height: 48px;
    padding-inline: 16px;
    text-align: center;
    text-decoration: none;
}

.rokr-manual-actions button {
    cursor: pointer;
}

.rokr-manual-actions__label-mobile {
    display: none;
}

html.rokr-manual-share-dialog-open {
    overflow: hidden;
}

.rokr-manual-share-dialog {
    width: min(920px, calc(100% - 32px));
    max-width: none;
    max-height: calc(100vh - 32px);
    margin: auto;
    padding: 0;
    overflow: auto;
    color: rgb(var(--color-text));
    background: rgb(var(--color-page-background));
    border: 1px solid rgba(var(--color-entry-line), 0.3);
    border-top: 4px solid rgb(var(--color-button-background));
    border-radius: 2px;
    box-shadow: 0 30px 80px rgba(var(--color-shadow), 0.24);
}

.rokr-manual-share-dialog::backdrop {
    background: rgba(0, 0, 0, 0.56);
    backdrop-filter: blur(2px);
}

.rokr-manual-share-dialog__panel {
    position: relative;
    padding: clamp(32px, 5vw, 56px);
}

.rokr-manual-share-dialog__close {
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 16px;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    color: rgba(var(--color-text), 0.58);
    background: transparent;
    border: 1px solid rgba(var(--color-entry-line), 0.28);
    border-radius: 50%;
    cursor: pointer;
    font: inherit;
    font-size: 30px;
    line-height: 1;
}

.rokr-manual-share-dialog__close:hover {
    color: rgb(var(--color-text));
    border-color: rgba(var(--color-entry-line), 0.55);
}

.rokr-manual-share-dialog__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(200px, 0.75fr);
    align-items: center;
    gap: clamp(28px, 5vw, 64px);
    padding-right: 44px;
}

.rokr-manual-share-dialog__copy,
.rokr-manual-share-dialog__media {
    min-width: 0;
}

.rokr-manual-share-dialog__eyebrow {
    margin: 0 0 12px;
    color: rgba(var(--color-text), 0.58);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rokr-manual-share-dialog__title,
.rokr-manual-share-dialog__description {
    margin: 0;
}

.rokr-manual-share-dialog__title {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
}

.rokr-manual-share-dialog__description {
    max-width: 560px;
    margin-top: 16px;
    color: rgba(var(--color-text), 0.68);
    line-height: 1.55;
}

.rokr-manual-share-dialog__media {
    display: grid;
    min-height: 180px;
    place-items: center;
    background: rgba(var(--color-image-background), 0.62);
}

.rokr-manual-share-dialog__image {
    display: block;
    width: 100%;
    height: 220px;
    padding: 18px;
    object-fit: contain;
}

.rokr-manual-share-dialog__platforms {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    margin-top: 36px;
}

.rokr-manual-share-platform {
    display: flex;
    min-width: 0;
    min-height: 104px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    color: rgb(var(--color-text));
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    text-align: center;
    text-decoration: none;
}

.rokr-manual-share-platform__icon {
    display: grid;
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
    place-items: center;
    color: currentColor;
    background: rgb(var(--color-page-background));
    border: 1px solid rgba(var(--color-entry-line), 0.38);
    border-radius: 50%;
    transition:
        color 160ms ease,
        background-color 160ms ease,
        border-color 160ms ease,
        transform 160ms ease;
}

.rokr-manual-share-platform:hover .rokr-manual-share-platform__icon {
    border-color: currentColor;
    transform: translateY(-2px);
}

.rokr-manual-share-platform__icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.rokr-manual-share-platform__letter {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.rokr-manual-share-platform--facebook {
    color: #1877f2;
}

.rokr-manual-share-platform--pinterest {
    color: #e60023;
}

.rokr-manual-share-platform--whatsapp {
    color: #128c7e;
}

.rokr-manual-share-platform__label {
    color: rgb(var(--color-text));
    overflow-wrap: anywhere;
}

.rokr-manual-share-dialog__link-area {
    margin-top: 30px;
}

.rokr-manual-share-dialog__link-label {
    display: block;
    margin-bottom: 9px;
    color: rgba(var(--color-text), 0.58);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.rokr-manual-share-dialog__link-field {
    display: flex;
    min-width: 0;
    border: 1px solid rgba(var(--color-entry-line), 0.4);
}

.rokr-manual-share-dialog__link-field:focus-within {
    border-color: rgb(var(--color-button-background));
    box-shadow: inset 0 0 0 1px rgb(var(--color-button-background));
}

.rokr-manual-share-dialog__link-input {
    width: 100%;
    min-width: 0;
    height: 52px;
    padding: 0 16px;
    color: rgba(var(--color-text), 0.72);
    background: transparent;
    border: 0;
    outline: 0;
}

.rokr-manual-share-dialog__copy-button {
    min-width: 88px;
    min-height: 52px;
    padding: 0 18px;
    color: rgb(var(--color-page-background));
    background: rgb(var(--color-button-background));
    border: 0;
    cursor: pointer;
    font-weight: 700;
}

.rokr-manual-share-dialog__status {
    min-height: 22px;
    margin: 12px 0 0;
    color: rgba(var(--color-text), 0.66);
}

.rokr-manual-share-dialog__close:focus-visible,
.rokr-manual-share-platform:focus-visible,
.rokr-manual-share-dialog__copy-button:focus-visible {
    outline: 2px solid rgb(var(--color-button-background));
    outline-offset: 3px;
}

.rokr-manual-detail__body {
    max-width: 1120px;
    margin: clamp(64px, 8vw, 112px) auto 0;
}

.rokr-manual-detail__content-section,
.rokr-manual-detail__section {
    margin-top: clamp(48px, 7vw, 80px);
}

.rokr-manual-detail__content-section:first-child,
.rokr-manual-detail__section:first-child {
    margin-top: 0;
}

.rokr-manual-detail__section-title {
    margin: 0;
}

.rokr-manual-detail__content,
.rokr-manual-detail__rich-text {
    max-width: 820px;
    margin-top: 24px;
    line-height: 1.7;
}

.rokr-manual-detail__content a,
.rokr-manual-detail__rich-text a,
.rokr-manual-detail__preview-fallback a {
    color: rgb(var(--color-button-background));
    text-decoration: underline;
    text-underline-offset: 3px;
}

.rokr-manual-detail__content img,
.rokr-manual-detail__rich-text img {
    max-width: 100%;
    height: auto;
}

.rokr-manual-detail__content table,
.rokr-manual-detail__rich-text table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.rokr-manual-detail__section-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.rokr-manual-detail__text-link {
    flex: 0 0 auto;
    color: rgb(var(--color-button-background));
    text-underline-offset: 3px;
}

.rokr-manual-detail__preview {
    position: relative;
    min-height: min(76vh, 900px);
    overflow: hidden;
    background: rgb(var(--color-image-background));
    border: 1px solid rgba(var(--color-entry-line), 0.3);
}

.rokr-manual-detail__preview-frame {
    display: block;
    width: 100%;
    min-height: min(76vh, 900px);
    border: 0;
}

.rokr-manual-detail__preview-status {
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 50%;
    margin: 0;
    padding: 8px 12px;
    color: rgb(var(--color-text));
    background: rgb(var(--color-page-background));
    border: 1px solid rgba(var(--color-entry-line), 0.35);
    transform: translateX(-50%);
}

.rokr-manual-detail__preview-fallback {
    margin: 14px 0 0;
    color: rgba(var(--color-text), 0.66);
}

.rokr-manual-detail__notice,
.rokr-manual-detail__corrections,
.rokr-manual-detail__quick-start,
.rokr-manual-detail__support {
    margin-top: 40px;
    padding: clamp(24px, 4vw, 40px);
    border: 1px solid rgba(var(--color-entry-line), 0.32);
}

.rokr-manual-detail__notice {
    border-left: 4px solid rgb(var(--color-button-background));
    background: rgba(var(--color-image-background), 0.55);
}

.rokr-manual-detail__corrections {
    border-left: 4px solid rgba(var(--color-text), 0.65);
}

.rokr-manual-detail__quick-start,
.rokr-manual-detail__support {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.rokr-manual-detail__quick-start-copy,
.rokr-manual-detail__support-description {
    max-width: 700px;
    margin: 10px 0 0;
    color: rgba(var(--color-text), 0.7);
}

.rokr-manual-detail__quick-start-button,
.rokr-manual-detail__support-button {
    flex: 0 0 auto;
    min-height: 44px;
    text-decoration: none;
}

.rokr-manual-detail__support {
    color: rgb(var(--color-scheme-3-text));
    background: rgb(var(--color-scheme-3-bg));
    border-color: transparent;
}

.rokr-manual-detail__support-title,
.rokr-manual-detail__support-description {
    margin-top: 0;
}

.rokr-manual-detail__support-description {
    margin-top: 10px;
    color: inherit;
    opacity: 0.82;
}

.rokr-manual-detail__back {
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid rgba(var(--color-entry-line), 0.3);
}

.rokr-manual-detail__back-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    color: rgb(var(--color-text));
    font-weight: 700;
    text-underline-offset: 4px;
}

@media (max-width: 959px) {
    .rokr-manual-detail__hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
    }

    .rokr-manual-detail__media {
        max-height: 680px;
    }
}

@media (max-width: 767px) {
    .rokr-manual-detail .rokr-manual-breadcrumb {
        margin-bottom: 24px;
    }

    .rokr-manual-detail__facts {
        grid-template-columns: minmax(0, 1fr);
    }

    .rokr-manual-detail__title {
        font-size: 28px;
    }

    .rokr-manual-detail__product-facts {
        gap: 10px;
        padding: 14px 12px;
    }

    .rokr-manual-actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .rokr-manual-actions__label-desktop {
        display: none;
    }

    .rokr-manual-actions__label-mobile {
        display: inline;
    }

    .rokr-manual-share-dialog {
        width: min(100% - 20px, 560px);
        max-height: calc(100vh - 20px);
    }

    .rokr-manual-share-dialog__panel {
        padding: 28px 22px 24px;
    }

    .rokr-manual-share-dialog__intro {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
        padding-right: 0;
    }

    .rokr-manual-share-dialog__copy {
        padding-right: 42px;
    }

    .rokr-manual-share-dialog__media {
        order: -1;
        min-height: 130px;
    }

    .rokr-manual-share-dialog__image {
        height: 150px;
        padding: 12px;
    }

    .rokr-manual-share-dialog__title {
        font-size: 30px;
    }

    .rokr-manual-share-dialog__platforms {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px 10px;
        margin-top: 28px;
    }

    .rokr-manual-share-platform {
        min-height: 96px;
    }

    .rokr-manual-share-platform__icon {
        width: 58px;
        height: 58px;
    }

    .rokr-manual-detail__section-heading,
    .rokr-manual-detail__quick-start,
    .rokr-manual-detail__support {
        align-items: flex-start;
        flex-direction: column;
    }

    .rokr-manual-detail__preview,
    .rokr-manual-detail__preview-frame {
        min-height: 64vh;
    }

    .rokr-manual-detail__quick-start-button,
    .rokr-manual-detail__support-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {

    .rokr-manual-detail *,
    .rokr-manual-detail *::before,
    .rokr-manual-detail *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}