body.po-playground-public-shell {
    --po-shell-top-nav-px: 0px;
    --po-shell-footer-px: 0px;
    overflow-x: hidden;
}
body.po-playground-public-shell #paperoffice_ai_suite_wrapper,
body.po-playground-public-shell #paperoffice_ai_suite_wrapper > .row,
body.po-playground-public-shell #paperoffice_ai_suite_wrapper > .row > .cell.po-app-center-column,
body.po-playground-public-shell #paperoffice_ai_suite_wrapper_content_main_wrapper_cell,
body.po-playground-public-shell #paperoffice_ai_suite_wrapper_content_main_wrapper,
body.po-playground-public-shell #paperoffice_ai_suite_wrapper_content_main {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body.po-playground-public-shell #paperoffice_ai_suite_wrapper,
body.po-playground-public-shell #paperoffice_ai_suite_wrapper_content_main_wrapper_cell,
body.po-playground-public-shell #paperoffice_ai_suite_wrapper_content_main_wrapper {
    background: #ffffff !important;
    background-color: #ffffff !important;
}
body.po-playground-public-shell #top_menu_sidebar_left_wrapper,
body.po-playground-public-shell #top_menu_sidebar_right_wrapper {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    flex: 0 0 0 !important;
    overflow: hidden !important;
}
body.po-playground-public-shell #paperoffice_ai_suite_wrapper_content_main.animate__animated {
    animation: none !important;
    transform: none !important;
}
body.po-playground-public-shell #paperoffice_ai_suite_wrapper_content_main_wrapper {
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow: hidden !important;
}
body.po-playground-public-shell #paperoffice_ai_suite_wrapper_content_main {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden !important;
}
body.po-playground-public-shell #paperoffice_ai_suite_wrapper_content_main > .po-playground-shared-topbar {
    flex: 0 0 auto;
    width: 100%;
}
body.po-playground-public-shell #paperoffice_ai_suite_wrapper_content_main > .po-playground-page-root {
    flex: 1 1 auto;
    min-height: 0 !important;
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}
body.po-playground-public-shell #paperoffice_ai_suite_wrapper_content_main > .po-playground-page-root > .flex-fill.overflow-auto {
    flex: 1 1 auto;
    min-height: 0;
    overflow: visible !important;
}
.po-playground-shared-topbar,
.po-playground-demo-menu-wrap {
    font-family: inherit;
}
.po-playground-shared-topbar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 120;
    min-height: 56px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.po-playground-shared-topbar__brand-stack {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex: 0 0 auto;
    min-width: 0;
}
.po-playground-shared-topbar__brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    line-height: 0;
}
.po-playground-shared-topbar__brand img {
    height: 36px;
    width: auto;
}
.po-playground-shared-topbar__center {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    min-width: 0;
}
.po-playground-shared-topbar__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}
.po-playground-topbar-control {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 38px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.po-playground-topbar-control--secondary {
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #1f2937;
}
.po-playground-topbar-control--secondary:hover,
.po-playground-topbar-control--secondary:focus-visible {
    border-color: #0078d4;
    background: #eff6ff;
    color: #0078d4;
    outline: none;
}
.po-playground-topbar-control--primary.button,
.po-playground-topbar-control--primary,
a.po-playground-topbar-control--primary.button {
    margin: 0;
    padding: 0 14px !important;
    height: 38px;
    min-height: 38px;
    max-width: min(300px, 48vw);
    text-align: center;
    line-height: 1.15;
    border: none !important;
    background: var(--po-accent, #0078d4) !important;
    background-color: var(--po-accent, #0078d4) !important;
    color: var(--po-text-inverse, #ffffff) !important;
    box-shadow: none;
}
.po-playground-topbar-control--primary.button:hover,
.po-playground-topbar-control--primary:hover,
.po-playground-topbar-control--primary:focus-visible,
a.po-playground-topbar-control--primary.button:hover,
a.po-playground-topbar-control--primary.button:focus-visible {
    background: var(--po-accent-dark, #0056b3) !important;
    background-color: var(--po-accent-dark, #0056b3) !important;
    color: var(--po-text-inverse, #ffffff) !important;
    outline: none;
    text-decoration: none;
}
.po-playground-topbar-control--secondary .fa-chevron-down {
    font-size: 0.62rem;
    opacity: 0.75;
}
.po-playground-topbar-control--secondary .fa-globe {
    font-size: 0.78rem;
    color: #0078d4;
}
.po-playground-topbar-lang-label {
    min-width: 1.6rem;
    text-align: center;
    letter-spacing: 0.04em;
}
.po-playground-lang-popover-wrap {
    position: relative;
    z-index: 130;
}
.po-playground-lang-popover {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(720px, calc(100vw - 24px));
    max-height: min(70vh, 420px);
    overflow: auto;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    background-color: var(--po-bg-secondary, #ffffff);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.14);
    z-index: 2000;
    isolation: isolate;
}
.po-playground-lang-popover-wrap.is-open .po-playground-lang-popover {
    display: block;
}
.po-playground-lang-popover[hidden] {
    display: none !important;
}
.po-playground-lang-popover::before {
    content: '';
    position: absolute;
    top: -7px;
    right: 18px;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    background-color: var(--po-bg-secondary, #ffffff);
    border-left: 1px solid #e5e7eb;
    border-top: 1px solid #e5e7eb;
    transform: rotate(45deg);
}
.po-playground-lang-popover-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
    position: relative;
    z-index: 1;
}
.po-playground-lang-btn {
    display: block;
    width: 100%;
    min-height: 36px;
    padding: 6px 8px;
    border-radius: 6px;
    border: 1px solid transparent;
    background-color: #f8fafc;
    background-color: var(--po-bg-tertiary, #f8fafc);
    color: #0f172a;
    color: var(--po-text-primary, #0f172a);
    font-size: 0.78rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.po-playground-lang-btn:hover {
    border-color: #0078d4;
    background-color: #eff6ff;
}
.po-playground-lang-btn.is-active {
    border-color: #0078d4;
    background-color: #dbeafe;
    color: #0078d4;
    font-weight: 700;
}
@media (max-width: 720px) {
    .po-playground-lang-popover-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .po-playground-lang-popover {
        right: -8px;
        width: min(100vw - 16px, 420px);
    }
}
@media (max-width: 480px) {
    .po-playground-lang-popover-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.po-playground-visitor-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    font-size: 0.78rem;
    color: #166534;
    max-width: 100%;
    flex-wrap: wrap;
    font-family: inherit;
    line-height: 1.35;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.po-playground-visitor-chip:hover,
.po-playground-visitor-chip:focus-visible {
    background: #dcfce7;
    border-color: #86efac;
    outline: none;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2);
}
.po-playground-visitor-chip.is-success,
.ai-ocr-visitor-chip.is-success,
.pdf-studio-visitor-chip.is-success {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}
.po-playground-visitor-chip.is-error,
.ai-ocr-visitor-chip.is-error,
.pdf-studio-visitor-chip.is-error {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #991b1b;
}
.po-playground-visitor-chip [class*="visitor-chip__dot"].po-playground-visitor-chip__status-icon,
.ai-ocr-visitor-chip [class*="visitor-chip__dot"].po-playground-visitor-chip__status-icon,
.pdf-studio-visitor-chip [class*="visitor-chip__dot"].po-playground-visitor-chip__status-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.po-playground-visitor-chip.is-success .po-playground-visitor-chip__status-icon.is-check,
.ai-ocr-visitor-chip.is-success .po-playground-visitor-chip__status-icon.is-check,
.pdf-studio-visitor-chip.is-success .po-playground-visitor-chip__status-icon.is-check {
    color: #16a34a;
}
.po-playground-visitor-chip.is-error .po-playground-visitor-chip__status-icon.is-error-icon,
.ai-ocr-visitor-chip.is-error .po-playground-visitor-chip__status-icon.is-error-icon,
.pdf-studio-visitor-chip.is-error .po-playground-visitor-chip__status-icon.is-error-icon {
    color: #dc2626;
}
.po-playground-visitor-chip__status-icon i {
    font-size: 0.82rem;
    line-height: 1;
}
.ai-ocr-visitor-chip.po-playground-visitor-chip--copyable,
.pdf-studio-visitor-chip.po-playground-visitor-chip--copyable {
    cursor: pointer;
}
.po-playground-visitor-chip__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
}
.po-playground-visitor-chip__label { font-weight: 600; }
.po-playground-visitor-chip__hint { opacity: 0.85; }
.po-playground-visitor-chip__credits { font-weight: 600; margin-left: 0.15rem; }
.po-playground-visitor-chip__credits.is-depleted,
.ai-ocr-visitor-chip__credits.is-depleted,
.pdf-studio-visitor-chip__credits.is-depleted {
    color: #dc2626;
}
.po-playground-topbar-register-btn {
}
.po-playground-demo-menu-wrap {
    position: relative;
}
.po-playground-demo-menu-trigger {
    max-width: min(240px, 40vw);
}
.po-playground-demo-menu-trigger__label {
    text-align: left;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
}
.po-playground-demo-menu-trigger .fa-sharp {
    font-size: 0.82rem;
    color: #0078d4;
    flex-shrink: 0;
}
.po-playground-demo-menu-popover {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 280px;
    max-width: min(92vw, 360px);
    max-height: min(70vh, 520px);
    overflow: auto;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
    padding: 0.5rem;
    z-index: 200;
}
.po-playground-demo-menu-group + .po-playground-demo-menu-group {
    margin-top: 0.35rem;
    padding-top: 0.35rem;
    border-top: 1px solid #f3f4f6;
}
.po-playground-demo-menu-group__title {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
    padding: 0.25rem 0.5rem 0.35rem;
}
.po-playground-demo-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.po-playground-demo-menu-link {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
    color: #1f2937;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 500;
}
.po-playground-demo-menu-link i {
    width: 1.1rem;
    text-align: center;
    color: #0078d4;
}
.po-playground-demo-menu-link:hover {
    background: #eff6ff;
    color: #0056b3;
}
.po-playground-demo-menu-link.is-active {
    background: #dbeafe;
    color: #0056b3;
    font-weight: 600;
}
@media (max-width: 720px) {
    .po-playground-shared-topbar {
        flex-wrap: wrap;
        padding: 0.5rem 0.75rem;
    }
    .po-playground-shared-topbar__center {
        order: 3;
        flex: 1 1 100%;
        justify-content: flex-start;
    }
    .po-playground-demo-menu-trigger__label {
        display: none;
    }
}
.po-playground-upsell-dlg .dialog-content {
    padding: 0 !important;
    overflow: visible;
}
.po-playground-upsell-dlg--theater {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    max-width: none !important;
    max-height: 94vh;
    width: auto !important;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.28), 0 0 0 1px rgba(15, 23, 42, 0.06);
}
.po-playground-upsell-dlg--theater .dialog-content {
    max-height: 94vh;
    overflow-y: auto;
}
.po-playground-upsell {
    position: relative;
    width: 440px;
    max-width: 95vw;
    padding: 2rem 1.75rem 1.5rem;
    background: #ffffff;
    border-radius: 12px;
    font-family: inherit;
    box-sizing: border-box;
}
.po-playground-upsell--theater {
    width: min(1080px, 97vw);
    padding: 0;
    border-radius: 16px;
}
.po-playground-upsell__close {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.po-playground-upsell__close:hover {
    background: #f1f5f9;
    color: #0f172a;
}
.po-playground-upsell__hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.6rem 2rem 1.15rem;
    border-top: 3px solid #0078d4;
    border-bottom: 1px solid #e8ecf1;
    background: #ffffff;
}
.po-playground-upsell__hero-text {
    min-width: 0;
}
.po-playground-upsell__title {
    font-weight: 700;
    font-size: 1.35rem;
    color: #0f172a;
    margin: 0 0 0.35rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.po-playground-upsell__subline {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
    max-width: 34rem;
}
.po-playground-upsell-marketing-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #0078d4;
    text-decoration: none;
    line-height: 1.35;
    white-space: nowrap;
}
.po-playground-upsell-marketing-link:hover,
.po-playground-upsell-marketing-link:focus-visible {
    color: #0056b3;
    text-decoration: underline;
}
.po-playground-upsell-marketing-link--hero {
    flex: 0 0 auto;
    margin-right: 2.4rem;
    padding-bottom: 0.15rem;
}
.po-playground-upsell__hero-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
    flex: 0 0 auto;
    margin-right: 2.4rem;
    padding-bottom: 0.1rem;
}
.po-playground-upsell-marketing-link i {
    font-size: 0.72rem;
    opacity: 0.9;
}
.po-playground-upsell__cols {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.32fr);
    gap: 0;
    align-items: stretch;
    min-height: 0;
}
.po-playground-upsell__col--features {
    padding: 1.35rem 1.75rem 1.35rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}
.po-playground-upsell-benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.po-playground-upsell-benefit {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #334155;
}
.po-playground-upsell-benefit__icon {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #0078d4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
}
.po-playground-upsell-benefit__text {
    flex: 1 1 auto;
    padding-top: 0.25rem;
}
.po-playground-upsell__col--video {
    background: #ffffff;
    border-left: 1px solid #e8ecf1;
    padding: 1.35rem 2rem 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.po-playground-upsell-video__stage {
    border-radius: 10px;
    overflow: hidden;
    background: #f1f5f9;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.1), 0 0 0 1px #e2e8f0;
}
.po-playground-upsell-video__player {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0f172a;
    vertical-align: top;
    object-fit: cover;
}
.po-playground-upsell-video__dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.55rem;
    pointer-events: none;
}
.po-playground-upsell-video__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d1d5db;
    transition: background 0.25s ease, transform 0.25s ease;
}
.po-playground-upsell-video__dot.is-active {
    background: #0078d4;
    transform: scale(1.2);
}
.po-playground-upsell__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    padding: 1.15rem 2rem 1.25rem;
    border-top: 1px solid #e8ecf1;
    background: #f8fafc;
}
.po-playground-upsell__cta {
    width: 100%;
    max-width: 420px;
    min-height: 48px;
    border-radius: 9px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
    font-family: inherit;
}
.po-playground-upsell__cta.primary {
    background: linear-gradient(135deg, #0078d4 0%, #0056b3 100%);
    color: #ffffff;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.7rem 1.5rem;
    min-height: 58px;
    box-shadow: 0 4px 14px rgba(0, 120, 212, 0.3);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.po-playground-upsell__cta.primary:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004494 100%);
    box-shadow: 0 6px 20px rgba(0, 120, 212, 0.4);
    transform: translateY(-1px);
}
.po-playground-upsell__cta-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
}
.po-playground-upsell__cta-sub {
    font-size: 0.72rem;
    font-weight: 500;
    opacity: 0.92;
}
.po-playground-upsell__cta.secondary {
    background: transparent;
    color: #64748b;
    border: 1px solid #e2e8f0;
    min-height: 42px;
    font-size: 0.85rem;
    flex-direction: row;
}
.po-playground-upsell__cta.secondary:hover {
    background: #f1f5f9;
    color: #334155;
}
.po-playground-upsell__social-proof {
    margin: 0.15rem 0 0;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #94a3b8;
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 760px) {
    .po-playground-upsell--theater {
        width: min(460px, 96vw);
    }
    .po-playground-upsell__hero {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 1.4rem 1.25rem 1rem;
    }
    .po-playground-upsell-marketing-link--hero {
        margin-right: 0;
    }
    .po-playground-upsell__hero-links {
        align-items: flex-start;
        margin-right: 0;
    }
    .po-playground-upsell__cols {
        grid-template-columns: 1fr;
    }
    .po-playground-upsell__col--video {
        order: -1;
        padding: 1.15rem 1.25rem 1rem;
        border-left: none;
        border-bottom: 1px solid #e8ecf1;
    }
    .po-playground-upsell__col--features {
        padding: 1.25rem 1.25rem 1.1rem;
    }
    .po-playground-upsell__actions {
        padding: 1rem 1.25rem 1.1rem;
    }
}
