/* layouts/profile.css — /by/:ig 桌機版面約束
   依賴：tokens.css、chrome.css、profile.css、body.profile
   用途：masthead + mode-stripe 跟隨 --canvas-max 置中（對齊 layouts/shoe.css 做法） */

@media (min-width: 1024px) {
  .profile .masthead,
  .profile .mode-stripe {
    max-width: var(--canvas-max, 1180px);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
