.nav-drawer-overlay{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.72);opacity:0;visibility:hidden;transition:opacity .3s}.nav-drawer-overlay.open{opacity:1;visibility:visible}.nav-drawer{position:absolute;inset:0 0 0 auto;width:min(256px,60%);height:100%;background:rgba(255,255,255,.97);backdrop-filter:blur(20px);border-left:1px solid rgba(231,218,222,.6);transform:translateX(100%);transition:transform .35s;box-shadow:-5px 0 18px rgba(30,20,24,.12)}.nav-drawer-overlay.open .nav-drawer{transform:none}.drawer-user{height:66px;padding:14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(231,218,222,.6)}.drawer-avatar{width:36px;height:36px;border:1px solid rgba(227,84,122,.4);border-radius:50%;background:rgba(227,84,122,.15);display:grid;place-items:center;flex:0 0 auto}.drawer-avatar svg{width:18px;height:18px;color:var(--theme-e3547a,#e3547a)}.drawer-user b,.drawer-user small{display:block}.drawer-user b{max-width:130px;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:var(--theme-3d2930,#3d2930)}.drawer-user small{font-size:10px;color:var(--theme-917881,#917881)}.drawer-user em{font-style:normal;color:var(--theme-ff7d5c,#ff7d5c)}.drawer-close{position:absolute;right:10px;top:11px;width:25px;height:25px;padding:0;border:0;background:transparent;color:var(--theme-e3547a,#e3547a);z-index:2}.drawer-close svg{width:25px;height:25px;transform:rotate(45deg);border:1.5px solid var(--theme-e3547a,#e3547a);border-radius:50%;padding:4px}.drawer-links{padding:7px}.drawer-links a{height:41px;padding:0 11px;border-radius:9px;display:flex;align-items:center;gap:11px;color:var(--theme-917881,#917881);text-decoration:none;font-size:12px;transition:.2s}.drawer-links a svg{width:15px;height:15px;flex:0 0 auto}.drawer-links a.active{padding-left:9px;border-left:2px solid var(--theme-e3547a,#e3547a);background:rgba(227,84,122,.15);color:var(--theme-e3547a,#e3547a)}.drawer-foot{padding:14px;border-top:1px solid rgba(231,218,222,.6)}.drawer-logout{width:100%;height:29px;border:0;border-radius:8px;background:transparent;color:var(--theme-917881,#917881);font-size:10px}.drawer-logout:hover{background:var(--theme-fff0f4,#fff0f4);color:var(--theme-e3547a,#e3547a)}body.drawer-open{overflow:hidden}
/* Isolate drawer navigation from the horizontal site-header nav rules. */
.nav-drawer .drawer-links{display:block;height:auto;padding:7px;overflow:visible;color:inherit}
.nav-drawer .drawer-links a{display:flex;width:100%;height:41px;padding:0 11px;align-items:center;gap:11px;white-space:nowrap;border-bottom:0}
.nav-drawer .drawer-links a.active{height:41px;padding:0 11px 0 9px;border-left:2px solid var(--theme-e3547a,#e3547a);border-bottom:0}
@media(max-width:430px){.nav-drawer{width:60%}}
.drawer-auth-actions{display:flex;gap:8px}.drawer-auth-actions a{flex:1;height:32px;display:grid;place-items:center;border:1px solid var(--theme-e3547a,#e3547a);border-radius:8px;color:var(--theme-e3547a,#e3547a);text-decoration:none;font-size:11px}.drawer-auth-actions a.primary{background:var(--theme-e3547a,#e3547a);color:#fff}
