:root {
    --pdc-ink: #152033;
    --pdc-muted: #667085;
    --pdc-line: #e5e9f0;
    --pdc-bg: #f6f8fb;
    --pdc-card: #fff;
    --pdc-primary: #3157d5;
    --pdc-primary-dark: #2444ac;
    --pdc-accent: #ebf0ff;
    --pdc-radius: 14px;
}

/* Remove o título e breadcrumb criados pelo tema somente na página da biblioteca. */
.pdc-library-home-page #Subheader,
.pdc-library-home-page .section-post-header,
.pdc-library-home-page .page-header,
.pdc-library-home-page .page-title-bar,
.pdc-library-home-page .page-title-section,
.pdc-library-home-page .entry-header:has(.entry-title) {
    display: none !important;
}
.pdc-library-home-page #Content,
.pdc-library-home-page .content_wrapper,
.pdc-library-home-page .sections_group {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.pdc-library-home-page #Content .container,
.pdc-library-home-page #Content .section_wrapper,
.pdc-library-home-page #Content .content_wrapper,
.pdc-library-home-page #Content .sections_group,
.pdc-library-home-page #Content .the_content_wrapper {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.pdc-library-home-page #Content .section,
.pdc-library-home-page #Content .column,
.pdc-library-home-page #Content .column_attr,
.pdc-library-home-page #Content .wrap {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.pdc-app, .pdc-account, .pdc-plans, .pdc-portal { color: var(--pdc-ink); font-family: inherit; box-sizing: border-box; }
.pdc-app *, .pdc-account *, .pdc-plans *, .pdc-portal * { box-sizing: border-box; }
.pdc-topbar { display: flex; gap: 18px; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.pdc-search { display: flex; flex: 1; max-width: 720px; }
.pdc-search input { width: 100%; min-height: 48px; border: 1px solid var(--pdc-line); border-radius: 10px 0 0 10px; padding: 0 16px; background: #fff; font-size: 16px; }
.pdc-search button { border: 0; border-radius: 0 10px 10px 0; padding: 0 22px; background: var(--pdc-primary); color: #fff; font-weight: 700; cursor: pointer; }
.pdc-balance { white-space: nowrap; padding: 12px 16px; border-radius: 10px; background: var(--pdc-accent); color: var(--pdc-primary-dark); text-decoration: none; }
.pdc-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 34px; }
.pdc-sidebar { border: 1px solid var(--pdc-line); border-radius: var(--pdc-radius); background: #fff; padding: 12px; align-self: start; position: sticky; top: 24px; }
.pdc-sidebar h3 { padding: 8px 10px 12px; margin: 0; font-size: 16px; }
.pdc-sidebar h3.pdc-sidebar-section { margin-top: 10px; padding-top: 16px; border-top: 1px solid var(--pdc-line); }
.pdc-sidebar a { display: flex; justify-content: space-between; gap: 10px; padding: 10px; border-radius: 8px; color: var(--pdc-ink); text-decoration: none; }
.pdc-sidebar a:hover, .pdc-sidebar a.is-active { color: var(--pdc-primary); background: var(--pdc-accent); }
.pdc-sidebar span { color: var(--pdc-muted); font-size: 13px; }
.pdc-heading { display: flex; justify-content: space-between; margin-bottom: 20px; }
.pdc-heading h2, .pdc-library h2 { margin: 0 0 4px; font-size: clamp(24px, 3vw, 34px); }
.pdc-heading p { margin: 0; color: var(--pdc-muted); }
.pdc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pdc-card { overflow: hidden; border: 1px solid var(--pdc-line); border-radius: var(--pdc-radius); background: var(--pdc-card); box-shadow: 0 6px 24px rgba(21,32,51,.05); transition: transform .18s ease, box-shadow .18s ease; }
.pdc-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(21,32,51,.1); }
.pdc-card[data-pdc-card-url] { cursor: pointer; }
.pdc-card[data-pdc-card-url]:focus-visible { outline: 4px solid rgba(49,87,213,.28); outline-offset: 4px; }
.pdc-cover { position: relative; display: block; aspect-ratio: 4/3; background: linear-gradient(145deg, #e9edff, #f5f7ff); overflow: hidden; text-decoration: none; }
.pdc-promotion-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 7px 11px; border-radius: 999px; background: #dc2626; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .02em; box-shadow: 0 6px 15px rgba(220,38,38,.3); }
.pdc-card.is-promotion { border-color: #f3a6a6; box-shadow: 0 8px 25px rgba(185,28,28,.1); }
.pdc-button.pdc-button-promotion, .pdc-button-buy-credits.pdc-button-promotion { background: linear-gradient(135deg, #ef312a, #b91c1c); box-shadow: 0 7px 17px rgba(220,38,38,.28); }
.pdc-button.pdc-button-promotion:hover, .pdc-button-buy-credits.pdc-button-promotion:hover { background: linear-gradient(135deg, #d92525, #991b1b); box-shadow: 0 9px 20px rgba(185,28,28,.34); }
.pdc-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pdc-preview-wrap { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; background: #e9edf5; user-select: none; }
.pdc-preview-wrap img { pointer-events: none; user-select: none; -webkit-user-drag: none; }
.pdc-preview-wrap > span { position: absolute; right: 10px; bottom: 10px; padding: 5px 9px; border-radius: 5px; background: rgba(20,32,60,.82); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.pdc-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--pdc-primary); font-size: 30px; font-weight: 800; }
.pdc-card-body { padding: 18px; }
.pdc-category { display: inline-block; color: var(--pdc-primary); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.pdc-card h3 { margin: 7px 0; font-size: 19px; line-height: 1.25; }
.pdc-card h3 a { color: var(--pdc-ink); text-decoration: none; }
.pdc-card p { min-height: 42px; margin: 0 0 16px; color: var(--pdc-muted); font-size: 14px; line-height: 1.5; }
.pdc-card-pages { display: inline-block; margin: -7px 0 13px; color: #7b879b; font-size: 11px; font-weight: 700; }
.pdc-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--pdc-line); padding-top: 15px; font-size: 14px; }
.pdc-card-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.pdc-remove-library { color: #b42318; font-size: 11px; font-weight: 700; text-decoration: none; }
.pdc-remove-library:hover { color: #8f1811; text-decoration: underline; }
.pdc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 15px; border-radius: 8px; background: var(--pdc-primary); color: #fff !important; font-weight: 700; text-decoration: none !important; }
.pdc-button:hover { background: var(--pdc-primary-dark); }
.pdc-button-large { width: 100%; min-height: 48px; }
.pdc-empty { padding: 42px 24px; border: 1px dashed #cbd2df; border-radius: var(--pdc-radius); background: var(--pdc-bg); text-align: center; }
.pdc-empty h3 { margin-top: 0; }
.pdc-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 30px; }
.pdc-pagination .page-numbers { min-width: 36px; padding: 7px; border-radius: 7px; text-align: center; text-decoration: none; background: #fff; border: 1px solid var(--pdc-line); }
.pdc-pagination .current { background: var(--pdc-primary); color: #fff; }
.pdc-pricing-wrap { max-width: 1120px; margin: 34px auto 50px; color: var(--pdc-ink); }
.pdc-pricing-hero { max-width: 840px; margin: 0 auto 42px; text-align: center; }
.pdc-pricing-hero > span { color: var(--pdc-primary); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.pdc-pricing-hero h2 { margin: 10px 0 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; }
.pdc-pricing-hero p { max-width: 720px; margin: 0 auto; color: var(--pdc-muted); font-size: 17px; line-height: 1.65; }
.pdc-pricing-trust { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; margin-top: 22px; color: #344054; font-size: 13px; }
.pdc-pricing-trust b::first-letter { color: #16804a; }
.pdc-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 30px auto; max-width: 1060px; }
.pdc-plan { position: relative; display: flex; flex-direction: column; padding: 48px 30px 30px; border: 1px solid var(--pdc-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 35px rgba(21,32,51,.08); text-align: center; }
.pdc-plan.is-featured { border: 2px solid var(--pdc-primary); transform: scale(1.025); }
.pdc-plan h3 { margin: 8px 0 4px; font-size: 26px; }
.pdc-plan-caption { min-height: 22px; margin: 0 0 15px !important; font-size: 13px; }
.pdc-plan-price { margin-bottom: 12px; font-size: 38px; font-weight: 800; }
.pdc-plan-price small { font-size: 16px; }
.pdc-plan p { color: var(--pdc-muted); line-height: 1.6; }
.pdc-plan-credits strong, .pdc-plan-credits span { display: block; }
.pdc-plan-credits strong { color: #172033; font-size: 16px; }
.pdc-plan-credits span { margin-top: 3px; color: var(--pdc-muted); font-size: 13px; }
.pdc-plan ul { display: grid; gap: 9px; margin: 22px 0; padding: 18px 0; border-top: 1px solid var(--pdc-line); border-bottom: 1px solid var(--pdc-line); color: #475467; text-align: left; list-style: none; }
.pdc-plan li::before { content: "✓"; margin-right: 8px; color: #16804a; font-weight: 900; }
.pdc-plan .pdc-button { margin-top: auto; }
.pdc-ribbon { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 7px 16px; border-radius: 20px; background: var(--pdc-primary); color: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 6px 16px rgba(49,87,213,.25); }
.pdc-plan-saving { position: absolute; top: 16px; right: 14px; z-index: 1; max-width: calc(100% - 28px); padding: 5px 8px; border-radius: 7px; background: #eaf8f0; color: #147a42; font-size: 11px; font-weight: 800; line-height: 1.25; white-space: nowrap; }
.pdc-pricing-how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 1060px; margin: 36px auto 0; }
.pdc-pricing-how > div { display: flex; align-items: center; gap: 13px; padding: 18px; border: 1px solid var(--pdc-line); border-radius: 13px; background: #f8faff; }
.pdc-pricing-how strong { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: var(--pdc-primary); color: #fff; }
.pdc-pricing-how span, .pdc-pricing-how b { display: block; }
.pdc-pricing-how span { color: var(--pdc-muted); font-size: 12px; line-height: 1.45; }
.pdc-pricing-how b { margin-bottom: 2px; color: var(--pdc-ink); font-size: 14px; }
.pdc-pricing-note { margin: 22px auto 0; color: var(--pdc-muted); text-align: center; }
.pdc-portal-plans { padding: clamp(4px, 1vw, 12px); }
.pdc-portal-plans .pdc-pricing-wrap { margin-top: 16px; }
.pdc-portal-plans .pdc-pricing-hero { margin-bottom: 34px; }
.pdc-portal-category { padding: clamp(4px, 1vw, 12px); }
.pdc-portal-account { padding: clamp(4px, 1vw, 12px); }
.pdc-portal-account > .pdc-account { max-width: none; }
.pdc-related-pdfs { margin-top: 54px; padding-top: 34px; border-top: 1px solid var(--pdc-line); }
.pdc-related-pdfs .pdc-grid { margin-top: 22px; }
.pdc-balance-panel { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 34px; padding: 24px; border-radius: var(--pdc-radius); background: linear-gradient(130deg, #182b67, #3157d5); color: #fff; }
.pdc-balance-panel span, .pdc-balance-panel strong { display: block; }
.pdc-balance-panel strong { margin-top: 5px; font-size: 26px; }
.pdc-balance-panel .pdc-button { background: #fff; color: var(--pdc-primary) !important; }
.pdc-gift-banner { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 0 22px; padding: 18px 20px; border: 1px solid #b9d8c2; border-radius: 14px; background: linear-gradient(135deg, #edf9f0, #f8fffa); color: #164f2a; box-shadow: 0 7px 20px rgba(22,79,42,.08); }
.pdc-gift-banner > div, .pdc-gift-banner span, .pdc-gift-banner strong, .pdc-gift-banner small { display: block; }
.pdc-gift-banner span { margin-bottom: 3px; color: #218044; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pdc-gift-banner strong { font-size: clamp(18px, 2vw, 24px); }
.pdc-gift-banner small { margin-top: 4px; color: #4f6d58; }
.pdc-gift-banner.is-invalid { border-color: #f0c4c0; background: #fff3f2; color: #8c2018; }
.pdc-gift-banner.is-invalid span { color: #8c2018; }
.pdc-gift-banner.pdc-gift-awaiting {
    border-color: #f4c46a;
    background: #fff9ea;
}
.pdc-gift-banner.pdc-gift-awaiting > div > span { color: #8a5600; }
.pdc-gift-banner.pdc-gift-awaiting form { margin: 0; }
.pdc-gift-activation-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(9, 18, 45, .78);
    backdrop-filter: blur(5px);
}
.pdc-gift-activation-overlay .pdc-gift-awaiting {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 520px);
    margin: 0;
    padding: 32px;
    border: 3px solid #f3b63d;
    border-radius: 22px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
    text-align: center;
}
.pdc-gift-activation-overlay .pdc-gift-awaiting > div { width: 100%; }
.pdc-gift-activation-overlay .pdc-gift-awaiting strong {
    display: block;
    margin: 6px 0 10px;
    color: #111827;
    font-size: clamp(25px, 5vw, 36px);
    line-height: 1.1;
}
.pdc-gift-activation-overlay .pdc-gift-awaiting small {
    display: block;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.55;
}
.pdc-gift-activation-overlay .pdc-gift-awaiting form { width: 100%; margin-top: 22px; }
.pdc-gift-activation-overlay .pdc-gift-awaiting .pdc-button {
    width: 100%;
    min-height: 56px;
    font-size: 17px;
}
.pdc-gift-activation-icon { font-size: 48px; line-height: 1; }
.pdc-gift-activation-overlay em {
    margin-top: 12px;
    color: #7c5a12;
    font-size: 12px;
    font-style: normal;
}
html.pdc-gift-activation-required,
html.pdc-gift-activation-required body { overflow: hidden !important; }
.pdc-gift-countdown {
    margin-left: auto;
    min-width: 154px;
    padding: 12px 16px;
    border-radius: 14px;
    background: #142453;
    color: #fff;
    text-align: center;
}
.pdc-gift-countdown span {
    display: block;
    margin-bottom: 3px;
    color: #dbe5ff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.pdc-gift-countdown strong {
    display: block;
    color: #fff;
    font-size: 23px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}
.pdc-duration-field {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pdc-duration-field input { min-width: 0; }
.pdc-duration-field select { width: auto; min-width: 118px; }
.pdc-duration-field strong { white-space: nowrap; }

@media (max-width: 640px) {
    .pdc-gift-activation-overlay { padding: 14px; }
    .pdc-gift-activation-overlay .pdc-gift-awaiting { padding: 25px 20px; border-radius: 18px; }
    .pdc-gift-countdown {
        width: 100%;
        margin: 12px 0 0;
    }
}
.pdc-gift-generator { max-width: 1120px; margin: 24px auto; padding: clamp(20px, 4vw, 38px); border: 1px solid var(--pdc-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(25,43,93,.08); }
.pdc-gift-generator header { margin-bottom: 24px; }
.pdc-gift-generator h2 { margin: 6px 0 8px; font-size: clamp(28px, 4vw, 42px); }
.pdc-gift-generator header p { max-width: 720px; color: var(--pdc-muted); }
.pdc-gift-generator-form { padding-top: 22px; }
.pdc-gift-generator-grid { display: grid; grid-template-columns: minmax(180px, 1.2fr) 130px 165px minmax(170px, 1fr) minmax(180px, 1fr) auto; align-items: end; gap: 14px; }
.pdc-gift-generator-grid [hidden] { display: none !important; }
.pdc-gift-generator-grid label span { display: block; margin-bottom: 7px; color: var(--pdc-ink); font-size: 13px; font-weight: 750; }
.pdc-gift-generator-grid input, .pdc-gift-generator-grid select { width: 100%; min-height: 48px; padding: 8px 12px; border: 1px solid #ccd6e8; border-radius: 9px; background: #fff; }
.pdc-gift-submit .pdc-button { min-height: 48px; white-space: nowrap; }
.pdc-generated-link { margin: 18px 0 8px; padding: 18px; border: 1px solid #add6b9; border-radius: 13px; background: #effaf2; }
.pdc-generated-link strong, .pdc-generated-link small { display: block; }
.pdc-generated-link small { margin-top: 3px; color: #52705b; }
.pdc-copy-field { display: flex; gap: 10px; margin-top: 14px; }
.pdc-copy-field input { flex: 1; min-width: 0; padding: 12px; border: 1px solid #b8c8bc; border-radius: 8px; background: #fff; }
.pdc-copy-feedback { display: block; min-height: 20px; margin-top: 8px; color: #1c7738; font-size: 12px; font-weight: 700; }
.pdc-library > h2 { margin-bottom: 20px; }
.pdc-library-list { overflow: hidden; border: 1px solid var(--pdc-line); border-radius: 14px; background: #fff; }
.pdc-library-row { display: grid; grid-template-columns: 72px minmax(180px, 1fr) minmax(130px, .45fr) auto; align-items: center; gap: 16px; padding: 13px 15px; border-bottom: 1px solid #e8ecf2; }
.pdc-library-row:last-child { border-bottom: 0; }
.pdc-library-row:hover { background: #f8faff; }
.pdc-library-thumb { display: grid; width: 72px; height: 52px; overflow: hidden; place-items: center; border-radius: 7px; background: #eaf0ff; color: var(--pdc-primary); font-size: 12px; font-weight: 850; text-decoration: none; }
.pdc-library-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pdc-library-name a { display: block; color: var(--pdc-ink); font-size: 15px; font-weight: 750; text-decoration: none; }
.pdc-library-name a:hover { color: var(--pdc-primary); }
.pdc-library-name small { display: block; margin-top: 4px; color: var(--pdc-muted); font-size: 11px; }
.pdc-library-category { width: fit-content; padding: 6px 9px; border-radius: 15px; background: #eef3ff; color: var(--pdc-primary-dark); font-size: 11px; font-weight: 700; }
.pdc-library-actions { display: flex; align-items: center; gap: 10px; }
.pdc-library-actions .pdc-button { min-width: 110px; padding: 10px 13px; }
.pdc-account-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 22px; padding: 26px; border-radius: 16px; background: linear-gradient(135deg, #172b67, #3157d5); color: #fff; }
.pdc-profile { display: flex; align-items: center; gap: 16px; }
.pdc-profile img { border: 3px solid rgba(255,255,255,.35); border-radius: 50%; }
.pdc-profile span, .pdc-profile p { color: #dce5ff; }
.pdc-profile h1 { margin: 2px 0; color: #fff; font-size: 28px; }
.pdc-profile p { margin: 0; }
.pdc-account-actions { display: flex; gap: 9px; }
.pdc-account-secondary { display: inline-flex; align-items: center; padding: 9px 15px; border: 1px solid rgba(255,255,255,.45); border-radius: 8px; color: #fff !important; font-weight: 700; text-decoration: none !important; }
.pdc-account-logout { display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.55); border-radius: 8px; background: rgba(255,255,255,.08); color: #fff !important; font-weight: 700; text-decoration: none !important; }
.pdc-account-logout:hover { border-color: #fff; background: rgba(255,255,255,.18); color: #fff !important; }
.pdc-account-logout .dashicons { width: 17px; height: 17px; font-size: 17px; }
.pdc-account-header .pdc-button { background: #fff; color: var(--pdc-primary) !important; }
.pdc-account-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 22px; }
.pdc-account-stats article { display: flex; align-items: center; gap: 13px; padding: 20px; border: 1px solid var(--pdc-line); border-radius: 13px; background: #fff; }
.pdc-account-stats .dashicons { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 10px; background: var(--pdc-accent); color: var(--pdc-primary); font-size: 23px; }
.pdc-account-stats small, .pdc-account-stats strong { display: block; }
.pdc-account-stats small { color: var(--pdc-muted); }
.pdc-account-stats strong { margin-top: 3px; font-size: 20px; }
.pdc-account-columns { display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px; margin-bottom: 38px; }
.pdc-account-card { padding: 23px; border: 1px solid var(--pdc-line); border-radius: 14px; background: #fff; }
.pdc-account-card-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 17px; }
.pdc-account-card-title h2 { margin: 0; font-size: 20px; }
.pdc-account-card-title a { color: var(--pdc-primary); font-weight: 700; text-decoration: none; }
.pdc-data-list { margin: 0; }
.pdc-data-list > div { display: grid; grid-template-columns: 115px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid #edf0f4; }
.pdc-data-list > div:last-child { border: 0; }
.pdc-data-list dt { color: var(--pdc-muted); }
.pdc-data-list dd { margin: 0; font-weight: 650; overflow-wrap: anywhere; }
.pdc-credit-history > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 0; border-bottom: 1px solid #edf0f4; }
.pdc-credit-history > div:last-child { border: 0; }
.pdc-credit-history span strong, .pdc-credit-history span small { display: block; }
.pdc-credit-history span strong { color: #14804a; }
.pdc-credit-history span small { margin-top: 3px; color: var(--pdc-muted); }
.pdc-account-empty { padding: 25px; color: var(--pdc-muted); text-align: center; }
.pdc-account-empty .dashicons { width: 34px; height: 34px; font-size: 34px; }
.pdc-portal { display: grid; grid-template-columns: 265px minmax(0, 1fr); width: 100%; max-width: none; min-height: calc(100vh - 32px); overflow: hidden; border-top: 1px solid var(--pdc-line); border-bottom: 1px solid var(--pdc-line); border-radius: 0; background: #fff; color: var(--pdc-ink); box-shadow: none; }
.pdc-portal-main { min-width: 0; padding: 24px; background: #f7f9fc; }
.pdc-home { color: var(--pdc-ink); }
.pdc-portal-sidebar { display: flex; flex-direction: column; min-width: 0; padding: 24px 16px; border-right: 1px solid var(--pdc-line); background: #fff; }
.pdc-mobile-menu-toggle, .pdc-mobile-menu-backdrop { display: none; }
.pdc-portal-brand { display: flex; align-items: center; gap: 11px; padding: 0 10px 25px; }
.pdc-brand-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: linear-gradient(145deg, #3157d5, #18307d); color: #fff; font-size: 22px; font-weight: 900; }
.pdc-portal-brand strong, .pdc-portal-brand small { display: block; }
.pdc-portal-brand strong { font-size: 16px; }
.pdc-portal-brand small { margin-top: 2px; color: var(--pdc-muted); font-size: 12px; }
.pdc-portal-nav { display: flex; flex: 1; flex-direction: column; gap: 5px; }
.pdc-sidebar-search { position: relative; display: flex; align-items: center; margin: 0 0 14px; border: 1px solid #d9e0eb; border-radius: 10px; background: #f8faff; }
.pdc-sidebar-search > .dashicons { position: absolute; left: 10px; width: 17px; height: 17px; color: #7b879b; font-size: 17px; pointer-events: none; }
.pdc-sidebar-search input { min-width: 0; width: 100%; height: 42px; padding: 0 35px 0 34px; border: 0 !important; outline: 0; box-shadow: none !important; background: transparent; font-size: 12px; }
.pdc-sidebar-search button { position: absolute; right: 5px; display: grid; width: 30px; height: 30px; place-items: center; padding: 0; border: 0; border-radius: 7px; background: var(--pdc-primary); color: #fff; cursor: pointer; }
.pdc-portal-nav > a, .pdc-nav-group summary { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 9px 11px; border-radius: 9px; color: var(--pdc-ink); text-decoration: none; cursor: pointer; }
.pdc-portal-nav > a:hover, .pdc-portal-nav > a.is-active, .pdc-nav-group summary:hover { background: var(--pdc-accent); color: var(--pdc-primary); }
.pdc-portal-nav .pdc-portal-home { margin-bottom: 12px; background: var(--pdc-primary); color: #fff; }
.pdc-nav-title { padding: 7px 11px; color: #98a2b3; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pdc-nav-title-space { margin-top: 14px; }
.pdc-nav-group { margin: 0; }
.pdc-nav-group summary { justify-content: space-between; font-size: 13px; font-weight: 750; list-style: none; }
.pdc-nav-group summary::-webkit-details-marker { display: none; }
.pdc-nav-group summary > span:first-child { display: flex; align-items: center; gap: 9px; min-width: 0; }
.pdc-nav-count { min-width: 23px; padding: 2px 6px; border-radius: 12px; background: #eef1f6; color: #667085; font-size: 10px; text-align: center; }
.pdc-nav-files { position: relative; margin: 2px 0 7px 21px; padding-left: 12px; border-left: 1px solid #dce2ec; }
.pdc-nav-files a { display: flex; align-items: flex-start; gap: 7px; padding: 8px 7px; border-radius: 7px; color: #475467; font-size: 12px; line-height: 1.3; text-decoration: none; }
.pdc-nav-files a:hover { background: #f5f7fb; color: var(--pdc-primary); }
.pdc-nav-files a.is-promotion { border: 1px solid #f3aaaa; background: #fff1f1; color: #991b1b; font-weight: 700; }
.pdc-nav-files a.is-promotion:hover, .pdc-nav-files a.is-promotion.is-current { border-color: #dc2626; background: #fee2e2; color: #991b1b; }
.pdc-nav-files a.is-promotion .dashicons { color: #dc2626; }
.pdc-nav-files a em, .pdc-direct-pdfs a em { margin-left: auto; padding: 2px 5px; border-radius: 999px; background: #dc2626; color: #fff; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.pdc-nav-files .dashicons { width: 15px; height: 15px; font-size: 15px; }
.pdc-nav-subgroup { margin: 3px 0; }
.pdc-nav-subgroup > summary { min-height: 36px; padding: 7px 6px; background: #f7f9fc; font-size: 11px; }
.pdc-nav-subgroup > .pdc-nav-files { margin-left: 14px; }
.pdc-nav-files small, .pdc-nav-empty { display: block; padding: 9px; color: #98a2b3; font-size: 11px; }
.pdc-direct-pdfs { display: grid; gap: 5px; margin: 2px 0 9px; }
.pdc-direct-pdfs a { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 3px 8px; padding: 10px 11px; border: 1px solid #e0e5ee; border-radius: 9px; background: #fff; color: #344054; text-decoration: none; }
.pdc-direct-pdfs a:hover { border-color: #b9c8f2; background: #f4f7ff; color: var(--pdc-primary); }
.pdc-direct-pdfs a.is-promotion { grid-template-columns: 18px minmax(0,1fr) auto; border-color: #f3aaaa; background: #fff1f1; color: #991b1b; }
.pdc-direct-pdfs a.is-promotion:hover, .pdc-direct-pdfs a.is-promotion.is-current { border-color: #dc2626; background: #fee2e2; color: #991b1b; }
.pdc-direct-pdfs a.is-promotion .dashicons { color: #dc2626; }
.pdc-direct-pdfs a.is-current, .pdc-nav-files a.is-current { border-color: #9fb2eb; background: #eaf0ff; color: var(--pdc-primary-dark); }
.pdc-direct-pdfs .dashicons { grid-row: 1 / 3; width: 18px; height: 18px; color: var(--pdc-primary); font-size: 18px; }
.pdc-direct-pdfs a > span:nth-child(2) { overflow: hidden; font-size: 12px; font-weight: 700; line-height: 1.3; text-overflow: ellipsis; }
.pdc-direct-pdfs small { color: #7b879b; font-size: 10px; }
.pdc-portal-user { display: block; margin: 0 0 16px; padding: 14px 15px; border-radius: 12px; background: linear-gradient(135deg, #3157d5, #233f9f); color: #fff !important; text-decoration: none !important; box-shadow: 0 8px 20px rgba(49,87,213,.2); }
.pdc-portal-user > span, .pdc-portal-user strong, .pdc-portal-user small { display: block; }
.pdc-portal-user > span { display: flex; align-items: center; gap: 5px; color: #dce5ff; font-size: 11px; }
.pdc-portal-user .dashicons { width: 16px; height: 16px; font-size: 16px; }
.pdc-portal-user strong { margin-top: 4px; color: #fff; font-size: 19px; }
.pdc-portal-user small { margin-top: 7px; color: #dce5ff; font-size: 10px; font-weight: 650; }
.pdc-portal-user:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(49,87,213,.28); }
.pdc-portal-login { background: linear-gradient(135deg, #173b8f, #3157d5); }
.pdc-portal-login strong { display: flex; align-items: center; justify-content: space-between; }
.pdc-portal-login strong::after { content: "→"; font-size: 18px; }
.pdc-login-panel { max-width: 820px; margin: 0 auto; padding: 26px; border: 1px solid var(--pdc-line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(21,32,51,.06); }
.pdc-login-intro { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; padding-bottom: 20px; border-bottom: 1px solid var(--pdc-line); }
.pdc-login-intro > .dashicons { width: 42px; height: 42px; padding: 10px; border-radius: 11px; background: var(--pdc-accent); color: var(--pdc-primary); font-size: 22px; }
.pdc-login-intro h2 { margin: 0 0 5px; font-size: 23px; line-height: 1.25; }
.pdc-login-intro p { margin: 0; color: var(--pdc-muted); }
.pdc-login-panel .woocommerce { max-width: 100%; }
.pdc-login-panel .woocommerce h2 { font-size: 21px; }
.pdc-login-panel .woocommerce-form-login,
.pdc-login-panel #loginform { margin: 0; padding: 20px; border: 1px solid var(--pdc-line); border-radius: 12px; background: #f8faff; }
.pdc-login-panel input[type="text"],
.pdc-login-panel input[type="email"],
.pdc-login-panel input[type="password"] { width: 100%; max-width: 100%; min-height: 46px; }
.pdc-login-panel .pdc-reset-form { margin: 0; padding: 20px; border: 1px solid var(--pdc-line); border-radius: 12px; background: #f8faff; }
.pdc-login-panel .pdc-reset-form label { display: block; margin-bottom: 6px; font-weight: 700; }
.pdc-login-panel .pdc-reset-form input { width: 100%; max-width: 100%; min-height: 46px; }
.pdc-login-back { display: inline-flex; margin-top: 15px; color: var(--pdc-primary); font-weight: 750; text-decoration: none !important; }
.pdc-login-back:hover { text-decoration: underline !important; }
.pdc-login-panel button,
.pdc-login-panel input[type="submit"] { min-height: 44px; padding: 10px 22px; border: 0; border-radius: 9px; background: var(--pdc-primary); color: #fff; font-weight: 800; cursor: pointer; }
.pdc-payment-return { display: flex; align-items: center; gap: 15px; margin: 24px 0; padding: 20px; border: 1px solid #f1c36d; border-radius: 14px; background: #fff8e8; color: var(--pdc-ink); box-shadow: 0 8px 24px rgba(21,32,51,.06); }
.pdc-payment-return > .dashicons { flex: 0 0 auto; width: 42px; height: 42px; padding: 10px; border-radius: 50%; background: #f79009; color: #fff; font-size: 22px; }
.pdc-payment-return > div { flex: 1; min-width: 0; }
.pdc-payment-return strong { display: block; margin-bottom: 4px; font-size: 18px; }
.pdc-payment-return p { margin: 0; color: #667085; line-height: 1.5; }
.pdc-payment-return.is-paid { border-color: #8ad6ad; background: #ecfdf3; }
.pdc-payment-return.is-paid > .dashicons { background: #12a05c; }
.pdc-payment-return .pdc-button { flex: 0 0 auto; text-align: center; }
.pdc-portal-nav > a.pdc-sidebar-cta { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 66px; margin-top: 5px; padding: 13px 15px; border-radius: 12px; background: linear-gradient(135deg, #f18b22, #df5b1b); color: #fff !important; text-decoration: none !important; box-shadow: 0 7px 18px rgba(223,91,27,.22); transition: transform .18s ease, box-shadow .18s ease; }
.pdc-portal-nav > a.pdc-sidebar-cta:hover { background: linear-gradient(135deg, #f18b22, #d94d12); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(223,91,27,.3); }
.pdc-portal-nav > a.pdc-logout-link { margin-top: 3px; color: #b42318; }
.pdc-portal-nav > a.pdc-logout-link:hover { background: #fff1f0; color: #b42318; }
.pdc-sidebar-cta small, .pdc-sidebar-cta strong { display: block; }
.pdc-sidebar-cta small { margin-bottom: 3px; color: #fff2e7; font-size: 10px; }
.pdc-sidebar-cta strong { font-size: 13px; }
.pdc-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 320px); align-items: center; gap: 24px; overflow: hidden; padding: clamp(36px, 4vw, 60px); border-radius: 24px; background: linear-gradient(135deg, #eef2ff 0%, #f8faff 55%, #e6ecff 100%); }
.pdc-hero-content { position: relative; z-index: 3; min-width: 0; }
.pdc-hero h1 { width: 100%; max-width: 650px; margin: 8px 0 16px; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.04; letter-spacing: -.035em; white-space: normal; overflow-wrap: anywhere; }
.pdc-hero-content > p { display: block; width: 100%; max-width: 100%; margin: 0 0 26px; color: var(--pdc-muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.6; white-space: normal !important; overflow-wrap: anywhere; word-break: normal; letter-spacing: normal; }
.pdc-eyebrow { color: var(--pdc-primary); font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.pdc-home-search { position: relative; display: block; max-width: 680px; padding: 18px; border: 3px solid #86a2f2; border-radius: 18px; background: linear-gradient(145deg, #fff 0%, #f6f8ff 100%); box-shadow: 0 20px 46px rgba(30,55,130,.2), 0 0 0 5px rgba(49,87,213,.06); }
.pdc-home-search::before { content: ""; position: absolute; top: -3px; right: 34px; left: 34px; height: 4px; border-radius: 0 0 8px 8px; background: linear-gradient(90deg, #3157d5, #6f8ff0); }
.pdc-home-search-label { position: relative; display: block; min-height: 44px; margin: 0 0 14px; padding: 2px 0 0 54px; text-align: left; }
.pdc-home-search-label .dashicons { position: absolute; left: 0; top: 0; width: 42px; height: 42px; padding: 9px; border-radius: 11px; background: var(--pdc-primary); color: #fff; font-size: 24px; box-shadow: 0 7px 16px rgba(49,87,213,.25); }
.pdc-home-search-label strong, .pdc-home-search-label small { display: block; }
.pdc-home-search-label strong { color: #172033; font-size: 18px; line-height: 1.25; }
.pdc-home-search-label small { margin-top: 4px; color: var(--pdc-muted); font-size: 12px; line-height: 1.4; }
.pdc-home-search-fields { display: grid; grid-template-columns: minmax(0, 1fr) auto; padding: 6px; border: 1px solid #bfccef; border-radius: 12px; background: #fff; box-shadow: inset 0 1px 2px rgba(21,32,51,.04); }
.pdc-home-search input { display: block; width: 100%; max-width: none; min-width: 0; flex: 1; min-height: 52px; padding: 0 15px; border: 0 !important; outline: 0; box-shadow: none !important; background: transparent; font-size: 16px; text-overflow: ellipsis; }
.pdc-home-search button { min-height: 52px; padding: 0 18px; border: 0; border-radius: 9px; background: linear-gradient(135deg, #3157d5, #2445b5); color: #fff; font-size: 14px; font-weight: 800; white-space: nowrap; cursor: pointer; box-shadow: 0 7px 16px rgba(49,87,213,.25); }
.pdc-home-search button:hover { background: linear-gradient(135deg, #244dc7, #19358f); transform: translateY(-1px); }
.pdc-hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 18px; }
.pdc-hero-actions .pdc-button-large { width: auto; }
.pdc-text-link { color: var(--pdc-primary); font-weight: 700; text-decoration: none; }
.pdc-hero-balance { color: var(--pdc-muted); }
.pdc-hero-balance strong { color: var(--pdc-primary-dark); }
.pdc-hero-art { position: relative; min-width: 0; min-height: 290px; }
.pdc-book { position: absolute; display: flex; flex-direction: column; justify-content: space-between; width: 180px; height: 250px; padding: 25px; border-radius: 8px 18px 18px 8px; color: #fff; box-shadow: -14px 18px 35px rgba(21,32,51,.2); }
.pdc-book::before { content: ""; position: absolute; inset: 0 auto 0 12px; width: 3px; background: rgba(255,255,255,.25); }
.pdc-book-front { z-index: 2; right: 8%; bottom: 5px; transform: rotate(7deg); background: linear-gradient(145deg, #3157d5, #172d76); }
.pdc-book-front strong { font-size: 46px; }
.pdc-book-front span { font-size: 18px; line-height: 1.25; }
.pdc-book-back { left: 4%; top: 0; transform: rotate(-9deg); background: linear-gradient(145deg, #ffb156, #e16936); }
.pdc-book-back span { font-size: 28px; font-weight: 900; }
@media (min-width: 681px) and (max-width: 1180px) {
    .pdc-book { width: 158px; height: 225px; padding: 21px; }
    .pdc-book-front { right: 2%; }
    .pdc-book-front strong { font-size: 39px; }
    .pdc-book-front span { font-size: 15px; overflow-wrap: anywhere; }
    .pdc-book-back { left: 1%; }
}
.pdc-home-section { padding: clamp(50px, 7vw, 86px) 0 0; }
.pdc-home-category-section + .pdc-home-category-section { padding-top: clamp(42px, 5vw, 64px); }
.pdc-section-title { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.pdc-section-title h2 { margin: 6px 0 0; font-size: clamp(28px, 4vw, 42px); }
.pdc-section-title > a { color: var(--pdc-primary); font-weight: 700; text-decoration: none; }
.pdc-section-title-centered { justify-content: center; text-align: center; }
.pdc-section-title-centered p { margin-bottom: 0; color: var(--pdc-muted); }
.pdc-home-pricing { padding-bottom: 35px; }
.pdc-portal-detail { min-height: 680px; padding: clamp(24px, 4vw, 48px); border-radius: 18px; background: #fff; }
.pdc-detail-topbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; margin-bottom: 30px; }
.pdc-detail-topbar h1 { margin: 5px 0 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.1; }
.pdc-detail-admin-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.pdc-detail-admin-actions a { white-space: nowrap; font-weight: 700; text-decoration: none; }
.pdc-back-link { color: var(--pdc-primary); }
.pdc-edit-pdf-button { padding: 10px 16px; border-radius: 9px; background: var(--pdc-primary); color: #fff !important; box-shadow: 0 6px 16px rgba(47,86,219,.2); }
.pdc-edit-pdf-button:hover { background: #2448be; transform: translateY(-1px); }
.pdc-detail-layout { display: grid; grid-template-columns: minmax(300px, .95fr) minmax(0, 1.05fr); gap: clamp(28px, 4vw, 52px); align-items: start; }
.pdc-detail-preview { position: relative; overflow: hidden; border: 1px solid #dfe4ec; border-radius: 14px; background: #edf1f7; box-shadow: 0 12px 35px rgba(21,32,51,.1); user-select: none; }
.pdc-detail-preview img { display: block; width: 100%; height: auto; object-fit: contain; cursor: zoom-in; user-select: none; -webkit-user-drag: none; }
.pdc-detail-preview > span { position: absolute; right: 12px; bottom: 12px; padding: 6px 10px; border-radius: 6px; background: rgba(22,35,64,.86); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.pdc-detail-placeholder { display: grid; min-height: 460px; place-content: center; text-align: center; color: var(--pdc-primary); }
.pdc-detail-placeholder strong { font-size: 70px; }
.pdc-detail-placeholder span { color: var(--pdc-muted); }
.pdc-detail-label { color: var(--pdc-primary); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pdc-detail-description { margin: 12px 0 28px; color: #475467; font-size: 16px; line-height: 1.7; }
.pdc-file-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0 22px; }
.pdc-file-facts > span { min-height: 78px; padding: 14px 12px; border: 1px solid #e1e6ef; border-radius: 9px; background: #fafbfc; }
.pdc-file-facts small, .pdc-file-facts strong { display: block; }
.pdc-file-facts small { color: var(--pdc-muted); font-size: 10px; text-transform: uppercase; }
.pdc-file-facts strong { margin-top: 3px; }
.pdc-detail-purchase { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px; border: 1px solid #dfe5f0; border-radius: 13px; background: #f5f7fc; }
.pdc-detail-purchase small, .pdc-detail-purchase strong, .pdc-detail-purchase span { display: block; }
.pdc-detail-purchase small, .pdc-detail-purchase span { color: var(--pdc-muted); font-size: 12px; }
.pdc-detail-purchase strong { margin: 3px 0; font-size: 24px; }
.pdc-detail-benefits { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; color: #475467; list-style: none; }
.pdc-detail-benefits li::before { content: "✓"; margin-right: 9px; color: #16804a; font-weight: 900; }
.pdc-zoom-open { overflow: hidden; }
.pdc-zoom-modal { position: fixed; z-index: 2147483000; inset: 0; padding: 22px; background: rgba(10,16,30,.94); }
.pdc-zoom-modal[hidden] { display: none; }
.pdc-zoom-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; max-width: 1200px; height: 52px; margin: 0 auto; color: #fff; }
.pdc-zoom-toolbar > span { font-weight: 750; }
.pdc-zoom-toolbar > div { display: flex; gap: 7px; }
.pdc-zoom-toolbar button { min-width: 42px; height: 38px; padding: 0 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 7px; background: rgba(255,255,255,.12); color: #fff; font-size: 17px; cursor: pointer; }
.pdc-zoom-toolbar button:hover { background: var(--pdc-primary); }
.pdc-zoom-toolbar .pdc-zoom-close { min-width: 92px; border-color: #ef6a62; background: #d92d20; font-size: 14px; font-weight: 800; }
.pdc-zoom-toolbar .pdc-zoom-close:hover { background: #b42318; }
.pdc-zoom-stage { display: grid; place-items: center; max-width: 1200px; height: calc(100vh - 96px); margin: 0 auto; overflow: auto; border-radius: 10px; background: #252c3a; }
.pdc-zoom-stage img { display: block; max-width: 92%; max-height: calc(100vh - 120px); transition: width .15s ease; user-select: none; -webkit-user-drag: none; }
.pdc-single-box { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 28px 0; padding: 22px; border: 1px solid var(--pdc-line); border-radius: var(--pdc-radius); background: var(--pdc-bg); }
.pdc-single-box span, .pdc-single-box strong, .pdc-single-box small { display: block; }
.pdc-single-box span, .pdc-single-box small { color: var(--pdc-muted); }
.pdc-single-box strong { margin: 4px 0; font-size: 21px; }
.pdc-notice { margin: 0 0 24px; padding: 14px 16px; border-radius: 9px; border-left: 4px solid #3157d5; background: #eef2ff; }
.pdc-notice { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.pdc-notice-success { border-color: #14804a; background: #eaf8f0; }
.pdc-notice-warning { border-color: #c47b08; background: #fff6df; }
.pdc-button-buy-credits { background: #e08716; }
.pdc-button-buy-credits:hover { background: #b96908; }

/* Refinamento visual geral */
.pdc-portal-main { padding: clamp(20px, 2.8vw, 38px); }
.pdc-home h1, .pdc-home h2, .pdc-home h3,
.pdc-pricing-wrap h1, .pdc-pricing-wrap h2, .pdc-pricing-wrap h3,
.pdc-account h1, .pdc-account h2 { color: #141b2d; letter-spacing: -.025em; }
.pdc-eyebrow { display: inline-block; color: var(--pdc-primary); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pdc-button { min-height: 44px; padding: 10px 18px; border: 0; border-radius: 10px; background: linear-gradient(135deg, #365ee1, #2547b8); box-shadow: 0 6px 15px rgba(49,87,213,.2); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.pdc-button:hover { background: linear-gradient(135deg, #294fca, #19378f); transform: translateY(-1px); box-shadow: 0 9px 20px rgba(49,87,213,.27); }
.pdc-button:focus-visible, .pdc-home-search button:focus-visible, .pdc-sidebar-search button:focus-visible { outline: 3px solid rgba(49,87,213,.28); outline-offset: 3px; }
.pdc-card { display: flex; height: 100%; flex-direction: column; border-color: #dbe3ef; border-radius: 16px; box-shadow: 0 8px 25px rgba(21,38,78,.07); }
.pdc-card-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.pdc-card h3 { font-size: 20px; line-height: 1.3; }
.pdc-card p { color: #667085; line-height: 1.62; }
.pdc-card-footer { margin-top: auto; }
.pdc-portal-category, .pdc-portal-plans, .pdc-portal-account {
    padding: clamp(22px, 3vw, 36px);
    border: 1px solid #e2e8f2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(29,46,88,.06);
}
.pdc-detail-topbar { padding-bottom: 22px; border-bottom: 1px solid #e7ebf2; }
.pdc-detail-topbar h1 { max-width: 820px; letter-spacing: -.035em; }
.pdc-detail-description { color: #536176; font-size: 17px; }
.pdc-detail-purchase { padding: 22px; border-color: #d7e0ef; border-radius: 15px; background: linear-gradient(145deg, #f8faff, #f0f4ff); }
.pdc-detail-stats > div { border-color: #dce4f0; border-radius: 12px; background: #fbfcff; }
.pdc-account-stats article, .pdc-account-card { border-color: #dce4ef; box-shadow: 0 6px 18px rgba(29,46,88,.045); }
.pdc-account-stats article { transition: transform .18s ease, box-shadow .18s ease; }
.pdc-account-stats article:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(29,46,88,.08); }
.pdc-plan { border-color: #dbe3ef; box-shadow: 0 12px 32px rgba(21,38,78,.08); }
.pdc-plan.is-featured { box-shadow: 0 16px 38px rgba(49,87,213,.17); }
.pdc-gift-generator { border-color: #dbe3ef; }
.pdc-gift-generator-grid input:focus, .pdc-gift-generator-grid select:focus,
.pdc-copy-field input:focus { border-color: #6989e8; outline: 0; box-shadow: 0 0 0 4px rgba(49,87,213,.1); }
.pdc-empty { border-color: #cbd6e7; background: linear-gradient(145deg, #fbfcff, #f4f7fc); }
.pdc-notice { border: 1px solid #d6dff2; border-left-width: 4px; border-radius: 11px; box-shadow: 0 5px 15px rgba(29,46,88,.04); }

/* Remove informações do tema que não pertencem a uma página de produto PDF. */
.single-pdc_pdf .share_wrapper,
.single-pdc_pdf .share-simple-wrapper,
.single-pdc_pdf .post-footer,
.single-pdc_pdf .post-meta,
.single-pdc_pdf .author-box,
.single-pdc_pdf .mfn-author-box,
.single-pdc_pdf .section-related-adjustment,
.single-pdc_pdf .button-love,
.single-pdc_pdf .fixed-nav {
    display: none !important;
}

@media (max-width: 960px) {
    .pdc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pdc-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 22px; }
    .pdc-hero { grid-template-columns: 1fr; }
    .pdc-hero-art { display: none; }
    .pdc-portal { grid-template-columns: 220px minmax(0, 1fr); }
    .pdc-portal-main { padding: 16px; }
    .pdc-detail-layout { grid-template-columns: 1fr; }
    .pdc-detail-preview { min-height: 0; }
    .pdc-detail-preview img { min-height: 0; }
    .pdc-account-columns { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
    .pdc-gift-generator { margin: 12px 6px; padding: 18px 14px; }
    .pdc-gift-generator-grid { grid-template-columns: 1fr; }
    .pdc-gift-submit .pdc-button { width: 100%; text-align: center; }
    .pdc-copy-field { flex-direction: column; }
    .pdc-copy-field .pdc-button { width: 100%; text-align: center; }
    .pdc-gift-banner { align-items: stretch; flex-direction: column; margin: 0 6px 16px; padding: 15px; }
    .pdc-gift-banner .pdc-button { width: 100%; text-align: center; }
    .pdc-library-home-page,
    .pdc-library-home-page body { overflow-x: hidden !important; }
    .pdc-library-home-page #Content .container,
    .pdc-library-home-page #Content .section_wrapper,
    .pdc-library-home-page #Content .content_wrapper,
    .pdc-library-home-page #Content .sections_group,
    .pdc-library-home-page #Content .the_content_wrapper {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .pdc-topbar, .pdc-balance-panel, .pdc-single-box, .pdc-account-header { align-items: stretch; flex-direction: column; }
    .pdc-layout { display: block; }
    .pdc-sidebar { position: static; margin-bottom: 24px; }
    .pdc-sidebar h3 { cursor: default; }
    .pdc-grid, .pdc-plans, .pdc-pricing-how { grid-template-columns: 1fr; }
    .pdc-grid { gap: 34px; padding: 6px 4px 18px; }
    .pdc-grid .pdc-card {
        display: flex;
        overflow: hidden;
        flex-direction: column;
        margin: 0;
        border: 4px solid #9eb1d1;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 12px 27px rgba(20, 39, 88, .15);
    }
    .pdc-grid .pdc-card.is-promotion { border-color: #dc2626; box-shadow: 0 12px 28px rgba(185, 28, 28, .2); }
    .pdc-grid .pdc-card.is-promotion, .pdc-grid .pdc-card.is-promotion .pdc-cover { overflow: visible; }
    .pdc-grid .pdc-card.is-promotion .pdc-preview-wrap,
    .pdc-grid .pdc-card.is-promotion .pdc-cover > img { overflow: hidden; border-radius: 15px 15px 0 0; }
    .pdc-grid .pdc-card.is-promotion .pdc-promotion-badge { top: -17px; left: 16px; padding: 8px 14px; border: 3px solid #fff; font-size: 13px; box-shadow: 0 7px 18px rgba(185,28,28,.35); }
    .pdc-grid .pdc-cover { aspect-ratio: 16 / 9; border: 0; border-radius: 0; background: #eef2f8; }
    .pdc-grid .pdc-cover img { object-position: center top; }
    .pdc-grid .pdc-card-body { display: flex; flex: 1; flex-direction: column; padding: 19px 20px 18px; }
    .pdc-grid .pdc-card-footer { margin-top: auto; padding-top: 10px; border-top: 0; }
    .pdc-card-footer, .pdc-card-actions { align-items: stretch; flex-direction: column; }
    .pdc-card-actions .pdc-button, .pdc-remove-library { width: 100%; min-height: 52px; text-align: center; }
    .pdc-card-actions .pdc-button { border-radius: 11px; font-size: 16px; }
    .pdc-grid .pdc-category { margin-bottom: 3px; }
    .pdc-grid .pdc-card h3 { margin-top: 4px; }
    .pdc-grid .pdc-card p { min-height: 0; margin-bottom: 12px; }
    .pdc-remove-library { padding: 8px; }
    .pdc-library-list {
        display: grid;
        gap: 14px;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
    }
    .pdc-library-row,
    .pdc-library-row:last-child {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 10px 13px;
        padding: 14px 12px;
        border: 2px solid #cbd7e9;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 8px 20px rgba(22, 43, 103, .11);
    }
    .pdc-search-row .pdc-library-name { min-width: 0; text-align: left; }
    .pdc-search-row .pdc-library-name a { overflow-wrap: anywhere; }
    .pdc-search-row .pdc-library-category { justify-self: start; }
    .pdc-library-thumb { grid-row: 1 / 3; width: 64px; height: 54px; }
    .pdc-library-category { grid-column: 2; }
    .pdc-library-actions { grid-column: 1 / -1; align-items: stretch; }
    .pdc-library-actions .pdc-button { flex: 1; width: auto; min-width: 0; text-align: center; }
    .pdc-library-actions .pdc-remove-library { width: auto; min-width: 70px; }
    .pdc-plan.is-featured { transform: none; }
    .pdc-topbar { width: 100%; min-width: 0; }
    .pdc-search { width: 100%; max-width: 100%; min-width: 0; }
    .pdc-search input { flex: 1 1 auto; width: auto; min-width: 0; padding-right: 10px; padding-left: 12px; }
    .pdc-search button { flex: 0 0 92px; min-width: 92px; padding: 0 10px; white-space: nowrap; text-align: center; }
    .pdc-hero-actions, .pdc-section-title { align-items: stretch; flex-direction: column; }
    .pdc-notice { align-items: stretch; flex-direction: column; }
    .pdc-home,
    .pdc-hero,
    .pdc-hero-content,
    .pdc-home-search,
    .pdc-home-search-fields,
    .pdc-home-section,
    .pdc-section-title {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
    .pdc-home-search { padding: 10px; }
    .pdc-home-search-label { min-height: 42px; padding-left: 50px; }
    .pdc-home-search-label strong,
    .pdc-home-search-label small,
    .pdc-hero-content > p,
    .pdc-section-title h2,
    .pdc-section-title a {
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: normal;
        letter-spacing: normal;
    }
    .pdc-home-search-label strong { font-size: 16px; line-height: 1.3; }
    .pdc-home-search-label small { font-size: 11px; line-height: 1.45; }
    .pdc-home-search-fields { align-items: stretch; flex-direction: column; padding: 5px; }
    .pdc-home-search input { width: 100%; min-width: 0; min-height: 48px; padding: 0 12px; font-size: 15px; }
    .pdc-home-search button { width: 100%; min-width: 0; min-height: 48px; padding: 10px 12px; white-space: normal; line-height: 1.3; letter-spacing: normal; }
    .pdc-hero { padding: 24px 12px; overflow: hidden; border-radius: 12px; }
    .pdc-hero h1 { width: 100%; max-width: 100%; margin-bottom: 18px; font-size: clamp(29px, 9vw, 38px); line-height: 1.08; white-space: normal; overflow-wrap: anywhere; }
    .pdc-hero-content > p { width: 100%; margin-bottom: 20px; font-size: 16px; line-height: 1.5; }
    .pdc-eyebrow { font-size: 11px; line-height: 1.4; letter-spacing: .08em; }
    .pdc-hero-content, .pdc-home-search, .pdc-home-search-fields, .pdc-hero-actions, .pdc-section-title { min-width: 0; max-width: 100%; }
    .pdc-hero-actions > *, .pdc-section-title > * { width: 100%; min-width: 0; max-width: 100%; }
    .pdc-hero-actions .pdc-button-large { width: 100%; padding-right: 12px; padding-left: 12px; white-space: normal; text-align: center; letter-spacing: normal; }
    .pdc-section-title h2 { font-size: clamp(25px, 8vw, 34px); line-height: 1.12; }
    html.pdc-menu-open { overflow: hidden; }
    .pdc-portal { display: block; width: 100%; max-width: 100%; min-height: 0; margin: 0; overflow: hidden; border: 0; border-radius: 0; box-shadow: none; }
    .pdc-portal-main { width: 100%; max-width: 100%; padding: 64px 4px 8px; overflow: hidden; }
    .pdc-portal-sidebar { display: block; padding: 9px 8px; border: 0; border-bottom: 1px solid var(--pdc-line); background: #fff; }
    .pdc-mobile-menu-toggle { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 46px; padding: 8px 14px; border: 1px solid #d7deea; border-radius: 9px; background: #fff; color: var(--pdc-primary-dark); font-size: 14px; cursor: pointer; }
    .pdc-mobile-menu-toggle .dashicons { width: 20px; height: 20px; font-size: 20px; }
    .pdc-portal-sidebar:not(.is-open) { height: 0; padding: 0; border: 0; }
    .pdc-portal-sidebar:not(.is-open) > :not(.pdc-mobile-menu-toggle) { display: none; }
    .pdc-portal-sidebar:not(.is-open) .pdc-mobile-menu-toggle { position: fixed; z-index: 1000001; top: max(10px, env(safe-area-inset-top)); right: 12px; bottom: auto; left: 12px; width: auto; min-width: 0; border-color: #b42318; background: #d92d20; color: #fff; box-shadow: 0 8px 22px rgba(180,35,24,.3); }
    .pdc-portal-sidebar:not(.is-open) .pdc-mobile-menu-toggle::after { content: "Ver PDFs"; margin-left: 2px; padding-left: 8px; border-left: 1px solid rgba(255,255,255,.35); font-size: 11px; font-weight: 700; }
    .pdc-portal-sidebar.is-open { position: fixed; z-index: 1000001; inset: 0 auto 0 0; display: block; width: min(calc(100vw - 20px), 360px); max-width: 100%; padding: max(12px, env(safe-area-inset-top)) 12px 18px; overflow-y: auto; border: 0; background: #fff; box-shadow: 10px 0 30px rgba(16,24,40,.18); }
    .pdc-portal-sidebar.is-open .pdc-mobile-menu-toggle { margin-bottom: 15px; border-color: #b42318; background: #d92d20; color: #fff; }
    .pdc-portal-sidebar .pdc-mobile-menu-toggle:hover,
    .pdc-portal-sidebar .pdc-mobile-menu-toggle:focus { border-color: #8f1d14; background: #b42318; color: #fff; }
    .pdc-mobile-menu-backdrop { position: fixed; z-index: 999990; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; }
    .pdc-mobile-menu-backdrop:not([hidden]) { display: block; }
    .pdc-portal-brand { padding: 0 6px 14px; }
    .pdc-portal-user { margin-bottom: 12px; }
    .pdc-login-panel { padding: 14px 10px; border-radius: 10px; }
    .pdc-login-intro { gap: 10px; }
    .pdc-login-intro h2 { font-size: 20px; }
    .pdc-login-panel .woocommerce .col2-set .col-1,
    .pdc-login-panel .woocommerce .col2-set .col-2 { float: none; width: 100%; max-width: 100%; }
    .pdc-login-panel .woocommerce-form-login,
    .pdc-login-panel #loginform { padding: 14px 10px; }
    .pdc-payment-return { align-items: stretch; flex-direction: column; padding: 15px; }
    .pdc-payment-return .pdc-button { width: 100%; }
    .pdc-nav-group:not([open]) .pdc-nav-files { display: none; }
    .pdc-portal-detail, .pdc-portal-category, .pdc-portal-plans, .pdc-portal-account { min-height: 0; padding: 14px 10px; border-radius: 10px; }
    .pdc-detail-topbar { margin-bottom: 20px; }
    .pdc-detail-topbar h1 { font-size: clamp(28px, 9vw, 38px); }
    .pdc-detail-description { margin-bottom: 18px; font-size: 15px; }
    .pdc-file-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
    .pdc-file-facts > span { min-height: 68px; padding: 10px 7px; }
    .pdc-file-facts strong { font-size: 12px; overflow-wrap: anywhere; }
    .pdc-detail-purchase { padding: 15px; }
    .pdc-related-pdfs { margin-top: 34px; padding-top: 24px; }
    .pdc-home-section { padding-top: 38px; }
    .pdc-pricing-wrap { margin-top: 20px; }
    .pdc-detail-topbar, .pdc-detail-purchase { align-items: stretch; flex-direction: column; }
    .pdc-detail-admin-actions { align-items: stretch; justify-content: flex-start; }
    .pdc-detail-admin-actions a { text-align: center; }
    .pdc-account-stats { grid-template-columns: 1fr; }
    .pdc-account-actions { align-items: stretch; flex-direction: column; }
    .pdc-zoom-modal { padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom)); }
    .pdc-zoom-toolbar > span { display: none; }
    .pdc-zoom-toolbar { position: relative; z-index: 3; justify-content: flex-start; padding-right: 108px; }
    .pdc-zoom-toolbar .pdc-zoom-close {
        position: fixed;
        z-index: 2147483001;
        top: max(12px, env(safe-area-inset-top));
        right: 12px;
        min-width: 96px;
        height: 44px;
        border: 2px solid rgba(255,255,255,.8);
        border-radius: 10px;
        box-shadow: 0 7px 20px rgba(0,0,0,.32);
    }
    .pdc-zoom-stage { height: calc(100dvh - 74px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); }
}
