.vh-community-wrap{padding-top:56px;padding-bottom:88px;min-height:72vh}
.vh-community h1{font-size:clamp(34px,5vw,62px)}
.vh-community h2{font-size:26px}
.vh-community input,.vh-community textarea,.vh-community select{width:100%;border:1px solid var(--border);border-radius:8px;background:#0e1430;color:var(--text);font:inherit;font-size:16px;outline:none;transition:border-color .18s,box-shadow .18s}
.vh-community input,.vh-community select{min-height:48px;padding:10px 13px}
.vh-community textarea{padding:12px 13px;resize:vertical}
.vh-community input:focus,.vh-community textarea:focus,.vh-community select:focus{border-color:var(--secondary);box-shadow:0 0 0 3px rgba(47,233,255,.1)}
.vh-community label>span:first-child{display:block;margin-bottom:7px;color:var(--muted);font-size:12px;font-weight:700}
.vh-community label>small,.vh-community label small{display:block;margin-top:6px;color:var(--faint);font-size:11px}
.vh-lead{max-width:610px;margin-top:12px;color:var(--muted);font-size:16px}
.vh-notice{margin:20px 0;padding:13px 15px;border:1px solid var(--border);border-radius:8px;background:rgba(27,34,72,.78);color:var(--text);font-size:13px}
.vh-notice-success{border-color:rgba(47,233,255,.4);color:#baf8ff}
.vh-notice-error{border-color:rgba(255,46,151,.42);color:#ffc1df}
.vh-account-feedback{display:flex;align-items:center;justify-content:space-between;gap:12px;transition:opacity .2s ease,transform .2s ease}.vh-account-feedback.is-leaving{opacity:0;transform:translateY(-8px)}.vh-account-feedback button{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border:0;border-radius:6px;background:rgba(255,255,255,.06);color:inherit;font-size:20px;line-height:1;cursor:pointer}
.vh-form{display:grid;gap:16px}
.vh-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.vh-form-row{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:12px}
.vh-form-row>a{color:var(--secondary)}
.vh-form .btn{width:100%;min-height:48px}
.vh-check{display:flex!important;align-items:flex-start;gap:9px;color:var(--muted);font-size:12px;line-height:1.45}
.vh-check>input{width:18px!important;min-height:18px!important;height:18px;margin-top:1px;padding:0;accent-color:var(--primary)}
.vh-check>span{display:inline!important;margin:0!important;font-size:inherit!important}
.vh-check a{color:var(--secondary)}
.vh-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.vh-handle-field{display:flex;align-items:center;border:1px solid var(--border);border-radius:8px;background:#0e1430;color:var(--faint)}
.vh-handle-field:focus-within{border-color:var(--secondary);box-shadow:0 0 0 3px rgba(47,233,255,.1)}
.vh-handle-field>span{padding-left:13px;font-weight:800;color:var(--secondary)}
.vh-handle-field input{border:0!important;background:transparent!important;box-shadow:none!important}

.vh-auth-page{display:grid;grid-template-columns:minmax(0,620px) minmax(260px,1fr);max-width:1040px;margin:0 auto;border:1px solid var(--border);border-radius:10px;background:rgba(18,24,52,.64);overflow:hidden}
.vh-auth-panel{padding:32px}
.vh-auth-context{display:flex;flex-direction:column;justify-content:center;padding:32px;border-left:1px solid var(--border);background:rgba(36,45,92,.46)}
.vh-auth-context h2{max-width:380px;margin-top:10px}
.vh-auth-context ul{display:grid;gap:14px;margin-top:26px;list-style:none;color:var(--muted)}
.vh-auth-context li{position:relative;padding-left:23px}
.vh-auth-context li:before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;border:2px solid var(--secondary);border-radius:50%}
.vh-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin:20px 0 16px;padding:4px;border:1px solid var(--border);border-radius:9px;background:#0e1430}
.vh-auth-tabs a{display:grid;place-items:center;min-height:42px;border-radius:6px;color:var(--muted);font-size:13px;font-weight:800}
.vh-auth-tabs a.is-active{background:var(--surface-2);color:var(--text)}
.vh-google-auth{position:relative;display:flex;align-items:center;justify-content:center;height:48px;min-height:48px;margin-bottom:16px;overflow:hidden}
.vh-google-auth>div{max-width:100%}
.vh-google-auth.is-loading:before{content:"";width:min(100%,360px);height:44px;border:1px solid var(--border);border-radius:8px;background:linear-gradient(90deg,#151c3d 25%,#202950 45%,#151c3d 65%);background-size:220% 100%;animation:vh-auth-loading 1.1s linear infinite}
.vh-google-auth.is-loading>*{position:absolute;visibility:hidden}
@keyframes vh-auth-loading{to{background-position:-220% 0}}
.vh-auth-separator{display:flex;align-items:center;gap:12px;margin:2px 0 17px;color:var(--faint);font-size:11px;text-transform:uppercase}
.vh-auth-separator:before,.vh-auth-separator:after{content:"";height:1px;flex:1;background:var(--border)}
.vh-resend{margin-top:20px;border-top:1px solid var(--border);padding-top:14px;color:var(--muted);font-size:12px}
.vh-resend summary{cursor:pointer;color:var(--secondary);font-weight:700}
.vh-resend-form{margin-top:14px}
.vh-auth-steps{display:grid;grid-template-columns:repeat(3,1fr);margin:30px 0 24px;list-style:none}
.vh-auth-steps li{position:relative;display:grid;justify-items:center;gap:7px;color:var(--faint);font-size:9px;text-align:center}.vh-auth-steps li:not(:last-child):after{content:"";position:absolute;left:calc(50% + 18px);right:calc(-50% + 18px);top:14px;height:1px;background:var(--border)}
.vh-auth-steps span{position:relative;z-index:1;display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--border);border-radius:50%;background:#111832;font:800 10px Sora,sans-serif}.vh-auth-steps .is-complete span,.vh-auth-steps .is-current span{border-color:var(--secondary);color:var(--secondary)}.vh-auth-steps .is-complete:after{background:var(--secondary)}.vh-auth-steps .is-current strong{color:var(--text)}
.vh-auth-next{padding:22px;border:1px solid var(--border);border-radius:8px;background:rgba(27,34,72,.42)}.vh-auth-next>strong{font:750 16px Sora,sans-serif}.vh-auth-next>p{margin-top:7px;color:var(--muted);font-size:12px;line-height:1.55}.vh-auth-next>.btn{width:100%;margin-top:16px}.vh-auth-next .vh-resend{margin-top:18px}

.vh-account{border-top:1px solid var(--border)}
.vh-account-head{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:32px 0;border-bottom:1px solid var(--border)}
.vh-account-head h1{margin-top:7px;font-size:38px}
.vh-account-head p{color:var(--muted)}
.vh-account-avatar{width:96px;height:96px;border:1px solid var(--border-neon);border-radius:10px;object-fit:cover}
.vh-welcome{margin:22px 0 4px;border:1px solid var(--border-neon);border-radius:8px;background:rgba(18,25,55,.72);scroll-margin-top:92px;overflow:hidden}
.vh-welcome-head{display:flex;align-items:start;justify-content:space-between;gap:24px;padding:22px 24px;border-bottom:1px solid var(--border)}
.vh-welcome-head h2{margin-top:6px;font-size:24px}.vh-welcome-head p{max-width:690px;margin-top:7px;color:var(--muted);font-size:12px}
.vh-welcome-dismiss{min-height:34px;padding:7px 11px;border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--muted);font:800 10px Sora,sans-serif;cursor:pointer;white-space:nowrap}.vh-welcome-dismiss:hover{border-color:var(--secondary);color:var(--secondary)}
.vh-welcome-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;list-style:none}
.vh-welcome-steps li{min-width:0;border-right:1px solid var(--border)}.vh-welcome-steps li:last-child{border-right:0}
.vh-welcome-steps a{display:flex;min-height:150px;padding:20px;flex-direction:column;color:var(--text)}.vh-welcome-steps a:hover{background:rgba(47,233,255,.05)}
.vh-welcome-steps span{color:var(--secondary);font:800 9px Sora,sans-serif}.vh-welcome-steps strong{margin-top:18px;font:750 13px/1.35 Sora,sans-serif}.vh-welcome-steps small{margin-top:7px;color:var(--muted);font-size:10px;line-height:1.5}
.vh-handle-setup{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:36px;align-items:center;margin:28px 0;padding:30px;border:1px solid var(--border-neon);border-radius:8px;background:rgba(18,25,55,.76)}.vh-handle-setup h2{margin-top:7px}.vh-handle-setup p{max-width:560px;margin-top:10px;color:var(--muted);font-size:14px;line-height:1.6}.vh-handle-setup form{display:grid;gap:14px}.vh-handle-setup .btn{width:100%}
.vh-account-form{display:grid;grid-template-columns:190px minmax(0,1fr);gap:36px;padding-top:28px}
.vh-settings-nav{position:sticky;top:96px;align-self:start;display:grid;gap:3px}
.vh-settings-nav a{padding:10px 12px;border-left:2px solid transparent;color:var(--muted);font-size:13px;font-weight:700}
.vh-settings-nav a:hover{border-color:var(--secondary);background:rgba(36,45,92,.45);color:var(--text)}
.vh-settings-stack{min-width:0}
.vh-settings-section{display:grid;grid-template-columns:minmax(180px,280px) minmax(0,1fr);gap:40px;padding:34px 0;border-bottom:1px solid var(--border);scroll-margin-top:96px}
.vh-settings-section:first-child{padding-top:0}
.vh-settings-copy h2{margin:7px 0 9px}
.vh-settings-copy p{color:var(--muted);font-size:13px}
.vh-settings-fields{display:grid;gap:16px}
.vh-social-fields{grid-template-columns:repeat(2,minmax(0,1fr))}
.vh-toggle-list{align-content:start}
.vh-toggle{padding:14px;border:1px solid var(--border);border-radius:8px;background:rgba(27,34,72,.48)}
.vh-notification-preferences{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
.vh-notification-preferences>*{min-width:0}.vh-preference-group{display:grid;min-width:0;gap:8px;padding:16px;border:1px solid var(--border);border-radius:8px;background:rgba(27,34,72,.35)}
.vh-preference-group>div{margin-bottom:3px;padding-bottom:12px;border-bottom:1px solid var(--border)}
.vh-preference-group>div strong,.vh-preference-group>div small{display:block}.vh-preference-group>div strong{font:750 13px Sora,sans-serif}.vh-preference-group>div small{margin-top:5px;color:var(--faint);font-size:10px;line-height:1.45}
.vh-preference-group .vh-toggle{padding:10px 0;border:0;border-bottom:1px solid rgba(255,255,255,.05);border-radius:0;background:transparent}.vh-preference-group .vh-toggle:last-of-type{border:0}
.vh-push-note{margin-top:4px;color:var(--faint);font-size:10px;line-height:1.5}
.vh-push-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(132px,.62fr);gap:7px;margin-top:4px}.vh-push-manage,.vh-push-test{width:100%;min-width:0;margin:0;padding:10px 12px;white-space:normal;line-height:1.3}.vh-push-test:disabled{opacity:.52;cursor:not-allowed}
.vh-push-devices[hidden]{display:none}.vh-push-device-manager{margin-top:5px;border-top:1px solid var(--border)}.vh-push-device-manager summary{padding:12px 0 4px;color:var(--secondary);font:750 10px Sora,sans-serif;cursor:pointer}.vh-push-device-list{display:grid;margin-top:5px}.vh-push-device{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.05)}.vh-push-device>span{min-width:0}.vh-push-device strong,.vh-push-device small{display:block}.vh-push-device strong{color:var(--text);font-size:11px}.vh-push-device small{margin-top:3px;color:var(--faint);font-size:9px}.vh-push-device button,.vh-push-reset-all{border:0;background:transparent;color:var(--secondary);font:750 9px Sora,sans-serif;cursor:pointer}.vh-push-device button{flex:0 0 auto;padding:7px}.vh-push-reset-all{justify-self:start;margin-top:7px;padding:7px 0;color:var(--primary-2)}.vh-push-device button:hover,.vh-push-reset-all:hover{color:var(--text)}.vh-push-device button:disabled,.vh-push-reset-all:disabled{opacity:.5;cursor:wait}
body.vh-community-account .kodee-fab,body.vh-community-account #chatbot-float-box{display:none!important}
.vh-security-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.vh-security-summary>div{display:flex;flex-direction:column;gap:4px;padding:14px;border-bottom:1px solid var(--border)}
.vh-security-summary span{color:var(--muted);font-size:13px}
.vh-security-summary .btn{grid-column:1/-1;width:max-content}
.vh-account-data{color:var(--muted);font-size:12px}
.vh-account-data a{color:var(--secondary)}
.vh-account-actions{grid-column:2;display:flex;justify-content:flex-end;gap:10px;padding-top:22px}
.vh-account-save-state{align-self:center;margin-right:auto;color:var(--muted);font-size:11px;font-weight:700}
.vh-role-badge{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border:1px solid rgba(47,233,255,.38);border-radius:6px;background:rgba(47,233,255,.08);color:var(--secondary);font-size:9px;font-weight:900;text-transform:uppercase}

.vh-profile{border-top:1px solid var(--border)}
.vh-profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:28px;align-items:center;padding:40px 0;border-bottom:1px solid var(--border)}
.vh-profile-avatar-wrap{position:relative}
.vh-profile-avatar{width:144px;height:144px;border:1px solid var(--border-neon);border-radius:10px;object-fit:cover}
.vh-profile-avatar-wrap .vh-role-badge{position:absolute;right:8px;bottom:8px;background:#121834}
.vh-profile-intro{min-width:0}.vh-profile-intro h1{margin-top:6px;overflow-wrap:anywhere}.vh-handle{color:var(--secondary);font-size:13px;font-weight:750;overflow-wrap:anywhere}
.vh-presence{display:inline-flex;align-items:center;gap:5px;margin-left:8px;color:var(--faint);font-size:10px;font-weight:650}.vh-presence i{width:6px;height:6px;border-radius:50%;background:var(--faint)}.vh-presence.is-online{color:#7df6c4}.vh-presence.is-online i{background:#32e89a;box-shadow:0 0 8px rgba(50,232,154,.55)}
.vh-profile-bio{max-width:720px;margin-top:13px;color:var(--muted)}
.vh-social-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}
.vh-social-links a{padding:6px 9px;border:1px solid var(--border);border-radius:6px;color:var(--muted);font-size:11px;font-weight:700}
.vh-social-links a:hover{border-color:var(--secondary);color:var(--secondary)}
.vh-profile-stats{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--border)}
.vh-profile-stats>div{display:flex;flex-direction:column;gap:2px;padding:18px 20px;border-right:1px solid var(--border)}
.vh-profile-stats>div:last-child{border:0}
.vh-profile-stats strong{font:800 22px Sora,sans-serif}
.vh-profile-stats span{color:var(--faint);font-size:10px;font-weight:800;text-transform:uppercase}
.vh-profile-nav{display:flex;gap:4px;padding:10px 0;border-bottom:1px solid var(--border);overflow-x:auto;scrollbar-width:none}.vh-profile-nav::-webkit-scrollbar{display:none}.vh-profile-nav button{flex:0 0 auto;padding:8px 11px;border:0;border-radius:6px;background:transparent;color:var(--muted);font:750 11px Sora,sans-serif;letter-spacing:0;cursor:pointer}.vh-profile-nav button:hover,.vh-profile-nav button.is-active{background:rgba(47,233,255,.08);color:var(--secondary)}
.vh-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:44px;padding-top:42px}
.vh-profile-main{min-width:0}
.vh-profile-section{padding-bottom:42px}
.vh-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px;padding-bottom:13px;border-bottom:1px solid var(--border)}
.vh-section-head h2{margin-top:6px}
.vh-profile-posts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.vh-profile-post{display:grid;grid-template-columns:132px minmax(0,1fr);min-height:112px;border:1px solid var(--border);border-radius:9px;background:var(--surface-1);overflow:hidden}
.vh-profile-post img{width:132px;height:100%;min-height:112px;object-fit:cover}
.vh-profile-post>span{display:flex;flex-direction:column;justify-content:center;padding:13px}
.vh-profile-post time,.vh-activity-list time{color:var(--faint);font-size:10px}
.vh-profile-post strong{margin-top:5px;font:750 13px/1.35 Sora,sans-serif}
.vh-activity-list{display:grid;border-top:1px solid var(--border)}
.vh-activity-list a{padding:15px 2px;border-bottom:1px solid var(--border)}
.vh-activity-list p{margin-top:4px;color:var(--muted);font-size:13px}
.vh-connection-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.vh-connection-groups>div>strong{display:block;margin-bottom:8px;color:var(--muted);font-size:11px;text-transform:uppercase}.vh-connection-list{display:grid;border-top:1px solid var(--border)}.vh-connection-list a{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:center;padding:10px 2px;border-bottom:1px solid var(--border);color:var(--text)}.vh-connection-list img{width:44px;height:44px;border-radius:7px;object-fit:cover}.vh-connection-list b,.vh-connection-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vh-connection-list b{font-size:11px}.vh-connection-list small{margin-top:3px;color:var(--secondary);font-size:9px}
.vh-profile-side{min-width:0}
.vh-profile-comments{position:sticky;top:92px;padding:22px;border:1px solid var(--border);border-radius:9px;background:rgba(27,34,72,.64)}
.vh-profile-comments h2{margin-top:7px;font-size:21px}
.vh-comments-note{margin:7px 0 18px;color:var(--faint);font-size:11px}
.vh-profile-comment-list{display:grid;gap:14px;margin:0 0 20px;list-style:none}
.vh-profile-comment-list li{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;padding-bottom:14px;border-bottom:1px solid var(--border)}
.vh-profile-comment-list img{width:40px;height:40px;border-radius:7px;object-fit:cover}
.vh-comment-meta{display:flex;justify-content:space-between;gap:10px;margin-bottom:4px}
.vh-comment-meta strong{font-size:11px}
.vh-comment-meta time{color:var(--faint);font-size:9px}
.vh-profile-comment-list p{color:var(--muted);font-size:12px}
.vh-profile-comments .comment-form{display:grid;gap:12px}
.vh-profile-comments .comment-form label{display:block;margin-bottom:6px;color:var(--muted);font-size:11px;font-weight:700}
.vh-profile-comments .form-submit input{min-height:44px;border:0;background:var(--grad-sunset);color:#0d1230;font-weight:850;cursor:pointer}
.vh-profile-comments .logged-in-as{color:var(--faint);font-size:10px}

.vh-author-link{display:inline-flex;align-items:center;gap:7px;color:var(--text);font-weight:750}
.vh-author-link small{padding:2px 5px;border:1px solid var(--border-neon);border-radius:4px;color:var(--secondary);font-size:8px}
.vh-article-author{display:grid!important;grid-template-columns:72px minmax(0,1fr) auto;gap:18px;align-items:start}
.vh-author-avatar{width:72px;height:72px;border:1px solid var(--border-neon);border-radius:9px;object-fit:cover}
.vh-author-title{display:flex;align-items:center;gap:10px;margin-top:5px}
.vh-author-title h2{margin:0!important}
.vh-author-title a:hover{color:var(--secondary)}
.vh-author-follow{align-self:center}
.vh-follow-form button[aria-busy="true"]{opacity:.65;cursor:wait}
.vh-status-page{max-width:760px;margin:56px auto;padding:42px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center}
.vh-status-page h1{margin-top:8px}
.vh-status-page p{max-width:580px;margin:14px auto 24px;color:var(--muted)}

@media(max-width:980px){
  .vh-auth-page{grid-template-columns:1fr}.vh-auth-context{border-top:1px solid var(--border);border-left:0}
  .vh-account-form{grid-template-columns:1fr}.vh-settings-nav{position:static;display:flex;overflow-x:auto;border-bottom:1px solid var(--border)}.vh-handle-setup{grid-template-columns:1fr}
  .vh-welcome-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.vh-welcome-steps li:nth-child(2){border-right:0}.vh-welcome-steps li:nth-child(-n+2){border-bottom:1px solid var(--border)}
  .vh-settings-nav a{white-space:nowrap}.vh-account-actions{grid-column:1}
  .vh-profile-layout{grid-template-columns:1fr}.vh-profile-comments{position:static}.vh-profile-posts{grid-template-columns:1fr}
}
@media(max-width:700px){
  .vh-community-wrap{padding:28px 18px 112px}.vh-community h1{font-size:36px}.vh-community h2{font-size:22px}
  .vh-auth-panel,.vh-auth-context{padding:26px 20px}.vh-auth-context{display:none}.vh-form-grid{grid-template-columns:1fr}
  .vh-form-row{align-items:flex-start;flex-direction:column}.vh-google-auth{justify-content:flex-start}
  .vh-account-head{grid-template-columns:64px minmax(0,1fr);gap:14px;padding:24px 0}.vh-account-avatar{width:64px;height:64px}.vh-account-head h1{font-size:28px}.vh-account-head p{font-size:15px;line-height:1.5}.vh-account-head>.btn{grid-column:1/-1;width:100%}
  .vh-account-form{gap:20px;padding-top:16px}.vh-handle-setup{gap:22px;margin:20px 0;padding:22px 18px}.vh-settings-section{grid-template-columns:1fr;gap:18px;padding:28px 0}.vh-settings-copy p{font-size:14px;line-height:1.55}.vh-community label>span:first-child{font-size:14px}.vh-community label>small,.vh-community label small{font-size:12px}.vh-social-fields,.vh-security-summary{grid-template-columns:1fr}.vh-security-summary .btn{grid-column:1}.vh-account-actions{position:fixed;right:12px;bottom:calc(88px + env(safe-area-inset-bottom,0px));left:12px;z-index:89;align-items:center;max-width:436px;margin:0 auto;padding:9px;border:1px solid var(--border-neon);border-radius:10px;background:#121834;box-shadow:0 12px 30px rgba(0,0,0,.42)}.vh-account-actions .btn-primary{flex:1}.vh-account-actions .btn-ghost{display:none}.vh-account-save-state:empty{display:none}.vh-account-save-state{max-width:42%;font-size:11px}.vh-community-account .vh-community-wrap{padding-bottom:188px}.vh-account-feedback{position:fixed;top:var(--vh-account-toast-top,78px);right:12px;left:12px;z-index:110;max-width:436px;margin:0 auto;font-size:14px;box-shadow:0 12px 30px rgba(0,0,0,.45)}
  .vh-profile-hero{grid-template-columns:84px minmax(0,1fr);gap:16px;padding:26px 0}.vh-profile-avatar{width:84px;height:84px}.vh-profile-avatar-wrap .vh-role-badge{right:-4px;bottom:-4px}.vh-profile-intro h1{font-size:30px}.vh-profile-bio,.vh-social-links{grid-column:1/-1}.vh-profile-action{grid-column:1/-1}.vh-profile-action .btn,.vh-profile-action form,.vh-profile-action button{width:100%}
  .vh-profile-stats{grid-template-columns:repeat(2,1fr)}.vh-profile-stats>div:nth-child(2){border-right:0}.vh-profile-stats>div:nth-child(-n+2){border-bottom:1px solid var(--border)}.vh-profile-layout{gap:30px;padding-top:28px}
  .vh-profile-nav{margin:0 -18px;padding:9px 18px}.vh-profile-post{grid-template-columns:104px minmax(0,1fr)}.vh-profile-post img{width:104px}.vh-connection-groups{grid-template-columns:1fr}.vh-profile-comments{padding:18px}
  .vh-article-author{grid-template-columns:56px minmax(0,1fr)!important;gap:13px!important}.vh-author-avatar{width:56px;height:56px}.vh-author-follow{grid-column:1/-1}.vh-author-follow .btn{width:100%}
}

/* Messaging, notifications and the shared safe text editor. */
.vh-account-head-actions,.vh-profile-action{display:flex;align-items:center;gap:10px}
.vh-profile-action form{margin:0}
.vh-community-page-head{display:flex;align-items:end;justify-content:space-between;gap:28px;padding:34px 0 28px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.vh-community-page-head h1{margin-top:7px}
.vh-community-page-head p{max-width:640px;margin-top:8px;color:var(--muted)}
.vh-new-message-open{min-width:150px}
.vh-messages-layout{position:relative;display:grid;grid-template-columns:360px minmax(0,1fr);min-height:650px;margin-top:24px;border:1px solid var(--border);border-radius:8px;background:rgba(18,24,52,.54);overflow:hidden}
.vh-chat-preload{position:absolute;inset:0;z-index:40;display:grid;place-items:center;align-content:center;gap:12px;background:#101733;color:var(--muted);font:750 11px Sora,sans-serif;letter-spacing:0;transition:opacity .18s ease,visibility .18s ease}.vh-chat-preload span{width:34px;height:34px;border:2px solid rgba(47,233,255,.18);border-top-color:var(--secondary);border-radius:50%;animation:vh-chat-preload-spin .72s linear infinite}.vh-chat-preload.is-done{opacity:0;visibility:hidden}@keyframes vh-chat-preload-spin{to{transform:rotate(360deg)}}
.vh-conversations{min-width:0;border-right:1px solid var(--border);background:rgba(11,17,40,.52)}
.vh-conversation-tools{display:grid;gap:12px;padding:16px;border-bottom:1px solid var(--border)}
.vh-conversation-tools>strong{font:750 12px Sora,sans-serif}.vh-conversation-tools input{min-height:40px;font-size:13px}
.vh-conversation-tools-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.vh-conversation-tools-head>strong{font:800 16px Sora,sans-serif}.vh-new-message-compact{min-height:34px;padding:7px 9px;border:1px solid var(--border-neon);border-radius:6px;background:rgba(47,233,255,.07);color:var(--secondary);font:800 10px Sora,sans-serif;cursor:pointer}.vh-new-message-compact:hover{background:rgba(47,233,255,.13)}
.vh-conversation-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:3px;border:1px solid var(--border);border-radius:7px;background:rgba(7,12,31,.48)}.vh-conversation-tabs a{display:flex;align-items:center;justify-content:center;gap:5px;min-height:30px;border-radius:5px;color:var(--faint);font-size:9px;font-weight:800}.vh-conversation-tabs a:hover,.vh-conversation-tabs a.is-active{background:rgba(47,233,255,.09);color:var(--secondary)}.vh-conversation-tabs span{min-width:17px;padding:1px 4px;border-radius:7px;background:rgba(255,255,255,.06);font-size:8px;text-align:center}
.vh-conversation-list{max-height:650px;overflow-y:auto}
.vh-conversation-list>a{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:11px;align-items:center;padding:14px;border-bottom:1px solid var(--border);color:var(--text)}
.vh-conversation-list>a:hover,.vh-conversation-list>a.is-active{background:rgba(47,233,255,.07)}
.vh-conversation-list img{width:48px;height:48px;border-radius:8px;object-fit:cover}
.vh-conversation-list span{min-width:0}
.vh-conversation-list strong,.vh-conversation-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.vh-conversation-list strong{font-size:12px}
.vh-conversation-list small{margin-top:4px;color:var(--faint);font-size:10px}
.vh-conversation-copy{display:grid;min-width:0}.vh-conversation-name-row{display:flex;align-items:center;gap:7px}.vh-conversation-name-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vh-conversation-presence{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:#626b8b;box-shadow:0 0 0 2px rgba(98,107,139,.12)}.vh-conversation-presence.is-online{background:#62e6b6;box-shadow:0 0 0 2px rgba(98,230,182,.12)}.vh-conversation-state{margin-top:2px!important;font-size:8px!important}.vh-conversation-state.is-online{color:#75dbbb}.vh-conversation-state.is-typing{color:var(--secondary)}
.vh-conversation-list b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:var(--primary);color:white;font-size:9px}
.vh-conversation-search-results[hidden]{display:none}.vh-conversation-search-results>a{grid-template-columns:48px minmax(0,1fr)}.vh-conversation-search-state{display:grid;gap:5px;place-content:center;min-height:150px;padding:20px;color:var(--faint);text-align:center}.vh-conversation-search-state strong{color:var(--text);font:750 12px Sora,sans-serif}.vh-conversation-search-state span{font-size:10px;line-height:1.5}
.vh-list-pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:10px 14px;border-top:1px solid var(--border);background:rgba(8,13,32,.45)}.vh-list-pagination span{margin-right:auto;color:var(--faint);font-size:9px}.vh-list-pagination a{padding:6px 8px;border:1px solid var(--border);border-radius:5px;color:var(--secondary);font-size:9px;font-weight:800}.vh-list-pagination a:hover{border-color:var(--secondary);background:rgba(47,233,255,.07)}
.vh-message-thread{display:grid;grid-template-rows:auto minmax(280px,1fr) auto;min-width:0;max-height:720px}
.vh-thread-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid var(--border);background:rgba(27,34,72,.44)}
.vh-thread-back{display:none!important}
.vh-thread-head>a{display:flex;align-items:center;gap:11px;color:var(--text)}
.vh-thread-head img{width:44px;height:44px;border-radius:8px;object-fit:cover}
.vh-thread-head strong,.vh-thread-head small{display:block}
.vh-thread-head strong{font-size:13px}.vh-thread-head small{margin-top:2px;color:var(--secondary);font-size:10px}
.vh-thread-presence{color:var(--faint)}.vh-thread-presence.is-online{color:#7df6c4}
.vh-thread-menu{position:relative;margin-left:auto}.vh-thread-menu summary{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--border);border-radius:7px;color:var(--muted);font-weight:900;letter-spacing:1px;cursor:pointer;list-style:none}.vh-thread-menu summary::-webkit-details-marker{display:none}.vh-thread-menu[open] summary,.vh-thread-menu summary:hover{border-color:var(--border-neon);color:var(--secondary)}.vh-thread-menu>div{position:absolute;right:0;top:42px;z-index:12;width:190px;padding:5px;border:1px solid var(--border-neon);border-radius:8px;background:#111832;box-shadow:0 18px 45px rgba(0,0,0,.45)}.vh-thread-menu form{margin:0}.vh-thread-menu button{width:100%;padding:10px;border:0;border-radius:5px;background:transparent;color:var(--muted);font:700 10px Inter,sans-serif;text-align:left;cursor:pointer}.vh-thread-menu button:hover{background:rgba(47,233,255,.08);color:var(--text)}
.vh-text-action{border:0;background:transparent;color:var(--faint);font:700 10px Sora,sans-serif;cursor:pointer;text-transform:uppercase}
.vh-text-action:hover{color:var(--primary)}
.vh-thread-messages{display:flex;flex-direction:column;gap:10px;min-height:0;padding:20px;overflow-y:auto;overscroll-behavior:contain}
.vh-message{width:max-content;max-width:min(76%,680px);padding:11px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface-1);overflow-wrap:anywhere}
.vh-message.is-mine{align-self:flex-end;border-color:rgba(47,233,255,.28);background:rgba(36,45,92,.9)}
.vh-message.is-theirs{align-self:flex-start}
.vh-message.is-new{animation:vh-message-in .22s cubic-bezier(.2,.75,.25,1)}
.vh-message.is-pending{opacity:.72;pointer-events:none}.vh-message.is-pending .vh-message-state{animation:vh-pending-pulse 1s ease-in-out infinite}@keyframes vh-pending-pulse{50%{opacity:.42}}
@keyframes vh-message-in{from{opacity:0;transform:translateY(7px) scale(.985)}}
.vh-message.is-highlighted{animation:vh-message-highlight 1.1s ease}@keyframes vh-message-highlight{50%{border-color:var(--primary);box-shadow:0 0 0 3px rgba(255,46,151,.13)}}
.vh-message.is-reacted{animation:vh-message-reacted .28s ease}@keyframes vh-message-reacted{50%{transform:scale(1.018);border-color:var(--secondary)}}
.vh-message-reply{display:grid;width:100%;margin:0 0 9px;padding:7px 9px;border:0;border-left:2px solid var(--primary);border-radius:0 5px 5px 0;background:rgba(255,46,151,.06);color:var(--text);text-align:left;cursor:pointer}.vh-message-reply span{color:var(--primary-2);font:800 9px Sora,sans-serif}.vh-message-reply strong{margin-top:3px;overflow:hidden;color:var(--muted);font-size:10px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}
.vh-message p{margin:0 0 7px;color:var(--text);font-size:13px;line-height:1.55}.vh-message p:last-child{margin-bottom:0}
.vh-message blockquote,.vh-comment-body blockquote{margin:8px 0;padding:6px 10px;border-left:2px solid var(--secondary);color:var(--muted)}
.vh-message code,.vh-comment-body code{padding:2px 5px;border-radius:4px;background:#090f25;color:#baf8ff;font-size:.9em}
.vh-message pre,.vh-comment-body pre{max-width:100%;padding:10px;border-radius:6px;background:#090f25;overflow:auto}
.vh-message ul,.vh-message ol,.vh-comment-body ul,.vh-comment-body ol{margin:8px 0 8px 20px}
.vh-message a,.vh-comment-body a{color:var(--secondary);text-decoration:underline}
.vh-message footer{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-top:6px;color:var(--faint);font-size:8px}.vh-message footer>span{color:var(--secondary)}
.vh-message.is-deleted{opacity:.72}.vh-message-deleted{color:var(--faint)!important;font-style:italic}.vh-message-edited{color:var(--faint)!important}
.vh-message-actions{display:flex;gap:3px;margin-left:2px;opacity:0;transition:opacity .15s}.vh-message:hover .vh-message-actions,.vh-message:focus-within .vh-message-actions{opacity:1}.vh-message-actions button{padding:2px 4px;border:0;background:transparent;color:var(--faint);font:700 8px Inter,sans-serif;cursor:pointer}.vh-message-actions button:hover{color:var(--text)}
.vh-message-reactions{display:flex;flex-wrap:wrap;gap:4px;margin-top:7px}.vh-message-reactions:empty{display:none}.vh-message-reactions button{display:flex;align-items:center;gap:3px;min-height:25px;padding:3px 7px;border:1px solid var(--border);border-radius:12px;background:rgba(8,13,32,.58);color:var(--text);font-size:13px;cursor:pointer}.vh-message-reactions button.is-mine{border-color:var(--border-neon);background:rgba(47,233,255,.09)}.vh-message-reactions span{color:var(--muted);font:700 9px Inter,sans-serif}
.vh-message-popover{position:absolute;right:0;bottom:calc(100% + 7px);z-index:2;display:flex;gap:2px;padding:5px;border:1px solid var(--border-neon);border-radius:8px;background:#111832;box-shadow:0 14px 34px rgba(0,0,0,.38)}.vh-message-popover[hidden]{display:none}.vh-message-popover button{display:grid;place-items:center;min-width:31px;height:31px;padding:0 5px;border:0;border-radius:5px;background:transparent;font-size:17px;cursor:pointer}.vh-message-popover button:hover{background:rgba(47,233,255,.1)}.vh-pin-popover{display:grid;min-width:128px}.vh-pin-popover button{display:block;height:auto;padding:8px 10px;color:var(--text);font:700 10px Inter,sans-serif;text-align:left}
.vh-message.is-theirs .vh-message-popover{right:auto;left:0}
.vh-pinned-messages{position:sticky;top:-12px;z-index:3;display:grid;gap:1px;margin:-12px -12px 4px;padding:6px 12px;border-bottom:1px solid var(--border);background:rgba(14,20,48,.96);backdrop-filter:blur(10px)}.vh-pinned-messages[hidden]{display:none}.vh-pinned-item{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center}.vh-pinned-item>[data-vh-scroll-message]{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;min-width:0;padding:5px 8px;border:0;border-left:2px solid var(--primary);background:transparent;color:var(--text);text-align:left;cursor:pointer}.vh-pinned-messages span{color:var(--primary-2);font:800 8px Sora,sans-serif;text-transform:uppercase}.vh-pinned-messages strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.vh-unpin-message{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:6px;background:transparent;color:var(--faint);font-size:20px;cursor:pointer}.vh-unpin-message:hover,.vh-unpin-message:focus-visible{background:rgba(255,255,255,.06);color:var(--text)}
.vh-typing-indicator{align-self:flex-start;display:flex;align-items:center;gap:4px;min-height:30px;padding:7px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-1)}.vh-typing-indicator[hidden]{display:none}.vh-typing-indicator>span{width:5px;height:5px;border-radius:50%;background:var(--muted);animation:vh-typing 1.15s infinite ease-in-out}.vh-typing-indicator>span:nth-child(2){animation-delay:.14s}.vh-typing-indicator>span:nth-child(3){animation-delay:.28s}.vh-typing-indicator small{margin-left:4px;color:var(--faint);font-size:8px}@keyframes vh-typing{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-3px);opacity:1}}
.vh-thread-first{margin:auto;padding:30px;text-align:center}.vh-thread-first p{max-width:440px;margin-top:7px;color:var(--muted);font-size:12px}
.vh-message-composer{padding:14px 18px 18px;border-top:1px solid var(--border);background:rgba(14,20,48,.92)}
.vh-editing-bar{display:flex;align-items:center;justify-content:space-between;margin:-2px 0 8px;padding:7px 9px;border-left:2px solid var(--primary);background:rgba(255,46,151,.07);color:var(--muted);font-size:10px}.vh-editing-bar[hidden]{display:none}.vh-editing-bar button{border:0;background:transparent;color:var(--primary-2);font:700 10px Inter,sans-serif;cursor:pointer}.vh-replying-bar>span{display:grid;min-width:0}.vh-replying-bar b{color:var(--primary-2);font-size:10px}.vh-replying-bar i{font-style:normal}.vh-replying-bar small{max-width:520px;margin-top:2px;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.vh-message-composer>label{display:block;margin-bottom:7px;color:var(--muted);font-size:11px;font-weight:700}
.vh-message-composer textarea{min-height:108px;max-height:240px}
.vh-composer-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:9px}.vh-composer-foot small{color:var(--faint);font-size:9px}.vh-composer-foot>span{display:flex;align-items:center;gap:10px}.vh-composer-status{max-width:320px;color:var(--faint);font-size:10px;text-align:right}.vh-composer-status.is-success{color:var(--secondary)}.vh-composer-status.is-error{color:#ffc1df}.vh-message-composer button:disabled{opacity:.58;cursor:wait}
.vh-empty-state{display:grid;place-items:center;align-content:center;min-height:180px;padding:28px;text-align:center}.vh-empty-state p{max-width:410px;margin-top:6px;color:var(--muted);font-size:12px}
.vh-messages-page{animation:vh-messages-enter .16s ease both}.vh-messages-page.is-opening-chat{opacity:.72;transition:opacity .12s ease}@keyframes vh-messages-enter{from{opacity:.72}}
body.vh-community-messages .cmplz-manage-consent,body.vh-community-messages .cmplz-manage-consent-container{display:none!important}
.vh-message-welcome{min-height:500px}.vh-message-welcome .btn{margin-top:18px}.vh-message-welcome-mark{display:grid;place-items:center;width:52px;height:52px;margin-bottom:16px;border:1px solid var(--border-neon);border-radius:8px;background:rgba(47,233,255,.07);color:var(--secondary);font:850 22px Sora,sans-serif}
.vh-new-message-dialog{position:fixed;inset:0;width:min(560px,calc(100% - 32px));max-height:min(680px,calc(100dvh - 40px));margin:auto;padding:0;border:1px solid var(--border-neon);border-radius:8px;background:#111832;color:var(--text);box-shadow:0 26px 80px rgba(0,0,0,.62);overflow:auto}
.vh-new-message-dialog::backdrop{background:rgba(5,9,25,.72);backdrop-filter:blur(8px)}
.vh-new-message-dialog>div{padding:30px}.vh-new-message-dialog h2{margin-top:7px}.vh-new-message-dialog p{margin:8px 0 20px;color:var(--muted);font-size:12px}.vh-new-message-dialog input{font-size:16px}
.vh-dialog-close-form{position:absolute;right:10px;top:10px}.vh-dialog-close-form button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:6px;background:rgba(255,255,255,.06);color:var(--muted);font-size:22px;cursor:pointer}
.vh-member-search-results{display:grid;max-height:340px;margin-top:12px;overflow-y:auto}.vh-member-search-results>span{padding:20px;color:var(--faint);font-size:11px;text-align:center}.vh-member-search-results>a{display:grid;grid-template-columns:44px minmax(0,1fr);gap:11px;align-items:center;padding:10px;border-bottom:1px solid var(--border);color:var(--text)}.vh-member-search-results>a:hover{background:rgba(47,233,255,.07)}.vh-member-search-results img{width:44px;height:44px;border-radius:7px;object-fit:cover}.vh-member-search-results strong,.vh-member-search-results small{display:block}.vh-member-search-results strong{font-size:12px}.vh-member-search-results small{margin-top:3px;color:var(--secondary);font-size:10px}

.vh-notification-list{margin:24px 0 0;list-style:none;border-top:1px solid var(--border)}
.vh-notification-list li{position:relative;border-bottom:1px solid var(--border)}
.vh-notification-list a{display:grid;grid-template-columns:48px minmax(0,1fr) 8px;gap:14px;align-items:center;padding:15px 48px 15px 4px;color:var(--text)}
.vh-notification-list li.is-unread a{background:linear-gradient(90deg,rgba(47,233,255,.07),transparent)}
.vh-notification-list img,.vh-notification-system{width:48px;height:48px;border-radius:8px;object-fit:cover}.vh-notification-system{display:grid;place-items:center;border:1px solid var(--border-neon);color:var(--secondary);font-weight:900}
.vh-notification-list strong,.vh-notification-list time{display:block}.vh-notification-list strong{font-size:13px}.vh-notification-list time{margin-top:4px;color:var(--faint);font-size:9px}.vh-notification-list i{width:7px;height:7px;border-radius:50%;background:var(--secondary);box-shadow:0 0 10px rgba(47,233,255,.6)}
.vh-notification-delete{position:absolute;right:4px;top:50%;margin:0;transform:translateY(-50%)}.vh-notification-delete button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--faint);cursor:pointer}.vh-notification-delete button:hover,.vh-notification-delete button:focus-visible{border-color:rgba(255,91,139,.45);background:rgba(255,91,139,.08);color:#ffafc8;outline:none}.vh-notification-delete .ic-svg{width:17px;height:17px}
.vh-activity-tray-skeleton{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding:11px 0}.vh-activity-tray-skeleton::before,.vh-activity-tray-skeleton::after{content:"";display:block;border-radius:6px;background:rgba(255,255,255,.07);animation:vh-activity-pulse 1s ease-in-out infinite alternate}.vh-activity-tray-skeleton::before{width:42px;height:42px}.vh-activity-tray-skeleton::after{height:28px}@keyframes vh-activity-pulse{to{opacity:.42}}
.vh-notification-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px}.vh-notification-actions form{margin:0}.vh-danger-action{border-color:rgba(255,91,139,.38)!important;color:#ffafc8!important}.vh-danger-action:hover{border-color:#ff5b8b!important;background:rgba(255,91,139,.08)!important}

.vh-editor-shell{position:relative;border:1px solid var(--border);border-radius:8px;background:#0e1430;overflow:visible}
.vh-editor-shell:focus-within{border-color:var(--secondary);box-shadow:0 0 0 3px rgba(47,233,255,.1)}
.vh-editor-toolbar{display:flex;align-items:center;gap:2px;min-height:38px;padding:4px 6px;border-bottom:1px solid var(--border);overflow-x:auto}
.vh-editor-button{display:grid;place-items:center;flex:0 0 30px;width:30px;height:28px;border:0;border-radius:5px;background:transparent;color:var(--muted);font:800 11px Sora,sans-serif;cursor:pointer}
.vh-editor-button:hover,.vh-editor-button:focus{background:rgba(47,233,255,.09);color:var(--secondary);outline:none}.vh-editor-button .ic-svg{width:15px;height:15px}.vh-editor-italic{font-style:italic}.vh-editor-bold{font-weight:900}
.vh-editor-source{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;border:0!important;opacity:0!important;pointer-events:none!important}
.vh-editor-surface{min-height:108px;max-height:240px;padding:12px 13px;color:var(--text);font:inherit;font-size:14px;line-height:1.55;overflow-y:auto;outline:none;white-space:pre-wrap;overflow-wrap:anywhere}
.vh-editor-surface:empty:before{content:attr(data-placeholder);color:var(--faint);pointer-events:none}.vh-editor-surface[aria-invalid="true"]{box-shadow:inset 0 0 0 1px rgba(255,46,151,.7)}
.vh-editor-surface p{margin:0 0 8px}.vh-editor-surface blockquote{margin:6px 0;padding-left:10px;border-left:2px solid var(--secondary);color:var(--muted)}.vh-editor-surface pre{padding:8px;border-radius:5px;background:#090f25;color:#baf8ff;white-space:pre-wrap}.vh-editor-surface ul,.vh-editor-surface ol{margin:6px 0 6px 20px}
.vh-editor-counter{display:block;padding:0 10px 7px;color:var(--faint);font-size:8px;text-align:right}
.vh-emoji-panel{position:absolute;left:8px;bottom:calc(100% - 34px);z-index:30;grid-template-columns:repeat(8,32px);gap:2px;padding:7px;border:1px solid var(--border-neon);border-radius:8px;background:#111832;box-shadow:0 16px 38px rgba(0,0,0,.36)}
.vh-emoji-panel:not([hidden]){display:grid}.vh-emoji-panel button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:5px;background:transparent;font-size:18px;cursor:pointer}.vh-emoji-panel button:hover{background:rgba(47,233,255,.1)}
.vh-message-action-sheet{position:fixed;inset:0;z-index:100020;display:grid;place-items:end center;padding:18px}.vh-message-action-sheet[hidden]{display:none}.vh-action-sheet-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(5,9,25,.72);backdrop-filter:blur(7px)}.vh-message-action-sheet>div{position:relative;width:min(460px,100%);padding:20px;border:1px solid var(--border-neon);border-radius:10px;background:#111832;box-shadow:0 24px 70px rgba(0,0,0,.56);animation:vh-sheet-in .18s cubic-bezier(.2,.75,.25,1)}@keyframes vh-sheet-in{from{opacity:0;transform:translateY(18px)}}.vh-message-action-sheet>div>strong{display:block;margin-top:6px;overflow:hidden;font:750 14px Sora,sans-serif;text-overflow:ellipsis;white-space:nowrap}.vh-action-sheet-reactions{display:grid;grid-template-columns:repeat(6,1fr);gap:5px;margin-top:16px;padding:6px;border:1px solid var(--border);border-radius:8px}.vh-action-sheet-reactions button{display:grid;place-items:center;min-height:44px;border:0;border-radius:6px;background:transparent;font-size:22px;cursor:pointer}.vh-action-sheet-reactions button:hover{background:rgba(47,233,255,.09)}.vh-action-sheet-buttons{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.vh-action-sheet-buttons button{min-height:44px;padding:10px;border:1px solid var(--border);border-radius:7px;background:rgba(255,255,255,.03);color:var(--text);font:750 12px Sora,sans-serif;cursor:pointer}.vh-action-sheet-buttons button:hover{border-color:var(--secondary);color:var(--secondary)}body.vh-message-sheet-open{overflow:hidden}
.comment-form .vh-editor-shell{margin-top:6px}.comment-form .vh-editor-surface{width:100%}
.vh-profile-comment-list .vh-comment-body{color:var(--muted);font-size:12px;overflow-wrap:anywhere}

.vh-nav-activity{position:relative;display:flex;align-items:center;gap:5px;margin:0 2px}
.vh-nav-icon{position:relative;display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--border);border-radius:8px;color:var(--muted)}
.vh-nav-icon:hover{border-color:var(--secondary);color:var(--secondary)}
.vh-nav-icon .ic-svg{width:18px;height:18px}
.vh-nav-badge{position:absolute;right:-5px;top:-6px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border:2px solid #111735;border-radius:9px;background:var(--primary);color:#fff;font:800 8px Sora,sans-serif}
.vh-activity-tray{position:absolute;right:-148px;top:calc(100% + 14px);z-index:130;width:min(380px,calc(100vw - 32px));border:1px solid var(--border-neon);border-radius:8px;background:rgba(13,19,46,.98);box-shadow:0 24px 70px rgba(0,0,0,.5);color:var(--text);opacity:0;transform:translateY(-6px);transition:opacity .14s ease,transform .14s ease;overflow:hidden}
.vh-activity-tray.is-open{opacity:1;transform:translateY(0)}.vh-activity-tray[hidden]{display:none}
.vh-activity-tray-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 16px 12px;border-bottom:1px solid var(--border)}
.vh-activity-tray-head>span{display:grid;gap:2px}.vh-activity-tray-head small{color:var(--primary);font:800 8px Sora,sans-serif;text-transform:uppercase}.vh-activity-tray-head strong{font:800 18px Sora,sans-serif}
.vh-activity-tray-close{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--border);border-radius:6px;background:rgba(255,255,255,.03);color:var(--muted);font-size:20px;line-height:1;cursor:pointer}.vh-activity-tray-close:hover{border-color:var(--secondary);color:var(--secondary)}
.vh-activity-tray-list{display:grid;max-height:min(390px,calc(100dvh - 180px));overflow-y:auto}
.vh-activity-tray-item{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 7px;gap:11px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);color:var(--text)}.vh-activity-tray-item:hover{background:rgba(47,233,255,.06)}
.vh-activity-tray-item img,.vh-activity-tray-mark{width:42px;height:42px;border-radius:7px;object-fit:cover}.vh-activity-tray-mark{display:grid;place-items:center;border:1px solid var(--border-neon);color:var(--secondary);font:900 14px Sora,sans-serif}
.vh-activity-tray-copy{min-width:0}.vh-activity-tray-copy strong,.vh-activity-tray-copy span,.vh-activity-tray-copy time{display:block}.vh-activity-tray-copy strong{font-size:11px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vh-activity-tray-copy span{margin-top:3px;color:var(--muted);font-size:10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vh-activity-tray-copy time{margin-top:3px;color:var(--faint);font-size:8px}
.vh-activity-tray-dot{width:6px;height:6px;border-radius:50%;background:var(--secondary);box-shadow:0 0 10px rgba(47,233,255,.5)}.vh-activity-tray-item:not(.is-unread) .vh-activity-tray-dot{visibility:hidden}
.vh-activity-tray-state{padding:30px 18px;color:var(--muted);font-size:11px;text-align:center}.vh-activity-tray-state.is-error{color:#ffc1df}
.vh-activity-tray-all{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;color:var(--secondary);font:800 10px Sora,sans-serif}.vh-activity-tray-all:hover{background:rgba(47,233,255,.06)}
.vh-menu-count{float:right;min-width:20px;padding:2px 5px;border-radius:9px;background:var(--primary);color:white;font-size:8px;text-align:center}
.vh-sheet-community-links{grid-template-columns:1fr 1fr}.vh-sheet-community-links a{position:relative}

@media(max-width:1180px){
  .vh-community-page-head{align-items:flex-start;flex-direction:column}
  .vh-messages-layout{grid-template-columns:280px minmax(0,1fr)}
  .vh-account-head-actions{grid-column:1/-1;width:100%}.vh-account-head-actions .btn{flex:1}
  .vh-notification-preferences{grid-template-columns:1fr}
}
@media(max-width:700px), (max-width:1024px) and (max-height:700px) and (pointer:coarse){
  html{margin-top:0!important}#wpadminbar{display:none!important}
  .vh-community-page-head{padding:24px 0 20px}.vh-community-page-head h1{font-size:36px}
  .vh-community-page-head .vh-new-message-open{width:100%}
  .vh-messages-layout{display:block;min-height:0;margin:16px -18px 0;border-right:0;border-left:0;border-radius:0}
  .vh-conversations{border-right:0}.vh-conversation-tools{padding:14px 18px}.vh-conversation-tools-head>strong{font-size:19px}.vh-new-message-compact{min-height:38px;padding:8px 11px;font-size:11px}.vh-conversation-list{max-height:none}.vh-conversation-list>a{padding:13px 18px}.vh-conversation-list strong{font-size:14px}.vh-conversation-list small{font-size:12px}.vh-conversation-list .vh-empty-state{min-height:360px}
  .vh-messages-layout:not(.has-active-thread) .vh-message-thread{display:none}.vh-messages-layout.has-active-thread .vh-conversations{display:none}
  .vh-message-thread{max-height:none;min-height:calc(100dvh - 178px)}.vh-thread-head{position:relative;top:auto;z-index:4;padding:8px 12px}.vh-thread-back{display:grid!important;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid var(--border);border-radius:7px}.vh-thread-back .ic-svg{width:19px;height:19px}.vh-thread-head>a:nth-child(2){min-width:0;margin-right:auto}.vh-thread-head>a:nth-child(2)>span{min-width:0}.vh-thread-head img{width:40px;height:40px}.vh-thread-head strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.vh-thread-head small{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.vh-message{scroll-margin-top:74px}
  .vh-thread-messages{min-height:300px;max-height:none;padding:14px}.vh-message{max-width:88%}.vh-message p{font-size:15px;line-height:1.55}.vh-message footer{font-size:10px}.vh-message-actions button{min-height:28px;padding:3px 5px;font-size:10px}
  .vh-message-composer{padding:9px max(14px,env(safe-area-inset-right,0px)) calc(9px + env(safe-area-inset-bottom,0px)) max(14px,env(safe-area-inset-left,0px));overflow:visible}.vh-message-composer>label{position:absolute;left:-9999px}.vh-composer-foot{margin-top:6px}.vh-composer-foot>small{display:none}.vh-composer-foot>span{width:100%;min-width:0;justify-content:space-between}.vh-composer-foot .btn{flex:0 0 auto;min-width:90px;min-height:40px;max-width:42%}.vh-composer-status{min-width:0;text-align:left}
  .vh-message-welcome{min-height:420px}.vh-editor-toolbar{min-height:38px;padding:3px 5px}.vh-editor-button{height:32px;font-size:12px}.vh-editor-surface{min-height:52px;max-height:104px;padding:10px 11px;font-size:16px!important;line-height:1.5;-webkit-text-size-adjust:100%;touch-action:manipulation}.vh-editor-counter{display:none}.vh-message-composer .vh-emoji-panel{right:8px;left:8px;bottom:calc(100% - 36px);grid-template-columns:repeat(6,minmax(36px,1fr));max-height:190px;overflow-y:auto}.vh-message-composer .vh-emoji-panel button{width:100%;height:38px}
  .vh-new-message-dialog{width:100%;max-width:none;margin:auto 0 0;border-right:0;border-bottom:0;border-left:0;border-radius:10px 10px 0 0}.vh-new-message-dialog>div{padding:28px 18px calc(26px + env(safe-area-inset-bottom,0px))}
  .vh-profile-action{display:grid;grid-template-columns:1fr 1fr;width:100%}.vh-profile-action form,.vh-profile-action button{width:100%}
  .vh-notification-list a{padding:13px 46px 13px 2px}.vh-notification-list strong{font-size:12px}.vh-notification-delete{right:2px}.vh-notification-delete button{width:38px;height:38px}
  .vh-notification-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.vh-notification-actions .btn{width:100%;min-width:0;padding-right:10px;padding-left:10px}
  .vh-nav-activity{display:none}
}

@media(max-width:700px), (max-width:1024px) and (max-height:700px) and (pointer:coarse){
  .vh-welcome{margin-top:16px}.vh-welcome-head{padding:18px;gap:14px}.vh-welcome-head h2{font-size:20px}.vh-welcome-head p{font-size:11px}.vh-welcome-steps{grid-template-columns:1fr}.vh-welcome-steps li,.vh-welcome-steps li:nth-child(2){border-right:0;border-bottom:1px solid var(--border)}.vh-welcome-steps li:last-child{border-bottom:0}.vh-welcome-steps a{min-height:0;padding:15px 18px}.vh-welcome-steps strong{margin-top:7px}.vh-welcome-steps small{margin-top:4px}
  body.vh-mobile-chat-open{padding-bottom:0;overflow:hidden;overscroll-behavior:none}
  body.vh-mobile-chat-open .site-footer{display:none}
  body.vh-mobile-chat-open .vh-tabbar{display:none!important}
  body.vh-mobile-chat-open .kodee-fab,body.vh-mobile-chat-open #chatbot-float-box{display:none!important}
  body.vh-mobile-chat-open .vh-community-wrap{width:100%;max-width:none;height:var(--vh-mobile-chat-height,calc(var(--vh-chat-vh,100dvh) - 68px));min-height:0;padding:0 18px}
  body.vh-mobile-chat-open .vh-messages-page{width:100%;max-width:none;height:100%}
  body.vh-mobile-chat-open .vh-community-page-head,body.vh-mobile-chat-open .vh-messages-page>.vh-notice{display:none}
  body.vh-mobile-chat-open .vh-messages-layout{width:auto;max-width:none;height:100%;margin:0 -18px;border-top:0}
  body.vh-mobile-chat-open .vh-message-thread{height:100%;min-height:0;grid-template-rows:auto minmax(0,1fr) auto}
  body.vh-mobile-chat-open .vh-thread-head{position:sticky;top:0;z-index:8;align-self:start;width:100%}
  body.vh-mobile-chat-open .vh-thread-messages{min-height:0;max-height:none;padding:12px;overflow-y:auto}
  body.vh-mobile-chat-open .vh-message{max-width:90%;padding:9px 11px}
  body.vh-chat-keyboard-open .vh-tabbar{display:none!important}
  body.vh-chat-keyboard-open .vh-community-wrap,body.vh-chat-focus-pending .vh-community-wrap{position:fixed;top:var(--vh-visual-offset-top,0);right:0;left:0;z-index:100005;width:100%;max-width:none;height:var(--vh-mobile-chat-height,var(--vh-chat-vh,100dvh));padding:0 18px;background:#101735}
  body.vh-chat-keyboard-open .vh-thread-head{padding-top:6px;padding-bottom:6px}
  body.vh-chat-keyboard-open .vh-message-composer{padding-bottom:7px}
  body.vh-chat-keyboard-open .vh-editor-surface{max-height:82px}
  .vh-message-thread{transform:translateX(var(--vh-swipe-x,0));transition:transform .2s cubic-bezier(.2,.75,.25,1)}.vh-message-thread.is-swiping{transition:none}.vh-message-thread.is-swipe-exit{transform:translateX(100vw);transition:transform .16s ease-out}
  .vh-message,.vh-message *{touch-action:manipulation}.vh-message-actions{display:none}.vh-message-reply strong{font-size:11px}.vh-message-reply span{font-size:9px}
  .vh-message,.vh-message *,.vh-message-action-sheet,.vh-message-action-sheet *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
  .vh-pinned-messages{top:-12px}.vh-pinned-item>[data-vh-scroll-message]{grid-template-columns:1fr}.vh-pinned-messages span{display:none}.vh-pinned-messages strong{font-size:11px}.vh-unpin-message{width:36px;height:36px}
  .vh-push-actions{grid-template-columns:1fr}
}

@supports selector(html:has(body)){
  html:has(body.vh-community-account){scroll-behavior:auto}
}

@media(min-width:901px){
  body.vh-community-messages .vh-community-wrap{width:min(100%,1600px);max-width:1600px;padding-right:32px;padding-left:32px}
  body.vh-desktop-chat-open{overflow:hidden;overscroll-behavior:none}
  body.vh-desktop-chat-open .site-main{min-height:0;padding-bottom:0}
  body.vh-desktop-chat-open .site-footer{display:none}
  body.vh-desktop-chat-open .vh-community-wrap{height:var(--vh-chat-shell-height,calc(100dvh - 68px));min-height:0;padding-top:10px;padding-bottom:10px}
  body.vh-desktop-chat-open .vh-messages-page{display:flex;height:100%;min-height:0;flex-direction:column}
  body.vh-desktop-chat-open .vh-community-page-head{display:none}
  body.vh-desktop-chat-open .vh-messages-page>.vh-notice{flex:0 0 auto;margin:10px 0 0}
  body.vh-desktop-chat-open .vh-messages-layout{grid-template-columns:minmax(350px,390px) minmax(0,1fr);flex:1;min-height:0;height:auto;margin-top:0}
  body.vh-desktop-chat-open .vh-notice+.vh-messages-layout{margin-top:10px}
  body.vh-desktop-chat-open .vh-conversations{display:flex;min-height:0;flex-direction:column}
  body.vh-desktop-chat-open .vh-conversation-list{flex:1;min-height:0;max-height:none;overflow-y:auto}
  body.vh-desktop-chat-open .vh-message-thread{height:100%;min-height:0;max-height:none;grid-template-rows:auto minmax(0,1fr) auto}
  body.vh-desktop-chat-open .vh-thread-messages{min-height:0;max-height:none}
  body.vh-desktop-chat-open .vh-message-composer{padding:10px 14px 12px}
  body.vh-desktop-chat-open .vh-thread-head{padding:15px 20px}body.vh-desktop-chat-open .vh-thread-head img{width:50px;height:50px}body.vh-desktop-chat-open .vh-thread-head strong{font-size:16px}body.vh-desktop-chat-open .vh-thread-head small{font-size:12px}
  body.vh-desktop-chat-open .vh-conversation-list>a{grid-template-columns:54px minmax(0,1fr) auto;padding:16px}body.vh-desktop-chat-open .vh-conversation-list img{width:54px;height:54px}body.vh-desktop-chat-open .vh-conversation-list strong{font-size:14px}body.vh-desktop-chat-open .vh-conversation-list small{font-size:12px}body.vh-desktop-chat-open .vh-conversation-tabs a{font-size:11px}
  body.vh-desktop-chat-open .vh-thread-messages{gap:12px;padding:24px}body.vh-desktop-chat-open .vh-message{max-width:min(74%,780px);padding:14px 16px}body.vh-desktop-chat-open .vh-message p{font-size:16px;line-height:1.58}body.vh-desktop-chat-open .vh-message footer{gap:8px;font-size:11px}body.vh-desktop-chat-open .vh-message-actions button{font-size:11px}body.vh-desktop-chat-open .vh-message-reply span{font-size:10px}body.vh-desktop-chat-open .vh-message-reply strong{font-size:12px}
  body.vh-desktop-chat-open .vh-editor-surface{min-height:72px;max-height:144px;padding:11px 13px;font-size:16px}
  body.vh-desktop-chat-open .vh-editor-toolbar{min-height:34px}
  body.vh-desktop-chat-open .vh-composer-foot{margin-top:6px}
}

@media(prefers-reduced-motion:reduce){.vh-message.is-new,.vh-message.is-highlighted,.vh-typing-indicator>span,.vh-messages-page,.vh-chat-preload span{animation:none!important}.vh-message-thread,.vh-messages-page.is-opening-chat,.vh-chat-preload{transition:none!important}}

/* Community release 1.8: scalable inbox, safety and member discovery. */
.vh-load-history{align-self:center;min-height:38px;padding:8px 14px;border:1px solid var(--border);border-radius:7px;background:var(--surface-1);color:var(--secondary);font:750 11px Sora,sans-serif;cursor:pointer}.vh-load-history:hover,.vh-load-history:focus-visible{border-color:var(--secondary)}.vh-load-history:disabled{opacity:.62;cursor:wait}
.vh-request-state{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border-top:1px solid var(--border);background:var(--surface-1)}.vh-request-state strong{font:750 14px Sora,sans-serif}.vh-request-state p{margin-top:4px;color:var(--muted);font-size:12px}.vh-request-state>div:last-child{display:flex;gap:8px}.vh-request-state form{margin:0}
.vh-message.is-pending{opacity:.78}.vh-message.is-pending.is-error{border-color:rgba(255,91,139,.55);opacity:1}.vh-message.is-pending [data-vh-retry-send]{min-height:28px;padding:3px 8px;border:1px solid rgba(255,91,139,.48);border-radius:6px;background:transparent;color:#ffafc8;font:750 10px Sora,sans-serif;cursor:pointer}
.vh-report-dialog{width:min(520px,calc(100% - 28px));padding:0;border:1px solid var(--border-neon);border-radius:8px;background:var(--surface-1);color:var(--text);box-shadow:0 24px 70px rgba(0,0,0,.5)}.vh-report-dialog::backdrop{background:rgba(5,9,25,.72);backdrop-filter:blur(7px)}.vh-report-form{display:grid;gap:14px;padding:28px}.vh-report-form h2{font-size:24px}.vh-report-form>p{color:var(--muted);font-size:12px}.vh-report-form label>span{display:block;margin-bottom:7px;color:var(--muted);font-size:12px;font-weight:700}.vh-report-form select,.vh-report-form textarea{width:100%;border:1px solid var(--border);border-radius:7px;background:var(--canvas);color:var(--text);font:inherit;font-size:16px;padding:11px}.vh-report-form output{min-height:18px;color:var(--muted);font-size:11px}.vh-report-form output.is-success{color:var(--secondary)}.vh-report-form output.is-error{color:#ffafc8}.vh-report-form .btn{width:100%}
.vh-profile-details{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0 0;list-style:none}.vh-profile-details li{padding:5px 8px;border:1px solid var(--border);border-radius:6px;background:var(--surface-1);color:var(--muted);font-size:10px;font-weight:700}
.vh-blocked-members{padding-top:4px}.vh-blocked-members>strong,.vh-account-data>strong{display:block;font:750 13px Sora,sans-serif}.vh-blocked-members>p,.vh-account-data>p{margin-top:6px;color:var(--muted);font-size:12px}.vh-blocked-list{display:grid;margin-top:10px;border-top:1px solid var(--border)}.vh-blocked-list>div{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--border)}.vh-blocked-list img{width:40px;height:40px;border-radius:7px;object-fit:cover}.vh-blocked-list span,.vh-blocked-list b,.vh-blocked-list small{display:block;min-width:0}.vh-blocked-list b{font-size:12px}.vh-blocked-list small{margin-top:3px;color:var(--secondary);font-size:10px}.vh-blocked-list .btn{min-height:36px;padding:7px 11px;font-size:11px}.vh-account-data-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.vh-account-data-actions form{margin:0}
.vh-directory-tools{display:grid;grid-template-columns:minmax(0,1fr) 230px auto;gap:10px;margin:24px 0}.vh-directory-tools .btn{min-height:48px}.vh-member-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.vh-member-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;align-items:center;min-height:108px;padding:17px;border:1px solid var(--border);border-radius:8px;background:var(--surface-1);color:var(--text);transition:border-color .18s,transform .18s}.vh-member-card:hover{transform:translateY(-2px);border-color:var(--border-neon)}.vh-member-card>img{width:72px;height:72px;border-radius:8px;object-fit:cover}.vh-member-card>span{display:grid;justify-items:start;min-width:0}.vh-member-card strong,.vh-member-card small,.vh-member-card em{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vh-member-card strong{margin-top:7px;font:750 14px Sora,sans-serif}.vh-member-card small{margin-top:3px;color:var(--secondary);font-size:11px}.vh-member-card em{margin-top:6px;color:var(--faint);font-size:10px;font-style:normal}
body.vh-text-compact .vh-community{font-size:.95rem}body.vh-text-large .vh-community{font-size:1.075rem}body.vh-text-large .vh-community input,body.vh-text-large .vh-community textarea,body.vh-text-large .vh-community select,body.vh-text-large .vh-message p,body.vh-text-large .vh-editor-surface{font-size:17px}body.vh-text-large .vh-conversation-list strong{font-size:15px}body.vh-text-large .vh-conversation-list small{font-size:13px}

@media(max-width:1000px){.vh-member-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.vh-request-state{align-items:stretch;flex-direction:column;padding:14px}.vh-request-state>div:last-child{display:grid;grid-template-columns:1fr 1fr}.vh-request-state .btn{width:100%}.vh-directory-tools{grid-template-columns:1fr}.vh-member-grid{grid-template-columns:1fr}.vh-member-card{min-height:96px;padding:13px}.vh-report-form{padding:24px 18px calc(24px + env(safe-area-inset-bottom,0px))}.vh-report-dialog{width:100%;max-width:none;margin:auto 0 0;border-right:0;border-bottom:0;border-left:0;border-radius:8px 8px 0 0}.vh-blocked-list>div{grid-template-columns:40px minmax(0,1fr)}.vh-blocked-list form{grid-column:2}.vh-account-data-actions{display:grid}.vh-account-data-actions .btn{width:100%}}

/* Account actions use detached form owners so the profile form remains valid. */
.vh-detached-form[hidden]{display:none!important}
@media(max-width:700px){.vh-blocked-list>div>.btn{grid-column:2}}

/* Profile and account architecture. Inspired by compact settings and identity patterns, adapted to Vice Hub. */
.vh-account-head{grid-template-columns:80px minmax(0,1fr) auto;gap:20px;padding:28px 0}
.vh-account-avatar{width:80px;height:80px}.vh-account-head-copy{min-width:0}.vh-account-head-copy h1{margin-top:6px;font-size:34px}.vh-account-head-copy p{max-width:620px;margin-top:5px;font-size:14px;line-height:1.55}
.vh-account-form{grid-template-columns:232px minmax(0,1fr);gap:48px;padding-top:32px}
.vh-settings-rail{position:sticky;top:92px;align-self:start;display:grid;gap:18px;min-width:0}.vh-settings-summary{display:grid;gap:10px;padding:0 12px 18px;border-bottom:1px solid var(--border)}.vh-settings-summary>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.vh-settings-summary span{color:var(--muted);font-size:11px;font-weight:750}.vh-settings-summary strong{font:800 15px Sora,sans-serif}.vh-settings-summary small{color:var(--faint);font-size:10px;line-height:1.5}.vh-settings-progress{display:block!important;width:100%;height:5px;border-radius:3px;background:rgba(255,255,255,.08);overflow:hidden}.vh-settings-progress i{display:block;height:100%;border-radius:inherit;background:var(--grad-sunset)}
.vh-settings-nav{position:static;top:auto;gap:3px}.vh-settings-nav a{display:grid;gap:3px;min-height:54px;padding:10px 12px;border:0;border-left:2px solid transparent;border-radius:0 7px 7px 0}.vh-settings-nav a span{color:inherit;font-size:12px;font-weight:800}.vh-settings-nav a small{color:var(--faint);font-size:9px;line-height:1.35}.vh-settings-nav a:hover,.vh-settings-nav a.is-active{border-left-color:var(--secondary);background:rgba(47,233,255,.07);color:var(--text)}.vh-settings-nav a.is-active small{color:var(--muted)}
.vh-settings-jump{display:none}.vh-settings-stack{max-width:980px}.vh-settings-section{grid-template-columns:minmax(190px,240px) minmax(0,1fr);gap:48px;padding:40px 0}.vh-settings-copy{align-self:start}.vh-settings-copy h2{font-size:24px}.vh-settings-copy p{max-width:230px;line-height:1.6}.vh-settings-fields{max-width:740px;gap:18px}
.vh-avatar-control{display:grid;grid-template-columns:72px minmax(0,1fr);gap:16px;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--border)}.vh-avatar-setting-preview{width:72px;height:72px;border:1px solid var(--border-neon);border-radius:8px;object-fit:cover}.vh-avatar-control label{min-width:0}.vh-avatar-control input[type="file"]{min-height:44px;padding:6px;font-size:12px}.vh-avatar-control input[type="file"]::file-selector-button{min-height:30px;margin-right:10px;padding:6px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface-2);color:var(--text);font:750 10px Sora,sans-serif;cursor:pointer}
.vh-notification-preferences{grid-template-columns:repeat(2,minmax(0,1fr))}.vh-notification-preferences>.vh-preference-group:last-child{grid-column:1/-1}.vh-security-summary>div{padding:15px 0}.vh-account-data{margin-top:8px;padding:18px;border:1px solid rgba(255,91,139,.22);border-radius:8px;background:rgba(255,91,139,.035)}
.vh-account-actions{align-items:center;padding:18px 0 0;border-top:0}.vh-account-actions .btn{min-height:44px}.vh-account-actions .btn-primary{min-width:160px}

.vh-profile-hero{grid-template-columns:128px minmax(0,1fr) auto;gap:26px;align-items:start;padding:44px 0 34px}.vh-profile-avatar{width:128px;height:128px;border-radius:9px}.vh-profile-kicker{display:flex;align-items:center;gap:9px;min-height:24px}.vh-profile-intro h1{margin-top:9px;font-size:clamp(34px,4.4vw,54px)}.vh-profile-bio{max-width:760px;margin-top:15px;font-size:15px;line-height:1.65}.vh-profile-action{align-self:start;padding-top:4px}.vh-profile-action .btn{min-width:124px}
.vh-profile-stats>a,.vh-profile-stats>div{display:flex;flex-direction:column;gap:3px;padding:16px 18px;border-right:1px solid var(--border);color:var(--text)}.vh-profile-stats>a:last-child,.vh-profile-stats>div:last-child{border-right:0}.vh-profile-stats>a:hover{background:rgba(47,233,255,.05)}.vh-profile-stats strong{font-size:20px}.vh-profile-stats span{font-size:9px}
.vh-profile-nav{gap:2px;padding:9px 0}.vh-profile-nav button{display:flex;align-items:center;gap:7px;min-height:38px;padding:8px 10px}.vh-profile-nav button span{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:rgba(255,255,255,.06);color:var(--faint);font-size:8px}.vh-profile-nav button.is-active span,.vh-profile-nav button:hover span{color:var(--secondary)}
.vh-profile-layout{grid-template-columns:minmax(0,1fr) 330px;gap:48px;padding-top:36px}.vh-profile-side{display:grid;align-content:start;gap:18px}.vh-profile-about{padding:20px;border:1px solid var(--border);border-radius:8px;background:rgba(27,34,72,.38)}.vh-profile-about h2{margin-top:7px;font-size:20px}.vh-profile-about .vh-profile-details{display:grid;gap:0;margin-top:15px}.vh-profile-about .vh-profile-details li{padding:10px 0;border:0;border-bottom:1px solid var(--border);border-radius:0;background:transparent}.vh-profile-about .vh-profile-details li:last-child{border-bottom:0}.vh-profile-about .vh-social-links{margin-top:16px}.vh-profile-comments{position:static}.vh-profile-empty{padding:34px 0 42px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.vh-profile-empty h2{margin-top:7px}.vh-profile-empty p{max-width:620px;margin-top:10px;color:var(--muted);font-size:14px;line-height:1.65}.vh-profile-empty .btn{margin-top:20px}[data-vh-profile-panel][hidden]{display:none!important}

@media(max-width:980px){
  .vh-account-form{grid-template-columns:1fr;gap:22px}.vh-settings-rail{display:none}.vh-settings-jump{position:sticky;top:78px;z-index:30;display:grid;gap:6px;padding:10px;border:1px solid var(--border-neon);border-radius:8px;background:rgba(13,19,46,.97);box-shadow:0 12px 28px rgba(0,0,0,.24)}.vh-settings-jump>span{margin:0!important;padding:0 3px;color:var(--faint)!important;font-size:9px!important;text-transform:uppercase}.vh-settings-jump select{min-height:42px}.vh-settings-stack{max-width:none}.vh-account-actions{grid-column:1}
  .vh-profile-layout{grid-template-columns:1fr 310px;gap:30px}.vh-profile-posts{grid-template-columns:1fr}
}
@media(max-width:760px){
  .vh-account-head{grid-template-columns:64px minmax(0,1fr);gap:14px;padding:22px 0}.vh-account-avatar{width:64px;height:64px}.vh-account-head-copy h1{font-size:28px}.vh-account-head-copy p{font-size:13px}.vh-account-head-actions{grid-column:1/-1}.vh-account-head-actions .btn{min-width:0}.vh-settings-jump{top:70px}.vh-settings-section{grid-template-columns:1fr;gap:16px;padding:28px 0}.vh-settings-copy h2{font-size:22px}.vh-settings-copy p{max-width:none}.vh-settings-fields{max-width:none}.vh-avatar-control{grid-template-columns:64px minmax(0,1fr);gap:13px}.vh-avatar-setting-preview{width:64px;height:64px}.vh-social-fields,.vh-notification-preferences,.vh-security-summary{grid-template-columns:1fr}.vh-notification-preferences>.vh-preference-group:last-child{grid-column:1}.vh-account-actions{padding:9px}.vh-account-actions .btn-primary{min-width:0}
  .vh-profile-hero{grid-template-columns:88px minmax(0,1fr);gap:15px;padding:28px 0 24px}.vh-profile-avatar{width:88px;height:88px}.vh-profile-kicker{align-items:flex-start;flex-direction:column;gap:5px}.vh-profile-intro h1{margin-top:7px;font-size:30px}.vh-profile-bio{grid-column:1/-1;margin-top:12px;font-size:14px}.vh-profile-action{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;width:100%;padding-top:0}.vh-profile-action .btn,.vh-profile-action form,.vh-profile-action button{width:100%;min-width:0}.vh-profile-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.vh-profile-stats>a,.vh-profile-stats>div{padding:12px 5px;border-right:1px solid var(--border);border-bottom:0!important;text-align:center}.vh-profile-stats strong{font-size:17px}.vh-profile-stats span{font-size:7px}.vh-profile-nav{margin:0 -18px;padding:8px 18px}.vh-profile-layout{grid-template-columns:1fr;gap:26px;padding-top:26px}.vh-profile-side{gap:14px}.vh-profile-about,.vh-profile-comments{padding:18px}.vh-profile-empty{padding:28px 0}
}

/* Long-press message actions: compact, touch-safe and clearly grouped. */
.vh-message-action-sheet{padding:14px 14px calc(14px + env(safe-area-inset-bottom,0px))}
.vh-message-action-sheet>div{width:min(440px,100%);padding:16px;border-radius:16px}
.vh-action-sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.vh-action-sheet-head>span{min-width:0}.vh-action-sheet-head .eyebrow{font-size:8px}.vh-action-sheet-head strong{display:block;margin-top:5px;overflow:hidden;color:var(--text);font:750 13px Sora,sans-serif;text-overflow:ellipsis;white-space:nowrap}
.vh-action-sheet-close{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;padding:0;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--muted);cursor:pointer}.vh-action-sheet-close .ic-svg{width:17px;height:17px}
.vh-action-sheet-reactions{gap:4px;margin-top:13px;padding:4px;border-radius:10px}.vh-action-sheet-reactions button{min-height:42px;border-radius:7px;font-size:21px}
.vh-action-sheet-buttons{grid-template-columns:1fr 1fr;gap:6px;margin-top:10px}
.vh-action-sheet-buttons button{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;align-items:center;min-height:48px;padding:8px 10px;border-radius:8px;text-align:left}
.vh-action-sheet-buttons button[hidden]{display:none}
.vh-message-action-sheet button{touch-action:manipulation}
.vh-action-sheet-buttons button .ic-svg{width:17px;height:17px;color:var(--faint)}.vh-action-sheet-buttons button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vh-action-sheet-buttons button:hover .ic-svg,.vh-action-sheet-buttons button.is-active .ic-svg{color:var(--secondary)}
.vh-action-sheet-buttons .is-destructive{border-color:rgba(255,91,139,.28);color:#ffafc8}.vh-action-sheet-buttons .is-destructive .ic-svg{color:#ff7fac}.vh-action-sheet-buttons .is-warning{border-color:rgba(255,181,71,.25);color:#ffc878}.vh-action-sheet-buttons .is-warning .ic-svg{color:#ffb547}
@media(max-width:380px){.vh-message-action-sheet{padding-right:10px;padding-left:10px}.vh-message-action-sheet>div{padding:14px}.vh-action-sheet-buttons button{font-size:11px}.vh-action-sheet-reactions button{font-size:19px}}
@media(prefers-reduced-motion:reduce){.vh-message-action-sheet>div{animation:none}}
html[data-theme="light"] .vh-action-sheet-close{background:var(--surface-2)}

/* Messaging release 1.9: compact composer, consistent light mode and desktop messenger polish. */
.vh-chat-preload{background:var(--canvas)}
.vh-thread-menu summary .ic-svg{width:19px;height:19px}
.vh-message-actions{gap:2px}
.vh-message-actions button{display:grid;place-items:center;width:28px;height:28px;padding:0;border:1px solid transparent;border-radius:6px}
.vh-message-actions button .ic-svg{width:14px;height:14px}
.vh-message-actions button:hover,.vh-message-actions button:focus-visible{border-color:var(--border);background:var(--surface-2);color:var(--secondary);outline:none}
.vh-message-composer{padding:12px 16px 14px}
.vh-composer-row{display:grid;grid-template-columns:minmax(0,1fr) 46px;gap:10px;align-items:end}
.vh-message-composer .vh-editor-shell{display:flex;min-width:0;flex-direction:column;background:var(--canvas);overflow:visible}
.vh-message-composer .vh-editor-surface{order:1;min-height:48px;max-height:144px;padding:11px 13px;font-size:16px;line-height:1.5}
.vh-message-composer .vh-editor-toolbar{order:2;min-height:36px;padding:3px 5px;border-top:1px solid var(--border);border-bottom:0;overflow-x:auto}
.vh-message-composer .vh-editor-toolbar.is-collapsed .vh-editor-format-control{display:none}
.vh-message-composer .vh-editor-format-toggle{flex-basis:34px;width:34px}
.vh-message-composer .vh-editor-format-toggle[aria-expanded="true"]{background:rgba(47,233,255,.1);color:var(--secondary)}
.vh-message-composer .vh-editor-counter{display:none}
.vh-composer-send{display:grid!important;place-items:center!important;width:46px!important;min-width:46px!important;max-width:46px!important;height:46px!important;min-height:46px!important;padding:0!important;border-radius:8px!important}
.vh-composer-send .ic-svg{width:20px;height:20px;stroke-width:2.2}
.vh-composer-send.is-loading .ic-svg{animation:vh-send-pulse .8s ease-in-out infinite alternate}
@keyframes vh-send-pulse{to{opacity:.42;transform:translateX(2px)}}
.vh-composer-foot{min-height:18px;margin-top:5px}.vh-composer-foot small{margin-right:auto}.vh-composer-status{margin-left:auto}
.vh-composer-status:empty{display:none}
.vh-message-composer .vh-emoji-panel{bottom:42px}
.vh-message-composer .vh-editor-emoji .ic-svg{width:17px;height:17px}

html[data-theme="light"] .vh-chat-preload,
html[data-theme="light"] .vh-message-composer .vh-editor-shell,
html[data-theme="light"] .vh-message-composer .vh-editor-shell:focus-within{background:var(--surface-1)}
html[data-theme="light"] body.vh-chat-keyboard-open .vh-community-wrap,
html[data-theme="light"] body.vh-chat-focus-pending .vh-community-wrap{background:var(--canvas)}
html[data-theme="light"] .vh-message-actions button:hover,
html[data-theme="light"] .vh-message-actions button:focus-visible{background:var(--surface-2)}

@media(max-width:700px), (max-width:1024px) and (max-height:700px) and (pointer:coarse){
  body.vh-chat-keyboard-open .vh-community-wrap,body.vh-chat-focus-pending .vh-community-wrap{background:var(--canvas)}
  .vh-thread-head{min-height:58px;padding:8px 10px}.vh-thread-head>a:nth-child(2){gap:9px}.vh-thread-head img{width:38px;height:38px}.vh-thread-menu summary{width:38px;height:38px}
  .vh-thread-messages{gap:9px;padding:12px}.vh-message{max-width:86%;padding:10px 12px}.vh-message p{font-size:16px;line-height:1.52}.vh-message footer{gap:6px;font-size:10px}
  .vh-message-composer{padding:8px max(10px,env(safe-area-inset-right,0px)) calc(8px + env(safe-area-inset-bottom,0px)) max(10px,env(safe-area-inset-left,0px))}
  .vh-composer-row{grid-template-columns:minmax(0,1fr) 44px;gap:8px}.vh-composer-send{width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important}
  .vh-message-composer .vh-editor-surface{min-height:46px;max-height:92px;padding:10px 11px;font-size:16px!important}
  .vh-message-composer .vh-editor-toolbar{min-height:34px;padding:2px 4px}.vh-message-composer .vh-editor-button{height:30px}
  .vh-composer-foot{min-height:16px;margin-top:3px}.vh-composer-foot small{display:none}.vh-composer-status{font-size:10px;text-align:left}
  .vh-message-composer .vh-emoji-panel{right:0;bottom:38px;left:0}
  .vh-pinned-messages{margin-right:-8px;margin-left:-8px;padding-right:8px;padding-left:8px}
}

@media(min-width:901px){
  body.vh-desktop-chat-open .vh-messages-layout{grid-template-columns:minmax(360px,400px) minmax(0,1fr);border-color:var(--border)}
  body.vh-desktop-chat-open .vh-conversations{background:var(--canvas)}
  body.vh-desktop-chat-open .vh-conversation-tools{padding:18px}
  body.vh-desktop-chat-open .vh-conversation-list>a{position:relative;min-height:84px;padding:14px 16px}
  body.vh-desktop-chat-open .vh-conversation-list>a.is-active:before{content:"";position:absolute;top:12px;bottom:12px;left:0;width:3px;border-radius:0 3px 3px 0;background:var(--secondary)}
  body.vh-desktop-chat-open .vh-thread-head{min-height:76px;padding:12px 20px}
  body.vh-desktop-chat-open .vh-thread-messages{gap:10px;padding:24px clamp(24px,4vw,54px)}
  body.vh-desktop-chat-open .vh-message{max-width:min(68%,720px)}
  body.vh-desktop-chat-open .vh-message-composer{padding:12px clamp(20px,3vw,42px) 14px}
  body.vh-desktop-chat-open .vh-message-composer .vh-editor-surface{min-height:50px;max-height:132px}
  body.vh-desktop-chat-open .vh-composer-foot{margin-top:4px}
}

@media(prefers-reduced-motion:reduce){.vh-composer-send.is-loading .ic-svg{animation:none}}
