/* BeauticiansHub Phase 6 — Messaging, Reviews, Notifications, Support & Trust.
   Derived from the supplied multi-screen HTML/DC prototypes. */
.bhcom,.bhreviews,.bhnotify,.bhtrust{--bh-pink:#f472b6;--bh-pink-deep:#ef5da8;--bh-purple:#241c4e;--bh-ink:#17151c;--bh-muted:#77728c;--bh-line:#ebe8f1;--bh-bg:#f5f4f8;--bh-card:#fff;max-width:1480px;margin:0 auto;color:var(--bh-purple);font-family:"Poppins",system-ui,sans-serif}.bhcom *,.bhreviews *,.bhnotify *,.bhtrust *{box-sizing:border-box}.bhcom h1,.bhcom h2,.bhcom h3,.bhreviews h1,.bhreviews h2,.bhreviews h3,.bhnotify h1,.bhnotify h2,.bhnotify h3,.bhtrust h1,.bhtrust h2,.bhtrust h3{font-family:"Sora","Poppins",sans-serif;color:var(--bh-purple);letter-spacing:-.035em;margin-top:0}.bhcom p,.bhreviews p,.bhnotify p,.bhtrust p{line-height:1.7}.bhcom-kicker{font-size:12px!important;letter-spacing:.13em!important;font-weight:800!important;color:var(--bh-pink-deep)!important;margin:0 0 8px!important}.bhcom-head,.bhcom-pagehead{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:0 0 25px}.bhcom-head h1,.bhcom-pagehead h1{font-size:clamp(30px,4vw,48px);margin:0 0 8px}.bhcom-head p,.bhcom-pagehead span{color:var(--bh-muted);font-size:15px}.bhcom-head-action,.bhcom-primary,.bhcom-dark,.bhcom-soft,.bhcom-danger{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:13px;padding:12px 18px;font-weight:700;text-decoration:none!important;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.bhcom-primary{background:linear-gradient(135deg,var(--bh-pink),var(--bh-pink-deep));color:#fff!important;box-shadow:0 10px 24px rgba(239,93,168,.22)}.bhcom-dark{background:var(--bh-purple);color:#fff!important}.bhcom-soft,.bhcom-head-action{background:#fff;color:var(--bh-purple)!important;border:1px solid var(--bh-line)}.bhcom-danger{background:#fff0f3;color:#a51945!important;border:1px solid #ffd5e2}.bhcom-primary:hover,.bhcom-dark:hover,.bhcom-soft:hover,.bhcom-head-action:hover,.bhcom-danger:hover{transform:translateY(-1px)}.bhcom-notice{margin:0 0 18px;padding:12px 15px;border-radius:12px;background:#effbf5;border:1px solid #ceeede;color:#176b4b;font-size:13px;font-weight:600}.bhcom-notice.is-error{background:#fff2f4;border-color:#ffd4dc;color:#9f2443}.bhcom-pills,.bhcom-tabs{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 18px}.bhcom-pills a,.bhcom-tabs a{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;text-decoration:none;color:#76718a;background:#fff;border:1px solid var(--bh-line);font-size:13px;font-weight:600}.bhcom-pills a.is-active,.bhcom-tabs a.is-active{background:#fff0f7;border-color:#ffd7ea;color:#c63c81}.bhcom-pills a span{display:inline-grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:99px;background:#f3eff7;font-size:10px}.bhcom-empty,.bhmsg-empty{padding:34px 22px;text-align:center;color:var(--bh-muted)}.bhcom-empty>span,.bhmsg-empty>span{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 13px;border-radius:15px;background:#fff0f7;color:var(--bh-pink-deep);font-size:22px}.bhcom-empty strong,.bhmsg-empty strong{display:block;color:var(--bh-purple);font-size:15px;margin-bottom:5px}.bhcom-empty p,.bhmsg-empty p{font-size:13px;margin:0}.bhcom-file{display:flex!important;flex-direction:column;gap:5px!important;padding:12px;border:1px dashed #d8d3e1;border-radius:12px;background:#fbfafc;color:var(--bh-purple);font-size:13px}.bhcom-file input{font-size:12px}.bhcom-file small{color:var(--bh-muted)}.bhcom-file--compact{padding:8px 10px!important}.bhcom-file--compact input{max-width:180px}

/* Messaging — exact three-column application language. */
.bhmsg-grid{display:grid;grid-template-columns:minmax(235px,310px) minmax(380px,1fr) minmax(220px,300px);min-height:650px;background:#fff;border:1px solid var(--bh-line);border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(36,28,78,.07)}.bhmsg-inbox{border-right:1px solid var(--bh-line);background:#fbfafc;min-width:0}.bhmsg-inbox-head{height:58px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--bh-line)}.bhmsg-inbox-head strong{font-size:14px}.bhmsg-inbox-head span{font-size:11px;color:var(--bh-muted)}.bhmsg-thread{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:11px;align-items:center;padding:13px 14px;color:var(--bh-purple)!important;text-decoration:none!important;border-bottom:1px solid #f0edf4;transition:background .2s}.bhmsg-thread:hover,.bhmsg-thread.is-active{background:#fff0f7}.bhmsg-thread img{width:44px;height:44px;border-radius:50%;object-fit:cover}.bhmsg-thread-copy{min-width:0}.bhmsg-thread-copy strong,.bhmsg-thread-copy small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bhmsg-thread-copy strong{font-size:13px}.bhmsg-thread-copy small{margin-top:3px;color:#8a8499;font-size:11px}.bhmsg-thread-meta{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.bhmsg-thread-meta time{font-size:9px;color:#a7a2b1}.bhmsg-thread-meta i{font-style:normal;background:var(--bh-pink-deep);color:white;min-width:18px;height:18px;padding:0 4px;border-radius:20px;display:grid;place-items:center;font-size:9px}.bhmsg-chat{min-width:0;display:flex;flex-direction:column;background:#fff}.bhmsg-chat-head{height:70px;padding:0 18px;border-bottom:1px solid var(--bh-line);display:flex;align-items:center;gap:11px}.bhmsg-chat-head img{width:40px;height:40px;border-radius:50%;object-fit:cover}.bhmsg-chat-head>div{min-width:0;flex:1}.bhmsg-chat-head strong,.bhmsg-chat-head span{display:block}.bhmsg-chat-head strong{font-size:13px}.bhmsg-chat-head div span{font-size:10px;color:var(--bh-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bhmsg-safe{flex:none!important;width:auto!important;padding:5px 8px;border-radius:99px;background:#effaf5;color:#237556!important;font-size:9px!important;font-weight:700}.bhmsg-back{display:none;border:0;background:transparent;font-size:20px;color:var(--bh-purple)}.bhmsg-stream{flex:1;min-height:390px;max-height:500px;overflow:auto;padding:22px 20px;background:linear-gradient(180deg,#fff,#fdfcff)}.bhmsg-day{text-align:center;color:#a49ead;font-size:10px;margin:3px 0 18px}.bhmsg-bubble-row{display:flex;gap:7px;margin:0 0 11px;align-items:flex-end}.bhmsg-bubble-row.is-mine{justify-content:flex-end}.bhmsg-bubble-row>img{width:27px;height:27px;border-radius:50%;object-fit:cover}.bhmsg-bubble{max-width:min(78%,560px);padding:10px 12px 7px;border-radius:15px 15px 15px 4px;background:#f1eef5;color:#3d3655}.bhmsg-bubble-row.is-mine .bhmsg-bubble{border-radius:15px 15px 4px 15px;background:linear-gradient(135deg,#3b2766,#5f2c64);color:#fff}.bhmsg-bubble p{font-size:12px;line-height:1.55;margin:0 0 5px}.bhmsg-bubble footer{display:flex;justify-content:flex-end;gap:7px;align-items:center;font-size:8px;opacity:.7}.bhmsg-bubble footer form{margin:0}.bhmsg-bubble footer button{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.bhmsg-file{display:inline-flex;padding:6px 8px;margin:3px 0;border-radius:8px;background:rgba(255,255,255,.3);color:inherit!important;font-size:10px;text-decoration:none!important}.bhmsg-audio{display:block;width:min(300px,100%);height:34px;margin:5px 0}.bhmsg-quick{display:flex;gap:6px;padding:8px 14px;border-top:1px solid var(--bh-line);overflow:auto}.bhmsg-quick button{white-space:nowrap;border:1px solid #eee8f3;background:#fff;border-radius:99px;padding:6px 9px;color:#706980;font-size:9px;cursor:pointer}.bhmsg-compose{display:flex;align-items:flex-end;gap:8px;padding:10px 14px 13px;border-top:1px solid var(--bh-line)}.bhmsg-compose textarea{flex:1;resize:none;max-height:120px;padding:10px 12px;border:1px solid #e8e3ed;border-radius:12px;outline:none;font-size:12px}.bhmsg-compose textarea:focus{border-color:#f7a7cf;box-shadow:0 0 0 3px #fff0f7}.bhmsg-compose>button{border:0;border-radius:11px;background:var(--bh-pink-deep);color:#fff;padding:10px 15px;font-weight:700;cursor:pointer}.bhmsg-attach{width:35px;height:35px;border-radius:11px;display:grid;place-items:center;background:#f4f1f7;color:#6b647b;cursor:pointer}.bhmsg-context{padding:18px 15px;border-left:1px solid var(--bh-line);background:#fbfafc}.bhmsg-context-person{text-align:center;padding:4px 0 18px}.bhmsg-context-person img{width:58px;height:58px;border-radius:50%;object-fit:cover;margin-bottom:6px}.bhmsg-context-person strong,.bhmsg-context-person span{display:block}.bhmsg-context-person strong{font-size:13px}.bhmsg-context-person span{font-size:10px;color:var(--bh-muted)}.bhmsg-context-card,.bhmsg-quote-maker,.bhmsg-safety{border:1px solid var(--bh-line);background:#fff;border-radius:15px;padding:13px;margin-bottom:10px}.bhmsg-context-card>span,.bhmsg-safety strong{display:block;color:#aaa3b1;font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:700}.bhmsg-context-card strong{display:block;font-size:13px;margin:4px 0}.bhmsg-context-card p{font-size:10px;color:var(--bh-muted);margin:0 0 8px}.bhmsg-context-card>div{display:flex;justify-content:space-between;gap:6px}.bhmsg-context-card b{font-size:13px}.bhmsg-context-card em{font-style:normal;color:#7a6b94;font-size:9px}.bhmsg-context-card a,.bhmsg-safety a{display:block;margin-top:9px;color:var(--bh-pink-deep)!important;font-size:10px;font-weight:700;text-decoration:none}.bhmsg-quote-maker summary{cursor:pointer;font-size:11px;font-weight:700}.bhmsg-quote-maker label{display:block;font-size:10px;margin-top:9px}.bhmsg-quote-maker input,.bhmsg-quote-maker textarea{width:100%;margin-top:4px;border:1px solid var(--bh-line);border-radius:9px;padding:8px;font-size:10px}.bhmsg-quote-maker button{width:100%;border:0;border-radius:9px;background:var(--bh-purple);color:#fff;padding:9px;margin-top:8px;font-size:10px;font-weight:700}.bhmsg-quote-maker small{display:block;color:var(--bh-muted);font-size:8px;line-height:1.5;margin-top:7px}.bhmsg-archive button{width:100%;border:0;background:transparent;color:#9d7890;font-size:9px;padding:8px;cursor:pointer}.bhmsg-quote-card{width:min(360px,85%);padding:15px;border:1px solid #f4d4e5;border-radius:16px;background:linear-gradient(145deg,#fff,#fff7fb);box-shadow:0 8px 22px rgba(239,93,168,.08)}.bhmsg-bubble-row.is-mine .bhmsg-quote-card{margin-left:auto}.bhmsg-quote-card>span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--bh-pink-deep);font-weight:800}.bhmsg-quote-card>strong{display:block;font-size:24px;margin:5px 0}.bhmsg-quote-card p{font-size:11px;color:#716b7e;margin:0 0 6px}.bhmsg-quote-card small{font-size:9px;color:#8a8494}.bhmsg-quote-actions{display:flex;gap:6px;margin-top:10px}.bhmsg-quote-actions form{flex:1}.bhmsg-quote-actions button{width:100%;border:1px solid var(--bh-line);background:#fff;border-radius:9px;padding:8px;font-size:9px;font-weight:700}.bhmsg-quote-actions .is-primary{background:var(--bh-pink-deep);color:#fff;border-color:var(--bh-pink-deep)}

/* Reviews / reputation. */
.bhreviews-write-grid,.bhreviews-public-layout,.bhreviews-manage-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px}.bhreviews-card,.bhreviews-trust,.bhreviews-breakdown,.bhreviews-manage-side{background:#fff;border:1px solid var(--bh-line);border-radius:22px;padding:24px;box-shadow:0 16px 45px rgba(36,28,78,.05)}.bhreviews-write h2{font-size:30px;margin:4px 0 8px}.bhreviews-write>p{font-size:13px;color:var(--bh-muted)}.bhreviews-booking{display:flex;align-items:center;gap:12px;padding:13px;margin:18px 0;background:#f8f6fa;border-radius:14px}.bhreviews-booking img{width:50px;height:50px;border-radius:50%;object-fit:cover}.bhreviews-booking strong,.bhreviews-booking span,.bhreviews-booking small{display:block}.bhreviews-booking strong{font-size:13px}.bhreviews-booking span,.bhreviews-booking small{font-size:10px;color:var(--bh-muted)}.bhreviews-form label{display:block;font-size:11px;font-weight:600;color:#655f75;margin:12px 0}.bhreviews-form input[type=text],.bhreviews-form textarea,.bhreviews-reply-card textarea{width:100%;border:1px solid #e6e1eb;border-radius:12px;padding:11px 12px;font-size:12px;outline:none}.bhreviews-form textarea:focus,.bhreviews-form input:focus,.bhreviews-reply-card textarea:focus{border-color:#f4a4cc;box-shadow:0 0 0 3px #fff0f7}.bhreviews-stars{display:flex;flex-direction:row-reverse;justify-content:flex-end;border:0;padding:0;margin:16px 0}.bhreviews-stars legend{font-size:11px;font-weight:600;margin-bottom:5px}.bhreviews-stars input{position:absolute;opacity:0}.bhreviews-stars label{font-size:28px!important;color:#ded9e5;cursor:pointer;margin:0 3px!important}.bhreviews-stars input:checked~label,.bhreviews-stars label:hover,.bhreviews-stars label:hover~label{color:#f5a623}.bhreviews-tags>span{display:block;font-size:11px;font-weight:600;margin:13px 0 7px}.bhreviews-tags{display:flex;flex-wrap:wrap;gap:6px}.bhreviews-tags label{margin:0!important}.bhreviews-tags input{display:none}.bhreviews-tags label span,.bhreviews-tag-row span{display:inline-flex;padding:7px 10px;border:1px solid #ece7f1;border-radius:99px;background:#fff;font-size:9px;color:#716b7e}.bhreviews-tags input:checked+span{background:#fff0f7;border-color:#fac2de;color:#b73678}.bhreviews-anon{display:flex!important;align-items:center;gap:8px}.bhreviews-trust{background:linear-gradient(160deg,#241c4e,#34205a);color:#ddd4ec}.bhreviews-trust h3{color:#fff;font-size:24px}.bhreviews-trust>span{font-size:10px;color:#f6a9d0;text-transform:uppercase;font-weight:800;letter-spacing:.1em}.bhreviews-trust ul{padding-left:18px;font-size:11px;line-height:1.8}.bhreviews-public-head,.bhreviews-manage-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 22px;margin-bottom:18px;border-radius:21px;background:linear-gradient(120deg,#251b4f,#642d62);color:#fff}.bhreviews-public-head>div,.bhreviews-manage-head>div{display:flex;align-items:center;gap:12px}.bhreviews-public-head img{width:60px;height:60px;border-radius:50%;object-fit:cover}.bhreviews-public-head h2,.bhreviews-manage-head h2{color:#fff;margin:2px 0;font-size:22px}.bhreviews-public-head span,.bhreviews-public-head p,.bhreviews-manage-head p{font-size:10px;color:#d9cfdf;margin:0}.bhreviews-score{text-align:right!important;display:block!important}.bhreviews-score strong{display:block;font-family:"Sora";font-size:32px}.bhreviews-score span{color:#ffc45a!important;letter-spacing:2px}.bhreviews-public-card,.bhreviews-reply-card{background:#fff;border:1px solid var(--bh-line);border-radius:18px;padding:18px;margin-bottom:12px}.bhreviews-public-card header,.bhreviews-reply-card header{display:flex;align-items:center;justify-content:space-between;gap:10px}.bhreviews-public-card header>div{display:flex;align-items:center;gap:9px}.bhreviews-public-card img{width:38px;height:38px;border-radius:50%;object-fit:cover}.bhreviews-public-card header strong,.bhreviews-public-card header span,.bhreviews-reply-card header strong,.bhreviews-reply-card header span{display:block}.bhreviews-public-card header strong,.bhreviews-reply-card header strong{font-size:11px}.bhreviews-public-card header span,.bhreviews-reply-card header span{font-size:9px;color:#f5a623}.bhreviews-public-card header i{font-style:normal;color:#4b9777;margin-left:4px}.bhreviews-public-card time,.bhreviews-reply-card time{font-size:9px;color:#aaa4b2}.bhreviews-public-card h3,.bhreviews-reply-card h3{font-size:14px;margin:13px 0 5px}.bhreviews-public-card>p,.bhreviews-reply-card>p{font-size:11px;color:#686273;margin:0}.bhreviews-tag-row{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.bhreviews-pro-reply{margin-top:12px;padding:11px 12px;border-left:3px solid var(--bh-pink);background:#fff7fb;border-radius:4px 10px 10px 4px}.bhreviews-pro-reply span{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#b9437c;font-weight:800}.bhreviews-pro-reply p{font-size:10px!important;margin:3px 0 0!important}.bhreviews-public-card footer{display:flex;gap:5px;margin-top:10px}.bhreviews-public-card footer form{margin:0}.bhreviews-public-card footer button,.bhreviews-quick-reply button{border:1px solid var(--bh-line);background:#fff;border-radius:99px;padding:6px 9px;font-size:9px;color:#746d7f;cursor:pointer}.bhreviews-breakdown>span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.bhreviews-breakdown>div{display:grid;grid-template-columns:28px 1fr 22px;align-items:center;gap:7px;margin-top:12px;font-size:9px}.bhreviews-breakdown i{height:5px;background:#eeeaf1;border-radius:99px;overflow:hidden}.bhreviews-breakdown i span{display:block;height:100%;background:var(--bh-pink)}.bhreviews-manage-list{min-width:0}.bhreviews-reply-card.needs-reply{border-color:#f9c7df}.bhreviews-quick-reply{display:flex;gap:5px;flex-wrap:wrap;margin:11px 0 6px}.bhreviews-manage-side>div>span{font-size:9px;color:var(--bh-muted);text-transform:uppercase}.bhreviews-manage-side>div>strong{display:block;font-size:40px;font-family:"Sora";margin:4px 0}.bhreviews-manage-side p{font-size:10px;color:var(--bh-muted)}.bhreviews-manage-side>a{display:block;margin-top:15px;color:var(--bh-pink-deep);font-weight:700;font-size:10px}

/* Notification centre. */
.bhnotify-head-actions{display:flex;gap:8px;align-items:center}.bhnotify-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:18px}.bhnotify-side{background:#211a43;color:#fff;border-radius:22px;padding:17px}.bhnotify-side a{display:flex;align-items:center;gap:9px;padding:10px 11px;border-radius:11px;color:#d6cede!important;text-decoration:none!important;font-size:11px;margin-bottom:4px}.bhnotify-side a.is-active{background:linear-gradient(90deg,#f472b6,#ef5da8);color:#fff!important}.bhnotify-side-card{margin-top:18px;padding:13px;border-radius:14px;background:#ffffff10}.bhnotify-side-card strong,.bhnotify-side-card span{display:block}.bhnotify-side-card strong{font-size:11px}.bhnotify-side-card span{font-size:9px;color:#bcb4ca;margin-top:4px}.bhnotify-centre,.bhnotify-email-card,.bhnotify-preview,.bhnotify-settings{background:#fff;border:1px solid var(--bh-line);border-radius:22px;padding:20px}.bhnotify-filters{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:14px}.bhnotify-filters a{padding:7px 10px;border-radius:99px;border:1px solid #ebe6ef;color:#766f83!important;font-size:9px;text-decoration:none!important}.bhnotify-filters a.is-active{background:#fff0f7;color:#b93d7b!important;border-color:#f8c4df}.bhnotify-item{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:11px;align-items:flex-start;padding:13px 4px;border-bottom:1px solid #f0edf3}.bhnotify-icon{width:38px;height:38px;border-radius:12px;background:#f8eff6;color:var(--bh-pink-deep);display:grid;place-items:center;font-weight:800}.bhnotify-item strong{display:block;font-size:11px}.bhnotify-item p{font-size:10px;color:var(--bh-muted);margin:3px 0}.bhnotify-item time{font-size:8px;color:#aca5b2}.bhnotify-status{width:7px;height:7px;border-radius:50%;background:var(--bh-pink);margin-top:7px}.bhnotify-item.is-read{opacity:.67}.bhnotify-two{display:grid;grid-template-columns:1fr 1fr;gap:18px}.bhnotify-email-view{display:block}.bhnotify-email-view .bhnotify-preview{width:100%;max-width:none}.bhnotify-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.bhnotify-preview-head>div{min-width:0;max-width:760px}.bhnotify-preview-head .bhnotify-pref-status{flex:0 0 auto;white-space:nowrap}.bhnotify-email-card h2,.bhnotify-preview h2,.bhnotify-settings h2{font-size:22px}.bhnotify-toggle{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid #f0edf3}.bhnotify-toggle div strong,.bhnotify-toggle div span{display:block}.bhnotify-toggle div strong{font-size:11px}.bhnotify-toggle div span{font-size:9px;color:var(--bh-muted)}.bhnotify-toggle input{width:36px;height:20px;accent-color:var(--bh-pink-deep)}.bhnotify-preview{background:linear-gradient(160deg,#1e183e,#332152);color:#d9d1e2}.bhnotify-preview h2{color:#fff}.bhnotify-preview>p{font-size:10px}.bhnotify-preview .bhnotify-item{background:#fff;color:var(--bh-purple);border-radius:13px;padding:11px;margin-top:10px;border:0}.bhnotify-rules{display:grid;gap:9px}.bhnotify-rules>div{padding:12px;border-radius:13px;background:#f8f6fa}.bhnotify-rules strong{display:block;font-size:10px}.bhnotify-rules span{font-size:9px;color:var(--bh-muted)}.bhnotify-setting-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bhnotify-quiet{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0}.bhnotify-quiet label{font-size:10px}.bhnotify-quiet input{width:100%;border:1px solid var(--bh-line);border-radius:10px;padding:9px}.bhnotify-lock{padding:11px;border-radius:12px;background:#fff8e7;color:#7f5b13;font-size:9px;margin-top:12px}

/* Support & Trust. */
.bhtrust-support-grid{display:grid;grid-template-columns:290px minmax(0,1fr);min-height:650px;border:1px solid var(--bh-line);background:#fff;border-radius:23px;overflow:hidden;box-shadow:0 18px 50px rgba(36,28,78,.05)}.bhtrust-ticket-list{background:#faf9fb;border-right:1px solid var(--bh-line)}.bhtrust-side-title{display:flex;align-items:center;justify-content:space-between;padding:17px;border-bottom:1px solid var(--bh-line)}.bhtrust-side-title strong,.bhtrust-side-title span{display:block}.bhtrust-side-title strong{font-size:13px}.bhtrust-side-title span{font-size:9px;color:var(--bh-muted)}.bhtrust-side-title button{width:32px;height:32px;border:0;border-radius:10px;background:var(--bh-pink-deep);color:#fff;font-size:17px}.bhtrust-ticket{display:grid;grid-template-columns:8px minmax(0,1fr);gap:10px;padding:13px 15px;border-bottom:1px solid #eeeaf2;text-decoration:none!important;color:var(--bh-purple)!important}.bhtrust-ticket.is-active,.bhtrust-ticket:hover{background:#fff0f7}.bhtrust-status{width:7px;height:7px;border-radius:50%;background:#8a8497;margin-top:5px}.bhtrust-status--open{background:#f472b6}.bhtrust-status--resolved,.bhtrust-status--closed{background:#57a681}.bhtrust-ticket strong,.bhtrust-ticket small{display:block}.bhtrust-ticket strong{font-size:11px}.bhtrust-ticket small{font-size:9px;color:var(--bh-muted);margin-top:3px}.bhtrust-ticket-workspace{padding:25px;min-width:0}.bhtrust-compose{max-width:720px;margin:0 auto}.bhtrust-compose h2{font-size:31px;margin-bottom:7px}.bhtrust-compose>p{font-size:12px;color:var(--bh-muted)}.bhtrust-compose label,.bhtrust-safety-hero label{display:flex;flex-direction:column;gap:5px;font-size:10px;font-weight:600;margin:12px 0}.bhtrust-compose input,.bhtrust-compose select,.bhtrust-compose textarea,.bhtrust-safety-hero input,.bhtrust-safety-hero select,.bhtrust-safety-hero textarea{width:100%;border:1px solid #e7e2eb;border-radius:11px;padding:10px 11px;font-size:11px;outline:none;background:#fff}.bhtrust-form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bhtrust-thread>header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:15px;border-bottom:1px solid var(--bh-line)}.bhtrust-thread h2{font-size:24px;margin:2px 0}.bhtrust-thread header span{font-size:10px;color:var(--bh-muted)}.bhtrust-priority{padding:6px 9px!important;border-radius:99px;background:#fff3e7;color:#9c6520!important}.bhtrust-events{min-height:360px;max-height:470px;overflow:auto;padding:18px 5px}.bhtrust-event{display:flex;margin-bottom:10px}.bhtrust-event.is-mine{justify-content:flex-end}.bhtrust-event>div{max-width:75%;padding:10px 12px;border-radius:13px;background:#f3f0f6;color:#60596c;font-size:10px}.bhtrust-event.is-mine>div{background:#332052;color:#fff}.bhtrust-event p{margin:0 0 4px;font-size:10px}.bhtrust-event small{display:block;opacity:.6;font-size:8px}.bhtrust-attachment{display:block;color:var(--bh-pink)!important;margin:5px 0;font-size:9px}.bhtrust-reply{border-top:1px solid var(--bh-line);padding-top:12px}.bhtrust-reply textarea{width:100%;border:1px solid var(--bh-line);border-radius:12px;padding:10px;font-size:11px}.bhtrust-reply>div{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:7px}.bhtrust-safety-grid,.bhtrust-verification{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px}.bhtrust-safety-hero,.bhtrust-report-history,.bhtrust-verify-card,.bhtrust-verification>aside,.bhtrust-blocked{background:#fff;border:1px solid var(--bh-line);border-radius:22px;padding:24px}.bhtrust-safety-hero h2,.bhtrust-verify-card h2,.bhtrust-blocked h2{font-size:29px}.bhtrust-safety-hero>p,.bhtrust-verify-card p,.bhtrust-blocked header p{font-size:11px;color:var(--bh-muted)}.bhtrust-report-history>p{margin-top:0}.bhtrust-report-history article{padding:12px 0;border-bottom:1px solid #eeeaf2}.bhtrust-report-history article>div{display:flex;justify-content:space-between;gap:10px}.bhtrust-report-history strong{font-size:10px}.bhtrust-report-history span{font-size:8px;color:#b93c78}.bhtrust-report-history p{font-size:9px;color:var(--bh-muted);margin:5px 0}.bhtrust-report-history small{font-size:8px;color:#aaa4b0}.bhtrust-verify-card{display:flex;gap:16px;align-items:flex-start}.bhtrust-verify-icon{width:54px;height:54px;flex:none;border-radius:17px;display:grid;place-items:center;background:#effaf5;color:#25815e;font-size:22px}.bhtrust-verify-card--attention .bhtrust-verify-icon{background:#fff4e5;color:#a76b12}.bhtrust-verify-card--pending .bhtrust-verify-icon{background:#f5effe;color:#7047a5}.bhtrust-verify-card dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:16px 0 0}.bhtrust-verify-card dl div{padding:10px;background:#faf8fb;border-radius:10px}.bhtrust-verify-card dt{font-size:8px;color:var(--bh-muted)}.bhtrust-verify-card dd{margin:3px 0 0;font-size:10px;font-weight:700}.bhtrust-verification>aside{background:linear-gradient(160deg,#241c4e,#432653);color:#ddd3e2}.bhtrust-verification>aside h3{color:#fff;font-size:22px}.bhtrust-verification>aside ul{font-size:10px;line-height:1.8;padding-left:18px}.bhtrust-blocked{max-width:900px}.bhtrust-block-list article{display:flex;align-items:center;gap:11px;padding:12px 0;border-top:1px solid var(--bh-line)}.bhtrust-block-list img{width:44px;height:44px;border-radius:50%;object-fit:cover}.bhtrust-block-list article>div{flex:1}.bhtrust-block-list strong,.bhtrust-block-list span{display:block}.bhtrust-block-list strong{font-size:11px}.bhtrust-block-list span{font-size:9px;color:var(--bh-muted)}

/* Public profile embedded reviews should inherit detail-card rhythm. */
.bhp-profile-reviews .bhreviews-public-card{box-shadow:none}.bhp-profile-reviews .bhreviews-public-list{display:grid;gap:9px}

@media(max-width:1180px){.bhmsg-grid{grid-template-columns:260px minmax(0,1fr)}.bhmsg-context{display:none}.bhreviews-write-grid,.bhreviews-public-layout,.bhreviews-manage-grid,.bhtrust-safety-grid,.bhtrust-verification{grid-template-columns:1fr}.bhnotify-layout{grid-template-columns:170px minmax(0,1fr)}}
@media(max-width:760px){.bhnotify-preview-head{display:block}.bhnotify-preview-head .bhnotify-pref-status{display:inline-flex;margin-top:10px}.bhcom-head,.bhcom-pagehead{display:block}.bhcom-head-action,.bhcom-pagehead>.bhcom-soft{margin-top:12px}.bhmsg-grid{display:block;min-height:620px}.bhmsg-inbox{border:0}.bhmsg-grid.has-thread .bhmsg-inbox{display:none}.bhmsg-chat{display:none}.bhmsg-grid.has-thread .bhmsg-chat{display:flex;min-height:620px}.bhmsg-back{display:block}.bhmsg-safe{display:none!important}.bhmsg-stream{max-height:none;min-height:410px}.bhreviews-write-grid,.bhreviews-public-layout,.bhreviews-manage-grid,.bhnotify-layout,.bhnotify-two,.bhnotify-setting-grid,.bhnotify-quiet,.bhtrust-support-grid,.bhtrust-form-row{grid-template-columns:1fr}.bhnotify-side{display:flex;gap:5px;overflow:auto;padding:8px;border-radius:14px}.bhnotify-side a{white-space:nowrap;margin:0}.bhnotify-side-card{display:none}.bhtrust-ticket-list{border-right:0;border-bottom:1px solid var(--bh-line);max-height:280px;overflow:auto}.bhtrust-ticket-workspace{padding:18px}.bhtrust-support-grid{display:block}.bhtrust-verify-card{display:block}.bhtrust-verify-icon{margin-bottom:12px}.bhtrust-verify-card dl{grid-template-columns:1fr 1fr}.bhreviews-public-head,.bhreviews-manage-head{align-items:flex-start}.bhreviews-score strong{font-size:25px}}
@media(prefers-reduced-motion:reduce){.bhcom *,.bhreviews *,.bhnotify *,.bhtrust *{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.bhreviews-media,.bhreviews-consent{display:flex!important;flex-direction:column;gap:6px}.bhreviews-media input{font-size:10px}.bhreviews-media small{font-size:9px;color:var(--bh-muted)}.bhreviews-consent{flex-direction:row!important;align-items:flex-start;gap:8px!important}.bhreviews-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:11px}.bhreviews-media-grid img,.bhreviews-media-grid video{display:block;width:100%;aspect-ratio:1.2/1;object-fit:cover;border-radius:11px;background:#f4f1f6}.bhreviews-media-grid video{background:#17151c}@media(max-width:560px){.bhreviews-media-grid{grid-template-columns:1fr 1fr}}


/* Phase 6 final polish: notification actions, push preview and safety controls. */
.bhnotify-head-actions form{margin:0}.bhnotify-head-actions button,.bhnotify-head-actions>a{appearance:none;border:1px solid #e9e3ed;border-radius:999px;background:#fff;color:#332957!important;padding:9px 13px;font:700 10px/1.2 "Poppins",sans-serif;text-decoration:none!important;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.bhnotify-head-actions button:hover,.bhnotify-head-actions>a:hover{transform:translateY(-1px);border-color:#f1a8cc;box-shadow:0 8px 22px rgba(36,28,78,.08)}
.bhnotify-lock{margin:0;padding:22px;border-radius:22px;background:linear-gradient(155deg,#18142f,#322151 58%,#55254d);color:#fff;box-shadow:0 18px 44px rgba(31,24,59,.16);display:grid;gap:5px;align-content:center;min-height:300px}.bhnotify-lock>span{font-size:9px;color:#cfc5db;margin-top:8px}.bhnotify-lock>strong{font-size:13px;color:#fff}.bhnotify-lock>p{margin:0 0 8px;font-size:10px;line-height:1.65;color:#ded7e7}.bhnotify-lock>div{height:1px;background:rgba(255,255,255,.12);margin:10px 0}
.bhnotify-pref-status{display:inline-flex!important;align-items:center;gap:7px;width:auto!important;height:auto!important;margin-top:8px;padding:7px 10px;border-radius:999px;background:#f3f0f6;color:#746b7d!important;font-size:9px!important;font-weight:700}.bhnotify-pref-status:before{content:"";width:7px;height:7px;border-radius:50%;background:#aaa2b2}.bhnotify-pref-status.is-on{background:#eaf8f1;color:#18744e!important}.bhnotify-pref-status.is-on:before{background:#2bb673}
.bhmsg-safety form{margin:0}.bhmsg-safety form button{width:100%;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:rgba(255,255,255,.07);color:#fff;padding:9px 10px;font:700 9px/1.2 "Poppins",sans-serif;cursor:pointer}.bhmsg-safety form button:hover{background:rgba(244,114,182,.18);border-color:rgba(244,114,182,.36)}
.bhnotify-side-card.is-pink{background:linear-gradient(145deg,rgba(244,114,182,.22),rgba(239,93,168,.12))}.bhnotify-side-card.is-pink strong{font:800 28px/1 "Sora",sans-serif;color:#fff;margin:7px 0}.bhnotify-side-card.is-pink a{padding:0;color:#ffc4df!important;margin:6px 0 0;font-size:9px}
@media(max-width:760px){.bhnotify-head-actions{margin-top:12px;flex-wrap:wrap}.bhnotify-lock{min-height:240px}.bhnotify-side{background:transparent;color:inherit;overflow:visible;padding:0}.bhnotify-side-card{display:block;margin-top:0}.bhnotify-side-card+ .bhnotify-side-card{margin-top:10px}}

/* Phase 6.3 polish: visible message attachments and mobile reputation header. */
.bhmsg-attachment-ready{max-width:min(260px,42vw);display:flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid #f3bfd9;border-radius:10px;background:#fff0f7;color:#8d2f63;font-size:9px;font-weight:600}.bhmsg-attachment-ready[hidden]{display:none!important}.bhmsg-attachment-ready span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bhmsg-attachment-ready button{flex:none;width:20px;height:20px;border:0;border-radius:50%;background:#fff;color:#8d2f63;cursor:pointer;font-size:14px;line-height:1}.bhmsg-attach:focus-within{outline:2px solid #f4a4cc;outline-offset:2px}
.bh-icon-bell{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:760px){.bhreviews-manage-head{display:grid;grid-template-columns:1fr;gap:14px;padding:20px}.bhreviews-manage-head>div{display:block;min-width:0}.bhreviews-manage-head .bhcom-kicker{display:block;margin-bottom:7px!important;white-space:normal}.bhreviews-manage-head h2{font-size:clamp(26px,9vw,36px);line-height:1.08;margin:0 0 7px}.bhreviews-manage-head p{line-height:1.55;max-width:100%}.bhreviews-manage-head .bhreviews-score{text-align:left!important}.bhreviews-manage-head .bhreviews-score strong{font-size:28px}.bhreviews-manage-head .bhreviews-score span{display:block;margin-top:2px}.bhmsg-compose{flex-wrap:wrap}.bhmsg-attachment-ready{order:2;flex:1 1 calc(100% - 44px);max-width:none}.bhmsg-compose textarea{order:3;flex-basis:calc(100% - 62px)}.bhmsg-compose>button{order:4}.bhmsg-attach{order:1}}


/* Phase 6.5 polish: separate notification actions clearly. */
.bhnotify-actions{display:flex;align-items:center;gap:22px;width:100%;margin-top:10px;min-height:31px}
.bhnotify-action{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:7px 12px;border-radius:999px;font:700 9.5px/1.2 "Poppins",sans-serif;text-decoration:none!important;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.bhnotify-action--open{background:linear-gradient(135deg,var(--bh-pink),var(--bh-pink-deep));color:#fff!important;border:1px solid transparent;box-shadow:0 7px 16px rgba(239,93,168,.18)}
.bhnotify-action--open:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(239,93,168,.24)}
.bhnotify-action--read{margin-left:auto;background:#f3eff9;color:#332052!important;border:1px solid #ded4eb}
.bhnotify-action--read:hover{transform:translateY(-1px);background:#ebe4f5;border-color:#cfc1df}
@media(max-width:560px){.bhnotify-actions{gap:16px}.bhnotify-action{padding:7px 11px}}

/* Phase 6.6 polish: stronger unread-summary contrast, especially on mobile. */
.bhnotify-side-card.is-pink{
  color:#fff;
  background:linear-gradient(145deg,#F472B6 0%,#EF5DA8 54%,#C43C7E 100%);
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 14px 30px rgba(196,60,126,.24);
}
.bhnotify-side-card.is-pink span{
  color:rgba(255,255,255,.9);
  font-weight:700;
  letter-spacing:.02em;
}
.bhnotify-side-card.is-pink strong{
  color:#fff;
  text-shadow:0 1px 1px rgba(77,21,54,.12);
}
.bhnotify-side-card.is-pink a{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-top:10px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.30);
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#fff!important;
  font-weight:700;
}
.bhnotify-side-card.is-pink a:hover{
  background:rgba(255,255,255,.24);
  border-color:rgba(255,255,255,.42);
}
@media(max-width:760px){
  .bhnotify-side{flex-wrap:wrap;gap:10px}
  .bhnotify-side-card{flex:1 0 100%;width:100%;margin-top:0}
  .bhnotify-side-card.is-pink{min-height:132px;padding:18px}
  .bhnotify-side-card.is-pink strong{font-size:34px}
}


/* Phase 6.7 polish: keep Notification Centre actions inside desktop cards. */
.bhnotify-item>div{min-width:0}
@media(min-width:761px){
  .bhnotify-actions{max-width:100%;min-width:0;flex-wrap:wrap;gap:12px 18px;box-sizing:border-box}
  .bhnotify-action{flex:0 0 auto}
  .bhnotify-action--read{margin-left:auto;max-width:100%}
}

/* Phase 8.5 hotfix: restore Notification Centre desktop balance to the supplied prototype. */
@media(min-width:1321px){
  .bhnotify-layout{
    grid-template-columns:minmax(0,1fr) 320px;
    gap:18px;
    align-items:start;
  }
  .bhnotify-centre{min-width:0}
  .bhnotify-side{
    width:320px;
    max-width:320px;
    justify-self:end;
    align-self:start;
  }
  .bhnotify-item{
    grid-template-columns:42px minmax(0,1fr) auto;
    gap:13px;
    padding:16px 8px;
  }
  .bhnotify-icon{width:42px;height:42px}
  .bhnotify-item strong{font-size:13px;line-height:1.45}
  .bhnotify-item p{font-size:12px;line-height:1.65;margin:4px 0}
  .bhnotify-item time{font-size:10px}
  .bhnotify-filters{gap:8px;margin-bottom:16px}
  .bhnotify-filters a{padding:8px 12px;font-size:11px}
}
@media(min-width:761px) and (max-width:1320px){
  .bhnotify-layout{
    grid-template-columns:1fr;
    align-items:start;
  }
  .bhnotify-side{
    width:100%;
    max-width:none;
    align-self:start;
  }
}

/* Theme 1.3.16 — premium realtime action inside the existing Messages header. */
.bhmsg-chat-head .bhmsg-video-call{
  margin:0 0 0 auto;
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:8px;
}
.bhmsg-chat-head .bhmsg-video-call button{
  appearance:none;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:0;
  border-radius:13px;
  padding:7px 14px 7px 8px;
  background:linear-gradient(135deg,#F472B6 0%,#EF5DA8 55%,#C43C7E 100%);
  color:#fff;
  font:700 11.5px/1.2 "Poppins",sans-serif;
  letter-spacing:.01em;
  cursor:pointer;
  box-shadow:0 9px 22px rgba(196,60,126,.22);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.bhmsg-chat-head .bhmsg-video-call button>span{
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(36,28,78,.22);
  color:transparent;
  font-size:0;
}
.bhmsg-chat-head .bhmsg-video-call button>span::before{
  content:"";
  display:block;
  width:17px;
  height:17px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:17px 17px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='13' height='12' rx='3'/%3E%3Cpath d='m16 10 4-2.25c.67-.38 1.5.1 1.5.87v6.76c0 .77-.83 1.25-1.5.87L16 14z'/%3E%3C/svg%3E");
}
.bhmsg-chat-head .bhmsg-video-call button:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(196,60,126,.30);
  filter:saturate(1.05);
}
.bhmsg-chat-head .bhmsg-video-call button:focus-visible{
  outline:3px solid rgba(244,114,182,.28);
  outline-offset:3px;
}
.bhmsg-chat-head .bhmsg-video-call button:disabled{
  cursor:not-allowed;
  background:#E7E2EA;
  color:#8A8393;
  box-shadow:none;
  transform:none;
}
.bhmsg-chat-head .bhmsg-video-call button:disabled>span{background:#D7D0DC;opacity:.72}
.bhmsg-chat-head .bhmsg-video-call>a{
  color:#C43C7E!important;
  font-size:10px;
  font-weight:700;
  text-decoration:none!important;
}
@media(max-width:560px){
  .bhmsg-chat-head{padding-left:12px;padding-right:10px;gap:8px}
  .bhmsg-chat-head .bhmsg-video-call button{width:42px;height:42px;min-height:42px;padding:7px;font-size:0;border-radius:12px}
  .bhmsg-chat-head .bhmsg-video-call button>span{width:28px;height:28px;flex-basis:28px}
}
