*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1b6b3a;--primary-light:#2a8f4f;--primary-lighter:#e8f5ec;--primary-dark:#145a2e;--accent:#0f9d58;--accent-light:#0f9d581a;--success:#52c41a;--warning:#fa8c16;--error:#f5222d;--info:#1890ff;--bg:#f5f5f5;--bg-white:#fff;--text:#1a1a2e;--text-secondary:#666680;--text-muted:#999;--border:#e8e8ec;--border-hover:#d0d0d8;--shadow-sm:0 1px 3px #1b6b3a0f;--shadow-md:0 4px 12px #1b6b3a14;--shadow-lg:0 8px 24px #1b6b3a1f;--shadow-hover:0 8px 28px #1b6b3a26;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--transition:.2s ease;--transition-slow:.3s ease;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "微软雅黑", "PingFang SC", "Hiragino Sans GB", sans-serif;--font-mono:"Courier New", Consolas, monospace;--sidebar-w:220px;--topbar-h:56px}html,body{height:100%;margin:0;padding:0;overflow:hidden}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}#app{text-align:left;border:none;width:100%;max-width:100%;height:100vh;display:block;overflow:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a1a1aa}.spinner{border:2px solid #ffffff4d;border-top-color:currentColor;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:20px;right:20px}.toast{border-radius:var(--radius-md);box-shadow:var(--shadow-lg);pointer-events:auto;align-items:center;gap:8px;padding:8px 18px;font-size:13px;font-weight:500;animation:.3s slideInRight;display:flex}.toast-success{background:var(--success);color:#fff}.toast-error{background:var(--error);color:#fff}.toast-info{background:var(--primary);color:#fff}.toast-warning{background:var(--warning);color:#fff}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.badge{border-radius:99px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.badge-success{color:var(--primary);background:#e8f5ec}.badge-processing{color:var(--info);background:#e6f4ff}.badge-pending{color:var(--text-muted);background:#f5f5f5}.badge-error{color:var(--error);background:#fff1f0}.badge-warning{color:var(--warning);background:#fff7e6}.progress-bar{background:var(--border);border-radius:99px;flex:1;min-width:80px;height:4px;overflow:hidden}.progress-fill{border-radius:99px;height:100%}.progress-fill.green{background:var(--success)}.progress-fill.blue{background:var(--info)}.progress-fill.orange{background:var(--warning)}
