:root{--font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;--ink: #172234;--ink-2: #34475d;--muted: #6d7f91;--faint: #8a98a8;--line: #dfe8f0;--line-2: #edf3f7;--bg: #f5f8fa;--surface: #ffffff;--surface-2: #f8fbfd;--blue-900: #12384f;--blue-800: #174763;--blue-700: #245b80;--blue-600: #2f6f97;--blue-100: #eaf3f8;--green: #25715f;--green-bg: #edf8f3;--amber: #835a13;--amber-bg: #fff6e8;--red: #a33a3f;--red-bg: #fff0f1;--purple: #515c87;--purple-bg: #f1f4fb;--shadow-card: 0 2px 12px rgba(23, 34, 52, .055);--radius: 10px;--radius-sm: 6px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body{height:100%;font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}#app{max-width:430px;min-height:100vh;margin:0 auto;background:var(--bg);position:relative;box-shadow:0 0 40px #1722340f}button,input,select,textarea{font:inherit;color:inherit}button{border:0;border-radius:var(--radius);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:background-color .18s ease,opacity .18s ease}button:active{opacity:.82}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{position:sticky;top:0;z-index:20;min-height:56px;padding:env(safe-area-inset-top,12px) 16px 12px;padding-top:calc(env(safe-area-inset-top,0px) + 12px);display:grid;grid-template-columns:40px 1fr auto;gap:10px;align-items:center;border-bottom:1px solid var(--line);background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-header.no-back{grid-template-columns:1fr auto}.app-header .back-btn{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--blue-800);background:var(--surface)}.app-header .back-btn svg{width:18px;height:18px}.app-title{text-align:center}.app-title small{display:block;color:var(--faint);font-size:11px;line-height:1.35}.app-title strong{display:block;color:var(--ink);font-size:17px;line-height:1.22}.app-body{flex:1;padding:14px 16px 20px;padding-bottom:calc(80px + env(safe-area-inset-bottom,0px));overflow-y:auto}.app-body.no-tabbar{padding-bottom:20px}.tabbar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;height:calc(60px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:30}.tabbar-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#788796;font-size:11px;font-weight:600;position:relative}.tabbar-item.active{color:var(--blue-800);font-weight:700}.tabbar-item svg{width:22px;height:22px;stroke-width:2}.tabbar-item .badge-dot{position:absolute;top:6px;right:calc(50% - 20px);width:8px;height:8px;border-radius:50%;background:var(--red)}.btn-primary{min-height:44px;padding:0 16px;color:#fff;background:var(--blue-700);font-size:14px;font-weight:700}.btn-primary:active{background:var(--blue-800)}.btn-ghost{min-height:44px;padding:0 16px;color:var(--blue-800);background:#f3f8fb;border:1px solid #d8e7f1;font-size:14px;font-weight:700}.btn-plain{min-height:44px;padding:0 16px;color:var(--ink-2);background:#f4f6f8;border:1px solid #e2e8ee;font-size:14px;font-weight:700}.btn-danger{min-height:44px;padding:0 16px;color:var(--red);background:var(--red-bg);border:1px solid #f2c9cc;font-size:14px;font-weight:700}.btn-small{min-height:32px;padding:0 12px;font-size:12px}.btn-full{width:100%}button:disabled{opacity:.5;cursor:not-allowed}.card{padding:14px;margin-bottom:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card)}.hero-card{position:relative;overflow:hidden;padding:18px;margin-bottom:12px;color:#fff;border:0;border-radius:var(--radius);background:linear-gradient(135deg,var(--blue-900),#2d668d)}.hero-card small,.hero-card p{color:#fffc}.hero-card h3{margin:6px 0 8px;font-size:24px;line-height:1.18}.hero-card p{margin:0;font-size:12px;line-height:1.5}.hero-action{margin-top:14px;display:flex;gap:8px;align-items:center;justify-content:space-between}.hero-action button{min-height:34px;padding:0 14px;border-radius:999px;color:#fff;background:#ffffff29;border:1px solid rgba(255,255,255,.32);font-size:12px;font-weight:700}.section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:2px 0 10px}.section-title h4{margin:0;color:#24364a;font-size:15px}.section-title a{color:var(--blue-700);font-size:12px;font-weight:700}.strong-line{display:flex;justify-content:space-between;gap:10px;align-items:center}.strong-line b{color:#203047;font-size:15px}.strong-line small{color:var(--faint);font-size:12px;white-space:nowrap}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.metric-grid.two{grid-template-columns:repeat(2,1fr)}.metric-grid.four{grid-template-columns:repeat(4,1fr)}.metric-card{padding:12px 6px;text-align:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card)}.metric-card b{display:block;color:var(--blue-900);font-size:20px;line-height:1}.metric-card span{display:block;margin-top:6px;color:var(--muted);font-size:12px}.filter-tabs{display:flex;gap:8px;margin:0 -16px 12px;padding:0 16px 4px;overflow-x:auto;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-tabs button{min-height:32px;padding:0 14px;border:1px solid var(--line);border-radius:999px;color:#536679;background:#fff;white-space:nowrap;font-size:12px}.filter-tabs button.active{color:#fff;background:var(--blue-800);border-color:var(--blue-800)}.badge,.status{min-height:24px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.badge:before,.status:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor;opacity:.72}.s-pending{color:var(--amber);background:var(--amber-bg)}.s-available,.s-info,.s-appoint,.s-ready{color:var(--blue-700);background:#eef6fb}.s-applying,.s-doing{color:var(--purple);background:var(--purple-bg)}.s-pending-pay,.s-pay{color:var(--amber);background:var(--amber-bg)}.s-settled,.s-done,.s-success,.s-complete{color:var(--green);background:var(--green-bg)}.s-reversed,.s-stop,.s-reject,.s-danger{color:var(--red);background:var(--red-bg)}.s-cancel,.s-neutral{color:#647385;background:#eef2f5}.s-pending-deduct{color:var(--amber);background:var(--amber-bg)}.s-deducted{color:#647385;background:#eef2f5}.list-card{position:relative;display:grid;gap:7px;margin-bottom:10px;padding:13px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card)}.list-card.selected{border-color:#a9c6d9;background:#f2f8fc;box-shadow:inset 3px 0 0 var(--blue-700),var(--shadow-card)}.list-card.disabled{background:#f5f7f9;opacity:.68}.list-card .top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.list-card b{color:#223247;font-size:14px;line-height:1.35}.list-card p{color:var(--muted);font-size:12px;line-height:1.45}.list-card .price{color:var(--blue-900);font-size:20px;font-weight:800}.list-card .actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.notice{margin-bottom:12px;padding:12px 13px;border:1px solid var(--line);border-left:4px solid #b7d0e0;border-radius:var(--radius);color:var(--ink-2);font-size:13px;line-height:1.5;background:#f0f7fc}.notice.warn{border-left-color:#e2c175;color:#6f4c12;background:#fff8ec}.notice.success{border-left-color:#8dccb5;color:#165c49;background:#eef8f4}.notice.error{border-left-color:#e2a3a8;color:var(--red);background:var(--red-bg)}.form-card label{display:block;margin-bottom:12px;color:#3f5267;font-size:13px;font-weight:600}.form-card label:last-child{margin-bottom:0}input,select,textarea{width:100%;min-height:44px;margin-top:6px;padding:10px 12px;border:1px solid #dbe6ef;border-radius:var(--radius-sm);background:#fcfdfe;outline:none;transition:border-color .2s}input:focus,select:focus,textarea:focus{border-color:var(--blue-600)}textarea{min-height:80px;resize:none;line-height:1.45}input[readonly]{color:var(--muted);background:#f3f6f9}.kv-list{display:grid;gap:0}.kv-list div{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid var(--line-2);font-size:13px}.kv-list div:first-child{border-top:0}.kv-list span{color:var(--muted);line-height:1.35}.kv-list b{color:#203047;text-align:right;line-height:1.35;font-weight:600}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:12px;padding:8px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card)}.timeline div{min-height:54px;display:grid;place-items:center;align-content:center;gap:3px;border:1px solid var(--line-2);border-radius:7px;background:#fff;text-align:center}.timeline div.on{border-color:#c7deed;background:#f1f8fc}.timeline b{font-size:11px;color:var(--ink-2)}.timeline span{color:var(--faint);font-size:10px;line-height:1.25}.empty-state{min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.empty-state svg{width:48px;height:48px;color:var(--line);margin-bottom:12px}.empty-state strong{color:#24364a;font-size:15px}.empty-state p{max-width:240px;margin-top:8px;color:var(--muted);font-size:13px;line-height:1.5}.loading-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loading-spinner{width:36px;height:36px;border:3px solid var(--line);border-top-color:var(--blue-700);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:200;padding:12px 20px;border-radius:8px;background:#172234e0;color:#fff;font-size:14px;line-height:1.4;max-width:300px;text-align:center;animation:toast-in .2s ease}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}.check-circle{width:22px;height:22px;min-width:22px;border:2px solid var(--line);border-radius:50%;display:grid;place-items:center;transition:all .2s}.check-circle.checked{border-color:var(--blue-700);background:var(--blue-700)}.check-circle.checked svg{width:14px;height:14px;color:#fff}.check-circle svg{display:none}.check-circle.checked svg{display:block}.divider{height:1px;margin:12px 0;background:var(--line-2)}.subtle{color:var(--muted);font-size:12px;line-height:1.45}
