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

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

    .fbdpv-avatar-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
    .fbdpv-tabs-wrap { width: 100%; margin-top: 16px; }
    .fbdpv-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 12px; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
    .fbdpv-tab-btn { flex: 0 0 auto; border: 1px solid var(--fbdpv-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); }
    .fbdpv-tab-btn.fbdpv-active { color: #fff; border-color: var(--fbdpv-primary); background: linear-gradient(135deg, var(--fbdpv-primary), var(--fbdpv-accent)); }
    .fbdpv-tab-panels { width: 100%; }
    .fbdpv-tab-panel { display: none; }
    .fbdpv-tab-panel.fbdpv-active { display: block; }
    .fbdpv-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; }
    .fbdpv-modal.fbdpv-open { display: flex !important; }
    .fbdpv-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; }
    .fbdpv-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; }
    .fbdpv-modal-title { margin: 0; font-size: 14px; font-weight: 950; line-height: 1.3; }
    .fbdpv-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; }
    .fbdpv-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; }
    .fbdpv-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; }
    .fbdpv-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; }
    .fbdpv-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; }
    .fbdpv-toast.fbdpv-show { opacity: 1; transform: translate(-50%,0); }
    @keyframes fbdpv-spin { to { transform: rotate(360deg); } }
    @keyframes fbdpv-shimmer { to { background-position: -220% 0; } }
    @media (prefers-reduced-motion: reduce) { .fbdpv-spinner, .fbdpv-skel { animation: none; } .fbdpv-submit, .fbdpv-action { transition: none; } }
    @media (max-width: 900px) { .fbdpv-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .fbdpv-grid-two { grid-template-columns: 1fr; } .fbdpv-facts { grid-template-columns: repeat(2,minmax(0,1fr)); } .fbdpv-skeleton-grid { grid-template-columns: 1fr; } }
    @media (max-width: 640px) { .fbdpv-wrapper { padding: 22px 10px; } .fbdpv-form { grid-template-columns: 1fr; } .fbdpv-submit, .fbdpv-input { min-height: 50px; border-radius: 15px; } .fbdpv-helper-row { align-items: flex-start; } .fbdpv-profile-row { margin-top: -38px; padding: 0 14px 16px; gap: 12px; align-items: center; } .fbdpv-avatar { width: 86px; height: 86px; border-width: 4px; } .fbdpv-profile-info { padding-top: 42px; } .fbdpv-grid { grid-template-columns: 1fr; } .fbdpv-facts { grid-template-columns: 1fr; } .fbdpv-intro-row { grid-template-columns: 1fr; gap: 5px; } .fbdpv-section-head { flex-direction: column; align-items: flex-start; } .fbdpv-modal-panel { width: min(92vw, 1120px) !important; height: min(80vh, 820px) !important; max-width: 92vw !important; max-height: 80vh !important; } }
    @media (max-width: 420px) { .fbdpv-title { font-size: 29px; } .fbdpv-profile-row { flex-direction: column; align-items: flex-start; } .fbdpv-profile-info { padding-top: 0; } }

/* --- Codex CSS updates --- */
/* CSS SECTION: Tool styling. Copy this <style> block if you want separate CSS. */
.fbdpv-wrapper,
.fbdpv-wrapper * { box-sizing: border-box; }

.fbdpv-wrapper {
  --fbdpv-primary: #1877f2;
  --fbdpv-primary-2: #0f4fa8;
  --fbdpv-accent: #42b72a;
  --fbdpv-bg: #f3f7ff;
  --fbdpv-surface: #ffffff;
  --fbdpv-surface-2: #f8fbff;
  --fbdpv-text: #10213d;
  --fbdpv-muted: #5d6f8d;
  --fbdpv-border: #d6e3f7;
  --fbdpv-success: #1f8f45;
  --fbdpv-error: #c22538;
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(760px 360px at 8% 0%, rgba(24,119,242,.16), transparent 64%),
    radial-gradient(720px 340px at 96% 8%, rgba(66,183,42,.13), transparent 60%),
    linear-gradient(180deg, #f7fbff 0%, var(--fbdpv-bg) 48%, #eef5ff 100%);
  color: var(--fbdpv-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: clamp(24px, 4vw, 46px) 14px;
}

.fbdpv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.fbdpv-hero {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}

.fbdpv-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--fbdpv-border);
  color: var(--fbdpv-primary-2);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 12px 34px rgba(24,119,242,.10);
}

.fbdpv-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--fbdpv-success);
  box-shadow: 0 0 0 4px rgba(31,143,69,.13);
}

.fbdpv-title {
  margin: 15px 0 0;
  color: var(--fbdpv-text);
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: 0;
}

.fbdpv-subtitle {
  max-width: 820px;
  margin: 14px auto 0;
  color: var(--fbdpv-muted);
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.62;
}

.fbdpv-search-card {
  width: 100%;
  max-width: 1200px;
  margin: 24px auto 0;
  border: 1px solid var(--fbdpv-border);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 70px rgba(24,119,242,.12);
  padding: clamp(14px, 2vw, 20px);
}

.fbdpv-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
  width: 100%;
}

.fbdpv-field {
  position: relative;
  min-width: 0;
  width: 100%;
}

.fbdpv-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.fbdpv-input {
  width: 100%;
  min-height: 56px;
  border: 1px solid var(--fbdpv-border);
  border-radius: 17px;
  background: var(--fbdpv-surface-2);
  color: var(--fbdpv-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;
}

.fbdpv-input:focus {
  border-color: var(--fbdpv-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(24,119,242,.14);
}

.fbdpv-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 12px;
  background: #eaf2ff;
  color: var(--fbdpv-primary-2);
  cursor: pointer;
  display: none;
  font-size: 18px;
  line-height: 1;
}

.fbdpv-submit {
  min-height: 56px;
  border: 0;
  border-radius: 17px;
  padding: 0 22px;
  background: linear-gradient(135deg, var(--fbdpv-primary), var(--fbdpv-primary-2));
  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;
}

.fbdpv-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(24,119,242,.28);
}

.fbdpv-submit:disabled {
  opacity: .72;
  cursor: not-allowed;
  transform: none;
}

.fbdpv-helper-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.fbdpv-helper {
  color: var(--fbdpv-muted);
  font-size: 13px;
  line-height: 1.5;
}

.fbdpv-safe {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef7ff;
  color: #245c9b;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #d6e9ff;
}

.fbdpv-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}

.fbdpv-chip {
  border: 1px solid #dbeaff;
  background: #fff;
  color: #2d5d93;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 800;
}

.fbdpv-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(--fbdpv-muted);
  text-align: center;
  font-size: 13px;
  line-height: 1.55;
}

.fbdpv-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;
}

.fbdpv-state.fbdpv-error {
  border-color: #ffd1d7;
  background: #fff2f3;
  color: var(--fbdpv-error);
}

.fbdpv-loading {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 18px auto 0;
  border-radius: 24px;
  border: 1px solid var(--fbdpv-border);
  background: #fff;
  padding: 18px;
  box-shadow: 0 18px 50px rgba(24,119,242,.08);
}

.fbdpv-loading-top {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--fbdpv-primary-2);
  font-weight: 900;
  margin-bottom: 16px;
}

.fbdpv-spinner {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #d7e9ff;
  border-top-color: var(--fbdpv-primary);
  animation: fbdpv-spin .8s linear infinite;
}

.fbdpv-skeleton-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
}

.fbdpv-skel {
  border-radius: 16px;
  background: linear-gradient(90deg,#eef5ff,#dfeeff,#eef5ff);
  background-size: 220% 100%;
  animation: fbdpv-shimmer 1.2s linear infinite;
}

.fbdpv-skel-cover {
  aspect-ratio: 851/315;
  min-height: 150px;
}

.fbdpv-skel-lines {
  display: grid;
  gap: 10px;
  align-content: start;
}

.fbdpv-skel-line {
  height: 14px;
}

.fbdpv-skel-line:nth-child(1) { width: 90%; }
.fbdpv-skel-line:nth-child(2) { width: 72%; }
.fbdpv-skel-line:nth-child(3) { width: 84%; }

.fbdpv-empty {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  border: 1px dashed #cbdcf3;
  text-align: center;
  color: var(--fbdpv-muted);
}

.fbdpv-empty-title {
  margin: 0 0 7px;
  color: var(--fbdpv-text);
  font-size: 17px;
  font-weight: 950;
}

.fbdpv-empty-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.fbdpv-results {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 22px auto 0;
}

.fbdpv-profile-card {
  width: 100%;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--fbdpv-border);
  box-shadow: 0 20px 54px rgba(24,119,242,.10);
  overflow: hidden;
  margin-bottom: 16px;
}

.fbdpv-fb-cover {
  width: 100%;
  aspect-ratio: 851/315;
  background: linear-gradient(135deg,#dcecff,#f9fbff);
  position: relative;
  overflow: hidden;
}

.fbdpv-fb-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
}

.fbdpv-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,119,242,.22), transparent 34%),
    radial-gradient(circle at 76% 38%, rgba(66,183,42,.18), transparent 30%),
    linear-gradient(135deg,#e9f3ff,#fff);
}

.fbdpv-profile-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding: 0 22px 20px;
  margin-top: -48px;
  position: relative;
  z-index: 2;
}

.fbdpv-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;
}

.fbdpv-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fbdpv-avatar-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--fbdpv-primary-2);
  font-size: 34px;
  font-weight: 950;
  background: linear-gradient(135deg,#e9f3ff,#fff);
}

.fbdpv-profile-info {
  min-width: 0;
  padding-top: 54px;
  flex: 1;
}

.fbdpv-name-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.fbdpv-profile-name {
  margin: 0;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: 0;
  color: var(--fbdpv-text);
  word-break: break-word;
}

.fbdpv-verified {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--fbdpv-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.fbdpv-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.fbdpv-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;
}

.fbdpv-section {
  width: 100%;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--fbdpv-border);
  box-shadow: 0 16px 44px rgba(24,119,242,.07);
  padding: clamp(16px, 2vw, 20px);
  margin: 16px 0 0;
}

.fbdpv-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.fbdpv-section-title {
  margin: 0;
  color: var(--fbdpv-text);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
}

.fbdpv-section-note {
  margin: 4px 0 0;
  color: var(--fbdpv-muted);
  font-size: 13px;
  line-height: 1.5;
}

.fbdpv-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}

.fbdpv-grid-two {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}

.fbdpv-media-card {
  min-width: 0;
  border: 1px solid #dce8f8;
  border-radius: 18px;
  background: var(--fbdpv-surface-2);
  overflow: hidden;
}

.fbdpv-media-box {
  width: 100%;
  aspect-ratio: 1/1;
  background: #eaf2ff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.fbdpv-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
}

.fbdpv-cover-preview {
  width: 100%;
  aspect-ratio: 851/315;
  background: #eaf2ff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dce8f8;
}

.fbdpv-cover-preview .fbdpv-media-img {
  object-fit: cover;
}

.fbdpv-media-body {
  padding: 12px;
}

.fbdpv-media-title {
  margin: 0 0 8px;
  color: var(--fbdpv-text);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.3;
}

.fbdpv-media-meta {
  color: var(--fbdpv-muted);
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 10px;
}

.fbdpv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fbdpv-action {
  border: 1px solid #cfe0f7;
  background: #fff;
  color: var(--fbdpv-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;
}

.fbdpv-action:hover {
  background: #edf6ff;
  border-color: #b8d2f5;
  transform: translateY(-1px);
}

.fbdpv-action.fbdpv-primary-action {
  background: var(--fbdpv-primary);
  color: #fff;
  border-color: var(--fbdpv-primary);
}

.fbdpv-video-card {
  border: 1px solid #dce8f8;
  border-radius: 18px;
  background: var(--fbdpv-surface-2);
  overflow: hidden;
}

.fbdpv-video-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  background: #0e203c;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.fbdpv-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .92;
}

.fbdpv-inline-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}

.fbdpv-post-media .fbdpv-inline-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fbdpv-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(--fbdpv-text);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.fbdpv-video-body {
  padding: 13px;
}

.fbdpv-facts {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
}

.fbdpv-fact {
  border: 1px solid #dce8f8;
  background: var(--fbdpv-surface-2);
  border-radius: 16px;
  padding: 12px;
  min-width: 0;
}

.fbdpv-fact-label {
  color: var(--fbdpv-muted);
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 4px;
}

.fbdpv-fact-value {
  color: var(--fbdpv-text);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.35;
  word-break: break-word;
}

.fbdpv-intro-list {
  display: grid;
  gap: 10px;
}

.fbdpv-intro-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 12px;
  border: 1px solid #e1ebf8;
  border-radius: 16px;
  padding: 12px;
  background: var(--fbdpv-surface-2);
}

.fbdpv-intro-label {
  color: var(--fbdpv-muted);
  font-size: 13px;
  font-weight: 900;
}

.fbdpv-intro-value {
  color: var(--fbdpv-text);
  font-size: 13px;
  line-height: 1.55;
  word-break: break-word;
}

.fbdpv-section-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.fbdpv-section-pill {
  border: 1px solid #dbeaff;
  background: var(--fbdpv-surface-2);
  color: #234e82;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 900;
}

.fbdpv-post-card {
  border: 1px solid #dce8f8;
  background: var(--fbdpv-surface-2);
  border-radius: 18px;
  padding: 14px;
  min-width: 0;
}

.fbdpv-post-text {
  color: var(--fbdpv-text);
  font-size: 14px;
  line-height: 1.58;
  margin: 0 0 12px;
}

.fbdpv-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;
}

.fbdpv-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fbdpv-shape-toggle {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: #edf6ff;
  border: 1px solid #dbeaff;
}

.fbdpv-shape-btn {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #345f93;
  padding: 7px 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.fbdpv-shape-btn.fbdpv-active {
  background: #fff;
  color: var(--fbdpv-primary-2);
  box-shadow: 0 4px 14px rgba(20,70,130,.10);
}

.fbdpv-square-mode .fbdpv-media-box.fbdpv-dp-box,
.fbdpv-square-mode .fbdpv-media-box.fbdpv-dp-box .fbdpv-media-img {
  border-radius: 0;
}

.fbdpv-dp-box,
.fbdpv-dp-box .fbdpv-media-img {
  border-radius: 50%;
}

.fbdpv-fb-cover-actions {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 3;
}

.fbdpv-fb-cover-actions .fbdpv-action {
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px rgba(12,40,80,.18);
}

.fbdpv-fb-cover-actions .fbdpv-action.fbdpv-primary-action {
  background: var(--fbdpv-primary) !important;
  color: #fff !important;
  border-color: var(--fbdpv-primary) !important;
}

.fbdpv-avatar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.fbdpv-tabs-wrap {
  width: 100%;
  margin-top: 16px;
}

.fbdpv-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.fbdpv-tab-btn {
  flex: 0 0 auto;
  border: 1px solid var(--fbdpv-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);
}

.fbdpv-tab-btn.fbdpv-active {
  color: #fff;
  border-color: var(--fbdpv-primary);
  background: linear-gradient(135deg, var(--fbdpv-primary), var(--fbdpv-primary-2));
}

.fbdpv-tab-panels {
  width: 100%;
}

.fbdpv-tab-panel {
  display: none;
}

.fbdpv-tab-panel.fbdpv-active {
  display: block;
}

.fbdpv-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;
}

.fbdpv-modal.fbdpv-open {
  display: flex !important;
}

.fbdpv-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;
}

.fbdpv-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;
}

.fbdpv-modal-title {
  margin: 0;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.3;
}

.fbdpv-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;
}

.fbdpv-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;
}

.fbdpv-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;
}

.fbdpv-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;
}

.fbdpv-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;
}

.fbdpv-toast.fbdpv-show {
  opacity: 1;
  transform: translate(-50%,0);
}

@keyframes fbdpv-spin {
  to { transform: rotate(360deg); }
}

@keyframes fbdpv-shimmer {
  to { background-position: -220% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .fbdpv-spinner,
  .fbdpv-skel { animation: none; }

  .fbdpv-submit,
  .fbdpv-action { transition: none; }
}

@media (max-width: 900px) {
  .fbdpv-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fbdpv-grid-two { grid-template-columns: 1fr; }
  .fbdpv-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fbdpv-skeleton-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .fbdpv-wrapper {
    padding: 22px 10px;
  }

  .fbdpv-form {
    grid-template-columns: 1fr;
  }

  .fbdpv-submit,
  .fbdpv-input {
    min-height: 50px;
    border-radius: 15px;
  }

  .fbdpv-submit {
    width: 100%;
    white-space: normal;
  }

  .fbdpv-helper-row {
    align-items: flex-start;
  }

  .fbdpv-profile-row {
    margin-top: -38px;
    padding: 0 14px 16px;
    gap: 12px;
    align-items: center;
  }

  .fbdpv-avatar {
    width: 86px;
    height: 86px;
    border-width: 4px;
  }

  .fbdpv-profile-info {
    padding-top: 42px;
  }

  .fbdpv-grid,
  .fbdpv-facts {
    grid-template-columns: 1fr;
  }

  .fbdpv-intro-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .fbdpv-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .fbdpv-fb-cover-actions {
    right: 10px !important;
    left: auto !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
  }

  .fbdpv-modal-panel {
    width: min(92vw, 1120px) !important;
    height: min(80vh, 820px) !important;
    max-width: 92vw !important;
    max-height: 80vh !important;
  }
}

@media (max-width: 420px) {
  .fbdpv-title {
    font-size: 29px;
  }

  .fbdpv-profile-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .fbdpv-profile-info {
    padding-top: 0;
  }

  .fbdpv-search-card,
  .fbdpv-section,
  .fbdpv-profile-card,
  .fbdpv-empty,
  .fbdpv-loading {
    border-radius: 18px;
  }

  .fbdpv-action {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}