/*
Theme Name: Pet Buddy Real
Theme URI: https://example.com/pet-buddy-pro
Author: ChatGPT
Description: Free realistic pet social networking WordPress theme with BuddyPress-friendly layouts, real pet photo hero, slider and demo feed.
Version: 1.1.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: pet-buddy-pro
*/
:root{--orange:#f97316;--orange2:#fb923c;--dark:#0f172a;--muted:#64748b;--bg:#fff7ed;--card:#fff;--line:#fed7aa;--shadow:0 18px 50px rgba(15,23,42,.09);--font-sans:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
*{box-sizing:border-box}
html{font-family:var(--font-sans)}
body{margin:0;font-family:inherit;color:var(--dark);background:linear-gradient(180deg,#fff 0%,#fff7ed 50%,#fff 100%)}
button,input,select,textarea,.pb-header,.pb-footer,#buddypress,.buddypress-wrap,.bp-wrap{font-family:var(--font-sans)}
a{color:inherit;text-decoration:none} img{max-width:100%;height:auto}.pb-container{max-width:1320px;margin:0 auto;padding:0 24px}.pb-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(254,215,170,.75);overflow:visible}
.admin-bar .pb-header{top:32px}
@media screen and (max-width:782px){.admin-bar .pb-header{top:46px}}.pb-nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:25px}.pb-logo{display:flex;align-items:center;gap:12px;font-size:28px;font-weight:900;letter-spacing:-.04em}.pb-logo-mark{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange),#ffb703);box-shadow:0 12px 26px rgba(249,115,22,.35);font-size:23px}.pb-menu{display:flex;gap:26px;align-items:center;font-weight:800}.pb-menu a{padding:11px 0;position:relative}.pb-menu a:hover,.pb-menu .current-menu-item>a{color:var(--orange)}.pb-menu a:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:3px;border-radius:99px;background:var(--orange);transform:scaleX(0);transition:.2s}.pb-menu a:hover:after{transform:scaleX(1)}.pb-actions{display:flex;gap:12px}.pb-icon-btn{width:46px;height:46px;border-radius:50%;border:0;background:#f8fafc;box-shadow:0 8px 22px rgba(2,6,23,.06);display:grid;place-items:center;font-size:20px}.pb-hero-wrap{padding:34px 0 18px}.pb-slider{position:relative;border-radius:28px;overflow:hidden;min-height:430px;background:linear-gradient(110deg,#ffedd5 0%,#fff7ed 48%,#ffe4c7 100%);box-shadow:var(--shadow);border:1px solid #fed7aa}.pb-slide{display:none;grid-template-columns:1fr 1.1fr;align-items:center;min-height:430px}.pb-slide.active{display:grid}.pb-hero-content{padding:58px 40px 58px 76px;position:relative;z-index:2}.pb-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#fff;border-radius:999px;font-weight:900;color:var(--orange);box-shadow:0 8px 22px rgba(249,115,22,.12);margin-bottom:17px}.pb-title{font-size:56px;line-height:1.05;margin:0 0 18px;letter-spacing:-.06em}.pb-title span{color:var(--orange)}.pb-subtitle{font-size:19px;line-height:1.65;color:#475569;margin:0 0 28px;max-width:540px}.pb-btns{display:flex;gap:16px;flex-wrap:wrap}.pb-btn{border:0;border-radius:17px;padding:16px 24px;font-weight:900;box-shadow:0 15px 30px rgba(249,115,22,.20);display:inline-flex;align-items:center;gap:9px}.pb-btn.primary{background:linear-gradient(135deg,var(--orange),#ea580c);color:#fff}.pb-btn.secondary{background:#fff;color:var(--dark);box-shadow:0 12px 30px rgba(15,23,42,.08)}.pb-hero-art{position:relative;min-height:430px;display:flex;align-items:end;justify-content:center;padding:24px 22px 0}.pb-hero-art img{width:100%;max-width:760px;filter:drop-shadow(0 30px 35px rgba(120,53,15,.18));transform:translateY(6px)}.pb-float{position:absolute;background:#fff;border-radius:999px;padding:12px 16px;font-weight:900;box-shadow:0 16px 34px rgba(15,23,42,.10);animation:pbFloat 4s ease-in-out infinite}.pb-float.one{top:56px;right:88px}.pb-float.two{bottom:68px;left:38px;animation-delay:1s}.pb-float.three{top:105px;left:58px;animation-delay:2s}@keyframes pbFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.pb-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:0;background:#fff;color:var(--orange);font-size:28px;font-weight:900;box-shadow:0 14px 30px rgba(15,23,42,.13);cursor:pointer}.pb-prev{left:24px}.pb-next{right:24px}.pb-dots{position:absolute;left:0;right:0;bottom:20px;display:flex;gap:8px;justify-content:center}.pb-dot{width:10px;height:10px;border-radius:99px;background:#fff;border:2px solid var(--orange);opacity:.9;cursor:pointer}.pb-dot.active{width:28px;background:var(--orange)}.pb-feature-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin:22px 0 18px}.pb-feature{background:#fff;border:1px solid #ffedd5;border-radius:22px;padding:24px 18px;text-align:center;box-shadow:0 14px 36px rgba(15,23,42,.06);transition:.2s}.pb-feature:hover{transform:translateY(-5px)}.pb-feature-icon{width:62px;height:62px;border-radius:20px;margin:0 auto 13px;display:grid;place-items:center;font-size:34px;background:linear-gradient(145deg,#fff,#ffedd5);box-shadow:inset 0 -8px 16px rgba(249,115,22,.12),0 12px 24px rgba(249,115,22,.12)}.pb-feature h3{font-size:16px;margin:0 0 6px}.pb-feature p{margin:0;color:var(--muted);font-size:13px;line-height:1.4}.pb-layout{display:grid;grid-template-columns:250px 1fr 290px;gap:22px;padding:10px 0 56px}.pb-card{background:#fff;border:1px solid #ffedd5;border-radius:24px;box-shadow:0 15px 40px rgba(15,23,42,.06);overflow:hidden}.pb-profile{text-align:center;padding:26px}.pb-avatar{width:98px;height:98px;border-radius:50%;object-fit:cover;border:6px solid #fff;box-shadow:0 12px 28px rgba(15,23,42,.16)}.pb-profile h3{margin:12px 0 4px}.pb-sidebar-link{display:flex;align-items:center;gap:12px;padding:14px 18px;font-weight:800;color:#334155}.pb-sidebar-link:hover,.pb-sidebar-link.active{background:#fff7ed;color:var(--orange)}.pb-composer{padding:18px}.pb-input{border:1px solid #e2e8f0;border-radius:17px;padding:16px;width:100%;font-size:15px}.pb-composer-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.pb-mini-action{padding:12px;border-radius:14px;background:#f8fafc;text-align:center;font-weight:800;color:#475569}.pb-post{padding:22px;margin-top:16px}.pb-post-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.pb-post-head img{width:48px;height:48px;border-radius:50%;object-fit:cover}.pb-post h4{margin:0}.pb-post small{color:var(--muted)}.pb-post-media{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.pb-pet-photo{height:210px;border-radius:20px;background:linear-gradient(135deg,#bbf7d0,#fed7aa);display:grid;place-items:center;font-size:70px}.pb-widget{padding:20px;margin-bottom:16px}.pb-widget-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.pb-widget h3{margin:0}.pb-group{display:flex;gap:11px;align-items:center;padding:11px 0;border-bottom:1px solid #f1f5f9}.pb-group:last-child{border-bottom:0}.pb-group-icon{width:44px;height:44px;border-radius:16px;background:#fff7ed;display:grid;place-items:center;font-size:23px}.pb-footer{background:#1e293b;color:#fff;padding:36px 0;margin-top:30px}.pb-footer p{color:#cbd5e1}.site-main{min-height:400px}.pb-content-card{background:#fff;border-radius:24px;border:1px solid #ffedd5;padding:30px;box-shadow:var(--shadow);margin:36px auto;max-width:1080px}.pb-mobile-toggle{display:none}.bp-wrap,.buddypress-wrap{background:#fff;border-radius:24px;padding:24px;box-shadow:var(--shadow);border:1px solid #ffedd5;margin:30px auto;max-width:1180px}@media(max-width:1024px){.pb-slide{grid-template-columns:1fr}.pb-hero-content{padding:48px 34px}.pb-hero-art{min-height:320px}.pb-title{font-size:42px}.pb-feature-grid{grid-template-columns:repeat(3,1fr)}.pb-layout{grid-template-columns:1fr}.pb-right{display:flex;flex-direction:column;gap:16px;position:static}.pb-mobile-toggle{display:grid}}@media(max-width:640px){.pb-container{padding:0 14px}.pb-logo{font-size:22px}.pb-hero-wrap{padding-top:18px}.pb-slider{border-radius:20px}.pb-title{font-size:34px}.pb-subtitle{font-size:16px}.pb-hero-content{padding:35px 20px}.pb-float{display:none}.pb-feature-grid,.pb-right{grid-template-columns:1fr}.pb-post-media,.pb-composer-actions{grid-template-columns:1fr}.pb-slider-arrow{display:none}}
.pb-stat-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin:10px 0 14px}.pb-stat-strip div{background:#fff;border:1px solid #ffedd5;border-radius:22px;padding:18px 22px;box-shadow:0 12px 32px rgba(15,23,42,.05);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.pb-stat-strip span{font-weight:800;color:#334155;font-size:14px;line-height:1.25}.pb-stat-strip b{font-size:30px;color:var(--orange);letter-spacing:-.04em;line-height:1}.pb-profile-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.pb-profile-stats span{background:#fff7ed;border-radius:16px;padding:10px;font-size:12px}.pb-profile-stats b{display:block;color:var(--orange);font-size:17px}.pb-sidebar-link em{margin-left:auto;background:var(--orange);color:#fff;border-radius:999px;padding:2px 8px;font-style:normal;font-size:12px}.pb-composer-row{display:flex;gap:12px;align-items:center}
.pb-composer-row--home{align-items:flex-start}
.pb-composer-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}
.pb-composer-pet{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.pb-composer-pet__label{font-size:12px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}
.pb-pet-select--inline{min-width:160px;max-width:100%;flex:1}
.pb-composer-row img{width:46px;height:46px;border-radius:50%;object-fit:cover;flex-shrink:0;margin-top:2px}.pb-post-head button{margin-left:auto;border:0;background:#f8fafc;border-radius:50%;width:38px;height:38px;font-weight:900;color:#64748b}.pb-post h4 span{font-weight:700;color:#64748b}.pb-pet-photo.alt{background:linear-gradient(135deg,#dbeafe,#fce7f3)}.pb-reactions{display:flex;justify-content:space-between;color:#64748b;font-weight:700;border-bottom:1px solid #f1f5f9;padding:14px 0 11px}.pb-post-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:11px}.pb-post-actions a{text-align:center;padding:12px;border-radius:14px;font-weight:900;color:#475569}.pb-post-actions a:hover{background:#fff7ed;color:var(--orange)}.pb-adopt{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}.pb-adopt:last-child{border-bottom:0}.pb-adopt>span{width:48px;height:48px;border-radius:16px;background:#fff7ed;display:grid;place-items:center;font-size:27px}.pb-adopt div{flex:1}.pb-adopt small{display:block;color:#64748b;margin-top:3px}.pb-adopt a{background:linear-gradient(135deg,var(--orange),#ea580c);color:#fff;padding:7px 11px;border-radius:999px;font-weight:900;font-size:12px}.pb-group-icon.date{font-size:17px;font-weight:900;line-height:1.05;color:var(--orange)}.pb-group-icon.date small{font-size:9px;color:#64748b}@media(max-width:900px){.pb-stat-strip{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.pb-stat-strip{grid-template-columns:repeat(2,1fr)}.pb-stat-strip b{font-size:26px}}

/* Real photo template additions */
.pb-real-hero-photo{width:100%;max-width:760px;height:360px;object-fit:cover;border-radius:34px;box-shadow:0 30px 70px rgba(15,23,42,.20);border:8px solid rgba(255,255,255,.75)}
.pb-hero-art:before{content:"";position:absolute;inset:42px 30px 15px 45px;background:linear-gradient(135deg,rgba(249,115,22,.18),rgba(255,255,255,.08));border-radius:38px;z-index:0}.pb-hero-art>*{position:relative;z-index:1}
.pb-pet-photo{height:250px;background:#f8fafc;overflow:hidden;display:block}.pb-pet-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:.25s}.pb-pet-photo:hover img{transform:scale(1.04)}
.pb-group-photo,.pb-adopt-photo{width:50px;height:50px;border-radius:16px;object-fit:cover;box-shadow:0 8px 22px rgba(15,23,42,.12)}
.pb-feature-icon{background:#fff;overflow:hidden}.pb-feature-icon img{width:100%;height:100%;object-fit:cover}.pb-real-badge{position:absolute;left:34px;bottom:35px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-radius:22px;padding:14px 18px;box-shadow:0 16px 36px rgba(15,23,42,.16);font-weight:900;color:#0f172a}.pb-real-badge span{display:block;color:#f97316;font-size:13px;margin-bottom:4px}.pb-profile-cover{height:80px;background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 45%,#fdba74 100%);background-size:cover;background-position:center}.pb-profile-cover.has-image{background-color:#ffedd5;background-size:cover;background-position:center;background-repeat:no-repeat}.pb-profile{padding-top:0}.pb-avatar{margin-top:-38px}.pb-adopt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}.pb-adopt-card{border:1px solid #ffedd5;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.06)}.pb-adopt-card img{width:100%;height:155px;object-fit:cover}.pb-adopt-card div{padding:14px}.pb-adopt-card h4{margin:0 0 4px}.pb-adopt-card p{margin:0;color:#64748b;font-size:13px}.pb-adopt-card a{display:inline-block;margin-top:10px;background:#f97316;color:#fff;border-radius:999px;padding:8px 14px;font-weight:900;font-size:12px}@media(max-width:640px){.pb-real-hero-photo{height:260px;border-radius:22px}.pb-adopt-grid{grid-template-columns:1fr}}


/* =========================================================================
   Activity / Community Feed page  (made to match the home page)
   ====================================================================== */
/* Single clean card: drop the outer page card chrome on BuddyPress screens
   and hide the redundant directory page title. */
body.buddypress .pb-content-card{background:transparent;border:0;box-shadow:none;padding:0;margin:26px auto;max-width:1180px}
body.buddypress .pb-content-card > h1{display:none}

.pb-feed-hero{position:relative;overflow:hidden;border-radius:24px;padding:36px 38px;margin:0 0 24px;background:linear-gradient(120deg,#f97316 0%,#fb923c 55%,#fdba74 100%);color:#fff;box-shadow:0 22px 50px rgba(249,115,22,.28)}
.pb-feed-hero__content{position:relative;z-index:2;max-width:680px}
.pb-feed-hero .pb-kicker.small{background:rgba(255,255,255,.92);color:#ea580c}
.pb-feed-hero__title{font-size:40px;line-height:1.06;letter-spacing:-.04em;margin:14px 0 12px;color:#fff}
.pb-feed-hero__title span{text-decoration:underline;text-decoration-color:rgba(255,255,255,.5);text-underline-offset:4px}
.pb-feed-hero__sub{font-size:17px;line-height:1.6;color:rgba(255,255,255,.94);margin:0 0 22px;max-width:540px}
.pb-feed-hero__stats{display:flex;gap:14px;flex-wrap:wrap}
.pb-feed-hero__stats div{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);border-radius:18px;padding:11px 20px;text-align:center;min-width:92px}
.pb-feed-hero__stats b{display:block;font-size:24px;letter-spacing:-.03em}
.pb-feed-hero__stats span{font-size:12px;font-weight:800;opacity:.92}
.pb-feed-hero__art{position:absolute;right:26px;bottom:-6px;font-size:88px;opacity:.22;z-index:1;letter-spacing:8px}
@media(max-width:640px){.pb-feed-hero{padding:26px 20px}.pb-feed-hero__title{font-size:28px}.pb-feed-hero__art{display:none}}

/* Post composer */
#buddypress #whats-new-form{background:#fff;border:1px solid #ffedd5;border-radius:22px;padding:18px;box-shadow:0 12px 32px rgba(15,23,42,.06);margin-bottom:22px}
#buddypress #whats-new-textarea textarea,#buddypress textarea#whats-new{border:1px solid #e2e8f0;border-radius:16px;padding:14px;font-size:15px;width:100%}
#buddypress #aw-whats-new-submit,#buddypress #whats-new-actions input[type=submit],#buddypress #whats-new-submit input[type=submit]{background:linear-gradient(135deg,var(--orange),#ea580c)!important;border:0!important;border-radius:14px!important;color:#fff!important;font-weight:900!important;padding:12px 22px!important;box-shadow:0 12px 26px rgba(249,115,22,.22)!important}

/* Activity stream items */
#buddypress ul.activity-list li.activity-item{background:#fff;border:1px solid #ffedd5;border-radius:20px;padding:22px;margin-bottom:18px;box-shadow:0 14px 34px rgba(15,23,42,.05);list-style:none}
#buddypress ul.activity-list li .activity-avatar img.avatar{border-radius:50%;border:3px solid #fff;box-shadow:0 8px 20px rgba(15,23,42,.12);width:52px!important;height:52px!important}
#buddypress .activity-header{color:#0f172a}
#buddypress .activity-header a{color:var(--orange);font-weight:800}
#buddypress .activity-header .time-since{color:var(--muted)}
#buddypress .activity-meta a.button,#buddypress a.bp-primary-action{background:#fff7ed!important;border:1px solid #ffedd5!important;border-radius:999px!important;color:#ea580c!important;font-weight:800!important;padding:6px 14px!important;box-shadow:none!important}
#buddypress .activity-meta a.button:hover,#buddypress a.bp-primary-action:hover{background:var(--orange)!important;color:#fff!important}
#buddypress div.activity-comments{background:#fff7ed;border-radius:16px;padding:12px 16px;margin-top:12px}

/* Feed nav tabs + search */
#buddypress div.item-list-tabs ul li a,#buddypress .bp-navs li a{border-radius:999px;font-weight:800}
#buddypress .dir-search input[type=search],#buddypress .bp-search input[type=search]{border:1px solid #e2e8f0;border-radius:999px;padding:10px 16px}

/* Pet health / hospital / vaccine / insurance section */
.pb-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin:28px 0 18px}.pb-section-head h2{font-size:36px;line-height:1.1;margin:8px 0 8px;letter-spacing:-.04em}.pb-section-head p{margin:0;color:#64748b;font-size:16px;max-width:700px}.pb-kicker.small{font-size:13px;padding:8px 12px;border-radius:999px;background:#fff7ed;color:#f97316;font-weight:900;display:inline-block}.pb-view-link{font-weight:900;color:#f97316;white-space:nowrap}.pb-health-section{margin-top:22px;margin-bottom:26px}.pb-health-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:stretch}.pb-health-card{background:#fff;border:1px solid #ffedd5;border-radius:24px;box-shadow:0 16px 40px rgba(15,23,42,.06);overflow:hidden;display:flex;flex-direction:column;min-height:100%;transition:transform .2s,box-shadow .2s}.pb-health-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(15,23,42,.10)}.pb-health-card__media{position:relative;flex-shrink:0}.pb-health-card__media img{width:100%;height:148px;object-fit:cover;display:block}.pb-health-card__badge{position:absolute;top:14px;left:14px;background:rgba(255,255,255,.96);color:#f97316;font-weight:900;font-size:12px;padding:7px 12px;border-radius:999px;box-shadow:0 8px 20px rgba(15,23,42,.12)}.pb-health-card__body{flex:1;display:flex;flex-direction:column;padding:22px;gap:0;min-height:0}.pb-health-card h3{margin:0 0 8px;font-size:19px;line-height:1.25;letter-spacing:-.02em;color:#0f172a}.pb-health-card p{color:#64748b;line-height:1.55;margin:0 0 14px;font-size:14px;flex:1}.pb-health-icon{width:56px;height:56px;border-radius:18px;background:linear-gradient(145deg,#fff7ed,#ffedd5);display:grid;place-items:center;font-size:28px;margin-bottom:14px;box-shadow:inset 0 -8px 16px rgba(249,115,22,.08)}.pb-health-meta{padding:0;margin:0 0 4px;list-style:none;display:grid;gap:6px;color:#475569;font-weight:700;font-size:13px}.pb-health-meta li{display:flex;align-items:center;gap:8px}.pb-health-tags{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:4px}.pb-health-tags span{background:#f8fafc;color:#475569;border:1px solid #e2e8f0;border-radius:999px;padding:6px 11px;font-weight:800;font-size:12px}.pb-health-card__foot{margin-top:auto;padding-top:16px}.pb-book-btn,.pb-health-card a.pb-book-btn{display:flex;align-items:center;justify-content:center;width:100%;margin-top:0;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border-radius:14px;padding:13px 16px;font-weight:900;font-size:14px;box-shadow:0 12px 24px rgba(249,115,22,.18);transition:filter .2s,transform .2s}.pb-book-btn:hover,.pb-health-card a.pb-book-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.pb-book-btn--link{text-decoration:none}.pb-health-card--hospital .pb-health-card__body{padding-top:20px}.pb-feature-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.pb-stat-strip{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}@media(max-width:1100px){.pb-health-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.pb-section-head{display:block}.pb-section-head h2{font-size:28px}.pb-health-grid{grid-template-columns:1fr}.pb-health-card__media img{height:180px}}
/* Functional status composer */
button.pb-mini-action{border:0;cursor:pointer;font:inherit;width:100%}
button.pb-mini-action:hover{background:#fff7ed;color:#f97316}
.pb-composer-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:12px}
.pb-privacy-select{border:1px solid #e2e8f0;border-radius:14px;padding:10px 12px;font-weight:800;font-size:13px;color:#475569;background:#fff;cursor:pointer}
.pb-composer-file{color:#64748b;font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}
.pb-composer-post{padding:11px 24px;font-size:14px;cursor:pointer;border:0;white-space:nowrap}
.pb-composer-notice{padding:14px 18px;margin-bottom:14px;font-weight:800;border-radius:18px}
.pb-composer-notice.ok{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}
.pb-composer-notice.warn{background:#fffbeb;color:#b45309;border:1px solid #fde68a}
.pb-composer-notice.err{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}
.pb-composer-notice a{color:inherit;text-decoration:underline}
.pb-composer-guest{display:flex;align-items:center;gap:14px;padding:18px}
.pb-composer-guest small{color:#64748b}
.pb-activity-photo{max-width:100%;border-radius:16px;margin-top:10px;display:block}
.pb-post-caption{margin:0 0 2px;line-height:1.55;word-break:break-word}
.pb-post-caption p{margin:0 0 8px}.pb-post-caption p:last-child{margin-bottom:0}
.pb-post-body{margin:0 0 4px;line-height:1.6;word-break:break-word}
.pb-post-body p{margin:0 0 8px}.pb-post-body p:last-child{margin-bottom:0}
.pb-post-body img{max-width:100%;border-radius:16px;margin-top:8px;display:block}
.pb-post-body .pb-post-photos,
.pb-post-body .pb-post-media-grid{display:grid;gap:2px;margin:10px 0 0;overflow:hidden;border-radius:12px;background:#fff}
.pb-post-body .pb-post-photos .pb-post-photo{position:relative;min-height:0;background:#111;overflow:hidden}
.pb-post-body .pb-post-photos .pb-post-photo img,
.pb-post-body .pb-post-photos .pb-post-photo video{width:100%;height:100%;object-fit:cover;display:block;margin:0;border-radius:0;position:absolute;inset:0}
.pb-post-body .pb-post-photos .pb-post-photo{aspect-ratio:1/1}
.pb-post-body .pb-post-photos.count-1{grid-template-columns:1fr}
.pb-post-body .pb-post-photos.count-1 .pb-post-photo{aspect-ratio:auto;max-height:none;background:#0f172a;display:flex;align-items:center;justify-content:center}
.pb-post-body .pb-post-photos.count-1 .pb-post-photo img,
.pb-post-body .pb-post-photos.count-1 .pb-post-photo video{position:static;inset:auto;width:100%;height:auto;max-height:720px;object-fit:contain}
.pb-post-body .pb-post-photos.count-2{grid-template-columns:1fr 1fr}
.pb-post-body .pb-post-photos.count-2 .pb-post-photo{aspect-ratio:4/5;min-height:240px}
.pb-post-body .pb-post-photos.count-3{grid-template-columns:1.15fr 1fr;grid-template-rows:1fr 1fr;min-height:320px}
.pb-post-body .pb-post-photos.count-3 .pb-post-photo{aspect-ratio:auto;min-height:0}
.pb-post-body .pb-post-photos.count-3 .pb-post-photo:first-child{grid-row:1 / span 2}
.pb-post-body .pb-post-photos.count-4{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}
.pb-post-body .pb-post-photos.count-4 .pb-post-photo{aspect-ratio:4/3;min-height:160px}
.pb-post-body .pb-post-photos.count-5,
.pb-post-body .pb-post-photos.count-5.has-overflow{grid-template-columns:repeat(6,1fr);grid-template-rows:1.15fr 1fr;min-height:420px;gap:2px;background:#fff}
.pb-post-body .pb-post-photos.count-5 .pb-post-photo{aspect-ratio:auto;min-height:0}
.pb-post-body .pb-post-photos.count-5 .pb-post-photo:nth-child(1){grid-column:1 / span 3;grid-row:1}
.pb-post-body .pb-post-photos.count-5 .pb-post-photo:nth-child(2){grid-column:4 / span 3;grid-row:1}
.pb-post-body .pb-post-photos.count-5 .pb-post-photo:nth-child(3){grid-column:1 / span 2;grid-row:2}
.pb-post-body .pb-post-photos.count-5 .pb-post-photo:nth-child(4){grid-column:3 / span 2;grid-row:2}
.pb-post-body .pb-post-photos.count-5 .pb-post-photo:nth-child(5){grid-column:5 / span 2;grid-row:2}
.pb-post-body .pb-post-photos.count-5 .pb-post-photo:nth-child(n+6){display:none}
.pb-post-photo__mute{position:absolute;z-index:3;right:8px;bottom:8px;width:34px;height:34px;border:0;border-radius:999px;background:rgba(15,23,42,.72);color:#fff;font-size:15px;line-height:1;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(4px);box-shadow:0 4px 12px rgba(0,0,0,.25)}
.pb-post-photo__mute:hover{background:rgba(15,23,42,.88)}
.pb-post-photo__more{position:absolute;inset:0;display:grid;place-items:center;background:rgba(15,23,42,.55);color:#fff;font-size:28px;font-weight:900;letter-spacing:-.02em;z-index:2}
.pb-post-body .pb-post-video{width:100%;max-height:460px;border-radius:12px;margin-top:10px;display:block;background:#000}
.pb-composer-caption{width:100%;min-height:72px;resize:vertical;line-height:1.45;padding:12px 14px}
.pb-composer-preview{margin:12px 0 4px}
.pb-composer-preview[hidden]{display:none!important}
.pb-composer-preview__summary{display:flex;flex-direction:column;gap:8px}
.pb-composer-preview__grid{display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}
.pb-composer-preview__item{position:relative;aspect-ratio:1;border-radius:14px;overflow:hidden;background:#0f172a;border:1px solid #ffedd5;padding:0;cursor:pointer}
.pb-composer-preview__item img,.pb-composer-preview__item video{width:100%;height:100%;object-fit:cover;display:block}
.pb-composer-preview__more{position:absolute;inset:0;display:grid;place-items:center;background:rgba(15,23,42,.55);color:#fff;font-weight:900;font-size:22px}
.pb-composer-preview__edit-all{align-self:flex-start;border:0;background:#eff6ff;color:#1d4ed8;font-weight:800;font-size:13px;padding:8px 12px;border-radius:999px;cursor:pointer}
.pb-composer-preview__edit-all:hover{background:#dbeafe}
.pb-post-photo__caption{position:absolute;left:0;right:0;bottom:0;padding:10px 12px 8px;background:linear-gradient(transparent,rgba(15,23,42,.72));color:#fff;font-size:13px;font-weight:700;line-height:1.3;max-height:42%;overflow:hidden}
.pb-post-photos.count-1 .pb-post-photo__caption{position:static;background:transparent;color:#334155;padding:8px 2px 0;max-height:none}

/* Facebook-style Photos/Videos editor */
body.pb-media-editor-open{overflow:hidden}
.pb-media-editor{position:fixed;inset:0;z-index:10050;display:flex;align-items:stretch;justify-content:center;background:rgba(15,23,42,.45);padding:0}
.pb-media-editor[hidden]{display:none!important}
.pb-media-editor__panel{width:100%;max-width:560px;margin:0 auto;background:#f3f4f6;display:flex;flex-direction:column;height:100%;max-height:100vh;box-shadow:0 0 0 1px rgba(15,23,42,.06),0 24px 60px rgba(15,23,42,.28)}
.pb-media-editor__head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;padding:10px 12px;background:#fff;border-bottom:1px solid #e5e7eb;flex:none}
.pb-media-editor__head h2{margin:0;text-align:center;font-size:18px;font-weight:800;color:#111827;letter-spacing:-.02em}
.pb-media-editor__back{width:40px;height:40px;border:0;border-radius:999px;background:#e5e7eb;color:#111827;font-size:28px;line-height:1;cursor:pointer;display:grid;place-items:center}
.pb-media-editor__list{flex:1;overflow:auto;padding:14px 14px 100px;-webkit-overflow-scrolling:touch}
.pb-media-editor__empty{text-align:center;color:#6b7280;font-weight:700;padding:40px 12px}
.pb-media-card{background:transparent;margin:0 0 18px}
.pb-media-card__stage{position:relative;border-radius:18px;overflow:hidden;background:#111827;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}
.pb-media-card__blur{position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(22px) saturate(1.05);transform:scale(1.12);opacity:.9}
.pb-media-card__media{position:relative;z-index:1;max-width:100%;max-height:100%;width:auto;height:100%;object-fit:contain;display:block}
.pb-media-card__edit{position:absolute;z-index:2;top:12px;left:12px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:999px;background:rgba(255,255,255,.96);color:#111827;font-weight:800;font-size:13px;padding:8px 12px;cursor:pointer;box-shadow:0 8px 20px rgba(15,23,42,.18)}
.pb-media-card__remove,.pb-media-card__tag{position:absolute;z-index:2;width:36px;height:36px;border:0;border-radius:999px;background:rgba(55,65,81,.72);color:#fff;font-size:18px;line-height:1;cursor:pointer;display:grid;place-items:center;backdrop-filter:blur(4px)}
.pb-media-card__remove{top:12px;right:12px;font-size:22px}
.pb-media-card__tag{left:12px;bottom:12px;font-size:15px}
.pb-media-card__caption{display:block;width:100%;margin-top:10px;min-height:52px;resize:vertical;border:1px solid #d1d5db;border-radius:14px;background:#fff;padding:12px 14px;font:inherit;font-size:15px;color:#111827;box-sizing:border-box}
.pb-media-card__caption::placeholder{color:#9ca3af;font-weight:600}
.pb-media-editor__foot{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px calc(12px + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #e5e7eb;flex:none}
.pb-media-editor__add{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#2563eb;font-weight:800;font-size:15px;cursor:pointer;padding:8px 4px}
.pb-media-editor__add-icon{width:28px;height:28px;border-radius:999px;background:#2563eb;color:#fff;display:grid;place-items:center;font-size:20px;line-height:1;font-weight:900}
.pb-media-editor__done{border:0;border-radius:999px;background:#2563eb;color:#fff;font-weight:800;font-size:15px;padding:11px 22px;cursor:pointer;box-shadow:0 10px 24px rgba(37,99,235,.28)}
.pb-media-editor__done:hover,.pb-media-editor__add:hover{filter:brightness(.96)}
@media(min-width:720px){
  .pb-media-editor{padding:24px 16px}
  .pb-media-editor__panel{height:auto;max-height:calc(100vh - 48px);border-radius:18px;overflow:hidden}
  .pb-media-card__stage{aspect-ratio:16/10;min-height:280px}
}
@media(max-width:640px){
  .pb-post-body .pb-post-photos.count-2 .pb-post-photo{min-height:160px}
  .pb-post-body .pb-post-photos.count-3{min-height:240px}
  .pb-post-body .pb-post-photos.count-4 .pb-post-photo{min-height:120px}
  .pb-post-body .pb-post-photos.count-5,
  .pb-post-body .pb-post-photos.count-5.has-overflow{min-height:300px}
}
/* Dynamic feed posts */
.pb-post-head a{display:inline-flex}
.pb-post-head h4 a{color:inherit}
.pb-post-body{margin:0 0 4px;line-height:1.6;word-break:break-word}
.pb-post-body p{margin:0 0 8px}.pb-post-body p:last-child{margin-bottom:0}
.pb-act{cursor:pointer;user-select:none}
.pb-like.is-faved{color:#e11d48}
.pb-comments{margin-top:12px;border-top:1px solid #f1f5f9;padding-top:12px}
.pb-comment{display:flex;gap:10px;align-items:flex-start;margin-bottom:10px}
.pb-comment img{width:34px;height:34px;border-radius:50%;object-fit:cover;flex:none}
.pb-comment>div{background:#f8fafc;border-radius:14px;padding:8px 12px;font-size:14px;line-height:1.45}
.pb-comment b{margin-right:6px}
.pb-comment-form{display:flex;gap:8px;margin-top:8px}
.pb-comment-input{flex:1;border:1px solid #e2e8f0;border-radius:14px;padding:10px 14px;font-size:14px}
.pb-comment-form .pb-btn{padding:9px 18px;font-size:13px;box-shadow:none}
.pb-comment-login{color:#64748b;font-size:14px}
.pb-toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(10px);background:#0f172a;color:#fff;padding:12px 20px;border-radius:999px;font-weight:800;box-shadow:0 16px 36px rgba(15,23,42,.25);z-index:9999;opacity:0;transition:.25s;pointer-events:none}
.pb-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
a.pb-event{text-decoration:none;color:inherit;transition:background .15s}
a.pb-event:hover{background:#f8fafc;border-radius:12px}
a.pb-event b{color:#0f172a}
.pb-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}
.pb-modal.show{display:flex}
.pb-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px)}
.pb-modal-box{position:relative;background:#fff;width:100%;max-width:440px;border-radius:20px;padding:26px 26px 24px;box-shadow:0 30px 80px rgba(0,0,0,.3);animation:pbpop .2s ease}
@keyframes pbpop{from{transform:translateY(12px) scale(.97);opacity:0}to{transform:none;opacity:1}}
.pb-modal-x{position:absolute;top:14px;right:16px;border:0;background:none;font-size:26px;line-height:1;color:#94a3b8;cursor:pointer}
.pb-modal-x:hover{color:#475569}
.pb-modal-box h3{margin:0 0 2px;font-size:22px;color:#0f172a}
.pb-modal-sub{margin:0 0 16px;color:#f97316;font-weight:600;font-size:14px}
.pb-book-form label{display:block;font-size:13px;font-weight:600;color:#334155;margin-bottom:12px}
.pb-book-form input,.pb-book-form textarea{display:block;width:100%;margin-top:5px;padding:11px 13px;border:1px solid #e2e8f0;border-radius:12px;font:inherit;font-weight:400;color:#0f172a;box-sizing:border-box}
.pb-book-form input:focus,.pb-book-form textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px rgba(249,115,22,.15)}
.pb-modal-submit{width:100%;margin-top:6px;border:0;border-radius:999px;padding:13px;background:#f97316;color:#fff;font-weight:700;font-size:15px;cursor:pointer;transition:background .15s}
.pb-modal-submit:hover{background:#ea580c}
.pb-modal-submit:disabled{opacity:.7;cursor:default}
.pb-search-modal{max-width:520px}
.pb-search-form{display:grid;gap:14px}
.pb-search-field{display:flex;align-items:center;gap:10px;border:1px solid #e2e8f0;border-radius:16px;padding:0 14px;background:#f8fafc;transition:border-color .2s,box-shadow .2s}
.pb-search-field:focus-within{border-color:#fdba74;box-shadow:0 0 0 3px rgba(249,115,22,.12);background:#fff}
.pb-search-field__icon{display:grid;place-items:center;color:#94a3b8;flex-shrink:0}
.pb-search-input{border:0;background:transparent;flex:1;padding:14px 0;font-size:16px;color:#0f172a;min-width:0}
.pb-search-input:focus{outline:none}
.pb-search-scopes{display:flex;flex-wrap:wrap;gap:8px}
.pb-search-scope{cursor:pointer}
.pb-search-scope input{position:absolute;opacity:0;pointer-events:none}
.pb-search-scope span{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-weight:800;font-size:13px;transition:all .15s}
.pb-search-scope input:checked+span{background:#fff7ed;border-color:#fdba74;color:#ea580c;box-shadow:0 8px 18px rgba(249,115,22,.12)}
.pb-search-scope:hover span{border-color:#fdba74}
.pb-lang-modal{max-width:560px}
.pb-lang-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:min(62vh,420px);overflow:auto;padding-right:2px}
@media (min-width:480px){.pb-lang-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.pb-lang-option{display:flex;align-items:center;gap:10px;width:100%;padding:11px 14px;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;color:#0f172a;font:inherit;font-weight:700;font-size:14px;text-align:left;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}
.pb-lang-option:hover{border-color:#fdba74;background:#fff}
.pb-lang-option.is-active{border-color:#f97316;background:#fff7ed;box-shadow:0 8px 18px rgba(249,115,22,.12)}
.pb-lang-option__flag{font-size:22px;line-height:1;flex-shrink:0}
.pb-lang-option__name{min-width:0}
.pb-lang-float{position:fixed;right:22px;bottom:22px;z-index:9990;display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border:1px solid #dbeafe;border-radius:999px;background:#fff;color:#1d4ed8;font:inherit;font-weight:800;font-size:14px;box-shadow:0 10px 30px rgba(37,99,235,.15);cursor:pointer;transition:transform .15s,box-shadow .15s}
.pb-lang-float:hover{transform:translateY(-1px);box-shadow:0 14px 34px rgba(37,99,235,.22)}
.pb-lang-float__icon{flex-shrink:0;color:#2563eb}
.pb-google-translate{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.goog-te-banner-frame,
iframe.goog-te-banner-frame{display:none!important;visibility:hidden!important}
body{top:0!important;position:static!important}
.skiptranslate,
.goog-te-spinner-pos{display:none!important}
.goog-te-gadget{font-size:0!important}
.goog-te-gadget .goog-te-combo{margin:0!important;visibility:hidden;position:absolute;left:-9999px}

/* Auth pages */
.pb-auth-wrap{padding:42px 0 64px}
.pb-auth-card{display:grid;grid-template-columns:1.05fr 1fr;gap:0;background:#fff;border:1px solid #ffedd5;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);max-width:980px;margin:0 auto}
.pb-auth-visual{position:relative;min-height:520px;background:linear-gradient(145deg,#ffedd5,#fff7ed)}
.pb-auth-visual img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.pb-auth-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.62));z-index:1}
.pb-auth-visual-copy{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:28px;color:#fff}
.pb-auth-visual-copy h2{margin:10px 0 8px;font-size:30px;line-height:1.1;letter-spacing:-.03em}
.pb-auth-visual-copy p{margin:0;opacity:.94;line-height:1.55}
.pb-auth-panel{padding:42px 38px}
.pb-auth-panel h1{margin:0 0 8px;font-size:34px;letter-spacing:-.04em}
.pb-auth-lead{margin:0 0 22px;color:#64748b;line-height:1.55}
.pb-auth-form label{display:block;font-size:13px;font-weight:800;color:#334155;margin-bottom:14px}
.pb-auth-form input[type=text],.pb-auth-form input[type=email],.pb-auth-form input[type=password]{display:block;width:100%;margin-top:6px;padding:13px 14px;border:1px solid #e2e8f0;border-radius:14px;font:inherit;font-weight:500;color:#0f172a}
.pb-auth-form input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px rgba(249,115,22,.15)}
.pb-auth-remember{display:flex!important;align-items:center;gap:8px;font-weight:700;color:#475569}
.pb-auth-remember input{width:auto;margin:0}
.pb-auth-submit{width:100%;justify-content:center;margin-top:6px;border:0;cursor:pointer}
.pb-auth-switch{margin:18px 0 0;color:#64748b;font-weight:700}
.pb-auth-switch a{color:#f97316}
.pb-auth-notice{padding:12px 14px;border-radius:14px;margin-bottom:16px;font-weight:800}
.pb-auth-notice.ok{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}
.pb-auth-notice.err{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}
.pb-auth-btn{padding:11px 18px;font-size:14px;box-shadow:0 10px 24px rgba(249,115,22,.18)}
.pb-auth-btn.secondary{box-shadow:0 10px 24px rgba(15,23,42,.08)}
@media(max-width:900px){.pb-auth-card{grid-template-columns:1fr}.pb-auth-visual{min-height:220px}.pb-auth-panel{padding:30px 22px}}

/* Register page (BuddyPress) */
body.registration .site-main{padding:0}
body.registration .pb-content-card{background:transparent;border:0;box-shadow:none;padding:0;margin:0;max-width:none}
body.registration .pb-content-card>h1{display:none}
body.registration #buddypress.buddypress-wrap{background:transparent;border:0;box-shadow:none;padding:0;margin:0;max-width:none}
.pb-register-wrap{padding:42px 0 64px}
.pb-register-card{display:flex;flex-direction:column;max-width:760px;grid-template-columns:1fr}
.pb-register-visual{min-height:0;height:280px;flex:none;border-radius:28px 28px 0 0}
.pb-register-visual img{object-position:center 35%}
.pb-register-visual-copy{padding:24px 28px}
.pb-register-visual-copy h2{font-size:26px;margin:8px 0 6px}
.pb-register-visual-copy>p{max-width:520px;font-size:15px}
.pb-register-perks{margin:14px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.pb-register-perks li{display:flex;align-items:center;gap:8px;font-weight:800;font-size:12px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:12px;padding:8px 12px;backdrop-filter:blur(6px)}
.pb-register-stats{display:none}
.pb-register-stats div{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);border-radius:16px;padding:12px 10px;text-align:center}
.pb-register-stats b{display:block;font-size:22px;letter-spacing:-.03em}
.pb-register-stats span{font-size:11px;font-weight:800;opacity:.92}
.pb-register-panel{padding:38px 34px 30px}
.pb-register-head{margin-bottom:18px}
.pb-register-step{display:inline-flex;padding:6px 12px;border-radius:999px;background:#fff7ed;color:#ea580c;font-size:12px;font-weight:900;margin-bottom:10px}
.pb-register-section{margin:0 0 22px;padding:18px;border:1px solid #ffedd5;border-radius:20px;background:linear-gradient(180deg,#fff,#fffaf5)}
.pb-register-section-title{display:flex;align-items:center;gap:10px;margin:0 0 14px;font-size:18px;letter-spacing:-.02em}
.pb-register-section-title span{width:34px;height:34px;border-radius:12px;background:#fff7ed;display:grid;place-items:center;font-size:18px}
.pb-register-section-sub{margin:-6px 0 14px;color:#64748b;font-size:14px;line-height:1.5}
.pb-register-fields{display:grid;gap:14px}
.pb-register-fields--account{display:block}
.pb-register-fields--account>label,.pb-register-fields--account>input,.pb-register-fields--account .user-pass1-wrap,.pb-register-fields--account .user-pass2-wrap,.pb-register-fields--account .indicator-hint,.pb-register-fields--account #pass-strength-result{display:block;width:100%;margin-bottom:14px;box-sizing:border-box}
.pb-register-fields--account>label{margin-bottom:6px}
.pb-register-fields--profile{grid-template-columns:1fr 1fr}
.pb-register-field{min-width:0}
.pb-register-field fieldset{border:0;margin:0;padding:0;min-width:0}
.pb-register-field legend,.pb-register-form label{font-size:13px;font-weight:800;color:#334155;display:block;margin-bottom:6px}
.pb-register-form input[type=text],.pb-register-form input[type=email],.pb-register-form input[type=password],.pb-register-form input[type=number],.pb-register-form select,.pb-register-form textarea{width:100%;margin-top:0;padding:12px 14px;border:1px solid #e2e8f0;border-radius:14px;font:inherit;font-weight:500;color:#0f172a;background:#fff;box-sizing:border-box}
.pb-register-form input:focus,.pb-register-form select:focus,.pb-register-form textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px rgba(249,115,22,.15)}
.pb-register-form .description{color:#64748b;font-size:12px;line-height:1.45;margin:6px 0 0}
.pb-register-form .user-pass1-wrap,.pb-register-form .user-pass2-wrap{margin:0}
.pb-register-form .password-input-wrapper{display:flex;align-items:center;gap:8px}
.pb-register-form .password-input-wrapper input{flex:1}
.pb-register-form .wp-hide-pw{border:1px solid #e2e8f0;background:#f8fafc;border-radius:12px;width:42px;height:42px;cursor:pointer}
.pb-register-form #pass-strength-result{font-size:12px;font-weight:700;margin-top:8px}
.pb-register-form .input-options.radio-button-options{display:flex;flex-wrap:wrap;gap:8px}
.pb-register-form .option-label{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;font-weight:700;cursor:pointer}
.pb-register-form .option-label:has(input:checked){border-color:#f97316;background:#fff7ed;color:#ea580c}
.pb-register-form .option-label input{width:auto;margin:0}
.pb-register-form .field-visibility-settings-header,.pb-register-form .field-visibility-settings,.pb-register-form .clear-value{display:none!important}
.pb-register-form .wp-editor-wrap{border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}
.pb-register-form .wp-editor-area{min-height:110px;border:0;padding:12px}
.pb-register-form .editfield.field_type_textarea,.pb-register-form .editfield.field_type_wp-texteditor{grid-column:1/-1}
.pb-register-footer{margin-top:8px;padding-top:4px}
.pb-register-submit-wrap .submit{margin:0}
.pb-register-submit-wrap input[type=submit],.pb-register-submit-wrap #submit{width:100%;border:0;border-radius:17px;padding:16px 24px;font-weight:900;font-size:16px;cursor:pointer;background:linear-gradient(135deg,var(--orange),#ea580c);color:#fff;box-shadow:0 15px 30px rgba(249,115,22,.22)}
.pb-register-submit-wrap input[type=submit]:hover{background:linear-gradient(135deg,#ea580c,#c2410c)}
.pb-register-privacy{margin-bottom:12px;font-size:13px;color:#475569}
#register-page.register-page>p{display:none}
@media(max-width:900px){.pb-register-fields--account,.pb-register-fields--profile{grid-template-columns:1fr}.pb-register-visual{height:240px}.pb-register-panel{padding:28px 20px}}
@media(max-width:640px){.pb-register-perks{grid-template-columns:1fr}.pb-register-visual{height:220px}.pb-register-visual-copy h2{font-size:22px}}

/* Messages / chat */
.pb-icon-link{position:relative;text-decoration:none;color:inherit}
.pb-icon-badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#e11d48;color:#fff;font-size:10px;font-weight:900;line-height:18px;text-align:center;box-shadow:0 4px 10px rgba(225,29,72,.35)}
.pb-messages-wrap{padding:18px 0 56px}
.pb-messages-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}
.pb-messages-hero h1{margin:10px 0 8px;font-size:36px;letter-spacing:-.04em}
.pb-messages-hero p{margin:0;color:#64748b;max-width:560px;line-height:1.55}
.pb-messages-hero__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.pb-messages-pill{background:#fff7ed;color:#ea580c;border:1px solid #ffedd5;border-radius:999px;padding:8px 14px;font-weight:900;font-size:13px}
.pb-messages-layout{display:grid;grid-template-columns:340px 1fr;gap:18px;min-height:560px}
.pb-messages-inbox{padding:0;display:flex;flex-direction:column;min-height:560px}
.pb-messages-inbox__head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 12px;border-bottom:1px solid #f1f5f9}
.pb-messages-inbox__head h2{margin:0;font-size:18px}
.pb-messages-new{width:38px;height:38px;border-radius:12px;background:#fff7ed;display:grid;place-items:center;font-size:18px}
.pb-thread-list{list-style:none;margin:0;padding:8px;overflow:auto;flex:1}
.pb-thread-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:16px;transition:.15s}
.pb-thread-item:hover,.pb-thread-item.is-active{background:#fff7ed}
.pb-thread-item img{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:none}
.pb-thread-item__body{min-width:0;flex:1}
.pb-thread-item__top{display:flex;justify-content:space-between;gap:8px;align-items:baseline}
.pb-thread-item__top strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pb-thread-item__top time{font-size:11px;color:#94a3b8;white-space:nowrap}
.pb-thread-item p{margin:4px 0 0;font-size:13px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pb-thread-item.is-unread .pb-thread-item__top strong,.pb-thread-item.is-unread p{color:#0f172a}
.pb-thread-badge{min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--orange);color:#fff;font-size:11px;font-weight:900;display:grid;place-items:center}
.pb-messages-empty,.pb-messages-placeholder{padding:36px 24px;text-align:center;color:#64748b}
.pb-messages-placeholder__icon{font-size:54px;margin-bottom:8px}
.pb-messages-placeholder h2,.pb-messages-empty p{color:#0f172a}
.pb-messages-chat{display:flex;flex-direction:column;min-height:560px;padding:0}
.pb-chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #f1f5f9}
.pb-chat-head h2{margin:0;font-size:18px}
.pb-chat-user{display:flex;align-items:center;gap:12px}
.pb-chat-user img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.pb-chat-user strong{display:block}
.pb-chat-user span{font-size:12px;color:#64748b}
.pb-chat-back{font-weight:900;color:#f97316;font-size:13px;white-space:nowrap}
.pb-chat-log{flex:1;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:12px;background:linear-gradient(180deg,#fff,#fffaf5)}
.pb-chat-bubble{display:flex;align-items:flex-end;gap:8px;max-width:78%}
.pb-chat-bubble.is-mine{align-self:flex-end;flex-direction:row-reverse}
.pb-chat-bubble img{width:30px;height:30px;border-radius:50%;object-fit:cover;flex:none}
.pb-chat-bubble__body{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px 18px 18px 6px;padding:10px 14px}
.pb-chat-bubble.is-mine .pb-chat-bubble__body{background:linear-gradient(135deg,#f97316,#ea580c);border-color:transparent;color:#fff;border-radius:18px 18px 6px 18px}
.pb-chat-bubble__body p{margin:0 0 4px;line-height:1.45;word-break:break-word}
.pb-chat-bubble__body time{font-size:11px;opacity:.78}
.pb-chat-form{display:flex;gap:10px;padding:14px 18px;border-top:1px solid #f1f5f9}
.pb-chat-form .pb-btn{padding:12px 20px;box-shadow:none;white-space:nowrap}
.pb-compose-form{padding:18px;display:grid;gap:14px}
.pb-compose-label{display:block;font-size:13px;font-weight:800;color:#334155}
.pb-compose-label span{font-weight:600;color:#94a3b8}
.pb-compose-text{min-height:120px;resize:vertical}
.pb-compose-hint{margin:0;font-size:13px;color:#64748b;line-height:1.5}
.pb-compose-recipient{display:flex;align-items:center;gap:12px;padding:12px;background:#fff7ed;border-radius:16px}
.pb-compose-recipient img{width:48px;height:48px;border-radius:50%;object-fit:cover}
.pb-compose-recipient span{display:block;font-size:12px;color:#64748b;margin-top:2px}
@media(max-width:900px){
.pb-messages-hero{display:block}
.pb-messages-layout{grid-template-columns:1fr}
.pb-messages-layout:not(.has-chat) .pb-messages-chat{display:none}
.pb-messages-layout.has-chat .pb-messages-inbox{display:none}
.pb-messages-layout.has-chat .pb-messages-chat{display:flex}
}

/* Notifications hub */
.pb-notifications-wrap{padding:18px 0 56px}
.pb-notifications-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 28px;margin-bottom:18px;overflow:hidden;position:relative}
.pb-notifications-hero__main{display:flex;align-items:center;gap:18px;min-width:0;position:relative;z-index:1}
.pb-notifications-hero__icon{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c;box-shadow:0 12px 28px rgba(249,115,22,.18);flex:none}
.pb-notifications-hero h1{margin:0 0 8px;font-size:clamp(1.75rem,3vw,2.25rem);letter-spacing:-.04em}
.pb-notifications-hero p{margin:0;color:#64748b;max-width:520px;line-height:1.55}
.pb-notifications-hero__art{position:relative;flex:none;width:min(280px,34vw);height:120px}
.pb-notifications-hero__art:before{content:"";position:absolute;inset:8px 0 8px 20px;background:linear-gradient(135deg,rgba(249,115,22,.12),rgba(255,255,255,.4));border-radius:28px}
.pb-notifications-hero__art img{width:100%;height:100%;object-fit:cover;border-radius:24px;position:relative;z-index:1;box-shadow:0 16px 36px rgba(15,23,42,.12)}
.pb-notifications-layout{display:grid;grid-template-columns:280px 1fr;gap:18px;align-items:start}
.pb-notifications-sidebar{padding:14px;display:grid;gap:14px;position:sticky;top:110px}
.pb-notifications-categories{display:grid;gap:6px}
.pb-notifications-category{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;font-weight:800;color:#475569;text-decoration:none;transition:.15s}
.pb-notifications-category:hover{background:#f8fafc;color:#0f172a}
.pb-notifications-category.is-active{background:#fff7ed;color:#ea580c;box-shadow:inset 0 0 0 1px #ffedd5}
.pb-notifications-category__icon{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:#f8fafc;font-size:14px;flex:none}
.pb-notifications-category.is-active .pb-notifications-category__icon{background:#fff}
.pb-notifications-category__label{flex:1;min-width:0;font-size:14px;line-height:1.3}
.pb-notifications-category__count{min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#f97316;color:#fff;font-size:11px;font-weight:900;display:inline-grid;place-items:center}
.pb-notifications-push-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;background:#f8fafc;border:1px solid #eef2f7;text-decoration:none;color:inherit;transition:.15s}
.pb-notifications-push-card:hover{background:#fff7ed;border-color:#ffedd5}
.pb-notifications-push-card__icon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#fff;font-size:18px;flex:none}
.pb-notifications-push-card__copy{display:grid;gap:2px;min-width:0;flex:1}
.pb-notifications-push-card__copy strong{font-size:14px;color:#0f172a}
.pb-notifications-push-card__copy small{font-size:12px;color:#64748b}
.pb-notifications-push-card__arrow{font-size:22px;color:#94a3b8;line-height:1}
.pb-notifications-panel{padding:0;overflow:hidden}
.pb-notifications-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px 0;border-bottom:1px solid #f1f5f9;flex-wrap:wrap}
.pb-notifications-tabs{display:flex;gap:18px}
.pb-notifications-tab{display:inline-flex;align-items:center;gap:8px;padding:0 2px 14px;font-weight:800;color:#64748b;text-decoration:none;border-bottom:3px solid transparent}
.pb-notifications-tab.is-active{color:#ea580c;border-bottom-color:#f97316}
.pb-notifications-tab__count{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#f97316;color:#fff;font-size:11px;font-weight:900;display:inline-grid;place-items:center}
.pb-notifications-mark-all{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:#ea580c;text-decoration:none;font-size:14px;padding-bottom:14px}
.pb-notifications-mark-all span{width:22px;height:22px;border-radius:999px;background:#fff7ed;display:grid;place-items:center;font-size:12px}
.pb-notifications-groups{padding:8px 0 0}
.pb-notifications-group__title{margin:0;padding:16px 20px 8px;font-size:13px;font-weight:900;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}
.pb-notifications-list{list-style:none;margin:0;padding:0}
.pb-notification-item{display:grid;grid-template-columns:auto 1fr auto;gap:16px;padding:18px 20px;border-bottom:1px solid #f1f5f9;align-items:center}
.pb-notification-item.is-unread{background:linear-gradient(90deg,#fff7ed 0%,#fff 32%)}
.pb-notification-item__visual{flex:none}
.pb-notification-item__avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;display:block;box-shadow:0 8px 20px rgba(15,23,42,.08)}
.pb-notification-item__icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font-size:20px;font-weight:900;box-shadow:0 8px 20px rgba(15,23,42,.06)}
.pb-notification-item__icon--orange{background:#fff7ed;color:#ea580c}
.pb-notification-item__icon--teal{background:#ecfeff;color:#0891b2}
.pb-notification-item__icon--rose{background:#fff1f2;color:#e11d48}
.pb-notification-item__icon--blue{background:#eff6ff;color:#2563eb}
.pb-notification-item__icon--violet{background:#f5f3ff;color:#7c3aed}
.pb-notification-item__icon--purple{background:#faf5ff;color:#9333ea}
.pb-notification-item__icon--slate{background:#f8fafc;color:#475569}
.pb-notification-item__body{min-width:0}
.pb-notification-item__head{display:flex;align-items:center;gap:10px;margin-bottom:4px}
.pb-notification-item__title{font-size:15px;color:#0f172a}
.pb-notification-item__dot{width:10px;height:10px;border-radius:999px;background:#f97316;flex:none;box-shadow:0 0 0 4px rgba(249,115,22,.12)}
.pb-notification-item__text{margin:0 0 6px;color:#64748b;font-weight:600;line-height:1.5}
.pb-notification-item__time{color:#94a3b8;font-weight:700;font-size:12px}
.pb-notification-item__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.pb-notification-item__action{padding:8px 14px!important;font-size:12px!important;white-space:nowrap}
.pb-notification-item__mark-read{font-size:12px;font-weight:800;color:#94a3b8;text-decoration:none;white-space:nowrap}
.pb-notification-item__mark-read:hover{color:#ea580c}
.pb-notifications-empty,.pb-notifications-pagination{padding:36px 24px;text-align:center}
.pb-notifications-empty__icon{font-size:54px;margin-bottom:8px}
.pb-notifications-empty h2{margin:0 0 8px;color:#0f172a}
.pb-notifications-empty p{margin:0 0 18px;color:#64748b}
.pb-notifications-end{margin:0;padding:20px;text-align:center;color:#94a3b8;font-weight:700;font-size:14px}
@media(max-width:1024px){
.pb-notifications-layout{grid-template-columns:1fr}
.pb-notifications-sidebar{position:static}
.pb-notifications-categories{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:768px){
.pb-notifications-hero{display:block;padding:22px 20px}
.pb-notifications-hero__art{width:100%;height:160px;margin-top:16px}
.pb-notifications-categories{grid-template-columns:1fr}
.pb-notification-item{grid-template-columns:auto 1fr;align-items:flex-start}
.pb-notification-item__actions{grid-column:1/-1;justify-content:flex-start}
.pb-notifications-toolbar{align-items:flex-start}
}

/* Adoption hub */
.pb-adoption-hub{padding:18px 0 56px}
.pb-adoption-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;padding:28px 30px;margin-bottom:18px}
.pb-adoption-hero h1{margin:10px 0 8px;font-size:34px;letter-spacing:-.04em}
.pb-adoption-hero p{margin:0;color:#64748b;max-width:560px;line-height:1.55}
.pb-adoption-hero__actions{display:flex;gap:12px;flex-wrap:wrap}
.pb-adoption-filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:16px 18px;margin-bottom:18px}
.pb-adoption-filters label{font-weight:800;color:#334155}
.pb-adoption-filters select{border:1px solid #e2e8f0;border-radius:14px;padding:10px 12px;font-weight:700}
.pb-adoption-clear{font-weight:800;color:#f97316;font-size:13px}
.pb-adopt-grid--page{margin-bottom:22px}
.pb-adopt-card{display:block;color:inherit;text-decoration:none;transition:.2s}
.pb-adopt-card__media{position:relative;overflow:hidden}
.pb-adopt-card__media img{width:100%;height:155px;object-fit:cover;display:block}
.pb-adopt-card .pb-adopt-listing-badge{position:absolute;top:10px;left:10px;z-index:2;box-shadow:0 6px 16px rgba(15,23,42,.12)}
.pb-adopt-card:hover{transform:translateY(-4px)}
.pb-adopt-card__cta{display:inline-block;margin-top:10px;background:linear-gradient(135deg,var(--orange),#ea580c);color:#fff;border-radius:999px;padding:7px 12px;font-weight:900;font-size:12px}
.pb-adopt-card--placeholder div{padding:24px;text-align:center}
.pb-adoption-empty{padding:40px 28px;text-align:center}
.pb-adoption-pagination{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:8px}
.pb-adoption-admin-panel{margin-bottom:20px;padding:22px 24px;border:1px solid #fde68a;background:linear-gradient(180deg,#fffbeb,#fff)}
.pb-adoption-admin-panel__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;flex-wrap:wrap}
.pb-adoption-admin-panel__head h2{margin:8px 0 6px;font-size:22px}
.pb-adoption-admin-panel__head p{margin:0;color:#64748b}
.pb-adoption-admin-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.pb-adoption-admin-item{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;padding:14px;border:1px solid #fde68a;border-radius:18px;background:#fff}
.pb-adoption-admin-item__thumb{width:72px;height:72px;border-radius:14px;object-fit:cover}
.pb-adoption-admin-item__body{display:grid;gap:4px;min-width:0}
.pb-adoption-admin-item__body strong{font-size:16px}
.pb-adoption-admin-item__body span{color:#64748b;font-size:13px}
.pb-adoption-admin-item__meta{font-size:12px!important}
.pb-adoption-admin-item__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.pb-adopt-owner-manage{margin-bottom:0;padding:14px 16px}
.pb-adopt-owner-manage h3{margin:0 0 8px;font-size:16px}
.pb-adopt-owner-manage__note{margin:0 0 14px;color:#64748b;font-size:13px;line-height:1.45}
.pb-adopt-owner-manage__actions{display:flex;flex-wrap:wrap;gap:8px}
.pb-adopt-owner-manage--compact{padding:12px 14px}
.pb-adopt-owner-manage__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.pb-adopt-owner-manage__label{font-size:12px;font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}
.pb-adopt-owner-manage--compact .pb-adopt-owner-manage__actions{flex-wrap:nowrap;margin:0}
.pb-adopt-owner-manage--compact .pb-btn{font-size:12px;padding:8px 12px;min-height:36px}
.pb-adopt-browse-card__owner-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid #e2e8f0}
.pb-adopt-browse-card__owner-actions .pb-btn{font-size:12px;padding:6px 10px}
.pb-adopt-browse-card__badge--draft{background:#f1f5f9;color:#475569}
@media(max-width:900px){.pb-adoption-admin-item{grid-template-columns:64px 1fr}.pb-adoption-admin-item__actions{grid-column:1/-1;justify-content:flex-start}}
.pb-adoption-form-card{max-width:720px;margin:36px auto}
.pb-adoption-form{display:grid;gap:16px;margin-top:18px}
.pb-adoption-field{display:grid;gap:6px}
.pb-adoption-form label{font-weight:800;font-size:13px;color:#334155}
.pb-adoption-form .pb-input,.pb-adoption-form select,.pb-adoption-form textarea{display:block;width:100%;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:17px;padding:14px 16px;font-size:15px;font-family:inherit;background:#fff}
.pb-adoption-file{display:block;width:100%;box-sizing:border-box;padding:8px 0;font-size:14px}
.pb-adopt-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:10px;margin-top:12px}
.pb-adopt-media-grid--videos{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}
.pb-adopt-media-item{position:relative;border-radius:14px;overflow:hidden;background:#f1f5f9;border:1px solid #e2e8f0;aspect-ratio:1}
.pb-adopt-media-item--video{aspect-ratio:16/10}
.pb-adopt-media-item img,.pb-adopt-media-item video{width:100%;height:100%;object-fit:cover;display:block}
.pb-adopt-media-item__badge{position:absolute;top:8px;left:8px;padding:4px 8px;border-radius:999px;background:rgba(15,23,42,.72);color:#fff;font-size:10px;font-weight:800;line-height:1.2}
.pb-adopt-media-item__remove{position:absolute;top:6px;right:6px;width:28px;height:28px;border:0;border-radius:999px;background:rgba(15,23,42,.72);color:#fff;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.pb-adopt-media-item__remove:hover{background:#dc2626}
.pb-adopt-media-item__status{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.88);color:#475569;font-size:12px;font-weight:800;text-align:center;padding:8px}
.pb-adopt-media-item.is-uploading .pb-adopt-media-item__remove{display:none}
.pb-adopt-media-item.is-error{border-color:#fca5a5;background:#fef2f2}
.pb-adopt-media-item__video-label{display:flex;align-items:center;justify-content:center;height:100%;padding:12px;color:#475569;font-size:12px;font-weight:800;text-align:center;line-height:1.35}
.pb-adoption-form__actions{display:flex;gap:12px;justify-content:flex-end;margin-top:12px;flex-wrap:wrap}
.pb-adoption-single{padding:24px 0 56px}
.pb-adoption-detail{display:grid;grid-template-columns:1fr 1.1fr;gap:0;overflow:visible;align-items:start}
.pb-adoption-detail.pb-card{overflow:visible}
.pb-adoption-detail__media{background:#f8fafc;border-right:1px solid #f1f5f9}
.pb-adoption-gallery{display:flex;flex-direction:column}
.pb-adoption-gallery__stage{position:relative;aspect-ratio:4/3;overflow:hidden;background:#0f172a}
.pb-adoption-gallery__media{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.pb-adoption-gallery__stage img{width:100%;height:100%;object-fit:cover;display:block;min-height:280px}
.pb-adoption-gallery__stage img.is-hidden{display:none}
.pb-adoption-gallery__video{width:100%;height:100%;object-fit:contain;display:block;background:#000}
.pb-adoption-gallery__video[hidden]{display:none!important}
.pb-adoption-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:#0f172a;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 8px 24px rgba(15,23,42,.18)}
.pb-adoption-gallery__nav--prev{left:12px}
.pb-adoption-gallery__nav--next{right:12px}
.pb-adoption-gallery__counter{position:absolute;right:12px;bottom:12px;z-index:2;padding:6px 10px;border-radius:999px;background:rgba(15,23,42,.72);color:#fff;font-size:12px;font-weight:800}
.pb-adoption-detail__body{padding:28px 30px}
.pb-adoption-detail__meta{color:#64748b;font-weight:700;margin:0 0 16px}
.pb-adoption-detail__content{color:#334155;line-height:1.65;margin-bottom:18px}
.pb-adoption-facts{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:8px;color:#475569}
.pb-adoption-facts b{color:#0f172a}
.pb-adoption-detail__actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.pb-adoption-interest.is-sent{opacity:.85;cursor:default}
.pb-adoption-status{padding:12px 16px;border-radius:16px;font-weight:900;margin-bottom:16px;background:#fff7ed;color:#ea580c}
.pb-adoption-status--in_progress{background:#eff6ff;color:#1d4ed8}
.pb-adoption-status--pending_review{background:#fef9c3;color:#a16207}
.pb-adoption-status--adopted{background:#ecfdf5;color:#059669}
.pb-adoption-status--request{background:#f8fafc;color:#475569}
.pb-adoption-owner-requests{margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0}
.pb-adoption-owner-requests h3{margin:0 0 14px;font-size:16px}
.pb-adopt-requests-page .pb-content-card{padding:28px 30px}
.pb-adopt-requests-group{padding:20px;margin-bottom:16px}
.pb-adopt-requests-group__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;flex-wrap:wrap}
.pb-adopt-requests-group__head h2{margin:0 0 6px;font-size:18px}
.pb-adopt-listing-badge{display:inline-block;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;background:#ecfdf5;color:#047857}
.pb-adopt-listing-badge--lg{font-size:13px;padding:8px 14px}
.pb-adopt-listing-badge--available{background:#ecfdf5;color:#047857}
.pb-adopt-listing-badge--pending_review{background:#fef9c3;color:#a16207}
.pb-adopt-listing-badge--in_progress{background:#eff6ff;color:#1d4ed8}
.pb-adopt-listing-badge--adopted{background:#f1f5f9;color:#64748b}
.pb-adoption-detail__status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}
.pb-adopt-request{display:grid;gap:10px;padding:14px 0;border-top:1px solid #f1f5f9}
.pb-adopt-request:first-of-type{border-top:0}
.pb-adopt-request__who{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}
.pb-adopt-request__date{color:#94a3b8;font-size:12px;font-weight:700}
.pb-adopt-request__badge{display:inline-block;width:fit-content;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}
.pb-adopt-request__badge--new{background:#fff7ed;color:#c2410c}
.pb-adopt-request__badge--approved{background:#ecfdf5;color:#047857}
.pb-adopt-request__badge--rejected{background:#fef2f2;color:#b91c1c}
.pb-adopt-request__actions{display:flex;gap:8px;flex-wrap:wrap}
.pb-adopt-requests-chat-card{display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden}
.pb-adopt-requests-chat-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 18px;border-bottom:1px solid #f1f5f9}
.pb-adopt-requests-chat-card__head h3{margin:0;font-size:16px}
.pb-adopt-requests-count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 8px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:12px;font-weight:900}
.pb-adopt-requests-compact{display:grid;gap:8px;padding:12px;max-height:240px;overflow:auto;background:#fafafa;border-bottom:1px solid #f1f5f9}
.pb-adopt-requests-empty{margin:0;padding:20px 18px;color:#94a3b8;font-size:13px;font-weight:700;line-height:1.5;text-align:center;border-bottom:1px solid #f1f5f9}
.pb-adopt-request-status{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px;border-bottom:1px solid #f1f5f9;font-size:13px;font-weight:800;color:#64748b}
.pb-adopt-request--sidebar{display:flex;align-items:center;gap:10px;padding:10px 12px;margin:0;border:1px solid #e2e8f0;border-radius:14px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}
.pb-adopt-request--sidebar:hover{border-color:#fdba74;background:#fffaf5}
.pb-adopt-request--sidebar.is-active{border-color:#f97316;background:#fff7ed;box-shadow:0 8px 20px rgba(249,115,22,.12)}
.pb-adopt-request--sidebar .pb-adopt-request__avatar{width:40px;height:40px;border-radius:999px;object-fit:cover;flex-shrink:0}
.pb-adopt-request--sidebar .pb-adopt-request__main{flex:1;min-width:0;display:grid;gap:2px}
.pb-adopt-request--sidebar .pb-adopt-request__name{font-size:14px;line-height:1.2;color:#0f172a}
.pb-adopt-request--sidebar .pb-adopt-request__meta{color:#94a3b8;font-size:11px;font-weight:700;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pb-adopt-request--sidebar .pb-adopt-request__badge{flex-shrink:0;padding:5px 9px;font-size:10px}
.pb-adopt-request__actions--compact{display:flex;flex-direction:column;gap:4px;flex-shrink:0}
.pb-adopt-action-btn{width:32px;height:32px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;display:grid;place-items:center;font-size:14px;font-weight:900;line-height:1;cursor:pointer;padding:0}
.pb-adopt-action-btn--approve{color:#047857;border-color:#bbf7d0;background:#ecfdf5}
.pb-adopt-action-btn--approve:hover{background:#d1fae5}
.pb-adopt-action-btn--reject{color:#b91c1c;border-color:#fecaca;background:#fef2f2}
.pb-adopt-action-btn--reject:hover{background:#fee2e2}
.pb-adopt-sidebar-foot{padding:12px 14px 14px;border-top:1px solid #f1f5f9;background:#fff}
.pb-adopt-mark-done--sidebar{width:100%;margin:0}
.pb-adopt-inline-chat{display:flex;flex-direction:column;background:#fff}
.pb-adopt-inline-chat--embedded{border-top:1px solid #f1f5f9}
.pb-adopt-inline-chat__head{padding:12px 14px;border-bottom:1px solid #f1f5f9}
.pb-adopt-inline-chat__log{min-height:160px;max-height:260px;padding:12px 14px;display:flex;flex-direction:column;gap:10px;overflow:auto;background:linear-gradient(180deg,#fff,#fffaf5)}
.pb-adopt-inline-chat__placeholder{margin:auto 0;padding:20px 8px;text-align:center;color:#94a3b8;font-size:13px;font-weight:700;line-height:1.5}
.pb-adopt-inline-chat__form{display:flex;gap:8px;padding:10px 12px 14px;border-top:1px solid #f1f5f9;background:#fff}
.pb-adopt-inline-chat__form .pb-input{flex:1;min-width:0;border-radius:999px;padding:10px 14px;font-size:14px}
.pb-adopt-inline-chat__form .pb-btn{flex-shrink:0;border-radius:999px;padding:10px 16px;font-size:13px}
.pb-adopt-inline-chat .pb-chat-bubble{max-width:88%}
.pb-adopt-detail-col--side{position:sticky;top:96px;align-self:start}
.pb-adopt-share-card h3{margin-bottom:12px}
.pb-adopt-scroll-chat{text-decoration:none}
.pb-adoption-owner-note{margin:0;color:#64748b;font-weight:700}
.pb-adopt span:last-child{background:linear-gradient(135deg,var(--orange),#ea580c);color:#fff;border-radius:999px;padding:7px 11px;font-weight:900;font-size:12px;white-space:nowrap}
a.pb-adopt{text-decoration:none;color:inherit}
.pb-adoption-my-listings{margin-bottom:20px;padding:22px 24px}
.pb-adoption-section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:6px}
.pb-adoption-section-head h2{margin:0;font-size:20px}
.pb-adoption-section-title{margin:28px 0 6px;font-size:18px;letter-spacing:-.02em}
.pb-adoption-section-title:first-of-type{margin-top:8px}
.pb-adoption-hint{margin:0 0 8px;font-size:13px;color:#64748b;line-height:1.5}
.pb-adoption-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pb-adoption-radios{border:1px solid #ffedd5;border-radius:18px;padding:14px 16px;background:#fffaf5}
.pb-adoption-radios legend{font-weight:800;font-size:13px;color:#334155;padding:0 6px}
.pb-adoption-radios label{display:inline-flex;align-items:center;gap:8px;margin:8px 16px 0 0;font-weight:700;color:#475569;cursor:pointer}
.pb-adoption-radios input{margin:0}
.pb-adoption-conditional[hidden]{display:none!important}
.pb-adoption-badge{display:inline-block;margin:0 0 14px;padding:10px 14px;border-radius:999px;background:#fff7ed;color:#ea580c;font-weight:900;font-size:13px}
.pb-adoption-badge--free{background:#ecfdf5;color:#059669}
.pb-adoption-reason{margin:0 0 18px;padding:16px 18px;border-radius:18px;background:#fff7ed;border:1px solid #ffedd5}
.pb-adoption-reason h3{margin:0 0 8px;font-size:15px}
.pb-adoption-reason p{margin:0 0 6px;color:#475569;line-height:1.55}
.pb-adoption-thumbs{display:flex;gap:8px;flex-wrap:wrap;padding:12px;background:#fff;border-top:1px solid #f1f5f9}
.pb-adoption-thumb{border:2px solid transparent;border-radius:12px;padding:0;overflow:hidden;cursor:pointer;background:none;width:72px;height:72px;flex-shrink:0}
.pb-adoption-thumb.is-active{border-color:var(--orange)}
.pb-adoption-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.pb-adoption-videos{display:grid;gap:12px;padding:12px 12px 16px;background:#fff;border-top:1px solid #f1f5f9}
.pb-adoption-videos__title{margin:0 0 4px;font-size:14px;color:#334155}
.pb-adoption-videos video{width:100%;max-height:360px;border-radius:16px;background:#000}

/* Follow / Unfollow */
.pb-follow-wrap{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;width:100%}
.pb-follow{display:inline-flex;align-items:center;justify-content:center;gap:6px;position:relative;min-width:96px;border-radius:999px;font-weight:800;font-size:13px;padding:8px 16px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;cursor:pointer;transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .15s;line-height:1.2}
.pb-follow:hover{transform:translateY(-1px)}
.pb-follow--sm,.pb-follow.pb-follow--sm{min-width:84px;padding:8px 14px;font-size:12px}
.pb-follow__icon{width:18px;height:18px;border-radius:999px;display:grid;place-items:center;font-size:14px;font-weight:900;line-height:1;flex:none}
.pb-follow:not(.is-following) .pb-follow__icon{background:rgba(249,115,22,.12);color:#ea580c}
.pb-follow.is-following .pb-follow__icon{background:rgba(16,185,129,.14);color:#059669}
.pb-follow.is-following.is-armed .pb-follow__icon{background:rgba(239,68,68,.12);color:#dc2626}
.pb-follow.is-following{background:#ecfdf5;border-color:#6ee7b7;color:#047857;box-shadow:0 6px 16px rgba(16,185,129,.1)}
.pb-follow.is-following:hover{background:#d1fae5;border-color:#34d399;color:#047857}
.pb-follow.is-following.is-armed{background:#fef2f2;border-color:#fca5a5;color:#b91c1c;box-shadow:0 6px 16px rgba(239,68,68,.12)}
.pb-follow.is-following.is-armed:hover{background:#fee2e2;border-color:#f87171;color:#991b1b}
.pb-follow--card{width:100%;min-height:38px;min-width:0;padding:10px 16px}
.pb-follow--card:not(.is-following){background:linear-gradient(135deg,var(--orange),#ea580c);border:0;color:#fff;box-shadow:0 8px 20px rgba(249,115,22,.24)}
.pb-follow--card:not(.is-following) .pb-follow__icon{background:rgba(255,255,255,.18);color:#fff}
.pb-follow--card:not(.is-following):hover{background:linear-gradient(135deg,#fb923c,#ea580c);box-shadow:0 10px 24px rgba(249,115,22,.3)}
.pb-follow--card.is-following{background:#ecfdf5;border:1px solid #6ee7b7;color:#047857;box-shadow:0 6px 16px rgba(16,185,129,.1)}
.pb-follow--card.is-following.is-armed{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}
.pb-follow--block,.pb-follow-wrap .pb-follow--block{width:100%;justify-content:center;padding:12px 16px}
.pb-follow-count{font-size:12px;font-weight:700;color:#64748b}
.pb-post-head__actions{display:flex;align-items:center;gap:8px}
.pb-member-follow{margin-top:10px}
.pb-activity-follow{display:inline-block;margin-left:8px;vertical-align:middle}
#buddypress .pb-follow.generic-button{float:none;display:inline-block;margin:0 6px 0 0}
#buddypress #item-header .pb-follow-wrap{margin-left:8px}

/* Adoption submit wizard */
.pb-adoption-wizard-page{padding-bottom:88px}
.pb-adoption-wizard-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin:28px 0 20px}
.pb-adoption-wizard-hero h1{margin:8px 0;font-size:34px;letter-spacing:-.04em}
.pb-adoption-wizard-hero p{margin:0;color:#64748b;max-width:560px;line-height:1.55}
.pb-adoption-wizard-hero__art{width:120px;height:auto;flex-shrink:0}
.pb-wizard-stepper{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:22px}
.pb-wizard-stepper__item{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;cursor:pointer;text-align:left;font:inherit;color:#64748b;transition:.2s}
.pb-wizard-stepper__num{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:#f1f5f9;font-weight:900;font-size:13px;flex-shrink:0}
.pb-wizard-stepper__label{font-weight:800;font-size:12px;line-height:1.3}
.pb-wizard-stepper__item.is-active{border-color:#fdba74;background:#fff7ed;color:#c2410c}
.pb-wizard-stepper__item.is-active .pb-wizard-stepper__num{background:#f97316;color:#fff}
.pb-wizard-stepper__item.is-done{border-color:#bbf7d0;color:#166534}
.pb-wizard-stepper__item.is-done .pb-wizard-stepper__num{background:#22c55e;color:#fff}
.pb-adoption-wizard-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.85fr);gap:22px;align-items:start}
.pb-adoption-wizard-main{min-width:0}
.pb-wizard-step{border:1px solid #e2e8f0;border-radius:22px;background:#fff;margin-bottom:14px;overflow:hidden}
.pb-wizard-step:not(.is-active) .pb-wizard-step__body{display:none}
.pb-wizard-step:not(.is-active){cursor:pointer}
.pb-wizard-step.is-active{border-color:#fdba74;box-shadow:0 10px 30px rgba(249,115,22,.08)}
.pb-wizard-step__head{display:flex;gap:14px;align-items:flex-start;padding:18px 20px}
.pb-wizard-step.is-active .pb-wizard-step__head{border-bottom:1px solid #ffedd5}
.pb-wizard-step__icon{font-size:22px;line-height:1}
.pb-wizard-step__head h2{margin:0 0 4px;font-size:18px}
.pb-wizard-step__head p{margin:0;color:#64748b;font-size:13px}
.pb-wizard-step__body{padding:18px 20px 20px;display:grid;gap:16px}
.pb-wizard-step__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px;flex-wrap:wrap}
.pb-wizard-step__head--rich{align-items:center}
.pb-wizard-step__badge{width:32px;height:32px;border-radius:999px;background:#f97316;color:#fff;display:grid;place-items:center;font-weight:900;font-size:14px;flex-shrink:0}
.pb-wizard-step__head-main{flex:1;min-width:0}
.pb-wizard-step__status{margin-left:auto;padding:8px 12px;border-radius:999px;background:#ecfdf5;color:#15803d;font-size:12px;font-weight:800;white-space:nowrap}
.pb-health-step{gap:20px}
.pb-health-columns{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.pb-health-col{display:grid;gap:16px;align-content:start}
.pb-health-col__title{display:flex;align-items:center;gap:8px;margin:0 0 4px;font-size:15px}
.pb-health-col__title span{font-size:18px}
.pb-pill-field{border:0;padding:0;margin:0;display:grid;gap:10px}
.pb-pill-field legend{font-weight:800;font-size:13px;color:#334155;padding:0}
.pb-pill-field legend small{font-weight:700;color:#94a3b8}
.pb-pill-group{display:grid;gap:8px}
.pb-pill-group--2{grid-template-columns:repeat(2,1fr)}
.pb-pill-group--3{grid-template-columns:repeat(3,1fr)}
.pb-pill-group--cards{grid-template-columns:repeat(3,1fr)}
.pb-pill-group--tags{display:flex;flex-wrap:wrap;gap:8px}
.pb-pill{display:block;position:relative;cursor:pointer}
.pb-pill input{position:absolute;opacity:0;pointer-events:none}
.pb-pill span{display:flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:10px 12px;border:2px solid #e2e8f0;border-radius:14px;font-weight:800;font-size:12px;color:#475569;background:#fff;text-align:center;transition:.15s;line-height:1.3}
.pb-pill.is-selected span,.pb-pill input:checked+span{border-color:#22c55e;background:#ecfdf5;color:#15803d}
.pb-pill--card span{flex-direction:column;min-height:78px;padding:12px 8px}
.pb-pill--card span em{font-style:normal;font-size:20px;line-height:1}
.pb-pill--tag{display:inline-block}
.pb-pill--tag span{display:inline-flex;min-height:auto;padding:9px 12px;border-radius:999px}
.pb-wizard-tip--health{background:#fff7ed;border-color:#fdba74;color:#9a3412}
.pb-live-preview__progress{margin-top:14px;padding-top:14px;border-top:1px solid #e2e8f0}
.pb-live-preview__progress-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;font-weight:800;color:#475569}
.pb-live-preview__progress-head strong{color:#16a34a;font-size:13px}
.pb-live-preview__progress-bar{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}
.pb-live-preview__progress-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#22c55e,#16a34a);transition:width .25s ease}
.pb-preview-chip__check{margin-right:2px}
.pb-wizard-subtitle{margin:8px 0 0;font-size:16px}
.pb-wizard-tip{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:16px;background:#fefce8;border:1px solid #fde68a;color:#854d0e}
.pb-wizard-tip p{margin:0;font-size:13px;line-height:1.5}
.pb-adoption-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.pb-field-label{font-weight:800;font-size:13px;color:#334155}
.pb-gender-cards{border:0;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.pb-gender-cards legend{font-weight:800;font-size:13px;color:#334155;margin-bottom:8px}
.pb-gender-card{display:block;position:relative;cursor:pointer}
.pb-gender-card input{position:absolute;opacity:0;pointer-events:none}
.pb-gender-card span{display:block;text-align:center;padding:14px 10px;border:2px solid #e2e8f0;border-radius:16px;font-weight:800;color:#475569;background:#fff;transition:.15s}
.pb-gender-card.is-selected span,.pb-gender-card input:checked+span{border-color:#f97316;background:#fff7ed;color:#c2410c}
.pb-highlight-chips{display:flex;flex-wrap:wrap;gap:8px}
.pb-highlight-chip{cursor:pointer}
.pb-highlight-chip input{position:absolute;opacity:0;pointer-events:none}
.pb-highlight-chip span{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid #e2e8f0;border-radius:999px;font-size:12px;font-weight:800;color:#475569;background:#fff;transition:.15s}
.pb-highlight-chip input:checked+span{border-color:#f97316;background:#fff7ed;color:#c2410c}
.pb-adoption-wizard-sidebar{display:grid;gap:14px;position:sticky;top:18px}
.pb-adoption-wizard-sidebar .pb-card{overflow:visible}
.pb-live-preview,.pb-listing-tips{padding:0}
.pb-listing-tips{padding:18px 20px}
.pb-live-preview__head{display:flex;align-items:center;gap:8px;padding:16px 20px;border-bottom:1px solid #e2e8f0}
.pb-live-preview__head-icon{font-size:18px;line-height:1;color:#16a34a}
.pb-live-preview__head h3{margin:0;font-size:16px;line-height:1.35;color:#16a34a;font-weight:900}
.pb-live-preview__cover{position:relative;margin:16px 20px 0;border-radius:18px;overflow:hidden;background:#f1f5f9;aspect-ratio:4/3}
.pb-live-preview__cover img{width:100%;height:100%;object-fit:cover;display:block}
.pb-live-preview__cover img[hidden]{display:none!important}
.pb-live-preview__placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%);color:#94a3b8}
.pb-live-preview__placeholder[hidden]{display:none!important}
.pb-live-preview__placeholder-icon{display:flex;align-items:center;justify-content:center;opacity:.75}
.pb-live-preview__placeholder p{margin:0;font-size:13px;font-weight:800;color:#94a3b8;letter-spacing:.02em}
.pb-live-preview__cover-label{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.88);color:#334155;font-size:11px;font-weight:800;line-height:1.3;box-shadow:0 4px 14px rgba(15,23,42,.12)}
.pb-live-preview__body{padding:16px 20px 20px}
.pb-live-preview__title{display:flex;align-items:center;gap:8px;margin:0 0 6px}
.pb-live-preview__title #pbPreviewName{font-size:22px;font-weight:900;color:#0f172a;line-height:1.25;letter-spacing:-.02em}
.pb-live-preview__gender{font-size:18px;font-weight:700;color:#38bdf8;line-height:1}
.pb-live-preview__meta{margin:0 0 8px;color:#64748b;font-weight:600;font-size:13px;line-height:1.45}
.pb-live-preview__loc{display:flex;align-items:center;gap:6px;margin:0 0 14px;color:#475569;font-weight:700;font-size:13px;line-height:1.45}
.pb-live-preview__loc.is-empty{opacity:.55}
.pb-live-preview__pin{font-size:14px;line-height:1;color:#ef4444}
.pb-live-preview__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;min-height:4px}
.pb-preview-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;font-size:11px;font-weight:800;line-height:1.35}
.pb-preview-chip--green{background:#ecfdf5;color:#047857}
.pb-preview-chip--blue{background:#eff6ff;color:#1d4ed8}
.pb-live-preview__add{width:100%;padding:14px 12px;border:2px dashed #cbd5e1;border-radius:14px;background:#f8fafc;color:#64748b;font-weight:800;line-height:1.35;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:.15s}
.pb-live-preview__add:hover{border-color:#f97316;color:#c2410c;background:#fff7ed}
.pb-live-preview__add-icon{font-size:16px;line-height:1}
.pb-live-preview__cover.is-pulse{animation:pbPulse .6s ease 2}
.pb-listing-tips h3{margin:0 0 14px;font-size:16px;line-height:1.35}
@keyframes pbPulse{0%,100%{box-shadow:0 0 0 0 rgba(249,115,22,.4)}50%{box-shadow:0 0 0 10px rgba(249,115,22,0)}}
.pb-listing-tips ul{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.pb-listing-tips li{display:flex;gap:12px;align-items:flex-start}
.pb-listing-tips li span{font-size:20px;line-height:1.2;flex-shrink:0}
.pb-listing-tips b{display:block;font-size:13px;margin-bottom:2px;line-height:1.35}
.pb-listing-tips p{margin:0;color:#64748b;font-size:12px;line-height:1.45}
.pb-trusted-badge{display:flex;gap:12px;align-items:flex-start;padding:18px 20px;overflow:visible}
.pb-trusted-badge__icon{width:32px;height:32px;border-radius:999px;background:#dcfce7;color:#16a34a;display:grid;place-items:center;font-weight:900;flex-shrink:0;line-height:1}
.pb-trusted-badge b{display:block;margin-bottom:4px;line-height:1.35}
.pb-trusted-badge p{margin:0;color:#64748b;font-size:12px;line-height:1.5}
.pb-verified{display:inline-block;margin-top:6px;padding:5px 10px;border-radius:999px;background:#ecfdf5;color:#059669;font-weight:800;font-size:11px;line-height:1.35;white-space:nowrap}
.pb-adoption-wizard-bar{position:fixed;left:0;right:0;bottom:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-top:1px solid #e2e8f0;padding:12px 0}
.pb-adoption-wizard-bar__inner{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.pb-adoption-wizard-bar__right{display:flex;gap:10px;flex-wrap:wrap}
.pb-btn.ghost{background:transparent;border:1px solid #e2e8f0;color:#475569}
.pb-btn.danger{background:#fff;border:1px solid #fecaca;color:#b91c1c}
.pb-btn.danger:hover{background:#fef2f2;border-color:#fca5a5}
.pb-adoption-highlights{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}
.pb-adoption-highlights span{padding:8px 12px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:12px;font-weight:800}

@media(max-width:900px){.pb-adoption-hero{display:block}.pb-adoption-detail{grid-template-columns:1fr}.pb-adoption-grid-2,.pb-adoption-grid-3{grid-template-columns:1fr}.pb-gender-cards{grid-template-columns:1fr}.pb-adoption-wizard-layout{grid-template-columns:1fr}.pb-adoption-wizard-sidebar{position:static}.pb-wizard-stepper{grid-template-columns:1fr 1fr}.pb-wizard-stepper__label{display:none}.pb-adoption-wizard-hero__art{display:none}.pb-health-columns{grid-template-columns:1fr}.pb-pill-group--2,.pb-pill-group--3,.pb-pill-group--cards{grid-template-columns:1fr}.pb-wizard-step__status{margin-left:0;margin-top:8px}}

/* Adoption detail page (mockup layout) */
.pb-adopt-detail-page{padding:24px 0 56px;position:relative;z-index:1;scroll-margin-top:96px}
.pb-adopt-detail-top{display:flex;flex-direction:column;gap:12px;margin:0 0 20px;padding:14px 18px;background:#fff;border:1px solid #ffedd5;border-radius:18px;box-shadow:0 8px 24px rgba(15,23,42,.05);position:relative;z-index:2;overflow:visible}
.pb-adopt-detail-top__row{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:44px}
.pb-adopt-back-link{display:inline-flex;align-items:center;flex-shrink:0;font-weight:800;font-size:14px;line-height:1.4;color:#475569;text-decoration:none;padding:8px 0}
.pb-adopt-back-link:hover{color:#f97316}
.pb-adopt-top-share{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:8px 18px;border:1px solid #e2e8f0;background:#fff;border-radius:999px;font:inherit;font-weight:800;font-size:14px;line-height:1.4;color:#0f172a;cursor:pointer;white-space:nowrap;-webkit-appearance:none;appearance:none}
.pb-adopt-top-share:hover{border-color:#fdba74;color:#c2410c;background:#fff7ed}
.pb-adopt-detail-top .pb-adopt-breadcrumbs{margin:0;padding-top:12px;border-top:1px solid #f1f5f9;flex:unset;min-width:0}
.pb-adopt-primary-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}
.pb-adopt-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;font-weight:700;line-height:1.5;color:#64748b}
.pb-adopt-breadcrumbs a{color:#64748b;text-decoration:none}
.pb-adopt-breadcrumbs a:hover{color:#f97316}
.pb-adopt-breadcrumbs span[aria-current]{color:#0f172a}
.pb-adopt-detail-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr) minmax(280px,320px);gap:20px;align-items:start}
.pb-adopt-detail-col{display:grid;gap:20px;min-width:0}
.pb-adopt-gallery-card,.pb-adopt-about-card,.pb-adopt-main-card,.pb-adopt-side-card{overflow:visible}
.pb-adopt-gallery-card .pb-adoption-gallery__stage{border-radius:18px 18px 0 0}
.pb-adopt-verified-badge{position:absolute;top:14px;left:14px;z-index:3;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:800;box-shadow:0 8px 24px rgba(15,23,42,.12)}
.pb-adopt-view-video{position:absolute;left:14px;bottom:14px;z-index:3;padding:8px 12px;border:0;border-radius:999px;background:rgba(15,23,42,.72);color:#fff;font-size:12px;font-weight:800;cursor:pointer}
.pb-adopt-view-video:hover{color:#fff;background:rgba(15,23,42,.88)}
.pb-adopt-thumb-row{display:flex;gap:8px;padding:12px 14px 14px;overflow-x:auto}
.pb-adoption-thumb,.pb-adopt-thumb-more{position:relative;flex:0 0 64px;width:64px;height:64px;border:2px solid transparent;border-radius:14px;padding:0;overflow:hidden;background:#f1f5f9;cursor:pointer}
.pb-adoption-thumb--video{background:#0f172a}
.pb-adoption-thumb__play{position:absolute;inset:0;display:grid;place-items:center;background:rgba(15,23,42,.45);color:#fff;font-size:16px;pointer-events:none}
.pb-adoption-thumb.is-active{border-color:#f97316}
.pb-adoption-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.pb-adopt-thumb-more{display:grid;place-items:center;font-size:14px;font-weight:900;color:#475569}
.pb-adopt-about-card{padding:22px 24px}
.pb-adopt-about-card h2{margin:0 0 12px;font-size:20px}
.pb-adopt-about-card__body{color:#334155;line-height:1.65;margin-bottom:16px}
.pb-adopt-trait-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.pb-adopt-trait{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;font-size:12px;font-weight:800;color:#334155}
.pb-adopt-tip-banner{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:16px;background:#eff6ff;color:#1e40af;font-size:13px;line-height:1.5}
.pb-adopt-tip-banner p{margin:0}
.pb-adopt-main-card{padding:24px 26px}
.pb-adopt-title-block{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}
.pb-adopt-species-tag{display:inline-block;padding:6px 12px;border-radius:999px;background:#fff7ed;color:#ea580c;font-size:12px;font-weight:900}
.pb-adopt-pet-name{margin:0 0 6px;font-size:34px;line-height:1.15;letter-spacing:-.02em}
.pb-adopt-gender{font-size:24px;color:#38bdf8;font-weight:700}
.pb-adopt-subline{margin:0 0 8px;color:#64748b;font-weight:700}
.pb-adopt-location{margin:0 0 14px;color:#475569;font-weight:700;font-size:14px}
.pb-adopt-pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.pb-adopt-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;font-size:12px;font-weight:800;color:#334155}
.pb-adopt-pill--free{background:#ecfdf5;border-color:#bbf7d0;color:#047857}
.pb-adopt-pill--verified{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}
.pb-adopt-banner{padding:14px 16px;border-radius:16px;font-weight:800;font-size:14px;line-height:1.5;margin-bottom:18px}
.pb-adopt-banner--success{background:#ecfdf5;color:#047857}
.pb-adopt-banner--info{background:#eff6ff;color:#1d4ed8}
.pb-adopt-banner--warn{background:#fff7ed;color:#c2410c}
.pb-adopt-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:22px}
.pb-adopt-quick-item{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}
.pb-adopt-quick-item__icon{font-size:20px;line-height:1}
.pb-adopt-quick-item small{display:block;color:#64748b;font-size:11px;font-weight:800;margin-bottom:2px}
.pb-adopt-quick-item strong{display:block;color:#0f172a;font-size:14px;line-height:1.35}
.pb-adopt-more-about h3{margin:0 0 12px;font-size:16px}
.pb-adopt-more-about ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.pb-adopt-more-about li{display:flex;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid #f1f5f9;color:#64748b;font-size:14px}
.pb-adopt-more-about b{color:#0f172a;font-weight:800;text-align:right}
.pb-adopt-side-card{padding:20px}
.pb-adopt-side-card h3{margin:0 0 14px;font-size:16px}
.pb-adopt-side-stat{margin:12px 0 0;color:#64748b;font-size:13px}
.pb-follow--block,.pb-follow-wrap .pb-follow--block{width:100%;justify-content:center;padding:12px 16px}
.pb-adopt-owner-card__head{display:flex;gap:12px;align-items:center;margin-bottom:14px}
.pb-adopt-owner-card__head img{width:52px;height:52px;border-radius:999px;object-fit:cover}
.pb-adopt-owner-card__head strong{display:block;font-size:15px;margin-bottom:2px}
.pb-adopt-owner-card__head strong a{color:inherit;text-decoration:none}
.pb-adopt-owner-card__head span{display:block;color:#64748b;font-size:12px;font-weight:700}
.pb-adopt-owner-stats{list-style:none;margin:0 0 14px;padding:0;display:grid;gap:8px}
.pb-adopt-owner-stats li{display:flex;justify-content:space-between;gap:10px;font-size:13px;color:#64748b}
.pb-adopt-owner-stats b{color:#0f172a}
.pb-adopt-owner-card__profile{width:100%;margin-bottom:8px;text-align:center}
.pb-adopt-share-row{display:flex;gap:10px}
.pb-adopt-share-btn{width:44px;height:44px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;display:grid;place-items:center;font-size:16px;font-weight:900;color:#334155;text-decoration:none;cursor:pointer}
.pb-adopt-scroll-chat{text-decoration:none}
@media(max-width:1100px){.pb-adopt-detail-layout{grid-template-columns:1fr 1fr}.pb-adopt-detail-col--side{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}}
@media(max-width:760px){.pb-adopt-detail-layout{grid-template-columns:1fr}.pb-adopt-quick-grid{grid-template-columns:1fr}.pb-adopt-pet-name{font-size:28px}.pb-adopt-detail-page{padding-top:16px}.pb-adopt-detail-top{padding:12px 14px}.pb-adopt-detail-top__row{min-height:40px}}

/* Adoption browse hub (mockup) */
.pb-adoption-hub-v2{padding-bottom:56px}
.pb-adoption-hero-v2{background:linear-gradient(110deg,#ffedd5 0%,#fff7ed 48%,#ffe4c7 100%);border-bottom:1px solid #fed7aa;margin-bottom:24px}
.pb-adoption-hero-v2__inner{display:grid;grid-template-columns:1.2fr .8fr auto;gap:24px;align-items:center;padding:36px 24px}
.pb-adoption-hero-v2__kicker{display:inline-block;padding:6px 12px;border-radius:999px;background:#fff;color:#ea580c;font-size:12px;font-weight:900;margin-bottom:10px}
.pb-adoption-hero-v2 h1{margin:0 0 12px;font-size:36px;line-height:1.1;letter-spacing:-.04em}
.pb-adoption-hero-v2 p{margin:0;color:#64748b;line-height:1.6;max-width:520px}
.pb-adoption-hero-v2__art{display:flex;justify-content:center;align-items:flex-end}
.pb-adoption-hero-v2__art img{max-width:280px;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(120,53,15,.15))}
.pb-adoption-hero-v2__actions{display:flex;flex-direction:column;gap:10px;min-width:200px}
.pb-adoption-hub-v2__body{padding-bottom:24px}
.pb-adoption-browse-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start}
.pb-adoption-filters-sidebar{padding:22px 20px;position:sticky;top:100px}
.pb-adoption-filters-sidebar h2{margin:0 0 18px;font-size:18px}
.pb-adoption-filters-form{display:grid;gap:12px}
.pb-adoption-filter-field{font-weight:800;font-size:13px;color:#334155}
.pb-adoption-filter-input{width:100%;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:12px;padding:11px 12px;font:inherit;font-size:14px;font-weight:600;background:#fff}
.pb-adoption-filter-location{display:flex;align-items:center;gap:8px}
.pb-adoption-filter-location input{flex:1}
.pb-adoption-size-pills{display:grid;gap:8px}
.pb-adoption-size-pill{display:block;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;font-size:13px;font-weight:700;color:#475569;background:#fff}
.pb-adoption-size-pill.is-active{border-color:#fdba74;background:#fff7ed;color:#c2410c}
.pb-adoption-size-pill.is-disabled{opacity:.55}
.pb-adoption-filters-form__actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px}
.pb-adoption-filters-reset{font-weight:800;font-size:13px;color:#64748b;text-decoration:none}
.pb-adoption-filters-reset:hover{color:#f97316}
.pb-adoption-browse-main{min-width:0}
.pb-adoption-species-tabs{display:flex;gap:20px;border-bottom:1px solid #e2e8f0;margin-bottom:16px;overflow-x:auto}
.pb-adoption-species-tab{padding:12px 4px 14px;font-weight:800;font-size:14px;color:#64748b;text-decoration:none;border-bottom:3px solid transparent;white-space:nowrap}
.pb-adoption-species-tab.is-active{color:#f97316;border-bottom-color:#f97316}
.pb-adoption-status-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}
.pb-adoption-status-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;font-size:13px;font-weight:800;text-decoration:none;border:1px solid transparent}
.pb-adoption-status-pill b{font-size:12px;padding:2px 8px;border-radius:999px;background:rgba(255,255,255,.7)}
.pb-adoption-status-pill--available{background:#ecfdf5;color:#047857;border-color:#bbf7d0}
.pb-adoption-status-pill--progress{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}
.pb-adoption-status-pill--adopted{background:#f3e8ff;color:#7c3aed;border-color:#e9d5ff}
.pb-adoption-status-pill--mine{background:#fff7ed;color:#c2410c;border-color:#fed7aa}
.pb-adoption-status-pill.is-active{box-shadow:0 0 0 2px currentColor}
.pb-adoption-browse-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}
.pb-adoption-sort-form{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#64748b}
.pb-adoption-sort-form select{width:auto;min-width:150px}
.pb-adoption-view-toggle{display:flex;gap:6px}
.pb-adoption-view-btn{width:40px;height:40px;display:grid;place-items:center;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#64748b;font-size:18px;text-decoration:none}
.pb-adoption-view-btn.is-active{border-color:#f97316;background:#fff7ed;color:#ea580c}
.pb-adopt-browse-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}
.pb-adopt-browse-grid--list{grid-template-columns:1fr}
.pb-adopt-browse-card{background:#fff;border:1px solid #f1f5f9;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.05);transition:.2s}
.pb-adopt-browse-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(15,23,42,.08)}
.pb-adopt-browse-card__media{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;background:#f8fafc}
.pb-adopt-browse-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.pb-adopt-browse-card__badge{position:absolute;top:10px;left:10px;z-index:2;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;box-shadow:0 6px 16px rgba(15,23,42,.12)}
.pb-adopt-browse-card__badge--available{background:#ecfdf5;color:#047857}
.pb-adopt-browse-card__badge--in_progress{background:#eff6ff;color:#1d4ed8}
.pb-adopt-browse-card__badge--adopted{background:#f1f5f9;color:#64748b}
.pb-adopt-browse-card__badge--pending_review{background:#fef9c3;color:#a16207}
.pb-adopt-browse-card__photos{position:absolute;right:10px;bottom:10px;padding:5px 8px;border-radius:999px;background:rgba(15,23,42,.72);color:#fff;font-size:11px;font-weight:800}
.pb-adopt-browse-card__body{padding:14px 16px 16px}
.pb-adopt-browse-card__title{margin:0 0 4px;font-size:17px;display:flex;align-items:center;gap:6px}
.pb-adopt-browse-card__title a{color:inherit;text-decoration:none}
.pb-adopt-browse-card__gender{color:#38bdf8;font-size:16px}
.pb-adopt-browse-card__meta{margin:0 0 6px;color:#64748b;font-size:13px;font-weight:600}
.pb-adopt-browse-card__loc{margin:0 0 10px;color:#475569;font-size:12px;font-weight:700}
.pb-adopt-browse-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}
.pb-adopt-browse-card__tags span{padding:5px 9px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;font-size:11px;font-weight:800;color:#475569}
.pb-adopt-browse-card__link{display:block;text-align:center;font-weight:800;font-size:13px;color:#f97316;text-decoration:none}
.pb-adopt-browse-grid--list .pb-adopt-browse-card{display:grid;grid-template-columns:220px 1fr}
.pb-adopt-browse-grid--list .pb-adopt-browse-card__media{aspect-ratio:auto;min-height:160px}
.pb-adopt-browse-grid--list .pb-adopt-browse-card__body{display:flex;flex-direction:column;justify-content:center}
.pb-adoption-pagination-v2{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.pb-adoption-pagination-v2__pages{display:flex;gap:6px;flex-wrap:wrap}
.pb-adoption-page-btn{min-width:40px;height:40px;padding:0 12px;display:grid;place-items:center;border:1px solid #e2e8f0;border-radius:12px;background:#fff;font-weight:800;font-size:14px;color:#475569;text-decoration:none}
.pb-adoption-page-btn.is-active{background:#f97316;border-color:#f97316;color:#fff}
.pb-adoption-per-page{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#64748b}
.pb-adoption-per-page select{width:auto;min-width:70px}
.pb-adoption-empty-v2{padding:48px 28px;text-align:center}
.pb-adoption-empty-v2 h2{margin:0 0 8px}
.pb-adoption-empty-v2 p{margin:0 0 18px;color:#64748b}
@media(max-width:1100px){.pb-adopt-browse-grid{grid-template-columns:repeat(3,1fr)}.pb-adoption-hero-v2__inner{grid-template-columns:1fr 1fr}.pb-adoption-hero-v2__actions{grid-column:1/-1;flex-direction:row;flex-wrap:wrap}}
@media(max-width:900px){.pb-adoption-browse-layout{grid-template-columns:1fr}.pb-adoption-filters-sidebar{position:static}.pb-adopt-browse-grid{grid-template-columns:repeat(2,1fr)}.pb-adoption-hero-v2__inner{grid-template-columns:1fr}.pb-adoption-hero-v2__art{display:none}}
@media(max-width:560px){.pb-adopt-browse-grid{grid-template-columns:1fr}.pb-adopt-browse-grid--list .pb-adopt-browse-card{grid-template-columns:1fr}.pb-adoption-status-pills{gap:8px}.pb-adoption-status-pill{font-size:12px;padding:8px 12px}}

/* Events module */
.pb-events-hub{padding-bottom:56px}
.pb-events-hero{background:linear-gradient(110deg,#ffedd5 0%,#fff7ed 48%,#ffe4c7 100%);border-bottom:1px solid #fed7aa;margin-bottom:24px}
.pb-events-hero__inner{display:grid;grid-template-columns:1.2fr .8fr auto;gap:24px;align-items:center;padding:36px 24px}
.pb-events-hero__kicker{display:inline-block;padding:6px 12px;border-radius:999px;background:#fff;color:#ea580c;font-size:12px;font-weight:900;margin-bottom:10px}
.pb-events-hero h1{margin:0 0 12px;font-size:34px;line-height:1.1;letter-spacing:-.04em}
.pb-events-hero p{margin:0;color:#64748b;line-height:1.6;max-width:520px}
.pb-events-hero__art{display:flex;justify-content:center;align-items:flex-end}
.pb-events-hero__art img{max-width:260px;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(120,53,15,.15))}
.pb-events-hero__actions{display:flex;flex-direction:column;gap:10px;min-width:200px}
.pb-events-browse-layout{display:grid;grid-template-columns:280px minmax(0,1fr) 260px;gap:22px;align-items:start}
.pb-events-filters{padding:22px 20px;position:sticky;top:100px}
.pb-events-filters h2{margin:0 0 18px;font-size:18px}
.pb-events-filters-form{display:grid;gap:12px}
.pb-events-filter-label{font-weight:800;font-size:13px;color:#334155}
.pb-events-filter-input{width:100%;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:12px;padding:11px 12px;font:inherit;font-size:14px;font-weight:600;background:#fff}
.pb-events-filter-search{display:flex;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:12px;padding:0 12px;background:#fff}
.pb-events-filter-search input{border:0;flex:1;padding:11px 0;background:transparent}
.pb-events-type-checks{border:0;margin:0;padding:0;display:grid;gap:8px}
.pb-events-type-checks legend{margin-bottom:8px;padding:0}
.pb-events-type-check{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;font-size:13px;font-weight:700;cursor:pointer}
.pb-events-type-check input{accent-color:#f97316}
.pb-events-filters-form__actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px}
.pb-events-filters-reset{font-weight:800;font-size:13px;color:#64748b;text-decoration:none}
.pb-events-filters-reset:hover{color:#f97316}
.pb-events-apply-btn{padding:10px 16px;font-size:13px}
.pb-events-browse-main{min-width:0}
.pb-events-tabs{display:flex;gap:20px;border-bottom:1px solid #e2e8f0;margin-bottom:16px;overflow-x:auto}
.pb-events-tab{padding:12px 4px 14px;font-weight:800;font-size:14px;color:#64748b;text-decoration:none;border-bottom:3px solid transparent;white-space:nowrap}
.pb-events-tab.is-active{color:#f97316;border-bottom-color:#f97316}
.pb-events-browse-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}
.pb-events-sort-form{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#64748b}
.pb-events-sort-form select{width:auto;min-width:150px;border:1px solid #e2e8f0;border-radius:12px;padding:8px 10px}
.pb-events-view-toggle{display:flex;gap:6px}
.pb-events-view-btn{width:40px;height:40px;display:grid;place-items:center;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#64748b;font-size:18px;text-decoration:none}
.pb-events-view-btn.is-active{border-color:#f97316;background:#fff7ed;color:#ea580c}
.pb-events-list{display:grid;gap:18px;margin-bottom:24px}
.pb-events-list--grid{grid-template-columns:repeat(2,1fr)}
.pb-event-card{display:grid;grid-template-columns:220px 1fr;background:#fff;border:1px solid #f1f5f9;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.05);transition:.2s}
.pb-event-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(15,23,42,.08)}
.pb-events-list--grid .pb-event-card{grid-template-columns:1fr}
.pb-events-list--grid .pb-event-card__body{grid-template-columns:1fr}
.pb-event-card__media{position:relative;display:block;min-height:160px;overflow:hidden;background:#f8fafc}
.pb-events-list--grid .pb-event-card__media{aspect-ratio:16/10;min-height:auto}
.pb-event-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.pb-event-card__date-badge{position:absolute;top:12px;right:12px;background:rgba(15,23,42,.82);color:#fff;border-radius:12px;padding:8px 10px;text-align:center;line-height:1.1;min-width:52px}
.pb-event-card__date-badge b{display:block;font-size:18px}
.pb-event-card__date-badge small{font-size:10px;opacity:.9}
.pb-event-card__type{position:absolute;top:12px;left:12px;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;box-shadow:0 6px 16px rgba(15,23,42,.12)}
.pb-event-card__type--walk{background:#ecfdf5;color:#047857}
.pb-event-card__type--adoption{background:#fce7f3;color:#be185d}
.pb-event-card__type--vet,.pb-event-card__type--vaccine,.pb-event-card__type--meetup{background:#f3e8ff;color:#7c3aed}
.pb-event-card__type--show{background:#fef9c3;color:#a16207}
.pb-event-card__type--training{background:#eff6ff;color:#1d4ed8}
.pb-event-card__type--other{background:#f1f5f9;color:#64748b}
.pb-event-card__body{display:grid;grid-template-columns:1fr auto;gap:16px;padding:18px 20px;align-items:center}
.pb-event-card__title{margin:0 0 6px;font-size:18px}
.pb-event-card__title a{color:inherit;text-decoration:none}
.pb-event-card__loc,.pb-event-card__time{margin:0 0 4px;color:#64748b;font-size:13px;font-weight:600}
.pb-event-card__desc{margin:8px 0 0;color:#475569;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pb-event-card__avatars{display:flex;align-items:center;gap:6px;margin-top:10px}
.pb-event-card__avatars img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-left:-6px}
.pb-event-card__avatars img:first-child{margin-left:0}
.pb-event-card__avatars span{font-size:12px;font-weight:800;color:#64748b;margin-left:4px}
.pb-event-card__side{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:130px}
.pb-event-card__fee{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:800}
.pb-event-card__fee--free{background:#ecfdf5;color:#047857}
.pb-event-card__fee--paid{background:#fff7ed;color:#c2410c}
.pb-event-card__spots{font-size:12px;font-weight:800;color:#64748b}
.pb-event-card__cta{padding:10px 16px;font-size:13px;white-space:nowrap}
.pb-events-sidebar{display:grid;gap:16px;position:sticky;top:100px}
.pb-events-widget{padding:18px}
.pb-events-mini{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid #f1f5f9;text-decoration:none;color:inherit}
.pb-events-mini:last-child{border-bottom:0}
.pb-events-mini img{width:56px;height:56px;border-radius:12px;object-fit:cover}
.pb-events-mini b{display:block;font-size:14px;margin-bottom:2px}
.pb-events-mini small{display:block;color:#64748b;font-size:12px}
.pb-events-my-stats{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.pb-events-my-stats li{display:flex;justify-content:space-between;font-size:14px;font-weight:700;color:#475569}
.pb-events-my-stats b{color:#f97316}
.pb-events-organizer-cta{padding:20px;text-align:center;background:linear-gradient(180deg,#fff7ed,#fff)}
.pb-events-organizer-cta__icon{font-size:32px;display:block;margin-bottom:8px}
.pb-events-organizer-cta p{margin:0 0 14px;color:#64748b;font-size:13px;line-height:1.5}
.pb-events-empty{padding:48px 28px;text-align:center}
.pb-events-empty h2{margin:0 0 8px}
.pb-events-empty p{margin:0 0 18px;color:#64748b}
.pb-events-pagination{margin-top:8px}
.pb-events-pagination .page-numbers{display:inline-flex;min-width:40px;height:40px;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:12px;margin:0 3px;font-weight:800;text-decoration:none;color:#475569}
.pb-events-pagination .current{background:#f97316;border-color:#f97316;color:#fff}
.pb-event-create-page{padding:28px 0 56px}
.pb-event-breadcrumbs{font-size:13px;font-weight:700;color:#64748b;margin-bottom:16px}
.pb-event-breadcrumbs a{color:#64748b;text-decoration:none}
.pb-event-breadcrumbs a:hover{color:#f97316}
.pb-event-create-hero{margin-bottom:24px}
.pb-event-create-hero__row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}
.pb-event-create-hero h1{margin:0 0 8px;font-size:34px;letter-spacing:-.04em}
.pb-event-create-hero p{margin:0;color:#64748b;max-width:560px}
.pb-event-create-hero__art{border-radius:20px;object-fit:contain}
.pb-event-create-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.pb-event-create-card{padding:22px 24px}
.pb-event-create-card--wide{grid-column:1/-1}
.pb-event-create-card h2{margin:0 0 18px;font-size:17px;display:flex;align-items:center;gap:8px}
.pb-event-field{display:grid;gap:6px;margin-bottom:14px;position:relative}
.pb-event-field label{font-weight:800;font-size:13px;color:#334155}
.pb-event-field .req{color:#ef4444}
.pb-char-count{position:absolute;right:0;top:0;font-size:11px;font-weight:700;color:#94a3b8}
.pb-event-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pb-event-checkbox{display:flex;align-items:flex-start;gap:10px;font-size:14px;font-weight:600;color:#475569;margin-bottom:12px;cursor:pointer}
.pb-event-checkbox input{accent-color:#f97316;margin-top:3px}
.pb-event-upload{display:grid;place-items:center;text-align:center;gap:8px;padding:36px 20px;border:2px dashed #fdba74;border-radius:18px;background:#fffbf5;cursor:pointer;min-height:200px}
.pb-event-upload input{display:none}
.pb-event-upload__icon{font-size:40px}
.pb-event-upload.has-preview{padding:0;border-style:solid;overflow:hidden}
.pb-event-upload__preview{width:100%;height:220px;object-fit:cover}
.pb-event-tip{margin:12px 0 0;padding:10px 12px;border-radius:12px;background:#fff7ed;font-size:13px;font-weight:600;color:#c2410c}
.pb-event-map-preview{margin-top:12px}
.pb-event-map-card{display:flex;gap:14px;padding:16px 18px;border:1px solid #e2e8f0;border-radius:16px;background:linear-gradient(135deg,#f8fafc,#fff7ed)}
.pb-event-map-card__pin{font-size:28px;line-height:1}
.pb-event-map-card__body{flex:1;min-width:0}
.pb-event-map-card__address{margin:0 0 8px;font-weight:800;font-size:14px;color:#334155;line-height:1.45}
.pb-event-map-card__hint{margin:0 0 12px;font-size:12px;color:#64748b}
.pb-event-map-card__links{display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.pb-event-map-card__links .pb-btn{padding:10px 14px;font-size:13px}
.pb-event-map-card__osm{font-weight:800;font-size:13px;color:#f97316;text-decoration:none}
.pb-event-map-card__osm.is-disabled,.pb-event-map-card__links .is-disabled{opacity:.45;pointer-events:none}
.pb-event-detail-map{margin-bottom:22px}
.pb-event-fee-toggle,.pb-event-audience{border:0;margin:0 0 14px;padding:0;display:grid;gap:10px}
.pb-event-fee-toggle label,.pb-event-audience label{display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px;cursor:pointer}
.pb-event-create-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0;flex-wrap:wrap}
.pb-event-create-footer__right{display:flex;gap:12px}
.pb-event-draft-btn{font-size:14px}
.pb-event-detail{padding:24px 0 56px}
.pb-event-detail-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.pb-event-back,.pb-event-share{font-weight:800;font-size:14px;color:#64748b;background:none;border:0;cursor:pointer;text-decoration:none}
.pb-event-back:hover,.pb-event-share:hover{color:#f97316}
.pb-event-detail-banner{position:relative;border-radius:22px;overflow:hidden;margin-bottom:24px;max-height:380px}
.pb-event-detail-banner img{width:100%;height:380px;object-fit:cover;display:block}
.pb-event-detail-type{position:absolute;top:16px;left:16px;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:800;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.12)}
.pb-event-detail-layout{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}
.pb-event-detail-title{margin:0 0 8px;font-size:32px;letter-spacing:-.03em}
.pb-event-detail-sub{margin:0 0 20px;color:#64748b;font-size:16px;line-height:1.5}
.pb-event-detail-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:22px}
.pb-event-detail-fact{display:flex;gap:12px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}
.pb-event-detail-fact span{font-size:22px}
.pb-event-detail-fact strong{display:block;font-size:13px;margin-bottom:4px}
.pb-event-detail-fact p{margin:0;font-size:13px;color:#475569;font-weight:600}
.pb-event-detail-fact p.muted{color:#94a3b8;font-weight:500}
.pb-event-detail-map{border-radius:18px;overflow:hidden;margin-bottom:22px;border:0;height:auto}
.pb-event-detail-map iframe{width:100%;height:100%;border:0}
.pb-event-detail-section{padding:22px 24px;margin-bottom:16px}
.pb-event-detail-section h2{margin:0 0 12px;font-size:18px}
.pb-event-detail-extras{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.pb-event-detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.pb-event-detail-tags span{padding:6px 12px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:12px;font-weight:800}
.pb-event-join-card,.pb-event-organizer-card,.pb-event-attendees-card{padding:20px;margin-bottom:16px}
.pb-event-join-going{margin:0 0 12px;color:#64748b;font-size:14px}
.pb-event-join-going b{color:#f97316;font-size:20px}
.pb-event-join-status{margin:0 0 14px;font-weight:700;font-size:14px}
.pb-event-join-status.ok{color:#047857}
.pb-event-join-status.past{color:#64748b}
.pb-event-organizer{display:flex;gap:12px;align-items:center}
.pb-event-organizer img{width:52px;height:52px;border-radius:50%;object-fit:cover}
.pb-event-organizer a{color:inherit;text-decoration:none}
.pb-event-organizer small{display:block;color:#64748b;margin-top:4px}
.pb-event-attendees{display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.pb-event-attendees img{width:36px;height:36px;border-radius:50%;object-fit:cover}
.pb-event-attendees-more{font-size:12px;font-weight:800;color:#64748b;padding:6px 10px;background:#f8fafc;border-radius:999px}
.pb-event-attendee-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.pb-event-attendee-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f1f5f9}
.pb-event-attendee-item:last-child{border-bottom:0;padding-bottom:0}
.pb-event-attendee-item__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#e2e8f0;flex-shrink:0}
.pb-event-attendee-item__body{display:grid;gap:2px;min-width:0}
.pb-event-attendee-item__name{font-size:14px;font-weight:800;color:#0f172a;text-decoration:none}
a.pb-event-attendee-item__name:hover{color:#f97316}
.pb-event-attendee-item__pet,.pb-event-attendee-item__meta{font-size:12px;font-weight:600;color:#64748b}
.pb-event-attendees-empty,.pb-event-attendees-note{margin:0;font-size:13px;color:#64748b;line-height:1.5}
.pb-event-attendees-card--waitlist{border-color:#fde68a;background:linear-gradient(180deg,#fffbeb,#fff)}
.pb-event-join-form label{display:grid;gap:6px;margin-bottom:12px;font-weight:800;font-size:13px;color:#334155}
.pb-event-join-form input{border:1px solid #e2e8f0;border-radius:12px;padding:12px;font:inherit}
.pb-event-join-fee{margin:0 0 12px;font-size:14px;color:#64748b}
.pb-my-events-page{padding:28px 0 56px}
.pb-my-events-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:24px}
.pb-my-events-header h1{margin:0 0 6px;font-size:32px}
.pb-my-events-header p{margin:0;color:#64748b}
.pb-my-events-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}
.pb-my-events-tab{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;font-weight:800;font-size:13px;text-decoration:none;color:#475569}
.pb-my-events-tab.is-active{border-color:#f97316;background:#fff7ed;color:#c2410c}
.pb-my-events-tab b{font-size:11px;padding:2px 8px;border-radius:999px;background:rgba(0,0,0,.06)}
@media(max-width:1100px){.pb-events-browse-layout{grid-template-columns:280px 1fr}.pb-events-sidebar{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.pb-event-detail-layout{grid-template-columns:1fr}.pb-events-hero__inner{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.pb-events-browse-layout{grid-template-columns:1fr}.pb-events-filters,.pb-events-sidebar{position:static}.pb-event-create-grid{grid-template-columns:1fr}.pb-events-hero__inner{grid-template-columns:1fr}.pb-events-hero__art{display:none}.pb-events-hero__actions{flex-direction:row}.pb-event-card{grid-template-columns:1fr}.pb-event-card__body{grid-template-columns:1fr}.pb-event-card__side{align-items:flex-start;flex-direction:row;flex-wrap:wrap}.pb-event-detail-facts{grid-template-columns:1fr}.pb-event-detail-extras{grid-template-columns:1fr}}
@media(max-width:560px){.pb-events-list--grid{grid-template-columns:1fr}.pb-event-grid-2{grid-template-columns:1fr}.pb-event-create-footer{flex-direction:column;align-items:stretch}.pb-event-create-footer__right{justify-content:flex-end}}

/* =========================================================================
   Member profile (/members/username/) ? mockup layout
   ====================================================================== */
body.pb-member-profile.buddypress .pb-content-card{background:transparent;border:0;box-shadow:none;padding:0;margin:20px auto;max-width:1180px}
body.pb-member-profile #buddypress.buddypress-wrap{background:transparent;border:0;box-shadow:none;padding:0;margin:0;max-width:none}
body.pb-member-profile #buddypress > .bp-wrap{background:transparent;border:0;box-shadow:none;padding:0}

.pb-member-page{margin:0 auto;max-width:1180px;padding-top:4px}

/* Breadcrumbs ? below site header, above hero card (mockup) */
.pb-member-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:0 0 16px;font-size:13px;font-weight:700;color:#94a3b8}
.pb-member-breadcrumbs a{color:#64748b;text-decoration:none;display:inline-flex;align-items:center;gap:5px}
.pb-member-breadcrumbs a:hover{color:var(--orange)}
.pb-member-breadcrumbs__home svg{opacity:.75}
.pb-member-breadcrumbs__sep{color:#cbd5e1}
.pb-member-breadcrumbs__current{color:#0f172a;font-weight:800}

/* Cream band behind profile hero card only */
.pb-member-hero-wrap{
	margin:0 0 20px;
	padding:20px 20px 0;
	border-radius:28px;
	background-color:#fff7ed;
	background-image:
		radial-gradient(circle at 20% 30%, rgba(249,115,22,.07) 0 2px, transparent 3px),
		radial-gradient(circle at 60% 70%, rgba(249,115,22,.06) 0 2px, transparent 3px),
		radial-gradient(circle at 85% 20%, rgba(249,115,22,.05) 0 2px, transparent 3px);
	background-size:48px 48px, 64px 64px, 56px 56px;
}

/* Hero card */
.pb-member-hero.pb-card{overflow:visible;margin-bottom:0;box-shadow:0 18px 50px rgba(15,23,42,.08)}
.pb-member-hero__cover{height:220px;background:center/cover no-repeat;border-radius:22px 22px 0 0;position:relative}
.pb-member-hero__cover::after{
	content:"";
	position:absolute;inset:0;
	background:linear-gradient(180deg,rgba(15,23,42,.12) 0%,rgba(15,23,42,.02) 45%,transparent 100%);
	pointer-events:none;
}
.pb-member-hero__body{padding:0 28px 22px}
.pb-member-hero__row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-top:-60px;position:relative;z-index:2}
.pb-member-hero__identity{display:flex;gap:18px;align-items:flex-end;flex:1;min-width:0}
.pb-member-hero__aside{display:flex;flex-direction:column;align-items:stretch;gap:14px;flex-shrink:0;width:min(100%,520px);max-width:520px}
.pb-member-hero__avatar-wrap{position:relative;flex-shrink:0}
.pb-member-hero__avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 14px 34px rgba(15,23,42,.14);display:block;background:#fff}
.pb-member-hero__avatar-edit{position:absolute;right:4px;bottom:4px;width:30px;height:30px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;display:grid;place-items:center;font-size:13px;box-shadow:0 6px 16px rgba(15,23,42,.1);cursor:pointer}
.pb-member-hero__avatar-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.pb-member-hero__avatar-form{position:absolute;inset:0}
.pb-member-hero__avatar-fallback{position:absolute;left:50%;bottom:-22px;transform:translateX(-50%);font-size:11px;font-weight:700;color:#ea580c;text-decoration:none;white-space:nowrap}
.pb-member-owner-section{margin:0 0 20px;padding:20px 22px}
.pb-member-owner-body{display:grid;grid-template-columns:minmax(170px,220px) minmax(0,1fr);gap:18px;align-items:start}
.pb-member-owner-card{display:grid;gap:10px;color:inherit;padding:12px;border:1px solid #ffedd5;border-radius:16px;background:#fff}
.pb-member-owner-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;border:2px solid #ffedd5}
.pb-member-owner-card b{display:block;font-size:15px}
.pb-member-owner-card small{display:block;color:#64748b;margin-top:2px}
.pb-member-owner-card__handle{color:#94a3b8!important;font-weight:700}
.pb-member-owner-card__oneliner{color:#0f172a!important;font-weight:700;font-style:italic}
.pb-member-owner-details{min-width:0;padding:4px 2px 0}
.pb-member-owner-body--editing{grid-template-columns:minmax(160px,200px) minmax(0,1fr);align-items:stretch}
.pb-member-owner-details--form{padding:0;min-width:0}
.pb-owner-edit-form--inline{max-width:none;gap:12px}
.pb-owner-edit-form--inline .pb-owner-edit-photo{grid-template-columns:72px 1fr;gap:12px}
.pb-owner-edit-form--inline .pb-owner-edit-photo__preview{width:72px;height:72px;border-radius:14px}
.pb-owner-edit-form--inline textarea{min-height:90px}
.pb-owner-edit-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.pb-member-owner-oneliner{margin:0 0 10px;font-size:15px;font-weight:700;font-style:italic;color:#0f172a}
.pb-member-owner-dob{margin:0 0 10px;font-size:13px;color:#64748b;font-weight:700}
.pb-member-owner-dob span{color:#94a3b8;font-weight:800;margin-right:6px}
.pb-member-owner-about{margin:0 0 12px;font-size:14px;line-height:1.55;color:#475569;white-space:pre-wrap}
.pb-member-owner-interests{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.pb-member-owner-interests li{display:inline-flex;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:800;background:#fff7ed;color:#c2410c;border:1px solid #ffedd5}
.pb-member-owner-vis{display:block;font-style:normal;font-size:11px;font-weight:800;margin-top:4px}
.pb-member-owner-vis--public{color:#047857}
.pb-member-owner-vis--private{color:#64748b}
.pb-member-notice--error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}
.pb-owner-edit-panel{margin-bottom:18px}
.pb-owner-edit-form{max-width:640px}
.pb-owner-edit-photo{display:grid;grid-template-columns:96px 1fr;gap:16px;align-items:center;margin-bottom:4px}
.pb-owner-edit-photo__preview{width:96px;height:96px;border-radius:16px;object-fit:cover;border:2px solid #ffedd5;background:#f8fafc}
.pb-owner-edit-photo__label{display:grid;gap:6px}
.pb-owner-edit-photo__label small{font-weight:600;color:#64748b;font-size:12px}
.pb-owner-edit-form textarea{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;font:inherit;box-sizing:border-box;resize:vertical;min-height:120px}
.pb-owner-edit-form input[type=text],
.pb-owner-edit-form input[type=date],
.pb-owner-edit-form input[type=file]{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;font:inherit;box-sizing:border-box}
.pb-owner-edit-form input[type=file]{padding:10px 12px;background:#fff}
.pb-owner-edit-visibility{margin:8px 0 0;padding:14px 16px;border:1px solid #ffedd5;border-radius:14px;background:#fff7ed}
.pb-owner-edit-visibility legend{padding:0 6px;font-weight:800;font-size:14px;color:#334155}
.pb-owner-edit-visibility__option{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;margin:10px 0 0;cursor:pointer}
.pb-owner-edit-visibility__option input{margin-top:3px}
.pb-owner-edit-visibility__option strong{display:block;font-size:14px;color:#0f172a}
.pb-owner-edit-visibility__option small{display:block;margin-top:2px;font-size:12px;font-weight:600;color:#64748b}
@media (max-width:640px){.pb-member-owner-body{grid-template-columns:1fr}.pb-owner-edit-photo{grid-template-columns:1fr}}
.pb-member-owner-meta{margin:0 0 8px;font-size:13px;color:#64748b;font-weight:700}
.pb-member-owner-meta span{color:#94a3b8;font-weight:800;margin-right:6px}
.pb-member-owner-card__phone{color:#0f172a!important;font-weight:700}
.pb-member-groups-section{margin:0 0 20px;padding:20px 22px}
.pb-member-groups-section--empty{padding:20px 22px}
.pb-member-groups-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px}
.pb-member-group-card{display:grid;gap:10px;text-decoration:none;color:inherit;padding:12px;border:1px solid #ffedd5;border-radius:16px;background:#fff;transition:box-shadow .15s,border-color .15s}
.pb-member-group-card:hover{border-color:#fdba74;box-shadow:0 10px 24px rgba(15,23,42,.06)}
.pb-member-group-card img,.pb-member-group-card__placeholder{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;border:2px solid #ffedd5;display:grid;place-items:center;background:#fff7ed;font-size:28px}
.pb-member-group-card b{display:block;font-size:15px}
.pb-member-group-card small{display:block;color:#64748b;margin-top:2px}
.pb-member-pets-section{margin:0 0 20px;padding:20px 22px}
.pb-member-pets-section--empty{padding:20px 22px}
.pb-member-pets-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px}
.pb-member-pet-card{display:grid;gap:10px;text-decoration:none;color:inherit;padding:12px;border:1px solid #ffedd5;border-radius:16px;background:#fff;transition:box-shadow .15s,border-color .15s}
.pb-member-pet-card:hover{border-color:#fdba74;box-shadow:0 10px 24px rgba(15,23,42,.06)}
.pb-member-pet-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;border:2px solid #ffedd5}
.pb-member-pet-card b{display:block;font-size:15px}
.pb-member-pet-card small{display:block;color:#64748b;margin-top:2px}
.pb-member-notice{margin:0 0 14px;padding:12px 16px;border-radius:14px;font-weight:700;font-size:14px}
.pb-member-notice--success{background:#ecfdf5;color:#047857;border:1px solid #bbf7d0}
.pb-member-hero__meta{flex:1;min-width:0;padding-bottom:4px;padding-top:52px}
.pb-member-hero__name{margin:0 0 6px;font-size:30px;font-weight:900;letter-spacing:-.03em;display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#0f172a}
.pb-member-verified{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#3b82f6;color:#fff;font-size:12px;font-weight:900;line-height:1;flex-shrink:0}
.pb-member-verified--sm{width:16px;height:16px;font-size:9px;margin-left:4px;vertical-align:middle}
.pb-member-hero__subtitle{margin:0 0 6px;font-size:15px;font-weight:600;color:#64748b}
.pb-member-hero__loc{margin:4px 0 0;font-size:14px;color:#64748b;font-weight:600;display:flex;align-items:center;gap:6px}
.pb-member-hero__loc-icon{color:var(--orange);flex-shrink:0}
.pb-member-traits{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.pb-member-trait{display:inline-flex;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:800}
.pb-member-trait--green{background:#ecfdf5;color:#047857}
.pb-member-trait--blue{background:#eff6ff;color:#1d4ed8}
.pb-member-trait--purple{background:#f5f3ff;color:#6d28d9}
.pb-member-trait--orange{background:#fff7ed;color:#c2410c}
.pb-member-hero__stats{margin:0;width:100%;max-width:none}
.pb-member-hero__stats.pb-stat-strip{display:grid;gap:0;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#fff;grid-template-columns:repeat(4,minmax(0,1fr))}
.pb-member-hero__stats.pb-stat-strip .pb-member-stat-link{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:12px 8px;border-radius:0;border:0;border-right:1px solid #e2e8f0;box-shadow:none;text-align:center;text-decoration:none;color:inherit;transition:background .15s ease;min-width:0}
.pb-member-hero__stats.pb-stat-strip .pb-member-stat-link:hover{background:#fff7ed}
.pb-member-hero__stats.pb-stat-strip .pb-member-stat-link:focus-visible{outline:2px solid #f97316;outline-offset:-2px}
.pb-member-hero__stats.pb-stat-strip b{font-size:20px;color:#0f172a;line-height:1.1;margin:0;letter-spacing:-.02em}
.pb-member-hero__stats.pb-stat-strip .pb-member-stat-label{font-size:11px;color:#64748b;font-weight:700;margin:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.pb-member-hero__stats.pb-stat-strip .pb-member-stat-link:last-child{border-right:0}
.pb-member-stat-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:#f8fafc;color:#64748b;flex-shrink:0}
.pb-member-stat-icon svg{display:block;width:14px;height:14px}
.pb-member-edit-btn{padding:12px 22px!important;font-size:14px;min-width:120px;justify-content:center}
.pb-member-hero__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end;width:100%}
.pb-member-hero__actions .generic-button,.pb-member-hero__actions a.generic-button,.pb-member-msg-btn,.pb-member-hero__actions .pb-follow{margin:0}
.pb-member-msg-btn{padding:12px 20px!important;font-size:14px;min-width:148px;justify-content:center;border:1px solid #e2e8f0!important;background:#fff!important;color:#0f172a!important;box-shadow:0 8px 20px rgba(15,23,42,.06)!important;display:inline-flex!important;align-items:center;gap:8px}
.pb-member-msg-btn__icon{flex-shrink:0;color:#64748b}
.pb-member-more-btn{padding:12px 14px;font-size:18px;min-width:44px;min-height:44px;justify-content:center;line-height:1}
.pb-member-hero__actions .pb-follow-wrap{margin:0}
.pb-member-hero__actions .pb-follow-count{display:none}

body.pb-member-profile #item-header{display:none!important}

/* Primary tabs ? mockup underline style */
.pb-member-primary-nav{margin:0 0 20px;background:#fff;border:1px solid #ffedd5;border-radius:20px;padding:0 16px;box-shadow:0 12px 32px rgba(15,23,42,.05);overflow-x:auto}
.pb-member-tablist{display:flex;flex-wrap:nowrap;gap:2px;margin:0;padding:0;list-style:none;min-width:max-content}
.pb-member-tablist li{margin:0}
.pb-member-tablist a{display:inline-flex;align-items:center;padding:14px 16px;font-weight:800;font-size:14px;color:#64748b;text-decoration:none;border-bottom:3px solid transparent;white-space:nowrap}
.pb-member-tablist li.is-active a,.pb-member-tablist a:hover{color:#ea580c}
.pb-member-tablist li.is-active a{border-bottom-color:#f97316}

/* Legacy BP nav overrides (fallback) */
.pb-member-primary-nav .main-navs,.pb-member-primary-nav #object-nav,
body.pb-member-profile #buddypress > .bp-wrap > .main-navs,body.pb-member-profile #buddypress > .bp-wrap > #object-nav{margin-bottom:0;background:#fff;border:1px solid #ffedd5;border-radius:20px;padding:6px 16px 0;box-shadow:0 12px 32px rgba(15,23,42,.05)}
.pb-member-primary-nav .main-navs ul,.pb-member-primary-nav #object-nav ul,
body.pb-member-profile #buddypress > .bp-wrap > .main-navs ul,body.pb-member-profile #buddypress > .bp-wrap > #object-nav ul{display:flex;flex-wrap:wrap;gap:4px;margin:0;padding:0;list-style:none}
.pb-member-primary-nav .main-navs li,.pb-member-primary-nav #object-nav li{margin:0}
.pb-member-primary-nav .main-navs a,.pb-member-primary-nav #object-nav a,
body.pb-member-profile #buddypress > .bp-wrap > .main-navs a,body.pb-member-profile #buddypress > .bp-wrap > #object-nav a{display:inline-flex;align-items:center;gap:6px;padding:12px 16px 14px;border-radius:0;font-weight:800;color:#64748b;text-decoration:none;background:transparent!important;border-bottom:3px solid transparent;margin-bottom:-1px}
.pb-member-primary-nav .main-navs .current a,.pb-member-primary-nav .main-navs .selected a,.pb-member-primary-nav #object-nav .selected a,.pb-member-primary-nav .main-navs li.current a,.pb-member-primary-nav .main-navs li.selected a,
body.pb-member-profile #buddypress > .bp-wrap > .main-navs .current a,body.pb-member-profile #buddypress > .bp-wrap > .main-navs .selected a,body.pb-member-profile #buddypress > .bp-wrap > #object-nav .selected a{color:#ea580c!important;border-bottom-color:#f97316!important;background:transparent!important}
.pb-member-primary-nav .count,body.pb-member-profile #object-nav .count{background:#f97316;color:#fff;border-radius:999px;padding:2px 8px;font-size:11px;margin-left:4px}

/* Hide BuddyPress activity filter subnav (Personal, Mentions, etc.) */
body.pb-member-profile .pb-member-subnav,
body.pb-member-profile .pb-member-main #subnav,
body.pb-member-profile .pb-member-main nav#subnav,
body.pb-member-profile #buddypress #subnav,
body.pb-member-profile #buddypress .item-list-tabs#subnav{display:none!important}
body.pb-member-settings .pb-member-main #subnav,
body.pb-member-settings .pb-member-main nav#subnav,
body.pb-member-settings #buddypress #subnav{display:block!important;margin:0 0 18px;background:#fff;border:1px solid #ffedd5;border-radius:20px;padding:8px 14px;box-shadow:0 12px 32px rgba(15,23,42,.05)}
body.pb-member-settings .pb-member-main #subnav ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
body.pb-member-settings .pb-member-main #subnav a{display:inline-block;padding:9px 18px;border-radius:999px;font-weight:800;color:#64748b;background:#fff;border:1px solid #e2e8f0;text-decoration:none}
body.pb-member-settings .pb-member-main #subnav .selected a,
body.pb-member-settings .pb-member-main #subnav li.current a{background:linear-gradient(135deg,var(--orange),#ea580c);color:#fff;border-color:transparent}
.pb-member-page--settings{padding-top:8px}
.pb-member-wrap--settings{max-width:920px;margin:0 auto}
.pb-member-layout--settings .pb-member-main{max-width:none;margin:0}
.pb-member-settings-header{padding:22px 24px;margin-bottom:18px}
.pb-member-settings-header__title{margin:0 0 8px;font-size:clamp(1.5rem,3vw,2rem)}
.pb-member-settings-header__sub{margin:0;color:#64748b;font-size:15px}
.pb-member-settings-header__hint{margin:12px 0 0;font-size:14px;color:#64748b}
.pb-member-settings-header__hint a{color:#ea580c;font-weight:800;text-decoration:none}
.pb-member-settings-panel{padding:22px 24px;margin-bottom:16px}
.pb-member-settings-panel__title{margin:0 0 6px;font-size:1.25rem}
.pb-member-settings-panel__sub{margin:0 0 18px;color:#64748b;font-size:14px}
.pb-member-settings-callout{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;margin-bottom:18px;border-radius:14px;background:#fff7ed;border:1px solid #ffedd5}
.pb-member-settings-callout--info{margin:14px 0}
.pb-member-settings-callout p{margin:0;color:#475569;font-size:14px}
.pb-member-settings-form{display:grid;gap:14px;max-width:560px}
.pb-member-settings-form label{display:grid;gap:6px;font-weight:700;font-size:14px;color:#334155}
.pb-member-settings-form .settings-input,
.pb-member-settings-form input[type=email],
.pb-member-settings-form input[type=password]{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;font:inherit;box-sizing:border-box}
.pb-member-settings-required{font-weight:600;color:#64748b;font-size:12px}
.pb-member-settings-help{margin:0;font-size:13px}
.pb-member-settings-form__actions{margin-top:6px}
.pb-member-settings-form .submit input,
.pb-member-settings-form button[type=submit].submit{appearance:none;border:0;border-radius:999px;padding:12px 22px;background:linear-gradient(135deg,var(--orange),#ea580c);color:#fff;font-weight:800;cursor:pointer}
.pb-member-settings-form .wp-pwd{margin-top:10px;display:grid;gap:10px}
.pb-member-settings-form .editfield{margin-bottom:14px}
.pb-member-settings-form .editfield label{font-weight:700}
.pb-member-settings-form .editfield input[type=text],
.pb-member-settings-form .editfield input[type=number],
.pb-member-settings-form .editfield select,
.pb-member-settings-form .editfield textarea{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;font:inherit;box-sizing:border-box}
.pb-member-subnav__list,.pb-member-subnav .subnav ul,.pb-member-subnav #subnav ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
.pb-member-subnav__list>li,.pb-member-subnav .subnav li,.pb-member-subnav #subnav li{margin:0;list-style:none}
.pb-member-subnav__list a,.pb-member-subnav .subnav a,.pb-member-subnav #subnav a{display:inline-block;padding:9px 18px;border-radius:999px;font-weight:800;color:#64748b;background:#fff;border:1px solid #e2e8f0;text-decoration:none}
.pb-member-subnav__list .current a,.pb-member-subnav__list .selected a,.pb-member-subnav__list li.current a,
.pb-member-subnav .subnav .current a,.pb-member-subnav #subnav .selected a,.pb-member-subnav #subnav li.current a{background:linear-gradient(135deg,var(--orange),#ea580c);color:#fff;border-color:transparent;box-shadow:0 8px 20px rgba(249,115,22,.22)}

/* Hide duplicate subnav inside center column */
body.pb-member-profile:has(.pb-member-subnav) .pb-member-main #subnav{display:none!important}

/* Hide BP chrome on member activity feed */
body.pb-member-profile .pb-member-main h2.bp-screen-title{display:none!important}
body.pb-member-profile .pb-member-main #subnav-filters{display:none!important}
body.pb-member-profile .pb-content-card>h1{display:none!important}

/* Activity composer on profile */
body.pb-member-profile #buddypress #whats-new-form{margin-top:0}
body.pb-member-profile #buddypress #whats-new-textarea textarea,body.pb-member-profile #buddypress textarea#whats-new{min-height:52px;font-size:15px}
body.pb-member-profile #buddypress #whats-new-avatar img{border-radius:50%;width:46px!important;height:46px!important}
body.pb-member-profile .pb-member-composer{margin:0 0 18px}
body.pb-member-profile .pb-member-composer .pb-composer{margin-bottom:0}
body.pb-member-profile .pb-member-composer .pb-composer-foot{flex-wrap:wrap;gap:10px}
body.pb-member-profile .pb-member-composer .pb-composer-post{width:auto!important;min-width:110px;white-space:nowrap;overflow:visible;line-height:1.2;padding:12px 20px!important}
body.pb-member-profile .pb-member-composer+#bp-nouveau-activity-form,
body.pb-member-profile .pb-member-composer~#bp-nouveau-activity-form,
body.pb-member-profile .pb-member-composer~form.activity-update-form{display:none!important}
#buddypress .activity-update-form #whats-new-submit input,
#buddypress #aw-whats-new-submit,
#buddypress #whats-new-submit input[type=submit]{width:auto!important;min-width:8em;white-space:nowrap;overflow:visible;line-height:1.25}

/* Member activity ? no Like / Comment / Share row */
body.pb-member-profile #buddypress .activity-meta a.fav,
body.pb-member-profile #buddypress .activity-meta a.unfav,
body.pb-member-profile #buddypress .activity-meta a.acomment-reply,
body.pb-member-profile #buddypress .activity-meta a.pb-activity-share,
body.pb-member-profile #buddypress .activity-meta .pb-activity-follow{display:none!important}
body.pb-member-profile #buddypress .activity-meta.action:empty,
body.pb-member-profile #buddypress .activity-meta.action:not(:has(.generic-button, .button-wrap, a.button, .bp-generic-meta)){display:none!important;margin:0!important;padding:0!important;border:0!important}
body.pb-member-profile #buddypress div.activity-comments{display:none!important}

/* Three-column feed layout */
.pb-member-layout--feed{display:grid;grid-template-columns:280px minmax(0,1fr) 300px;gap:20px;align-items:start}
.pb-member-side{position:sticky;top:96px}
.pb-member-side .pb-widget{margin-bottom:16px}
.pb-member-about-bio{margin:0 0 14px;font-size:14px;line-height:1.6;color:#475569}

/* Pet parent card */
.pb-member-parent__card{display:flex;gap:12px;align-items:center;margin-bottom:10px}
.pb-member-parent__avatar{display:block;flex-shrink:0;line-height:0}
.pb-member-parent__card img{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}
.pb-member-parent__card b{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:15px;color:#0f172a}
.pb-member-parent__card b a{color:inherit;text-decoration:none}
.pb-member-parent__card b a:hover{color:var(--orange)}
.pb-member-parent__card small{display:block;margin-top:3px;font-size:12px;color:#64748b;font-weight:700}
.pb-member-parent__handle{color:#94a3b8!important}
.pb-member-parent__link{display:inline-block;font-size:13px;font-weight:800;color:var(--orange)}

/* About / friends / photos widgets */
.pb-member-about-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}
.pb-member-about-list li{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:#334155;line-height:1.45}
.pb-member-about-list__icon{width:24px;text-align:center;flex-shrink:0;font-size:14px}
.pb-member-about-list b{font-weight:800;color:#0f172a;margin-right:4px}

.pb-member-friends-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.pb-member-friends-grid--6{grid-template-columns:repeat(3,1fr)}
.pb-member-friend{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;text-decoration:none}
.pb-member-friend img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 6px 16px rgba(15,23,42,.1)}
.pb-member-friend span{font-size:11px;font-weight:800;color:#475569;line-height:1.2}

.pb-member-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.pb-member-photo-cell{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f1f5f9}
.pb-member-photo-cell img{width:100%;height:100%;object-fit:cover;display:block}

/* Right sidebar widgets */
.pb-member-event{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f1f5f9;text-decoration:none;color:inherit}
.pb-member-event:last-child{border-bottom:0;padding-bottom:0}
.pb-member-event__date{display:grid;place-items:center;min-width:48px;padding:8px 10px;border-radius:12px;background:#fff7ed;text-align:center;flex-shrink:0}
.pb-member-event__date b{display:block;font-size:18px;color:#0f172a;line-height:1}
.pb-member-event__date small{font-size:10px;font-weight:800;color:#ea580c;letter-spacing:.04em}
.pb-member-event__body{flex:1;min-width:0}
.pb-member-event__body b{display:block;font-size:14px;color:#0f172a;margin-bottom:3px}
.pb-member-event__body small{display:block;font-size:12px;color:#64748b;font-weight:700}
.pb-member-event__badge{display:inline-block;margin-top:6px;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:800}
.pb-member-event__badge--going{background:#ecfdf5;color:#047857}
.pb-member-event__badge--interested{background:#fff7ed;color:#c2410c}

.pb-member-health-list,.pb-member-vaccine-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}
.pb-member-health-list li,.pb-member-vaccine-list li{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px}
.pb-member-health-list span,.pb-member-vaccine-list span{color:#64748b;font-weight:700}
.pb-member-health-list b,.pb-member-vaccine-list b{font-weight:800;color:#0f172a;text-align:right}
.pb-status{display:inline-block;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:800}
.pb-status--good{background:#ecfdf5;color:#047857}
.pb-status--done{background:#ecfdf5;color:#047857}
.pb-status--soon{background:#fff7ed;color:#c2410c}

.pb-member-achievement-list{margin:0;padding:0;list-style:none;display:grid;gap:12px}
.pb-member-achievement-list li{display:flex;gap:12px;align-items:flex-start}
.pb-member-achievement__icon{width:40px;height:40px;border-radius:50%;background:#fff7ed;display:grid;place-items:center;font-size:18px;flex-shrink:0}
.pb-member-achievement-list b{display:block;font-size:14px;color:#0f172a;margin-bottom:2px}
.pb-member-achievement-list small{font-size:12px;color:#64748b;font-weight:700;line-height:1.35}

/* Non-activity member screens (profile, friends, settings?) */
.pb-member-layout:not(.pb-member-layout--feed) .pb-member-main{max-width:900px;margin:0 auto}
.pb-member-layout:not(.pb-member-layout--feed) #buddypress .profile-fields,.pb-member-layout:not(.pb-member-layout--feed) .bp-profile-wrapper{background:#fff;border:1px solid #ffedd5;border-radius:22px;padding:22px;box-shadow:0 14px 34px rgba(15,23,42,.05)}

.pb-member-empty{margin:0;padding:8px 0;color:#64748b;font-size:13px;font-weight:700;text-align:center}

.pb-member-hero__actions .pb-follow.pb-follow--hero:not(.is-following){background:linear-gradient(135deg,var(--orange),#ea580c)!important;border:0!important;color:#fff!important;box-shadow:0 10px 24px rgba(249,115,22,.28)!important;min-width:110px;padding:12px 22px!important}
.pb-member-hero__actions .pb-follow.is-following{background:#ecfdf5!important;border-color:#a7f3d0!important;color:#047857!important}

.pb-member-hero__actions .pb-member-friend-wrap{margin:0;display:inline-flex}
.pb-member-friend-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:6px;font-weight:800!important;text-decoration:none!important;border-radius:14px!important;transition:.2s ease}
.pb-member-hero__actions .pb-member-friend-btn{padding:12px 20px!important;font-size:14px;min-width:120px}
/* Add Friend ? primary friendship action (teal, distinct from orange Follow) */
.pb-member-friend-btn--not_friends,.pb-member-friend-btn.add{background:linear-gradient(135deg,#14b8a6,#0d9488)!important;border:0!important;color:#fff!important;box-shadow:0 10px 22px rgba(13,148,136,.28)!important}
.pb-member-friend-btn--not_friends:hover,.pb-member-friend-btn.add:hover{background:linear-gradient(135deg,#0d9488,#0f766e)!important;color:#fff!important;transform:translateY(-1px)}
/* Pending / sent request */
.pb-member-friend-btn--pending,.pb-member-friend-btn--awaiting_response,.pb-member-friend-btn.pending_friend,.pb-member-friend-btn.awaiting_response_friend{background:#fff7ed!important;border:1px solid #fdba74!important;color:#c2410c!important;box-shadow:0 6px 16px rgba(251,146,60,.12)!important}
.pb-member-friend-btn--pending:hover,.pb-member-friend-btn.pending_friend:hover{background:#ffedd5!important;border-color:#fb923c!important;color:#9a3412!important}
.pb-member-friend-btn--awaiting_response,.pb-member-friend-btn.awaiting_response_friend{cursor:default;opacity:.92}
/* Already friends */
.pb-member-friend-btn--is_friend,.pb-member-friend-btn.is_friend{background:#ecfdf5!important;border:1px solid #6ee7b7!important;color:#047857!important;box-shadow:0 6px 16px rgba(16,185,129,.12)!important}
.pb-member-friend-btn--is_friend:hover,.pb-member-friend-btn.is_friend:hover{background:#fef2f2!important;border-color:#fecaca!important;color:#b91c1c!important}
/* BuddyPress friendship buttons in hero */
#buddypress .pb-member-hero__actions .friendship-button a,#buddypress .pb-member-hero__actions .friendship-button button,#buddypress .pb-member-hero__actions #member_friendship a,#buddypress .pb-member-hero__actions #member_friendship button,#buddypress .pb-member-hero__actions .generic-button{border-radius:14px!important;font-weight:800!important;padding:10px 18px!important}
#buddypress .pb-member-hero__actions .friendship-button.not_friends a,#buddypress .pb-member-hero__actions .friendship-button.not_friends button,#buddypress .pb-member-hero__actions #member_friendship .not_friends{border:1px solid #e2e8f0!important;background:#fff!important;color:#0f172a!important;box-shadow:0 8px 20px rgba(15,23,42,.06)!important}

@media(max-width:1024px){
	.pb-member-layout--feed{grid-template-columns:1fr}
	.pb-member-side--right{display:grid;grid-template-columns:1fr 1fr;gap:16px}
	.pb-member-hero__row{flex-wrap:wrap}
	.pb-member-hero__aside{align-items:stretch;min-width:0;width:100%;max-width:none}
	.pb-member-hero__actions{justify-content:flex-start}
	.pb-member-hero__stats{max-width:none}
}
@media(max-width:640px){
	.pb-member-hero__cover{height:140px}
	.pb-member-hero__avatar{width:88px;height:88px}
	.pb-member-hero__row{margin-top:-44px}
	.pb-member-hero__meta{padding-top:36px}
	.pb-member-hero__name{font-size:22px}
	.pb-member-hero__stats.pb-stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
	.pb-member-hero__stats.pb-stat-strip .pb-member-stat-link{padding:12px 10px}
	.pb-member-hero__stats.pb-stat-strip .pb-member-stat-link:nth-child(2n){border-right:0}
	.pb-member-hero__stats.pb-stat-strip .pb-member-stat-link:nth-child(1),
	.pb-member-hero__stats.pb-stat-strip .pb-member-stat-link:nth-child(2){border-bottom:1px solid #e2e8f0}
	.pb-member-primary-nav .main-navs a,.pb-member-primary-nav #object-nav a{padding:10px 12px;font-size:13px}
}

/* =========================================================================
   Site header ? mockup top navigation
   ====================================================================== */
.pb-nav{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;height:76px;overflow:visible}
.pb-header .pb-container{overflow:visible}
.pb-nav-center{display:flex;justify-content:flex-start;min-width:0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 2px;touch-action:pan-x}
.pb-nav-center::-webkit-scrollbar{display:none}
.pb-logo{font-size:24px}
.pb-logo-text{white-space:nowrap}
.pb-menu{display:flex;flex-wrap:nowrap;gap:12px;align-items:center;font-weight:700;font-size:13px;margin:0;padding:0 6px;list-style:none}
.pb-menu a{display:inline-flex;align-items:center;gap:6px;padding:8px 4px;color:#334155;white-space:nowrap;position:relative}
.pb-menu a:hover,.pb-menu a.is-active,.pb-menu .current-menu-item>a{color:var(--orange)}
.pb-menu a.is-active::after,.pb-menu .current-menu-item>a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:99px;background:var(--orange)}
.pb-nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--orange);color:#fff;font-size:10px;font-weight:900;line-height:1;margin-left:2px}
.pb-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end;position:relative;overflow:visible;flex-shrink:0}
.pb-icon-btn{position:relative;width:40px;height:40px;border-radius:50%;border:1px solid #e8edf3;background:#fff;box-shadow:0 4px 14px rgba(15,23,42,.06);display:grid;place-items:center;color:#334155;cursor:pointer;padding:0;flex-shrink:0}
.pb-icon-btn:hover{border-color:#fdba74;color:var(--orange)}
.pb-has-tip::after{content:attr(data-tip);position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(-4px);padding:6px 10px;border-radius:10px;background:#0f172a;color:#fff;font-size:11px;font-weight:800;line-height:1.2;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s,transform .15s,visibility .15s;box-shadow:0 8px 20px rgba(15,23,42,.18);z-index:300}
.pb-has-tip::before{content:"";position:absolute;top:calc(100% + 2px);left:50%;transform:translateX(-50%);border:5px solid transparent;border-bottom-color:#0f172a;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s;pointer-events:none;z-index:300}
.pb-has-tip:hover::after,.pb-has-tip:focus-visible::after,.pb-has-tip:hover::before,.pb-has-tip:focus-visible::before{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.pb-user-menu .pb-has-tip::after,.pb-user-menu .pb-has-tip::before{left:auto;right:0;transform:translateY(-4px)}
.pb-user-menu .pb-has-tip:hover::after,.pb-user-menu .pb-has-tip:focus-visible::after{transform:translateY(0)}
.pb-user-menu .pb-has-tip::before{right:14px;transform:none}
.pb-user-menu .pb-has-tip:hover::before,.pb-user-menu .pb-has-tip:focus-visible::before{transform:none}
.pb-icon-svg{display:block}
.pb-icon-badge{position:absolute;top:-3px;right:-3px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--orange)!important;color:#fff;font-size:10px;font-weight:900;line-height:18px;text-align:center;box-shadow:0 4px 10px rgba(249,115,22,.35)}
.pb-user-menu{position:relative;margin-left:4px}
.pb-user-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 6px 4px 4px;border:1px solid #e8edf3;border-radius:999px;background:#fff;box-shadow:0 4px 14px rgba(15,23,42,.06);text-decoration:none;cursor:pointer;font:inherit;color:inherit;position:relative}
.pb-user-chip:hover,.pb-user-menu.is-open .pb-user-chip{border-color:#fdba74}
.pb-user-chip img{width:36px;height:36px;border-radius:50%;object-fit:cover;display:block}
.pb-user-chip__initial{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange),#ffb703);color:#fff;font-size:14px;font-weight:900;line-height:1}
.pb-user-chip__caret{color:#94a3b8;transition:transform .2s}
.pb-user-menu.is-open .pb-user-chip__caret{transform:rotate(180deg)}
.pb-user-menu__dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;min-width:190px;padding:8px;border:1px solid #e8edf3;border-radius:16px;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.12);z-index:200}
.pb-user-menu.is-open .pb-user-menu__dropdown{display:block}
.pb-user-menu__name{margin:0;padding:8px 12px 6px;font-size:13px;font-weight:800;color:#0f172a;border-bottom:1px solid #f1f5f9;user-select:none;-webkit-user-select:none}
.pb-user-menu__item{display:block;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:700;color:#334155;text-decoration:none}
.pb-user-menu__item:hover{background:#fff7ed;color:var(--orange)}
.pb-user-menu__item.is-logout{color:#dc2626}
.pb-user-menu__item.is-logout:hover{background:#fef2f2;color:#b91c1c}
@media(min-width:1400px){.pb-menu{gap:16px;font-size:14px}}
@media(max-width:1200px){.pb-menu{gap:10px;font-size:12px}.pb-logo{font-size:22px}.pb-nav{gap:10px}}
@media(max-width:1280px){
  .pb-nav{
    grid-template-columns:1fr auto;
    grid-template-rows:auto auto;
    height:auto;
    min-height:64px;
    padding:8px 0 0;
    gap:0;
    align-items:center;
  }
  .pb-logo{grid-column:1;grid-row:1;min-width:0}
  .pb-logo-text{overflow:hidden;text-overflow:ellipsis;max-width:42vw}
  .pb-actions{grid-column:2;grid-row:1;gap:6px}
  .pb-nav-center{
    display:flex;
    grid-column:1/-1;
    grid-row:2;
    justify-content:flex-start;
    width:100%;
    margin:6px -24px 0;
    padding:0 24px 8px;
    border-top:1px solid rgba(254,215,170,.45);
  }
  .pb-header .pb-menu{
    display:flex;
    flex-wrap:nowrap;
    gap:8px;
    padding:8px 2px 2px;
    font-size:13px;
  }
  .pb-header .pb-menu>li{flex-shrink:0;margin:0}
  .pb-header .pb-menu a{
    padding:8px 14px;
    border-radius:999px;
    background:#f8fafc;
    border:1px solid #eef2f7;
  }
  .pb-header .pb-menu a:hover,
  .pb-header .pb-menu a.is-active,
  .pb-header .pb-menu .current-menu-item>a{
    background:#fff7ed;
    border-color:#fed7aa;
  }
  .pb-header .pb-menu a::after{display:none}
}
@media(max-width:640px){
  .pb-header .pb-actions{display:flex}
  .pb-nav-center{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}
  .pb-logo{font-size:20px}
  .pb-logo-mark{width:36px;height:36px;font-size:19px}
  .pb-icon-btn{width:36px;height:36px}
  .pb-user-chip img,.pb-user-chip__initial{width:32px;height:32px}
  .pb-auth-btn{padding:10px 14px;font-size:13px}
  .pb-has-tip::after,.pb-has-tip::before{display:none}
}

/* =========================================================================
   Groups directory (/groups/) ? mockup layout
   ====================================================================== */
body.pb-groups-directory.buddypress .pb-content-card{background:transparent;border:0;box-shadow:none;padding:0;margin:0;max-width:none}
body.pb-groups-directory #buddypress.buddypress-wrap{background:transparent;border:0;box-shadow:none;padding:0;margin:0;max-width:none}
body.pb-groups-directory #buddypress > .bp-wrap{background:transparent;border:0;box-shadow:none;padding:0}
body.pb-groups-directory .pb-content-card>h1{display:none!important}

.pb-groups-page{max-width:1320px;margin:0 auto;padding:12px 24px 48px;box-sizing:border-box}

.pb-groups-hero-wrap{
	margin:0 0 22px;padding:22px;border-radius:28px;
	background-color:#fff7ed;
	background-image:
		radial-gradient(circle at 20% 30%, rgba(249,115,22,.07) 0 2px, transparent 3px),
		radial-gradient(circle at 60% 70%, rgba(249,115,22,.06) 0 2px, transparent 3px),
		radial-gradient(circle at 85% 20%, rgba(249,115,22,.05) 0 2px, transparent 3px);
	background-size:48px 48px, 64px 64px, 56px 56px;
}
.pb-groups-hero{
	display:grid;grid-template-columns:1fr auto auto;gap:20px 28px;align-items:center;
	padding:28px 32px;border-radius:22px;box-shadow:0 18px 50px rgba(15,23,42,.08);background:#fff;
}
.pb-groups-hero__title{margin:0 0 10px;font-size:clamp(26px,3vw,36px);font-weight:900;letter-spacing:-.03em;color:#0f172a;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.pb-groups-hero__heart{color:var(--orange);font-size:.9em}
.pb-groups-hero__sub{margin:0;font-size:15px;color:#64748b;font-weight:600;line-height:1.5;max-width:420px}
.pb-groups-hero__stat{margin:10px 0 0;font-size:13px;font-weight:800;color:#94a3b8}
.pb-groups-hero__art img{width:min(280px,36vw);height:auto;border-radius:18px;object-fit:cover;display:block;box-shadow:0 14px 34px rgba(15,23,42,.12)}
.pb-groups-hero__actions{display:flex;flex-direction:column;gap:10px;min-width:180px}
.pb-groups-hero__actions .pb-btn{justify-content:center;white-space:nowrap}
.pb-groups-hero__my{border:1px solid #e2e8f0!important;background:#fff!important;color:#0f172a!important}

.pb-groups-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}
.pb-groups-toolbar__tabs{flex:1;min-width:0}
.pb-groups-toolbar__tabs .bp-navs{background:transparent;border:0;box-shadow:none;padding:0;margin:0}
.pb-groups-toolbar__tabs .component-navigation{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}
.pb-groups-toolbar__tabs .component-navigation > li{margin:0;padding:0;border:0;background:transparent}
.pb-groups-toolbar__tabs .component-navigation > li > a{
	display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:999px;
	font-weight:800;font-size:14px;color:#475569;background:#f1f5f9;border:1px solid transparent;text-decoration:none;
}
.pb-groups-toolbar__tabs .component-navigation > li.selected > a,
.pb-groups-toolbar__tabs .component-navigation > li.current > a{background:#334155;color:#fff;border-color:#334155}
.pb-groups-toolbar__tabs .component-navigation .count{font-size:12px;opacity:.85}

.pb-groups-toolbar__tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.pb-groups-toolbar__tools #subnav-filters{display:flex;align-items:center;gap:12px;margin:0;padding:0;border:0;background:transparent}
.pb-groups-toolbar__tools .subnav-search{margin:0}
.pb-groups-toolbar__tools .dir-search input[type=search],
.pb-groups-toolbar__tools .bp-search input[type=search]{
	min-width:200px;border:1px solid #e2e8f0;border-radius:999px;padding:10px 16px 10px 38px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242 1.156a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3C/svg%3E") 14px center no-repeat;
}
.pb-groups-toolbar__tools .component-filters{margin:0}
.pb-groups-toolbar__tools .select-wrap select{border:1px solid #e2e8f0;border-radius:999px;padding:10px 36px 10px 14px;font-weight:700;font-size:13px;background:#fff}

.pb-groups-view-toggle{display:inline-flex;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff}
.pb-groups-view-btn{display:grid;place-items:center;width:40px;height:40px;border:0;background:#fff;color:#94a3b8;cursor:pointer;padding:0}
.pb-groups-view-btn.is-active,.pb-groups-view-btn:hover{color:var(--orange);background:#fff7ed}

.pb-groups-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:24px;align-items:start}
.pb-groups-sidebar{position:sticky;top:100px}
.pb-groups-sidebar__block{background:#fff;border:1px solid #f1f5f9;border-radius:18px;padding:18px;margin-bottom:16px;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.pb-groups-sidebar__title{margin:0 0 14px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}
.pb-groups-cats,.pb-groups-type{list-style:none;margin:0;padding:0}
.pb-groups-cats__link,.pb-groups-type__link{
	display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;
	font-weight:700;font-size:14px;color:#475569;text-decoration:none;margin-bottom:4px;
}
.pb-groups-cats__link:hover,.pb-groups-type__link:hover{background:#f8fafc;color:var(--orange)}
.pb-groups-cats__link.is-active{background:#fff7ed;color:var(--orange)}
.pb-groups-type__link.is-active .pb-groups-type__radio{border-color:var(--orange);box-shadow:inset 0 0 0 4px var(--orange)}
.pb-groups-cats__icon{width:22px;text-align:center}
.pb-groups-cats__count{margin-left:auto;font-size:12px;color:#94a3b8;font-weight:700}
.pb-groups-type__radio{width:16px;height:16px;border-radius:50%;border:2px solid #cbd5e1;flex-shrink:0}

.pb-groups-main .screen-content{padding:0;margin:0}
#groups-list.pb-groups-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}
#groups-list.pb-groups-list .pb-group-card{margin:0;padding:0;border:0;background:transparent;list-style:none}
.pb-group-card__inner{
	display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:20px;align-items:center;
	background:#fff;border:1px solid #f1f5f9;border-radius:18px;padding:20px 22px;
	box-shadow:0 10px 28px rgba(15,23,42,.05);
}
.pb-group-card__thumb{display:block;flex-shrink:0}
.pb-group-card__thumb img{width:88px!important;height:88px!important;border-radius:16px!important;object-fit:cover;display:block}
.pb-group-card__title{margin:0 0 6px;font-size:18px;font-weight:900;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.pb-group-card__title a{color:#0f172a;text-decoration:none}
.pb-group-card__title a:hover{color:var(--orange)}
.pb-group-verified{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--orange);color:#fff;font-size:11px;font-weight:900;line-height:1}
.pb-group-card__meta{margin:0 0 8px;font-size:13px;color:#94a3b8;font-weight:700}
.pb-group-card__dot{margin:0 4px}
.pb-group-card__desc{margin:0 0 12px;font-size:14px;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pb-group-card__avatars{display:flex;align-items:center;margin-bottom:10px}
.pb-group-card__avatars img{width:32px;height:32px;border-radius:50%;border:2px solid #fff;margin-left:-8px;box-shadow:0 4px 10px rgba(15,23,42,.1);object-fit:cover}
.pb-group-card__avatars img:first-child{margin-left:0}
.pb-group-card__avatars-more{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:900;margin-left:-8px;border:2px solid #fff}
.pb-group-card__tags{display:flex;flex-wrap:wrap;gap:6px}
.pb-group-tag{display:inline-block;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}
.pb-group-card__aside{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:12px;min-width:130px}
.pb-group-card__count{font-size:14px;font-weight:800;color:#475569;white-space:nowrap}
.pb-group-card__actions .generic-button{margin:0}
.pb-group-card__actions a.join-group,
.pb-group-card__actions a.button{
	display:inline-block;padding:10px 20px!important;border-radius:999px!important;
	border:2px solid var(--orange)!important;background:#fff!important;color:var(--orange)!important;
	font-weight:900!important;box-shadow:none!important;
}
.pb-group-card__actions a.join-group:hover,
.pb-group-card__actions a.button:hover{background:var(--orange)!important;color:#fff!important}

body.pb-groups-view-grid #groups-list.pb-groups-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}
body.pb-groups-view-grid .pb-group-card__inner{grid-template-columns:1fr;text-align:left;align-items:start}
body.pb-groups-view-grid .pb-group-card__thumb img{width:100%!important;height:160px!important;border-radius:14px!important}
body.pb-groups-view-grid .pb-group-card__aside{flex-direction:row;justify-content:space-between;align-items:center;width:100%;min-width:0}

body.pb-groups-directory .bp-pagination{display:flex;justify-content:center;margin:28px 0 10px}
body.pb-groups-directory .bp-pagination .pag-data .page-numbers{
	display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;margin:0 4px;border-radius:10px;font-weight:800;color:#475569;text-decoration:none;
}
body.pb-groups-directory .bp-pagination .pag-data .page-numbers.current{background:var(--orange);color:#fff;border-color:var(--orange)}
body.pb-groups-directory .list-wrap{display:contents}
body.pb-groups-directory #groups-list .item-avatar,
body.pb-groups-directory #groups-list .list-wrap > .item{display:none}

@media(max-width:960px){
	.pb-groups-hero{grid-template-columns:1fr;text-align:center}
	.pb-groups-hero__sub{margin-left:auto;margin-right:auto}
	.pb-groups-hero__art{order:-1;justify-self:center}
	.pb-groups-hero__actions{flex-direction:row;justify-content:center;min-width:0}
	.pb-groups-layout{grid-template-columns:1fr}
	.pb-groups-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:16px}
}
@media(max-width:640px){
	.pb-groups-sidebar{grid-template-columns:1fr}
	.pb-group-card__inner{grid-template-columns:72px 1fr;grid-template-rows:auto auto}
	.pb-group-card__aside{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:center;width:100%;min-width:0}
	.pb-groups-toolbar{flex-direction:column;align-items:stretch}
}

/* =========================================================================
   Members directory (/members/) ? mockup Pets browse layout
   ====================================================================== */
body.pb-members-directory.buddypress .pb-content-card{background:transparent;border:0;box-shadow:none;padding:0;margin:0;max-width:none}
body.pb-members-directory #buddypress.buddypress-wrap{background:transparent;border:0;box-shadow:none;padding:0;margin:0;max-width:none}
body.pb-members-directory #buddypress > .bp-wrap{background:transparent;border:0;box-shadow:none;padding:0}
body.pb-members-directory .pb-content-card>h1{display:none!important}
body.pb-members-directory #buddypress .dir-search,body.pb-members-directory #buddypress #subnav-filters{margin:0}

.pb-members-page{max-width:1320px;margin:0 auto;padding:12px 24px 48px;box-sizing:border-box}
.pb-members-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:22px;align-items:start}
.pb-members-sidebar{position:sticky;top:96px;display:grid;gap:16px}
.pb-members-sidebar__block{padding:16px 14px!important;margin:0!important}
.pb-members-sidebar__title{margin:0 0 12px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}
.pb-members-species{list-style:none;margin:0;padding:0;display:grid;gap:4px}
.pb-members-species__link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;font-weight:700;font-size:14px;color:#475569;text-decoration:none;transition:.15s}
.pb-members-species__link:hover{background:#f8fafc;color:#0f172a}
.pb-members-species__link.is-active{background:#fff7ed;color:#ea580c;box-shadow:inset 0 0 0 1px #ffedd5}
.pb-members-species__icon{width:24px;text-align:center;font-size:16px;flex:none}
.pb-members-species__label{flex:1;min-width:0}
.pb-members-species__count{min-width:28px;height:24px;padding:0 8px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:900;display:inline-grid;place-items:center;flex:none}
.pb-members-species__link.is-active .pb-members-species__count{background:#f97316;color:#fff}
.pb-members-quick{display:grid;gap:4px}
.pb-members-quick .pb-sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;font-weight:700;font-size:14px;color:#475569;text-decoration:none}
.pb-members-quick .pb-sidebar-link:hover{background:#f8fafc;color:var(--orange)}
.pb-members-promo{padding:18px 16px!important;background:linear-gradient(180deg,#fff7ed,#fff)!important;border:1px solid #ffedd5!important;text-align:left}
.pb-members-promo__icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#fff;font-size:22px;margin-bottom:10px;box-shadow:0 8px 18px rgba(249,115,22,.12)}
.pb-members-promo h3{margin:0 0 6px;font-size:15px;color:#0f172a}
.pb-members-promo p{margin:0 0 14px;font-size:13px;line-height:1.5;color:#64748b}
.pb-members-promo__btn{width:100%;justify-content:center}
.pb-members-main{min-width:0;display:grid;gap:16px}
.pb-members-toolbar{padding:14px 16px!important;margin:0!important}
.pb-members-toolbar__form{display:grid;grid-template-columns:minmax(160px,1.2fr) 130px 140px 170px auto;gap:12px;align-items:center}
.pb-members-toolbar__search input{width:100%;border:1px solid #e2e8f0;border-radius:999px;padding:11px 16px 11px 40px;font:inherit;font-weight:600;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242 1.156a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3C/svg%3E") 14px center no-repeat;box-sizing:border-box}
.pb-members-toolbar__select select{width:100%;border:1px solid #e2e8f0;border-radius:999px;padding:11px 14px;font:inherit;font-weight:700;color:#334155;background:#fff;box-sizing:border-box}
.pb-members-view-toggle{display:inline-flex;gap:6px;justify-self:end}
.pb-members-view-toggle__btn{width:40px;height:40px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#64748b;font-size:16px;cursor:pointer;transition:.15s}
.pb-members-view-toggle__btn.is-active,.pb-members-view-toggle__btn:hover{background:#fff7ed;border-color:#fdba74;color:#ea580c}
#members-list.pb-members-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
#members-list.pb-members-list > li{margin:0;padding:0;border:0;background:transparent;list-style:none;width:100%}
#members-list.pb-members-list--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}
.pb-member-card__inner{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:16px 18px;align-items:center;padding:16px 18px;border:1px solid #eef2f7;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.04)}
.pb-member-card__avatar-wrap{position:relative;width:72px;flex:none}
.pb-member-card__avatar{display:block}
.pb-member-card__avatar img{width:72px;height:72px;border-radius:50%;object-fit:cover;display:block;border:3px solid #fff;box-shadow:0 8px 20px rgba(15,23,42,.08)}
.pb-member-card__status{position:absolute;right:4px;bottom:4px;width:14px;height:14px;border-radius:999px;border:2px solid #fff;box-shadow:0 2px 6px rgba(15,23,42,.12)}
.pb-member-card__status--online{background:#22c55e}
.pb-member-card__status--offline{background:#94a3b8}
.pb-member-card__title{margin:0 0 2px;font-size:17px;font-weight:900;display:flex;align-items:center;gap:6px}
.pb-member-card__title a{color:#0f172a;text-decoration:none}
.pb-member-verified{width:18px;height:18px;border-radius:999px;background:#dbeafe;color:#2563eb;display:inline-grid;place-items:center;font-size:11px;font-weight:900;line-height:1}
.pb-member-card__handle{margin:0 0 4px;font-size:13px;color:#94a3b8;font-weight:700}
.pb-member-card__stats,.pb-member-card__active{margin:0;font-size:12px;font-weight:700;color:#64748b;line-height:1.45}
.pb-member-card__active{color:#94a3b8;margin-top:2px}
.pb-member-card__aside{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;min-width:220px}
.pb-member-card__view,
.pb-member-card__aside .pb-follow--rel,
.pb-member-card__aside .pb-member-friend-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:9px 16px!important;
  font-size:12px!important;
  font-weight:800!important;
  white-space:nowrap;
  border-radius:999px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#0f172a!important;
  text-decoration:none!important;
  min-width:auto!important;
  min-height:auto!important;
  cursor:pointer;
}
.pb-member-card__aside .pb-follow--rel .pb-follow__icon{display:none}
.pb-member-card__view:hover,
.pb-member-card__aside .pb-follow--rel:hover,
.pb-member-card__aside .pb-member-friend-btn:hover{
  background:transparent!important;
  color:var(--orange)!important;
  box-shadow:none!important;
  border:0!important;
}
.pb-member-card__aside .pb-follow--rel.is-following,
.pb-member-card__aside .pb-follow--rel:not(.is-following),
.pb-member-card__aside .pb-member-friend-btn--not_friends,
.pb-member-card__aside .pb-member-friend-btn--is_friend,
.pb-member-card__aside .pb-member-friend-btn.is_friend,
.pb-member-card__aside .pb-member-friend-btn--pending,
.pb-member-card__aside .pb-member-friend-btn.pending_friend,
.pb-member-card__aside .pb-member-friend-btn--awaiting_response,
.pb-member-card__aside .pb-member-friend-btn.awaiting_response_friend{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#0f172a!important;
}
.pb-member-card__aside .pb-follow-wrap,.pb-member-card__aside .pb-member-friend-wrap{width:auto;margin:0}
.pb-pet-card--search .pb-member-card__inner{margin-left:28px;background:#f8fafc;border-color:#e2e8f0;box-shadow:none}
.pb-pet-card--solo .pb-member-card__inner{margin-left:0;background:#fff;border-color:#eef2f7;box-shadow:0 10px 28px rgba(15,23,42,.04)}
.pb-pet-card--search .pb-member-card__badge{position:absolute;right:-2px;bottom:-2px;width:22px;height:22px;border-radius:999px;background:#fff7ed;border:2px solid #fff;display:grid;place-items:center;font-size:11px;line-height:1;box-shadow:0 2px 6px rgba(15,23,42,.1)}
.pb-member-card__owner{margin:0 0 4px;font-size:13px;font-weight:700;color:#64748b}
.pb-member-card__owner a{color:#0f172a;text-decoration:none;font-weight:800}
.pb-member-card__owner a:hover{color:var(--orange)}
.pb-owner-card + .pb-pet-card--search{margin-top:-4px}
.pb-members-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;flex-wrap:wrap}
.pb-members-footer__summary{margin:0;font-size:13px;font-weight:700;color:#64748b}
.pb-members-pagination{margin:0}
.pb-members-pagination .page-numbers{display:inline-flex;min-width:38px;height:38px;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:12px;margin:0 3px;font-weight:800;text-decoration:none;color:#475569;background:#fff;list-style:none}
.pb-members-pagination ul{display:flex;flex-wrap:wrap;gap:4px;margin:0;padding:0;list-style:none}
.pb-members-pagination .page-numbers.current{background:#f97316;border-color:#f97316;color:#fff}
.pb-members-pagination .page-numbers:hover{border-color:#fdba74;color:#ea580c}
@media(max-width:1100px){
	.pb-members-layout{grid-template-columns:220px minmax(0,1fr)}
	.pb-members-toolbar__form{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}
	.pb-members-view-toggle{justify-self:start}
}
@media(max-width:820px){
	.pb-members-layout{grid-template-columns:1fr}
	.pb-members-sidebar{position:static;grid-template-columns:1fr 1fr;gap:16px}
}
@media(max-width:640px){
	.pb-members-sidebar{grid-template-columns:1fr}
	.pb-members-toolbar__form{grid-template-columns:1fr}
	.pb-member-card__inner{grid-template-columns:64px 1fr;grid-template-rows:auto auto}
	.pb-member-card__avatar-wrap{width:64px}
	.pb-member-card__avatar img{width:64px;height:64px}
	.pb-member-card__aside{grid-column:1/-1;justify-content:stretch}
	.pb-member-card__view,.pb-member-card__aside .pb-follow--rel,.pb-member-card__aside .pb-member-friend-btn{flex:1;justify-content:center}
	.pb-pet-card--search .pb-member-card__inner{margin-left:12px}
}

/* =========================================================================
   Activity directory (/activity/) ? mockup feed layout
   ====================================================================== */
body.pb-activity-directory.buddypress .pb-content-card{background:transparent;border:0;box-shadow:none;padding:0;margin:0;max-width:none}
body.pb-activity-directory #buddypress.buddypress-wrap{background:transparent;border:0;box-shadow:none;padding:0;margin:0;max-width:none}
body.pb-activity-directory #buddypress > .bp-wrap{background:transparent;border:0;box-shadow:none;padding:0}
body.pb-activity-directory .pb-content-card>h1{display:none!important}

.pb-activity-page{max-width:1320px;margin:0 auto;padding:4px 24px 48px;box-sizing:border-box}
.pb-activity-layout{display:grid;grid-template-columns:260px minmax(0,1fr) 300px;gap:20px;align-items:start}
.pb-activity-main{min-width:0}
.pb-activity-side,.pb-activity-layout .pb-members-side--right{position:sticky;top:96px}
.pb-activity-directory-nav{margin-bottom:16px}
/* Activity tabs: one card only (nested pills clipped/hid text on Safari) */
body.pb-activity-directory .pb-activity-directory-nav.pb-member-primary-nav{
	background:#fff;border:1px solid #ffedd5;border-radius:20px;padding:4px 10px 0;
	box-shadow:0 12px 32px rgba(15,23,42,.05);overflow:visible;margin-bottom:16px
}
body.pb-activity-directory .pb-activity-directory-nav .bp-navs,
body.pb-activity-directory .pb-activity-directory-nav .main-navs{
	background:transparent!important;border:0!important;box-shadow:none!important;margin:0!important;
	padding:0!important;border-radius:0!important;overflow:visible!important;clear:both
}
body.pb-activity-directory .pb-activity-directory-nav .bp-navs ul,
body.pb-activity-directory .pb-activity-directory-nav .main-navs ul{
	display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;
	-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:2px 4px;
	margin:0;padding:0 6px;list-style:none;width:100%;max-width:100%;box-sizing:border-box;
	float:none!important;overflow:visible!important
}
body.pb-activity-directory .pb-activity-directory-nav .bp-navs li,
body.pb-activity-directory .pb-activity-directory-nav .main-navs li{
	float:none!important;display:block!important;margin:0;padding:0;background:transparent!important;
	position:static!important;opacity:1!important;visibility:visible!important;width:auto!important;max-width:none!important
}
body.pb-activity-directory .pb-activity-directory-nav .bp-navs li a,
body.pb-activity-directory .pb-activity-directory-nav .main-navs li a,
body.pb-activity-directory .pb-activity-directory-nav .bp-navs li a:link,
body.pb-activity-directory .pb-activity-directory-nav .bp-navs li a:visited,
body.pb-activity-directory .pb-activity-directory-nav .bp-navs li.dynamic a{
	display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;align-items:center;gap:6px;
	padding:12px 12px 14px;border-radius:0!important;font-weight:800!important;font-size:14px;line-height:1.25;
	color:#334155!important;-webkit-text-fill-color:#334155!important;text-decoration:none!important;
	background:transparent!important;border:0!important;border-bottom:3px solid transparent!important;
	margin:0 0 -1px;opacity:1!important;visibility:visible!important;white-space:nowrap
}
body.pb-activity-directory .pb-activity-directory-nav .bp-navs li.selected>a,
body.pb-activity-directory .pb-activity-directory-nav .bp-navs li.current>a,
body.pb-activity-directory .pb-activity-directory-nav .main-navs li.selected>a,
body.pb-activity-directory .pb-activity-directory-nav .main-navs li.current>a,
body.pb-activity-directory .pb-activity-directory-nav .bp-navs li.selected>a:hover,
body.pb-activity-directory .pb-activity-directory-nav .bp-navs li.current>a:hover,
body.pb-activity-directory .pb-activity-directory-nav .bp-navs li.selected>a:focus,
body.pb-activity-directory .pb-activity-directory-nav .bp-navs li.current>a:focus,
body.pb-activity-directory .pb-activity-directory-nav .bp-navs li.selected>a:visited,
body.pb-activity-directory .pb-activity-directory-nav .bp-navs li.current>a:visited{
	color:#ea580c!important;-webkit-text-fill-color:#ea580c!important;
	border-bottom-color:#f97316!important;background:transparent!important
}
body.pb-activity-directory .pb-activity-directory-nav .bp-navs li a .count,
body.pb-activity-directory .pb-activity-directory-nav .main-navs li a .count{
	display:inline-block;background:#f97316!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
	border:0!important;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:900;line-height:1.2;margin-left:4px
}
.pb-activity-toolbar{margin-bottom:16px}
.pb-activity-toolbar #subnav-filters{margin:0;padding:0;border:0;background:transparent}
.pb-member-feed-nav{display:grid;gap:4px;padding:12px!important}
.pb-member-feed-nav .pb-sidebar-link{display:block;padding:10px 12px;border-radius:12px;font-weight:700;font-size:14px;color:#475569;text-decoration:none}
.pb-member-feed-nav .pb-sidebar-link:hover,.pb-member-feed-nav .pb-sidebar-link.active{background:#fff7ed;color:var(--orange)}

body.pb-activity-directory #buddypress .activity-list .activity-item{background:#fff;border:1px solid #ffedd5;border-radius:20px;padding:16px 18px;margin-bottom:14px;box-shadow:0 10px 28px rgba(15,23,42,.04)}

.pb-adoption-hub-v2 > .pb-container,.pb-events-hub > .pb-container{padding-top:8px;padding-bottom:0}
.pb-groups-page > .pb-member-breadcrumbs{padding-top:4px}

@media(max-width:1100px){
	.pb-activity-layout{grid-template-columns:1fr}
	.pb-activity-side,.pb-activity-layout .pb-members-side--right{position:static;display:grid;grid-template-columns:1fr 1fr;gap:16px}
}
@media(max-width:640px){
	.pb-activity-side,.pb-activity-layout .pb-members-side--right{grid-template-columns:1fr}
}

/* =========================================================================
   Multi-pet — My Pets page & pet profiles
   ====================================================================== */
.pb-my-pets{padding:20px 0 56px}
.pb-my-pets__hero{
	display:grid;grid-template-columns:minmax(240px,1.05fr) minmax(220px,.95fr) auto;align-items:center;gap:18px 28px;
	padding:28px 32px;margin-bottom:28px;border-radius:24px;border:1px solid #ffe4cc;
	background:
		radial-gradient(circle at 12% 18%,rgba(249,115,22,.08) 0 2px,transparent 3px),
		radial-gradient(circle at 28% 72%,rgba(249,115,22,.07) 0 3px,transparent 4px),
		radial-gradient(circle at 72% 24%,rgba(249,115,22,.06) 0 2px,transparent 3px),
		radial-gradient(circle at 88% 68%,rgba(249,115,22,.08) 0 4px,transparent 5px),
		linear-gradient(135deg,#fff8f1 0%,#fff3e8 48%,#ffefe4 100%);
	box-shadow:0 16px 40px rgba(15,23,42,.05);overflow:hidden;position:relative
}
.pb-my-pets__hero:before{
	content:"";position:absolute;inset:0;pointer-events:none;opacity:.35;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='%23f97316' fill-opacity='0.07'%3E%3Ccircle cx='22' cy='34' r='7'/%3E%3Ccircle cx='44' cy='22' r='6'/%3E%3Ccircle cx='48' cy='44' r='6'/%3E%3Ccircle cx='28' cy='48' r='5'/%3E%3Cpath d='M36 58c-8 0-14 6-13 12 1 4 5 9 13 9s12-5 13-9c1-6-5-12-13-12z'/%3E%3C/g%3E%3C/svg%3E");
	background-size:140px 140px
}
.pb-my-pets__hero-copy,.pb-my-pets__hero-art,.pb-my-pets__hero-actions{position:relative;z-index:1}
.pb-my-pets__kicker{
	display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;
	background:#fff;color:#f97316;font-size:12px;font-weight:800;box-shadow:0 8px 18px rgba(249,115,22,.1);margin-bottom:12px
}
.pb-my-pets__hero h1{margin:0 0 10px;font-size:clamp(2rem,3.4vw,2.75rem);letter-spacing:-.04em;color:#0f172a;line-height:1.05}
.pb-my-pets__hero-copy p{margin:0;max-width:420px;color:#64748b;font-size:15px;line-height:1.6}
.pb-my-pets__hero-art{display:flex;align-items:flex-end;justify-content:center;min-height:170px}
.pb-my-pets__hero-art img{width:100%;max-width:320px;height:auto;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(120,53,15,.16));transform:translateY(8px)}
.pb-my-pets__hero-actions{display:flex;flex-direction:column;gap:10px;min-width:210px}
.pb-my-pets__cta{justify-content:center;border-radius:14px;padding:13px 18px;font-size:14px;white-space:nowrap}
.pb-my-pets__cta--ghost{background:#fff;border:1px solid #e2e8f0;box-shadow:none;color:#0f172a}
.pb-my-pets__cta--ghost:hover{border-color:#fdba74;background:#fffaf5}
.pb-my-pets__cta-ico{display:inline-grid;place-items:center;width:18px;height:18px;font-size:18px;line-height:1}
.pb-my-pets__cta-ico svg{width:16px;height:16px;max-width:16px;max-height:16px;display:block}
.pb-my-pets-form-wrap{padding:22px;margin-bottom:24px}
.pb-my-pets-form{display:grid;gap:14px}
.pb-my-pets-form label{display:grid;gap:6px;font-weight:600;font-size:14px;color:#334155}
.pb-my-pets-form input[type=text],.pb-my-pets-form input[type=number],.pb-my-pets-form input[type=date],.pb-my-pets-form select,.pb-my-pets-form textarea{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;font:inherit}
.pb-my-pets-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.pb-my-pets-form label.pb-my-pets-form__check{display:inline-flex;align-items:center;gap:10px;justify-content:flex-start;width:fit-content;max-width:100%;font-weight:500}
.pb-my-pets-form label.pb-my-pets-form__check input[type=checkbox]{width:16px;height:16px;margin:0;flex:none;accent-color:#f97316}
.pb-my-pets-form__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}
.pb-my-pets-form__file{width:100%}
.pb-my-pets-form__hint{margin:0;font-size:12px;font-weight:500;color:#64748b}
.pb-my-pets__pack{margin-bottom:28px}
.pb-my-pets__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap}
.pb-my-pets__pack-title{margin:0;font-size:1.35rem;letter-spacing:-.02em;color:#0f172a}
.pb-my-pets__controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.pb-my-pets__sort{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#64748b}
.pb-my-pets__sort select{appearance:none;border:1px solid #e2e8f0;border-radius:12px;padding:9px 34px 9px 12px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%2364748b' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") right 12px center/12px no-repeat;font:inherit;font-weight:700;color:#0f172a;min-width:160px}
.pb-my-pets__view-toggle{display:inline-flex;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff}
.pb-my-pets__view-toggle button{border:0;background:transparent;width:40px;height:38px;display:grid;place-items:center;color:#94a3b8;cursor:pointer}
.pb-my-pets__view-toggle button.is-active{background:#fff7ed;color:#f97316}
.pb-my-pets-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none}
.pb-my-pets-grid[data-view="list"]{grid-template-columns:1fr}
.pb-my-pets-grid[data-view="list"] .pb-my-pet-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:18px;align-items:stretch}
.pb-my-pets-grid[data-view="list"] .pb-my-pet-card__media{aspect-ratio:1;margin-bottom:0}
.pb-my-pets-grid[data-view="list"] .pb-my-pet-card__actions{grid-template-columns:180px 1fr;max-width:420px}
.pb-my-pet-card{
	position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #ffe8d4;
	border-radius:22px;padding:14px;box-shadow:0 14px 34px rgba(15,23,42,.06);transition:transform .18s ease,box-shadow .18s ease
}
.pb-my-pet-card:hover{transform:translateY(-3px);box-shadow:0 20px 42px rgba(15,23,42,.1)}
.pb-my-pet-card__badge{
	position:absolute;top:18px;left:18px;z-index:2;display:inline-flex;align-items:center;gap:5px;
	padding:6px 10px;border-radius:999px;background:#f97316;color:#fff;font-size:11px;font-weight:800;box-shadow:0 8px 18px rgba(249,115,22,.28)
}
.pb-my-pet-card__menu{position:absolute;top:14px;right:14px;z-index:3}
.pb-my-pet-card__menu-btn{
	width:34px;height:34px;border:0;border-radius:10px;background:rgba(255,255,255,.92);color:#64748b;
	font-size:20px;line-height:1;cursor:pointer;box-shadow:0 6px 16px rgba(15,23,42,.08)
}
.pb-my-pet-card__menu-btn[aria-expanded="true"],.pb-my-pet-card__menu-btn:hover{background:#fff;color:#0f172a}
.pb-my-pet-card__menu-panel{
	position:absolute;top:calc(100% + 6px);right:0;min-width:150px;padding:6px;border-radius:14px;background:#fff;
	border:1px solid #e2e8f0;box-shadow:0 16px 36px rgba(15,23,42,.12);display:grid;gap:2px
}
.pb-my-pet-card__menu-panel a,.pb-my-pet-card__menu-panel button{
	display:block;width:100%;text-align:left;border:0;background:transparent;padding:10px 12px;border-radius:10px;
	font:inherit;font-weight:700;font-size:13px;color:#334155;cursor:pointer;text-decoration:none
}
.pb-my-pet-card__menu-panel a:hover,.pb-my-pet-card__menu-panel button:hover{background:#fff7ed;color:#ea580c}
.pb-my-pet-card__menu-panel .is-danger{color:#b91c1c}
.pb-my-pet-card__menu-panel form{margin:0}
.pb-my-pet-card__media{display:block;border-radius:16px;overflow:hidden;aspect-ratio:1.05;margin-bottom:14px;background:#f8fafc}
.pb-my-pet-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.pb-my-pet-card__body{display:flex;flex-direction:column;gap:8px;flex:1}
.pb-my-pet-card__name{margin:0;font-size:1.1rem;letter-spacing:-.02em}
.pb-my-pet-card__name a{color:#0f172a;text-decoration:none}
.pb-my-pet-card__name a:hover{color:#ea580c}
.pb-my-pet-card__meta{margin:0;color:#64748b;font-size:13px;font-weight:600}
.pb-my-pet-card__stats{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 2px}
.pb-my-pet-card__stat{
	display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;background:#f8fafc;
	border:1px solid #eef2f7;font-size:11px;font-weight:800;color:#475569;line-height:1.2
}
.pb-my-pet-card__stat-ico{display:inline-grid;place-items:center;width:14px;height:14px}
.pb-my-pet-card__stat-ico svg{width:13px;height:13px}
.pb-my-pet-card__stat--score{color:#7c3aed;background:#f5f3ff;border-color:#ede9fe}
.pb-my-pet-card__stat--score .pb-my-pet-card__stat-ico{color:#7c3aed}
.pb-my-pet-card__stat--ok{color:#0f766e}
.pb-my-pet-card__stat--ok .pb-my-pet-card__stat-ico{color:#0ea5e9}
.pb-my-pet-card__stat--warn{color:#ea580c;background:#fff7ed;border-color:#ffedd5}
.pb-my-pet-card__stat--warn .pb-my-pet-card__stat-ico{color:#ea580c}
.pb-my-pet-card__stat--active{color:#c2410c;background:#fff7ed;border-color:#ffedd5}
.pb-my-pet-card__stat--active .pb-my-pet-card__stat-ico{color:#f97316}
.pb-my-pet-card__stat--muted{color:#64748b}
.pb-my-pet-card__stat--muted .pb-my-pet-card__stat-ico{color:#94a3b8}
.pb-my-pet-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;padding-top:8px}
.pb-my-pet-card__btn{
	display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:10px 12px;
	border-radius:12px;font-size:13px;font-weight:800;text-decoration:none;transition:filter .15s,transform .15s
}
.pb-my-pet-card__btn-ico{display:inline-grid;place-items:center;width:15px;height:15px}
.pb-my-pet-card__btn-ico svg{width:14px;height:14px;max-width:14px;max-height:14px;display:block}
.pb-my-pet-card__btn--ghost{background:#fff;border:1px solid #e2e8f0;color:#334155}
.pb-my-pet-card__btn--ghost:hover{border-color:#fdba74;background:#fffaf5;color:#ea580c}
.pb-my-pet-card__btn--primary{background:linear-gradient(135deg,#f97316,#ea580c);border:0;color:#fff;box-shadow:0 10px 22px rgba(249,115,22,.22)}
.pb-my-pet-card__btn--primary:hover{filter:brightness(1.04);transform:translateY(-1px)}
.pb-my-pets-empty,.pb-my-pets-empty p{padding:20px;color:#64748b}
.pb-my-pets__health{
	display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:24px;align-items:center;
	padding:28px 30px;border-radius:24px;border:1px solid #ffe4cc;background:linear-gradient(135deg,#fff8f1,#fff3e8);
	box-shadow:0 14px 36px rgba(15,23,42,.04)
}
.pb-my-pets__health-copy{display:flex;gap:16px;align-items:flex-start}
.pb-my-pets__health-badge{
	flex-shrink:0;width:52px;height:52px;max-width:52px;max-height:52px;overflow:hidden;border-radius:16px;display:grid;place-items:center;
	background:linear-gradient(145deg,#ffedd5,#fed7aa);color:#ea580c;box-shadow:inset 0 -6px 14px rgba(249,115,22,.08)
}
.pb-my-pets__health-badge svg{width:24px;height:24px;max-width:24px;max-height:24px;display:block}
.pb-my-pets__health-copy h2{margin:0 0 8px;font-size:1.35rem;letter-spacing:-.02em;color:#0f172a}
.pb-my-pets__health-copy p{margin:0 0 16px;color:#64748b;font-size:14px;line-height:1.55;max-width:460px}
.pb-my-pets__health-copy .pb-btn{border-radius:12px;padding:12px 18px;font-size:14px}
.pb-my-pets__health-links{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.pb-my-pets__health-link{
	display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;text-decoration:none;
	color:#475569;font-size:11px;font-weight:800;line-height:1.25;padding:8px 4px;border-radius:14px;transition:background .15s,transform .15s
}
.pb-my-pets__health-link:hover{background:rgba(255,255,255,.7);transform:translateY(-2px);color:#0f172a}
.pb-my-pets__health-link-ico{
	width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#fff;
	border:1px solid #ece7ff;box-shadow:0 8px 18px rgba(15,23,42,.05)
}
.pb-my-pets__health-link-ico svg{width:22px;height:22px;max-width:22px;max-height:22px;display:block}
.pb-my-pets__health-link--purple .pb-my-pets__health-link-ico{color:#7c3aed;border-color:#ede9fe;background:#f5f3ff}
.pb-my-pets__health-link--orange .pb-my-pets__health-link-ico{color:#ea580c;border-color:#ffedd5;background:#fff7ed}
.pb-my-pets__health-link--amber .pb-my-pets__health-link-ico{color:#d97706;border-color:#fef3c7;background:#fffbeb}
.pb-my-pets__health-link--violet .pb-my-pets__health-link-ico{color:#6d28d9;border-color:#ede9fe;background:#f5f3ff}
.pb-my-pets__health-link--blue .pb-my-pets__health-link-ico{color:#0284c7;border-color:#e0f2fe;background:#f0f9ff}
.pb-my-pets__health-link--indigo .pb-my-pets__health-link-ico{color:#4f46e5;border-color:#e0e7ff;background:#eef2ff}
.pb-member-pets-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.pb-member-pets-list__item{display:grid;grid-template-columns:48px 1fr;gap:10px;align-items:center;text-decoration:none;color:inherit;padding:8px;border-radius:12px}
.pb-member-pets-list__item:hover{background:#fff7ed}
.pb-member-pets-list__item img{width:48px;height:48px;border-radius:12px;object-fit:cover}
.pb-member-pets-list__item small{display:block;color:#64748b}
.pb-member-pets-list__primary{display:block;font-style:normal;font-size:11px;color:var(--orange);font-weight:700}
.pb-follow-list{padding:20px 22px}
.pb-follow-list__head{margin-bottom:16px}
.pb-follow-list__head h2{margin:0 0 4px;font-size:1.25rem}
.pb-follow-list__head p{margin:0;color:#64748b;font-size:14px}
.pb-follow-list__grid{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.pb-follow-list__item{display:grid;grid-template-columns:52px 1fr;gap:12px;align-items:center;padding:12px;border:1px solid #e2e8f0;border-radius:14px;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}
.pb-follow-list__item:hover{border-color:#fdba74;box-shadow:0 8px 20px rgba(15,23,42,.05)}
.pb-follow-list__item img{width:52px;height:52px;border-radius:50%;object-fit:cover}
.pb-follow-list__item small{display:block;color:#64748b;margin-top:2px}
.pb-follow-list__pagination{margin-top:18px;text-align:center}
.pb-pet-profile-page .pb-member-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:20px;margin-top:20px}
.pb-pet-profile-page .pb-member-main{display:grid;gap:18px}
.pb-pet-profile-page .pb-pet-gallery-card .pb-widget-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.pb-pet-profile-page .pb-pet-gallery-count{color:#64748b;font-size:13px;font-weight:700}
.pb-pet-profile-page .pb-pet-about-card{padding:22px 24px}
.pb-pet-profile-page .pb-member-hero__gender{margin-left:4px;color:#f97316;font-weight:800}
.pb-pet-profile-page .pb-pet-gallery-empty{padding:28px 20px;text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:16px}
.pb-pet-profile-page .pb-pet-gallery-empty p{margin:0 0 14px;font-weight:700}
.pb-pet-profile-page .pb-pet-gallery-card,
.pb-pet-profile-page .pb-pet-gallery-anchor{scroll-margin-top:110px}
.pb-pet-profile-page .pb-member-hero__stats.pb-stat-strip{grid-template-columns:repeat(3,1fr);gap:10px;padding:10px;border-radius:16px;background:#f8fafc}
.pb-pet-profile-page .pb-member-hero__stats.pb-stat-strip .pb-pet-stat-link{
	display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;
	padding:14px 12px;border:1px solid #e2e8f0;border-radius:14px;border-right:1px solid #e2e8f0;
	background:#fff;box-shadow:none;text-align:center;text-decoration:none;color:inherit;
	transition:background .15s ease,border-color .15s ease,transform .15s ease
}
.pb-pet-profile-page .pb-member-hero__stats.pb-stat-strip a.pb-pet-stat-link{cursor:pointer}
.pb-pet-profile-page .pb-member-hero__stats.pb-stat-strip a.pb-pet-stat-link:hover{
	background:#fff7ed;border-color:#fdba74;transform:translateY(-1px)
}
.pb-pet-profile-page .pb-member-hero__stats.pb-stat-strip a.pb-pet-stat-link:focus-visible{outline:2px solid #f97316;outline-offset:2px}
.pb-pet-profile-page .pb-member-hero__stats.pb-stat-strip .pb-pet-stat-link b{font-size:22px;color:#0f172a;line-height:1;margin:0}
.pb-pet-profile-page .pb-member-hero__stats.pb-stat-strip .pb-pet-stat-link span{font-size:12px;color:#64748b;font-weight:700;margin:0}
@media(max-width:1200px){
	.pb-my-pets-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
	.pb-my-pets__health-links{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
	.pb-my-pets__hero{grid-template-columns:1fr;padding:22px}
	.pb-my-pets__hero-art{order:3;min-height:140px}
	.pb-my-pets__hero-actions{flex-direction:row;flex-wrap:wrap;min-width:0}
	.pb-my-pets-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.pb-my-pets-grid[data-view="list"] .pb-my-pet-card{grid-template-columns:1fr}
	.pb-my-pets__health{grid-template-columns:1fr}
	.pb-pet-profile-page .pb-member-layout{grid-template-columns:1fr}
}
@media(max-width:640px){
	.pb-my-pets-grid{grid-template-columns:1fr}
	.pb-my-pets__health-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
	.pb-my-pets__health{padding:22px 18px}
	.pb-my-pet-card__actions{grid-template-columns:1fr}
	.pb-my-pets-grid[data-view="list"] .pb-my-pet-card__actions{grid-template-columns:1fr;max-width:none}
}

/* =========================================================================
   Registration v2 ? mockup multi-pet signup
   ====================================================================== */
body.pb-register-v2-page .pb-content-card{background:transparent;border:0;box-shadow:none;padding:0}
body.pb-register-v2-page #buddypress .bp-wrap{background:transparent;border:0;box-shadow:none;padding:0}
body.pb-register-v2-page #buddypress > .bp-wrap > h1{display:none!important}
.pb-register-v2{padding-bottom:48px}
.pb-register-v2__topbar{padding-top:12px;text-align:right}
.pb-register-v2__login-link{margin:0;color:#64748b;font-weight:700}
.pb-register-v2__login-link a{color:#f97316}
.pb-register-v2__hero{position:relative;overflow:hidden;border-radius:24px;margin:12px auto 24px;max-width:1180px;min-height:280px;border:1px solid #ffedd5}
.pb-register-v2__hero-media{position:absolute;inset:0;background-size:cover;background-position:center}
.pb-register-v2__hero-overlay{position:relative;z-index:1;padding:36px 40px;color:#fff;background:linear-gradient(90deg,rgba(15,23,42,.72),rgba(15,23,42,.25))}
.pb-register-v2__hero-overlay h1{margin:10px 0 14px;font-size:clamp(1.6rem,3vw,2.2rem);max-width:640px;line-height:1.15}
.pb-register-v2__perks{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;max-width:900px}
.pb-register-v2__perks li{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:12px;padding:8px 12px;font-size:13px;font-weight:700}
.pb-register-v2__body{max-width:1180px}
.pb-register-v2__head{text-align:center;margin-bottom:22px}
.pb-register-v2__head h2{margin:0 0 8px;font-size:clamp(1.6rem,3vw,2rem)}
.pb-register-v2__head p{margin:0;color:#64748b}
.pb-register-v2__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 24px;padding:0;list-style:none}
.pb-register-v2__steps li{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}
.pb-register-v2__steps li.is-active{border-color:#fdba74;background:#fff7ed;box-shadow:0 8px 24px rgba(249,115,22,.08)}
.pb-register-v2__steps li.is-done{border-color:#bbf7d0;background:#f0fdf4}
.pb-register-v2__steps li span{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#f1f5f9;font-weight:900;color:#475569;flex:none}
.pb-register-v2__steps li.is-done span{background:#22c55e;color:#fff}
.pb-register-v2__steps li.is-active span{background:#f97316;color:#fff}
.pb-register-v2__steps li.is-active{cursor:default}
.pb-register-v2__steps li b{display:block;font-size:14px}
.pb-register-v2__steps li small{display:block;color:#64748b;font-size:12px}
.pb-register-v2__panel{margin-bottom:16px}
.pb-register-v2__section{padding:22px}
.pb-register-v2__section[hidden]{display:none!important}
.pb-register-v2__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}
.pb-register-v2__section h3{display:flex;align-items:center;gap:10px;margin:0 0 16px;font-size:18px}
.pb-register-v2__section h3 span{width:34px;height:34px;border-radius:12px;background:#fff7ed;display:grid;place-items:center}
.pb-register-v2__section-sub{margin:-8px 0 14px;color:#64748b;font-size:14px}
.pb-register-v2__section--wide{margin-top:0}
.pb-register-v2__fields{display:grid;gap:14px}
.pb-register-v2__fields label{display:grid;gap:6px;font-size:13px;font-weight:800;color:#334155}
.pb-register-v2__fields input[type=text],.pb-register-v2__fields input[type=email],.pb-register-v2__fields input[type=tel],.pb-register-v2__fields input[type=password],.pb-register-v2__fields input[type=date],.pb-register-v2__fields select{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:14px;font:inherit;box-sizing:border-box}
.pb-register-v2__fields--about{grid-template-columns:1fr 1fr}
.pb-register-v2__fields--account{grid-template-columns:1fr 1fr}
.pb-register-v2__account-top{grid-column:1/-1;display:flex;gap:20px;align-items:flex-start}
.pb-register-v2__account-identity{display:grid;gap:14px;width:calc((100% - 14px) / 2);flex:0 0 auto;min-width:0;align-content:start}
.pb-register-v2__owner-gender{grid-column:1/-1}
.pb-register-v2__row-start{grid-column-start:1}
.pb-register-v2__fields--about .pb-register-v2__full,.pb-register-v2__fields--account .pb-register-v2__full{grid-column:1/-1}
.pb-register-v2__owner-photo{position:relative;justify-items:start;margin:0}
.pb-register-v2__owner-photo input{position:absolute;opacity:0;width:0;height:0}
.pb-register-v2__owner-photo-label{margin-bottom:2px}
.pb-register-v2__owner-photo-box{width:110px;height:110px;border-radius:50%}
.pb-reg-breed-other{margin-top:8px}
.pb-reg-breed-other[hidden]{display:none!important}
.pb-register-v2__pet-card{display:grid;gap:18px}
.pb-register-v2__pet-block{display:grid;gap:12px;padding-top:14px;border-top:1px solid #ffedd5}
.pb-register-v2__pet-block-title{margin:0;font-size:15px;font-weight:900;color:#0f172a}
.pb-register-v2__health .pb-health-columns{margin-top:4px}
.pb-register-v2__textarea{display:grid;gap:6px;font-size:12px;font-weight:800;color:#334155}
.pb-register-v2__textarea textarea{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;font:inherit;box-sizing:border-box;resize:vertical}
.pb-register-v2__gallery{display:grid;gap:6px;font-size:12px;font-weight:800;color:#334155}
.pb-register-v2__gallery input[type=file]{font-weight:600}
.pb-register-v2__hint{font-weight:600;color:#94a3b8}
.pb-reg-gallery-preview{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}
.pb-reg-gallery-preview[hidden]{display:none!important}
.pb-reg-gallery-thumb{width:72px;height:72px;border-radius:12px;background:#fff7ed center/cover no-repeat;border:1px solid #fdba74}
.pb-register-v2__pw-wrap{display:flex;align-items:stretch;gap:8px;width:100%}
.pb-register-v2__pw-wrap input{flex:1 1 auto;min-width:0;width:auto}
.pb-register-v2__pw-toggle{border:1px solid #e2e8f0;background:#f8fafc;border-radius:14px;width:46px;min-height:46px;cursor:pointer;flex:none;display:grid;place-items:center;padding:0;line-height:1}
.pb-register-v2__pw-rules{margin:12px 0 18px;padding:12px 14px;border-radius:14px;background:#ecfdf5;border:1px solid #a7f3d0;list-style:none;display:grid;gap:6px}
.pb-register-v2__pw-rules li{font-size:13px;font-weight:700;color:#64748b}
.pb-register-v2__pw-rules li.is-ok{color:#047857}
.pb-register-v2__pw-rules li.is-ok:before{content:"? "}
.pb-register-v2__actions{display:flex;align-items:center;gap:16px;padding:18px 22px;position:sticky;bottom:16px;z-index:5;border:1px solid #ffedd5;box-shadow:0 12px 40px rgba(15,23,42,.08)}
.pb-register-v2__actions-main{flex:1;display:grid;gap:10px}
.pb-register-v2__actions-hint{margin:0;color:#64748b;font-size:13px;font-weight:700;text-align:center}
.pb-register-v2__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:16px;font:inherit;font-weight:900;font-size:16px;line-height:1.2;cursor:pointer;border:2px solid transparent;transition:transform .15s,box-shadow .15s,background .15s}
.pb-register-v2__btn:hover{transform:translateY(-1px)}
.pb-register-v2__btn--primary{width:100%;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff!important;border-color:#ea580c;box-shadow:0 14px 28px rgba(249,115,22,.28)}
.pb-register-v2__btn--primary:hover{background:linear-gradient(135deg,#ea580c,#c2410c);box-shadow:0 16px 32px rgba(249,115,22,.34)}
.pb-register-v2__btn--back{background:#fff;color:#475569!important;border-color:#e2e8f0;min-width:96px;box-shadow:none}
.pb-register-v2__btn--back:hover{background:#f8fafc;border-color:#cbd5e1}
/* BuddyPress Nouveau styles all buttons white/grey ? override wizard actions */
body.pb-register-v2-page #buddypress .pb-register-v2__btn,
body.pb-register-v2-page .buddypress-wrap .pb-register-v2__btn{
	-webkit-appearance:none;appearance:none;
	display:inline-flex!important;align-items:center;justify-content:center;
	min-height:48px;padding:14px 22px!important;border-radius:16px!important;
	font:inherit;font-weight:900!important;font-size:16px!important;line-height:1.2;
	cursor:pointer;box-sizing:border-box;width:auto
}
body.pb-register-v2-page #buddypress .pb-register-v2__btn[hidden],
body.pb-register-v2-page .buddypress-wrap .pb-register-v2__btn[hidden]{display:none!important}
body.pb-register-v2-page #buddypress .pb-register-v2__btn--primary,
body.pb-register-v2-page .buddypress-wrap .pb-register-v2__btn--primary{
	width:100%!important;
	background:linear-gradient(135deg,#f97316,#ea580c)!important;
	color:#fff!important;border:2px solid #ea580c!important;
	box-shadow:0 14px 28px rgba(249,115,22,.28)!important
}
body.pb-register-v2-page #buddypress .pb-register-v2__btn--primary:hover,
body.pb-register-v2-page #buddypress .pb-register-v2__btn--primary:focus,
body.pb-register-v2-page .buddypress-wrap .pb-register-v2__btn--primary:hover,
body.pb-register-v2-page .buddypress-wrap .pb-register-v2__btn--primary:focus{
	background:linear-gradient(135deg,#ea580c,#c2410c)!important;
	border-color:#c2410c!important;color:#fff!important;
	box-shadow:0 16px 32px rgba(249,115,22,.34)!important
}
body.pb-register-v2-page #buddypress .pb-register-v2__btn--back,
body.pb-register-v2-page .buddypress-wrap .pb-register-v2__btn--back{
	background:#fff!important;color:#475569!important;border:2px solid #e2e8f0!important;
	min-width:96px;box-shadow:none!important
}
body.pb-register-v2-page #buddypress .pb-register-v2__add-pet,
body.pb-register-v2-page .buddypress-wrap .pb-register-v2__add-pet{
	-webkit-appearance:none;appearance:none;
	display:flex!important;width:100%;margin-top:14px;padding:14px 18px!important;
	border:2px dashed #f97316!important;border-radius:16px!important;
	background:#fff7ed!important;color:#c2410c!important;font:inherit;font-weight:900!important;
	font-size:15px!important;cursor:pointer;box-sizing:border-box
}
body.pb-register-v2-page #buddypress .pb-register-v2__add-pet:hover,
body.pb-register-v2-page .buddypress-wrap .pb-register-v2__add-pet:hover{
	background:#ffedd5!important;border-color:#ea580c!important;color:#c2410c!important
}
.pb-register-v2__add-pet{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:14px;padding:14px 18px;border:2px dashed #f97316;border-radius:16px;background:#fff7ed;color:#c2410c;font:inherit;font-weight:900;font-size:15px;cursor:pointer;transition:background .15s,border-color .15s}
.pb-register-v2__add-pet:hover{background:#ffedd5;border-color:#ea580c}
.pb-register-v2__add-pet-icon{width:28px;height:28px;border-radius:999px;background:#f97316;color:#fff;display:grid;place-items:center;font-size:18px;line-height:1}
.pb-register-v2__pets{display:grid;gap:14px}
.pb-register-v2__pet-card{border:1px solid #ffedd5;border-radius:16px;padding:14px;background:#fffaf5}
.pb-register-v2__pet-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.pb-register-v2__pet-remove{border:0;background:transparent;cursor:pointer;font-size:16px}
.pb-register-v2__pet-grid{display:grid;grid-template-columns:110px 1fr;gap:14px}
.pb-register-v2__photo input{position:absolute;opacity:0;width:0;height:0}
.pb-register-v2__photo-box{width:110px;height:110px;border:2px dashed #fdba74;border-radius:16px;display:grid;place-content:center;text-align:center;background:#fff;background-size:cover;background-position:center;cursor:pointer}
.pb-register-v2__photo-box.has-image{border-style:solid}
.pb-register-v2__photo-box.has-image .pb-register-v2__photo-icon,.pb-register-v2__photo-box.has-image small{color:transparent}
.pb-register-v2__photo-icon{font-size:24px}
.pb-register-v2__pet-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.pb-register-v2__pet-fields label{display:grid;gap:4px;font-size:12px;font-weight:800;color:#334155}
.pb-register-v2__pet-fields input,.pb-register-v2__pet-fields select{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;font:inherit;box-sizing:border-box}
.pb-register-v2__full{grid-column:1/-1}
.pb-register-v2__gender{grid-column:1/-1;border:0;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.pb-register-v2__gender legend{font-size:12px;font-weight:800;color:#334155;margin-right:6px}
.pb-register-v2__gender label{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:999px;font-weight:700;font-size:13px;cursor:pointer}
.pb-register-v2__gender label:has(input:checked){border-color:#f97316;background:#fff7ed;color:#ea580c}
.pb-register-v2__note{margin:12px 0 0;padding:10px 12px;border-radius:12px;background:#faf5ff;color:#6b21a8;font-size:13px;font-weight:700}
.pb-register-v2__interests{border:0;margin:0 0 16px;padding:0}
.pb-register-v2__interests legend{font-weight:800;margin-bottom:10px}
.pb-register-v2__interest-tags{display:flex;flex-wrap:wrap;gap:8px}
.pb-register-v2__interest input{position:absolute;opacity:0}
.pb-register-v2__interest span{display:inline-block;padding:10px 14px;border:1px solid #e2e8f0;border-radius:999px;font-weight:700;cursor:pointer;background:#fff}
.pb-register-v2__interest input:checked+span{border-color:#f97316;background:#fff7ed;color:#ea580c}
.pb-register-v2__loc-wrap{display:flex;align-items:center;gap:8px}
.pb-register-v2__loc-wrap input{flex:1}
.pb-register-v2__legal{margin:16px 0 0;color:#64748b;font-size:12px}
.pb-register-v2__trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:24px 0 0;padding:16px;border-radius:16px;background:#ecfdf5;border:1px solid #a7f3d0;list-style:none}
.pb-register-v2__trust li{text-align:center;font-size:13px;font-weight:800;color:#065f46}
@media(max-width:900px){
	.pb-register-v2__fields--about,.pb-register-v2__fields--account,.pb-register-v2__steps{grid-template-columns:1fr}
	.pb-register-v2__account-top{flex-direction:column}
	.pb-register-v2__account-identity{width:100%}
	.pb-register-v2__trust{grid-template-columns:1fr 1fr}
	.pb-register-v2__pet-grid{grid-template-columns:1fr}
	.pb-register-v2__photo-box{width:100%;height:140px}
	.pb-register-v2__owner-photo-box{width:110px;height:110px}
	.pb-register-v2__actions{flex-direction:column;align-items:stretch}
	.pb-register-v2__btn--back{width:100%}
}

/* Pet parent badge + posting gates */
.pb-pet-parent-badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#fff7ed;border:1px solid #fdba74;font-size:12px;line-height:1;vertical-align:middle;margin-left:4px}
.pb-pet-parent-badge--hero{width:28px;height:28px;font-size:14px}
.pb-pet-parent-badge--sm{width:18px;height:18px;font-size:10px}
.pb-pet-parent-badge--inline{width:20px;height:20px;font-size:11px}
.pb-composer--locked{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;background:#fff7ed;border:1px solid #ffedd5}
.pb-composer--locked small{color:#64748b;line-height:1.5}
.pb-composer-foot{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.pb-activity-pet-label{display:inline-flex;align-items:center;gap:4px;margin-right:8px;padding:4px 10px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:12px;font-weight:800}
body.pb-no-pet-posting #whats-new-form,body.pb-no-pet-posting form.activity-update-form{display:none!important}
.pb-register-v2__btn--ghost{display:flex;width:100%;margin-top:10px;padding:12px 16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;color:#475569;font:inherit;font-weight:800;cursor:pointer}
.pb-register-v2__btn--ghost:hover{background:#f8fafc;border-color:#cbd5e1}

/* Directory pages ? full-width shell (avoid double side margins from page.php + BP) */
body.pb-members-directory .site-main.pb-container,
body.pb-activity-directory .site-main.pb-container,
body.pb-groups-directory .site-main.pb-container{
  max-width:none;
  width:100%;
  padding-left:0;
  padding-right:0;
}
@media(max-width:1280px){
  .pb-members-page,.pb-activity-page,.pb-groups-page{
    max-width:none;
    padding-left:16px;
    padding-right:16px;
  }
}
@media(max-width:640px){
  .pb-members-page,.pb-activity-page,.pb-groups-page{
    padding-left:12px;
    padding-right:12px;
  }
}

/* Header nav ? keep tabs visible on all pages (overrides legacy rules) */
@media(max-width:1280px){
  .pb-header .pb-nav-center{display:flex!important}
  .pb-header .pb-menu,.pb-header .pb-nav-center .pb-menu{display:flex!important}
  .pb-header .pb-actions{display:flex!important}
}

/* Pet hospitals directory ? Care Connect listing layout */
.pb-hospitals-hub--cc{--pb-hosp-blue:#1e5bb8;--pb-hosp-blue-dark:#163f7a;--pb-hosp-blue-btn:#2b6cb0;--pb-hosp-line:#e5e7eb;--pb-hosp-muted:#6b7280;--pb-hosp-bg:#f4f6f8;background:var(--pb-hosp-bg);padding:0 0 48px}
.pb-hospitals-hub--cc .pb-hospitals-hub__body{padding:24px 0 0}
.pb-hospitals-browse-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start}
.pb-hospitals-filters{background:#fff;border:1px solid var(--pb-hosp-line);border-radius:4px;padding:0;position:sticky;top:104px;max-height:calc(100vh - 120px);overflow:auto;box-shadow:0 1px 3px rgba(15,23,42,.04)}
.pb-hospitals-map{position:relative;aspect-ratio:1.15;overflow:hidden;background:#dbeafe}
.pb-hospitals-map img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.85)}
.pb-hospitals-map__btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:8px;background:var(--pb-hosp-blue-btn);color:#fff;text-decoration:none;font-size:14px;font-weight:700;padding:10px 16px;border-radius:3px;box-shadow:0 8px 20px rgba(30,91,184,.28);white-space:nowrap}
.pb-hospitals-map__btn:hover{background:var(--pb-hosp-blue-dark);color:#fff}
.pb-hospitals-pin{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;margin-top:1px;color:var(--pb-hosp-blue);font-size:13px}
.pb-hospitals-filters-form{display:grid;gap:10px;padding:16px}
.pb-hospitals-search-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;border:0;border-radius:3px;background:var(--pb-hosp-blue-btn);color:#fff;font-size:15px;font-weight:700;padding:12px 16px;cursor:pointer;text-transform:lowercase;letter-spacing:.01em}
.pb-hospitals-search-btn:hover{background:var(--pb-hosp-blue-dark)}
.pb-hospitals-filter-label{font-size:12px;font-weight:600;color:#4b5563;margin-top:2px}
.pb-hospitals-field{position:relative;display:flex;align-items:center}
.pb-hospitals-field__icon{position:absolute;left:12px;z-index:1;pointer-events:none;color:var(--pb-hosp-blue);font-size:13px;line-height:1}
.pb-hospitals-field .pb-hospitals-filter-input{padding-left:34px}
.pb-hospitals-filter-input{width:100%;border:1px solid #d1d5db;border-radius:3px;padding:11px 12px;font-size:13px;background:#fff;color:#111827;appearance:auto}
.pb-hospitals-filter-input:focus{outline:2px solid rgba(43,108,176,.25);border-color:var(--pb-hosp-blue-btn)}
.pb-hospitals-country-flag{position:absolute;left:34px;z-index:1;pointer-events:none;display:flex;align-items:center;line-height:1}
.pb-hospitals-country-flag .flag-icon{width:1.25em;line-height:1em;border-radius:2px;box-shadow:0 0 0 1px rgba(15,23,42,.08)}
.pb-hospitals-country-field--has-flag .pb-hospitals-country-select{padding-left:58px}
.pb-hospitals-filter-search{border:1px solid #d1d5db;border-radius:3px;background:#fff}
.pb-hospitals-filter-search .pb-hospitals-filter-input{border:0;box-shadow:none;padding-left:34px}
.pb-hospitals-clear{display:inline-flex;justify-content:center;margin-top:4px;padding:10px;color:var(--pb-hosp-blue);font-size:13px;font-weight:700;text-decoration:none}
.pb-hospitals-clear:hover{text-decoration:underline}
.pb-hospitals-results__toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap}
.pb-hospitals-results__title{margin:0;font-size:22px;font-weight:800;color:#111827;letter-spacing:-.02em}
.pb-hospitals-results__tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.pb-hospitals-sort{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--pb-hosp-muted);font-weight:600}
.pb-hospitals-sort select{border:1px solid #d1d5db;border-radius:3px;padding:7px 10px;background:#fff;font:inherit;color:#111827}
.pb-hospitals-grid{display:grid;gap:14px}
.pb-hospitals-grid--list{grid-template-columns:1fr}
.pb-hospital-result-card{display:grid;grid-template-columns:170px minmax(0,1fr) 168px;gap:0;background:#fff;border:1px solid var(--pb-hosp-line);border-radius:4px;overflow:hidden;box-shadow:0 1px 2px rgba(15,23,42,.04)}
.pb-hospital-result-card__media{background:#eef2f7;min-height:140px}
.pb-hospital-result-card__media img{width:100%;height:100%;min-height:140px;object-fit:cover;display:block}
.pb-hospital-result-card__main{padding:16px 18px;display:grid;gap:8px;align-content:start;border-right:1px solid #edf0f3}
.pb-hospital-result-card__title{margin:0;font-size:20px;line-height:1.25;font-weight:800;letter-spacing:-.02em}
.pb-hospital-result-card__title a{color:var(--pb-hosp-blue);text-decoration:none}
.pb-hospital-result-card__title a:hover{text-decoration:underline}
.pb-hospital-result-card__rating{display:grid;justify-items:end;gap:2px;margin-bottom:8px}
.pb-hospital-stars{color:#cbd5e1;font-size:14px;letter-spacing:1px;line-height:1}
.pb-hospital-reviews{color:var(--pb-hosp-muted);font-size:12px;font-weight:600}
.pb-hospital-result-card__location{margin:0;color:#6b7280;font-size:13px;line-height:1.45;display:flex;align-items:flex-start;gap:8px}
.pb-hospital-result-card__addr{display:inline}
.pb-hospital-show-more{border:0;background:none;padding:0;margin-left:4px;color:var(--pb-hosp-blue);font-size:13px;font-weight:700;cursor:pointer}
.pb-hospital-map-link{display:inline;margin-left:6px;color:var(--pb-hosp-blue);font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}
.pb-hospital-map-link:hover{text-decoration:underline}
.pb-hospital-result-card__service{margin:2px 0 0;color:#111827;font-size:14px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.pb-hospital-result-card__desc{margin:0;color:#9ca3af;font-size:13px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.pb-hospital-result-card__meta{padding:18px 16px;display:grid;align-content:center;justify-items:end;gap:6px;text-align:right}
.pb-hospital-result-card__price{margin:0;color:#374151;font-size:18px;font-weight:800;letter-spacing:-.02em;display:flex;align-items:baseline;justify-content:flex-end;gap:6px;flex-wrap:wrap}
.pb-hospital-result-card__price-from{font-size:12px;font-weight:600;color:#9ca3af}
.pb-hospital-result-card__price-amount{font-size:18px;font-weight:800;color:#374151}
.pb-hospital-result-card__price-note{margin:0;color:var(--pb-hosp-blue);font-size:12px;font-weight:600;line-height:1.35}
.pb-hospital-result-card__cta{display:inline-flex;align-items:center;justify-content:center;background:var(--pb-hosp-blue-btn);color:#fff;text-decoration:none;font-size:13px;font-weight:800;padding:10px 14px;border-radius:3px}
.pb-hospital-result-card__cta:hover{background:var(--pb-hosp-blue-dark);color:#fff}
.pb-hospitals-notice{margin-bottom:18px}
.pb-hospitals-notice--error{border-color:#fecaca;background:#fff1f2;color:#991b1b}
@media(max-width:1100px){.pb-hospitals-browse-layout{grid-template-columns:250px 1fr}.pb-hospital-result-card{grid-template-columns:140px minmax(0,1fr) 140px}}
@media(max-width:900px){.pb-hospitals-browse-layout{grid-template-columns:1fr}.pb-hospitals-filters{position:static;max-height:none}.pb-hospital-result-card{grid-template-columns:120px minmax(0,1fr)}.pb-hospital-result-card__main{border-right:0;border-bottom:1px solid #edf0f3}.pb-hospital-result-card__meta{grid-column:1 / -1;justify-items:start;text-align:left;padding-top:12px}}
@media(max-width:640px){.pb-hospital-result-card{grid-template-columns:1fr}.pb-hospital-result-card__media img{min-height:180px}.pb-hospital-result-card__rating{justify-items:start}}

/* Member Groups screens (invites, my-groups) ? utility pages from notifications */
body.pb-member-groups .pb-member-page--groups{padding-top:8px}
body.pb-member-groups .pb-member-layout--groups .pb-member-main{max-width:900px;margin:0 auto}
body.pb-member-groups .pb-member-main .screen-heading.group-invites-screen{margin:0 0 18px;font-size:28px;font-weight:900;color:#0f172a;letter-spacing:-.03em}
body.pb-member-groups .pb-member-main #subnav{display:none!important}
body.pb-member-groups .pb-member-main .invites.item-list{list-style:none;margin:0;padding:0;display:grid;gap:16px}
body.pb-member-groups .pb-member-main .invites-list .wrap{display:grid;grid-template-columns:88px 1fr;gap:16px;align-items:start;padding:20px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.05)}
body.pb-member-groups .pb-member-main .invites-list .item-avatar img{width:72px;height:72px;border-radius:16px;object-fit:cover}
body.pb-member-groups .pb-member-main .invites-list .groups-title{margin:0 0 6px;font-size:20px;font-weight:800}
body.pb-member-groups .pb-member-main .invites-list .groups-title a{color:#0f172a;text-decoration:none}
body.pb-member-groups .pb-member-main .invites-list .meta{color:#64748b;font-size:13px;font-weight:700;margin:0 0 8px}
body.pb-member-groups .pb-member-main .invites-list .desc{margin:0 0 14px;color:#475569;line-height:1.55}
body.pb-member-groups .pb-member-main .invites-list .group-button-list{display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin:0;padding:0}
body.pb-member-groups .pb-member-main .invites-list .group-button-list .button{border:0;border-radius:12px;padding:10px 16px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-block}
body.pb-member-groups .pb-member-main .invites-list .accept-invite{background:linear-gradient(135deg,var(--orange),#ea580c);color:#fff}
body.pb-member-groups .pb-member-main .invites-list .reject-invite{background:#fff;color:#64748b;border:1px solid #e2e8f0!important}
body.pb-member-groups .pb-member-main #bp-nouveau-user-feedback{margin:0;padding:28px;border-radius:18px;border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;text-align:center;font-weight:700}
@media(max-width:640px){body.pb-member-groups .pb-member-main .invites-list .wrap{grid-template-columns:1fr}}

/* Home sidebar pet switcher */
.pb-home-pet-select{margin:10px 14px 0;text-align:center}
.pb-pet-select--home{width:100%;max-width:220px;margin:0 auto;display:block;text-align:center;border-color:#fdba74;background:#fff7ed;color:#9a3412;font-weight:800}
.pb-home-profile-meta{display:flex;flex-direction:column;align-items:center;gap:2px}
.pb-home-pet-label{display:block;font-weight:800;color:var(--orange);font-size:15px}
.pb-home-pet-subtitle{display:block;font-size:12px;font-weight:700;color:#64748b}
.pb-home-pet-subtitle[hidden],.pb-home-pet-label[hidden]{display:none!important}
#pbHomeProfile .pb-profile{text-align:center;padding:0 14px 16px}
#pbHomeProfile .pb-profile h3{margin:10px 0 4px}

/* Home feed infinite scroll */
.pb-feed-sentinel{height:1px;width:100%;pointer-events:none}
.pb-feed-loader{display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 12px;color:#64748b;font-weight:800;font-size:14px}
.pb-feed-loader[hidden]{display:none!important}
.pb-feed-loader__spin{width:22px;height:22px;border:3px solid #ffedd5;border-top-color:var(--orange);border-radius:50%;animation:pb-feed-spin .7s linear infinite}
@keyframes pb-feed-spin{to{transform:rotate(360deg)}}
.pb-feed-end{text-align:center;padding:16px 12px 8px;color:#94a3b8;font-weight:800;font-size:13px}
.pb-feed-end[hidden]{display:none!important}

/* Post ??? menu (Facebook-style) */
.pb-post-more-wrap{position:relative;display:inline-flex}
.pb-post-more{margin-left:auto;border:0;background:#f8fafc;border-radius:50%;width:38px;height:38px;font-weight:900;color:#64748b;cursor:pointer;letter-spacing:1px}
.pb-post-more:hover,.pb-post-more[aria-expanded=true]{background:#e2e8f0;color:#0f172a}
.pb-post-menu{position:fixed;inset:0;z-index:10040;pointer-events:none}
.pb-post-menu.is-open{pointer-events:auto}
.pb-post-menu[hidden]{display:none!important}
.pb-post-menu__card{position:fixed;width:min(360px,calc(100vw - 16px));background:#fff;border-radius:14px;box-shadow:0 8px 28px rgba(15,23,42,.18),0 0 0 1px rgba(15,23,42,.06);padding:8px 0;overflow:hidden}
.pb-post-menu__item{width:100%;display:flex;align-items:flex-start;gap:12px;border:0;background:transparent;text-align:left;padding:10px 14px;cursor:pointer;color:#0f172a}
.pb-post-menu__item:hover{background:#f3f4f6}
.pb-post-menu__ico{width:36px;height:36px;border-radius:50%;background:#e5e7eb;display:grid;place-items:center;flex:none;font-size:16px}
.pb-post-menu__txt{display:flex;flex-direction:column;gap:2px;min-width:0;padding-top:2px}
.pb-post-menu__txt b{font-size:15px;font-weight:800;line-height:1.25}
.pb-post-menu__txt small{color:#6b7280;font-size:12px;font-weight:600;line-height:1.3}
.pb-post-menu__card hr{border:0;border-top:1px solid #e5e7eb;margin:6px 0}
.pb-post-menu__item--danger .pb-post-menu__txt b{color:#b91c1c}

/* Select audience modal */
.pb-audience-modal{position:fixed;inset:0;z-index:10060;display:flex;align-items:center;justify-content:center;padding:16px}
.pb-audience-modal[hidden]{display:none!important}
.pb-audience-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55)}
.pb-audience-modal__box{position:relative;width:100%;max-width:520px;max-height:min(92vh,720px);background:#fff;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.28)}
.pb-audience-modal__head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;padding:12px;border-bottom:1px solid #e5e7eb}
.pb-audience-modal__head h2{margin:0;text-align:center;font-size:18px;font-weight:800}
.pb-audience-modal__iconbtn{width:40px;height:40px;border:0;border-radius:999px;background:#e5e7eb;color:#111827;font-size:18px;cursor:pointer;display:grid;place-items:center}
.pb-audience-modal__intro{padding:14px 18px 8px}
.pb-audience-modal__intro h3{margin:0 0 4px;font-size:17px;font-weight:800}
.pb-audience-modal__intro p{margin:0;color:#6b7280;font-size:13px;line-height:1.4}
.pb-audience-modal__list{overflow:auto;padding:4px 10px 10px;flex:1}
.pb-audience-opt{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;cursor:pointer;margin:2px 0}
.pb-audience-opt:hover{background:#f3f4f6}
.pb-audience-opt.is-selected{background:#e7f3ff}
.pb-audience-opt__ico{width:44px;height:44px;border-radius:50%;background:#e5e7eb;display:grid;place-items:center;flex:none;font-size:20px}
.pb-audience-opt.is-selected .pb-audience-opt__ico{background:#cfe2ff}
.pb-audience-opt__txt{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}
.pb-audience-opt__txt b{font-size:15px;font-weight:800}
.pb-audience-opt__txt small,.pb-audience-opt__meta{color:#6b7280;font-size:13px;font-weight:600}
.pb-audience-opt__link{border:0;background:none;color:#1877f2;font-weight:800;font-size:13px;cursor:pointer;padding:0;display:inline}
.pb-audience-opt input[type=radio]{width:20px;height:20px;accent-color:#1877f2;flex:none}
.pb-audience-friends{border-top:1px solid #e5e7eb;padding:10px 14px;max-height:180px;overflow:auto}
.pb-audience-friends__title{margin:0 0 8px;font-weight:800;font-size:14px}
.pb-audience-friends__loading{color:#6b7280;font-size:13px;font-weight:600}
.pb-audience-friend{display:flex;align-items:center;gap:10px;padding:8px 4px}
.pb-audience-friend img{width:36px;height:36px;border-radius:50%;object-fit:cover}
.pb-audience-friend span{flex:1;font-weight:700;font-size:14px}
.pb-audience-modal__foot{padding:12px 14px;border-top:1px solid #e5e7eb}
.pb-audience-modal__save{width:100%;border:0;border-radius:10px;background:#1877f2;color:#fff;font-weight:800;font-size:15px;padding:12px 16px;cursor:pointer}
.pb-audience-modal__save:hover{filter:brightness(.96)}

/* Edit post modal */
.pb-edit-post-modal{position:fixed;inset:0;z-index:10060;display:flex;align-items:center;justify-content:center;padding:16px}
.pb-edit-post-modal[hidden]{display:none!important}
.pb-edit-post-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55)}
.pb-edit-post-modal__box{position:relative;width:100%;max-width:480px;background:#fff;border-radius:16px;padding:18px;box-shadow:0 30px 80px rgba(0,0,0,.28)}
.pb-edit-post-modal__box header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.pb-edit-post-modal__box h2{margin:0;font-size:18px;font-weight:800}
.pb-edit-post-modal__box header button{border:0;background:#e5e7eb;width:36px;height:36px;border-radius:999px;font-size:20px;cursor:pointer}
.pb-edit-post-modal__box textarea{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:12px;font:inherit;min-height:120px;resize:vertical;box-sizing:border-box}
.pb-edit-post-modal__box footer{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}

/* Facebook-style Feeling picker */
body.pb-feeling-modal-open{overflow:hidden}
.pb-feeling-modal{position:fixed;inset:0;z-index:10070;display:flex;align-items:center;justify-content:center;padding:16px}
.pb-feeling-modal[hidden]{display:none!important}
.pb-feeling-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55)}
.pb-feeling-modal__box{position:relative;width:100%;max-width:520px;max-height:min(88vh,680px);background:#fff;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.pb-feeling-modal__head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid #e5e7eb;flex:none}
.pb-feeling-modal__head h2{margin:0;text-align:center;font-size:18px;font-weight:800;color:#111827}
.pb-feeling-modal__back,.pb-feeling-modal__x{width:40px;height:40px;border:0;border-radius:999px;background:#e5e7eb;color:#111827;font-size:24px;line-height:1;cursor:pointer;display:grid;place-items:center}
.pb-feeling-modal__search{display:flex;align-items:center;gap:8px;margin:12px 14px 8px;padding:10px 14px;border-radius:999px;background:#f3f4f6}
.pb-feeling-modal__search-ico{opacity:.7}
.pb-feeling-modal__search input{flex:1;border:0;background:transparent;outline:0;font:inherit;font-size:15px;color:#111827}
.pb-feeling-modal__grid{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px 10px 16px;overflow:auto;-webkit-overflow-scrolling:touch}
.pb-feeling-modal__empty{grid-column:1/-1;text-align:center;color:#6b7280;font-weight:700;padding:28px 12px}
.pb-feeling-item{display:flex;align-items:center;gap:12px;border:0;background:transparent;text-align:left;padding:10px 12px;border-radius:10px;cursor:pointer;font:inherit;color:#111827;position:relative}
.pb-feeling-item:hover,.pb-feeling-item:focus-visible{background:#f3f4f6;outline:0}
.pb-feeling-item.is-selected{background:#eff6ff}
.pb-feeling-item__emoji{width:40px;height:40px;border-radius:999px;background:#f3f4f6;display:grid;place-items:center;font-size:22px;flex:none}
.pb-feeling-item__label{font-size:15px;font-weight:600;text-transform:capitalize;flex:1}
.pb-feeling-item__check{display:none;width:22px;height:22px;border-radius:999px;background:#2563eb;color:#fff;font-size:13px;font-weight:900;place-items:center;flex:none}
.pb-feeling-item.is-selected .pb-feeling-item__check{display:grid}
.pb-feeling-modal__picked{display:flex;flex-wrap:wrap;gap:8px;padding:0 14px 8px}
.pb-feeling-modal__picked[hidden]{display:none!important}
.pb-feeling-picked-chip{display:inline-flex;align-items:center;gap:6px;border:0;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:700;font-size:13px;padding:6px 10px;cursor:pointer;text-transform:capitalize}
.pb-feeling-modal__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-top:1px solid #e5e7eb;background:#fff;flex:none}
.pb-feeling-modal__count{font-size:13px;font-weight:700;color:#6b7280}
.pb-feeling-modal__done{border:0;border-radius:999px;background:#2563eb;color:#fff;font-weight:800;font-size:15px;padding:10px 22px;cursor:pointer}
.pb-feeling-modal__done:hover{filter:brightness(.96)}
.pb-composer-feeling{display:inline-flex;align-items:center;gap:8px;margin:10px 0 2px;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:700;font-size:14px;max-width:100%;flex-wrap:wrap}
.pb-composer-feeling[hidden]{display:none!important}
.pb-composer-feeling__clear{border:0;background:#dbeafe;color:#1e40af;width:24px;height:24px;border-radius:999px;font-size:16px;line-height:1;cursor:pointer}
.pb-mini-action.is-active{background:#eff6ff;color:#1d4ed8;box-shadow:inset 0 0 0 1px #bfdbfe}
.pb-post-feeling{font-weight:700;color:#4b5563}
.pb-post-checkin{font-weight:700;color:#4b5563}
.pb-post-checkin b{font-weight:800;color:#1d4ed8}

/* Facebook-style Check In */
body.pb-checkin-modal-open{overflow:hidden}
.pb-checkin-modal{position:fixed;inset:0;z-index:10070;display:flex;align-items:center;justify-content:center;padding:16px}
.pb-checkin-modal[hidden]{display:none!important}
.pb-checkin-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55)}
.pb-checkin-modal__box{position:relative;width:100%;max-width:520px;max-height:min(88vh,680px);background:#fff;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.pb-checkin-modal__head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid #e5e7eb;flex:none}
.pb-checkin-modal__head h2{margin:0;text-align:center;font-size:18px;font-weight:800;color:#111827}
.pb-checkin-modal__back,.pb-checkin-modal__x{width:40px;height:40px;border:0;border-radius:999px;background:#e5e7eb;color:#111827;font-size:24px;line-height:1;cursor:pointer;display:grid;place-items:center}
.pb-checkin-modal__search{display:flex;align-items:center;gap:8px;margin:12px 14px 6px;padding:10px 14px;border-radius:999px;background:#f3f4f6}
.pb-checkin-modal__search-ico{opacity:.7}
.pb-checkin-modal__search input{flex:1;border:0;background:transparent;outline:0;font:inherit;font-size:15px;color:#111827}
.pb-checkin-modal__hint{margin:4px 18px 8px;font-size:13px;font-weight:800;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}
.pb-checkin-modal__list{flex:1;overflow:auto;padding:0 8px 16px;-webkit-overflow-scrolling:touch}
.pb-checkin-modal__empty{text-align:center;color:#6b7280;font-weight:700;padding:28px 12px}
.pb-checkin-item{display:flex;align-items:flex-start;gap:12px;width:100%;border:0;background:transparent;text-align:left;padding:12px;border-radius:10px;cursor:pointer;font:inherit;color:#111827}
.pb-checkin-item:hover,.pb-checkin-item:focus-visible{background:#f3f4f6;outline:0}
.pb-checkin-item.is-selected{background:#eff6ff}
.pb-checkin-item__ico{width:40px;height:40px;border-radius:999px;background:#fee2e2;display:grid;place-items:center;font-size:18px;flex:none}
.pb-checkin-item__txt{display:flex;flex-direction:column;gap:2px;min-width:0}
.pb-checkin-item__txt b{font-size:15px;font-weight:800;line-height:1.3}
.pb-checkin-item__txt small{font-size:13px;font-weight:600;color:#6b7280}
.pb-composer-checkin{display:inline-flex;align-items:center;gap:8px;margin:8px 0 2px;padding:8px 12px;border-radius:999px;background:#fef2f2;color:#b91c1c;font-weight:700;font-size:14px;max-width:100%}
.pb-composer-checkin[hidden]{display:none!important}
.pb-composer-checkin__clear{border:0;background:#fecaca;color:#991b1b;width:24px;height:24px;border-radius:999px;font-size:16px;line-height:1;cursor:pointer}

/* Home 3-column placement — keep Sponsored in column 3 even if feed HTML is messy */
.pb-layout > .pb-home-composer{grid-column:1 / -1;grid-row:1;width:100%;min-width:0;margin:0 0 4px}
.pb-layout > #pbHomeProfile{grid-column:1;grid-row:2}
.pb-layout > .pb-home-main{grid-column:2;grid-row:2;min-width:0}
.pb-layout > .pb-right{grid-column:3;grid-row:2}
.pb-layout--composer-top{padding-top:18px}
.pb-home-composer .pb-composer,
.pb-home-composer .pb-composer-notice{width:100%;max-width:none;box-sizing:border-box}
@media(max-width:1024px){
	.pb-layout > .pb-home-composer,
	.pb-layout > #pbHomeProfile,
	.pb-layout > .pb-home-main,
	.pb-layout > .pb-right{grid-column:auto;grid-row:auto}
}

/* Right column: Sponsored + widgets stack (desktop third column) */
.pb-right{
	display:flex;
	flex-direction:column;
	gap:16px;
	align-self:start;
	position:sticky;
	top:104px;
	width:100%;
	min-width:0;
}

/* Sponsored sidebar — label + separate grid blocks */
.pb-sponsored{display:flex;flex-direction:column;gap:10px;margin:0 0 14px}
.pb-sponsored__label{margin:2px 4px 0;font-size:15px;font-weight:800;color:#4b5563;letter-spacing:0;line-height:1.2}
.pb-sponsored__list{display:flex;flex-direction:column;gap:12px}
.pb-sponsored__item{
	display:grid;
	grid-template-columns:112px minmax(0,1fr);
	column-gap:14px;
	align-items:start;
	text-decoration:none;
	color:inherit;
	padding:12px;
	margin:0;
	box-sizing:border-box;
}
a.pb-sponsored__item:hover{background:#fff7ed}
.pb-sponsored__media{width:112px;min-width:112px;max-width:112px}
.pb-sponsored__img{
	width:112px;height:112px;
	border-radius:12px;
	object-fit:cover;
	display:block;
	background:#e5e7eb;
}
.pb-sponsored__img--placeholder{display:grid;place-items:center;font-size:28px;color:#94a3b8}
.pb-sponsored__text{
	display:flex;
	flex-direction:column;
	gap:6px;
	min-width:0;
	width:100%;
	padding-top:2px;
}
.pb-sponsored__title{
	display:block;
	font-size:14px;
	font-weight:800;
	color:#111827;
	line-height:1.4;
	overflow-wrap:anywhere;
	word-break:normal;
	hyphens:auto;
}
.pb-sponsored__domain{
	display:block;
	font-size:12px;
	font-weight:600;
	color:#6b7280;
	line-height:1.3;
	overflow-wrap:anywhere;
}
@media(max-width:420px){
	.pb-sponsored__item{grid-template-columns:88px minmax(0,1fr);column-gap:10px;padding:10px}
	.pb-sponsored__media,.pb-sponsored__img{width:88px;min-width:88px;max-width:88px;height:88px}
}

/* Admin-only Sponsored Ads link in site top menu */
.pb-menu .pb-nav-sponsored,
.pb-menu .menu-item-sponsored > a{color:#c2410c;font-weight:900}
.pb-menu .pb-nav-sponsored:hover,
.pb-menu .menu-item-sponsored > a:hover{color:#ea580c}

/* Front-end Sponsored Ads manager */
.pb-sponsored-manage-page{padding:28px 0 64px}
.pb-sponsored-manage__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}
.pb-sponsored-manage__header h1{margin:0 0 6px;font-size:32px}
.pb-sponsored-manage__header p{margin:0;color:#64748b;max-width:52ch}
.pb-sponsored-manage__denied{padding:28px;margin:28px 0}
.pb-sponsored-manage__flash{margin:0 0 16px;padding:12px 14px;border-radius:12px;font-weight:700;font-size:14px}
.pb-sponsored-manage__flash.is-ok{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}
.pb-sponsored-manage__flash.is-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}
.pb-sponsored-manage__form-card{padding:20px;margin-bottom:28px}
.pb-sponsored-manage__form-card h2{margin:0 0 16px;font-size:18px}
.pb-sponsored-manage__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.pb-sponsored-manage__field{display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:13px;color:#334155}
.pb-sponsored-manage__field input,
.pb-sponsored-manage__field select{font:inherit;font-weight:600;padding:11px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#0f172a}
.pb-sponsored-manage__field small{font-weight:600;color:#94a3b8;font-size:12px}
.pb-sponsored-manage__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.pb-sponsored-manage__list-wrap h2{margin:0 0 14px;font-size:18px}
.pb-sponsored-manage__empty{color:#64748b}
.pb-sponsored-manage__list{display:flex;flex-direction:column;gap:12px}
.pb-sponsored-manage__row{display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:14px;align-items:start;padding:14px}
.pb-sponsored-manage__preview{width:88px;height:88px;border-radius:12px;overflow:hidden;background:#e5e7eb}
.pb-sponsored-manage__preview img{width:100%;height:100%;object-fit:cover;display:block}
.pb-sponsored-manage__ph{display:grid;place-items:center;width:100%;height:100%;font-size:28px}
.pb-sponsored-manage__meta{min-width:0;display:flex;flex-direction:column;gap:6px}
.pb-sponsored-manage__title{font-size:15px;line-height:1.35;color:#111827}
.pb-sponsored-manage__domain{font-size:12px;font-weight:600;color:#6b7280;overflow-wrap:anywhere}
.pb-sponsored-manage__badges{display:flex;flex-wrap:wrap;gap:6px}
.pb-sp-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;border:1px solid #e2e8f0;background:#f8fafc;color:#475569}
.pb-sp-badge.is-active{background:#ecfdf5;border-color:#a7f3d0;color:#047857}
.pb-sp-badge.is-inactive{background:#f1f5f9;border-color:#cbd5e1;color:#64748b}
.pb-sp-badge.is-live{background:#fff7ed;border-color:#fdba74;color:#c2410c}
.pb-sp-badge.is-hidden{background:#fff;border-color:#e2e8f0;color:#94a3b8}
.pb-sp-badge.is-clicks{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}
.pb-sponsored-manage__dates{font-size:12px;font-weight:600;color:#64748b}
.pb-sponsored-manage__row-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.pb-sponsored-manage__row-actions form{margin:0}
.pb-sponsored-manage__row-actions .pb-btn{padding:8px 12px;font-size:12px;box-shadow:none}
@media(max-width:800px){
	.pb-sponsored-manage__grid{grid-template-columns:1fr}
	.pb-sponsored-manage__row{grid-template-columns:72px minmax(0,1fr)}
	.pb-sponsored-manage__preview{width:72px;height:72px}
	.pb-sponsored-manage__row-actions{grid-column:1/-1;justify-content:flex-start}
}

/* Home friend requests ? right sidebar (after Sponsored) */
.pb-right .pb-friend-requests{margin-bottom:16px}
.pb-friend-requests__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:10px;border-bottom:1px solid #eef2f7;margin-bottom:12px}
.pb-friend-requests__title{margin:0;font-size:16px;font-weight:800;color:#4b5563;letter-spacing:-.02em}
.pb-friend-requests__see-all{color:#2563eb;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}
.pb-friend-requests__see-all:hover{text-decoration:underline}
.pb-friend-requests__empty{margin:0;color:#6b7280;font-size:13px;font-weight:600;line-height:1.45}
.pb-friend-requests__list{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.pb-friend-request{display:grid;grid-template-columns:52px minmax(0,1fr);gap:10px;align-items:flex-start}
.pb-friend-request__avatar{display:block;width:52px;height:52px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f3f4f6}
.pb-friend-request__avatar img{width:100%;height:100%;object-fit:cover;display:block}
.pb-friend-request__body{min-width:0}
.pb-friend-request__top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}
.pb-friend-request__name{font-size:14px;font-weight:800;color:#111827;text-decoration:none;line-height:1.25}
.pb-friend-request__name:hover{text-decoration:underline}
.pb-friend-request__time{font-size:12px;font-weight:600;color:#9ca3af;flex:0 0 auto}
.pb-friend-request__mutual{display:flex;align-items:center;gap:6px;margin-top:4px}
.pb-friend-request__mutual-avatars{display:inline-flex;align-items:center}
.pb-friend-request__mutual-avatars img{width:18px;height:18px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-left:-5px;background:#e5e7eb}
.pb-friend-request__mutual-avatars img:first-child{margin-left:0}
.pb-friend-request__mutual-text{font-size:12px;font-weight:600;color:#6b7280}
.pb-friend-request__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
.pb-friend-request__btn{border:0;border-radius:8px;padding:9px 10px;font-size:13px;font-weight:800;cursor:pointer;line-height:1.2}
.pb-friend-request__btn:disabled{opacity:.65;cursor:wait}
.pb-friend-request__btn--confirm{background:#2563eb;color:#fff}
.pb-friend-request__btn--confirm:hover{background:#1d4ed8}
.pb-friend-request__btn--delete{background:#e5e7eb;color:#111827}
.pb-friend-request__btn--delete:hover{background:#d1d5db}
.pb-friend-request.is-removing{opacity:.45;pointer-events:none}

/* ===== Pet Health Records ===== */
.pb-health{background:#f3f4f6;padding:20px 0 56px;min-height:70vh}
.pb-health__wrap{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;align-items:start}
.pb-health-sidebar{display:grid;gap:14px;position:sticky;top:104px}
.pb-health-sidebar__pets,
.pb-health-sidebar__menu{padding:16px;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(15,23,42,.04);background:#fff}
.pb-health-sidebar__pets-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}
.pb-health-sidebar__pets-head h2{margin:0;font-size:15px;font-weight:800;color:#111827}
.pb-health-add-pet{color:#f97316;font-weight:800;font-size:13px;text-decoration:none;white-space:nowrap}
.pb-health-add-pet:hover{text-decoration:underline}
.pb-health-pet-list{list-style:none;margin:0;padding:0;display:grid;gap:6px}
.pb-health-pet-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;text-decoration:none;color:inherit;transition:.15s}
.pb-health-pet-item:hover{background:#fff7ed}
.pb-health-pet-item.is-active{background:#fff7ed}
.pb-health-pet-item img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#f3f4f6}
.pb-health-pet-item span{min-width:0;display:grid;gap:1px}
.pb-health-pet-item strong{font-size:13px;font-weight:800;color:#111827;line-height:1.25}
.pb-health-pet-item em{font-style:normal;font-size:11px;color:#6b7280;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pb-health-sidebar__kicker{margin:0 0 10px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af}
.pb-health-menu{display:grid;gap:2px}
.pb-health-menu__link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;text-decoration:none;color:#4b5563;font-weight:700;font-size:13px;transition:.15s}
.pb-health-menu__link:hover{background:#f9fafb;color:#111827}
.pb-health-menu__link.is-active{background:#fff7ed;color:#ea580c}
.pb-health-menu__link .pb-health-icon{width:18px;height:18px;display:grid;place-items:center;flex-shrink:0;color:#9ca3af}
.pb-health-menu__link.is-active .pb-health-icon{color:#ea580c}
.pb-health-menu__link .pb-health-icon svg{width:16px;height:16px}
.pb-health-help{background:#fff7ed;border-radius:16px;padding:16px;border:1px solid #fed7aa}
.pb-health-help p{margin:0 0 12px;font-size:12px;font-weight:700;color:#9a3412;line-height:1.45}
.pb-health-help .pb-btn{width:100%;justify-content:center;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;font-size:13px;border-radius:12px;box-shadow:none}
.pb-health-help .pb-health-icon{display:inline-grid;place-items:center}
.pb-health-help .pb-health-icon svg{width:15px;height:15px}
.pb-health-main{display:grid;gap:16px;min-width:0}
.pb-health-empty-state{padding:40px;text-align:center;background:#fff;border-radius:16px;border:1px solid #e5e7eb}
.pb-health-empty-state h1{margin:0 0 8px}
.pb-health-empty-state p{color:#6b7280;margin:0 0 18px}

/* Hero — mockup: profile | health score | stacked actions */
.pb-health-hero{display:grid;grid-template-columns:minmax(0,1fr) 168px 220px;gap:20px 24px;align-items:center;padding:22px 24px;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(15,23,42,.04);background:#fff}
.pb-health-hero__profile{display:flex;gap:18px;align-items:flex-start;min-width:0}
.pb-health-hero__avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#f3f4f6}
.pb-health-hero__info{min-width:0;padding-top:2px}
.pb-health-hero__name-row{display:flex;align-items:center;gap:8px}
.pb-health-hero__name-row h1{margin:0;font-size:28px;font-weight:800;letter-spacing:-.03em;color:#111827;line-height:1.15}
.pb-health-verified{width:20px;height:20px;border-radius:50%;background:#3b82f6;color:#fff;display:inline-grid;place-items:center;flex-shrink:0}
.pb-health-verified svg{width:11px;height:11px}
.pb-health-hero__subtitle{margin:4px 0 14px;color:#6b7280;font-weight:600;font-size:14px}
.pb-health-hero__facts{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.pb-health-hero__facts li{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:#374151;background:transparent;border:0;padding:0;box-shadow:none;border-radius:0}
.pb-health-fact-icon{width:auto;height:auto;border-radius:0;background:transparent;color:#9ca3af;display:inline-grid;place-items:center;flex-shrink:0}
.pb-health-fact-icon svg{width:16px;height:16px}
.pb-health-score{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;padding:14px 16px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2px;align-self:center}
.pb-health-score__head{display:flex;align-items:center;gap:6px;margin-bottom:4px}
.pb-health-score__head>span:last-child{font-size:12px;font-weight:700;color:#16a34a}
.pb-health-score__heart{color:#22c55e;display:inline-grid}
.pb-health-score__heart svg{width:15px;height:15px}
.pb-health-score__value{font-size:28px;font-weight:800;color:#16a34a;line-height:1.1;letter-spacing:-.03em}
.pb-health-score__label{font-style:normal;font-size:13px;font-weight:700;color:#15803d;margin-bottom:6px}
.pb-health-score__bar{width:100%;height:6px;border-radius:99px;background:#dcfce7;overflow:hidden;margin-top:2px}
.pb-health-score__bar i{display:block;height:100%;border-radius:99px;background:#22c55e}
.pb-health-hero__actions{display:flex;flex-direction:column;gap:8px;align-self:center;width:100%;position:relative}
.pb-health-add-menu{position:relative;width:100%}
.pb-health-add-menu__list{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:40;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 28px rgba(15,23,42,.12);padding:6px;display:grid;gap:2px}
.pb-health-add-menu__list[hidden]{display:none!important}
.pb-health-add-menu__item{appearance:none;border:0;background:transparent;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;cursor:pointer;font:inherit;font-size:13px;font-weight:700;color:#111827;text-align:left;width:100%}
.pb-health-add-menu__item:hover{background:#fff7ed}
.pb-health-add-menu__item .pb-health-record-row__icon{width:32px;height:32px;border-radius:9px}
.pb-health-add-menu__item .pb-health-record-row__icon svg{width:15px;height:15px}
.pb-health-btn-add,.pb-health-btn-download{appearance:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;border-radius:10px;font:inherit;font-size:12px;font-weight:800;padding:8px 10px;white-space:nowrap;line-height:1.2;width:100%;min-height:0;box-shadow:none}
.pb-health-btn-add{border:0;background:#f97316;color:#fff}
.pb-health-btn-add:hover{background:#ea580c}
.pb-health-btn-download{border:1px solid #e5e7eb;background:#fff;color:#1f2937}
.pb-health-btn-download:hover{border-color:#fdba74;color:#ea580c}
.pb-health-btn-ico{width:26px;height:26px;border-radius:7px;display:inline-grid;place-items:center;flex-shrink:0}
.pb-health-btn-add .pb-health-btn-ico{background:rgba(255,255,255,.22);color:#fff}
.pb-health-btn-download .pb-health-btn-ico{background:#ffedd5;color:#c2410c}
.pb-health-btn-ico svg{width:13px;height:13px;display:block}
.pb-health-btn-label{flex:1;text-align:left}
.pb-health-caret{font-size:9px;opacity:.9;margin-left:auto}
.pb-health-btn-add--sm{width:auto;padding:6px 10px;font-size:12px;border-radius:9px;gap:6px}
.pb-health-btn-add--sm .pb-health-btn-ico{width:22px;height:22px;border-radius:6px}
.pb-health-btn-add--sm .pb-health-btn-ico svg{width:12px;height:12px}
.pb-health-panel-card__head .pb-health-btn-add{width:auto}

/* Tabs — underline active, colored icons */
.pb-health-tabs{display:flex;gap:0;overflow-x:auto;padding:0 2px;border-bottom:1px solid #e5e7eb;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.pb-health-tabs::-webkit-scrollbar{display:none;height:0}
.pb-health-tabs__link{display:inline-flex;align-items:center;gap:8px;padding:11px 10px 10px;border-radius:0;text-decoration:none;color:#6b7280;font-weight:700;font-size:12px;white-space:nowrap;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent}
.pb-health-tabs__link:hover{color:#111827;background:transparent}
.pb-health-tabs__link.is-active{color:#ea580c;border-bottom-color:#f97316;background:transparent}
.pb-health-tabs__icon{display:inline-grid;place-items:center;width:24px;height:24px}
.pb-health-tabs__icon svg{width:22px;height:22px}
.pb-health-tabs__link.tone-orange .pb-health-tabs__icon{color:#f97316}
.pb-health-tabs__link.tone-green .pb-health-tabs__icon{color:#10b981}
.pb-health-tabs__link.tone-yellow .pb-health-tabs__icon{color:#eab308}
.pb-health-tabs__link.tone-purple .pb-health-tabs__icon{color:#8b5cf6}
.pb-health-tabs__link.tone-blue .pb-health-tabs__icon{color:#3b82f6}
.pb-health-tabs__link:not(.is-active) .pb-health-tabs__icon{opacity:.85}

/* Metric cards — full pastel, label left / icon right */
.pb-health-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.pb-health-metric{display:flex;flex-direction:column;gap:6px;padding:14px 14px 16px;border-radius:14px;text-decoration:none;color:inherit;border:0;transition:.15s;min-height:110px;position:relative}
.pb-health-metric:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(15,23,42,.07)}
.pb-health-metric__top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}
.pb-health-metric__icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;background:rgba(255,255,255,.55)}
.pb-health-metric__icon svg{width:22px;height:22px}
.pb-health-metric__label{font-size:12px;font-weight:700;color:#6b7280;padding-top:4px}
.pb-health-metric strong{font-size:17px;font-weight:800;color:#111827;letter-spacing:-.02em;line-height:1.2;margin-top:2px}
.pb-health-metric em{font-style:normal;font-size:11px;font-weight:600;color:#6b7280;line-height:1.35;margin-top:auto}
.pb-health-metric em span{margin-left:2px}
.pb-health-metric.tone-green{background:#ecfdf5;color:#065f46}
.pb-health-metric.tone-green .pb-health-metric__icon{color:#059669}
.pb-health-metric.tone-orange{background:#fff7ed}
.pb-health-metric.tone-orange .pb-health-metric__icon{color:#ea580c}
.pb-health-metric.tone-yellow{background:#fefce8}
.pb-health-metric.tone-yellow .pb-health-metric__icon{color:#ca8a04}
.pb-health-metric.tone-purple{background:#f5f3ff}
.pb-health-metric.tone-purple .pb-health-metric__icon{color:#7c3aed}
.pb-health-metric.tone-blue{background:#eff6ff}
.pb-health-metric.tone-blue .pb-health-metric__icon{color:#2563eb}

/* Overview lists */
.pb-health-overview-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:14px}
.pb-health-panel-card{padding:16px 18px;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(15,23,42,.04);background:#fff}
.pb-health-panel-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.pb-health-panel-card__head h2{margin:0;font-size:16px;font-weight:800;color:#111827}
.pb-health-empty{margin:0;padding:16px 4px;color:#9ca3af;font-weight:600;font-size:13px}
.pb-health-record-list,.pb-health-reminder-list,.pb-health-timeline-list{list-style:none;margin:0;padding:0;display:grid;gap:0}
.pb-health-record-row,.pb-health-reminder-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 4px;border-radius:0;background:transparent;border:0;border-bottom:1px solid #f3f4f6}
.pb-health-record-row:last-child,.pb-health-reminder-row:last-child{border-bottom:0}
.pb-health-reminder-row{grid-template-columns:42px minmax(0,1fr) auto auto}
.pb-health-record-row__icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;flex-shrink:0}
.pb-health-record-row__icon svg{width:18px;height:18px}
.pb-health-record-row__icon.tone-green{background:#d1fae5;color:#059669}
.pb-health-record-row__icon.tone-orange{background:#ffedd5;color:#ea580c}
.pb-health-record-row__icon.tone-yellow{background:#fef08a;color:#ca8a04}
.pb-health-record-row__icon.tone-purple{background:#ede9fe;color:#7c3aed}
.pb-health-record-row__icon.tone-blue{background:#dbeafe;color:#2563eb}
.pb-health-record-row__body{min-width:0}
.pb-health-record-row__body strong{display:block;font-size:13px;font-weight:800;color:#111827}
.pb-health-record-row__body p{margin:2px 0 0;font-size:12px;color:#6b7280;font-weight:600;line-height:1.35}
.pb-health-record-row__meta{display:block;margin-top:3px;font-size:11px;color:#9ca3af;font-weight:600}
.pb-health-view{padding:6px 12px;font-size:12px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#4b5563;font-weight:700;box-shadow:none}
.pb-health-view:hover{border-color:#fdba74;color:#ea580c}
.pb-health-view-all{display:inline-block;margin-top:12px;color:#f97316;font-weight:800;font-size:13px;text-decoration:none;background:none;border:0;cursor:pointer;padding:0}
.pb-health-view-all:hover{text-decoration:underline}
.pb-health-badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:800;white-space:nowrap}
.pb-health-badge.urgency-soon,.pb-health-badge.urgency-mid{background:#ecfdf5;color:#059669}
.pb-health-badge.urgency-later{background:#fff7ed;color:#ea580c}
.pb-health-badge.urgency-overdue{background:#fef2f2;color:#dc2626}
.pb-health-icon-btn{width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:#9ca3af;cursor:pointer;display:grid;place-items:center}
.pb-health-icon-btn:hover{color:#dc2626;background:#fef2f2}
.pb-health-icon-btn svg{width:15px;height:15px}
.pb-health-timeline__filters{display:flex;align-items:center;gap:8px}
.pb-health-timeline__filters select{border:1px solid #e5e7eb;border-radius:10px;padding:7px 10px;font-weight:700;font-size:12px;color:#374151;background:#fff}
.pb-health-timeline__cal{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#6b7280}
.pb-health-timeline__cal svg{width:15px;height:15px}
.pb-health-timeline-list li{display:grid;grid-template-columns:14px minmax(0,1fr);gap:10px;align-items:start;padding:10px 2px;border-bottom:1px solid #f3f4f6}
.pb-health-timeline-list li:last-child{border-bottom:0}
.pb-health-timeline-dot{width:10px;height:10px;border-radius:50%;margin-top:5px}
.pb-health-timeline-dot.tone-green{background:#22c55e}
.pb-health-timeline-dot.tone-orange{background:#f97316}
.pb-health-timeline-dot.tone-yellow{background:#eab308}
.pb-health-timeline-dot.tone-purple{background:#8b5cf6}
.pb-health-timeline-dot.tone-blue{background:#3b82f6}
.pb-health-timeline-list strong{display:block;font-size:13px;font-weight:800;color:#111827}
.pb-health-timeline-list span{font-size:11px;font-weight:600;color:#9ca3af}
.pb-health-modal[hidden]{display:none!important}
.pb-health-modal{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:20px}
.pb-health-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.45)}
.pb-health-modal__dialog{position:relative;z-index:1;width:min(520px,100%);max-height:min(90vh,720px);overflow:auto;padding:22px;border-radius:16px;background:#fff;border:1px solid #e5e7eb}
.pb-health-modal__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}
.pb-health-modal__back{font-size:18px;line-height:1}
.pb-health-modal__title-wrap{display:flex;align-items:center;gap:10px;min-width:0;flex:1;justify-content:center}
.pb-health-modal__type-icon{width:34px;height:34px;border-radius:10px;display:inline-grid;place-items:center;flex-shrink:0;background:#fff7ed;color:#ea580c}
.pb-health-modal__type-icon svg{width:17px;height:17px}
.pb-health-modal__type-icon.tone-green{background:#dbeafe;color:#2563eb}
.pb-health-modal__type-icon.tone-orange{background:#fee2e2;color:#dc2626}
.pb-health-modal__type-icon.tone-yellow{background:#ffedd5;color:#ea580c}
.pb-health-modal__type-icon.tone-purple{background:#ede9fe;color:#7c3aed}
.pb-health-modal__type-icon.tone-blue{background:#dbeafe;color:#2563eb}
.pb-health-modal__head h2{margin:0;font-size:16px;font-weight:800;color:#111827}
.pb-health-form{display:grid;gap:14px}
.pb-health-form[hidden]{display:none!important}
.pb-health-field{display:grid;gap:6px}
.pb-health-label{font-size:13px;font-weight:800;color:#111827}
.pb-health-label i{color:#ef4444;font-style:normal;font-weight:900}
.pb-health-label em{font-style:normal;font-weight:600;color:#9ca3af;font-size:12px}
.pb-health-label--opt{color:#374151}
.pb-health-form input[type=text],.pb-health-form input[type=number],.pb-health-form input[type=date],.pb-health-form select,.pb-health-form textarea{border:1px solid #e5e7eb;border-radius:10px;padding:11px 12px;font:inherit;font-weight:600;color:#111827;background:#fff;width:100%}
.pb-health-form input::placeholder,.pb-health-form textarea::placeholder{color:#9ca3af;font-weight:500}
.pb-health-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.pb-health-upload{display:grid;place-items:center;gap:4px;padding:22px 14px;border:1.5px dashed #d1d5db;border-radius:12px;background:#fafafa;cursor:pointer;text-align:center;color:#6b7280}
.pb-health-upload:hover{border-color:#fdba74;background:#fff7ed}
.pb-health-upload input{display:none}
.pb-health-upload__icon{width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid #e5e7eb;display:grid;place-items:center;color:#9ca3af;margin-bottom:4px}
.pb-health-upload__icon svg{width:16px;height:16px}
.pb-health-upload strong{font-size:13px;font-weight:700;color:#374151}
.pb-health-upload small{font-size:11px;font-weight:600;color:#9ca3af}
.pb-health-severity__opts{display:flex;gap:18px;flex-wrap:wrap;padding-top:4px}
.pb-health-severity__opts label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#374151;cursor:pointer}
.pb-health-severity__opts input{accent-color:#f97316;width:16px;height:16px}
.pb-health-weight-input{display:grid;grid-template-columns:1fr 72px;gap:0;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff}
.pb-health-weight-input input,.pb-health-weight-input select{border:0!important;border-radius:0!important;box-shadow:none}
.pb-health-weight-input select{border-left:1px solid #e5e7eb!important;background:#f9fafb;font-weight:800}
.pb-health-bcs__help{margin-left:8px;color:#2563eb;font-weight:700;font-size:12px;text-decoration:none}
.pb-health-bcs__help:hover{text-decoration:underline}
.pb-health-bcs__opts{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:6px}
.pb-health-bcs__opt{display:grid;justify-items:center;gap:4px;cursor:pointer}
.pb-health-bcs__opt input{position:absolute;opacity:0;pointer-events:none}
.pb-health-bcs__dog{width:100%;aspect-ratio:1;border-radius:12px;background:#f3f4f6;color:#9ca3af;display:grid;place-items:center;border:2px solid transparent;transition:.15s}
.pb-health-bcs__dog svg{width:70%;height:auto}
.pb-health-bcs__opt em{font-style:normal;font-size:12px;font-weight:800;color:#6b7280}
.pb-health-bcs__opt input:checked + .pb-health-bcs__dog{background:#fff7ed;color:#ea580c;border-color:#f97316}
.pb-health-bcs__opt input:checked ~ em{color:#ea580c}
.pb-health-modal__actions{display:flex;justify-content:stretch;gap:10px;margin-top:6px}
.pb-health-btn-cancel,.pb-health-btn-save{appearance:none;cursor:pointer;flex:1;border-radius:10px;padding:12px 14px;font:inherit;font-size:14px;font-weight:800;border:0}
.pb-health-btn-cancel{background:#f3f4f6;color:#374151}
.pb-health-btn-cancel:hover{background:#e5e7eb}
.pb-health-btn-save{background:#f97316;color:#fff}
.pb-health-btn-save:hover{background:#ea580c}
.pb-health-modal__dialog{width:min(480px,100%)}
fieldset.pb-health-field{border:0;margin:0;padding:0;min-width:0}
body.pb-health-modal-open{overflow:hidden}
@media (max-width:1200px){
  .pb-health-hero{grid-template-columns:minmax(0,1fr) 150px 200px;gap:16px}
}
@media (max-width:1100px){
  .pb-health-hero{grid-template-columns:1fr;align-items:start}
  .pb-health-score{max-width:240px}
  .pb-health-hero__actions{max-width:280px;flex-direction:row;flex-wrap:wrap}
  .pb-health-btn-add,.pb-health-btn-download{width:auto;flex:1}
  .pb-health-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}
  .pb-health-overview-grid{grid-template-columns:1fr}
}
@media (max-width:900px){
  .pb-health__wrap{grid-template-columns:1fr}
  .pb-health-sidebar{position:static}
}
@media (max-width:640px){
  .pb-health-metrics{grid-template-columns:1fr 1fr}
  .pb-health-form__row{grid-template-columns:1fr}
  .pb-health-hero__avatar{width:72px;height:72px}
  .pb-health-hero__name-row h1{font-size:22px}
  .pb-health-hero__profile{align-items:flex-start}
  .pb-health-score{max-width:none}
  .pb-health-hero__actions{max-width:none}
  .pb-health-record-row,.pb-health-reminder-row{grid-template-columns:40px minmax(0,1fr);gap:10px}
  .pb-health-record-row__actions,.pb-health-view,.pb-health-badge{grid-column:2}
  .pb-health-reminder-row form{justify-self:start}
}
@media print{
  .pb-header,.pb-health-sidebar,.pb-health-tabs,.pb-health-hero__actions,.pb-footer,.pb-health-modal{display:none!important}
  .pb-health__wrap{grid-template-columns:1fr}
  .pb-health{background:#fff;padding:0}
}

/* Social share menu (Facebook / WhatsApp / Copy) */
.pb-share-menu{position:relative;display:inline-flex;align-items:center}
.pb-share-menu__trigger{cursor:pointer;font:inherit}
.pb-share-menu--event .pb-share-menu__trigger,
.pb-share-menu--adopt-top .pb-share-menu__trigger{
  display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:8px 18px;
  border:1px solid #e2e8f0;background:#fff;border-radius:999px;font-weight:800;font-size:14px;color:#0f172a
}
.pb-share-menu--event .pb-share-menu__trigger:hover,
.pb-share-menu--adopt-top .pb-share-menu__trigger:hover{border-color:#93c5fd;color:#0369a1;background:#f0f9ff}
.pb-share-menu--post .pb-share-menu__trigger{
  background:none;border:0;padding:0;color:inherit;font-weight:inherit
}
.pb-share-menu__panel{
  position:absolute;right:0;top:calc(100% + 8px);z-index:40;min-width:190px;
  display:flex;flex-direction:column;padding:6px;border:1px solid #e2e8f0;border-radius:14px;
  background:#fff;box-shadow:0 16px 36px rgba(15,23,42,.14)
}
.pb-share-menu__panel[hidden]{display:none!important}
.pb-share-menu__item{
  display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:0;border-radius:10px;
  background:transparent;color:#0f172a;font:inherit;font-weight:800;font-size:14px;text-decoration:none;cursor:pointer;text-align:left
}
.pb-share-menu__item:hover{background:#f1f5f9}
.pb-share-menu__ico{
  width:28px;height:28px;border-radius:8px;display:grid;place-items:center;font-size:14px;font-weight:900;background:#f1f5f9;color:#334155;flex:none
}
.pb-share-menu__item--facebook .pb-share-menu__ico,
.pb-adopt-share-btn--facebook{background:#1877f2;color:#fff}
.pb-adopt-share-btn--facebook:hover{background:#166fe5;color:#fff;border-color:#166fe5}

/* Nearby hub */
.pb-nearby-hub{padding-bottom:48px}
.pb-nearby-hero{padding:28px 0 8px;background:linear-gradient(180deg,#f0f9ff 0%,#fff 100%)}
.pb-nearby-hero__inner{max-width:920px}
.pb-nearby-hero__kicker{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#0284c7;margin-bottom:8px}
.pb-nearby-hero__copy h1{margin:0 0 8px;font-size:clamp(28px,4vw,40px);font-weight:900;color:#0f172a;line-height:1.15}
.pb-nearby-hero__copy p{margin:0;color:#64748b;font-size:16px;max-width:54ch;line-height:1.5}
.pb-nearby-hub__body{padding-top:22px}
.pb-nearby-filters{display:grid;grid-template-columns:minmax(0,1.4fr) 140px auto;gap:14px 16px;align-items:end;padding:18px 20px;margin-bottom:18px}
.pb-nearby-filters__field{display:flex;flex-direction:column;gap:6px;margin:0}
.pb-nearby-filters__field span{font-size:12px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.04em}
.pb-nearby-filters__input{width:100%;border:1px solid #e2e8f0;border-radius:12px;padding:11px 12px;font:inherit;font-weight:600;color:#0f172a;background:#fff}
.pb-nearby-filters__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.pb-nearby-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px;padding:0}
.pb-nearby-tab{display:inline-flex;align-items:center;padding:9px 14px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-weight:800;font-size:13px;text-decoration:none}
.pb-nearby-tab:hover{border-color:#93c5fd;color:#0369a1}
.pb-nearby-tab.is-active{background:#0ea5e9;border-color:#0ea5e9;color:#fff}
.pb-nearby-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.pb-nearby-card__inner{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px 16px;align-items:center;padding:14px 16px;border:1px solid #eef2f7;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.04)}
.pb-nearby-card__media{display:block;width:72px;height:72px;border-radius:16px;overflow:hidden;flex:none;background:#f1f5f9}
.pb-nearby-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.pb-nearby-card__media--placeholder{display:flex;align-items:center;justify-content:center;font-size:28px}
.pb-nearby-card__title{margin:0 0 4px;font-size:17px;font-weight:900}
.pb-nearby-card__title a{color:#0f172a;text-decoration:none}
.pb-nearby-card__title a:hover{color:#0284c7}
.pb-nearby-card__meta,.pb-nearby-card__loc{margin:0;font-size:13px;font-weight:700;color:#64748b;line-height:1.4}
.pb-nearby-card__loc{margin-top:2px;color:#94a3b8}
.pb-nearby-card__aside{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:110px}
.pb-nearby-card__distance{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:#ecfeff;color:#0e7490;font-size:12px;font-weight:900}
.pb-nearby-card__distance--city{background:#f1f5f9;color:#64748b}
.pb-nearby-empty{padding:28px 24px;text-align:center}
.pb-nearby-empty h2{margin:0 0 8px;font-size:22px;font-weight:900;color:#0f172a}
.pb-nearby-empty p{margin:0 0 16px;color:#64748b;font-weight:600}
.pb-owner-edit-share-location{display:flex;gap:10px;align-items:flex-start;margin:4px 0 10px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}
.pb-owner-edit-share-location input{margin-top:3px}
.pb-owner-edit-share-location span{display:flex;flex-direction:column;gap:2px}
.pb-owner-edit-share-location strong{font-size:14px;color:#0f172a}
.pb-owner-edit-share-location small{font-size:12px;color:#64748b;font-weight:600}
@media (max-width:900px){
  .pb-nearby-filters{grid-template-columns:1fr}
  .pb-nearby-card__inner{grid-template-columns:64px minmax(0,1fr);gap:12px}
  .pb-nearby-card__aside{grid-column:2;flex-direction:row;align-items:center;justify-content:flex-start;min-width:0}
  .pb-nearby-card__media{width:64px;height:64px;border-radius:14px}
}

