:root{--background:#fff;--foreground:#0f172a;--card:#fff;--card-foreground:#0f172a;--muted:#f8fafc;--muted-foreground:#64748b;--popover:#fff;--primary:#0f172a;--primary-foreground:#f8fafc;--secondary:#f1f5f9;--secondary-foreground:#0f172a;--accent:#f1f5f9;--accent-foreground:#0f172a;--destructive:#dc2626;--border:#e2e8f0;--input:#e2e8f0;--ring:#94a3b8;--sidebar:#fbfdff;--surface:#fcfdff;--radius:8px;--success:#15803d;--warning:#b45309;--info:#0369a1;font-family:"Microsoft YaHei","PingFang SC","Segoe UI",Arial,sans-serif}html[data-theme="dark"]{--background:#020617;--foreground:#f8fafc;--card:#0f172a;--card-foreground:#f8fafc;--muted:#111827;--muted-foreground:#94a3b8;--popover:#0f172a;--primary:#f8fafc;--primary-foreground:#020617;--secondary:#1e293b;--secondary-foreground:#f8fafc;--accent:#1e293b;--accent-foreground:#f8fafc;--destructive:#f87171;--border:#1e293b;--input:#334155;--ring:#64748b;--sidebar:#020617;--surface:#0b1220;--success:#86efac;--warning:#fbbf24;--info:#7dd3fc}html[data-theme="dark"] .badge-success{background:#052e16}html[data-theme="dark"] .badge-warning{background:#422006}html[data-theme="dark"] .badge-danger{background:#450a0a}html[data-theme="dark"] .badge-info{background:#082f49}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground)}button,input,select,textarea{font:inherit}button{cursor:pointer}.app{min-height:100vh;display:grid;grid-template-columns:264px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;border-right:1px solid var(--border);background:var(--sidebar);padding:16px;display:flex;flex-direction:column;gap:18px}.brand{display:flex;align-items:center;gap:10px;padding:6px}.brand-icon{display:grid;place-items:center;size:36px;width:36px;height:36px;border-radius:var(--radius);background:var(--primary);color:var(--primary-foreground);font-weight:800}.brand strong,.brand span{display:block}.brand span{margin-top:2px;color:var(--muted-foreground);font-size:12px}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.nav-btn{width:100%;min-height:38px;border:0;border-radius:var(--radius);background:transparent;color:#334155;display:flex;align-items:center;gap:10px;padding:0 10px;text-align:left;font-size:14px}.nav-btn svg,.btn svg,.search svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.nav-btn.active,.nav-btn:hover{background:var(--accent);color:var(--accent-foreground)}.sidebar-footer{margin-top:auto;border:1px solid var(--border);border-radius:var(--radius);padding:12px;background:var(--card)}.sidebar-footer p{margin:10px 0 0;color:var(--muted-foreground);font-size:12px;line-height:1.65}.main{min-width:0;padding:22px;display:flex;flex-direction:column;gap:16px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.page-header h1{margin:0;font-size:24px;line-height:1.25;letter-spacing:0}.page-header p,.card-header p{margin:6px 0 0;color:var(--muted-foreground);font-size:13px;line-height:1.6}.header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.input-shell{height:38px;border:1px solid var(--input);border-radius:var(--radius);background:var(--background);display:flex;align-items:center;gap:8px;padding:0 11px}.input-shell input{border:0;outline:0;background:transparent;min-width:220px}.select,input,textarea{border:1px solid var(--input);border-radius:var(--radius);background:var(--background);color:var(--foreground)}.select{height:38px;padding:0 10px}.btn{min-height:38px;border:1px solid transparent;border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 13px;background:var(--background);color:var(--foreground);font-size:14px;font-weight:600}.btn-primary{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.btn-outline{border-color:var(--border);background:var(--background)}.btn-ghost{border-color:transparent;background:transparent}.icon-btn{width:34px;height:34px;border:1px solid var(--border);border-radius:var(--radius);background:var(--background);font-size:20px}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:0 1px 2px rgba(15,23,42,.04)}.flat{box-shadow:none}.card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px;border-bottom:1px solid var(--border)}.card-header.compact{padding-bottom:12px}.card-header h2{margin:0;font-size:16px;line-height:1.4;letter-spacing:0}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.stat-card{padding:15px}.stat-top{display:flex;align-items:center;justify-content:space-between;color:var(--muted-foreground);font-size:13px}.stat-card strong{display:block;margin-top:12px;font-size:28px;line-height:1}.stat-card p{margin:8px 0 0;color:var(--muted-foreground);font-size:12px}.badge{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:3px 8px;font-size:12px;font-weight:700;white-space:nowrap}.badge-outline{border:1px solid var(--border);background:var(--background);color:var(--foreground)}.badge-secondary{background:var(--secondary);color:var(--secondary-foreground)}.badge-success{background:#dcfce7;color:var(--success)}.badge-warning{background:#fef3c7;color:var(--warning)}.badge-danger{background:#fee2e2;color:var(--destructive)}.badge-info{background:#e0f2fe;color:var(--info)}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px}.toolbar-right{display:flex;align-items:center;gap:10px}.tabs{display:flex;align-items:center;gap:4px;border:1px solid var(--border);background:var(--muted);border-radius:var(--radius);padding:3px;overflow:auto}.tab{height:32px;border:0;border-radius:6px;background:transparent;color:var(--muted-foreground);padding:0 12px;font-weight:600;white-space:nowrap}.tab.active{background:var(--background);color:var(--foreground);box-shadow:0 1px 2px rgba(15,23,42,.08)}.content-grid{display:grid;grid-template-columns:minmax(0,1.5fr) 370px;gap:16px}.side-stack{display:flex;flex-direction:column;gap:16px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:900px}th,td{padding:12px 14px;border-bottom:1px solid var(--border);text-align:left;font-size:13px;vertical-align:middle}th{color:var(--muted-foreground);font-weight:700;background:var(--surface)}td strong{display:block;font-size:13px}td small{display:block;margin-top:4px;color:var(--muted-foreground)}.rank{font-weight:800}.row-actions{display:flex;gap:6px}.suggestion-list,.source-list{padding:12px;display:flex;flex-direction:column;gap:10px}.suggestion-item,.source-item{border:1px solid var(--border);border-radius:var(--radius);padding:11px;background:var(--surface)}.suggestion-item div,.source-item div{display:flex;align-items:center;justify-content:space-between;gap:8px}.suggestion-item strong,.source-item strong{font-size:13px}.suggestion-item p,.source-item p{margin:6px 0 0;color:var(--muted-foreground);font-size:12px;line-height:1.6}.kanban{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px}.lane{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-height:190px}.lane-head{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border-bottom:1px solid var(--border)}.lane-head strong{font-size:13px}.task-card{margin:10px;padding:11px;border:1px solid var(--border);border-radius:var(--radius);background:var(--card)}.task-card strong{display:block;font-size:13px;line-height:1.45}.task-card p{margin:6px 0 10px;color:var(--muted-foreground);font-size:12px;line-height:1.55}.task-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted-foreground);font-size:12px}.module-panel{padding:16px}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.module-card{border:1px solid var(--border);border-radius:var(--radius);padding:14px;background:var(--surface)}.module-card strong{font-size:14px}.module-card p{margin:8px 0 12px;color:var(--muted-foreground);font-size:12px;line-height:1.6}.progress{height:8px;border-radius:999px;overflow:hidden;background:var(--secondary)}.progress span{display:block;height:100%;width:var(--value);background:var(--primary)}.dialog{width:min(640px,calc(100vw - 28px));border:0;border-radius:var(--radius);box-shadow:0 24px 70px rgba(15,23,42,.22);padding:0}.dialog::backdrop{background:rgba(15,23,42,.42)}.dialog-content{padding:18px;display:flex;flex-direction:column;gap:14px}.dialog-header,.dialog-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dialog-header h2{margin:0;font-size:18px}.dialog-header p{margin:6px 0 0;color:var(--muted-foreground);font-size:13px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:flex;flex-direction:column;gap:7px;color:var(--muted-foreground);font-size:13px;font-weight:650}.field input,.field select,.field textarea{padding:9px 10px;color:var(--foreground);outline:0}.field textarea{resize:vertical}.toast{position:fixed;right:20px;bottom:20px;background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);padding:12px 14px;box-shadow:0 12px 30px rgba(15,23,42,.18);opacity:0;transform:translateY(12px);transition:.18s ease;font-size:13px;pointer-events:none}.toast.show{opacity:1;transform:translateY(0)}@media(max-width:1180px){.app{grid-template-columns:1fr}.sidebar{position:static;height:auto}.sidebar-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.sidebar-footer{display:none}.content-grid{grid-template-columns:1fr}.stats-grid,.kanban,.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.main{padding:14px}.page-header,.toolbar{align-items:stretch;flex-direction:column}.header-actions,.toolbar-right{justify-content:stretch}.header-actions>*{flex:1}.input-shell input{min-width:0}.sidebar-nav,.stats-grid,.kanban,.module-grid,.field-grid{grid-template-columns:1fr}.card-header{align-items:stretch;flex-direction:column}.btn{width:100%}}
.brand-logo{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--border);border-radius:var(--radius);background:var(--background);box-shadow:0 1px 2px rgba(15,23,42,.06)}.brand-logo svg{width:28px;height:28px}.brand-logo rect{fill:var(--primary)}.brand-logo path,.brand-logo circle{fill:none;stroke:var(--primary-foreground);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

.theme-footer{margin-top:auto}.theme-toggle{width:100%;min-height:40px;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--foreground);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700}.theme-toggle:hover{background:var(--accent);color:var(--accent-foreground)}.theme-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}


.business-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px}.business-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:14px}.section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.section-title h3{margin:0;font-size:15px}.section-title p{margin:5px 0 0;color:var(--muted-foreground);font-size:12px;line-height:1.55}.business-form{display:flex;flex-direction:column;gap:12px}.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0 16px 16px}.plan-card,.metric-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);padding:14px}.plan-card>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.plan-card strong{font-size:15px}.plan-card p,.metric-card p{color:var(--muted-foreground);font-size:12px;line-height:1.6;margin:8px 0}.plan-price{font-size:24px;font-weight:800;line-height:1.1;margin:12px 0;color:var(--foreground)}.plan-price span{font-size:12px;color:var(--muted-foreground);font-weight:650}.merchant-list{padding:0 16px 16px;display:flex;flex-direction:column;gap:8px}.merchant-row{display:grid;grid-template-columns:minmax(220px,1fr) repeat(4,minmax(90px,auto));align-items:center;gap:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);padding:11px 12px;font-size:13px}.merchant-row p{margin:4px 0 0;color:var(--muted-foreground);font-size:12px}.merchant-summary{display:grid;grid-template-columns:1.2fr repeat(4,minmax(0,1fr));gap:12px;padding:16px}.metric-card{position:relative;min-height:132px}.metric-card span{color:var(--muted-foreground);font-size:12px;font-weight:700}.metric-card strong{display:block;font-size:25px;margin:12px 0 4px}.metric-card em{position:absolute;right:12px;top:12px;font-style:normal;color:var(--success);font-weight:800;font-size:12px}.empty-note{margin:0;color:var(--muted-foreground);font-size:13px}.provider-config-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:1180px){.business-grid,.plan-grid,.merchant-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.merchant-row{grid-template-columns:1fr 1fr}}@media(max-width:720px){.business-grid,.plan-grid,.merchant-summary,.provider-config-grid{grid-template-columns:1fr}.merchant-row{grid-template-columns:1fr}.plan-card .btn{width:100%}}
