@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{color:#172033;background:#f6f8fb;font-family:Inter,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none}*{box-sizing:border-box}body{margin:0}.app-shell{display:flex;min-height:100vh;background:#f6f8fb}.sidebar{width:276px;background:#fff;border-right:1px solid #e8edf3;display:flex;flex-direction:column;flex-shrink:0;transition:width .2s ease}.sidebar.collapsed{width:80px}.brand{height:76px;display:flex;align-items:center;gap:12px;padding:0 22px;border-bottom:1px solid #f0f2f5}.brand-mark{width:34px;height:34px;border-radius:10px;background:#2f6fed;color:#fff;display:grid;place-items:center;font-size:19px;box-shadow:0 6px 14px #2f6fed30}.brand-name{font:700 18px Space Grotesk,sans-serif;letter-spacing:-.5px;color:#172033}.brand-sub{font-size:9px;color:#94a3b8;letter-spacing:1.3px;margin-top:2px}.new-chat{padding:20px 18px 14px}.new-chat .ant-btn{height:38px;font-weight:600;box-shadow:0 5px 12px #2f6fed25}.agent-nav{overflow:auto;padding:0 12px;flex:1}.nav-label,.group-title{font-size:11px;color:#94a3b8;letter-spacing:.4px;padding:7px 12px 8px}.group-title{padding-top:17px}.nav-item{height:36px;display:flex;align-items:center;gap:11px;padding:0 12px;border-radius:7px;color:#475569;font-size:13px;cursor:pointer;transition:.15s;white-space:nowrap}.nav-item:hover{background:#f5f8fc;color:#173466}.nav-item.active{background:#eef4ff;color:#2457bd;font-weight:600}.nav-item .anticon{font-size:15px;width:15px}.agent-dot{width:5px;height:5px;border-radius:50%;background:#22c55e;margin-left:auto}.sidebar-bottom{padding:10px 12px 16px;border-top:1px solid #f0f2f5}.profile{margin-top:10px;padding:10px 9px;display:flex;align-items:center;gap:9px;border-radius:8px}.profile b{display:block;font-size:12px}.profile small{display:block;color:#94a3b8;font-size:11px;margin-top:2px}.profile-more{margin-left:auto;color:#94a3b8}.main-content{min-width:0;flex:1}.topbar{height:76px;background:#fff;border-bottom:1px solid #e8edf3;display:flex;align-items:center;justify-content:space-between;padding:0 38px}.breadcrumb{display:flex;gap:11px;align-items:center;color:#475569;font-size:13px}.breadcrumb .muted{color:#94a3b8}.top-actions{display:flex;align-items:center;gap:10px}.top-actions .ant-tag{border:0;background:#f0fdf4;color:#15803d;font-size:11px}.content-wrap{max-width:1380px;margin:0 auto;padding:42px 52px 64px}.hero{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;position:relative}.eyebrow{font-size:12px;color:#2f6fed;font-weight:600;letter-spacing:.4px;display:flex;align-items:center;gap:8px}.pulse{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #dcfce7}.hero h1{font:700 35px Space Grotesk,sans-serif;letter-spacing:-1.4px;margin:15px 0 8px;color:#12203a}.wave{font:28px sans-serif;margin-left:10px}.hero p{color:#64748b;font-size:14px;margin:0}.hero-visual{position:relative;width:125px;height:100px;display:grid;place-items:center;color:#2f6fed;font-size:42px;margin-right:28px}.hero-visual span{position:absolute;font:700 9px Space Grotesk;bottom:24px;right:22px;background:#2f6fed;color:#fff;padding:3px 5px;border-radius:4px}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:96px;height:96px;background:#e9f0ff;top:2px;left:12px}.orb-two{width:42px;height:42px;border:8px solid #cfe0ff;right:2px;bottom:2px}.hero-visual .anticon{z-index:1}.workspace-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.9fr);gap:20px}.card{background:#fff;border:1px solid #e7ecf3;border-radius:12px;box-shadow:0 3px 14px #1f3b6b08}.chat-card{padding:27px 29px 25px;min-height:408px}.card-heading{display:flex;align-items:flex-start;justify-content:space-between}.card-heading h2,.card-heading h3{margin:7px 0 0;letter-spacing:-.5px;color:#172033}.card-heading h2{font:700 22px Space Grotesk,sans-serif}.card-heading h3{font-size:16px}.card-heading.compact{align-items:center}.heading-kicker{color:#7b8aa4;font-size:12px;display:flex;gap:6px;align-items:center}.heading-kicker .anticon{color:#2f6fed}.chat-card .ant-dropdown-trigger{color:#64748b;font-size:12px}.suggestions{display:flex;gap:9px;flex-wrap:wrap;margin:28px 0 19px}.suggestions button{border:1px solid #e2e8f0;color:#52627b;background:#fff;border-radius:7px;padding:9px 12px;font-size:12px;cursor:pointer;transition:.15s}.suggestions button:hover{border-color:#98b6f4;color:#2457bd;background:#f8fbff}.suggestions .anticon{font-size:10px;margin-left:7px;transform:rotate(45deg)}.prompt-box{border:1px solid #ccd8e8;border-radius:9px;padding:11px 12px 8px;box-shadow:0 2px 7px #2f6fed0c}.prompt-box:focus-within{border-color:#6d99ee;box-shadow:0 0 0 3px #e8efff}.prompt-box textarea{border:0!important;box-shadow:none!important;resize:none!important;padding:0!important;font-size:13px}.prompt-footer{display:flex;justify-content:space-between;align-items:center;margin-top:5px}.prompt-footer .ant-btn-text{color:#94a3b8}.prompt-footer .ant-btn-primary{box-shadow:0 4px 10px #2f6fed35}.reply-preview{display:flex;gap:10px;padding:15px 5px 0;color:#475569;font-size:12px}.reply-preview b{font-size:12px;color:#27364f}.reply-preview p{margin:4px 0 6px}.thinking{color:#2f6fed;font-size:11px}.thinking span{display:inline-block;width:4px;height:4px;background:#78a0ed;border-radius:50%;margin-right:3px;animation:bounce 1s infinite}.thinking span:nth-child(2){animation-delay:.15s}.thinking span:nth-child(3){animation-delay:.3s}@keyframes bounce{50%{transform:translateY(-3px)}}.side-column{display:flex;flex-direction:column;gap:20px}.metric-card,.task-card{padding:22px 22px 18px}.metrics{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:26px 0 17px}.metrics span{display:block;color:#7b8aa4;font-size:11px;margin-bottom:7px}.metrics strong{display:block;color:#172033;font:700 25px Space Grotesk}.metrics strong em{font-size:11px;color:#94a3b8;font-style:normal;font-weight:500}.metrics strong small{font:500 11px inherit;color:#94a3b8}.metrics .ant-progress{margin-top:10px}.metric-footer{border-top:1px solid #f0f2f5;padding-top:14px;display:flex;justify-content:space-between;align-items:center;color:#7b8aa4;font-size:11px}.metric-footer b{color:#16a34a}.metric-footer a,.section-title a{color:#2f6fed;cursor:pointer}.green-dot{display:inline-block;width:6px;height:6px;background:#22c55e;border-radius:50%;margin-right:4px}.task-list{margin-top:15px}.task{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid #f1f4f8}.task:last-child{border-bottom:0}.task-dot{width:7px;height:7px;border-radius:50%;margin-top:5px;flex:none}.task b{font-size:12px;color:#334155}.task p{font-size:11px;color:#64748b;margin:4px 0}.task small{color:#a0aec0;font-size:10px}.lower-section{margin-top:38px}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:15px}.section-title h2{font:700 20px Space Grotesk;margin:0;color:#172033}.section-title p{font-size:12px;color:#94a3b8;margin:7px 0 0}.section-title .ant-btn{font-size:12px}.agent-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.agent-card{background:#fff;border:1px solid #e7ecf3;border-radius:10px;padding:17px 15px;display:flex;align-items:flex-start;gap:11px;min-height:101px;cursor:pointer;transition:.18s;position:relative}.agent-card:hover{border-color:#9ab8f2;box-shadow:0 8px 18px #2f6fed12;transform:translateY(-2px)}.agent-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:9px;flex:none;font-size:17px}.agent-info h3{font-size:13px;color:#27364f;margin:2px 0 6px}.agent-info p{font-size:11px;line-height:1.5;color:#7b8aa4;margin:0}.card-arrow{position:absolute;right:13px;bottom:13px;color:#b5c0d0;font-size:11px;transform:rotate(45deg)}.nav-item:focus-visible,.agent-card:focus-visible,button:focus-visible{outline:3px solid #b9cefb;outline-offset:2px}@media(max-width:1100px){.sidebar{width:235px}.content-wrap{padding-left:30px;padding-right:30px}.agent-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:780px){.sidebar{width:76px}.sidebar .brand{padding:0 21px}.sidebar .new-chat{padding:20px 18px}.sidebar .new-chat .ant-btn{width:40px;padding:0}.sidebar .nav-label,.sidebar .group-title,.sidebar .nav-item span,.sidebar .profile div,.sidebar .profile-more{display:none}.sidebar .nav-item{justify-content:center;padding:0}.topbar{padding:0 18px}.content-wrap{padding:28px 18px}.hero-visual{display:none}.workspace-grid{grid-template-columns:1fr}.agent-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.breadcrumb span:not(.muted){display:none}.hero h1{font-size:29px}.chat-card{padding:21px 18px}.suggestions{display:none}.agent-cards{grid-template-columns:1fr}.top-actions .ant-tag{display:none}}.nav-item{border:0;background:none;font-family:inherit;text-align:left;width:100%}.mock-page{padding-top:4px}.mock-page-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px}.mock-page-head h1{font:700 31px Space Grotesk;letter-spacing:-1px;color:#172033;margin:12px 0 7px}.mock-page-head p{margin:0;color:#64748b;font-size:13px}.mock-head-actions{display:flex;gap:10px}.mock-head-actions .ant-btn{height:36px}.mock-stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.mock-stat{background:#fff;border:1px solid #e7ecf3;border-radius:10px;padding:18px}.mock-stat span{display:block;color:#7b8aa4;font-size:11px}.mock-stat strong{display:block;color:#172033;font:700 25px Space Grotesk;margin:7px 0}.mock-stat small{color:#16a34a;font-size:11px}.mock-stat small.down{color:#ef4444}.mock-stat small.warning{color:#b7791f}.mock-panel,.mock-table-wrap{background:#fff;border:1px solid #e7ecf3;border-radius:11px;box-shadow:0 3px 14px #1f3b6b08}.panel-title,.mock-table-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px 14px;color:#27364f;font-size:13px}.panel-title>div{display:flex;flex-direction:column;gap:4px}.panel-kicker{display:block;color:#9aa9bd;font-size:9px;letter-spacing:1.2px;font-weight:700}.panel-action{font-size:11px;color:#7b8aa4}.mock-two-column,.cockpit-grid,.market-grid,.ads-grid,.diagnosis-grid,.process-grid,.audit-overview,.source-health{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-bottom:20px}.insight-row{display:flex;align-items:center;gap:13px;padding:13px 20px;border-top:1px solid #f0f2f5}.insight-row>span{font:700 12px Space Grotesk;color:#aac0e8}.insight-row p{font-size:12px;line-height:1.55;color:#475569;flex:1;margin:0}.svg-chart{height:220px;position:relative;margin:0 22px 26px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 43px,#edf1f6 44px)}.svg-chart svg{height:185px;width:100%;display:block}.chart-labels{position:absolute;bottom:-18px;left:0;right:0;display:flex;justify-content:space-between;color:#9aa9bd;font-size:10px}.chart-legend{display:flex;gap:14px;color:#8b98aa;font-size:10px;position:absolute;right:0;top:0}.chart-legend i{display:inline-block;width:14px;height:3px;border-radius:2px;margin-right:4px;vertical-align:middle}.chart-legend i.dash{background:#b8c2d1;border-top:1px dashed #8996a8}.brief-banner{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(105deg,#f1edff,#f8f7ff 70%,#eef4ff);border:1px solid #e4ddff;border-radius:11px;padding:24px 28px;margin-bottom:18px}.brief-banner h2{font:700 21px Space Grotesk;color:#26234b;margin:13px 0 7px}.brief-banner p{color:#716b95;font-size:11px;margin:0}.brief-score{text-align:center;padding:0 26px}.brief-score strong{display:block;font:700 38px Space Grotesk;color:#6d4bd6}.brief-score span{font-size:11px;color:#8176a7}.brief-banner+.mock-stat-strip{grid-template-columns:repeat(3,1fr)}.cockpit-grid{grid-template-columns:1.3fr .7fr}.timeline{padding:0 20px 11px}.time-row{display:flex;align-items:center;gap:13px;height:55px;border-top:1px solid #f0f2f5}.time-row time{width:42px;color:#94a3b8;font-size:11px}.time-row i{width:9px;height:9px;border-radius:50%;background:#cbd5e1}.time-row div{flex:1}.time-row b{display:block;font-size:12px;color:#334155}.time-row small{display:block;color:#94a3b8;font-size:10px;margin-top:3px}.time-row.done i{background:#22c55e}.time-row.active i{background:#2f6fed;box-shadow:0 0 0 4px #dbeafe}.agent-discovery{margin:8px 22px 22px;padding:20px;background:#f6f8ff;border-radius:9px}.discovery-icon{width:32px;height:32px;display:grid;place-items:center;background:#dfe8ff;color:#2f6fed;border-radius:8px;margin-bottom:12px}.agent-discovery b{font-size:13px;color:#27364f}.agent-discovery p{color:#72809a;font-size:11px;line-height:1.55}.mock-table-wrap{overflow:hidden}.mock-table-head{border-bottom:1px solid #edf1f5}.mock-table{border-collapse:collapse;width:100%;font-size:12px}.mock-table th{text-align:left;background:#fafbfc;color:#94a3b8;font-weight:500;font-size:11px;padding:11px 20px}.mock-table td{padding:13px 20px;border-top:1px solid #f0f2f5;color:#475569}.mock-table td b{display:block;color:#334155;font-size:12px}.mock-table td small{display:block;color:#a4afbd;font-size:10px;margin-top:4px}.mock-table .ant-tag{font-size:10px;margin:0}.view-toolbar,.board-toolbar,.content-toolbar{display:flex;gap:10px;align-items:center;margin-bottom:18px}.view-toolbar>div:first-child{display:flex;align-items:center;gap:7px}.toolbar-label{font-size:11px;color:#8b98aa}.segmented{display:flex;border:1px solid #e2e8f0;border-radius:7px;padding:2px;margin-left:auto;background:#fff}.segmented button{border:0;background:none;color:#7b8aa4;padding:6px 10px;border-radius:5px;font-size:11px;cursor:pointer}.segmented button.active{background:#eef4ff;color:#2457bd;font-weight:600}.bubble-chart{height:275px;margin:4px 24px 22px;position:relative;background:linear-gradient(#f6f8fb 1px,transparent 1px),linear-gradient(90deg,#f6f8fb 1px,transparent 1px);background-size:25% 25%;border-left:1px solid #dfe6ef;border-bottom:1px solid #dfe6ef}.bubble-axis{position:absolute;background:#ced8e5}.bubble-axis.x{height:1px;left:0;right:0;bottom:40%}.bubble-axis.y{width:1px;top:0;bottom:0;left:56%}.bubble{position:absolute;border-radius:50%;background:#74a3f2aa;border:4px solid #dce9ff}.b1{width:55px;height:55px;left:15%;bottom:28%}.b2{width:38px;height:38px;left:35%;bottom:48%;background:#71c7b0aa}.b3{width:72px;height:72px;left:62%;bottom:45%;background:#f5bb6aaa}.b4{width:28px;height:28px;left:78%;bottom:23%;background:#a28ce8aa}.b5{width:45px;height:45px;left:45%;bottom:14%;background:#ed9aa8aa}.axis-label{position:absolute;color:#9aa9bd;font-size:10px}.x-label{right:0;bottom:-18px}.y-label{left:-22px;top:0}.map-hint{position:absolute;left:58%;bottom:42%;font-size:10px;color:#6d5dd3}.bar-chart{padding:8px 20px 18px}.bar-row{display:grid;grid-template-columns:100px 1fr 28px;align-items:center;gap:10px;margin:16px 0;color:#617089;font-size:11px}.bar-row div{height:8px;background:#edf2f8;border-radius:20px;overflow:hidden}.bar-row i{display:block;height:100%;border-radius:20px}.bar-row b{text-align:right;color:#334155;font-size:11px}.agent-note{display:flex;align-items:center;gap:9px;margin:0 20px 20px;padding:12px;background:#f5f8ff;color:#526b96;font-size:11px}.agent-note .anticon{color:#2f6fed}.competitor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:0 20px 20px}.competitor-card{border:1px solid #e8edf3;border-radius:9px;padding:14px;display:grid;grid-template-columns:30px 1fr;gap:3px 10px}.competitor-logo{grid-row:span 3;width:30px;height:30px;border-radius:8px;background:#eef4ff;color:#2f6fed;display:grid;place-items:center;font-weight:700}.competitor-card b{font-size:12px;color:#334155}.competitor-card span{font-size:10px;color:#8b98aa}.competitor-card strong{font-size:12px;color:#17835f}.competitor-card strong.negative{color:#d45a5a}.competitor-card strong small{font-weight:400;color:#9aa9bd}.funnel{padding:15px 20px 25px}.funnel>div{height:34px;background:#dce9ff;margin:9px auto;display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:#315991;font-size:11px}.funnel>div:nth-child(2){background:#c8ddff}.funnel>div:nth-child(3){background:#b3d2ff}.funnel>div:nth-child(4){background:#9bc3ff}.diagnosis-main{display:flex;gap:18px;padding:20px}.signal-ring{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;flex:none;color:#1f8f6a;background:#e7f7f0;border:7px solid #c8ecdc;font-size:20px}.diagnosis-main h3{margin:0 0 8px;color:#27364f;font-size:15px}.diagnosis-main p{color:#718099;font-size:11px;line-height:1.6;margin:0 0 14px}.mini-list{padding:0 20px 12px}.mini-list>div{display:flex;align-items:center;gap:9px;border-top:1px solid #f0f2f5;padding:13px 0;font-size:12px;color:#334155}.mini-list small{margin-left:auto;color:#7b8aa4}.mini-list .anticon{color:#a0aec0}.mini-dot{width:7px;height:7px;border-radius:50%;background:#2f6fed}.mini-dot.green{background:#22a06f}.mini-dot.red{background:#e16868}.process-hero{display:flex;justify-content:space-between;align-items:center;background:#f2f6ff;border:1px solid #dce7fb;border-radius:11px;padding:22px 28px;margin-bottom:18px}.process-hero h2{margin:8px 0 6px;font:700 22px Space Grotesk;color:#273b62}.process-hero p{margin:0;color:#718099;font-size:12px}.stepper{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.step{position:relative;text-align:center;color:#a4afbd}.step:after{content:"";position:absolute;top:14px;left:calc(50% + 18px);right:calc(-50% + 18px);height:1px;background:#e0e7ef}.step:last-child:after{display:none}.step span{position:relative;z-index:1;display:grid;place-items:center;width:29px;height:29px;margin:0 auto 7px;border-radius:50%;background:#eef2f7;color:#8b98aa;font-size:11px}.step b,.step small{display:block;font-size:11px}.step small{margin-top:3px;color:#a4afbd}.step.done span{background:#dcf6e8;color:#1d9b62}.step.done b{color:#466f5a}.step.current span{background:#2f6fed;color:#fff;box-shadow:0 0 0 4px #dfeaff}.step.current b{color:#2457bd}.checklist{padding:0 20px 15px}.checklist label{display:flex;align-items:center;gap:10px;padding:14px 0;border-top:1px solid #f0f2f5;color:#52627b;font-size:12px}.checklist input{accent-color:#2f6fed}.checklist label small{margin-left:auto;color:#a0aec0;font-size:10px}.checklist label.checked span{text-decoration:line-through;color:#91a09c}.audit-feed{padding:0 20px 16px}.audit-feed>div{display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-top:1px solid #f0f2f5}.audit-feed time{width:36px;color:#9aa9bd;font-size:10px}.audit-feed i{width:7px;height:7px;border-radius:50%;background:#2f6fed;margin-top:4px}.audit-feed p{margin:0;color:#63728b;font-size:11px}.audit-feed b{display:block;color:#334155;margin-bottom:3px}.risk-strip{display:flex;justify-content:space-between;align-items:center;background:#fff8e8;border:1px solid #fde6ac;border-radius:10px;padding:13px 17px;margin-bottom:18px}.risk-strip>div{display:flex;align-items:center;gap:10px;color:#9a6700;font-size:12px}.risk-strip .anticon{color:#f59e0b;font-size:16px}.risk-strip span{color:#a37c38}.risk-bars{padding:4px 20px 22px}.risk-bars>div{display:grid;grid-template-columns:90px 1fr 32px;gap:10px;align-items:center;margin:17px 0;font-size:11px;color:#617089}.risk-bars>div>div{height:9px;background:#edf2f7;border-radius:20px;overflow:hidden}.risk-bars i{height:100%;display:block;border-radius:20px}.risk-bars i.blue{background:#6d9df0}.risk-bars i.orange{background:#f3bb57}.risk-bars i.red{background:#df7a7a}.risk-bars i.green{background:#65bb91}.risk-bars b{text-align:right;color:#334155}.agent-summary{padding:8px 22px 23px}.agent-summary>.anticon{color:#2f6fed;font-size:22px}.agent-summary h3{margin:10px 0 7px;color:#334155;font-size:14px}.agent-summary p{color:#718099;font-size:11px;line-height:1.65;margin:0 0 9px}.board-toolbar .ant-input-affix-wrapper,.content-toolbar .ant-input-affix-wrapper{width:280px}.board-toolbar>div{display:flex;gap:6px;margin-left:auto}.kanban{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.kanban-col{background:#eef2f7;border-radius:10px;padding:14px;min-height:350px}.kanban-title{font-size:12px;color:#475569;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px}.kanban-title .ant-badge{margin-left:auto}.status-dot{width:7px;height:7px;border-radius:50%}.status-dot.gray{background:#94a3b8}.status-dot.blue{background:#2f6fed}.status-dot.green{background:#22c55e}.kanban-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:14px;margin-bottom:10px}.kanban-card.selected{border-color:#a8c0f5;box-shadow:0 4px 10px #2f6fed14}.kanban-card b{display:block;color:#334155;font-size:12px;margin:10px 0 7px}.kanban-card p{font-size:10px;color:#94a3b8;margin:0 0 12px}.kanban-card>.anticon{color:#22c55e}.content-toolbar .ant-tag{margin:0}.content-toolbar .ant-btn{margin-left:auto}.content-review{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}.asset-list,.preview-panel{background:#fff;border:1px solid #e7ecf3;border-radius:11px;overflow:hidden}.asset-row{display:flex;align-items:center;gap:10px;width:100%;border:0;border-bottom:1px solid #f0f2f5;background:#fff;text-align:left;padding:13px 16px;cursor:pointer}.asset-row:hover{background:#f8fbff}.asset-row.chosen{background:#f5f8ff;border-left:3px solid #2f6fed;padding-left:13px}.asset-thumb{width:37px;height:37px;display:grid;place-items:center;border-radius:7px;color:#7888a2}.asset-row>div:nth-child(2){flex:1}.asset-row b{display:block;font-size:12px;color:#334155}.asset-row small{display:block;font-size:10px;color:#94a3b8;margin-top:4px}.preview-head{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid #f0f2f5;color:#334155;font-size:12px}.product-preview{display:grid;grid-template-columns:.7fr 1.3fr;gap:24px;padding:25px}.product-image{height:185px;border-radius:10px;background:linear-gradient(135deg,#e4f0ff,#c9ddff);display:grid;place-items:center;color:#6e98d7;font-size:55px}.product-preview h2{font:700 18px Space Grotesk;color:#26364e;line-height:1.35;margin:11px 0 8px}.product-preview p{color:#7b8aa4;font-size:12px;line-height:1.6}.review-note{display:flex;gap:8px;align-items:flex-start;background:#fff7ed;color:#a56200;border-radius:7px;padding:9px 10px;margin-top:12px;font-size:11px}.review-note.ok{background:#effcf3;color:#27804d}.connector-list{padding:0 20px 14px}.connector-list>div{display:grid;grid-template-columns:8px 1fr auto 40px;align-items:center;gap:9px;padding:13px 0;border-top:1px solid #f0f2f5;font-size:11px}.connector-list small{color:#9aa9bd;text-align:right}.connector-dot{width:7px;height:7px;border-radius:50%;background:#22a06f}.connector-dot.delay{background:#f2ad43}.source-health{grid-template-columns:1.2fr .8fr}@media(max-width:900px){.mock-stat-strip{grid-template-columns:repeat(2,1fr)}.mock-two-column,.cockpit-grid,.market-grid,.ads-grid,.diagnosis-grid,.process-grid,.audit-overview,.source-health,.content-review{grid-template-columns:1fr}.mock-page-head{gap:18px;flex-direction:column}.kanban{grid-template-columns:1fr}.mock-table-wrap{overflow:auto}.mock-table{min-width:680px}.competitor-grid{grid-template-columns:1fr}}@media(max-width:520px){.mock-stat-strip{grid-template-columns:1fr 1fr}.mock-page-head h1{font-size:26px}.mock-head-actions{width:100%}.mock-head-actions .ant-btn{flex:1}.view-toolbar,.board-toolbar,.content-toolbar{flex-wrap:wrap}.board-toolbar .ant-input-affix-wrapper,.content-toolbar .ant-input-affix-wrapper{width:100%}.view-toolbar>div:first-child{width:100%;flex-wrap:wrap}.segmented{margin-left:0}.brief-banner{align-items:flex-start;gap:14px;flex-direction:column}.brief-score{text-align:left;padding:0}.product-preview{grid-template-columns:1fr;padding:18px}.process-hero{padding:18px;gap:12px}.process-hero h2{font-size:19px}.step b{font-size:10px}.step small{font-size:9px}}.product-image{width:100%;object-fit:cover}.asset-thumb img{width:37px;height:37px;object-fit:cover;border-radius:7px}.detail-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.detail-specs span{padding:9px;background:#f7f9fc;color:#8b98aa;font-size:10px}.detail-specs b{display:block;color:#334155;font-size:11px;margin-top:4px}.report-cover{display:flex;justify-content:space-between;align-items:flex-start;padding:28px 30px;background:#292544;color:#fff;border-radius:12px;margin-bottom:20px}.report-cover h2{font:700 26px Space Grotesk;margin:12px 0 8px;letter-spacing:-.7px}.report-cover p{margin:0;color:#c7c1e2;font-size:11px}.report-cover .panel-kicker{color:#a99fe1}.report-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-bottom:20px}.editor-notes{padding:0 20px 14px}.editor-notes>div{display:flex;align-items:center;gap:13px;border-top:1px solid #f0f2f5;padding:15px 0}.editor-notes>div>span{font:700 12px Space Grotesk;color:#b4a8e9}.editor-notes>div>div{flex:1}.editor-notes b,.editor-notes small{display:block}.editor-notes b{font-size:12px;color:#334155}.editor-notes small{font-size:10px;color:#8b98aa;margin-top:4px}.report-editor{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:4px 22px 24px}.report-editor label{display:block;color:#9aa9bd;font-size:10px;letter-spacing:1px;font-weight:700;margin-bottom:8px}.report-editor p{margin:0;color:#52627b;font-size:12px;line-height:1.7}.account-banner{display:flex;justify-content:space-between;align-items:center;background:#f4f8f7;border:1px solid #dceee7;border-radius:12px;padding:24px 28px;margin-bottom:20px}.account-banner h2{font:700 21px Space Grotesk;color:#275c4c;margin:10px 0 7px}.account-banner p{margin:0;color:#67837a;font-size:11px}.health-score{text-align:center;border-left:1px solid #d6e9e0;padding-left:34px}.health-score strong{display:block;font:700 38px Space Grotesk;color:#1f8f6a}.health-score span{font-size:11px;color:#67837a}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:20px}.signal-list,.policy-timeline{padding:0 20px 14px}.signal-list>div{display:flex;align-items:center;gap:10px;padding:14px 0;border-top:1px solid #f0f2f5}.signal-list>div>div{flex:1}.signal-list b,.signal-list small{display:block}.signal-list b{font-size:12px;color:#334155}.signal-list small{font-size:10px;color:#8b98aa;margin-top:3px}.signal-list strong{font-size:14px;color:#334155}.signal-list .anticon{color:#9aa9bd}.signal-dot{width:8px;height:8px;border-radius:50%}.signal-dot.green{background:#27a36f}.signal-dot.orange{background:#e4a542}.signal-dot.red{background:#df6e6e}.policy-timeline>div{display:flex;gap:12px;padding:13px 0;border-top:1px solid #f0f2f5}.policy-timeline time{width:72px;color:#9aa9bd;font-size:10px}.policy-timeline i{width:7px;height:7px;background:#b8c8d9;border-radius:50%;margin-top:4px}.policy-timeline i.urgent{background:#df6e6e;box-shadow:0 0 0 4px #fde4e4}.policy-timeline p{margin:0;color:#52627b;font-size:11px}.policy-timeline b,.policy-timeline small{display:block}.policy-timeline small{color:#9aa9bd;margin-top:3px}.remediation-table{padding:0 20px 12px}.remediation-table>div{display:grid;grid-template-columns:1fr 100px 58px 50px;gap:10px;align-items:center;padding:13px 0;border-top:1px solid #f0f2f5}.remediation-table b,.remediation-table small{display:block}.remediation-table b{font-size:12px;color:#334155}.remediation-table small,.remediation-table time{font-size:10px;color:#8b98aa}.inventory-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:18px;margin-bottom:20px}.inventory-donut{width:150px;height:150px;border-radius:50%;margin:14px auto 8px;background:conic-gradient(#39a879 0 68%,#f0b44f 68% 89%,#df7777 89% 100%);display:grid;place-items:center}.inventory-donut>div{width:105px;height:105px;border-radius:50%;background:#fff;display:grid;place-items:center;align-content:center}.inventory-donut strong,.inventory-donut span{display:block}.inventory-donut strong{font:700 22px Space Grotesk;color:#334155}.inventory-donut span{font-size:10px;color:#9aa9bd}.legend-list{padding:0 24px 22px}.legend-list span{display:flex;align-items:center;gap:7px;color:#718099;font-size:11px;padding:6px 0}.legend-list i{width:8px;height:8px;border-radius:50%}.legend-list i.green{background:#39a879}.legend-list i.orange{background:#f0b44f}.legend-list i.red{background:#df7777}.legend-list b{margin-left:auto;color:#334155}.sku-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:0 20px 20px}.sku-grid>div{border:1px solid #e8edf3;border-radius:9px;padding:10px;display:grid;grid-template-columns:48px 1fr;gap:7px}.sku-image{width:48px;height:48px;border-radius:7px;overflow:hidden}.sku-image img{width:100%;height:100%;object-fit:cover}.sku-grid>div>div:nth-child(2){min-width:0}.sku-grid b,.sku-grid span,.sku-grid small{display:block}.sku-grid b{font-size:11px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sku-grid span{font-size:10px;color:#8b98aa;margin-top:5px}.sku-grid span strong{color:#334155}.sku-grid small{font-size:10px;margin-top:4px}.sku-grid small.red{color:#d76565}.sku-grid small.orange{color:#c4892d}.sku-grid small.green{color:#269366}.sku-grid .ant-btn{grid-column:1 / -1}@media(max-width:900px){.report-grid,.account-grid,.inventory-grid,.report-editor,.sku-grid{grid-template-columns:1fr}.remediation-table>div{grid-template-columns:1fr 80px 58px 50px}.report-cover{gap:15px;flex-direction:column}.health-score{border-left:0;padding-left:0;text-align:left}}.suggestions button.selected{border-color:#8fb0ee;color:#2457bd;background:#f3f7ff}.streaming-reply{min-height:96px}.reply-content{min-width:0;flex:1}.reply-meta{display:flex;align-items:center;gap:8px}.reply-meta b{font-size:12px;color:#27364f}.reply-meta span{font-size:10px;color:#2f6fed;background:#eef4ff;padding:3px 7px;border-radius:10px}.streaming-reply p{margin:8px 0 7px;color:#475569;font-size:12px;line-height:1.65;white-space:pre-wrap}.stream-caret{display:inline-block;width:2px;height:14px;background:#2f6fed;margin-left:3px;vertical-align:-2px;animation:stream-blink .8s step-end infinite}.stream-caret.done{animation:none;opacity:0}.reply-actions{display:flex;gap:8px;margin-top:3px}.reply-actions .ant-btn{padding:0;font-size:11px}@keyframes stream-blink{50%{opacity:0}}.thinking-view{min-height:230px}.thinking-view h4{font-size:14px;color:#27364f;margin:14px 0 4px}.thinking-prompt{margin:0!important;color:#7b8aa4!important;font-size:11px!important}.agent-thinking-steps{margin-top:17px;border-left:1px solid #dbe5f2;padding-left:16px}.agent-thinking-steps>div{display:flex;align-items:center;gap:9px;position:relative;padding:6px 0;color:#a0aec0;font-size:11px}.agent-thinking-steps>div>i{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#f0f3f7;color:#9aa9bd;font-style:normal;font-size:10px;margin-left:-27px}.agent-thinking-steps>div.complete{color:#4d7b68}.agent-thinking-steps>div.complete>i{background:#dcf6e8;color:#1d9b62}.agent-thinking-steps>div.current{color:#2f6fed;font-weight:600}.agent-thinking-steps>div.current>i{background:#e3edff;color:#2f6fed;box-shadow:0 0 0 4px #f1f5ff}.agent-thinking-steps em{display:flex;gap:3px;margin-left:auto}.agent-thinking-steps em b{width:4px;height:4px;border-radius:50%;background:#7aa1eb;animation:thinking-dot 1s infinite}.agent-thinking-steps em b:nth-child(2){animation-delay:.15s}.agent-thinking-steps em b:nth-child(3){animation-delay:.3s}@keyframes thinking-dot{50%{transform:translateY(-3px);opacity:.45}}
