/* 领先营销情报与内容经营系统 v12 */
:root {
  --v12-bg:#f5f5f7;--v12-panel:rgba(255,255,255,.88);--v12-white:#fff;
  --v12-text:#1d1d1f;--v12-sub:#6e6e73;--v12-line:rgba(29,29,31,.09);
  --v12-blue:#0071e3;--v12-blue2:#4d8dff;--v12-indigo:#5856d6;--v12-green:#21a366;
  --v12-orange:#ff9500;--v12-red:#ff3b30;--v12-purple:#9b51e0;
  --v12-r:18px;--v12-shadow:0 16px 48px rgba(30,40,65,.08);--v12-shadow-sm:0 6px 24px rgba(30,40,65,.06);
}
*{box-sizing:border-box}
html,body{background:var(--v12-bg)!important;color:var(--v12-text)!important}
body.v12-ready{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Helvetica Neue",Arial,sans-serif;overflow:hidden}
body.v12-ready .drawer{width:min(420px,100vw);max-width:100vw}
body.v12-ready .app-layout{height:100vh;background:
  radial-gradient(circle at 80% -10%,rgba(0,113,227,.08),transparent 32%),
  radial-gradient(circle at 28% 80%,rgba(88,86,214,.05),transparent 30%),var(--v12-bg)}

/* Sidebar */
body.v12-ready .sidebar{width:244px;background:rgba(248,248,250,.78);border-right:1px solid var(--v12-line);backdrop-filter:blur(28px) saturate(150%);z-index:50;transition:width .24s cubic-bezier(.2,.8,.2,1)}
body.v12-ready .sidebar-header{height:68px;padding:0 16px;border-bottom:0}
body.v12-ready .sidebar-logo{gap:10px;min-width:0}
body.v12-ready .sidebar-logo img{width:30px;height:30px;border-radius:9px;box-shadow:0 4px 12px rgba(0,113,227,.2)}
body.v12-ready .sidebar-logo-text{font-size:15px;font-weight:760;letter-spacing:-.3px;white-space:nowrap}
body.v12-ready .sidebar-toggle{flex:0 0 34px;width:34px;height:34px;padding:0;border-radius:11px;background:rgba(255,255,255,.8);border:1px solid var(--v12-line);display:grid;place-items:center;line-height:1;cursor:pointer}
body.v12-ready .sidebar-toggle .material-icons-round{display:block;margin:0;font-size:21px;line-height:1}
body.v12-ready .sidebar-nav{padding:4px 11px 18px;overflow-y:auto}
.v12-nav-group{margin:15px 0 0}
.v12-nav-label{display:flex;align-items:center;justify-content:space-between;padding:0 10px 7px;color:#99999f;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.v12-nav-item{position:relative;display:flex;align-items:center;gap:11px;height:40px;padding:0 11px;border-radius:11px;color:#4a4a4f;font-size:13px;font-weight:560;cursor:pointer;transition:.18s ease;margin:2px 0}
.v12-nav-item:hover{background:rgba(255,255,255,.8);color:var(--v12-text)}
.v12-nav-item.active{background:var(--v12-white);color:var(--v12-blue);box-shadow:0 7px 18px rgba(25,45,80,.08)}
.v12-nav-item.active:before{content:"";position:absolute;left:-1px;width:3px;height:18px;border-radius:4px;background:var(--v12-blue)}
.v12-nav-item .material-icons-round{font-size:19px}
.v12-nav-item .v12-nav-badge{margin-left:auto;min-width:20px;height:19px;padding:0 6px;border-radius:10px;background:#e9f3ff;color:var(--v12-blue);font-size:10px;display:grid;place-items:center}
body.v12-ready .sidebar-footer{padding:10px 12px 14px;background:linear-gradient(transparent,rgba(248,248,250,.97) 18%)}
.v12-account-mini{padding:12px;border-radius:15px;background:rgba(255,255,255,.9);border:1px solid var(--v12-line);box-shadow:var(--v12-shadow-sm)}
.v12-account-row{display:flex;align-items:center;gap:9px}
.v12-avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:800;background:linear-gradient(145deg,var(--v12-blue),var(--v12-indigo))}
.v12-account-name{font-size:12px;font-weight:700}.v12-account-plan{font-size:10px;color:var(--v12-sub);margin-top:2px}
.v12-quota{margin-top:10px}.v12-quota-line{display:flex;justify-content:space-between;color:var(--v12-sub);font-size:10px}.v12-progress{height:5px;background:#ececf1;border-radius:99px;overflow:hidden;margin-top:6px}.v12-progress>i{display:block;height:100%;width:38%;background:linear-gradient(90deg,var(--v12-blue),#65a7ff);border-radius:inherit}

/* Header */
body.v12-ready .main-container{margin-left:244px;min-width:0;width:calc(100% - 244px);height:100vh;overflow:hidden;transition:margin-left .24s cubic-bezier(.2,.8,.2,1),width .24s cubic-bezier(.2,.8,.2,1)}
body.v12-ready .topbar{height:68px;padding:0 24px;background:rgba(245,245,247,.72);border-bottom:1px solid var(--v12-line);backdrop-filter:blur(28px) saturate(160%);z-index:40}
body.v12-ready .topbar-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1}
.v12-mobile-menu{display:none!important}
.v12-page-crumb{display:flex;align-items:center;gap:7px;color:var(--v12-sub);font-size:12px;white-space:nowrap}
.v12-page-crumb strong{color:var(--v12-text);font-weight:650}
body.v12-ready .topbar-search{margin-left:auto;margin-right:auto;width:min(480px,42vw);height:38px;border-radius:13px;background:rgba(255,255,255,.88);border:1px solid var(--v12-line);box-shadow:0 3px 14px rgba(20,40,80,.04)}
body.v12-ready .topbar-search input{font-size:12px}
body.v12-ready .topbar-right{gap:8px}
.v12-status-pill{height:32px;padding:0 11px;border-radius:99px;background:rgba(255,255,255,.9);border:1px solid var(--v12-line);display:flex;align-items:center;gap:7px;font-size:11px;color:var(--v12-sub);white-space:nowrap}
.v12-dot{width:7px;height:7px;border-radius:50%;background:var(--v12-green);box-shadow:0 0 0 4px rgba(33,163,102,.1)}
.v12-icon-btn{width:34px;height:34px;border:0;border-radius:11px;background:rgba(255,255,255,.85);color:#555;display:grid;place-items:center;cursor:pointer;border:1px solid var(--v12-line)}
.v12-icon-btn .material-icons-round{font-size:18px}

/* Workspace */
body.v12-ready .main-content{height:calc(100vh - 68px);padding:0!important;overflow:auto;scroll-behavior:smooth}
#v12Workspace{width:min(1480px,100%);margin:0 auto;padding:28px 30px 64px;min-height:100%}
.v12-view-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 22px}
.v12-eyebrow{display:flex;align-items:center;gap:7px;color:var(--v12-blue);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}
.v12-view-head h1{font-size:32px;line-height:1.12;letter-spacing:-1.1px;margin:0;font-weight:790}
.v12-view-head p{margin:7px 0 0;color:var(--v12-sub);font-size:13px;line-height:1.55}
.v12-head-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.v12-model-switch{height:42px;max-width:220px;padding:0 10px;border:1px solid rgba(0,113,227,.13);border-radius:13px;background:linear-gradient(135deg,#f4f9ff,#fff);color:var(--v12-text);display:flex;align-items:center;gap:8px;text-align:left;cursor:pointer;box-shadow:0 4px 16px rgba(0,113,227,.05)}
.v12-model-switch>.material-icons-round:first-child{width:27px;height:27px;border-radius:9px;background:#e8f3ff;color:var(--v12-blue);display:grid;place-items:center;font-size:15px}.v12-model-switch>.material-icons-round:last-child{font-size:16px;color:#8a8d93}.v12-model-switch span{min-width:0;flex:1}.v12-model-switch small,.v12-model-switch b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v12-model-switch small{font-size:8px;color:var(--v12-sub);font-weight:600}.v12-model-switch b{font-size:10px;margin-top:2px}
.v12-model-intro{padding:13px 14px;border-radius:14px;background:#f5f8fc;margin-bottom:12px}.v12-model-intro b,.v12-model-intro span{display:block}.v12-model-intro b{font-size:12px}.v12-model-intro span{margin-top:5px;color:var(--v12-sub);font-size:10px;line-height:1.55}.v12-model-grid{display:grid;gap:8px}.v12-model-card{width:100%;min-height:68px;padding:11px 12px;border:1px solid var(--v12-line);border-radius:14px;background:#fff;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}.v12-model-card:hover:not(:disabled),.v12-model-card.selected{border-color:#9fcaff;background:#f3f8ff;box-shadow:0 0 0 3px rgba(0,113,227,.06)}.v12-model-card:disabled{cursor:not-allowed;opacity:.58}.v12-model-card>i{width:33px;height:33px;border-radius:10px;background:#ebf4ff;color:var(--v12-blue);display:grid;place-items:center;font-style:normal;flex:none}.v12-model-card>i .material-icons-round{font-size:18px}.v12-model-card>span{min-width:0;flex:1}.v12-model-card b,.v12-model-card small{display:block}.v12-model-card b{font-size:11px}.v12-model-card small{font-size:9px;color:var(--v12-sub);margin-top:4px;line-height:1.4}.v12-model-card em{font-size:9px;font-style:normal;color:var(--v12-green);white-space:nowrap}.v12-model-card em.offline{color:var(--v12-sub)}
.v12-btn{height:38px;border:1px solid var(--v12-line);border-radius:12px;padding:0 15px;background:#fff;color:var(--v12-text);font-size:12px;font-weight:650;display:inline-flex;align-items:center;gap:7px;cursor:pointer;transition:.18s ease;white-space:nowrap;text-decoration:none}
.v12-btn:hover{transform:translateY(-1px);box-shadow:var(--v12-shadow-sm)}
.v12-btn.primary{background:var(--v12-blue);color:#fff;border-color:var(--v12-blue)}
.v12-btn.soft{background:#edf5ff;color:var(--v12-blue);border-color:transparent}
.v12-btn.danger{background:#fff2f1;color:var(--v12-red);border-color:transparent}
.v12-btn .material-icons-round{font-size:17px}
.v12-btn.small{height:31px;padding:0 11px;font-size:11px;border-radius:10px}

.v12-grid{display:grid;gap:16px}.v12-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.v12-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.v12-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.v12-card{background:var(--v12-panel);border:1px solid var(--v12-line);border-radius:var(--v12-r);box-shadow:var(--v12-shadow-sm);overflow:hidden}
.v12-card-pad{padding:18px}.v12-card-lg{padding:22px}
.v12-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}
.v12-card-title{font-size:14px;font-weight:730;letter-spacing:-.2px}.v12-card-note{font-size:10px;color:var(--v12-sub)}
.v12-chip{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 9px;border-radius:99px;background:#f0f1f4;color:#666;font-size:10px;font-weight:620}
.v12-chip.blue{background:#eaf4ff;color:var(--v12-blue)}.v12-chip.green{background:#eaf8f0;color:var(--v12-green)}.v12-chip.orange{background:#fff4e2;color:#b56a00}.v12-chip.red{background:#fff0ef;color:var(--v12-red)}.v12-chip.purple{background:#f3edff;color:#7b3fc3}
.v12-empty{min-height:160px;display:grid;place-items:center;text-align:center;color:var(--v12-sub)}.v12-empty .material-icons-round{font-size:38px;color:#c8c9ce}.v12-empty p{font-size:12px;margin:8px 0}

/* Dashboard */
.v12-hero{position:relative;overflow:hidden;padding:26px;background:linear-gradient(125deg,#101d38 0%,#153965 52%,#1d68a8 100%);color:#fff;border-radius:24px;box-shadow:0 24px 60px rgba(15,45,90,.19);margin-bottom:16px}
.v12-hero:after{content:"";position:absolute;right:-60px;top:-100px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(130,202,255,.38),transparent 67%)}
.v12-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.5fr 1fr;gap:28px;align-items:end}
.v12-hero h1{font-size:32px;margin:0 0 9px;letter-spacing:-1px}.v12-hero p{margin:0;color:rgba(255,255,255,.68);font-size:13px;max-width:670px;line-height:1.6}
.v12-hero-actions{display:flex;gap:9px;margin-top:22px}.v12-hero .v12-btn.primary{background:#fff;color:#0d5da4;border-color:#fff}.v12-hero .v12-btn.soft{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.16);backdrop-filter:blur(10px)}
.v12-hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.v12-hero-stat{padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}.v12-hero-stat b{display:block;font-size:22px;letter-spacing:-.6px}.v12-hero-stat span{font-size:10px;color:rgba(255,255,255,.62)}
.v12-metric{padding:17px;background:var(--v12-panel);border:1px solid var(--v12-line);border-radius:17px;box-shadow:var(--v12-shadow-sm)}
.v12-metric-top{display:flex;align-items:center;justify-content:space-between}.v12-metric-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#eaf4ff;color:var(--v12-blue)}.v12-metric-icon .material-icons-round{font-size:18px}.v12-metric-change{font-size:10px;color:var(--v12-green)}
.v12-metric-value{font-size:25px;font-weight:770;letter-spacing:-.8px;margin-top:12px}.v12-metric-label{font-size:11px;color:var(--v12-sub);margin-top:3px}
.v12-list{display:flex;flex-direction:column}.v12-list-row{display:flex;align-items:flex-start;gap:11px;padding:11px 0;border-bottom:1px solid var(--v12-line)}.v12-list-row:last-child{border-bottom:0}.v12-rank{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:#f1f3f6;color:#73747a;font-size:10px;font-weight:750;flex:none}.v12-rank.hot{background:#fff0ee;color:var(--v12-red)}.v12-list-main{min-width:0;flex:1}.v12-list-title{font-size:12px;font-weight:650;line-height:1.45}.v12-list-meta{font-size:10px;color:var(--v12-sub);margin-top:3px;display:flex;gap:8px;flex-wrap:wrap}.v12-list-action{color:var(--v12-blue);font-size:10px;cursor:pointer;white-space:nowrap}
.v12-flow{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}.v12-flow-step{position:relative;padding:12px 9px;border-radius:13px;background:#f6f7f9;border:1px solid transparent;text-align:center;min-width:0}.v12-flow-step.done{background:#eff8f3;color:#17693e}.v12-flow-step.active{background:#eaf4ff;color:var(--v12-blue);border-color:#b8dafe}.v12-flow-step .material-icons-round{font-size:18px}.v12-flow-step b{display:block;font-size:10px;margin-top:4px}.v12-flow-step span{display:block;font-size:9px;color:var(--v12-sub);margin-top:2px}

/* Dashboard v14 · live operating desk */
.v14-dash-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.85fr);gap:18px;margin-bottom:14px;padding:20px;border:1px solid rgba(0,113,227,.1);border-radius:24px;background:linear-gradient(120deg,rgba(255,255,255,.96),rgba(239,247,255,.92));box-shadow:0 18px 50px rgba(40,74,120,.07);overflow:hidden}
.v14-dash-hero:after{content:"";position:absolute;right:18%;top:-190px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(74,160,255,.12),transparent 68%);pointer-events:none}
.v14-dash-hero-main,.v14-priority{position:relative;z-index:1}.v14-dash-hero-main{padding:5px 5px 3px}.v14-dash-hero h1{max-width:740px;margin:0;font-size:30px;line-height:1.15;letter-spacing:-1px}.v14-dash-hero p{max-width:680px;margin:8px 0 0;color:var(--v12-sub);font-size:12px;line-height:1.65}
.v14-dash-question{display:flex;align-items:center;gap:10px;max-width:690px;margin-top:15px;padding:11px 13px;border:1px solid rgba(0,113,227,.1);border-radius:14px;background:rgba(255,255,255,.72)}.v14-dash-question>span{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#e9f4ff;color:var(--v12-blue);flex:none}.v14-dash-question .material-icons-round{font-size:17px}.v14-dash-question small,.v14-dash-question b{display:block}.v14-dash-question small{font-size:8px;letter-spacing:.12em;color:var(--v12-blue);font-weight:760}.v14-dash-question b{margin-top:3px;font-size:11px;line-height:1.4}
.v14-dash-hero .v12-hero-actions{margin-top:14px}.v14-dash-hero .v12-btn.primary{box-shadow:0 8px 20px rgba(0,113,227,.16)}
.v14-priority{padding:15px;border:1px solid rgba(29,29,31,.07);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 10px 30px rgba(40,55,90,.06)}.v14-priority-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.v14-priority-head small,.v14-priority-head b{display:block}.v14-priority-head small{font-size:8px;letter-spacing:.14em;color:#9a9ba0;font-weight:800}.v14-priority-head b{font-size:13px;margin-top:2px}
.v14-priority-item{display:grid;grid-template-columns:27px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:10px 2px;border-top:1px solid var(--v12-line)}.v14-priority-item>span{width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:#f0f2f5;color:#73747a;font-size:9px;font-weight:780}.v14-priority-item.urgent>span{background:#fff0ef;color:var(--v12-red)}.v14-priority-item b,.v14-priority-item small{display:block}.v14-priority-item b{font-size:11px}.v14-priority-item small{margin-top:3px;font-size:9px;color:var(--v12-sub)}.v14-priority-item>.material-icons-round{font-size:16px;color:#b1b3b8}
.v14-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.v14-metrics .v12-metric{padding:14px 15px;border-radius:16px}.v14-metrics .v12-metric-icon{width:31px;height:31px}.v14-metrics .v12-metric-value{margin-top:8px;font-size:23px}.v14-metrics .v12-metric-change{max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.v14-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.85fr);gap:14px;margin-top:14px}.v14-dashboard-grid .v12-card-lg{padding:18px}.v14-card-actions,.v14-row-actions{display:flex;align-items:center;gap:7px}.v14-opportunity-list{display:flex;flex-direction:column}.v14-opportunity-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px 0;border-bottom:1px solid var(--v12-line)}.v14-opportunity-row:last-child{border-bottom:0}.v14-platform{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,#edf6ff,#d9ebff);color:var(--v12-blue);font-size:10px;font-weight:780}.v14-opportunity-row:nth-child(2n) .v14-platform{background:linear-gradient(145deg,#f4efff,#e8dcff);color:#7355bb}.v14-opportunity-row .v12-list-title{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v14-score{width:min(170px,42%);height:3px;margin-top:7px;border-radius:99px;background:#edf0f4;overflow:hidden}.v14-score i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#69aaff,var(--v12-blue))}.v14-row-actions .v12-btn:first-child:has(.material-icons-round){width:31px;padding:0;justify-content:center}
.v14-production{display:flex;flex-direction:column}.v14-progress-head{display:flex;align-items:baseline;gap:8px;margin:3px 0 12px}.v14-progress-head strong{font-size:27px;letter-spacing:-1px}.v14-progress-head span{font-size:9px;color:var(--v12-sub)}.v14-pipeline{display:flex;flex-direction:column;gap:7px;flex:1}.v14-pipeline>div{display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-rows:auto auto;column-gap:9px;padding:9px 10px;border-radius:12px;background:#f6f7f9}.v14-pipeline>div>span{grid-row:1/3;width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#fff;color:#8a8d93}.v14-pipeline .material-icons-round{font-size:16px}.v14-pipeline b{font-size:10px}.v14-pipeline small{font-size:8px;color:var(--v12-sub);margin-top:2px}.v14-pipeline .done{background:#eff8f3}.v14-pipeline .done>span{color:var(--v12-green)}.v14-pipeline .warning{background:#fff6e8}.v14-pipeline .warning>span{color:#c87800}.v14-pipeline .active{background:#eaf4ff;box-shadow:inset 3px 0 0 var(--v12-blue)}.v14-pipeline .active>span{color:var(--v12-blue)}.v14-wide-btn{width:100%;justify-content:center;margin-top:12px}
.v14-dashboard-secondary{align-items:stretch}.v14-news-list{display:flex;flex-direction:column}.v14-news-item{display:grid;grid-template-columns:76px minmax(0,1fr) 34px;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--v12-line)}.v14-news-item:last-child{border-bottom:0}.v14-news-item img,.v14-news-placeholder{width:76px;height:52px;border-radius:11px;object-fit:cover;background:#eef4fa}.v14-news-placeholder{display:grid;place-items:center;color:var(--v12-blue)}.v14-news-item h3{margin:3px 0 0;font-size:11px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v14-news-item p{margin:4px 0 0;color:var(--v12-blue);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v14-news-item>.v12-icon-btn{width:31px;height:31px}
.v14-system{display:flex;flex-direction:column}.v14-system-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.v14-system-grid>div{min-width:0;padding:12px;border-radius:13px;background:#f6f8fb}.v14-system-grid span{display:flex;align-items:center;color:var(--v12-blue)}.v14-system-grid .material-icons-round{font-size:17px}.v14-system-grid b,.v14-system-grid small{display:block}.v14-system-grid b{margin-top:8px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v14-system-grid small{margin-top:3px;font-size:8px;color:var(--v12-sub)}.v14-system-note{display:flex;align-items:flex-start;gap:8px;margin-top:10px;padding:10px;border-radius:12px;background:#eff8f3;color:#2e7050;font-size:9px;line-height:1.5}.v14-system-note .material-icons-round{font-size:16px;flex:none}

/* Intel / research */
.v12-source-bar{display:flex;gap:7px;overflow:auto;padding-bottom:2px}.v12-source{height:31px;padding:0 11px;border-radius:10px;background:#f2f3f5;border:1px solid transparent;color:#65666c;font-size:11px;display:flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap}.v12-source.active{background:#eaf4ff;color:var(--v12-blue);border-color:#bfddff}.v12-source i{width:6px;height:6px;border-radius:50%;background:currentColor}
.v12-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.v12-article{padding:17px;border-radius:17px;background:#fff;border:1px solid var(--v12-line);transition:.18s ease}.v12-article:hover{transform:translateY(-2px);box-shadow:var(--v12-shadow)}.v12-article-source{display:flex;align-items:center;gap:7px;color:var(--v12-sub);font-size:10px}.v12-article-source time{margin-left:auto}.v12-article h3{font-size:14px;line-height:1.45;margin:12px 0 7px}.v12-article p{font-size:11px;line-height:1.55;color:var(--v12-sub);margin:0}.v12-article-actions{display:flex;gap:7px;margin-top:14px;flex-wrap:wrap}
.v12-sync-strip{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;margin-bottom:16px;border:1px solid rgba(0,113,227,.12);border-radius:15px;background:linear-gradient(100deg,rgba(235,245,255,.95),rgba(255,255,255,.86));box-shadow:var(--v12-shadow-sm)}
.v12-sync-main{display:flex;align-items:center;gap:10px;min-width:0}.v12-sync-main>.material-icons-round{width:32px;height:32px;border-radius:10px;background:#fff;color:var(--v12-blue);display:grid;place-items:center;font-size:18px;box-shadow:0 3px 12px rgba(0,113,227,.08)}.v12-sync-main b{display:block;font-size:11px}.v12-sync-main span{display:block;margin-top:3px;font-size:9px;color:var(--v12-sub)}.v12-sync-meta{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.v12-spark{height:30px;display:flex;align-items:flex-end;gap:3px}.v12-spark i{display:block;width:4px;border-radius:4px 4px 1px 1px;background:linear-gradient(#7bbaff,var(--v12-blue))}
.v12-hot-row{align-items:center}.v12-hot-actions{display:flex;align-items:center;gap:7px;flex:none}
.v12-filter-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px}.v12-select,.v12-input,.v12-textarea{border:1px solid var(--v12-line);background:#fff;border-radius:12px;color:var(--v12-text);outline:0;font:inherit}.v12-select,.v12-input{height:38px;padding:0 12px;font-size:12px}.v12-input{min-width:200px}.v12-textarea{width:100%;min-height:110px;padding:12px;resize:vertical;font-size:12px;line-height:1.6}.v12-select:focus,.v12-input:focus,.v12-textarea:focus{border-color:#9bcaff;box-shadow:0 0 0 3px rgba(0,113,227,.09)}
.v12-chart{height:235px;display:flex;align-items:flex-end;gap:9px;padding:16px 8px 0}.v12-chart-col{flex:1;text-align:center}.v12-chart-bar{position:relative;min-height:8px;background:linear-gradient(180deg,#69abff,var(--v12-blue));border-radius:7px 7px 2px 2px}.v12-chart-bar:before{content:attr(data-value);position:absolute;top:-18px;left:50%;transform:translateX(-50%);font-size:9px;color:var(--v12-sub)}.v12-chart-col span{display:block;font-size:9px;color:var(--v12-sub);margin-top:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v12-profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.v12-profile-card{padding:14px;border-radius:14px;background:#f7f8fa}.v12-profile-card .material-icons-round{font-size:19px;color:var(--v12-blue)}.v12-profile-card b{font-size:12px;display:block;margin-top:8px}.v12-profile-card span{font-size:10px;color:var(--v12-sub);display:block;margin-top:3px}

/* Knowledge, cases, talent */
.v12-kb-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:16px}.v12-kb-tree{padding:10px}.v12-kb-node{display:flex;align-items:center;gap:9px;padding:10px;border-radius:11px;font-size:11px;color:#555;cursor:pointer}.v12-kb-node:hover,.v12-kb-node.active{background:#edf5ff;color:var(--v12-blue)}.v12-kb-node .material-icons-round{font-size:17px}.v12-kb-node em{margin-left:auto;font-style:normal;font-size:9px;color:#9a9ba0}
.v12-doc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.v12-doc{padding:15px;border-radius:15px;background:#fff;border:1px solid var(--v12-line)}.v12-doc h3{font-size:12px;margin:0 0 7px}.v12-doc p{font-size:10px;color:var(--v12-sub);line-height:1.5;margin:0}.v12-doc-foot{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:9px;color:#999}
.v12-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.v12-case{border-radius:17px;background:#fff;border:1px solid var(--v12-line);overflow:hidden}.v12-case-cover{height:112px;padding:15px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,#172c54,#2779b9)}.v12-case:nth-child(2n) .v12-case-cover{background:linear-gradient(135deg,#46346f,#9b51e0)}.v12-case:nth-child(3n) .v12-case-cover{background:linear-gradient(135deg,#6f351f,#e47836)}.v12-case-cover b{font-size:15px}.v12-case-body{padding:14px}.v12-case-kpis{display:flex;gap:12px;font-size:10px;color:var(--v12-sub)}.v12-case-kpis strong{color:var(--v12-text)}
.v12-talent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.v12-talent{padding:16px;background:#fff;border:1px solid var(--v12-line);border-radius:17px}.v12-talent-top{display:flex;align-items:center;gap:10px}.v12-talent-avatar{width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#d8eaff,#96c6ff);display:grid;place-items:center;color:#0c5fac;font-weight:800}.v12-talent-name{font-size:13px;font-weight:720}.v12-talent-cat{font-size:10px;color:var(--v12-sub);margin-top:3px}.v12-talent-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:13px}.v12-talent-stats div{padding:8px;border-radius:10px;background:#f7f8fa;text-align:center}.v12-talent-stats b{font-size:11px;display:block}.v12-talent-stats span{font-size:8px;color:var(--v12-sub)}

/* Brief & studio */
.v12-pipeline{display:flex;align-items:center;gap:0;padding:8px;background:rgba(255,255,255,.72);border:1px solid var(--v12-line);border-radius:15px;overflow:auto;margin-bottom:16px}.v12-pipeline-step{display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:10px;white-space:nowrap;color:var(--v12-sub);font-size:10px}.v12-pipeline-step.active{background:#eaf4ff;color:var(--v12-blue);font-weight:700}.v12-pipeline-step.done{color:var(--v12-green)}.v12-pipeline-arrow{color:#c6c7cc;font-size:15px}
.v12-brief-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px}.v12-upload{min-height:150px;border:1.5px dashed #b8c8d8;border-radius:16px;display:grid;place-items:center;text-align:center;background:#f9fbfd;padding:18px;cursor:pointer}.v12-upload:hover{border-color:var(--v12-blue);background:#f3f8ff}.v12-upload .material-icons-round{font-size:30px;color:var(--v12-blue)}.v12-upload b{display:block;font-size:12px;margin-top:8px}.v12-upload span{font-size:10px;color:var(--v12-sub)}
.v12-check-list{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:13px}.v12-check{padding:9px;border-radius:10px;background:#f6f7f9;font-size:10px;color:#65666b;display:flex;align-items:center;gap:6px}.v12-check .material-icons-round{font-size:15px;color:#b9bbc0}.v12-check.ok{background:#edf8f2;color:#1f7046}.v12-check.ok .material-icons-round{color:var(--v12-green)}
.v12-studio{display:grid;grid-template-columns:230px minmax(0,1fr) 280px;min-height:590px;border:1px solid var(--v12-line);border-radius:20px;background:rgba(255,255,255,.8);overflow:hidden}.v12-studio-side{padding:15px;border-right:1px solid var(--v12-line);background:rgba(248,249,251,.75)}.v12-studio-main{padding:18px;min-width:0}.v12-studio-inspector{padding:15px;border-left:1px solid var(--v12-line)}.v12-tool{display:flex;align-items:center;gap:9px;padding:10px;border-radius:11px;font-size:11px;cursor:pointer}.v12-tool:hover,.v12-tool.active{background:#eaf4ff;color:var(--v12-blue)}.v12-canvas{position:relative;min-height:420px;border-radius:16px;background-color:#f4f5f7;background-image:radial-gradient(#ccd0d6 .8px,transparent .8px);background-size:18px 18px;display:grid;place-items:center;overflow:hidden}.v12-artboard{width:236px;aspect-ratio:9/16;border-radius:14px;background:linear-gradient(160deg,#f8faff,#dce9ff);box-shadow:0 18px 45px rgba(20,50,90,.18);padding:24px;display:flex;flex-direction:column;justify-content:flex-end}.v12-artboard b{font-size:23px;line-height:1.12;letter-spacing:-.7px}.v12-artboard span{font-size:10px;margin-top:9px;color:#46546b}.v12-timeline{height:72px;margin-top:12px;border-radius:13px;background:#f7f8fa;padding:12px;display:flex;gap:7px}.v12-clip{height:46px;border-radius:9px;background:#ddebff;border:1px solid #b7d5fb;min-width:80px;padding:7px;font-size:9px;color:#2869a4}.v12-ai-output{margin-top:15px;padding:17px;border-radius:15px;background:#f8fafc;border:1px solid var(--v12-line);font-size:11px;line-height:1.65;white-space:pre-wrap;max-height:380px;overflow:auto}

/* Membership and security */
.v12-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.v12-plan{position:relative;padding:20px;border-radius:19px;background:#fff;border:1px solid var(--v12-line)}.v12-plan.recommended{border:1.5px solid var(--v12-blue);box-shadow:0 16px 42px rgba(0,113,227,.12)}.v12-plan-tag{position:absolute;right:14px;top:14px}.v12-plan h3{font-size:15px;margin:0}.v12-price{font-size:30px;font-weight:780;margin:14px 0}.v12-price small{font-size:11px;color:var(--v12-sub);font-weight:500}.v12-plan ul{list-style:none;padding:0;margin:16px 0}.v12-plan li{font-size:10px;color:#555;margin:9px 0;display:flex;gap:7px}.v12-plan li:before{content:"✓";color:var(--v12-green);font-weight:800}
.v12-ledger{width:100%;border-collapse:collapse}.v12-ledger th{text-align:left;padding:10px 9px;font-size:9px;color:#999;font-weight:650;border-bottom:1px solid var(--v12-line)}.v12-ledger td{padding:12px 9px;font-size:10px;border-bottom:1px solid var(--v12-line)}.v12-ledger td:last-child{text-align:right;font-weight:700}.v12-security-score{width:118px;height:118px;min-width:118px;min-height:118px;aspect-ratio:1/1;flex:0 0 118px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--v12-green) 0 92%,#e9ebef 92%);position:relative}.v12-security-score:after{content:"";position:absolute;inset:10px;border-radius:50%;background:#fff}.v12-security-score b{position:relative;z-index:1;font-size:25px}.v12-alert{display:flex;align-items:flex-start;gap:10px;padding:12px;border-radius:13px;background:#f8f9fb;margin-top:8px}.v12-alert .material-icons-round{font-size:18px}.v12-alert b{display:block;font-size:11px}.v12-alert span{display:block;font-size:9px;color:var(--v12-sub);margin-top:3px}

/* Command palette & modal */
.v12-palette{position:fixed;inset:0;z-index:1000;background:rgba(20,23,30,.28);backdrop-filter:blur(10px);display:none;place-items:start center;padding-top:12vh}.v12-palette.show{display:grid}.v12-palette-box{width:min(620px,calc(100vw - 28px));border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 30px 100px rgba(15,25,45,.25);overflow:hidden}.v12-palette-search{display:flex;align-items:center;gap:10px;padding:15px;border-bottom:1px solid var(--v12-line)}.v12-palette-search input{border:0;outline:0;flex:1;font-size:14px;background:transparent}.v12-palette-results{max-height:420px;overflow:auto;padding:8px}.v12-command{display:flex;align-items:center;gap:11px;padding:11px;border-radius:12px;cursor:pointer}.v12-command:hover{background:#f1f6fc}.v12-command .material-icons-round{width:30px;height:30px;border-radius:9px;background:#eaf4ff;color:var(--v12-blue);display:grid;place-items:center;font-size:17px}.v12-command b{font-size:12px}.v12-command span{font-size:9px;color:var(--v12-sub);display:block;margin-top:2px}.v12-command kbd{margin-left:auto;font-size:9px;color:#999}
.v12-modal{position:fixed;inset:0;z-index:1050;background:rgba(20,23,30,.28);backdrop-filter:blur(9px);display:none;place-items:center;padding:18px}.v12-modal.show{display:grid}.v12-modal-box{width:min(680px,100%);max-height:86vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:0 30px 100px rgba(15,25,45,.22)}.v12-modal-head{padding:18px 20px;border-bottom:1px solid var(--v12-line);display:flex;align-items:center;justify-content:space-between}.v12-modal-body{padding:20px}.v12-modal-foot{padding:15px 20px;border-top:1px solid var(--v12-line);display:flex;justify-content:flex-end;gap:8px}

/* Responsive */
@media(min-width:821px){body.v12-ready.sidebar-collapsed .sidebar{width:76px}body.v12-ready.sidebar-collapsed .main-container{margin-left:76px;width:calc(100% - 76px)}body.v12-ready.sidebar-collapsed .sidebar-header{padding:0;justify-content:center}body.v12-ready.sidebar-collapsed .sidebar-logo,body.v12-ready.sidebar-collapsed .v12-nav-label,body.v12-ready.sidebar-collapsed .v12-nav-item>span:not(.material-icons-round),body.v12-ready.sidebar-collapsed .v12-nav-badge,body.v12-ready.sidebar-collapsed .sidebar-footer{display:none}body.v12-ready.sidebar-collapsed .sidebar-nav{padding:8px 10px 18px}body.v12-ready.sidebar-collapsed .v12-nav-group{margin-top:10px}body.v12-ready.sidebar-collapsed .v12-nav-item{justify-content:center;padding:0;gap:0}body.v12-ready.sidebar-collapsed .v12-nav-item .material-icons-round{margin:0}body.v12-ready.sidebar-collapsed .v12-nav-item.active:before{left:-3px}}
@media(max-width:1100px){.v12-grid.cols-4{grid-template-columns:repeat(2,1fr)}.v12-article-grid,.v12-case-grid,.v12-talent-grid{grid-template-columns:repeat(2,1fr)}.v12-studio{grid-template-columns:190px minmax(0,1fr)}.v12-studio-inspector{grid-column:1/-1;border-left:0;border-top:1px solid var(--v12-line)}.v12-hero-grid{grid-template-columns:1fr}.v12-hero-stats{grid-template-columns:repeat(4,1fr)}.v14-dash-hero,.v14-dashboard-grid{grid-template-columns:1fr}.v14-priority{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.v14-priority-head{grid-column:1/-1}.v14-priority-item{border-top:0;border-radius:12px;background:#f7f8fa;padding:10px}.v14-priority-item.urgent{background:#fff6f4}}
@media(max-width:820px){body.v12-ready .sidebar{transform:translateX(-100%);width:260px;transition:.22s ease;box-shadow:25px 0 80px rgba(10,30,60,.18)}body.v12-ready.sidebar-open .sidebar{transform:translateX(0)}body.v12-ready:after{content:"";position:fixed;inset:0;background:rgba(10,20,35,.25);z-index:45;display:none}body.v12-ready.sidebar-open:after{display:block}body.v12-ready .main-container{margin-left:0;width:100%}.v12-mobile-menu{display:grid!important}.v12-page-crumb{display:none}body.v12-ready .topbar{padding:0 14px}.v12-status-pill{display:none}body.v12-ready .topbar-search{width:auto;flex:1;margin:0 6px}#v12Workspace{padding:21px 16px 60px}.v12-view-head{align-items:flex-start;flex-direction:column}.v12-head-actions{justify-content:flex-start}.v12-view-head h1{font-size:28px}.v12-kb-layout,.v12-brief-layout{grid-template-columns:1fr}.v12-plan-grid{grid-template-columns:1fr}.v12-profile-grid{grid-template-columns:repeat(2,1fr)}.v12-studio{grid-template-columns:1fr}.v12-studio-side{border-right:0;border-bottom:1px solid var(--v12-line);display:grid;grid-template-columns:repeat(3,1fr)}.v12-studio-inspector{grid-column:auto}.v12-tool{justify-content:center}.v12-flow{grid-template-columns:repeat(3,1fr)}.v14-metrics{grid-template-columns:repeat(2,1fr)}.v14-priority{grid-template-columns:1fr}.v14-priority-head{grid-column:auto}.v14-dash-hero h1{font-size:27px}}
@media(max-width:560px){.v12-grid.cols-4,.v12-grid.cols-3,.v12-grid.cols-2,.v12-article-grid,.v12-case-grid,.v12-talent-grid,.v12-doc-grid{grid-template-columns:1fr}.v12-hero{padding:21px}.v12-hero h1{font-size:27px}.v12-hero-stats{grid-template-columns:repeat(2,1fr)}.v12-hero-actions{flex-wrap:wrap}.v12-view-head p{font-size:12px}.v12-check-list{grid-template-columns:repeat(2,1fr)}.v12-studio-main{padding:10px}.v12-artboard{width:210px}.v12-source-bar{margin-right:-16px}.v12-plan-grid{gap:10px}.v12-sync-strip{align-items:flex-start;flex-direction:column}.v12-sync-meta{justify-content:flex-start}.v12-hot-row{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center}.v12-hot-row .v12-spark{display:none}.v12-hot-actions{align-items:stretch;flex-direction:column;gap:5px}.v12-hot-actions .v12-btn{justify-content:center;min-width:72px}.v14-dash-hero{padding:15px;border-radius:20px}.v14-dash-hero h1{font-size:24px}.v14-dash-question{align-items:flex-start}.v14-metrics{grid-template-columns:1fr 1fr;gap:9px}.v14-metrics .v12-metric{padding:12px}.v14-metrics .v12-metric-change{font-size:8px}.v14-opportunity-row{grid-template-columns:30px minmax(0,1fr)}.v14-platform{width:30px;height:30px}.v14-row-actions{grid-column:2;justify-content:flex-start}.v14-card-actions .v12-chip{display:none}.v14-news-item{grid-template-columns:64px minmax(0,1fr) 30px}.v14-news-item img,.v14-news-placeholder{width:64px;height:48px}.v14-system-grid{grid-template-columns:1fr 1fr}.v14-dashboard-grid .v12-card-lg{padding:15px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
