/* ============================================================
   epoxysca theme.css — 品牌绿现代质感层 (2026-09-27)
   加载于主样式之后, 仅做增强, 不破坏原版式与品牌色
   回滚: 删除模板中本文件的 link 行即可
   ============================================================ */
:root{
  --ep-green:#00833d; --ep-green-2:#00a049; --ep-green-deep:#055028;
  --ep-orange:#f90; --ep-ink:#1f2937; --ep-body:#4b5563; --ep-mute:#6b7280;
  --ep-line:#e5e7eb; --ep-bg:#f7f9f8;
}
/* 文字渲染 */
body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
/* 全局交互过渡 */
a,button,input,textarea,select{transition:color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease}
/* 表单焦点光晕 */
input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=number]:focus,textarea:focus,select:focus{border-color:#00833d;box-shadow:0 0 0 3px rgba(0,131,61,.12);outline:none}
/* 控件微圆角 */
button,input[type=submit],input[type=button],input[type=text],input[type=password],input[type=email],input[type=tel],textarea{border-radius:4px}
/* 表格边框柔化 */
table,table td,table th{border-color:#e5e7eb}
/* 文字选区 */
::selection{background:#00833d;color:#fff}
/* 滚动条 */
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-track{background:#f1f3f2}
::-webkit-scrollbar-thumb{background:#00833d;border-radius:6px;border:2px solid #f1f3f2}
::-webkit-scrollbar-thumb:hover{background:#055028}
/* 平滑滚动 */
html{scroll-behavior:smooth}

/* ============ 字体系统 (2026-09-27) ============ */
:root{--ep-font:'HarmonyOS Sans SC','MiSans','PingFang SC','Microsoft YaHei','Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}
body{font-family:var(--ep-font)!important}
h1,h2,h3,h4,h5,h6{font-family:var(--ep-font);font-weight:600;letter-spacing:.3px}
p{line-height:1.8}
td,th{line-height:1.6}
a,button,input,textarea,select{font-family:inherit}
