*{box-sizing:border-box;margin:0;padding:0}body{font-family:PingFang SC,Microsoft YaHei,sans-serif;background:#f5f7fb;color:#1e293b}a{color:inherit;text-decoration:none}.app{min-height:100vh}.topbar{position:sticky;top:0;z-index:10;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#fff;border-bottom:1px solid #e2e8f0}.brand{font-weight:700;font-size:1.05rem}.nav{display:flex;flex-wrap:wrap;gap:8px}.nav a{padding:6px 12px;border-radius:8px;font-size:.9rem;color:#475569}.nav a.active{background:#2563eb;color:#fff}.main{padding:16px;max-width:1200px;margin:0 auto}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:16px}.grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.stat{padding:12px;border-radius:10px;background:#f8fafc}.stat .label{font-size:.8rem;color:#64748b}.stat .value{font-size:1.4rem;font-weight:700;margin-top:4px}.dashboard-section h3{margin-bottom:12px;font-size:.95rem}.dashboard-red{border-color:#fecaca;background:linear-gradient(180deg,#fff,#fff5f5)}.dashboard-red h3{color:#b91c1c}.dashboard-green{border-color:#bbf7d0;background:linear-gradient(180deg,#fff,#f0fdf4)}.dashboard-green h3{color:#15803d}.dashboard-orange{border-color:#fed7aa;background:linear-gradient(180deg,#fff,#fff7ed)}.dashboard-orange h3{color:#c2410c}.dashboard-reminder{border-color:#fecaca;border-left:4px solid #dc2626;background:linear-gradient(180deg,#fff,#fff5f5)}.dashboard-reminder h3{color:#b91c1c}.bar-chart{margin-top:14px;display:grid;gap:10px}.bar-chart-row{display:grid;grid-template-columns:72px 1fr 48px;gap:10px;align-items:center}.bar-chart-label{font-size:.82rem;color:#475569}.bar-chart-track{height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.bar-chart-fill{height:100%;border-radius:999px;min-width:2px;transition:width .3s ease}.bar-chart-value{font-size:.82rem;font-weight:700;text-align:right;color:#334155}.industry-panel{display:grid;grid-template-columns:minmax(220px,280px) 1fr;gap:20px;align-items:center}.pie-wrap{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.pie-chart{width:140px;height:140px;flex-shrink:0}.pie-legend{display:grid;gap:8px;min-width:160px}.pie-legend-item{display:grid;grid-template-columns:10px 1fr auto;gap:8px;align-items:center;font-size:.85rem}.pie-dot{width:10px;height:10px;border-radius:999px}.pie-legend-value{color:#64748b;font-size:.8rem}.pie-empty{padding:24px 0;text-align:center}@media (max-width: 768px){.industry-panel{grid-template-columns:1fr}.bar-chart-row{grid-template-columns:64px 1fr 40px}}.row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}.form-row-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.form-row-3 input,.form-row-3 select{width:100%;min-width:0}.form-row-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:12px}.form-row-5 input,.form-row-5 select{width:100%;min-width:0}.form-row-manual{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr auto;gap:8px;align-items:center;margin-bottom:12px}.form-row-manual input,.form-row-manual select{width:100%;min-width:0}.field-inline{display:flex;align-items:center;gap:8px;min-width:0}.field-inline span{flex-shrink:0;font-size:.85rem;color:#475569;white-space:nowrap}.field-inline select{flex:1;min-width:0}.field-labeled{display:flex;flex-direction:column;gap:4px;min-width:120px}.field-label{font-size:.75rem;color:#64748b;font-weight:600}input,select,textarea,button{font:inherit;border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px}button{background:#2563eb;color:#fff;border:none;cursor:pointer}button.secondary{background:#e2e8f0;color:#334155}button.danger{background:#dc2626}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{border-bottom:1px solid #e2e8f0;padding:10px 8px;text-align:left;vertical-align:top}th{color:#64748b;font-weight:600}.tag{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;background:#e0e7ff;color:#3730a3}.tag.overdue{background:#fee2e2;color:#b91c1c}.tag.intent-A{background:#dcfce7;color:#166534}.tag.intent-B{background:#fef9c3;color:#854d0e}.tag.intent-C{background:#e2e8f0;color:#334155}.tag.type-agent{background:#ede9fe;color:#5b21b6}.tag.type-client{background:#e0f2fe;color:#0369a1}.tag.level-important{background:#fee2e2;color:#991b1b}.tag.level-normal{background:#e2e8f0;color:#334155}.tag.level-no_intent{background:#fef9c3;color:#854d0e}.tag.level-abandoned{background:#f1f5f9;color:#64748b}.tag.level-won{background:#dcfce7;color:#166534}.tag.tag-first{background:#dbeafe;color:#1d4ed8;margin-right:6px}.muted{color:#64748b;font-size:.85rem}.muted.tiny{font-size:.78rem}.industry-settings-card{border-color:#fde68a;background:linear-gradient(180deg,#fff,#fffbeb)}.industry-editor{display:grid;gap:14px}.industry-editor.compact{gap:12px}.setting-field{display:grid;gap:6px}.setting-field label{font-size:.82rem;font-weight:600;color:#475569}.setting-field input{width:100%}.chip-row{display:flex;flex-wrap:wrap;gap:6px}.chip{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.78rem}.chip-green{background:#dcfce7;color:#166534}.chip-orange{background:#ffedd5;color:#c2410c}.chip-btn{padding:4px 10px;border-radius:999px;font-size:.78rem;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.chip-btn:hover{background:#dbeafe}.timeline li{list-style:none;padding:8px 0;border-bottom:1px dashed #e2e8f0}.script-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px;white-space:pre-wrap;line-height:1.65;font-size:.9rem;color:#334155}.script-item{margin-bottom:14px}.script-item:last-child{margin-bottom:0}.script-box-editable{display:block;width:100%;text-align:left;cursor:pointer;transition:border-color .15s,background .15s;background:#f8fafc;color:#334155;border:1px solid #e2e8f0;font:inherit;font-size:.9rem}.script-box-editable:hover{border-color:#93c5fd;background:#eff6ff}.script-edit-panel{margin-top:8px}.script-edit-input{width:100%;resize:vertical;min-height:96px;margin-bottom:8px;line-height:1.65}.page-back{margin-bottom:6px;font-size:.82rem}.page-back a{color:#2563eb}.page-back a:hover{text-decoration:underline}.loading-card{text-align:center;color:#64748b;padding:32px}.lead-hero{padding:18px 20px 0;overflow:hidden}.lead-hero-head{margin-bottom:16px}.lead-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.lead-title{font-size:1.35rem;font-weight:700;line-height:1.35;color:#0f172a}.tag-industry{background:#eff6ff;color:#1d4ed8;font-size:1rem;padding:4px 12px;font-weight:600}.lead-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-bottom:16px}.info-block{padding:12px 14px;border-radius:10px;background:#f8fafc;border:1px solid #eef2f7}.info-label{font-size:.78rem;color:#64748b;margin-bottom:6px;font-weight:600}.info-value{font-size:.95rem;color:#1e293b;line-height:1.6;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.info-sub{color:#64748b}.info-title{color:#64748b;font-weight:500}.info-phone{color:#2563eb;font-weight:600;padding:2px 8px;background:#eff6ff;border-radius:6px;font-size:.88rem}.chip-blue{background:#dbeafe;color:#1e40af}.lead-action-bar{display:grid;grid-template-columns:repeat(3,1fr);align-items:end;gap:16px}.lead-action-bar.followup-meta-bar{margin:0 0 14px;padding:14px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.action-field{display:grid;gap:4px;min-width:0}.action-field select{width:100%}.action-field.compact{min-width:180px}.action-field label{font-size:.75rem;color:#64748b;font-weight:600}.section-card{padding:18px 20px}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.section-head h3{font-size:1rem;font-weight:700;color:#0f172a}.reminder-banner{padding:12px 14px;margin-top:10px;margin-bottom:0;border-radius:10px;background:#eff6ff;border:1px solid #bfdbfe;line-height:1.55}.reminder-banner.overdue{background:#fef2f2;border-color:#fecaca}.reminder-banner strong{display:block;margin-bottom:4px;color:#1e293b}.reminder-done-btn{margin-top:8px}.followup-form{padding:14px;margin-bottom:16px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.followup-form textarea{width:100%;resize:vertical;min-height:72px;margin-bottom:10px;line-height:1.55}.followup-form-actions{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px;margin-bottom:8px}.reminder-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px;padding:12px 14px;margin-bottom:8px;border-radius:10px;background:#fff;border:1px solid #e2e8f0}.table-wrap{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.data-table{margin:0;font-size:.86rem}.data-table th{background:#f8fafc;font-size:.78rem;padding:10px 12px}.data-table td{padding:10px 12px}.data-table tbody tr:hover{background:#fafbfd}.cell-content{max-width:280px;line-height:1.5}.cell-time{white-space:nowrap;color:#64748b;font-size:.82rem}.tag-done{background:#dcfce7;color:#166534}.tag-pending{background:#fef9c3;color:#854d0e}.tag-manual{background:#f1f5f9;color:#475569}.script-list{display:grid;gap:12px}.script-card{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff}.script-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.script-card-head strong{font-size:.92rem;margin-right:8px}.script-card .script-box{margin:0;border:none;border-radius:0;background:#fff}.btn-sm{padding:6px 12px;font-size:.82rem;border-radius:7px}.empty-hint{padding:20px;text-align:center;background:#f8fafc;border-radius:10px;border:1px dashed #cbd5e1}.leads-panel .row{margin-bottom:14px}.leads-table-wrap{margin-top:4px}.table-empty{text-align:center;padding:28px 16px!important;color:#64748b}.table-actions{gap:6px;flex-wrap:nowrap}.followup-overdue{color:#b91c1c;font-weight:600}.followup-due-tomorrow{color:#dc2626;font-weight:600}.cell-time.followup-due-tomorrow{color:#dc2626}.case-broadcast-actions{display:flex;flex-wrap:wrap;gap:6px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.modal-card{width:min(720px,100%);margin:0}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid #f1f5f9}.pagination-btns{display:flex;gap:8px}@media (max-width: 768px){.lead-hero{padding:16px 16px 0}.lead-action-bar{margin:0 -16px;padding-left:16px;padding-right:16px;grid-template-columns:1fr}.section-card{padding:16px}}@media (max-width: 768px){.main{padding:12px}table{display:block;overflow-x:auto}}.brief-issue-bar{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.chip-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.brief-doc{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;margin-bottom:24px}.brief-cover{padding:28px 24px 22px;background:radial-gradient(1200px 280px at 10% -20%,#dbeafe 0%,transparent 55%),linear-gradient(180deg,#f8fafc,#fff 70%);border-bottom:1px solid #e2e8f0}.brief-cover-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.brief-source-badge{font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:999px;border:1px solid #cbd5e1;color:#64748b;background:#f8fafc;white-space:nowrap}.brief-source-badge.live{color:#166534;border-color:#86efac;background:#f0fdf4}.brief-source-badge.demo{color:#92400e;border-color:#fcd34d;background:#fffbeb}.brief-stat.accent{border-left:3px solid #2563eb}.brief-eyebrow{letter-spacing:.18em;font-size:.72rem;color:#64748b;margin-bottom:8px}.brief-cover h1{font-size:1.55rem;font-weight:800;color:#0f172a;margin-bottom:8px}.brief-sub{color:#475569;margin-bottom:8px}.brief-meta{color:#64748b;font-size:.9rem;margin-bottom:18px}.brief-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.brief-stat{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.brief-stat .num{font-size:1.6rem;font-weight:800;color:#1d4ed8;line-height:1.1}.brief-stat .label{margin-top:4px;font-size:.78rem;color:#64748b}.brief-section{padding:18px 24px;border-bottom:1px solid #f1f5f9}.brief-section:last-child{border-bottom:none}.brief-section h3{font-size:1rem;margin-bottom:10px;color:#0f172a}.brief-section p,.brief-section li{line-height:1.7;color:#334155;font-size:.92rem}.brief-section ul{padding-left:18px}.brief-top3{padding-left:18px;display:grid;gap:8px}.brief-urgent{background:#fff7ed;border-top:1px solid #ffedd5;border-bottom-color:#ffedd5}.brief-structure{width:100%}.brief-structure th{width:110px;color:#0f172a;font-weight:700;vertical-align:top;padding:8px 8px 8px 0;border-bottom:1px dashed #e2e8f0}.brief-structure td{padding:8px 0;border-bottom:1px dashed #e2e8f0;color:#334155}.brief-item{border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;margin-bottom:12px;background:#fcfcfd}.brief-item-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:10px}.brief-item-index{font-size:.78rem;color:#64748b;margin-bottom:4px}.brief-item h4{font-size:1.05rem;color:#0f172a;line-height:1.4}.tag.cat-A{background:#dcfce7;color:#166534}.tag.cat-B{background:#ede9fe;color:#5b21b6}.tag.cat-C{background:#ffedd5;color:#c2410c}.brief-why{margin-bottom:10px}.brief-fields{display:grid;grid-template-columns:88px 1fr;gap:6px 10px;margin:10px 0;font-size:.9rem}.brief-fields dt{color:#64748b;font-weight:600}.brief-fields dd{color:#334155;line-height:1.55}.brief-contacts{margin:10px 0;padding:10px 12px;background:#f8fafc;border-radius:10px}.brief-contacts h5{font-size:.85rem;margin-bottom:8px;color:#475569}.brief-contact{margin-bottom:8px}.brief-contact:last-child{margin-bottom:0}.brief-contact .name{font-weight:600;color:#0f172a}.brief-contact .phone{color:#1d4ed8;margin-top:2px}.brief-action{margin:10px 0}.brief-action-row{display:grid;grid-template-columns:110px 1fr;gap:10px;padding:10px 0;border-bottom:1px dashed #e2e8f0}.brief-action-row .when{font-weight:700;color:#1d4ed8;font-size:.85rem}.brief-action-row .title{font-weight:700;margin-bottom:4px}.brief-action-row .detail{color:#475569;font-size:.9rem;line-height:1.6}.brief-log{white-space:pre-wrap;background:#0f172a;color:#e2e8f0;border-radius:10px;padding:12px;font-size:.78rem;line-height:1.55;overflow:auto}@media (max-width: 768px){.brief-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.brief-cover,.brief-section{padding-left:16px;padding-right:16px}.brief-fields{grid-template-columns:1fr}.brief-fields dt{margin-top:4px}.brief-action-row{grid-template-columns:1fr}}
