/* 爱玩牛 VI · A 基础系统 — 数字端品牌落位
   标准色：克莱因蓝 #002FA7 / 爱马仕橙 #FF770F / 中国红 #D82C16
   辅助色：#F4F6FA · #EEF3FF · #FFF7EF
   设计令牌（颜色、间距、圆角、阴影）统一在 styles.css 的 :root 定义。
   本文件仅负责：品牌标识（Logo）使用规范、字体与安全留白。 */

/* 品牌标识：保持原始宽高比，不重绘、不重排品牌字 */
.brand-mark{width:max-content;line-height:0;letter-spacing:normal}
.brand-mark img{display:block;width:206px;height:auto}
.brand-mark.small img{width:152px}

/* 侧栏 / 顶栏头像与品牌字间距 */
.side-top{letter-spacing:normal}

@media(max-width:880px){
  .brand-mark img{width:176px}
  .brand-mark.small img{width:152px}
}
