*{box-sizing:border-box}html,body{background:var(--paper);min-height:100%;color:var(--ink);margin:0}body{font-family:var(--font-geist-sans),"PingFang SC","Microsoft YaHei",sans-serif}button,input,textarea{font:inherit}button{cursor:pointer;touch-action:manipulation}:is(button:focus-visible,input:focus-visible,textarea:focus-visible){outline-offset:2px;outline:3px solid #1769e033}.app-shell{background:var(--paper);min-height:100dvh}.app-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;justify-content:space-between;align-items:center;height:68px;padding:0 clamp(16px,3vw,42px);display:flex;position:sticky;top:0}.app-header>div{align-items:center;gap:14px;min-width:0;display:flex}.brand-lockup{align-items:center;gap:10px;display:flex}.brand-lockup>span:last-child{gap:2px;display:grid}.brand-lockup b{letter-spacing:-.02em;font-size:15px}.brand-symbol{background:linear-gradient(145deg,#15a8ca,#00aa9c 58%,#1870d6);border-radius:11px;flex:none;width:34px;height:34px;position:relative;box-shadow:0 7px 18px #00a99d33}.brand-symbol:before,.brand-symbol:after{content:"";background:#fff;border-radius:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brand-symbol:before{width:17px;height:5px}.brand-symbol:after{width:5px;height:17px}.brand-symbol i{background:#8ff4e8;border:2px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:5px;right:5px}.user-avatar{color:#fff;background:linear-gradient(145deg,#183f67,#168f9d);border:0;border-radius:50%;width:38px;height:38px;font-weight:800;position:relative}.user-avatar span{background:#15b87a;border:2px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;bottom:1px;right:0}.back-button{border:1px solid var(--line);color:#466078;background:#fff;border-radius:9px;width:38px;height:38px;font-size:20px}.header-separator{background:var(--line);width:1px;height:26px}.header-title{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.chat-page{background:#fff;height:100dvh;overflow:hidden}.chat-stage{flex-direction:column;height:calc(100dvh - 68px);display:flex;overflow:hidden}.message-stream{width:min(860px,100% - 32px);margin:0 auto;padding:40px 0 260px;overflow:auto}.chat-message{gap:12px;margin-bottom:26px;display:flex}.chat-message.user{justify-content:flex-end}.chat-message.user>div{max-width:72%}.chat-message small{color:#8291a0;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.chat-message p{white-space:pre-wrap;background:#f3f6f8;border:1px solid #d9e3e9;border-radius:4px 16px 16px;margin:0;padding:14px 17px;font-size:15px;line-height:1.7}.chat-message.user p{color:#fff;background:#1769e0;border:0;border-radius:16px 4px 16px 16px}.agent-dot,.agent-large{color:#fff;background:linear-gradient(145deg,#1378df,#00a99d);border-radius:10px;flex:none;place-items:center;display:grid;box-shadow:0 7px 16px #1579b42e}.agent-dot{width:34px;height:34px}.agent-large{width:44px;height:44px;margin:auto;font-size:19px}.thinking-message>div{width:min(620px,100% - 44px)}.thinking-status{background:linear-gradient(135deg,#f7fbfd,#edf7fb);border:1px solid #cfe0ec;border-radius:12px;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:70px;margin-top:7px;padding:13px 15px;display:grid;box-shadow:0 8px 24px #0067a014}.thinking-status b{color:#13537a;letter-spacing:.01em;font-size:13px;display:block}.thinking-status p{color:#6c8292!important;margin:4px 0 0!important;font-size:12px!important;line-height:1.45!important}.thinking-orbit{border:2px solid #0077b5;border-color:#0077b5 #00a7b5 #c5e7f2 #c5e7f2;border-radius:50%;width:24px;height:24px;animation:.85s linear infinite thinking-spin}.typing{align-items:center;gap:4px;width:auto;display:flex}.typing i{background:#4386aa;border-radius:50%;width:6px;height:6px;animation:1s infinite alternate pulse}.typing i:nth-child(2){animation-delay:.2s}.typing i:nth-child(3){animation-delay:.4s}@keyframes pulse{to{opacity:.25;transform:translateY(-2px)}}@keyframes thinking-spin{to{transform:rotate(360deg)}}.thinking-complete{color:#526b7c;background:#f9fbfc;border:1px solid #d9e5ec;border-radius:10px;margin:8px 0 12px;overflow:hidden}.thinking-complete summary{cursor:pointer;grid-template-columns:24px minmax(0,1fr) 18px;align-items:center;gap:9px;min-height:48px;padding:8px 12px;list-style:none;transition:background .15s;display:grid}.thinking-complete summary::-webkit-details-marker{display:none}.thinking-complete summary:hover{background:#f1f7fa}.thinking-complete summary>span{color:#078c76;background:#e2f4ef;border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;font-weight:900;display:grid}.thinking-complete summary div{gap:2px;display:grid}.thinking-complete summary b{color:#2d536b;font-size:12px}.thinking-complete summary small{color:#8093a0;font-size:10px}.thinking-complete summary i{color:#7e96a5;text-align:center;font-size:17px;font-style:normal;transition:transform .18s}.thinking-complete[open] summary i{transform:rotate(180deg)}.thinking-complete ol{border-top:1px solid #e5edf2;gap:8px;margin:0;padding:4px 12px 12px 45px;list-style:none;display:grid}.thinking-complete li{align-items:flex-start;gap:9px;min-height:26px;padding-top:8px;display:flex;position:relative}.thinking-complete li>span{color:#176c98;background:#eaf3f8;border-radius:6px;flex:none;place-items:center;width:20px;height:20px;font-size:10px;font-weight:800;display:grid}.thinking-complete li p{color:#667f90!important;margin:1px 0 0!important;font-size:11px!important;line-height:1.5!important}.composer-zone{gap:12px;width:min(920px,100% - 32px);margin:auto;display:grid}.chat-active .composer-zone{z-index:10;background:linear-gradient(#fff0,#fff 16%);margin:0 auto;padding:14px 0 12px;position:fixed;bottom:0;left:0;right:0}.composer-title{text-align:center;margin-bottom:12px}.composer-title h1{letter-spacing:-.04em;margin:14px 0 5px;font-size:clamp(24px,3vw,34px)}.composer-title p{color:var(--muted);margin:0;font-size:14px}.skill-picker{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.skill-picker button{border:1px solid var(--line);min-width:0;color:var(--ink);text-align:left;background:#fff;border-radius:11px;grid-template-rows:auto auto;grid-template-columns:30px 1fr;column-gap:9px;padding:11px;display:grid}.skill-picker button>span{color:#4e6479;background:#edf3f8;border-radius:8px;grid-row:1/3;place-items:center;width:30px;height:30px;font-size:12px;font-weight:800;display:grid}.skill-picker b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.skill-picker small{color:#8a99a7;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:11px;overflow:hidden}.skill-picker .skill-on{background:#f5f9ff;border-color:#9cc3ef;box-shadow:0 5px 16px #1769e014}.skill-picker .skill-on.blue>span,.skill-badge.blue{color:var(--blue);background:#e8f1ff}.skill-picker .skill-on.teal>span,.skill-badge.teal{color:#078c83;background:#e4f7f4}.skill-picker .skill-on.purple>span,.skill-badge.purple{color:var(--purple);background:#f0ebff}.skill-picker .skill-on.orange>span,.skill-badge.orange{color:var(--orange);background:#fff0e2}.composer-box{background:#fff;border:1px solid #cfdce5;border-radius:16px;padding:15px 16px 12px;box-shadow:0 16px 44px #22425921}.active-skill{align-items:center;gap:8px;display:flex}.skill-badge{border-radius:7px;place-items:center;width:24px;height:24px;font-size:11px;font-weight:800;display:grid}.composer-box textarea{resize:none;width:100%;min-height:76px;color:var(--ink);background:0 0;border:0;outline:0;padding:13px 0 6px;font-size:15px;line-height:1.55}.composer-actions{border-top:1px solid #edf1f3;justify-content:space-between;gap:10px;padding-top:10px;display:flex}.composer-actions>div{align-items:center;gap:6px;display:flex}.composer-actions button{color:#5f7487;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;min-height:36px;padding:6px 9px;font-size:12px;font-weight:700;display:flex}.composer-actions button span{font-size:15px}.composer-actions .send-control{color:#fff;background:#1769e0;justify-content:center;width:36px;padding:0;font-size:19px}.composer-actions .send-control:disabled{cursor:not-allowed;background:#cbd7e0}.prompt-row{justify-content:center;gap:7px;display:flex}.prompt-row button{border:1px solid var(--line);color:#617589;background:#fff;border-radius:8px;padding:7px 10px;font-size:11px}.prompt-row span{color:#1769e0;margin-left:7px}.ai-note{color:#94a1ac;text-align:center;margin:0;font-size:11px}.expert-list-page,.profile-dashboard{width:min(1220px,100% - 40px);margin:0 auto;padding:clamp(28px,4vw,54px) 0 60px}.page-intro{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.kicker{color:#7590a7;letter-spacing:.16em;font-size:11px;font-weight:800}.page-intro h1{letter-spacing:-.045em;margin:8px 0 7px;font-size:clamp(28px,4vw,42px)}.page-intro p{color:var(--muted);margin:0;font-size:14px}.primary-action{color:#fff;background:#1769e0;border:0;border-radius:8px;min-height:42px;padding:0 16px;font-size:13px;font-weight:800}.list-toolbar{justify-content:space-between;gap:18px;margin:28px 0 20px;display:flex}.list-toolbar label{border:1px solid var(--line);color:#8595a4;background:#fff;border-radius:9px;align-items:center;gap:9px;width:min(440px,100%);padding:11px 13px;display:flex}.list-toolbar input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:13px}.list-toolbar>div{gap:6px;display:flex}.list-toolbar button{color:#738596;background:0 0;border:1px solid #0000;border-radius:8px;min-height:40px;padding:0 12px;font-size:12px}.list-toolbar .filter-on{color:#254b6c;background:#eaf2fa;border-color:#cfe0ef;font-weight:800}.list-toolbar b{margin-left:5px}.expert-grid{grid-template-columns:repeat(auto-fit,minmax(min(350px,100%),1fr));gap:14px;display:grid}.expert-card{border:1px solid var(--line);min-width:0;color:var(--ink);text-align:left;background:#fff;border-radius:13px;padding:20px;transition:all .18s}.expert-card-head{grid-template-columns:50px 1fr auto;align-items:center;gap:12px;display:grid}.portrait,.profile-portrait{color:#184567;background:linear-gradient(145deg,#d7e7f1,#95b4c7);border-radius:50%;place-items:center;font-weight:800;display:grid;box-shadow:0 0 0 4px #f0f6f8}.portrait{width:48px;height:48px;font-size:18px}.expert-card h2{margin:0;font-size:16px}.expert-card h2 small{color:#75889a;margin-left:7px;font-size:11px;font-weight:600}.expert-card-head p{color:#74879a;margin:5px 0 0;font-size:12px}.completeness{color:#039a8f;text-align:right;font-size:15px;font-weight:900}.completeness small{color:#8a99a6;margin-top:3px;font-size:10px;font-weight:500;display:block}.expert-specialty{background:#f5f8fa;border-radius:8px;gap:4px;margin:19px 0 12px;padding:11px 12px;display:grid}.expert-specialty span{color:#8494a2;font-size:10px}.expert-tags{flex-wrap:wrap;gap:6px;display:flex}.expert-tags span{color:#377084;background:#eaf4f7;border-radius:5px;padding:5px 8px;font-size:11px}.expert-mini-stats{border-block:1px solid #edf1f3;grid-template-columns:repeat(3,1fr);margin:18px 0 16px;padding:13px 0;display:grid}.expert-mini-stats span{color:#81909d;text-align:center;border-right:1px solid #edf1f3;gap:3px;font-size:10px;display:grid}.expert-mini-stats span:last-child{border:0}.expert-mini-stats b{color:#194b70;font-size:17px}.expert-card footer{color:#8795a1;justify-content:space-between;font-size:10px;display:flex}.expert-card footer b{color:#1769e0;font-size:11px}.profile-dashboard{gap:18px;display:grid}.profile-hero{color:#fff;box-shadow:var(--shadow);background:linear-gradient(120deg,#123556,#174b6e);border-radius:15px;grid-template-columns:86px 1fr auto;align-items:center;gap:22px;padding:25px 28px;display:grid}.profile-portrait{color:#123f5b;background:linear-gradient(145deg,#d9eef3,#72a7bc);width:78px;height:78px;font-size:27px;position:relative}.profile-portrait i{color:#fff;background:#13b99e;border:3px solid #174867;border-radius:50%;place-items:center;width:23px;height:23px;font-size:10px;font-style:normal;display:grid;position:absolute;bottom:2px;right:0}.profile-identity>div{align-items:center;gap:10px;display:flex}.profile-identity h1{margin:0;font-size:26px}.profile-identity h1 small{color:#bfd0dc;margin-left:9px;font-size:13px;font-weight:500}.verified-badge{color:#74e6d7;background:#00a99d29;border:1px solid #67e7d361;border-radius:5px;padding:4px 7px;font-size:10px;font-weight:800}.profile-identity p{color:#bfd0dc;margin:7px 0;font-size:12px}.profile-identity>strong{margin-bottom:12px;font-size:14px;display:block}.profile-identity .expert-tags span{color:#d5e6ef;background:#ffffff1a}.profile-meta{grid-template-columns:repeat(2,1fr);gap:9px;min-width:210px;display:grid}.profile-meta span{background:#ffffff0f;border:1px solid #ffffff1f;padding:9px}.profile-meta small,.profile-meta b{display:block}.profile-meta small{color:#aac0cf;font-size:9px}.profile-meta b{margin-top:4px;font-size:13px}.profile-meta button{color:#70dfd2;text-align:right;background:0 0;border:0;grid-column:1/-1;font-size:11px}.stat-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.stat-grid button{border:1px solid var(--line);min-width:0;color:var(--ink);text-align:left;background:#fff;border-radius:12px;grid-template-columns:43px 1fr auto;align-items:center;gap:11px;padding:17px;display:grid}.stat-grid button:hover,.viz-card:hover,.signal-grid button:hover{border-color:#9cc6e4;box-shadow:0 10px 28px #1a456214}.stat-icon{border-radius:11px;place-items:center;width:42px;height:42px;font-size:12px;font-weight:900;display:grid}.icon-blue{color:var(--blue);background:#e8f1ff}.icon-teal{color:#058d84;background:#e3f7f4}.icon-purple{color:var(--purple);background:#f0ebff}.icon-orange{color:var(--orange);background:#fff0e2}.stat-grid button>div{grid-template-columns:auto 1fr;align-items:baseline;gap:2px 7px;display:grid}.stat-grid button b{font-size:22px}.stat-grid button strong{font-size:11px}.stat-grid button small{color:#8292a0;grid-column:1/-1;font-size:10px}.stat-grid button>i{color:#9aacb9;font-style:normal}.dashboard-grid{grid-template-columns:1.15fr .85fr;gap:14px;display:grid}.viz-card{border:1px solid var(--line);min-height:300px;color:var(--ink);text-align:left;background:#fff;border-radius:13px;padding:20px}.viz-card header,.evidence-section header{justify-content:space-between;align-items:flex-start;display:flex}.viz-card h2,.evidence-section h2{margin:6px 0 0;font-size:16px}.viz-card header>span{color:#1769e0;font-size:10px}.direction-chart{gap:15px;margin:28px 0 25px;display:grid}.direction-chart>div{grid-template-columns:120px 1fr 35px;align-items:center;gap:10px;font-size:11px;display:grid}.direction-chart i{background:#edf2f5;border-radius:9px;height:9px;overflow:hidden}.direction-chart em{background:linear-gradient(90deg,#1769e0,#16b5b0);border-radius:9px;height:100%;display:block}.direction-chart b{color:#2b597a;text-align:right}.viz-card footer{border-top:1px solid #edf1f3;align-items:center;gap:10px;padding-top:13px;display:flex}.viz-card footer p{color:#748797;margin:0;font-size:10px}.trend-up{color:#048a80;background:#e4f7f2;border-radius:4px;padding:4px 6px;font-size:10px;font-weight:800}.bar-chart{border-bottom:1px solid #dce5eb;justify-content:space-around;align-items:flex-end;height:190px;margin:25px 10px 15px;display:flex}.bar-chart>div{flex-direction:column;justify-content:flex-end;align-items:center;gap:5px;height:100%;display:flex}.bar-chart span{color:#58718a;font-size:10px}.bar-chart i{background:linear-gradient(#32bbb5,#1769e0);border-radius:5px 5px 0 0;width:28px;min-height:15%}.bar-chart small{color:#82919f;margin-bottom:-20px;font-size:9px}.trend-card footer{margin-top:26px}.trend-card footer b{color:#0a9b8f;font-size:18px}.network-visual{height:220px;margin-top:15px;position:relative;overflow:hidden}.network-node{z-index:2;color:#1e5975;background:#cae3e9;border:4px solid #edf7f8;border-radius:50%;place-items:center;width:50px;height:50px;font-size:15px;font-weight:800;display:grid;position:absolute}.network-node small{color:#7c8d9a;text-align:center;width:90px;font-size:8px;font-weight:500;position:absolute;top:52px}.node-center{color:#fff;background:linear-gradient(145deg,#1769e0,#00a99d);border-color:#e5f5f5;width:68px;height:68px;font-size:21px;top:79px;left:calc(50% - 34px)}.node-center small{color:#43647d;top:67px}.node-a{top:12px;left:15%}.node-b{top:12px;right:15%}.node-c{bottom:18px;left:14%}.node-d{bottom:18px;right:14%}.network-visual>i{z-index:1;transform-origin:0;background:#c7d8e2;width:38%;height:1px;position:absolute;top:50%;left:50%}.line-a{transform:rotate(210deg)}.line-b{transform:rotate(330deg)}.line-c{transform:rotate(145deg)}.line-d{transform:rotate(35deg)}.match-list{gap:9px;margin-top:23px;display:grid}.match-list>div{border:1px solid #e6edf1;border-radius:9px;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;padding:12px;display:grid}.device-icon{color:#1769e0;background:#eaf3fb;border-radius:9px;place-items:center;width:34px;height:34px;font-size:11px;font-weight:900;display:grid}.match-list p{gap:4px;margin:0;display:grid}.match-list strong{color:#07968c;font-size:14px}.evidence-section{border:1px solid var(--line);background:#fff;border-radius:13px;padding:20px}.evidence-section header button{color:#1769e0;background:0 0;border:0;font-size:11px}.signal-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px;display:grid}.signal-grid button{color:var(--ink);text-align:left;background:#fff;border:1px solid #e4ebef;border-radius:9px;grid-template-columns:auto 1fr;gap:9px;padding:13px;display:grid}.signal-type{color:#1769e0;background:#e8f1ff;border-radius:4px;padding:4px 6px;font-size:9px;font-weight:800}.type-meeting{color:#058d84;background:#e3f7f4}.type-record{color:#b86822;background:#fff0e2}.signal-grid b{font-size:11px;line-height:1.5}.signal-grid p{color:#82929f;margin:5px 0 0;font-size:9px}.signal-grid em{color:#0a958a;grid-column:2;font-size:9px;font-style:normal}.detail-backdrop{z-index:50;background:#0d22336b;justify-content:flex-end;display:flex;position:fixed;inset:0}.detail-drawer{background:#fff;flex-direction:column;width:min(520px,100%);height:100dvh;padding:28px;animation:.2s slide;display:flex;box-shadow:-18px 0 50px #0f26382e}@keyframes slide{0%{opacity:0;transform:translate(40px)}}.detail-drawer>header{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding-bottom:20px;display:flex}.detail-drawer h2{margin:7px 0;font-size:22px}.detail-drawer header p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.detail-drawer header button{border:1px solid var(--line);color:#63778a;background:#fff;border-radius:8px;flex:none;width:36px;height:36px;font-size:20px}.detail-list{gap:9px;padding:18px 0;display:grid;overflow:auto}.detail-list article{border:1px solid #e4ebef;border-radius:9px;grid-template-columns:28px 1fr auto;align-items:start;gap:10px;padding:14px;display:grid}.detail-list article>span{color:#1769e0;font-size:10px;font-weight:900}.detail-list b{font-size:12px;line-height:1.5}.detail-list p{color:#7b8d9b;margin:5px 0 0;font-size:10px;line-height:1.5}.detail-list em{color:#078d82;white-space:nowrap;background:#e6f6f3;border-radius:4px;padding:4px 6px;font-size:9px;font-style:normal}.detail-drawer>footer{border-top:1px solid var(--line);margin-top:auto;padding-top:17px}.detail-drawer>footer p{color:#8896a2;font-size:10px}.detail-drawer>footer button{color:#fff;background:#1769e0;border:0;border-radius:8px;width:100%;min-height:44px;font-size:12px;font-weight:800}.toast{z-index:80;color:#fff;box-shadow:var(--shadow);background:#123556;border-radius:9px;padding:12px 16px;font-size:12px;position:fixed;bottom:24px;right:24px}.empty-search{text-align:center;color:var(--muted);padding:70px}@media (max-width:900px){.stat-grid{grid-template-columns:1fr 1fr}.dashboard-grid,.signal-grid{grid-template-columns:1fr}.profile-hero{grid-template-columns:76px 1fr}.profile-meta{grid-column:1/-1;grid-template-columns:repeat(4,1fr)}.profile-meta button{grid-column:auto}.list-toolbar{flex-direction:column;align-items:stretch}.list-toolbar>div{overflow-x:auto}.skill-picker{grid-template-columns:1fr 1fr}.chat-active .skill-picker{display:none}}@media (max-width:640px){.app-header{height:60px;padding:0 12px}.brand-lockup small{display:none}.header-title{font-size:12px}.chat-stage{height:calc(100dvh - 60px)}.composer-zone{gap:8px;width:calc(100% - 20px)}.composer-title{margin-bottom:5px}.composer-title h1{font-size:25px}.skill-picker{scrollbar-width:none;padding-bottom:2px;display:flex;overflow-x:auto}.skill-picker button{min-width:180px}.composer-box{border-radius:14px;padding:12px}.active-skill small{display:none}.composer-box textarea{min-height:88px;font-size:16px}.composer-actions{align-items:flex-end}.composer-actions>div{gap:2px}.composer-actions button{min-width:44px;min-height:44px;padding:6px}.composer-actions button:not(.expert-entry):not(.record-control):not(.send-control){font-size:0}.composer-actions .expert-entry,.composer-actions .record-control{font-size:11px}.prompt-row{scrollbar-width:none;justify-content:flex-start;overflow-x:auto}.prompt-row button{min-width:max-content}.ai-note{font-size:10px}.chat-active .composer-zone{padding:8px 0}.message-stream{width:calc(100% - 20px);padding:24px 0 235px}.chat-message.user>div{max-width:88%}.chat-message p{font-size:14px}.expert-list-page,.profile-dashboard{width:calc(100% - 24px);padding:25px 0 42px}.page-intro{flex-direction:column;align-items:flex-start}.page-intro p{font-size:13px;line-height:1.6}.primary-action{display:none}.expert-card{padding:15px}.expert-card-head{grid-template-columns:46px 1fr auto}.expert-grid{grid-template-columns:1fr}.profile-dashboard{gap:11px}.profile-hero{grid-template-columns:58px 1fr;gap:13px;padding:18px}.profile-portrait{width:56px;height:56px;font-size:20px}.profile-identity h1{font-size:20px}.profile-identity>div{flex-direction:column;align-items:flex-start;gap:5px}.profile-identity p{line-height:1.5}.profile-meta{grid-template-columns:1fr 1fr;min-width:0}.profile-meta button{grid-column:1/-1}.stat-grid{grid-template-columns:1fr 1fr;gap:8px}.stat-grid button{grid-template-columns:36px 1fr;padding:12px}.stat-icon{width:36px;height:36px}.stat-grid button>i{display:none}.stat-grid button b{font-size:18px}.viz-card{min-height:0;padding:16px}.direction-chart>div{grid-template-columns:94px 1fr 30px}.network-visual{height:210px}.signal-grid{grid-template-columns:1fr}.detail-backdrop{align-items:flex-end}.detail-drawer{border-radius:18px 18px 0 0;width:100%;height:min(78dvh,680px);padding:20px;animation:.2s sheet}@keyframes sheet{0%{opacity:0;transform:translateY(40px)}}.detail-list article{grid-template-columns:24px 1fr}.detail-list em{grid-column:2}.toast{text-align:center;bottom:12px;left:12px;right:12px}}@media (max-width:390px){.stat-grid{grid-template-columns:1fr}.expert-card-head{grid-template-columns:42px 1fr}.completeness{display:none}.profile-meta{grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.session-trigger{border:1px solid var(--line);color:#466078;background:#fff;border-radius:9px;width:38px;height:38px;font-size:17px;display:none}.chat-workspace{grid-template-columns:286px minmax(0,1fr);height:calc(100dvh - 68px);display:grid;overflow:hidden}.chat-workspace .chat-stage{min-width:0;height:100%;position:relative}.session-sidebar{z-index:12;border-right:1px solid var(--line);background:#f7f9fa;flex-direction:column;min-width:0;padding:22px 14px 16px;display:flex;position:relative;overflow:hidden}.session-heading{justify-content:space-between;align-items:center;padding:0 5px;display:flex}.session-heading h2{margin:5px 0 0;font-size:20px}.session-close{border:1px solid var(--line);color:#61778b;background:#fff;border-radius:8px;width:36px;height:36px;font-size:19px;display:none}.new-session{color:#fff;background:#1769e0;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:42px;margin:20px 0 10px;font-size:12px;font-weight:800;display:flex}.new-session span{font-size:18px;font-weight:400}.session-search{border:1px solid var(--line);color:#8796a3;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:9px 10px;display:flex}.session-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px}.session-groups{scrollbar-width:thin;margin-top:16px;overflow:auto}.session-groups section{margin-bottom:17px}.session-groups h3{color:#8594a1;margin:0 7px 7px;font-size:10px;font-weight:700}.session-item{width:100%;min-width:0;color:var(--ink);text-align:left;background:0 0;border:1px solid #0000;border-radius:9px;grid-template-columns:27px minmax(0,1fr);gap:8px;padding:10px 8px;display:grid;position:relative}.session-current{background:#fff;border-color:#d6e3ea;box-shadow:0 5px 16px #21445c0f}.session-skill{color:#1769e0;background:#e9f2fb;border-radius:7px;place-items:center;width:27px;height:27px;font-size:9px;font-weight:800;display:grid}.session-item>span:nth-child(2){gap:5px;min-width:0;display:grid}.session-item b,.session-item small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.session-item b{padding-right:34px;font-size:11px}.session-item small{color:#8493a0;font-size:9px}.session-item time{color:#9aa6af;font-size:8px;position:absolute;top:11px;right:8px}.session-empty{color:#8796a3;text-align:center;padding:30px 8px;font-size:11px}.session-footer{background:#eef6f5;border:1px solid #dce8e9;border-radius:8px;gap:4px;margin-top:auto;padding:12px;display:grid}.session-footer span{font-size:11px;font-weight:800}.session-footer small{color:#738895;font-size:9px}.session-backdrop{display:none}.chat-workspace .chat-active .composer-zone,.chat-active .chat-workspace .composer-zone{position:absolute}@media (max-width:900px) and (min-width:641px){.chat-workspace{grid-template-columns:240px minmax(0,1fr)}}@media (max-width:640px){.session-trigger{place-items:center;display:grid}.chat-workspace{height:calc(100dvh - 60px);display:block}.chat-workspace .chat-stage{height:100%}.session-sidebar{z-index:42;width:min(320px,86vw);padding:18px 14px;transition:transform .2s;position:fixed;top:60px;bottom:0;left:0;transform:translate(-105%);box-shadow:18px 0 45px #112b3f33}.session-sidebar.session-open{transform:translate(0)}.session-close{place-items:center;display:grid}.session-backdrop{z-index:41;background:#0e243561;border:0;display:block;position:fixed;inset:60px 0 0}}:root{--navy:#20201f;--ink:#292927;--muted:#74746f;--line:#deded9;--paper:#f7f7f5;--blue:#252523;--teal:#3d7568;--purple:#6d665f;--orange:#8a6a45;--shadow:0 8px 26px #20201e0f}html,body{color:#292927;background:#f7f7f5}.app-shell{background:#f7f7f5}.app-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fafaf8f5;border-color:#e3e3df;height:60px;padding:0 20px}.brand-symbol{width:30px;height:30px;box-shadow:none;background:#242422;border:1px solid #1f1f1e;border-radius:8px}.brand-symbol i{display:none}.brand-lockup b{font-size:14px;font-weight:650}.user-avatar{width:34px;height:34px;box-shadow:none;background:#333330;font-size:12px}.back-button,.session-trigger{color:#4d4d49;background:#f7f7f5;border-color:#ddddda;border-radius:8px;width:34px;height:34px}.header-separator{background:#dfdfdb}.header-title{color:#555550;font-weight:550}.chat-workspace{background:#fbfbfa;grid-template-columns:264px minmax(0,1fr);height:calc(100dvh - 60px)}.session-sidebar{background:#f1f1ee;border-color:#dfdfdb;padding:15px 10px 12px}.session-heading{padding:3px 8px}.session-heading .kicker{display:none}.session-heading h2{margin:0;font-size:13px;font-weight:600}.new-session{color:#333330;background:#fafaf8;border:1px solid #d7d7d2;border-radius:8px;justify-content:flex-start;min-height:38px;margin:13px 2px 9px;padding:0 11px;font-size:12px;font-weight:550}.new-session:hover{background:#e9e9e5}.new-session span{font-size:16px}.session-search{background:#f7f7f4;border-color:#ddddda;margin:0 2px;padding:8px 9px}.session-search input{font-size:11px}.session-groups{margin-top:13px}.session-groups h3{color:#96968f;text-transform:uppercase;letter-spacing:.07em;margin:0 9px 5px;font-size:9px}.session-item{border:0;border-radius:7px;grid-template-columns:24px minmax(0,1fr);gap:8px;padding:9px 8px}.session-current{box-shadow:none;background:#e4e4df;border:0}.session-skill{color:#555550;background:#d9d9d4;border-radius:6px;width:24px;height:24px}.session-item b{font-size:11px;font-weight:580}.session-item small{color:#85857f}.session-footer{background:#e8e8e4;border:0;border-radius:7px;padding:10px}.session-footer span{font-weight:600}.session-footer small{color:#888882}.chat-stage{background:#fbfbfa}.message-stream{width:min(760px,100% - 40px);padding-top:38px}.chat-message{gap:10px;margin-bottom:28px}.agent-dot,.agent-large{box-shadow:none;background:#2b2b29;border:1px solid #333330;border-radius:8px}.agent-dot{width:30px;height:30px;font-size:11px}.agent-large{width:38px;height:38px;font-size:14px}.chat-message small{color:#8a8a84;font-size:11px;font-weight:550}.chat-message p{color:#353532;background:0 0;border:0;border-radius:0;padding:0;font-size:14px;line-height:1.75}.chat-message.user p{color:#292927;background:#ededeb;border:1px solid #dfdfdb;border-radius:14px 4px 14px 14px;padding:11px 14px}.composer-zone{gap:9px;width:min(800px,100% - 36px)}.composer-title{margin-bottom:10px}.composer-title h1{letter-spacing:-.035em;margin:12px 0 4px;font-size:clamp(23px,2.5vw,30px);font-weight:560}.skill-picker{justify-content:center;gap:6px;display:flex}.skill-picker button{background:#fafaf8;border-color:#dededa;border-radius:8px;align-items:center;gap:7px;width:auto;min-width:0;padding:7px 10px;display:flex}.skill-picker button>span{color:#5f5f5a;background:#ebebe8;border-radius:6px;width:23px;height:23px;font-size:10px;display:grid}.skill-picker b{font-size:11px;font-weight:550}.skill-picker small{display:none}.skill-picker .skill-on,.skill-picker .skill-on.blue,.skill-picker .skill-on.teal,.skill-picker .skill-on.purple,.skill-picker .skill-on.orange{box-shadow:none;background:#e8e8e4;border-color:#c9c9c4}.composer-box{background:#fff;border-color:#cfcfca;border-radius:14px;padding:13px 14px 10px;box-shadow:0 10px 32px #23232014}.active-skill b{font-size:11px;font-weight:600}.composer-box textarea{color:#2c2c29;min-height:70px;font-size:14px}.composer-actions{border-color:#ecece8}.composer-actions button{color:#666660;border-radius:7px;font-weight:550}.composer-actions button:hover{background:#efefec}.composer-actions .send-control{color:#fff;background:#282826;border-radius:8px}.prompt-row button{color:#777771;background:#fafaf8;border-color:#e1e1dd;border-radius:7px}.prompt-row span{color:#555550}.ai-note{color:#999992}.expert-list-page,.profile-dashboard{width:min(1160px,100% - 40px)}.page-intro .kicker,.profile-dashboard .kicker{color:#999993}.page-intro h1{font-size:clamp(27px,3.5vw,36px);font-weight:570}.page-intro p{color:#7c7c76}.primary-action{background:#292927;border:1px solid #252523;border-radius:8px;font-weight:600}.list-toolbar label{background:#fafaf8;border-color:#d9d9d5}.expert-card{box-shadow:none;background:#fbfbfa;border-color:#dfdfda;border-radius:10px}.expert-card:hover{box-shadow:none;border-color:#bdbdb7;transform:none}.expert-tags span{color:#666660;background:#f4f4f1;border:1px solid #deded9}.expert-mini-stats b{color:#363633}.expert-card footer b{color:#444440}.profile-hero{color:#292927;box-shadow:none;background:#fbfbfa;border:1px solid #d9d9d4;border-radius:11px}.profile-portrait i{background:#4d8a78;border-color:#fbfbfa}.profile-identity h1 small,.profile-identity p{color:#777771}.verified-badge{color:#3d7568;background:#edf4f1;border-color:#cadbd5}.profile-identity .expert-tags span{color:#666660;background:#efefec;border-color:#dbdbd6}.profile-meta span{background:#f3f3f0;border-color:#dfdfda}.profile-meta small{color:#888882}.profile-meta button{color:#4c4c48}.stat-grid button,.viz-card,.evidence-section{box-shadow:none;background:#fbfbfa;border-color:#dfdfda;border-radius:10px}.stat-grid button:hover,.viz-card:hover,.signal-grid button:hover{box-shadow:none;border-color:#bdbdb7}.stat-grid button b{font-weight:560}.direction-chart i{background:#e7e7e3}.direction-chart b{color:#555550}.trend-up{color:#3d7568;background:#e9f0ed}.trend-card footer b{color:#3d7568}.network-node{color:#555550;background:#dfdfda;border-color:#f4f4f1}.node-center{color:#fff;background:#3b3b38;border-color:#efefec}.match-list>div,.signal-grid button{background:#fdfdfc;border-color:#e2e2de}.match-list strong,.signal-grid em{color:#3d7568}.signal-type,.type-meeting,.type-record{color:#555550;background:#e7e7e3}.evidence-section header button,.viz-card header>span{color:#555550}.detail-backdrop{background:#1e1e1c47}.detail-drawer{background:#fafaf8;box-shadow:-14px 0 36px #1e1e1c1a}.detail-list article{background:#fff;border-color:#e0e0dc}.detail-list article>span{color:#777771}.detail-list em{color:#3d7568;background:#e9efec}@media (max-width:900px) and (min-width:641px){.chat-workspace{grid-template-columns:224px minmax(0,1fr)}.skill-picker{grid-template-columns:1fr 1fr;display:grid}.skill-picker button{justify-content:flex-start}}@media (max-width:640px){.app-header{background:#fafaf8f7}.session-sidebar{background:#f1f1ee;box-shadow:12px 0 28px #1919171f}.session-backdrop{background:#23232047}.skill-picker{justify-content:flex-start}.skill-picker button{min-width:max-content}.composer-box textarea{font-size:16px}.profile-hero{background:#fbfbfa}.detail-drawer{background:#fafaf8}}.session-account{border-top:1px solid #ddddda;grid-template-columns:34px minmax(0,1fr) 28px;align-items:center;gap:9px;margin-top:auto;padding:9px 7px;display:grid}.session-account>span{gap:3px;min-width:0;display:grid}.session-account b{font-size:11px;font-weight:600}.session-account small{color:#898983;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.session-account>button{color:#888882;background:0 0;border:0;border-radius:6px;width:28px;height:28px}.session-account>button:hover{background:#e3e3df}.user-avatar span{background:#38a98b;border-color:#fff}.session-current{background:#fff;box-shadow:0 1px 4px #23231f0d}.session-footer{background:#f0f4f2}.agent-dot,.agent-large{color:#16846f;background:#e8f5f1;border-color:#cde5dd}.skill-picker button{background:#fff;border-color:#e3e3df}.skill-picker button>span{color:#696963;background:#f2f2ef}.skill-picker .skill-on,.skill-picker .skill-on.blue,.skill-picker .skill-on.teal,.skill-picker .skill-on.purple,.skill-picker .skill-on.orange{background:#f0f8f5;border-color:#c8e1d9}.skill-picker .skill-on.blue>span,.skill-picker .skill-on.teal>span,.skill-picker .skill-on.purple>span,.skill-picker .skill-on.orange>span{color:#197862;background:#dff1eb}.composer-actions .send-control{color:#fff;background:#10a389}.match-list>div,.signal-grid button{background:#fff}.detail-drawer,.detail-list article{background:#fff}@media (max-width:640px){.app-header{background:#fffffffa}.session-sidebar{background:#f7f7f5}.profile-hero,.detail-drawer{background:#fff}}.composer-box{position:relative}.composer-actions .composer-plus{color:#555550;background:#f7f7f5;border:1px solid #e0e0dc;border-radius:8px;justify-content:center;width:32px;height:32px;padding:0;font-size:18px;font-weight:400}.composer-menu{z-index:30;background:#fff;border:1px solid #dcdcd7;border-radius:12px;width:310px;padding:7px;animation:.14s menu-in;position:absolute;bottom:54px;left:10px;box-shadow:0 14px 38px #26262221}.composer-menu button{color:#3b3b38;text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:0;padding:9px;display:grid}.composer-menu button:hover{background:#f3f3f0}.composer-menu button>span{color:#5e5e59;background:#f0f0ed;border-radius:7px;place-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:grid}.composer-menu button>div{gap:3px;min-width:0;display:grid}.composer-menu b{font-size:12px;font-weight:600}.composer-menu em{color:#16846f;font-size:12px;font-style:normal}.composer-menu .upload-option>span{color:#16846f;background:#eaf6f2;font-size:16px}.menu-divider{background:#ecece8;height:1px;margin:6px;display:block}.menu-label{color:#9a9a94;letter-spacing:.06em;text-transform:uppercase;padding:6px 9px 4px;font-size:9px;font-weight:700;display:block}.composer-menu .menu-skill-on>span{color:#197862;background:#dff1eb}.slash-menu{top:78px;bottom:auto}@keyframes menu-in{0%{opacity:0;transform:translateY(5px)}}@media (max-width:640px){.composer-menu{width:auto;bottom:58px;left:7px;right:7px}.slash-menu{top:76px;bottom:auto}.composer-actions .composer-plus{min-width:40px}}:root{--ink:#242422;--muted:#63635e}body{color:#242422;font-size:14px}.brand-lockup b{color:#242422;font-size:15px}.brand-lockup small{color:#74746f;font-size:11px}.header-title{color:#3d3d39;font-size:14px}.session-heading h2{color:#292927;font-size:15px}.new-session{font-size:13px}.session-search input{color:#333330;font-size:13px}.session-groups h3{color:#777771;letter-spacing:.04em;margin-top:3px;font-size:11px}.session-item{padding-block:11px}.session-skill{width:26px;height:26px;font-size:10px}.session-item b{color:#292927;padding-right:38px;font-size:13px;line-height:1.3}.session-item small{color:#70706a;font-size:11px;line-height:1.35}.session-item time{color:#81817b;font-size:10px;top:12px}.session-empty{font-size:12px}.session-account b{color:#292927;font-size:13px}.session-account small{color:#71716b;font-size:11px}.session-footer span{font-size:12px}.session-footer small{font-size:10px}.chat-message small{color:#71716b;font-size:12px}.chat-message p{color:#292927;font-size:15px}.composer-title p{color:#6c6c67;font-size:14px}.active-skill b{font-size:13px}.active-skill small{color:#75756f;font-size:12px}.composer-box textarea{color:#292927;font-size:15px}.composer-actions button{font-size:13px}.prompt-row button{color:#62625d;font-size:12px}.ai-note{color:#7f7f79;font-size:11px}.composer-menu b{color:#292927;font-size:13px}.composer-menu small{color:#73736d;font-size:11px}.menu-label{color:#777771;font-size:10px}.page-intro p{color:#656560;font-size:15px}.list-toolbar input{color:#292927;font-size:14px}.list-toolbar button{font-size:13px}.expert-card h2{font-size:17px}.expert-card h2 small{font-size:12px}.expert-card-head p{color:#656560;font-size:13px}.completeness small,.expert-specialty span{color:#71716b;font-size:11px}.expert-specialty strong{font-size:14px}.expert-tags span{font-size:12px}.expert-mini-stats span{color:#6f6f69;font-size:11px}.expert-mini-stats b{font-size:19px}.expert-card footer{color:#73736d;font-size:11px}.expert-card footer b{font-size:12px}.profile-identity h1{font-size:27px}.profile-identity h1 small{font-size:14px}.verified-badge{font-size:11px}.profile-identity p{font-size:13px}.profile-identity>strong{font-size:15px}.profile-meta small{font-size:10px}.profile-meta b{font-size:14px}.profile-meta button,.stat-grid button strong{font-size:12px}.stat-grid button small{color:#6f6f69;font-size:11px}.viz-card h2,.evidence-section h2{font-size:17px}.viz-card header>span,.evidence-section header button{font-size:11px}.direction-chart>div{font-size:12px}.viz-card footer p{color:#656560;font-size:11px}.network-node small{font-size:10px}.match-list b{font-size:12px}.match-list small{color:#6f6f69;font-size:10px}.signal-grid b{font-size:12px}.signal-grid p{color:#6f6f69;font-size:10px}.signal-grid em{font-size:10px}.detail-drawer header p,.detail-list b{font-size:13px}.detail-list p{color:#696964;font-size:11px}.detail-list em{font-size:10px}@media (max-width:640px){.session-item b{font-size:14px}.session-item small{font-size:12px}.session-item time{font-size:10px}.composer-box textarea{font-size:16px}.chat-message p{font-size:15px}.expert-card h2{font-size:17px}}:root{--ink:#18324a;--muted:#718497;--line:#dce5eb;--paper:#f5f8fa;--blue:#1769e0;--teal:#00a99d;--shadow:0 12px 36px #1b3b5314}html,body,.app-shell{color:#18324a;background:#f5f8fa}.app-header{background:#fffffff7;border-color:#dce5eb}.brand-symbol{background:linear-gradient(145deg,#15a8ca,#00aa9c 58%,#1870d6);border-color:#ffffff59;box-shadow:0 7px 18px #00a99d2e}.brand-lockup b{color:#18324a}.brand-lockup small{color:#718497}.user-avatar{color:#fff;background:linear-gradient(145deg,#183f67,#168f9d);border:0}.user-avatar span{background:#15b87a}.chat-workspace,.chat-stage{background:#fff}.session-sidebar{background:#f7f9fa;border-color:#dce5eb}.new-session{color:#2c4b65;background:#fff;border-color:#d6e1e9}.new-session:hover{background:#eff6fb;border-color:#a9c8e3}.session-search{background:#fff;border-color:#dce5eb}.session-heading h2,.session-item b,.session-account b{color:#18324a}.session-groups h3,.session-item small,.session-item time,.session-account small{color:#718497}.session-item:hover{background:#eef4f7}.session-current{background:#fff;border:1px solid #d4e1ea;box-shadow:0 5px 16px #21445c0f}.session-skill{color:#1769e0;background:#e8f1ff}.session-account{border-color:#dce5eb}.agent-dot,.agent-large{color:#fff;background:linear-gradient(145deg,#1378df,#00a99d);border:0;box-shadow:0 7px 16px #1579b426}.chat-message small{color:#718497}.chat-message p{color:#18324a}.chat-message.user p{color:#18324a;background:#edf4f8;border-color:#d7e3eb}.composer-title h1{color:#18324a}.composer-title p{color:#718497}.composer-box{background:#fff;border-color:#cfdce5;box-shadow:0 12px 38px #2242591a}.skill-badge,.skill-badge.blue,.skill-badge.teal,.skill-badge.purple,.skill-badge.orange{color:#1769e0;background:#e8f1ff}.active-skill small{color:#718497}.composer-actions .expert-entry{color:#1769e0;background:#edf5ff}.chat-active .composer-zone{background:linear-gradient(#fff0,#fff 18%)}.composer-menu{border-color:#d7e2e9}.composer-menu .upload-option>span,.composer-menu .menu-skill-on>span{color:#008f85;background:#e5f7f4}.primary-action{background:#1769e0;border-color:#1769e0}.list-toolbar .filter-on{color:#254b6c;background:#eaf2fa;border-color:#cfe0ef}.expert-card,.stat-grid button,.viz-card,.evidence-section{background:#fff;border-color:#dce5eb}.expert-specialty{background:#f5f8fa}.completeness{color:#00a99d}.profile-hero{color:#18324a;background:#fff;border-color:#dce5eb}.profile-portrait{color:#123f5b;background:linear-gradient(145deg,#d9eef3,#72a7bc)}.stat-icon,.icon-blue,.icon-teal,.icon-purple,.icon-orange{color:#1769e0;background:#e8f1ff}.node-center{background:linear-gradient(145deg,#1769e0,#00a99d)}.device-icon{color:#1769e0;background:#eaf3fb}.detail-drawer{background:#fff}.toast{color:#fff;background:#123556;border:0;box-shadow:0 10px 28px #1235562e}@media (max-width:640px){.app-header{background:#fffffffa}.session-sidebar{background:#f7f9fa}.profile-hero,.detail-drawer{background:#fff}}.session-primary-actions{border-bottom:1px solid #e4ebf0;gap:2px;padding:2px 0 14px;display:grid}.session-primary-actions button{color:#29445b;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:10px;width:100%;min-height:38px;padding:0 10px;font-size:14px;font-weight:520;display:flex}.session-primary-actions button:hover{background:#eaf1f5}.session-primary-actions button>span{color:#557087;text-align:center;width:20px;font-size:18px;font-weight:400}.session-primary-actions .expert-nav{margin-top:4px}.session-primary-actions .expert-nav .expert-icon{color:#557087}.session-search-always{background:#fff;border-color:#cfdce5;margin:10px 0 0;padding:9px 10px}.session-recent{margin-top:15px}.session-recent section{margin:0}.session-recent h3{color:#7c8d9b;letter-spacing:0;text-transform:none;margin:0 10px 7px;font-size:12px;font-weight:600}.session-recent .session-item{color:#29445b;background:0 0;border:0;border-radius:7px;min-height:37px;padding:8px 10px;display:block}.session-recent .session-item:hover{background:#eaf1f5}.session-recent .session-current{box-shadow:none;background:#e5edf2;border:0}.session-recent .session-item b{color:#29445b;text-overflow:ellipsis;white-space:nowrap;padding:0;font-size:14px;font-weight:500;line-height:21px;display:block;overflow:hidden}.session-close{z-index:2}@media (max-width:640px){.session-sidebar{padding-top:18px}.session-close{position:absolute;top:10px;right:10px}.session-primary-actions{padding-right:40px}.session-primary-actions button{min-height:44px}.session-recent .session-item{min-height:44px;padding-block:11px}.session-recent .session-item b{font-size:14px}}.composer-box{border:1px solid #d4dee6;border-radius:20px;padding:14px 15px 10px;box-shadow:0 8px 26px #1f3d5314;container-type:inline-size}.composer-box textarea{color:#18324a;min-height:92px;padding:5px 2px 14px;font-size:15px;line-height:1.55}.composer-box textarea::placeholder{color:#98a6b1}.composer-actions{border-top:0;align-items:center;padding-top:0}.composer-actions>div{gap:5px;min-width:0}.composer-actions button{color:#526a7e;border-radius:9px;min-height:34px;padding:5px 8px;font-size:12px;font-weight:560}.composer-actions .composer-plus{color:#526a7e;background:0 0;border:0;width:34px;height:34px;font-size:22px}.composer-actions .composer-plus:hover{background:#edf2f5}.composer-actions .active-skill{color:#1769e0;background:#edf5ff;gap:6px;min-width:0;max-width:190px;padding:5px 9px 5px 6px}.composer-actions .active-skill:hover{background:#e3effc}.composer-actions .active-skill .skill-badge{color:#1769e0;background:#dfeaff;border-radius:7px;flex:0 0 23px;width:23px;height:23px;font-size:10px}.composer-actions .active-skill b{color:#1769e0;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.expert-icon{flex:0 0 20px;width:20px;height:20px;display:inline-block;position:relative}.expert-icon:before{content:"";border:1.8px solid;border-radius:50%;width:6px;height:6px;position:absolute;top:1px;left:7px}.expert-icon:after{content:"";border:1.8px solid;border-bottom:0;border-radius:9px 9px 3px 3px;width:14px;height:8px;position:absolute;bottom:1px;left:3px}.composer-actions .send-control{color:#fff;background:#1769e0;border-radius:50%;width:36px;height:36px;min-height:36px;padding:0;font-size:19px}.composer-actions .send-control:disabled{color:#fff;background:#d4dee5}.composer-actions .composer-skill{color:#526a7e;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:9px;justify-content:flex-start;align-items:center;gap:6px;width:auto;min-width:88px;height:34px;min-height:34px;padding:3px 7px 3px 4px;font-size:12px;font-weight:600;display:flex}.composer-skill-icon{color:#506b80;background:#edf2f5;border-radius:7px;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:11px;font-weight:800;display:grid}.composer-skill-label{font-size:12px;line-height:1}.composer-actions .composer-skill:hover{color:#1769e0;background:#edf2f5;border-color:#dbe5eb}.composer-actions .composer-skill-on{color:#1769e0;background:#e8f1ff;border-color:#b8d8eb}.composer-actions .composer-skill-on .composer-skill-icon{color:#1769e0;background:#fff;box-shadow:0 0 0 1px #1769e014}@container (width<=430px){.composer-actions .active-skill{max-width:142px}}@media (max-width:640px){.composer-box{border-radius:18px;padding:12px 12px 9px}.composer-box textarea{min-height:86px;padding-top:4px;font-size:16px}.composer-actions button{min-width:40px;min-height:40px}.composer-actions .composer-plus{width:40px;height:40px}.composer-actions .active-skill{min-width:0}.composer-actions .send-control{width:40px;height:40px;min-height:40px}.composer-menu{bottom:56px}.composer-actions>div:first-child{scrollbar-width:none;gap:2px;max-width:calc(100% - 48px);overflow-x:auto}.composer-actions>div:first-child::-webkit-scrollbar{display:none}.composer-actions .composer-skill{gap:3px;width:78px;min-width:78px;height:40px;min-height:40px;padding:2px 4px;overflow:hidden;font-size:12px!important}.composer-skill-icon{background:0 0;flex-basis:18px;width:18px;height:24px;font-size:10px}.composer-skill-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:10px;overflow:hidden}}.selected-skills-context{flex-wrap:wrap;align-items:center;gap:3px 6px;display:flex}.selected-skill-token{max-width:min(310px,100%);position:relative}.selected-skill-context{color:#1769e0;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;max-width:100%;min-height:32px;padding:5px 25px 5px 3px;display:flex}.selected-skill-context>span{color:#1769e0;place-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:grid}.selected-skill-context b{color:#1769e0;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:520;line-height:20px;overflow:hidden}.selected-skill-context i{background:#1769e0;flex:0 0 1px;width:1px;height:18px;transition:opacity .12s}.remove-skill{color:#1769e0;opacity:0;pointer-events:none;background:0 0;border:0;border-radius:6px;place-items:center;width:24px;height:24px;font-size:18px;line-height:1;transition:opacity .12s,background .12s;display:grid;position:absolute;top:50%;right:3px;transform:translateY(-50%)}.selected-skill-token:hover .remove-skill,.selected-skill-token:focus-within .remove-skill{opacity:1;pointer-events:auto}.selected-skill-token:hover .skill-context-caret,.selected-skill-token:focus-within .skill-context-caret{opacity:0}.selected-skills-context+textarea{min-height:58px;padding:5px 2px 10px}@media (hover:none){.remove-skill{opacity:1;pointer-events:auto}.skill-context-caret{opacity:0}}@media (max-width:640px){.selected-skills-context{max-height:96px;overflow-y:auto}.selected-skill-token{max-width:100%}.selected-skill-context{max-width:100%;min-height:44px;padding-block:8px}.selected-skill-context b{font-size:14px}.selected-skills-context+textarea{min-height:64px;padding-top:2px}.composer-actions button.composer-plus{font-size:22px!important}.composer-actions{align-items:center;width:100%}.composer-actions>div:first-child{flex:0 auto}.composer-actions>div:last-child{flex:none}}.brand-logo-frame{background:#fff;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.brand-logo-frame img{object-fit:contain;width:100%;height:100%;display:block;transform:scale(1.12)}.brand-lockup b{white-space:nowrap;font-size:15px}@media (max-width:640px){.brand-lockup{gap:7px}.brand-logo-frame{flex-basis:34px;width:34px;height:34px}.brand-lockup b{font-size:14px}.session-search-always{min-height:44px}}:root{--brand-primary:#0067a0;--brand-primary-hover:#005681;--brand-primary-soft:#eaf4f8;--brand-primary-soft-strong:#dcecf3;--brand-primary-border:#b7d4e1;--brand-ink:#17364d;--blue:var(--brand-primary);--teal:var(--brand-primary)}html,body,.app-shell,.brand-lockup b,.composer-title h1,.chat-message p,.session-heading h2,.session-item b,.session-account b{color:var(--brand-ink)}.user-avatar{border:1px solid var(--brand-primary-border);background:var(--brand-primary-soft);color:var(--brand-primary)}.agent-dot,.agent-large{background:var(--brand-primary);box-shadow:0 7px 16px #0067a02e}.session-primary-actions button:hover,.session-item:hover{background:var(--brand-primary-soft)}.session-current{background:#e2edf3}.session-skill{background:var(--brand-primary-soft);color:var(--brand-primary)}.composer-box:focus-within{border-color:#8eb7ca;box-shadow:0 8px 28px #19435b1a,0 0 0 1px #0067a017}.composer-actions .send-control{background:var(--brand-primary)}.composer-actions .send-control:hover{background:var(--brand-primary-hover)}.composer-actions .composer-skill:hover,.composer-actions .composer-skill-on{border-color:var(--brand-primary-border);background:var(--brand-primary-soft);color:var(--brand-primary)}.selected-skill-context,.selected-skill-context>span,.selected-skill-context b,.remove-skill{color:var(--brand-primary)}.selected-skill-context:hover{background:var(--brand-primary-soft)}.selected-skill-context i{background:var(--brand-primary)}.remove-skill:hover{background:var(--brand-primary-soft-strong)}.skill-badge,.skill-badge.blue,.skill-badge.teal,.skill-badge.purple,.skill-badge.orange,.stat-icon,.icon-blue,.icon-teal,.icon-purple,.icon-orange,.device-icon,.composer-menu .upload-option>span,.composer-menu .menu-skill-on>span{background:var(--brand-primary-soft);color:var(--brand-primary)}.composer-menu .menu-skill-on{background:#f3f8fa}.primary-action{border-color:var(--brand-primary);background:var(--brand-primary)}.primary-action:hover{background:var(--brand-primary-hover)}.list-toolbar .filter-on{border-color:var(--brand-primary-border);background:var(--brand-primary-soft);color:var(--brand-primary-hover)}.expert-card:hover,.stat-grid button:hover,.viz-card:hover,.signal-grid button:hover{border-color:#8ebbd0}.completeness,.expert-card footer b,.viz-card header>span,.evidence-section header button,.detail-list article>span{color:var(--brand-primary)}.portrait,.profile-portrait{color:var(--brand-primary-hover);background:linear-gradient(145deg,#e6f1f5,#b9d6e2);box-shadow:0 0 0 4px #f2f8fa}.expert-tags span{color:#38657a;background:#f1f7f9;border-color:#d5e5ec}.direction-chart em{background:linear-gradient(90deg,var(--brand-primary),#4a9fc3)}.bar-chart i{background:linear-gradient(180deg,#59a9c9,var(--brand-primary))}.node-center{background:linear-gradient(145deg,var(--brand-primary),#268bb7);border-color:#e2f0f5}.toast{background:#0c4667;box-shadow:0 10px 28px #0c46672e}.header-actions{align-items:center;gap:10px;display:flex}.language-switch{border:1px solid var(--brand-primary-border);background:#f5f8fa;border-radius:9px;align-items:center;padding:2px;display:flex}.language-switch button{color:#5c7385;cursor:pointer;background:0 0;border:0;border-radius:7px;min-width:34px;height:28px;padding:0 7px;font-size:11px;font-weight:650}.language-switch button:hover{color:var(--brand-primary)}.language-switch .language-on{color:var(--brand-primary);background:#fff;box-shadow:0 1px 4px #18364d1f}@media (max-width:640px){.header-actions{gap:6px}.language-switch button{min-width:32px;height:30px;padding:0 5px}.app-header>.header-actions .user-avatar{display:none}.brand-lockup b{text-overflow:ellipsis;max-width:132px;overflow:hidden}}.profile-hero{grid-template-columns:86px minmax(260px,320px) minmax(300px,1fr) auto}.profile-summary{border-left:1px solid #dce5eb;min-width:0;padding:2px 26px}.profile-summary>span{color:var(--brand-primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:9px;font-size:11px;font-weight:750;display:block}.profile-summary p{color:#314b60;margin:0;font-size:13px;line-height:1.75}.profile-summary small{color:#8192a0;margin-top:9px;font-size:10px;display:block}.detail-list article>div>a{color:inherit;align-items:flex-start;gap:6px;text-decoration:none;display:inline-flex}.detail-list article>div>a:hover b{color:var(--brand-primary);text-underline-offset:3px;text-decoration:underline}.detail-list article>div>a i{color:var(--brand-primary);font-size:11px;font-style:normal}@media (max-width:900px){.profile-hero{grid-template-columns:76px 1fr}.profile-summary{border-top:1px solid #dce5eb;border-left:0;grid-column:1/-1;padding:16px 0 0}.profile-meta{grid-column:1/-1}}@media (max-width:640px){.profile-hero{grid-template-columns:58px 1fr}.profile-summary{padding-top:14px}.profile-summary p{font-size:13px;line-height:1.65}.profile-summary small{line-height:1.45}}.chat-message.rich-message{align-items:flex-start}.chat-message.rich-message>div{width:min(100%,780px);min-width:0}.rich-answer{color:#26445a;gap:16px;font-size:14px;line-height:1.7;display:grid}.rich-answer>*{min-width:0}.rich-answer section,.answer-references,.answer-figure{margin:0}.rich-answer section:not(.answer-lead):not(.answer-takeaway){background:#fff;border:1px solid #dce7ed;border-radius:13px;padding:17px 18px}.rich-answer h2,.rich-answer h3,.rich-answer h4,.rich-answer p,.rich-answer ul{margin:0}.rich-answer h2{color:#143a55;font-size:20px;line-height:1.42}.rich-answer h3{color:#193c54;margin-bottom:11px;font-size:15px}.rich-answer h4{color:#24445a;font-size:14px}.rich-answer ul{padding-left:18px}.rich-answer li+li{margin-top:5px}.answer-lead{background:linear-gradient(135deg,#eef7fa,#f8fbfc);border:1px solid #bcd7e3;border-radius:14px;padding:20px}.answer-lead>span{color:#0067a0;background:#dcecf3;border-radius:999px;margin-bottom:8px;padding:3px 8px;font-size:11px;font-weight:750;display:inline-flex}.answer-lead p{color:#536c7d;margin-top:9px}.answer-table-wrap{border:1px solid #dce7ed;border-radius:10px;overflow-x:auto}.rich-answer table{border-collapse:collapse;background:#fff;width:100%;min-width:620px;font-size:12px}.rich-answer th,.rich-answer td{text-align:left;vertical-align:top;border-bottom:1px solid #e6edf1;padding:10px 12px}.rich-answer th{color:#5e7483;background:#f2f7f9;font-size:11px;font-weight:700}.rich-answer tr:last-child td{border-bottom:0}.rich-answer td:nth-child(2){color:#0067a0;font-weight:700}.answer-caption{color:#718696;font-size:11px;margin-top:9px!important}.answer-figure{background:#fff;border:1px solid #dce7ed;border-radius:13px;overflow:hidden}.answer-figure-trigger{cursor:zoom-in;background:#f8fafb;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.answer-figure-trigger img{object-fit:contain;background:#f8fafb;width:100%;max-height:440px;transition:transform .2s;display:block}.answer-figure-trigger>span{color:#fff;background:#0d3752db;border-radius:8px;padding:6px 9px;font-size:11px;font-weight:650;position:absolute;bottom:12px;right:12px;box-shadow:0 4px 14px #092c4133}.answer-figure-trigger:hover img{transform:scale(1.012)}.answer-figure-trigger:focus-visible{outline-offset:-3px;outline:3px solid #0067a0}.answer-figure figcaption{color:#708594;padding:9px 13px;font-size:11px}.answer-grid{grid-template-columns:1fr 1fr;gap:12px;background:0 0!important;border:0!important;padding:0!important;display:grid!important}.answer-grid article{background:#fff;border:1px solid #dce7ed;border-radius:12px;padding:16px}.answer-tag{border-radius:999px;margin-bottom:10px;padding:3px 8px;font-size:11px;font-weight:750;display:inline-flex}.answer-tag.positive{color:#16765f;background:#e7f4f0}.answer-tag.caution{color:#a25d05;background:#fff3e3}.answer-takeaway{background:#edf5f8;border-left:4px solid #0067a0;border-radius:4px 12px 12px 4px;padding:16px 18px}.answer-takeaway b{color:#005681;margin-bottom:5px;display:block}.answer-references{background:#fbfcfc;border:1px solid #dce7ed;border-radius:12px;padding:14px 17px}.answer-references summary{color:#416378;cursor:pointer;font-size:12px;font-weight:700}.answer-references ol{margin:12px 0 0;padding-left:20px}.answer-references li{color:#718696;padding:4px 0;font-size:11px}.answer-references a{color:#0067a0;text-decoration:none}.answer-references a:hover{text-decoration:underline}.image-lightbox{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#071927c2;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.image-lightbox-panel{background:#fff;border-radius:16px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1180px,96vw);height:min(900px,94dvh);display:grid;overflow:hidden;box-shadow:0 24px 80px #00000061}.image-lightbox-panel header{border-bottom:1px solid #dce7ed;justify-content:space-between;align-items:center;padding:13px 16px;display:flex}.image-lightbox-panel header b,.image-lightbox-panel header small{display:block}.image-lightbox-panel header b{color:#173c55;font-size:14px}.image-lightbox-panel header small{color:#7a8f9d;margin-top:2px;font-size:10px}.image-lightbox-panel header button{color:#36556b;cursor:pointer;background:#edf3f6;border:0;border-radius:9px;width:34px;height:34px;font-size:23px;line-height:1}.image-lightbox-panel header button:hover{color:#0067a0;background:#dfeaf0}.image-lightbox-scroll{background:#eef3f5;padding:18px;overflow:auto}.image-lightbox-scroll img{background:#fff;width:auto;min-width:min(100%,1000px);max-width:none;height:auto;margin:auto;display:block;box-shadow:0 6px 24px #14364b1f}.image-lightbox-panel footer{color:#778b98;text-align:center;border-top:1px solid #dce7ed;padding:8px 16px;font-size:10px}@media (max-width:640px){.image-lightbox{place-items:stretch stretch;padding:0}.image-lightbox-panel{border-radius:0;width:100vw;height:100dvh}.image-lightbox-panel header{padding:10px 12px}.image-lightbox-scroll{padding:10px}.image-lightbox-scroll img{min-width:900px}.answer-figure-trigger>span{bottom:8px;right:8px}}.topic-list,.issue-list{gap:9px;display:grid}.topic-list article,.issue-list article{background:#fbfcfd;border:1px solid #e1e9ee;border-radius:10px;grid-template-columns:38px 1fr;gap:11px;padding:13px;display:grid}.topic-list article>span{color:#0067a0;background:#eaf4f8;border-radius:9px;place-items:center;width:34px;height:34px;font-size:11px;font-weight:800;display:grid}.topic-list h4{align-items:center;gap:8px;display:flex}.topic-list h4 em{color:#16765f;background:#e7f4f0;border-radius:999px;padding:2px 6px;font-size:10px;font-style:normal}.topic-list p,.issue-list p{color:#667d8d;margin-top:4px;font-size:12px}.answer-chips{flex-wrap:wrap;gap:7px;display:flex}.answer-chips span{color:#416378;background:#f5f9fa;border:1px solid #d6e3ea;border-radius:8px;padding:6px 9px;font-size:12px}.issue-list article{grid-template-columns:34px 1fr}.issue-list article>span{border-radius:7px;place-items:center;width:32px;height:25px;font-size:10px;font-weight:800;display:grid}.issue-p0{color:#a65400;background:#fff0e4}.issue-p1{color:#0067a0;background:#eaf4f8}.model-flow{align-items:stretch;gap:8px;display:flex}.model-flow span{color:#5d7484;text-align:center;background:#f7fafb;border:1px solid #d7e5eb;border-radius:9px;flex:1;padding:11px;font-size:11px}.model-flow b{color:#0067a0;font-size:13px;display:block}.model-flow i{color:#8ca2b0;align-self:center;font-style:normal}.answer-section-heading{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:13px;display:flex}.answer-section-heading h3{margin:2px 0 0}.answer-section-heading>div>span{color:#7f94a1;letter-spacing:.14em;font-size:9px;font-weight:800}.answer-section-heading>small{color:#8094a1;white-space:nowrap;font-size:10px}.topic-feasibility-table table{min-width:760px}.topic-feasibility-table th:first-child{width:22%}.topic-feasibility-table th:nth-child(2){width:25%}.topic-feasibility-table th:nth-child(3){width:20%}.topic-feasibility-table td:first-child{color:#17435f;font-weight:700}.topic-feasibility-table td:nth-child(2){color:#4b6678}.topic-ref-links{flex-wrap:wrap;gap:5px;display:flex}.topic-ref-links a{color:#0067a0;font-weight:750;text-decoration:none}.topic-ref-links a:hover{text-decoration:underline}.dlz-chart-scroll{padding:8px 0 2px;overflow-x:auto}.dlz-chart{color:#6e8291;grid-template-columns:38px 1fr;min-width:650px;height:286px;display:grid}.dlz-y-axis{text-align:right;flex-direction:column;justify-content:space-between;height:226px;padding-bottom:1px;font-size:10px;display:flex}.dlz-plot{grid-template-columns:repeat(3,1fr);gap:24px;height:262px;padding:0 18px;display:grid;position:relative}.dlz-grid-lines{pointer-events:none;flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0 0 36px}.dlz-grid-lines i{border-top:1px solid #dce6eb;display:block}.dlz-grid-lines i:last-child{border-top-color:#9db0bc}.dlz-group{z-index:1;grid-template-rows:226px 36px;min-width:0;height:262px;display:grid;position:relative}.dlz-bars{justify-content:center;align-items:flex-end;gap:7px;height:226px;display:flex}.dlz-bar-column{flex-direction:column;justify-content:flex-end;align-items:stretch;width:44px;height:100%;display:flex}.dlz-bar-column b{color:#466073;text-align:center;margin-bottom:4px;font-size:10px}.dlz-bar-column>i{border-radius:4px 4px 0 0;min-height:4px;display:block}.dlz-group>span{color:#526c7e;text-align:center;padding-top:8px;font-size:10px;font-weight:700}.dlz-severe{background:#637db9}.dlz-moderate{background:#a85b57}.dlz-mild{background:#9cb65b}.dlz-legend{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:9px;display:flex}.dlz-legend span{color:#617787;align-items:center;gap:5px;font-size:10px;display:flex}.dlz-legend i{border-radius:2px;width:10px;height:10px}.dlz-insight{background:#f1f7f9;border-left:3px solid #0067a0;border-radius:4px 10px 10px 4px;margin-top:14px;padding:12px 14px}.dlz-insight b{color:#005f91;margin-bottom:3px;font-size:12px;display:block}.dlz-insight p{color:#536e80;font-size:12px}.evidence-points{gap:9px;display:grid}.evidence-points article{background:#fafcfd;border:1px solid #e0e9ee;border-radius:10px;padding:13px 14px}.evidence-points b{color:#20445c;margin-bottom:4px;font-size:13px;display:block}.evidence-points p{color:#587184;font-size:12px}.answer-note{background:#fff7eb;border-left:3px solid #d68928;border-radius:4px 10px 10px 4px;margin-top:13px;padding:13px 15px}.answer-note b{color:#9b5b0c;margin-bottom:4px;font-size:12px;display:block}.answer-note p{color:#6e624f;font-size:12px}.answer-followup{text-align:center;color:#4f6b7d!important;background:#f7fafb!important;border:1px dashed #b9d0dc!important;border-radius:10px!important;padding:12px 15px!important;font-size:12px!important}.rich-answer section>ul{margin-top:8px}.rich-answer section>ul li{color:#536d7f}.rich-answer section>p+ul{margin-top:10px}.answer-citations{vertical-align:super;align-items:center;gap:2px;margin-left:4px;font-size:10px;line-height:1;display:inline-flex}.answer-citations a{color:#1769e0;white-space:nowrap;border-radius:4px;padding:2px 1px;font-weight:700;text-decoration:none}.answer-citations a:hover{color:#0057c8;background:#e8f1ff}.answer-citations a:focus-visible{outline-offset:1px;outline:2px solid #1769e0}@media (max-width:640px){.chat-message.rich-message{gap:7px}.chat-message.rich-message .agent-dot{flex-basis:26px;width:26px;height:26px}.rich-answer{gap:12px;font-size:13px}.rich-answer h2{font-size:17px}.answer-lead,.rich-answer section:not(.answer-lead):not(.answer-takeaway){padding:14px}.answer-grid{grid-template-columns:1fr}.answer-figure img{max-height:290px}.model-flow{grid-template-columns:1fr;display:grid}.model-flow i{display:none}.topic-list article{grid-template-columns:32px 1fr;padding:11px}.topic-list article>span{width:30px;height:30px}.topic-list h4{flex-direction:column;align-items:flex-start;gap:3px}.rich-answer table{min-width:560px}.message-stream{padding-bottom:245px}}.composer-actions .composer-skill{--skill-accent:#0067a0;--skill-soft:#eaf4f8;background:#fbfdfe;border-color:#d9e5eb;transition:border-color .16s,background .16s,color .16s,box-shadow .16s,transform .16s;box-shadow:0 1px 2px #17364d0d}.composer-actions .composer-skill:hover{border-color:color-mix(in srgb,var(--skill-accent) 34%,white);background:var(--skill-soft);color:var(--skill-accent);transform:translateY(-1px);box-shadow:0 4px 12px #17364d17}.composer-actions .composer-skill:focus-visible{outline:2px solid var(--skill-accent);outline-offset:2px}.composer-actions .composer-skill .composer-skill-icon{border:1px solid color-mix(in srgb,var(--skill-accent) 16%,white);background:var(--skill-soft);color:var(--skill-accent);font-family:Apple Color Emoji,Segoe UI Emoji,sans-serif;font-size:14px;font-weight:400}.composer-actions .composer-skill-on{border-color:color-mix(in srgb,var(--skill-accent) 38%,white);background:var(--skill-soft);color:var(--skill-accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--skill-accent) 7%,transparent),0 3px 10px #17364d14}.composer-actions .composer-skill-on .composer-skill-icon{border-color:color-mix(in srgb,var(--skill-accent) 24%,white);color:var(--skill-accent);background:#fff}.composer-actions .composer-skill-literature{--skill-accent:#0067a0;--skill-soft:#eaf4f8}.composer-actions .composer-skill-idea{--skill-accent:#0097a7;--skill-soft:#e8f7f8}.composer-actions .composer-skill-validation{--skill-accent:#6657b8;--skill-soft:#f0eefb}.composer-actions .composer-skill-compliance{--skill-accent:#b46818;--skill-soft:#fff3e7}.selected-skill-context>span,.composer-menu .menu-skill>span{font-family:Apple Color Emoji,Segoe UI Emoji,sans-serif;font-size:15px;font-weight:400}.chat-message.user>div>.user-avatar{margin:0 0 8px auto;display:block}.answer-citations{vertical-align:baseline;gap:3px;margin-left:5px;font-size:13px}.answer-citations a{padding:3px 2px}.composer-zone{grid-template-columns:minmax(0,1fr);min-width:0}.quick-prompt-section{width:100%;min-width:0;margin-top:4px}.quick-prompt-list{width:100%;display:grid}.quick-prompt-list button{color:#486477;width:100%;min-height:48px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #e1e8ec;grid-template-columns:32px minmax(0,1fr) 24px;align-items:center;gap:10px;padding:8px 3px;font-size:13px;line-height:1.5;transition:color .15s,background .15s,padding .15s;display:grid}.quick-prompt-list button:first-child{border-top:1px solid #e1e8ec}.quick-prompt-list button:hover{color:#0067a0;background:#f7fafb;padding-inline:9px}.quick-prompt-list button:focus-visible{z-index:1;outline-offset:2px;outline:2px solid #0067a0;position:relative}.quick-prompt-list .quick-prompt-icon{background:#eaf4f8;border:1px solid #d8e6ed;border-radius:9px;place-items:center;width:30px;height:30px;font-family:Apple Color Emoji,Segoe UI Emoji,sans-serif;font-size:15px;line-height:1;display:grid}.quick-prompt-list .quick-prompt-tavr-topic .quick-prompt-icon{background:#e8f7f8;border-color:#cdeced}.quick-prompt-list .quick-prompt-ct-validation .quick-prompt-icon{background:#f0eefb;border-color:#ddd8f1}.quick-prompt-list .quick-prompt-expert-brief .quick-prompt-icon{background:#fff3e7;border-color:#eadbc8}.quick-prompt-list i{color:#8b9da9;text-align:center;font-size:14px;font-style:normal;transition:color .15s,transform .15s}.quick-prompt-list button:hover i{color:#0067a0;transform:translate(2px,-2px)}@media (max-width:720px){.quick-prompt-section{margin-top:2px}.quick-prompt-list button{grid-template-columns:30px minmax(0,1fr) 22px;gap:8px;min-height:52px;padding:9px 2px;font-size:13px}.quick-prompt-list .quick-prompt-icon{width:28px;height:28px}.quick-prompt-list button:hover{padding-inline:7px}}.agent-large.hero-emblem{width:156px;height:156px;box-shadow:none;background:0 0;border:0;border-radius:0;position:relative;overflow:hidden}.hero-emblem img,.hero-emblem video{object-fit:contain;filter:none;width:100%;height:100%;display:block}.hero-emblem video{pointer-events:none}@media (max-width:640px){.agent-large.hero-emblem{width:124px;height:124px}}.agent-dot.agent-logo{width:42px;height:42px;box-shadow:none;background:0 0;border:0;border-radius:0;flex-basis:42px;overflow:hidden}.agent-logo img{object-fit:contain;width:100%;height:100%;display:block}@media (max-width:640px){.chat-message.rich-message .agent-dot.agent-logo,.agent-dot.agent-logo{flex-basis:34px;width:34px;height:34px}}.brief-profile{grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:15px;display:grid}.brief-avatar{color:#0067a0;background:#dcecf3;border-radius:50%;place-items:center;width:54px;height:54px;font-size:20px;font-weight:750;display:grid;position:relative}.brief-avatar i{color:#fff;background:#3c8e7b;border:2px solid #fff;border-radius:50%;place-items:center;width:17px;height:17px;font-size:9px;font-style:normal;display:grid;position:absolute;bottom:0;right:-1px}.brief-profile h4{font-size:17px}.brief-profile h4 small{color:#708594;margin-left:5px;font-size:11px}.brief-profile>div>p{color:#718696;margin:2px 0;font-size:12px}.brief-profile>div>b{color:#294b61;margin-bottom:8px;font-size:13px;display:block}.brief-profile aside{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.brief-profile aside span{color:#708594;text-align:center;background:#f2f7f9;border-radius:8px;min-width:72px;padding:8px;font-size:9px}.brief-profile aside b{color:#0067a0;font-size:17px;display:block}.brief-columns{grid-template-columns:1fr 1fr;gap:12px;display:grid}.brief-columns article{background:#fbfcfd;border:1px solid #dfe9ee;border-radius:11px;padding:14px}.brief-column-title{align-items:center;gap:8px;margin-bottom:10px;display:flex}.brief-column-title span{color:#0067a0;background:#eaf4f8;border-radius:8px;place-items:center;width:28px;height:28px;font-size:11px;font-weight:750;display:grid}.brief-columns ol{margin:0;padding-left:20px}.brief-columns li{color:#24445a;padding:6px 0}.brief-columns li b,.brief-columns li small{display:block}.brief-columns li b{font-size:12px}.brief-columns li small{color:#788d9b;margin-top:2px;font-size:10px}.answer-source-note{text-align:center;color:#8193a0!important;font-size:10px!important}@media (max-width:720px){.brief-profile{grid-template-columns:48px 1fr}.brief-avatar{width:46px;height:46px;font-size:17px}.brief-profile aside{grid-column:1/-1;width:100%}.brief-profile aside span{min-width:0}.brief-columns{grid-template-columns:1fr}}.signal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.signal-grid button{grid-template-columns:32px minmax(0,1fr);align-items:start;min-width:0}.signal-type{white-space:nowrap;place-self:start}.signal-grid button>div{min-width:0}.signal-grid b{overflow-wrap:anywhere;word-break:break-word;display:block}.signal-grid p{overflow-wrap:anywhere}.signal-grid em{justify-self:start}.detail-list .detail-expandable{cursor:pointer;transition:border-color .16s,background .16s}.detail-list .detail-expandable:hover{background:#f8fbfd;border-color:#9bc6e7}.detail-expand-hint{color:#1769e0;align-items:center;gap:5px;margin-top:9px;font-size:10px;font-weight:750;display:flex}.detail-expand-hint i{font-style:normal}.detail-source-list{background:#f5f9fb;border-radius:8px;grid-column:1/-1;margin-top:3px;padding:12px}.detail-source-list>p{color:#587286;margin:0 0 9px;font-size:10px;line-height:1.6}.detail-source-list>a,.detail-source-no-link{color:#18324a;border-top:1px solid #dce8ee;grid-template-columns:45px minmax(0,1fr) auto;align-items:start;gap:9px;padding:9px 0;text-decoration:none;display:grid}.detail-source-list>a>span,.detail-source-no-link>span{color:#1769e0;text-align:center;background:#e8f1ff;border-radius:4px;padding:3px 5px;font-size:9px;font-weight:800}.detail-source-list a div,.detail-source-no-link div{gap:3px;min-width:0;display:grid}.detail-source-list a b,.detail-source-no-link b{font-size:11px;line-height:1.45}.detail-source-list a small,.detail-source-no-link small{color:#758b9b;font-size:9px;line-height:1.45}.detail-source-list a>i{color:#1769e0;font-style:normal}.detail-source-list>a:hover b{text-decoration:underline}.profile-signal-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.profile-signal-grid span{color:#587184;background:#f7fafb;border:1px solid #dce8ed;border-radius:10px;flex-direction:column;justify-content:center;min-height:78px;padding:12px;font-size:11px;display:flex}.profile-signal-grid b{color:#0067a0;margin-bottom:3px;font-size:21px;line-height:1.1;display:block}.xu-fei-chart-grid{grid-template-columns:1fr 1fr;gap:12px;background:0 0!important;border:0!important;padding:0!important;display:grid!important}.xu-fei-chart-grid figure{background:#fff;border:1px solid #dce7ed;border-radius:12px;overflow:hidden}.xu-fei-chart-grid img{width:100%;height:auto;display:block}.xu-fei-chart-grid figcaption,.xu-incision-figure figcaption{color:#708594;padding:9px 12px;font-size:10px}.numbered-opportunities{counter-reset:opportunity;gap:9px;margin:0;padding:0;list-style:none;display:grid}.numbered-opportunities li{color:#506d7f;background:#fafcfd;border:1px solid #e0e9ee;border-radius:10px;min-height:42px;padding:10px 12px 10px 48px;position:relative}.numbered-opportunities li:before{color:#0067a0;counter-increment:opportunity;content:counter(opportunity,decimal-leading-zero);background:#e7f3f8;border-radius:8px;place-items:center;width:26px;height:26px;font-size:10px;font-weight:800;display:grid;position:absolute;top:10px;left:11px}.xu-evidence-table{margin-top:14px}.xu-evidence-table table{min-width:680px}.xu-evidence-table td:first-child{color:#17435f;font-weight:750}.xu-incision-figure img{object-fit:contain;background:#f8fafb;width:100%;max-height:520px;display:block}.xu-idea-list{gap:9px;display:grid}.xu-idea-list details{background:#fbfcfd;border:1px solid #dce7ed;border-radius:11px;overflow:hidden}.xu-idea-list summary{cursor:pointer;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:13px;list-style:none;display:grid}.xu-idea-list summary::-webkit-details-marker{display:none}.xu-idea-list summary>span{color:#0067a0;background:#e7f3f8;border-radius:9px;place-items:center;width:32px;height:32px;font-size:10px;font-weight:800;display:grid}.xu-idea-list summary div{min-width:0}.xu-idea-list summary b,.xu-idea-list summary small{display:block}.xu-idea-list summary b{color:#1e4259;font-size:13px;line-height:1.45}.xu-idea-list summary small{color:#6b8190;margin-top:3px;font-size:10px}.xu-idea-list summary i{color:#7d92a0;font-style:normal;transition:transform .16s}.xu-idea-list details[open] summary i{transform:rotate(180deg)}.xu-idea-detail{gap:8px;padding:2px 14px 14px 57px;display:grid}.xu-idea-detail p{color:#587184;font-size:12px}.xu-idea-detail b{color:#23465d;margin-bottom:2px;display:block}.xu-fei-idea-answer .answer-note ol{margin:5px 0 0;padding-left:20px}@media (max-width:720px){.profile-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.xu-fei-chart-grid{grid-template-columns:1fr}.xu-idea-detail{padding:2px 12px 12px}.xu-idea-list summary{grid-template-columns:30px minmax(0,1fr) 16px}.xu-idea-list summary>span{width:28px;height:28px}}
