@charset "UTF-8";.toast-wrap[data-v-d1ab0c52]{position:fixed;top:24px;left:50%;transform:translate(-50%);z-index:2000;pointer-events:none}.toast[data-v-d1ab0c52]{display:flex;align-items:center;gap:10px;min-width:200px;max-width:420px;padding:12px 18px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-hover);border:1px solid var(--border)}.toast-icon[data-v-d1ab0c52]{font-size:16px;flex-shrink:0}.toast-text[data-v-d1ab0c52]{font-size:14px;color:var(--text);line-height:1.5}.toast-success .toast-icon[data-v-d1ab0c52]{color:var(--success)}.toast-error .toast-icon[data-v-d1ab0c52]{color:var(--danger)}.toast-warning .toast-icon[data-v-d1ab0c52]{color:var(--warning)}.toast-info .toast-icon[data-v-d1ab0c52]{color:var(--primary)}.toast-fade-enter-active[data-v-d1ab0c52],.toast-fade-leave-active[data-v-d1ab0c52]{transition:opacity .2s ease,transform .2s ease}.toast-fade-enter-from[data-v-d1ab0c52],.toast-fade-leave-to[data-v-d1ab0c52]{opacity:0;transform:translate(-50%) translateY(-8px)}.modal-mask[data-v-4183b48b]{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000}.modal[data-v-4183b48b]{background:#fff;border-radius:18px;max-width:96vw;max-height:92vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 80px #00000040}.modal-header[data-v-4183b48b]{display:flex;justify-content:space-between;align-items:center;padding:17px 20px;border-bottom:1px solid var(--border)}.modal-title[data-v-4183b48b]{font-size:17px;font-weight:700}.modal-close[data-v-4183b48b]{width:32px;height:32px;border-radius:9px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;color:#4b5563;line-height:1;transition:background .2s ease,color .2s ease}.modal-close[data-v-4183b48b]:active{background:#e5e7eb;color:#111827}.modal-body[data-v-4183b48b]{padding:20px;overflow:auto}.modal-footer[data-v-4183b48b]{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid var(--border)}.confirm-content[data-v-b689040d]{font-size:14px;line-height:1.7;color:var(--text-secondary);white-space:pre-wrap}:root{--primary: #1677ff;--primary-light: #e6f0ff;--primary-dark: #0958d9;--success: #16a34a;--success-light: #ecfdf5;--warning: #f59e0b;--warning-light: #fffbeb;--orange: #ea580c;--orange-light: #fff7ed;--purple: #7c3aed;--purple-light: #f5f3ff;--cyan: #0891b2;--cyan-light: #ecfeff;--danger: #ef4444;--danger-light: #fef2f2;--text-primary: #1f2937;--shadow-hover: 0 8px 24px rgba(15, 23, 42, .1);--bg: #f4f6fa;--sidebar-bg: #071529;--card-bg: #ffffff;--border: #e5e7eb;--text: #1f2937;--text-light: #6b7280;--text-secondary: #475569;--radius: 14px;--radius-sm: 10px;--shadow: 0 8px 24px rgba(15, 23, 42, .07)}.tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px}.tag.green{background:#f6ffed;color:#52c41a}.tag.blue{background:#e6f0ff;color:#1677ff}.tag.orange{background:#fff7e6;color:#fa8c16}.tag.red{background:#fff1f0;color:#ff4d4f}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;font-size:13px}.detail-item label{display:block;color:var(--text-light);font-size:12px;margin-bottom:4px}.detail-item span{color:var(--text)}.link{color:var(--primary);font-size:12px;cursor:pointer;margin-right:8px}.link:hover{text-decoration:underline}button{margin:0;padding:0;font:inherit;color:inherit;line-height:1.4;background:none;border:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;outline:none;box-sizing:border-box}button:disabled{cursor:not-allowed;opacity:.55}button:focus-visible{box-shadow:0 0 0 2px #1677ff40}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 13px;border-radius:10px;font-size:13px;font-weight:700;white-space:nowrap;border:1px solid transparent;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;vertical-align:middle}.btn i{font-size:12px;line-height:1}.btn-sm{padding:5px 9px;font-size:12px;border-radius:8px}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover:not(:disabled){background:var(--primary-dark);border-color:var(--primary-dark)}.btn-success{background:var(--success);color:#fff;border-color:var(--success)}.btn-success:hover:not(:disabled){background:#389e0d;border-color:#389e0d}.btn-danger{background:#fff;border-color:#fecaca;color:#dc2626}.btn-danger:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5}.btn-outline,.btn-line{background:#fff;border-color:var(--border);color:var(--text-secondary)}.btn-outline:hover:not(:disabled),.btn-line:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.btn-outline-orange{background:#fff;border-color:var(--orange);color:var(--orange)}.btn-outline-orange:hover:not(:disabled){background:#fff7e6;border-color:#d46b08;color:#d46b08}.btn-ghost{background:transparent;border-color:transparent;color:var(--text-secondary)}.btn-ghost:hover:not(:disabled){background:#f5f5f5;color:var(--primary)}.pager-btn{min-width:72px;padding:6px 14px;font-size:12px;background:#fff;border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius-sm, 6px)}.pager-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.prototype-page .hero{background:linear-gradient(135deg,#1677ff,#0947a6);color:#fff;border-radius:14px;padding:20px 24px;margin-bottom:18px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow)}.prototype-page .hero-title{margin:0 0 6px;font-size:20px;font-weight:800}.prototype-page .hero-desc{margin:0;opacity:.78;font-size:14px}.prototype-page .hero-icon{font-size:42px;opacity:.25}.prototype-page .grid{display:grid;gap:16px}.prototype-page .stats{grid-template-columns:repeat(4,1fr);margin-bottom:18px}.prototype-page .stat{background:#fff;border-radius:14px;padding:18px;box-shadow:var(--shadow);display:flex;gap:14px;align-items:center}.prototype-page .ico{width:44px;height:44px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:20px}.prototype-page .blue{background:#e8f2ff;color:#1677ff}.prototype-page .green{background:#ecfdf5;color:#16a34a}.prototype-page .orange{background:#fff7ed;color:#ea580c}.prototype-page .purple{background:#f5f3ff;color:#7c3aed}.prototype-page .cyan{background:#ecfeff;color:#0891b2}.prototype-page .red{background:#fef2f2;color:#ef4444}.prototype-page .stat-num{font-size:24px;font-weight:800;color:#1f2937}.prototype-page .stat-label{color:#6b7280;font-size:12px;margin-top:3px}.prototype-page .card{background:#fff;border-radius:14px;box-shadow:var(--shadow);padding:18px;margin-bottom:16px}.prototype-page .card-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:14px}.prototype-page .card-title{font-weight:800;font-size:16px;color:#1f2937}.prototype-page .card-desc{color:#6b7280;font-size:12px;margin-top:4px}.prototype-page .toolbar{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:14px}.prototype-page .toolbar-left{display:flex;gap:8px;flex-wrap:wrap}.prototype-page .input,.prototype-page .select{border:1px solid #e5e7eb;border-radius:10px;background:#fafafa;padding:8px 11px;outline:none;color:#1f2937;font-size:13px;min-height:36px}.prototype-page .table-wrap{overflow:auto}.prototype-page table{width:100%;border-collapse:collapse;font-size:13px}.prototype-page th{background:#f8fafc;text-align:left;color:#475569;font-weight:800;border-bottom:1px solid #e5e7eb;padding:11px 12px;white-space:nowrap}.prototype-page td{border-bottom:1px solid #f1f5f9;padding:12px;vertical-align:middle}.prototype-page tr:hover td{background:#fbfdff}.prototype-page .badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.prototype-page .b-blue{background:#e8f2ff;color:#1677ff}.prototype-page .b-green{background:#ecfdf5;color:#16a34a}.prototype-page .b-orange{background:#fff7ed;color:#ea580c}.prototype-page .b-purple{background:#f5f3ff;color:#7c3aed}.prototype-page .b-cyan{background:#ecfeff;color:#0891b2}.prototype-page .b-red{background:#fef2f2;color:#ef4444}.prototype-page .b-gray{background:#f3f4f6;color:#6b7280}.prototype-page .notice{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:12px;padding:12px 14px;margin-bottom:16px;line-height:1.7;font-size:13px}.prototype-page .notice.warn{border-color:#fde68a;background:#fffbeb;color:#92400e}.prototype-page .tabs{display:flex;gap:6px;background:#f1f5f9;border-radius:12px;padding:5px;margin-bottom:14px}.prototype-page .tab{flex:1;text-align:center;padding:9px;border-radius:9px;cursor:pointer;color:#64748b;font-weight:700;font-size:13px}.prototype-page .tab.active{background:#fff;color:#1677ff;box-shadow:0 2px 8px #0f172a14}.prototype-page .detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.prototype-page .mini{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff}.prototype-page .mini label{display:block;color:#6b7280;font-size:12px;margin-bottom:6px}.prototype-page .mini strong{font-size:15px}.prototype-page .progress{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden;min-width:90px}.prototype-page .bar{height:100%;background:linear-gradient(90deg,#1677ff,#06b6d4)}.prototype-page .split{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.prototype-page .stage-card{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fbfdff;margin-bottom:10px}.prototype-page .stage-head{display:flex;justify-content:space-between;margin-bottom:8px;gap:12px}.prototype-page .kpi-line{display:flex;justify-content:space-between;gap:10px;margin:8px 0;color:#475569}.prototype-page .muted{color:#6b7280}.prototype-page .money{font-weight:800;color:#0f172a}.prototype-page .nowrap{white-space:nowrap}.prototype-page .right{text-align:right}.prototype-page .empty{padding:36px;text-align:center;color:#6b7280}@media (max-width: 1100px){.prototype-page .stats{grid-template-columns:repeat(2,1fr)}.prototype-page .split,.prototype-page .detail-grid{grid-template-columns:1fr}}html,body,#app{height:100%;margin:0;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;background:var(--bg);color:var(--text);font-size:14px}view{display:block;box-sizing:border-box}scroll-view{display:block;overflow:auto}input{box-sizing:border-box}
