.app-navbar{position:fixed;top:0;left:0;right:0;height:64px;background:transparent;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 20px rgba(30,41,59,.1);justify-content:space-between;padding:0 40px;z-index:1000}.app-navbar,.app-navbar-left{display:flex;align-items:center}.app-navbar-left{gap:12px}.app-logo{height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.icon-svg{width:20px;height:20px}.app-title{font-size:16px;font-weight:600;color:#1f2937}.app-navbar-right,.user-profile{display:flex;align-items:center}.user-profile{gap:8px;padding:6px 12px;border-radius:8px;cursor:pointer;transition:background-color .2s}.user-profile:hover{background-color:#f3f4f6}.user-avatar{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600}.user-name{font-size:14px;color:#4b5563;font-weight:500}