:root{color:#202124;background:#f5f5f4;font-family:Microsoft YaHei,PingFang SC,Segoe UI,sans-serif;--ink:#202124;--muted:#8b8f97;--soft-ink:#565b66;--line:#e8e9ed;--line-strong:#d7d9df;--panel:#ffffff;--panel-solid:#ffffff;--panel-soft:#f4f4f5;--canvas:#f5f5f4;--accent:#202124;--accent-soft:#f0f1f3;--mint:#20b39a;--mint-dark:#147b6c;--mint-soft:#edf8f5;--amber:#a36a18;--red:#c0473d;--green:#1d8a5f;--shadow:0 18px 50px rgba(22,25,30,0.08);--shadow-soft:0 8px 24px rgba(22,25,30,0.05)}*{box-sizing:border-box}html{color-scheme:light}body{margin:0;color:var(--ink);background:radial-gradient(circle at 18% 6%,rgba(32,179,154,.08),transparent 28px),linear-gradient(180deg,#fbfbfb,var(--canvas)),var(--canvas);background-size:auto}button,input,select,textarea{font:inherit}h1,h2,h3,p{margin:0;letter-spacing:0}.dashboard-shell{width:min(1040px,calc(100% - 96px));min-height:100vh;margin:0 auto;padding:30px 0 54px}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-bottom:2px}h1{font-size:clamp(26px,2.2vw,34px);line-height:1.08}.decision-item,.direction-card,.empty-state,.header-date-card,.media-account-card,.media-console-panel,.overseas-summary,.trend-panel,.weekly-narrative{border:1px solid rgba(232,233,237,.9);border-radius:16px;background:var(--panel);box-shadow:var(--shadow-soft)}.header-date-card{display:inline-grid;place-items:center;min-width:132px;min-height:42px;padding:0 18px;border-radius:999px;color:var(--ink);font-size:14px;font-weight:900;letter-spacing:0}.dashboard-section{margin-top:24px}.account-card-head,.panel-title-row,.section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-header{margin-bottom:14px}.section-header-actions{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.section-header h2{font-size:17px;line-height:1.24}.media-account-card small,.panel-title-row span,.section-header span{color:var(--muted);font-size:12px;font-weight:800}.schedule-editor{position:relative}.schedule-board{overflow-x:auto;border:1px solid rgba(232,233,237,.9);border-radius:18px;background:var(--panel);box-shadow:var(--shadow-soft)}.schedule-week-controls{position:-webkit-sticky;position:sticky;left:0;z-index:5;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;grid-gap:12px;gap:12px;min-height:50px;padding:0 18px;border-bottom:1px solid rgba(232,233,237,.78);background:#fbfbfb}.schedule-board-title{justify-self:center;color:var(--ink);font-size:15px;font-weight:700;line-height:1.2}.schedule-week-button{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);cursor:pointer;font-size:20px;font-weight:900;line-height:1;transition:border-color .14s ease,background .14s ease,transform .14s ease}.schedule-week-button:hover{border-color:var(--line-strong);background:#f3f3f4;transform:translateY(-1px)}.schedule-week-button-prev{justify-self:start}.schedule-week-button-next{justify-self:end}.section-header-actions-only{justify-content:flex-end}.schedule-grid{display:grid;grid-template-columns:144px repeat(7,minmax(96px,1fr));min-width:860px}.schedule-corner,.schedule-day,.schedule-lane-label{border-bottom:1px solid rgba(232,233,237,.78);background:#fbfbfb}.schedule-corner{display:flex;align-items:center;justify-content:flex-start;min-height:56px;padding:0 16px;color:var(--muted);font-size:12px;font-weight:900}.schedule-day{min-height:56px;padding:9px 6px;text-align:center}.schedule-day strong,.schedule-lane-label strong{display:block}.schedule-day strong{font-size:12px;line-height:1.2}.schedule-lane-row{display:contents}.schedule-lane-label{display:flex;align-items:center;justify-content:flex-start;min-height:94px;padding:14px 16px}.schedule-lane-label strong{font-size:14px}.schedule-track{position:relative;grid-column:2/-1;grid-auto-rows:minmax(74px,auto);min-height:94px;padding:9px;border-bottom:1px solid rgba(232,233,237,.72);background:#fff}.schedule-selection-layer,.schedule-track{display:grid;grid-template-columns:repeat(7,minmax(96px,1fr));grid-gap:7px;gap:7px}.schedule-selection-layer{position:absolute;inset:9px;z-index:1;pointer-events:none}.schedule-select-cell{min-width:0;border:1px dashed rgba(32,33,36,.08);border-radius:12px;background:rgba(244,244,245,.62);cursor:crosshair;pointer-events:auto;transition:background .12s ease,border-color .12s ease,transform .12s ease}.schedule-select-cell.is-selecting,.schedule-select-cell:hover{border-color:rgba(32,33,36,.3);background:rgba(32,33,36,.08)}.schedule-select-cell.is-selecting{transform:translateY(-1px)}.timeline-bar{position:relative;z-index:2;grid-column:var(--timeline-start) /span var(--timeline-span);min-width:0;padding:10px 38px 10px 12px;border:1px solid rgba(32,33,36,.16);border-radius:14px;background:#f8f8f7;cursor:-webkit-grab;cursor:grab;box-shadow:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y}.timeline-bar:active{cursor:-webkit-grabbing;cursor:grabbing}.timeline-delete-button{position:absolute;top:7px;right:7px;display:inline-grid;place-items:center;width:24px;height:24px;border:1px solid rgba(32,33,36,.08);border-radius:999px;background:rgba(255,255,255,.86);color:var(--muted);cursor:pointer;font-size:15px;font-weight:900;line-height:1;opacity:.72;transition:border-color .14s ease,background .14s ease,color .14s ease,opacity .14s ease,transform .14s ease}.timeline-bar:focus-within .timeline-delete-button,.timeline-bar:hover .timeline-delete-button,.timeline-delete-button:focus-visible{opacity:1}.timeline-delete-button:focus-visible,.timeline-delete-button:hover{border-color:rgba(32,33,36,.18);background:#202124;color:#fff;outline:none;transform:translateY(-1px)}.timeline-delete-button:disabled{cursor:wait;opacity:.46;transform:none}.timeline-bar h3{overflow:hidden;color:var(--ink);font-size:13px;line-height:1.32;text-overflow:ellipsis;white-space:nowrap}.timeline-note{display:-webkit-box;overflow:hidden;margin-top:6px;color:var(--soft-ink);font-size:12px;font-weight:700;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:2}.timeline-tags{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;min-height:24px}.timeline-direction-chip{display:inline-flex;align-items:center;min-height:22px;padding:3px 8px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--soft-ink);font-size:11px;font-weight:900;line-height:1}.status-border-blocked{border-left-color:var(--red)}.status-border-pending,.status-border-pending_approval{border-left-color:var(--amber)}.schedule-draft-panel{position:relative;z-index:40;width:min(420px,calc(100vw - 32px));padding:18px;border:1px solid rgba(32,33,36,.1);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 24px 70px rgba(22,25,30,.2);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.schedule-draft-backdrop{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:24px;background:rgba(32,33,36,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.schedule-draft-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.schedule-draft-head span,.schedule-field span{display:block;color:var(--muted);font-size:12px;font-weight:900}.schedule-draft-head strong{display:block;margin-top:4px;font-size:18px}.schedule-draft-head button{border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:12px;font-weight:900}.schedule-field{display:grid;grid-gap:8px;gap:8px;margin-top:18px}.schedule-field input,.schedule-field textarea{width:100%;border:1px solid rgba(215,217,223,.95);border-radius:14px;background:#fff;color:var(--ink);outline:0;font-weight:800}.schedule-field input{height:44px;padding:0 14px}.schedule-field textarea{min-height:42px;resize:vertical;padding:12px 14px;font-weight:800;line-height:1.45}.schedule-field input:focus,.schedule-field textarea:focus{border-color:rgba(32,33,36,.45);box-shadow:0 0 0 3px rgba(32,33,36,.08)}.schedule-account-title{margin-top:14px;color:var(--muted);font-size:12px;font-weight:900}.schedule-account-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:8px}.schedule-direction-picker{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.schedule-account-group{display:grid;grid-gap:8px;gap:8px;align-items:start;min-width:0;padding:10px;border:1px solid rgba(232,233,237,.95);border-radius:16px;background:#fafafa}.schedule-account-group-other{grid-column:1/-1;padding:8px 10px}.schedule-account-platforms{display:flex;align-items:center;gap:6px;min-height:28px}.schedule-account-options{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.schedule-account-group-other .schedule-account-options{gap:10px}.schedule-account-choice,.schedule-account-icon-choice{position:relative;border:1px solid rgba(232,233,237,.95);background:#fff;color:var(--soft-ink);cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease,transform .14s ease}.schedule-account-choice{display:inline-flex;align-items:center;max-width:150px;min-height:28px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:500}.schedule-account-choice span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-account-icon-choice{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px}.schedule-account-choice.is-selected,.schedule-account-choice:hover,.schedule-account-icon-choice.is-selected,.schedule-account-icon-choice:hover{border-color:rgba(32,33,36,.55);box-shadow:0 10px 24px rgba(22,25,30,.08);transform:translateY(-1px)}.schedule-account-choice.is-selected,.schedule-account-icon-choice.is-selected{background:#1f1f21;color:#fff;box-shadow:0 0 0 3px rgba(32,33,36,.08),0 10px 24px rgba(22,25,30,.08)}.schedule-account-choice input,.schedule-account-icon-choice input{position:absolute;inset:0;margin:0;cursor:pointer;opacity:0}.schedule-direction-choice{position:relative;display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border:1px solid var(--line);border-radius:999px;background:#fafafa;color:var(--soft-ink);cursor:pointer;font-size:12px;font-weight:900;transition:border-color .14s ease,background .14s ease,color .14s ease}.schedule-direction-choice input{position:absolute;inset:0;margin:0;cursor:pointer;opacity:0}.schedule-direction-choice.is-selected{border-color:var(--accent);background:var(--accent);color:#fff}.schedule-platform-logo{display:inline-grid;place-items:center;width:28px;height:28px;overflow:hidden;border:1px solid rgba(32,33,36,.08);border-radius:9px;background:#fff;color:var(--soft-ink);font-size:11px;font-weight:900;line-height:1}.schedule-platform-logo img{display:block;width:100%;height:100%;object-fit:cover}.timeline-platform-logos .schedule-platform-logo{width:22px;height:22px;border-radius:7px}.schedule-error{margin-top:12px;color:var(--red);font-size:12px;font-weight:800}.schedule-confirm-button{width:100%;height:46px;margin-top:14px;border:0;border-radius:999px;background:#1f1f21;color:#fff;cursor:pointer;font-weight:900}.schedule-confirm-button:disabled{cursor:wait;opacity:.58}.approval-request-launcher{display:inline-flex;align-items:center}.approval-create-trigger{min-height:34px;padding:0 14px;border:1px solid #202124;border-radius:999px;background:#202124;color:#fff;cursor:pointer;font-size:12px;font-weight:900;letter-spacing:0}.approval-dialog-backdrop{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:24px;background:rgba(32,33,36,.34);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.approval-dialog-panel{width:min(560px,100%);max-height:min(760px,calc(100vh - 48px));overflow:auto;padding:22px;border:1px solid rgba(232,233,237,.95);border-radius:22px;background:#fff;box-shadow:0 32px 80px rgba(22,25,30,.2)}.approval-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.approval-dialog-head span,.approval-field span,.approval-picker-title{display:block;color:var(--muted);font-size:12px;font-weight:900}.approval-dialog-head strong{display:block;margin-top:4px;font-size:18px}.approval-dialog-head button{border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:12px;font-weight:900}.approval-field{display:grid;grid-gap:8px;gap:8px;margin-top:16px}.approval-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.approval-field input,.approval-field textarea{width:100%;border:1px solid rgba(215,217,223,.95);border-radius:14px;background:#fff;color:var(--ink);outline:0;font-weight:700}.approval-field input{height:42px;padding:0 13px}.approval-field textarea{min-height:72px;resize:vertical;padding:11px 13px;line-height:1.45}.approval-field input:focus,.approval-field textarea:focus{border-color:rgba(32,33,36,.45);box-shadow:0 0 0 3px rgba(32,33,36,.08)}.approval-picker-title{margin-top:14px}.approval-account-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:8px}.approval-account-group{display:grid;grid-gap:8px;gap:8px;min-width:0;padding:10px;border:1px solid rgba(232,233,237,.95);border-radius:16px;background:#fafafa}.approval-account-group-other{grid-column:1/-1}.approval-account-options,.approval-account-platforms,.approval-direction-picker{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.approval-account-choice,.approval-account-icon-choice,.approval-direction-choice{position:relative;border:1px solid rgba(232,233,237,.95);background:#fff;color:var(--soft-ink);cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease,transform .14s ease}.approval-account-choice,.approval-direction-choice{display:inline-flex;align-items:center;max-width:154px;min-height:28px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:500}.approval-account-choice span,.approval-direction-choice span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.approval-account-icon-choice{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px}.approval-account-choice:has(input:checked),.approval-account-choice:hover,.approval-account-icon-choice:has(input:checked),.approval-account-icon-choice:hover,.approval-direction-choice:has(input:checked),.approval-direction-choice:hover{border-color:rgba(32,33,36,.55);box-shadow:0 10px 24px rgba(22,25,30,.08);transform:translateY(-1px)}.approval-account-choice:has(input:checked),.approval-account-icon-choice:has(input:checked),.approval-direction-choice:has(input:checked){background:#1f1f21;color:#fff}.approval-account-choice input,.approval-account-icon-choice input,.approval-direction-choice input{position:absolute;inset:0;margin:0;cursor:pointer;opacity:0}.approval-direction-picker{margin-top:8px}.approval-dialog-panel .form-message{margin:12px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.approval-dialog-panel .form-message-error{color:var(--red)}.approval-submit-button{width:100%;height:46px;margin-top:14px;border:0;border-radius:999px;background:#1f1f21;color:#fff;cursor:pointer;font-weight:900}.approval-submit-button:disabled{cursor:wait;opacity:.58}.media-region{display:grid;grid-gap:24px;gap:24px;width:100%;margin-top:16px;margin-right:auto;margin-left:auto}.media-region>.dashboard-section{margin-top:0}.media-console-panel{display:grid;grid-template-rows:1fr auto;grid-gap:14px;gap:14px;padding:14px}.decision-grid,.media-account-card-grid,.media-group-stack{display:grid;grid-gap:10px;gap:10px}.media-group-stack{gap:14px}.media-group{padding-bottom:18px;border-bottom:1px solid rgba(232,233,237,.72)}.media-group:last-child{padding-bottom:0;border-bottom:0}.media-group-label{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:10px}.media-group-label h3{font-size:15px;line-height:1.25}.media-account-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.media-account-card{position:relative;display:grid;grid-template-rows:auto auto auto 1fr;min-width:0;min-height:158px;padding:14px;color:inherit;text-decoration:none}.media-account-card[role=button]{cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.media-account-card[role=button]:hover{border-color:var(--line-strong);box-shadow:0 18px 48px rgba(22,25,30,.09);transform:translateY(-2px)}.account-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-profile-link,.overseas-profile-link{display:inline-grid;position:absolute;z-index:4;place-items:center;width:34px;height:34px;border-radius:999px;background:#f5f5f7;color:var(--soft-ink);font-size:17px;font-weight:900;line-height:1;text-decoration:none}.account-profile-link{top:14px;right:14px}.account-profile-link:hover,.overseas-profile-link:hover{background:#202124;color:#fff}.publication-count-badge{position:absolute;right:14px;bottom:28px;z-index:4;display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border:2px solid #fff;border-radius:999px;background:#e5484d;color:#fff;cursor:pointer;font-size:12px;font-weight:900;line-height:1;box-shadow:0 8px 18px rgba(229,72,77,.24)}.publication-count-badge:disabled{cursor:wait;opacity:.72}.decision-item h3,.direction-card h3,.media-account-card h3,.weekly-narrative h3{font-size:14px;line-height:1.34}.media-account-card h3{margin-top:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-tag-row{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.tag-chip{display:inline-flex;align-items:center;min-height:22px;padding:3px 8px;border:1px solid var(--tag-border,var(--line));border-radius:999px;background:var(--tag-bg,#ffffff);color:var(--tag-ink,var(--soft-ink));font-size:11px;font-weight:800}.decision-item p,.media-account-card p,.weekly-narrative p{margin-top:9px;color:var(--soft-ink);font-size:13px;line-height:1.64}.account-card-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px;align-self:end;margin:14px 0 0;padding-right:34px}.account-card-stats div{min-width:0;padding-top:10px;border-top:1px solid var(--line)}.account-card-stats dd,.account-card-stats dt{margin:0}.account-card-stats dt{color:var(--muted);font-size:11px;font-weight:800}.account-card-stats dd{display:flex;align-items:baseline;gap:7px;margin-top:3px;font-size:16px;font-weight:900}.account-follower-delta{display:inline-flex;align-items:center;min-height:19px;padding:2px 7px;border-radius:999px;font-size:11px;font-weight:700;line-height:1}.account-follower-delta-positive{background:#edf8f2;color:#287a46}.account-follower-delta-negative{background:#fff0f0;color:#b83a3a}.platform-mark{display:inline-grid;flex:0 0 auto;place-items:center;width:30px;height:30px;overflow:hidden;border:1px solid rgba(32,33,36,.08);border-radius:10px;background:#ffffff;color:#4d5159;font-size:12px;font-weight:900;line-height:1}.platform-mark img{display:block;width:100%;height:100%;object-fit:cover}.platform-official{background:#f2f5ec;color:#657244}.platform-default{background:var(--accent-soft)}.overseas-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:0;padding:12px;background:#f8f8f8;box-shadow:none}.overseas-account-list{display:grid;grid-template-columns:repeat(3,64px);grid-gap:10px;gap:10px}.overseas-account-card{position:relative;display:grid;place-items:center;width:64px;height:56px;padding:8px;border:1px solid rgba(232,233,237,.95);border-radius:14px;background:#fff;color:inherit;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.overseas-account-card:hover{border-color:var(--line-strong);box-shadow:0 10px 24px rgba(22,25,30,.08);transform:translateY(-1px)}.overseas-profile-link{top:4px;right:4px;width:22px;height:22px;font-size:12px}.overseas-account-card .publication-count-badge{right:-6px;bottom:-6px;min-width:22px;height:22px;font-size:11px}.network-follower-total{display:grid;justify-items:end;grid-gap:4px;gap:4px;min-width:160px;color:var(--ink);text-align:right}.network-follower-total span{color:var(--muted);font-size:12px;font-weight:700;line-height:1.2}.network-follower-total strong{font-size:22px;font-weight:800;line-height:1.05}.trend-panel{padding:14px}.trend-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);grid-gap:14px;gap:14px;align-items:stretch}.trend-line-card,.trend-structure-card{min-width:0;border:1px solid rgba(232,233,237,.9);border-radius:14px;background:#fbfbfb}.trend-line-card{display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:12px;gap:12px;padding:14px}.trend-structure-card{display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:14px;gap:14px;padding:14px}.trend-ecosystem-card{overflow:visible}.trend-chart-frame{position:relative;min-height:178px}.trend-svg{display:block;width:100%;height:100%;border:0;border-radius:14px;background:linear-gradient(180deg,#fbfbfb,#f4f4f4)}.trend-grid line{stroke:rgba(32,33,36,.08);stroke-width:1}.trend-line{stroke-linecap:round;stroke-linejoin:round;stroke-width:3.2}.trend-line-video{stroke:#171717}.trend-line-text{stroke:#9a9a9a;stroke-width:2.8}.trend-point-layer{position:absolute;inset:0;pointer-events:none}.trend-point-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;left:var(--trend-x);top:var(--trend-y);display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:999px;background:transparent;cursor:default;pointer-events:auto;transform:translate(-50%,-50%);transition:transform .14s ease,opacity .14s ease}.trend-point-button:before{content:"";position:absolute;width:24px;height:24px;border-radius:999px}.trend-point-button-video:before{background:rgba(23,23,23,.12)}.trend-point-button-text:before{background:rgba(154,154,154,.16)}.trend-point-inner{position:relative;z-index:1;width:9px;height:9px;border:2px solid #fff;border-radius:999px;box-shadow:0 0 0 1px rgba(32,33,36,.08)}.trend-point-inner-video{background:#171717}.trend-point-inner-text{background:#8e8e8e}.trend-point-button:focus-visible,.trend-point-button:hover{outline:none;transform:translate(-50%,-50%) scale(1.08)}.trend-point-button:focus-visible:before{box-shadow:0 0 0 3px rgba(32,33,36,.1)}.trend-legend{display:flex;flex-wrap:wrap;align-items:center;gap:14px;color:var(--soft-ink);font-size:12px;font-weight:900}.trend-legend span{display:inline-flex;align-items:center;gap:7px}.trend-legend-dot{width:8px;height:8px;border-radius:999px}.trend-legend-video{background:#171717}.trend-legend-text{background:#9a9a9a}.trend-week-list{display:grid;grid-template-columns:repeat(var(--trend-week-count,7),minmax(0,1fr));grid-gap:4px;gap:4px;color:var(--muted);font-size:11px;font-weight:800;text-align:center}.trend-week-list[data-week-count="1"]{justify-items:start}.ecosystem-bubble-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;min-height:244px}.ecosystem-bubble-group{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:12px;gap:12px;min-width:0;min-height:244px;padding:12px;border:1px solid rgba(232,233,237,.95);border-radius:16px;background:#fff;overflow:visible}.ecosystem-bubble-group-xhs{--ecosystem-color:#ff2442;background:radial-gradient(circle at 18% 18%,rgba(255,36,66,.08),transparent 40%),#fff}.ecosystem-bubble-group-wechat{--ecosystem-color:#07c160;background:radial-gradient(circle at 18% 18%,rgba(7,193,96,.08),transparent 40%),#fff}.ecosystem-bubble-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:30px}.ecosystem-bubble-summary .platform-mark{width:28px;height:28px;border-radius:9px}.ecosystem-bubble-summary strong{color:var(--ink);font-size:18px;line-height:1}.ecosystem-bubble-stage{display:flex;align-content:center;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;min-height:160px;padding:8px 2px 4px;overflow:visible}.ecosystem-bubble-node{position:relative;display:grid;place-items:center;align-content:center;width:var(--bubble-size);height:var(--bubble-size);min-width:46px;min-height:46px;border:1px solid color-mix(in srgb,var(--bubble-color) 18%,rgba(32,33,36,.1));border-radius:999px;background:color-mix(in srgb,var(--bubble-color) 11%,#fff);box-shadow:inset 0 0 0 1px rgba(255,255,255,.9),0 10px 28px color-mix(in srgb,var(--bubble-color) 15%,transparent);cursor:default;isolation:isolate;transition:box-shadow .14s ease,transform .14s ease}.ecosystem-bubble-node:before{content:"";position:absolute;inset:5px;z-index:-1;border-radius:inherit;background:#fff;opacity:.74}.ecosystem-bubble-node:focus-visible,.ecosystem-bubble-node:hover{outline:none;transform:translateY(-2px);box-shadow:inset 0 0 0 1px rgba(255,255,255,.92),0 18px 36px color-mix(in srgb,var(--bubble-color) 22%,transparent)}.ecosystem-bubble-value{color:var(--ink);font-size:clamp(11px,calc(var(--bubble-size) * .15),16px);font-weight:900;line-height:1;white-space:nowrap}.ecosystem-bubble-popover.media-account-card{position:absolute;bottom:calc(100% + 10px);left:50%;z-index:20;width:220px;min-height:0;padding:14px;border-color:rgba(232,233,237,.95);opacity:0;pointer-events:none;text-align:left;transform:translate(-50%,8px);transition:opacity .14s ease,transform .14s ease}.ecosystem-bubble-popover .account-card-stats{margin-top:12px;padding-right:0}.ecosystem-bubble-popover .account-card-top{min-height:auto}.ecosystem-bubble-node:focus-visible .ecosystem-bubble-popover,.ecosystem-bubble-node:focus-within .ecosystem-bubble-popover,.ecosystem-bubble-node:hover .ecosystem-bubble-popover{opacity:1;transform:translate(-50%)}.direction-brief{display:grid;grid-gap:14px;gap:14px}.direction-selector{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.direction-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;gap:8px;width:100%;min-height:46px;padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--soft-ink);font:inherit;font-size:13px;font-weight:800;text-align:left;cursor:pointer;transition:border-color .14s ease,background-color .14s ease,opacity .14s ease}.direction-tab span{color:var(--muted);font-size:12px}.direction-tab.is-active{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 10px 28px rgba(32,33,36,.14)}.direction-tab.is-active span{color:rgba(255,255,255,.72)}.direction-tab.is-muted{opacity:.58}.direction-tab:focus-visible,.direction-tab:hover{border-color:var(--line-strong);opacity:1;outline:none}.direction-card{position:relative;padding:18px}.direction-platform-logo{display:inline-grid;flex:0 0 auto;place-items:center;width:28px;height:28px;overflow:hidden;border:1px solid rgba(32,33,36,.08);border-radius:9px;background:#fff;color:var(--soft-ink);font-size:11px;font-weight:900;line-height:1}.direction-platform-logo img{display:block;width:100%;height:100%;object-fit:cover}.direction-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.direction-column{display:grid;grid-gap:12px;gap:12px;min-width:0}.direction-column-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.direction-column-head h3{display:inline-flex;align-items:center;gap:8px;--direction-status-bg:#f5f5f6;--direction-status-border:#e3e4e8;--direction-status-color:#202124;color:var(--ink);font-size:14px;font-weight:600;line-height:1.2}.direction-column-title-done,.direction-detail-status-done,.direction-status-node-done{--direction-status-bg:#edf8f1;--direction-status-border:#ccebd8;--direction-status-color:#168a4a}.direction-column-title-in_progress,.direction-detail-status-in_progress,.direction-status-node-in_progress{--direction-status-bg:#eef4ff;--direction-status-border:#d7e5ff;--direction-status-color:#2563eb}.direction-column-title-next,.direction-detail-status-next,.direction-status-node-next{--direction-status-bg:#fff8e6;--direction-status-border:#f4dfad;--direction-status-color:#b7791f}.direction-column-dot{width:7px;height:7px;border-radius:999px;background:var(--direction-status-color);box-shadow:0 0 0 4px var(--direction-status-bg)}.direction-column-head button{display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--soft-ink);cursor:pointer;font:inherit;font-size:17px;line-height:1;transition:border-color .14s ease,background-color .14s ease,color .14s ease,transform .14s ease}.direction-column-head button:focus-visible,.direction-column-head button:hover{border-color:var(--accent);background:var(--accent);color:#fff;outline:none;transform:translateY(-1px)}.direction-column-list{align-content:start;min-height:232px;border:1px solid rgba(232,233,237,.9);border-radius:16px;background:#f8f8f9}.direction-column-list,.direction-item-card{display:grid;grid-gap:10px;gap:10px;padding:12px}.direction-item-card{min-width:0;border:1px solid rgba(232,233,237,.95);border-radius:14px;background:#fff;box-shadow:0 10px 24px rgba(32,33,36,.04)}.direction-item-card-button{cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.direction-item-card-button:focus-visible,.direction-item-card-button:hover{border-color:rgba(32,33,36,.18);outline:none;box-shadow:0 16px 32px rgba(32,33,36,.08);transform:translateY(-1px)}.direction-item-card-button[aria-disabled=true]{cursor:wait;opacity:.62;transform:none}.direction-schedule-card{border-color:rgba(32,33,36,.12);background:#fbfbfb}.direction-item-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.direction-item-title{margin:0;color:var(--ink);font-size:13px;font-weight:500;line-height:1.45}.direction-item-description{margin:0;color:var(--soft-ink);font-size:12px;font-weight:400;line-height:1.55}.direction-card-cue{flex:0 0 auto;display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#f5f5f6;color:var(--muted);font-size:18px;font-weight:400;line-height:1}.direction-status-chip{flex:0 0 auto;min-height:22px;padding:4px 8px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--soft-ink);font-size:11px;font-weight:600}.direction-schedule-platforms{display:flex;align-items:center;gap:6px}.direction-schedule-platforms .direction-platform-logo{width:24px;height:24px;border-radius:8px}.direction-detail-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:28px;background:rgba(245,246,248,.72);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.direction-detail-dialog{display:grid;grid-gap:16px;gap:16px;width:min(100%,520px);padding:22px;border:1px solid rgba(32,33,36,.1);border-radius:22px;background:#fff;box-shadow:0 28px 80px rgba(32,33,36,.18)}.direction-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.direction-detail-head p{margin:0;color:var(--ink);font-size:20px;font-weight:650;line-height:1.2}.direction-detail-head span{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;margin-top:6px;padding:4px 8px;border:1px solid var(--direction-status-border,var(--line));border-radius:999px;background:var(--direction-status-bg,#f5f5f6);color:var(--direction-status-color,var(--muted));font-size:12px;font-weight:700}.direction-detail-head button{display:inline-grid;place-items:center;width:32px;height:32px;border:0;border-radius:999px;background:#f4f4f5;color:var(--soft-ink);cursor:pointer;font:inherit;font-size:18px;line-height:1}.direction-detail-field{display:grid;grid-gap:8px;gap:8px}.direction-detail-field>span{color:var(--muted);font-size:12px;font-weight:700}.direction-detail-field input,.direction-detail-field textarea{width:100%;min-height:42px;padding:10px 12px;border:1px solid var(--line);border-radius:13px;background:#fbfbfc;color:var(--ink);font:inherit;font-size:13px;font-weight:450;outline:none}.direction-detail-field textarea{min-height:86px;resize:vertical}.direction-detail-field input:focus,.direction-detail-field textarea:focus{border-color:rgba(32,33,36,.28);background:#fff;box-shadow:0 0 0 4px rgba(32,33,36,.06)}.direction-status-nodes{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.direction-status-nodes:before{content:"";position:absolute;top:18px;left:34px;right:34px;height:1px;background:rgba(32,33,36,.12)}.direction-status-node{position:relative;z-index:1;display:grid;justify-items:center;grid-gap:8px;gap:8px;--direction-status-bg:#f5f5f6;--direction-status-border:#e3e4e8;--direction-status-color:#202124;border:0;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:12px;font-weight:700}.direction-status-node span{width:36px;height:36px;border:1px solid var(--direction-status-border);border-radius:999px;background:#fff;box-shadow:inset 0 0 0 12px var(--direction-status-bg)}.direction-status-node.is-selected{color:var(--direction-status-color)}.direction-status-node.is-selected span{border-color:var(--direction-status-color);background:var(--direction-status-color);box-shadow:inset 0 0 0 12px #fff}.direction-detail-head button:focus-visible,.direction-detail-head button:hover,.direction-status-node:focus-visible,.direction-status-node:hover{color:var(--ink);outline:none}.direction-editor-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.direction-editor-actions button{min-height:34px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--soft-ink);cursor:pointer;font:inherit;font-size:12px;font-weight:700}.direction-editor-actions button:focus-visible,.direction-editor-actions button:hover{border-color:var(--accent);background:var(--accent);color:#fff;outline:none}.direction-editor-actions .direction-editor-primary{border-color:#202124;background:#202124;color:#fff}.direction-editor-actions .direction-editor-delete{margin-right:auto;color:var(--red)}.direction-column-empty,.direction-editor-error{margin:0;color:var(--muted);font-size:12px;font-weight:500}.direction-editor-error{margin-bottom:12px;color:var(--red)}.decision-item,.weekly-narrative{padding:15px}.decision-item{position:relative}.decision-item .panel-title-row{padding-right:30px}.approval-delete-button{position:absolute;top:12px;right:12px;display:inline-grid;place-items:center;width:24px;height:24px;border:1px solid rgba(32,33,36,.08);border-radius:999px;background:rgba(255,255,255,.86);color:var(--muted);cursor:pointer;font-size:15px;font-weight:900;line-height:1;opacity:.72;transition:border-color .14s ease,background .14s ease,color .14s ease,opacity .14s ease,transform .14s ease}.approval-delete-button:focus-visible,.decision-item:focus-within .approval-delete-button,.decision-item:hover .approval-delete-button{opacity:1}.approval-delete-button:focus-visible,.approval-delete-button:hover{border-color:rgba(32,33,36,.18);background:#202124;color:#fff;outline:none;transform:translateY(-1px)}.approval-delete-button:disabled{cursor:wait;opacity:.46;transform:none}.weekly-title-row{align-items:flex-start}.weekly-report-heading{min-width:0}.weekly-generate-form,.weekly-report-heading{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px}.weekly-generate-form{justify-content:flex-end;margin-left:auto}.weekly-generate-button{min-height:34px;padding:0 15px;border:1px solid #202124;border-radius:999px;background:#202124;color:#fff;cursor:pointer;font-size:12px;font-weight:900;letter-spacing:0;box-shadow:0 10px 22px rgba(22,25,30,.13)}.weekly-generate-form[aria-busy=true] .weekly-generate-button{cursor:wait;opacity:.72}.weekly-generate-form .form-message{flex-basis:100%;margin:0;color:var(--muted);font-size:12px;line-height:1.45;text-align:right}.weekly-generate-form .form-message-error{color:var(--red)}.weekly-narrative .weekly-copy{font-size:14px}.weekly-markdown{display:grid;grid-gap:10px;gap:10px;max-height:min(58vh,560px);overflow-y:auto;padding:2px 6px 2px 0;color:var(--soft-ink);line-height:1.68;scrollbar-width:thin}.weekly-markdown-heading{margin:14px 0 2px;color:var(--ink);font-size:15px;font-weight:900;line-height:1.35;letter-spacing:0}.weekly-markdown-heading:first-child{margin-top:0}.weekly-markdown-heading[data-level="3"]{color:var(--soft-ink);font-size:13px}.weekly-markdown-paragraph{margin:0;color:var(--soft-ink);font-size:13px;line-height:1.72}.weekly-markdown-list{display:grid;grid-gap:7px;gap:7px;margin:0;padding-left:20px;color:var(--soft-ink);font-size:13px;line-height:1.68}.weekly-markdown-list li::marker{color:#a0a4ab;font-weight:800}.weekly-markdown strong{color:var(--ink);font-weight:800}.weekly-markdown code{padding:1px 5px;border:1px solid rgba(32,33,36,.08);border-radius:6px;background:#f6f6f7;color:#3f4652;font-size:12px}.weekly-markdown-table-wrap{overflow-x:auto;border:1px solid rgba(232,233,237,.9);border-radius:12px}.weekly-markdown-table{width:100%;min-width:520px;border-collapse:collapse;font-size:12px;line-height:1.55}.weekly-markdown-table td,.weekly-markdown-table th{padding:9px 10px;border-bottom:1px solid rgba(232,233,237,.72);text-align:left;vertical-align:top}.weekly-markdown-table th{background:#f7f7f8;color:var(--ink);font-weight:900}.weekly-markdown-table tr:last-child td{border-bottom:0}.weekly-focus{margin-top:14px}.weekly-focus h3{color:var(--muted);font-size:13px;font-weight:900}.weekly-focus ol{display:grid;grid-gap:7px;gap:7px;margin:9px 0 0;padding-left:20px;color:var(--soft-ink);font-size:13px;line-height:1.55}.decision-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.item-meta{justify-content:space-between;gap:10px}.impact-line,.item-meta{display:flex;align-items:center;margin-top:10px;color:var(--muted);font-size:12px;font-weight:800}.impact-line,.tag-line{flex-wrap:wrap;gap:6px}.tag-line{display:flex}.tag-line span{display:inline-flex;align-items:center;min-height:24px;padding:4px 10px;border:1px solid var(--line);background:#fbfbfc;font-size:12px;font-weight:700}.status-pill,.tag-line span{border-radius:999px;color:var(--soft-ink)}.status-pill{flex:0 0 auto;min-width:64px;padding:5px 10px;background:var(--accent-soft);text-align:center;font-weight:800}.status-generated,.status-in_progress{background:var(--mint-soft);color:var(--mint-dark)}.status-needs_more_info,.status-pending,.status-pending_approval{background:#f7ecd6;color:var(--amber)}.status-blocked{background:#f5e2de;color:var(--red)}.status-confirmed,.status-done{background:#e5f1e7;color:var(--green)}.status-editing{background:var(--accent-soft);color:var(--muted)}.inline-details{border:1px solid var(--line);border-radius:8px;background:rgba(255,253,247,.72)}.inline-details summary{padding:10px 12px;color:var(--muted);font-size:12px;font-weight:900;cursor:pointer}.more-details{margin:10px}.more-details-body{display:grid;grid-gap:10px;gap:10px;padding:0 10px 10px}.empty-state{padding:14px;color:var(--muted);font-size:13px;font-weight:800}.interaction-scope.has-link-active [data-link-targets]{transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.interaction-scope .is-link-source-active{outline:2px solid rgba(15,118,110,.35);outline-offset:2px}.interaction-scope .is-link-target-active{border-color:rgba(15,118,110,.72)!important;background-color:#f2fbf8!important;box-shadow:0 0 0 2px rgba(15,118,110,.12)}.interaction-scope [data-link-source]:focus-visible{outline:2px solid rgba(15,118,110,.55);outline-offset:3px}@media (max-width:1180px){.decision-grid,.direction-board,.direction-selector{grid-template-columns:1fr 1fr}.media-account-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.trend-layout{grid-template-columns:1fr}}@media (max-width:760px){.dashboard-shell{width:min(100% - 24px,1040px);padding:20px 0 36px}.dashboard-header,.item-meta,.panel-title-row,.section-header{align-items:flex-start;flex-direction:column}.decision-grid,.direction-board,.direction-selector,.media-account-card-grid{grid-template-columns:1fr}.overseas-summary{align-items:flex-start;flex-direction:column}.network-follower-total{justify-items:start;text-align:left}.media-console-panel{padding:14px}.trend-week-list{grid-template-columns:repeat(7,minmax(34px,1fr))}.trend-svg{height:190px}.ecosystem-bubble-layout{grid-template-columns:1fr}.schedule-grid{min-width:720px;grid-template-columns:132px repeat(7,minmax(76px,1fr))}.direction-card{padding:14px}}.unlock-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:#f7f7f6}.unlock-panel{width:min(100%,420px);display:grid;grid-gap:24px;gap:24px;padding:34px;border:1px solid rgba(32,33,36,.08);border-radius:24px;background:#ffffff;box-shadow:0 24px 70px rgba(32,33,36,.12)}.unlock-kicker{margin:0 0 10px;color:#8a8f98;font-size:13px;font-weight:700}.unlock-panel h1{margin:0;color:#202124;font-size:34px;line-height:1.1;letter-spacing:0}.unlock-copy{margin:12px 0 0;color:#6f7580;font-size:15px;line-height:1.7}.unlock-error{margin:0;padding:12px 14px;border-radius:14px;background:#f5eeee;color:#9b2d2d;font-size:14px;font-weight:700}.unlock-field,.unlock-form{display:grid;grid-gap:12px;gap:12px}.unlock-field span{color:#717780;font-size:13px;font-weight:700}.unlock-field input{width:100%;min-height:50px;border:1px solid #d8dce2;border-radius:16px;padding:0 16px;color:#202124;font:inherit;outline:none}.unlock-field input:focus{border-color:#202124;box-shadow:0 0 0 4px rgba(32,33,36,.08)}.unlock-form button,.unlock-link{min-height:52px;border:0;border-radius:999px;display:inline-grid;place-items:center;background:#202124;color:#ffffff;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.unlock-form button:disabled{cursor:not-allowed;opacity:.45}