.mobile-navbar{position:fixed;top:0;left:0;right:0;height:56px;background:#fff;border-bottom:1px solid #e5e7eb;z-index:1002;padding-top:env(safe-area-inset-top,0);display:none}@media (max-width:768px){.mobile-navbar{display:block}}.mobile-navbar-container{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 16px;max-width:100%}.mobile-navbar-logo{display:flex;align-items:center;height:40px;text-decoration:none}.mobile-navbar-logo img{height:32px;width:auto}.mobile-navbar-profile{position:relative;display:flex;align-items:center;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-navbar-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;transition:border-color .2s ease}.mobile-navbar-avatar:hover{border-color:#d1d5db}.mobile-navbar-avatar-placeholder{background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280;border:2px solid #e5e7eb}.mobile-navbar-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:8px 0;min-width:160px;z-index:1003;overflow:hidden}.mobile-navbar-menu-item{width:100%;padding:12px 16px;background:transparent;border:none;text-align:left;font-size:15px;font-weight:500;color:#374151;cursor:pointer;transition:background-color .15s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-navbar-menu-item:hover{background:#f9fafb}.mobile-navbar-menu-item:active{background:#f3f4f6}.mobile-navbar-menu-item-danger{color:#dc2626}.mobile-navbar-menu-item-danger:hover{background:#fef2f2}.mobile-navbar-menu-divider{height:1px;background:#e5e7eb;margin:4px 0}