@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,Noto Sans SC,system-ui,sans-serif;color:#17201b;background:#f3f5f1;font-synthesis:none;--ink: #17201b;--muted: #68736c;--line: #dfe5df;--soft-line: #edf0ec;--paper: #ffffff;--canvas: #f3f5f1;--sidebar: #111815;--lime: #c7f530;--lime-dark: #7fa913;--lime-soft: #effbd0;--green: #19865c;--green-soft: #e7f6ef;--orange: #d76e21;--orange-soft: #fff0e4;--purple: #7158ca;--purple-soft: #eeeafd;--blue: #3e6bd5;--blue-soft: #e9effd;--red: #c44e4e;--red-soft: #fceaea;--shadow: 0 8px 30px rgba(20, 35, 25, .06)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--canvas)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}p,h1,h2,h3,dl,dd{margin:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(153,203,32,.28);outline-offset:2px}.boot-screen{min-height:100vh;display:grid;place-items:center}.loading{min-height:320px;display:flex;justify-content:center;align-items:center;gap:10px;color:var(--muted)}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh;display:grid;grid-template-columns:236px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:236px;background:var(--sidebar);color:#fff;padding:24px 15px 18px;display:flex;flex-direction:column;z-index:30}.brand{background:none;border:0;display:flex;align-items:center;gap:11px;color:#fff;padding:0 8px;text-align:left;cursor:pointer}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:10px 4px;background:var(--lime);color:#101512;font-weight:800;font-size:19px;transform:skew(-4deg);box-shadow:0 0 0 1px #ffffff17}.brand strong{display:block;font-size:18px;letter-spacing:-.3px}.brand small{display:block;color:#8e9a93;font-size:11px;margin-top:1px;letter-spacing:.08em}.primary-nav{margin-top:38px}.nav-caption{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#68736c;padding:0 12px 8px}.nav-item{height:44px;display:flex;align-items:center;gap:11px;padding:0 12px;border-radius:10px;color:#aeb7b1;margin:3px 0;font-size:14px;font-weight:500;transition:.18s ease}.everything .nav-item{color:red}.nav-item:hover{background:#ffffff0e;color:#fff}.nav-item.active{background:var(--lime);color:#17201b;box-shadow:0 5px 18px #a2d42326}.sidebar-note{margin-top:auto;border:1px solid rgba(255,255,255,.08);padding:13px;border-radius:12px;display:flex;gap:10px;align-items:flex-start;background:#ffffff06}.sidebar-note strong,.sidebar-user strong{display:block;font-size:12px;font-weight:600}.sidebar-note small,.sidebar-user small{display:block;color:#78847d;font-size:10px;margin-top:3px}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px #c7f5301a;margin-top:4px}.sidebar-user{display:flex;align-items:center;gap:10px;padding:16px 9px 0;margin-top:16px;border-top:1px solid rgba(255,255,255,.08)}.main-area{grid-column:2;min-width:0}.topbar{height:78px;background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:20}.topbar-title{display:flex;align-items:center;gap:12px}.topbar-title h1{font-size:19px;letter-spacing:-.35px}.topbar-title p{color:var(--muted);font-size:12px;margin-top:3px}.topbar-actions{display:flex;align-items:center;gap:9px}.global-search{width:230px;height:38px;border:1px solid var(--line);background:#f7f8f6;border-radius:9px;color:#8a938d;display:flex;align-items:center;gap:8px;padding:0 10px;cursor:pointer}.global-search span{font-size:13px}.global-search kbd{margin-left:auto;border:1px solid #d8ddd8;border-bottom-width:2px;background:#fff;border-radius:5px;padding:1px 6px;font-size:10px;color:#8b948e}.icon-button{width:36px;height:36px;border:1px solid var(--line);background:var(--paper);border-radius:9px;display:inline-grid;place-items:center;cursor:pointer;flex:none}.icon-button:hover{background:#f5f7f4}.icon-button.danger{color:var(--red)}.notification-button{position:relative}.notification-button i{position:absolute;width:7px;height:7px;border-radius:50%;background:#ec6a45;border:2px solid white;right:8px;top:7px}.profile-wrap{position:relative}.profile-button{height:40px;border:0;background:transparent;display:flex;align-items:center;gap:8px;padding:0 3px 0 6px;font-size:12px;font-weight:600;cursor:pointer}.profile-menu{position:absolute;right:0;top:46px;width:150px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:6px;border-radius:10px}.profile-menu button{width:100%;display:flex;align-items:center;gap:8px;border:0;background:transparent;padding:9px;border-radius:7px;cursor:pointer}.profile-menu button:hover{background:#f3f5f1}.page-content{padding:26px 32px 48px;max-width:1540px;margin:0 auto}.mobile-menu,.mobile-sidebar{display:none}.avatar{display:inline-grid;place-items:center;border-radius:11px;background:linear-gradient(145deg,#e7f7c7,#c8ed8c);color:#375210;font-weight:700;flex:none}.avatar-xs{width:28px;height:28px;border-radius:9px;font-size:11px}.avatar-sm{width:30px;height:30px;border-radius:9px;font-size:12px}.avatar-md{width:38px;height:38px;font-size:13px}.avatar-lg{width:58px;height:58px;border-radius:16px;font-size:21px}.badge{display:inline-flex;align-items:center;gap:5px;width:fit-content;white-space:nowrap;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:600}.badge-neutral{color:#667068;background:#eef1ee}.badge-green{color:#15714d;background:var(--green-soft)}.badge-orange{color:#ad591e;background:var(--orange-soft)}.badge-purple{color:#604bb3;background:var(--purple-soft)}.badge-blue{color:#365bb6;background:var(--blue-soft)}.badge-red{color:var(--red);background:var(--red-soft)}.badge-muted{color:#788079;background:#f1f2f1}.button{min-height:38px;border:1px solid #d8ded8;background:#fff;padding:0 14px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:600;cursor:pointer;transition:.15s ease}.button:hover{border-color:#b8c0b8;background:#fafbfa}.button-primary{border-color:var(--lime);background:var(--lime);color:#17201b}.button-primary:hover{border-color:#b8e128;background:#bfe92c}.button:disabled{opacity:.55;cursor:not-allowed}.button-large{min-height:46px;font-size:13px}.button-small{min-height:32px;padding:0 10px;font-size:11px}.button-block{width:100%}.text-button{border:0;background:transparent;color:#55625a;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;cursor:pointer;padding:5px}.text-button:hover{color:var(--ink)}.panel{background:var(--paper);border:1px solid var(--line);border-radius:15px;box-shadow:0 2px 5px #19281e05}.panel-header{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px;border-bottom:1px solid var(--soft-line)}.panel-header.compact{min-height:64px}.panel-header h2,.section-action-row h2{font-size:15px;letter-spacing:-.15px}.panel-header p,.section-action-row p{color:var(--muted);font-size:11px;margin-top:4px}.hero-strip{min-height:136px;border-radius:17px;padding:25px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff;background:radial-gradient(circle at 74% 25%,rgba(199,245,48,.16),transparent 30%),linear-gradient(115deg,#111a15,#17251c);position:relative;overflow:hidden}.hero-strip:after{content:"";position:absolute;width:210px;height:210px;border:1px solid rgba(199,245,48,.13);border-radius:50%;right:-42px;top:-106px;box-shadow:0 0 0 30px #c7f53006,0 0 0 65px #c7f53005}.hero-strip>*{position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:6px;color:#7d9885;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-strip .eyebrow{color:var(--lime)}.hero-strip h2{font-size:23px;margin-top:7px;letter-spacing:-.5px}.hero-strip p{font-size:12px;color:#9aa69e;margin-top:7px}.hero-actions{display:flex;gap:9px}.hero-actions .button:not(.button-primary){color:#fff;background:#ffffff12;border-color:#ffffff21}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin:15px 0}.metric-card{min-height:104px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;display:flex;align-items:center;gap:15px}.metric-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:11px}.metric-lime{background:var(--lime-soft);color:#6d9510}.metric-purple{background:var(--purple-soft);color:var(--purple)}.metric-orange{background:var(--orange-soft);color:var(--orange)}.metric-green{background:var(--green-soft);color:var(--green)}.metric-card p{color:var(--muted);font-size:10px}.metric-card strong{display:inline-block;font-size:25px;line-height:1;margin-top:7px}.metric-card small{display:block;font-size:9px;color:#9aa39d;margin-top:5px}.dashboard-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:15px}.funnel-panel,.queue-panel{min-height:310px}.funnel-list{padding:17px 20px 20px;display:grid;gap:13px}.funnel-row{display:grid;grid-template-columns:78px minmax(0,1fr) 24px;gap:12px;align-items:center;font-size:11px}.funnel-row>span{color:#59635d}.funnel-row strong{text-align:right;font-size:11px}.funnel-track{height:8px;border-radius:10px;background:#eff1ee;overflow:hidden}.funnel-track i{display:block;height:100%;background:linear-gradient(90deg,#9fcf1c,var(--lime));border-radius:inherit}.queue-panel{display:flex;flex-direction:column}.queue-panel>.button{margin:auto 20px 20px}.queue-visual{flex:1;display:flex;align-items:center;gap:15px;padding:22px 20px}.queue-ring{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#729711;background:var(--lime-soft);box-shadow:0 0 0 8px #f7fbe9}.queue-visual strong{font-size:13px}.queue-visual p{color:var(--muted);font-size:10px;line-height:1.5;margin-top:5px}.recent-panel{margin-top:15px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:11px}th{padding:11px 16px;text-align:left;color:#8b948d;background:#fafbfa;font-size:10px;font-weight:600;white-space:nowrap}td{padding:12px 16px;border-top:1px solid var(--soft-line);color:#4d5851;vertical-align:middle}tbody tr{cursor:pointer;transition:.12s ease}tbody tr:hover{background:#fbfcfa}.person-cell,.file-name-cell{display:flex;align-items:center;gap:10px;min-width:142px}.person-cell strong,.file-name-cell strong{display:block;color:var(--ink);font-size:11px}.person-cell small,.file-name-cell small{display:block;color:#9aa39c;font-size:9px;margin-top:3px}.date-with-icon{display:inline-flex;align-items:center;gap:6px;color:#7c867f;white-space:nowrap}.grade{width:25px;height:25px;display:inline-grid;place-items:center;border-radius:8px;font-size:10px;font-weight:800}.grade-A{background:var(--green-soft);color:var(--green)}.grade-B{background:var(--blue-soft);color:var(--blue)}.grade-C{background:var(--orange-soft);color:var(--orange)}.grade-D{background:var(--red-soft);color:var(--red)}.grade-none{background:#eff1ef;color:#9aa19d}.score-text{margin-left:6px;color:#8a938d}.quality-cell{display:flex;align-items:center;gap:7px}.quality-cell strong{font-size:11px}.cell-sub{display:block;color:#a1a9a3;font-size:9px;margin-top:4px;max-width:155px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.error-sub{color:var(--orange);max-width:220px}.muted{color:#a0a7a2}.page-toolbar{min-height:51px;display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:14px}.toolbar-left{display:flex;gap:8px;flex-wrap:wrap}.search-box{width:285px;height:39px;border:1px solid var(--line);background:#fff;border-radius:9px;display:flex;align-items:center;gap:8px;padding:0 11px;color:#89928c}.search-box input{width:100%;border:0;outline:0;color:var(--ink);font-size:11px}.select-filter{height:39px;border:1px solid var(--line);background:#fff;border-radius:9px;display:flex;align-items:center;padding:0 5px 0 10px;gap:5px;color:#78817b}.select-filter select{border:0;outline:0;background:transparent;font-size:11px;min-width:86px}.leads-table-panel{min-height:480px}.leads-table td:nth-child(3){min-width:112px}.tag-list{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.tag-list span,.lead-card-tags span{background:#f0f3ed;color:#637067;border-radius:6px;padding:3px 7px;font-size:9px}.compact-tags{margin:0;flex-wrap:nowrap;min-width:110px}.compact-tags small{color:#98a098}.page-footnote{display:flex;align-items:center;gap:6px;color:#8a938d;font-size:10px;margin:12px 2px}.empty-state{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:34px}.empty-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#f0f3ef;color:#839087;margin-bottom:12px}.empty-state h3{font-size:13px}.empty-state p{color:var(--muted);font-size:10px;margin:7px 0 15px;max-width:360px;line-height:1.6}.back-button{border:0;background:transparent;display:flex;align-items:center;gap:7px;color:#68736c;font-size:11px;cursor:pointer;padding:0 0 12px}.lead-identity-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px 22px;display:grid;grid-template-columns:minmax(260px,1fr) auto auto;align-items:center;gap:28px}.lead-identity-main{display:flex;align-items:center;gap:14px}.identity-name{display:flex;align-items:center;gap:9px}.identity-name h2{font-size:20px}.lead-identity-main>div>p{font-size:10px;color:var(--muted);margin-top:4px}.lead-identity-stats{display:flex;align-items:stretch}.lead-identity-stats>div{min-width:108px;padding:3px 18px;border-left:1px solid var(--soft-line)}.lead-identity-stats span{display:block;color:#8d958f;font-size:9px;margin-bottom:7px}.lead-identity-stats strong{font-size:12px}.quality-big{font-size:15px!important;background:none}.quality-big small{display:inline;font-size:10px;color:#7d877f}.identity-actions{display:flex;gap:7px}.detail-tabs{height:52px;display:flex;align-items:flex-end;gap:3px;border-bottom:1px solid var(--line)}.detail-tabs button{height:42px;border:0;border-bottom:2px solid transparent;background:transparent;padding:0 15px;color:#7e8781;font-size:11px;cursor:pointer}.detail-tabs button.active{color:var(--ink);border-bottom-color:#83ad17;font-weight:700}.detail-tabs button span{margin-left:6px;padding:1px 5px;border-radius:9px;background:#e8ece8;font-size:9px}.detail-content{padding-top:15px}.overview-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:14px}.profile-section{padding:19px}.profile-section.span-full{grid-column:1 / -1}.section-title{display:flex;gap:10px;align-items:center;margin-bottom:18px}.section-title>svg{color:#789712}.section-title h3{font-size:13px}.section-title p{font-size:9px;color:#949d97;margin-top:3px}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 22px}.detail-grid dt{color:#929a94;font-size:9px;margin-bottom:5px}.detail-grid dd{color:#344039;font-size:11px;font-weight:500}.record-list{display:grid;gap:12px}.record-list article{display:flex;align-items:center;gap:10px}.record-list article>span{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#eef4e2;color:#6b851e;font-size:11px;font-weight:700}.record-list strong{font-size:11px}.record-list p{color:var(--muted);font-size:9px;margin-top:3px}.profile-section .empty-state{min-height:130px;padding:15px}.experience-list{display:flex;gap:0;padding:8px 6px 18px}.experience-list article{min-width:180px;flex:1;display:flex;align-items:flex-start;position:relative;padding-right:14px}.experience-list article>span{width:9px;height:9px;border-radius:50%;background:var(--lime);border:2px solid white;box-shadow:0 0 0 2px #a7ca46;z-index:1;margin:3px 9px 0 0}.experience-line{position:absolute;top:7px;left:8px;right:-1px;height:1px;background:#dfe5da}.experience-list strong{font-size:11px}.experience-list p{color:var(--muted);font-size:9px;margin-top:4px}.history-note{background:#f8faf5;border-left:3px solid #b8df38;padding:11px 13px;border-radius:0 8px 8px 0}.history-note strong{font-size:10px}.history-note p{color:#5e6b62;font-size:10px;line-height:1.6;margin-top:5px}.chat-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:14px;min-height:620px}.conversation-list{background:#fff;border:1px solid var(--line);border-radius:15px;padding:8px}.conversation-list-head{display:flex;align-items:center;justify-content:space-between;padding:12px 9px 14px}.conversation-list-head strong{font-size:12px}.conversation-list-head span{font-size:9px;background:#eef1ee;border-radius:10px;padding:2px 6px}.mini-add{width:26px;height:26px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:#68746c;cursor:pointer}.mini-add:hover{border-color:#b5cf6b;color:#729119;background:var(--lime-soft)}.conversation-item{width:100%;border:0;background:transparent;border-radius:10px;padding:10px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;text-align:left;cursor:pointer;margin-bottom:3px}.conversation-item:hover,.conversation-item.active{background:#f2f6e9}.conversation-item>span:nth-child(2){min-width:0}.conversation-item strong{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-item small{display:block;font-size:8px;color:#8d968f;margin-top:4px}.channel-icon{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;font-size:10px;font-weight:800}.channel-wechat{background:#e4f8e8;color:#199451}.channel-xhs{background:#fee9e9;color:#dc5353}.channel-meeting{background:#e9effe;color:#5073d6}.channel-other,.channel-phone{background:#f0edf9;color:#735fba}.chat-phone{background:#edf1ec;border:1px solid #dce2dc;border-radius:15px;overflow:hidden;display:flex;flex-direction:column;min-width:0}.chat-header{min-height:65px;background:#ffffffed;border-bottom:1px solid #dce2dc;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.chat-header strong{display:block;font-size:12px}.chat-header span{display:flex;align-items:center;gap:5px;color:#8b948e;font-size:9px;margin-top:4px}.chat-header-actions{display:flex;align-items:center;gap:7px}.online-dot{width:6px;height:6px;border-radius:50%;background:#4aba78}.chat-scroll{flex:1;padding:16px 18px 28px;overflow-y:auto;max-height:590px}.date-divider{display:flex;justify-content:center;padding:10px 0 15px}.date-divider span{background:#636f661f;color:#737d75;border-radius:10px;padding:3px 8px;font-size:8px}.message-row{display:flex;align-items:flex-start;gap:8px;margin:0 0 13px;max-width:78%}.message-row.outgoing{flex-direction:row-reverse;margin-left:auto}.message-row.system{max-width:100%;justify-content:center}.message-wrap{min-width:0}.message-meta{display:flex;gap:9px;color:#8b948e;font-size:8px;margin:0 3px 4px}.outgoing .message-meta{flex-direction:row-reverse}.message-bubble{width:fit-content;max-width:100%;background:#fff;border:1px solid #e2e7e2;padding:9px 12px;border-radius:4px 11px 11px;box-shadow:0 2px 6px #1e2d2309;font-size:11px;line-height:1.65;white-space:pre-wrap}.outgoing .message-bubble{background:#c8f15b;border-color:#bee84e;border-radius:11px 4px 11px 11px}.system .message-bubble{background:#636f661c;border:0;padding:4px 9px;font-size:9px;color:#68736c;border-radius:10px}.inferred-mark{display:block;opacity:.55;font-size:8px;margin-top:4px}.source-link{display:inline-block;color:#728918;font-size:8px;margin:3px 3px 0;text-decoration:underline}.message-tools{display:flex;gap:7px;align-items:center;min-height:20px;opacity:0;transition:opacity .15s ease}.message-row:hover .message-tools,.message-tools:focus-within{opacity:1}.message-tools button{border:0;background:transparent;padding:4px 2px;color:#7d8780;display:flex;align-items:center;gap:3px;font-size:8px;cursor:pointer}.message-tools button:hover{color:#53605a}.outgoing .message-tools{justify-content:flex-end}.message-composer{border-top:1px solid #dce2dc;background:#fff;padding:10px 13px}.composer-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.composer-title strong{font-size:10px}.composer-title button{border:0;background:transparent;color:#7f8982;font-size:9px;cursor:pointer}.composer-row{display:flex;gap:7px;margin-bottom:7px}.composer-row select,.composer-row input{border:1px solid var(--line);border-radius:7px;padding:6px 8px;font-size:9px}.composer-input{display:flex;align-items:flex-end;gap:8px}.composer-input textarea{flex:1;resize:vertical;border:1px solid var(--line);border-radius:8px;padding:8px 10px;outline:0;font-size:11px}.analysis-summary{background:#172019;color:#fff;border-radius:15px;padding:19px 21px;display:grid;grid-template-columns:95px minmax(0,1fr) auto;gap:20px;align-items:center}.analysis-grade{border-right:1px solid rgba(255,255,255,.12)}.analysis-grade span{display:block;font-size:9px;color:#9aa69e}.analysis-grade strong{display:inline-block;color:var(--lime);font-size:37px;line-height:1;margin:6px 8px 0 0}.analysis-grade small{font-size:9px;color:#a7b0a9}.analysis-title-row{display:flex;align-items:center;gap:8px}.analysis-title-row h2{font-size:14px}.analysis-summary>div:nth-child(2)>p{color:#c6cec8;font-size:10px;line-height:1.65;margin:7px 0 6px}.analysis-summary>div:nth-child(2)>small{color:#7f8c83;font-size:8px}.analysis-summary .button{background:#ffffff0f;color:#fff;border-color:#ffffff1f}.analysis-actions{display:flex;align-items:center;gap:7px}.analysis-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.analysis-two-col.lower{grid-template-columns:.85fr 1.15fr}.analysis-block{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px}.analysis-block>header{display:flex;align-items:center;gap:10px;padding-bottom:14px;border-bottom:1px solid var(--soft-line)}.analysis-symbol{width:34px;height:34px;border-radius:9px;display:grid;place-items:center}.analysis-symbol.pain{background:var(--orange-soft);color:var(--orange)}.analysis-symbol.need{background:var(--blue-soft);color:var(--blue)}.analysis-symbol.score{background:var(--purple-soft);color:var(--purple)}.analysis-symbol.service{background:var(--lime-soft);color:#789c17}.analysis-block header h3{font-size:12px}.analysis-block header p{font-size:9px;color:#939c95;margin-top:3px}.insight-list article{padding:13px 2px;border-bottom:1px solid var(--soft-line)}.insight-list article:last-child{border:0;padding-bottom:0}.insight-list article>div{display:flex;align-items:center;gap:7px}.insight-list strong{font-size:11px}.insight-list p{color:#657069;font-size:10px;line-height:1.6;margin-top:5px}.insight-list blockquote{margin:7px 0 0;background:#f8f9f7;border-left:2px solid #cbd5c7;padding:7px 9px;color:#788179;font-size:9px;line-height:1.45}.dimension-list{display:grid;gap:11px;margin-top:16px}.dimension-list>div{display:grid;grid-template-columns:75px minmax(0,1fr) 32px;gap:8px;align-items:center;font-size:9px}.dimension-list>div>div{height:6px;background:#eff1ee;border-radius:8px;overflow:hidden}.dimension-list i{display:block;height:100%;background:linear-gradient(90deg,#9988dc,#7158ca);border-radius:inherit}.dimension-list strong{font-size:9px;text-align:right}.missing-info{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:17px;padding-top:13px;border-top:1px solid var(--soft-line)}.missing-info strong{font-size:9px;margin-right:4px}.missing-info span{padding:3px 6px;background:#f1f3f0;border-radius:5px;color:#69736c;font-size:8px}.service-match-list{margin-top:8px}.service-match-list article{display:grid;grid-template-columns:24px minmax(0,1fr) 38px;gap:9px;align-items:flex-start;padding:11px 0;border-bottom:1px solid var(--soft-line)}.service-match-list article:last-child{border:0}.rank{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;background:var(--lime-soft);color:#698810;font-size:9px;font-weight:800}.service-match-list article>div>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.service-match-list strong{font-size:10px}.service-match-list article>div small{font-size:8px;color:#79857c}.service-match-list p{font-size:9px;color:#657168;line-height:1.5;margin-top:4px}.service-match-list em{display:block;color:var(--orange);font-style:normal;font-size:8px;margin-top:4px}.match-score{color:#708f17;font-size:14px;font-weight:800}.match-score small{font-size:8px}.section-action-row{min-height:55px;display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:12px}.timeline{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 21px}.timeline article{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;position:relative;padding-bottom:21px}.timeline article:not(:last-child):before{content:"";position:absolute;left:13px;top:25px;bottom:0;width:1px;background:#dfe5df}.timeline-dot{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green);z-index:1}.timeline header{display:flex;align-items:center;gap:8px;min-height:27px}.timeline header strong{font-size:11px}.timeline time{margin-left:auto;color:#929b95;font-size:9px}.timeline-actions{display:flex;align-items:center;gap:3px}.timeline-actions button{width:25px;height:25px;display:grid;place-items:center;border:0;border-radius:7px;color:#879189;background:transparent;cursor:pointer}.timeline-actions button:hover{color:#506057;background:#f0f3ef}.timeline p{color:#637067;font-size:10px;margin-top:5px}.timeline article>div>small{display:block;color:#849087;font-size:9px;margin-top:5px}.file-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.file-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:10px;align-items:flex-start}.file-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#f0f3ef;color:#76827a}.file-card>div>strong{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-card>div>p{color:#89928c;font-size:8px;margin:4px 0 7px}.file-card>div>div{display:flex;align-items:center;gap:8px}.file-card>div>div>span{font-size:8px;color:#969e98}.file-card>div>small{display:block;color:#a2692f;font-size:8px;line-height:1.45;margin-top:6px}.upload-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start}.upload-panel{padding-bottom:18px}.upload-panel>.button-block{width:calc(100% - 40px);margin:18px 20px 0}.step-label{color:#87aa20;font-size:9px;font-weight:700;letter-spacing:.06em}.dropzone{width:calc(100% - 40px);min-height:165px;margin:18px 20px;border:1.5px dashed #c8d1c7;border-radius:13px;background:#fafcf7;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:.15s ease}.dropzone:hover,.dropzone.dragging{border-color:#96bc26;background:#f5fae8}.dropzone>span{width:45px;height:45px;display:grid;place-items:center;border-radius:13px;background:var(--lime-soft);color:#789e14;margin-bottom:10px}.dropzone strong{font-size:12px}.dropzone p{color:#717d74;font-size:10px;margin-top:5px}.dropzone small{color:#a0a8a2;font-size:8px;margin-top:8px}.selected-files{margin:-5px 20px 18px;display:grid;gap:6px}.selected-files>div{border:1px solid var(--soft-line);border-radius:9px;padding:7px 9px;display:flex;align-items:center;gap:9px;color:#77837a}.selected-files>div>span{min-width:0;flex:1}.selected-files strong{display:block;color:#3e4942;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-files small{display:block;color:#9ca49e;font-size:8px;margin-top:2px}.selected-files .icon-button{border:0;width:28px;height:28px}.upload-panel hr{border:0;border-top:1px solid var(--soft-line);margin:0}.upload-context{padding:18px 20px 0}.upload-context h3{font-size:13px;margin-top:4px}.segmented{display:flex;border:1px solid var(--line);padding:3px;border-radius:9px;width:fit-content}.segmented button{min-width:72px;height:30px;border:0;background:transparent;border-radius:6px;font-size:10px;cursor:pointer}.segmented button.active{background:#263029;color:#fff}.upload-guide{display:grid;gap:12px}.upload-guide .panel{padding:18px}.process-list{list-style:none;padding:0;margin:16px 0 0;display:grid;gap:16px}.process-list li{display:flex;gap:10px;align-items:flex-start}.process-list li>span{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:#eff5df;color:#78951e;font-size:9px;font-weight:800}.process-list strong{font-size:10px}.process-list p{color:#8d9690;font-size:8px;margin-top:4px}.privacy-note,.permission-note{background:#19231c;color:#fff;border-radius:13px;padding:15px;display:flex;align-items:flex-start;gap:10px}.privacy-note>svg,.permission-note>svg{color:var(--lime);flex:none}.privacy-note strong,.permission-note strong{font-size:10px}.privacy-note p,.permission-note p{color:#9da8a0;font-size:8px;line-height:1.6;margin-top:4px}.upload-history{margin-top:15px}.file-name-cell>span{width:31px;height:31px;display:grid;place-items:center;background:#f0f3ef;color:#748078;border-radius:8px}.board-legend{display:flex;gap:14px;font-size:9px;color:#768179}.board-legend span{display:flex;align-items:center;gap:5px}.legend-dot{width:7px;height:7px;border-radius:50%;background:#bcc4be}.legend-dot.high{background:var(--green)}.legend-dot.due{background:var(--orange)}.kanban-board{display:grid;grid-template-columns:repeat(5,minmax(210px,1fr));gap:10px;overflow-x:auto;padding-bottom:8px}.kanban-column{min-height:520px;background:#e9ede8;border-radius:13px;padding:10px}.kanban-column>header{min-height:52px;display:flex;align-items:flex-start;justify-content:space-between;padding:4px 4px 10px}.kanban-column h2{font-size:11px}.kanban-column p{font-size:8px;color:#879188;margin-top:3px}.kanban-column>header>span{min-width:21px;height:21px;border-radius:7px;background:#ffffffbf;display:grid;place-items:center;font-size:9px;font-weight:700}.kanban-stack{display:grid;gap:8px;align-content:start}.lead-card{width:100%;background:#fff;border:1px solid #dce2dc;border-radius:11px;padding:11px;text-align:left;cursor:pointer;box-shadow:0 2px 4px #1e2b2206}.lead-card:hover{border-color:#b8c5b5;transform:translateY(-1px)}.lead-card-top{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:8px;align-items:center}.lead-card-top strong{display:block;font-size:10px}.lead-card-top small{display:block;font-size:8px;color:#89938c;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lead-card-tags{display:flex;gap:4px;margin:11px 0}.lead-card-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--soft-line);padding-top:8px;color:#8a938d}.lead-card-foot span{display:flex;align-items:center;gap:5px;font-size:8px}.lead-card-foot span.due-date{color:var(--orange)}.kanban-empty{min-height:100px;display:grid;place-items:center;color:#9ba39d;font-size:9px;border:1px dashed #d2d9d2;border-radius:9px}.board-tip{margin-top:12px;display:flex;align-items:flex-start;gap:9px;color:#758078;font-size:9px;line-height:1.6}.board-tip strong{color:#48534c}.service-intro{display:flex;align-items:flex-start;gap:10px}.service-intro-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:var(--lime-soft);color:#749712}.service-intro strong{font-size:11px}.service-intro p{color:#828c84;font-size:9px;margin-top:4px}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.service-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:19px;position:relative;overflow:hidden}.service-card:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;background:var(--lime-soft);opacity:.45;right:-52px;top:-54px}.service-card>header{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.service-index{color:#bac1bb;font-size:10px;letter-spacing:.08em;font-weight:700}.service-card-title{margin-top:14px}.service-card-title h2{font-size:17px}.service-card-title>strong{display:block;color:#6e9310;font-size:11px;margin-top:6px}.service-summary{color:#68746c;font-size:10px;line-height:1.65;margin-top:11px;min-height:32px}.service-card dl{display:grid;gap:9px;margin-top:15px}.service-card dl>div{background:#f8faf7;border-radius:8px;padding:9px 10px}.service-card dt{display:flex;align-items:center;gap:6px;font-size:9px;color:#536057;font-weight:700}.service-card dd{color:#7b857e;font-size:9px;line-height:1.55;margin-top:5px}.service-card footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--soft-line);margin-top:14px;padding-top:10px}.service-card footer>span{font-size:8px;color:#9ca49e}.team-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px}.team-summary>div{background:#fff;border:1px solid var(--line);border-radius:13px;padding:16px;display:flex;align-items:center;gap:12px}.team-summary>div>span{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--lime-soft);color:#759712}.team-summary strong{display:block;font-size:18px}.team-summary p{color:#879089;font-size:9px;margin-top:2px}.member-list article{min-height:67px;display:grid;grid-template-columns:38px minmax(180px,1fr) 110px 130px 70px;align-items:center;gap:12px;padding:11px 20px;border-top:1px solid var(--soft-line)}.member-list article:first-child{border-top:0}.member-list article>div strong{font-size:10px}.member-list article>div p{color:#89938c;font-size:9px;margin-top:3px}.member-date{color:#919a94;font-size:9px}.team-page .permission-note{margin-top:13px}.modal-backdrop{position:fixed;inset:0;background:#0c120e7a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100;display:grid;place-items:center;padding:18px}.modal{width:min(520px,100%);max-height:calc(100vh - 36px);background:#fff;border-radius:16px;box-shadow:0 25px 80px #0a140e3d;display:flex;flex-direction:column;overflow:hidden}.modal-wide{width:min(820px,100%)}.modal-header{min-height:72px;padding:17px 19px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--soft-line)}.modal-header h2{font-size:15px}.modal-header p{color:#89928c;font-size:9px;margin-top:4px}.modal-form{padding:18px 19px;overflow-y:auto}.form-section{padding-bottom:19px;margin-bottom:17px;border-bottom:1px solid var(--soft-line)}.form-section h3,.section-heading h3{font-size:11px;margin-bottom:11px}.form-grid{display:grid;gap:12px}.form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.span-2{grid-column:span 2}.span-3{grid-column:span 3}.span-4{grid-column:span 4}.field{display:flex;flex-direction:column;gap:6px;color:#59655d;font-size:9px}.field>span:first-child{font-weight:600}.field input,.field select,.field textarea,.repeat-row input{width:100%;min-height:37px;border:1px solid #dfe4df;border-radius:8px;padding:8px 10px;outline:0;color:var(--ink);background:#fff;font-size:10px}.field textarea{resize:vertical;line-height:1.5}.field input:focus,.field select:focus,.field textarea:focus,.repeat-row input:focus{border-color:#9dbd45;box-shadow:0 0 0 3px #add2481f}.field small{color:#9aa29c;font-size:8px;line-height:1.45}.section-heading{display:flex;align-items:center;justify-content:space-between}.repeat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) 36px;gap:7px;margin-bottom:8px}.form-empty{color:#98a09a;font-size:9px;padding:9px 0 14px}.modal-footer{display:flex;justify-content:flex-end;gap:8px;padding-top:16px;margin-top:17px;border-top:1px solid var(--soft-line)}.form-error{color:var(--red);background:var(--red-soft);border-radius:7px;padding:8px 10px;font-size:9px;margin-top:10px}.lead-form-mode{align-self:flex-start;margin:14px 19px 0}.lead-import{padding:18px 19px;overflow-y:auto}.import-drop{min-height:230px;border:1px dashed #cfd8cf;border-radius:14px;background:#fafcf9;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:26px}.import-drop>span{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;color:#718f17;background:var(--lime-soft)}.import-drop h3{margin-top:13px;font-size:14px}.import-drop p{color:#879189;font-size:9px;margin:6px 0 16px}.import-help{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 2px 0}.import-help strong,.import-preview-head strong{display:block;font-size:10px}.import-help p,.import-preview-head p{color:#89928c;font-size:9px;line-height:1.5;margin-top:4px}.import-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.import-summary{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 11px}.import-summary span{background:#f4f6f3;color:#667169;border-radius:7px;padding:7px 10px;font-size:9px}.import-summary .ready{color:#547514;background:var(--lime-soft)}.import-summary .duplicate{color:#9b6821;background:#fff4de}.import-summary .invalid{color:var(--red);background:var(--red-soft)}.import-table-wrap{max-height:330px;overflow:auto;border:1px solid var(--line);border-radius:10px}.import-table{min-width:720px}.import-table th{position:sticky;top:0;z-index:1;background:#f6f8f5}.import-table th,.import-table td{padding:9px 10px}.import-table td>strong{display:block;font-size:9px}.import-table td>small{display:block;color:#929b94;font-size:8px;margin-top:3px}.import-status{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:3px 7px;font-size:8px;font-weight:700}.import-status.green{color:#587514;background:var(--lime-soft)}.import-status.orange{color:#98661f;background:#fff4de}.import-status.red{color:var(--red);background:var(--red-soft)}.import-table .import-issue{max-width:190px;color:#7b6752;line-height:1.4}.import-selected{align-self:center;margin-right:auto;color:#68746c;font-size:9px}.password-field{position:relative;display:flex}.password-field input{padding-right:40px}.password-field button{position:absolute;right:4px;top:4px;width:29px;height:29px;border:0;background:transparent;display:grid;place-items:center;color:#7b857e;cursor:pointer}.toast{position:fixed;right:22px;bottom:22px;z-index:150;border:0;background:#172019;color:#fff;border-radius:10px;padding:11px 16px;box-shadow:0 15px 40px #141e1733;font-size:10px;cursor:pointer}.toast-error{background:#8b3737}.login-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:#fff}.login-story{padding:34px 46px;background:radial-gradient(circle at 82% 22%,rgba(199,245,48,.16),transparent 26%),radial-gradient(circle at 10% 75%,rgba(199,245,48,.08),transparent 31%),#111815;color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.login-story:after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(199,245,48,.08);border-radius:50%;right:-220px;top:20%;box-shadow:0 0 0 50px #c7f53005,0 0 0 105px #c7f53003}.login-brand{display:flex;align-items:center;gap:10px;position:relative;z-index:1}.login-brand strong{font-size:19px}.story-copy{max-width:570px;position:relative;z-index:1}.story-copy .eyebrow{color:var(--lime)}.story-copy h1{font-size:clamp(35px,4vw,56px);line-height:1.18;letter-spacing:-2.2px;margin:17px 0}.story-copy>p{max-width:485px;color:#9ca89f;font-size:13px;line-height:1.75}.story-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:38px}.story-points>div{border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:13px;display:flex;align-items:center;gap:10px;background:#ffffff06}.story-points svg{color:var(--lime)}.story-points strong{display:block;font-size:10px}.story-points small{display:block;color:#849087;font-size:8px;margin-top:3px}.login-footnote{color:#56635a;font-size:9px}.login-panel{display:grid;place-items:center;padding:35px}.login-form{width:min(360px,100%)}.login-icon{width:47px;height:47px;display:grid;place-items:center;border-radius:14px;background:var(--lime-soft);color:#718f17;margin-bottom:17px}.login-form h2{font-size:24px}.login-form>p{color:#7e8881;font-size:11px;margin:6px 0 24px}.login-form .field{margin-top:13px}.login-form .button-large{width:100%;margin-top:18px}.login-form .login-hint{text-align:center;color:#a0a7a2;font-size:8px;margin:11px 0 0}@media(max-width:1100px){.metric-grid{grid-template-columns:repeat(2,1fr)}.lead-identity-card{grid-template-columns:minmax(250px,1fr) auto}.lead-identity-stats{grid-column:1}.identity-actions{grid-column:2;grid-row:1}.upload-layout{grid-template-columns:1fr}.upload-guide{grid-template-columns:1fr 1fr}.analysis-two-col.lower{grid-template-columns:1fr}}@media(max-width:820px){.app-shell{display:block}.app-shell>.sidebar{display:none}.main-area{display:block}.mobile-menu{display:inline-grid}.mobile-sidebar{display:block;position:fixed;inset:0;z-index:90;background:#00000073}.mobile-sidebar .sidebar{display:flex}.mobile-sidebar-top{position:fixed;left:242px;top:10px;z-index:91}.topbar{padding:0 18px}.global-search{display:none}.page-content{padding:19px 18px 40px}.dashboard-grid,.overview-grid,.analysis-two-col,.service-grid{grid-template-columns:1fr}.profile-section.span-full{grid-column:auto}.chat-layout{grid-template-columns:1fr}.conversation-list{display:flex;overflow-x:auto}.conversation-list-head{min-width:90px}.conversation-item{min-width:180px}.lead-identity-card{grid-template-columns:1fr;gap:16px}.lead-identity-stats,.identity-actions{grid-column:auto;grid-row:auto}.lead-identity-stats>div:first-child{border-left:0;padding-left:0}.login-page{grid-template-columns:1fr}.login-story{min-height:42vh;padding:25px}.story-copy{margin:45px 0 30px}.story-copy h1{font-size:34px}.story-points{display:none}.login-panel{min-height:58vh}}@media(max-width:580px){.topbar{height:68px}.topbar-title p,.profile-button>span:nth-child(2),.profile-button>svg{display:none}.page-content{padding:14px 12px 32px}.hero-strip{align-items:flex-start;flex-direction:column}.hero-actions{width:100%}.hero-actions .button{flex:1}.metric-grid{grid-template-columns:1fr 1fr;gap:8px}.metric-card{padding:12px;min-height:90px;gap:10px}.metric-icon{width:34px;height:34px}.metric-card strong{font-size:21px}.page-toolbar{align-items:stretch;flex-direction:column}.toolbar-left{display:grid;grid-template-columns:1fr 1fr}.search-box{width:auto;grid-column:1 / -1}.page-toolbar>.button{width:100%}.detail-tabs{overflow-x:auto}.detail-tabs button{white-space:nowrap;padding:0 11px}.lead-identity-stats{display:grid;grid-template-columns:1fr 1fr}.lead-identity-stats>div{padding:9px 12px}.identity-actions .button{flex:1}.chat-scroll{padding:12px 9px 22px}.message-row{max-width:91%}.message-tools{opacity:1}.chat-header{gap:10px}.chat-header-actions .button{font-size:0;padding:7px}.chat-header-actions .button svg{margin:0}.analysis-summary{grid-template-columns:70px 1fr}.analysis-summary .button{grid-column:1 / -1}.analysis-grade strong{font-size:30px}.file-grid,.upload-guide,.team-summary,.form-grid-2,.form-grid-3,.form-grid-4{grid-template-columns:1fr}.span-2,.span-3,.span-4{grid-column:auto}.repeat-row{grid-template-columns:1fr 1fr 36px}.repeat-row input:nth-child(3){grid-column:1 / 3}.member-list article{grid-template-columns:38px 1fr auto}.member-date{display:none}.member-list article>.button{grid-column:2 / -1}.import-help,.import-preview-head{align-items:stretch;flex-direction:column}.lead-form-mode{align-self:stretch}.lead-form-mode button{flex:1}}
