/* Client Hub — 唯一视觉基准：Client Hub 工作台.dc.html。 */
body.single-hub{--hub-red:#EF3922;--hub-red-dark:#D52F1A;--hub-ink:#111111;--hub-paper:#f7f6f3;--hub-taupe:#efece7;--hub-line:rgba(0,0,0,.08);--hub-green:#1a5c3d;--hub-amber:#7a4a1c;overflow:hidden;background:#fff;color:var(--hub-ink)}
body.single-hub .nv4,body.single-hub .site-footer{display:none}
body.single-hub .hub-main{max-width:none;margin:0;padding:0;font-family:"Manrope","Noto Sans SC","PingFang SC",system-ui,sans-serif;color:var(--hub-ink);font-style:normal}
body.single-hub .hub-main *,body.single-hub .hub-main *::before,body.single-hub .hub-main *::after{box-sizing:border-box;font-style:normal}
body.single-hub .hub-main button,body.single-hub .hub-main input,body.single-hub .hub-main textarea{font:inherit}
body.single-hub .hub-main button:focus-visible,body.single-hub .hub-main a:focus-visible{outline:2px solid var(--hub-red);outline-offset:3px}
body.single-hub .hub-main button{cursor:pointer}
body.single-hub .hub-main button:disabled{cursor:default}
body.single-hub .hub-main a{text-decoration:none}
.admin-bar .hub-sidebar{top:32px;height:calc(100vh - 32px)}
.admin-bar .hub-reader,.admin-bar .hub-dialog{top:32px;height:calc(100vh - 32px)}
@keyframes hubFadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@keyframes hubFadeIn{from{opacity:0}to{opacity:1}}

/* 密码墙 */
.hub-lock{position:fixed;inset:0;z-index:400;background:#fff;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(rgba(17,17,17,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(17,17,17,.045) 1px,transparent 1px);background-size:72px 72px;background-position:center}
.hub-lock-card{display:flex;flex-direction:column;align-items:center;padding:56px 72px;border:1px solid var(--hub-line);background:#fff;text-align:center;animation:hubFadeUp .7s cubic-bezier(.16,1,.3,1) both}
.hub-lock-brand{display:flex;align-items:center;justify-content:center;margin-bottom:34px}.hub-lock-brand .hub-brand-logo{display:block;width:148px;height:auto;filter:invert(1)}
.hub-lock-card h1{margin:0 0 14px;font-size:46px;font-weight:800;line-height:1.25;letter-spacing:-.01em}.hub-lock-card>p{margin:0 0 36px;font-size:15px;line-height:1.7;color:rgba(17,17,17,.55)}
.hub-lock-card .post-password-form{display:flex;align-items:stretch;gap:10px}.hub-lock-card .post-password-form p{margin:0}.hub-lock-card .post-password-form label{font-size:0}.hub-lock-card .post-password-form input[type=password]{width:240px;margin:0;padding:13px 20px;border:1.5px solid var(--hub-ink);border-radius:999px;background:#fff;font-size:15px;outline-color:var(--hub-red)}.hub-lock-card .post-password-form input[type=submit]{width:auto;margin:0;padding:13px 30px;border:0;border-radius:999px;background:var(--hub-red);color:#fff;font-size:15px;font-weight:700;transition:transform .25s cubic-bezier(.34,1.56,.64,1),background .25s}.hub-lock-card .post-password-form input[type=submit]:hover{background:var(--hub-red-dark);transform:scale(1.04)}.hub-lock-card>small{margin-top:30px;font-size:12px;color:rgba(17,17,17,.38)}

/* 外壳与侧栏 */
.hub-workspace{display:flex;min-height:100vh;background:#fff}.hub-sidebar{position:sticky;top:0;z-index:40;display:flex;flex:0 0 236px;flex-direction:column;height:100vh;background:var(--hub-ink);color:#fff}.hub-sidebar-head{padding:24px 22px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.hub-sidebar-brand{display:flex;align-items:center;min-height:44px}.hub-sidebar-brand .hub-brand-logo{display:block;width:124px;height:auto}
.hub-sidebar-nav{display:flex;flex:1;flex-direction:column;gap:2px;padding:16px 12px}.hub-nav-item{display:flex;align-items:center;gap:13px;width:100%;padding:12px 14px;border:0;border-radius:8px;background:transparent;text-align:left;transition:background .2s}.hub-nav-item:hover{background:rgba(255,255,255,.08)}.hub-nav-item>span{width:20px;font:700 10.5px "IBM Plex Mono",monospace;letter-spacing:.1em;color:rgba(255,255,255,.32)}.hub-nav-item>strong{font-size:14px;font-weight:600;color:rgba(255,255,255,.62)}.hub-nav-item>i{width:6px;height:6px;margin-left:auto;border-radius:50%;background:transparent}.hub-nav-item.is-active{background:rgba(255,255,255,.1)}.hub-nav-item.is-active>span{color:var(--hub-red)}.hub-nav-item.is-active>strong{color:#fff}.hub-nav-item.is-active>i{background:var(--hub-red)}
.hub-sidebar-foot{display:flex;flex-direction:column;gap:14px;padding:18px 22px 24px;border-top:1px solid rgba(255,255,255,.1)}.hub-project-status{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:999px;background:rgba(239,57,34,.2);color:#FF8A7A;font-size:11.5px;font-weight:700}.hub-project-status>i{width:7px;height:7px;border-radius:50%;background:currentColor}.hub-project-status--done{background:rgba(27,127,78,.22);color:#7BD8A8}.hub-contact-card{display:flex;align-items:center;gap:11px}.hub-contact-card>span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--hub-red);color:#fff;font-size:14px;font-weight:700}.hub-contact-card>div{display:flex;flex-direction:column;gap:1px}.hub-contact-card strong{font-size:12.5px}.hub-contact-card a{font-size:11px;color:rgba(255,255,255,.45)}.hub-contact-card a:hover{color:var(--hub-red)}
.hub-mobile-bar{display:none}.hub-workspace-main{flex:1;min-width:0;height:100vh;overflow:auto;background:#fff}.hub-screen{width:min(1040px,calc(100% - 96px));margin:0 auto;padding:72px 0 96px}.hub-screen[hidden]{display:none}.hub-enter{animation:hubFadeUp .55s cubic-bezier(.16,1,.3,1) both}.hub-enter-delay-1{animation-delay:.06s}.hub-enter-delay-2{animation-delay:.1s}.hub-enter-delay-3{animation-delay:.2s}
body.admin-bar .hub-sidebar,body.admin-bar .hub-workspace-main{height:calc(100vh - 32px)}

/* 标题 */
.hub-overview-hero>span,.hub-page-head>span{font:700 11px "IBM Plex Mono",monospace;letter-spacing:.22em;color:var(--hub-red)}.hub-overview-hero h1{margin:18px 0 0;font-size:58px;font-weight:800;line-height:1.14;letter-spacing:-.015em}.hub-overview-hero h1 strong,.hub-overview-hero h1 em{display:block}.hub-overview-hero h1 em{color:var(--hub-red)}.hub-overview-hero>p{max-width:560px;margin:22px 0 0;font-size:16px;line-height:1.8;color:rgba(17,17,17,.6)}
.hub-page-head h1{margin:16px 0 0;font-size:42px;font-weight:800;line-height:1.18;letter-spacing:-.01em}.hub-page-head p{max-width:620px;margin:16px 0 0;font-size:15px;line-height:1.8;color:rgba(17,17,17,.6)}

/* 00 总览 */
.hub-overview-goal{display:grid;grid-template-columns:1.5fr 1fr;gap:14px;margin-top:52px}.hub-overview-goal>article:first-child{display:flex;flex-direction:column;gap:14px;padding:26px 28px;background:var(--hub-ink);color:#fff}.hub-overview-goal>article:first-child header{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.hub-overview-goal>article:first-child header span{font:700 10px "IBM Plex Mono",monospace;letter-spacing:.22em;color:var(--hub-red)}.hub-overview-goal>article:first-child header small{margin-left:auto;font:400 10.5px "IBM Plex Mono",monospace;color:rgba(255,255,255,.42)}.hub-overview-goal>article:first-child p{margin:0;font-size:22px;font-weight:700;line-height:1.55}.hub-overview-goal>article:last-child{display:flex;flex-direction:column;gap:12px;padding:26px 28px;border:1px solid var(--hub-line);border-radius:24px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.02)}.hub-overview-goal>article:last-child>span{font:700 10px "IBM Plex Mono",monospace;letter-spacing:.22em;color:rgba(17,17,17,.42)}.hub-overview-goal>article:last-child>div{display:flex;flex-direction:column;gap:9px}.hub-overview-goal>article:last-child p{display:flex;align-items:center;gap:10px;margin:0;font-size:13.5px;color:rgba(17,17,17,.8)}.hub-overview-goal>article:last-child i{width:7px;height:7px;border-radius:50%;background:var(--hub-red)}.hub-overview-goal>article:last-child i.is-done{background:var(--hub-green)}
.hub-overview-progress{display:grid;grid-template-columns:330px 1fr;margin-top:52px;border:1px solid var(--hub-line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.02)}.hub-progress-side{display:flex;flex-direction:column;border-right:1px solid var(--hub-line)}.hub-progress-now{padding:26px 26px 20px}.hub-progress-now>span,.hub-progress-next>span,.hub-progress-risk>span,.hub-progress-clear>span{font:700 9.5px "IBM Plex Mono",monospace;letter-spacing:.2em;color:rgba(17,17,17,.42)}.hub-progress-now>strong{display:block;margin-top:9px;font-size:23px;font-weight:800;line-height:1.3}.hub-progress-now>small{display:block;margin-top:5px;font-size:12.5px;color:rgba(17,17,17,.5)}.hub-progress-next{flex:1;padding:18px 26px 14px;border-top:1px dashed var(--hub-line)}.hub-progress-next>div{display:flex;align-items:baseline;gap:10px;padding:12px 0;border-bottom:1px dashed var(--hub-line)}.hub-progress-next time{font:700 11px "IBM Plex Mono",monospace}.hub-progress-next strong{font-size:14px}.hub-progress-next b{padding:2px 9px;border-radius:999px;background:rgba(239,57,34,.08);color:var(--hub-red);font-size:10px}.hub-progress-next small{margin-left:auto;font-size:11px;font-weight:700;color:rgba(17,17,17,.4)}.hub-progress-next small.is-doing,.hub-progress-next small.is-risk{color:var(--hub-ink)}.hub-progress-next small.is-done{color:var(--hub-green)}.hub-progress-risk{display:flex;flex-direction:column;gap:6px;padding:16px 26px 20px;border-top:2px solid var(--hub-red);background:rgba(239,57,34,.04)}.hub-progress-risk>span{color:var(--hub-red)}.hub-progress-risk strong{font-size:13.5px;line-height:1.55}.hub-progress-risk small{font-size:11.5px;line-height:1.6;color:rgba(17,17,17,.55)}.hub-progress-clear{display:flex;flex-direction:column;gap:5px;padding:16px 26px 18px;border-top:2px solid var(--hub-green);background:#eaf4ef}.hub-progress-clear>span{color:var(--hub-green)}.hub-progress-clear small{font-size:12.5px;color:rgba(17,17,17,.7)}
.hub-progress-timeline{min-width:0;padding:26px 30px 22px}.hub-progress-timeline>header{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.hub-progress-timeline>header span{font:700 10px "IBM Plex Mono",monospace;letter-spacing:.22em;color:rgba(17,17,17,.42)}.hub-progress-timeline>header small{font-size:12px;color:rgba(17,17,17,.55)}.hub-progress-timeline>header time{margin-left:auto;font:400 11px "IBM Plex Mono",monospace;color:rgba(17,17,17,.42)}.hub-progress-timeline>ol{margin:24px 0 0;padding:0;list-style:none}.hub-progress-timeline>ol>li{position:relative;padding:0 0 12px 30px;border-left:2px solid rgba(0,0,0,.06)}.hub-progress-timeline>ol>li.is-done{border-left-color:rgba(26,92,61,.35)}.hub-progress-timeline>ol>li>i{position:absolute;top:4px;left:-6px;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#dbd8d2}.hub-progress-timeline>ol>li.is-done>i{background:var(--hub-green)}.hub-progress-timeline>ol>li.is-doing>i{background:var(--hub-ink)}.hub-progress-timeline li>header{display:flex;align-items:baseline;gap:12px;padding-bottom:6px;flex-wrap:wrap}.hub-progress-timeline li>header strong{font-size:14px;font-weight:800}.hub-progress-timeline li>header time{font:400 10.5px "IBM Plex Mono",monospace;color:rgba(17,17,17,.42)}.hub-progress-timeline li>header span{margin-left:auto;padding:3px 11px;border-radius:999px;background:var(--hub-taupe);font-size:10.5px;font-weight:700;color:rgba(17,17,17,.45)}.hub-progress-timeline li.is-done>header span{background:#ddf0e9;color:var(--hub-green)}.hub-progress-timeline li.is-doing>header span{background:var(--hub-ink);color:#fff}.hub-milestone{display:flex;align-items:baseline;gap:11px;margin:0 -10px;padding:8px 10px;border-bottom:1px dashed rgba(0,0,0,.05)}.hub-milestone time{width:40px;font:700 11px "IBM Plex Mono",monospace;color:var(--hub-red)}.hub-milestone>span{font-size:13px}.hub-milestone>button,.hub-milestone>.hub-target-state{margin-left:auto;border:0;background:transparent;color:var(--hub-red);font-size:12px;font-weight:700}.hub-target-state.is-done{color:rgba(17,17,17,.28)}
.hub-entry-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:52px}.hub-entry-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.hub-entry-grid button{display:flex;flex-direction:column;gap:10px;padding:28px 28px 24px;border:1px solid var(--hub-line);border-radius:24px;background:#fff;text-align:left;box-shadow:0 2px 4px rgba(0,0,0,.02);transition:border-color .25s,transform .25s cubic-bezier(.16,1,.3,1)}.hub-entry-grid button:hover{border-color:var(--hub-ink);transform:translateY(-3px)}.hub-entry-grid button>span{font:700 12px "IBM Plex Mono",monospace;letter-spacing:.1em;color:var(--hub-red)}.hub-entry-grid button>strong{font-size:21px;font-weight:800}.hub-entry-grid button>p{margin:0;font-size:13.5px;line-height:1.65;color:rgba(17,17,17,.55)}.hub-entry-grid button>b{margin-top:6px;font-size:13px}

/* 01 会议 */
.hub-meetings-shell{display:grid;grid-template-columns:320px 1fr;margin-top:44px;border:1px solid var(--hub-line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.02)}.hub-meetings-index{display:flex;flex-direction:column;border-right:1px solid var(--hub-line)}.hub-meetings-index>header{display:flex;align-items:baseline;gap:8px;padding:16px 20px;border-bottom:1px solid var(--hub-line)}.hub-meetings-index>header span{font:700 10px "IBM Plex Mono",monospace;letter-spacing:.2em;color:rgba(17,17,17,.42)}.hub-meetings-index>header small{margin-left:auto;font:400 11px "IBM Plex Mono",monospace;color:rgba(17,17,17,.42)}.hub-meetings-index>div{display:flex;flex-direction:column}.hub-meetings-index button{display:flex;flex-direction:column;gap:5px;padding:15px 20px 15px 17px;border:0;border-bottom:1px dashed rgba(0,0,0,.06);border-left:3px solid transparent;background:transparent;text-align:left;transition:background .2s}.hub-meetings-index button:hover,.hub-meetings-index button.is-active{background:var(--hub-paper)}.hub-meetings-index button.is-active{border-left-color:var(--hub-red)}.hub-meetings-index button>span{display:flex;align-items:baseline;gap:9px}.hub-meetings-index time{font:700 11px "IBM Plex Mono",monospace;color:rgba(17,17,17,.45)}.hub-meetings-index button.is-active time{color:var(--hub-red)}.hub-meetings-index b{padding:2px 7px;border:1px solid rgba(17,17,17,.3);font-size:9.5px}.hub-meetings-index button>strong{font-size:13.5px;font-weight:500;line-height:1.5}.hub-meetings-index button.is-active>strong{font-weight:700}.hub-meetings-content{min-width:0;padding:30px 34px 28px}.hub-meetings-content article[hidden]{display:none}.hub-meeting-title>div{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.hub-meeting-title>div span{padding:3px 9px;border:1px solid rgba(17,17,17,.3);font-size:10px;font-weight:700}.hub-meeting-title time{font:400 11.5px "IBM Plex Mono",monospace;color:rgba(17,17,17,.45)}.hub-meeting-title small{margin-left:auto;font:400 11px "IBM Plex Mono",monospace;color:rgba(17,17,17,.42)}.hub-meeting-title h2{margin:14px 0 6px;font-size:24px;font-weight:800;line-height:1.3}.hub-meeting-title p{margin:0 0 24px;font-size:12.5px;color:rgba(17,17,17,.5)}
.hub-meeting-week{margin:0 0 26px;padding:16px 20px 18px;border:1px solid rgba(0,0,0,.06);border-radius:14px;background:var(--hub-paper)}.hub-meeting-week>header{display:flex;align-items:baseline;gap:10px}.hub-meeting-week>header strong{font-size:13.5px;font-weight:800}.hub-meeting-week>header span{font:700 9.5px "IBM Plex Mono",monospace;letter-spacing:.18em;color:rgba(17,17,17,.38)}.hub-meeting-week>div{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:12px}.hub-meeting-week section{display:flex;flex-direction:column;gap:7px}.hub-meeting-week section>span{font:700 9.5px "IBM Plex Mono",monospace;letter-spacing:.16em;color:rgba(17,17,17,.42)}.hub-meeting-week p{margin:0;font-size:12.5px;line-height:1.6;color:rgba(17,17,17,.75)}.hub-meeting-week p b{margin-left:7px;padding:1px 8px;border-radius:999px;background:rgba(239,57,34,.06);color:var(--hub-red);font-size:10px}
.hub-meeting-section{margin-top:28px}.hub-meeting-week+.hub-meeting-section{margin-top:0}.hub-meeting-section>header{display:flex;align-items:baseline;gap:10px;padding-bottom:9px;border-bottom:2px solid var(--hub-ink)}.hub-meeting-section>header strong{font-size:15px;font-weight:800}.hub-meeting-section>header span{font:700 9.5px "IBM Plex Mono",monospace;letter-spacing:.18em;color:rgba(17,17,17,.38)}.hub-meeting-section ol{display:flex;flex-direction:column;margin:2px 0 0;padding:0;list-style:none}.hub-meeting-section li{display:flex;align-items:baseline;gap:12px;padding:9px 0;border-bottom:1px dashed rgba(0,0,0,.05)}.hub-meeting-section li b{font:700 11px "IBM Plex Mono",monospace;color:var(--hub-red)}.hub-meeting-section li span{font-size:13.5px;line-height:1.7;color:rgba(17,17,17,.8)}.hub-meeting-todos>div>p{display:flex;align-items:baseline;gap:12px;margin:0;padding:9px 0;border-bottom:1px dashed rgba(0,0,0,.05)}.hub-meeting-todos p>b{font-size:11px;color:var(--hub-red)}.hub-meeting-todos p>b.is-done{color:rgba(17,17,17,.4)}.hub-meeting-todos p>span{font-size:13.5px;line-height:1.6;color:rgba(17,17,17,.8)}.hub-meeting-todos p>small{margin-left:auto;font:400 10.5px "IBM Plex Mono",monospace;color:rgba(17,17,17,.45)}.hub-meeting-docs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:28px;padding-top:18px;border-top:1px dashed var(--hub-line)}.hub-meeting-docs>strong{margin-right:4px;font-size:13.5px;font-weight:800}.hub-meeting-docs>span button{padding:6px 14px;border:1.5px solid var(--hub-ink);border-radius:999px;background:#fff;font-size:12px;font-weight:700}.hub-meeting-docs>span button:hover{background:var(--hub-ink);color:#fff}.hub-native-empty{padding:26px 24px;font-size:13px;color:rgba(17,17,17,.45)}

/* 02 资料库 */
.hub-library-stack{display:flex;flex-direction:column;gap:14px;margin-top:44px}.hub-library-stack>article{padding:22px 28px 14px;border:1px solid var(--hub-line);border-radius:24px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.02)}.hub-library-stack>article>header{display:flex;align-items:baseline;gap:10px;padding-bottom:12px;border-bottom:2px solid var(--hub-ink)}.hub-library-stack>article>header strong{font-size:17px;font-weight:800}.hub-library-stack>article>header span{font-size:11.5px;color:rgba(17,17,17,.42)}.hub-library-stack>article>header b{margin-left:auto;font:700 11.5px "IBM Plex Mono",monospace;color:var(--hub-red)}.hub-library-row{display:grid;grid-template-columns:64px minmax(0,1fr) auto 100px;align-items:center;gap:14px;padding:13px 0;border-bottom:1px dashed var(--hub-line)}.hub-library-row>b{padding:3px 0;background:var(--hub-taupe);font-size:10.5px;text-align:center;color:rgba(17,17,17,.6)}.hub-library-row>strong{overflow:hidden;font-size:13.5px;font-weight:400;text-overflow:ellipsis;white-space:nowrap;color:rgba(17,17,17,.82)}.hub-library-row>small{font:400 10.5px "IBM Plex Mono",monospace;color:rgba(17,17,17,.4)}.hub-library-row>span{text-align:right;font-size:12px;font-weight:700;color:var(--hub-red)}.hub-library-row>span button{width:100%;padding:0;border:0;background:transparent;text-align:right;color:var(--hub-red);font-size:12px;font-weight:700}.hub-library-row.is-muted>span{color:rgba(17,17,17,.35)}

/* 03 反馈 */
.hub-feedback-phase{display:flex;align-items:center;gap:10px;margin-top:44px}.hub-feedback-phase>button{display:inline-flex;align-items:center;gap:8px;padding:8px 17px;border:1px solid var(--hub-line);border-radius:999px;background:var(--hub-paper);font-size:12.5px;font-weight:700;white-space:nowrap}.hub-feedback-phase>button.is-active{border:1.5px solid var(--hub-ink);background:#fff}.hub-feedback-phase>button:disabled{opacity:.55}.hub-feedback-phase>button>i{width:7px;height:7px;border-radius:50%;background:rgba(17,17,17,.3)}.hub-feedback-phase>button.is-active>i{background:var(--hub-red)}.hub-feedback-phase>button small{font-size:11px;font-weight:600;color:rgba(17,17,17,.5)}.hub-feedback-phase>button:last-child{margin-left:auto;padding:0;border:0;background:transparent;color:var(--hub-red)}
.hub-feedback-track{margin-top:14px;border:1px solid var(--hub-line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.02)}.hub-feedback-track>header{display:flex;align-items:baseline;gap:10px 12px;padding:14px 24px;border-bottom:1px solid var(--hub-line);flex-wrap:wrap}.hub-feedback-track>header>strong{font-size:17px;font-weight:800}.hub-feedback-track>header>span{font-size:12px;color:rgba(17,17,17,.5)}.hub-feedback-track>header>button{padding:4px 13px;border:1px solid var(--hub-red);border-radius:999px;background:rgba(239,57,34,.05);color:var(--hub-red);font-size:11.5px;font-weight:700}.hub-feedback-track>header>div{display:flex;align-items:center;gap:6px;margin-left:auto;flex-wrap:wrap}.hub-feedback-track>header>div>small{margin-right:2px;font-size:11px;color:rgba(17,17,17,.4)}.hub-feedback-track>header>div>button{padding:4px 12px;border:1px solid rgba(0,0,0,.12);border-radius:999px;background:transparent;font-size:11px;font-weight:700;color:rgba(17,17,17,.55)}.hub-feedback-track>header>div>button.is-active{border-color:var(--hub-ink);background:var(--hub-ink);color:#fff}
.hub-feedback-stats{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--hub-line);background:var(--hub-paper)}.hub-feedback-stats>button{display:flex;flex-direction:column;gap:4px;padding:16px 22px 13px;border:0;border-left:1px solid var(--hub-line);border-bottom:3px solid transparent;background:transparent;text-align:left}.hub-feedback-stats>button:hover{background:var(--hub-taupe)}.hub-feedback-stats>button.is-active{border-bottom-color:var(--hub-red);background:#fff}.hub-feedback-stats>button>span{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;color:rgba(17,17,17,.8)}.hub-feedback-stats>button>span i{width:8px;height:8px;border-radius:50%;background:var(--hub-red)}.hub-feedback-stats>button:nth-child(2)>span i{background:var(--hub-amber)}.hub-feedback-stats>button:nth-child(3)>span i{background:#2f4470}.hub-feedback-stats>button:nth-child(4)>span i{background:var(--hub-green)}.hub-feedback-stats>button>span small{margin-left:auto;font-size:10px;color:rgba(17,17,17,.3)}.hub-feedback-stats>button>strong{font:700 26px "IBM Plex Mono",monospace;letter-spacing:-.01em}.hub-feedback-stats>button>strong b{margin-left:3px;font-size:12px;color:rgba(17,17,17,.4)}.hub-feedback-stats>button>em{font-size:11px;color:rgba(17,17,17,.45)}
.hub-feedback-list{display:flex;flex-direction:column}.hub-feedback-list>article{padding:2px 10px;border-bottom:1px dashed var(--hub-line)}.hub-feedback-list>article[hidden]{display:none}.hub-feedback-list>article>button{display:grid;grid-template-columns:52px 64px minmax(0,1fr) 110px 52px;align-items:center;gap:14px;width:100%;margin:4px 0;padding:12px 14px;border:0;border-radius:12px;background:transparent;text-align:left}.hub-feedback-list>article>button:hover{background:var(--hub-paper)}.hub-feedback-list code{font:600 11px "IBM Plex Mono",monospace;color:rgba(17,17,17,.4)}.hub-feedback-list>article>button>b{padding:3px 10px;background:var(--hub-taupe);font-size:10.5px;text-align:center;color:rgba(17,17,17,.6)}.hub-feedback-list>article>button>span{display:flex;min-width:0;flex-direction:column;gap:1px}.hub-feedback-list>article>button>span strong{overflow:hidden;font-size:14px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.hub-feedback-list>article>button>span small{overflow:hidden;font-size:11.5px;text-overflow:ellipsis;white-space:nowrap;color:rgba(17,17,17,.45)}.hub-feedback-list>article>button>i{padding:4px 0;border-radius:999px;background:var(--hub-taupe);font-size:11px;font-weight:700;text-align:center}.hub-feedback-list>article>button>i.is-doing{background:#f3e8d8;color:var(--hub-amber)}.hub-feedback-list>article>button>i.is-verify{background:#e3e9f3;color:#2f4470}.hub-feedback-list>article>button>i.is-pass{background:rgba(27,127,78,.1);color:var(--hub-green)}.hub-feedback-list>article>button>em{font-size:12px;font-weight:700;text-align:right;color:var(--hub-red)}.hub-feedback-detail{display:flex;flex-direction:column;gap:12px;margin:0 0 10px;padding:16px 14px;border:1px solid rgba(0,0,0,.1);border-radius:12px;background:#fff;animation:hubFadeIn .25s both}.hub-feedback-detail[hidden]{display:none}.hub-feedback-detail>header{display:flex;align-items:baseline;gap:16px;padding-bottom:10px;border-bottom:1px dashed var(--hub-line);flex-wrap:wrap}.hub-feedback-detail>header span{font-size:11.5px;color:rgba(17,17,17,.55)}.hub-feedback-detail>p{margin:0;font-size:13.5px;line-height:1.75;color:rgba(17,17,17,.78)}.hub-feedback-files{display:flex;gap:8px;flex-wrap:wrap}.hub-feedback-files button{padding:5px 13px;border:0;border-radius:999px;background:var(--hub-paper);font-size:11.5px;color:rgba(17,17,17,.7)}.hub-feedback-log{padding-top:8px;border-top:1px dashed var(--hub-line)}.hub-feedback-log p{display:flex;align-items:baseline;gap:12px;margin:0;padding:5px 0}.hub-feedback-log time{width:40px;font:600 10.5px "IBM Plex Mono",monospace;color:var(--hub-red)}.hub-feedback-log span{font-size:12.5px;line-height:1.6;color:rgba(17,17,17,.68)}.hub-feedback-empty{margin:0;padding:26px 24px;font-size:13px;color:rgba(17,17,17,.45)}
.hub-feedback-later{margin-top:32px;border:1px dashed rgba(17,17,17,.25);border-radius:24px;background:#fff}.hub-feedback-later>header{display:flex;align-items:baseline;gap:12px;padding:14px 24px;border-bottom:1px solid var(--hub-line)}.hub-feedback-later>header strong{font-size:17px;font-weight:800}.hub-feedback-later>header span{margin-left:auto;font-size:11.5px;color:rgba(17,17,17,.45)}.hub-feedback-later>article{display:flex;flex-direction:column;gap:5px;padding:14px 24px;border-bottom:1px dashed var(--hub-line)}.hub-feedback-later>article[hidden]{display:none}.hub-feedback-later>article>div{display:flex;align-items:baseline;gap:14px}.hub-feedback-later code{width:52px;font:600 11px "IBM Plex Mono",monospace;color:rgba(17,17,17,.4)}.hub-feedback-later strong{font-size:14px;font-weight:600}.hub-feedback-later small{margin-left:auto;font-size:11.5px;color:rgba(17,17,17,.45)}.hub-feedback-later p{margin:0;padding-left:66px;font-size:12.5px;line-height:1.65;color:rgba(17,17,17,.55)}

/* 04 交付 */
.hub-delivery-stats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:44px;border:1.5px solid var(--hub-ink);background:#fff}.hub-delivery-stats>div{display:flex;flex-direction:column;gap:4px;padding:22px 24px;border-left:1px solid var(--hub-line)}.hub-delivery-stats strong{font:700 30px "IBM Plex Mono",monospace;letter-spacing:-.02em}.hub-delivery-stats strong small{margin-left:3px;font-size:13px;color:rgba(17,17,17,.45)}.hub-delivery-stats span{font-size:12px;color:rgba(17,17,17,.5)}.hub-delivery-progress{display:flex;align-items:center;gap:16px;margin-top:44px;padding:22px 26px;border:1px dashed rgba(17,17,17,.25);border-radius:24px;background:#fff}.hub-delivery-progress i{width:10px;height:10px;border-radius:50%;background:#b3813f}.hub-delivery-progress p{margin:0;font-size:14px;line-height:1.7;color:rgba(17,17,17,.65)}.hub-delivery-table{margin-top:32px;border:1px solid var(--hub-line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.02)}.hub-delivery-table>header{display:flex;align-items:baseline;gap:12px;padding:14px 24px;border-bottom:1px solid var(--hub-line)}.hub-delivery-table>header strong{font-size:17px;font-weight:800}.hub-delivery-table>header span{margin-left:auto;font-size:11.5px;color:rgba(17,17,17,.45)}.hub-delivery-table>div>div{display:flex;align-items:center;gap:16px;padding:15px 24px;border-bottom:1px dashed var(--hub-line);flex-wrap:wrap}.hub-delivery-table>div>div>span{display:flex;min-width:200px;flex-direction:column;gap:3px}.hub-delivery-table>div>div>span strong{font-size:14.5px}.hub-delivery-table>div>div>span small{font-size:12px;color:rgba(17,17,17,.45)}.hub-delivery-table>div>div>code{padding:6px 12px;background:var(--hub-paper);font:400 11.5px "IBM Plex Mono",monospace;color:rgba(17,17,17,.55)}.hub-delivery-table>div>div>p{display:flex;gap:8px;margin:0 0 0 auto;flex-wrap:wrap}.hub-delivery-table p button,.hub-delivery-table p a{display:inline-flex;align-items:center;padding:7px 15px;border:1px solid var(--hub-line);border-radius:999px;background:#fff;color:var(--hub-ink);font-size:12px;font-weight:600}.hub-delivery-table p .is-primary{border-color:var(--hub-ink);background:var(--hub-ink);color:#fff}.hub-delivery-table p button:disabled{color:rgba(17,17,17,.35)}.hub-delivery-groups{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:32px}.hub-delivery-groups>article{padding:24px 26px;border:1px solid var(--hub-line);border-radius:24px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.02)}.hub-delivery-groups>article>header{display:flex;align-items:baseline;gap:10px;padding-bottom:12px;border-bottom:2px solid var(--hub-ink)}.hub-delivery-groups>article>header strong{font-size:17px;font-weight:800}.hub-delivery-groups>article>header span{margin-left:auto;font:700 11.5px "IBM Plex Mono",monospace;color:var(--hub-red)}.hub-delivery-groups article>div>p{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin:0;padding:12px 0;border-bottom:1px dashed var(--hub-line)}.hub-delivery-groups p>b{padding:3px 9px;background:var(--hub-taupe);font-size:10.5px;color:rgba(17,17,17,.6)}.hub-delivery-groups p>span{overflow:hidden;font-size:13.5px;text-overflow:ellipsis;white-space:nowrap}.hub-delivery-groups p>a{font-size:12px;font-weight:700;color:var(--hub-red)}.hub-delivery-groups p>small{font-size:12px;font-weight:700;color:rgba(17,17,17,.35)}

/* 全屏阅读器 */
.hub-reader{position:fixed;inset:0;z-index:300;display:flex;flex-direction:column;background:#fff;animation:hubFadeIn .3s both}.hub-reader[hidden]{display:none}.hub-reader-bar{display:flex;align-items:center;gap:18px;flex:none;height:60px;padding:0 24px;border-bottom:1px solid var(--hub-line);background:#fff}.hub-reader-bar>button:first-child{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1.5px solid var(--hub-ink);border-radius:999px;background:#fff;font-size:13px;font-weight:600}.hub-reader-bar>button:first-child:hover{background:var(--hub-ink);color:#fff}.hub-reader-bar>div{display:flex;flex-direction:column;gap:1px}.hub-reader-bar>div strong{font-size:14px}.hub-reader-bar>div small{font-size:11px;color:rgba(17,17,17,.45)}.hub-reader-bar>span{display:inline-flex;align-items:center;gap:7px;margin-left:auto;padding:7px 14px;border-radius:999px;background:rgba(27,127,78,.1);color:var(--hub-green);font-size:12px;font-weight:600}.hub-reader-bar>span i{width:7px;height:7px;border-radius:50%;background:var(--hub-green)}.hub-reader-scroll{flex:1;overflow:auto;background:var(--hub-paper)}.hub-reader--document .hub-reader-scroll{background:#fff}.hub-document-body{width:680px;max-width:calc(100% - 48px);margin:0 auto;padding:64px 0 120px;animation:hubFadeUp .5s cubic-bezier(.16,1,.3,1) both}.hub-document-body>span,.hub-report-body>span,.hub-guide-body>span{font:700 10px "IBM Plex Mono",monospace;letter-spacing:.22em;color:var(--hub-red)}.hub-document-body>h1{margin:14px 0 10px;font-size:38px;font-weight:800;line-height:1.2}.hub-document-body>small{font-size:13px;color:rgba(17,17,17,.45)}.hub-document-intro{margin:40px 0 32px;font-size:16px;line-height:1.85;color:rgba(17,17,17,.78)}.hub-document-body>section{margin-bottom:36px}.hub-document-body h2{margin:0 0 16px;font-size:21px}.hub-document-body section>p{margin:0;font-size:16px;line-height:1.85;color:rgba(17,17,17,.78)}.hub-document-checks{display:flex;flex-direction:column}.hub-document-checks>div{display:flex;align-items:baseline;gap:12px;padding:12px 0;border-bottom:1px dashed var(--hub-line)}.hub-document-checks i{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:var(--hub-taupe);font-size:11px}.hub-document-checks i.is-done{background:var(--hub-green);color:#fff}.hub-document-checks span{font-size:15px;line-height:1.7}.hub-document-checks small{margin-left:auto;font-size:11.5px;color:rgba(17,17,17,.4)}.hub-inline-attachment{margin-top:14px;padding:7px 15px;border:1.5px solid var(--hub-ink);border-radius:999px;background:#fff;font-size:12px;font-weight:700}

/* 周报阅读态 */
.hub-report-bar>nav{display:flex;margin-left:18px;border:1.5px solid var(--hub-ink);border-radius:999px;overflow:hidden}.hub-report-bar>nav button{padding:7px 16px;border:0;background:#fff;color:rgba(17,17,17,.6);font-size:12px;font-weight:700}.hub-report-bar>nav button.is-active{background:var(--hub-ink);color:#fff}.hub-report-bar>.hub-read-receipt{margin-left:auto;padding:0;background:transparent;color:rgba(17,17,17,.5);font-size:12px;font-weight:400}.hub-report-bar>.hub-mark-read,.hub-report-bar>.hub-export-report{padding:7px 16px;border:0;border-radius:999px;background:var(--hub-ink);color:#fff;font-size:12px;font-weight:600}.hub-report-bar>.hub-export-report{border:1px solid var(--hub-line);background:#fff;color:rgba(17,17,17,.65)}.hub-report-body{width:720px;max-width:calc(100% - 48px);margin:0 auto;padding:56px 0 100px;animation:hubFadeUp .5s cubic-bezier(.16,1,.3,1) both}.hub-report-body>span{font-size:11px;letter-spacing:.18em}.hub-report-body>h1{margin:14px 0 18px;font-size:36px;font-weight:800;line-height:1.25}.hub-report-author{display:flex;align-items:center;gap:11px;padding-bottom:26px;border-bottom:2px solid var(--hub-ink)}.hub-report-author>i{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--hub-red);color:#fff;font-size:13px;font-weight:700}.hub-report-author>strong{font-size:13px}.hub-report-author>small{font:400 11px "IBM Plex Mono",monospace;color:rgba(17,17,17,.4)}.hub-report-author>time{margin-left:auto;font:400 11px "IBM Plex Mono",monospace;color:rgba(17,17,17,.45)}.hub-report-mode{margin-top:30px}.hub-report-mode[hidden]{display:none}.hub-meeting-info{border:1.5px solid var(--hub-ink);background:#fff}.hub-meeting-info>header{display:flex;align-items:center;gap:14px;padding:16px 22px;border-bottom:1px solid var(--hub-line)}.hub-meeting-info>header span,.hub-report-heading>span{font:700 10px "IBM Plex Mono",monospace;letter-spacing:.2em;color:var(--hub-red)}.hub-meeting-info>header strong{font-size:16px;font-weight:800}.hub-meeting-info>div{display:grid;grid-template-columns:56px 1fr;align-items:baseline;gap:10px 16px;padding:16px 22px}.hub-meeting-info>div>b{font:600 10.5px "IBM Plex Mono",monospace;letter-spacing:.12em;color:rgba(17,17,17,.45)}.hub-meeting-info>div>strong{font-size:13px}.hub-meeting-info>div>p{display:flex;gap:6px;margin:0;flex-wrap:wrap}.hub-meeting-info>div>p span{padding:4px 12px;background:var(--hub-taupe);font-size:12px}.hub-report-heading{display:flex;align-items:baseline;gap:10px;margin:30px 0 4px}.hub-report-heading>strong{font-size:17px}.hub-agenda-list{display:flex;flex-direction:column}.hub-agenda-list>article{padding:14px 0;border-bottom:1px dashed var(--hub-line)}.hub-agenda-list article>header{display:flex;align-items:baseline;gap:12px}.hub-agenda-list article>header>b{font:700 12px "IBM Plex Mono",monospace;color:rgba(17,17,17,.4)}.hub-agenda-list article>header>div{display:flex;min-width:0;flex-direction:column;gap:4px}.hub-agenda-list article>header strong{font-size:15.5px}.hub-agenda-list article>header small{font:400 11px "IBM Plex Mono",monospace;color:rgba(17,17,17,.5)}.hub-agenda-list article>header>button{margin-left:auto;border:0;background:transparent;color:var(--hub-red);font-size:12px;font-weight:700}.hub-agenda-list article>div{display:flex;flex-direction:column;gap:10px;margin:12px 0 2px 30px;padding:14px 18px;background:var(--hub-paper)}.hub-agenda-list article>div[hidden]{display:none}.hub-agenda-list article>div p{margin:0;font-size:13.5px;line-height:1.7;color:rgba(17,17,17,.75)}.hub-agenda-list article>div button{align-self:flex-start;padding:7px 15px;border:1.5px solid var(--hub-ink);border-radius:999px;background:#fff;font-size:12px;font-weight:700}.hub-add-topic{display:flex;flex-direction:column;gap:12px;margin-top:16px;padding:20px 22px;border:1px dashed rgba(17,17,17,.25);border-radius:24px;background:#fff}.hub-add-topic>header{display:flex;align-items:baseline;gap:10px}.hub-add-topic>header span{font:700 10px "IBM Plex Mono",monospace;letter-spacing:.2em;color:rgba(17,17,17,.42)}.hub-add-topic>header strong{font-size:14px}.hub-add-topic>header small{font-size:11.5px;color:rgba(17,17,17,.45)}.hub-add-topic>input,.hub-add-topic>textarea{width:100%;padding:10px 14px;border:1.5px solid var(--hub-line);background:#fff;font-size:13px;outline-color:var(--hub-red)}.hub-add-topic>div{display:flex;justify-content:flex-end;gap:10px}.hub-add-topic label{padding:10px 18px;border:1.5px solid var(--hub-line);font-size:12.5px;font-weight:600;color:rgba(17,17,17,.65)}.hub-add-topic label input{display:none}.hub-add-topic>div button{padding:10px 22px;border:0;border-radius:999px;background:var(--hub-ink);color:#fff;font-size:12.5px;font-weight:600}
.hub-report-minutes{border:1.5px solid var(--hub-ink);background:#fff}.hub-report-minutes>header{display:flex;align-items:baseline;gap:10px;padding:16px 26px;border-bottom:1px solid var(--hub-line)}.hub-report-minutes>header span,.hub-report-minutes>div>span{font:700 10px "IBM Plex Mono",monospace;letter-spacing:.2em;color:var(--hub-red)}.hub-report-minutes>header strong{font-size:16px}.hub-report-minutes>header time{margin-left:auto;font:400 11px "IBM Plex Mono",monospace;color:rgba(17,17,17,.45)}.hub-report-minutes>div{padding:4px 26px 24px}.hub-report-minutes>div>p{font-size:13.5px;line-height:1.7;color:rgba(17,17,17,.55)}.hub-minute-topics{margin:4px 0 22px}.hub-minute-topics>article{display:grid;grid-template-columns:150px 1fr auto;align-items:baseline;gap:12px;padding:11px 0;border-bottom:1px dashed var(--hub-line)}.hub-minute-topics strong{font-size:13.5px}.hub-minute-topics p{margin:0;font-size:13.5px;line-height:1.7;color:rgba(17,17,17,.72)}.hub-minute-topics button{padding:5px 13px;border:1px solid var(--hub-line);border-radius:999px;background:#fff;font-size:11.5px}.hub-minute-followups{margin-top:4px}.hub-minute-followups>p{display:grid;grid-template-columns:16px 110px 1fr auto auto;align-items:center;gap:12px;margin:0;padding:10px 0;border-bottom:1px dashed var(--hub-line)}.hub-minute-followups i{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:var(--hub-taupe);font-size:10px}.hub-minute-followups i.is-done{background:var(--hub-green);color:#fff}.hub-minute-followups b,.hub-minute-followups time{font:600 11px "IBM Plex Mono",monospace;color:rgba(17,17,17,.5)}.hub-minute-followups span{font-size:13.5px}.hub-minute-followups strong{font-size:11px;color:var(--hub-amber)}
.hub-weekly-card{margin-top:28px;border:1px solid var(--hub-line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.02)}.hub-weekly-card>header{display:flex;align-items:baseline;gap:12px;padding:16px 26px;border-bottom:1px solid var(--hub-line)}.hub-weekly-card>header span{font:700 10px "IBM Plex Mono",monospace;letter-spacing:.2em;color:rgba(17,17,17,.42)}.hub-weekly-card>header time{margin-left:auto;font:400 11px "IBM Plex Mono",monospace;color:rgba(17,17,17,.42)}.hub-weekly-card>div{padding:2px 26px 26px}.hub-week-section{margin-top:22px}.hub-week-section+ .hub-week-section{margin-top:36px}.hub-week-section>header{display:flex;align-items:baseline;gap:10px;margin-bottom:6px}.hub-week-section>header span{font:600 10px "IBM Plex Mono",monospace;letter-spacing:.2em;color:var(--hub-green)}.hub-week-section>header strong{font-size:17px}.hub-week-section>p{display:flex;align-items:baseline;gap:12px;margin:0;padding:12px 0;border-bottom:1px dashed var(--hub-line)}.hub-week-section.is-done>p>i{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;background:var(--hub-green);color:#fff;font-size:10.5px}.hub-week-section.is-done>p>span{font-size:15px;line-height:1.7}.hub-week-section.is-done>p>button{margin-left:auto;border:0;background:transparent;color:rgba(17,17,17,.3);font-size:11.5px}.hub-week-section.is-doing>header span{color:#b3813f}.hub-week-section.is-doing>p{align-items:center;gap:14px}.hub-week-section.is-doing>p>span{font-size:15px}.hub-week-section.is-doing progress{flex:1;height:4px;border:0;background:var(--hub-taupe)}.hub-week-section.is-doing progress::-webkit-progress-bar{background:var(--hub-taupe)}.hub-week-section.is-doing progress::-webkit-progress-value{background:#b3813f}.hub-week-section.is-doing>p>strong{font:600 12px "IBM Plex Mono",monospace;color:#b3813f}.hub-week-section.is-next>header span{color:rgba(17,17,17,.42)}.hub-week-section.is-next>p>i{font:600 11.5px "IBM Plex Mono",monospace;color:rgba(17,17,17,.4)}.hub-week-section.is-next>p>span{font-size:15px}.hub-week-needs{margin-top:36px;padding:22px 24px;border:1.5px solid var(--hub-red);background:rgba(239,57,34,.03)}.hub-week-needs>header{display:flex;align-items:baseline;gap:10px}.hub-week-needs>header span{font:600 10px "IBM Plex Mono",monospace;letter-spacing:.2em;color:var(--hub-red)}.hub-week-needs>header strong{font-size:17px}.hub-week-needs>p{display:flex;align-items:center;gap:8px;margin:0;padding:13px 0;border-bottom:1px dashed rgba(239,57,34,.25)}.hub-week-needs>p>span{display:flex;flex:1;flex-direction:column;gap:2px}.hub-week-needs>p>span strong{font-size:14.5px}.hub-week-needs>p>span small{font:400 11px "IBM Plex Mono",monospace;color:rgba(17,17,17,.45)}.hub-week-needs>p>button{padding:7px 16px;border:0;border-radius:999px;background:var(--hub-ink);color:#fff;font-size:12px}.hub-week-needs>p>button:last-child{border:1px solid var(--hub-line);background:#fff;color:rgba(17,17,17,.6)}.hub-report-comment{display:flex;flex-direction:column;gap:12px;margin-top:32px;padding:20px 22px;border:1px solid var(--hub-line);border-radius:24px;background:#fff}.hub-report-comment>strong{font-size:14px}.hub-report-comment>div{display:flex;gap:10px}.hub-report-comment input{flex:1;padding:11px 15px;border:1.5px solid var(--hub-line);font-size:13px}.hub-report-comment button{padding:11px 24px;border:0;border-radius:999px;background:var(--hub-ink);color:#fff;font-size:13px}.hub-report-comment>small{font-size:11.5px;color:rgba(17,17,17,.45)}.hub-report-pagination{display:flex;align-items:center;gap:12px;margin-top:36px}.hub-report-pagination span{flex:1}.hub-report-pagination button{padding:10px 18px;border:1px solid var(--hub-line);border-radius:24px;background:#fff;font-size:12.5px;font-weight:600;color:rgba(17,17,17,.7)}

/* UAT */
.hub-guide-body{width:760px;max-width:calc(100% - 48px);margin:0 auto;padding:56px 0 100px}.hub-guide-body>span{font-size:11px;letter-spacing:.18em}.hub-guide-body>h1{margin:14px 0 12px;font-size:34px;font-weight:800;line-height:1.25}.hub-guide-body>p{max-width:640px;margin:0 0 36px;font-size:15px;line-height:1.85;color:rgba(17,17,17,.65)}.hub-guide-body>div{display:flex;flex-direction:column;gap:18px}.hub-guide-body>div>section{border:1px solid var(--hub-line);border-radius:24px;overflow:hidden;background:#fff}.hub-guide-body section>header{display:flex;align-items:baseline;gap:12px;padding:14px 22px;border-bottom:1px solid var(--hub-line)}.hub-guide-body section>header b{font:700 12px "IBM Plex Mono",monospace;color:var(--hub-red)}.hub-guide-body section.is-amber>header b{color:var(--hub-amber)}.hub-guide-body section.is-blue>header b{color:#2f4470}.hub-guide-body section>header strong{font-size:17px;font-weight:800}.hub-guide-body section>header small{margin-left:auto;font-size:11.5px;color:rgba(17,17,17,.45)}.hub-guide-body section>div{display:flex;flex-direction:column;gap:16px;padding:18px 22px}.hub-guide-body section>div>p{display:flex;align-items:center;gap:8px;margin:0;flex-wrap:wrap}.hub-guide-body section>div>p span{padding:7px 14px;border:1px solid var(--hub-line);background:var(--hub-paper);font-size:12.5px}.hub-guide-body section>div>p i{font:400 11px "IBM Plex Mono",monospace;color:var(--hub-red)}.hub-guide-body section>div>p b{font-size:12px;color:var(--hub-green)}.hub-guide-body section aside{padding-top:12px;border-top:1px dashed var(--hub-line)}.hub-guide-body section aside>span{font:600 10px "IBM Plex Mono",monospace;letter-spacing:.18em;color:rgba(17,17,17,.42)}.hub-guide-body section ul{display:flex;flex-direction:column;gap:5px;margin:8px 0 0;padding-left:18px}.hub-guide-body section li{font-size:13px;line-height:1.65;color:rgba(17,17,17,.68)}.hub-guide-body>footer{display:flex;align-items:center;gap:14px;margin-top:28px;padding:16px 20px;border:1.5px solid var(--hub-red);background:rgba(239,57,34,.03)}.hub-guide-body>footer span{font-size:13.5px;line-height:1.65;color:rgba(17,17,17,.75)}.hub-guide-body>footer button{margin-left:auto;padding:9px 20px;border:0;border-radius:999px;background:var(--hub-red);color:#fff;font-size:12.5px;font-weight:700}

/* QR 与附件 */
.hub-dialog{position:fixed;inset:0;z-index:360;display:flex;align-items:center;justify-content:center;background:rgba(17,17,17,.45);animation:hubFadeIn .2s both}.hub-dialog[hidden]{display:none}.hub-dialog>div{display:flex;flex-direction:column;align-items:center;gap:16px;padding:34px 40px 30px;border:1.5px solid var(--hub-ink);background:#fff;animation:hubFadeUp .25s cubic-bezier(.16,1,.3,1) both}.hub-dialog strong{font-size:17px}.hub-dialog figure{display:flex;align-items:center;justify-content:center;width:200px;height:200px;margin:0;border:1px solid var(--hub-line);background:var(--hub-paper)}.hub-dialog figure picture,.hub-dialog figure img{display:block;width:100%;height:100%;object-fit:contain}.hub-dialog>div>span{font-size:12px;color:rgba(17,17,17,.5)}.hub-dialog button{padding:8px 26px;border:1.5px solid var(--hub-ink);border-radius:999px;background:#fff;font-size:12.5px;font-weight:700}.hub-dialog button:hover{background:var(--hub-ink);color:#fff}.hub-reader--attachment .hub-reader-bar>a{margin-left:auto;padding:7px 15px;border:1.5px solid var(--hub-ink);border-radius:999px;color:var(--hub-ink);font-size:12px;font-weight:700}.hub-attachment-body{flex:1;padding:24px;background:#efece7}.hub-attachment-body object{width:100%;height:100%;border:1px solid var(--hub-line);border-radius:24px;background:#fff}

/* 响应式：仅折叠布局，不改变桌面设计层级。 */
@media(max-width:960px){body.single-hub{overflow:auto}.hub-workspace{display:block}.hub-mobile-bar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 18px;border-bottom:1px solid var(--hub-line);background:#fff}.hub-mobile-bar>div{display:flex;flex-direction:column}.hub-mobile-brand .hub-brand-logo{display:block;width:78px;height:auto;filter:invert(1)}.hub-mobile-bar>button{display:flex;flex-direction:column;gap:5px;padding:8px;border:0;background:transparent}.hub-mobile-bar>button span{width:22px;height:2px;background:var(--hub-ink)}.hub-sidebar{position:fixed;top:0;bottom:0;left:0;z-index:80;width:320px;height:100vh;transform:translateX(-100%);transition:transform .25s cubic-bezier(.16,1,.3,1)}.hub-sidebar.is-open{transform:none}.hub-workspace-main{height:auto;min-height:calc(100vh - 60px);overflow:visible}.hub-screen{width:calc(100% - 32px);padding:40px 0 72px}.hub-overview-hero h1{font-size:clamp(40px,10vw,58px)}.hub-overview-goal,.hub-overview-progress,.hub-entry-grid,.hub-meetings-shell,.hub-delivery-groups{grid-template-columns:1fr}.hub-progress-side,.hub-meetings-index{border-right:0;border-bottom:1px solid var(--hub-line)}.hub-library-row{grid-template-columns:58px minmax(0,1fr) auto}.hub-library-row>small{grid-column:2}.hub-library-row>span{grid-column:3;grid-row:1 / span 2}.hub-feedback-stats{grid-template-columns:1fr 1fr}.hub-feedback-list>article>button{grid-template-columns:52px 64px minmax(0,1fr) 48px}.hub-feedback-list>article>button>i{grid-column:3}.hub-feedback-list>article>button>em{grid-column:4;grid-row:1 / span 2}.hub-delivery-table>div>div>code{width:100%;overflow:hidden;text-overflow:ellipsis}.hub-report-bar>div small,.hub-report-bar>.hub-read-receipt,.hub-report-bar>.hub-export-report{display:none}.hub-reader-bar{padding:0 12px}.hub-report-bar>nav{margin-left:auto}.hub-report-body,.hub-document-body,.hub-guide-body{max-width:calc(100% - 28px)}body.admin-bar .hub-sidebar,body.admin-bar .hub-reader,body.admin-bar .hub-dialog{top:46px;height:calc(100vh - 46px)}}
@media(max-width:640px){.hub-lock-card{width:calc(100% - 28px);padding:38px 18px}.hub-lock-card h1{font-size:32px}.hub-lock-card .post-password-form{width:100%;flex-direction:column}.hub-lock-card .post-password-form input[type=password]{width:100%}.hub-overview-goal>article:first-child header small{width:100%;margin:0}.hub-overview-goal>article:first-child p{font-size:19px}.hub-overview-progress{margin-top:32px}.hub-entry-grid{margin-top:32px}.hub-meetings-content{padding:24px 18px}.hub-meeting-week>div{grid-template-columns:1fr}.hub-meeting-todos p>small{width:100%;margin-left:0}.hub-library-stack>article{padding:20px 16px 12px}.hub-library-stack>article>header span{display:none}.hub-feedback-phase{align-items:flex-start;flex-wrap:wrap}.hub-feedback-phase>button:last-child{width:100%;margin-left:0}.hub-feedback-track>header>div{width:100%;margin-left:0}.hub-feedback-stats{grid-template-columns:1fr}.hub-feedback-list>article>button{grid-template-columns:46px 1fr 44px;gap:8px}.hub-feedback-list>article>button>b{grid-column:1}.hub-feedback-list>article>button>span{grid-column:2}.hub-feedback-list>article>button>i{grid-column:2}.hub-feedback-list>article>button>em{grid-column:3;grid-row:1 / span 2}.hub-feedback-later>header span{display:none}.hub-feedback-later>article>div{flex-wrap:wrap}.hub-feedback-later small{width:100%;margin-left:66px}.hub-delivery-stats{grid-template-columns:1fr 1fr}.hub-delivery-table>header span{display:none}.hub-delivery-table>div>div>p{width:100%;margin-left:0}.hub-report-bar>div,.hub-report-bar>.hub-mark-read{display:none}.hub-report-bar>nav{margin-left:auto}.hub-report-body>h1{font-size:28px}.hub-report-author>small,.hub-report-author>time{display:none}.hub-minute-topics>article{grid-template-columns:1fr}.hub-minute-followups>p{grid-template-columns:16px 1fr auto}.hub-minute-followups>p>span{grid-column:2 / 4}.hub-minute-followups>p>time{grid-column:2}.hub-report-comment>div{flex-direction:column}.hub-guide-body section>header small{display:none}.hub-guide-body>footer{align-items:flex-start;flex-direction:column}.hub-guide-body>footer button{margin-left:0}.hub-reader-bar>span{display:none}}
