.fptf-overlay-wrap{position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;z-index:4}
.fptf-brand-badge{position:absolute;left:14px;bottom:14px;background:rgba(255,255,255,.94)!important;color:#111827!important;font-size:13px!important;line-height:1!important;padding:9px 12px!important;border-radius:999px!important;display:inline-flex;align-items:center;gap:6px;pointer-events:auto;font-weight:800;letter-spacing:.01em;box-shadow:0 8px 22px rgba(0,0,0,.18);border:1px solid rgba(17,24,39,.10)}
.fptf-brand-badge img{display:block;max-height:28px;max-width:130px;height:auto;width:auto}.fptf-pagebar{position:absolute;right:12px;bottom:12px;background:rgba(255,255,255,.95);box-shadow:0 1px 3px rgba(0,0,0,.08);border-radius:8px;padding:0 3px;display:flex;align-items:center;gap:4px;font-size:10px;pointer-events:auto;height:18px!important;line-height:18px!important}.fptf-counter{font-weight:600;padding:0 4px;border-radius:6px;background:rgba(0,0,0,.05);height:18px!important;line-height:18px!important;display:inline-block!important;white-space:nowrap!important;min-width:32px;text-align:center}.fptf-pagebar .fptf-pagebar .fptf-jump-input{width:40px!important;padding:0 3px!important;border:1px solid #d0d0d0!important;border-radius:6px!important;background:#fff!important;font-size:10px!important;height:18px!important;line-height:18px!important;outline:none!important;appearance:textfield!important;-webkit-appearance:textfield!important;vertical-align:middle!important}.fptf-pagebar .fptf-pagebar .fptf-jump-btn{padding:0!important;border:0!important;border-radius:6px!important;background:#111!important;color:#fff!important;font-weight:600!important;cursor:pointer!important;font-size:10px!important;line-height:18px!important;height:18px!important;vertical-align:middle!important;width:36px!important;text-align:center!important}.fptf-jump-input{width:40px!important;padding:8px 5px!important;border:1px solid #d0d0d0!important;border-radius:6px!important;background:#fff!important;font-size:12px!important;outline:none!important;appearance:textfield!important;-webkit-appearance:textfield!important;vertical-align:middle!important}.fptf-jump-btn{width:36px!important;padding:0!important;border:0!important;border-radius:6px!important;background:#000!important;color:#fff!important;font-weight:600!important;cursor:pointer!important;font-size:12px!important;text-align:center!important;vertical-align:middle!important}.fptf-pagebar .fptf-jump-input::-webkit-outer-spin-button,.fptf-pagebar .fptf-jump-input::-webkit-inner-spin-button{appearance:none!important;margin:0!important}
@media(max-width:600px){.fptf-brand-badge{left:8px;bottom:8px;font-size:11px!important;padding:7px 9px!important}.fptf-pagebar{right:8px;bottom:8px}}

/* ===== Refined GoTo page bar ===== */
.fptf-pagebar{
    position:absolute;
    right:14px;
    bottom:14px;
    display:flex;
    align-items:center;
    gap:10px;
    min-height:44px;
    padding:7px 10px;
    border-radius:14px;
    background:rgba(255,255,255,.94);
    border:1px solid rgba(255,255,255,.72);
    box-shadow:0 14px 30px rgba(15,23,42,.16);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}
.fptf-counter{
    min-width:58px;
    padding:8px 10px;
    border-radius:10px;
    background:#f3f4f6;
    color:#111827;
    font-size:12px;
    font-weight:700;
    line-height:1;
    text-align:center;
    box-sizing:border-box;
}
.fptf-jump-wrap{display:flex;align-items:center;gap:8px;}
.fptf-jump-input{
    width:58px !important;
    height:36px !important;
    padding:0 10px !important;
    border:1px solid #d0d5dd !important;
    border-radius:10px !important;
    background:#fff !important;
    color:#111827 !important;
    font-size:12px !important;
    line-height:36px !important;
    box-sizing:border-box;
    text-align:center;
}
.fptf-jump-input:focus{
    outline:none !important;
    border-color:#2563eb !important;
    box-shadow:0 0 0 3px rgba(37,99,235,.14) !important;
}
.fptf-jump-btn{
    width:auto !important;
    min-width:48px;
    height:36px !important;
    padding:0 14px !important;
    border:0 !important;
    border-radius:10px !important;
    background:#111827 !important;
    color:#fff !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:36px !important;
    text-align:center !important;
    cursor:pointer;
    transition:transform .18s ease, opacity .18s ease, background .18s ease;
}
.fptf-jump-btn:hover{transform:translateY(-1px);background:#0f172a !important;}
.fptf-jump-btn:focus{outline:none !important;box-shadow:0 0 0 3px rgba(17,24,39,.16) !important;}
@media(max-width:600px){
    .fptf-pagebar{right:8px;bottom:8px;gap:8px;min-height:40px;padding:6px 8px;}
    .fptf-counter{min-width:50px;padding:7px 8px;font-size:11px;}
    .fptf-jump-input{width:52px !important;height:32px !important;line-height:32px !important;}
    .fptf-jump-btn{min-width:42px;height:32px !important;line-height:32px !important;padding:0 10px !important;}
}

/* Logo without white pill background */
.fptf-brand-badge--logo{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    padding:0 !important;
    border-radius:0 !important;
}
.fptf-brand-badge--logo img{
    display:block;
    height:auto;
    width:auto;
    object-fit:contain;
}
.fptf-counter{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}
