html .sidebar-reveal,html .mobile-menu-button{width:44px;min-width:44px;height:44px;min-height:44px;padding:0;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transition:background-color .14s ease,border-color .14s ease,color .14s ease}html .sidebar-reveal{top:14px}@media(min-width:1051px){.app-shell.sidebar-hidden .operations-bar{grid-template-columns:minmax(0,1fr) max-content}.app-shell.sidebar-hidden .user-pill{white-space:nowrap}}html .sidebar-reveal>svg{display:none}html .sidebar-reveal:before{content:"";display:block;width:22px;height:22px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='M9 4v16m4-11 3 3-3 3'/%3E%3C/svg%3E") center / contain no-repeat}html .mobile-menu-button>svg{width:20px;height:20px;stroke-width:1.75}html .sidebar-reveal:hover,html .mobile-menu-button:hover{background:var(--navy-soft);border-color:var(--muted);color:var(--teal-dark)}html .sidebar-reveal:active,html .mobile-menu-button:active{background:var(--teal-soft);border-color:var(--teal)}html .sidebar-reveal:focus-visible,html .mobile-menu-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}html[data-theme=dark] .sidebar-reveal,html[data-theme=dark] .mobile-menu-button{background:var(--panel);border-color:var(--line)}html[data-theme=dark] .sidebar-reveal:hover,html[data-theme=dark] .mobile-menu-button:hover{background:var(--navy-soft);border-color:var(--muted)}@media(prefers-reduced-motion:reduce){html .sidebar-reveal,html .mobile-menu-button{transition:none}}
