@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');

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .fbaccv-wrapper, .tc-wp-tool-root .fbaccv-wrapper *{ box-sizing: border-box; }.tc-wp-tool-root .fbaccv-wrapper{
      --fbaccv-primary: #1763e6;
      --fbaccv-primary-2: #0f4fc0;
      --fbaccv-accent: #18b9ff;
      --fbaccv-bg: #f4f8ff;
      --fbaccv-surface: #ffffff;
      --fbaccv-surface-2: #f8fbff;
      --fbaccv-text: #10233f;
      --fbaccv-muted: #5d7190;
      --fbaccv-border: #d9e6f8;
      --fbaccv-success: #12805c;
      --fbaccv-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(--fbaccv-bg);
      color: var(--fbaccv-text);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      padding: clamp(24px, 4vw, 46px) 14px;
    }.tc-wp-tool-root .fbaccv-container{ width: 100%; max-width: 1200px; margin: 0 auto; }.tc-wp-tool-root .fbaccv-hero{ width: 100%; text-align: center; margin: 0 auto 20px; }.tc-wp-tool-root .fbaccv-badge{ display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--fbaccv-border); color: var(--fbaccv-primary-2); font-size: 12px; font-weight: 800; box-shadow: 0 12px 34px rgba(19,80,170,.08); }.tc-wp-tool-root .fbaccv-badge-dot{ width: 8px; height: 8px; border-radius: 999px; background: var(--fbaccv-success); box-shadow: 0 0 0 4px rgba(18,128,92,.12); }.tc-wp-tool-root .fbaccv-title{ margin: 15px 0 0; color: var(--fbaccv-text); font-size: clamp(32px, 5vw, 58px); line-height: 1.04; font-weight: 950; letter-spacing: -.045em; }.tc-wp-tool-root .fbaccv-subtitle{ max-width: 820px; margin: 14px auto 0; color: var(--fbaccv-muted); font-size: clamp(14px, 1.5vw, 18px); line-height: 1.62; }.tc-wp-tool-root .fbaccv-search-card{ width: 100%; max-width: 1200px; margin: 24px auto 0; border: 1px solid var(--fbaccv-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); }.tc-wp-tool-root .fbaccv-form{ display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: stretch; width: 100%; }.tc-wp-tool-root .fbaccv-field{ position: relative; min-width: 0; width: 100%; }.tc-wp-tool-root .fbaccv-label{ position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }.tc-wp-tool-root .fbaccv-input{ width: 100%; min-height: 56px; border: 1px solid var(--fbaccv-border); border-radius: 17px; background: var(--fbaccv-surface-2); color: var(--fbaccv-text); padding: 0 48px 0 16px; font: inherit; font-size: 15px; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }.tc-wp-tool-root .fbaccv-input:focus{ border-color: var(--fbaccv-primary); background: #fff; box-shadow: 0 0 0 4px rgba(23,99,230,.12); }.tc-wp-tool-root .fbaccv-clear{ position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; border: 0; border-radius: 12px; background: #eaf2ff; color: var(--fbaccv-primary-2); cursor: pointer; display: none; font-size: 18px; line-height: 1; }.tc-wp-tool-root .fbaccv-submit{ min-height: 56px; border: 0; border-radius: 17px; padding: 0 22px; background: linear-gradient(135deg, var(--fbaccv-primary), var(--fbaccv-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; }.tc-wp-tool-root .fbaccv-submit:hover{ transform: translateY(-1px); }.tc-wp-tool-root .fbaccv-submit:disabled{ opacity: .72; cursor: not-allowed; transform: none; }.tc-wp-tool-root .fbaccv-helper-row{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; margin-top: 12px; }.tc-wp-tool-root .fbaccv-helper{ color: var(--fbaccv-muted); font-size: 13px; line-height: 1.5; }.tc-wp-tool-root .fbaccv-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; }.tc-wp-tool-root .fbaccv-chips{ display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }.tc-wp-tool-root .fbaccv-chip{ border: 1px solid #dbeaff; background: #fff; color: #2d5d93; border-radius: 999px; padding: 8px 11px; font-size: 12px; font-weight: 800; }.tc-wp-tool-root .fbaccv-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(--fbaccv-muted); text-align: center; font-size: 13px; line-height: 1.55; }.tc-wp-tool-root .fbaccv-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; }.tc-wp-tool-root .fbaccv-state.fbaccv-error{ border-color: #ffd1d7; background: #fff2f3; color: var(--fbaccv-error); }.tc-wp-tool-root .fbaccv-loading{ display: none; width: 100%; max-width: 1200px; margin: 18px auto 0; border-radius: 24px; border: 1px solid var(--fbaccv-border); background: #fff; padding: 18px; box-shadow: 0 18px 50px rgba(29,87,170,.08); }.tc-wp-tool-root .fbaccv-loading-top{ display: flex; align-items: center; gap: 12px; color: var(--fbaccv-primary-2); font-weight: 900; margin-bottom: 16px; }.tc-wp-tool-root .fbaccv-spinner{ width: 22px; height: 22px; border-radius: 50%; border: 3px solid #d7e9ff; border-top-color: var(--fbaccv-primary); animation: fbaccv-spin .8s linear infinite; }.tc-wp-tool-root .fbaccv-skeleton-grid{ display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }.tc-wp-tool-root .fbaccv-skel{ border-radius: 16px; background: linear-gradient(90deg,#eef5ff,#dfeeff,#eef5ff); background-size: 220% 100%; animation: fbaccv-shimmer 1.2s linear infinite; }.tc-wp-tool-root .fbaccv-skel-cover{ aspect-ratio: 851/315; min-height: 150px; }.tc-wp-tool-root .fbaccv-skel-lines{ display: grid; gap: 10px; align-content: start; }.tc-wp-tool-root .fbaccv-skel-line{ height: 14px; }.tc-wp-tool-root .fbaccv-skel-line:nth-child(1){ width: 90%; }.tc-wp-tool-root .fbaccv-skel-line:nth-child(2){ width: 72%; }.tc-wp-tool-root .fbaccv-skel-line:nth-child(3){ width: 84%; }.tc-wp-tool-root .fbaccv-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(--fbaccv-muted); }.tc-wp-tool-root .fbaccv-empty-title{ margin: 0 0 7px; color: var(--fbaccv-text); font-size: 17px; font-weight: 950; }.tc-wp-tool-root .fbaccv-empty-text{ margin: 0; font-size: 14px; line-height: 1.6; }.tc-wp-tool-root .fbaccv-results{ display: none; width: 100%; max-width: 1200px; margin: 22px auto 0; }.tc-wp-tool-root .fbaccv-profile-card{ width: 100%; border-radius: 24px; background: #fff; border: 1px solid var(--fbaccv-border); box-shadow: 0 20px 54px rgba(29,87,170,.10); overflow: hidden; margin-bottom: 16px; }.tc-wp-tool-root .fbaccv-fb-cover{ width: 100%; aspect-ratio: 851/315; background: linear-gradient(135deg,#dcecff,#f9fbff); position: relative; overflow: hidden; }.tc-wp-tool-root .fbaccv-fb-cover-img{ width: 100%; height: 100%; object-fit: cover; display: block; cursor: zoom-in; }.tc-wp-tool-root .fbaccv-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); }.tc-wp-tool-root .fbaccv-profile-row{ display: flex; align-items: flex-end; gap: 16px; padding: 0 22px 20px; margin-top: -48px; position: relative; z-index: 2; }.tc-wp-tool-root .fbaccv-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; }.tc-wp-tool-root .fbaccv-avatar-img{ width: 100%; height: 100%; object-fit: cover; display: block; }.tc-wp-tool-root .fbaccv-avatar-fallback{ width: 100%; height: 100%; display: grid; place-items: center; color: var(--fbaccv-primary-2); font-size: 34px; font-weight: 950; background: linear-gradient(135deg,#e9f3ff,#fff); }.tc-wp-tool-root .fbaccv-profile-info{ min-width: 0; padding-top: 54px; flex: 1; }.tc-wp-tool-root .fbaccv-name-row{ display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }.tc-wp-tool-root .fbaccv-profile-name{ margin: 0; font-size: clamp(22px, 3vw, 34px); line-height: 1.1; font-weight: 950; letter-spacing: -.03em; color: var(--fbaccv-text); word-break: break-word; }.tc-wp-tool-root .fbaccv-verified{ display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--fbaccv-primary); color: #fff; font-size: 13px; font-weight: 950; }.tc-wp-tool-root .fbaccv-meta-row{ display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }.tc-wp-tool-root .fbaccv-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; }.tc-wp-tool-root .fbaccv-section{ width: 100%; border-radius: 24px; background: #fff; border: 1px solid var(--fbaccv-border); box-shadow: 0 16px 44px rgba(29,87,170,.07); padding: clamp(16px, 2vw, 20px); margin: 16px 0 0; }.tc-wp-tool-root .fbaccv-section-head{ display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 14px; }.tc-wp-tool-root .fbaccv-section-title{ margin: 0; color: var(--fbaccv-text); font-size: clamp(18px, 2.2vw, 24px); line-height: 1.2; font-weight: 950; letter-spacing: -.025em; }.tc-wp-tool-root .fbaccv-section-note{ margin: 4px 0 0; color: var(--fbaccv-muted); font-size: 13px; line-height: 1.5; }.tc-wp-tool-root .fbaccv-grid{ display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }.tc-wp-tool-root .fbaccv-grid-two{ display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }.tc-wp-tool-root .fbaccv-media-card{ min-width: 0; border: 1px solid #dce8f8; border-radius: 18px; background: var(--fbaccv-surface-2); overflow: hidden; }.tc-wp-tool-root .fbaccv-media-box{ width: 100%; aspect-ratio: 1/1; background: #eaf2ff; display: grid; place-items: center; overflow: hidden; }.tc-wp-tool-root .fbaccv-media-img{ width: 100%; height: 100%; object-fit: cover; display: block; cursor: zoom-in; }.tc-wp-tool-root .fbaccv-cover-preview{ width: 100%; aspect-ratio: 851/315; background: #eaf2ff; border-radius: 18px; overflow: hidden; border: 1px solid #dce8f8; }.tc-wp-tool-root .fbaccv-cover-preview .fbaccv-media-img{ object-fit: cover; }.tc-wp-tool-root .fbaccv-media-body{ padding: 12px; }.tc-wp-tool-root .fbaccv-media-title{ margin: 0 0 8px; color: var(--fbaccv-text); font-size: 14px; font-weight: 950; line-height: 1.3; }.tc-wp-tool-root .fbaccv-media-meta{ color: var(--fbaccv-muted); font-size: 12px; line-height: 1.45; margin: 0 0 10px; }.tc-wp-tool-root .fbaccv-actions{ display: flex; flex-wrap: wrap; gap: 8px; }.tc-wp-tool-root .fbaccv-action{ border: 1px solid #cfe0f7; background: #fff; color: var(--fbaccv-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; }.tc-wp-tool-root .fbaccv-action:hover{ background: #edf6ff; transform: translateY(-1px); }.tc-wp-tool-root .fbaccv-action.fbaccv-primary-action{ background: var(--fbaccv-primary); color: #fff; border-color: var(--fbaccv-primary); }.tc-wp-tool-root .fbaccv-video-card{ border: 1px solid #dce8f8; border-radius: 18px; background: var(--fbaccv-surface-2); overflow: hidden; }.tc-wp-tool-root .fbaccv-video-thumb{ width: 100%; aspect-ratio: 16/9; position: relative; background: #0e203c; display: grid; place-items: center; overflow: hidden; }.tc-wp-tool-root .fbaccv-video-thumb img{ width: 100%; height: 100%; object-fit: cover; display: block; opacity: .92; }.tc-wp-tool-root .fbaccv-inline-video{ width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }.tc-wp-tool-root .fbaccv-post-media .fbaccv-inline-video{ width: 100%; height: 100%; object-fit: cover; }.tc-wp-tool-root .fbaccv-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(--fbaccv-text); border-radius: 999px; font-size: 12px; font-weight: 950; }.tc-wp-tool-root .fbaccv-video-body{ padding: 13px; }.tc-wp-tool-root .fbaccv-facts{ display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }.tc-wp-tool-root .fbaccv-fact{ border: 1px solid #dce8f8; background: var(--fbaccv-surface-2); border-radius: 16px; padding: 12px; min-width: 0; }.tc-wp-tool-root .fbaccv-fact-label{ color: var(--fbaccv-muted); font-size: 12px; font-weight: 850; margin-bottom: 4px; }.tc-wp-tool-root .fbaccv-fact-value{ color: var(--fbaccv-text); font-size: 15px; font-weight: 950; line-height: 1.35; word-break: break-word; }.tc-wp-tool-root .fbaccv-intro-list{ display: grid; gap: 10px; }.tc-wp-tool-root .fbaccv-intro-row{ display: grid; grid-template-columns: 170px 1fr; gap: 12px; border: 1px solid #e1ebf8; border-radius: 16px; padding: 12px; background: var(--fbaccv-surface-2); }.tc-wp-tool-root .fbaccv-intro-label{ color: var(--fbaccv-muted); font-size: 13px; font-weight: 900; }.tc-wp-tool-root .fbaccv-intro-value{ color: var(--fbaccv-text); font-size: 13px; line-height: 1.55; word-break: break-word; }.tc-wp-tool-root .fbaccv-section-pills{ display: flex; flex-wrap: wrap; gap: 9px; }.tc-wp-tool-root .fbaccv-section-pill{ border: 1px solid #dbeaff; background: var(--fbaccv-surface-2); color: #234e82; border-radius: 999px; padding: 9px 12px; font-size: 12px; font-weight: 900; }.tc-wp-tool-root .fbaccv-post-card{ border: 1px solid #dce8f8; background: var(--fbaccv-surface-2); border-radius: 18px; padding: 14px; min-width: 0; }.tc-wp-tool-root .fbaccv-post-text{ color: var(--fbaccv-text); font-size: 14px; line-height: 1.58; margin: 0 0 12px; }.tc-wp-tool-root .fbaccv-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; }.tc-wp-tool-root .fbaccv-post-media img{ width: 100%; height: 100%; object-fit: cover; display: block; }.tc-wp-tool-root .fbaccv-shape-toggle{ display: inline-flex; gap: 4px; padding: 4px; border-radius: 999px; background: #edf6ff; border: 1px solid #dbeaff; }.tc-wp-tool-root .fbaccv-shape-btn{ border: 0; border-radius: 999px; background: transparent; color: #345f93; padding: 7px 10px; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; }.tc-wp-tool-root .fbaccv-shape-btn.fbaccv-active{ background: #fff; color: var(--fbaccv-primary-2); box-shadow: 0 4px 14px rgba(20,70,130,.10); }.tc-wp-tool-root .fbaccv-square-mode .fbaccv-media-box.fbaccv-dp-box, .tc-wp-tool-root .fbaccv-square-mode .fbaccv-media-box.fbaccv-dp-box .fbaccv-media-img{ border-radius: 0; }.tc-wp-tool-root .fbaccv-dp-box, .tc-wp-tool-root .fbaccv-dp-box .fbaccv-media-img{ border-radius: 50%; }.tc-wp-tool-root .fbaccv-fb-cover-actions{ position: absolute; right: 14px; bottom: 14px; display: flex; flex-wrap: wrap; gap: 8px; z-index: 3; }.tc-wp-tool-root .fbaccv-fb-cover-actions .fbaccv-action{ background: rgba(255,255,255,.94); backdrop-filter: blur(6px); box-shadow: 0 8px 24px rgba(12,40,80,.18); }.tc-wp-tool-root .fbaccv-fb-cover-actions .fbaccv-action.fbaccv-primary-action{ background: var(--fbaccv-primary) !important; color: #fff !important; border-color: var(--fbaccv-primary) !important; }@media (max-width: 640px) {.tc-wp-tool-root .fbaccv-fb-cover-actions{ right: 10px !important; left: auto !important; justify-content: flex-end !important; align-items: flex-end !important; }}.tc-wp-tool-root .fbaccv-avatar-actions{ display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }.tc-wp-tool-root .fbaccv-tabs-wrap{ width: 100%; margin-top: 16px; }.tc-wp-tool-root .fbaccv-tabs{ display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 12px; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }.tc-wp-tool-root .fbaccv-tab-btn{ flex: 0 0 auto; border: 1px solid var(--fbaccv-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); }.tc-wp-tool-root .fbaccv-tab-btn.fbaccv-active{ color: #fff; border-color: var(--fbaccv-primary); background: linear-gradient(135deg, var(--fbaccv-primary), var(--fbaccv-accent)); }.tc-wp-tool-root .fbaccv-tab-panels{ width: 100%; }.tc-wp-tool-root .fbaccv-tab-panel{ display: none; }.tc-wp-tool-root .fbaccv-tab-panel.fbaccv-active{ display: block; }.tc-wp-tool-root .fbaccv-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; }.tc-wp-tool-root .fbaccv-modal.fbaccv-open{ display: flex !important; }.tc-wp-tool-root .fbaccv-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; }.tc-wp-tool-root .fbaccv-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; }.tc-wp-tool-root .fbaccv-modal-title{ margin: 0; font-size: 14px; font-weight: 950; line-height: 1.3; }.tc-wp-tool-root .fbaccv-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; }.tc-wp-tool-root .fbaccv-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; }.tc-wp-tool-root .fbaccv-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; }.tc-wp-tool-root .fbaccv-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; }.tc-wp-tool-root .fbaccv-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; }.tc-wp-tool-root .fbaccv-toast.fbaccv-show{ opacity: 1; transform: translate(-50%,0); }@keyframes fbaccv-spin { to { transform: rotate(360deg); } }@keyframes fbaccv-shimmer { to { background-position: -220% 0; } }@media (prefers-reduced-motion: reduce) {.tc-wp-tool-root .fbaccv-spinner, .tc-wp-tool-root .fbaccv-skel{ animation: none; }.tc-wp-tool-root .fbaccv-submit, .tc-wp-tool-root .fbaccv-action{ transition: none; }}@media (max-width: 900px) {.tc-wp-tool-root .fbaccv-grid{ grid-template-columns: repeat(2,minmax(0,1fr)); }.tc-wp-tool-root .fbaccv-grid-two{ grid-template-columns: 1fr; }.tc-wp-tool-root .fbaccv-facts{ grid-template-columns: repeat(2,minmax(0,1fr)); }.tc-wp-tool-root .fbaccv-skeleton-grid{ grid-template-columns: 1fr; }}@media (max-width: 640px) {.tc-wp-tool-root .fbaccv-wrapper{ padding: 22px 10px; }.tc-wp-tool-root .fbaccv-form{ grid-template-columns: 1fr; }.tc-wp-tool-root .fbaccv-submit, .tc-wp-tool-root .fbaccv-input{ min-height: 50px; border-radius: 15px; }.tc-wp-tool-root .fbaccv-helper-row{ align-items: flex-start; }.tc-wp-tool-root .fbaccv-profile-row{ margin-top: -38px; padding: 0 14px 16px; gap: 12px; align-items: center; }.tc-wp-tool-root .fbaccv-avatar{ width: 86px; height: 86px; border-width: 4px; }.tc-wp-tool-root .fbaccv-profile-info{ padding-top: 42px; }.tc-wp-tool-root .fbaccv-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .fbaccv-facts{ grid-template-columns: 1fr; }.tc-wp-tool-root .fbaccv-intro-row{ grid-template-columns: 1fr; gap: 5px; }.tc-wp-tool-root .fbaccv-section-head{ flex-direction: column; align-items: flex-start; }.tc-wp-tool-root .fbaccv-modal-panel{ width: min(92vw, 1120px) !important; height: min(80vh, 820px) !important; max-width: 92vw !important; max-height: 80vh !important; }}@media (max-width: 420px) {.tc-wp-tool-root .fbaccv-title{ font-size: 29px; }.tc-wp-tool-root .fbaccv-profile-row{ flex-direction: column; align-items: flex-start; }.tc-wp-tool-root .fbaccv-profile-info{ padding-top: 0; }}.tc-wp-tool-root .fbaccv-wrapper, .tc-wp-tool-root .fbaccv-wrapper *{
  box-sizing: border-box;
}.tc-wp-tool-root .fbaccv-wrapper{
  --fbaccv-primary: #1877f2;
  --fbaccv-primary-2: #0b5dcc;
  --fbaccv-accent: #42b72a;
  --fbaccv-bg: #eef4ff;
  --fbaccv-surface: #ffffff;
  --fbaccv-surface-2: #f7faff;
  --fbaccv-text: #13233a;
  --fbaccv-muted: #607086;
  --fbaccv-border: #d5e2f3;
  --fbaccv-success: #1f8b4c;
  --fbaccv-error: #c6283f;
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(720px 360px at 8% 0%, rgba(66, 183, 42, .13), transparent 62%),
    radial-gradient(860px 440px at 94% 8%, rgba(24, 119, 242, .18), transparent 60%),
    linear-gradient(180deg, #f7fbff 0%, var(--fbaccv-bg) 100%);
  color: var(--fbaccv-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: clamp(24px, 4vw, 48px) 14px;
}.tc-wp-tool-root .fbaccv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .fbaccv-hero{
  width: 100%;
  text-align: center;
  margin: 0 auto 22px;
}.tc-wp-tool-root .fbaccv-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--fbaccv-border);
  color: var(--fbaccv-primary-2);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 12px 34px rgba(19, 80, 170, .08);
}.tc-wp-tool-root .fbaccv-badge-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--fbaccv-success);
  box-shadow: 0 0 0 4px rgba(31, 139, 76, .13);
}.tc-wp-tool-root .fbaccv-title{
  margin: 15px 0 0;
  color: var(--fbaccv-text);
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: 0;
}.tc-wp-tool-root .fbaccv-subtitle{
  max-width: 820px;
  margin: 14px auto 0;
  color: var(--fbaccv-muted);
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.62;
}.tc-wp-tool-root .fbaccv-search-card{
  width: 100%;
  max-width: 1200px;
  margin: 24px auto 0;
  border: 1px solid var(--fbaccv-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);
}.tc-wp-tool-root .fbaccv-form{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
  width: 100%;
}.tc-wp-tool-root .fbaccv-field{
  position: relative;
  min-width: 0;
  width: 100%;
}.tc-wp-tool-root .fbaccv-label{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}.tc-wp-tool-root .fbaccv-input{
  width: 100%;
  min-height: 56px;
  border: 1px solid var(--fbaccv-border);
  border-radius: 16px;
  background: var(--fbaccv-surface-2);
  color: var(--fbaccv-text);
  padding: 0 48px 0 16px;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .fbaccv-input:focus{
  border-color: var(--fbaccv-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(24, 119, 242, .14);
}.tc-wp-tool-root .fbaccv-clear{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 12px;
  background: #e7f0ff;
  color: var(--fbaccv-primary-2);
  cursor: pointer;
  display: none;
  font-size: 18px;
  line-height: 1;
}.tc-wp-tool-root .fbaccv-submit{
  min-height: 56px;
  border: 0;
  border-radius: 16px;
  padding: 0 22px;
  background: linear-gradient(135deg, var(--fbaccv-primary), var(--fbaccv-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;
}.tc-wp-tool-root .fbaccv-submit:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(24, 119, 242, .30);
}.tc-wp-tool-root .fbaccv-submit:disabled{
  opacity: .72;
  cursor: not-allowed;
  transform: none;
}.tc-wp-tool-root .fbaccv-helper-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root .fbaccv-helper{
  color: var(--fbaccv-muted);
  font-size: 13px;
  line-height: 1.5;
}.tc-wp-tool-root .fbaccv-safe{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef8f0;
  color: #217a3a;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #d4efd9;
}.tc-wp-tool-root .fbaccv-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}.tc-wp-tool-root .fbaccv-chip{
  border: 1px solid #d6e5fb;
  background: #fff;
  color: #315f99;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-tool-root .fbaccv-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(--fbaccv-muted);
  text-align: center;
  font-size: 13px;
  line-height: 1.55;
}.tc-wp-tool-root .fbaccv-state{
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 16px auto 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #c9defa;
  background: #edf5ff;
  color: #165da8;
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}.tc-wp-tool-root .fbaccv-state.fbaccv-error{
  border-color: #ffd1d7;
  background: #fff2f3;
  color: var(--fbaccv-error);
}.tc-wp-tool-root .fbaccv-loading{
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 18px auto 0;
  border-radius: 24px;
  border: 1px solid var(--fbaccv-border);
  background: #fff;
  padding: 18px;
  box-shadow: 0 18px 50px rgba(24, 119, 242, .09);
}.tc-wp-tool-root .fbaccv-loading-top{
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--fbaccv-primary-2);
  font-weight: 900;
  margin-bottom: 16px;
}.tc-wp-tool-root .fbaccv-spinner{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #d7e7ff;
  border-top-color: var(--fbaccv-primary);
  animation: fbaccv-spin .8s linear infinite;
}.tc-wp-tool-root .fbaccv-skeleton-grid{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
}.tc-wp-tool-root .fbaccv-skel{
  border-radius: 16px;
  background: linear-gradient(90deg, #eef5ff, #dceaff, #eef5ff);
  background-size: 220% 100%;
  animation: fbaccv-shimmer 1.2s linear infinite;
}.tc-wp-tool-root .fbaccv-skel-cover{
  aspect-ratio: 851 / 315;
  min-height: 150px;
}.tc-wp-tool-root .fbaccv-skel-lines{
  display: grid;
  gap: 10px;
  align-content: start;
}.tc-wp-tool-root .fbaccv-skel-line{
  height: 14px;
}.tc-wp-tool-root .fbaccv-skel-line:nth-child(1){
  width: 90%;
}.tc-wp-tool-root .fbaccv-skel-line:nth-child(2){
  width: 72%;
}.tc-wp-tool-root .fbaccv-skel-line:nth-child(3){
  width: 84%;
}.tc-wp-tool-root .fbaccv-empty{
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .86);
  border: 1px dashed #c9d9ef;
  text-align: center;
  color: var(--fbaccv-muted);
}.tc-wp-tool-root .fbaccv-empty-title{
  margin: 0 0 7px;
  color: var(--fbaccv-text);
  font-size: 17px;
  font-weight: 950;
}.tc-wp-tool-root .fbaccv-empty-text{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}.tc-wp-tool-root .fbaccv-results{
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 22px auto 0;
}.tc-wp-tool-root .fbaccv-profile-card{
  width: 100%;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--fbaccv-border);
  box-shadow: 0 20px 54px rgba(24, 119, 242, .11);
  overflow: hidden;
  margin-bottom: 16px;
}.tc-wp-tool-root .fbaccv-fb-cover{
  width: 100%;
  aspect-ratio: 851 / 315;
  background: linear-gradient(135deg, #dcecff, #f9fbff);
  position: relative;
  overflow: hidden;
}.tc-wp-tool-root .fbaccv-fb-cover-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
}.tc-wp-tool-root .fbaccv-fb-cover-placeholder{
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #607996;
  font-weight: 900;
  background:
    radial-gradient(circle at 26% 32%, rgba(66, 183, 42, .20), transparent 34%),
    radial-gradient(circle at 76% 38%, rgba(24, 119, 242, .22), transparent 30%),
    linear-gradient(135deg, #e8f2ff, #fff);
}.tc-wp-tool-root .fbaccv-profile-row{
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding: 0 22px 20px;
  margin-top: -48px;
  position: relative;
  z-index: 2;
}.tc-wp-tool-root .fbaccv-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;
}.tc-wp-tool-root .fbaccv-avatar-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}.tc-wp-tool-root .fbaccv-avatar-fallback{
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--fbaccv-primary-2);
  font-size: 34px;
  font-weight: 950;
  background: linear-gradient(135deg, #e8f2ff, #fff);
}.tc-wp-tool-root .fbaccv-profile-info{
  min-width: 0;
  padding-top: 54px;
  flex: 1;
}.tc-wp-tool-root .fbaccv-name-row{
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}.tc-wp-tool-root .fbaccv-profile-name{
  margin: 0;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: 0;
  color: var(--fbaccv-text);
  word-break: break-word;
}.tc-wp-tool-root .fbaccv-verified{
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--fbaccv-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}.tc-wp-tool-root .fbaccv-meta-row{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}.tc-wp-tool-root .fbaccv-pill{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #d6e5fb;
  background: #f2f7ff;
  color: #3b608b;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 850;
  word-break: break-word;
}.tc-wp-tool-root .fbaccv-section{
  width: 100%;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--fbaccv-border);
  box-shadow: 0 16px 44px rgba(24, 119, 242, .08);
  padding: clamp(16px, 2vw, 20px);
  margin: 16px 0 0;
}.tc-wp-tool-root .fbaccv-section-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}.tc-wp-tool-root .fbaccv-section-title{
  margin: 0;
  color: var(--fbaccv-text);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
}.tc-wp-tool-root .fbaccv-section-note{
  margin: 4px 0 0;
  color: var(--fbaccv-muted);
  font-size: 13px;
  line-height: 1.5;
}.tc-wp-tool-root .fbaccv-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}.tc-wp-tool-root .fbaccv-grid-two{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}.tc-wp-tool-root .fbaccv-media-card{
  min-width: 0;
  border: 1px solid #d9e6f6;
  border-radius: 18px;
  background: var(--fbaccv-surface-2);
  overflow: hidden;
}.tc-wp-tool-root .fbaccv-media-box{
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #eaf2ff;
  display: grid;
  place-items: center;
  overflow: hidden;
}.tc-wp-tool-root .fbaccv-media-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
}.tc-wp-tool-root .fbaccv-cover-preview{
  width: 100%;
  aspect-ratio: 851 / 315;
  background: #eaf2ff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #d9e6f6;
}.tc-wp-tool-root .fbaccv-cover-preview .fbaccv-media-img{
  object-fit: cover;
}.tc-wp-tool-root .fbaccv-media-body{
  padding: 12px;
}.tc-wp-tool-root .fbaccv-media-title{
  margin: 0 0 8px;
  color: var(--fbaccv-text);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.3;
}.tc-wp-tool-root .fbaccv-media-meta{
  color: var(--fbaccv-muted);
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 10px;
}.tc-wp-tool-root .fbaccv-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}.tc-wp-tool-root .fbaccv-action{
  border: 1px solid #cbdcf2;
  background: #fff;
  color: var(--fbaccv-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;
}.tc-wp-tool-root .fbaccv-action:hover{
  background: #edf5ff;
  border-color: #b8d2f3;
  transform: translateY(-1px);
}.tc-wp-tool-root .fbaccv-action.fbaccv-primary-action{
  background: var(--fbaccv-primary);
  color: #fff;
  border-color: var(--fbaccv-primary);
}.tc-wp-tool-root .fbaccv-video-card{
  border: 1px solid #d9e6f6;
  border-radius: 18px;
  background: var(--fbaccv-surface-2);
  overflow: hidden;
}.tc-wp-tool-root .fbaccv-video-thumb{
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  background: #0e203c;
  display: grid;
  place-items: center;
  overflow: hidden;
}.tc-wp-tool-root .fbaccv-video-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .92;
}.tc-wp-tool-root .fbaccv-inline-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}.tc-wp-tool-root .fbaccv-post-media .fbaccv-inline-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}.tc-wp-tool-root .fbaccv-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(--fbaccv-text);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}.tc-wp-tool-root .fbaccv-video-body{
  padding: 13px;
}.tc-wp-tool-root .fbaccv-facts{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}.tc-wp-tool-root .fbaccv-fact{
  border: 1px solid #d9e6f6;
  background: var(--fbaccv-surface-2);
  border-radius: 16px;
  padding: 12px;
  min-width: 0;
}.tc-wp-tool-root .fbaccv-fact-label{
  color: var(--fbaccv-muted);
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 4px;
}.tc-wp-tool-root .fbaccv-fact-value{
  color: var(--fbaccv-text);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.35;
  word-break: break-word;
}.tc-wp-tool-root .fbaccv-intro-list{
  display: grid;
  gap: 10px;
}.tc-wp-tool-root .fbaccv-intro-row{
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 12px;
  border: 1px solid #dde9f7;
  border-radius: 16px;
  padding: 12px;
  background: var(--fbaccv-surface-2);
}.tc-wp-tool-root .fbaccv-intro-label{
  color: var(--fbaccv-muted);
  font-size: 13px;
  font-weight: 900;
}.tc-wp-tool-root .fbaccv-intro-value{
  color: var(--fbaccv-text);
  font-size: 13px;
  line-height: 1.55;
  word-break: break-word;
}.tc-wp-tool-root .fbaccv-section-pills{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}.tc-wp-tool-root .fbaccv-section-pill{
  border: 1px solid #d6e5fb;
  background: var(--fbaccv-surface-2);
  color: #245184;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 900;
}.tc-wp-tool-root .fbaccv-post-card{
  border: 1px solid #d9e6f6;
  background: var(--fbaccv-surface-2);
  border-radius: 18px;
  padding: 14px;
  min-width: 0;
}.tc-wp-tool-root .fbaccv-post-text{
  color: var(--fbaccv-text);
  font-size: 14px;
  line-height: 1.58;
  margin: 0 0 12px;
}.tc-wp-tool-root .fbaccv-post-media{
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #d9e6f6;
  margin-bottom: 12px;
  background: #eaf2ff;
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
}.tc-wp-tool-root .fbaccv-post-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}.tc-wp-tool-root .fbaccv-shape-toggle{
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: #edf5ff;
  border: 1px solid #d6e5fb;
}.tc-wp-tool-root .fbaccv-shape-btn{
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #345f93;
  padding: 7px 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}.tc-wp-tool-root .fbaccv-shape-btn.fbaccv-active{
  background: #fff;
  color: var(--fbaccv-primary-2);
  box-shadow: 0 4px 14px rgba(20, 70, 130, .10);
}.tc-wp-tool-root .fbaccv-square-mode .fbaccv-media-box.fbaccv-dp-box, .tc-wp-tool-root .fbaccv-square-mode .fbaccv-media-box.fbaccv-dp-box .fbaccv-media-img{
  border-radius: 0;
}.tc-wp-tool-root .fbaccv-dp-box, .tc-wp-tool-root .fbaccv-dp-box .fbaccv-media-img{
  border-radius: 50%;
}.tc-wp-tool-root .fbaccv-fb-cover-actions{
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 3;
}.tc-wp-tool-root .fbaccv-fb-cover-actions .fbaccv-action{
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px rgba(12, 40, 80, .18);
}.tc-wp-tool-root .fbaccv-fb-cover-actions .fbaccv-action.fbaccv-primary-action{
  background: var(--fbaccv-primary) !important;
  color: #fff !important;
  border-color: var(--fbaccv-primary) !important;
}.tc-wp-tool-root .fbaccv-avatar-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}.tc-wp-tool-root .fbaccv-tabs-wrap{
  width: 100%;
  margin-top: 16px;
}.tc-wp-tool-root .fbaccv-tabs{
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}.tc-wp-tool-root .fbaccv-tab-btn{
  flex: 0 0 auto;
  border: 1px solid var(--fbaccv-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);
}.tc-wp-tool-root .fbaccv-tab-btn.fbaccv-active{
  color: #fff;
  border-color: var(--fbaccv-primary);
  background: linear-gradient(135deg, var(--fbaccv-primary), var(--fbaccv-primary-2));
}.tc-wp-tool-root .fbaccv-tab-panels{
  width: 100%;
}.tc-wp-tool-root .fbaccv-tab-panel{
  display: none;
}.tc-wp-tool-root .fbaccv-tab-panel.fbaccv-active{
  display: block;
}.tc-wp-tool-root .fbaccv-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(5, 12, 27, .88) !important;
  backdrop-filter: blur(10px);
  overflow: hidden !important;
  transform: none !important;
  isolation: isolate !important;
}.tc-wp-tool-root .fbaccv-modal.fbaccv-open{
  display: flex !important;
}.tc-wp-tool-root .fbaccv-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;
}.tc-wp-tool-root .fbaccv-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;
}.tc-wp-tool-root .fbaccv-modal-title{
  margin: 0;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.3;
}.tc-wp-tool-root .fbaccv-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;
}.tc-wp-tool-root .fbaccv-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;
}.tc-wp-tool-root .fbaccv-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;
}.tc-wp-tool-root .fbaccv-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;
}.tc-wp-tool-root .fbaccv-toast{
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 2147483001;
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  background: #13233a;
  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;
}.tc-wp-tool-root .fbaccv-toast.fbaccv-show{
  opacity: 1;
  transform: translate(-50%, 0);
}@keyframes fbaccv-spin {
  to {
    transform: rotate(360deg);
  }
}@keyframes fbaccv-shimmer {
  to {
    background-position: -220% 0;
  }
}@media (prefers-reduced-motion: reduce) {.tc-wp-tool-root .fbaccv-spinner, .tc-wp-tool-root .fbaccv-skel{
    animation: none;
  }.tc-wp-tool-root .fbaccv-submit, .tc-wp-tool-root .fbaccv-action{
    transition: none;
  }}@media (max-width: 900px) {.tc-wp-tool-root .fbaccv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .fbaccv-grid-two{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .fbaccv-facts{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .fbaccv-skeleton-grid{
    grid-template-columns: 1fr;
  }}@media (max-width: 640px) {.tc-wp-tool-root .fbaccv-wrapper{
    padding: 22px 10px;
  }.tc-wp-tool-root .fbaccv-form{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .fbaccv-submit, .tc-wp-tool-root .fbaccv-input{
    min-height: 50px;
    border-radius: 15px;
  }.tc-wp-tool-root .fbaccv-submit{
    width: 100%;
    white-space: normal;
  }.tc-wp-tool-root .fbaccv-helper-row{
    align-items: flex-start;
  }.tc-wp-tool-root .fbaccv-search-card, .tc-wp-tool-root .fbaccv-loading, .tc-wp-tool-root .fbaccv-empty, .tc-wp-tool-root .fbaccv-profile-card, .tc-wp-tool-root .fbaccv-section{
    border-radius: 18px;
  }.tc-wp-tool-root .fbaccv-profile-row{
    margin-top: -38px;
    padding: 0 14px 16px;
    gap: 12px;
    align-items: center;
  }.tc-wp-tool-root .fbaccv-avatar{
    width: 86px;
    height: 86px;
    border-width: 4px;
  }.tc-wp-tool-root .fbaccv-profile-info{
    padding-top: 42px;
  }.tc-wp-tool-root .fbaccv-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .fbaccv-facts{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .fbaccv-intro-row{
    grid-template-columns: 1fr;
    gap: 5px;
  }.tc-wp-tool-root .fbaccv-section-head{
    flex-direction: column;
    align-items: flex-start;
  }.tc-wp-tool-root .fbaccv-actions, .tc-wp-tool-root .fbaccv-avatar-actions{
    width: 100%;
  }.tc-wp-tool-root .fbaccv-action{
    flex: 1 1 auto;
    min-height: 38px;
    text-align: center;
  }.tc-wp-tool-root .fbaccv-fb-cover-actions{
    right: 10px !important;
    left: auto !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
  }.tc-wp-tool-root .fbaccv-modal-panel{
    width: min(92vw, 1120px) !important;
    height: min(80vh, 820px) !important;
    max-width: 92vw !important;
    max-height: 80vh !important;
  }}@media (max-width: 420px) {.tc-wp-tool-root .fbaccv-title{
    font-size: 29px;
  }.tc-wp-tool-root .fbaccv-profile-row{
    flex-direction: column;
    align-items: flex-start;
  }.tc-wp-tool-root .fbaccv-profile-info{
    padding-top: 0;
  }.tc-wp-tool-root .fbaccv-badge{
    max-width: 100%;
  }.tc-wp-tool-root .fbaccv-toast{
    width: calc(100% - 24px);
    text-align: center;
    border-radius: 16px;
  }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}