@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* CSS SECTION: Tool styling. Copy this <style> block if you want separate CSS. */
    .fbpfv-wrapper, .fbpfv-wrapper * { box-sizing: border-box; }
    .fbpfv-wrapper {
      --fbpfv-primary: #1d66e5;
      --fbpfv-primary-2: #174fb3;
      --fbpfv-accent: #93c5fd;
      --fbpfv-bg: #f5faff;
      --fbpfv-surface: #ffffff;
      --fbpfv-surface-2: #f8fbff;
      --fbpfv-text: #10233f;
      --fbpfv-muted: #5d7190;
      --fbpfv-border: #d9e6f8;
      --fbpfv-success: #12805c;
      --fbpfv-error: #bd2638;
      width: 100%;
      min-height: 100%;
      overflow-x: hidden;
      background: radial-gradient(680px 340px at 10% 0%, rgba(24,185,255,.14), transparent 64%), radial-gradient(760px 380px at 95% 8%, rgba(23,99,230,.14), transparent 60%), var(--fbpfv-bg);
      color: var(--fbpfv-text);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      padding: clamp(24px, 4vw, 46px) 14px;
    }
    .fbpfv-container { width: 100%; max-width: 1200px; margin: 0 auto; }
    .fbpfv-hero { width: 100%; text-align: center; margin: 0 auto 20px; }
    .fbpfv-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--fbpfv-border); color: var(--fbpfv-primary-2); font-size: 12px; font-weight: 800; box-shadow: 0 12px 34px rgba(19,80,170,.08); }
    .fbpfv-badge-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--fbpfv-success); box-shadow: 0 0 0 4px rgba(18,128,92,.12); }
    .fbpfv-title { margin: 15px 0 0; color: var(--fbpfv-text); font-size: clamp(32px, 5vw, 58px); line-height: 1.04; font-weight: 950; letter-spacing: -.045em; }
    .fbpfv-subtitle { max-width: 820px; margin: 14px auto 0; color: var(--fbpfv-muted); font-size: clamp(14px, 1.5vw, 18px); line-height: 1.62; }
    .fbpfv-search-card { width: 100%; max-width: 1200px; margin: 24px auto 0; border: 1px solid var(--fbpfv-border); border-radius: 26px; background: rgba(255,255,255,.92); box-shadow: 0 22px 70px rgba(29,87,170,.12); padding: clamp(14px, 2vw, 20px); }
    .fbpfv-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: stretch; width: 100%; }
    .fbpfv-field { position: relative; min-width: 0; width: 100%; }
    .fbpfv-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
    .fbpfv-input { width: 100%; min-height: 56px; border: 1px solid var(--fbpfv-border); border-radius: 17px; background: var(--fbpfv-surface-2); color: var(--fbpfv-text); padding: 0 48px 0 16px !important; font: inherit; font-size: 15px; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
    .fbpfv-input:focus { border-color: var(--fbpfv-primary); background: #fff; box-shadow: 0 0 0 4px rgba(23,99,230,.12); }
    .fbpfv-clear { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; border: 0; border-radius: 12px; background: #eaf2ff; color: var(--fbpfv-primary-2); cursor: pointer; display: none; font-size: 18px; line-height: 1; }
    .fbpfv-submit { min-height: 56px; border: 0; border-radius: 17px; padding: 0 22px; background: linear-gradient(135deg, var(--fbpfv-primary), var(--fbpfv-accent)); color: #fff; font: inherit; font-size: 15px; font-weight: 900; cursor: pointer; white-space: nowrap; box-shadow: 0 16px 32px rgba(23,99,230,.22); transition: transform .18s ease, opacity .18s ease; }
    .fbpfv-submit:hover { transform: translateY(-1px); }
    .fbpfv-submit:disabled { opacity: .72; cursor: not-allowed; transform: none; }
    .fbpfv-helper-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; margin-top: 12px; }
    .fbpfv-helper { color: var(--fbpfv-muted); font-size: 13px; line-height: 1.5; }
    .fbpfv-safe { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: #edf6ff; color: #245c9b; font-size: 12px; font-weight: 800; border: 1px solid #d6e9ff; }
    .fbpfv-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
    .fbpfv-chip { border: 1px solid #dbeaff; background: #fff; color: #2d5d93; border-radius: 999px; padding: 8px 11px; font-size: 12px; font-weight: 800; }
    .fbpfv-notice { width: 100%; max-width: 1200px; margin: 14px auto 0; border: 1px solid #dbe6f4; background: rgba(255,255,255,.78); border-radius: 18px; padding: 12px 14px; color: var(--fbpfv-muted); text-align: center; font-size: 13px; line-height: 1.55; }
    .fbpfv-state { display: none; width: 100%; max-width: 1200px; margin: 16px auto 0; border-radius: 18px; overflow: hidden; border: 1px solid #cfe4ff; background: #eff7ff; color: #19599c; padding: 13px 15px; font-size: 14px; font-weight: 800; line-height: 1.5; }
    .fbpfv-state.fbpfv-error { border-color: #ffd1d7; background: #fff2f3; color: var(--fbpfv-error); }
    .fbpfv-loading { display: none; width: 100%; max-width: 1200px; margin: 18px auto 0; border-radius: 24px; border: 1px solid var(--fbpfv-border); background: #fff; padding: 18px; box-shadow: 0 18px 50px rgba(29,87,170,.08); }
    .fbpfv-loading-top { display: flex; align-items: center; gap: 12px; color: var(--fbpfv-primary-2); font-weight: 900; margin-bottom: 16px; }
    .fbpfv-spinner { width: 22px; height: 22px; border-radius: 50%; border: 3px solid #d7e9ff; border-top-color: var(--fbpfv-primary); animation: fbpfv-spin .8s linear infinite; }
    .fbpfv-skeleton-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
    .fbpfv-skel { border-radius: 16px; background: linear-gradient(90deg,#eef5ff,#dfeeff,#eef5ff); background-size: 220% 100%; animation: fbpfv-shimmer 1.2s linear infinite; }
    .fbpfv-skel-cover { aspect-ratio: 851/315; min-height: 150px; }
    .fbpfv-skel-lines { display: grid; gap: 10px; align-content: start; }
    .fbpfv-skel-line { height: 14px; }
    .fbpfv-skel-line:nth-child(1) { width: 90%; }
    .fbpfv-skel-line:nth-child(2) { width: 72%; }
    .fbpfv-skel-line:nth-child(3) { width: 84%; }
    .fbpfv-empty { width: 100%; max-width: 1200px; margin: 20px auto 0; padding: 24px; border-radius: 24px; background: rgba(255,255,255,.82); border: 1px dashed #cbdcf3; text-align: center; color: var(--fbpfv-muted); }
    .fbpfv-empty-title { margin: 0 0 7px; color: var(--fbpfv-text); font-size: 17px; font-weight: 950; }
    .fbpfv-empty-text { margin: 0; font-size: 14px; line-height: 1.6; }
    .fbpfv-results { display: none; width: 100%; max-width: 1200px; margin: 22px auto 0; }
    .fbpfv-profile-card { width: 100%; border-radius: 24px; background: #fff; border: 1px solid var(--fbpfv-border); box-shadow: 0 20px 54px rgba(29,87,170,.10); overflow: hidden; margin-bottom: 16px; }
    .fbpfv-fb-cover { width: 100%; aspect-ratio: 851/315; background: linear-gradient(135deg,#dcecff,#f9fbff); position: relative; overflow: hidden; }
    .fbpfv-fb-cover-img { width: 100%; height: 100%; object-fit: cover; display: block; cursor: zoom-in; }
    .fbpfv-fb-cover-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #6f85a5; font-weight: 900; background: radial-gradient(circle at 26% 32%, rgba(24,185,255,.24), transparent 34%), radial-gradient(circle at 76% 38%, rgba(23,99,230,.18), transparent 30%), linear-gradient(135deg,#e9f3ff,#fff); }
    .fbpfv-profile-row { display: flex; align-items: flex-end; gap: 16px; padding: 0 22px 20px; margin-top: -48px; position: relative; z-index: 2; }
    .fbpfv-avatar { width: 112px; height: 112px; border-radius: 50%; border: 5px solid #fff; background: #edf5ff; overflow: hidden; flex: 0 0 auto; box-shadow: 0 14px 30px rgba(12,40,80,.18); cursor: zoom-in; }
    .fbpfv-avatar-img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .fbpfv-avatar-fallback { width: 100%; height: 100%; display: grid; place-items: center; color: var(--fbpfv-primary-2); font-size: 34px; font-weight: 950; background: linear-gradient(135deg,#e9f3ff,#fff); }
    .fbpfv-profile-info { min-width: 0; padding-top: 54px; flex: 1; }
    .fbpfv-name-row { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
    .fbpfv-profile-name { margin: 0; font-size: clamp(22px, 3vw, 34px); line-height: 1.1; font-weight: 950; letter-spacing: -.03em; color: var(--fbpfv-text); word-break: break-word; }
    .fbpfv-verified { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--fbpfv-primary); color: #fff; font-size: 13px; font-weight: 950; }
    .fbpfv-meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
    .fbpfv-pill { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #dbeaff; background: #f2f8ff; color: #3d5f86; border-radius: 999px; padding: 7px 10px; font-size: 12px; font-weight: 850; word-break: break-word; }
    .fbpfv-section { width: 100%; border-radius: 24px; background: #fff; border: 1px solid var(--fbpfv-border); box-shadow: 0 16px 44px rgba(29,87,170,.07); padding: clamp(16px, 2vw, 20px); margin: 16px 0 0; }
    .fbpfv-section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
    .fbpfv-section-title { margin: 0; color: var(--fbpfv-text); font-size: clamp(18px, 2.2vw, 24px); line-height: 1.2; font-weight: 950; letter-spacing: -.025em; }
    .fbpfv-section-note { margin: 4px 0 0; color: var(--fbpfv-muted); font-size: 13px; line-height: 1.5; }
    .fbpfv-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
    .fbpfv-grid-two { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
    .fbpfv-media-card { min-width: 0; border: 1px solid #dce8f8; border-radius: 18px; background: var(--fbpfv-surface-2); overflow: hidden; }
    .fbpfv-media-box { width: 100%; aspect-ratio: 1/1; background: #eaf2ff; display: grid; place-items: center; overflow: hidden; }
    .fbpfv-media-img { width: 100%; height: 100%; object-fit: cover; display: block; cursor: zoom-in; }
    .fbpfv-cover-preview { width: 100%; aspect-ratio: 851/315; background: #eaf2ff; border-radius: 18px; overflow: hidden; border: 1px solid #dce8f8; }
    .fbpfv-cover-preview .fbpfv-media-img { object-fit: cover; }
    .fbpfv-media-body { padding: 12px; }
    .fbpfv-media-title { margin: 0 0 8px; color: var(--fbpfv-text); font-size: 14px; font-weight: 950; line-height: 1.3; }
    .fbpfv-media-meta { color: var(--fbpfv-muted); font-size: 12px; line-height: 1.45; margin: 0 0 10px; }
    .fbpfv-actions { display: flex; flex-wrap: wrap; gap: 8px; }
    .fbpfv-action { border: 1px solid #cfe0f7; background: #fff; color: var(--fbpfv-primary-2); border-radius: 12px; padding: 9px 11px; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; line-height: 1; transition: background .18s ease, transform .18s ease; }
    .fbpfv-action:hover { background: #edf6ff; transform: translateY(-1px); }
    .fbpfv-action.fbpfv-primary-action { background: var(--fbpfv-primary); color: #fff; border-color: var(--fbpfv-primary); }
    .fbpfv-video-card { border: 1px solid #dce8f8; border-radius: 18px; background: var(--fbpfv-surface-2); overflow: hidden; }
    .fbpfv-video-thumb { width: 100%; aspect-ratio: 16/9; position: relative; background: #0e203c; display: grid; place-items: center; overflow: hidden; }
    .fbpfv-video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .92; }
    .fbpfv-inline-video { width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }
    .fbpfv-post-media .fbpfv-inline-video { width: 100%; height: 100%; object-fit: cover; }
    .fbpfv-play-badge { position: absolute; inset: auto auto 12px 12px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; background: rgba(255,255,255,.92); color: var(--fbpfv-text); border-radius: 999px; font-size: 12px; font-weight: 950; }
    .fbpfv-video-body { padding: 13px; }
    .fbpfv-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
    .fbpfv-fact { border: 1px solid #dce8f8; background: var(--fbpfv-surface-2); border-radius: 16px; padding: 12px; min-width: 0; }
    .fbpfv-fact-label { color: var(--fbpfv-muted); font-size: 12px; font-weight: 850; margin-bottom: 4px; }
    .fbpfv-fact-value { color: var(--fbpfv-text); font-size: 15px; font-weight: 950; line-height: 1.35; word-break: break-word; }
    .fbpfv-intro-list { display: grid; gap: 10px; }
    .fbpfv-intro-row { display: grid; grid-template-columns: 170px 1fr; gap: 12px; border: 1px solid #e1ebf8; border-radius: 16px; padding: 12px; background: var(--fbpfv-surface-2); }
    .fbpfv-intro-label { color: var(--fbpfv-muted); font-size: 13px; font-weight: 900; }
    .fbpfv-intro-value { color: var(--fbpfv-text); font-size: 13px; line-height: 1.55; word-break: break-word; }
    .fbpfv-section-pills { display: flex; flex-wrap: wrap; gap: 9px; }
    .fbpfv-section-pill { border: 1px solid #dbeaff; background: var(--fbpfv-surface-2); color: #234e82; border-radius: 999px; padding: 9px 12px; font-size: 12px; font-weight: 900; }
    .fbpfv-post-card { border: 1px solid #dce8f8; background: var(--fbpfv-surface-2); border-radius: 18px; padding: 14px; min-width: 0; }
    .fbpfv-post-text { color: var(--fbpfv-text); font-size: 14px; line-height: 1.58; margin: 0 0 12px; }
    .fbpfv-post-media { width: 100%; border-radius: 15px; overflow: hidden; border: 1px solid #dce8f8; margin-bottom: 12px; background: #eaf2ff; aspect-ratio: 16/10; display: grid; place-items: center; }
    .fbpfv-post-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .fbpfv-shape-toggle { display: inline-flex; gap: 4px; padding: 4px; border-radius: 999px; background: #edf6ff; border: 1px solid #dbeaff; }
    .fbpfv-shape-btn { border: 0; border-radius: 999px; background: transparent; color: #345f93; padding: 7px 10px; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; }
    .fbpfv-shape-btn.fbpfv-active { background: #fff; color: var(--fbpfv-primary-2); box-shadow: 0 4px 14px rgba(20,70,130,.10); }
    .fbpfv-square-mode .fbpfv-media-box.fbpfv-dp-box, .fbpfv-square-mode .fbpfv-media-box.fbpfv-dp-box .fbpfv-media-img { border-radius: 0; }
    .fbpfv-dp-box, .fbpfv-dp-box .fbpfv-media-img { border-radius: 50%; }

    .fbpfv-fb-cover-actions { position: absolute; right: 14px; bottom: 14px; display: flex; flex-wrap: wrap; gap: 8px; z-index: 3; }
    .fbpfv-fb-cover-actions .fbpfv-action { background: rgba(255,255,255,.94); backdrop-filter: blur(6px); box-shadow: 0 8px 24px rgba(12,40,80,.18); }
    .fbpfv-fb-cover-actions .fbpfv-action.fbpfv-primary-action { background: var(--fbpfv-primary) !important; color: #fff !important; border-color: var(--fbpfv-primary) !important; }
    @media (max-width: 640px) { .fbpfv-fb-cover-actions { right: 10px !important; left: auto !important; justify-content: flex-end !important; align-items: flex-end !important; } }

    .fbpfv-avatar-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
    .fbpfv-tabs-wrap { width: 100%; margin-top: 16px; }
    .fbpfv-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 12px; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
    .fbpfv-tab-btn { flex: 0 0 auto; border: 1px solid var(--fbpfv-border); background: #fff; color: #315d90; border-radius: 999px; padding: 10px 14px; font: inherit; font-size: 13px; font-weight: 950; cursor: pointer; white-space: nowrap; box-shadow: 0 8px 20px rgba(29,87,170,.06); }
    .fbpfv-tab-btn.fbpfv-active { color: #fff; border-color: var(--fbpfv-primary); background: linear-gradient(135deg, var(--fbpfv-primary), var(--fbpfv-accent)); }
    .fbpfv-tab-panels { width: 100%; }
    .fbpfv-tab-panel { display: none; }
    .fbpfv-tab-panel.fbpfv-active { display: block; }
    .fbpfv-modal { position: fixed !important; inset: 0 !important; left: 0 !important; top: 0 !important; right: 0 !important; bottom: 0 !important; width: 100vw !important; height: 100vh !important; min-height: 100vh !important; height: 100dvh !important; min-height: 100dvh !important; z-index: 2147483000 !important; display: none !important; align-items: center !important; justify-content: center !important; padding: 0 !important; margin: 0 !important; background: rgba(3,10,24,.88) !important; backdrop-filter: blur(10px); overflow: hidden !important; transform: none !important; isolation: isolate !important; }
    .fbpfv-modal.fbpfv-open { display: flex !important; }
    .fbpfv-modal-panel { position: relative !important; width: min(80vw, 1120px) !important; height: min(80vh, 820px) !important; max-width: 80vw !important; max-height: 80vh !important; margin: auto !important; border-radius: 22px; background: #071a31 !important; overflow: hidden !important; box-shadow: 0 30px 100px rgba(0,0,0,.48); display: grid !important; grid-template-rows: auto minmax(0, 1fr) !important; transform: none !important; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; }
    .fbpfv-modal-head { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; background: rgba(255,255,255,.06); color: #fff; }
    .fbpfv-modal-title { margin: 0; font-size: 14px; font-weight: 950; line-height: 1.3; }
    .fbpfv-modal-close { border: 0; border-radius: 12px; background: rgba(255,255,255,.14); color: #fff; width: 38px; height: 38px; font-size: 24px; cursor: pointer; line-height: 1; }
    .fbpfv-modal-body { min-width: 0 !important; min-height: 0 !important; width: 100% !important; height: 100% !important; display: flex !important; align-items: center !important; justify-content: center !important; padding: 10px !important; overflow: hidden !important; background: #071a31 !important; }
    .fbpfv-modal-img { display: block; max-width: 100% !important; max-height: 100% !important; width: auto !important; height: auto !important; object-fit: contain !important; border-radius: 16px; background: #fff; margin: auto !important; }
    .fbpfv-modal-video { display: block; width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 100% !important; object-fit: contain !important; border-radius: 16px; background: #000; margin: auto !important; }
    .fbpfv-toast { position: fixed; left: 50%; bottom: 20px; z-index: 2147483001; transform: translate(-50%, 18px); opacity: 0; pointer-events: none; background: #10233f; color: #fff; border-radius: 999px; padding: 10px 14px; font-size: 13px; font-weight: 900; box-shadow: 0 18px 50px rgba(0,0,0,.22); transition: opacity .18s ease, transform .18s ease; }
    .fbpfv-toast.fbpfv-show { opacity: 1; transform: translate(-50%,0); }
    @keyframes fbpfv-spin { to { transform: rotate(360deg); } }
    @keyframes fbpfv-shimmer { to { background-position: -220% 0; } }
    @media (prefers-reduced-motion: reduce) { .fbpfv-spinner, .fbpfv-skel { animation: none; } .fbpfv-submit, .fbpfv-action { transition: none; } }
    @media (max-width: 900px) { .fbpfv-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .fbpfv-grid-two { grid-template-columns: 1fr; } .fbpfv-facts { grid-template-columns: repeat(2,minmax(0,1fr)); } .fbpfv-skeleton-grid { grid-template-columns: 1fr; } }
    @media (max-width: 640px) { .fbpfv-wrapper { padding: 22px 10px; } .fbpfv-form { grid-template-columns: 1fr; } .fbpfv-submit, .fbpfv-input { min-height: 50px; border-radius: 15px; } .fbpfv-helper-row { align-items: flex-start; } .fbpfv-profile-row { margin-top: -38px; padding: 0 14px 16px; gap: 12px; align-items: center; } .fbpfv-avatar { width: 86px; height: 86px; border-width: 4px; } .fbpfv-profile-info { padding-top: 42px; } .fbpfv-grid { grid-template-columns: 1fr; } .fbpfv-facts { grid-template-columns: 1fr; } .fbpfv-intro-row { grid-template-columns: 1fr; gap: 5px; } .fbpfv-section-head { flex-direction: column; align-items: flex-start; } .fbpfv-modal-panel { width: min(92vw, 1120px) !important; height: min(80vh, 820px) !important; max-width: 92vw !important; max-height: 80vh !important; } }
    @media (max-width: 420px) { .fbpfv-title { font-size: 29px; } .fbpfv-profile-row { flex-direction: column; align-items: flex-start; } .fbpfv-profile-info { padding-top: 0; } }

/* --- Codex CSS updates --- */
/* CSS SECTION: Tool styling. Copy this <style> block if you want separate CSS. */
.fbpfv-wrapper, .fbpfv-wrapper * { box-sizing: border-box; }
.fbpfv-wrapper {
  --fbpfv-primary: #1877f2;
  --fbpfv-primary-2: #0f4da1;
  --fbpfv-accent: #42b72a;
  --fbpfv-bg: #eef4ff;
  --fbpfv-surface: #ffffff;
  --fbpfv-surface-2: #f7faff;
  --fbpfv-text: #10213d;
  --fbpfv-muted: #5b6f8f;
  --fbpfv-border: #d7e3f5;
  --fbpfv-success: #16835b;
  --fbpfv-error: #bd2638;
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background: radial-gradient(680px 340px at 10% 0%, rgba(66,183,42,.12), transparent 64%), radial-gradient(760px 380px at 95% 8%, rgba(24,119,242,.18), transparent 60%), linear-gradient(180deg, #f8fbff 0%, var(--fbpfv-bg) 100%);
  color: var(--fbpfv-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: clamp(24px, 4vw, 46px) 14px;
}
.fbpfv-container { width: 100%; max-width: 1200px; margin: 0 auto; }
.fbpfv-hero { width: 100%; text-align: center; margin: 0 auto 20px; }
.fbpfv-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--fbpfv-border); color: var(--fbpfv-primary-2); font-size: 12px; font-weight: 800; box-shadow: 0 12px 34px rgba(24,119,242,.08); }
.fbpfv-badge-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--fbpfv-success); box-shadow: 0 0 0 4px rgba(22,131,91,.12); }
.fbpfv-title { margin: 15px 0 0; color: var(--fbpfv-text); font-size: clamp(32px, 5vw, 58px); line-height: 1.04; font-weight: 950; letter-spacing: 0; text-wrap: balance; }
.fbpfv-subtitle { max-width: 820px; margin: 14px auto 0; color: var(--fbpfv-muted); font-size: clamp(14px, 1.5vw, 18px); line-height: 1.62; }
.fbpfv-search-card { width: 100%; max-width: 1200px; margin: 24px auto 0; border: 1px solid var(--fbpfv-border); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: 0 22px 70px rgba(24,119,242,.13); padding: clamp(14px, 2vw, 20px); }
.fbpfv-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: stretch; width: 100%; }
.fbpfv-field { position: relative; min-width: 0; width: 100%; }
.fbpfv-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.fbpfv-input { width: 100%; min-height: 56px; border: 1px solid var(--fbpfv-border); border-radius: 17px; background: var(--fbpfv-surface-2); color: var(--fbpfv-text); padding: 0 48px 0 16px !important; font: inherit; font-size: 15px; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.fbpfv-input:focus { border-color: var(--fbpfv-primary); background: #fff; box-shadow: 0 0 0 4px rgba(24,119,242,.14); }
.fbpfv-clear { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; border: 0; border-radius: 12px; background: #e8f1ff; color: var(--fbpfv-primary-2); cursor: pointer; display: none; font-size: 18px; line-height: 1; }
.fbpfv-submit { min-height: 56px; border: 0; border-radius: 17px; padding: 0 22px; background: linear-gradient(135deg, var(--fbpfv-primary), #0f62d6); color: #fff; font: inherit; font-size: 15px; font-weight: 900; cursor: pointer; white-space: nowrap; box-shadow: 0 16px 32px rgba(24,119,242,.24); transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease; }
.fbpfv-submit:hover { transform: translateY(-1px); box-shadow: 0 18px 38px rgba(24,119,242,.28); }
.fbpfv-submit:disabled { opacity: .72; cursor: not-allowed; transform: none; }
.fbpfv-helper-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; margin-top: 12px; }
.fbpfv-helper { color: var(--fbpfv-muted); font-size: 13px; line-height: 1.5; }
.fbpfv-safe { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: #edf7f0; color: #17693f; font-size: 12px; font-weight: 800; border: 1px solid #d7efd9; }
.fbpfv-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.fbpfv-chip { border: 1px solid #dbe8fb; background: #fff; color: #245995; border-radius: 999px; padding: 8px 11px; font-size: 12px; font-weight: 800; }
.fbpfv-notice { width: 100%; max-width: 1200px; margin: 14px auto 0; border: 1px solid #dbe6f4; background: rgba(255,255,255,.82); border-radius: 18px; padding: 12px 14px; color: var(--fbpfv-muted); text-align: center; font-size: 13px; line-height: 1.55; }
.fbpfv-state { display: none; width: 100%; max-width: 1200px; margin: 16px auto 0; border-radius: 18px; overflow: hidden; border: 1px solid #cfe2ff; background: #eff6ff; color: #18569f; padding: 13px 15px; font-size: 14px; font-weight: 800; line-height: 1.5; }
.fbpfv-state.fbpfv-error { border-color: #ffd1d7; background: #fff2f3; color: var(--fbpfv-error); }
.fbpfv-loading { display: none; width: 100%; max-width: 1200px; margin: 18px auto 0; border-radius: 24px; border: 1px solid var(--fbpfv-border); background: #fff; padding: 18px; box-shadow: 0 18px 50px rgba(24,119,242,.08); }
.fbpfv-loading-top { display: flex; align-items: center; gap: 12px; color: var(--fbpfv-primary-2); font-weight: 900; margin-bottom: 16px; }
.fbpfv-spinner { width: 22px; height: 22px; border-radius: 50%; border: 3px solid #d9e9ff; border-top-color: var(--fbpfv-primary); animation: fbpfv-spin .8s linear infinite; }
.fbpfv-skeleton-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 14px; }
.fbpfv-skel { border-radius: 16px; background: linear-gradient(90deg,#eef5ff,#dfeaff,#eef5ff); background-size: 220% 100%; animation: fbpfv-shimmer 1.2s linear infinite; }
.fbpfv-skel-cover { aspect-ratio: 851/315; min-height: 150px; }
.fbpfv-skel-lines { display: grid; gap: 10px; align-content: start; }
.fbpfv-skel-line { height: 14px; }
.fbpfv-skel-line:nth-child(1) { width: 90%; }
.fbpfv-skel-line:nth-child(2) { width: 72%; }
.fbpfv-skel-line:nth-child(3) { width: 84%; }
.fbpfv-empty { width: 100%; max-width: 1200px; margin: 20px auto 0; padding: 24px; border-radius: 24px; background: rgba(255,255,255,.86); border: 1px dashed #c6d8ef; text-align: center; color: var(--fbpfv-muted); }
.fbpfv-empty-title { margin: 0 0 7px; color: var(--fbpfv-text); font-size: 17px; font-weight: 950; }
.fbpfv-empty-text { margin: 0; font-size: 14px; line-height: 1.6; }
.fbpfv-results { display: none; width: 100%; max-width: 1200px; margin: 22px auto 0; }
.fbpfv-profile-card { width: 100%; border-radius: 24px; background: #fff; border: 1px solid var(--fbpfv-border); box-shadow: 0 20px 54px rgba(24,119,242,.10); overflow: hidden; margin-bottom: 16px; }
.fbpfv-fb-cover { width: 100%; aspect-ratio: 851/315; background: linear-gradient(135deg,#dcecff,#f9fbff); position: relative; overflow: hidden; }
.fbpfv-fb-cover-img { width: 100%; height: 100%; object-fit: cover; display: block; cursor: zoom-in; }
.fbpfv-fb-cover-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #607998; font-weight: 900; background: radial-gradient(circle at 26% 32%, rgba(66,183,42,.18), transparent 34%), radial-gradient(circle at 76% 38%, rgba(24,119,242,.22), transparent 30%), linear-gradient(135deg,#e9f3ff,#fff); }
.fbpfv-profile-row { display: flex; align-items: flex-end; gap: 16px; padding: 0 22px 20px; margin-top: -48px; position: relative; z-index: 2; }
.fbpfv-avatar { width: 112px; height: 112px; border-radius: 50%; border: 5px solid #fff; background: #edf5ff; overflow: hidden; flex: 0 0 auto; box-shadow: 0 14px 30px rgba(12,40,80,.18); cursor: zoom-in; }
.fbpfv-avatar-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fbpfv-avatar-fallback { width: 100%; height: 100%; display: grid; place-items: center; color: var(--fbpfv-primary-2); font-size: 34px; font-weight: 950; background: linear-gradient(135deg,#e9f3ff,#fff); }
.fbpfv-profile-info { min-width: 0; padding-top: 54px; flex: 1; }
.fbpfv-name-row { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.fbpfv-profile-name { margin: 0; font-size: clamp(22px, 3vw, 34px); line-height: 1.1; font-weight: 950; letter-spacing: 0; color: var(--fbpfv-text); word-break: break-word; }
.fbpfv-verified { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--fbpfv-primary); color: #fff; font-size: 13px; font-weight: 950; }
.fbpfv-meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.fbpfv-pill { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #dbe8fb; background: #f2f7ff; color: #365e8e; border-radius: 999px; padding: 7px 10px; font-size: 12px; font-weight: 850; word-break: break-word; }
.fbpfv-section { width: 100%; border-radius: 24px; background: #fff; border: 1px solid var(--fbpfv-border); box-shadow: 0 16px 44px rgba(24,119,242,.07); padding: clamp(16px, 2vw, 20px); margin: 16px 0 0; }
.fbpfv-section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.fbpfv-section-title { margin: 0; color: var(--fbpfv-text); font-size: clamp(18px, 2.2vw, 24px); line-height: 1.2; font-weight: 950; letter-spacing: 0; }
.fbpfv-section-note { margin: 4px 0 0; color: var(--fbpfv-muted); font-size: 13px; line-height: 1.5; }
.fbpfv-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.fbpfv-grid-two { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.fbpfv-media-card { min-width: 0; border: 1px solid #dce8f8; border-radius: 18px; background: var(--fbpfv-surface-2); overflow: hidden; }
.fbpfv-media-box { width: 100%; aspect-ratio: 1/1; background: #eaf2ff; display: grid; place-items: center; overflow: hidden; }
.fbpfv-media-img { width: 100%; height: 100%; object-fit: cover; display: block; cursor: zoom-in; }
.fbpfv-cover-preview { width: 100%; aspect-ratio: 851/315; background: #eaf2ff; border-radius: 18px; overflow: hidden; border: 1px solid #dce8f8; }
.fbpfv-cover-preview .fbpfv-media-img { object-fit: cover; }
.fbpfv-media-body { padding: 12px; }
.fbpfv-media-title { margin: 0 0 8px; color: var(--fbpfv-text); font-size: 14px; font-weight: 950; line-height: 1.3; }
.fbpfv-media-meta { color: var(--fbpfv-muted); font-size: 12px; line-height: 1.45; margin: 0 0 10px; }
.fbpfv-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.fbpfv-action { border: 1px solid #cfe0f7; background: #fff; color: var(--fbpfv-primary-2); border-radius: 12px; padding: 9px 11px; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; line-height: 1; transition: background .18s ease, transform .18s ease, border-color .18s ease; }
.fbpfv-action:hover { background: #edf6ff; border-color: #bcd4f6; transform: translateY(-1px); }
.fbpfv-action.fbpfv-primary-action { background: var(--fbpfv-primary); color: #fff; border-color: var(--fbpfv-primary); }
.fbpfv-video-card { border: 1px solid #dce8f8; border-radius: 18px; background: var(--fbpfv-surface-2); overflow: hidden; }
.fbpfv-video-thumb { width: 100%; aspect-ratio: 16/9; position: relative; background: #0e203c; display: grid; place-items: center; overflow: hidden; }
.fbpfv-video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .92; }
.fbpfv-inline-video { width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }
.fbpfv-post-media .fbpfv-inline-video { width: 100%; height: 100%; object-fit: cover; }
.fbpfv-play-badge { position: absolute; inset: auto auto 12px 12px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; background: rgba(255,255,255,.92); color: var(--fbpfv-text); border-radius: 999px; font-size: 12px; font-weight: 950; }
.fbpfv-video-body { padding: 13px; }
.fbpfv-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.fbpfv-fact { border: 1px solid #dce8f8; background: var(--fbpfv-surface-2); border-radius: 16px; padding: 12px; min-width: 0; }
.fbpfv-fact-label { color: var(--fbpfv-muted); font-size: 12px; font-weight: 850; margin-bottom: 4px; }
.fbpfv-fact-value { color: var(--fbpfv-text); font-size: 15px; font-weight: 950; line-height: 1.35; word-break: break-word; }
.fbpfv-intro-list { display: grid; gap: 10px; }
.fbpfv-intro-row { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 12px; border: 1px solid #e1ebf8; border-radius: 16px; padding: 12px; background: var(--fbpfv-surface-2); }
.fbpfv-intro-label { color: var(--fbpfv-muted); font-size: 13px; font-weight: 900; }
.fbpfv-intro-value { color: var(--fbpfv-text); font-size: 13px; line-height: 1.55; word-break: break-word; }
.fbpfv-section-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.fbpfv-section-pill { border: 1px solid #dbe8fb; background: var(--fbpfv-surface-2); color: #245995; border-radius: 999px; padding: 9px 12px; font-size: 12px; font-weight: 900; }
.fbpfv-post-card { border: 1px solid #dce8f8; background: var(--fbpfv-surface-2); border-radius: 18px; padding: 14px; min-width: 0; }
.fbpfv-post-text { color: var(--fbpfv-text); font-size: 14px; line-height: 1.58; margin: 0 0 12px; }
.fbpfv-post-media { width: 100%; border-radius: 15px; overflow: hidden; border: 1px solid #dce8f8; margin-bottom: 12px; background: #eaf2ff; aspect-ratio: 16/10; display: grid; place-items: center; }
.fbpfv-post-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fbpfv-shape-toggle { display: inline-flex; gap: 4px; padding: 4px; border-radius: 999px; background: #edf6ff; border: 1px solid #dbe8fb; }
.fbpfv-shape-btn { border: 0; border-radius: 999px; background: transparent; color: #345f93; padding: 7px 10px; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; }
.fbpfv-shape-btn.fbpfv-active { background: #fff; color: var(--fbpfv-primary-2); box-shadow: 0 4px 14px rgba(20,70,130,.10); }
.fbpfv-square-mode .fbpfv-media-box.fbpfv-dp-box, .fbpfv-square-mode .fbpfv-media-box.fbpfv-dp-box .fbpfv-media-img { border-radius: 0; }
.fbpfv-dp-box, .fbpfv-dp-box .fbpfv-media-img { border-radius: 50%; }

.fbpfv-fb-cover-actions { position: absolute; right: 14px; bottom: 14px; display: flex; flex-wrap: wrap; gap: 8px; z-index: 3; }
.fbpfv-fb-cover-actions .fbpfv-action { background: rgba(255,255,255,.94); backdrop-filter: blur(6px); box-shadow: 0 8px 24px rgba(12,40,80,.18); }
.fbpfv-fb-cover-actions .fbpfv-action.fbpfv-primary-action { background: var(--fbpfv-primary) !important; color: #fff !important; border-color: var(--fbpfv-primary) !important; }

.fbpfv-avatar-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.fbpfv-tabs-wrap { width: 100%; margin-top: 16px; }
.fbpfv-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 12px; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
.fbpfv-tab-btn { flex: 0 0 auto; border: 1px solid var(--fbpfv-border); background: #fff; color: #315d90; border-radius: 999px; padding: 10px 14px; font: inherit; font-size: 13px; font-weight: 950; cursor: pointer; white-space: nowrap; box-shadow: 0 8px 20px rgba(24,119,242,.06); }
.fbpfv-tab-btn.fbpfv-active { color: #fff; border-color: var(--fbpfv-primary); background: linear-gradient(135deg, var(--fbpfv-primary), #0f62d6); }
.fbpfv-tab-panels { width: 100%; }
.fbpfv-tab-panel { display: none; }
.fbpfv-tab-panel.fbpfv-active { display: block; }
.fbpfv-modal { position: fixed !important; inset: 0 !important; left: 0 !important; top: 0 !important; right: 0 !important; bottom: 0 !important; width: 100vw !important; height: 100vh !important; min-height: 100vh !important; height: 100dvh !important; min-height: 100dvh !important; z-index: 2147483000 !important; display: none !important; align-items: center !important; justify-content: center !important; padding: 0 !important; margin: 0 !important; background: rgba(3,10,24,.88) !important; backdrop-filter: blur(10px); overflow: hidden !important; transform: none !important; isolation: isolate !important; }
.fbpfv-modal.fbpfv-open { display: flex !important; }
.fbpfv-modal-panel { position: relative !important; width: min(80vw, 1120px) !important; height: min(80vh, 820px) !important; max-width: 80vw !important; max-height: 80vh !important; margin: auto !important; border-radius: 22px; background: #071a31 !important; overflow: hidden !important; box-shadow: 0 30px 100px rgba(0,0,0,.48); display: grid !important; grid-template-rows: auto minmax(0, 1fr) !important; transform: none !important; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; }
.fbpfv-modal-head { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; background: rgba(255,255,255,.06); color: #fff; }
.fbpfv-modal-title { margin: 0; font-size: 14px; font-weight: 950; line-height: 1.3; }
.fbpfv-modal-close { border: 0; border-radius: 12px; background: rgba(255,255,255,.14); color: #fff; width: 38px; height: 38px; font-size: 24px; cursor: pointer; line-height: 1; }
.fbpfv-modal-body { min-width: 0 !important; min-height: 0 !important; width: 100% !important; height: 100% !important; display: flex !important; align-items: center !important; justify-content: center !important; padding: 10px !important; overflow: hidden !important; background: #071a31 !important; }
.fbpfv-modal-img { display: block; max-width: 100% !important; max-height: 100% !important; width: auto !important; height: auto !important; object-fit: contain !important; border-radius: 16px; background: #fff; margin: auto !important; }
.fbpfv-modal-video { display: block; width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 100% !important; object-fit: contain !important; border-radius: 16px; background: #000; margin: auto !important; }
.fbpfv-toast { position: fixed; left: 50%; bottom: 20px; z-index: 2147483001; transform: translate(-50%, 18px); opacity: 0; pointer-events: none; background: #10233f; color: #fff; border-radius: 999px; padding: 10px 14px; font-size: 13px; font-weight: 900; box-shadow: 0 18px 50px rgba(0,0,0,.22); transition: opacity .18s ease, transform .18s ease; }
.fbpfv-toast.fbpfv-show { opacity: 1; transform: translate(-50%,0); }
@keyframes fbpfv-spin { to { transform: rotate(360deg); } }
@keyframes fbpfv-shimmer { to { background-position: -220% 0; } }
@media (prefers-reduced-motion: reduce) { .fbpfv-spinner, .fbpfv-skel { animation: none; } .fbpfv-submit, .fbpfv-action { transition: none; } }
@media (max-width: 900px) { .fbpfv-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .fbpfv-grid-two { grid-template-columns: 1fr; } .fbpfv-facts { grid-template-columns: repeat(2,minmax(0,1fr)); } .fbpfv-skeleton-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .fbpfv-wrapper { padding: 22px 10px; } .fbpfv-form { grid-template-columns: 1fr; } .fbpfv-submit, .fbpfv-input { min-height: 50px; border-radius: 15px; width: 100%; } .fbpfv-helper-row { align-items: flex-start; } .fbpfv-profile-row { margin-top: -38px; padding: 0 14px 16px; gap: 12px; align-items: center; } .fbpfv-avatar { width: 86px; height: 86px; border-width: 4px; } .fbpfv-profile-info { padding-top: 42px; } .fbpfv-grid { grid-template-columns: 1fr; } .fbpfv-facts { grid-template-columns: 1fr; } .fbpfv-intro-row { grid-template-columns: 1fr; gap: 5px; } .fbpfv-section-head { flex-direction: column; align-items: flex-start; } .fbpfv-fb-cover-actions { right: 10px !important; left: auto !important; justify-content: flex-end !important; align-items: flex-end !important; } .fbpfv-modal-panel { width: min(92vw, 1120px) !important; height: min(80vh, 820px) !important; max-width: 92vw !important; max-height: 80vh !important; } }
@media (max-width: 420px) { .fbpfv-title { font-size: 29px; } .fbpfv-search-card, .fbpfv-empty, .fbpfv-loading, .fbpfv-section { border-radius: 18px; } .fbpfv-profile-row { flex-direction: column; align-items: flex-start; } .fbpfv-profile-info { padding-top: 0; } .fbpfv-actions, .fbpfv-avatar-actions { width: 100%; } .fbpfv-action { flex: 1 1 auto; text-align: center; } }