/* OPC v5 · Pixel Office — 与 grok-bot-office 同套暖色像素 UI */
:root{
  /* office.tpl.html C palette */
  --bg:#f4ecd8;
  --bg-soft:#eedbb4;
  --surface:#fbf5e7;
  --surface-2:#eee1c0;
  --border:#dccaa2;
  --border-strong:#b09a6e;
  --text-1:#1a1f34;
  --text-2:#5a5344;
  --text-3:#8c8166;
  --accent:#d9762a;
  --accent-2:#2b8f5c;
  --accent-3:#e8b04b;
  --good:#2b8f5c;
  --warn:#c88a1c;
  --bad:#cf4a3f;
  --grad:linear-gradient(135deg,#d9762a,#c88a1c);
  --grad-soft:linear-gradient(180deg,#fbf5e7,#eee1c0);
  --radius:0px;
  --radius-sm:0px;
  --radius-lg:0px;
  --shadow:3px 3px 0 rgba(120,92,50,.22);
  --shadow-lg:5px 5px 0 rgba(120,92,50,.28);
  --deep:#0c1220;
  --dark:#1a1f34;
  --cream:#fcf6ec;
  --gold:#e8b04b;
  --floor-g:rgba(180,154,110,.35);
  --font-sans:'Noto Sans SC','PingFang SC','Hiragino Sans GB',system-ui,sans-serif;
  --font-display:'Noto Sans SC','PingFang SC',system-ui,sans-serif;
  --font-serif:'Noto Serif SC',serif;
  --font-mono:'JetBrains Mono','IBM Plex Mono',monospace;
  --letter-tight:-.02em;
  --ease:cubic-bezier(.22,1,.36,1);
}

body.deck-v5{
  font-family:var(--font-sans);
  -webkit-font-smoothing:auto;
  -moz-osx-font-smoothing:auto;
}
