/* ============ 今日记事 品牌定制 ============ */

/* 主色：AppFlowy 青蓝 #00b5ff -> 大厂蓝 #1677ff（全站按钮/强调色） */
:root, html, body {
  --fill-default: #1677ff !important;
  --fill-hover: #3b8aff !important;
  --fill-pressed: #0e5fd8 !important;
  --fill-active: #e8f1ff !important;
  --fill-theme-thick-hover: #0e5fd8 !important;
  --brand-skyline: #1677ff !important;
}

/* 隐藏右下角 AppFlowy 帮助/支持气泡 */
div.fixed.bottom-6.right-6 { display: none !important; }

/* 隐藏顶栏右上角的 AppFlowy Logo 按钮 */
.appflowy-top-bar .items-center.justify-between > .flex.items-center.gap-2:last-child > button:last-child {
  display: none !important;
}

/* 登录页已由源码（LoginPage.tsx 分屏布局）实现，不再用注入样式覆盖。 */
