.pgb-ai{--pgb-ai-accent:#171717;--pgb-ai-bg:#f6f3ee;--pgb-ai-card:#fff;--pgb-ai-line:rgba(20,20,20,.10);--pgb-ai-dock-right:24px;--pgb-ai-dock-bottom:24px;font-family:inherit;color:#171717;position:relative;z-index:2147483000;pointer-events:none}
.pgb-ai *{box-sizing:border-box}
.pgb-ai button,.pgb-ai textarea,.pgb-ai input{font:inherit}
.pgb-ai-bubble{position:fixed;right:var(--pgb-ai-dock-right);bottom:var(--pgb-ai-dock-bottom);height:56px;border:0;border-radius:999px;background:var(--pgb-ai-accent);color:#fff;box-shadow:0 12px 36px rgba(0,0,0,.18);padding:7px 18px 7px 7px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;z-index:2;pointer-events:auto;touch-action:manipulation}
.pgb-ai-bubble:hover{transform:translateY(-2px);box-shadow:0 16px 44px rgba(0,0,0,.22)}
.pgb-ai-bubble-mark,.pgb-ai-avatar{display:grid;place-items:center;border-radius:50%;background:#fff;color:#111;font-weight:750}
.pgb-ai-bubble-mark{width:42px;height:42px}
.pgb-ai-bubble-label{font-size:14px;font-weight:650;white-space:nowrap}
.pgb-ai-panel{position:fixed;right:var(--pgb-ai-dock-right);bottom:calc(var(--pgb-ai-dock-bottom) + 68px);width:min(430px,calc(100vw - 32px));height:min(690px,calc(100vh - var(--pgb-ai-dock-bottom) - 92px));border:1px solid var(--pgb-ai-line);border-radius:24px;background:var(--pgb-ai-card);box-shadow:0 28px 90px rgba(0,0,0,.22);overflow:hidden;display:flex;flex-direction:column;opacity:0;transform:translateY(12px) scale(.985);pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:1}
.pgb-ai.is-open .pgb-ai-panel{opacity:1;transform:none;pointer-events:auto}
.pgb-ai-header{position:relative;isolation:isolate;padding:20px 18px 18px 20px;display:flex;align-items:flex-start;justify-content:space-between;background:#343516 url("../images/concierge-header.svg") center/cover no-repeat;color:#fff;overflow:hidden}
.pgb-ai-header:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(16,17,12,.34),rgba(16,17,12,.08) 58%,rgba(16,17,12,.18));pointer-events:none}
.pgb-ai-header>div{display:flex;flex-direction:column;gap:2px}
.pgb-ai-header strong{font-size:17px;letter-spacing:-.01em;text-shadow:0 1px 12px rgba(0,0,0,.22)}
.pgb-ai-header small{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.82);font-size:11px}
.pgb-ai-header small i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#78d68b;box-shadow:0 0 0 3px rgba(120,214,139,.12)}
.pgb-ai-eyebrow{font-size:9px;letter-spacing:.18em;color:rgba(255,255,255,.70);font-weight:700}
.pgb-ai-close,.pgb-ai-sheet-close{border:0;background:transparent;color:inherit;font-size:26px;line-height:1;cursor:pointer;padding:2px 4px}
.pgb-ai-body{flex:1;overflow:auto;background:linear-gradient(180deg,#f8f6f2 0,#f4f1ec 100%);padding:18px 16px}
.pgb-ai-messages{display:flex;flex-direction:column;gap:13px}
.pgb-ai-message{display:flex;gap:9px;align-items:flex-start;max-width:92%}
.pgb-ai-message.pgb-ai-user{align-self:flex-end;flex-direction:row-reverse}
.pgb-ai-avatar{width:28px;height:28px;flex:0 0 28px;background:#111;color:#fff;font-size:11px}
.pgb-ai-bubble-text{padding:11px 13px;border-radius:16px 16px 16px 5px;background:#fff;border:1px solid var(--pgb-ai-line);box-shadow:0 4px 14px rgba(0,0,0,.035);font-size:13px;line-height:1.52;white-space:pre-wrap;overflow-wrap:anywhere}
.pgb-ai-user .pgb-ai-bubble-text{border-radius:16px 16px 5px 16px;background:#171717;color:#fff;border-color:#171717}
.pgb-ai-thinking .pgb-ai-bubble-text{color:#777;font-style:italic}
.pgb-ai-products{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:2px 0 4px 37px}
.pgb-ai-product{background:#fff;border:1px solid var(--pgb-ai-line);border-radius:15px;overflow:hidden;min-width:0;box-shadow:0 4px 14px rgba(0,0,0,.03)}
.pgb-ai-product img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#f4f4f4}
.pgb-ai-product-body{padding:10px}
.pgb-ai-product-brand{display:block;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#8a8a8a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pgb-ai-product-name{display:block;margin-top:3px;font-size:12px;line-height:1.3;font-weight:680;min-height:31px;color:#151515;text-decoration:none}
.pgb-ai-product-price{display:block;margin-top:7px;font-size:12px;font-weight:750}
.pgb-ai-product-stock{display:block;margin-top:2px;font-size:10px;color:#4f7d58}
.pgb-ai-product-actions{display:flex;gap:6px;margin-top:9px}
.pgb-ai-product-actions a,.pgb-ai-product-actions button{flex:1;border:1px solid #171717;border-radius:9px;padding:7px 7px;background:#fff;color:#171717;text-decoration:none;text-align:center;font-size:10px;font-weight:650;cursor:pointer}
.pgb-ai-product-actions button{background:#171717;color:#fff}
.pgb-ai-feedback{margin:4px 0 0 37px;display:flex;gap:5px;align-items:center;color:#888;font-size:10px}
.pgb-ai-feedback button{width:26px;height:26px;border:1px solid var(--pgb-ai-line);background:#fff;border-radius:50%;cursor:pointer}
.pgb-ai-sources{margin:0 0 0 37px;display:flex;gap:6px;align-items:center;flex-wrap:wrap;font-size:9px;color:#8a8a8a}
.pgb-ai-sources a,.pgb-ai-sources b{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--pgb-ai-line);background:#fff;border-radius:999px;padding:4px 7px;color:#555;text-decoration:none;font-weight:600}
.pgb-ai-quick{margin:12px 0 2px 37px;max-width:calc(100% - 37px);opacity:1;transform:none;transition:opacity .16s ease,transform .16s ease}
.pgb-ai-quick[hidden]{display:none!important}
.pgb-ai-quick.is-leaving{opacity:0;transform:translateY(-4px);pointer-events:none}
.pgb-ai-quick-title{display:block;margin:0 0 8px;color:#777;font-size:10px;font-weight:650;letter-spacing:.01em}
.pgb-ai-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.pgb-ai-quick button{min-height:40px;border:1px solid rgba(20,20,20,.12);background:rgba(255,255,255,.88);border-radius:11px;padding:9px 11px;font-size:11px;line-height:1.25;font-weight:600;cursor:pointer;color:#292929;text-align:left;box-shadow:0 2px 8px rgba(0,0,0,.018);transition:border-color .16s ease,background .16s ease,transform .16s ease}
.pgb-ai-quick button:hover{border-color:rgba(20,20,20,.25);background:#fff;transform:translateY(-1px)}
.pgb-ai-quick button:focus-visible{outline:2px solid rgba(20,20,20,.34);outline-offset:2px}
.pgb-ai-composer{display:flex;align-items:flex-end;gap:8px;padding:10px 12px;border-top:1px solid var(--pgb-ai-line);background:#fff}
.pgb-ai-composer textarea{flex:1;resize:none;max-height:120px;min-height:42px;border:1px solid var(--pgb-ai-line);border-radius:13px;padding:11px 12px;outline:none;background:#fafafa;color:#171717;line-height:1.35;font-size:13px}
.pgb-ai-composer textarea:focus{border-color:rgba(0,0,0,.34);background:#fff}
.pgb-ai-composer button{width:42px;height:42px;border:0;border-radius:12px;background:var(--pgb-ai-accent);color:#fff;cursor:pointer;font-size:18px}
.pgb-ai-composer button:disabled,.pgb-ai-primary:disabled{opacity:.45;cursor:not-allowed}
.pgb-ai-note{padding:0 14px 10px;background:#fff;color:#999;font-size:9px;text-align:center}
.pgb-ai-sheet{position:absolute;inset:0;background:rgba(0,0,0,.42);z-index:5;display:grid;place-items:end center;padding:12px;backdrop-filter:blur(3px)}
.pgb-ai-sheet[hidden]{display:none!important}
.pgb-ai-sheet-card{position:relative;width:100%;background:#fff;border-radius:20px;padding:20px;box-shadow:0 20px 60px rgba(0,0,0,.24);display:flex;flex-direction:column;gap:11px;max-height:92%;overflow:auto}
.pgb-ai-sheet-card strong{font-size:17px}
.pgb-ai-sheet-card p{margin:0;color:#5e5e5e;font-size:12.5px;line-height:1.55}
.pgb-ai-sheet-card a{color:#555;font-size:11px;text-underline-offset:2px}
.pgb-ai-sheet-close{position:absolute;right:13px;top:11px;color:#555}
.pgb-ai-sheet-card label{display:flex;flex-direction:column;gap:5px;font-size:11px;font-weight:650;color:#555}
.pgb-ai-sheet-card input,.pgb-ai-sheet-card textarea{width:100%;border:1px solid var(--pgb-ai-line);border-radius:11px;padding:10px 11px;background:#fafafa;color:#171717;outline:none}
.pgb-ai-primary,.pgb-ai-consent-ok{border:0;border-radius:11px;background:#171717;color:#fff;padding:11px 14px;font-weight:680;cursor:pointer}
.pgb-ai-sheet-result{font-size:12px;line-height:1.45;color:#333}
.pgb-ai-order-result{padding:11px;border-radius:12px;background:#f6f6f4;border:1px solid var(--pgb-ai-line)}
.pgb-ai-order-result strong{font-size:14px}
.pgb-ai-open-shortcode{cursor:pointer}
@media(max-width:600px){.pgb-ai{--pgb-ai-dock-right:14px;--pgb-ai-dock-bottom:16px}.pgb-ai-bubble{right:var(--pgb-ai-dock-right);bottom:var(--pgb-ai-dock-bottom)}.pgb-ai-bubble-label{display:none}.pgb-ai-bubble{padding:7px}.pgb-ai-panel{inset:0;width:100vw;height:100dvh;max-height:none;border:0;border-radius:0;transform:translateY(18px)}.pgb-ai-header{padding-top:max(18px,env(safe-area-inset-top))}.pgb-ai-products{grid-template-columns:1fr 1fr;margin-left:0}.pgb-ai-sources,.pgb-ai-feedback,.pgb-ai-quick{margin-left:0;max-width:100%}.pgb-ai-message{max-width:96%}.pgb-ai-note{padding-bottom:max(10px,env(safe-area-inset-bottom))}}
@media(max-width:360px){.pgb-ai-quick-grid{grid-template-columns:1fr}.pgb-ai-quick button{min-height:38px}}
@media(prefers-reduced-motion:reduce){.pgb-ai-panel,.pgb-ai-bubble{transition:none}}
.pgb-ai-test-flag{padding:7px 12px;background:#fff2b8;color:#6f5600;font-size:9px;font-weight:800;letter-spacing:.08em;text-align:center;border-bottom:1px solid #e7d58c}
.pgb-ai-test-mode .pgb-ai-bubble:after{content:"TEST";position:absolute;right:-5px;top:-7px;background:#fff2b8;color:#6f5600;border:1px solid #d8c36b;border-radius:999px;padding:2px 5px;font-size:8px;font-weight:800;letter-spacing:.06em}

/* v0.2.5 — Premium launcher + discreet commerce actions. */
.pgb-ai-bubble{
  right:0;
  top:56%;
  bottom:auto;
  height:44px;
  min-width:116px;
  padding:0 18px;
  gap:0;
  border:1px solid rgba(255,255,255,.16);
  border-right:0;
  border-radius:14px 0 0 14px;
  background:linear-gradient(135deg,#363719 0%,#242514 100%);
  box-shadow:0 10px 30px rgba(0,0,0,.16);
  transform:translateY(-50%);
}
.pgb-ai-bubble:hover{transform:translateY(calc(-50% - 1px));box-shadow:0 14px 34px rgba(0,0,0,.20)}
.pgb-ai-bubble-mark{display:none!important}
.pgb-ai-bubble-label{display:block!important;font-size:11px;font-weight:680;letter-spacing:.09em;text-transform:uppercase;color:rgba(255,255,255,.94)}
.pgb-ai.is-open .pgb-ai-bubble{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-50%) translateX(8px)}
.pgb-ai-panel{right:24px;bottom:24px;height:min(720px,calc(100vh - 48px))}

.pgb-ai-product-image{display:block;text-decoration:none;overflow:hidden}
.pgb-ai-product-image img{transition:transform .25s ease}
.pgb-ai-product-image:hover img{transform:scale(1.018)}
.pgb-ai-product-actions{display:flex;align-items:center;gap:0;margin-top:10px;padding-top:8px;border-top:1px solid rgba(20,20,20,.08)}
.pgb-ai-product-actions a,.pgb-ai-product-actions button{
  flex:0 1 auto;
  width:auto;
  border:0;
  border-radius:0;
  padding:0;
  background:transparent;
  color:#535348;
  text-decoration:none;
  text-align:left;
  font-size:10.5px;
  line-height:1.35;
  font-weight:680;
  cursor:pointer;
  box-shadow:none;
  transition:color .16s ease,opacity .16s ease;
}
.pgb-ai-product-actions button{background:transparent;color:#535348}
.pgb-ai-product-actions a:hover,.pgb-ai-product-actions button:hover{color:#171717;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.pgb-ai-product-actions button:disabled{opacity:.55;text-decoration:none}

@media(max-width:600px){
  .pgb-ai-bubble{right:0;top:64%;bottom:auto;min-width:104px;height:42px;padding:0 15px;border-radius:13px 0 0 13px}
  .pgb-ai-bubble-label{display:block!important;font-size:10px}
  .pgb-ai-panel{inset:0;width:100vw;height:100dvh;max-height:none}
}

/* v0.2.6 — free-standing custom launcher + privacy acknowledgement. */
.pgb-ai-bubble{
  min-width:0;
  height:auto;
  padding:4px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  gap:5px;
  overflow:visible;
}
.pgb-ai-bubble:hover{box-shadow:none}
.pgb-ai-bubble-label{
  display:block!important;
  color:#171717;
  font-size:11px;
  line-height:1.15;
  font-weight:650;
  letter-spacing:.01em;
  text-transform:none;
  text-shadow:0 1px 2px rgba(255,255,255,.9),0 0 8px rgba(255,255,255,.55);
}
.pgb-ai-launcher-custom .pgb-ai-bubble{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;background:transparent!important;border:0!important;box-shadow:none!important}
.pgb-ai-launcher-asset{display:block;line-height:0;pointer-events:none}
.pgb-ai-launcher-asset img{display:block;width:var(--pgb-ai-launcher-size);height:auto;max-height:132px;object-fit:contain;background:transparent;border:0;box-shadow:none;filter:drop-shadow(0 5px 12px rgba(0,0,0,.12))}
.pgb-ai-launcher-custom .pgb-ai-bubble-label{margin-top:4px;font-size:10px;font-weight:600;letter-spacing:.02em}
.pgb-ai-launcher-text .pgb-ai-bubble{padding:5px 3px}
.pgb-ai-launcher-text .pgb-ai-bubble-label{font-size:11px}

.pgb-ai-launcher-middle-right .pgb-ai-bubble{right:var(--pgb-ai-launcher-offset-x);left:auto;top:calc(50% + var(--pgb-ai-launcher-offset-y));bottom:auto;transform:translateY(-50%)}
.pgb-ai-launcher-middle-right .pgb-ai-bubble:hover{transform:translateY(calc(-50% - 1px))}
.pgb-ai-launcher-middle-left .pgb-ai-bubble{left:var(--pgb-ai-launcher-offset-x);right:auto;top:calc(50% + var(--pgb-ai-launcher-offset-y));bottom:auto;transform:translateY(-50%)}
.pgb-ai-launcher-middle-left .pgb-ai-bubble:hover{transform:translateY(calc(-50% - 1px))}
.pgb-ai-launcher-bottom-right .pgb-ai-bubble{right:var(--pgb-ai-launcher-offset-x);left:auto;top:auto;bottom:var(--pgb-ai-smart-bottom,calc(18px + var(--pgb-ai-launcher-offset-y)));transform:none}
.pgb-ai-launcher-bottom-right .pgb-ai-bubble:hover{transform:translateY(-1px)}
.pgb-ai-launcher-bottom-left .pgb-ai-bubble{left:var(--pgb-ai-launcher-offset-x);right:auto;top:auto;bottom:var(--pgb-ai-smart-bottom,calc(18px + var(--pgb-ai-launcher-offset-y)));transform:none}
.pgb-ai-launcher-bottom-left .pgb-ai-bubble:hover{transform:translateY(-1px)}
.pgb-ai.is-open .pgb-ai-bubble{opacity:0;visibility:hidden;pointer-events:none;transform:scale(.96)!important}

.pgb-ai-privacy-ack{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:8px!important;font-size:11px!important;line-height:1.45!important;font-weight:500!important;color:#555!important}
.pgb-ai-privacy-ack input{width:auto!important;min-width:16px!important;height:16px!important;margin:1px 0 0!important;padding:0!important;flex:0 0 16px!important}
.pgb-ai-privacy-ack span{display:block}
.pgb-ai-privacy-ack a{font-size:inherit!important;color:#333!important;font-weight:650;text-underline-offset:2px}

@media(max-width:600px){
  .pgb-ai-launcher-asset img{width:var(--pgb-ai-launcher-mobile-size);max-height:108px}
  .pgb-ai-launcher-custom .pgb-ai-bubble-label{display:block!important;font-size:9.5px}
  .pgb-ai-launcher-text .pgb-ai-bubble-label{display:block!important;font-size:10px}
  .pgb-ai-launcher-middle-right .pgb-ai-bubble,.pgb-ai-launcher-middle-left .pgb-ai-bubble{top:calc(var(--pgb-ai-launcher-mobile-height,58%) + var(--pgb-ai-launcher-offset-y))}
}
.pgb-ai-launcher-middle-left .pgb-ai-panel,.pgb-ai-launcher-bottom-left .pgb-ai-panel{left:24px;right:auto}
.pgb-ai-launcher-middle-right .pgb-ai-panel,.pgb-ai-launcher-bottom-right .pgb-ai-panel{right:24px;left:auto}
@media(max-width:600px){.pgb-ai-launcher-middle-left .pgb-ai-panel,.pgb-ai-launcher-bottom-left .pgb-ai-panel,.pgb-ai-launcher-middle-right .pgb-ai-panel,.pgb-ai-launcher-bottom-right .pgb-ai-panel{inset:0}}


/* v0.2.7 — configurable launcher label typography. */
.pgb-ai-bubble-label{
  color:var(--pgb-ai-launcher-label-color,#171717)!important;
  font-size:var(--pgb-ai-launcher-label-size,11px)!important;
  font-weight:var(--pgb-ai-launcher-label-weight,600)!important;
  letter-spacing:var(--pgb-ai-launcher-label-spacing,.1px)!important;
  text-transform:none!important;
  margin:0!important;
}
.pgb-ai-launcher-font-inherit .pgb-ai-bubble-label{font-family:inherit!important}
.pgb-ai-launcher-font-system .pgb-ai-bubble-label{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important}
.pgb-ai-launcher-font-serif .pgb-ai-bubble-label{font-family:Georgia,"Times New Roman",serif!important}
.pgb-ai-launcher-transform-uppercase .pgb-ai-bubble-label{text-transform:uppercase!important}
.pgb-ai-launcher-transform-lowercase .pgb-ai-bubble-label{text-transform:lowercase!important}
.pgb-ai-launcher-transform-none .pgb-ai-bubble-label{text-transform:none!important}
.pgb-ai-launcher-label-below .pgb-ai-bubble{flex-direction:column!important;gap:var(--pgb-ai-launcher-label-gap,4px)!important}
.pgb-ai-launcher-label-right .pgb-ai-bubble{flex-direction:row!important;gap:var(--pgb-ai-launcher-label-gap,4px)!important}
.pgb-ai-launcher-label-below .pgb-ai-bubble-label,.pgb-ai-launcher-label-right .pgb-ai-bubble-label{margin:0!important}
@media(max-width:600px){
  .pgb-ai-bubble-label{font-size:var(--pgb-ai-launcher-label-mobile-size,10px)!important}
  .pgb-ai-launcher-label-hide-mobile .pgb-ai-bubble-label{display:none!important}
}


/* v0.2.8 — Premium Modal Experience. */
body.pgb-ai-modal-open{overflow:hidden!important}
.pgb-ai-backdrop{position:fixed;inset:0;background:rgba(12,12,10,.48);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:0}
.pgb-ai-display-modal.is-open .pgb-ai-backdrop{opacity:1;visibility:visible;pointer-events:auto}
.pgb-ai-display-panel .pgb-ai-backdrop{display:none!important}
.pgb-ai-display-modal .pgb-ai-panel{left:50%!important;right:auto!important;top:50%!important;bottom:auto!important;width:min(860px,calc(100vw - 64px));height:min(780px,82dvh);max-height:calc(100dvh - 64px);border-radius:26px;z-index:1;opacity:0;transform:translate(-50%,-47%) scale(.985);box-shadow:0 36px 120px rgba(0,0,0,.32),0 1px 0 rgba(255,255,255,.55) inset}
.pgb-ai-display-modal.is-open .pgb-ai-panel{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:auto}
.pgb-ai-display-modal .pgb-ai-header{padding:22px 24px 20px}
.pgb-ai-display-modal .pgb-ai-header strong{font-size:19px}
.pgb-ai-display-modal .pgb-ai-body{padding:22px 22px 18px;overscroll-behavior:contain}
.pgb-ai-display-modal .pgb-ai-message{max-width:76%}
.pgb-ai-display-modal .pgb-ai-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:4px 0 6px 37px}
.pgb-ai-display-modal .pgb-ai-product{border-radius:17px}
.pgb-ai-display-modal .pgb-ai-product-body{padding:11px 12px 12px}
.pgb-ai-display-modal .pgb-ai-product-name{font-size:12.5px;min-height:34px}
.pgb-ai-display-modal .pgb-ai-quick{max-width:650px}
.pgb-ai-display-modal .pgb-ai-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.pgb-ai-display-modal .pgb-ai-composer{padding:12px 18px}
.pgb-ai-display-modal .pgb-ai-note{padding:0 18px 12px}
.pgb-ai-display-modal .pgb-ai-sheet{position:absolute;border-radius:inherit;overflow:hidden}
@media(max-width:900px){.pgb-ai-display-modal .pgb-ai-panel{width:min(720px,calc(100vw - 40px));height:min(760px,86dvh);max-height:calc(100dvh - 40px)}.pgb-ai-display-modal .pgb-ai-products{grid-template-columns:repeat(2,minmax(0,1fr))}.pgb-ai-display-modal .pgb-ai-message{max-width:86%}}
@media(max-width:600px){.pgb-ai-display-modal .pgb-ai-panel{left:50%!important;right:auto!important;top:50%!important;bottom:auto!important;inset:auto!important;width:calc(100vw - 12px);height:calc(100dvh - 12px);max-height:calc(100dvh - 12px);border:1px solid rgba(20,20,20,.10);border-radius:20px;transform:translate(-50%,-47%) scale(.99)}.pgb-ai-display-modal.is-open .pgb-ai-panel{transform:translate(-50%,-50%) scale(1)}.pgb-ai-display-modal .pgb-ai-header{padding:max(17px,env(safe-area-inset-top)) 17px 16px}.pgb-ai-display-modal .pgb-ai-header strong{font-size:17px}.pgb-ai-display-modal .pgb-ai-body{padding:16px 13px 13px}.pgb-ai-display-modal .pgb-ai-message{max-width:96%}.pgb-ai-display-modal .pgb-ai-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-left:0}.pgb-ai-display-modal .pgb-ai-quick{margin-left:0;max-width:100%}.pgb-ai-display-modal .pgb-ai-sources,.pgb-ai-display-modal .pgb-ai-feedback{margin-left:0}.pgb-ai-display-modal .pgb-ai-composer{padding:9px 10px max(9px,env(safe-area-inset-bottom))}.pgb-ai-display-modal .pgb-ai-note{padding:0 10px max(8px,env(safe-area-inset-bottom));font-size:8px}}
@media(max-width:390px){.pgb-ai-display-modal .pgb-ai-products{grid-template-columns:1fr 1fr}.pgb-ai-display-modal .pgb-ai-product-body{padding:9px}.pgb-ai-display-modal .pgb-ai-product-name{font-size:11.5px}}

/* v0.2.9 — Concierge Experience: editorial, guided, PetGiftBox-first. */
.pgb-ai-display-modal .pgb-ai-panel{
  width:min(980px,calc(100vw - 72px));
  height:min(790px,86dvh);
  max-height:calc(100dvh - 54px);
  border-radius:22px;
  border:1px solid rgba(20,20,20,.12);
  background:#fff;
  box-shadow:0 42px 130px rgba(0,0,0,.30);
}
.pgb-ai-display-modal .pgb-ai-header{
  flex:0 0 auto;
  padding:18px 24px 17px;
  background:#fff;
  color:#171717;
  border-bottom:1px solid rgba(20,20,20,.10);
}
.pgb-ai-display-modal .pgb-ai-header:after{display:none}
.pgb-ai-display-modal .pgb-ai-header strong{font-size:17px;font-weight:650;letter-spacing:-.02em;text-shadow:none}
.pgb-ai-display-modal .pgb-ai-header small{display:none}
.pgb-ai-display-modal .pgb-ai-eyebrow{color:#7d7a72;font-size:8px;letter-spacing:.20em}
.pgb-ai-display-modal .pgb-ai-close{color:#171717;font-size:23px;opacity:.68}
.pgb-ai-display-modal .pgb-ai-close:hover{opacity:1}
.pgb-ai-display-modal .pgb-ai-body-experience{flex:1;min-height:0;padding:0;overflow:hidden;background:#fff}
.pgb-ai-experience{display:grid;grid-template-columns:minmax(0,1fr);height:100%;min-height:0;background:#fff}
.pgb-ai-conversation{display:flex;flex-direction:column;min-width:0;min-height:0;background:#fff}
.pgb-ai-home{flex:1;min-height:0;overflow:auto;padding:38px 42px 30px}
.pgb-ai-home-eyebrow,.pgb-ai-guide-eyebrow,.pgb-ai-results-head>span{display:block;color:#7b786f;font-size:9px;font-weight:700;letter-spacing:.19em;text-transform:uppercase}
.pgb-ai-home h2{max-width:610px;margin:10px 0 12px;font-size:36px;line-height:1.06;font-weight:560;letter-spacing:-.045em;color:#171717}
.pgb-ai-home>p{max-width:610px;margin:0;color:#66625b;font-size:13.5px;line-height:1.65}
.pgb-ai-current-product{margin-top:28px;padding:17px 18px;background:#f3f2e7;border-left:3px solid #85860f;display:grid;grid-template-columns:1fr auto;column-gap:18px;align-items:center}
.pgb-ai-current-product>span{grid-column:1;font-size:8px;font-weight:750;letter-spacing:.17em;color:#77746a}
.pgb-ai-current-product>strong{grid-column:1;margin-top:3px;font-size:13px;font-weight:650;line-height:1.35}
.pgb-ai-current-product>button{grid-column:2;grid-row:1/3;border:0;background:transparent;padding:4px 0;color:#171717;font-size:11px;font-weight:650;cursor:pointer;white-space:nowrap;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.pgb-ai-entry-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:34px;margin-top:34px;border-top:1px solid rgba(20,20,20,.13)}
.pgb-ai-entry-card{position:relative;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;column-gap:18px;width:100%;min-height:116px;padding:18px 3px 18px 0;border:0;border-bottom:1px solid rgba(20,20,20,.13);background:transparent;color:#171717;text-align:left;cursor:pointer}
.pgb-ai-entry-card:nth-child(odd){padding-right:13px}
.pgb-ai-entry-card:nth-child(even){padding-left:13px}
.pgb-ai-entry-card>span{grid-column:1;font-size:8px;letter-spacing:.17em;font-weight:750;color:#8a877e}
.pgb-ai-entry-card>strong{grid-column:1;margin-top:6px;font-size:15px;font-weight:650;letter-spacing:-.01em}
.pgb-ai-entry-card>small{grid-column:1;margin-top:5px;color:#77736b;font-size:11px;line-height:1.45}
.pgb-ai-entry-card>i{grid-column:2;grid-row:1/4;align-self:center;font-size:20px;font-style:normal;font-weight:300;transition:transform .16s ease}
.pgb-ai-entry-card:hover{background:linear-gradient(90deg,rgba(246,244,238,.0),rgba(246,244,238,.62))}
.pgb-ai-entry-card:hover>i{transform:translateX(3px)}
.pgb-ai-guide{flex:1;min-height:0;overflow:auto;padding:30px 42px 34px}
.pgb-ai-guide-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px;color:#8a877e;font-size:9px;font-weight:650;letter-spacing:.08em}
.pgb-ai-guide-back{border:0;background:transparent;padding:0;color:#53504a;font-size:11px;cursor:pointer}
.pgb-ai-guide h3{max-width:610px;margin:10px 0 9px;font-size:29px;line-height:1.1;font-weight:560;letter-spacing:-.035em}
.pgb-ai-guide>p{margin:0;color:#77736b;font-size:12.5px}
.pgb-ai-guide-options{display:grid;grid-template-columns:1fr 1fr;column-gap:32px;margin-top:34px;border-top:1px solid rgba(20,20,20,.14)}
.pgb-ai-guide-option{display:flex;align-items:center;justify-content:space-between;min-height:62px;padding:0 2px;border:0;border-bottom:1px solid rgba(20,20,20,.14);background:transparent;color:#171717;cursor:pointer;text-align:left}
.pgb-ai-guide-option strong{font-size:14px;font-weight:610}
.pgb-ai-guide-option span{font-size:18px;font-weight:300;transition:transform .16s ease}
.pgb-ai-guide-option:hover span{transform:translateX(3px)}
.pgb-ai-chat-stage{flex:1;min-height:0;overflow:auto;padding:22px 28px 16px;overscroll-behavior:contain}
.pgb-ai-chat-tools{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;padding-bottom:11px;border-bottom:1px solid rgba(20,20,20,.10)}
.pgb-ai-chat-tools>span{font-size:8px;font-weight:750;letter-spacing:.18em;color:#8a877e}
.pgb-ai-home-link{border:0;background:transparent;padding:0;color:#625f58;font-size:10px;cursor:pointer}
.pgb-ai-display-modal .pgb-ai-messages{gap:18px}
.pgb-ai-display-modal .pgb-ai-message{display:block;max-width:100%;margin:0;padding:0}
.pgb-ai-display-modal .pgb-ai-message-meta{display:block;margin-bottom:5px;color:#89857c;font-size:8px;font-weight:750;letter-spacing:.16em}
.pgb-ai-display-modal .pgb-ai-bubble-text{max-width:100%;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#292824;font-size:13px;line-height:1.62;white-space:pre-wrap}
.pgb-ai-display-modal .pgb-ai-user{margin-left:22px;padding:12px 14px;border-radius:12px;background:#f3f1ec}
.pgb-ai-display-modal .pgb-ai-user .pgb-ai-bubble-text{background:transparent;color:#171717}
.pgb-ai-display-modal .pgb-ai-thinking .pgb-ai-bubble-text{color:#88847c;font-style:normal}
.pgb-ai-display-modal .pgb-ai-sources{margin:0;padding-top:2px;gap:6px;font-size:9px}
.pgb-ai-display-modal .pgb-ai-sources>span{color:#9b978e}
.pgb-ai-display-modal .pgb-ai-sources a,.pgb-ai-display-modal .pgb-ai-sources b{border:0;border-bottom:1px solid #d5d1c9;border-radius:0;padding:2px 0;background:transparent;color:#67635c;font-weight:550}
.pgb-ai-display-modal .pgb-ai-feedback{margin:0;gap:10px;color:#97938a;font-size:9px}
.pgb-ai-display-modal .pgb-ai-feedback button{width:auto;height:auto;padding:0;border:0;border-bottom:1px solid #cac6bd;border-radius:0;background:transparent;color:#5f5b54;font-size:9px;cursor:pointer}
.pgb-ai-results{min-width:0;min-height:0;overflow:auto;padding:28px 26px 30px;background:#f4f2ed;border-left:1px solid rgba(20,20,20,.09);overscroll-behavior:contain}
.pgb-ai-results-head{padding-bottom:17px;border-bottom:1px solid rgba(20,20,20,.12)}
.pgb-ai-results-head>strong{display:block;margin-top:6px;font-size:21px;font-weight:560;letter-spacing:-.025em}
.pgb-ai-results-head>small{display:block;margin-top:5px;color:#7b776f;font-size:10.5px;line-height:1.45}
.pgb-ai-results-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 16px;padding-top:20px}
.pgb-ai-editorial-product{overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.pgb-ai-editorial-product .pgb-ai-product-image{display:block;overflow:hidden;background:#ebe8e1}
.pgb-ai-editorial-product img{aspect-ratio:1/1;transition:transform .35s ease}
.pgb-ai-editorial-product:hover img{transform:scale(1.018)}
.pgb-ai-editorial-product .pgb-ai-product-body{padding:10px 0 0!important}
.pgb-ai-editorial-product .pgb-ai-product-brand{font-size:7.5px;letter-spacing:.15em;color:#8a867d}
.pgb-ai-editorial-product .pgb-ai-product-name{min-height:0;margin-top:5px;font-size:12.5px;line-height:1.35;font-weight:620;letter-spacing:-.01em}
.pgb-ai-editorial-product .pgb-ai-product-price{margin-top:6px;font-size:12px;font-weight:620}
.pgb-ai-product-view{display:inline-block;margin-top:11px;color:#33302b;text-decoration:none;font-size:9.5px;font-weight:600;border-bottom:1px solid #aaa69d;padding-bottom:2px}
.pgb-ai-product-view:hover{border-color:#171717}
.pgb-ai-has-results .pgb-ai-experience{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr)}
.pgb-ai-experience-composer{flex:0 0 auto;padding:12px 28px 10px;border-top:1px solid rgba(20,20,20,.10);background:#fff}
.pgb-ai-experience-composer textarea{min-height:42px;border:1px solid #d9d5cc;border-radius:10px;background:#fff;padding:11px 13px;font-size:12.5px}
.pgb-ai-experience-composer textarea:focus{border-color:#8f8a80;box-shadow:0 0 0 2px rgba(70,68,61,.06)}
.pgb-ai-experience-composer button{width:40px;height:40px;border-radius:50%;background:#171717;font-size:15px;font-weight:400}
.pgb-ai-display-modal .pgb-ai-note{flex:0 0 auto;padding:0 28px 12px;background:#fff;color:#aaa69e;font-size:8px;text-align:left}
.pgb-ai-display-modal .pgb-ai-sheet{border-radius:inherit;background:rgba(26,25,22,.42);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);place-items:center;padding:26px}
.pgb-ai-display-modal .pgb-ai-sheet-card{max-width:520px;border-radius:16px;padding:25px 26px;box-shadow:0 28px 80px rgba(0,0,0,.25)}
.pgb-ai-display-modal .pgb-ai-sheet-card strong{font-size:20px;font-weight:580;letter-spacing:-.02em}
.pgb-ai-display-modal .pgb-ai-primary,.pgb-ai-display-modal .pgb-ai-consent-ok{border-radius:999px;padding:12px 18px}

@media(max-width:900px){
  .pgb-ai-display-modal .pgb-ai-panel{width:min(780px,calc(100vw - 34px));height:min(790px,90dvh)}
  .pgb-ai-home,.pgb-ai-guide{padding-left:30px;padding-right:30px}
  .pgb-ai-home h2{font-size:32px}
  .pgb-ai-has-results .pgb-ai-experience{grid-template-columns:minmax(270px,.85fr) minmax(0,1.15fr)}
  .pgb-ai-results{padding-left:20px;padding-right:20px}
  .pgb-ai-results-grid{gap:18px 12px}
}

@media(max-width:680px){
  .pgb-ai-display-modal .pgb-ai-panel{width:calc(100vw - 10px);height:calc(100dvh - 10px);max-height:calc(100dvh - 10px);border-radius:17px}
  .pgb-ai-display-modal .pgb-ai-header{padding:max(15px,env(safe-area-inset-top)) 16px 14px}
  .pgb-ai-display-modal .pgb-ai-body-experience{overflow:auto;overscroll-behavior:contain}
  .pgb-ai-experience,.pgb-ai-has-results .pgb-ai-experience{display:block;height:auto;min-height:100%}
  .pgb-ai-conversation{min-height:calc(100dvh - 80px)}
  .pgb-ai-home{padding:28px 20px 24px}
  .pgb-ai-home h2{font-size:30px;max-width:390px}
  .pgb-ai-home>p{font-size:12.5px}
  .pgb-ai-current-product{grid-template-columns:1fr;margin-top:22px;padding:14px 15px}
  .pgb-ai-current-product>button{grid-column:1;grid-row:auto;justify-self:start;margin-top:9px}
  .pgb-ai-entry-grid{grid-template-columns:1fr;column-gap:0;margin-top:26px}
  .pgb-ai-entry-card,.pgb-ai-entry-card:nth-child(odd),.pgb-ai-entry-card:nth-child(even){min-height:94px;padding:14px 2px}
  .pgb-ai-guide{padding:24px 20px 28px}
  .pgb-ai-guide-top{margin-bottom:34px}
  .pgb-ai-guide h3{font-size:26px}
  .pgb-ai-guide-options{grid-template-columns:1fr;margin-top:26px;column-gap:0}
  .pgb-ai-guide-option{min-height:58px}
  .pgb-ai-chat-stage{flex:1;overflow:visible;padding:18px 18px 12px}
  .pgb-ai-display-modal .pgb-ai-user{margin-left:10px}
  .pgb-ai-experience-composer{position:sticky;bottom:0;z-index:3;padding:9px 14px;background:rgba(255,255,255,.96);backdrop-filter:blur(8px)}
  .pgb-ai-display-modal .pgb-ai-note{padding:0 14px max(9px,env(safe-area-inset-bottom));background:rgba(255,255,255,.96)}
  .pgb-ai-results{overflow:visible;border-left:0;border-top:1px solid rgba(20,20,20,.10);padding:22px 18px 28px}
  .pgb-ai-results-grid{grid-template-columns:1fr 1fr;gap:19px 10px}
  .pgb-ai-editorial-product .pgb-ai-product-name{font-size:11.5px}
  .pgb-ai-display-modal .pgb-ai-sheet{padding:10px}
  .pgb-ai-display-modal .pgb-ai-sheet-card{max-width:none;border-radius:14px;padding:21px 18px}
}

@media(max-width:360px){
  .pgb-ai-results-grid{grid-template-columns:1fr}
}

/* v0.4.5 — Mobile modal safety hotfix.
   Mobile Safari and some theme/compositor combinations may render a
   backdrop-filter layer above a transformed fixed dialog. On small screens
   the dialog therefore uses direct viewport coordinates, no transform and
   no backdrop-filter compositing. */
@media(max-width:680px){
  .pgb-ai.pgb-ai-mobile-modal{z-index:2147483000!important}
  .pgb-ai.pgb-ai-mobile-modal .pgb-ai-backdrop{
    position:fixed!important;
    inset:0!important;
    z-index:2147483001!important;
    background:rgba(12,12,10,.62)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .pgb-ai.pgb-ai-mobile-modal .pgb-ai-panel{
    position:fixed!important;
    inset:auto!important;
    left:var(--pgb-ai-mobile-left,6px)!important;
    top:var(--pgb-ai-mobile-top,6px)!important;
    right:auto!important;
    bottom:auto!important;
    width:var(--pgb-ai-mobile-width,calc(100vw - 12px))!important;
    height:var(--pgb-ai-mobile-height,calc(100vh - 12px))!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    border-radius:16px!important;
    z-index:2147483002!important;
    transform:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .12s ease!important;
  }
  .pgb-ai.pgb-ai-mobile-modal.is-open .pgb-ai-panel{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }
  .pgb-ai.pgb-ai-mobile-modal .pgb-ai-body-experience{min-height:0!important}
}

/* v0.4.6 — Modal intro width polish.
   The desktop/tablet experience has ample horizontal room; do not constrain
   the intro heading or supporting copy to the old 610px reading column.
   Natural wrapping remains available on smaller screens. */
@media(min-width:681px){
  .pgb-ai-display-modal .pgb-ai-home h2,
  .pgb-ai-display-modal .pgb-ai-home>p{
    max-width:none;
    width:100%;
  }
}

/* v0.4.7 — independent mobile launcher vertical position.
   The percentage is admin-configurable for middle-left/right launchers,
   without changing desktop placement or the modal itself. */

/* v0.4.9 — Mobile readability + Greek-first presentation; store-name integrity handled server-side.
   Larger touch/read sizes on real phones without changing desktop density. */
@media(max-width:680px){
  .pgb-ai-display-modal .pgb-ai-header{padding:max(18px,env(safe-area-inset-top)) 18px 17px}
  .pgb-ai-display-modal .pgb-ai-header strong{font-size:20px;line-height:1.2}
  .pgb-ai-display-modal .pgb-ai-eyebrow{font-size:9.5px}
  .pgb-ai-display-modal .pgb-ai-close{font-size:28px;padding:2px 3px}

  .pgb-ai-home{padding:30px 22px 26px}
  .pgb-ai-home-eyebrow,.pgb-ai-guide-eyebrow,.pgb-ai-results-head>span{font-size:10px}
  .pgb-ai-home h2{font-size:31px;line-height:1.08}
  .pgb-ai-home>p{font-size:16px;line-height:1.62}
  .pgb-ai-entry-card>span{font-size:9.5px}
  .pgb-ai-entry-card>strong{font-size:17px;line-height:1.35}
  .pgb-ai-entry-card>small{font-size:14px;line-height:1.55}

  .pgb-ai-guide{padding:26px 22px 30px}
  .pgb-ai-guide-top{font-size:11px}
  .pgb-ai-guide-back{font-size:13px}
  .pgb-ai-guide h3{font-size:28px;line-height:1.15}
  .pgb-ai-guide>p{font-size:15.5px;line-height:1.58}
  .pgb-ai-guide-option strong{font-size:16px}

  .pgb-ai-chat-stage{padding:20px 20px 14px}
  .pgb-ai-chat-tools{margin-bottom:24px}
  .pgb-ai-chat-tools>span{font-size:10px}
  .pgb-ai-home-link{font-size:14px}
  .pgb-ai-display-modal .pgb-ai-message-meta{font-size:10px;margin-bottom:7px}
  .pgb-ai-display-modal .pgb-ai-bubble-text{font-size:17px;line-height:1.62}
  .pgb-ai-display-modal .pgb-ai-user{margin-left:16px;padding:15px 16px;border-radius:14px}
  .pgb-ai-display-modal .pgb-ai-sources{font-size:11px;line-height:1.45}
  .pgb-ai-display-modal .pgb-ai-feedback{font-size:11px;gap:12px}
  .pgb-ai-display-modal .pgb-ai-feedback button{font-size:11px}

  .pgb-ai-results-head>strong{font-size:23px}
  .pgb-ai-results-head>small{font-size:13.5px;line-height:1.52}
  .pgb-ai-editorial-product .pgb-ai-product-brand{font-size:9px}
  .pgb-ai-editorial-product .pgb-ai-product-name{font-size:14.5px;line-height:1.42}
  .pgb-ai-editorial-product .pgb-ai-product-price{font-size:14px}
  .pgb-ai-product-view{font-size:11.5px}

  .pgb-ai-experience-composer{padding:10px 14px;background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}
  .pgb-ai-experience-composer textarea{min-height:54px;max-height:136px;padding:14px 15px;font-size:17px;line-height:1.4;border-radius:12px}
  .pgb-ai-experience-composer button{width:50px;height:50px;font-size:18px}
  .pgb-ai-display-modal .pgb-ai-note{font-size:10px;line-height:1.4;padding:0 14px max(10px,env(safe-area-inset-bottom))}

  .pgb-ai-display-modal .pgb-ai-sheet-card p{font-size:16px;line-height:1.62}
  .pgb-ai-display-modal .pgb-ai-sheet-card label{font-size:13px}
  .pgb-ai-display-modal .pgb-ai-sheet-card input,.pgb-ai-display-modal .pgb-ai-sheet-card textarea{font-size:16px}
}


/* v0.5.1 — Context-aware launcher delay.
   Hide only the launcher while its configured delay is running. The modal is
   untouched and remains available to explicit shortcode/open actions. */
.pgb-ai.pgb-ai-launcher-delayed:not(.pgb-ai-launcher-ready) .pgb-ai-bubble{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.pgb-ai.pgb-ai-launcher-ready .pgb-ai-bubble{
  transition:opacity .22s ease,visibility .22s ease,transform .22s ease;
}

/* v0.6.0 — Behavioral Concierge & Learning Loop */
.pgb-ai-smart-nudge{position:absolute;z-index:4;right:calc(var(--pgb-ai-launcher-size,72px) + 18px);top:50%;transform:translateY(-50%);max-width:260px;padding:10px 13px;border:1px solid rgba(23,23,23,.12);border-radius:12px;background:#fff;color:#171717;font-size:12px;line-height:1.35;box-shadow:0 12px 34px rgba(17,17,17,.12)}
.pgb-ai-launcher-middle-left .pgb-ai-smart-nudge,.pgb-ai-launcher-bottom-left .pgb-ai-smart-nudge{right:auto;left:calc(var(--pgb-ai-launcher-size,72px) + 18px)}
.pgb-ai-smart-attention .pgb-ai-bubble{animation:pgb-ai-smart-pulse 1.8s ease 2}
@keyframes pgb-ai-smart-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.055)}}
.pgb-ai-page-aware{margin:18px 0 4px;padding:16px;border:1px solid rgba(23,23,23,.10);border-radius:16px;background:rgba(250,249,247,.9)}
.pgb-ai-page-aware>strong{display:block;font-size:15px;line-height:1.3;color:#171717}
.pgb-ai-page-aware>p{margin:6px 0 10px!important;font-size:12px!important;line-height:1.45!important;color:#666!important}
.pgb-ai-page-aware-actions{display:flex;flex-wrap:wrap;gap:7px}
.pgb-ai-page-aware-actions button,.pgb-ai-need-nav button{appearance:none;border:1px solid rgba(23,23,23,.14);border-radius:999px;background:#fff;color:#171717;padding:7px 10px;font-size:11px;line-height:1.2;cursor:pointer;transition:.18s ease}
.pgb-ai-page-aware-actions button:hover,.pgb-ai-need-nav button:hover{border-color:#171717;transform:translateY(-1px)}
.pgb-ai-need-nav{margin:18px 0 4px}
.pgb-ai-need-nav>span{display:block;margin-bottom:8px;font-size:9px;font-weight:700;letter-spacing:.12em;color:#8a8a8a}
.pgb-ai-need-nav>div{display:flex;flex-wrap:wrap;gap:7px}
.pgb-ai-memory-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:8px 14px;border-top:1px solid rgba(23,23,23,.08);background:#faf9f7}
.pgb-ai-memory-bar>span{font-size:8px;font-weight:700;letter-spacing:.1em;color:#8a8a8a}
.pgb-ai-memory-items{display:flex;gap:5px;flex-wrap:wrap;flex:1}
.pgb-ai-memory-items i{font-style:normal;font-size:10px;padding:4px 7px;border-radius:999px;background:#fff;border:1px solid rgba(23,23,23,.10);color:#4b4b4b}
.pgb-ai-memory-clear{appearance:none;border:0;background:transparent;color:#777;font-size:9px;text-decoration:underline;cursor:pointer;padding:3px}
.pgb-ai-product-reason{margin:6px 0 1px!important;font-size:10px!important;line-height:1.4!important;color:#666!important}
@media(max-width:680px){.pgb-ai-smart-nudge{right:8px;left:8px;top:auto;bottom:calc(var(--pgb-ai-launcher-mobile-size,58px) + 18px);transform:none;max-width:none}.pgb-ai-page-aware{padding:13px}.pgb-ai-page-aware-actions,.pgb-ai-need-nav>div{gap:6px}.pgb-ai-memory-bar{padding:7px 10px}.pgb-ai-memory-bar>span{width:100%}}

/* v0.7.0 — Guided Decision & Conversion Layer */
.pgb-ai-shortlist-toggle{appearance:none;border:0;background:transparent;color:#5f5f5f;padding:4px 0;font-size:10.5px;line-height:1.2;text-align:left;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.pgb-ai-shortlist-toggle.is-active,.pgb-ai-shortlist-toggle[aria-pressed="true"]{color:#171717;font-weight:700;text-decoration:none}
.pgb-ai-shortlist-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding:12px 14px;border:1px solid rgba(23,23,23,.10);border-radius:14px;background:#fff}
.pgb-ai-shortlist-bar>span{font-size:11px;color:#616161}.pgb-ai-shortlist-bar>span strong{color:#171717;font-size:13px}
.pgb-ai-shortlist-bar>div{display:flex;gap:7px}.pgb-ai-shortlist-bar button,.pgb-ai-next-actions button{appearance:none;border:1px solid rgba(23,23,23,.14);border-radius:999px;background:#fff;color:#171717;padding:7px 10px;font-size:10.5px;line-height:1.2;cursor:pointer}
.pgb-ai-shortlist-bar button:disabled,.pgb-ai-next-actions button:disabled{opacity:.45;cursor:default}
.pgb-ai-next-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px solid rgba(23,23,23,.08)}
.pgb-ai-next-actions>span{font-size:8.5px;font-weight:700;letter-spacing:.11em;color:#8b8b8b;margin-right:2px}
.pgb-ai-compare-card{width:min(940px,calc(100vw - 34px));max-width:940px}
.pgb-ai-compare-eyebrow{display:block;margin-bottom:7px;font-size:9px;font-weight:700;letter-spacing:.13em;color:#8a8a8a}
.pgb-ai-compare-content{margin-top:18px}
.pgb-ai-compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.pgb-ai-compare-product{min-width:0;padding:14px;border:1px solid rgba(23,23,23,.10);border-radius:16px;background:#fff}
.pgb-ai-compare-product>img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:11px;background:#faf9f7;margin-bottom:11px}
.pgb-ai-compare-brand{display:block;margin-bottom:4px;font-size:8.5px;font-weight:700;letter-spacing:.09em;color:#8a8a8a;text-transform:uppercase}
.pgb-ai-compare-name{display:block;min-height:2.7em;font-size:14px;line-height:1.35;color:#171717;margin-bottom:10px}
.pgb-ai-compare-field{display:flex;justify-content:space-between;gap:10px;padding:7px 0;border-top:1px solid rgba(23,23,23,.07);font-size:10.5px;line-height:1.35}.pgb-ai-compare-field span{color:#777}.pgb-ai-compare-field strong{font-weight:600;text-align:right;color:#242424}
.pgb-ai-compare-note{margin:10px 0 0!important;padding:9px 10px;border-radius:10px;background:#faf9f7;color:#555!important;font-size:10.5px!important;line-height:1.45!important}
.pgb-ai-compare-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:11px}.pgb-ai-compare-actions a,.pgb-ai-compare-actions button{font-size:10.5px}.pgb-ai-compare-actions a{color:#171717;font-weight:650;text-decoration:none}.pgb-ai-compare-actions button{appearance:none;border:0;background:transparent;color:#777;text-decoration:underline;cursor:pointer;padding:3px}
@media(max-width:760px){.pgb-ai-compare-grid{grid-template-columns:1fr}.pgb-ai-compare-product>img{max-height:190px}.pgb-ai-shortlist-bar{align-items:flex-start;flex-direction:column}.pgb-ai-compare-card{width:calc(100vw - 22px)}}


/* v0.8.0 — optional VIP Intelligence */
.pgb-ai-vip-context{margin:0 0 14px;padding:12px 0;border-top:1px solid rgba(23,23,23,.10);border-bottom:1px solid rgba(23,23,23,.10)}
.pgb-ai-vip-context[hidden]{display:none!important}
.pgb-ai-vip-context-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}
.pgb-ai-vip-context-head span{font-size:9px;letter-spacing:.16em;color:#8a867f;font-weight:700}
.pgb-ai-vip-context-head b{font-size:10px;letter-spacing:.08em;font-weight:600;color:#6e695f}
.pgb-ai-vip-pet-choices{display:flex;gap:7px;flex-wrap:wrap}
.pgb-ai-vip-pet-choices button{appearance:none;border:1px solid rgba(23,23,23,.15);background:#fff;color:#292724;padding:7px 10px;border-radius:999px;font:inherit;font-size:12px;cursor:pointer}
.pgb-ai-vip-pet-choices button.is-active{border-color:#292724;background:#292724;color:#fff}
.pgb-ai-vip-context small{display:block;margin-top:8px;color:#777169;font-size:11px;line-height:1.45}
.pgb-ai-vip-badge{display:inline-flex;width:max-content;margin:0 0 6px;padding:4px 7px;border:1px solid #b59b58;border-radius:999px;font-size:8px!important;letter-spacing:.12em;font-weight:700;color:#80691f;background:#fffdf6}
.pgb-ai-vip-request-link{display:inline-block;margin-top:8px;color:inherit;text-decoration:underline;text-underline-offset:3px}

/* v0.8.1 — Premium Concierge UX
   Editorial hierarchy, product-aware landing, integrated VIP profile context,
   quieter secondary actions and a more refined composer. */
.pgb-ai-display-modal .pgb-ai-home{padding:34px 42px 26px}
.pgb-ai-home-intro{max-width:650px}
.pgb-ai-display-modal .pgb-ai-home-intro .pgb-ai-home-eyebrow{font-size:8px;letter-spacing:.21em;color:#89857d}
.pgb-ai-display-modal .pgb-ai-home-intro h2{max-width:640px;margin:10px 0 10px;font-size:32px;line-height:1.08;font-weight:560;letter-spacing:-.04em}
.pgb-ai-display-modal .pgb-ai-home-intro>p{max-width:625px;margin:0;color:#6e6a62;font-size:13px;line-height:1.62}

.pgb-ai-context-product .pgb-ai-home-intro{display:none}
.pgb-ai-context-product .pgb-ai-current-product{margin:0 0 20px;padding:0 0 15px;border:0;border-bottom:1px solid rgba(23,23,23,.10);background:transparent;grid-template-columns:minmax(0,1fr) auto;column-gap:20px}
.pgb-ai-context-product .pgb-ai-current-product>span{font-size:7.5px;letter-spacing:.18em;color:#9a958b}
.pgb-ai-context-product .pgb-ai-current-product>strong{margin-top:5px;font-size:12px;font-weight:620;line-height:1.4;color:#393732}
.pgb-ai-context-product .pgb-ai-current-product>button{font-size:10.5px;font-weight:580;text-decoration:none;border-bottom:1px solid #a9a49a;padding:4px 0 2px}
.pgb-ai-context-product .pgb-ai-current-product>button:hover{border-color:#171717}

.pgb-ai-display-modal .pgb-ai-page-aware{margin:0 0 4px;padding:0 0 24px;border:0;border-bottom:1px solid rgba(23,23,23,.10);border-radius:0;background:transparent}
.pgb-ai-display-modal .pgb-ai-page-aware>strong{display:block;max-width:650px;font-size:27px;line-height:1.12;font-weight:560;letter-spacing:-.035em;color:#171717}
.pgb-ai-display-modal .pgb-ai-page-aware>p{max-width:610px;margin:8px 0 16px!important;color:#716d65!important;font-size:12.5px!important;line-height:1.55!important}
.pgb-ai-display-modal .pgb-ai-page-aware-actions{gap:8px}
.pgb-ai-display-modal .pgb-ai-page-aware-actions button,
.pgb-ai-display-modal .pgb-ai-need-nav button{border:1px solid #dedad1;border-radius:999px;background:#fbfaf7;padding:9px 13px;color:#24231f;font-size:11px;font-weight:520;box-shadow:none}
.pgb-ai-display-modal .pgb-ai-page-aware-actions button:hover,
.pgb-ai-display-modal .pgb-ai-need-nav button:hover{border-color:#8b867c;background:#fff;transform:none}

.pgb-ai-display-modal .pgb-ai-need-nav{margin:23px 0 0}
.pgb-ai-display-modal .pgb-ai-need-nav>span{margin-bottom:10px;font-size:8px;letter-spacing:.17em;color:#99948b}
.pgb-ai-display-modal .pgb-ai-need-nav>div{gap:8px}

.pgb-ai-display-modal .pgb-ai-entry-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:25px;border-top:0}
.pgb-ai-display-modal .pgb-ai-entry-card,
.pgb-ai-display-modal .pgb-ai-entry-card:nth-child(odd),
.pgb-ai-display-modal .pgb-ai-entry-card:nth-child(even){min-height:105px;padding:17px 18px;border:1px solid #e5e1d9;border-radius:15px;background:#fbfaf7}
.pgb-ai-display-modal .pgb-ai-entry-card>span{font-size:7.5px;color:#99948a}
.pgb-ai-display-modal .pgb-ai-entry-card>strong{margin-top:7px;font-size:14.5px;font-weight:630}
.pgb-ai-display-modal .pgb-ai-entry-card>small{margin-top:6px;color:#777269;font-size:10.5px}
.pgb-ai-display-modal .pgb-ai-entry-card>i{font-size:17px;color:#777269}
.pgb-ai-display-modal .pgb-ai-entry-card:hover{border-color:#c9c3b8;background:#fff}

.pgb-ai-secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:15px;border-top:1px solid rgba(23,23,23,.10)}
.pgb-ai-secondary-actions button{appearance:none;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:12px;width:100%;padding:14px 4px;border:0;border-bottom:1px solid rgba(23,23,23,.10);background:transparent;color:#37342f;text-align:left;cursor:pointer}
.pgb-ai-secondary-actions button:first-child{padding-right:18px}
.pgb-ai-secondary-actions button:last-child{padding-left:18px;border-left:1px solid rgba(23,23,23,.08)}
.pgb-ai-secondary-actions button>span{grid-column:1;font-size:7px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#a09b92}
.pgb-ai-secondary-actions button>strong{grid-column:1;margin-top:4px;font-size:11.5px;font-weight:580}
.pgb-ai-secondary-actions button>i{grid-column:2;grid-row:1/3;align-self:center;font-size:15px;font-style:normal;font-weight:300;color:#777269;transition:transform .16s ease}
.pgb-ai-secondary-actions button:hover>i{transform:translateX(2px)}

.pgb-ai-display-modal .pgb-ai-vip-context{margin:18px 0 2px;padding:14px 15px;border:1px solid #e7e2d8;border-radius:14px;background:#faf8f3}
.pgb-ai-display-modal .pgb-ai-vip-context-head{margin-bottom:10px}
.pgb-ai-display-modal .pgb-ai-vip-context-head span{font-size:7.5px;letter-spacing:.18em;color:#969087}
.pgb-ai-display-modal .pgb-ai-vip-context-head b{display:inline-flex;align-items:center;padding:4px 8px;border:1px solid #ddd6c9;border-radius:999px;background:#fff;color:#716a5e;font-size:8px;font-weight:650;letter-spacing:.08em}
.pgb-ai-display-modal .pgb-ai-vip-pet-choices{gap:7px}
.pgb-ai-display-modal .pgb-ai-vip-pet-choices button{padding:8px 12px;border-color:#ddd8ce;background:#fff;font-size:11.5px}
.pgb-ai-display-modal .pgb-ai-vip-pet-choices button.is-active{border-color:#292724;background:#292724;color:#fff}
.pgb-ai-display-modal .pgb-ai-vip-context small{margin-top:9px;color:#817b71;font-size:10px;line-height:1.45}

.pgb-ai-display-modal .pgb-ai-experience-composer{padding:13px 22px 10px;border-top:1px solid rgba(23,23,23,.09);gap:10px}
.pgb-ai-display-modal .pgb-ai-experience-composer textarea{min-height:47px;max-height:132px;padding:13px 15px;border:1px solid #dcd7ce;border-radius:14px;background:#fbfaf8;color:#25231f;font-size:13px;line-height:1.45}
.pgb-ai-display-modal .pgb-ai-experience-composer textarea::placeholder{color:#979187}
.pgb-ai-display-modal .pgb-ai-experience-composer textarea:focus{border-color:#9f998e;background:#fff;box-shadow:0 0 0 3px rgba(87,81,70,.05)}
.pgb-ai-display-modal .pgb-ai-experience-composer button{width:46px;height:46px;border-radius:13px;background:#1d1c1a;font-size:16px}
.pgb-ai-display-modal .pgb-ai-note{padding:0 22px 11px;color:#b0aaa1;font-size:7.5px}

@media(max-width:900px){
  .pgb-ai-display-modal .pgb-ai-home{padding:30px 30px 24px}
  .pgb-ai-display-modal .pgb-ai-home-intro h2{font-size:29px}
  .pgb-ai-display-modal .pgb-ai-page-aware>strong{font-size:25px}
}

@media(max-width:680px){
  .pgb-ai-display-modal .pgb-ai-home{padding:24px 18px 20px}
  .pgb-ai-display-modal .pgb-ai-home-intro h2{font-size:27px}
  .pgb-ai-display-modal .pgb-ai-home-intro>p{font-size:12.5px}
  .pgb-ai-context-product .pgb-ai-current-product{grid-template-columns:1fr;margin-bottom:17px}
  .pgb-ai-context-product .pgb-ai-current-product>button{grid-column:1;grid-row:auto;justify-self:start;margin-top:8px}
  .pgb-ai-display-modal .pgb-ai-page-aware{padding-bottom:20px}
  .pgb-ai-display-modal .pgb-ai-page-aware>strong{font-size:24px}
  .pgb-ai-display-modal .pgb-ai-page-aware-actions button,.pgb-ai-display-modal .pgb-ai-need-nav button{padding:9px 12px;font-size:11.5px}
  .pgb-ai-display-modal .pgb-ai-entry-grid{grid-template-columns:1fr;gap:9px;margin-top:21px}
  .pgb-ai-display-modal .pgb-ai-entry-card,.pgb-ai-display-modal .pgb-ai-entry-card:nth-child(odd),.pgb-ai-display-modal .pgb-ai-entry-card:nth-child(even){min-height:92px;padding:15px 16px}
  .pgb-ai-secondary-actions{grid-template-columns:1fr}
  .pgb-ai-secondary-actions button:first-child,.pgb-ai-secondary-actions button:last-child{padding:13px 3px;border-left:0}
  .pgb-ai-display-modal .pgb-ai-vip-context{margin-top:15px;padding:13px}
  .pgb-ai-display-modal .pgb-ai-experience-composer{padding:10px 12px 9px}
  .pgb-ai-display-modal .pgb-ai-experience-composer textarea{min-height:52px;padding:14px;font-size:16px}
  .pgb-ai-display-modal .pgb-ai-experience-composer button{width:50px;height:50px;border-radius:13px}
  .pgb-ai-display-modal .pgb-ai-note{padding:0 12px max(9px,env(safe-area-inset-bottom));font-size:7.5px}
}
/* Page-aware guidance becomes the landing headline when available. */
.pgb-ai-page-aware-active .pgb-ai-home-intro{display:none}

/* v0.9.7 — Full-width Concierge hierarchy
   Each major home element owns its own row. The PetGiftBox Club identity is a
   low horizontal strip across the available width instead of a side card. */
.pgb-ai-display-modal .pgb-ai-home-lead{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:18px;
  margin:0 0 18px;
}
.pgb-ai-display-modal .pgb-ai-home-lead .pgb-ai-home-intro{
  width:100%;
  min-width:0;
  max-width:none;
}
.pgb-ai-display-modal .pgb-ai-home-lead .pgb-ai-home-intro>p{max-width:720px}
.pgb-ai-display-modal .pgb-ai-vip-context{
  position:relative;
  z-index:8;
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}
.pgb-ai-display-modal .pgb-ai-vip-context[hidden]{display:none!important}
.pgb-ai-display-modal .pgb-ai-vip-profile-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  width:100%;
  min-height:92px;
  padding:16px 20px 16px 22px;
  border:1px solid rgba(208,170,48,.34);
  border-radius:16px;
  background:linear-gradient(108deg,#171717 0%,#1b1a17 66%,#493913 100%);
  color:#fff;
  box-shadow:0 10px 28px rgba(20,18,12,.07);
}
.pgb-ai-display-modal .pgb-ai-vip-profile-card:before{
  content:"";position:absolute;inset:0;z-index:-2;opacity:.16;
  background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:24px 24px;
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.42) 56%,#000 100%);
}
.pgb-ai-display-modal .pgb-ai-vip-profile-card:after{
  content:"PGB";position:absolute;right:10px;top:50%;z-index:-1;transform:translateY(-50%);
  color:rgba(220,177,44,.065);font-size:78px;line-height:1;font-weight:850;letter-spacing:-.08em;pointer-events:none;
}
.pgb-ai-vip-profile-copy{min-width:0}
.pgb-ai-vip-profile-eyebrow{display:block;margin-bottom:6px;color:#d8ad31;font-size:6.5px;line-height:1;font-weight:780;letter-spacing:.18em}
.pgb-ai-vip-profile-title{display:block;overflow:hidden;color:#fff;font-size:16px;line-height:1.15;font-weight:650;letter-spacing:-.022em;text-overflow:ellipsis;white-space:nowrap}
.pgb-ai-vip-profile-note{display:block!important;overflow:hidden;margin:5px 0 0!important;color:rgba(255,255,255,.62)!important;font-size:8.9px!important;line-height:1.4!important;text-overflow:ellipsis;white-space:nowrap}
.pgb-ai-vip-profile-change{appearance:none;margin:7px 0 0;padding:0 0 2px;border:0;border-bottom:1px solid rgba(216,173,49,.72);border-radius:0;background:transparent;color:#e3c66e;font-size:8.8px;line-height:1.15;font-weight:620;cursor:pointer}
.pgb-ai-vip-profile-change:hover,.pgb-ai-vip-profile-change[aria-expanded="true"]{color:#fff;border-color:#fff}
.pgb-ai-vip-profile-badge{display:flex;align-items:center;gap:8px;min-width:146px;max-width:170px;padding:6px 11px 6px 6px;border:1px solid rgba(216,173,49,.62);border-radius:999px;background:linear-gradient(100deg,rgba(166,129,22,.45),rgba(117,88,18,.38));box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}
.pgb-ai-vip-profile-medal{display:grid;place-items:center;width:33px;height:33px;flex:0 0 33px;border:1px solid #e3b83c;border-radius:50%;background:radial-gradient(circle at 35% 30%,#f0c84e 0%,#c38d10 55%,#77540a 100%);box-shadow:0 0 0 3px rgba(216,173,49,.13),inset 0 0 0 2px rgba(67,47,5,.25);color:#352705;font-size:6px;font-weight:850;letter-spacing:.03em}
.pgb-ai-vip-profile-badge-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
.pgb-ai-vip-profile-badge-copy small{margin:0!important;color:rgba(255,255,255,.52)!important;font-size:5.4px!important;line-height:1!important;font-weight:720;letter-spacing:.08em;white-space:nowrap}
.pgb-ai-vip-profile-badge-copy strong{overflow:hidden;color:#e8c458;font-size:9.2px;line-height:1.05;font-weight:720;text-overflow:ellipsis;white-space:nowrap}
.pgb-ai-display-modal .pgb-ai-vip-pet-chooser{position:absolute;top:calc(100% + 8px);right:0;z-index:30;width:min(300px,calc(100vw - 46px));margin:0;padding:13px;border:1px solid #ded8cc;border-radius:14px;background:#fff;box-shadow:0 18px 46px rgba(20,18,12,.18)}
.pgb-ai-vip-pet-chooser>span{display:block;margin-bottom:9px;color:#918b81;font-size:6.5px;font-weight:760;letter-spacing:.17em}
.pgb-ai-display-modal .pgb-ai-vip-pet-choices{display:flex;gap:7px;flex-wrap:wrap}
.pgb-ai-display-modal .pgb-ai-vip-pet-choices button{appearance:none;padding:7px 11px;border:1px solid #dcd6cb;border-radius:999px;background:#fff;color:#3b3832;font:inherit;font-size:10.5px;font-weight:560;cursor:pointer}
.pgb-ai-display-modal .pgb-ai-vip-pet-choices button:hover{border-color:#aaa295}
.pgb-ai-display-modal .pgb-ai-vip-pet-choices button.is-active{border-color:#b18d24;background:#fffaf0;color:#725814;box-shadow:inset 0 0 0 1px rgba(177,141,36,.08)}

/* Product pages keep the page-aware product row first, but pet identity still
   occupies its own full-width row below it. */
.pgb-ai-context-product .pgb-ai-home-lead{display:flex;flex-direction:column;align-items:stretch;gap:14px;margin-bottom:16px}
.pgb-ai-context-product .pgb-ai-home-lead .pgb-ai-home-intro{display:none}
.pgb-ai-context-product .pgb-ai-home-lead .pgb-ai-vip-context{width:100%;max-width:none}

@media(max-width:720px){
  .pgb-ai-display-modal .pgb-ai-home-lead{gap:14px;margin-bottom:14px}
  .pgb-ai-display-modal .pgb-ai-vip-profile-card{grid-template-columns:1fr;gap:11px;min-height:0;padding:14px 15px}
  .pgb-ai-vip-profile-note{display:block!important;font-size:8.5px!important;white-space:normal}
  .pgb-ai-vip-profile-badge{justify-self:start}
  .pgb-ai-display-modal .pgb-ai-vip-pet-chooser{left:0;right:auto;width:min(300px,calc(100vw - 46px))}
}


/* v0.9.12 — Concierge Typography & 1080p Density Pass
   Micro labels remain 14px. Supporting/helper copy is refined to 15px on
   desktop with slightly tighter vertical rhythm for a cleaner 1920x1080 fit. */
@media (min-width:681px){
  /* Section / eyebrow labels — explicit 14px readability baseline. */
  .pgb-ai-display-modal .pgb-ai-home-intro .pgb-ai-home-eyebrow,
  .pgb-ai-context-product .pgb-ai-current-product>span,
  .pgb-ai-display-modal .pgb-ai-need-nav>span,
  .pgb-ai-display-modal .pgb-ai-entry-card>span,
  .pgb-ai-secondary-actions button>span,
  .pgb-ai-vip-profile-eyebrow{
    font-size:14px!important;
    line-height:1.2;
    letter-spacing:.11em;
  }

  /* Supporting / helper copy — 15px for a more balanced premium density. */
  .pgb-ai-display-modal .pgb-ai-home-intro>p,
  .pgb-ai-display-modal .pgb-ai-page-aware>p,
  .pgb-ai-display-modal .pgb-ai-entry-card>small,
  .pgb-ai-vip-profile-note{
    font-size:15px!important;
    line-height:1.45!important;
  }

  /* Need controls stay compact but no longer read as micro text. */
  .pgb-ai-display-modal .pgb-ai-page-aware-actions button,
  .pgb-ai-display-modal .pgb-ai-need-nav button{
    font-size:14px;
    padding:10px 15px;
  }

  /* Primary and secondary action hierarchy. */
  .pgb-ai-display-modal .pgb-ai-entry-card{min-height:110px;padding:16px 18px}
  .pgb-ai-display-modal .pgb-ai-entry-card>strong{font-size:18px;line-height:1.3}
  .pgb-ai-secondary-actions button{padding-top:15px;padding-bottom:15px}
  .pgb-ai-secondary-actions button>strong{font-size:16px;line-height:1.35}

  /* Current product context. */
  .pgb-ai-context-product .pgb-ai-current-product>strong{font-size:16px;line-height:1.45}
  .pgb-ai-context-product .pgb-ai-current-product>button{font-size:14px}

  /* PetGiftBox Club identity — preserve compact premium hierarchy while making
     every meaningful line comfortably readable. */
  .pgb-ai-display-modal .pgb-ai-vip-profile-card{min-height:118px;padding:16px 20px}
  .pgb-ai-vip-profile-title{font-size:20px;line-height:1.2}
  .pgb-ai-vip-profile-note{margin-top:5px!important;white-space:normal}
  .pgb-ai-vip-profile-change{margin-top:10px;font-size:14px;line-height:1.25}
  .pgb-ai-vip-profile-badge{min-width:158px;max-width:184px;padding:7px 12px 7px 7px}
  .pgb-ai-vip-profile-medal{width:36px;height:36px;flex-basis:36px;font-size:8px}
  .pgb-ai-vip-profile-badge-copy small{font-size:9px!important;line-height:1.1!important}
  .pgb-ai-vip-profile-badge-copy strong{font-size:12px;line-height:1.15}
  .pgb-ai-vip-pet-chooser>span{font-size:12px}
  .pgb-ai-display-modal .pgb-ai-vip-pet-choices button{font-size:14px;padding:9px 13px}

  /* Composer and low-priority legal/help line. */
  .pgb-ai-display-modal .pgb-ai-experience-composer textarea{font-size:16px;line-height:1.45}
  .pgb-ai-display-modal .pgb-ai-note{font-size:11.5px;line-height:1.45}
}

/* Mobile keeps the same readability intent without oversizing the compact UI. */
@media (max-width:680px){
  .pgb-ai-display-modal .pgb-ai-home-intro .pgb-ai-home-eyebrow,
  .pgb-ai-context-product .pgb-ai-current-product>span,
  .pgb-ai-display-modal .pgb-ai-need-nav>span,
  .pgb-ai-display-modal .pgb-ai-entry-card>span,
  .pgb-ai-secondary-actions button>span,
  .pgb-ai-vip-profile-eyebrow{font-size:12px!important}
  .pgb-ai-display-modal .pgb-ai-home-intro>p,
  .pgb-ai-display-modal .pgb-ai-page-aware>p,
  .pgb-ai-display-modal .pgb-ai-entry-card>small,
  .pgb-ai-vip-profile-note{font-size:15px!important;line-height:1.5!important}
  .pgb-ai-display-modal .pgb-ai-page-aware-actions button,
  .pgb-ai-display-modal .pgb-ai-need-nav button{font-size:14px}
  .pgb-ai-display-modal .pgb-ai-entry-card>strong,
  .pgb-ai-secondary-actions button>strong{font-size:16px}
  .pgb-ai-vip-profile-title{font-size:18px}
  .pgb-ai-vip-profile-change{font-size:14px}
  .pgb-ai-vip-profile-badge-copy small{font-size:8.5px!important}
  .pgb-ai-vip-profile-badge-copy strong{font-size:11.5px}
  .pgb-ai-display-modal .pgb-ai-note{font-size:10.5px;line-height:1.45}
}

/* v0.9.13 — 1080p Vertical Fit
   Desktop-only density refinement. Typography stays unchanged from v0.9.12;
   we reclaim vertical space from rhythm/padding and allow a slightly taller
   modal on normal desktop viewports so the landing screen does not need an
   internal scrollbar at 1920x1080. */
@media (min-width:901px) and (min-height:760px){
  .pgb-ai-display-modal .pgb-ai-panel{
    height:min(830px,90dvh);
    max-height:calc(100dvh - 36px);
  }

  .pgb-ai-display-modal .pgb-ai-home{padding:26px 42px 18px}

  /* Product context row: same information, less vertical overhead. */
  .pgb-ai-context-product .pgb-ai-current-product{
    margin-bottom:12px;
    padding-bottom:10px;
  }
  .pgb-ai-context-product .pgb-ai-current-product>strong{margin-top:3px}
  .pgb-ai-context-product .pgb-ai-home-lead{gap:10px;margin-bottom:11px}
  .pgb-ai-display-modal .pgb-ai-home-lead{gap:12px;margin-bottom:12px}

  /* PetGiftBox Club strip: preserve the premium treatment at a lower height. */
  .pgb-ai-display-modal .pgb-ai-vip-profile-card{
    min-height:100px;
    padding:12px 18px;
  }
  .pgb-ai-vip-profile-eyebrow{margin-bottom:4px}
  .pgb-ai-vip-profile-note{margin-top:3px!important;line-height:1.38!important}
  .pgb-ai-vip-profile-change{margin-top:6px}

  /* Need navigation and primary actions. */
  .pgb-ai-display-modal .pgb-ai-need-nav{margin-top:14px}
  .pgb-ai-display-modal .pgb-ai-need-nav>span{margin-bottom:7px}
  .pgb-ai-display-modal .pgb-ai-page-aware-actions button,
  .pgb-ai-display-modal .pgb-ai-need-nav button{padding-top:8px;padding-bottom:8px}

  .pgb-ai-display-modal .pgb-ai-entry-grid{margin-top:17px;gap:10px}
  .pgb-ai-display-modal .pgb-ai-entry-card,
  .pgb-ai-display-modal .pgb-ai-entry-card:nth-child(odd),
  .pgb-ai-display-modal .pgb-ai-entry-card:nth-child(even){
    min-height:96px;
    padding-top:12px;
    padding-bottom:12px;
  }
  .pgb-ai-display-modal .pgb-ai-entry-card>strong{margin-top:5px}
  .pgb-ai-display-modal .pgb-ai-entry-card>small{margin-top:4px;line-height:1.38!important}

  /* Utility row stays readable but no longer consumes a full card-height band. */
  .pgb-ai-secondary-actions{margin-top:10px}
  .pgb-ai-secondary-actions button{padding-top:10px;padding-bottom:10px}
  .pgb-ai-secondary-actions button>strong{margin-top:2px}

  /* Composer/footer: same typography, tighter chrome. */
  .pgb-ai-display-modal .pgb-ai-experience-composer{padding:8px 22px 7px}
  .pgb-ai-display-modal .pgb-ai-experience-composer textarea{
    min-height:44px;
    padding-top:10px;
    padding-bottom:10px;
  }
  .pgb-ai-display-modal .pgb-ai-experience-composer button{width:44px;height:44px}
  .pgb-ai-display-modal .pgb-ai-note{padding-bottom:6px}
}

/* v0.9.14 — Secondary modal layering fix
   Order / contact / compare sheets must always sit above Concierge home UI,
   including the VIP/Pet Profile strip and its chooser. */
.pgb-ai-display-modal .pgb-ai-sheet{
  z-index:100!important;
}

/* v0.9.16 — Editorial Concierge Home
   Reduce dashboard/card density and give the landing screen one clear visual
   priority. No behavior changes: only home presentation. */
@media (min-width:681px){
  .pgb-ai-display-modal .pgb-ai-home-intro{max-width:none}
  .pgb-ai-display-modal .pgb-ai-home-intro>p{max-width:760px}

  /* Need navigation: quieter controls, still clearly interactive. */
  .pgb-ai-display-modal .pgb-ai-need-nav{margin-top:16px}
  .pgb-ai-display-modal .pgb-ai-need-nav>div{gap:7px}
  .pgb-ai-display-modal .pgb-ai-need-nav button{
    padding:8px 14px;
    border-color:#ddd8cf;
    background:#fff;
    box-shadow:none;
  }
  .pgb-ai-display-modal .pgb-ai-need-nav button:hover{
    border-color:#a9904a;
    background:#fffdf7;
  }

  /* Main actions become editorial full-width rows instead of equal cards. */
  .pgb-ai-display-modal .pgb-ai-entry-grid{
    display:flex;
    flex-direction:column;
    gap:0;
    margin-top:18px;
    border-top:1px solid rgba(23,23,23,.10);
  }
  .pgb-ai-display-modal .pgb-ai-entry-card,
  .pgb-ai-display-modal .pgb-ai-entry-card:nth-child(odd),
  .pgb-ai-display-modal .pgb-ai-entry-card:nth-child(even){
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-rows:auto auto auto;
    min-height:0;
    padding:15px 6px 15px 4px;
    border:0;
    border-bottom:1px solid rgba(23,23,23,.10);
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  .pgb-ai-display-modal .pgb-ai-entry-card[data-flow="guide"]{
    order:-1;
    margin:0 0 7px;
    padding:16px 18px;
    border:1px solid #1d1c1a;
    border-radius:14px;
    background:#1d1c1a;
    color:#fff;
  }
  .pgb-ai-display-modal .pgb-ai-entry-card[data-flow="guide"]>span{color:#d7b34b!important}
  .pgb-ai-display-modal .pgb-ai-entry-card[data-flow="guide"]>strong{color:#fff}
  .pgb-ai-display-modal .pgb-ai-entry-card[data-flow="guide"]>small{color:rgba(255,255,255,.68)!important}
  .pgb-ai-display-modal .pgb-ai-entry-card[data-flow="guide"]>i{color:#d7b34b}
  .pgb-ai-display-modal .pgb-ai-entry-card[data-flow="guide"]:hover{background:#24221e;border-color:#24221e}
  .pgb-ai-display-modal .pgb-ai-entry-card[data-flow="gift"]:hover{background:linear-gradient(90deg,rgba(248,246,240,.86),rgba(255,255,255,0))}
  .pgb-ai-display-modal .pgb-ai-entry-card>span{margin:0}
  .pgb-ai-display-modal .pgb-ai-entry-card>strong{margin-top:4px}
  .pgb-ai-display-modal .pgb-ai-entry-card>small{margin-top:3px;max-width:620px}
  .pgb-ai-display-modal .pgb-ai-entry-card>i{align-self:center;margin-left:22px}

  /* Utilities are deliberately quiet and each owns a full-width row. */
  .pgb-ai-secondary-actions{
    display:flex;
    flex-direction:column;
    gap:0;
    margin-top:7px;
    border-top:0;
  }
  .pgb-ai-secondary-actions button,
  .pgb-ai-secondary-actions button:first-child,
  .pgb-ai-secondary-actions button:last-child{
    grid-template-columns:minmax(0,1fr) auto;
    width:100%;
    padding:11px 5px;
    border:0;
    border-bottom:1px solid rgba(23,23,23,.09);
    background:transparent;
  }
  .pgb-ai-secondary-actions button:last-child{border-left:0}
  .pgb-ai-secondary-actions button:hover{background:linear-gradient(90deg,rgba(248,246,240,.72),rgba(255,255,255,0))}
}

@media (max-width:680px){
  .pgb-ai-display-modal .pgb-ai-entry-grid{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(23,23,23,.10)}
  .pgb-ai-display-modal .pgb-ai-entry-card,
  .pgb-ai-display-modal .pgb-ai-entry-card:nth-child(odd),
  .pgb-ai-display-modal .pgb-ai-entry-card:nth-child(even){border:0;border-bottom:1px solid rgba(23,23,23,.10);border-radius:0;background:transparent}
  .pgb-ai-display-modal .pgb-ai-entry-card[data-flow="guide"]{order:-1;margin-bottom:7px;padding:15px 16px;border:1px solid #1d1c1a;border-radius:13px;background:#1d1c1a;color:#fff}
  .pgb-ai-display-modal .pgb-ai-entry-card[data-flow="guide"]>span{color:#d7b34b!important}
  .pgb-ai-display-modal .pgb-ai-entry-card[data-flow="guide"]>strong{color:#fff}
  .pgb-ai-display-modal .pgb-ai-entry-card[data-flow="guide"]>small{color:rgba(255,255,255,.68)!important}
  .pgb-ai-display-modal .pgb-ai-entry-card[data-flow="guide"]>i{color:#d7b34b}
  .pgb-ai-secondary-actions{display:flex;flex-direction:column}
  .pgb-ai-secondary-actions button:first-child,.pgb-ai-secondary-actions button:last-child{border-left:0}
}

/* v0.9.18 — Desktop intro copy single-line refinement
   Let the Concierge lead sentence use the full available row on wide desktop
   instead of wrapping because of the older editorial max-width cap. */
@media (min-width:1400px){
  .pgb-ai-display-modal .pgb-ai-home-intro>p{
    max-width:none!important;
    white-space:nowrap;
  }
}
