.wh-sh{--wh-navy:#071c3d;--wh-teal:#18c5b7;--wh-teal-light:#42d6cb;--wh-rail-muted:#7f93ad;display:grid;grid-template-columns:72px 1fr;min-height:100vh}.wh-sh-rail{background:var(--wh-navy);display:flex;flex-direction:column;padding:12px 6px;gap:2px}.wh-sh-brand{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 0 14px}.wh-sh-brand img{width:30px;height:auto}.wh-sh-brand-nome{display:none;font-weight:700;color:#fff;font-size:1.05rem}.wh-sh-brand-nome .wh-h{color:var(--wh-teal-light)}.wh-sh-item{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;padding:9px 4px;border-radius:10px;color:var(--wh-rail-muted);text-align:center;cursor:pointer;transition:background-color .15s ease,color .15s ease}.wh-sh-item:hover{background:hsla(0,0%,100%,.06);color:#fff}.wh-sh-item.ativo{background:rgba(24,197,183,.16);color:var(--wh-teal-light)}.wh-sh-item .wh-sh-ic{line-height:1;flex:0 0 auto}.wh-sh-item .wh-sh-ic svg{width:20px;height:20px}.wh-sh-rotulo{font-size:10px;line-height:1.15;white-space:nowrap}.wh-sh-foot{margin-top:auto;padding-top:8px;display:flex;flex-direction:column;align-items:center;gap:8px}.wh-sh-avatar{width:34px;height:34px;border-radius:50%;background:rgba(24,197,183,.18);color:var(--wh-teal-light);display:grid;place-items:center;font-size:.72rem;font-weight:700;flex:0 0 auto}.wh-sh-sair{display:flex;flex-direction:column;align-items:center;gap:3px;width:100%;padding:7px 4px;border:none;background:transparent;color:var(--wh-rail-muted);border-radius:10px;cursor:pointer;font:inherit;font-size:10px}.wh-sh-sair:hover{background:hsla(0,0%,100%,.06);color:#fff}.wh-sh-sair svg{width:18px;height:18px}.wh-sh-main{display:flex;flex-direction:column;min-width:0;background:var(--bg)}.wh-sh-top{display:flex;align-items:center;gap:12px;min-height:60px;padding:10px 24px;border-bottom:1px solid var(--line);background:var(--surface)}.wh-sh-hello{display:flex;flex-direction:column;line-height:1.2}.wh-sh-hello-nome{font-weight:700;color:var(--text);font-size:.98rem}.wh-sh-hello-sub{font-size:.78rem;color:var(--muted)}.wh-sh-top-acoes{margin-left:auto;display:flex;align-items:center;gap:12px}.wh-sh-content{flex:1 1;min-width:0}.wh-sh-hamb{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid var(--line);border-radius:10px;color:var(--text);cursor:pointer}.wh-sh-hamb svg{width:18px;height:18px}.wh-sh-backdrop{display:none}@media (max-width:900px){.wh-sh{grid-template-columns:1fr}.wh-sh-rail{position:fixed;top:0;left:0;bottom:0;width:min(84vw,300px);z-index:40;transform:translateX(-100%);transition:transform .22s ease;box-shadow:0 10px 40px rgba(0,0,0,.4);overflow-y:auto}.wh-sh-rail.aberto{transform:translateX(0)}.wh-sh-item{flex-direction:row;justify-content:flex-start;gap:12px;padding:12px;text-align:left}.wh-sh-rotulo{font-size:14px}.wh-sh-brand{justify-content:flex-start;padding-left:8px}.wh-sh-brand-nome{display:inline}.wh-sh-foot{align-items:stretch}.wh-sh-sair{flex-direction:row;justify-content:flex-start;gap:12px;padding:12px;font-size:14px}.wh-sh-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:35}.wh-sh-hamb{display:inline-flex}}@media (prefers-reduced-motion:reduce){.wh-sh-rail{transition:none}}