/* surface.css —— 表层皮肤（浅色 / 公文体）：pages/office/ 律所公开区
 * 不随账号换肤（公开区永远是它公开的样子）。
 */

body.surface {
  background: #f9ebde;
  color: #4a4a4a;
}

body.surface header.site-header {
  background: #f9ebde;
  border-bottom-color: #e0cdb8;
}

body.surface header.site-header .brand { color: #7a5a3a; }
body.surface a { color: #d15c20; }

body.surface .sheet,
body.surface .document {
  background: #fffdfa;
  border-color: #e6d8c6;
  box-shadow: 0 1px 0 #efe3d4;
}

body.surface h1,
body.surface h2 { color: #6d4b2c; }

body.surface .doc-head { border-bottom-color: #e6d8c6; }
body.surface .catalog th { background: #f6e9da; }
body.surface .catalog th,
body.surface .catalog td { border-color: #e6d8c6; }

body.surface form.gate { border-color: #e6d8c6; background: #fffdfa; }
body.surface .locked { border-color: #d8c3a8; }

body.surface footer { border-top-color: #e0cdb8; color: #8a7458; }
