:root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#262626;background:#f6f6f6;font-synthesis:none;font-size:14px;--muted:#777777;--line:#e8e8e8;--soft:#f6f6f6;--accent:#5f5f5f;--ease:cubic-bezier(.2,.8,.2,1)}
*{box-sizing:border-box}
body{margin:0}
button,input,textarea,select{font:inherit}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
button,a{touch-action:manipulation}
button{cursor:pointer}
button:disabled{cursor:wait;opacity:.5}
button,a{outline-offset:4px}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #8d8d8d;outline-offset:3px}
button{color:inherit}
svg.icon{width:18px;height:18px;flex-shrink:0;stroke-width:1.6}
h1,h2,h3,p{margin:0}
h1{font-size:32px;font-weight:500;letter-spacing:-1.15px;line-height:1.2}
h2{font-size:16px;font-weight:550;letter-spacing:-.25px}
h3{font-size:14px;font-weight:550}
small,.muted{color:var(--muted)}
.loading{min-height:100vh;display:grid;place-items:center;color:var(--muted)}
.shell{display:grid;grid-template-columns:228px minmax(0,1fr);min-height:100vh}
.sidebar{position:sticky;top:0;height:100vh;padding:30px 17px 16px;background:#f4f4f4;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;z-index:5}
.brand{padding:0 15px;display:flex;align-items:center;gap:10px}
.brand img{width:26px;height:26px;object-fit:contain}
.brand strong{font-size:19px;font-weight:600;letter-spacing:-.65px}
.workspace-label{font-size:12px;color:var(--muted);padding:11px 15px 29px}
.nav-label{font-size:11px;color:#747474;margin:22px 13px 8px}
.nav-item{width:100%;display:flex;align-items:center;gap:11px;padding:10px 13px;border:1px solid transparent;border-radius:7px;color:#6f6f6f;margin:2px 0;line-height:19px;font-size:13px;transition:background 150ms}
.nav-item:hover{text-decoration:none;background:#eaeaea}
.nav-item.active{background:#ffffff;border-color:#e4e4e4;color:#2c2c2c;box-shadow:0 1px 2px #27272705}
.nav-item .count{margin-left:auto;min-width:19px;font-size:10px;text-align:center;border-radius:4px;background:#ededed;padding:0 4px;color:#747474}
.sidebar-bottom{margin-top:auto}
.workspace-note{border:1px solid #e2e2e2;border-radius:9px;padding:13px;margin:30px 6px 17px;line-height:1.5;background:#f0f0f0;font-size:11px;color:#747474}
.workspace-note strong{display:block;color:#5e5e5e;font-weight:500;margin-bottom:4px}
.profile{display:flex;align-items:center;gap:10px;padding:13px 10px 0;border-top:1px solid #e1e1e1}
.avatar{width:30px;height:30px;display:grid;place-items:center;flex-shrink:0;border-radius:50%;background:#e6e6e6;color:#6c6c6c;font-size:11px}
.profile-name{font-size:12px;line-height:1.55;flex:1}
.profile-name small{font-size:10px;display:block}
.icon-button{background:none;border:0;display:inline-flex;padding:6px;border-radius:6px;align-items:center;justify-content:center;color:var(--muted)}
.icon-button:hover{background:#ebebeb}
.main{min-width:0;background:#ffffff}
.topbar{height:68px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 42px;gap:16px;font-size:12px;color:var(--muted)}
.breadcrumbs{display:flex;gap:13px;align-items:center}
.breadcrumbs strong{font-weight:450;color:#363636}
.top-actions{display:flex;align-items:center;gap:18px}
.search-button{display:flex;align-items:center;gap:9px;background:none;border:0;color:#747474;font-size:12px}
.search-button kbd{font:10px inherit;border:1px solid var(--line);border-radius:4px;padding:2px 4px}
.mobile-menu{display:none}
.page{max-width:1320px;padding:47px 54px 60px;margin:auto}
.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:33px}
.page-heading p{font-size:13px;color:var(--muted);line-height:1.7;margin-top:10px}
.eyebrow{color:#747474;font-size:12px;margin-bottom:13px}
.button{display:inline-flex;gap:7px;align-items:center;justify-content:center;white-space:nowrap;border:1px solid #e2e2e2;border-radius:7px;padding:8px 12px;background:#ffffff;font-size:12px;box-shadow:0 1px 2px #23232306;min-height:34px}
.button:hover{background:#f5f5f5;text-decoration:none}
.button.primary{background:#363636;color:white;border-color:#363636;box-shadow:0 1px 2px #36363620}
.button.primary:hover{background:#4e4e4e}
.button .icon{width:14px;height:14px}
.text-button{font-size:12px;display:inline-flex;align-items:center;gap:7px;color:#747474;background:none;border:0;padding:5px 0}
.text-button:hover{color:#363636;text-decoration:none}
.text-button .icon{width:13px;height:13px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:10px;margin-bottom:31px;overflow:hidden}
.stat{padding:22px 23px;border-right:1px solid var(--line)}
.stat:last-child{border:0}
.stat-label{font-size:12px;color:#747474;display:flex;align-items:center;gap:7px}
.stat-value{font-size:32px;letter-spacing:-1px;line-height:1.3;margin:11px 0 8px;font-weight:450;font-variant-numeric:tabular-nums}
.stat-foot{font-size:10px;color:#747474;display:flex;gap:5px;align-items:center}
.stat-foot .dot{width:4px;height:4px}
.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#acacac;flex-shrink:0}
.dot.green{background:#a0a0a0}
.dot.amber{background:#a5a5a5}
.dot.blue{background:#979797}
.focus{background:#f6f6f6;border:1px solid #e9e9e9;border-radius:10px;padding:19px 22px;display:flex;align-items:center;gap:17px;margin-bottom:32px}
.focus-symbol{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;border:1px solid #e0e0e0;background:#f0f0f0;color:#747474}
.focus-text{flex:1;font-size:12px;line-height:1.6;color:#747474}
.focus-text strong{display:block;color:#4f4f4f;font-size:13px;font-weight:500;margin-bottom:3px}
.focus .button{background:#ffffff99;border-color:#dedede;color:#666666;font-size:11px}
.split{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:32px}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}
.section-head h2{display:flex;align-items:center;gap:10px}
.inline-count{font-size:10px;color:#747474;font-weight:400;padding:2px 5px;background:#f4f4f4;border-radius:4px}
.panel{border:1px solid var(--line);border-radius:10px;overflow:hidden}
.row{display:flex;align-items:center;gap:12px;padding:16px 17px;border-bottom:1px solid var(--line);width:100%;text-align:left;background:#ffffff}
.row:last-child{border:0}
.row-link{cursor:pointer;border-top:0;border-left:0;border-right:0;color:inherit}
.row-link:hover{background:#fbfbfb}
.row-title{font-size:12px;line-height:1.5;color:#464646;font-weight:450;display:block}
.row-meta{font-size:10px;color:#747474;display:flex;align-items:center;gap:7px;margin-top:5px;line-height:1.4}
.row-content{min-width:0;flex:1}
.row > .icon{width:16px;height:16px;color:#747474}
.row-chevron{color:#747474;font-size:16px}
.status{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-size:10px;line-height:1.5;border-radius:5px;background:#f4f4f4;color:#747474;padding:3px 7px}
.status.attention{background:#f2f2f2;color:#747474}
.status.success{background:#f1f1f1;color:#747474}
.campaign-card{display:block;width:100%;text-align:left;border:1px solid var(--line);border-radius:9px;padding:19px 20px;background:#ffffff;margin-bottom:12px;cursor:pointer}
.campaign-card:hover{background:#fbfbfb;border-color:#dfdfdf}
.card-top{display:flex;gap:12px;align-items:center;margin-bottom:14px}
.channel-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#f5f5f5;color:#747474;border:1px solid #ececec}
.channel-icon .icon{width:16px;height:16px}
.card-top .status{margin-left:auto}
.campaign-card h3{font-size:13px;font-weight:500;margin-bottom:7px}
.campaign-card p{font-size:11px;color:#747474;line-height:1.65}
.card-footer{border-top:1px solid #f0f0f0;padding-top:12px;margin-top:16px;display:flex;justify-content:space-between;font-size:10px;color:#747474}
.activity-section{margin-top:33px}
.activity-row{display:flex;gap:12px;padding:12px 0;font-size:12px;align-items:flex-start}
.activity-row .avatar{width:25px;height:25px;font-size:9px}
.activity-row p{line-height:1.6;flex:1;color:#747474}
.activity-row strong{font-weight:500;color:#555555}
.activity-row time{font-size:10px;color:#747474;white-space:nowrap}
.empty{padding:35px 22px;text-align:center;color:#747474;font-size:12px;line-height:1.8}
.empty .icon{width:25px;height:25px;margin-bottom:8px;color:#747474}
.empty strong{display:block;color:#696969;font-weight:500}
.page-foot{border-top:1px solid var(--line);margin-top:38px;padding-top:17px;display:flex;justify-content:space-between;font-size:10px;color:#747474;gap:20px}
.toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:0 0 19px;flex-wrap:wrap}
.tabs{display:flex;gap:4px;flex-wrap:wrap}
.tab{font-size:12px;background:none;border:1px solid transparent;border-radius:6px;color:#747474;padding:7px 10px}
.tab.active{background:#f3f3f3;border-color:#e8e8e8;color:#5e5e5e}
.tab span{font-size:10px;margin-left:5px;color:#747474}
.filter-input{border:1px solid var(--line);border-radius:6px;padding:8px 10px;font-size:12px;width:210px;background:#ffffff}
.task-table{border-top:1px solid var(--line)}
.task-row{display:grid;grid-template-columns:22px minmax(0,1fr) 105px 85px 30px;gap:15px;align-items:center;border-bottom:1px solid var(--line);padding:17px 7px;font-size:12px}
.task-row:hover{background:#fafafa}
.task-check{width:16px;height:16px;padding:0;border:1px solid #d2d2d2;border-radius:50%;background:#ffffff;display:grid;place-items:center;font-size:10px}
.task-check.done{background:#909090;color:white;border-color:#909090}
.task-title{border:0;background:none;text-align:left;padding:0;font-size:12px;line-height:1.55}
.task-title small{display:block;font-size:10px;margin-top:4px}
.task-row.done .task-title{color:#747474}
.task-row.done .task-title > span{text-decoration:line-through}
.task-due{font-size:10px;color:#747474}
.task-due.overdue{color:#747474}
.person-dot{width:24px;height:24px;border-radius:50%;background:#f2f2f2;color:#747474;font-size:9px;display:grid;place-items:center}
.campaign-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.campaign-grid .campaign-card{margin:0;padding:25px}
.campaign-grid .campaign-card h3{font-size:17px}
.campaign-grid .campaign-card p{font-size:12px}
.report-row{display:flex;align-items:center;padding:24px 18px;border-bottom:1px solid var(--line);gap:18px;cursor:pointer;width:100%;border-top:0;border-left:0;border-right:0;background:white;text-align:left}
.report-row:hover{background:#fafafa}
.document-icon{display:grid;place-items:center;width:38px;height:43px;background:#f5f5f5;border:1px solid #e9e9e9;border-radius:5px;color:#747474}
.report-row h3{font-size:13px;font-weight:500}
.report-row p{font-size:11px;color:#747474;margin-top:7px}
.report-row .row-content{padding-right:20px}
.asset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.asset-card{border:1px solid var(--line);border-radius:9px;overflow:hidden;display:block}
.asset-preview{height:130px;display:flex;align-items:center;justify-content:center;background:#f3f3f3;color:#6e6e6e}
.asset-preview img{width:130px;max-height:55px}
.asset-preview .icon{width:35px;height:35px;stroke-width:1}
.asset-copy{padding:18px}
.asset-copy p{font-size:11px;color:#747474;margin-top:8px;line-height:1.6}
.settings-group{border:1px solid var(--line);border-radius:9px;overflow:hidden;margin-bottom:25px}
.settings-row{padding:23px;display:flex;gap:20px;align-items:center;border-bottom:1px solid var(--line)}
.settings-row:last-child{border:0}
.settings-row p{font-size:12px;color:#747474;line-height:1.7;margin-top:7px}
.settings-row .row-content{max-width:650px}
.settings-row .button{margin-left:auto}
.notice{font-size:12px;line-height:1.7;background:#f6f6f6;padding:16px 18px;border:1px solid #eaeaea;border-radius:7px;color:#747474;margin-bottom:20px}
.notice strong{font-weight:550;color:#5e5e5e}
.error{color:#5c5c5c;background:#f4f4f4;border:1px solid #dfdfdf;padding:11px 14px;border-radius:6px;font-size:12px;line-height:1.6}
.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:white}
.auth-story{background:#f0f0f0;display:flex;flex-direction:column;padding:55px 65px;justify-content:space-between;border-right:1px solid #e4e4e4}
.auth-story .brand{padding:0}
.auth-story h1{font-size:48px;letter-spacing:-2px;max-width:400px;line-height:1.14;margin-bottom:24px}
.auth-story p{color:#747474;line-height:1.9;max-width:350px}
.auth-story footer{font-size:11px;color:#747474}
.auth-illustration{margin-top:35px;width:240px;height:135px;display:flex;align-items:flex-end;gap:14px;border-bottom:1px solid #e1e1e1;padding:0 25px}
.auth-illustration span{display:block;flex:1;background:#e2e2e2;border-radius:5px 5px 0 0}
.auth-illustration span:nth-child(1){height:30px}
.auth-illustration span:nth-child(2){height:49px}
.auth-illustration span:nth-child(3){height:75px}
.auth-illustration span:nth-child(4){height:91px}
.auth-illustration span:nth-child(5){height:118px;background:#b8b8b8}
.auth-main{display:grid;place-items:center;padding:40px}
.auth-card{width:100%;max-width:330px}
.auth-card h1{font-size:26px;margin:18px 0 12px;letter-spacing:-.7px}
.auth-card > p{color:#747474;font-size:13px;line-height:1.8;margin-bottom:28px}
.auth-card .auth-lock{width:38px;height:38px;background:#f3f3f3;border:1px solid #e8e8e8;border-radius:10px;display:grid;place-items:center;color:#747474}
.auth-card form{display:grid;gap:18px}
.auth-card .button{width:100%;margin-top:4px;padding:11px}
.auth-note{font-size:11px;color:#747474;line-height:1.7;margin-top:24px}
.field{display:flex;flex-direction:column;gap:8px;font-size:12px;color:#747474}
.field input,.field textarea,.field select{padding:10px 12px;border-radius:6px;border:1px solid #e3e3e3;color:#424242;background:#ffffff;width:100%;min-width:0}
.field textarea{min-height:135px;resize:vertical;line-height:1.7}
.field .editor{min-height:320px;font-size:13px}
.field small{font-size:10px;line-height:1.5}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.stack{display:grid;gap:18px}
.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}
dialog{border:1px solid #e5e5e5;padding:0;border-radius:15px;width:min(860px,calc(100% - 36px));max-height:calc(100vh - 60px);color:#393939;box-shadow:0 20px 90px #30303024;overflow:auto}
dialog::backdrop{background:#29292940;backdrop-filter:blur(3px)}
dialog[open]{animation:appear 180ms var(--ease)}
.dialog-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 25px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fffffff5;backdrop-filter:blur(12px);z-index:2}
.dialog-bar > span{font-size:11px;color:#747474}
.dialog-body{padding:30px 40px 36px}
.dialog-body h1{font-size:27px;line-height:1.3;margin-bottom:16px}
.dialog-body h2{margin:27px 0 14px}
.dialog-body .subtitle{display:flex;gap:13px;flex-wrap:wrap;align-items:center;color:#747474;font-size:11px;margin-bottom:24px}
.prose{font-size:13px;line-height:1.9;color:#747474;overflow-wrap:anywhere}
.prose h1,.prose h2,.prose h3,.prose h4{font-size:15px;color:#505050;line-height:1.5;margin:25px 0 12px;font-weight:550}
.prose p{margin:12px 0;white-space:pre-wrap}
.prose strong{font-weight:550;color:#626262}
.prose a{color:#747474;text-decoration:underline}
.prose pre{overflow:auto;padding:15px;background:#f7f7f7;border:1px solid var(--line);border-radius:7px;font-size:11px;line-height:1.7}
.prose ul{padding-left:21px}
.prose code{font-size:11px;background:#f2f2f2;padding:2px 4px;border-radius:3px}
.prose hr{border:0;border-top:1px solid var(--line);margin:24px 0}
.source{font-size:10px;color:#747474;padding-top:20px;line-height:1.7;overflow-wrap:anywhere}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0}
.review-card{border:1px solid var(--line);border-radius:7px;padding:14px 12px;font-size:11px;color:#747474;line-height:1.7}
.review-card strong{display:block;font-weight:500;color:#6a6a6a;margin-bottom:5px}
.review-card p{font-size:10px;color:#747474}
.discussion{border-top:1px solid var(--line);margin-top:30px;padding-top:8px}
.comment{padding:15px 0;border-bottom:1px solid var(--line);font-size:12px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere}
.comment-meta{display:flex;gap:9px;font-size:10px;color:#747474;margin-bottom:6px}
.comment strong{font-weight:500;color:#747474}
.review-note{background:#f7f7f7;padding:15px;border-radius:7px;margin-bottom:14px}
.feed-item{border-left:1px solid #e4e4e4;padding:0 0 27px 21px;margin-left:5px;position:relative}
.feed-item:before{content:'';position:absolute;width:7px;height:7px;border-radius:50%;background:#b4b4b4;left:-4px;top:6px;box-shadow:0 0 0 4px #ffffff}
.feed-item p{font-size:12px;color:#747474;line-height:1.8;white-space:pre-wrap}
.feed-meta{display:flex;justify-content:space-between;gap:10px;color:#747474;font-size:10px;margin-bottom:9px}
.feed-meta strong{color:#747474;font-weight:500}
.chart{display:flex;align-items:flex-end;gap:3px;height:130px;padding:15px 0 0;border-bottom:1px solid var(--line)}
.chart div{flex:1;min-height:2px;border-radius:2px 2px 0 0;background:#bbbbbb}
.analytics-panel{padding:25px;border:1px solid var(--line);border-radius:10px;margin-bottom:30px}
.search-results .row{padding:15px 0}
.search-large{border:0;border-bottom:1px solid var(--line);padding:18px 0;font-size:20px;width:100%;margin-bottom:10px;color:#505050}
.team-table .row-meta{font-size:11px}
#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,15px);padding:12px 18px;background:#414141;color:#fafafa;font-size:12px;border-radius:8px;box-shadow:0 7px 25px #2e2e2e25;z-index:50;opacity:0;pointer-events:none;transition:opacity 150ms,transform 150ms;max-width:90vw}
#toast.show{opacity:1;transform:translate(-50%,0)}
.back-link{font-size:12px;color:#747474}
.compact-panel{margin-bottom:26px}
.history{font-size:11px;color:#747474;margin-top:25px}
.history summary{cursor:pointer;padding:8px 0}
.history .prose{font-size:12px}
.select-inline{border:1px solid var(--line);border-radius:6px;background:white;color:#747474;padding:7px;font-size:11px}
.connected{color:#747474}
.mobile-shade{display:none}
.action-note{font-size:11px;color:#747474;line-height:1.7;margin:16px 0}
.no-wrap{white-space:nowrap}
@keyframes appear{from{opacity:0;transform:translateY(7px) scale(.995)}
to{opacity:1;transform:translateY(0) scale(1)}
}
@media(min-width:1600px){.page{padding-top:60px}
}
@media(max-width:1100px){.page{padding:36px 30px}
.topbar{padding:0 30px}
.shell{grid-template-columns:205px minmax(0,1fr)}
.split{gap:22px;grid-template-columns:1.15fr 1fr}
.stat{padding:19px 15px}
.focus{padding:17px}
.task-row{grid-template-columns:20px minmax(0,1fr) 95px 26px}
.task-due{display:none}
.auth-story{padding:45px}
.auth-story h1{font-size:38px}
}
@media(max-width:850px){.split{grid-template-columns:1fr}
.campaign-grid{grid-template-columns:1fr}
.asset-grid{grid-template-columns:repeat(2,1fr)}
.topbar .today{display:none}
.focus{flex-wrap:wrap}
.focus .button{margin-left:53px}
.stats{grid-template-columns:repeat(2,1fr)}
.stat:nth-child(2){border-right:0}
.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}
.page-heading{align-items:flex-start}
.auth-shell{grid-template-columns:1fr}
.auth-story{display:none}
.auth-main{min-height:100vh}
}
@media(max-width:640px){.shell{display:block}
.sidebar{position:fixed;left:0;top:0;width:235px;transform:translateX(-100%);transition:transform 180ms var(--ease)}
.shell.nav-open .sidebar{transform:translateX(0)}
.shell.nav-open .mobile-shade{display:block;position:fixed;inset:0;background:#2e2e2e44;z-index:4;border:0}
.mobile-menu{display:inline-flex}
.topbar{height:58px;padding:0 19px}
.top-actions{gap:10px}
.search-button span,.search-button kbd{display:none}
.page{padding:30px 20px}
.page-heading{gap:13px;margin-bottom:25px}
.page-heading h1{font-size:27px}
.page-heading p{font-size:12px}
.page-heading>.button{font-size:11px;padding:7px 9px}
.breadcrumbs{gap:8px;font-size:11px}
.focus-text{min-width:160px}
.stat-value{font-size:28px}
.task-row{grid-template-columns:18px minmax(0,1fr) 90px;gap:10px;padding:15px 0}
.task-row>.person-dot{display:none}
.filter-input{width:100%}
.toolbar{gap:12px}
.asset-grid{grid-template-columns:1fr 1fr;gap:12px}
.asset-preview{height:100px}
.asset-preview img{width:100px}
.asset-copy{padding:13px}
.asset-copy h3{font-size:12px}
.asset-copy p{font-size:10px}
.dialog-body{padding:25px 20px}
.dialog-body h1{font-size:23px}
.dialog-bar{padding:14px 17px}
.form-grid{grid-template-columns:1fr}
.review-grid{gap:6px}
.review-card{padding:10px 8px;font-size:10px}
.settings-row{padding:17px;flex-wrap:wrap}
.settings-row .button{margin-left:0}
.page-foot{font-size:9px}
.activity-row time{font-size:9px}
.report-row{padding:20px 2px;gap:12px}
.row{padding:15px 12px}
.row .status{font-size:9px}
dialog{width:calc(100% - 16px);max-height:calc(100dvh - 20px);border-radius:11px}
.auth-main{padding:30px}
.focus .button{margin-left:0}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}

/* Competitor research: quiet tables with evidence one click away. */
.comp-summary{display:flex;gap:38px;padding:0 0 27px;margin-bottom:24px;border-bottom:1px solid var(--line);flex-wrap:wrap}
.comp-summary>div{display:flex;align-items:baseline;gap:9px}
.comp-summary strong{font-weight:450;font-size:26px;letter-spacing:-.8px}
.comp-summary span{color:#777777;font-size:11px}
.comp-toolbar{gap:15px}
.comp-filters{display:flex;gap:8px}
.comp-filters .filter-input{width:165px}
.comp-scroll{border:1px solid var(--line);border-radius:9px;overflow-x:auto}
.comp-table{border-collapse:collapse;width:100%;font-size:11px;min-width:775px}
.comp-table th{text-align:left;font-weight:500}
.comp-table thead th{padding:15px 9px;background:#fbfbfb;color:#757575;font-size:10px;border-bottom:1px solid var(--line);text-align:center;white-space:nowrap}
.comp-table thead th:first-child{text-align:left;padding-left:20px}
.comp-table tbody th{padding:14px 19px;min-width:160px}
.comp-table td{padding:12px 8px;text-align:center;border-bottom:1px solid var(--line)}
.comp-table tbody th{border-bottom:1px solid var(--line)}
.comp-table tbody tr:last-child td,.comp-table tbody tr:last-child th{border-bottom:0}
.comp-table .benchmark{background:#f6f6f6}
.comp-table tbody tr:hover{background:#fbfbfb}
.comp-table .benchmark:hover{background:#f4f4f4}
.comp-company{padding:0;border:0;background:none;text-align:left;cursor:pointer;display:block;color:#373737}
.comp-company strong{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:550;line-height:1.6}
.comp-company small{display:block;color:#767676;font-size:10px;margin-top:3px}
.comp-you{font-size:9px;font-weight:400;color:#737373;background:#eaeaea;padding:1px 5px;border-radius:3px}
.comp-mark{font-size:12px;line-height:20px;width:21px;height:21px;text-align:center;display:inline-block;border-radius:50%;color:#717171;background:#f2f2f2;flex-shrink:0}
.comp-mark.yes{background:#f0f0f0;color:#6e6e6e}
.comp-mark.partial{background:#f0f0f0;color:#848484}
.comp-mark.no{background:#ededed;color:#6d6d6d}
.comp-mark.unknown{background:#f2f2f2;color:#939393}
.comp-cell{border:0;background:none;display:inline-flex;flex-direction:column;align-items:center;gap:5px;padding:3px 8px;border-radius:5px;font-size:9px;color:#797979;min-width:60px}
.comp-cell:hover{background:#ececec}
.comp-evidence{font-size:10px;white-space:nowrap}
.comp-legend{display:flex;gap:23px;align-items:center;margin-top:16px;flex-wrap:wrap}
.comp-legend>span{display:flex;gap:7px;align-items:center;font-size:10px;color:#797979}
.comp-legend .comp-mark{font-size:10px;line-height:17px;width:17px;height:17px}
.comp-tools{display:flex;gap:20px;flex-wrap:wrap;padding:0 0 20px;margin-bottom:15px;border-bottom:1px solid var(--line)}
.comp-tools a{font-size:11px}
.comp-subhead{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:26px 0 20px}
.comp-subhead p{margin-top:7px;font-size:12px;color:#777777}
.comp-keyword-row{display:grid;grid-template-columns:1fr 260px;gap:25px;padding:23px 5px;border-bottom:1px solid var(--line)}
.comp-keyword-row h3{font-size:14px;font-weight:500}
.comp-keyword-row p{font-size:11px;margin-top:7px;color:#777777}
.comp-company-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:13px}
.comp-company-chips button{border:1px solid #e6e6e6;background:#f8f8f8;border-radius:5px;padding:4px 7px;font-size:10px;color:#656565}
.comp-company-chips button:hover{background:#efefef}
.comp-company-chips span{color:#7d7d7d}
.comp-keyword-evidence{text-align:right;font-size:11px}
.comp-keyword-evidence small{display:block;line-height:1.6;margin:8px 0;color:#777777}
.comp-keyword-evidence>.text-button{font-size:10px}
.comp-traffic-row{display:grid;grid-template-columns:1fr 150px 1.15fr auto;gap:20px;align-items:center;padding:23px;border-bottom:1px solid var(--line)}
.comp-traffic-row:last-child{border:0}
.comp-traffic-number{font-size:22px;font-weight:450;letter-spacing:-.6px}
.comp-traffic-number small{display:block;font-size:10px;color:#767676;margin-top:5px;letter-spacing:0}
.comp-traffic-context{font-size:11px;color:#646464;line-height:1.7}
.comp-traffic-context small{display:block;font-size:10px;color:#777777}
.comp-traffic-context .text-button{font-size:10px}
.comp-feature-detail .row-meta{font-size:11px;line-height:1.65}
.comp-snapshot{padding:16px 0;border-bottom:1px solid var(--line);font-size:12px;line-height:1.7}
.comp-snapshot strong{font-weight:500}
.comp-snapshot p{color:#767676;font-size:11px}
.comp-checkbox{display:flex;gap:9px;align-items:center;font-size:12px;color:#727272}
.comp-checkbox input{accent-color:#6f6f6f}
.comp-table th:first-child{position:sticky;left:0;background:#ffffff;z-index:1}
.comp-table .benchmark th{background:#f6f6f6}
.comp-table thead th:first-child{background:#fbfbfb}
.sidebar nav{overflow-y:auto;min-height:0}
.sidebar-bottom{flex-shrink:0}
@media(max-width:1050px){.comp-traffic-row{grid-template-columns:1fr 130px auto;gap:15px}
.comp-traffic-context{grid-column:1/3}
.comp-traffic-row>.button{grid-column:3;grid-row:1/3}
.comp-keyword-row{grid-template-columns:1fr 200px}
.comp-summary{gap:20px}
}
@media(max-width:640px){.comp-summary{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.comp-summary strong{font-size:24px}
.comp-summary>div{display:block}
.comp-summary span{display:block;margin-top:3px}
.comp-filters{width:100%}
.comp-filters .filter-input{min-width:0;flex:1}
.comp-keyword-row{grid-template-columns:1fr;gap:14px}
.comp-keyword-evidence{text-align:left}
.comp-traffic-row{grid-template-columns:1fr 100px;gap:13px;padding:18px}
.comp-traffic-row>.button{grid-column:2;grid-row:2;align-self:end;font-size:10px}
.comp-traffic-context{grid-column:1}
.comp-traffic-number{font-size:20px}
.comp-table{min-width:770px}
.comp-table th:first-child{min-width:130px;padding-left:12px}
.comp-legend{gap:12px}
.comp-subhead{align-items:flex-start}
.comp-tools{gap:14px}
.comp-tools a{font-size:10px}
.comp-table .comp-company strong{font-size:11px}
}


/* Desktop workspace: neutral materials, fixed chrome and compact native controls. */
:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;font-size:13px;color:#292929;background:#ececec;--muted:#737373;--line:#e1e1e1;--soft:#f3f3f3;--accent:#555555;-webkit-font-smoothing:antialiased}
body{overflow:hidden}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #99999980;outline-offset:2px}
.shell{grid-template-columns:214px minmax(0,1fr);height:100dvh;min-height:0;overflow:hidden}
.sidebar{position:relative;top:auto;height:100%;padding:0 10px 10px;background:linear-gradient(160deg,#eeeeee,#e7e7e7);border-right:1px solid #d2d2d2;box-shadow:inset 1px 0 #ffffff60}
.brand{height:56px;padding:0 12px;gap:9px;flex-shrink:0}
.brand img{width:21px;height:21px}
.brand strong{font-size:16px;letter-spacing:-.5px;font-weight:650}
.workspace-label{padding:15px 10px 7px;font-size:11px;font-weight:600;color:#777}
.nav-label{margin:23px 10px 6px;font-weight:600;font-size:11px}
.nav-item{padding:6px 10px;gap:9px;border:0;border-radius:6px;font-size:12px;line-height:21px;color:#484848;margin:2px 0;transition:background 120ms}
.nav-item .icon{width:16px;height:16px;stroke-width:1.65;color:#636363}
.nav-item:hover{background:#00000006}
.nav-item.active{background:#d4d4d4;color:#202020;font-weight:550;box-shadow:inset 0 1px #00000003,0 1px #ffffff70}
.nav-item.active .icon{color:#353535}
.nav-item .count{background:#00000008;color:#666;border-radius:9px;min-width:18px;line-height:18px;font-size:10px}
.sidebar nav{padding-bottom:12px}
.profile{border-color:#d3d3d3;padding:12px 6px 0;gap:9px}
.avatar{background:linear-gradient(#fefefe,#e1e1e1);color:#606060;border:1px solid #0000000d;box-shadow:0 1px 2px #00000006;width:29px;height:29px;font-weight:500}
.profile-name{font-size:11px}.profile-name small{font-size:10px;color:#7a7a7a}
.main{display:flex;flex-direction:column;min-height:0;background:#fafafa}
.topbar{flex-shrink:0;height:56px;padding:0 26px;background:linear-gradient(#fafafaf5,#f0f0f0f5);border-bottom:1px solid #d5d5d5;box-shadow:0 1px #ffffff;gap:12px}
.breadcrumbs{gap:10px}.breadcrumbs strong{font-size:13px;font-weight:600;letter-spacing:-.15px}
.top-actions{gap:15px}.today{font-size:11px;color:#777}
.search-button{height:28px;min-width:205px;padding:0 8px;gap:7px;border:1px solid #d3d3d3;border-radius:6px;background:#ffffff75;box-shadow:inset 0 1px 2px #00000003;font-size:11px}
.search-button .icon{width:14px;height:14px}.search-button kbd{margin-left:auto;font:10px -apple-system,BlinkMacSystemFont,sans-serif;padding:1px 3px;border:0;color:#999}
.icon-button:hover{background:#00000008}
.page{flex:1;overflow:auto;overscroll-behavior:contain;max-width:none;width:100%;padding:28px 30px 34px;margin:0;scrollbar-color:#bcbcbc transparent;scrollbar-width:thin}
.page-heading{margin-bottom:23px;gap:16px;align-items:center}
h1,.page-heading h1{font-size:23px;font-weight:650;letter-spacing:-.65px;line-height:1.25}
.page-heading p{font-size:12px;line-height:1.55;margin-top:6px;color:#7a7a7a}
h2{font-size:13px;font-weight:600;letter-spacing:-.1px}
.eyebrow{font-size:11px;margin-bottom:7px;color:#888}
.button{min-height:28px;padding:5px 10px;border-radius:5px;font-size:11px;border:1px solid #cfcfcf;background:linear-gradient(#fff,#f7f7f7);box-shadow:0 1px 2px #00000008,inset 0 1px #ffffff80;color:#3d3d3d;gap:6px}
.button:hover{background:linear-gradient(#fff,#eee);border-color:#bfbfbf}
.button:active{background:#e9e9e9;box-shadow:inset 0 1px 2px #0000000b}
.button.primary{background:linear-gradient(#666,#525252);color:#fff;border-color:#4c4c4c;box-shadow:inset 0 1px #ffffff20,0 1px 2px #00000016}
.button.primary:hover{background:linear-gradient(#595959,#444)}
.button .icon{width:13px;height:13px}
.text-button{font-size:11px;color:#707070}
.stats{background:#fff;border-radius:8px;margin-bottom:20px;border-color:#ddd;box-shadow:0 1px 2px #00000003}
.stat{padding:17px 20px}.stat-label{font-size:11px;color:#737373}.stat-value{font-size:29px;line-height:1.2;font-weight:500;letter-spacing:-.8px;margin:9px 0 7px}.stat-foot{font-size:10px;color:#8a8a8a}
.dot,.dot.green,.dot.amber,.dot.blue{background:#999}
.focus{background:#f0f0f0;border-color:#dedede;border-radius:7px;padding:12px 15px;gap:12px;margin-bottom:25px}
.focus-symbol{height:30px;width:30px;background:linear-gradient(#fafafa,#e8e8e8);border:1px solid #d5d5d5;border-radius:7px;color:#727272}
.focus-symbol .icon{width:17px;height:17px}.focus-text{font-size:11px;color:#777}.focus-text strong{font-size:12px;font-weight:550;color:#4c4c4c;margin-bottom:1px}
.focus .button{background:linear-gradient(#fff,#f8f8f8);border-color:#ccc;color:#555}
.split{gap:25px;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}
.section-head{margin-bottom:10px}.inline-count{background:#eaeaea;color:#777;font-size:10px;border-radius:8px;padding:1px 5px}
.panel,.settings-group,.analytics-panel,.asset-card{border-color:#dedede;background:#fff;border-radius:8px;box-shadow:0 1px 2px #00000003}
.row{padding:12px 14px;background:#fff;border-color:#e9e9e9}.row-link:hover,.report-row:hover{background:#f4f4f4}
.row-title{font-size:12px;font-weight:500;color:#404040}.row-meta{margin-top:3px;color:#888}
.status,.status.attention,.status.success{background:#efefef;border:1px solid #e5e5e5;color:#686868;border-radius:4px;font-size:10px;padding:2px 6px}
.status.attention{border-style:dashed;background:#f6f6f6}.status.success{background:#e8e8e8;color:#555}
.campaign-card{border-color:#ddd;padding:15px 16px;border-radius:8px;box-shadow:0 1px 2px #00000003}
.campaign-card:hover{background:#fdfdfd;border-color:#bfbfbf}.card-top{margin-bottom:11px}.channel-icon{background:linear-gradient(#fafafa,#eeeeee);border-color:#ddd;color:#686868;width:28px;height:28px;border-radius:6px}
.campaign-card h3{font-size:12px;font-weight:600}.campaign-card p{font-size:11px;line-height:1.6}.card-footer{border-color:#ebebeb;margin-top:12px;padding-top:10px}
.campaign-grid{gap:16px}.campaign-grid .campaign-card{padding:20px}.campaign-grid .campaign-card h3{font-size:15px}
.activity-section{margin-top:25px}.activity-row{padding:9px 0;font-size:11px}.activity-row .avatar{width:23px;height:23px}.activity-row time{color:#929292}
.page-foot{flex-shrink:0;margin:0;padding:0 20px;height:27px;display:flex;align-items:center;background:#f0f0f0;border-top:1px solid #d8d8d8;font-size:10px;color:#858585;gap:12px}
.toolbar{margin-bottom:15px;gap:12px}.tabs{background:#e9e9e9;padding:2px;border-radius:7px;box-shadow:inset 0 1px 2px #00000005;gap:2px}
.tab{border:0;padding:5px 10px;border-radius:5px;font-size:11px;color:#6b6b6b;line-height:17px}
.tab:hover{color:#333;background:#ffffff40}.tab.active{background:#fff;color:#333;box-shadow:0 1px 3px #00000020,0 0 0 1px #00000004;font-weight:550}
.tab span{font-size:10px;color:#888;margin-left:5px}
.filter-input,.select-inline{padding:6px 9px;border-color:#d5d5d5;border-radius:5px;font-size:11px;min-height:28px;box-shadow:inset 0 1px 2px #00000003;color:#5b5b5b}
.task-table{border:1px solid #ddd;border-radius:7px;padding:4px;background:white;overflow:hidden}
.task-row{padding:10px 10px;gap:12px;border:0;border-radius:4px;min-height:54px;grid-template-columns:20px minmax(0,1fr) 100px 85px 26px}
.task-row:nth-child(even){background:#f5f5f5}.task-row:hover{background:#ebebeb}.task-title{font-size:12px}.task-title small{margin-top:2px;color:#888}
.task-check{border-color:#bcbcbc;border-radius:4px;width:15px;height:15px;box-shadow:0 1px 1px #00000006}.task-check.done{background:linear-gradient(#858585,#696969);border-color:#747474}.person-dot{background:#eaeaea;color:#888}
.report-row{padding:16px 12px;background:#fff;border-color:#e9e9e9}.report-row .document-icon{width:30px;height:36px;background:linear-gradient(#fff,#f3f3f3);border-color:#ddd;color:#777}.report-row h3{font-size:12px;font-weight:550}.report-row p{margin-top:5px;font-size:10px}
.asset-preview{background:#f0f0f0}.asset-copy{padding:15px}.settings-row{padding:19px}.settings-row p{font-size:11px}
.notice,.review-note{background:#f1f1f1;border-color:#ddd;color:#707070}.notice{font-size:11px;padding:13px 15px}.error{background:#f1f1f1;border-color:#aaa;color:#333}
.field{font-size:11px;gap:6px;color:#656565}.field input,.field textarea,.field select{border-color:#ccc;border-radius:5px;padding:8px 10px;box-shadow:inset 0 1px 2px #00000004;font-size:12px}.field textarea{line-height:1.65}
dialog{border:1px solid #bfbfbf;border-radius:11px;background:#f8f8f8;box-shadow:0 24px 70px #00000032,0 4px 15px #00000015,inset 0 1px #fff}
dialog::backdrop{background:#00000025;backdrop-filter:blur(3px)}
.dialog-bar{padding:12px 18px;background:linear-gradient(#fafafaf5,#eeeeeeed);border-color:#d5d5d5}.dialog-bar>span{font-size:12px;font-weight:550;color:#555}.dialog-body{padding:24px 30px 28px}.dialog-body h1{font-size:22px;letter-spacing:-.5px;font-weight:600}.dialog-body h2{font-size:13px}
.prose{color:#626262}.prose code,.prose pre{background:#eee}.review-card{background:#fff}.feed-item{border-color:#d5d5d5}.feed-item:before{background:#888}.chart div{background:#999}
#toast{background:#444;color:#fff;border:1px solid #ffffff30;box-shadow:0 6px 25px #00000026;border-radius:8px;font-size:12px}
.comp-summary{gap:30px;padding-bottom:20px;margin-bottom:18px}.comp-summary strong{font-size:24px;font-weight:500}.comp-summary span{font-size:10px}
.comp-scroll{border-color:#d9d9d9;background:white;border-radius:7px}.comp-table thead th{background:linear-gradient(#f9f9f9,#eeeeee);color:#737373;padding:10px 9px;border-color:#d9d9d9}.comp-table thead th:first-child{background:#f2f2f2}
.comp-table tbody th{padding:10px 15px}.comp-table td{padding:8px;border-color:#e9e9e9}.comp-table tbody th{border-color:#e9e9e9}.comp-table .benchmark,.comp-table .benchmark th,.comp-table .benchmark:hover{background:#ededed}.comp-table tbody tr:hover{background:#f5f5f5}
.comp-company{color:#373737}.comp-company strong{font-size:11px}.comp-company small{color:#818181;font-size:10px}.comp-you{background:#d9d9d9;color:#646464}
.comp-mark{background:#eee;color:#666}.comp-mark.yes{background:#dedede;color:#464646}.comp-mark.partial{background:#eee;color:#7a7a7a}.comp-mark.no{background:#e9e9e9;color:#666}.comp-mark.unknown{background:#f4f4f4;color:#aaa}.comp-cell{color:#929292;gap:3px}.comp-cell:hover{background:#e4e4e4}.comp-legend>span{color:#777}
.comp-company-chips button{background:linear-gradient(#fff,#f4f4f4);border-color:#ddd;color:#666}.comp-company-chips button:hover{background:#eaeaea}.comp-company-chips span{color:#555}.comp-keyword-row{padding:18px 5px}.comp-keyword-row h3{font-size:13px}.comp-keyword-row p,.comp-subhead p,.comp-snapshot p,.comp-checkbox{color:#777}.comp-traffic-row{padding:17px}.comp-traffic-context{color:#666}.comp-checkbox input{accent-color:#666}
.auth-shell{background:#eeeeee}.auth-story{background:linear-gradient(145deg,#eee,#e1e1e1);border-color:#d3d3d3}.auth-story h1{font-size:40px;letter-spacing:-1.4px}.auth-illustration{border-color:#ccc}.auth-illustration span{background:#d0d0d0}.auth-illustration span:nth-child(5){background:#aaa}.auth-card{padding:28px;background:#fafafa;border:1px solid #d5d5d5;border-radius:12px;box-shadow:0 12px 35px #0000000c;max-width:365px}.auth-card .auth-lock{background:#ececec;border-color:#ddd}
@media(min-width:1600px){.page{padding:32px 40px}}
@media(max-width:1100px){.shell{grid-template-columns:194px minmax(0,1fr)}.page{padding:24px}.topbar{padding:0 24px}.stat{padding:15px}.split{gap:20px}.task-row{grid-template-columns:20px minmax(0,1fr) 95px 26px}.task-due{display:none}}
@media(max-width:850px){.split{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.focus .button{margin-left:0}.search-button{min-width:170px}.auth-card{border:0;box-shadow:none}.auth-main{background:#f6f6f6}}
@media(max-width:640px){.shell{display:block;height:100dvh}.main{height:100%}.sidebar{position:fixed;left:0;top:0;height:100dvh;width:230px;transform:translateX(-100%)}.shell.nav-open .sidebar{transform:translateX(0)}.shell.nav-open .mobile-shade{background:#00000030;backdrop-filter:blur(2px)}.topbar{height:50px;padding:0 15px}.search-button{min-width:0;width:29px;padding:6px}.page{padding:22px 17px}.page-heading h1{font-size:22px}.page-heading p{font-size:11px}.page-heading>.button{padding:5px 8px}.page-foot{padding:0 14px;font-size:9px}.page-foot span:first-child{display:none}.page-foot span:last-child{margin-left:auto}.tabs{max-width:100%}.tab{padding:4px 8px}.task-row{grid-template-columns:18px minmax(0,1fr) 84px;padding:10px 6px;gap:8px}.stat-value{font-size:26px}.focus{gap:10px}.dialog-body{padding:22px 18px}.dialog-body h1{font-size:21px}.comp-summary{gap:18px}.comp-filters .filter-input{width:auto}}
/* Month planning uses the same neutral app materials. */
.month-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:19px 0 15px;flex-wrap:wrap}
.month-pagination{display:flex;gap:7px;align-items:center;font-size:11px;color:#555}.month-pagination>span{min-width:193px;text-align:center;font-weight:550}.month-pagination .icon{width:14px;height:14px}.month-pagination .button{margin-left:7px;min-height:25px;font-size:10px}
.month-help{font-size:10px;color:#8a8a8a}
.month-board{display:flex;gap:14px;overflow-x:auto;align-items:flex-start;padding:1px 1px 15px;min-height:360px;scrollbar-width:thin;scrollbar-color:#bbb transparent}
.month-column{flex:1 0 250px;min-width:250px;max-width:400px;background:#f0f0f0;border:1px solid #dfdfdf;border-radius:8px;min-height:300px;transition:background 120ms,border-color 120ms}
.month-column.current-month{border-color:#bfbfbf}.month-column-head{display:flex;justify-content:space-between;align-items:center;padding:13px 13px 12px;gap:8px;border-bottom:1px solid #e0e0e0}.month-column-head h2{font-size:12px;font-weight:600;display:flex;align-items:center;gap:8px}.month-column-head h2 span{font-size:10px;font-weight:400;color:#888}.month-column-head p{font-size:10px;color:#929292;margin-top:4px}.month-column-head .icon{width:14px;height:14px}
.month-column-tasks{padding:8px;display:grid;gap:8px;height:clamp(240px,calc(100dvh - 337px),950px);min-height:225px;overflow-y:auto;align-content:start;scrollbar-width:thin;scrollbar-color:#c6c6c6 transparent;overscroll-behavior:contain}
.month-task{padding:11px 12px;background:#fff;border:1px solid #dedede;border-radius:6px;box-shadow:0 1px 2px #00000005;min-width:0}.month-task[draggable=true]{cursor:grab}.month-task:hover{border-color:#bbb}.month-task.dragging{opacity:.35}.month-column.drop-target{background:#ddd;border-color:#777;box-shadow:inset 0 0 0 1px #888}
.month-task-top{display:flex;align-items:center;gap:7px;margin-bottom:9px;min-height:20px}.month-workstream{font-size:10px;color:#929292;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.month-move{padding:2px;color:#929292}.month-move .icon{width:14px;height:14px}
.month-task-title{display:block;width:100%;border:0;background:none;text-align:left;padding:0;color:#414141;line-height:1.55;font-weight:500;font-size:12px;overflow-wrap:anywhere}.month-task-title:hover{color:#111}.month-task.done .month-task-title{color:#999;text-decoration:line-through}.month-task-meta{display:flex;justify-content:space-between;align-items:center;margin-top:12px;gap:8px}.month-task-meta .status{font-size:9px;padding:1px 5px;line-height:16px}.month-task-meta .person-dot{height:20px;width:20px;font-size:9px}.month-task-date{font-size:10px;color:#929292;margin-top:9px}.month-empty{padding:34px 15px;text-align:center;color:#999;font-size:11px;line-height:1.7}
@media(min-width:1600px){.month-column{min-width:280px;max-width:none}}
@media(max-width:640px){.month-board{gap:12px;scroll-snap-type:x proximity}.month-column{flex:0 0 280px;scroll-snap-align:start}.month-pagination{gap:3px;flex-wrap:wrap}.month-pagination>span{min-width:180px;font-size:10px}.month-column-tasks{height:clamp(240px,calc(100dvh - 330px),700px)}.month-help{line-height:1.5}.month-controls{gap:10px}}
/* Tiptap writing surface. */
dialog.editor-dialog{width:min(1000px,calc(100% - 36px))}.editor-dialog .dialog-body{padding:24px 30px}.editor-dialog .stack{gap:16px}.editor-dialog .form-actions{position:sticky;bottom:0;background:#f8f8f8ed;backdrop-filter:blur(12px);padding:13px 0;margin:0;border-top:1px solid #ddd;z-index:3}
.publication-details{border:1px solid #ddd;border-radius:7px;background:#f1f1f1;padding:0 14px}.publication-details summary{font-size:11px;color:#666;cursor:pointer;padding:11px 0;font-weight:550}.publication-details[open]{padding-bottom:14px}.publication-details>.field{margin-top:13px}.publication-details>.notice{margin:13px 0 0;font-size:10px}.publication-details .form-grid{margin-top:6px}
.rich-editor{border:1px solid #cecece;border-radius:8px;background:white;box-shadow:0 1px 3px #00000005;overflow:clip;min-width:0}.rich-toolbar{display:flex;align-items:center;gap:3px;flex-wrap:wrap;padding:7px 9px;background:linear-gradient(#fafafa,#f1f1f1);border-bottom:1px solid #dcdcdc;position:sticky;top:0;z-index:2}
.rich-toolbar button{background:none;border:1px solid transparent;border-radius:4px;min-width:27px;height:28px;font-size:11px;color:#656565;padding:0 7px}.rich-toolbar button:hover{background:#e6e6e6}.rich-toolbar button[aria-pressed=true]{background:#d8d8d8;color:#222;border-color:#ccc;box-shadow:inset 0 1px 2px #00000008}.rich-toolbar button:disabled{opacity:.3;cursor:default}.rich-toolbar select{font-size:11px;max-width:118px;padding:4px 6px;min-height:26px;border-color:#d4d4d4;box-shadow:0 1px 1px #00000005;background:#fff}.rich-divider{height:19px;width:1px;background:#d6d6d6;margin:0 5px}.rich-table-tools{display:contents}.rich-table-tools[hidden]{display:none}
.rich-canvas{max-height:55vh;min-height:320px;overflow:auto;scrollbar-width:thin;scrollbar-color:#bbb transparent}.rich-canvas .tiptap{min-height:320px;padding:30px 40px;font-size:14px;line-height:1.8;color:#444;outline:none;overflow-wrap:anywhere;white-space:pre-wrap}.rich-canvas .tiptap:focus{outline:none}.rich-editor:focus-within{border-color:#999;box-shadow:0 0 0 2px #99999915}.rich-canvas .tiptap>*:first-child{margin-top:0}.rich-canvas p{margin:0 0 13px}.rich-canvas h1,.rich-canvas h2,.rich-canvas h3{color:#292929;font-weight:600;line-height:1.4;margin:24px 0 12px}.rich-canvas h1{font-size:25px;letter-spacing:-.6px}.rich-canvas h2{font-size:20px;letter-spacing:-.35px}.rich-canvas h3{font-size:16px}.rich-canvas li p{margin:0 0 4px}.rich-canvas ul,.rich-canvas ol{padding-left:23px;margin:10px 0 18px}.rich-canvas blockquote,.prose blockquote{border-left:3px solid #c4c4c4;padding:5px 0 5px 18px;margin:18px 0;color:#777}.rich-canvas blockquote p:last-child{margin-bottom:0}.rich-canvas a{color:#444;text-decoration:underline;text-underline-offset:3px;cursor:text}.rich-canvas code{background:#eee;border-radius:3px;padding:2px 4px;font-size:12px}.rich-canvas pre{background:#f2f2f2;border-radius:6px;padding:15px;overflow-x:auto}.rich-canvas pre code{padding:0}.rich-canvas hr{border:0;border-top:1px solid #ddd;margin:25px 0}.rich-canvas img,.prose img{max-width:100%;height:auto}.rich-canvas p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#aaa;float:left;height:0;pointer-events:none}
.rich-canvas table,.prose table{border-collapse:collapse;table-layout:fixed;width:100%;margin:15px 0}.rich-canvas td,.rich-canvas th,.prose td,.prose th{border:1px solid #ddd;padding:8px 10px;vertical-align:top;position:relative;min-width:70px}.rich-canvas th,.prose th{background:#f1f1f1;font-weight:600;text-align:left}.rich-canvas td p,.rich-canvas th p{margin:0}.rich-canvas .selectedCell:after{content:'';position:absolute;inset:0;background:#0000000a;pointer-events:none}.rich-canvas .tableWrapper{overflow-x:auto}.rich-footer{padding:9px 12px;border-top:1px solid #eee;display:flex;justify-content:space-between;gap:15px;font-size:10px;color:#999}.rich-link-panel{display:flex;align-items:flex-end;gap:8px;padding:12px;background:#f5f5f5;border-bottom:1px solid #ddd;flex-wrap:wrap}.rich-link-panel[hidden]{display:none}.rich-link-panel label{flex:1;min-width:180px;display:grid;gap:5px;font-size:10px}.rich-link-panel input{font-size:12px;padding:6px 8px}.rich-link-error{width:100%;font-size:11px;color:#555}.rich-link-error:empty{display:none}
.prose h1{font-size:24px}.prose h2{font-size:20px}.prose h3{font-size:16px}.prose li>p{margin:4px 0}.prose ol,.prose ul{padding-left:24px}.prose del,.rich-canvas s{text-decoration:line-through}
@media(max-width:640px){dialog.editor-dialog{width:calc(100% - 16px)}.editor-dialog .dialog-body{padding:20px 15px}.rich-canvas .tiptap{padding:22px 20px;font-size:13px}.rich-toolbar{gap:1px;padding:6px}.rich-toolbar button{padding:0 5px;font-size:10px}.rich-toolbar select{width:94px;font-size:10px}.rich-footer{font-size:9px;line-height:1.5}.rich-footer span:last-child{max-width:170px}.editor-dialog .form-actions{bottom:0}}

/* Keep all planning months in one horizontally scrolling timeline. */
.month-board>.month-column{flex:0 0 280px;min-width:280px;max-width:280px}
@media(min-width:1600px){.month-board>.month-column{flex-basis:310px;min-width:310px;max-width:310px}}

.ads-snapshot{margin-top:16px;padding:12px 0 0;border-top:1px solid #e5e5e5}.ads-snapshot-label{font-size:10px;color:#777;margin-bottom:10px}.ads-snapshot-metrics{display:flex;gap:18px;flex-wrap:wrap;font-size:10px;color:#888}.ads-snapshot-metrics strong{font-size:16px;font-weight:550;color:#444;display:block;margin-bottom:3px}.ads-snapshot-note{font-size:10px;line-height:1.6;color:#888;margin-top:10px}

.campaign-plan{display:grid;gap:6px;text-align:left;margin-top:16px;padding:12px 0 0;border-top:1px solid #e5e5e5;font-size:10px;color:#888}.campaign-plan strong{font-size:14px;font-weight:550;color:#444}.campaign-plan small{font-size:11px;font-weight:400;color:#888;margin-left:8px}

/* White workspace: content and controls without decorative chrome. */
/* A dated editorial briefing, with links back to the underlying work. */
.overview-briefing{max-width:660px;margin:16px auto 0}
.briefing{padding-bottom:28px}
.briefing-date{font-size:11px;color:#888;margin:0 0 18px}
.briefing-lead{font-size:23px;line-height:1.5;letter-spacing:-.45px;color:#333;max-width:570px}
.briefing-section{margin-top:28px}
.briefing-section h2{font-size:14px;color:#333;margin-bottom:8px}
.briefing-section>p{font-size:14px;line-height:1.75;color:#666;margin:0 0 8px}
.briefing-links{display:flex;flex-wrap:wrap;gap:20px;margin-top:10px}
.briefing-links a,.briefing-links button{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;color:#444;font-size:12px;line-height:1.7}
.briefing-links button:hover,.briefing-links a:hover{text-decoration:underline;text-underline-offset:3px}
.briefing-links .icon{width:12px;height:12px}
.briefing-plan{margin:22px 0 0;border-top:1px solid #eee}
.briefing-plan>div{display:grid;grid-template-columns:140px 1fr;gap:18px;padding:16px 0;border-bottom:1px solid #eee;font-size:12px;line-height:1.8}
.briefing-plan dt{font-weight:550;color:#444}.briefing-plan dd{margin:0;color:#777}
.briefing-stale{font-size:12px;color:#555;border-left:2px solid #aaa;padding-left:12px;margin-bottom:20px}
@media(max-width:640px){.overview-briefing{margin-top:0}.briefing-lead{font-size:21px}.briefing-plan>div{grid-template-columns:1fr;gap:5px}.briefing-section{margin-top:28px}.briefing-links{gap:14px}}
:root{background:#fff;--soft:#fff;--line:#ededed}
body,.shell,.main,.page,.sidebar{background:#fff}
.sidebar{border-color:#eee;box-shadow:none;padding-top:12px}
.brand{margin-bottom:18px}
.nav-divider{height:1px;background:#eee;margin:18px 10px}
.nav-item.active{background:#f5f5f5;box-shadow:none}
.profile{border-color:#eee}
.page{padding-top:32px}
.page-title{display:flex;align-items:center;gap:12px;min-width:0}
.page-heading{margin-bottom:24px}
.toolbar{justify-content:space-between;margin-bottom:20px;flex-wrap:wrap}
.tabs{background:#fff;box-shadow:none;padding:0;gap:4px}
.tab{border:1px solid transparent}
.tab.active{background:#fff;border-color:#ddd;box-shadow:none}
.tab:hover{background:#fafafa}
.month-pagination{margin-left:auto;gap:4px}
.month-board{gap:20px;min-height:0}
.month-column{background:#fff;border-color:#eee;border-radius:0;border-width:0 1px 0 0}
.month-column.current-month{border-color:#eee}
.month-column-head{padding:0 12px 14px 0;border-color:#eee;min-height:42px}
.month-column.current-month .month-column-head h2{color:#111}
.month-column-tasks{padding:12px 12px 8px 0;gap:10px;height:calc(100dvh - 195px);min-height:225px}
.month-task{box-shadow:none;border-color:#e9e9e9;padding:13px;border-radius:8px}
.month-task:hover{border-color:#bcbcbc}
.month-column.drop-target{background:#fafafa;border-color:#888;box-shadow:none}
.status,.status.attention,.status.success{background:#fff;border-color:#e5e5e5}
.status.attention{border-color:#aaa}
.avatar,.person-dot,.channel-icon,.focus-symbol,.document-icon{background:#fff;box-shadow:none}
.stats,.stat,.focus,.notice,.review-note,.publication-details,.asset-preview,.auth-shell,.auth-story,.auth-main,.auth-card{background:#fff;box-shadow:none}
.panel,.settings-group,.analytics-panel,.asset-card,.campaign-card,.rich-editor{box-shadow:none}
.button:not(.primary){background:#fff;box-shadow:none}
dialog,.dialog-bar,.rich-toolbar,.rich-link-panel,.editor-dialog .form-actions{background:#fff}
.comp-table thead th,.comp-table thead th:first-child{background:#fff}
.comp-table .benchmark,.comp-table .benchmark th{background:#fafafa}
@media(max-width:640px){.page{padding:22px 17px}.page-title .mobile-menu{display:inline-flex}.page-title{gap:8px}.page-heading{gap:10px}.month-board{gap:14px}.month-column-tasks{height:calc(100dvh - 195px)}.toolbar{gap:10px}.month-pagination{margin-left:0}.sidebar{padding-top:12px}}

.meet-asset-preview{padding:0;overflow:hidden;aspect-ratio:16/9;height:auto}.meet-asset-preview img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover}

.briefing-points{padding-left:20px;margin:14px 0 0}.briefing-points li{padding-left:4px;margin:0 0 14px;line-height:1.65;color:var(--text,#303033)}.briefing-section+.briefing-section{margin-top:32px}
