body.page-id-10 {
    overflow-x: hidden;
}

body.page-id-10 header.wp-block-template-part,
body.page-id-10 footer.wp-block-template-part,
body.page-id-10 .wp-block-post-title {
    display: none;
}

body.page-id-10 .wp-site-blocks,
body.page-id-10 main,
body.page-id-10 .entry-content {
    margin-block-start: 0 !important;
}

body.page-id-10 main {
    margin-top: 0 !important;
}

body.page-id-10 main > .wp-block-group {
    padding-top: 0 !important;
}

body.page-id-10 .entry-content {
    padding-right: 0;
    padding-left: 0;
}

.xfr-shell {
    position: relative;
    width: min(100%, 430px, calc((100svh - 24px) * 9 / 16));
    aspect-ratio: 9 / 16;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    background: #82c8f5;
    box-shadow: 0 18px 45px rgba(28, 44, 71, 0.22);
    touch-action: none;
    user-select: none;
}

.xfr-canvas {
    display: block;
    width: 100%;
    height: 100%;
    background: #82c8f5;
}

.xfr-hud {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    pointer-events: none;
    color: #14324a;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.xfr-hud > div {
    min-width: 92px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(6px);
}

.xfr-label {
    display: block;
    font-size: 12px;
    line-height: 1.1;
    opacity: 0.72;
}

.xfr-hud strong {
    display: block;
    margin-top: 2px;
    font-size: clamp(16px, 2.5vw, 22px);
    line-height: 1.1;
}

.xfr-start,
.xfr-dialog button {
    border: 0;
    border-radius: 8px;
    background: #184f7c;
    color: #fff;
    font: 700 18px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.xfr-start {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    padding: 14px 30px;
    box-shadow: 0 12px 26px rgba(24, 79, 124, 0.34);
}

.xfr-start:hover,
.xfr-dialog button:hover {
    background: #103d63;
}

.xfr-dialog {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(16, 39, 56, 0.45);
}

.xfr-dialog[hidden] {
    display: none;
}

.xfr-dialog-panel {
    width: min(92vw, 360px);
    padding: 26px 24px;
    border-radius: 8px;
    background: #fff;
    color: #14324a;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    box-shadow: 0 22px 58px rgba(10, 30, 45, 0.32);
}

.xfr-dialog-panel h2 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.15;
}

.xfr-dialog-panel p {
    margin: 0 0 20px;
    font-size: 18px;
}

.xfr-dialog button {
    padding: 12px 22px;
}

@media (max-width: 640px) {
    .xfr-shell {
        border-radius: 0;
        width: min(100vw, calc((100svh - 18px) * 9 / 16));
    }

    .xfr-hud {
        top: 10px;
        left: 10px;
        right: 10px;
    }

    .xfr-hud > div {
        min-width: 78px;
        padding: 7px 9px;
    }

    .xfr-start {
        bottom: 18px;
        padding: 13px 28px;
    }
}
