/*
 * WordPress-only adapter.
 * The visual tokens and utilities come from the original Lovable production build.
 */
:root{--wp-admin--admin-bar--height:0px}
html{scroll-padding-top:calc(5rem + var(--wp-admin--admin-bar--height))}
body.admin-bar{--wp-admin--admin-bar--height:32px}
.admin-bar [data-bec-header]{top:32px}
.bec-icon-sun{display:none}
.dark .bec-icon-moon{display:none}
.dark .bec-icon-sun{display:block}
.dark .text-foreground{color:var(--foreground)!important}
.dark .text-muted-foreground{color:var(--muted-foreground)!important}
.dark .bg-background{background-color:var(--background)!important}
.dark .bg-surface{background-color:var(--surface)!important}
.dark .bg-card{background-color:var(--card)!important}
.dark .border-hairline{border-color:var(--hairline)!important}
[data-bec-brand-panel].bec-panel-open{visibility:visible;opacity:1;transform:translateY(0)}
.bec-ltr{direction:ltr}
.bec-rtl{direction:rtl}
.bec-hide-desktop{display:none!important}
.bec-wp-content>p+ p{margin-top:1.25rem}
.bec-wp-content ul{margin-top:1.25rem;display:grid;gap:.75rem}
.bec-wp-content li{position:relative;padding-inline-start:1.5rem}
.bec-wp-content li:before{content:"";position:absolute;inset-inline-start:0;top:.7em;width:.45rem;height:.45rem;border-radius:999px;background:var(--brand)}
.bec-article-body h2{margin-top:3rem;font-size:1.75rem;line-height:1.35}
.bec-article-body h3{margin-top:2rem;font-size:1.25rem}
.bec-article-body p{margin-top:1.25rem;color:var(--muted-foreground);line-height:1.85}
.bec-article-body a{color:var(--brand);text-decoration:underline;text-underline-offset:3px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{position:fixed!important;z-index:100000;top:1rem;left:1rem;width:auto;height:auto;padding:.75rem 1rem;clip:auto;background:var(--background);color:var(--foreground)}
.navigation.pagination{margin-top:3rem}
.nav-links{display:flex;flex-wrap:wrap;gap:.5rem}
.page-numbers{display:grid;min-width:2.5rem;height:2.5rem;place-items:center;border:1px solid var(--hairline);border-radius:.5rem;font-size:.8rem;font-weight:700}
.page-numbers.current{border-color:var(--brand);background:var(--brand);color:var(--brand-foreground)}
@media(max-width:782px){body.admin-bar{--wp-admin--admin-bar--height:46px}.admin-bar [data-bec-header]{top:46px}}
@media(min-width:768px) and (max-width:1023px){.bec-hide-desktop{display:initial!important}.bec-hide-tablet{display:none!important}}
@media(max-width:767px){.bec-hide-desktop{display:initial!important}.bec-hide-mobile{display:none!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
