.qbp-profile-card,.qbp-account{max-width:760px;margin:24px auto;padding:24px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-sizing:border-box}.qbp-profile-card__header,.qbp-account__header{display:flex;gap:18px;align-items:center}.qbp-profile-card img,.qbp-account img{border-radius:50%}.qbp-profile-card h1,.qbp-account h2{margin:0 0 6px}.qbp-profile-card__identity p,.qbp-profile-card__identity span{margin:3px 0;color:#6b7280}.qbp-profile-card__bio{line-height:1.9}.qbp-profile-card__links{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:22px 0}.qbp-profile-card__links span{text-align:center;padding:12px 6px;border-radius:12px;background:#f5f5f5;font-size:13px}.qbp-profile-form,.qbp-register-form{display:grid;gap:14px;margin-top:22px}.qbp-profile-form label,.qbp-register-form label{display:grid;gap:7px;font-weight:600}.qbp-profile-form input,.qbp-profile-form textarea,.qbp-profile-form select,.qbp-register-form input{width:100%;padding:11px;border:1px solid #d1d5db;border-radius:10px;box-sizing:border-box}.qbp-profile-form button,.qbp-register-form button{border:0;border-radius:10px;padding:12px 18px;cursor:pointer;background:#111827;color:#fff}.qbp-account__nav{display:flex;gap:10px;margin-top:18px}.qbp-account__nav a{padding:9px 13px;border-radius:10px;background:#f3f4f6;text-decoration:none}.qbp-notice{padding:14px;border-radius:12px;background:#f3f4f6;margin:16px 0}.qbp-notice--error{background:#fff1f2;color:#991b1b}@media(max-width:600px){.qbp-profile-card,.qbp-account{margin:12px;padding:18px;border-radius:16px}.qbp-profile-card__links{grid-template-columns:repeat(2,1fr)}}.qbp-account{max-width:860px;margin:24px auto;padding:24px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-sizing:border-box}.qbp-account__header{display:flex;gap:18px;align-items:center}.qbp-account__header img{border-radius:50%;object-fit:cover}.qbp-account h2{margin:0 0 6px}.qbp-account__nav{display:flex;gap:10px;margin-top:18px}.qbp-account__nav a{padding:9px 13px;border-radius:10px;background:#f3f4f6;text-decoration:none}.qbp-register-form{display:grid;gap:14px;margin-top:22px}.qbp-register-form label{display:grid;gap:7px;font-weight:600}.qbp-register-form input{width:100%;padding:11px;border:1px solid #d1d5db;border-radius:10px;box-sizing:border-box}.qbp-register-form button{border:0;border-radius:10px;padding:12px 18px;cursor:pointer;background:#111827;color:#fff}


/* QBP 2.6.2 — Instagram-style global mobile social shell */
.qbp-global-mobile-nav{display:none}
@media(max-width:767px){
  body{padding-bottom:60px!important}
  .qbp-global-mobile-nav{
    position:fixed;left:0;right:0;bottom:0;height:58px;z-index:100000;
    display:grid;grid-template-columns:repeat(5,1fr);align-items:center;
    background:rgba(255,255,255,.98);border-top:1px solid #dbdbdb;
    box-shadow:0 -4px 18px rgba(0,0,0,.05);backdrop-filter:blur(12px);
  }
  .qbp-global-mobile-nav a{
    position:relative;display:flex;align-items:center;justify-content:center;
    width:100%;height:100%;color:#111;text-decoration:none;
    font-size:27px;line-height:1;-webkit-tap-highlight-color:transparent;
  }
  .qbp-global-mobile-nav a svg{
    width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;
    stroke-linecap:round;stroke-linejoin:round;display:block;
  }
  .qbp-global-mobile-nav a.is-active svg{stroke-width:2.2}
  .qbp-global-mobile-nav__profile.is-active .qbp-global-mobile-nav__avatar{
    outline:2px solid #111;outline-offset:1px;
  }
  .qbp-global-mobile-nav__avatar{
    width:34px;height:34px;border-radius:50%;object-fit:cover;
    display:block;border:1.5px solid #111;background:#fff;
  }
  .qbp-global-mobile-nav__create svg{width:29px;height:29px;stroke-width:1.8}
  .qbp-global-mobile-nav__notifications svg{width:25px;height:25px}
  .qbp-global-mobile-nav__badge{
    position:absolute;top:7px;right:calc(50% - 20px);
    min-width:17px;height:17px;padding:0 4px;border-radius:10px;
    background:#d00;color:#fff;font:700 10px/17px sans-serif;
    text-align:center;border:2px solid #fff;box-sizing:content-box;
  }
  body.qbp-social-shell .site-footer .menu-item a[href*="blog"],
  body.qbp-social-shell nav a[href*="blog"]{display:none!important}
}

/* QBP 2.6.3 — configurable central search page */
.qbp-search-page{max-width:900px;margin:24px auto;padding:0 16px;box-sizing:border-box}
.qbp-search-page__form{display:flex;gap:8px;align-items:center;margin:0 0 24px}
.qbp-search-page__form input{flex:1;min-width:0;height:48px;border:1px solid #dbdbdb;border-radius:14px;padding:0 16px;font-size:15px;box-sizing:border-box;background:#fff}
.qbp-search-page__form button{width:48px;height:48px;border:0;border-radius:14px;background:#111;color:#fff;cursor:pointer;font-size:20px}
.qbp-search-page__heading h1{font-size:20px;margin:18px 0}
.qbp-search-page__empty{padding:36px 20px;text-align:center;border:1px solid #eee;border-radius:18px;background:#fff;color:#555}
.qbp-search-page__empty strong{display:block;color:#111;font-size:18px;margin-bottom:7px}
.qbp-search-results{margin:24px 0}.qbp-search-results h2{font-size:16px;margin:0 0 12px}
.qbp-search-users{display:grid;gap:8px}.qbp-search-user{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid #eee;border-radius:14px;text-decoration:none;color:inherit;background:#fff}
.qbp-search-user img{width:48px;height:48px;border-radius:50%;object-fit:cover}.qbp-search-user span{display:grid;gap:3px}.qbp-search-user small{color:#777}
.qbp-search-posts{display:grid;gap:12px}.qbp-search-result{padding:16px;border:1px solid #eee;border-radius:16px;background:#fff}.qbp-search-result__type{font-size:12px;color:#777}.qbp-search-result h3{margin:6px 0;font-size:17px}.qbp-search-result h3 a{color:inherit;text-decoration:none}.qbp-search-result p{margin:8px 0;line-height:1.9;color:#555}.qbp-search-result__link{font-size:13px;text-decoration:none}
@media(max-width:767px){.qbp-search-page{margin:12px auto;padding:0 12px}.qbp-search-page__form input{height:46px}.qbp-search-page__form button{height:46px;width:46px}}

/* QBP 2.6.4 — Instagram-matched mobile bottom navigation.
 * Visual order: profile | search | messages | reels | home.
 */
.qbp-global-mobile-nav{direction:ltr}
@media(max-width:767px){
  body{padding-bottom:64px!important}
  .qbp-global-mobile-nav{
    height:64px;
    background:rgba(255,255,255,.99);
    border-top:1px solid #e3e3e3;
    box-shadow:none;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }
  .qbp-global-mobile-nav a{
    min-width:0;
    height:64px;
    color:#111;
    -webkit-tap-highlight-color:transparent;
  }
  .qbp-global-mobile-nav a svg{
    width:27px;height:27px;
    stroke-width:1.9;
  }
  .qbp-global-mobile-nav__home svg{
    width:29px!important;height:29px!important;
    stroke:none!important;
    fill:currentColor!important;
  }
  .qbp-global-mobile-nav__home.is-active svg{transform:scale(1.02)}
  .qbp-global-mobile-nav__avatar{
    width:39px;height:39px;
    border:1.6px solid #111;
  }
  .qbp-global-mobile-nav__profile.is-active .qbp-global-mobile-nav__avatar{
    outline:2px solid #111;
    outline-offset:1px;
  }
  .qbp-global-mobile-nav__messages{position:relative}
  .qbp-global-mobile-nav__messages svg{width:28px;height:28px}
  .qbp-global-mobile-nav__badge{
    top:8px;
    right:calc(50% - 22px);
    min-width:18px;height:18px;padding:0 4px;
    border-radius:999px;
    background:#e1306c;
    color:#fff;
    font:700 10px/18px Arial,sans-serif;
    border:2px solid #fff;
    box-sizing:content-box;
  }
  .qbp-global-mobile-nav__badge[hidden]{display:none}
  .qbp-global-mobile-nav__reels svg{width:28px;height:28px}
}

.qbp-reels-page{background:#000;min-height:100vh}.qbp-reel-item{height:calc(100vh - 64px);position:relative;background:#000}.qbp-reel-item video{width:100%;height:100%;object-fit:cover}

/* QBP Instagram Reels upgrade */
.qbp-reels-page{
 width:100vw;height:calc(100vh - 58px);overflow-y:auto;
 scroll-snap-type:y mandatory;background:#000;margin:0;padding:0;
}
.qbp-reel-item{
 width:100vw;height:calc(100vh - 58px);position:relative;
 scroll-snap-align:start;display:flex;align-items:center;justify-content:center;
 background:#000;
}
.qbp-reel-item video{width:100%;height:100%;object-fit:cover;}
@media(max-width:767px){
 .qbp-global-mobile-nav{height:62px;}
 .qbp-global-mobile-nav a svg{width:26px;height:26px;}
 .qbp-global-mobile-nav a:active{transform:scale(.9);}
}

/* QBP 19.1.1 — Complete Instagram-style fixed shell.
   QBP owns the public chrome; WordPress/theme chrome must not leak into the social UI. */
html:has(body.qbp-social-shell){scroll-padding-top:74px;scroll-padding-bottom:76px}
body.qbp-social-shell{padding-top:76px!important;padding-bottom:82px!important;overflow-x:hidden}
body.qbp-social-shell #wpadminbar,
body.qbp-social-shell .skip-link,
body.qbp-social-shell .screen-reader-text.skip-link{display:none!important}
body.qbp-social-shell .site-header,
body.qbp-social-shell .site-footer,
body.qbp-social-shell .main-navigation,
body.qbp-social-shell .primary-navigation,
body.qbp-social-shell .site-info,
body.qbp-social-shell .footer-navigation,
body.qbp-social-shell .entry-footer,
body.qbp-social-shell .entry-header:not(.qbp-ig-post__head),
body.qbp-social-shell .wp-block-template-part{display:none!important}
body.qbp-social-shell #page{margin:0!important;padding:0!important}
body.qbp-social-shell #content,
body.qbp-social-shell .site-content,
body.qbp-social-shell .content-area,
body.qbp-social-shell .site-main{margin-top:0!important}
.qbp-topbar{position:fixed;top:0;left:0;right:0;height:74px;z-index:100010;background:rgba(255,255,255,.97);border-bottom:1px solid #e5e5e5;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.qbp-topbar__inner{height:100%;max-width:1180px;margin:auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-sizing:border-box}
.qbp-topbar__brand{display:flex;align-items:center;gap:10px;color:#111;text-decoration:none;font-weight:800;font-size:18px;min-width:0}
.qbp-topbar__logo{width:42px;height:42px;border-radius:12px;object-fit:cover;display:block;border:1px solid #eee;background:#fff}
.qbp-topbar__logo--fallback{display:flex;align-items:center;justify-content:center;font-size:22px;background:#111;color:#fff}
.qbp-topbar__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.qbp-topbar__actions{display:flex;align-items:center;gap:8px}
.qbp-topbar__actions>a{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:7px 11px;border-radius:12px;color:#111;text-decoration:none;font-size:14px;font-weight:700}
.qbp-topbar__actions>a:hover{background:#f5f5f5}
.qbp-topbar__actions svg,.qbp-bottom-nav svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.qbp-topbar__profile{background:#f7f7f7}
.qbp-topbar__avatar{width:30px;height:30px;border-radius:50%;object-fit:cover}
.qbp-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:76px;z-index:100010;display:grid;grid-template-columns:repeat(5,1fr);align-items:stretch;background:rgba(255,255,255,.98);border-top:1px solid #e5e5e5;box-shadow:0 -4px 20px rgba(0,0,0,.04);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.qbp-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#222;text-decoration:none;font-size:11px;font-weight:600;min-width:0;-webkit-tap-highlight-color:transparent}
.qbp-bottom-nav a.is-active{font-weight:800}
.qbp-bottom-nav a.is-active svg{stroke-width:2.4;transform:scale(1.04)}
.qbp-bottom-nav a:hover{background:#fafafa}
.qbp-bottom-nav__user img{width:30px;height:30px;border-radius:50%;object-fit:cover;border:1.5px solid #111}
.qbp-bottom-nav__user.is-active img{outline:2px solid #111;outline-offset:1px}
@media(max-width:600px){
 body.qbp-social-shell{padding-top:64px!important;padding-bottom:72px!important}
 .qbp-topbar{height:62px}
 .qbp-topbar__inner{padding:0 12px}
 .qbp-topbar__logo{width:36px;height:36px;border-radius:10px}
 .qbp-topbar__name{font-size:15px}
 .qbp-topbar__actions>a{padding:6px 8px;font-size:12px;min-height:36px}
 .qbp-topbar__profile span{display:none}
 .qbp-bottom-nav{height:70px}
 .qbp-bottom-nav a{font-size:10px;gap:3px}
 .qbp-bottom-nav svg{width:25px;height:25px}
 .qbp-bottom-nav__user img{width:28px;height:28px}
}
.qbp-share-page{max-width:760px;margin:24px auto;padding:0 16px;box-sizing:border-box}.qbp-share-page>h1{font-size:24px;margin:0 0 16px}

/* QBP 19.1.1 — prevent theme/WordPress chrome from reappearing on narrow screens */
@media(max-width:600px){
 body.qbp-social-shell{padding-top:64px!important;padding-bottom:72px!important}
 body.qbp-social-shell .site-header,
 body.qbp-social-shell .site-footer,
 body.qbp-social-shell .site-info,
 body.qbp-social-shell .footer-navigation,
 body.qbp-social-shell .skip-link{display:none!important}
 .qbp-topbar{left:0;right:0;width:100vw}
 .qbp-bottom-nav{left:0;right:0;width:100vw}
}


/* QBP 19.2.0 — Instagram-style fixed top + bottom navigation
   Fixed means the navigation stays attached to the viewport while the feed scrolls.
   QBP owns both bars; theme/WordPress navigation remains hidden inside the social shell. */

body.qbp-social-shell{
  margin:0!important;
  padding-top:78px!important;
  padding-bottom:78px!important;
  overflow-x:hidden;
}

body.qbp-social-shell .qbp-topbar{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  height:64px!important;
  z-index:2147483000!important;
  margin:0!important;
  border-bottom:1px solid #dbdbdb!important;
  background:rgba(255,255,255,.96)!important;
  backdrop-filter:saturate(180%) blur(18px)!important;
  -webkit-backdrop-filter:saturate(180%) blur(18px)!important;
}

body.qbp-social-shell .qbp-topbar__inner{
  width:100%!important;
  max-width:1200px!important;
  height:64px!important;
  margin:0 auto!important;
  padding:0 18px!important;
}

body.qbp-social-shell .qbp-topbar__brand{
  gap:9px!important;
  font-size:17px!important;
  font-weight:700!important;
}

body.qbp-social-shell .qbp-topbar__logo{
  width:36px!important;
  height:36px!important;
  border-radius:50%!important;
  border:1px solid #ddd!important;
}

body.qbp-social-shell .qbp-topbar__actions{
  gap:2px!important;
}

body.qbp-social-shell .qbp-topbar__actions>a{
  min-width:40px!important;
  height:40px!important;
  min-height:40px!important;
  padding:0 9px!important;
  border-radius:50%!important;
  justify-content:center!important;
  font-size:0!important;
  background:transparent!important;
}

body.qbp-social-shell .qbp-topbar__actions>a:hover{
  background:#f3f3f3!important;
}

body.qbp-social-shell .qbp-topbar__actions svg{
  width:24px!important;
  height:24px!important;
}

body.qbp-social-shell .qbp-topbar__profile{
  background:transparent!important;
}

body.qbp-social-shell .qbp-topbar__avatar{
  width:30px!important;
  height:30px!important;
  border-radius:50%!important;
}

body.qbp-social-shell .qbp-bottom-nav{
  position:fixed!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  width:100%!important;
  height:64px!important;
  z-index:2147483000!important;
  margin:0!important;
  padding:0 max(4px, env(safe-area-inset-left)) env(safe-area-inset-bottom) max(4px, env(safe-area-inset-right))!important;
  box-sizing:content-box!important;
  grid-template-columns:repeat(5,1fr)!important;
  background:rgba(255,255,255,.97)!important;
  border-top:1px solid #dbdbdb!important;
  box-shadow:none!important;
  backdrop-filter:saturate(180%) blur(18px)!important;
  -webkit-backdrop-filter:saturate(180%) blur(18px)!important;
}

body.qbp-social-shell .qbp-bottom-nav a{
  height:64px!important;
  padding:0!important;
  gap:0!important;
  justify-content:center!important;
  font-size:0!important;
  font-weight:400!important;
  color:#111!important;
  background:transparent!important;
}

body.qbp-social-shell .qbp-bottom-nav a:hover{
  background:transparent!important;
}

body.qbp-social-shell .qbp-bottom-nav svg{
  width:25px!important;
  height:25px!important;
  stroke-width:1.85!important;
}

body.qbp-social-shell .qbp-bottom-nav a.is-active svg{
  stroke-width:2.35!important;
  transform:none!important;
}

body.qbp-social-shell .qbp-bottom-nav__user img{
  width:28px!important;
  height:28px!important;
  border-radius:50%!important;
  border:1.5px solid #111!important;
}

body.qbp-social-shell .qbp-bottom-nav__user.is-active img{
  outline:2px solid #111!important;
  outline-offset:1px!important;
}

@media(max-width:767px){
  body.qbp-social-shell{
    padding-top:62px!important;
    padding-bottom:64px!important;
  }

  body.qbp-social-shell .qbp-topbar{
    height:60px!important;
  }

  body.qbp-social-shell .qbp-topbar__inner{
    height:60px!important;
    padding:0 10px!important;
  }

  body.qbp-social-shell .qbp-topbar__logo{
    width:34px!important;
    height:34px!important;
  }

  body.qbp-social-shell .qbp-topbar__name{
    font-size:15px!important;
    font-weight:700!important;
  }

  body.qbp-social-shell .qbp-topbar__actions>a{
    width:40px!important;
    min-width:40px!important;
    padding:0!important;
  }

  body.qbp-social-shell .qbp-bottom-nav{
    height:62px!important;
  }

  body.qbp-social-shell .qbp-bottom-nav a{
    height:62px!important;
  }

  body.qbp-social-shell .qbp-bottom-nav svg{
    width:24px!important;
    height:24px!important;
  }
}

/* Prevent any theme skip-link/admin/navigation chrome from occupying the social viewport. */
body.qbp-social-shell #wpadminbar,
body.qbp-social-shell .skip-link,
body.qbp-social-shell .site-header,
body.qbp-social-shell .site-footer,
body.qbp-social-shell .main-navigation,
body.qbp-social-shell .primary-navigation,
body.qbp-social-shell .footer-navigation,
body.qbp-social-shell .site-info,
body.qbp-social-shell .entry-footer,
body.qbp-social-shell .wp-block-template-part{
  display:none!important;
}

/* QBP 22.1.2 — Reels route isolation. */
body.qbp-reels-mode .qbp-topbar,
body.qbp-reels-mode .qbp-bottom-nav,
body.qbp-reels-mode .site-header,
body.qbp-reels-mode .site-footer,
body.qbp-reels-mode .main-navigation,
body.qbp-reels-mode .primary-navigation,
body.qbp-reels-mode .footer-navigation,
body.qbp-reels-mode .site-info,
body.qbp-reels-mode .entry-footer,
body.qbp-reels-mode .wp-block-template-part{
  display:none!important;
}
body.qbp-reels-mode{padding-top:0!important;padding-bottom:0!important;overflow:hidden!important;}
body.qbp-reels-mode #page,
body.qbp-reels-mode .site,
body.qbp-reels-mode .site-content,
body.qbp-reels-mode .content-area,
body.qbp-reels-mode .qbp-reels-page{
  margin:0!important;padding:0!important;max-width:none!important;width:100%!important;
}
body.qbp-reels-mode .qbp-reels-page{min-height:100svh!important;}

/* QBP v23.6.14 — Front page Instagram-like home chrome.
   This scope is intentionally limited to the front page so profile/search/
   composer surfaces keep their existing navigation. */
body.qbp-home-mode .qbp-topbar--home{
  height:62px!important;
  background:#fff!important;
  border-bottom:1px solid #e8e8e8!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
body.qbp-home-mode .qbp-topbar--home .qbp-topbar__inner{
  position:relative!important;
  width:100%!important;
  max-width:none!important;
  height:62px!important;
  padding:0 12px!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body.qbp-home-mode .qbp-topbar--home .qbp-topbar__brand--home{
  position:absolute!important;
  left:50%!important;
  top:0!important;
  transform:translateX(-50%)!important;
  height:62px!important;
  max-width:68%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  color:#111!important;
  text-decoration:none!important;
}
body.qbp-home-mode .qbp-topbar--home .qbp-topbar__brand--home .qbp-topbar__name{
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:-.5px!important;
}
body.qbp-home-mode .qbp-topbar__chevron{font-size:18px;line-height:1;margin-top:-2px;color:#111}
body.qbp-home-mode .qbp-home-top-action{
  position:absolute!important;
  top:0!important;
  width:46px!important;
  height:62px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#111!important;
  text-decoration:none!important;
  border-radius:0!important;
  background:transparent!important;
  z-index:2!important;
}
body.qbp-home-mode .qbp-home-top-action--plus{right:7px!important;color:#111!important;background:#fff0!important;-webkit-appearance:none!important;appearance:none!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important;visibility:visible!important;opacity:1!important;overflow:visible!important}
body.qbp-home-mode .qbp-home-top-action--heart{left:7px!important}
body.qbp-home-mode .qbp-home-top-action svg{width:29px!important;height:29px!important;fill:none!important;stroke:#111!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}
body.qbp-home-mode .qbp-home-top-action--plus svg{display:block!important;visibility:visible!important;opacity:1!important;width:31px!important;height:31px!important;min-width:31px!important;min-height:31px!important;fill:none!important;stroke:#111!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;pointer-events:none!important}
body.qbp-home-mode .qbp-home-top-action:active svg{transform:scale(.91)}
body.qbp-home-mode .qbp-home-top-badge{
  position:absolute;top:12px;left:25px;min-width:15px;height:15px;padding:0 3px;
  display:flex;align-items:center;justify-content:center;border-radius:10px;
  background:#ed4956;color:#fff;border:2px solid #fff;font-size:8px;font-weight:800;line-height:1;
}

body.qbp-home-mode .qbp-bottom-nav{
  height:62px!important;
  background:#fff!important;
  border-top:1px solid #e5e5e5!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
body.qbp-home-mode .qbp-bottom-nav a{height:62px!important}

@media(min-width:768px){
  body.qbp-home-mode .qbp-topbar--home .qbp-topbar__inner{max-width:980px!important}
  body.qbp-home-mode .qbp-topbar--home .qbp-home-top-action--plus{right:max(12px,calc((100vw - 980px)/2 + 12px))!important}
  body.qbp-home-mode .qbp-topbar--home .qbp-home-top-action--heart{left:max(12px,calc((100vw - 980px)/2 + 12px))!important}
}


/* QBP v23.6.16 — logged-in home launcher visibility hardening. Some themes
 * apply button-specific rules that can hide a <button> while leaving its
 * click target active. Keep the logged-in + launcher visually identical to
 * the guest anchor and guarantee the SVG remains painted. */
body.qbp-home-mode .qbp-topbar--home button.qbp-home-top-action--plus{display:flex!important;visibility:visible!important;opacity:1!important;color:#111!important;background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;-webkit-appearance:none!important;appearance:none!important}
body.qbp-home-mode .qbp-topbar--home button.qbp-home-top-action--plus svg{display:block!important;visibility:visible!important;opacity:1!important;color:#111!important;stroke:#111!important;fill:none!important}

/* QBP v23.6.15 — Home + create launcher. The homepage + button opens the
 * same content-module family used by the profile, without leaving the home
 * surface until the user chooses a module. */
.qbp-home-create-sheet[hidden]{display:none!important}
.qbp-home-create-sheet{position:fixed;inset:0;z-index:2147483005}
.qbp-home-create-sheet__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.52);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.qbp-home-create-sheet__dialog{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,560px);max-height:min(82vh,720px);overflow:auto;background:#fff;color:#111;border-radius:24px 24px 0 0;box-shadow:0 -16px 48px rgba(0,0,0,.22);padding-bottom:max(18px,env(safe-area-inset-bottom));animation:qbpHomeCreateUp .2s ease-out}
.qbp-home-create-sheet__handle{width:42px;height:4px;border-radius:99px;background:#c7c7c7;margin:10px auto 4px}
.qbp-home-create-sheet__header{height:54px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #eee;position:relative;font-size:19px}
.qbp-home-create-sheet__header button{position:absolute;right:14px;width:40px;height:40px;border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer;color:#111}
.qbp-home-create-sheet__intro{margin:14px 18px 10px;text-align:center;color:#666;font-size:12px;line-height:1.8}
.qbp-home-create-sheet__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px 14px 4px}
.qbp-home-create-sheet__item{min-height:76px;display:flex;align-items:center;gap:12px;padding:10px 14px;border:1px solid #e8e8e8;border-radius:16px;text-decoration:none;color:#111;background:#fff;box-sizing:border-box;transition:background .15s ease,transform .15s ease,border-color .15s ease}
.qbp-home-create-sheet__item:hover{background:#f7f7f7;border-color:#d9d9d9}
.qbp-home-create-sheet__item:active{transform:scale(.98)}
.qbp-home-create-sheet__icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;border:1px solid #111;border-radius:13px}
.qbp-home-create-sheet__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.qbp-home-create-sheet__label{font-size:14px;font-weight:750;line-height:1.4}
body.qbp-home-create-open,html.qbp-home-create-open{overflow:hidden!important}
@keyframes qbpHomeCreateUp{from{transform:translate(-50%,100%)}to{transform:translate(-50%,0)}}
@media(max-width:600px){
  .qbp-home-create-sheet__dialog{width:100%;border-radius:22px 22px 0 0}
  .qbp-home-create-sheet__items{gap:8px;padding-left:12px;padding-right:12px}
  .qbp-home-create-sheet__item{min-height:72px;padding:9px 11px}
  .qbp-home-create-sheet__icon{width:40px;height:40px;flex-basis:40px}
  .qbp-home-create-sheet__label{font-size:13px}
}

/* QBP v24.3 — unified frontend content lifecycle */
.qbp-draft-btn{border:1px solid #ddd!important;background:#fff!important;color:#111!important;border-radius:10px!important;padding:10px 14px!important;font:inherit!important;font-weight:700!important;cursor:pointer}
.qbp-content-form-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.qbp-content-form-actions>*{flex:1 1 auto}
.qbp-content-form-actions button:disabled{opacity:.55;cursor:wait}
.qbp-lifecycle-badge{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800;margin:5px 0}
.qbp-lifecycle-badge--draft{background:#f0f0f0;color:#222}
.qbp-draft-panel{max-width:560px;margin:30px auto;padding:24px;border:1px solid #e7e7e7;border-radius:18px;background:#fff;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.qbp-draft-panel__actions{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:18px}
.qbp-draft-panel__actions a,.qbp-draft-panel__actions button{border:1px solid #ddd;background:#fff;color:#111;border-radius:10px;padding:10px 14px;text-decoration:none;font:inherit;font-weight:700;cursor:pointer}
.qbp-draft-panel__actions button[data-qbp-lifecycle-action="publish"]{background:#111;color:#fff;border-color:#111}
.qbp-draft-panel__actions button[data-qbp-lifecycle-action="trash"]{color:#b42318}
.qbp-lifecycle-toast{position:fixed;z-index:2147483647;left:50%;bottom:28px;transform:translate(-50%,15px);opacity:0;background:#111;color:#fff;padding:11px 16px;border-radius:999px;font-size:13px;box-shadow:0 8px 30px rgba(0,0,0,.2);transition:opacity .2s ease,transform .2s ease;pointer-events:none}
.qbp-lifecycle-toast.is-visible{opacity:1;transform:translate(-50%,0)}
.qbp-home-create-sheet__header button[data-qbp-home-close-create],.qbp-create-sheet__dialog>header button[data-qbp-close-create]{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#111!important;box-shadow:none!important;font-size:30px!important;line-height:40px!important;text-align:center!important}
@media(max-width:560px){.qbp-content-form-actions{flex-direction:column}.qbp-content-form-actions>*{width:100%;box-sizing:border-box}}

.qbp-drafts-page{max-width:760px;margin:24px auto;padding:0 14px}.qbp-drafts-page__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.qbp-drafts-page__head h1{margin:0 0 5px;font-size:24px}.qbp-drafts-page__head p{margin:0;color:#666;font-size:13px}.qbp-drafts-back{color:#111;text-decoration:none;font-weight:700}.qbp-drafts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.qbp-draft-card{border:1px solid #e5e5e5;border-radius:16px;background:#fff;padding:15px}.qbp-draft-card h2{margin:2px 0 7px;font-size:16px}.qbp-draft-card p{margin:0 0 8px;font-size:13px;line-height:1.7;color:#555}.qbp-draft-card small{color:#777;font-size:11px}.qbp-draft-card__actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.qbp-draft-card__actions a,.qbp-draft-card__actions button{border:1px solid #ddd;background:#fff;color:#111;border-radius:9px;padding:8px 10px;text-decoration:none;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.qbp-draft-card__actions button[data-qbp-lifecycle-action="publish"]{background:#111;color:#fff;border-color:#111}.qbp-draft-card__actions button[data-qbp-lifecycle-action="trash"]{color:#b42318}.qbp-drafts-empty{text-align:center;border:1px dashed #ddd;border-radius:16px;padding:40px;color:#666}.qbp-draft-preview__media{max-width:360px;margin:15px auto;border-radius:14px;overflow:hidden;background:#f3f3f3}.qbp-draft-preview__media img,.qbp-draft-preview__media video{display:block;width:100%;max-height:520px;object-fit:cover}
@media(max-width:620px){.qbp-drafts-grid{grid-template-columns:1fr}.qbp-drafts-page__head{align-items:flex-start}}

.qbp-create-sheet__drafts-link,.qbp-create-sheet-page__drafts-link{display:block;text-align:center;padding:12px 16px 16px;color:#666;text-decoration:none;font-size:12px;font-weight:700}.qbp-create-sheet__drafts-link:hover,.qbp-create-sheet-page__drafts-link:hover{color:#111}

/* QBP 25.0 Creator Studio / Full Lifecycle */
.qbp-creator-studio{max-width:1100px;margin:20px auto;padding:18px;background:#fff;border-radius:18px;box-shadow:0 4px 24px rgba(0,0,0,.06)}
.qbp-studio-head h1{margin:4px 0;font-size:28px}.qbp-studio-kicker{font-size:11px;letter-spacing:1.4px;opacity:.6}.qbp-studio-head p{margin:0;color:#777}
.qbp-studio-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:18px 0}.qbp-studio-stat{padding:14px;border:1px solid #eee;border-radius:14px;text-align:center}.qbp-studio-stat strong{display:block;font-size:23px}.qbp-studio-stat span{font-size:12px;color:#777}
.qbp-studio-toolbar{display:flex;gap:8px;overflow:auto;padding-bottom:12px}.qbp-studio-toolbar button,.qbp-studio-actions button{border:0;border-radius:999px;padding:8px 12px;cursor:pointer}
.qbp-studio-list{display:grid;gap:9px}.qbp-studio-item{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;border:1px solid #eee;border-radius:14px;padding:13px}.qbp-studio-item small{display:block;color:#888;margin-top:4px}.qbp-studio-actions{grid-column:1/-1;display:flex;gap:7px;flex-wrap:wrap}
.qbp-lifecycle-badge{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:12px;background:#f2f2f2}.qbp-lifecycle-badge--review{background:#fff3cd}.qbp-lifecycle-badge--scheduled{background:#e8f0ff}.qbp-lifecycle-badge--published{background:#e7f7ed}.qbp-lifecycle-badge--archive{background:#eee}.qbp-lifecycle-badge--trash{background:#ffe8e8}
.qbp-collections{max-width:900px;margin:20px auto;padding:18px}.qbp-collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.qbp-collection-card{padding:18px;border:1px solid #eee;border-radius:15px}.qbp-collection-card span{display:block;color:#888;font-size:12px;margin-top:6px}
.qbp-lifecycle-toast{position:fixed;right:18px;bottom:24px;z-index:99999;background:#111;color:#fff;padding:11px 16px;border-radius:12px;opacity:0;transform:translateY(8px);transition:.2s}.qbp-lifecycle-toast.is-visible{opacity:1;transform:none}
@media(max-width:700px){.qbp-studio-stats{grid-template-columns:repeat(2,1fr)}.qbp-studio-item{grid-template-columns:1fr}.qbp-studio-item>.qbp-lifecycle-badge{justify-self:start}}

/* QBP 25.4.3 public content user info */
.qbp-ig-post>.qbp-public-user-info,.qbp-reel>.qbp-public-user-info{margin:10px 12px 14px;position:relative;z-index:3}.qbp-story-card>.qbp-public-user-info{margin:8px}.qbp-story-public-user-info{position:relative;z-index:5;padding:8px}.qbp-story-public-user-info .qbp-public-user-info{margin:0}

/* QBP v25.4.4 — public user info must never cover primary media.
   Content cards own their media first; public info is normal-flow content below it. */
.qbp-public-user-info{position:relative!important;inset:auto!important;float:none!important;clear:both!important;width:auto!important;max-width:100%!important;box-sizing:border-box!important;z-index:1!important}
.qbp-ig-post>.qbp-public-user-info{display:block!important;margin:10px 12px 14px!important}
.qbp-story-card .qbp-public-user-info{display:block!important;margin:8px!important}
.qbp-reel-public-user-info{display:block!important;width:min(100%,620px);margin:0 auto 14px!important;position:relative!important;z-index:1!important}
.qbp-reel-public-user-info .qbp-public-user-info{margin:0!important}
/* QBP v25.6 — compact public content info supersedes legacy full-width panel. */
.qbp-ig-post>.qbp-public-user-info,
.qbp-story-card .qbp-public-user-info{display:flex!important;}
.qbp-reel-public-user-info{display:block!important;background:transparent!important;color:inherit!important;box-shadow:none!important;}
.qbp-reel-public-user-info .qbp-public-user-info{background:transparent!important;color:inherit!important;border:0!important;padding:0!important;}
