:root{--navy:#102a43;--blue:#1464d2;--blue2:#0b4eaa;--ink:#172235;--muted:#6d7a8d;--line:#e4e9ef;--soft:#f4f6f9;--green:#12996c;--amber:#d78916;--red:#d84b4b;--purple:#7456c8}*{box-sizing:border-box}body{margin:0;background:var(--soft);color:var(--ink);font-family:Arial,Microsoft YaHei,PingFang SC,sans-serif;font-size:14px}button,input,select,textarea{font:inherit}.hidden{display:none!important}.login{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#092544,#1464d2)}.login-card{width:min(430px,92vw);background:#fff;border-radius:20px;padding:34px;box-shadow:0 30px 80px #00162f66}.login-brand{display:flex;gap:12px;align-items:center;margin-bottom:28px}.mark{width:46px;height:46px;border-radius:13px;background:linear-gradient(145deg,var(--blue),#164a8c);color:#fff;display:grid;place-items:center;font-size:26px;font-weight:900}.login h1{font-size:22px;margin:0}.login p{color:var(--muted);margin:5px 0 0;font-size:12px}.field{display:flex;flex-direction:column;gap:7px;margin:13px 0}.field span{font-size:12px;font-weight:700;color:#526075}.field input,.field select,.field textarea,.form-grid input,.form-grid select,.form-grid textarea{border:1px solid #dce3eb;border-radius:9px;padding:10px 11px;outline:none;background:#fff;color:var(--ink)}.field input:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#79ace9;box-shadow:0 0 0 3px #e9f2ff}.primary{border:0;background:var(--blue);color:#fff;padding:11px 17px;border-radius:9px;font-weight:700;cursor:pointer}.primary:hover{background:var(--blue2)}.login .primary{width:100%;margin-top:8px}.demo{margin-top:17px;padding:12px;background:#f0f6ff;border-radius:10px;color:#52667f;font-size:11px;line-height:1.7}.error{color:var(--red);font-size:11px;min-height:16px}.shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:230px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:10}.brand{height:74px;display:flex;align-items:center;padding:0 20px;border-bottom:1px solid var(--line);gap:10px}.brand .mark{width:38px;height:38px;font-size:22px}.brand b{font-size:18px;letter-spacing:1.5px}.brand small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.nav{padding:14px 11px;display:flex;flex-direction:column;gap:3px;overflow:auto}.nav button{height:42px;border:0;background:transparent;border-radius:9px;padding:0 12px;display:flex;align-items:center;gap:11px;color:#566275;cursor:pointer;text-align:left}.nav button i{font-style:normal;width:23px;text-align:center;font-size:17px}.nav button.active{background:#eaf2ff;color:var(--blue);font-weight:700}.nav em{margin-left:auto;background:#e95353;color:#fff;border-radius:10px;min-width:20px;height:20px;display:grid;place-items:center;font-style:normal;font-size:10px}.profile{margin-top:auto;border-top:1px solid var(--line);padding:13px;display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:9px}.avatar{width:34px;height:34px;border-radius:50%;background:#dce9fb;color:var(--blue2);display:grid;place-items:center;font-weight:800}.profile b{font-size:12px}.profile small{display:block;color:var(--muted);font-size:9px;margin-top:3px}.link{border:0;background:none;color:var(--blue);font-size:10px;cursor:pointer}.workspace{margin-left:230px;min-width:0;flex:1}.topbar{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 27px;position:sticky;top:0;z-index:5}.crumb{font-size:12px}.crumb b{color:var(--blue)}.search{margin-left:auto;width:min(360px,32vw);height:37px;border:1px solid #dfe5ec;background:#f8fafc;border-radius:9px;display:flex;align-items:center;padding:0 11px;gap:7px}.search input{border:0;outline:0;background:transparent;width:100%;font-size:11px}.test-badge{margin-left:12px;background:#fff4dd;color:#b06a0e;border:1px solid #f2d7a7;padding:6px 9px;border-radius:12px;font-size:9px}.content{max-width:1500px;margin:auto;padding:25px 28px 45px}.page-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px}.eyebrow{color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.5px;margin:0 0 6px}.page-head h1{font-size:25px;margin:0 0 6px}.page-head p{margin:0;color:var(--muted);font-size:12px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:14px}.card,.panel{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 1px 2px #12263f08}.card{padding:17px}.card span{font-size:10px;color:var(--muted)}.card strong{font-size:25px;display:block;margin:11px 0 5px}.card small{font-size:9px;color:#8491a2}.grid2{display:grid;grid-template-columns:1.25fr 1fr;gap:14px;margin-bottom:14px}.panel{padding:18px}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.panel-head h2{font-size:14px;margin:0}.panel-head p{font-size:9px;color:var(--muted);margin:4px 0 0}.toolbar{display:flex;align-items:center;gap:8px;margin-bottom:13px;flex-wrap:wrap}.toolbar select,.toolbar input{border:1px solid #dfe5ec;border-radius:8px;padding:8px 9px;background:#fff;font-size:10px}.ghost{border:1px solid #dfe5ec;background:#fff;color:#617086;padding:8px 11px;border-radius:8px;font-size:10px;cursor:pointer}.danger-btn{border-color:#f0c5c5;color:#be3d3d}.table-wrap{overflow:auto;border:1px solid #e7ebf0;border-radius:9px}table{width:100%;border-collapse:collapse;font-size:10px}th{text-align:left;color:#7f8b9b;font-weight:600;padding:11px;background:#f7f9fb;white-space:nowrap}td{padding:12px 11px;border-top:1px solid #edf0f4;white-space:nowrap;color:#4d5a6d}td b{color:#253449}.pill{display:inline-block;padding:4px 7px;border-radius:10px;background:#edf4ff;color:var(--blue);font-size:9px}.pill.A,.pill.S{background:#e8ddff;color:#7544c2}.pill.B,.pill.K{background:#e5f6ee;color:#177e59}.pill.C{background:#eff2f5;color:#697586}.pill.warn{background:#fff0dc;color:#b76f0d}.pill.bad{background:#ffe6e6;color:#bf4141}.actions{display:flex;gap:5px}.actions button{border:0;background:#edf4ff;color:var(--blue);border-radius:6px;padding:5px 7px;cursor:pointer;font-size:9px}.task{display:grid;grid-template-columns:22px 48px 1fr 70px;gap:8px;align-items:center;padding:12px 0;border-top:1px solid #edf0f4}.task:first-child{border-top:0}.check{width:19px;height:19px;border:1px solid #b7c2cf;border-radius:5px;background:#fff;cursor:pointer}.task.done b{text-decoration:line-through;color:#9aa5b2}.task.done .check{background:var(--green);color:#fff;border-color:var(--green)}.task time,.task small{font-size:9px;color:#8491a2}.alerts button{width:100%;border:0;background:#fff;border-top:1px solid #edf0f4;padding:10px 0;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}.alerts button:first-child{border-top:0}.alert-n{width:34px;height:34px;border-radius:9px;background:#fff0d9;color:#c8780d;display:grid;place-items:center;font-weight:800}.alerts b{font-size:11px}.alerts small{display:block;color:var(--muted);font-size:9px;margin-top:4px}.bars{height:125px;display:flex;align-items:flex-end;gap:10px;padding:10px;background:repeating-linear-gradient(to bottom,#fff 0 39px,#edf0f4 40px)}.bars i{flex:1;background:linear-gradient(#6aa9f3,var(--blue));border-radius:4px 4px 0 0}.kanban{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.kanban section{background:#edf1f5;border-radius:10px;padding:11px;min-height:400px}.kanban header{display:flex;justify-content:space-between;font-size:11px;font-weight:700;margin-bottom:10px}.kanban article{background:#fff;border:1px solid #e0e6ed;border-radius:8px;padding:12px;margin-bottom:8px}.kanban article b{display:block;font-size:10px;line-height:1.5}.kanban article small{font-size:8px;color:var(--muted)}.note{padding:12px;border-radius:9px;background:#f0f6ff;color:#52667f;font-size:10px;line-height:1.6}.report-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:14px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.form-grid label{display:flex;flex-direction:column;gap:6px;font-size:10px;font-weight:700;color:#526075}.form-grid label.full{grid-column:1/-1}.form-grid textarea{min-height:70px;resize:vertical}.empty{padding:42px;text-align:center;color:var(--muted)}.modal{position:fixed;inset:0;background:#0c213a99;z-index:30;display:grid;place-items:center;padding:20px}.modal-card{background:#fff;width:min(760px,96vw);max-height:90vh;overflow:auto;border-radius:16px;padding:22px;box-shadow:0 25px 60px #00162f55}.modal-card header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.modal-card h2{margin:0;font-size:17px}.close{border:0;background:#eef2f6;width:30px;height:30px;border-radius:8px;cursor:pointer}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:17px}.toast{position:fixed;right:24px;bottom:24px;background:#132f4c;color:#fff;padding:11px 15px;border-radius:9px;z-index:50;font-size:11px;box-shadow:0 10px 30px #00162f33}.role-note{margin-bottom:14px;background:#fff8ea;border:1px solid #f1ddba;color:#8a601d;padding:11px;border-radius:9px;font-size:10px}.account-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.account-card{border:1px solid var(--line);border-radius:10px;padding:14px}.account-card b{font-size:11px}.account-card p{font-size:9px;color:var(--muted);line-height:1.6}.stat-good{color:var(--green)!important}.stat-bad{color:var(--red)!important}@media(max-width:1100px){.cards{grid-template-columns:repeat(2,1fr)}.grid2,.report-layout{grid-template-columns:1fr}.kanban{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.sidebar{width:68px}.brand{padding:0 14px}.brand>div:last-child,.nav span,.nav em,.profile>div,.profile .link{display:none}.nav button{justify-content:center;padding:0}.workspace{margin-left:68px}.content{padding:18px 13px}.topbar{padding:0 14px}.search{display:none}.page-head{align-items:flex-start;gap:12px}.page-head h1{font-size:21px}.cards{grid-template-columns:1fr 1fr}.kanban,.form-grid{grid-template-columns:1fr}.form-grid label.full{grid-column:auto}.account-grid{grid-template-columns:1fr}}@media(max-width:480px){.cards{grid-template-columns:1fr}.page-head{flex-direction:column}.page-head .primary{width:100%}}.panel,.grid2>*,.report-layout>*{min-width:0}.table-wrap{max-width:100%}.page-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}body{font-size:15px;line-height:1.5}.login p,.demo,.error{font-size:12px}.field span{font-size:13px}.field input,.field select,.field textarea,.form-grid input,.form-grid select,.form-grid textarea{font-size:14px;padding:10px 12px}.primary{font-size:14px}.ghost{font-size:13px;padding:9px 12px}.nav button{font-size:15px}.profile b,.crumb{font-size:13px}.profile small,.brand small{font-size:11px}.page-head h1{font-size:27px}.page-head p{font-size:13px}.eyebrow{font-size:11px}.card span{font-size:12px}.card small{font-size:11px}.panel-head h2{font-size:16px}.panel-head p,.note,.role-note{font-size:12px}.toolbar select,.toolbar input{font-size:13px;padding:9px 10px}.toolbar label{display:flex;flex-direction:column;gap:3px;font-size:12px;color:#526075;font-weight:700}.toolbar label span{white-space:nowrap}table{font-size:13px;line-height:1.45}th{font-size:13px;font-weight:700;padding:12px 11px}td{padding:13px 11px}.pill{font-size:11px}.actions button,.link{font-size:12px}.modal-card h2{font-size:20px}.form-grid label,.toast{font-size:13px}.history-time-missing{display:inline-block;background:#fff4dd;color:#a5650e;border:1px solid #f2d7a7;border-radius:8px;padding:3px 7px;font-size:12px;white-space:nowrap}.customer-filters{padding:12px 14px;background:#fff;border:1px solid var(--line);border-radius:12px;align-items:flex-end}.customer-filters .primary{padding:9px 14px}.customer-table table{min-width:2050px}.customer-table td:nth-child(15){white-space:normal;min-width:180px;max-width:260px}.customer-table td:nth-child(9){min-width:145px}.customer-table td:nth-child(12){white-space:normal;min-width:160px;max-width:240px}@media(min-width:761px){.shell{min-width:0}.workspace{width:calc(100% - 230px)}.content{width:100%;min-width:0}.page-head>div{min-width:0}.cards,.card{min-width:0}.table-wrap{width:100%;overflow-x:auto}}.password-input{display:flex;gap:8px;align-items:center}.password-input input{min-width:0;flex:1}.password-input button{white-space:nowrap}.url-tools{display:flex;gap:5px;align-items:center;max-width:220px}.url-link{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2563eb;text-decoration:none}.url-link:hover{text-decoration:underline}.live-badge{margin-left:auto;background:#e8f7ef;color:#147a52;border:1px solid #bde8cf;padding:6px 10px;border-radius:12px;font-size:10px}.clickable{cursor:pointer;text-align:left}.metrics{white-space:pre-wrap;background:#f7f9fb;border:1px solid var(--line);border-radius:9px;padding:14px;font-size:12px;overflow:auto}.detail-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:20px}.detail-grid b{font-size:11px}.detail-grid p{color:var(--muted);font-size:11px;line-height:1.6}.mini,.timeline{border:1px solid var(--line);border-radius:9px;padding:10px;margin:8px 0;background:#fafcff}.mini{font-size:11px}.timeline p{margin:6px 0;font-size:12px}.timeline small{color:var(--muted)}@media(max-width:760px){.detail-grid{grid-template-columns:1fr}.live-badge{display:none}}.r4-payment-section{margin-bottom:15px}.r4-payment-section .primary,.r4-payment-section .ghost{margin:2px}.r4-timeline-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 14px;margin:10px 0 0}.r4-timeline-fields div{min-width:0}.r4-timeline-fields dt{font-size:10px;color:#748196}.r4-timeline-fields dd{margin:2px 0 0;white-space:normal;font-size:11px;color:#33465c;line-height:1.45}.timeline{white-space:normal}.timeline>b{font-size:11px}@media(max-width:760px){.r4-timeline-fields{grid-template-columns:1fr}}.pipeline-amount{white-space:normal;min-width:155px;line-height:1.55}.pipeline-amount small{display:inline-block;white-space:normal;color:#66758a}.customer-table .table-wrap{position:relative;max-height:calc(100vh - 330px);min-height:300px;overflow:auto;isolation:isolate}.customer-table table{min-width:2290px;table-layout:fixed;border-collapse:separate;border-spacing:0}.customer-table th{position:sticky;top:0;z-index:3;background:#f7f9fb;box-shadow:0 1px #dfe6ee}.customer-table th,.customer-table td{vertical-align:middle;overflow:hidden;text-overflow:ellipsis}.customer-table th:nth-child(1),.customer-table td:nth-child(1){width:230px;min-width:230px;max-width:230px}.customer-table th:nth-child(2),.customer-table td:nth-child(2){width:120px;min-width:120px;max-width:120px}.customer-table th:nth-child(3),.customer-table td:nth-child(3){width:96px;min-width:96px;max-width:96px}.customer-table th:nth-child(4),.customer-table td:nth-child(4){width:112px;min-width:112px;max-width:112px}.customer-table th:nth-child(5),.customer-table td:nth-child(5){width:150px;min-width:150px;max-width:150px}.customer-table th:nth-child(6),.customer-table td:nth-child(6){width:140px}.customer-table th:nth-child(7),.customer-table td:nth-child(7){width:132px}.customer-table th:nth-child(8),.customer-table td:nth-child(8){width:88px}.customer-table th:nth-child(9),.customer-table td:nth-child(9){width:145px}.customer-table th:nth-child(10),.customer-table td:nth-child(10){width:136px}.customer-table th:nth-child(11),.customer-table td:nth-child(11){width:138px}.customer-table th:nth-child(12),.customer-table td:nth-child(12){width:180px;white-space:nowrap}.customer-table th:nth-child(13),.customer-table td:nth-child(13){width:118px}.customer-table th:nth-child(14),.customer-table td:nth-child(14){width:116px}.customer-table th:nth-child(15),.customer-table td:nth-child(15){width:150px;white-space:normal}.customer-table th:nth-child(-n+5),.customer-table td:nth-child(-n+5){position:sticky;background:#fff}.customer-table th:nth-child(-n+5){z-index:6;background:#f7f9fb}.customer-table td:nth-child(-n+5){z-index:4}.customer-table th:nth-child(1),.customer-table td:nth-child(1){left:0}.customer-table th:nth-child(2),.customer-table td:nth-child(2){left:230px}.customer-table th:nth-child(3),.customer-table td:nth-child(3){left:350px}.customer-table th:nth-child(4),.customer-table td:nth-child(4){left:446px}.customer-table th:nth-child(5),.customer-table td:nth-child(5){left:558px;border-right:1px solid #d8e1eb;box-shadow:8px 0 12px #1c2f450d}.customer-table th:last-child,.customer-table td:last-child{position:sticky;right:0;width:138px;min-width:138px;max-width:138px}.customer-table th:last-child{z-index:7;background:#f7f9fb;border-left:1px solid #d8e1eb;box-shadow:-8px 0 12px #1c2f4512,0 1px #dfe6ee}.customer-table td:last-child{z-index:5;background:#fff;border-left:1px solid #d8e1eb;box-shadow:-8px 0 12px #1c2f450d}.customer-table td:last-child.actions{padding-left:12px;padding-right:12px;white-space:nowrap;overflow:visible}.customer-table td:last-child.actions button{font-size:12px}.customer-name-cell{display:grid;gap:2px;min-width:0;line-height:1.28}.customer-name-cell b{display:block;color:#1d2d44;font-size:13px;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-name-cell small{display:block;min-height:16px;color:#8491a2;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-doc-state{display:grid;gap:2px;line-height:1.35}.customer-doc-state span{display:block;white-space:nowrap}.customer-followup-time{display:grid;gap:2px;line-height:1.25}.customer-followup-time span{font-weight:750;color:#334155}.customer-followup-time small{font-size:11px;color:#718198}.customer-followup-time.warn span,.customer-followup-time.warn small{color:#b76f0d}.customer-followup-time.danger span,.customer-followup-time.danger small{color:#c73333}.customer-followup-empty{color:#9aa7b7}.dashboard-filters{padding:12px 14px;background:#fff;border:1px solid var(--line);border-radius:12px;align-items:flex-end}.dashboard-filters .primary{padding:9px 14px}.dashboard-filter-summary{margin:-4px 0 14px;color:#52667f;font-size:12px}.dashboard-pipeline-quoted [data-v12-drill=quoted],.dashboard-pipeline-pi [data-v12-drill=pi],.dashboard-pipeline-contract [data-v12-drill=contract]{border-color:#2d78da;background:#edf5ff;box-shadow:0 0 0 2px #d7eaff}.dashboard-pipeline-quoted [data-v12-drill=quoted] span,.dashboard-pipeline-pi [data-v12-drill=pi] span,.dashboard-pipeline-contract [data-v12-drill=contract] span{color:#0b5fc2;font-weight:700}.customer-table th:nth-child(12),.customer-table td:nth-child(12){min-width:180px;max-width:180px}.customer-table th:nth-child(14),.customer-table td:nth-child(14){min-width:116px;max-width:116px}.customer-table th:nth-child(15),.customer-table td:nth-child(15){min-width:150px;max-width:150px}:root{--pecold-primary:#1e4ed8;--pecold-primary-strong:#1744c3;--pecold-primary-soft:#edf3ff;--pecold-navy:#0f172a;--pecold-sidebar-top:#071a35;--pecold-sidebar-bottom:#0b3d7a;--pecold-tech:#2563eb;--pecold-sky:#3b82f6;--pecold-success:#20c997;--pecold-warning:#f59e0b;--pecold-danger:#ef4444;--pecold-bg:#f5f7fb;--pecold-card:#fff;--pecold-border:#e5eaf2;--pecold-text:#172033;--pecold-text-secondary:#64748b;--pecold-radius-card:15px;--pecold-radius-control:10px;--pecold-shadow-card:0 12px 34px rgba(19,42,81,.065),0 2px 7px rgba(19,42,81,.045);--pecold-shadow-hover:0 18px 38px rgba(23,78,216,.13),0 4px 12px rgba(19,42,81,.07);--pecold-transition:.18s cubic-bezier(.2,.8,.2,1);--navy:var(--pecold-navy);--blue:var(--pecold-primary);--blue2:var(--pecold-primary-strong);--ink:var(--pecold-text);--muted:var(--pecold-text-secondary);--line:var(--pecold-border);--soft:var(--pecold-bg);--green:var(--pecold-success);--amber:var(--pecold-warning);--red:var(--pecold-danger) }html{background:var(--pecold-bg);scroll-behavior:smooth}body{min-width:320px;background:var(--pecold-bg);color:var(--pecold-text);font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:15px;letter-spacing:.005em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font-family:inherit}button{transition:background-color var(--pecold-transition),border-color var(--pecold-transition),color var(--pecold-transition),box-shadow var(--pecold-transition),transform var(--pecold-transition)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(59,130,246,.3);outline-offset:2px}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#b8c7d9;border:2px solid transparent;background-clip:padding-box;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#92a8c3;border:2px solid transparent;background-clip:padding-box}.login{position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 83% 15%,rgba(107,180,255,.26),transparent 25rem),radial-gradient(circle at 12% 85%,rgba(36,99,235,.3),transparent 29rem),linear-gradient(140deg,#06172f,#082b61 48%,#1e4ed8 130%)}.login:before,.login:after{content:"";position:absolute;pointer-events:none;z-index:-1}.login:before{width:34rem;height:34rem;right:-12rem;top:-13rem;border:1px solid rgba(191,219,254,.24);border-radius:40% 60% 64% 36%;transform:rotate(22deg);box-shadow:0 0 0 46px #93c5fd09,0 0 0 92px #93c5fd06}.login:after{width:420px;height:420px;left:-250px;bottom:-235px;background-image:radial-gradient(rgba(191,219,254,.44) 1px,transparent 1px);background-size:18px 18px;-webkit-mask-image:radial-gradient(circle,black 3%,transparent 70%);mask-image:radial-gradient(circle,black 3%,transparent 70%)}.login-card{position:relative;width:min(448px,92vw);padding:38px 38px 32px;border:1px solid rgba(255,255,255,.76);border-radius:22px;box-shadow:0 30px 85px #00113061,inset 0 1px #fffc}.login-brand{gap:14px;margin-bottom:30px}.mark{position:relative;overflow:hidden;width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#3b82f6,#1647ac);box-shadow:0 8px 18px #0c45ae47;isolation:isolate}.mark:before{content:"";position:absolute;inset:7px;border:1px solid rgba(219,234,254,.55);border-radius:10px;transform:rotate(45deg);z-index:-1}.login h1{font-size:24px;letter-spacing:.01em;color:var(--pecold-navy)}.login p{font-size:13px;color:var(--pecold-text-secondary)}.login .field{margin:15px 0}.login .primary{height:46px;margin-top:12px;border-radius:11px;box-shadow:0 9px 18px #1e4ed83b}.demo{margin-top:20px;border:1px solid #dbeafe;background:linear-gradient(100deg,#f5f9ff,#edf5ff);border-radius:12px;color:#4d6683;font-size:12px}.shell{min-height:100vh;background:var(--pecold-bg)}.sidebar{width:250px;padding:0 10px 12px;color:#dbeafe;border-right:0;background:linear-gradient(178deg,var(--pecold-sidebar-top) 0%,#082b61 42%,var(--pecold-sidebar-bottom) 100%);box-shadow:10px 0 34px #0f172a1f}.sidebar:before{content:"";position:absolute;top:0;right:0;left:0;height:180px;pointer-events:none;background:radial-gradient(circle at 16% 0%,rgba(96,165,250,.3),transparent 38%),linear-gradient(135deg,transparent 58%,rgba(191,219,254,.06) 58%);opacity:.9}.brand{position:relative;height:88px;padding:0 12px 0 10px;border-bottom:1px solid rgba(191,219,254,.17);gap:12px;color:#fff}.brand .mark{width:43px;height:43px;flex:0 0 43px;font-size:22px;box-shadow:0 8px 18px #000c2d59}.brand b{font-size:20px;letter-spacing:.11em;font-weight:800}.brand small{margin-top:2px;color:#bfdbfe;font-size:11px;letter-spacing:.035em}.nav{position:relative;padding:17px 3px 12px;gap:7px}.nav button{position:relative;min-height:46px;padding:0 13px;border:1px solid transparent;border-radius:11px;color:#c5d7f1;font-size:14px;font-weight:600;letter-spacing:.01em}.nav button:hover{color:#fff;background:#93c5fd21;transform:translate(2px)}.nav button.active{color:#fff;border-color:#93c5fd38;background:linear-gradient(105deg,#2563ebe0,#3b82f67a);box-shadow:0 9px 18px #000f3038,inset 0 1px #ffffff24}.nav button.active:before{content:"";position:absolute;left:-4px;top:11px;bottom:11px;width:3px;border-radius:999px;background:#8ec5ff;box-shadow:0 0 11px #93c5fdd9}.nav button i{position:relative;width:21px;height:21px;flex:0 0 21px;font-size:0;color:currentColor}.nav button i:before{content:"";position:absolute;inset:3px;border:1.7px solid currentColor;border-radius:6px;opacity:.94}.nav button[data-nav=dashboard] i:before{inset:2px;border:0;border-radius:3px;background:currentColor;box-shadow:8px 0 0 currentColor,0 8px 0 currentColor,8px 8px 0 currentColor;transform:scale(.58);transform-origin:top left}.nav button[data-nav=inquiries] i:before{inset:2px 1px 4px;border-radius:6px}.nav button[data-nav=inquiries] i:after{content:"";position:absolute;left:4px;bottom:2px;width:5px;height:5px;border-left:1.7px solid currentColor;transform:skew(-28deg)}.nav button[data-nav=development] i:before{inset:2px;border-radius:50%}.nav button[data-nav=development] i:after{content:"";position:absolute;width:6px;height:6px;left:7px;top:7px;background:currentColor;border-radius:50%;box-shadow:0 -7px 0 -2px currentColor,0 7px 0 -2px currentColor,7px 0 0 -2px currentColor,-7px 0 0 -2px currentColor}.nav button[data-nav=customers] i:before{inset:3px 6px 10px;border-radius:50%}.nav button[data-nav=customers] i:after{content:"";position:absolute;left:3px;right:3px;bottom:2px;height:8px;border:1.7px solid currentColor;border-radius:8px 8px 4px 4px}.nav button[data-nav=data] i:before{inset:auto 2px 2px;width:4px;height:10px;border:0;border-radius:2px;background:currentColor;box-shadow:6px -5px 0 currentColor,12px -10px 0 currentColor}.nav button[data-nav=data] i:after{content:"";position:absolute;left:1px;right:1px;bottom:1px;border-bottom:1.7px solid currentColor}.nav button[data-nav=reports] i:before{inset:1px 4px;border-radius:4px}.nav button[data-nav=reports] i:after{content:"";position:absolute;left:7px;top:7px;width:8px;height:1.5px;background:currentColor;box-shadow:0 4px 0 currentColor,0 8px 0 currentColor}.nav button[data-nav=operations] i:before,.nav button[data-nav=design] i:before{border-radius:50%}.nav button[data-nav=operations] i:after,.nav button[data-nav=design] i:after{content:"";position:absolute;inset:7px;background:currentColor;border-radius:50%}.profile{position:relative;margin:0 3px;padding:12px;border:1px solid rgba(191,219,254,.18);border-radius:13px;background:#0b3d7a8c;grid-template-columns:37px 1fr auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.avatar{width:36px;height:36px;background:linear-gradient(145deg,#dbeafe,#93c5fd);color:#123d82;box-shadow:inset 0 1px #fff}.profile b{color:#fff;font-size:13px}.profile small{color:#bfdbfe;font-size:11px}.profile small:after{content:" ● 在线";color:#7de8b9}.profile .link{padding:5px 6px;border-radius:6px;color:#bfdbfe;font-size:11px}.profile .link:hover{color:#fff;background:#ffffff1a}.workspace{margin-left:250px;width:calc(100% - 250px);background:var(--pecold-bg)}.topbar{height:68px;padding:0 32px;border-bottom:1px solid rgba(229,234,242,.9);background:#ffffffe0;box-shadow:0 2px 10px #0f172a06;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px)}.crumb{font-size:13px;color:var(--pecold-text-secondary)}.crumb b{color:var(--pecold-primary);font-weight:800;letter-spacing:.05em}.live-badge{margin-left:auto;padding:7px 11px;border-color:#bfead5;background:#effbf5;color:#168357;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em}.live-badge:before{content:"";display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;vertical-align:1px;background:currentColor;box-shadow:0 0 0 3px #20c99724}.content{max-width:1680px;padding:29px 34px 52px}#v12OwnerFilters{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;align-items:flex-end}#v12OwnerFilters>*{flex:0 0 auto}#v12OwnerFilters label input{min-width:190px}.page-head{position:relative;isolation:isolate;min-height:133px;margin-bottom:20px;padding:25px 28px;overflow:hidden;align-items:center;border:1px solid #e2eaf8;border-radius:var(--pecold-radius-card);background:linear-gradient(112deg,#fff,#f8fbff 66%,#edf4ff);box-shadow:var(--pecold-shadow-card)}.page-head:before{content:"";position:absolute;z-index:-1;right:-50px;top:-115px;width:320px;height:320px;border:1px solid rgba(37,99,235,.17);border-radius:42% 58% 51% 49%;transform:rotate(22deg);box-shadow:0 0 0 34px #2563eb09,0 0 0 68px #2563eb06}.page-head:after{content:"";position:absolute;z-index:-1;right:32px;bottom:-14px;width:120px;height:60px;opacity:.35;background:linear-gradient(135deg,transparent 40%,#93c5fd 40% 42%,transparent 42% 58%,#60a5fa 58% 60%,transparent 60%);transform:skew(-26deg)}.page-head>div{position:relative;z-index:1}.page-head .eyebrow{margin-bottom:7px;color:var(--pecold-primary);font-size:11px;font-weight:800;letter-spacing:.08em}.page-head h1{margin:0 0 7px;color:var(--pecold-navy);font-size:30px;line-height:1.18;font-weight:800;letter-spacing:.01em}.page-head p{font-size:13px;line-height:1.65;color:var(--pecold-text-secondary)}.page-head--owner{border-color:#4b89ff7a;background:linear-gradient(112deg,#091b3c,#0d3e87 52%,#1e4ed8 115%);box-shadow:0 18px 38px #0e3d8533}.page-head--owner:before{border-color:#bfdbfe5c;box-shadow:0 0 0 34px #bfdbfe0f,0 0 0 68px #bfdbfe09}.page-head--owner:after{opacity:.48;background:linear-gradient(135deg,transparent 40%,#bfdbfe 40% 42%,transparent 42% 58%,#93c5fd 58% 60%,transparent 60%)}.page-head--owner .eyebrow{color:#bfdbfe}.page-head--owner h1{color:#fff}.page-head--owner p{color:#dbeafe}.page-head--owner .primary{box-shadow:0 8px 18px #000d373d}.page-actions{gap:10px}.page-actions .ghost,.page-actions .primary{height:40px}.toolbar{gap:10px;margin-bottom:17px;padding:15px 17px;border:1px solid var(--pecold-border);border-radius:13px;background:var(--pecold-card);box-shadow:0 5px 18px #132a510a}.toolbar label{gap:5px;color:#51617a;font-size:12px}.toolbar label span{font-weight:700}.toolbar select,.toolbar input{height:39px;min-width:132px;padding:8px 32px 8px 11px;border-color:#dbe4f0;border-radius:9px;color:#283a55;font-size:13px;transition:border-color var(--pecold-transition),box-shadow var(--pecold-transition),background var(--pecold-transition)}.toolbar select:hover,.toolbar input:hover{border-color:#b9cff3;background:#fbfdff}.toolbar select:focus,.toolbar input:focus{border-color:#6ba0ee;box-shadow:0 0 0 3px #3b82f61f}.customer-filters,.dashboard-filters{padding:15px 17px;border-color:#dfe8f4;background:linear-gradient(150deg,#fff,#fbfdff)}.dashboard-filter-summary{margin:-5px 0 16px;padding:8px 12px;border-left:3px solid var(--pecold-primary);border-radius:0 8px 8px 0;background:#eef5ff;color:#405675;font-size:12px}.primary{min-height:39px;padding:9px 15px;border-radius:var(--pecold-radius-control);background:linear-gradient(135deg,#2563eb,#1e4ed8);font-size:13px;font-weight:750;letter-spacing:.01em;box-shadow:0 5px 13px #1e4ed82e}.primary:hover{background:linear-gradient(135deg,#1d4ed8,#153db9);box-shadow:0 9px 19px #1e4ed845;transform:translateY(-1px)}.primary:active{transform:translateY(0);box-shadow:0 3px 8px #1e4ed833}.ghost{min-height:39px;padding:9px 14px;border-color:#c8d9ef;border-radius:var(--pecold-radius-control);background:#fff;color:#2455a6;font-size:13px;font-weight:700}.ghost:hover{border-color:#8eb5ef;background:#eff6ff;color:#1744a2;box-shadow:0 4px 12px #1e4ed814}.danger-btn{border-color:#fecaca;background:snow;color:#d62f2f}.danger-btn:hover{border-color:#fca5a5;background:#fff1f2}.link{padding:3px 2px;color:#2563eb;font-size:12px;font-weight:700;text-decoration:none}.link:hover{color:#1744c3;text-decoration:underline;text-underline-offset:3px}.field{gap:7px;margin:0}.field span,.form-grid label{font-size:13px;font-weight:700;color:#44536a}.field input,.field select,.field textarea,.form-grid input,.form-grid select,.form-grid textarea{min-height:42px;padding:10px 12px;border-color:#dbe4f0;border-radius:10px;font-size:14px;transition:border-color var(--pecold-transition),box-shadow var(--pecold-transition),background var(--pecold-transition)}.field textarea,.form-grid textarea{min-height:92px;line-height:1.6}.field input:hover,.field select:hover,.field textarea:hover,.form-grid input:hover,.form-grid select:hover,.form-grid textarea:hover{border-color:#b8cff2}.field input:focus,.field select:focus,.field textarea:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#5c94e9;box-shadow:0 0 0 3px #3b82f621;background:#fff}.check-field{justify-content:center}.check-field span{font-weight:600}.check-field input{min-height:auto;width:16px;height:16px;accent-color:var(--pecold-primary)}.note{border:1px solid #d8e8ff;border-left:3px solid #4b8df3;border-radius:10px;background:linear-gradient(105deg,#f4f9ff,#eff6ff);color:#48617f;font-size:12px;line-height:1.7}.role-note{border-color:#f7ddb0;background:#fffbeb;color:#8a5a13;font-size:12px}.cards{gap:15px;margin-bottom:18px;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.card,.panel{border-color:var(--pecold-border);border-radius:var(--pecold-radius-card);box-shadow:var(--pecold-shadow-card)}.card{position:relative;min-height:128px;padding:18px 19px;overflow:hidden;background:linear-gradient(145deg,#fff,#fbfdff);text-align:left}button.card{border:1px solid var(--pecold-border);cursor:default}.card.clickable{cursor:pointer}.card:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:3px;border-radius:0 5px 5px 0;background:#7eb0fb}.card:after{content:"";position:absolute;right:18px;top:17px;width:32px;height:32px;border:1px solid #c9ddff;border-radius:11px;background:radial-gradient(circle at 35% 35%,#fff 0 13%,transparent 14%),linear-gradient(135deg,#f0f6ff,#dceaff);box-shadow:inset 0 1px #ffffffe6}.card:nth-child(3n+2):before{background:#40bb8d}.card:nth-child(3n+2):after{border-color:#beeeda;background:linear-gradient(135deg,#f0fff7,#dff8eb)}.card:nth-child(3n+3):before{background:#f2a128}.card:nth-child(3n+3):after{border-color:#f9deb1;background:linear-gradient(135deg,#fff9ef,#ffefd2)}.card:hover{border-color:#cbdcf5;box-shadow:var(--pecold-shadow-hover);transform:translateY(-2px)}.card span{display:block;max-width:calc(100% - 38px);color:#687990;font-size:13px;font-weight:700}.card strong{margin:9px 0 5px;color:var(--pecold-navy);font-size:25px;line-height:1.18;font-weight:800;letter-spacing:-.02em}.card small{display:block;max-width:96%;color:#74839a;font-size:11px;line-height:1.5}.card small:empty{display:none}.dashboard-pipeline-quoted [data-v12-drill=quoted],.dashboard-pipeline-pi [data-v12-drill=pi],.dashboard-pipeline-contract [data-v12-drill=contract]{border-color:#78aaf4;background:linear-gradient(135deg,#f5f9ff,#eaf3ff);box-shadow:0 0 0 3px #60a5fa26,var(--pecold-shadow-card)}.dashboard-pipeline-quoted [data-v12-drill=quoted] span,.dashboard-pipeline-pi [data-v12-drill=pi] span,.dashboard-pipeline-contract [data-v12-drill=contract] span{color:#174ea6}.panel{padding:21px;background:var(--pecold-card)}.panel-head{gap:16px;margin-bottom:17px}.panel-head h2,.panel>h2{color:#182a45;font-size:19px;font-weight:800;letter-spacing:.005em}.panel-head p{margin-top:5px;color:#718198;font-size:12px;line-height:1.55}.grid2{gap:17px;margin-bottom:17px}.empty{padding:44px 26px;color:#8190a3;font-size:14px}.table-wrap{border:1px solid #e3eaf3;border-radius:12px;background:#fff;box-shadow:0 4px 15px #132a5106}table{font-size:13px;line-height:1.5}thead th,th{position:sticky;top:0;z-index:2;padding:13px 12px;border-bottom:1px solid #dce6f2;background:#f3f7fc;color:#42536c;font-size:12px;font-weight:800;letter-spacing:.01em;box-shadow:0 1px #d7e2f0bf}td{padding:14px 12px;border-top:1px solid #edf1f6;color:#465871;vertical-align:middle;white-space:nowrap}td b{color:#1d304d;font-weight:750}td small{color:#74849a;font-size:11px;line-height:1.5}tbody tr{background:#fff;transition:background var(--pecold-transition),box-shadow var(--pecold-transition)}tbody tr:nth-child(2n){background:#fcfdff}tbody tr:hover{background:#f0f6ff;box-shadow:inset 3px 0 #75a8fa}.customer-table .table-wrap{max-height:calc(100vh - 345px);border-color:#dce7f3}.customer-table table{min-width:2160px}.customer-table th{background:#f1f6fc}.customer-table th:last-child{background:#f1f6fc;border-left-color:#cbd9e8;box-shadow:-9px 0 16px #1e395b17,0 1px #dce6f2}.customer-table td:last-child{background:#fff;border-left-color:#d7e2ef;box-shadow:-9px 0 16px #1e395b13}.customer-table tbody tr:nth-child(2n) td:last-child{background:#fcfdff}.customer-table tbody tr:hover td:last-child{background:#f0f6ff}.customer-table td:last-child.actions{gap:7px}.customer-table td:last-child.actions button,.actions button{min-height:30px;padding:5px 9px;border:1px solid #cdddf4;border-radius:8px;background:#f1f6ff;color:#2457ad;font-size:12px;font-weight:700}.customer-table td:last-child.actions button:hover,.actions button:hover{border-color:#8eb5ef;background:#e2eeff;transform:translateY(-1px)}.url-link{color:#2563eb;font-size:12px;font-weight:700}.url-link:hover{color:#1744c3}.pipeline-amount{color:#174ea6;font-weight:700}.customer-new-overview{margin:-3px 0 16px;padding:18px 19px;border:1px solid #dfe8f4;border-radius:var(--pecold-radius-card);background:linear-gradient(145deg,#fff,#fbfdff);box-shadow:var(--pecold-shadow-card)}.customer-new-overview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.customer-new-overview-head h2{margin:0;color:#174ea6;font-size:18px;line-height:1.25;font-weight:850}.customer-new-overview-head p{margin:5px 0 0;color:#52667f;font-size:13px;line-height:1.5}.customer-new-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.customer-new-stat{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;min-height:118px;padding:20px 22px;border:1px solid #dce7f3;border-radius:12px;background:#fff;box-shadow:0 6px 18px #132a510e}.customer-new-stat-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:linear-gradient(145deg,#eef6ff,#dfeeff);color:#2563eb;box-shadow:inset 0 1px #ffffffe0}.customer-new-stat-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.customer-new-stat-body{min-width:0}.customer-new-stat-body h3{margin:0 0 7px;color:#34465f;font-size:13px;font-weight:800;line-height:1.35}.customer-new-stat-body p{display:flex;align-items:baseline;gap:7px;margin:0 0 7px;color:#0f172a}.customer-new-stat-body strong{font-size:30px;line-height:1;font-weight:900;letter-spacing:0}.customer-new-stat-body em{color:#21324b;font-size:17px;font-style:normal;font-weight:800}.customer-new-stat-body small{display:block;color:#6a7b91;font-size:12px;font-weight:700}.customer-new-stat-body small b{margin-left:5px;color:#12996c;font-weight:900}.pill,.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:4px 9px;border:1px solid transparent;border-radius:999px;font-size:11px;font-weight:800;line-height:1;letter-spacing:.01em;white-space:nowrap}.pill{background:#eef5ff;color:#245bb7;border-color:#d6e6ff}.pill.A,.pill.S{background:#f3edff;color:#7045bd;border-color:#e3d7ff}.pill.B{background:#eaf8f0;color:#168154;border-color:#c9efd9}.pill.C{background:#edf4ff;color:#2f65b5;border-color:#d9e8ff}.pill.G,.pill.bad{background:#fff0f0;color:#c73838;border-color:#ffd0d0}.pill.P,.pill.P1,.pill.P2,.pill.P3{background:#e9fbf7;color:#14806d;border-color:#c9f1e8}.pill.K,.pill.KA,.pill.R{background:#e8f7f2;color:#14795c;border-color:#c4eadb}.pill.warn{background:#fff7e9;color:#aa6507;border-color:#f9dfaa}.status-badge.stage-demand{background:#eff6ff;color:#2563eb;border-color:#d5e6ff}.status-badge.stage-quote{background:#fff7ed;color:#c36a08;border-color:#ffdfb1}.status-badge.stage-negotiation{background:#f6f0ff;color:#7546b9;border-color:#e5d7ff}.status-badge.stage-pi{background:#eafaf3;color:#12835c;border-color:#c8efd9}.status-badge.stage-contract,.status-badge.stage-won{background:#e7f7ef;color:#137451;border-color:#c2ead5}.status-badge.stage-paused{background:#f5f7fa;color:#69788c;border-color:#e2e8f0}.status-badge.stage-closed{background:#fff1f2;color:#c5364a;border-color:#fecdd3}.status-badge.stage-neutral{background:#f2f6fb;color:#4f6380;border-color:#dce6f1}.history-time-missing{padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700}.detail-grid{gap:24px}.detail-grid>div{min-width:0;padding:17px;border:1px solid #e3ebf4;border-radius:12px;background:#fbfdff}.detail-grid b{color:#1c3150;font-size:14px}.detail-grid p{margin:10px 0 14px;color:#5b6e87;font-size:13px;line-height:1.75}.mini{padding:13px 14px;border-color:#e0e9f3;border-radius:11px;background:linear-gradient(135deg,#fff,#f7faff);font-size:12px;line-height:1.7;box-shadow:0 3px 9px #132a5106}.mini b{font-size:13px}.timeline{position:relative;padding:15px 17px 15px 22px;border-color:#dfe8f3;border-radius:11px;background:#fff;box-shadow:0 3px 10px #132a5106}.timeline:before{content:"";position:absolute;left:0;top:17px;bottom:17px;width:3px;border-radius:999px;background:linear-gradient(#60a5fa,#1e4ed8)}.timeline p{color:#41556f;font-size:13px;line-height:1.65}.timeline>b{color:#26476f;font-size:12px}.r4-timeline-fields{margin-top:12px;padding-top:11px;border-top:1px dashed #dce6f1}.r4-timeline-fields dt{color:#7b8ba1;font-size:11px;font-weight:700}.r4-timeline-fields dd{color:#40546e;font-size:12px}.alerts button{padding:13px 4px;border-top-color:#edf1f6;background:transparent}.alerts button:hover{padding-left:8px;background:#f5f9ff}.alert-n{background:#fff4df;color:#d7840a;box-shadow:inset 0 0 0 1px #fde0aa}.alerts b{color:#263b58;font-size:13px}.alerts small{font-size:11px}.modal{background:#05132b9e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{width:min(840px,96vw);padding:25px;border:1px solid rgba(255,255,255,.85);border-radius:17px;box-shadow:0 30px 80px #0210285c}.modal-card header{padding-bottom:15px;border-bottom:1px solid #e7edf5}.modal-card h2{color:#172b48;font-size:21px;font-weight:800}.close{width:34px;height:34px;border:1px solid #dce5f0;border-radius:10px;background:#f6f9fc;color:#4e617c;font-size:20px;line-height:1}.close:hover{background:#edf4ff;color:#1e4ed8;transform:rotate(90deg)}.form-grid{gap:15px}.modal-actions{padding-top:17px;border-top:1px solid #e8eef5}.toast{right:26px;bottom:26px;padding:12px 16px;border:1px solid rgba(191,219,254,.32);border-radius:11px;background:#102d52;color:#fff;font-size:13px;box-shadow:0 13px 32px #05132b47}.daily-report-section{grid-column:1/-1;display:flex;align-items:center;gap:10px;margin:4px 0 -2px;color:#172b48;font-size:13px;font-weight:800}.daily-report-section:after{content:"";height:1px;background:#e4ecf6;flex:1}.daily-report-section+label{margin-top:0}.report-detail{display:grid;gap:12px;color:#24364f}.report-detail h3{display:flex;align-items:center;gap:8px;margin:8px 0 -2px;color:#172b48;font-size:16px;line-height:1.3;font-weight:900}.report-detail h3:before{content:"";width:3px;height:18px;border-radius:99px;background:#1e64d6}.daily-detail-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:4px;padding:12px;border:1px solid #dfe8f4;border-radius:12px;background:#fff}.daily-detail-info-grid div{min-width:0;padding:0 10px;border-left:1px solid #eef3f8}.daily-detail-info-grid div:first-child{border-left:0}.daily-detail-info-grid span,.daily-detail-metric-grid span{display:block;margin-bottom:4px;color:#52667f;font-size:12px;font-weight:800}.daily-detail-info-grid strong{display:block;color:#172b48;font-size:14px;line-height:1.35;font-weight:800;word-break:break-word}.daily-detail-info-grid strong.is-late{color:#d62f2f}.daily-detail-info-grid strong.is-ok{color:#168154}.daily-detail-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.daily-detail-metric-grid--tomorrow{grid-template-columns:repeat(2,minmax(0,1fr))}.daily-detail-metric-grid article{min-width:0;min-height:72px;padding:12px 14px;border:1px solid #dce8f6;border-radius:8px;background:linear-gradient(145deg,#fff,#f8fbff)}.daily-detail-metric-grid strong{display:block;color:#1464d2;font-size:26px;line-height:1.05;font-weight:900;letter-spacing:0;word-break:break-word}.daily-detail-text{min-width:0}.daily-detail-text b{display:block;margin:0 0 5px;color:#263b58;font-size:13px;font-weight:850}.daily-detail-text p{margin:0;color:#2e4059;font-size:14px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.report-detail-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}.report-detail-list div{min-width:0;padding:10px 12px;border:1px solid #e1eaf4;border-radius:8px;background:#fbfdff}.report-detail-list dt{margin:0 0 4px;color:#66778d;font-size:12px;font-weight:800}.report-detail-list dd{margin:0;color:#172b48;font-size:15px;font-weight:850;line-height:1.45;overflow-wrap:anywhere}.report-detail-list dd,.report-detail-list dt{white-space:normal}.modal-card:has(.daily-sales-detail){padding:21px 24px}.modal-card:has(.daily-sales-detail) header{margin-bottom:12px;padding-bottom:12px}.daily-sales-detail{gap:9px}.daily-sales-detail h3{margin:4px 0 -3px;font-size:15px}.daily-sales-detail h3:before{height:17px}.daily-sales-detail .daily-detail-info-grid{gap:10px;margin-bottom:1px;padding:10px}.daily-sales-detail .daily-detail-metric-grid{gap:9px 11px}.daily-sales-detail .daily-detail-metric-grid article{min-height:58px;padding:9px 12px}.daily-sales-detail .daily-detail-metric-grid span{margin-bottom:3px}.daily-sales-detail .daily-detail-metric-grid strong{font-size:23px}.daily-sales-detail .daily-detail-text b{margin-bottom:3px}.daily-sales-detail .daily-detail-text p{line-height:1.55}.report-layout{gap:18px}.account-card{border-color:#dfe8f2;border-radius:12px;background:linear-gradient(145deg,#fff,#f8fbff);box-shadow:0 3px 11px #132a5106}.account-card b{font-size:13px}.account-card p{font-size:12px}.metrics{border-color:#dfe8f2;border-radius:11px;background:#f8fbff;color:#3d526e;font-size:12px}.task{padding:14px 0;border-top-color:#edf1f6}.task:hover{background:#f8fbff}.check{border-color:#b8c9dc;border-radius:6px}.kanban section{border:1px solid #dce6f1;border-radius:13px;background:#f2f6fb}.kanban article{border-color:#e0e9f3;border-radius:10px;box-shadow:0 2px 7px #132a5106}@media(max-width:1260px){.sidebar{width:236px}.workspace{margin-left:236px;width:calc(100% - 236px)}.content{padding:24px 25px 45px}.cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.page-head{padding:23px 24px}.page-head h1{font-size:28px}}@media(max-width:1100px){.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.grid2,.report-layout{grid-template-columns:1fr}.toolbar{align-items:flex-end}.customer-table .table-wrap{max-height:none}}@media(max-width:1100px){.customer-new-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.sidebar{width:70px;padding:0 7px 10px}.workspace{margin-left:70px;width:calc(100% - 70px)}.brand{height:74px;justify-content:center;padding:0}.brand .mark{width:40px;height:40px}.sidebar:before{display:none}.nav{padding-top:13px}.nav button{justify-content:center;padding:0;min-height:44px}.nav button.active:before{left:-7px}.profile{padding:8px;display:flex;justify-content:center;background:#0b3d7a99}.profile .avatar{width:36px;height:36px}.topbar{height:60px;padding:0 15px}.live-badge{display:none}.content{padding:17px 13px 35px}.page-head{min-height:0;padding:20px 18px;align-items:flex-start;gap:15px}.page-head h1{font-size:24px}.page-head p{font-size:12px}.page-head:before{right:-155px}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.card{min-height:116px;padding:15px}.card strong{font-size:22px}.toolbar{padding:12px}.form-grid{grid-template-columns:1fr}.modal-card{padding:19px}.detail-grid,.r4-timeline-fields{grid-template-columns:1fr}.daily-detail-info-grid,.daily-detail-metric-grid,.daily-detail-metric-grid--tomorrow,.report-detail-list{grid-template-columns:repeat(2,minmax(0,1fr))}.daily-detail-info-grid div:nth-child(3){border-left:0}.daily-detail-metric-grid article{min-height:68px}.daily-detail-metric-grid strong{font-size:24px}}@media(max-width:760px){.customer-new-overview{padding:15px}.customer-new-stat{grid-template-columns:52px minmax(0,1fr);padding:16px}.customer-new-stat-icon{width:44px;height:44px}.customer-new-stat-icon svg{width:24px;height:24px}.customer-new-stat-body strong{font-size:25px}}@media(max-width:480px){.cards,.customer-new-overview-grid{grid-template-columns:1fr}.page-head{flex-direction:column}.page-head .primary,.page-head .ghost{width:100%}.toolbar select,.toolbar input{min-width:100%;width:100%}.toolbar label{width:100%}.daily-detail-info-grid,.daily-detail-metric-grid,.daily-detail-metric-grid--tomorrow,.report-detail-list{grid-template-columns:1fr}.daily-detail-info-grid div{padding:0;border-left:0;border-top:1px solid #eef3f8}.daily-detail-info-grid div:first-child{border-top:0}.report-detail h3{font-size:15px}.daily-detail-metric-grid strong{font-size:23px}}.record-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;padding:15px 17px;margin:0 0 13px;border:1px solid #dfe8f4;border-radius:12px;background:linear-gradient(150deg,#fff,#fbfdff);box-shadow:0 4px 15px #132a5106}.record-filters label{display:flex;flex:1 1 150px;min-width:145px;flex-direction:column;gap:6px}.record-filters label span{color:#53657d;font-size:12px;font-weight:750}.record-filters select,.record-filters input{width:100%;min-height:40px;padding:8px 10px;border:1px solid #d5e1ef;border-radius:9px;background:#fff;color:#263c5c;font-size:14px}.record-filters .multi-filter-label{flex:1 1 160px;min-width:150px}.record-filters .multi-filter{position:relative;width:100%}.record-filters .multi-filter summary{display:flex;align-items:center;min-height:40px;padding:8px 30px 8px 10px;border:1px solid #d5e1ef;border-radius:9px;background:#fff;color:#263c5c;font-size:14px;cursor:pointer;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.record-filters .multi-filter summary::-webkit-details-marker{display:none}.record-filters .multi-filter summary:after{content:"";position:absolute;right:12px;top:17px;border:5px solid transparent;border-top-color:#6b7b91}.record-filters .multi-filter[open] summary{border-color:#79ace9;box-shadow:0 0 0 3px #e9f2ff}.record-filters .multi-filter[open] summary:after{top:12px;transform:rotate(180deg)}.record-filters .multi-filter-menu{position:absolute;z-index:20;top:calc(100% + 6px);left:0;width:100%;max-width:100%;max-height:272px;overflow-y:auto;overflow-x:hidden;padding:6px;border:1px solid #d5e1ef;border-radius:9px;background:#fff;box-shadow:0 10px 24px #132a511c}.record-filters .multi-filter-option{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;min-width:0;min-height:34px;padding:0 12px;border-radius:7px;color:#2f405a!important;font-size:13px!important;font-weight:700!important;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.record-filters .multi-filter-option:hover{background:#f0f6ff}.record-filters .multi-filter-option input{box-sizing:border-box;flex:0 0 16px;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;margin:0;padding:0!important;accent-color:var(--pecold-primary)}.record-filters button{position:relative;z-index:25;flex:0 0 auto;min-height:40px;white-space:nowrap}.customer-filters{flex-wrap:nowrap}.customer-filters label{flex:0 1 auto}.customer-filters button{flex:0 0 auto;white-space:nowrap}.customer-filter-create{margin-left:auto;margin-right:22px}[hidden]{display:none!important}.nav-badge{display:inline-grid;place-items:center;min-width:19px;height:19px;margin-left:auto;padding:0 5px;border-radius:999px;background:#f59e0b;color:#fff;font-size:11px;font-style:normal;line-height:1;box-shadow:0 2px 7px #f59e0b59}.sales-sprint-banner{display:grid;gap:14px;margin:0 0 20px;color:#1f2f46}.sprint-team-card,.sprint-personal-card{border:1px solid #dfe8f4;border-radius:var(--pecold-radius-card);background:linear-gradient(145deg,#fff,#fbfdff);box-shadow:var(--pecold-shadow-card)}.sprint-team-card{padding:22px 24px}.sprint-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:0 0 18px}.sales-sprint-banner p{margin:0 0 6px;color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.06em}.sales-sprint-banner h2{margin:0;color:#172b48;font-size:24px;line-height:1.2;font-weight:900}.sprint-deadline{display:grid;justify-items:end;gap:5px;flex:0 0 auto;color:#607087;font-size:12px;font-weight:800}.sprint-countdown{display:inline-flex;align-items:center;min-height:32px;padding:6px 12px;border:1px solid #cfe0f8;border-radius:9px;background:#f1f7ff;color:#174ea6;font-size:18px;font-weight:900;letter-spacing:0;white-space:nowrap}.sprint-team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.sprint-team-metric{min-width:0;padding:14px 15px;border:1px solid #e3ebf5;border-radius:11px;background:#fff}.sprint-team-metric span{display:block;margin-bottom:7px;color:#697b92;font-size:12px;font-weight:800}.sprint-team-metric strong{display:block;color:#1f2f46;font-size:22px;line-height:1.15;font-weight:900;word-break:break-word}.sprint-team-metric.metric-target strong,.sprint-team-metric.metric-rate strong{color:#1e64d6}.sprint-team-metric.metric-done strong{color:#12996c}.sprint-team-progress,.sprint-progress{height:8px;border-radius:999px;background:#e8eef7;overflow:hidden}.sprint-team-progress i,.sprint-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2f80ed,#62b5ff)}.sprint-personal-card{padding:18px 20px 20px}.sprint-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.sprint-section-head h3{margin:0;color:#172b48;font-size:17px;font-weight:900}.sprint-member-table{overflow-x:auto;border:1px solid #e5ecf5;border-radius:11px}.sprint-member-head,.sprint-member-row{display:grid;grid-template-columns:64px minmax(100px,.8fr) minmax(112px,.9fr) minmax(120px,.95fr) minmax(86px,.75fr) minmax(86px,.75fr) minmax(260px,1.9fr) minmax(118px,.85fr);align-items:center;min-width:1060px}.sprint-member-head{background:#f5f8fc;color:#718198;font-size:12px;font-weight:900}.sprint-member-head span,.sprint-cell{padding:11px 12px}.sprint-member-row{border-top:1px solid #edf2f7;background:#fff;color:#41516a;font-size:13px}.sprint-member-row:nth-child(odd){background:#fbfdff}.sprint-member-name b{color:#1f2f46;font-size:14px}.sprint-rank-cell{display:flex;align-items:center;justify-content:center}.sprint-medal,.sprint-rank-number{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;font-size:13px;font-weight:900}.sprint-medal{border:1px solid transparent;color:#fff;box-shadow:inset 0 1px #ffffff59,0 3px 8px #132a511f}.medal-1{background:linear-gradient(145deg,#ffe08a,#d99a12);border-color:#f4c850}.medal-2{background:linear-gradient(145deg,#eef4fb,#9aa9bb);border-color:#cbd5e1}.medal-3{background:linear-gradient(145deg,#ffd2a7,#b66a34);border-color:#e3a06a}.sprint-rank-number{border:1px solid #d8e4f2;background:#f4f8fd;color:#4f6380}.sprint-value-green{color:#12996c;font-weight:800}.sprint-progress-cell{display:grid;grid-template-columns:minmax(110px,1fr) auto;gap:10px;align-items:center}.sprint-progress-cell b{color:#1e64d6;font-size:13px;white-space:nowrap}.sprint-progress-main{display:grid;gap:7px;min-width:0}.sprint-progress-main small{color:#5d6f88;font-size:11px;font-weight:700;line-height:1.3;white-space:normal}.sprint-score{color:#155bd7;font-weight:900}.sprint-row-countdown{color:#174ea6;font-weight:900;white-space:nowrap}.sprint-empty{padding:28px;text-align:center;color:#738199}.dashboard-kpi-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin:0 0 18px}.dashboard-kpi-card{display:flex;align-items:center;gap:16px;min-width:0;min-height:126px;padding:21px 18px;border:1px solid #e0e8f3;border-radius:16px;background:#fff;box-shadow:0 14px 36px #132a5114,0 2px 8px #132a510b}.dashboard-kpi-card p{margin:0 0 7px;color:#263b58;font-size:14px;font-weight:800;letter-spacing:0}.dashboard-kpi-card strong{display:block;min-height:32px;color:#17233b;font-size:28px;line-height:1.1;font-weight:900;word-break:break-word}.dashboard-kpi-icon{position:relative;display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;border-radius:50%;background:linear-gradient(145deg,#eaf3ff,#2f80ed);color:#fff;box-shadow:0 10px 20px #2f80ed47,inset 0 0 0 6px #ffffff57}.dashboard-kpi-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.dashboard-kpi-card.kpi-green .dashboard-kpi-icon{background:linear-gradient(145deg,#dff9ec,#20b879);box-shadow:0 10px 20px #12996c3d,inset 0 0 0 6px #ffffff5c}.dashboard-kpi-card.kpi-amber .dashboard-kpi-icon{background:linear-gradient(145deg,#fff1ce,#f59e0b);box-shadow:0 10px 20px #d789163d,inset 0 0 0 6px #ffffff5c}.dashboard-kpi-card.kpi-purple .dashboard-kpi-icon{background:linear-gradient(145deg,#efe5ff,#8b5cf6);box-shadow:0 10px 20px #7456c83d,inset 0 0 0 6px #ffffff5c}.dashboard-kpi-card.kpi-cyan .dashboard-kpi-icon{background:linear-gradient(145deg,#e1f4ff,#38a7f2);box-shadow:0 10px 20px #38a7f23d,inset 0 0 0 6px #ffffff5c}.dashboard-kpi-card.kpi-teal .dashboard-kpi-icon{background:linear-gradient(145deg,#dff9f3,#25bea5);box-shadow:0 10px 20px #25bea53d,inset 0 0 0 6px #ffffff5c}.kpi-change{display:block;margin-top:8px;color:#718198;font-size:13px;font-weight:800}.kpi-change.up{color:#e02f2f}.kpi-change.down{color:#12996c}.target-board h3{margin:22px 0 12px;color:#1d3557;font-size:16px}.target-cards .card{min-height:118px}.pending-count{display:inline-flex;align-items:center;min-height:31px;padding:0 10px;border:1px solid #d8e8ff;border-radius:999px;background:#eef6ff;color:#1f61bd;font-size:12px;font-weight:800;white-space:nowrap}.report-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 15px}.report-tabs button{min-height:35px;padding:7px 13px;border:1px solid #d6e3f3;border-radius:9px;background:#fff;color:#4c6383;font-size:12px;font-weight:700;cursor:pointer}.report-tabs button:hover{background:#eff6ff;color:#1e4ed8}.report-tabs button.active{border-color:#1e4ed8;background:#1e4ed8;color:#fff;box-shadow:0 4px 10px #1e4ed833}.pending-centre td:nth-child(2),.pending-centre td:nth-child(3){white-space:normal;min-width:150px}.fb-ads td:nth-child(4),.fb-ads td:nth-child(5),.fb-ads td:nth-child(11){white-space:normal;min-width:135px}.fb-ads .table-wrap,.pending-centre .table-wrap{max-height:calc(100vh - 300px)}.card-icon{position:absolute;right:18px;top:17px;z-index:1;display:grid;place-items:center;width:32px;height:32px;color:#2563eb;pointer-events:none}.card-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.card:nth-child(3n+2) .card-icon{color:#168154}.card:nth-child(3n+3) .card-icon{color:#c36a08}.card-icon-money,.card-icon-percent{color:#1f61bd}.card-icon-trend,.card-icon-user{color:#168154}.card-icon-compare,.card-icon-checklist,.card-icon-cursor{color:#c36a08}.reports-compact .topbar,.fbads-compact .topbar,.inquiries-compact .topbar{display:none}.reports-compact .content,.fbads-compact .content,.inquiries-compact .content{padding-top:14px}.fb-ad-filter-row{align-items:flex-end;flex-wrap:nowrap;gap:8px;overflow:visible}.fb-ad-filter-row label{flex:0 0 auto;min-width:0}.fb-ad-filter-row select,.fb-ad-filter-row input{min-width:0;width:110px}.fb-ad-filter-row select[name=timeRange]{width:112px}.fb-ad-filter-row input[type=date]{width:122px}.fb-ad-filter-row select[name=operatorId],.fb-ad-filter-row select[name=salesOwnerId]{width:116px}.fb-ad-filter-row input[name=country]{width:96px}.fb-ad-filter-row input[name=productMaterial]{width:112px}.fb-ad-filter-row .primary,.fb-ad-filter-row .ghost{flex:0 0 auto;white-space:nowrap}.fb-filter-create,.inquiry-filter-create{margin-left:auto;white-space:nowrap}.report-tabs--with-action{align-items:center}.report-tabs .report-tabs-action{margin-left:auto;border-color:#1e4ed8;background:#1e4ed8;color:#fff;box-shadow:0 4px 10px #1e4ed833}.report-tabs .report-tabs-action:hover{background:#0b4eaa;color:#fff}@media(max-width:760px){.report-tabs .report-tabs-action{width:100%;margin-left:0}}.inquiry-registration-table table{table-layout:fixed;min-width:0}.inquiry-registration-table th,.inquiry-registration-table td{padding-left:9px;padding-right:9px;overflow:hidden;text-overflow:ellipsis}.inquiry-registration-table th:nth-child(1),.inquiry-registration-table td:nth-child(1){width:10%}.inquiry-registration-table th:nth-child(2),.inquiry-registration-table td:nth-child(2){width:10%}.inquiry-registration-table th:nth-child(3),.inquiry-registration-table td:nth-child(3){width:12%;white-space:normal}.inquiry-registration-table th:nth-child(4),.inquiry-registration-table td:nth-child(4){width:6%}.inquiry-registration-table th:nth-child(5),.inquiry-registration-table td:nth-child(5){width:8%}.inquiry-registration-table th:nth-child(6),.inquiry-registration-table td:nth-child(6){width:6%}.inquiry-registration-table th:nth-child(7),.inquiry-registration-table td:nth-child(7){width:10%;white-space:normal}.inquiry-registration-table th:nth-child(8),.inquiry-registration-table td:nth-child(8){width:6%}.inquiry-registration-table th:nth-child(9),.inquiry-registration-table td:nth-child(9){width:10%}.inquiry-registration-table th:nth-child(10),.inquiry-registration-table td:nth-child(10){width:8%}.inquiry-registration-table th:nth-child(11),.inquiry-registration-table td:nth-child(11){width:14%;overflow:visible}.inquiry-registration-table td:nth-child(3) b,.inquiry-registration-table td:nth-child(10) .link{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inquiry-registration-table td:nth-child(3) small,.inquiry-registration-table td:nth-child(7) small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden;line-height:1.35}.inquiry-registration-table td:nth-child(11){white-space:nowrap}.inquiry-registration-table td:nth-child(11) .link{padding-left:2px;padding-right:2px}.inquiry-registration-table td:nth-child(11) .primary.small{padding:8px 10px;border-radius:8px;font-size:12px}@media(max-width:1200px){.sprint-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1200px){.dashboard-kpi-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.sprint-team-card,.sprint-personal-card{padding:16px}.sales-sprint-banner h2{font-size:21px}.sprint-title-row{align-items:flex-start;flex-direction:column;gap:10px}.sprint-deadline{justify-items:start}.sprint-countdown{font-size:15px}.sprint-team-grid{grid-template-columns:1fr}.sprint-team-metric strong{font-size:20px}.sprint-member-head{display:none}.sprint-member-table{overflow:visible;border:0;border-radius:0}.sprint-member-row{grid-template-columns:42px 1fr;min-width:0;margin-top:9px;border:1px solid #e5ecf5;border-radius:11px;overflow:hidden}.sprint-cell{padding:9px 11px}.sprint-cell:nth-child(n+3){grid-column:1/-1;display:flex;justify-content:space-between;gap:12px}.sprint-cell:nth-child(3):before{content:"目标金额";color:#718198;font-weight:800}.sprint-cell:nth-child(4):before{content:"已完成金额";color:#718198;font-weight:800}.sprint-cell:nth-child(5):before{content:"报价数";color:#718198;font-weight:800}.sprint-cell:nth-child(6):before{content:"电话数";color:#718198;font-weight:800}.sprint-cell:nth-child(7){display:grid;grid-template-columns:1fr auto}.sprint-cell:nth-child(7):before{content:"综合进度";grid-column:1/-1;color:#718198;font-weight:800}.sprint-cell:nth-child(8):before{content:"综合排名";color:#718198;font-weight:800}.dashboard-kpi-strip{grid-template-columns:1fr}.fb-ads .table-wrap,.pending-centre .table-wrap{max-height:none}}.modal-card:has(.fb-ad-form-grid){width:min(1180px,96vw)}.fb-ad-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:start}.fb-ad-form-grid fieldset{min-width:0;margin:0;padding:15px;border:1px solid #dfe8f4;border-radius:13px;background:linear-gradient(145deg,#fff,#fbfdff)}.fb-ad-form-grid legend{padding:0 6px;color:#1d3557;font-size:14px;font-weight:800}.fb-ad-form-grid .field{margin:10px 0 0}.fb-ad-form-grid .field:first-of-type{margin-top:4px}.fb-ad-form-grid input[disabled],.fb-ad-form-grid select[disabled]{cursor:not-allowed;background:#f3f6fa;color:#8190a3;border-color:#e3eaf3}.fb-ad-form-grid input[readonly]{background:#f8fbff;color:#405675;border-color:#dbe7f5}.fb-ad-form-grid .fb-calculated{background:linear-gradient(145deg,#f7fbff,#eef6ff)}.fb-ad-form-grid .full{grid-column:1/-1}@media(max-width:1500px){.fb-ad-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.modal-card:has(.fb-ad-form-grid){width:96vw}.fb-ad-form-grid{grid-template-columns:1fr}.fb-ad-form-grid fieldset{padding:13px}}.weekly-period-action{grid-column:1/-1;display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:10px 12px;border:1px solid #dfe8f4;border-radius:10px;background:#f8fbff}.weekly-period-action small{color:#607086;line-height:1.6}.fb-review{margin:18px 0;padding:18px;border:1px solid #e1e9f3;border-radius:14px;background:#fff}.fb-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.fb-review-head h2{margin:0;color:#172b48;font-size:18px}.fb-review-head p{margin:4px 0 0;color:#718198;font-size:12px}.fb-review-controls{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:1 1 auto;min-width:0;flex-wrap:wrap}.fb-review-controls select,.fb-review-controls input{height:36px;min-width:0;border:1px solid #d6e3f3;border-radius:9px;background:#fff;color:#354962;font-size:12px;font-weight:700;padding:7px 10px}.fb-review-controls select[name=timeRange]{width:112px}.fb-review-controls select[name=salesOwnerId]{width:138px}.fb-review-controls input[type=date]{width:128px}.fb-review-controls .primary,.fb-review-controls .ghost{min-height:36px;padding:7px 12px;white-space:nowrap}.fb-review-group-select{position:relative;min-width:174px}.fb-review-group-select summary{display:flex;align-items:center;justify-content:space-between;height:36px;padding:0 11px;border:1px solid #d6e3f3;border-radius:9px;background:#fff;color:#354962;font-size:12px;font-weight:800;cursor:pointer;list-style:none;white-space:nowrap}.fb-review-group-select summary::-webkit-details-marker{display:none}.fb-review-group-select summary:after{content:"";width:7px;height:7px;margin-left:8px;border-right:2px solid #6c7b90;border-bottom:2px solid #6c7b90;transform:rotate(45deg) translateY(-2px)}.fb-review-group-menu{position:absolute;right:0;top:42px;z-index:8;width:280px;max-height:300px;overflow:auto;padding:10px;border:1px solid #dbe6f4;border-radius:11px;background:#fff;box-shadow:0 16px 40px #132a5129}.fb-review-group-menu label{display:flex;align-items:flex-start;gap:8px;padding:8px 6px;border-radius:8px;color:#334761;font-size:12px;font-weight:700;line-height:1.35;white-space:normal;cursor:pointer}.fb-review-group-menu label:hover{background:#f1f6ff}.fb-review-group-menu input{flex:0 0 auto;width:15px;height:15px;margin-top:1px}.fb-review-group-menu p{margin:12px 6px;color:#718198;font-size:12px;text-align:center}.fb-review-group-actions{display:flex;justify-content:space-between;gap:8px;margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid #edf2f7}.fb-review .cards{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px}.fb-review-table-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 10px}.fb-review-table-head h3{margin:0;color:#172b48;font-size:16px}.fb-review-tabs{margin:0;white-space:nowrap}.fb-review td:nth-child(2){min-width:170px;white-space:normal}.fb-review td:nth-child(10){min-width:120px}.fb-anomaly{margin:18px 0;padding:18px;border-radius:14px;background:#fff}.fb-anomaly-head{display:grid;grid-template-columns:minmax(260px,1fr) auto auto auto;gap:12px;align-items:center;margin-bottom:10px}.fb-anomaly-head h2{margin:0;color:#172b48;font-size:18px}.fb-anomaly-head p{margin:4px 0 0;color:#718198;font-size:12px}.fb-anomaly-tabs{margin:0;white-space:nowrap}.content:has(.customer-table){max-width:none}.customer-table .table-wrap{max-width:100%;max-height:calc(100vh - 330px);overflow:auto}.customer-table table{width:100%;min-width:1592px;table-layout:fixed}.customer-table th,.customer-table td{padding-left:8px;padding-right:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-table th:nth-child(1),.customer-table td:nth-child(1){width:186px;min-width:186px;max-width:186px;position:sticky;left:0;z-index:5;background:#fff}.customer-table th:nth-child(1){z-index:8;background:#f1f6fc}.customer-table th:nth-child(2),.customer-table td:nth-child(2){width:76px;min-width:76px;max-width:76px}.customer-table th:nth-child(3),.customer-table td:nth-child(3){width:68px;min-width:68px;max-width:68px}.customer-table th:nth-child(4),.customer-table td:nth-child(4){width:68px;min-width:68px;max-width:68px}.customer-table th:nth-child(5),.customer-table td:nth-child(5){width:76px;min-width:76px;max-width:76px}.customer-table th:nth-child(6),.customer-table td:nth-child(6){width:114px;min-width:114px;max-width:114px}.customer-table th:nth-child(7),.customer-table td:nth-child(7){width:94px;min-width:94px;max-width:94px}.customer-table th:nth-child(8),.customer-table td:nth-child(8){width:58px;min-width:58px;max-width:58px;text-align:center}.customer-table th:nth-child(9),.customer-table td:nth-child(9){width:96px;min-width:96px;max-width:96px}.customer-table th:nth-child(10),.customer-table td:nth-child(10){width:118px;min-width:118px;max-width:118px}.customer-table th:nth-child(11),.customer-table td:nth-child(11){width:110px;min-width:110px;max-width:110px}.customer-table th:nth-child(12),.customer-table td:nth-child(12){width:124px;min-width:124px;max-width:124px}.customer-table th:nth-child(13),.customer-table td:nth-child(13){width:96px;min-width:96px;max-width:96px}.customer-table th:nth-child(14),.customer-table td:nth-child(14){width:104px;min-width:104px;max-width:104px;white-space:normal}.customer-table th:nth-child(15),.customer-table td:nth-child(15){width:114px;min-width:114px;max-width:114px;white-space:normal}.customer-table th:last-child,.customer-table td:last-child{width:90px;min-width:90px;max-width:90px;position:sticky;right:0}.customer-table th:nth-child(n+2):not(:last-child){position:sticky;top:0;left:auto;z-index:4}.customer-table td:nth-child(n+2):nth-child(-n+5){position:static;left:auto;background:inherit;border-right:0;box-shadow:none}.customer-table th:nth-child(n+2):nth-child(-n+5){left:auto;border-right:0;box-shadow:none}.customer-table td:nth-child(5),.customer-table th:nth-child(5){border-right:0;box-shadow:none}.customer-table td:last-child.actions{gap:5px;padding-left:8px;padding-right:8px}.customer-table td:last-child.actions button{padding:5px 7px}.customer-ellipsis{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-name-cell b{font-size:13px}.customer-name-cell small{font-size:11px}.customer-doc-state{gap:1px}@media(min-width:1600px){.customer-table table{min-width:1592px}.customer-table th:nth-child(10),.customer-table td:nth-child(10){width:118px;min-width:118px;max-width:118px}.customer-table th:nth-child(11),.customer-table td:nth-child(11){width:110px;min-width:110px;max-width:110px}.customer-table th:nth-child(12),.customer-table td:nth-child(12){width:124px;min-width:124px;max-width:124px}}@media(max-width:1599px){.customer-table table{min-width:1516px}.customer-table th,.customer-table td{padding-left:7px;padding-right:7px}.customer-table th:nth-child(1),.customer-table td:nth-child(1){width:180px;min-width:180px;max-width:180px}.customer-table th:nth-child(2),.customer-table td:nth-child(2){width:74px;min-width:74px;max-width:74px}.customer-table th:nth-child(3),.customer-table td:nth-child(3){width:66px;min-width:66px;max-width:66px}.customer-table th:nth-child(4),.customer-table td:nth-child(4){width:66px;min-width:66px;max-width:66px}.customer-table th:nth-child(5),.customer-table td:nth-child(5){width:72px;min-width:72px;max-width:72px}.customer-table th:nth-child(6),.customer-table td:nth-child(6){width:110px;min-width:110px;max-width:110px}.customer-table th:nth-child(7),.customer-table td:nth-child(7){width:92px;min-width:92px;max-width:92px}.customer-table th:nth-child(8),.customer-table td:nth-child(8){width:56px;min-width:56px;max-width:56px}.customer-table th:nth-child(9),.customer-table td:nth-child(9){width:92px;min-width:92px;max-width:92px}.customer-table th:nth-child(10),.customer-table td:nth-child(10){width:112px;min-width:112px;max-width:112px}.customer-table th:nth-child(11),.customer-table td:nth-child(11){width:104px;min-width:104px;max-width:104px}.customer-table th:nth-child(12),.customer-table td:nth-child(12){width:112px;min-width:112px;max-width:112px}.customer-table th:nth-child(13),.customer-table td:nth-child(13){width:96px;min-width:96px;max-width:96px}.customer-table th:nth-child(14),.customer-table td:nth-child(14){width:100px;min-width:100px;max-width:100px}.customer-table th:nth-child(15),.customer-table td:nth-child(15){width:112px;min-width:112px;max-width:112px}.customer-table th:last-child,.customer-table td:last-child{width:92px;min-width:92px;max-width:92px}}@media(max-width:1399px){.customer-table table{min-width:1488px}.customer-table .table-wrap{max-height:none}.customer-table th:nth-child(12),.customer-table td:nth-child(12){width:108px;min-width:108px;max-width:108px}.customer-table th:nth-child(15),.customer-table td:nth-child(15){width:110px;min-width:110px;max-width:110px}}.fb-anomaly-range,.fb-anomaly-drill-note,.fb-anomaly-footer{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:9px 0;color:#607086;font-size:12px}.fb-anomaly-drill-note{padding:8px 11px;border:1px solid #d8e8ff;border-radius:10px;background:#f4f9ff;color:#2457ad}.fb-anomaly-grid{display:grid;grid-template-columns:repeat(5,minmax(280px,1fr));gap:10px;overflow-x:auto;padding-bottom:3px}.fb-anomaly-card{min-width:280px;border:1px solid #e1e9f3;border-radius:10px;background:#fbfdff;overflow:hidden}.fb-anomaly-card h3{margin:0;padding:10px 11px;border-bottom:1px solid #e4ecf6;color:#1d3557;font-size:13px}.fb-anomaly-card .table-wrap{border:0;border-radius:0;box-shadow:none;max-height:none}.fb-anomaly-card table{font-size:11px}.fb-anomaly-card th,.fb-anomaly-card td{padding:8px 9px}.fb-anomaly-card td{white-space:nowrap}.fb-anomaly-card td:nth-child(2){min-width:112px;white-space:normal}.fb-anomaly-card .pill{margin-left:3px}@media(max-width:1260px){.fb-review .cards{grid-template-columns:repeat(2,minmax(0,1fr))}.fb-review-head,.fb-review-table-head{align-items:flex-start;flex-direction:column}.fb-review-controls{justify-content:flex-start}.fb-anomaly-head{grid-template-columns:1fr}.fb-anomaly-grid{grid-template-columns:repeat(2,minmax(280px,1fr));overflow-x:visible}}@media(max-width:760px){.fb-review .cards{grid-template-columns:1fr}.fb-review-controls,.fb-review-controls select,.fb-review-controls input,.fb-review-controls .primary,.fb-review-controls .ghost,.fb-review-group-select{width:100%}.fb-review-group-menu{left:0;right:auto;width:min(320px,100%)}.fb-anomaly-grid{grid-template-columns:1fr}.fb-anomaly-card{min-width:0}.fb-anomaly-head{gap:9px}}.registration-board{margin:0 0 18px}.registration-board .panel-head{align-items:flex-start}.registration-tabs{margin:0;white-space:nowrap}.registration-tabs button{min-width:48px}.registration-drill-note{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-3px 0 15px;padding:9px 12px;border:1px solid #d8e8ff;border-radius:10px;background:#f4f9ff;color:#2457ad;font-size:13px}.registration-stat-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:16px}.registration-stat-card{min-height:112px}.registration-stat-card small{color:#2563eb}.registration-board-grid{display:grid;grid-template-columns:1.15fr .95fr .9fr;gap:14px}.registration-board-grid article{min-width:0;padding:16px;border:1px solid #e1e9f3;border-radius:12px;background:linear-gradient(145deg,#fff,#fbfdff)}.registration-board-grid h3{margin:0 0 12px;color:#182a45;font-size:15px}.registration-bars{height:190px;display:flex;align-items:end;gap:10px;padding:12px 6px 0;border-bottom:1px solid #e4ecf6}.registration-bar-item{flex:1;min-width:38px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:5px}.registration-bar-item i{width:100%;max-width:46px;border-radius:7px 7px 0 0;background:linear-gradient(180deg,#60a5fa,#2563eb);box-shadow:inset 0 1px #ffffff73}.registration-bar-item b{color:#253449;font-size:12px;line-height:1}.registration-bar-item span{color:#718198;font-size:11px;white-space:nowrap}.registration-channel{display:grid;grid-template-columns:138px 1fr;gap:15px;align-items:center;min-height:190px}.registration-donut{position:relative;width:136px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #dfe8f4}.registration-donut:after{content:"";position:absolute;inset:28px;border-radius:50%;background:#fff;box-shadow:0 0 0 1px #e4ecf6}.registration-donut b{position:relative;z-index:1;color:#182a45;font-size:24px}.registration-channel ul,.registration-highlights{list-style:none;margin:0;padding:0}.registration-channel li{display:grid;grid-template-columns:12px minmax(64px,1fr) auto;gap:8px;align-items:center;padding:7px 0;border-bottom:1px solid #eef2f7;color:#526075;font-size:12px}.registration-channel li:last-child{border-bottom:0}.registration-channel i{width:10px;height:10px;border-radius:50%}.registration-channel b{color:#253449;font-weight:800;white-space:nowrap}.registration-highlights li{padding:10px 0;border-bottom:1px solid #eef2f7;color:#405675;font-size:13px;line-height:1.5}.registration-highlights li:last-child{border-bottom:0}.compact-empty{padding:42px 12px}.alibaba-compact .topbar{display:none}.alibaba-compact .content{padding-top:10px}.alibaba-filter-row{align-items:flex-end;gap:8px;overflow:visible}.alibaba-filter-row label{flex:0 0 auto;min-width:0}.alibaba-filter-row select,.alibaba-filter-row input{min-width:0;width:118px}.alibaba-filter-row input[type=date]{width:126px}.alibaba-filter-row input[name=xiaomanCustomerNo]{width:146px}.alibaba-summary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-bottom:12px}.alibaba-stat-card{min-height:78px;padding:11px 14px;text-align:left;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center}.alibaba-overview-card{min-height:70px;padding:10px 12px}.alibaba-summary-grid .alibaba-stat-card{height:82px;min-height:0;padding:8px 12px}.alibaba-board .alibaba-overview-card{height:72px;min-height:0;padding:8px 12px}.alibaba-stat-card:before{top:10px;bottom:10px}.alibaba-stat-card:after{display:none}.alibaba-stat-copy{display:grid;gap:2px;min-width:0}.alibaba-stat-card .alibaba-stat-copy,.alibaba-stat-card .alibaba-stat-title,.alibaba-stat-card small{max-width:none}.alibaba-stat-title{color:#53647b;font-size:12px;font-weight:700;line-height:1.2}.alibaba-stat-card strong{margin:0;color:#182a45;font-size:24px;line-height:1.05}.alibaba-stat-card small{color:#2563eb;font-size:11px;line-height:1.2}.alibaba-icon{display:inline-grid;place-items:center;color:#2563eb}.alibaba-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.alibaba-card-icon{width:34px;height:34px;border-radius:10px;color:#fff}.alibaba-card-icon svg{width:18px;height:18px}.alibaba-card-icon-list{background:linear-gradient(135deg,#38bdf8,#2563eb)}.alibaba-card-icon-check{background:linear-gradient(135deg,#34d399,#16a34a)}.alibaba-card-icon-star{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.alibaba-card-icon-alert{background:linear-gradient(135deg,#fb923c,#f97316)}.alibaba-card-icon-percent{background:linear-gradient(135deg,#22c55e,#14b8a6)}.alibaba-board{margin-bottom:12px}.alibaba-board .panel-head{margin-bottom:10px}.alibaba-board .registration-stat-grid{grid-template-columns:repeat(4,minmax(140px,1fr))}.alibaba-board .registration-stat-grid{gap:10px;margin-bottom:10px}.alibaba-board-grid{grid-template-columns:1fr .9fr .9fr;gap:10px}.alibaba-board-grid article{padding:12px}.alibaba-board-grid h3{margin-bottom:8px;font-size:14px}.alibaba-board .registration-bars{height:132px;padding-top:2px}.alibaba-board .registration-bar-item{gap:4px}.alibaba-board .registration-bar-item b{font-size:11px}.alibaba-board .registration-bar-item span{font-size:10px}.alibaba-bars .registration-bar-item i{background:linear-gradient(180deg,#38bdf8,#0f766e)}.alibaba-star-donut-wrap{display:grid;grid-template-columns:122px minmax(0,1fr);gap:12px;align-items:center;min-height:132px}.alibaba-star-donut{position:relative;width:122px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #dfe8f4}.alibaba-star-donut:after{content:"";position:absolute;inset:30px;border-radius:50%;background:#fff;box-shadow:0 0 0 1px #e4ecf6}.alibaba-star-donut span{position:relative;z-index:1;display:grid;place-items:center;gap:2px;color:#182a45}.alibaba-star-donut b{font-size:22px;line-height:1}.alibaba-star-donut small{font-size:11px;color:#718198;white-space:nowrap}.alibaba-star-legend{list-style:none;margin:0;padding:0}.alibaba-star-legend li{border-bottom:1px solid #eef2f7}.alibaba-star-legend li:last-child{border-bottom:0}.alibaba-star-legend button{width:100%;display:grid;grid-template-columns:10px minmax(64px,1fr) auto auto;gap:8px;align-items:center;padding:6px 0;border:0;background:transparent;color:#405675;text-align:left;cursor:pointer;font-size:12px}.alibaba-star-legend button:hover span{color:#174ea6}.alibaba-star-legend i{width:9px;height:9px;border-radius:50%;background:var(--star-color)}.alibaba-star-legend b{color:#253449;font-weight:800;white-space:nowrap}.alibaba-star-legend small{color:#718198;white-space:nowrap}.alibaba-highlights li{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;align-items:center;min-height:34px;padding:6px 0;line-height:1.35}.alibaba-highlight-icon{width:28px;height:28px;border-radius:50%;background:#e8f1ff}.alibaba-highlight-icon svg{width:15px;height:15px}.alibaba-highlight-star{color:#7c3aed;background:#f1e9ff}.alibaba-highlight-alert{color:#ea580c;background:#fff1df}.alibaba-highlight-check{color:#16a34a;background:#dcfce7}.alibaba-highlight-user{color:#2563eb;background:#dbeafe}.alibaba-salesperson .link{font-weight:800}@media(max-width:1280px){.alibaba-board .registration-stat-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.alibaba-board-grid{grid-template-columns:1fr 1fr}.alibaba-board-grid article:last-child{grid-column:1/-1}}@media(max-width:760px){.alibaba-filter-row select,.alibaba-filter-row input,.alibaba-filter-row .primary,.alibaba-filter-row .ghost{width:100%}.alibaba-summary-grid,.alibaba-board .registration-stat-grid,.alibaba-board-grid{grid-template-columns:1fr}.alibaba-board-grid article:last-child{grid-column:auto}.alibaba-star-donut-wrap{grid-template-columns:1fr}.alibaba-star-donut{margin:auto}}.duplicate-check{padding:11px 12px;border:1px solid #d8e8ff;border-radius:10px;background:#f4f9ff;color:#304765}.duplicate-check h3{margin:0 0 6px;font-size:14px;color:#174ea6}.duplicate-check p{margin:0 0 8px;font-size:12px}.duplicate-check.hard{border-color:#f0b4b4;background:#fff5f5;color:#7f1d1d}.duplicate-check.hard h3{color:#b42318}.duplicate-check.warn{border-color:#f2d7a7;background:#fff8e8}.duplicate-record{margin:8px 0;padding:9px 10px;border:1px solid #e1e9f3;border-radius:8px;background:#fff;font-size:12px;line-height:1.55}.duplicate-record .ghost{margin-top:6px}@media(max-width:1280px){.registration-stat-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}.registration-board-grid{grid-template-columns:1fr 1fr}.registration-board-grid article:last-child{grid-column:1/-1}}@media(max-width:760px){.registration-board .panel-head{display:block}.registration-tabs{margin-top:12px}.registration-stat-grid,.registration-board-grid{grid-template-columns:1fr}.registration-board-grid article:last-child{grid-column:auto}.registration-channel{grid-template-columns:1fr}.registration-donut{margin:auto}.registration-drill-note{align-items:flex-start;flex-direction:column}}
