*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:Sarabun,Noto Sans Thai,system-ui,sans-serif;font-size:14px;background:#f1f5f9;color:#1e293b}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}input,select,textarea{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#e2e8f0;border-radius:4px}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}#app{display:flex;height:100vh;position:relative;overflow:hidden}#mobile-nav-backdrop{display:none;position:fixed;inset:0;background:#0f172a73;backdrop-filter:blur(2px);z-index:25}#sidebar{width:220px;flex-shrink:0;background:linear-gradient(180deg,#1e1b4b,#312e81);display:flex;flex-direction:column;box-shadow:2px 0 20px #00000040;z-index:30;transition:transform .22s ease}#main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}#topbar{background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 24px;display:flex;align-items:center;gap:12px;flex-shrink:0;flex-wrap:wrap;position:relative;z-index:18}#topbar-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-left:auto}#content{flex:1;overflow:auto;padding:20px 24px;scrollbar-width:thin;scrollbar-color:#94a3b8 #e2e8f0;-webkit-overflow-scrolling:touch}#mobile-quickbar{display:none}.sb-logo{padding:18px 16px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:10px}.sb-logo-icon{width:36px;height:36px;background:#6366f1;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}.sb-logo-text{color:#fff;font-weight:700;font-size:15px;line-height:1.2}.sb-logo-sub{color:#a5b4fc;font-size:11px}.sidebar-close{display:none;margin-left:auto;width:32px;height:32px;border-radius:10px;border:1px solid rgba(255,255,255,.16);color:#fff;background:#ffffff14;align-items:center;justify-content:center;font-size:16px;line-height:1}.sb-section{color:#818cf8;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:14px 16px 4px}.nav-btn{display:flex;align-items:center;gap:10px;padding:9px 16px;border-radius:10px;color:#ffffffa6;font-weight:500;font-size:13px;transition:all .15s;margin:1px 6px;width:calc(100% - 12px)}.nav-btn:hover{background:#ffffff1a;color:#fff}.nav-btn.active{background:#ffffff2e;color:#fff}.nav-subgroup{margin:6px 6px 2px;padding:4px 0 6px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.04)}.nav-subgroup .sb-section{padding:7px 10px 5px}.nav-subgroup .nav-btn{width:calc(100% - 16px);margin:1px 8px;padding-left:12px;font-size:12px}.nav-icon{width:18px;text-align:center;font-size:13px;flex-shrink:0}.nav-icon-text{font-size:10px;font-weight:900;letter-spacing:0}.sb-user{padding:10px;border-top:1px solid rgba(255,255,255,.1);position:relative}.sb-user-btn{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;cursor:pointer;transition:background .15s;width:100%}.sb-user-btn:hover{background:#ffffff1a}.avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}.sb-user-name{color:#fff;font-size:12px;font-weight:600;flex:1;text-align:left}.sb-user-role{color:#a5b4fc;font-size:10px}.user-dd{display:none;position:absolute;bottom:100%;left:6px;right:6px;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0003;overflow:hidden;z-index:50}.user-dd.open{display:block}.user-dd-item{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;transition:background .1s}.user-dd-item:hover{background:#f8fafc}.user-dd-name{font-size:13px;font-weight:600;color:#334155}.user-dd-role{font-size:11px;color:#94a3b8}.page-heading{flex:1}#page-title{font-size:18px;font-weight:700;color:#1e293b}#page-sub{font-size:11px;color:#94a3b8;margin-top:1px}.mobile-nav-toggle{display:none;width:40px;height:40px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:20px;font-weight:900;align-items:center;justify-content:center;flex-shrink:0}.search-wrap{position:relative}.search-input{background:#f1f5f9;border:1px solid transparent;border-radius:10px;padding:8px 14px 8px 34px;font-size:13px;color:#334155;width:210px;transition:all .15s}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:12px;pointer-events:none}.btn-primary{background:#6366f1;color:#fff;padding:8px 18px;border-radius:10px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:6px;transition:background .15s;box-shadow:0 1px 3px #6366f14d}.btn-primary:hover{background:#4f46e5}button,.nav-btn,.btn,.btn-primary,.my-leads-toggle,.filter-select,.mobile-nav-toggle,.mobile-quick-btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.login-gate{min-height:100vh;width:100%;min-width:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#e0e7ff,#f8fafc 48%,#eef2ff);padding:24px}.login-card{width:100%;max-width:480px;min-width:0;padding:28px;border:1px solid #e2e8f0}.login-role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px}.login-role-btn{width:100%;min-width:0}.login-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.my-leads-toggle{display:flex;align-items:center;gap:7px;padding:7px 13px;border-radius:10px;border:1.5px solid #e2e8f0;font-size:12px;font-weight:600;color:#475569;background:#fff;transition:all .15s;cursor:pointer;white-space:nowrap}.my-leads-toggle.on{background:#ede9fe;border-color:#a5b4fc;color:#6366f1}.toggle-dot{width:10px;height:10px;border-radius:50%;background:#cbd5e1;transition:background .15s}.my-leads-toggle.on .toggle-dot{background:#6366f1}.db-badge{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:8px;font-size:11px;font-weight:600;background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.db-badge.err{background:#fef2f2;color:#dc2626;border-color:#fecaca}.db-dot{width:7px;height:7px;border-radius:50%;background:#22c55e}.db-badge.err .db-dot{background:#ef4444}.card{background:#fff;border-radius:14px;box-shadow:0 1px 3px #0000000f}.card-hover{transition:all .15s}.card-hover:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.badge{display:inline-flex;align-items:center;padding:2px 9px;border-radius:20px;font-size:11px;font-weight:700}.badge-high{background:#ede9fe;color:#7c3aed}.badge-low{background:#ccfbf1;color:#0f766e}.badge-active{background:#dcfce7;color:#15803d}.badge-off{background:#f1f5f9;color:#64748b}.badge-admin{background:#e0e7ff;color:#4338ca}.badge-sale{background:#d1fae5;color:#065f46}.form-label{display:block;font-size:11px;font-weight:700;color:#475569;margin-bottom:5px;text-transform:uppercase;letter-spacing:.04em}.form-input{width:100%;border:1.5px solid #e2e8f0;border-radius:10px;padding:9px 13px;font-size:13px;color:#1e293b;transition:border .15s,box-shadow .15s;background:#fff}.form-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.form-input[readonly]{background:#f8fafc;color:#94a3b8}.form-input-mono{font-family:monospace}.form-row.cols-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-row.cols-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.form-row.cols-4{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:12px}.btn{padding:9px 18px;border-radius:10px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn-outline{border:1.5px solid #e2e8f0;color:#475569;background:#fff}.btn-outline:hover{background:#f8fafc}.btn-danger{background:#fef2f2;color:#dc2626}.btn-danger:hover{background:#fee2e2}.btn-success{background:#6366f1;color:#fff}.btn-success:hover{background:#4f46e5}.btn-sm{padding:5px 10px;font-size:11px;border-radius:7px}.btn-icon{width:28px;height:28px;padding:0;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:12px}.btn-icon-edit{background:#ede9fe;color:#7c3aed}.btn-icon-edit:hover{background:#ddd6fe}.btn-icon-del{background:#fef2f2;color:#dc2626}.btn-icon-del:hover{background:#fee2e2}.btn-icon-toggle{background:#fefce8;color:#ca8a04}.modal-bg{display:none;position:fixed;inset:0;z-index:100;align-items:center;justify-content:center;padding:16px}.modal-bg.open{display:flex}.modal-overlay{position:absolute;inset:0;background:#0f172a80;backdrop-filter:blur(4px)}.modal-box{position:relative;background:#fff;border-radius:18px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003;z-index:1}.modal-box.sm{max-width:460px}.modal-box.wide{max-width:980px}.modal-head{position:sticky;top:0;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #f1f5f9;border-radius:18px 18px 0 0;z-index:2}.modal-title{font-size:16px;font-weight:700;color:#1e293b}.modal-close{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .15s}.modal-close:hover{background:#f1f5f9;color:#475569}.modal-body{padding:22px 24px}.quotation-banner{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1.5px solid #fde68a;border-radius:12px;padding:14px 16px;margin-bottom:16px}.quotation-banner-title{font-size:13px;font-weight:700;color:#92400e;margin-bottom:4px}.quotation-banner-sub{font-size:12px;color:#b45309}#notif{position:fixed;top:16px;right:16px;z-index:200;display:none}.notif-box{background:#fff;border-radius:14px;box-shadow:0 8px 30px #00000026;border:1px solid #f1f5f9;padding:12px 16px;display:flex;align-items:center;gap:10px;min-width:200px;animation:slideIn .25s ease}@keyframes slideIn{0%{transform:translate(110%);opacity:0}to{transform:translate(0);opacity:1}}.notif-icon{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.notif-ok{background:#dcfce7;color:#16a34a}.notif-err{background:#fef2f2;color:#dc2626}.notif-msg{font-size:13px;font-weight:600;color:#334155}.spinner{border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;width:28px;height:28px;animation:spin .7s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}.loading-wrap{display:flex;align-items:center;justify-content:center;height:200px;flex-direction:column;gap:10px;color:#94a3b8;font-size:13px}.kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.kpi-card{background:#fff;border-radius:14px;padding:18px;box-shadow:0 1px 3px #0000000f}.kpi-icon{font-size:22px;margin-bottom:10px}.kpi-val{font-size:28px;font-weight:800;color:#1e293b;line-height:1}.kpi-lbl{font-size:12px;font-weight:700;color:#475569;margin-top:4px}.kpi-sub{font-size:11px;color:#94a3b8;margin-top:2px}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;align-items:start}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.section-title{font-size:13px;font-weight:700;color:#334155;display:flex;align-items:center;gap:6px;margin-bottom:14px}.funnel-wrap{display:flex;flex-direction:column;gap:8px}.funnel-row{display:flex;align-items:center;gap:8px}.funnel-label{width:130px;text-align:right;font-size:11px;font-weight:600;color:#475569;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.funnel-track{flex:1;background:#f1f5f9;border-radius:8px;height:28px;overflow:visible;position:relative}.funnel-fill{height:28px;border-radius:8px;display:flex;align-items:center;padding:0 10px;min-width:0;transition:width 1s ease}.funnel-num{font-size:12px;font-weight:700;white-space:nowrap}.funnel-drop{position:absolute;right:-52px;font-size:10px;color:#94a3b8;white-space:nowrap;width:48px;text-align:left}.funnel-count-r{width:20px;font-size:11px;color:#94a3b8;text-align:right;flex-shrink:0}.donut-wrap{position:relative;width:120px;height:120px;flex-shrink:0}.channel-legend{display:flex;flex-direction:column;gap:5px;flex:1;min-width:0}.channel-legend-row{display:flex;align-items:center;gap:6px;font-size:11px}.channel-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sale-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.sale-avatar{width:28px;height:28px;border-radius:50%;background:#e0e7ff;color:#4338ca;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.sale-bar-wrap{flex:1}.sale-row-label{display:flex;justify-content:space-between;font-size:11px;margin-bottom:3px}.sale-name{font-weight:600;color:#334155}.sale-win-cnt{font-weight:700;color:#16a34a;font-size:11px}.sale-bar-track{background:#f1f5f9;border-radius:8px;height:6px}.sale-bar-fill{background:#6366f1;border-radius:8px;height:6px;transition:width .8s}.sale-cnt{font-size:10px;color:#94a3b8;margin-top:2px}.recent-item{display:flex;align-items:center;gap:10px;padding:7px 8px;border-radius:10px;cursor:pointer;transition:background .1s}.recent-item:hover{background:#f8fafc}.recent-type{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.recent-proj{font-size:12px;font-weight:700;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-contact{font-size:11px;color:#94a3b8}.recent-right{text-align:right;flex-shrink:0}.recent-sale{font-size:10px;color:#94a3b8;margin-top:2px}.kanban-wrap{overflow-x:auto;padding-bottom:12px;scrollbar-width:thin;scrollbar-color:#94a3b8 #e2e8f0}.kanban-board{display:flex;gap:14px}.kb-col{flex-shrink:0;width:215px}.kb-col-head{display:flex;align-items:center;gap:6px;margin-bottom:8px;padding:0 2px}.kb-col-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.kb-col-name{font-size:12px;font-weight:700;color:#334155;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kb-col-cnt{width:20px;height:20px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#475569}.kb-col-body{border-radius:14px;padding:10px;min-height:100px;transition:background .15s}.kb-col-body.drag-over{background:#e0e7ff!important;outline:2px dashed #a5b4fc}.kb-card{background:#fff;border-radius:10px;padding:12px;box-shadow:0 1px 3px #00000014;cursor:grab;user-select:none;transition:all .15s;margin-bottom:8px;border:1px solid #f1f5f9}.kb-card:hover{box-shadow:0 4px 14px #0000001a}.kb-card:active{cursor:grabbing;transform:scale(.97);opacity:.9}.kb-card-proj{font-size:13px;font-weight:700;color:#1e293b;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kb-card-contact{font-size:11px;color:#64748b;margin-bottom:1px;display:flex;align-items:center;gap:3px}.kb-card-phone{font-size:11px;color:#94a3b8;margin-bottom:6px;display:flex;align-items:center;gap:3px}.kb-card-remark{font-size:10px;color:#78716c;background:#fefce8;border:1px solid #fef08a;border-radius:6px;padding:5px 7px;margin-bottom:7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kb-card-quotation{font-size:10px;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:5px 7px;margin-bottom:7px}.kb-card-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f8fafc;padding-top:6px;margin-top:2px}.kb-card-sale{display:flex;align-items:center;gap:4px;font-size:10px;color:#64748b}.kb-card-sale-av{width:16px;height:16px;border-radius:50%;background:#e0e7ff;color:#4338ca;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700}.kb-card-date{font-size:10px;color:#cbd5e1}.kb-add-btn{width:100%;padding:7px;font-size:11px;color:#94a3b8;border:1.5px dashed #e2e8f0;border-radius:8px;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:4px;margin-top:4px}.kb-add-btn:hover{color:#6366f1;border-color:#a5b4fc;background:#f5f3ff}.filter-bar{background:#fff;border-radius:12px;padding:10px 14px;display:flex;gap:8px;align-items:center;flex-wrap:wrap;box-shadow:0 1px 3px #0000000f}.filter-select{border:1.5px solid #e2e8f0;border-radius:8px;padding:6px 10px;font-size:12px;color:#334155;background:#fff;cursor:pointer;transition:border .15s}.filter-select:focus{outline:none;border-color:#6366f1}.filter-count{margin-left:auto;font-size:12px;color:#94a3b8;white-space:nowrap;font-weight:600}.data-table,.lead-table{width:100%;border-collapse:collapse}.data-table thead,.lead-table thead{background:#f8fafc;border-bottom:1px solid #f1f5f9}.data-table th,.lead-table th{text-align:left;padding:10px 14px;font-size:10px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.data-table td,.lead-table td{padding:9px 14px;border-bottom:1px solid #f8fafc;vertical-align:top}.data-table tbody tr,.lead-table tbody tr{transition:background .1s;cursor:pointer}.data-table tbody tr:hover,.lead-table tbody tr:hover{background:#fafafa}.data-table tbody tr:last-child td,.lead-table tbody tr:last-child td{border-bottom:none}.td-code{font-family:monospace;font-size:11px;color:#4f46e5;font-weight:700}.td-proj{font-size:13px;font-weight:700;color:#1e293b}.td-contact{font-size:11px;color:#64748b;margin-top:1px}.td-phone{font-size:10px;color:#94a3b8}.td-remark{font-size:11px;color:#64748b;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-remark-time{font-size:10px;color:#cbd5e1;margin-top:1px}.td-actions{display:flex;gap:4px;align-items:center;justify-content:center}.empty-state{text-align:center;padding:50px 20px;color:#94a3b8}.quotation-tag{font-size:10px;color:#92400e;background:#fef3c7;border-radius:5px;padding:1px 6px;font-weight:600;border:1px solid #fde68a}.mobile-lead-list,.mobile-pool-list,.mobile-filter-toggle{display:none}.mobile-lead-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:13px;box-shadow:0 4px 16px #0f172a0f}.mobile-lead-card:active{transform:scale(.99)}.mobile-lead-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mobile-lead-main{min-width:0;flex:1}.mobile-lead-title{font-size:14px;font-weight:900;color:#1e293b;line-height:1.35}.mobile-lead-code{font-family:monospace;font-size:11px;color:#4f46e5;font-weight:800;margin-top:2px}.mobile-lead-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap;flex-shrink:0}.mobile-lead-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.mobile-lead-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.mobile-lead-meta-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;padding:8px 9px;min-width:0}.mobile-lead-meta-label{font-size:10px;color:#94a3b8;font-weight:800;margin-bottom:2px}.mobile-lead-meta-value{font-size:12px;color:#334155;font-weight:700;line-height:1.35;word-break:break-word}.mobile-lead-note{margin-top:10px;border-radius:10px;background:#fffbeb;border:1px solid #fde68a;color:#854d0e;padding:8px 10px;font-size:12px;line-height:1.45}.mobile-lead-finance{margin-top:10px;display:flex;justify-content:space-between;gap:10px;border-radius:10px;background:#f0fdf4;border:1px solid #bbf7d0;color:#047857;padding:8px 10px;font-size:12px;font-weight:900}.mobile-empty-card{background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:26px 16px;text-align:center;color:#94a3b8;font-size:13px}.lead-bank-page{display:flex;flex-direction:column;gap:14px}.lead-bank-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.lead-bank-note{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:12px;padding:10px 12px;font-size:12px;font-weight:800;line-height:1.5}.lead-bank-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.lead-bank-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px;box-shadow:0 1px 3px #0000000a}.lead-bank-summary-label{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-weight:900}.lead-bank-summary-value{font-size:24px;font-weight:900;color:#0f172a;margin-top:5px}.lead-bank-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px}.lead-bank-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;gap:12px;min-width:0}.lead-bank-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.lead-bank-title{font-size:15px;font-weight:900;color:#0f172a;line-height:1.35;word-break:break-word}.lead-bank-sub{font-size:11px;color:#64748b;margin-top:4px;line-height:1.45}.lead-bank-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.lead-bank-meta-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;padding:8px 9px;min-width:0}.lead-bank-meta-label{font-size:10px;color:#94a3b8;font-weight:900;margin-bottom:2px}.lead-bank-meta-value{font-size:12px;color:#334155;font-weight:800;line-height:1.35;word-break:break-word}.lead-bank-missing{border:1px solid #fecaca;background:#fff1f2;color:#b91c1c;border-radius:10px;padding:9px 10px;font-size:12px;font-weight:800;line-height:1.5}.lead-bank-ready{border:1px solid #bbf7d0;background:#f0fdf4;color:#15803d;border-radius:10px;padding:9px 10px;font-size:12px;font-weight:900}.lead-bank-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap;margin-top:auto}.lead-bank-empty{background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:34px 16px;text-align:center;color:#94a3b8}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-box{background:#f8fafc;border-radius:10px;padding:12px}.detail-box.full{grid-column:1/-1}.detail-box-label{font-size:10px;color:#94a3b8;margin-bottom:4px;text-transform:uppercase;letter-spacing:.06em}.detail-box-val{font-size:13px;font-weight:600;color:#1e293b}.stage-quick{display:flex;flex-wrap:wrap;gap:6px}.stage-quick-btn{padding:5px 12px;border-radius:20px;font-size:11px;font-weight:700;cursor:pointer;border:1.5px solid #e2e8f0;color:#475569;background:#fff;transition:all .15s}.stage-quick-btn:hover{border-color:#a5b4fc;color:#4f46e5}.stage-quick-btn.active{color:#fff;border-color:transparent}.remark-list{max-height:150px;overflow-y:auto;display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.remark-item{background:#f8fafc;border-radius:8px;padding:9px 12px;border:1px solid #f1f5f9}.remark-text{font-size:12px;color:#334155;line-height:1.5}.remark-meta{font-size:10px;color:#94a3b8;margin-top:3px}.remark-add-row{display:flex;gap:8px}.remark-textarea{flex:1;border:1.5px solid #e2e8f0;border-radius:8px;padding:8px 10px;font-size:12px;resize:none}.remark-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.quotation-box{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1.5px solid #fde68a;border-radius:12px;padding:14px 16px}.quotation-box-title{font-size:12px;font-weight:700;color:#92400e;margin-bottom:10px;display:flex;align-items:center;gap:6px}.quotation-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.qbox{background:#fff;border-radius:8px;padding:10px 12px;border:1px solid #fde68a}.qbox-label{font-size:10px;color:#a16207;margin-bottom:3px;text-transform:uppercase;letter-spacing:.04em}.qbox-val{font-size:15px;font-weight:800;color:#92400e}.quote-roi-shell{border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:14px}.quote-roi-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.quote-roi-title{font-size:13px;font-weight:900;color:#0f172a}.quote-roi-sub{font-size:11px;color:#64748b;margin-top:3px;line-height:1.5}.quote-roi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.quote-roi-section{border-top:1px dashed #cbd5e1;padding-top:12px;margin-top:12px}.quote-roi-section-title{font-size:12px;font-weight:900;color:#334155;margin-bottom:8px;display:flex;justify-content:space-between;gap:8px;align-items:center}.quote-roi-sale-panel{grid-column:span 2;border:1.5px solid #f59e0b;background:linear-gradient(135deg,#fffbeb,#fff7ed);border-radius:10px;padding:10px}.quote-roi-sale-panel .form-label{color:#92400e;font-weight:900}.quote-roi-sale-panel input{height:48px;border-color:#f59e0b;background:#fff;font-size:22px;font-weight:900;color:#92400e}.quote-roi-sale-panel input:focus{border-color:#d97706;box-shadow:0 0 0 3px #f59e0b29}.quote-roi-readonly-field input[readonly]{background:#f8fafc;color:#0f172a;font-weight:900}.quote-roi-field-help{font-size:10px;color:#64748b;font-weight:700;margin-top:4px;line-height:1.35}.quote-roi-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.quote-roi-table th{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;padding:7px 8px;text-align:left;border-bottom:1px solid #e2e8f0}.quote-roi-table td{padding:6px 8px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.quote-roi-table tr:last-child td{border-bottom:0}.quote-roi-table input,.quote-roi-table select{width:100%;border:1px solid #e2e8f0;border-radius:7px;padding:6px 7px;font-size:12px;color:#334155;background:#fff}.quote-roi-table input:focus,.quote-roi-table select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1f}.quote-roi-total-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:8px;margin-top:10px}.quote-roi-total{border:1px solid #e2e8f0;border-radius:10px;padding:10px;background:#f8fafc}.quote-roi-total-label{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-weight:800}.quote-roi-total-value{font-size:15px;font-weight:900;color:#0f172a;margin-top:4px}.quote-roi-total-note{font-size:10px;color:#94a3b8;font-weight:700;margin-top:3px}.quote-roi-total.good .quote-roi-total-value{color:#15803d}.quote-roi-total.warn .quote-roi-total-value{color:#b45309}.quote-roi-total.danger{border-color:#fecaca;background:#fff1f2}.quote-roi-total.danger .quote-roi-total-value{color:#dc2626}.quote-roi-total.danger .quote-roi-total-note{color:#b91c1c}.quote-roi-kpi-alert{border:1px solid #fecaca;background:#fff1f2;color:#b91c1c;border-radius:9px;padding:8px 10px;font-size:11px;font-weight:800;line-height:1.5;margin-bottom:8px}.qbox.danger{border-color:#fecaca;background:#fff1f2}.qbox.danger .qbox-val{color:#dc2626}.quote-page{display:flex;flex-direction:column;gap:14px}.quote-toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:12px}.quote-summary{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:12px}.quote-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.quote-summary-label{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-weight:900}.quote-summary-value{font-size:24px;font-weight:900;color:#0f172a;margin-top:5px}.quote-guide-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:14px}.quote-guide-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.quote-flow{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quote-flow-lane{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc}.quote-flow-title{font-size:12px;font-weight:900;color:#0f172a;margin-bottom:8px}.quote-flow-step{background:#fff;border:1px solid #e2e8f0;border-radius:9px;padding:7px 9px;font-size:11px;font-weight:800;color:#334155;margin-bottom:6px;text-align:center}.quote-flow-note{font-size:11px;color:#64748b;line-height:1.6;margin-top:8px}.quote-principle-list{display:flex;flex-direction:column;gap:8px}.quote-principle{border-left:3px solid #0f766e;background:#f8fafc;border-radius:10px;padding:10px 12px}.quote-principle-title{font-size:12px;font-weight:900;color:#0f172a}.quote-principle-text{font-size:11px;color:#64748b;line-height:1.6;margin-top:3px}.quote-print-root{font-family:Arial,Tahoma,sans-serif;color:#111827;background:#fff;-webkit-print-color-adjust:exact;print-color-adjust:exact}.quote-print-page{width:210mm;min-height:297mm;margin:0 auto 10mm;background:#fff;padding:12mm 14mm;box-sizing:border-box;overflow:visible}.quote-excel-page{font-family:SMART DB Heavent,AP,Tahoma,Arial,sans-serif;color:#000;background:#fff;box-sizing:border-box;overflow:hidden}.quote-excel-quotation-page{padding:6mm 9mm 9mm;position:relative;height:297mm;min-height:297mm;max-height:297mm;overflow:hidden}.quote-excel-quotation-fit{position:relative;z-index:1;width:125%;transform:scale(.8);transform-origin:top left}.quote-excel-quotation-page .quote-quotation-watermark{position:absolute;right:0;bottom:-54mm;width:180mm;height:auto;z-index:0;pointer-events:none;display:block}.quote-excel-quotation-page .quote-quotation-logo{position:absolute;left:0;top:0;width:72mm;height:auto;z-index:2;display:block}.quote-qr-block{display:flex;flex-direction:column;align-items:center;gap:1mm;z-index:2}.quote-qr-shell{position:relative;width:100%;aspect-ratio:1/1;background:#fff}.quote-quotation-qr{width:100%;height:auto;display:block}.quote-qr-mask{position:absolute;left:21%;top:43%;width:58%;height:15%;background:#fff;display:block}.quote-qr-logo{width:12mm;height:auto;display:block}.quote-qr-visit{font-size:2.4mm;line-height:1;color:#111827;white-space:nowrap;text-align:center;font-family:Arial,Tahoma,sans-serif}.quote-excel-quotation-page .quote-qr-block{position:absolute;left:205mm;top:45mm;width:28mm}.quote-excel-quotation-page .quote-excel-quotation{position:relative;z-index:1}.quote-price-breakdown-page{padding:7mm 9mm 9mm;position:relative;height:297mm;min-height:297mm;max-height:297mm;overflow:hidden;font-family:SMART DB Heavent,Tahoma,Arial,sans-serif}.quote-price-breakdown-page .quote-quotation-watermark{position:absolute;right:0;bottom:-55mm;width:180mm;height:auto;z-index:0;pointer-events:none;display:block}.quote-price-breakdown-page .quote-quotation-logo{position:absolute;left:9mm;top:7mm;width:58mm;height:auto;z-index:2;display:block}.quote-price-breakdown-page .quote-qr-block{position:absolute;left:9mm;bottom:7mm;width:25mm}.quote-price-breakdown-fit{position:relative;z-index:1;padding-top:18mm}.quote-price-title{font-size:22px;font-weight:900;letter-spacing:.03em;text-align:right;color:#111827}.quote-price-subtitle{font-size:12px;font-weight:900;text-align:right;color:#64748b;margin-top:2px}.quote-price-meta{width:100%;border-collapse:collapse;font-size:11px;margin:8px 0 7px}.quote-price-meta td{border:1px solid #111827;padding:4px 6px;vertical-align:middle}.quote-price-meta td:nth-child(odd){background:#f3f4f6;font-weight:900;width:17%}.quote-price-band{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:7px 0}.quote-price-pill{border:1px solid #cbd5e1;background:#f8fafc;border-radius:7px;padding:6px 7px}.quote-price-pill.good{border-color:#86efac;background:#f0fdf4}.quote-price-pill.warn{border-color:#fcd34d;background:#fffbeb}.quote-price-pill.bad{border-color:#fca5a5;background:#fff1f2}.quote-price-pill-label{font-size:8.5px;color:#64748b;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.quote-price-pill-val{font-size:14px;color:#0f172a;font-weight:900;margin-top:2px;font-variant-numeric:tabular-nums}.quote-price-grid{width:100%;border-collapse:collapse;table-layout:fixed;font-size:10px;line-height:1.15;margin-top:7px}.quote-price-grid th,.quote-price-grid td{border:1px solid #111827;padding:4px 5px;vertical-align:middle}.quote-price-grid th{background:#e5e7eb;text-align:center;font-weight:900}.quote-price-grid .num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.quote-price-grid .center{text-align:center}.quote-price-grid .strong{font-weight:900;background:#f8fafc}.quote-price-grid .final{font-weight:900;background:#ecfdf5}.quote-price-grid .bad{color:#dc2626;font-weight:900;background:#fff1f2}.quote-price-note{font-size:9.5px;color:#475569;line-height:1.45;margin-top:7px}.quote-excel-roi-page{padding:9mm 5mm 9mm 6mm}.quote-excel-grid{width:100%;border-collapse:collapse;table-layout:fixed}.quote-excel-grid td,.quote-excel-grid th{padding:0 3px;vertical-align:middle;box-sizing:border-box}.quote-excel-grid .center{text-align:center}.quote-excel-grid .right{text-align:right}.quote-excel-grid .bold{font-weight:900}.quote-excel-grid .num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.quote-excel-grid .border{border:1px solid #000}.quote-excel-grid .bt{border-top:1px solid #000}.quote-excel-grid .bb{border-bottom:1px solid #000}.quote-excel-grid .bl{border-left:1px solid #000}.quote-excel-grid .br{border-right:1px solid #000}.quote-excel-quotation{font-family:SMART DB Heavent,Tahoma,Arial,sans-serif;font-size:13px;line-height:1.08}.quote-excel-quotation .title-en{font-size:24px;font-weight:900;text-align:center;letter-spacing:.02em}.quote-excel-quotation .title-th{font-size:18px;font-weight:900;text-align:center}.quote-excel-quotation .company{font-size:16px;line-height:1.12}.quote-excel-quotation .meta-label{font-size:14px;text-align:center}.quote-excel-quotation .meta-value{font-size:14px;font-weight:900}.quote-excel-quotation .small-line{font-size:15px;line-height:1.15}.quote-excel-quotation .head{font-size:14px;font-weight:900;text-align:center}.quote-excel-quotation .body{font-size:15px;line-height:1.12}.quote-excel-quotation .total-label{font-size:15px;font-weight:900;color:#0d0d0d}.quote-excel-quotation .total-money{font-size:20px;font-weight:900;color:#0d0d0d}.quote-excel-quotation .terms-title{font-size:16px;font-weight:900}.quote-excel-quotation .terms{font-size:12px;line-height:1.18}.quote-excel-quotation .sign-title{font-size:15px;font-weight:900;text-align:center}.quote-excel-quotation .sign-text{font-size:14px;text-align:center;line-height:1.18}.quote-excel-quotation .sign-line{border-bottom:1px solid #000;height:20px}.quote-excel-roi{font-family:AP,Tahoma,Arial,sans-serif;font-size:7.1px;line-height:1.08}.quote-excel-roi td{height:14px}.quote-excel-roi .roi-title{background:#4f3f2d;color:#fff;font-size:16px;font-weight:900;text-align:center;height:22px}.quote-excel-roi .label{font-size:9px;font-weight:900}.quote-excel-roi .value{font-size:9px}.quote-excel-roi .yellow{background:#ff0}.quote-excel-roi .blue{background:#a6caf0}.quote-excel-roi .green,.quote-excel-roi .darkgreen{background:#006080;color:#fff}.quote-excel-roi .olive{background:#807800;color:#fff}.quote-excel-roi .brown{background:#594129;color:#fff}.quote-excel-roi .lime{background:#50b000}.quote-excel-roi .section{color:#fff;font-size:10px;font-weight:900}.quote-excel-roi .section-value{background:#cff;color:#006080;font-size:12px;font-weight:900}.quote-excel-roi .pct{font-size:10px;font-weight:900;text-align:right}.quote-excel-roi .kpi-note{font-size:6.2px;color:#c00000;line-height:1.05}.quote-excel-roi .position{font-size:7.5px}.quote-excel-roi .remark{font-size:7px;color:#111}.quote-excel-roi .profit-row{font-size:9px;font-weight:900}.quote-excel-roi .signature-label{font-size:8px;font-weight:900;text-align:center}.quote-excel-roi .signature-line{border-bottom:1px solid #000;height:24px}.quote-excel-roi .footer-note{font-size:7.2px;color:#715657}.quote-print-top{display:grid;grid-template-columns:1fr 180px;gap:20px;align-items:start}.quote-print-title{text-align:center;font-size:22px;font-weight:900;letter-spacing:.08em;margin:10px 0 2px}.quote-print-subtitle{text-align:center;font-size:18px;font-weight:900;margin-bottom:12px}.quote-print-company{font-size:12px;line-height:1.65}.quote-print-meta{font-size:12px;border-collapse:collapse;width:100%}.quote-print-meta td{padding:4px 6px;border-bottom:1px solid #d1d5db}.quote-print-table{width:100%;border-collapse:collapse;margin-top:10px;font-size:12px}.quote-print-table th,.quote-print-table td{border:1px solid #111827;padding:6px 8px;vertical-align:top}.quote-print-table th{text-align:center;background:#f3f4f6;font-weight:900}.quote-print-roi-title{font-size:13px;font-weight:900;margin-top:12px;padding:7px 8px;border:1px solid #111827;border-bottom:0;background:#f3f4f6}.quote-print-roi-table{width:100%;border-collapse:collapse;font-size:12px}.quote-print-roi-table th,.quote-print-roi-table td{border:1px solid #111827;padding:6px 8px;vertical-align:middle}.quote-print-roi-table th{background:#f9fafb;text-align:center;font-weight:900}.quote-print-roi-table .money{text-align:right;font-variant-numeric:tabular-nums}.quote-print-roi-table .pct{text-align:center;font-variant-numeric:tabular-nums}.quote-print-roi-table .roi-strong td{font-weight:900;background:#f8fafc}.quote-print-roi-table .roi-final td{font-weight:900;background:#ecfdf5}.quote-print-roi-table .roi-below td,.quote-print-roi-table .roi-below .money,.quote-print-roi-table .roi-below .pct{color:#dc2626;font-weight:900}.quote-print-roi-table .roi-threshold{font-size:10px;color:#6b7280;font-weight:700;margin-top:2px}.quote-print-roi-table .roi-below .roi-threshold{color:#b91c1c}.quote-print-terms{font-size:11px;line-height:1.75;margin-top:12px}.quote-print-sign{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:24px;font-size:12px;break-inside:avoid;page-break-inside:avoid}.quote-print-sign.sign-3{grid-template-columns:1fr 1fr 1fr}.quote-print-signbox{text-align:center;min-height:92px;padding-top:4px}.quote-print-sign-title{font-weight:900;margin-bottom:22px}.quote-print-sign-line{border-top:1px dotted #111827;margin:0 auto 5px;width:82%;height:1px}.quote-print-sign-role{font-weight:900;line-height:1.35}.quote-print-sign-date{font-size:10px;color:#374151;margin-top:6px}.quote-print-page-break{display:none}.quote-print-sheet-title{font-size:20px;font-weight:900;text-align:center;margin:2px 0 12px;letter-spacing:.04em}.quote-print-section-title{font-size:13px;font-weight:900;margin:12px 0 6px;color:#111827}.quote-print-kv{width:100%;border-collapse:collapse;font-size:11px;margin-bottom:8px}.quote-print-kv td{border:1px solid #111827;padding:5px 7px;vertical-align:top}.quote-print-kv td:nth-child(odd){background:#f3f4f6;font-weight:900;width:18%}.quote-print-input-cell{height:22px;background:#fffbeb}.quote-print-actions{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e7eb;padding:10px;display:flex;justify-content:center;gap:10px}.analysis-print-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:12px 14px;box-shadow:0 8px 22px #0f172a0f}.analysis-print-toolbar-title{font-size:14px;font-weight:950;color:#0f172a}.analysis-print-toolbar-note{font-size:11px;color:#64748b;margin-top:2px;line-height:1.5}.analysis-print-surface{print-color-adjust:exact;-webkit-print-color-adjust:exact}.analysis-print-heading{display:none}@media print{html,body{margin:0!important;padding:0!important;background:#fff!important;width:auto!important;height:auto!important;overflow:visible!important}.quote-print-actions{display:none!important}.quote-print-root{margin:0!important;padding:0!important;background:#fff!important;width:100%!important}.quote-print-page{margin:0!important;width:210mm!important;max-width:none!important;min-height:297mm!important;box-shadow:none!important;break-after:page;page-break-after:always}.quote-print-page:last-child{break-after:auto;page-break-after:auto}.quote-excel-quotation-page{padding:6mm 9mm 9mm!important}.quote-excel-roi-page{padding:9mm 5mm 9mm 6mm!important}.quote-print-top{grid-template-columns:minmax(0,1fr) 42mm;gap:8mm}.quote-print-title{font-size:18px;margin:5px 0 0}.quote-print-subtitle{font-size:14px;margin-bottom:6px}.quote-print-company{font-size:9px;line-height:1.35}.quote-print-meta{font-size:10px}.quote-print-meta td{padding:2px 4px}.quote-print-table{font-size:9.5px;margin-top:6px}.quote-print-table th,.quote-print-table td{padding:3px 5px}.quote-print-roi-title{font-size:10px;margin-top:7px;padding:4px 5px}.quote-print-roi-table{font-size:9px}.quote-print-roi-table th,.quote-print-roi-table td{padding:3px 4px}.quote-print-roi-page .quote-print-roi-table,.quote-print-breakdown-page .quote-print-roi-table{font-size:7.5px}.quote-print-roi-page .quote-print-roi-table th,.quote-print-roi-page .quote-print-roi-table td,.quote-print-breakdown-page .quote-print-roi-table th,.quote-print-breakdown-page .quote-print-roi-table td{padding:2px 3px}.quote-print-kv{font-size:9px;margin-bottom:5px}.quote-print-kv td{padding:3px 4px}.quote-print-sheet-title{font-size:16px;margin:0 0 6px}.quote-print-section-title{font-size:10px;margin:7px 0 4px}.quote-print-terms{font-size:8.7px;line-height:1.32;margin-top:7px}.quote-print-sign{font-size:9.5px;gap:12px;margin-top:9px}.quote-print-signbox{min-height:62px}.quote-print-sign-title{margin-bottom:14px}.quote-print-sign-date{font-size:8px;margin-top:4px}.quote-print-table,.quote-print-roi-table,.quote-print-kv{page-break-inside:auto;break-inside:auto}.quote-print-table tr,.quote-print-roi-table tr,.quote-print-kv tr{page-break-inside:avoid;break-inside:avoid}@page{size:A4 portrait;margin:8mm}}@media print{@page analysis{size:A4 landscape;margin:8mm}body.printing-analysis{page:analysis;background:#fff!important}body.printing-analysis #app{display:block!important;width:100%!important;height:auto!important;min-height:0!important;position:static!important;overflow:visible!important}body.printing-analysis #notif,body.printing-analysis #modal,body.printing-analysis #sidebar,body.printing-analysis #topbar,body.printing-analysis #mobile-quickbar,body.printing-analysis #mobile-nav-backdrop,body.printing-analysis #view-as-banner,body.printing-analysis .analysis-print-toolbar,body.printing-analysis .no-print,body.printing-analysis .analysis-print-surface .filter-bar{display:none!important}body.printing-analysis #main{display:block!important;width:100%!important;height:auto!important;min-height:0!important;overflow:visible!important;background:#fff!important}body.printing-analysis #content{display:block!important;width:100%!important;height:auto!important;max-width:none!important;margin:0!important;padding:0!important;overflow:visible!important;background:#fff!important}body.printing-analysis .analysis-print-surface{page:analysis;display:flex!important;width:100%!important;max-width:none!important;min-height:0!important;margin:0!important;padding:0!important;gap:4mm!important;background:#fff!important;color:#0f172a!important}body.printing-analysis .analysis-print-heading{display:block!important;border-bottom:2px solid #0f172a;padding:0 0 3mm;margin:0 0 1mm;break-after:avoid;page-break-after:avoid}body.printing-analysis .analysis-print-brand{font-size:7.5px;font-weight:900;color:#64748b;letter-spacing:.08em}body.printing-analysis .analysis-print-title{font-size:18px;font-weight:950;color:#0f172a;line-height:1.2;margin-top:1mm}body.printing-analysis .analysis-print-meta{display:flex;justify-content:space-between;align-items:flex-end;gap:8mm;margin-top:1.5mm;font-size:8.5px;line-height:1.35;color:#475569}body.printing-analysis .analysis-print-meta>span:first-child{max-width:75%}body.printing-analysis .analysis-print-surface .card{box-shadow:none!important;border:1px solid #d8dee8!important;border-radius:2mm!important;overflow:visible!important}body.printing-analysis .analysis-print-surface .analysis-print-keep{break-inside:avoid-page!important;page-break-inside:avoid!important}body.printing-analysis .analysis-print-surface .analysis-print-breakable{break-inside:auto!important;page-break-inside:auto!important}body.printing-analysis .analysis-print-surface .section-title{font-size:11px!important;line-height:1.35!important;margin-bottom:2mm!important}body.printing-analysis .analysis-print-surface [style*="overflow-x:auto"],body.printing-analysis .analysis-print-surface [style*="overflow:hidden"]{overflow:visible!important}body.printing-analysis .analysis-print-surface table{width:100%!important;max-width:100%!important;min-width:0!important;table-layout:auto!important;border-collapse:collapse!important}body.printing-analysis .analysis-print-surface thead{display:table-header-group!important}body.printing-analysis .analysis-print-surface tfoot{display:table-footer-group!important}body.printing-analysis .analysis-print-surface tr{break-inside:avoid!important;page-break-inside:avoid!important}body.printing-analysis .analysis-print-surface .data-table{font-size:8px!important}body.printing-analysis .analysis-print-surface .data-table th,body.printing-analysis .analysis-print-surface .data-table td{min-width:0!important;max-width:none!important;padding:1.15mm 1.25mm!important;font-size:8px!important;line-height:1.25!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}body.printing-analysis .analysis-print-surface .analysis-print-wide-table th,body.printing-analysis .analysis-print-surface .analysis-print-wide-table td{padding:.9mm 1mm!important;font-size:7.2px!important;line-height:1.2!important}body.printing-analysis .analysis-print-surface svg{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important}body.printing-analysis .analysis-print-surface [style*="position:sticky"]{position:static!important}}@media(max-width:980px){.form-row.cols-3,.form-row.cols-4,.quote-roi-grid,.quote-roi-total-grid,.quote-summary,.quote-guide-grid,.quote-flow{grid-template-columns:1fr}.quote-roi-sale-panel{grid-column:auto}}.settings-table{width:100%;border-collapse:collapse}.settings-table th{text-align:left;padding:10px 14px;font-size:10px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;background:#f8fafc;border-bottom:1px solid #f1f5f9}.settings-table td{padding:10px 14px;border-bottom:1px solid #f8fafc;vertical-align:middle}.settings-table tbody tr:hover{background:#fafafa}.color-dot-sm{width:22px;height:22px;border-radius:6px;display:inline-block}.color-picker-row{display:flex;gap:8px;align-items:center}.color-input-native{width:38px;height:38px;border-radius:8px;border:1.5px solid #e2e8f0;padding:2px;cursor:pointer}.confirm-wrap{text-align:center;padding:10px 0 4px}.confirm-icon{width:58px;height:58px;border-radius:16px;background:#fef2f2;display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto 14px}.confirm-title{font-size:13px;color:#475569;margin-bottom:3px}.confirm-name{font-size:17px;font-weight:700;color:#1e293b;margin-bottom:3px}.confirm-warn{font-size:11px;color:#94a3b8;margin-bottom:18px}.confirm-btns{display:flex;gap:10px}.num-input-wrap{position:relative}.num-input-unit{position:absolute;right:11px;top:50%;transform:translateY(-50%);font-size:12px;color:#94a3b8;pointer-events:none}.trk-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.trk-toolbar-left{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.trk-toolbar-right{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-left:auto}.trk-wrap{overflow:auto;border-radius:16px;box-shadow:0 8px 24px #0f172a14;border:1px solid #dbe4f0;background:#fff}.trk-wrap-focus{box-shadow:0 12px 28px #2563eb1f;border-color:#bfdbfe}.trk-table{border-collapse:separate;border-spacing:0;font-size:11px;background:#fff;min-width:max-content;width:100%}.trk-table-focus{font-size:12px}.trk-table th,.trk-table td{border:1px solid #e2e8f0;padding:0}.trk-head-top{background:#1e293b;color:#fff;font-size:9px;font-weight:700;padding:7px 6px;text-align:center;white-space:nowrap}.trk-head-tgt{background:#1d4ed8;color:#fff;font-size:9px;font-weight:700;padding:6px 4px;text-align:center;width:46px;line-height:1.35}.trk-head-act{background:#059669;color:#fff;font-size:8px;font-weight:700;padding:3px 2px;text-align:center;width:38px;line-height:1.3}.trk-sect{background:#1e293b;color:#fff;font-weight:700;font-size:10px;writing-mode:vertical-rl;text-orientation:mixed;padding:10px 6px;text-align:center;white-space:nowrap;width:28px}.trk-stage{padding:8px 12px;font-size:11px;font-weight:700;white-space:nowrap;min-width:132px;border-right:2px solid #cbd5e1}.trk-cell{text-align:center;padding:0;width:46px}.trk-tgt{display:block;padding:6px 4px;font-size:10px;font-weight:600;color:#1d4ed8;background:#eff6ff;border-bottom:1px solid #dbeafe}.trk-act{display:block;padding:7px 4px;font-size:12px;font-weight:800;line-height:1}.trk-act-green{background:#dcfce7;color:#15803d}.trk-act-amber{background:#fef9c3;color:#a16207}.trk-act-red{background:#fee2e2;color:#dc2626}.trk-act-gray{background:#f8fafc;color:#94a3b8}.trk-act-future{background:#f1f5f9;color:#e2e8f0}.trk-now{outline:2.5px solid #6366f1!important;outline-offset:-1px;z-index:2;position:relative}.trk-focus-note{font-size:11px;color:#2563eb;font-weight:700;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:5px 10px}.trk-table-focus .trk-head-tgt{width:62px;font-size:10px;padding:8px 5px}.trk-table-focus .trk-cell{width:62px}.trk-table-focus .trk-tgt{font-size:11px;padding:8px 4px}.trk-table-focus .trk-act{font-size:14px;padding:10px 4px}.trk-table-focus .trk-stage{min-width:150px;font-size:12px}.trk-table-focus .trk-sect{width:32px;font-size:11px}.trk-left-1,.trk-left-2,.trk-left-3,.trk-left-4{position:sticky;z-index:4}.trk-left-1{left:0}.trk-left-2{left:28px}.trk-left-3{left:178px}.trk-left-4{left:248px}.trk-table-focus .trk-left-2{left:32px}.trk-table-focus .trk-left-3{left:202px}.trk-table-focus .trk-left-4{left:278px}.trk-left-shadow{box-shadow:2px 0 #e2e8f0}.stage-ql{background:#dbeafe!important;color:#1d4ed8}.stage-qt{background:#fef3c7!important;color:#b45309}.stage-pt{background:#fce7f3!important;color:#be185d}.stage-wn{background:#dcfce7!important;color:#15803d}.stage-sales{background:#e0f2fe!important;color:#0369a1}.stage-gm{background:#ecfdf5!important;color:#047857}.trk-sect-hr{background:#1e40af}.trk-sect-lrap{background:#065f46}.trk-sect-lr{background:#92400e}.trk-summary-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-bottom:10px}.trk-sum-card{background:#fff;border-radius:12px;padding:10px 12px;box-shadow:0 1px 4px #0000000f;border-left:4px solid}.trk-sum-val{font-size:20px;font-weight:800}.trk-sum-lbl{font-size:10px;color:#64748b;margin-top:2px;font-weight:700}.trk-sum-sub{font-size:10px;margin-top:4px;font-weight:700}.trk-q-btn{padding:5px 14px;border-radius:20px;font-size:12px;font-weight:700;cursor:pointer;border:1.5px solid #e2e8f0;background:#fff;color:#475569;transition:all .15s}.trk-q-btn.on{background:#1e293b;border-color:#1e293b;color:#fff}.trk-legend{display:flex;gap:8px;align-items:center;font-size:10px;margin-left:auto}.trk-leg{display:flex;align-items:center;gap:3px}.trk-leg-dot{width:10px;height:10px;border-radius:2px}.leadlag-shell{display:flex;flex-direction:column;gap:14px}.leadlag-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:10px}.leadlag-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px;box-shadow:0 6px 18px #0f172a0f}.leadlag-card-label{font-size:10px;font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.leadlag-card-value{font-size:26px;font-weight:950;color:#0f172a;margin-top:6px}.leadlag-card-note{font-size:11px;color:#64748b;margin-top:4px;line-height:1.45}.leadlag-grid-2{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:14px}.leadlag-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 6px 18px #0f172a0d}.leadlag-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-bottom:1px solid #eef2f7;background:#fffdf5}.leadlag-panel-title{font-size:14px;font-weight:950;color:#1e293b}.leadlag-panel-sub{font-size:10px;color:#64748b;margin-top:2px}.leadlag-stage-row{display:grid;grid-template-columns:minmax(190px,1.2fr) repeat(4,minmax(70px,.6fr)) minmax(210px,1fr);gap:8px;align-items:center;padding:12px 14px;border-bottom:1px solid #f1f5f9}.leadlag-stage-row.head{background:#f8fafc;font-size:10px;font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.leadlag-stage-name{font-size:13px;font-weight:900;color:#0f172a}.leadlag-stage-def{font-size:10px;line-height:1.45;color:#64748b}.leadlag-number{font-size:13px;font-weight:900;color:#0f172a;text-align:right}.leadlag-progress{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-top:5px}.leadlag-progress-fill{height:8px;border-radius:999px;background:#f59e0b}.leadlag-table{width:100%;border-collapse:collapse;font-size:11px}.leadlag-table th{position:sticky;top:0;z-index:2;background:#f8fafc;color:#64748b;font-size:10px;font-weight:900;text-align:left;padding:9px 10px;border-bottom:1px solid #e2e8f0;white-space:nowrap}.leadlag-table td{padding:9px 10px;border-bottom:1px solid #f1f5f9;vertical-align:top}.leadlag-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:900;white-space:nowrap}.leadlag-pill.red{background:#fee2e2;color:#dc2626}.leadlag-pill.amber{background:#fef3c7;color:#b45309}.leadlag-pill.green{background:#dcfce7;color:#15803d}.leadlag-pill.blue{background:#dbeafe;color:#1d4ed8}.leadlag-pill.gray{background:#f1f5f9;color:#64748b}.present-shell{display:flex;flex-direction:column;gap:18px}.present-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#fffdf5,#fff7ed);border:1px solid #fed7aa;border-radius:18px;padding:14px 16px}.present-toolbar-left{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.present-toolbar-right{display:flex;flex-wrap:wrap;gap:10px}.present-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid #fdba74;font-size:11px;font-weight:700;color:#9a3412}.present-deck{display:flex;flex-direction:column;gap:20px}.present-slide{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:28px;padding:28px;box-shadow:0 12px 38px #0f172a14;position:relative;overflow:hidden}.present-slide:before{content:"";position:absolute;inset:0 auto auto 0;width:160px;height:160px;background:radial-gradient(circle,#dbeafe,#dbeafe00 70%);pointer-events:none}.present-slide:after{content:"";position:absolute;right:-32px;bottom:-42px;width:180px;height:180px;background:radial-gradient(circle,#ffedd5,#ffedd500 72%);pointer-events:none}.present-slide>*{position:relative;z-index:1}.present-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:20px;align-items:end}.present-eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#c2410c}.present-title{font-size:clamp(30px,4vw,46px);line-height:1.02;font-weight:900;color:#0f172a;max-width:10ch;margin-top:10px}.present-subtitle{font-size:13px;line-height:1.8;color:#475569;max-width:58ch;margin-top:12px}.present-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.present-meta-card{background:#ffffffdb;border:1px solid #e2e8f0;border-radius:18px;padding:14px}.present-meta-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.present-meta-value{font-size:16px;font-weight:800;color:#0f172a;margin-top:6px}.present-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.present-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.present-summary-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.present-summary-value{font-size:26px;font-weight:900;color:#0f172a;margin-top:8px}.present-summary-note{font-size:11px;color:#64748b;margin-top:6px}.present-section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:16px}.present-section-title{font-size:22px;font-weight:900;color:#0f172a}.present-section-sub{font-size:12px;color:#64748b;max-width:60ch;line-height:1.6}.present-two-col{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:16px}.present-note-panel{background:#fff7ed;border:1px solid #fdba74;border-radius:22px;padding:18px}.present-note-title{font-size:12px;font-weight:900;color:#9a3412;text-transform:uppercase;letter-spacing:.08em}.present-bullet-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.present-bullet{display:flex;gap:10px;font-size:13px;line-height:1.7;color:#7c2d12}.present-bullet-mark{width:22px;height:22px;border-radius:999px;background:#fff;color:#c2410c;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}.present-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.present-metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.present-metric-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#64748b}.present-metric-main{font-size:22px;font-weight:900;color:#0f172a;margin-top:8px}.present-metric-sub{font-size:11px;color:#64748b;margin-top:6px;line-height:1.5}.present-stage-grid,.present-channel-grid,.present-kpi-grid,.present-action-grid,.present-port-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.present-stage-card,.present-channel-card,.present-kpi-card,.present-action-card,.present-port-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:16px}.present-stage-top,.present-channel-top,.present-kpi-top,.present-action-top,.present-port-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.present-stage-name,.present-channel-name,.present-kpi-name,.present-action-name,.present-port-name{font-size:15px;font-weight:900;color:#0f172a}.present-stage-count,.present-channel-count,.present-kpi-value,.present-action-value,.present-port-pill{font-size:12px;font-weight:800}.present-progress{height:10px;background:#eef2f7;border-radius:999px;overflow:hidden;margin-top:12px}.present-progress-fill{height:10px;border-radius:999px}.present-mini{font-size:11px;color:#64748b;line-height:1.6;margin-top:8px}.present-kpi-rows,.present-sale-rows{display:flex;flex-direction:column;gap:10px}.present-sale-row{display:grid;grid-template-columns:minmax(160px,.85fr) repeat(4,minmax(0,1fr));gap:10px;align-items:center;padding:12px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:18px}.present-sale-name{font-size:14px;font-weight:900;color:#0f172a}.present-sale-sub{font-size:11px;color:#64748b;margin-top:4px}.present-sale-stat{background:#f8fafc;border-radius:14px;padding:10px 12px}.present-sale-stat-label{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.present-sale-stat-value{font-size:18px;font-weight:900;color:#0f172a;margin-top:4px}.present-table{width:100%;border-collapse:separate;border-spacing:0 10px}.present-table th{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;text-align:left;padding:0 12px 4px}.present-table td{padding:14px 12px;background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;font-size:12px;color:#334155}.present-table td:first-child{border-left:1px solid #e2e8f0;border-radius:16px 0 0 16px}.present-table td:last-child{border-right:1px solid #e2e8f0;border-radius:0 16px 16px 0}.present-table-strong{font-weight:900;color:#0f172a}.present-callout{margin-top:16px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:22px;padding:16px 18px}.present-callout-title{font-size:12px;font-weight:900;color:#1d4ed8;text-transform:uppercase;letter-spacing:.08em}.present-callout-text{font-size:13px;color:#1e3a8a;line-height:1.7;margin-top:8px}.present-export-note{font-size:11px;color:#64748b}.present-achieve-good{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;padding:3px 10px;font-weight:900;font-size:12px;white-space:nowrap}.present-achieve-warn{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;padding:3px 10px;font-weight:900;font-size:12px;white-space:nowrap}.present-achieve-bad{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:999px;padding:3px 10px;font-weight:900;font-size:12px;white-space:nowrap}.present-table td.center{text-align:center}@media(max-width:980px){.present-hero,.present-two-col,.present-summary-grid,.present-stage-grid,.present-channel-grid,.present-kpi-grid,.present-action-grid,.present-port-grid{grid-template-columns:1fr}.present-sale-row{grid-template-columns:1fr 1fr}}@media(max-width:980px){html,body{overflow:hidden}body{font-size:13px}.login-gate{min-height:100dvh;padding:16px}.login-card{max-width:100%;padding:22px 20px}.login-role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.login-actions .btn{flex:1 1 auto}#app{display:block}#mobile-nav-backdrop{display:none}body.mobile-sidebar-open #mobile-nav-backdrop{display:block}#sidebar{position:fixed;left:0;top:0;bottom:0;width:min(86vw,320px);transform:translate(-102%);box-shadow:12px 0 40px #0f172a3d}body.mobile-sidebar-open #sidebar{transform:translate(0)}.sidebar-close{display:inline-flex}#main{width:100%;height:100dvh;min-width:0}#topbar{padding:10px 12px;gap:8px;align-items:flex-start}.mobile-nav-toggle{display:inline-flex}.page-heading{flex:1 1 0;min-width:0}#page-title{font-size:17px;line-height:1.15}#page-sub{font-size:11px;line-height:1.35}#topbar-actions{width:100%;margin-left:0;gap:8px}#topbar-actions>*{flex:1 1 calc(50% - 4px);min-width:0}#topbar-actions .search-wrap{flex:1 1 100%;width:100%}#topbar-actions .search-input{width:100%;max-width:none}#add-btn,#my-leads-btn,#db-status{width:100%;justify-content:center}#db-status{display:none}#content{padding:12px 12px 78px}#mobile-quickbar{display:grid;position:fixed;left:10px;right:10px;bottom:8px;z-index:40;grid-template-columns:repeat(auto-fit,minmax(42px,1fr));gap:5px;padding:5px;background:#fffffff0;backdrop-filter:blur(14px);border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 28px #0f172a24}.mobile-quick-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:48px;border-radius:12px;border:1px solid transparent;background:transparent;color:#64748b;font-size:8.5px;font-weight:800;line-height:1.1;padding:5px 2px}.mobile-quick-btn .mq-icon{font-size:18px;line-height:1}.mobile-quick-btn.active{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.mobile-quick-btn.primary{background:linear-gradient(180deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 8px 18px #4f46e53d}.mobile-quick-btn.primary.active{border-color:#4338ca}.card,.kpi-card,.detail-box,.quotation-box,.quote-roi-shell,.quote-guide-panel,.present-slide,.present-summary-card,.present-meta-card,.kb-card,.qbox,.quote-summary-card,.quote-flow-lane,.quote-principle{border-radius:16px}.kpi-grid,.dash-grid,.detail-grid,.quotation-grid,.quote-summary,.quote-guide-grid,.quote-flow,.quote-roi-grid,.quote-roi-total-grid,.present-summary-grid,.present-two-col,.present-metric-grid,.present-stage-grid,.present-channel-grid,.present-kpi-grid,.present-action-grid,.present-port-grid{grid-template-columns:1fr}.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-kpi-grid .kpi-card{padding:13px!important}.quote-roi-sale-panel{grid-column:auto}.form-row.cols-2,.form-row.cols-3,.form-row.cols-4{grid-template-columns:1fr}.filter-bar,.quote-toolbar,.present-toolbar,.trk-toolbar{align-items:stretch}.filter-select,.btn,.btn-primary,.my-leads-toggle,.trk-q-btn,.btn-icon{min-height:42px}.search-input{width:100%}.filter-count{margin-left:0}.data-table,.lead-table,.settings-table{font-size:12px}.data-table th,.data-table td,.lead-table th,.lead-table td,.settings-table th,.settings-table td{padding-left:10px;padding-right:10px}.mobile-scroll-table{margin-left:-12px;margin-right:-12px;padding:0 12px 8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;position:relative;box-shadow:inset -18px 0 18px -18px #0f172a61}.mobile-scroll-table.mobile-scroll-end{box-shadow:none}.mobile-scroll-table .mobile-wide-table{min-width:760px;width:max-content}.mobile-scroll-table .lead-table.mobile-wide-table{min-width:960px}.mobile-scroll-table .settings-table.mobile-wide-table{min-width:720px}.mobile-wide-table th:first-child,.mobile-wide-table td:first-child{position:sticky;left:0;z-index:2;background:#fff;box-shadow:1px 0 #e2e8f0;min-width:152px;max-width:220px;white-space:normal}.mobile-wide-table thead th:first-child{z-index:3;background:#f8fafc}.mobile-wide-table td:first-child .td-proj{font-size:13px;line-height:1.35}.td-contact,.td-phone,.td-remark,.td-remark-time{white-space:normal;line-height:1.4}.td-actions{gap:8px}.btn-icon{width:36px;height:36px;border-radius:10px}.mobile-lead-list,.mobile-pool-list{display:flex;flex-direction:column;gap:10px}.lead-bank-summary,.lead-bank-list,.lead-bank-meta{grid-template-columns:1fr}.lead-bank-toolbar{align-items:stretch}.lead-bank-toolbar .btn{width:100%}.lead-table-card,.lead-pool-table-card{display:none}.mobile-filter-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1.5px solid #c7d2fe;background:#eef2ff;color:#4338ca;border-radius:10px;padding:7px 12px;font-size:12px;font-weight:900}.lead-filter-bar .mobile-primary-filter{flex:1 1 calc(50% - 4px);min-width:0}.lead-filter-bar:not(.mobile-open) .mobile-advanced-filter{display:none!important}.lead-filter-bar .filter-count{order:30;flex:1 1 auto;margin-left:0;text-align:right}#stage-summary{margin-left:-12px;margin-right:-12px;padding-left:12px!important;padding-right:12px!important;border-radius:0!important;overflow-x:auto;flex-wrap:nowrap!important;scrollbar-width:thin}#stage-summary button,#stage-summary span{flex:0 0 auto;white-space:nowrap}.mobile-lead-meta{grid-template-columns:1fr 1fr}.mobile-lead-actions .btn-icon{width:40px;height:40px}.mobile-pool-list select{width:100%;min-height:40px}.filter-bar{border-radius:16px}.kanban-board{gap:10px}.kb-col{width:min(84vw,220px)}.present-slide{padding:18px}.present-title{font-size:28px;max-width:none}.present-subtitle{max-width:none}.present-summary-value{font-size:22px}.present-toolbar{padding:12px}.present-tag{font-size:10px}.trk-wrap{border-radius:14px}.trk-summary-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.leadlag-grid-2{grid-template-columns:1fr}.leadlag-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.leadlag-stage-row{grid-template-columns:minmax(170px,1.2fr) repeat(4,70px) minmax(220px,1fr);min-width:760px}.leadlag-panel{border-radius:14px}}
