From 1d07812fa84cd870b0c2c448089efbacb4ee49d1 Mon Sep 17 00:00:00 2001 From: leefer Date: Tue, 25 Aug 2026 11:49:38 +0800 Subject: [PATCH] =?UTF-8?q?HEL-124:=20=E7=AC=AC5=E6=89=B9=E2=80=94?= =?UTF-8?q?=E2=80=94=E7=BC=BA=E5=8F=A3=E6=80=81=E8=A1=A5=E7=94=BB=20+=20?= =?UTF-8?q?=E5=93=8D=E5=BA=94=E5=BC=8F=E6=89=AB=E5=B0=BE=20+=20=E6=B8=85?= =?UTF-8?q?=E7=90=86=E6=97=A7=E9=BB=91=E7=BB=BF=E6=AE=8B=E7=95=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - design-system.css: 补 .app-view/.is-active/.sr-only/.skip-link 结构类、Toast(带 kind)、侧滑详情抽屉、加载骨架/加载中行、.notice.success、窄屏侧栏折叠(汉堡菜单) - app.js: 重写 showToast(带 kind) 与 initDetailDrawer 用新 token;fetch 补加载中/错误/空态;detailContent 改真实文案并接线 data-detail 触发;清理 animateView/initMotion/initShell 旧类名残留;COMPANY_FLOWS 加「原型占位」注释 - admin.html/company.html: 移除 styles.css 引用、bump ?v=3;待办列表接 data-detail - 删除 web/styles.css(源头删净 #050505/#37eb89/--color-*/--jn-* 等旧黑绿残留) - index/login 页 bump ?v=2 Co-authored-by: multica-agent --- web/admin.html | 13 +- web/app.js | 222 +++++------ web/company.html | 13 +- web/design-system.css | 118 ++++++ web/index.html | 2 +- web/login-admin.html | 4 +- web/login-company.html | 4 +- web/styles.css | 827 ----------------------------------------- 8 files changed, 247 insertions(+), 956 deletions(-) delete mode 100644 web/styles.css diff --git a/web/admin.html b/web/admin.html index 184e16c..a3d3afe 100644 --- a/web/admin.html +++ b/web/admin.html @@ -5,8 +5,7 @@ 总账管理端 · 金牛集团 - - + @@ -206,7 +205,7 @@ 待办队列12 项待处理 · 下方为影响结账的前 4 项,从第 1 项开始 -
+
金牛置业 · 中行尾号 8821 账户 7 月流水断档 11 天
@@ -214,7 +213,7 @@
-
+
金牛农业 7 月全部账户未提交流水
@@ -222,7 +221,7 @@
-
+
金牛新能源 ↔ 金牛贸易 3 笔单边流水待对方证据
@@ -230,7 +229,7 @@
-
+
5 笔手工记录待确认往来科目
@@ -1051,7 +1050,7 @@
- + + diff --git a/web/design-system.css b/web/design-system.css index 2052ad2..a849891 100644 --- a/web/design-system.css +++ b/web/design-system.css @@ -363,6 +363,9 @@ p { margin: 0; } .list-row .lr-title { font-weight: 550; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .list-row .lr-sub { font-size: 12px; color: var(--muted); margin-top: 1px; } .list-row .lr-side { text-align: right; flex: none; } +[data-detail] { cursor: pointer; } +.list-row[data-detail]:hover { background: var(--fg-soft); } +.list-row[data-detail] { margin-inline: -4px; padding-inline: 4px; border-radius: var(--radius); } /* ─── 弹窗 ──────────────────────────────────────────────────────── */ .modal-backdrop { @@ -573,3 +576,118 @@ a.flow-step.doing:hover { background: color-mix(in oklch, var(--warn) 16%, trans .portal-card p { color: var(--muted); font-size: 13px; margin-top: 6px; } .portal-card .pc-go { font-size: 12.5px; font-weight: 600; color: var(--accent); margin-top: 14px; } @media (max-width: 720px) { .portal-grid { grid-template-columns: 1fr; } } + +/* ─── SPA 视图切换 / 无障碍结构类 ───────────────────────────────── */ +.app-view { display: none; } +.app-view.is-active { display: block; } +.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } +.skip-link { + position: fixed; top: 8px; left: 50%; z-index: 500; + padding: 8px 14px; + border-radius: var(--radius); + background: var(--accent); color: var(--surface); + font-size: 13px; font-weight: 600; + transform: translate(-50%, -150%); + transition: transform 0.12s ease; +} +.skip-link:focus { transform: translate(-50%, 0); } + +/* ─── 图标按钮 / 窄屏侧栏折叠 ──────────────────────────────────── */ +.icon-button { + display: inline-grid; place-items: center; + width: 34px; height: 34px; + border: 1px solid var(--border); + border-radius: var(--radius); + background: var(--surface); color: var(--muted); + cursor: pointer; + transition: border-color 0.12s ease, background 0.12s ease, color 0.12s ease; +} +.icon-button:hover { color: var(--fg); border-color: color-mix(in oklch, var(--fg) 40%, var(--border)); background: var(--fg-soft); } +.icon-button svg { width: 18px; height: 18px; } +.menu-button { display: none; } +@media (max-width: 860px) { + .menu-button { display: inline-grid; } + .shell { grid-template-columns: 1fr; } + .sidebar { + position: fixed; top: 0; left: 0; bottom: 0; z-index: 40; + width: var(--side-w); height: 100dvh; + transform: translateX(-100%); + transition: transform 0.2s ease; + } + .sidebar.is-open { transform: none; box-shadow: 0 0 48px color-mix(in oklch, var(--fg) 22%, transparent); } +} + +/* ─── Toast 轻量提示 ───────────────────────────────────────────── */ +.toast-region { position: fixed; right: 16px; bottom: 16px; z-index: 300; display: grid; gap: 8px; } +.toast { + display: flex; align-items: flex-start; gap: 9px; + min-width: 260px; max-width: 380px; + padding: 11px 14px; + border: 1px solid var(--border); + border-radius: var(--radius-lg); + background: var(--surface); + box-shadow: 0 12px 34px color-mix(in oklch, var(--fg) 18%, transparent); + font-size: 13px; +} +.toast .t-dot { width: 8px; height: 8px; border-radius: 50%; flex: none; margin-top: 5px; background: var(--muted); } +.toast .t-body { min-width: 0; } +.toast .t-title { font-weight: 650; } +.toast .t-detail { color: var(--muted); font-size: 12px; margin-top: 1px; } +.toast.success { border-color: color-mix(in oklch, var(--success) 35%, var(--border)); } +.toast.success .t-dot { background: var(--success); } +.toast.warn { border-color: color-mix(in oklch, var(--warn) 40%, var(--border)); } +.toast.warn .t-dot { background: var(--warn); } +.toast.danger { border-color: color-mix(in oklch, var(--danger) 35%, var(--border)); } +.toast.danger .t-dot { background: var(--danger); } +.toast.info { border-color: color-mix(in oklch, var(--info) 35%, var(--border)); } +.toast.info .t-dot { background: var(--info); } +@media (max-width: 720px) { + .toast-region { right: 12px; bottom: 12px; left: 12px; } + .toast { min-width: 0; max-width: none; } +} + +/* ─── 侧滑详情抽屉(用 modal/card token 重画) ─────────────────── */ +.drawer { + position: fixed; top: 0; right: 0; bottom: 0; z-index: 60; + width: min(400px, calc(100vw - 24px)); + display: flex; flex-direction: column; + background: var(--surface); + border-left: 1px solid var(--border); + box-shadow: -18px 0 50px color-mix(in oklch, var(--fg) 22%, transparent); + transform: translateX(100%); + visibility: hidden; + transition: transform 0.22s ease, visibility 0.22s; +} +.drawer.is-open { transform: none; visibility: visible; } +.drawer-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 18px 20px 12px; border-bottom: 1px solid var(--border); } +.drawer-head .d-title { font-size: 16px; font-weight: 700; margin-top: 6px; } +.drawer-head .d-desc { color: var(--muted); font-size: 12.5px; margin-top: 4px; } +.drawer-body { flex: 1; overflow-y: auto; padding: 16px 20px; } +.drawer-body .kv { grid-template-columns: auto 1fr; gap: 8px 18px; } +.drawer-body .kv dt { color: var(--muted); white-space: nowrap; } +.drawer-body .kv dd { text-align: right; word-break: break-all; } +.drawer-tip { margin: 0 20px 12px; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--bg); color: var(--muted); font-size: 12.5px; } +.drawer-tip strong { display: block; color: var(--fg); margin-bottom: 4px; } +.drawer-foot { display: flex; justify-content: flex-end; gap: 8px; padding: 14px 20px; border-top: 1px solid var(--border); } + +/* ─── 加载中骨架 / 表内加载行 ──────────────────────────────────── */ +.skeleton { display: block; border-radius: var(--radius); background: var(--fg-soft); position: relative; overflow: hidden; } +.skeleton::after { + content: ""; position: absolute; inset: 0; + background: linear-gradient(90deg, transparent, color-mix(in oklch, var(--surface) 60%, transparent), transparent); + animation: skeleton-shimmer 1.3s ease-in-out infinite; +} +@keyframes skeleton-shimmer { from { transform: translateX(-100%); } to { transform: translateX(100%); } } +.skeleton-line { height: 12px; margin-bottom: 10px; } +.loading-row { padding: 40px 20px; text-align: center; color: var(--muted); font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.04em; } +.loading-inline { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-family: var(--font-mono); font-size: 12.5px; } +.loading-inline::before { + content: ""; width: 12px; height: 12px; border-radius: 50%; + border: 2px solid var(--border); border-top-color: var(--accent); + animation: loading-spin 0.7s linear infinite; +} +@keyframes loading-spin { to { transform: rotate(360deg); } } + +/* ─── 提示条补充:成功态 ───────────────────────────────────────── */ +.notice.success { background: var(--success-soft); border-color: color-mix(in oklch, var(--success) 30%, transparent); } +.notice.success .n-title { color: color-mix(in oklch, var(--success) 82%, black); } diff --git a/web/index.html b/web/index.html index 3b71ca7..2a00177 100644 --- a/web/index.html +++ b/web/index.html @@ -4,7 +4,7 @@ 金牛实业资金往来管理系统 · 入口 - +
diff --git a/web/login-admin.html b/web/login-admin.html index c3ecfc8..bd8c8e0 100644 --- a/web/login-admin.html +++ b/web/login-admin.html @@ -4,7 +4,7 @@ 登录 · 金牛实业资金往来管理系统 - +
- + diff --git a/web/login-company.html b/web/login-company.html index 912e1ca..ebf7f8c 100644 --- a/web/login-company.html +++ b/web/login-company.html @@ -4,7 +4,7 @@ 登录 · 金牛实业资金往来管理系统 - +
- + diff --git a/web/styles.css b/web/styles.css deleted file mode 100644 index 12dac42..0000000 --- a/web/styles.css +++ /dev/null @@ -1,827 +0,0 @@ -:root { - color-scheme: dark; - --font-ui: "Microsoft YaHei UI", "PingFang SC", "Noto Sans CJK SC", system-ui, sans-serif; - --font-data: "Segoe UI", "Microsoft YaHei UI", system-ui, sans-serif; - --color-bg: #050505; - --color-bg-soft: #0a0a0a; - --color-nav: #0a0a0a; - --color-surface: rgba(22, 22, 22, 0.82); - --color-surface-solid: #161616; - --color-surface-raised: #1c1c1c; - --color-surface-muted: rgba(255, 255, 255, 0.035); - --color-line: rgba(255, 255, 255, 0.09); - --color-line-strong: rgba(255, 255, 255, 0.16); - --color-ink: #f2f7f4; - --color-ink-soft: #a6b0aa; - --color-ink-muted: #89938d; - --color-primary: #37eb89; - --color-primary-strong: #70ffae; - --color-primary-dark: #08160e; - --color-primary-wash: rgba(55, 235, 137, 0.11); - --color-positive: #37eb89; - --color-positive-wash: rgba(55, 235, 137, 0.1); - --color-warning: #ffbc52; - --color-warning-wash: rgba(255, 188, 82, 0.11); - --color-danger: #ff626d; - --color-danger-wash: rgba(255, 98, 109, 0.11); - --color-info: #66a8ff; - --color-info-wash: rgba(102, 168, 255, 0.11); - --radius-sm: 10px; - --radius-md: 16px; - --radius-lg: 22px; - --radius-xl: 28px; - --shadow-panel: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.035); - --shadow-low: 0 12px 32px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.06), inset 0 -1px 0 rgba(0, 0, 0, 0.22); - --shadow-glow: 0 0 28px rgba(55, 235, 137, 0.12); - --duration-fast: 150ms; - --duration-standard: 260ms; - --ease-out: cubic-bezier(0.22, 1, 0.36, 1); - /* Login page — 深海军蓝 × 账房金 (HEL-32 已定稿) */ - --jn-navy-900: #0B2740; - --jn-navy-800: #123A5C; - --jn-navy-700: #1B4F7A; - --jn-blue-600: #1D4ED8; - --jn-blue-700: #1E40AF; - --jn-blue-800: #1E3A8A; - --jn-blue-50: #EFF6FF; - --jn-gold-500: #C9A227; - --jn-gold-400: #D9B84A; - --jn-bg-page: #F5F7FA; - --jn-bg-panel: #FFFFFF; - --jn-text-1: #1F2937; - --jn-text-2: #6B7280; - --jn-text-3: #9CA3AF; - --jn-border: #E5E7EB; - --jn-border-strong: #D1D5DB; - --jn-error: #DC2626; - --jn-error-bg: #FEF2F2; - --jn-disabled-bg: #F3F4F6; -} - -* { box-sizing: border-box; } -html { min-width: 320px; background: var(--color-bg); scroll-behavior: smooth; } -body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--color-bg); color: var(--color-ink); font: 14px/1.6 var(--font-ui); -webkit-font-smoothing: antialiased; } -button, input, select, textarea { font: inherit; } -button, a, summary { -webkit-tap-highlight-color: transparent; } -button { color: inherit; } -a { color: inherit; text-decoration: none; } -h1, h2, h3, p, dl, dd { margin: 0; } -svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } -strong, .amount, .number, dd { font-variant-numeric: tabular-nums; } -::selection { background: rgba(55, 235, 137, 0.26); color: #fff; } -::-webkit-scrollbar { width: 9px; height: 9px; } -::-webkit-scrollbar-track { background: transparent; } -::-webkit-scrollbar-thumb { border: 2px solid transparent; border-radius: 10px; background: rgba(255, 255, 255, 0.15); background-clip: padding-box; } - -.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } -.skip-link { position: fixed; top: 8px; left: 50%; z-index: 500; padding: 8px 12px; border-radius: var(--radius-sm); background: var(--color-primary); color: var(--color-primary-dark); transform: translate(-50%, -150%); } -.skip-link:focus { transform: translate(-50%, 0); } -:focus-visible { outline: 2px solid var(--color-primary-strong); outline-offset: 3px; } -[hidden] { display: none !important; } - -/* Application frame */ -.icon-button, .inside-icon, .swap-button { display: inline-grid; place-items: center; border: 1px solid var(--color-line); background: var(--color-surface-muted); color: var(--color-ink-soft); cursor: pointer; transition: border-color var(--duration-fast), color var(--duration-fast), background var(--duration-fast), transform var(--duration-fast); } -.icon-button { position: relative; width: 40px; height: 40px; border-radius: 13px; } -.inside-icon { width: 36px; height: 36px; border: 0; background: transparent; } -.icon-button:hover, .inside-icon:hover, .swap-button:hover { border-color: var(--color-line-strong); background: rgba(255, 255, 255, 0.07); color: var(--color-ink); transform: translateY(-1px); } -input::placeholder, textarea::placeholder { color: #626b66; } -main { width: min(1560px, 100%); margin: 0 auto; padding: 12px 32px 58px; } -.app-view { display: none; } -.app-view.is-active { display: block; } -.page-heading { min-height: 56px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 18px; } -.page-heading h1 { font-size: clamp(22px, 2.4vw, 30px); line-height: 1.2; letter-spacing: 0; } -.page-heading p { margin-top: 5px; color: var(--color-ink-muted); } -.content-toolbar { display: contents; } -.content-toolbar > .search-box { margin-inline: auto; width: clamp(260px, 42vw, 520px); } -.content-toolbar .toolbar-group { display: flex; align-items: center; gap: 10px; flex-shrink: 0; } -.dashboard-head { align-items: center; gap: 20px; margin-bottom: 20px; } - -/* Commands and fields */ -.button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 15px; border: 1px solid transparent; border-radius: 13px; font-weight: 700; cursor: pointer; transition: transform var(--duration-fast), box-shadow var(--duration-fast), background var(--duration-fast), border-color var(--duration-fast); } -.button:hover { transform: translateY(-1px); } -.button:active { transform: translateY(0) scale(0.985); } -.button.primary { background: var(--color-primary); color: var(--color-primary-dark); box-shadow: 0 8px 24px rgba(55, 235, 137, 0.18); } -.button.primary:hover { background: var(--color-primary-strong); box-shadow: 0 10px 30px rgba(55, 235, 137, 0.25); } -.button.secondary { border-color: var(--color-line); background: rgba(255, 255, 255, 0.045); color: var(--color-ink); } -.button.secondary:hover { border-color: var(--color-line-strong); background: rgba(255, 255, 255, 0.08); } -.button.small { min-height: 34px; padding-inline: 11px; border-radius: 11px; font-size: 11px; } -.button.wide { width: 100%; } -.button:disabled { opacity: 0.42; cursor: not-allowed; transform: none; } -.text-button { padding: 3px 0; border: 0; background: none; color: var(--color-primary); cursor: pointer; } -.text-button:hover { color: var(--color-primary-strong); } -.full-text-button { width: 100%; padding: 13px; border-top: 1px solid var(--color-line); } -.field { min-width: 0; display: flex; flex-direction: column; gap: 6px; color: var(--color-ink-soft); } -.field > span { color: var(--color-ink-muted); font-size: 11px; } -.field input, .field select, .field textarea { width: 100%; min-height: 40px; padding: 9px 11px; border: 1px solid var(--color-line); border-radius: 11px; outline: 0; background: rgba(2, 5, 3, 0.48); color: var(--color-ink); transition: border-color var(--duration-fast), box-shadow var(--duration-fast), background var(--duration-fast); } -.field textarea { resize: vertical; } -.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(55, 235, 137, 0.5); background: rgba(2, 5, 3, 0.7); box-shadow: 0 0 0 3px rgba(55, 235, 137, 0.08); } -.field select { color-scheme: dark; } -.field.compact { min-width: 150px; } -.password-field { display: grid; grid-template-columns: 1fr 38px; border: 1px solid var(--color-line); border-radius: 12px; background: rgba(2, 5, 3, 0.48); } -.password-field input { border: 0; background: transparent; } -.check-field { display: flex; align-items: center; gap: 8px; color: var(--color-ink-soft); } -.check-field input { accent-color: var(--color-primary); } -.swap-button { width: 38px; height: 38px; border-radius: 12px; align-self: end; } - -/* Glass surfaces */ -.panel, .period-ribbon, .query-band, .filter-bar, .filter-grid, .pair-report, .work-progress, .reconcile-summary { position: relative; border: 1px solid var(--color-line); border-radius: var(--radius-lg); background: linear-gradient(160deg, rgba(28, 28, 28, 0.82) 0%, rgba(16, 16, 16, 0.86) 50%, rgba(10, 10, 10, 0.88) 100%); box-shadow: var(--shadow-low); backdrop-filter: blur(22px) saturate(120%); transition: transform var(--duration-standard) var(--ease-out), box-shadow var(--duration-standard), border-color var(--duration-standard); } -.panel::before, .period-ribbon::before, .reconcile-summary::before, .work-progress::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 40%, rgba(255, 255, 255, 0) 70%); pointer-events: none; } -.panel:hover { box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32), inset 0 1px rgba(255, 255, 255, 0.07); border-color: rgba(255, 255, 255, 0.14); } -.panel { min-width: 0; overflow: hidden; } -.panel > * { position: relative; } -.panel-heading { min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 17px; border-bottom: 1px solid var(--color-line); } -.panel-heading h2 { font-size: 15px; } -.panel-heading p { margin-top: 3px; color: var(--color-ink-muted); font-size: 11px; } -.status { display: inline-flex; align-items: center; justify-content: center; gap: 5px; width: max-content; min-height: 23px; padding: 2px 8px; border: 1px solid transparent; border-radius: 8px; font-size: 10px; font-style: normal; white-space: nowrap; } -.status.success { border-color: rgba(55, 235, 137, 0.18); background: var(--color-positive-wash); color: var(--color-positive); } -.status.warning { border-color: rgba(255, 188, 82, 0.18); background: var(--color-warning-wash); color: var(--color-warning); } -.status.danger { border-color: rgba(255, 98, 109, 0.18); background: var(--color-danger-wash); color: var(--color-danger); } -.status.neutral { border-color: var(--color-line); background: rgba(255, 255, 255, 0.045); color: var(--color-ink-soft); } -.task-level { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; font-size: 10px; font-style: normal; font-weight: 800; } -.task-level.danger { background: var(--color-danger-wash); color: var(--color-danger); } -.task-level.warning { background: var(--color-warning-wash); color: var(--color-warning); } -.task-level.neutral { background: rgba(255, 255, 255, 0.055); color: var(--color-ink-soft); } - -/* Dashboard */ -.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0 0 18px; } -.metric-card { position: relative; min-height: 164px; display: grid; grid-template-columns: minmax(0, 1fr) 48px; align-content: space-between; gap: 14px; padding: 24px 22px; overflow: hidden; border: 1px solid var(--color-line); border-radius: var(--radius-lg); background: linear-gradient(160deg, rgba(28, 28, 28, 0.86) 0%, rgba(14, 14, 14, 0.88) 50%, rgba(8, 8, 8, 0.9) 100%); box-shadow: var(--shadow-low); backdrop-filter: blur(24px) saturate(125%); transform: perspective(900px) rotateX(0.6deg) rotateY(-0.8deg); transform-origin: center bottom; transition: transform var(--duration-standard) var(--ease-out), border-color var(--duration-standard), box-shadow var(--duration-standard); } -.metric-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(165deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 42%, rgba(255, 255, 255, 0) 72%); pointer-events: none; } -.metric-card::after { content: ""; position: absolute; inset: auto 15% -1px 15%; height: 1px; background: currentColor; opacity: 0.35; box-shadow: 0 -8px 24px currentColor; transition: opacity var(--duration-standard), box-shadow var(--duration-standard); } -.metric-card:hover::after { opacity: 0.7; box-shadow: 0 -10px 34px currentColor; } -.metric-card:hover { transform: perspective(900px) rotateX(3.5deg) rotateY(-4.5deg) translateY(-10px); border-color: rgba(255, 255, 255, 0.32); box-shadow: 0 36px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.14); } -.metric-copy { align-self: start; } -.metric-label { display: block; color: var(--color-ink-soft); font-size: 13px; } -.metric-value { display: block; margin-top: 7px; font: 700 34px/1.05 var(--font-data); letter-spacing: 0; } -.metric-value small { margin-left: 5px; color: var(--color-ink-muted); font: 11px var(--font-ui); } -.metric-icon { position: relative; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--color-line); border-radius: 50%; background: radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02) 70%); color: var(--color-ink-soft); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); } -.metric-icon::after { content: ""; position: absolute; inset: -3px; border-radius: 50%; border: 1px solid currentColor; opacity: 0.12; pointer-events: none; } -.metric-foot { grid-column: 1 / -1; color: var(--color-ink-muted); font-size: 11px; } -.metric-foot strong { color: var(--color-positive); } -.metric-card.warning { color: var(--color-warning); } -.metric-card.danger { color: var(--color-danger); } -.metric-card.success { color: var(--color-positive); } -.metric-card .metric-copy { color: var(--color-ink); } -.metric-card .metric-icon { color: var(--color-ink-soft); } -.metric-card .metric-foot { color: var(--color-ink-muted); } -.metric-card[data-metric-link], .metric-card[data-metric-action] { cursor: pointer; } -.metric-card.warning .metric-icon, .metric-card.warning .metric-foot strong { color: var(--color-warning); } -.metric-card.warning .metric-icon::after { opacity: 0.28; } -.metric-card.danger .metric-icon, .metric-card.danger .metric-foot strong { color: var(--color-danger); } -.metric-card.danger .metric-icon::after { opacity: 0.32; } -.metric-card.success .metric-icon { color: var(--color-positive); } -.metric-card.success .metric-icon::after { opacity: 0.22; border-color: var(--color-positive); } -.period-ribbon { display: grid; grid-template-columns: 1fr 1fr 1fr minmax(310px, 1.4fr); margin-bottom: 18px; overflow: hidden; } -.period-ribbon > div { min-height: 72px; display: flex; flex-direction: column; justify-content: center; padding: 13px 17px; border-left: 1px solid var(--color-line); } -.period-ribbon > div:first-child { border-left: 0; } -.period-ribbon span, .period-ribbon small { color: var(--color-ink-muted); } -.period-ribbon strong { margin-top: 3px; } -.period-ribbon > .period-warning { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 10px; } -.period-warning > svg { color: var(--color-warning); } -.period-warning > span { display: flex; flex-direction: column; } -.period-warning > span strong { color: var(--color-ink); } -.admin-dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(310px, 0.58fr); gap: 18px; margin-bottom: 18px; } -.task-list button { width: 100%; min-height: 73px; display: grid; grid-template-columns: 32px minmax(0, 1fr) auto 18px; align-items: center; gap: 11px; padding: 12px 16px; border: 0; border-top: 1px solid var(--color-line); background: transparent; text-align: left; cursor: pointer; transition: background var(--duration-fast); } -.task-list button:first-child { border-top: 0; } -.task-list button:hover { background: rgba(255, 255, 255, 0.035); } -.task-list button > span:nth-child(2) { display: flex; flex-direction: column; } -.task-list small, .task-list button > b { color: var(--color-ink-muted); font-size: 11px; } -.task-list button > svg { color: var(--color-ink-muted); } -.quick-pair-form { display: grid; grid-template-columns: 1fr 38px 1fr; gap: 10px; padding: 16px; } -.quick-pair-form .button { grid-column: 1 / -1; } -.quick-result { margin: 0 16px 16px; padding: 14px; border: 1px solid rgba(55, 235, 137, 0.16); border-radius: var(--radius-md); background: var(--color-primary-wash); } -.quick-result span, .quick-result p { color: var(--color-ink-muted); } -.quick-result strong { display: block; margin: 4px 0; color: var(--color-primary-strong); font: 700 22px var(--font-data); } -.quick-result small { margin-left: 4px; font: 10px var(--font-ui); } - -/* Key-company / account-coverage flat list (replaces the floating 3D card stack) */ -.company-list { display: grid; gap: 8px; padding: 10px 12px 14px; } -.company-row { position: relative; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto auto; align-items: center; gap: 12px; min-height: 62px; padding: 11px 13px; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: linear-gradient(160deg, rgba(22, 22, 22, 0.7) 0%, rgba(12, 12, 12, 0.75) 100%); cursor: pointer; transition: background var(--duration-fast), border-color var(--duration-fast), transform var(--duration-standard) var(--ease-out), box-shadow var(--duration-standard); } -.company-row:hover { background: linear-gradient(160deg, rgba(32, 32, 32, 0.8) 0%, rgba(18, 18, 18, 0.85) 100%); border-color: var(--color-line-strong); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25); } -.company-row:focus-visible { outline: 2px solid var(--color-primary-strong); outline-offset: 2px; } -.company-row-mark { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: var(--color-primary-wash); color: var(--color-primary); font-weight: 800; font-size: 13px; } -.company-row.is-warning .company-row-mark { background: var(--color-warning-wash); color: var(--color-warning); } -.company-row.is-danger .company-row-mark { background: var(--color-danger-wash); color: var(--color-danger); } -.company-row-body { display: flex; flex-direction: column; min-width: 0; } -.company-row-body strong { font-size: 14px; } -.company-row-body small { color: var(--color-ink-muted); font-size: 11px; } -.company-row-figure { display: flex; flex-direction: column; align-items: flex-end; text-align: right; min-width: 92px; } -.company-row-figure strong { font: 600 14px var(--font-data); color: var(--color-ink); } -.company-row-figure small { color: var(--color-ink-muted); font-size: 11px; } -.company-row .status { flex: 0 0 auto; } - -/* Timeline-strip: horizontal calculation window ribbon */ -.timeline-strip { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 14px; align-items: stretch; padding: 16px 18px; border: 1px solid var(--color-line); border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(22, 22, 22, 0.86), rgba(10, 10, 10, 0.86)); box-shadow: var(--shadow-low); backdrop-filter: blur(22px) saturate(125%); } -.timeline-strip::before { content: ""; position: absolute; } -.timeline-legend { display: flex; flex-direction: column; justify-content: center; gap: 6px; } -.timeline-legend strong { font-size: 13px; } -.timeline-legend span { color: var(--color-ink-muted); font-size: 11px; } -.timeline-body { position: relative; min-height: 88px; padding-top: 6px; } -.timeline-axis { position: relative; height: 14px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); border-bottom: 1px solid var(--color-line); } -.timeline-axis span { font: 600 10px var(--font-data); color: var(--color-ink-muted); align-self: end; padding-bottom: 4px; text-align: left; } -.timeline-axis span + span { border-left: 1px solid var(--color-line); padding-left: 4px; } -.timeline-rows { display: grid; gap: 8px; margin-top: 12px; } -.timeline-row { position: relative; display: grid; grid-template-columns: 96px minmax(0, 1fr); align-items: center; gap: 10px; font-size: 11px; } -.timeline-row > span { color: var(--color-ink-soft); } -.timeline-track { position: relative; height: 14px; border-radius: 7px; background: rgba(255, 255, 255, 0.04); overflow: hidden; } -.timeline-track i { position: absolute; top: 0; bottom: 0; border-radius: inherit; } -.timeline-track i.coverage { background: linear-gradient(90deg, rgba(55, 235, 137, 0.35), rgba(55, 235, 137, 0.55)); box-shadow: inset 0 0 0 1px rgba(112, 255, 174, 0.32); } -.timeline-track i.warning { background: linear-gradient(90deg, rgba(255, 188, 82, 0.32), rgba(255, 188, 82, 0.52)); box-shadow: inset 0 0 0 1px rgba(255, 188, 82, 0.32); } -.timeline-track i.danger { background: linear-gradient(90deg, rgba(255, 98, 109, 0.32), rgba(255, 98, 109, 0.52)); box-shadow: inset 0 0 0 1px rgba(255, 98, 109, 0.32); } -.timeline-today { position: absolute; top: -2px; bottom: -2px; width: 2px; background: var(--color-primary-strong); box-shadow: 0 0 12px rgba(112, 255, 174, 0.6); border-radius: 1px; } -.timeline-today::after { content: ""; position: absolute; top: -6px; left: 50%; transform: translateX(-50%); width: 10px; height: 10px; border-radius: 50%; background: var(--color-primary-strong); box-shadow: 0 0 0 4px rgba(112, 255, 174, 0.18); } -.timeline-strip-panel { position: relative; } - -/* Ledger and queries */ -.inline-search { width: min(240px, 38vw); height: 36px; display: flex; align-items: center; gap: 8px; padding: 0 11px; border: 1px solid var(--color-line); border-radius: 11px; background: rgba(0, 0, 0, 0.18); color: var(--color-ink-muted); } -.inline-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--color-ink); } -.ledger-head, .company-ledger summary { display: grid; grid-template-columns: minmax(210px, 1.4fr) repeat(2, minmax(100px, 0.75fr)) minmax(150px, 0.9fr) 86px 24px; align-items: center; gap: 10px; } -.ledger-head { min-height: 42px; padding: 0 16px; border-bottom: 1px solid var(--color-line); color: var(--color-ink-muted); font-size: 10px; } -.company-ledger { border-top: 1px solid var(--color-line); } -.company-ledger:first-child { border-top: 0; } -.company-ledger summary { min-height: 72px; padding: 10px 16px; list-style: none; cursor: pointer; transition: background var(--duration-fast); } -.company-ledger summary::-webkit-details-marker { display: none; } -.company-ledger summary:hover { background: rgba(255, 255, 255, 0.035); } -.company-ledger summary > svg { transition: transform var(--duration-standard) var(--ease-out); } -.company-ledger[open] summary > svg { transform: rotate(180deg); } -.company-name { display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; column-gap: 10px; } -.company-name i { width: 36px; height: 36px; grid-row: 1 / 3; display: grid; place-items: center; border-radius: 12px; background: var(--color-primary-wash); color: var(--color-primary); font-style: normal; font-weight: 800; } -.company-name small { color: var(--color-ink-muted); } -.amount { font: 600 13px var(--font-data); } -.amount.debit { color: var(--color-positive); } -.amount.credit { color: var(--color-warning); } -.ledger-breakdown { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--color-line); background: rgba(0, 0, 0, 0.13); } -.ledger-breakdown section { padding: 14px 16px; } -.ledger-breakdown section + section { border-left: 1px solid var(--color-line); } -.ledger-breakdown header { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--color-ink-soft); } -.subject-row { width: 100%; min-height: 48px; display: grid; grid-template-columns: minmax(0, 1fr) auto 18px; align-items: center; gap: 10px; padding: 8px 10px; border: 0; border-top: 1px solid var(--color-line); background: transparent; text-align: left; cursor: pointer; } -.subject-row:hover { background: rgba(255, 255, 255, 0.035); } -.subject-row span { display: flex; flex-direction: column; } -.subject-row small { color: var(--color-ink-muted); } -.query-band, .filter-grid { padding: 17px; margin-bottom: 18px; } -.pair-query-form { display: grid; grid-template-columns: minmax(150px, 1fr) 38px minmax(150px, 1fr) minmax(150px, 0.8fr) auto; align-items: end; gap: 11px; } -.pair-report { overflow: hidden; } -.pair-report-heading { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 18px; border-bottom: 1px solid var(--color-line); } -.pair-report-heading p { color: var(--color-ink-muted); } -.pair-result { text-align: right; } -.pair-result strong { display: block; color: var(--color-primary); font: 700 22px var(--font-data); } -.pair-balance-line { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid var(--color-line); } -.pair-balance-line div { min-height: 76px; display: flex; flex-direction: column; justify-content: center; padding: 12px 16px; border-left: 1px solid var(--color-line); } -.pair-balance-line div:first-child { border-left: 0; } -.pair-balance-line span, .pair-balance-line small { color: var(--color-ink-muted); } -.pair-balance-line strong { margin-top: 3px; font: 600 15px var(--font-data); } -.pair-final strong { color: var(--color-primary); font-size: 19px; } -.subject-strip { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid var(--color-line); } -.subject-strip button { min-height: 62px; display: flex; flex-direction: column; justify-content: center; padding: 9px 14px; border: 0; border-left: 1px solid var(--color-line); background: rgba(255, 255, 255, 0.018); text-align: left; cursor: pointer; } -.subject-strip button:first-child { border-left: 0; } -.subject-strip button.is-active { background: var(--color-primary-wash); color: var(--color-primary); box-shadow: inset 0 -2px var(--color-primary); } -.subject-strip span { color: var(--color-ink-muted); font-size: 10px; } - -/* Filters and tables */ -.filter-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px; margin-bottom: 18px; } -.segmented { display: flex; gap: 4px; padding: 4px; overflow-x: auto; border: 1px solid var(--color-line); border-radius: 13px; background: rgba(0, 0, 0, 0.18); } -.segmented button { min-height: 32px; padding: 0 11px; border: 0; border-radius: 9px; background: transparent; color: var(--color-ink-muted); white-space: nowrap; cursor: pointer; } -.segmented button.is-active { background: rgba(255, 255, 255, 0.09); color: var(--color-ink); } -.flow-filters { display: grid; grid-template-columns: repeat(5, minmax(130px, 1fr)) minmax(200px, 1.4fr) auto; align-items: end; gap: 11px; } -.flow-filters .grow { min-width: 0; } -.table-summary { min-height: 51px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 16px; border-bottom: 1px solid var(--color-line); color: var(--color-ink-muted); font-size: 11px; } -.table-scroll { max-width: 100%; overflow: auto; } -.data-table { width: 100%; min-width: 860px; border-collapse: collapse; } -.data-table th { height: 42px; padding: 8px 13px; border-bottom: 1px solid var(--color-line); background: rgba(255, 255, 255, 0.025); color: var(--color-ink-muted); font-size: 10px; font-weight: 500; text-align: left; white-space: nowrap; } -.data-table td { height: 55px; padding: 9px 13px; border-bottom: 1px solid rgba(255, 255, 255, 0.055); color: var(--color-ink-soft); vertical-align: middle; } -.data-table tbody tr { transition: background var(--duration-fast); } -.data-table tbody tr:hover { background: rgba(55, 235, 137, 0.035); } -.data-table tbody tr:last-child td { border-bottom: 0; } -.data-table td strong, .data-table td small { display: block; } -.data-table td strong { color: var(--color-ink); } -.data-table td small { color: var(--color-ink-muted); } -.data-table .number { color: var(--color-ink); text-align: right; font-family: var(--font-data); font-variant-numeric: tabular-nums; } - -/* Settings, reminders and company work */ -.settings-layout { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 18px; } -.form-body { display: grid; gap: 15px; padding: 17px; } -.panel form footer, form.panel footer { display: flex; justify-content: flex-end; gap: 9px; padding: 13px 17px; border-top: 1px solid var(--color-line); } -.closing-panel { grid-column: 1 / -1; } -.closing-checks { display: grid; grid-template-columns: repeat(4, 1fr); } -.closing-checks article { min-height: 75px; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-left: 1px solid var(--color-line); } -.closing-checks article:first-child { border-left: 0; } -.closing-checks svg { color: var(--color-positive); } -.closing-checks .is-blocked svg { color: var(--color-danger); } -.closing-checks span { display: flex; flex-direction: column; } -.closing-checks small { color: var(--color-ink-muted); } -.closing-footer { min-height: 62px; display: flex; align-items: center; justify-content: flex-end; gap: 10px; padding: 10px 16px; border-top: 1px solid var(--color-line); } -.closing-footer > span { margin-right: auto; color: var(--color-ink-muted); } -.reminder-layout { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 18px; } -.notification-list article { min-height: 76px; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 12px 16px; border-top: 1px solid var(--color-line); } -.notification-list article:first-child { border-top: 0; } -.notification-list article.is-unread { background: rgba(102, 168, 255, 0.045); } -.notification-list article > span:nth-child(2) { display: flex; flex-direction: column; } -.notification-list small, .notification-list p { color: var(--color-ink-muted); } -.notification-list p { margin-top: 4px; } -.notification-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 12px; background: rgba(255, 255, 255, 0.055); color: var(--color-ink-soft); } -.notification-icon.danger { background: var(--color-danger-wash); color: var(--color-danger); } -.notification-icon.warning { background: var(--color-warning-wash); color: var(--color-warning); } -.notification-icon.success { background: var(--color-positive-wash); color: var(--color-positive); } -.company-alert { min-height: 78px; display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; align-items: center; gap: 14px; margin-bottom: 18px; padding: 14px 16px; border: 1px solid rgba(255, 98, 109, 0.22); border-radius: var(--radius-lg); background: var(--color-danger-wash); box-shadow: var(--shadow-low); } -.company-alert > svg { color: var(--color-danger); } -.company-alert p { color: #c18e92; } -.company-dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr); gap: 18px; } -.cashier-tasks article { min-height: 92px; display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 13px 16px; border-top: 1px solid var(--color-line); } -.cashier-tasks article:first-child { border-top: 0; } -.cashier-tasks p, .cashier-tasks small { color: var(--color-ink-muted); } -.coverage-list article { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px; border-top: 1px solid var(--color-line); } -.coverage-list article:first-child { border-top: 0; } -.coverage-list article > span { display: flex; flex-direction: column; } -.coverage-list small { color: var(--color-ink-muted); } -.work-progress { display: grid; grid-template-columns: minmax(130px, 1fr) 40px minmax(130px, 1fr) 40px minmax(130px, 1fr) 40px minmax(130px, 1fr); align-items: center; margin-top: 18px; padding: 18px; } -.work-progress div { display: flex; align-items: center; gap: 10px; } -.work-progress div > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 11px; background: var(--color-positive); color: var(--color-primary-dark); font-weight: 800; } -.work-progress p { display: flex; flex-direction: column; } -.work-progress small { color: var(--color-ink-muted); } -.work-progress i { height: 1px; background: var(--color-line-strong); } -.work-progress .pending > span { background: rgba(255, 255, 255, 0.065); color: var(--color-ink-muted); } -.reconcile-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 18px; overflow: hidden; } -.reconcile-summary div { min-height: 86px; display: flex; flex-direction: column; justify-content: center; padding: 14px 18px; border-left: 1px solid var(--color-line); } -.reconcile-summary div:first-child { border-left: 0; } -.reconcile-summary span, .reconcile-summary small { color: var(--color-ink-muted); } -.reconcile-summary strong { font: 600 19px var(--font-data); } -.review-list > article { padding: 16px; border-top: 1px solid var(--color-line); } -.review-list > article:first-child { border-top: 0; } -.review-main { display: grid; grid-template-columns: 38px 1fr; gap: 10px; } -.review-main p { color: var(--color-ink-muted); } -.candidate { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 13px 0 0 48px; padding: 12px; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: rgba(0, 0, 0, 0.15); } -.candidate-options { display: grid; gap: 8px; margin: 13px 0 0 48px; padding: 12px; border: 1px solid var(--color-line); border-radius: var(--radius-md); } -.candidate-options legend { padding: 0 5px; color: var(--color-ink-muted); } -.candidate-options label { display: flex; align-items: center; gap: 9px; padding: 9px; border-radius: 11px; background: rgba(255, 255, 255, 0.035); } -.candidate-options input { accent-color: var(--color-primary); } -.candidate-options label span { display: flex; flex-direction: column; } -.candidate-options small { color: var(--color-ink-muted); } -.review-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 10px; } -.review-history { padding: 14px 16px; border-top: 1px solid var(--color-line); background: var(--color-positive-wash); } -.evidence-block { padding: 12px; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: rgba(0, 0, 0, 0.16); } -.evidence-block strong, .evidence-block small { display: block; } -.evidence-block small { color: var(--color-ink-muted); } -.account-directory { display: grid; grid-template-columns: repeat(3, minmax(240px, 1fr)); gap: 16px; } -.account-directory article { overflow: hidden; border: 1px solid var(--color-line); border-radius: var(--radius-lg); background: var(--color-surface); box-shadow: var(--shadow-low); } -.account-directory header { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 15px; border-bottom: 1px solid var(--color-line); } -.account-directory header div { display: flex; flex-direction: column; } -.account-directory header small { color: var(--color-ink-muted); } -.bank-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: var(--color-primary-wash); color: var(--color-primary); font-weight: 800; } -.account-directory dl { display: grid; grid-template-columns: repeat(3, 1fr); } -.account-directory dl div { padding: 12px; border-left: 1px solid var(--color-line); } -.account-directory dl div:first-child { border-left: 0; } -.account-directory dt { color: var(--color-ink-muted); font-size: 10px; } -.account-directory dd { margin-top: 3px; font-size: 11px; } -.manual-layout { display: grid; grid-template-columns: minmax(340px, 390px) minmax(0, 1fr); align-items: start; gap: 18px; } -.manual-records-table { min-width: 900px; } - -/* Dialogs and feedback */ -.dialog { width: min(580px, calc(100% - 28px)); padding: 0; overflow: hidden; border: 1px solid var(--color-line-strong); border-radius: var(--radius-lg); background: rgba(17, 17, 17, 0.96); color: var(--color-ink); box-shadow: var(--shadow-panel); backdrop-filter: blur(28px); } -.dialog::backdrop { background: rgba(0, 0, 0, 0.74); backdrop-filter: blur(6px); } -.dialog > form > header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; border-bottom: 1px solid var(--color-line); } -.dialog header p { color: var(--color-ink-muted); } -.dialog-body { display: grid; gap: 15px; padding: 18px; } -.dialog > form > footer { display: flex; justify-content: flex-end; gap: 9px; padding: 13px 18px; border-top: 1px solid var(--color-line); } -.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } -.form-callout { display: flex; align-items: center; gap: 9px; padding: 10px; border: 1px solid rgba(102, 168, 255, 0.22); border-radius: 12px; background: var(--color-info-wash); color: #9ac6ff; } -.dropzone { min-height: 168px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px dashed rgba(255, 255, 255, 0.24); border-radius: var(--radius-md); background: rgba(0, 0, 0, 0.15); color: var(--color-ink-soft); text-align: center; transition: border-color var(--duration-fast), background var(--duration-fast); } -.dropzone:hover, .dropzone.is-dragging { border-color: var(--color-primary); background: var(--color-primary-wash); } -.dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; } -.dropzone > svg { width: 30px; height: 30px; color: var(--color-primary); } -.file-preview { display: grid; grid-template-columns: 40px minmax(0, 1fr) 40px; align-items: center; gap: 10px; padding: 10px; border: 1px solid var(--color-line); border-radius: var(--radius-md); } -.file-preview > span:nth-child(2) { display: flex; flex-direction: column; min-width: 0; } -.file-preview strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } -.file-preview small { color: var(--color-ink-muted); } -.file-type { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--color-primary-wash); color: var(--color-primary); } -.parse-result { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 10px; padding: 11px; border: 1px solid rgba(55, 235, 137, 0.22); border-radius: var(--radius-md); background: var(--color-positive-wash); } -.parse-result p { color: #9bd7b6; } -.parse-result.is-exception { border-color: rgba(255, 188, 82, 0.25); background: var(--color-warning-wash); } -.parse-result.is-exception p { color: #e7bd78; } -.sheet-review { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--color-line); } -.sheet-review h3 { font-size: 14px; } -.sheet-review-hint { margin-top: 4px; color: var(--color-ink-muted); font-size: 12px; line-height: 1.5; } -.sheet-list { display: grid; gap: 8px; margin-top: 10px; max-height: 220px; overflow-y: auto; } -.sheet-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; padding: 10px; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: var(--color-surface-muted); } -.sheet-item.is-pending { border-color: rgba(255, 188, 82, 0.45); } -.sheet-item-head { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; } -.sheet-item-head strong { font-size: 13px; } -.sheet-item-head small { color: var(--color-ink-muted); } -.sheet-item-meta { margin-top: 5px; color: var(--color-ink-muted); font-size: 12px; line-height: 1.5; } -.sheet-item-actions { display: flex; align-items: center; gap: 6px; } -.sheet-item-actions .text-button { font-size: 12px; padding: 4px 8px; } -.sheet-item-reason { margin-top: 6px; padding: 6px 8px; border: 1px solid var(--color-line); border-radius: var(--radius-sm); color: var(--color-ink-muted); font-size: 12px; } -.toast-region { position: fixed; right: 20px; bottom: 20px; z-index: 200; display: grid; gap: 8px; } -.toast { min-width: 280px; max-width: 390px; padding: 13px 15px; border: 1px solid var(--color-line-strong); border-radius: var(--radius-md); background: rgba(20, 20, 20, 0.96); color: var(--color-ink); box-shadow: var(--shadow-panel); backdrop-filter: blur(20px); } -.toast strong, .toast small { display: block; } -.toast small { color: var(--color-ink-muted); } - -/* Login — 深海军蓝 × 账房金 (HEL-32) */ -.entry-page { - color-scheme: light; - background: var(--jn-bg-page); - color: var(--jn-text-1); - overflow-x: hidden; -} -.entry-page::before { display: none; } -.entry-page :focus-visible { outline: 2px solid var(--jn-blue-600); outline-offset: 3px; } - -.entry-shell { - width: 100%; - margin: 0; - padding: 0; - min-height: 100vh; - min-height: 100dvh; - display: grid; - grid-template-columns: minmax(420px, 42%) minmax(0, 1fr); - grid-template-rows: 56px minmax(0, 1fr); - grid-template-areas: "topbar topbar" "context form"; -} - -.entry-topbar { - grid-area: topbar; - display: flex; - align-items: center; - padding: 0 24px; - background: var(--jn-bg-panel); - border-bottom: 1px solid var(--jn-border); -} -.entry-brand { display: flex; align-items: center; gap: 12px; min-width: 0; } -.entry-seal { - width: 28px; height: 28px; flex: 0 0 auto; - display: grid; place-items: center; - border: 1.5px solid var(--jn-gold-500); - border-radius: 6px; - background: var(--jn-bg-panel); - color: var(--jn-gold-500); - font-size: 17px; line-height: 1; font-weight: 700; -} -.entry-system-name { - font-size: 17px; line-height: 26px; font-weight: 600; - color: var(--jn-text-1); - white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -} - -.entry-context { - grid-area: context; - position: relative; - display: flex; flex-direction: column; justify-content: center; - padding: 64px; - background: linear-gradient(160deg, var(--jn-navy-800), var(--jn-navy-900)); - overflow: hidden; -} -.entry-statement { max-width: 520px; } -.entry-statement h1 { font-size: 32px; line-height: 40px; font-weight: 700; color: #ffffff; letter-spacing: 0; } -.entry-statement p { margin-top: 12px; max-width: 440px; font-size: 14px; line-height: 22px; color: #B9CBDD; } -.entry-figure { width: 100%; height: auto; max-width: 520px; margin-top: 48px; display: block; } -.entry-figure .fig-bar { fill: none; stroke: var(--jn-navy-700); stroke-width: 1.5; } -.entry-figure .fig-arc { fill: none; stroke: var(--jn-navy-700); stroke-width: 80; opacity: 0.2; } -.entry-figure .fig-line { fill: none; stroke: var(--jn-gold-500); stroke-width: 1.5; } - -.entry-form-wrap { - grid-area: form; - display: grid; place-items: center; - padding: 48px 40px; - background: var(--jn-bg-panel); -} -.entry-form { width: min(400px, 100%); display: grid; gap: 20px; } -.entry-form header h2 { font-size: 24px; line-height: 32px; font-weight: 600; color: var(--jn-text-1); } -.entry-form header p { margin-top: 6px; font-size: 14px; line-height: 22px; color: var(--jn-text-2); } - -#loginError { - padding: 10px 14px; - border-left: 3px solid var(--jn-error); - border-radius: 8px; - background: var(--jn-error-bg); - color: var(--jn-error); - font-size: 13px; line-height: 18px; -} - -.role-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } -.role-switch label { cursor: pointer; } -.role-switch input { position: absolute; opacity: 0; } -.role-switch span { - min-height: 76px; - display: grid; grid-template-columns: 24px 1fr; - align-content: center; gap: 2px 10px; - padding: 12px 14px; - border: 1px solid var(--jn-border); - border-radius: 8px; - background: var(--jn-bg-panel); - transition: border-color 150ms ease-out, background 150ms ease-out; -} -.role-switch span:hover { border-color: var(--jn-border-strong); } -.role-switch svg { grid-row: 1 / 3; align-self: center; color: var(--jn-text-3); } -.role-switch b { font-size: 15px; line-height: 22px; font-weight: 600; color: var(--jn-text-2); } -.role-switch small { font-size: 12px; line-height: 18px; color: var(--jn-text-3); } -.role-switch input:focus-visible + span { border-color: var(--jn-blue-600); box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.15); } -.role-switch input:checked + span { border: 1.5px solid var(--jn-blue-600); background: var(--jn-blue-50); } -.role-switch input:checked + span svg { color: var(--jn-blue-600); } -.role-switch input:checked + span b { color: var(--jn-blue-600); } - -.entry-form .field { display: flex; flex-direction: column; gap: 8px; } -.entry-form .field > span { font-size: 14px; line-height: 20px; font-weight: 500; color: var(--jn-text-1); } -.entry-form .field input { - width: 100%; height: 44px; - padding: 0 14px; - border: 1px solid var(--jn-border); - border-radius: 8px; - outline: 0; - background: var(--jn-bg-panel); - color: var(--jn-text-1); - font-size: 15px; line-height: 22px; - transition: border-color 150ms ease-out, box-shadow 150ms ease-out; -} -.entry-form .field input::placeholder { color: var(--jn-text-3); } -.entry-form .field input:hover { border-color: var(--jn-border-strong); } -.entry-form .field input:focus { border-color: var(--jn-blue-600); box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.15); } -.entry-form .password-field { - display: grid; grid-template-columns: 1fr 44px; - border: 1px solid var(--jn-border); - border-radius: 8px; - background: var(--jn-bg-panel); - transition: border-color 150ms ease-out, box-shadow 150ms ease-out; -} -.entry-form .password-field:hover { border-color: var(--jn-border-strong); } -.entry-form .password-field:focus-within { border-color: var(--jn-blue-600); box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.15); } -.entry-form .password-field input { border: 0; box-shadow: none; background: transparent; } -.entry-form .password-field input:focus { border: 0; box-shadow: none; } -.entry-form .inside-icon { width: 44px; height: 44px; color: var(--jn-text-3); border: 0; background: transparent; } -.entry-form .inside-icon:hover { color: var(--jn-text-2); background: transparent; transform: none; } -.entry-form .inside-icon svg { width: 20px; height: 20px; } - -.entry-options { display: flex; align-items: center; justify-content: space-between; } -.entry-form .check-field { display: flex; align-items: center; gap: 8px; font-size: 13px; line-height: 18px; color: var(--jn-text-2); cursor: pointer; } -.entry-form .check-field input { width: 16px; height: 16px; accent-color: var(--jn-blue-600); } -.entry-hint { font-size: 13px; line-height: 18px; color: var(--jn-blue-600); } -.entry-hint:hover { color: var(--jn-blue-700); } - -.entry-form .entry-note { font-size: 12px; line-height: 18px; color: var(--jn-text-2); } - -.entry-form .button.primary { - width: 100%; height: 44px; - border-radius: 8px; - background: var(--jn-blue-600); - color: #ffffff; - box-shadow: none; - font-size: 15px; line-height: 22px; font-weight: 600; -} -.entry-form .button.primary:hover { background: var(--jn-blue-700); box-shadow: none; transform: none; } -.entry-form .button.primary:active { background: var(--jn-blue-800); transform: none; } -.entry-form .button.primary:disabled { background: var(--jn-disabled-bg); color: var(--jn-text-3); opacity: 1; cursor: not-allowed; transform: none; } -.entry-form .button.primary.is-loading:disabled { background: var(--jn-blue-600); color: #ffffff; opacity: 0.7; } -.spinner { - width: 16px; height: 16px; flex: 0 0 auto; - display: none; - border: 2px solid rgba(255, 255, 255, 0.35); - border-top-color: #ffffff; - border-radius: 50%; - animation: jn-spin 1s linear infinite; -} -.button.is-loading .spinner { display: inline-block; } -.button.is-loading .submit-arrow { display: none; } -@keyframes jn-spin { to { transform: rotate(360deg); } } - -.entry-compliance { font-size: 12px; line-height: 18px; color: var(--jn-text-3); text-align: center; } - -@media (max-width: 1023px) { - .entry-shell { grid-template-columns: 1fr; grid-template-rows: 56px 180px minmax(0, 1fr); grid-template-areas: "topbar" "context" "form"; } - .entry-context { padding: 32px 40px; justify-content: center; } - .entry-statement h1 { font-size: 24px; line-height: 32px; } - .entry-figure { display: none; } - .entry-form-wrap { padding: 48px 40px; } - .entry-form { width: min(440px, 100%); } -} - -@media (max-width: 767px) { - .entry-shell { grid-template-rows: 56px 96px minmax(0, 1fr); } - .entry-topbar { padding: 0 16px; } - .entry-seal { width: 24px; height: 24px; font-size: 14px; border-radius: 6px; } - .entry-system-name { font-size: 15px; line-height: 22px; } - .entry-context { padding: 24px; } - .entry-statement h1 { font-size: 18px; line-height: 26px; } - .entry-statement p { display: none; } - .entry-form-wrap { padding: 24px 16px; } - .entry-form { gap: 16px; } - .entry-form .field input { height: 48px; } - .entry-form .password-field { grid-template-columns: 1fr 48px; } - .entry-form .inside-icon { width: 48px; height: 48px; } - .entry-form .button.primary { height: 48px; } - .role-switch { grid-template-columns: 1fr; } -} - -@media (max-width: 1180px) { - .metric-grid { grid-template-columns: repeat(2, 1fr); } - .period-ribbon { grid-template-columns: repeat(3, 1fr); } - .period-ribbon > .period-warning { grid-column: 1 / -1; border-top: 1px solid var(--color-line); border-left: 0; } - .admin-dashboard-grid, .company-dashboard-grid { grid-template-columns: 1fr; } - .flow-filters { grid-template-columns: repeat(3, 1fr); } - .flow-filters .button { min-height: 40px; } - .manual-layout { grid-template-columns: 1fr; } - .account-directory { grid-template-columns: repeat(2, 1fr); } -} - -@media (max-width: 900px) { - main { padding-inline: 20px; } - .settings-layout, .reminder-layout { grid-template-columns: 1fr; } - .pair-query-form { grid-template-columns: 1fr 40px 1fr; } - .pair-query-form .field:nth-of-type(3) { grid-column: 1 / 3; } - .pair-query-form .button { grid-column: 3; } - .ledger-head { display: none; } - .company-ledger summary { grid-template-columns: minmax(180px, 1.4fr) repeat(2, minmax(100px, 0.7fr)) 28px; } - .company-ledger summary > span:nth-child(4), .company-ledger summary > span:nth-child(5) { display: none; } - .ledger-breakdown { grid-template-columns: 1fr; } - .ledger-breakdown section + section { border-top: 1px solid var(--color-line); border-left: 0; } - .pair-balance-line { grid-template-columns: repeat(3, 1fr); } - .pair-balance-line .pair-final { grid-column: 1 / -1; border-top: 1px solid var(--color-line); border-left: 0; } - .subject-strip { grid-template-columns: repeat(3, 1fr); } - .work-progress { grid-template-columns: 1fr 24px 1fr; row-gap: 16px; } - .work-progress i:nth-of-type(2) { display: none; } -} - -@media (max-width: 720px) { - main { padding: 12px 13px 42px; } - .page-heading { min-height: auto; flex-direction: column; margin-bottom: 18px; } - .page-heading h1 { font-size: 27px; } - .page-heading > .button { align-self: stretch; } - .metric-grid { grid-template-columns: 1fr 1fr; gap: 10px; } - .metric-card { min-height: 128px; grid-template-columns: minmax(0, 1fr) 38px; padding: 15px; } - .metric-icon { width: 38px; height: 38px; border-radius: 12px; } - .metric-value { font-size: 25px; } - .period-ribbon { grid-template-columns: 1fr 1fr; } - .period-ribbon > div { min-height: 64px; } - .period-ribbon > div:nth-child(3) { border-top: 1px solid var(--color-line); border-left: 0; } - .period-warning { grid-column: 1 / -1; } - .panel-heading { min-height: 60px; padding: 11px 13px; } - .inline-search { display: none; } - .task-list button { grid-template-columns: 30px minmax(0, 1fr) 18px; padding-inline: 12px; } - .task-list button > b { display: none; } - .quick-pair-form { grid-template-columns: 1fr 38px 1fr; padding-inline: 12px; } - .quick-result { margin-inline: 12px; } - .company-ledger summary { grid-template-columns: minmax(145px, 1fr) 100px 24px; padding-inline: 12px; } - .company-ledger summary > strong:nth-of-type(2), .company-ledger summary > span:nth-child(4), .company-ledger summary > span:nth-child(5) { display: none; } - .company-name { grid-template-columns: 30px minmax(0, 1fr); } - .company-name i { width: 28px; height: 28px; } - .filter-bar { align-items: stretch; flex-direction: column; } - .segmented { width: 100%; } - .flow-filters { grid-template-columns: 1fr 1fr; } - .flow-filters .grow, .flow-filters .button { grid-column: 1 / -1; } - .pair-query-form { grid-template-columns: 1fr 38px 1fr; } - .pair-query-form .field:nth-of-type(3), .pair-query-form .button { grid-column: 1 / -1; } - .pair-report-heading { align-items: flex-start; flex-direction: column; } - .pair-balance-line { grid-template-columns: 1fr 1fr; } - .pair-balance-line .pair-final { grid-column: auto; border-left: 1px solid var(--color-line); } - .subject-strip { grid-template-columns: 1fr 1fr; } - .company-alert { grid-template-columns: 28px 1fr; } - .company-alert .button { grid-column: 1 / -1; } - .cashier-tasks article { grid-template-columns: 30px minmax(0, 1fr); } - .cashier-tasks .button { grid-column: 2; justify-self: start; } - .work-progress { grid-template-columns: 1fr; } - .work-progress i { display: none; } - .reconcile-summary { grid-template-columns: 1fr; } - .reconcile-summary div { min-height: 70px; border-top: 1px solid var(--color-line); border-left: 0; } - .reconcile-summary div:first-child { border-top: 0; } - .candidate, .candidate-options { align-items: stretch; flex-direction: column; margin-left: 0; } - .account-directory { grid-template-columns: 1fr; } - .account-directory dl { grid-template-columns: 1fr 1fr; } - .closing-checks { grid-template-columns: 1fr; } - .closing-checks article { border-top: 1px solid var(--color-line); border-left: 0; } - .closing-footer { align-items: stretch; flex-direction: column; } - .notification-list article { grid-template-columns: 34px minmax(0, 1fr); } - .notification-list article > em { grid-column: 2; justify-self: start; } - .table-summary { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 9px; } - .dialog { width: 100%; max-width: none; height: 100%; max-height: none; border-radius: 0; } - .dialog > form { min-height: 100%; display: flex; flex-direction: column; } - .dialog-body { flex: 1; } - .form-grid { grid-template-columns: 1fr; } - .toast-region { right: 12px; bottom: 12px; left: 12px; } - .toast { min-width: 0; max-width: none; } -} - -@media (max-width: 460px) { - .metric-card { min-height: 150px; padding: 13px; } - .metric-copy { min-height: 52px; } - .metric-label { font-size: 11px; } - .metric-value { font-size: 23px; } -} - -@media (max-width: 1180px) { - .timeline-strip { grid-template-columns: 1fr; } - .timeline-legend { padding-bottom: 4px; } -} - -@media (max-width: 900px) { - .company-row { grid-template-columns: 34px minmax(0, 1fr) auto; } - .company-row-figure { display: none; } -} - -@media (max-width: 720px) { - .timeline-strip { padding: 14px; } - .timeline-rows { gap: 6px; } - .timeline-row { grid-template-columns: 80px minmax(0, 1fr); } - .timeline-axis span { font-size: 9px; } -} - -/* ===== 参考图对齐:胶囊搜索条 / 账期时间轴 / 右侧详情面板 ===== */ - -.timeline-panel { margin-top: 18px; padding: 18px; } -.timeline { padding: 10px 4px 0; } -.timeline-bar { position: relative; height: 14px; border: 1px solid var(--color-line); border-radius: 999px; background: rgba(255, 255, 255, 0.05); } -.timeline-seg, .timeline-gap { position: absolute; top: 2px; bottom: 2px; border-radius: 999px; } -.timeline-seg.is-closed { background: linear-gradient(90deg, rgba(55, 235, 137, 0.5), rgba(55, 235, 137, 0.28)); } -.timeline-seg.is-current { background: linear-gradient(90deg, rgba(255, 188, 82, 0.4), rgba(255, 188, 82, 0.18)); } -.timeline-gap { background: repeating-linear-gradient(45deg, rgba(255, 98, 109, 0.75) 0 6px, rgba(255, 98, 109, 0.35) 6px 12px); box-shadow: 0 0 12px rgba(255, 98, 109, 0.25); } -.timeline-today { position: absolute; top: -4px; bottom: -4px; width: 2px; background: var(--color-primary-strong); box-shadow: 0 0 10px rgba(55, 235, 137, 0.6); } -.timeline-today::after { content: "今天"; position: absolute; top: -19px; right: 5px; font-size: 10px; font-style: normal; color: var(--color-primary-strong); white-space: nowrap; } -.timeline-ticks { position: relative; height: 34px; margin-top: 8px; } -.timeline-ticks span { position: absolute; display: flex; flex-direction: column; transform: translateX(-50%); font-size: 10px; color: var(--color-ink-muted); text-align: center; } -.timeline-ticks span:first-child { transform: none; text-align: left; } -.timeline-ticks span:last-child { transform: translateX(-100%); text-align: right; } -.timeline-ticks small { color: var(--color-ink-soft); } -.timeline-panel .timeline-legend { display: flex; flex-direction: row; flex-wrap: wrap; gap: 6px 18px; margin: 10px 0 0; padding: 0; list-style: none; font-size: 11px; color: var(--color-ink-soft); } -.timeline-panel .timeline-legend li { display: flex; align-items: center; gap: 6px; } -.timeline-panel .dot { width: 8px; height: 8px; border-radius: 50%; } -.dot.success { background: var(--color-positive); } -.dot.warning { background: var(--color-warning); } -.dot.danger { background: var(--color-danger); } -.dot.today { background: var(--color-primary-strong); box-shadow: 0 0 6px rgba(55, 235, 137, 0.7); } - -.detail-drawer { position: fixed; top: 16px; right: 16px; bottom: 16px; z-index: 80; width: min(380px, calc(100vw - 32px)); display: flex; flex-direction: column; border: 1px solid var(--color-line-strong); border-radius: var(--radius-lg); background: linear-gradient(160deg, rgba(28, 28, 28, 0.92), rgba(12, 12, 12, 0.94)); box-shadow: var(--shadow-panel); backdrop-filter: blur(26px) saturate(125%); transform: translateX(calc(100% + 32px)); visibility: hidden; transition: transform var(--duration-standard) var(--ease-out), visibility var(--duration-standard); } -.detail-drawer.is-open { transform: none; visibility: visible; } -.detail-drawer > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 18px 18px 12px; border-bottom: 1px solid var(--color-line); } -.detail-drawer h2 { margin-top: 8px; font-size: 17px; } -.detail-drawer .detail-desc { margin-top: 4px; color: var(--color-ink-muted); font-size: 12px; } -.detail-fields { display: grid; gap: 10px; margin: 0; padding: 14px 18px; overflow-y: auto; } -.detail-fields > div { display: flex; justify-content: space-between; gap: 14px; padding-bottom: 10px; border-bottom: 1px dashed var(--color-line); } -.detail-fields dt { flex-shrink: 0; color: var(--color-ink-muted); font-size: 12px; } -.detail-fields dd { margin: 0; text-align: right; font-size: 12px; } -.detail-tip { margin: 0 18px 12px; padding: 12px; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: var(--color-surface-muted); color: var(--color-ink-soft); font-size: 12px; } -.detail-tip strong { display: block; margin-bottom: 4px; color: var(--color-ink); } -.detail-drawer > footer { display: flex; gap: 10px; margin-top: auto; padding: 14px 18px; border-top: 1px solid var(--color-line); } -.detail-drawer > footer .button { flex: 1; justify-content: center; } -.detail-drawer .status { align-self: flex-start; } -[data-detail] { cursor: pointer; } - -@media (max-width: 720px) { - .detail-drawer { top: 8px; right: 8px; bottom: 8px; width: calc(100vw - 16px); } - .timeline-panel { padding: 14px; } -} - -/* ===== 质感打磨:玻璃光泽 / 氛围光 / 对比与呼吸感 ===== */ -:root { - --radius-lg: 24px; - --radius-xl: 30px; -} - -.metric-card { border-color: rgba(255, 255, 255, 0.12); background: radial-gradient(120% 90% at 50% 108%, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02) 42%, transparent 60%), linear-gradient(160deg, rgba(41, 41, 41, 0.86) 0%, rgba(23, 23, 23, 0.88) 50%, rgba(12, 12, 12, 0.9) 100%); } -.metric-card::before { background: radial-gradient(130% 100% at 50% 112%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 45%, transparent 62%), linear-gradient(165deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 42%, transparent 72%); } -.panel::before, .period-ribbon::before, .reconcile-summary::before, .work-progress::before { background: radial-gradient(150% 110% at 50% 118%, rgba(255, 255, 255, 0.05), transparent 55%), linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 40%, transparent 70%); } - -.metric-value { font-size: clamp(28px, 2.6vw, 38px); font-weight: 800; color: #ffffff; white-space: nowrap; } - -.metric-grid { gap: 20px; margin-bottom: 20px; } -.admin-dashboard-grid { gap: 20px; margin-bottom: 20px; } -.company-dashboard-grid { gap: 20px; } -.page-heading { margin-bottom: 22px; } - -@media (max-width: 720px) { - .metric-grid { gap: 10px; margin-bottom: 14px; } - .page-heading { margin-bottom: 18px; } -} - -/* ===== 反馈修正:侧栏质感 + 模块间距统一 ===== */ -.company-alert { margin-bottom: 20px; } -.period-ribbon { margin-bottom: 20px; } -.company-stack-panel { margin-bottom: 20px; } -.work-progress { margin-top: 20px; } -.timeline-panel { margin-top: 20px; } - -/* ===== 反馈修正:整体提亮 + 列表改为玻璃行(去掉线条隔断) ===== */ -:root { - --color-ink-soft: #b6c0ba; - --color-ink-muted: #99a39d; -} - -.panel, .period-ribbon, .query-band, .filter-bar, .filter-grid, .pair-report, .work-progress, .reconcile-summary { border-color: rgba(255, 255, 255, 0.12); background: linear-gradient(160deg, rgba(37, 37, 37, 0.84) 0%, rgba(21, 21, 21, 0.87) 50%, rgba(12, 12, 12, 0.89) 100%); } -.panel::before, .period-ribbon::before, .reconcile-summary::before, .work-progress::before { background: radial-gradient(150% 110% at 50% 118%, rgba(255, 255, 255, 0.06), transparent 55%), linear-gradient(165deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.04) 40%, transparent 70%); } - -.task-list, .cashier-tasks, .coverage-list, .notification-list, .review-list { display: grid; gap: 8px; padding: 12px 14px 14px; } -.task-list button, .cashier-tasks article, .coverage-list article, .notification-list article, .review-list > article, .subject-row { border: 1px solid var(--color-line); border-radius: var(--radius-md); background: linear-gradient(160deg, rgba(32, 32, 32, 0.72) 0%, rgba(15, 15, 15, 0.78) 100%); transition: background var(--duration-fast), border-color var(--duration-fast), box-shadow var(--duration-fast), transform var(--duration-fast); } -.task-list button:hover, .cashier-tasks article:hover, .coverage-list article:hover, .notification-list article:hover, .review-list > article:hover, .subject-row:hover { border-color: rgba(255, 255, 255, 0.2); background: linear-gradient(160deg, rgba(44, 44, 44, 0.82) 0%, rgba(22, 22, 22, 0.86) 100%); box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28); } -.notification-list article.is-unread { border-color: rgba(102, 168, 255, 0.3); background: linear-gradient(160deg, rgba(102, 168, 255, 0.1), rgba(102, 168, 255, 0.04)); } -.company-ledger { margin: 8px 14px; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: linear-gradient(160deg, rgba(32, 32, 32, 0.72) 0%, rgba(15, 15, 15, 0.78) 100%); overflow: hidden; } -.company-ledger[open] { border-color: rgba(255, 255, 255, 0.18); } -.company-ledger:last-child { margin-bottom: 14px; } - -.data-table { border-collapse: separate; border-spacing: 0 8px; } -.data-table th { height: 28px; padding: 0 13px; border-bottom: 0; background: transparent; } -.data-table td { border-bottom: 0; border-top: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); background: linear-gradient(160deg, rgba(32, 32, 32, 0.72) 0%, rgba(15, 15, 15, 0.78) 100%); } -.data-table td:first-child { border-left: 1px solid var(--color-line); border-radius: 12px 0 0 12px; } -.data-table td:last-child { border-right: 1px solid var(--color-line); border-radius: 0 12px 12px 0; } -.data-table tbody tr:hover td { background: linear-gradient(160deg, rgba(44, 44, 44, 0.85) 0%, rgba(22, 22, 22, 0.88) 100%); } -.data-table tbody tr:last-child td { border-bottom: 1px solid var(--color-line); } -.table-scroll { padding: 2px 14px 8px; } -.table-summary { margin: 0 14px; } - -@media (prefers-reduced-motion: reduce) { - *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } - .button.is-loading .spinner { animation-duration: 1s !important; animation-iteration-count: infinite !important; } -}