/* CF instruction card (HTML, не PNG) — как старый verify-window */
.land-instr {
    width: min(400px, 92vw);
    background: #fff;
    border: 1px solid #cecece;
    box-shadow: 5px 6px 7px -3px rgba(0, 0, 0, 0.12);
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
    color: #111;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
}
.land-instr--cf .land-instr-header {
    background: #f6821f;
    color: #fff;
    padding: 18px 16px 14px;
}
.land-instr--cf .land-instr-title {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}
.land-instr-body {
    padding: 18px 20px 14px;
    font-size: 13px;
    line-height: 1.45;
    color: #111;
}
.land-instr-intro {
    margin: 0 0 12px;
}
.land-instr-steps {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
    counter-reset: land-step;
}
.land-instr-steps li {
    position: relative;
    padding-left: 28px;
    margin: 0 0 10px;
    counter-increment: land-step;
}
.land-instr-steps li::before {
    content: counter(land-step) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #f6821f;
}
.land-instr-steps b {
    font-weight: 700;
}
.land-instr .win-key-icon,
.land-instr .mouse-icon {
    display: inline-block;
    vertical-align: -2px;
    margin: 0 2px;
}
.land-instr-agree-label {
    margin: 8px 0 6px;
    color: #333;
}
.land-instr-agree {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
}
.land-instr-check {
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    border-radius: 2px;
    background: #34a853;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.land-instr-check svg {
    display: block;
    width: 10px;
    height: 10px;
}
.land-instr-agree-text {
    flex: 1;
    font-size: 11px;
    line-height: 1.35;
    color: #acacac;
    font-family: Consolas, Monaco, "Courier New", monospace;
    word-break: break-word;
}
.land-instr-footer {
    display: grid;
    grid-template-columns: 1fr 102px;
    gap: 8px;
    align-items: center;
    border-top: 1px solid #cecece;
    padding: 10px 10px 10px 12px;
    color: #737373;
    font-size: 13px;
    line-height: 1.25;
}
.land-instr-footer-text {
    text-align: left;
}
.land-instr-btn {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    background: #f6821f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 0;
    cursor: pointer;
    opacity: 1;
    font-family: inherit;
}
.land-instr-btn.is-active:hover {
    filter: brightness(1.05);
}
.land-instr-btn:disabled {
    cursor: not-allowed;
    opacity: 0.85;
}
.land-instr .mouse-icon--rmb {
    vertical-align: -4px;
    margin: 0 3px;
}
.cf-root2-host.instr-shot {
    width: auto;
    max-width: min(400px, 92vw);
    line-height: normal;
    filter: none;
}
.cf-root2-host.instr-shot .land-instr {
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.16));
}
.cf-root2-host .instr-shot-img {
    display: none !important;
}
