body.social-tool-suite {
    --st-canvas: #f5f7fa;
    --st-surface: #ffffff;
    --st-surface-muted: #f0f4f8;
    --st-surface-blue: #edf4ff;
    --st-ink: #10233f;
    --st-muted: #53647a;
    --st-subtle: #75849a;
    --st-border: #d9e2ec;
    --st-border-strong: #bdcad9;
    --st-brand: #1e4db7;
    --st-brand-hover: #173d91;
    --st-facebook: #1877f2;
    --st-success: #147d64;
    --st-danger: #c63737;
    --st-focus: rgba(30, 77, 183, 0.18);
    --st-radius-sm: 8px;
    --st-radius: 12px;
    --st-radius-lg: 16px;
    --gradient-primary: var(--st-brand);
    --gradient-primary-hover: var(--st-brand-hover);
    --gradient-secondary: var(--st-facebook);
    --text-dark-primary: var(--st-ink);
    --text-dark-secondary: var(--st-muted);
    --text-dark-heading: var(--st-ink);
    --text-muted-light: var(--st-muted);
    --card-shadow: none;
    --card-shadow-light: none;
    --card-shadow-hover: none;
    --card-border-radius: var(--st-radius-lg);
    --card-border-radius-lg: var(--st-radius-lg);
    background: var(--st-canvas);
    color: var(--st-ink);
    overflow-x: clip;
}

body.social-tool-suite .page-wrapper,
body.social-tool-suite .body-wrapper {
    background: var(--st-canvas);
    min-width: 0;
    overflow-x: clip;
}

body.social-tool-suite .body-wrapper > .container-fluid {
    width: min(100%, 1280px);
    margin-inline: auto;
    padding-inline: clamp(16px, 3vw, 36px);
}

body.social-tool-suite h1,
body.social-tool-suite h2,
body.social-tool-suite h3,
body.social-tool-suite h4,
body.social-tool-suite h5,
body.social-tool-suite h6 {
    color: var(--st-ink);
}

body.social-tool-suite a {
    text-underline-offset: 3px;
}

body.social-tool-suite a:focus-visible,
body.social-tool-suite button:focus-visible,
body.social-tool-suite input:focus-visible,
body.social-tool-suite select:focus-visible,
body.social-tool-suite textarea:focus-visible {
    outline: 3px solid var(--st-focus);
    outline-offset: 2px;
}

body.social-tool-suite .page-titles .breadcrumb {
    min-height: 36px;
    margin: 0;
    padding: 6px 0 !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    gap: 2px;
}

body.social-tool-suite .breadcrumb-item,
body.social-tool-suite .breadcrumb-item a {
    color: var(--st-muted) !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

body.social-tool-suite .breadcrumb-item a:hover,
body.social-tool-suite .breadcrumb-item.active {
    color: var(--st-brand) !important;
}

body.social-tool-suite .breadcrumb-item + .breadcrumb-item::before {
    color: var(--st-subtle) !important;
}

body.social-tool-suite .breadcrumb-item .ti-home-2 {
    color: var(--st-brand) !important;
}

body.social-tool-suite .tool-suite-hero {
    position: relative;
    margin: 0 0 32px;
    padding: clamp(28px, 4vw, 48px);
    overflow: hidden;
    background: var(--st-surface);
    border: 1px solid var(--st-border);
    border-left: 4px solid var(--st-brand);
    border-radius: var(--st-radius-lg);
    text-align: left;
}

body.social-tool-suite .tool-suite-hero::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 4px;
    background: var(--st-facebook);
    content: "";
}

body.social-tool-suite .tool-suite-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--st-brand);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
}

body.social-tool-suite .tool-suite-eyebrow i {
    font-size: 1.05rem;
}

body.social-tool-suite .tool-suite-hero h1 {
    max-width: 880px;
    margin: 0;
    color: var(--st-ink);
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 760;
    letter-spacing: -0.035em;
    line-height: 1.12;
}

body.social-tool-suite .tool-suite-hero > p {
    max-width: 820px;
    margin: 18px 0 0;
    color: var(--st-muted);
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    line-height: 1.7;
}

body.social-tool-suite .tool-suite-hero-actions,
body.social-tool-suite .tool-suite-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 22px;
    margin-top: 24px;
}

body.social-tool-suite .tool-suite-hero-actions .btn {
    min-height: 46px;
    padding: 11px 18px;
    background: var(--st-brand);
    border-color: var(--st-brand);
    border-radius: var(--st-radius-sm);
    box-shadow: none;
    font-weight: 650;
}

body.social-tool-suite .tool-suite-hero-actions .btn:hover {
    background: var(--st-brand-hover);
    border-color: var(--st-brand-hover);
}

body.social-tool-suite .tool-suite-context,
body.social-tool-suite .tool-suite-meta-row > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--st-muted);
    font-size: 0.9rem;
    font-weight: 550;
}

body.social-tool-suite .tool-suite-context i,
body.social-tool-suite .tool-suite-meta-row i {
    color: var(--st-brand);
    font-size: 1.05rem;
}

body.social-tool-suite .tool-version-badge {
    color: var(--st-brand) !important;
    font-weight: 700 !important;
}

body.social-tool-suite .text-gradient {
    display: inline-block;
    background: none !important;
    color: var(--st-brand) !important;
    -webkit-text-fill-color: currentColor !important;
}

body.social-tool-suite .tool-workspace-grid {
    align-items: stretch;
}

body.social-tool-suite .main-tool-card,
body.social-tool-suite .tool-guide-panel,
body.social-tool-suite .overview-card,
body.social-tool-suite .api-documentation-panel,
body.social-tool-suite .full-width-doc,
body.social-tool-suite .faq-section-global {
    background: var(--st-surface) !important;
    border: 1px solid var(--st-border) !important;
    border-radius: var(--st-radius-lg) !important;
    box-shadow: none !important;
}

body.social-tool-suite .main-tool-card {
    height: 100%;
    overflow: hidden;
}

body.social-tool-suite .main-tool-card .card-header,
body.social-tool-suite .tool-card-header {
    gap: 14px;
    padding: 20px 24px !important;
    background: var(--st-surface) !important;
    background-image: none !important;
    color: var(--st-ink) !important;
    border-bottom: 1px solid var(--st-border) !important;
}

body.social-tool-suite .tool-card-icon {
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--st-facebook);
    background: var(--st-surface-blue);
    border: 1px solid #cfe0ff;
    border-radius: 10px;
}

body.social-tool-suite .tool-card-icon i,
body.social-tool-suite .main-tool-card .card-header i.header-icon {
    margin: 0 !important;
    font-size: 1.5rem !important;
}

body.social-tool-suite .main-tool-card .card-title,
body.social-tool-suite .main-tool-card .card-header .text-white {
    margin: 0;
    color: var(--st-ink) !important;
    font-size: 1.18rem;
    font-weight: 720;
    line-height: 1.35;
}

body.social-tool-suite .main-tool-card .card-subtitle,
body.social-tool-suite .main-tool-card .card-header .text-white-50 {
    color: var(--st-muted) !important;
    font-size: 0.9rem;
    opacity: 1;
}

body.social-tool-suite .main-tool-card .card-body {
    padding: clamp(20px, 3vw, 30px);
}

body.social-tool-suite .form-label {
    color: var(--st-ink) !important;
    font-size: 0.95rem !important;
    font-weight: 680 !important;
}

body.social-tool-suite .form-control,
body.social-tool-suite .input-group-text,
body.social-tool-suite .form-select {
    color: var(--st-ink);
    background: var(--st-surface);
    border-color: var(--st-border-strong);
}

body.social-tool-suite .form-control-lg,
body.social-tool-suite .input-group-lg > .form-control,
body.social-tool-suite .input-group-lg > .input-group-text {
    min-height: 50px;
    padding: 12px 14px;
    border-radius: var(--st-radius-sm);
    font-size: 1rem;
}

body.social-tool-suite .input-group-lg > .input-group-text {
    color: var(--st-brand);
    background: var(--st-surface-muted);
    border-radius: var(--st-radius-sm) 0 0 var(--st-radius-sm);
}

body.social-tool-suite .form-control::placeholder {
    color: #8a98aa;
    opacity: 1;
}

body.social-tool-suite .form-control:focus,
body.social-tool-suite .form-select:focus {
    color: var(--st-ink);
    background: var(--st-surface);
    border-color: var(--st-brand);
    box-shadow: 0 0 0 4px var(--st-focus);
}

body.social-tool-suite .form-text {
    color: var(--st-muted);
    font-size: 0.84rem;
    line-height: 1.55;
}

body.social-tool-suite .gradient-btn {
    min-height: 50px;
    padding: 12px 20px;
    background: var(--st-brand) !important;
    background-image: none !important;
    border: 1px solid var(--st-brand) !important;
    border-radius: var(--st-radius-sm);
    box-shadow: none !important;
    color: #fff;
    font-size: 1rem;
    font-weight: 680;
    transition: background-color 0.16s ease, border-color 0.16s ease;
}

body.social-tool-suite .gradient-btn:hover,
body.social-tool-suite .gradient-btn:focus {
    background: var(--st-brand-hover) !important;
    border-color: var(--st-brand-hover) !important;
    box-shadow: none !important;
    color: #fff;
    transform: none !important;
}

body.social-tool-suite .gradient-btn:disabled {
    background: #91a0b2 !important;
    border-color: #91a0b2 !important;
    color: #fff;
    opacity: 0.72;
}

body.social-tool-suite .alert {
    border-radius: var(--st-radius-sm);
    line-height: 1.55;
}

body.social-tool-suite .alert-info {
    color: #164172;
    background: #eef6ff;
    border-color: #cfe3f8;
}

body.social-tool-suite .overview-card,
body.social-tool-suite .tool-guide-panel {
    height: 100%;
    padding: clamp(22px, 3vw, 30px) !important;
}

body.social-tool-suite .overview-card {
    border-left: 1px solid var(--st-border) !important;
}

body.social-tool-suite .overview-card h3,
body.social-tool-suite .tool-guide-panel > h2 {
    margin-top: 0;
}

body.social-tool-suite .version-panel {
    padding-top: 20px;
    border-top: 1px solid var(--st-border);
}

body.social-tool-suite .full-width-doc,
body.social-tool-suite .api-documentation-panel {
    padding: clamp(22px, 3vw, 34px) !important;
}

body.social-tool-suite .doc-section {
    color: var(--st-muted);
}

body.social-tool-suite .doc-section h2 {
    margin: 0 0 20px;
    padding-bottom: 12px;
    color: var(--st-ink);
    border-bottom: 1px solid var(--st-border);
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    font-weight: 730;
    letter-spacing: -0.018em;
}

body.social-tool-suite .doc-section h3 {
    margin: 28px 0 12px;
    color: var(--st-ink);
    font-size: 1.13rem;
    font-weight: 700;
}

body.social-tool-suite .doc-section h4 {
    color: var(--st-ink);
}

body.social-tool-suite .doc-section p,
body.social-tool-suite .doc-section li {
    color: var(--st-muted);
    font-size: 0.96rem;
    line-height: 1.75;
}

body.social-tool-suite .doc-section a {
    color: var(--st-brand);
}

body.social-tool-suite .doc-section code {
    padding: 2px 6px;
    color: #174289;
    background: #edf3fb;
    border: 1px solid #d8e5f5;
    border-radius: 5px;
    font-size: 0.88em;
}

body.social-tool-suite .doc-section pre,
body.social-tool-suite .json-result-wrapper,
body.social-tool-suite .api-playground-response {
    color: #e7edf6;
    background: #152033;
    border: 1px solid #26354c;
    border-radius: var(--st-radius-sm);
    box-shadow: none;
}

body.social-tool-suite .doc-section pre {
    padding: 18px;
    overflow-x: auto;
}

body.social-tool-suite .doc-section pre code {
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
}

body.social-tool-suite .accordion {
    --bs-accordion-bg: var(--st-surface);
    --bs-accordion-color: var(--st-muted);
    --bs-accordion-border-color: var(--st-border);
    --bs-accordion-btn-color: var(--st-ink);
    --bs-accordion-btn-bg: var(--st-surface);
    --bs-accordion-active-color: var(--st-brand);
    --bs-accordion-active-bg: var(--st-surface-blue);
}

body.social-tool-suite .accordion-item {
    overflow: hidden;
    border-color: var(--st-border);
    box-shadow: none;
}

body.social-tool-suite .accordion-button {
    min-height: 52px;
    font-weight: 650;
}

body.social-tool-suite .accordion-button:focus {
    border-color: var(--st-brand);
    box-shadow: 0 0 0 3px var(--st-focus);
}

body.social-tool-suite .table {
    --bs-table-bg: var(--st-surface);
    --bs-table-color: var(--st-muted);
    --bs-table-border-color: var(--st-border);
}

body.social-tool-suite .table-light {
    --bs-table-bg: var(--st-surface-muted);
    --bs-table-color: var(--st-ink);
}

body.social-tool-suite .api-playground {
    overflow: hidden;
    background: var(--st-surface-muted);
    border: 1px solid var(--st-border);
    border-radius: var(--st-radius);
}

body.social-tool-suite .api-playground-header {
    background: var(--st-surface);
    border-color: var(--st-border);
}

body.social-tool-suite #api-result-display,
body.social-tool-suite #api-result-container {
    scroll-margin-top: 90px;
}

body.social-tool-suite .result-wrapper {
    padding: 18px;
    background: var(--st-surface) !important;
    border: 1px solid var(--st-border) !important;
    border-radius: var(--st-radius) !important;
    box-shadow: none !important;
}

body.social-tool-suite .result-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 14px 0;
    background: transparent;
    border-bottom: 1px solid var(--st-border);
    border-radius: 0;
}

body.social-tool-suite .result-item:first-child {
    padding-top: 0;
}

body.social-tool-suite .result-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

body.social-tool-suite .result-key {
    color: var(--st-muted);
    font-size: 0.88rem;
    font-weight: 650;
}

body.social-tool-suite .result-value {
    color: var(--st-brand);
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 0.9rem;
    word-break: break-all;
}

body.social-tool-suite .copy-btn,
body.social-tool-suite .copy-btn-sm {
    min-width: 36px;
    min-height: 36px;
    padding: 4px 8px;
    color: var(--st-muted);
    background: transparent;
    border: 0;
    opacity: 1;
}

body.social-tool-suite .copy-btn:hover,
body.social-tool-suite .copy-btn-sm:hover {
    color: var(--st-brand);
}

body.social-tool-suite .fb-post-card {
    width: min(100%, 680px);
    margin: 0 auto 20px;
    overflow: hidden;
    color: #050505;
    background: #fff;
    border: 1px solid #d8dde5;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(16, 35, 63, 0.08);
    font-family: Arial, Helvetica, sans-serif;
}

body.social-tool-suite .fb-post-header {
    display: flex;
    align-items: center;
    padding: 14px 16px 10px;
}

body.social-tool-suite .fb-post-avatar {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    border-color: #d8dde5;
    border-radius: 50%;
    object-fit: cover;
}

body.social-tool-suite .fb-post-actor-info {
    flex: 1 1 auto;
    min-width: 0;
}

body.social-tool-suite .fb-post-actor-name {
    color: #162035;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
}

body.social-tool-suite .fb-post-actor-name:hover {
    text-decoration: underline;
}

body.social-tool-suite .fb-post-timestamp,
body.social-tool-suite .fb-post-timestamp a {
    color: #647083 !important;
    font-size: 0.79rem;
}

body.social-tool-suite .fb-post-content {
    padding: 4px 16px 14px;
    color: #162035;
    font-size: 0.95rem;
    line-height: 1.5;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

body.social-tool-suite .fb-post-content a {
    color: #1877f2;
    text-decoration: none;
}

body.social-tool-suite .fb-post-content a:hover {
    text-decoration: underline;
}

body.social-tool-suite .fb-post-attachments-grid img,
body.social-tool-suite .fb-post-attachments-grid video {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 !important;
    border: 0 !important;
    border-top: 1px solid #d8dde5 !important;
    border-radius: 0 !important;
}

body.social-tool-suite .fb-post-attachments-grid .attachment-video-wrapper {
    position: relative;
}

body.social-tool-suite .fb-post-attachments-grid .play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    color: #fff;
    background: rgba(5, 13, 28, 0.74);
    border-radius: 50%;
    font-size: 1.7rem;
    line-height: 1;
    text-decoration: none;
    transform: translate(-50%, -50%);
}

body.social-tool-suite .fb-post-attachments-grid .play-button-overlay:hover {
    background: rgba(5, 13, 28, 0.9);
}

body.social-tool-suite .fb-post-link-preview {
    display: block;
    overflow: hidden;
    margin: 0 16px 14px;
    background: #f4f6f8;
    border-color: #d8dde5;
    border-radius: 8px;
    text-decoration: none;
}

body.social-tool-suite .fb-post-link-preview img {
    display: block;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-bottom: 1px solid #d8dde5;
}

body.social-tool-suite .fb-post-link-info {
    padding: 11px 13px;
}

body.social-tool-suite .fb-post-link-domain {
    margin-bottom: 3px;
    color: #647083;
    font-size: 0.72rem;
    text-transform: uppercase;
}

body.social-tool-suite .fb-post-link-title {
    margin: 0 0 3px;
    color: #162035;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
}

body.social-tool-suite .fb-post-link-desc {
    color: #647083;
    font-size: 0.82rem;
    line-height: 1.4;
}

body.social-tool-suite .fb-post-feedback {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 9px 16px;
    color: #647083;
    border-color: #e2e6eb;
}

body.social-tool-suite .fb-post-reactions span,
body.social-tool-suite .fb-post-comments-shares span {
    margin-right: 10px;
}

body.social-tool-suite .fb-post-reactions i,
body.social-tool-suite .fb-post-comments-shares i {
    margin-right: 4px;
    vertical-align: middle;
}

body.social-tool-suite .fb-action-bar {
    display: flex;
    justify-content: space-around;
    min-height: 44px;
    border-color: #e2e6eb;
}

body.social-tool-suite .fb-action-btn {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    color: #647083;
    cursor: default;
}

body.social-tool-suite .fb-action-btn i {
    margin-right: 6px;
    font-size: 1.05rem;
}

body.social-tool-suite .fb-action-btn:hover {
    background: transparent;
}

body.social-tool-suite .fb-post-meta-item {
    margin-right: 10px;
    color: #647083 !important;
    font-size: 0.78rem;
}

body.social-tool-suite .json-result-wrapper {
    max-height: 500px;
    padding: 18px;
    overflow: auto;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 0.82rem;
    white-space: pre;
}

body.social-tool-suite .json-key {
    color: #9cdcfe;
}

body.social-tool-suite .json-string {
    color: #ce9178;
}

body.social-tool-suite .json-number {
    color: #b5cea8;
}

body.social-tool-suite .json-boolean {
    color: #7eb6ff;
}

body.social-tool-suite .json-null {
    color: #d39ddd;
}

body.social-tool-suite .nav-tabs .nav-link {
    color: var(--st-muted);
}

body.social-tool-suite .nav-tabs .nav-link.active {
    color: var(--st-brand);
    background: var(--st-surface);
    border-color: var(--st-brand) var(--st-brand) var(--st-surface);
    font-weight: 650;
}

body.social-tool-suite .loader-container {
    display: none;
    padding: 28px;
    text-align: center;
}

body.social-tool-suite .loader-container .spinner-border {
    width: 2.5rem;
    height: 2.5rem;
}

body.social-tool-suite .loader-message {
    margin: 12px 0 0;
    color: var(--st-muted);
    font-size: 0.95rem;
}

body.social-tool-suite .api-playground-body {
    padding: 20px;
}

body.social-tool-suite .api-playground-response {
    max-height: 400px;
    padding: 16px;
    overflow: auto;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

body.social-tool-suite.facebook-tool-page .body-wrapper .card.shadow-sm {
    background: var(--st-surface);
    border: 1px solid var(--st-border);
    border-radius: var(--st-radius);
    box-shadow: none !important;
}

body.social-tool-suite.facebook-tool-page .body-wrapper .card.shadow-sm > .card-header {
    background: var(--st-surface-muted) !important;
    border-bottom: 1px solid var(--st-border);
}

body.social-tool-suite .tool-directory-section {
    margin: 0 0 42px;
}

body.social-tool-suite .tool-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

body.social-tool-suite .tool-section-kicker {
    display: block;
    margin-bottom: 4px;
    color: var(--st-brand);
    font-size: 0.76rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.social-tool-suite .tool-section-heading h2 {
    margin: 0;
    color: var(--st-ink);
    font-size: clamp(1.45rem, 2.4vw, 1.9rem);
    font-weight: 740;
    letter-spacing: -0.025em;
}

body.social-tool-suite .tool-section-heading > p {
    margin: 0;
    color: var(--st-muted);
    font-size: 0.9rem;
}

body.social-tool-suite .tool-section-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--st-brand);
    font-size: 0.9rem;
    font-weight: 680;
    text-decoration: none;
}

body.social-tool-suite .tool-section-link:hover {
    color: var(--st-brand-hover);
}

body.social-tool-suite .facebook-suite-panel {
    overflow: hidden;
    background: var(--st-surface);
    border: 1px solid var(--st-border);
    border-radius: var(--st-radius-lg);
}

body.social-tool-suite .facebook-suite-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    border-bottom: 1px solid var(--st-border);
}

body.social-tool-suite .facebook-suite-identity {
    display: flex;
    align-items: center;
    gap: 14px;
}

body.social-tool-suite .facebook-brand-mark {
    display: inline-flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #fff;
    background: var(--st-facebook);
    border-radius: 11px;
}

body.social-tool-suite .facebook-brand-mark i {
    font-size: 1.7rem;
}

body.social-tool-suite .facebook-suite-identity h3 {
    margin: 0 0 3px;
    font-size: 1.25rem;
    font-weight: 740;
}

body.social-tool-suite .facebook-suite-identity p {
    margin: 0;
    color: var(--st-muted);
    font-size: 0.9rem;
}

body.social-tool-suite .facebook-tool-count {
    color: var(--st-success);
    font-size: 0.84rem;
    font-weight: 700;
}

body.social-tool-suite .facebook-tool-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 6px 24px 24px;
}

body.social-tool-suite .facebook-tool-group {
    min-width: 0;
    padding: 20px 22px 0;
    border-left: 1px solid var(--st-border);
}

body.social-tool-suite .facebook-tool-group:first-child {
    padding-left: 0;
    border-left: 0;
}

body.social-tool-suite .facebook-tool-group:last-child {
    padding-right: 0;
}

body.social-tool-suite .facebook-tool-group > h3 {
    min-height: 38px;
    margin: 0 0 8px;
    color: var(--st-muted);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.05em;
    line-height: 1.45;
    text-transform: uppercase;
}

body.social-tool-suite .facebook-tool-list {
    border-top: 1px solid var(--st-border);
}

body.social-tool-suite .facebook-tool-link {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    gap: 10px;
    align-items: center;
    min-height: 62px;
    padding: 9px 2px;
    color: var(--st-ink);
    border-bottom: 1px solid var(--st-border);
    font-size: 0.9rem;
    font-weight: 630;
    line-height: 1.35;
    text-decoration: none;
}

body.social-tool-suite .facebook-tool-link:hover {
    color: var(--st-brand);
}

body.social-tool-suite .facebook-tool-link > .ti-chevron-right {
    color: var(--st-subtle);
    font-size: 1rem;
    transition: transform 0.16s ease;
}

body.social-tool-suite .facebook-tool-link:hover > .ti-chevron-right {
    color: var(--st-brand);
    transform: translateX(2px);
}

body.social-tool-suite .facebook-tool-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--st-facebook);
    background: var(--st-surface-blue);
    border-radius: 8px;
}

body.social-tool-suite .facebook-tool-icon i {
    font-size: 1.1rem;
}

body.social-tool-suite .facebook-tool-icon img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

body.social-tool-suite .future-platform-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

body.social-tool-suite .future-platform-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 12px 14px;
    background: var(--st-surface);
    border: 1px solid var(--st-border);
    border-radius: var(--st-radius-sm);
}

body.social-tool-suite .future-platform-item img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

body.social-tool-suite .future-platform-item h3 {
    margin: 0 0 2px;
    color: var(--st-ink);
    font-size: 0.95rem;
    font-weight: 690;
}

body.social-tool-suite .future-platform-item span {
    color: var(--st-subtle);
    font-size: 0.76rem;
}

body.social-tool-suite .faq-section-global {
    margin-top: 16px;
    padding: clamp(22px, 3vw, 34px);
}

body.social-tool-suite .faq-section-global .display-6 {
    margin-bottom: 24px;
    color: var(--st-ink) !important;
    font-size: clamp(1.4rem, 2.4vw, 1.85rem);
    font-weight: 740;
    letter-spacing: -0.02em;
    text-align: left;
}

body.social-tool-suite .customizer-btn {
    width: 46px;
    height: 46px;
    padding: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 18px rgba(16, 35, 63, 0.16);
}

html[data-bs-theme="dark"] body.social-tool-suite {
    --st-canvas: #0d1726;
    --st-surface: #142136;
    --st-surface-muted: #1a2940;
    --st-surface-blue: #172d50;
    --st-ink: #edf3fb;
    --st-muted: #b0bdd0;
    --st-subtle: #8999af;
    --st-border: #2a3a51;
    --st-border-strong: #3b4d67;
    --st-brand: #8eb8ff;
    --st-brand-hover: #b3ceff;
    --st-success: #65d0b5;
    --st-focus: rgba(142, 184, 255, 0.22);
}

html[data-bs-theme="dark"] body.social-tool-suite .form-control::placeholder {
    color: #8291a7;
}

html[data-bs-theme="dark"] body.social-tool-suite .alert-info {
    color: #c5ddff;
    background: #17304d;
    border-color: #284e75;
}

html[data-bs-theme="dark"] body.social-tool-suite .doc-section code {
    color: #b9d2ff;
    background: #1b3150;
    border-color: #2c4c74;
}

html[data-bs-theme="dark"] body.social-tool-suite .fb-post-card {
    color: #050505;
    background: #fff;
}

@media (max-width: 991.98px) {
    body.social-tool-suite .facebook-tool-groups {
        grid-template-columns: 1fr;
        padding: 6px 22px 22px;
    }

    body.social-tool-suite .facebook-tool-group,
    body.social-tool-suite .facebook-tool-group:first-child,
    body.social-tool-suite .facebook-tool-group:last-child {
        padding: 20px 0 0;
        border-left: 0;
    }

    body.social-tool-suite .facebook-tool-group > h3 {
        min-height: 0;
    }

    body.social-tool-suite .facebook-tool-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 18px;
    }

    body.social-tool-suite .future-platform-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.social-tool-suite .body-wrapper > .container-fluid {
        padding-inline: 16px;
    }

    body.social-tool-suite .page-titles {
        margin-bottom: 12px !important;
    }

    body.social-tool-suite .tool-suite-hero {
        margin-bottom: 24px;
        padding: 24px 20px;
        border-left-width: 3px;
        border-radius: var(--st-radius);
    }

    body.social-tool-suite .tool-suite-hero::after {
        width: 96px;
    }

    body.social-tool-suite .tool-suite-hero h1 {
        font-size: 1.9rem;
        letter-spacing: -0.025em;
    }

    body.social-tool-suite .tool-suite-hero > p {
        margin-top: 14px;
        font-size: 0.98rem;
        line-height: 1.62;
    }

    body.social-tool-suite .tool-suite-hero-actions,
    body.social-tool-suite .tool-suite-meta-row {
        align-items: flex-start;
        gap: 12px;
        margin-top: 20px;
    }

    body.social-tool-suite .tool-suite-hero-actions .btn {
        width: 100%;
    }

    body.social-tool-suite .tool-suite-meta-row > span {
        width: 100%;
    }

    body.social-tool-suite .main-tool-card .card-header,
    body.social-tool-suite .tool-card-header {
        padding: 17px 18px !important;
    }

    body.social-tool-suite .main-tool-card .card-body {
        padding: 20px 18px;
    }

    body.social-tool-suite .form-control-lg,
    body.social-tool-suite .input-group-lg > .form-control,
    body.social-tool-suite .input-group-lg > .input-group-text {
        font-size: 16px;
    }

    body.social-tool-suite .tool-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    body.social-tool-suite .facebook-suite-header {
        align-items: flex-start;
        flex-direction: column;
        padding: 20px;
    }

    body.social-tool-suite .facebook-tool-groups {
        padding-inline: 20px;
    }

    body.social-tool-suite .facebook-tool-list {
        grid-template-columns: 1fr;
    }

    body.social-tool-suite .future-platform-list {
        grid-template-columns: 1fr;
    }

    body.social-tool-suite .result-item {
        align-items: flex-start;
        flex-direction: column;
    }

    body.social-tool-suite .result-item > .d-flex {
        width: 100%;
        justify-content: space-between;
    }

    body.social-tool-suite .result-value {
        max-width: calc(100vw - 118px);
    }

    body.social-tool-suite .fb-post-feedback {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    body.social-tool-suite .fb-action-btn {
        font-size: 0.78rem;
    }

    body.social-tool-suite .customizer-btn {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.social-tool-suite *,
    body.social-tool-suite *::before,
    body.social-tool-suite *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
