.topbar{border-bottom:.5px solid var(--border);z-index:50;background:rgba(var(--background-rgb), .82);-webkit-backdrop-filter:blur(14px);flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 22px;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:16px;min-width:0;display:flex}.topbar-nav{gap:2px;display:flex}.topbar-link{color:var(--muted-light);border-radius:8px;align-items:center;padding:6px 11px;font-size:13px;text-decoration:none;transition:color .15s,background .15s;display:inline-flex}.topbar-link:hover{color:var(--foreground)}.topbar-link.on{color:var(--foreground);background:var(--surface)}.topbar-right{align-items:center;gap:14px;display:flex}.topbar-admin{position:relative}.topbar-admin-trigger{color:var(--muted-light);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:6px 4px;font-family:inherit;font-size:13px;display:inline-flex}.topbar-admin-trigger:hover,.topbar-admin-trigger.on{color:var(--foreground)}.topbar-caret{font-size:10px}.topbar-admin-pop{min-width:150px;position:absolute;top:calc(100% + 6px);left:auto;right:0}.topbar-mobile-nav{display:none;position:relative}.topbar-mobile-trigger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:4px;width:44px;height:44px;padding:0;display:flex}.topbar-mobile-bar{background:var(--muted-light);border-radius:1px;width:18px;height:1.5px;margin:0 auto;transition:background .15s;display:block}.topbar-mobile-trigger:hover .topbar-mobile-bar,.topbar-mobile-trigger[aria-expanded=true] .topbar-mobile-bar{background:var(--foreground)}.topbar-mobile-pop{min-width:150px;position:absolute;top:calc(100% + 6px);left:0;right:auto}@media (max-width:768px){.topbar{padding:0 14px}.topbar-left{gap:10px}.topbar-link{padding:6px 9px}}@media (max-width:560px){.topbar{height:52px;padding:0 12px}.topbar-left{gap:8px}.topbar .brand-mark{transform-origin:0;transform:scale(.9)}.topbar-nav{display:none}.topbar-mobile-nav{display:block}.topbar-admin{display:none}.topbar-mobile-pop{min-width:220px;left:auto;right:0}.topbar-right{gap:4px}}.admin-main--top{width:100%;max-width:1100px;margin:0 auto}
