:root{--ink:#17241f;--muted:#6d7b74;--line:#dfe8e2;--canvas:#f3f7f4;--panel:#fff;--g950:#0c2f26;--g900:#123c31;--g700:#226a52;--g600:#2d7d61;--g100:#e7f3ec;--blue:#3478d4;--blue-soft:#edf5ff;--amber:#b56b16;--amber-soft:#fff6e7;--red:#b94444;--shadow:0 8px 25px #1133280e}*{box-sizing:border-box}html{background:var(--canvas)}body{background:var(--canvas);color:var(--ink);margin:0;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif;font-size:14px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline-offset:2px;outline:3px solid #3478d440}.app-frame{min-height:100vh;display:flex}.sidebar{color:#e7f1ec;background:linear-gradient(178deg,var(--g900),var(--g950));z-index:20;flex-direction:column;width:244px;padding:24px 18px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:11px;min-height:44px;padding:0 8px;display:flex}.brand>span:last-child{flex-direction:column;gap:2px;display:flex}.brand strong{color:#fff;letter-spacing:.02em;font-size:16px}.brand small{color:#9ebbb0;font-size:10px}.brand-mark{background:#f4b956;border-radius:9px;align-items:end;gap:2px;width:34px;height:34px;padding:7px;display:flex;transform:rotate(-2deg)}.brand-mark i{background:var(--g950);border-radius:4px 4px 1px 1px;width:5px;display:block}.brand-mark i:first-child{height:12px;transform:rotate(-15deg)}.brand-mark i:nth-child(2){height:20px}.brand-mark i:nth-child(3){height:15px;transform:rotate(15deg)}.main-nav{margin-top:32px}.main-nav p{color:#789e90;letter-spacing:.14em;margin:22px 12px 8px;font-size:10px;font-weight:700}.main-nav a,.sidebar-bottom>a{color:#b9cdc5;border-radius:9px;align-items:center;gap:12px;height:44px;margin:3px 0;padding:0 12px;font-weight:600;transition:all .18s;display:flex;position:relative}.main-nav a:hover,.sidebar-bottom>a:hover{color:#fff;background:#ffffff12}.main-nav a.active,.sidebar-bottom>a.active{color:#fff;background:#ffffff1f;box-shadow:inset 3px 0 #f4b956}.main-nav svg,.sidebar-bottom svg{width:19px;height:19px}.main-nav em{color:#0000;background:#f2b355;border-radius:50%;width:7px;height:7px;margin-left:auto}.sidebar-bottom{border-top:1px solid #ffffff17;margin-top:auto;padding-top:10px}.user-chip{align-items:center;gap:10px;margin-top:12px;padding:12px 9px 4px;display:flex}.user-avatar{width:34px;height:34px;color:var(--g900);background:#d9eadf;border-radius:10px;flex:none;place-items:center;font-weight:800;display:grid}.user-chip>span:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.user-chip strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.user-chip small{color:#87a99c;font-size:10px}.admin-badge,.viewer-badge{color:#f4b956;background:#f4b95626;border-radius:6px;place-items:center;width:22px;height:22px;font-size:10px;display:grid}.viewer-badge{color:#bed3ca;background:#ffffff1a}.app-main{flex:1;min-width:0;margin-left:244px}.page-content{max-width:1540px;min-height:100vh;margin:0 auto;padding:34px clamp(28px,4vw,60px) 56px}.mobile-bar{display:none}.page-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px;display:flex}.page-heading h1{letter-spacing:-.02em;margin:5px 0 7px;font-size:clamp(25px,2.2vw,32px);line-height:1.2}.page-heading>div>p:last-child{color:var(--muted);margin:0;font-size:13px}.eyebrow{color:var(--g600);letter-spacing:.13em;text-transform:uppercase;margin:0;font-size:10px;font-weight:800}.heading-actions{gap:10px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:0 17px;font-weight:700;transition:all .18s;display:inline-flex}.button.primary{background:var(--g700);color:#fff;box-shadow:0 6px 14px #226a522e}.button.primary:hover{background:#195d47;transform:translateY(-1px)}.button.secondary{color:var(--g900);background:#fff;border-color:#cfddd5}.button.small{min-height:32px;padding:0 11px;font-size:11px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:18px;display:grid}.stat-card{border:1px solid var(--line);background:var(--panel);min-height:132px;box-shadow:var(--shadow);border-radius:12px;padding:19px 20px}.stat-top{color:#64736c;justify-content:space-between;align-items:center;font-weight:600;display:flex}.stat-top i{background:var(--g600);width:8px;height:8px;box-shadow:0 0 0 4px var(--g100);border-radius:50%}.stat-card.blue .stat-top i{background:var(--blue);box-shadow:0 0 0 4px var(--blue-soft)}.stat-card.amber .stat-top i{background:var(--amber);box-shadow:0 0 0 4px var(--amber-soft)}.stat-card>strong{margin-top:13px;font-size:29px;line-height:1;display:block}.stat-card>p{color:#839089;margin:11px 0 0;font-size:11px}.dashboard-grid{grid-template-columns:minmax(0,2fr) minmax(285px,.88fr);gap:18px;display:grid}.dashboard-side{flex-direction:column;gap:18px;display:flex}.panel{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);border-radius:13px}.priority-panel,.table-panel,.form-panel{padding:22px}.panel-heading{justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px;display:flex}.panel-heading h2{margin:5px 0 0;font-size:17px}.panel-heading>a{color:var(--g600);font-size:12px;font-weight:700}.customer-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.customer-card{background:#fbfdfc;border:1px solid #e3eae6;border-radius:10px;padding:16px;transition:all .18s}.customer-card:hover{background:#fff;border-color:#b8d4c7;transform:translateY(-2px);box-shadow:0 9px 22px #18483814}.customer-card-top{align-items:center;gap:9px;display:flex}.customer-avatar{background:var(--g100);width:34px;height:34px;color:var(--g700);border-radius:9px;flex:none;place-items:center;font-weight:800;display:grid}.customer-card h3{margin:0;font-size:14px}.customer-card-top p{color:var(--muted);margin:3px 0 0;font-size:10px}.status-pill{white-space:nowrap;border-radius:99px;align-items:center;width:max-content;min-height:22px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.customer-card-top .status-pill{margin-left:auto}.status-pill.success{background:var(--g100);color:var(--g700)}.status-pill.muted{color:#68736e;background:#f0f2f1}.status-pill.pending{background:var(--amber-soft);color:var(--amber)}.status-pill.risk{color:var(--red);background:#fff0f0}.status-pill.blue{background:var(--blue-soft);color:var(--blue)}.customer-meta{border-block:1px solid #e7ece9;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px;padding:12px 0;display:grid}.customer-meta span{color:#8a958f;font-size:9px}.customer-meta b{color:#374941;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:11px;display:block;overflow:hidden}.card-link{color:var(--g700);justify-content:space-between;margin-top:12px;font-size:11px;font-weight:700;display:flex}.compact-panel{min-height:252px;padding:21px}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-state.small{min-height:150px}.empty-icon{background:var(--g100);width:34px;height:34px;color:var(--g700);border-radius:50%;place-items:center;margin-bottom:9px;font-weight:900;display:grid}.empty-state p{max-width:260px;color:var(--muted);margin:5px auto 10px;font-size:11px;line-height:1.6}.empty-state a{color:var(--g600);font-size:11px;font-weight:700}.task-list{margin:0;padding:0;list-style:none}.task-list li{border-top:1px solid #edf1ee;align-items:start;gap:10px;padding:10px 0;display:flex}.task-dot{background:var(--amber);border-radius:50%;width:8px;height:8px;margin-top:5px}.task-list div{flex-direction:column;display:flex}.task-list small{color:var(--muted)}.ai-panel{background:linear-gradient(135deg,#f9fcfa,#eef7f2);border-color:#d6e5de;align-items:center;gap:16px;padding:20px;display:flex}.ai-mark{background:var(--g900);color:#f4b956;letter-spacing:-.04em;border-radius:14px;flex:none;place-items:center;width:47px;height:47px;font-weight:900;display:grid}.ai-panel h3{margin:8px 0 4px;font-size:13px}.ai-panel p{color:var(--muted);margin:0;font-size:10px;line-height:1.6}.process-panel{margin-top:18px;padding:22px}.mini-process{grid-template-columns:repeat(10,minmax(80px,1fr));margin:4px 0 0;padding:0;list-style:none;display:grid;overflow-x:auto}.mini-process li{color:#617169;align-items:center;gap:7px;min-width:95px;padding:10px 9px 10px 0;font-size:10px;display:flex;position:relative}.mini-process li:after{content:"";background:#cbd9d2;width:10px;height:1px;position:absolute;right:4px}.mini-process li:last-child:after{display:none}.mini-process span{background:var(--blue-soft);width:23px;height:23px;color:var(--blue);border-radius:50%;flex:none;place-items:center;font-size:9px;font-weight:800;display:grid}.mini-process b{white-space:nowrap;font-weight:600}.process-note{color:#8a958f;margin:9px 0 0;font-size:10px}.toolbar{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:10px;margin-bottom:16px;padding:13px;display:flex}.toolbar input,.toolbar select{height:38px;color:var(--ink);background:#fff;border:1px solid #d6e1db;border-radius:8px;padding:0 11px}.toolbar input{flex:1;min-width:230px}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;border-bottom:1px solid var(--line);color:#7b8982;letter-spacing:.05em;background:#f8fbf9;padding:12px 14px;font-size:10px}.data-table td{vertical-align:middle;border-bottom:1px solid #edf1ee;padding:14px}.data-table tbody tr:hover{background:#fbfdfc}.data-table strong{font-size:13px}.data-table small{color:var(--muted);margin-top:3px;display:block}.grade-badge{width:30px;height:30px;color:var(--g700);background:#eef3f0;border-radius:9px;place-items:center;font-weight:900;display:grid}.grade-badge.s{color:#9a5a0c;background:#fff2d8}.row-link{color:var(--g600);font-size:12px;font-weight:700}.two-column{grid-template-columns:minmax(0,1.7fr) minmax(290px,.8fr);gap:18px;display:grid}.section-stack{flex-direction:column;gap:18px;display:flex}.detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.info-box{background:#fbfdfc;border:1px solid #e4ebe7;border-radius:9px;padding:14px}.info-box span{color:#87938d;font-size:10px;display:block}.info-box strong{margin-top:6px;font-size:13px;display:block}.tab-strip{border-bottom:1px solid var(--line);gap:22px;margin:0 0 18px;display:flex}.tab-strip span,.tab-strip a{color:#75837c;padding:0 2px 11px;font-size:12px;font-weight:700}.tab-strip .active{border-bottom:2px solid var(--g600);color:var(--g700)}.form-card{padding:20px}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field{flex-direction:column;gap:6px;display:flex}.field.full{grid-column:1/-1}.field label{color:#506159;font-size:11px;font-weight:700}.field input,.field select,.field textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #d5e0da;border-radius:8px;padding:10px 11px}.field input,.field select{height:40px}.field textarea{resize:vertical;min-height:84px}.field small{color:#8a958f}.form-actions{justify-content:flex-end;gap:9px;margin-top:17px;display:flex}.inline-message{background:var(--g100);color:var(--g700);border-radius:8px;padding:10px 12px;font-size:11px}.inline-message.error{color:var(--red);background:#fff0f0}.pipeline-board{grid-auto-columns:minmax(235px,1fr);grid-auto-flow:column;gap:13px;padding-bottom:12px;display:grid;overflow-x:auto}.pipeline-column{border:1px solid var(--line);background:#eef3f0;border-radius:11px;min-height:420px;padding:13px}.pipeline-title{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.pipeline-title strong{font-size:12px}.pipeline-title span{color:#52665c;background:#dce7e1;border-radius:7px;place-items:center;min-width:22px;height:22px;font-size:10px;display:grid}.opportunity-card{background:#fff;border:1px solid #dde6e1;border-radius:9px;margin-bottom:10px;padding:13px;box-shadow:0 3px 10px #1133280a}.opportunity-card h3{margin:0;font-size:12px}.opportunity-card p{color:var(--muted);margin:5px 0 10px;font-size:10px}.opportunity-card footer{color:#809087;justify-content:space-between;font-size:9px;display:flex}.followup-groups{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.followup-group{padding:17px}.followup-group h2{margin:0 0 13px;font-size:15px}.followup-item{border-top:1px solid #edf1ee;padding:12px 0}.followup-item strong{display:block}.followup-item p{color:var(--muted);margin:4px 0;font-size:11px}.followup-item small{color:#8a958f}.review-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.review-card{padding:18px}.review-card h3{margin:9px 0 4px}.review-card p{color:var(--muted);font-size:11px;line-height:1.6}.upload-zone{text-align:center;background:#f8fcfa;border:1px dashed #a9c6b8;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:145px;display:flex}.upload-zone input{max-width:250px}.upload-zone p{margin:8px 0 3px;font-weight:700}.upload-zone small{color:var(--muted)}.attachment-row{border-top:1px solid #edf1ee;justify-content:space-between;align-items:center;padding:11px 0;display:flex}.attachment-row span{flex-direction:column;display:flex}.attachment-row small{color:var(--muted)}.chart-row{align-items:center;gap:10px;margin:10px 0;display:flex}.chart-row label{color:#62736a;width:78px;font-size:11px}.bar-track{background:#edf2ef;border-radius:99px;flex:1;height:9px;overflow:hidden}.bar-fill{background:var(--g600);border-radius:99px;height:100%}.bar-fill.blue{background:var(--blue)}.chart-row b{text-align:right;width:28px;font-size:11px}.timeline{margin:0;padding:0;list-style:none}.timeline li{border-left:1px solid #dbe5df;margin-left:7px;padding:0 0 18px 22px;position:relative}.timeline li:before{content:"";background:var(--g600);width:9px;height:9px;box-shadow:0 0 0 4px var(--g100);border-radius:50%;position:absolute;top:3px;left:-5px}.timeline strong{display:block}.timeline p{color:var(--muted);margin:4px 0;font-size:11px}.timeline small{color:#89958f}.settings-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.settings-card{padding:21px}.settings-card h2{margin:0 0 6px;font-size:16px}.settings-card>p{color:var(--muted);margin:0 0 16px;font-size:11px;line-height:1.6}@media (max-width:1120px){.customer-cards{grid-template-columns:1fr}.customer-card{grid-template-columns:1.4fr 1fr;gap:0 16px;display:grid}.customer-meta{border:0;margin-top:0;padding:3px 0}.card-link{grid-column:1/-1}.followup-groups{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr 1fr}}@media (max-width:820px){.sidebar{display:none}.app-main{margin-left:0}.mobile-bar{z-index:20;background:var(--g900);color:#fff;padding:10px 16px 0;display:block;position:sticky;top:0;box-shadow:0 5px 16px #08271e29}.mobile-bar .brand{padding:0}.mobile-bar .brand-mark{width:30px;height:30px}.mobile-bar nav{gap:4px;margin-top:5px;display:flex;overflow-x:auto}.mobile-bar nav a{color:#b8cec5;border-bottom:2px solid #0000;flex:none;padding:10px 12px;font-size:12px}.mobile-bar nav a.active{color:#fff;border-color:#f4b956}.page-content{padding:24px 17px 40px}.page-heading{flex-direction:column;align-items:start}.stats-grid{grid-template-columns:1fr 1fr}.dashboard-grid,.two-column,.review-grid,.settings-grid,.customer-cards{grid-template-columns:1fr}.customer-card{display:block}.customer-meta{border-block:1px solid #e7ece9;margin-top:14px;padding:11px 0}.toolbar{flex-direction:column;align-items:stretch}.toolbar input{min-width:0}.table-panel{overflow-x:auto}.data-table{min-width:760px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}.form-panel summary{cursor:pointer;color:var(--g900);font-size:13px;font-weight:800;list-style:none}.form-panel summary::-webkit-details-marker{display:none}.form-panel summary:before{content:"›";color:var(--g600);margin-right:8px;font-size:18px;transition:all .18s;display:inline-block}.form-panel[open] summary:before{transform:rotate(90deg)}.form-panel>summary+.form-card{padding:18px 0 0}.score-summary{background:var(--g100);border-radius:9px;align-items:center;gap:10px;margin-bottom:15px;padding:13px;display:flex}.score-summary span{color:var(--g700);font-size:10px}.score-summary strong{font-size:16px}.score-summary small{color:var(--muted);margin-left:auto}.stage-control{margin-top:10px}.stage-control select{background:#f9fbfa;border:1px solid #d8e3dd;border-radius:7px;width:100%;height:32px;padding:0 7px;font-size:10px}.child-list{border-top:1px solid var(--line);flex-wrap:wrap;gap:8px;margin-top:15px;padding-top:14px;display:flex}.child-list strong{width:100%;font-size:11px}.child-list a{background:var(--g100);color:var(--g700);border-radius:7px;padding:7px 9px;font-size:10px;font-weight:700}.upload-zone .button{margin-top:10px}.action-error{color:var(--red);margin-top:6px;font-size:10px;display:block}.row-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.inline-edit{margin-top:8px}.inline-edit>summary{cursor:pointer;color:var(--g600);font-size:11px;font-weight:700;list-style:none}.inline-edit>summary::-webkit-details-marker{display:none}.inline-edit>.form-card{border:1px solid var(--line);background:#fbfdfc;border-radius:9px;margin-top:9px;padding:14px}.source-label{color:var(--blue);font-weight:700}.risk-rollup{background:#fff8f8;border:1px solid #f0d2d2;border-radius:9px;margin-top:14px;padding:14px}.risk-rollup>strong{color:var(--red);font-size:11px}.risk-rollup p{color:#6d4b4b;margin:8px 0 0;font-size:11px}.risk-rollup a{color:var(--red);font-weight:700}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.stat-card{min-height:112px}.heading-actions{width:100%}.heading-actions .button{flex:1}.detail-grid{grid-template-columns:1fr}}.profile-form-grid{align-items:start}.form-section{border-top:1px solid var(--line);background:#f7faf8;border-radius:8px;align-items:center;gap:12px;margin:10px 0 0;padding:12px 14px;display:flex}.form-section:first-child{margin-top:0}.form-section>span{background:var(--g900);color:#f4b956;border-radius:8px;flex:none;place-items:center;width:30px;height:30px;font-size:10px;font-weight:900;display:grid}.form-section h3{color:var(--g900);margin:0;font-size:13px}.form-section p{color:var(--muted);margin:3px 0 0;font-size:10px}.profile-brief{margin-bottom:18px;padding:21px}.profile-brief-head{justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px;display:flex}.profile-brief-head h2{margin:5px 0 0;font-size:18px}.brief-tags{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.brief-grid{grid-template-columns:1.4fr 1fr 1.2fr 1.1fr 1fr;gap:10px;display:grid}.brief-grid>div{background:#fbfdfc;border:1px solid #e2eae6;border-radius:9px;min-width:0;padding:13px}.brief-grid span,.brief-grid small{color:#819088;font-size:9px;display:block}.brief-grid strong{color:#30463c;margin:7px 0 3px;font-size:11px;line-height:1.55;display:block;overflow:hidden}.profile-missing{background:var(--amber-soft);color:#8a5a1f;border-radius:7px;margin:12px 0 0;padding:9px 11px;font-size:10px}.completion-cell{min-width:92px}.completion-cell>span{font-size:11px;font-weight:800}.completion-track{background:#e9efec;border-radius:99px;height:5px;margin-top:6px;overflow:hidden}.completion-track i{background:var(--g600);border-radius:99px;height:100%;display:block}.customer-list-table{min-width:1080px}.source-create{border-top:1px solid var(--line);margin-top:14px;padding-top:12px}.form-section.full{grid-column:1/-1}.customer-next{color:var(--muted);margin:9px 0 0;font-size:10px;line-height:1.5}.quality-row{border-top:1px solid #edf1ee;justify-content:space-between;align-items:center;gap:16px;padding:11px 0;display:flex}.quality-row>div{min-width:0}.quality-row strong,.quality-row small{display:block}.quality-row small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:10px;overflow:hidden}.quality-row>b{color:var(--g700);font-size:13px}@media (max-width:1120px){.brief-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:820px){.profile-brief-head{flex-direction:column;align-items:flex-start}.brief-tags{justify-content:flex-start}.brief-grid{grid-template-columns:1fr 1fr}.profile-form-grid .form-section{grid-column:auto}.profile-form-grid .form-section.full{grid-column:1/-1}}@media (max-width:480px){.brief-grid{grid-template-columns:1fr}}.auth-page{background:radial-gradient(circle at 0 0,#dcece4 0,#0000 38%),linear-gradient(145deg,#f7faf8 0,#e9f1ed 100%);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-shell{width:min(440px,100%)}.auth-brand{align-items:center;gap:12px;margin-bottom:18px;display:flex}.auth-brand .brand-mark{width:44px;height:44px}.auth-brand strong{color:var(--g900);font-size:18px;display:block}.auth-brand span{color:var(--muted);font-size:11px}.auth-card{padding:30px}.auth-card h1{color:var(--g900);margin:4px 0 8px;font-size:24px}.auth-card>p{color:var(--muted);margin:0 0 22px;font-size:12px;line-height:1.7}.auth-form{gap:15px;display:grid}.auth-form label{color:var(--g800);gap:7px;font-size:11px;font-weight:700;display:grid}.auth-form input{height:42px;color:var(--g900);background:#fff;border:1px solid #cfdcd5;border-radius:8px;padding:0 12px}.auth-form .button{justify-content:center;width:100%;margin-top:3px}.auth-error{background:#fff0f0;border-radius:7px;padding:10px 12px;color:var(--red)!important;margin:0!important}.auth-note{color:#78877f;margin-top:18px;font-size:10px;line-height:1.6}.auth-actions{flex-wrap:wrap;gap:9px;display:flex}.auth-actions .button{justify-content:center}.sidebar-user-actions{grid-template-columns:1fr 1fr;gap:6px;margin-top:9px;display:grid}.sidebar-user-actions a,.sidebar-user-actions .button{color:#d9e7e0;background:#ffffff0f;border:1px solid #ffffff26;border-radius:7px;justify-content:center;align-items:center;min-height:30px;padding:5px 7px;font-size:9px;display:flex}.editor-badge{color:#315d93;background:#dbe9ff;border-radius:7px;place-items:center;width:23px;height:23px;font-size:10px;display:grid}.account-panel{margin-bottom:18px;padding:22px}.account-create{grid-template-columns:1fr 1fr 1fr 1.4fr auto;align-items:end;gap:10px;margin:18px 0;display:grid}.account-create label,.account-row>label{color:var(--g800);gap:6px;font-size:10px;font-weight:700;display:grid}.account-create input,.account-create select,.account-row input,.account-row select{height:38px;color:var(--g900);background:#fff;border:1px solid #d2ded8;border-radius:7px;padding:0 10px}.account-list{gap:10px;margin-top:16px;display:grid}.account-row{border:1px solid var(--line);background:#fbfdfc;border-radius:10px;grid-template-columns:minmax(180px,1.1fr) 150px minmax(260px,1.3fr) auto;align-items:end;gap:12px;padding:14px;display:grid}.account-identity{align-items:center;gap:10px;display:flex}.account-identity>span:last-child{flex-direction:column;display:flex}.account-identity small,.account-time{color:var(--muted);font-size:9px}.account-reset{grid-template-columns:1fr auto;gap:7px;display:grid}.account-reset .button,.account-row .row-actions .button{min-height:38px}.account-time{grid-column:1/-1}.button.danger{color:var(--red);background:#fff5f5;border-color:#efcccc}@media (max-width:1120px){.account-create{grid-template-columns:1fr 1fr}.account-create .button{min-height:38px}.account-row{grid-template-columns:1fr 1fr}.account-reset{grid-column:1/-1}}@media (max-width:820px){.account-create,.account-row{grid-template-columns:1fr}.account-reset,.account-time{grid-column:auto}.account-row .row-actions{justify-content:flex-start}}.import-rule{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:18px 21px;display:flex}.import-rule p{color:var(--muted);margin:5px 0 0}.import-center{padding:24px}.import-guidance{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:22px;display:grid}.import-guidance>div{border:1px solid var(--line);background:var(--soft,#f8faf9);border-radius:14px;grid-template-columns:34px 1fr;align-items:center;gap:2px 10px;padding:14px;display:grid}.import-guidance span{background:var(--g700);color:#fff;border-radius:10px;grid-row:1/3;place-items:center;width:32px;height:32px;font-weight:800;display:grid}.import-guidance small{color:var(--muted)}.import-input-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.import-summary{flex-wrap:wrap;gap:8px;margin:18px 0;display:flex}.import-center .table-scroll{margin-top:14px;overflow-x:auto}.import-center table{border-collapse:collapse;width:100%}.import-center th,.import-center td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:11px 12px}.import-center th{color:var(--muted);background:#f8fbf9;font-size:10px}.import-center textarea{min-height:150px;font-family:Cascadia Code,Consolas,monospace;font-size:12px}@media (max-width:760px){.import-guidance,.import-input-grid{grid-template-columns:1fr}.import-rule{flex-direction:column;align-items:flex-start}}.column-chooser{margin:-6px 0 14px;position:relative}.column-chooser>summary{min-height:34px;color:var(--g900);cursor:pointer;background:#fff;border:1px solid #cfddd5;border-radius:8px;align-items:center;padding:0 11px;font-size:11px;font-weight:700;list-style:none;display:inline-flex}.column-chooser>summary::-webkit-details-marker{display:none}.column-options{border:1px solid var(--line);background:#fbfdfc;border-radius:10px;grid-template-columns:repeat(4,minmax(130px,1fr));gap:9px;margin-top:9px;padding:14px;display:grid}.column-options label{color:#52635b;align-items:center;gap:7px;font-size:10px;display:flex}.column-options .button{justify-self:start}.customer-table-scroll{overflow-x:auto}.table-next-action{text-overflow:ellipsis;white-space:nowrap;max-width:200px;display:block;overflow:hidden}@media (max-width:820px){.column-options{grid-template-columns:1fr 1fr}}.pipeline-help{color:var(--muted);align-items:center;gap:10px;margin:-6px 0 13px;font-size:10px;display:flex}.pipeline-help p{margin:0}.pipeline-help small{color:var(--g700);margin-left:auto;font-weight:700}.pipeline-column{transition:border-color .16s,background .16s,box-shadow .16s}.pipeline-column.drop-ready{border-color:var(--blue);background:var(--blue-soft);box-shadow:inset 0 0 0 2px #3478d41f}.opportunity-card[draggable=true]{cursor:grab}.opportunity-card.dragging{opacity:.46}.opportunity-next{background:#f7faf8;border-radius:8px;gap:3px;margin:10px 0;padding:9px;display:grid}.opportunity-next span,.opportunity-next small{color:var(--muted);font-size:9px}.opportunity-next strong{font-size:10px}.opportunity-next.missing{background:var(--amber-soft);color:var(--amber)}@media (max-width:820px){.pipeline-help{flex-wrap:wrap;align-items:flex-start}.pipeline-help small{width:100%;margin-left:0}.opportunity-card[draggable=true]{cursor:default}}.sop-stats{margin-bottom:22px}.sop-guidance{background:linear-gradient(135deg,#f5fbf7,#fff);margin-bottom:22px}.sop-match-grid,.sop-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.sop-match{border:1px solid var(--line);background:#fff;border-radius:14px;gap:8px;padding:16px;display:grid}.sop-match h3{margin:8px 0 0}.sop-match p,.sop-match small{margin:0}.sop-match small{color:var(--muted);line-height:1.65}.sop-card{border:1px solid var(--line);background:#fff;border-radius:15px;padding:18px}.sop-card header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:14px;display:flex}.sop-card header small,.sop-card time{color:var(--muted);font-size:12px}.sop-card h3{margin:4px 0 0}.sop-card dl{gap:12px;margin:14px 0 0;display:grid}.sop-card dl div{gap:5px;display:grid}.sop-card dt{color:var(--muted);font-size:12px}.sop-card dd{white-space:pre-wrap;margin:0;line-height:1.65}.sop-card .sop-primary{background:var(--green-soft);border-radius:10px;padding:12px}@media (max-width:760px){.sop-match-grid,.sop-card-grid{grid-template-columns:1fr}}.action-center{margin-bottom:22px}.action-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.action-summary{border:1px solid var(--line);color:inherit;background:#fff;border-radius:12px;gap:5px;padding:15px;display:grid}.action-summary:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.action-summary span,.action-summary small{color:var(--muted)}.action-summary strong{font-size:25px}.action-summary.risk{background:#fff8f8;border-color:#f4c8c8}.action-summary.blue{background:#f7faff;border-color:#c9dbf5}.action-summary.amber{background:#fffaf0;border-color:#efdcae}.action-detail-grid{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:20px;padding-top:18px;display:grid}.action-detail-grid h3{margin:0 0 8px}.action-line{border-bottom:1px solid var(--line);color:inherit;gap:3px;padding:9px 0;display:grid}.action-line small{color:var(--muted)}.field-dictionary{margin-top:22px}.field-dictionary td:first-child{min-width:150px}.field-dictionary td strong,.field-dictionary td small{display:block}.field-dictionary td small{color:var(--muted);margin-top:3px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}@media (max-width:900px){.action-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.action-summary-grid,.action-detail-grid{grid-template-columns:1fr}}
