/* 工作台 · 日/周/月总结 · 双机模拟 */
.workbench-simulator-wrap .phone-shell::after { content: attr(data-role-label); }

.workbench-simulator-wrap .wb-page {
    display: flex; flex-direction: column; height: 100%; background: #f5f6fa;
}
.workbench-simulator-wrap .wb-page .custom-navbar {
    background: #fff; position: sticky; top: 0; z-index: 10;
    padding: 34px 12px 10px; border-bottom: 1px solid #f0f0f0;
}
.workbench-simulator-wrap .wb-page .navbar-content {
    display: flex; align-items: center; justify-content: space-between;
    position: relative; min-height: 28px;
}
.workbench-simulator-wrap .wb-page .navbar-left,
.workbench-simulator-wrap .wb-page .navbar-right { width: 48px; flex-shrink: 0; }
.workbench-simulator-wrap .wb-page .navbar-title {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    display: inline-flex; align-items: baseline; justify-content: center;
    max-width: calc(100% - 96px); white-space: nowrap;
}
.workbench-simulator-wrap .wb-page .navbar-title .navbar-title-main {
    font-size: 0.78rem; font-weight: 600; color: #333;
}
.workbench-simulator-wrap .wb-page .navbar-title .navbar-title-side {
    font-size: 0.58rem; font-weight: 400; color: #999; margin-left: 3px;
}
.workbench-simulator-wrap .wb-page .back-text { font-size: 0.65rem; color: #666; }

.workbench-simulator-wrap .wb-scroll {
    flex: 1; overflow-y: auto; padding-bottom: 12px;
}

.workbench-simulator-wrap .wb-top-nav {
    margin: 8px 10px 6px; padding: 8px 10px 10px;
    background: linear-gradient(180deg, #fff 0%, #fbf9ff 100%);
    border: 1px solid rgba(255,125,0,0.12); border-radius: 12px;
}
.workbench-simulator-wrap .wb-mode-tabs {
    display: flex; gap: 6px; padding: 2px; margin-bottom: 8px;
    background: rgba(255,125,0,0.06); border-radius: 999px;
}
.workbench-simulator-wrap .wb-mode-tab {
    flex: 1; text-align: center; padding: 5px 0; border-radius: 999px;
    font-size: 0.62rem; color: #5f6470; cursor: pointer;
}
.workbench-simulator-wrap .wb-mode-tab.active {
    background: #fff; color: #1a1a2e; font-weight: 700;
    box-shadow: 0 4px 12px rgba(255,125,0,0.12);
}
.workbench-simulator-wrap .wb-period-nav {
    display: flex; align-items: center; justify-content: space-between; gap: 4px;
}
.workbench-simulator-wrap .wb-period-arrow {
    font-size: 0.58rem; color: #888; display: flex; align-items: center; gap: 2px;
}
.workbench-simulator-wrap .wb-period-arrow.disabled { opacity: 0.35; pointer-events: none; }
.workbench-simulator-wrap .wb-period-label {
    font-size: 0.68rem; font-weight: 700; color: #333; text-align: center;
}
.workbench-simulator-wrap .wb-period-tag { font-size: 0.58rem; color: #FF7D00; font-weight: 600; }

.workbench-simulator-wrap .wb-card {
    margin: 0 10px 8px; padding: 10px 12px; background: #fff;
    border-radius: 12px; box-shadow: 0 2px 10px rgba(15,23,42,0.04);
}
.workbench-simulator-wrap .wb-progress-row {
    display: flex; align-items: stretch; border-radius: 10px; overflow: hidden;
    background: rgba(255, 125, 0, 0.06); border: none;
}
.workbench-simulator-wrap .wb-progress-stat {
    flex: 1; display: flex; flex-direction: row; align-items: center;
    justify-content: center; gap: 4px; padding: 8px 6px; cursor: pointer;
    background: transparent;
}
.workbench-simulator-wrap .wb-progress-stat.completed .wb-progress-num { color: #22c55e; }
.workbench-simulator-wrap .wb-progress-stat.pending .wb-progress-num { color: #FF7D00; }
.workbench-simulator-wrap .wb-progress-num {
    display: inline; font-size: 0.72rem; font-weight: 700; line-height: 1; color: #FF7D00;
}
.workbench-simulator-wrap .wb-progress-label {
    display: inline; font-size: 0.58rem; color: #666; margin: 0;
}
.workbench-simulator-wrap .wb-progress-divider {
    width: 1px; background: rgba(255, 125, 0, 0.15); margin: 6px 0;
}

.workbench-simulator-wrap .wb-banner {
    margin: 0 10px 8px; padding: 8px 10px; border-radius: 10px;
    background: #fffbeb; border: 1px solid #fde68a; font-size: 0.6rem;
    color: #92400e; line-height: 1.45;
}

.workbench-simulator-wrap .wb-panel-head {
    display: flex; align-items: flex-start; justify-content: space-between; gap: 8px;
    margin-bottom: 8px;
}
.workbench-simulator-wrap .wb-panel-title { font-size: 0.72rem; font-weight: 800; color: #1a1a2e; }
.workbench-simulator-wrap .wb-panel-desc { display: block; font-size: 0.55rem; color: #888; margin-top: 2px; line-height: 1.4; }
.workbench-simulator-wrap .wb-gen-btn {
    flex-shrink: 0; padding: 4px 10px; border: none; border-radius: 8px;
    background: linear-gradient(135deg, #FF7D00, #c2410c); color: #fff;
    font-size: 0.58rem; font-weight: 700; cursor: pointer;
}
.workbench-simulator-wrap .wb-gen-btn:disabled,
.workbench-simulator-wrap .wb-gen-btn.loading {
    opacity: 0.55; cursor: not-allowed;
}
.workbench-simulator-wrap .wb-inline-btn {
    flex-shrink: 0; min-width: 44px; height: 22px; line-height: 20px;
    padding: 0 8px; border: 1.5px solid #FF7D00; border-radius: 999px;
    background: #fff; color: #FF7D00; font-size: 0.58rem; font-weight: 600; cursor: pointer;
}
.workbench-simulator-wrap .wb-panel-actions {
    display: flex; align-items: center; justify-content: flex-end; gap: 4px; flex-shrink: 0;
}
.workbench-simulator-wrap .wb-save-btn {
    flex-shrink: 0; max-width: 100%; height: 22px; line-height: 20px;
    padding: 0 8px; border: 1.5px solid #FF7D00; border-radius: 999px;
    background: #fff; color: #FF7D00; font-size: 0.54rem; font-weight: 600; cursor: pointer;
    white-space: nowrap;
}
.workbench-simulator-wrap .wb-save-btn.saving {
    opacity: 0.65; cursor: wait;
}

.workbench-simulator-wrap .wb-summary-box {
    padding: 8px 10px; border-radius: 10px; background: #fafafa; border: 1px solid #f0f0f0;
    font-size: 0.6rem; color: #444; line-height: 1.55;
}
.workbench-simulator-wrap .wb-summary-box.is-muted { color: #999; font-style: italic; }
.workbench-simulator-wrap .wb-summary-field {
    margin-bottom: 6px; padding: 6px 8px; border-radius: 8px;
    background: #f8f9fb; border: 1px solid #eef0f4;
}
.workbench-simulator-wrap .wb-summary-field:last-child { margin-bottom: 0; }
.workbench-simulator-wrap .wb-summary-label {
    display: block; font-size: 0.58rem; font-weight: 700; color: #c2410c; margin-bottom: 4px;
}
.workbench-simulator-wrap .wb-summary-value { font-size: 0.58rem; color: #444; }
.workbench-simulator-wrap .wb-summary-line {
    display: flex; align-items: flex-start; gap: 4px; margin-top: 3px;
}
.workbench-simulator-wrap .wb-summary-line:first-child { margin-top: 0; }
.workbench-simulator-wrap .wb-summary-bullet { flex-shrink: 0; color: #b0b4bc; line-height: 1.45; }
.workbench-simulator-wrap .wb-summary-line-text { flex: 1; line-height: 1.45; word-break: break-word; }

.workbench-simulator-wrap .wb-block-label {
    font-size: 0.62rem; font-weight: 700; color: #333; margin: 10px 0 6px;
}
.workbench-simulator-wrap .wb-block-head {
    display: flex; align-items: center; justify-content: space-between; margin: 10px 0 6px;
}
.workbench-simulator-wrap .wb-supplement-photo-block {
    margin-top: 8px;
}
.workbench-simulator-wrap .wb-supplement-photo-head {
    margin: 0 0 6px;
}
.workbench-simulator-wrap .wb-review-photo-block {
    margin-top: 8px;
}
.workbench-simulator-wrap .wb-supplement-photo-head .wb-block-label {
    margin: 0;
}
.workbench-simulator-wrap .wb-textarea {
    width: 100%; min-height: 72px; border: 1px solid #e8e8e8; border-radius: 8px;
    padding: 8px 10px; font-size: 0.62rem; resize: none; box-sizing: border-box; color: #333;
    background: #fff;
}
.workbench-simulator-wrap .wb-textarea.is-disabled { background: #f5f5f5; color: #aaa; }

.workbench-simulator-wrap .wb-photo-grid { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.workbench-simulator-wrap .wb-photo-add {
    width: 52px; height: 52px; border-radius: 8px; border: 1.5px dashed #c4b5fd;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    background: #fff7ed; color: #c2410c; font-size: 0.52rem; cursor: pointer;
}
.workbench-simulator-wrap .wb-photo-add .plus { font-size: 0.95rem; line-height: 1; }

.workbench-simulator-wrap .wb-source-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
}
.workbench-simulator-wrap .wb-source-grid-month {
    grid-template-columns: repeat(4, 1fr); gap: 4px;
}
.workbench-simulator-wrap .wb-source-grid-month .wb-source-btn {
    padding: 8px 4px;
}
.workbench-simulator-wrap .wb-source-grid-month .wb-source-date {
    font-size: 0.52rem;
}
.workbench-simulator-wrap .wb-source-btn {
    padding: 8px 4px; border-radius: 8px; border: 1px solid #fed7aa;
    background: #fff7ed; text-align: center; font-size: 0.55rem; color: #555;
}
.workbench-simulator-wrap .wb-source-btn.done { border-color: #bbf7d0; background: #f0fdf4; color: #166534; }
.workbench-simulator-wrap .wb-source-btn.empty { opacity: 0.45; }

.workbench-simulator-wrap .wb-notify-alert {
    position: absolute; inset: 0; z-index: 200;
    display: none; align-items: center; justify-content: center;
    padding: 14px; background: rgba(0,0,0,0.52);
}
.workbench-simulator-wrap .wb-notify-alert.show { display: flex; }
.workbench-simulator-wrap .wb-notify-inner {
    width: 100%; max-width: 92%; background: #fff;
    border-radius: 12px; overflow: hidden;
    box-shadow: 0 12px 36px rgba(0,0,0,0.2);
    animation: wbDialogIn 0.28s ease;
}
.workbench-simulator-wrap .wb-notify-inner.alert-content { max-width: 92%; }
.workbench-simulator-wrap .alert-header {
    padding: 10px 12px 0; text-align: center;
}
.workbench-simulator-wrap .alert-title {
    font-size: 0.64rem; font-weight: 700; color: #333; line-height: 1.35;
}
.workbench-simulator-wrap .alert-body {
    padding: 6px 12px 10px; text-align: center;
}
.workbench-simulator-wrap .alert-message {
    display: block; font-size: 0.56rem; color: #444; line-height: 1.55;
    word-break: break-word;
}
.workbench-simulator-wrap .alert-footer {
    display: flex; border-top: 1px solid #f0f0f0;
}
.workbench-simulator-wrap .alert-btn {
    flex: 1; padding: 9px 6px; text-align: center;
    font-size: 0.58rem; font-weight: 600; cursor: pointer; box-sizing: border-box;
}
.workbench-simulator-wrap .alert-btn-secondary {
    color: #888; border-right: 1px solid #f0f0f0; background: #fff;
}
.workbench-simulator-wrap .alert-btn-primary {
    color: #FF7D00; font-weight: 700; background: #fff;
}
.workbench-simulator-wrap .wb-notify-title {
    font-size: 0.68rem; font-weight: 800; color: #1a1a2e;
    padding: 10px 12px 0;
}
.workbench-simulator-wrap .wb-notify-body {
    font-size: 0.6rem; color: #555; margin: 0;
    padding: 6px 12px 10px; line-height: 1.5;
}
.workbench-simulator-wrap .wb-notify-actions {
    display: flex; gap: 0; border-top: 1px solid #f0f0f0;
}
.workbench-simulator-wrap .wb-notify-btn {
    flex: 1; padding: 8px 0; border: none; border-radius: 0;
    font-size: 0.62rem; font-weight: 700; cursor: pointer; background: #fff;
}
.workbench-simulator-wrap .wb-notify-btn.primary { color: #FF7D00; }
.workbench-simulator-wrap .wb-notify-btn.ghost { color: #888; border-right: 1px solid #f0f0f0; }

.workbench-simulator-wrap .sim-hint-ring {
    position: absolute; border: 2px solid #FF7D00; border-radius: 10px;
    pointer-events: none; z-index: 300; box-shadow: 0 0 0 4px rgba(255,125,0,0.2);
    display: none;
}
.workbench-simulator-wrap .sim-hint-ring.show { display: block; }

.workbench-simulator-wrap .wb-progress-stat.pending.zero { background: transparent; }
.workbench-simulator-wrap .wb-progress-stat.pending.zero .wb-progress-num { color: #22c55e; }
.workbench-simulator-wrap .wb-wait-hint {
    margin: 0 10px 8px; padding: 8px 10px; border-radius: 10px;
    background: #fffbeb; border: 1px solid #fde68a; font-size: 0.58rem;
    color: #92400e; line-height: 1.45;
}
.workbench-simulator-wrap .wb-source-card .wb-section-desc {
    margin-bottom: 6px;
}
.workbench-simulator-wrap .wb-day-waiting .wb-ai-card {
    display: none;
}
.workbench-simulator-wrap .wb-wait-hint.is-pulsing {
    animation: wbWaitPulse 1.2s ease-in-out infinite;
}
@keyframes wbWaitPulse {
    0%, 100% { border-color: #fde68a; background: #fffbeb; }
    50% { border-color: #f59e0b; background: #fef3c7; }
}

.workbench-simulator-wrap .wb-progress-stat .wb-stat-arrow {
    font-size: 0.62rem; color: #bbb; line-height: 1; margin-left: 1px;
}

.workbench-simulator-wrap .wb-task-modal {
    position: absolute; inset: 0; z-index: 250;
    background: rgba(0,0,0,0.55); display: none;
    align-items: center; justify-content: center;
    padding: 10px 8px;
}
.workbench-simulator-wrap .wb-task-sheet {
    width: 100%; max-width: 100%; max-height: 82%; min-height: 68%;
    background: #fff; border-radius: 14px; display: flex; flex-direction: column;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0,0,0,0.22);
    animation: wbDialogIn 0.28s ease;
}
@keyframes wbDialogIn {
    from { transform: scale(0.92); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.workbench-simulator-wrap .wb-task-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 14px; border-bottom: 1px solid #f0f0f0; flex-shrink: 0;
}
.workbench-simulator-wrap .wb-task-title { font-size: 0.82rem; font-weight: 700; color: #FF7D00; }
.workbench-simulator-wrap .wb-task-close { font-size: 1.1rem; color: #999; line-height: 1; }
.workbench-simulator-wrap .wb-task-body {
    flex: 1; overflow-y: auto; padding: 2px 0; min-height: 0;
    scroll-behavior: smooth;
}
.workbench-simulator-wrap .wb-task-item {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 14px; border-bottom: 1px solid #f5f5f5;
}
.workbench-simulator-wrap .wb-task-main { flex: 1; min-width: 0; padding-right: 8px; }
.workbench-simulator-wrap .wb-task-name { display: block; font-size: 0.68rem; font-weight: 600; color: #333; }
.workbench-simulator-wrap .wb-task-time { display: block; font-size: 0.58rem; color: #999; margin-top: 3px; }
.workbench-simulator-wrap .wb-task-status {
    flex-shrink: 0; font-size: 0.56rem; font-weight: 700; padding: 4px 8px; border-radius: 999px;
}
.workbench-simulator-wrap .wb-task-status.done {
    background: rgba(34, 197, 94, 0.12); color: #16a34a;
}
.workbench-simulator-wrap .wb-task-foot {
    padding: 10px 14px 14px; border-top: 1px solid #f0f0f0; flex-shrink: 0;
    font-size: 0.64rem; color: #FF7D00; text-align: center; font-weight: 600;
}

.workbench-simulator-wrap .wb-supplement-readonly {
    padding: 8px 10px; border-radius: 8px; background: #fafafa;
    border: 1px solid #f0f0f0; font-size: 0.58rem; color: #444; line-height: 1.6;
    white-space: pre-wrap;
}
.workbench-simulator-wrap .wb-review-done {
    padding: 8px 10px; border-radius: 10px; background: #fafafa;
    border: 1px solid #f0f0f0; font-size: 0.58rem; color: #444; line-height: 1.6;
    white-space: pre-wrap;
}
.workbench-simulator-wrap .wb-section-desc {
    font-size: 0.55rem; color: #888; margin-bottom: 8px; line-height: 1.4;
}
.workbench-simulator-wrap .wb-progress-card { padding-top: 8px; }
.workbench-simulator-wrap .wb-summary-box.has-fields {
    border-left: 3px solid #fde68a; background: #fffef5;
}
.workbench-simulator-wrap .wb-report-panel-body {
    margin-top: 4px; padding: 4px; border-radius: 6px;
    background: #faf8f5; border: 1px solid #ebe4d8;
}
.workbench-simulator-wrap .wb-content-block {
    padding: 4px 5px 5px; margin-bottom: 3px; border-radius: 4px; background: #fff;
}
.workbench-simulator-wrap .wb-content-block:last-child { margin-bottom: 0; }
.workbench-simulator-wrap .wb-content-block-ai { border-left: 2px solid #ff9500; }
.workbench-simulator-wrap .wb-content-block-supplement { border-left: 2px solid #FF7D00; }
.workbench-simulator-wrap .wb-content-block-label {
    display: block; margin-bottom: 3px; font-size: 0.55rem; color: #888; line-height: 1.3;
}
.workbench-simulator-wrap .wb-period-supplement-text {
    display: block; color: #555; font-size: 0.58rem; line-height: 1.4;
    white-space: pre-wrap; word-break: break-word;
}
.workbench-simulator-wrap .wb-report-empty-hint {
    display: block; color: #999; font-size: 0.58rem; line-height: 1.4;
}
.workbench-simulator-wrap .wb-content-block-ai .wb-summary-box.has-fields {
    border: none; background: transparent; padding: 0;
}
.workbench-simulator-wrap .wb-supplement-photo-block { margin-top: 5px; }
.workbench-simulator-wrap .wb-readonly-photo-grid { margin-top: 0; }
.workbench-simulator-wrap .wb-detail-list { margin-top: 8px; display: flex; flex-direction: column; gap: 6px; }
.workbench-simulator-wrap .wb-report-card {
    padding: 8px 10px; border-radius: 8px; background: #fff;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
}
.workbench-simulator-wrap .wb-report-card-header {
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.workbench-simulator-wrap .wb-report-card-header-main { flex: 1; min-width: 0; }
.workbench-simulator-wrap .wb-report-card-title {
    font-size: 0.62rem; font-weight: 600; color: #333; line-height: 1.35;
}
.workbench-simulator-wrap .wb-report-card-sub {
    margin-top: 2px; font-size: 0.52rem; color: #888; line-height: 1.35;
}
.workbench-simulator-wrap .wb-report-card-toggle {
    flex-shrink: 0; font-size: 0.55rem; color: #FF7D00; white-space: nowrap;
}
.workbench-simulator-wrap .wb-photo-item {
    width: 52px; height: 52px; border-radius: 8px; object-fit: cover;
    background: #f5f5f5; flex-shrink: 0;
}
.workbench-simulator-wrap .wb-source-grid-week {
    grid-template-columns: repeat(7, 1fr); gap: 4px;
}
.workbench-simulator-wrap .wb-source-date { display: block; font-size: 0.5rem; color: #555; }
.workbench-simulator-wrap .wb-source-status {
    display: block; font-size: 0.48rem; color: #166534; margin-top: 3px; font-weight: 600;
}
.workbench-simulator-wrap .wb-task-hint {
    display: block; font-size: 0.54rem; color: #FF7D00; margin-top: 4px;
}
.workbench-simulator-wrap .phone-shell .uc-sim-toast {
    position: absolute; left: 50%; bottom: 72px; transform: translateX(-50%) translateY(8px);
    z-index: 320; padding: 6px 12px; border-radius: 999px; background: rgba(30,30,30,0.88);
    color: #fff; font-size: 0.58rem; font-weight: 600; white-space: nowrap;
    opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s;
}
.workbench-simulator-wrap .phone-shell .uc-sim-toast.show {
    opacity: 1; transform: translateX(-50%) translateY(0);
}
.help-notify-table {
    width: 100%; border-collapse: collapse; font-size: 0.88rem; margin: 1rem 0;
}
.help-notify-table th, .help-notify-table td {
    border: 1px solid #eee; padding: 0.55rem 0.75rem; text-align: left; vertical-align: top;
}
.help-notify-table th { background: #f8f9fc; font-weight: 700; color: #333; }
.help-notify-table td { color: #444; line-height: 1.55; }

/* 操作说明：对齐 09 合作推广与服务费 */
.workbench-simulator-wrap .sim-guide-sticky {
    flex: 0 0 220px;
    min-width: 188px;
    max-width: 252px;
    padding: 0.15rem 0.1rem 0.25rem 0;
}
.workbench-simulator-wrap .sim-guide-sticky h3 {
    font-size: 0.86rem;
    font-weight: 700;
    margin: 0 0 0.45rem;
    color: #1a1a2e;
    letter-spacing: 0.01em;
}
.workbench-simulator-wrap .sim-guide-sticky .guide-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 0.6rem;
}
.workbench-simulator-wrap .sim-guide-sticky .guide-steps li {
    padding: 0.32rem 0.48rem 0.32rem 0.52rem;
    margin-bottom: 0.18rem;
    border-radius: 6px;
    font-size: 0.71rem;
    color: #5c6370;
    line-height: 1.42;
    font-weight: 450;
}
.workbench-simulator-wrap .sim-guide-sticky .guide-steps li.active-step {
    background: rgba(255, 125, 0, 0.08);
    color: #c2410c;
    font-weight: 600;
    box-shadow: inset 2px 0 0 #FF7D00;
}

/* 点击模拟：对齐 09 合作推广与服务费 */
.workbench-simulator-wrap .phone-shell .sim-pointer,
.workbench-simulator-wrap .phone-shell .sim-tap-label {
    z-index: 350;
}
.workbench-simulator-wrap .workbench-hub-card.highlight-ring,
.workbench-simulator-wrap .works-button.highlight-ring,
.workbench-simulator-wrap .wb-mode-tab.highlight-ring,
.workbench-simulator-wrap .wb-inline-btn.highlight-ring,
.workbench-simulator-wrap .wb-textarea.highlight-ring,
.workbench-simulator-wrap .wb-photo-add.highlight-ring,
.workbench-simulator-wrap .wb-notify-alert.highlight-ring,
.workbench-simulator-wrap .alert-btn.highlight-ring,
.workbench-simulator-wrap .back-text.highlight-ring,
.workbench-simulator-wrap .wb-records-entry-action.highlight-ring,
.workbench-simulator-wrap .wb-records-entry-card.highlight-ring,
.workbench-simulator-wrap .wb-planhub-plan-card.highlight-ring {
    outline: 2px solid rgba(255, 125, 0, 0.85);
    outline-offset: 2px;
    border-radius: 8px;
}

/* 用户页 */
.workbench-simulator-wrap .phone-screen .uc-sim-page {
    position: absolute; inset: 0; z-index: 5;
    display: flex; flex-direction: column; background: #f5f5f5;
}
.workbench-simulator-wrap .phone-screen .uc-sim-page .main_content {
    flex: 1; overflow-y: auto; padding-bottom: 52px;
}

/* 时钟 / 日历特效 */
.workbench-simulator-wrap .wb-fx-overlay {
    position: absolute; inset: 0; z-index: 260;
    display: flex; align-items: center; justify-content: center;
    background: rgba(15, 23, 42, 0.55); padding: 16px;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity 0.2s ease;
}
.workbench-simulator-wrap .wb-fx-overlay.show {
    opacity: 1; visibility: visible; pointer-events: auto;
}
.workbench-simulator-wrap .wb-fx-overlay.wb-fx-hiding {
    opacity: 0; pointer-events: none;
}
.workbench-simulator-wrap .wb-fx-clock-wrap,
.workbench-simulator-wrap .wb-fx-week-cal {
    width: 100%;
}
.workbench-simulator-wrap .wb-fx-week-cal {
    display: none;
}
.workbench-simulator-wrap .wb-fx-overlay.is-cal-view .wb-fx-clock-wrap {
    display: none;
}
.workbench-simulator-wrap .wb-fx-overlay.is-cal-view .wb-fx-week-cal {
    display: block;
}
.workbench-simulator-wrap .wb-fx-panel {
    width: 100%; max-width: 92%; min-height: 168px;
    background: #fff; border-radius: 16px;
    padding: 16px 14px 18px; box-shadow: 0 14px 40px rgba(0,0,0,0.22);
    animation: wbDialogIn 0.28s ease;
}
.workbench-simulator-wrap .wb-fx-panel.wb-fx-settled { animation: none; }
.workbench-simulator-wrap .wb-fx-caption {
    text-align: center; font-size: 0.62rem; font-weight: 600; color: #555;
    margin-bottom: 12px; line-height: 1.45; min-height: 2.8em;
}
.workbench-simulator-wrap .wb-analog-clock { display: flex; justify-content: center; margin: 4px 0 10px; }
.workbench-simulator-wrap .wb-clock-face {
    position: relative; width: 88px; height: 88px; border-radius: 50%;
    border: 3px solid #fed7aa; background: linear-gradient(180deg, #fdfbff 0%, #f5f3ff 100%);
    box-shadow: inset 0 0 0 4px #fff;
}
.workbench-simulator-wrap .wb-clock-hand {
    position: absolute; left: 50%; bottom: 50%; transform-origin: bottom center;
    border-radius: 999px; transition: transform 0.08s linear;
}
/* 模拟旋转时禁用过渡，避免 58→00 分针回绕闪烁 */
.workbench-simulator-wrap .wb-fx-overlay.show .wb-clock-hand {
    transition: none;
}
.workbench-simulator-wrap .wb-clock-hand.hour {
    width: 3px; height: 24px; margin-left: -1.5px; background: #c2410c;
}
.workbench-simulator-wrap .wb-clock-hand.minute {
    width: 2px; height: 32px; margin-left: -1px; background: #FF7D00;
}
.workbench-simulator-wrap .wb-clock-center {
    position: absolute; left: 50%; top: 50%; width: 8px; height: 8px;
    margin: -4px 0 0 -4px; border-radius: 50%; background: #c2410c;
}
.workbench-simulator-wrap .wb-digital-time {
    text-align: center; font-size: 1.1rem; font-weight: 800; color: #c2410c;
    letter-spacing: 0.06em;
}
.workbench-simulator-wrap .wb-week-cal-grid {
    display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 10px;
}
.workbench-simulator-wrap .wb-week-cal-grid.is-month {
    grid-template-columns: repeat(4, 1fr);
}
.workbench-simulator-wrap .wb-week-cal-cell {
    text-align: center; padding: 6px 2px; border-radius: 8px;
    border: 1px solid #fed7aa; background: #fff7ed; transition: all 0.2s ease;
}
.workbench-simulator-wrap .wb-week-cal-cell.active {
    border-color: #FF7D00; background: #fff7ed; transform: scale(1.04);
}
.workbench-simulator-wrap .wb-week-cal-cell.done {
    border-color: #86efac; background: #f0fdf4;
}
.workbench-simulator-wrap .wb-week-cal-wd {
    display: block; font-size: 0.5rem; color: #888; font-weight: 600;
}
.workbench-simulator-wrap .wb-week-cal-date {
    display: block; font-size: 0.55rem; color: #333; font-weight: 700; margin-top: 2px;
}
.workbench-simulator-wrap .wb-week-cal-cell.done .wb-week-cal-date { color: #166534; }

.workbench-simulator-wrap .wb-report-loading {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 18px 12px; margin-bottom: 6px; border-radius: 10px;
    background: #fff7ed; border: 1px solid #fed7aa;
    font-size: 0.62rem; font-weight: 600; color: #c2410c;
}
.workbench-simulator-wrap .wb-loading-spin {
    width: 14px; height: 14px; border: 2px solid #fed7aa;
    border-top-color: #FF7D00; border-radius: 50%;
    animation: wbSpin 0.75s linear infinite;
}
@keyframes wbSpin {
    to { transform: rotate(360deg); }
}

/* 工作台入口 · 服务类型（现网 plan-hub，主题 #FF7D00） */
.wb-hub-wrap { --sim-primary: #FF7D00; }
.wb-hub-wrap .mutual-inline-demo-btn { background: rgba(255,125,0,0.96); }
.wb-hub-wrap .plan-sim-desc {
    background: linear-gradient(135deg, #fff7ed, #fffbeb);
    border-color: #fed7aa;
    color: #c2410c;
}
.hub-help-section .step-indicator .step.active { color: #FF7D00; }
.hub-help-section .step-indicator .step.active .step-num { background: #FF7D00; color: #fff; }
.wb-hub-page {
    position: absolute; inset: 0;
    display: flex; flex-direction: column;
    background: #f5f6f8; overflow: hidden;
    font-size: 14px;
}
.wb-hub-navbar {
    flex-shrink: 0; padding: 28px 12px 10px;
    background: linear-gradient(180deg, #fff7ed 0%, #f5f6f8 100%);
    text-align: center; position: relative; z-index: 2;
}
.wb-hub-navbar-title { font-size: 17px; font-weight: 800; color: #1f2330; line-height: 1.2; }
.wb-hub-navbar-side { font-size: 10px; color: #9ca3af; margin-left: 4px; font-weight: 600; }
.wb-hub-scroll { flex: 1; overflow-y: auto; padding: 10px 12px 14px; -webkit-overflow-scrolling: touch; }
.wb-hub-type-card, .wb-hub-guide {
    background: #fff; border-radius: 14px; padding: 12px; margin-bottom: 10px;
    border: 1px solid #eceef2; box-shadow: 0 4px 12px rgba(17, 24, 39, 0.04);
}
.wb-hub-type-card {
    position: relative;
    z-index: 20;
    border: 1.5px solid rgba(255, 125, 0, 0.35);
}
.wb-hub-dropdown-mask {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 18;
    background: transparent;
}
.wb-hub-dropdown-mask.is-open { display: block; }
.wb-hub-profile-card {
    background: #fff; border-radius: 14px; padding: 12px; margin-bottom: 10px;
    border: 1px solid #eceef2; box-shadow: 0 4px 12px rgba(17, 24, 39, 0.04);
}
.wb-hub-profile-card--hero {
    border: 1.5px solid rgba(255, 125, 0, 0.35);
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(17, 24, 39, 0.06);
}
.wb-hub-eyebrow { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; padding: 0 2px; }
.wb-hub-eyebrow--spread { justify-content: space-between; }
.wb-hub-eyebrow-text { font-size: 11px; font-weight: 800; color: #FF7D00; letter-spacing: 0.5px; }
.wb-hub-eyebrow-hint { font-size: 10px; color: #9ca3af; font-weight: 600; }
.wb-hub-type-row {
    display: flex; align-items: center; gap: 8px;
    padding: 6px 7px 6px 6px; cursor: pointer; position: relative;
    border-radius: 11px;
    background: rgba(255, 125, 0, 0.06);
    border: 1px solid rgba(255, 125, 0, 0.16);
    box-sizing: border-box;
}
.wb-hub-type-head { flex: 1; min-width: 0; }
.wb-hub-type-icon { width: 40px; height: 40px; border-radius: 10px; object-fit: cover; background: #fff7ed; flex-shrink: 0; }
.wb-hub-type-title { display: block; font-size: 15px; font-weight: 800; color: #1f2330; line-height: 1.25; }
.wb-hub-type-hint { display: block; font-size: 11px; color: #9ca3af; margin-top: 3px; line-height: 1.35; }
.wb-hub-switch {
    margin-left: auto; display: flex; align-items: center; gap: 2px;
    padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(255,125,0,0.35);
    background: #fff; flex-shrink: 0;
}
.wb-hub-switch-label { font-size: 11px; color: #FF7D00; font-weight: 700; }
.wb-hub-switch-caret { font-size: 12px; color: #FF7D00; line-height: 1; transition: transform 0.15s ease; }
.wb-hub-switch-caret.is-open { transform: rotate(180deg); }
.wb-hub-dropdown {
    display: none;
    position: absolute;
    right: 8px;
    top: calc(100% - 2px);
    z-index: 40;
    width: 180px;
    max-height: 280px;
    overflow-y: auto;
    padding: 5px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.14);
    box-sizing: border-box;
}
.wb-hub-dropdown.is-open { display: block; }
.wb-hub-drop-item {
    display: flex; align-items: center; gap: 7px;
    padding: 8px 7px; cursor: pointer; border-radius: 7px;
}
.wb-hub-drop-item.is-active { background: rgba(255, 125, 0, 0.1); }
.wb-hub-drop-item img { width: 24px; height: 24px; border-radius: 0; object-fit: contain; background: transparent; }
.wb-hub-drop-item span { font-size: 13px; color: #111827; font-weight: 500; }
.wb-hub-drop-item.is-active span { color: #FF7D00; font-weight: 700; }
.wb-hub-drop-check { margin-left: auto; color: #FF7D00; font-size: 13px; font-weight: 700; }
.wb-hub-profile-head { display: flex; align-items: center; gap: 10px; padding: 4px 2px 8px; }
.wb-hub-section-main { flex: 1; min-width: 0; }
.wb-hub-profile-title { display: block; font-size: 17px; font-weight: 800; color: #1f2330; line-height: 1.25; }
.wb-hub-profile-desc { display: block; font-size: 11px; color: #9ca3af; margin-top: 3px; line-height: 1.4; }
.wb-hub-progress {
    margin-top: 6px; padding-top: 8px; border-top: 1px solid rgba(255,125,0,0.12);
}
.wb-hub-progress-text {
    display: block; font-size: 10px; color: #6b7280; line-height: 1.45;
}
.wb-hub-progress-text strong { color: #FF7D00; font-weight: 800; }
.wb-hub-progress-bar {
    margin-top: 6px; height: 4px; border-radius: 999px; background: #eef0f4; overflow: hidden;
}
.wb-hub-progress-bar > div {
    height: 100%; border-radius: 999px; background: linear-gradient(90deg, #FF7D00, #fb923c);
    transition: width 0.35s ease;
}
.wb-hub-profile-action {
    margin-left: auto; flex-shrink: 0;
    display: inline-flex; align-items: center; justify-content: center;
    padding: 6px 12px; border-radius: 999px;
    border: 1.5px solid #FF7D00; background: #fff; cursor: pointer;
}
.wb-hub-profile-action span { font-size: 12px; color: #FF7D00; font-weight: 700; line-height: 1.2; }
.wb-hub-section-icon--hero {
    width: 42px; height: 42px; border-radius: 12px; background: rgba(255,125,0,0.14);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.wb-hub-section-icon--hero img { width: 22px; height: 22px; }
.wb-hub-chips {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
    margin-top: 4px; padding-top: 10px; border-top: 1px solid rgba(255,125,0,0.12);
}
.wb-hub-chip {
    position: relative; display: flex; align-items: center; justify-content: center; gap: 4px;
    min-height: 36px; padding: 8px 6px; border-radius: 8px;
    background: #f5f6f8; border: 1px solid #e5e7eb;
    font-size: 10px; color: #374151; font-weight: 700; text-align: center; line-height: 1.3;
}
.wb-hub-chip-icon { width: 12px; height: 12px; flex-shrink: 0; opacity: 0.75; }
.wb-hub-chip-dot {
    position: absolute; top: 5px; right: 5px; width: 7px; height: 7px; border-radius: 50%;
    background: #d1d5db;
}
.wb-hub-chip-dot--pending {
    background: #ef4444;
    animation: wb-hub-chip-dot-blink 1.2s ease-in-out infinite;
}
.wb-hub-chip-dot--complete { background: #22c55e; }
.wb-hub-chip.is-done { opacity: 0.9; }
.wb-hub-chip.is-pending {
    background: #fff7ed; border-color: #fdba74; color: #9a3412;
}
.wb-hub-chip.is-pending .wb-hub-chip-icon { opacity: 1; }
.wb-hub-chip.is-disabled { opacity: 0.55; }
@keyframes wb-hub-chip-dot-blink {
    0%, 100% { background: #ef4444; transform: scale(0.94); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.38); }
    50% { background: #fbbf24; transform: scale(1.08); box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.28); }
}
.wb-hub-guide-slogan-bar {
    margin: -2px -4px 10px; padding: 8px 10px; border-radius: 10px;
    background: #f3f4f6;
    border-left: 3px solid #FF7D00;
}
.wb-hub-guide-slogan { font-size: 11px; font-weight: 700; color: #4b5563; line-height: 1.45; }
.wb-hub-guide-head { display: flex; align-items: center; gap: 10px; }
.wb-hub-guide-avatar {
    width: 40px; height: 40px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
    background: #fff7ed; display: flex; align-items: center; justify-content: center;
}
.wb-hub-guide-avatar-gif { width: 100%; height: 100%; object-fit: cover; }
.wb-hub-guide-copy { flex: 1; min-width: 0; }
.wb-hub-guide-title { display: block; font-size: 14px; font-weight: 800; color: #1f2330; line-height: 1.3; }
.wb-hub-guide-hint { display: block; font-size: 11px; color: #6b7280; margin-top: 3px; line-height: 1.45; }
.wb-hub-sheet {
    display: none; position: absolute; inset: 0; z-index: 20;
    background: rgba(15,23,42,0.45);
}
.wb-hub-sheet.is-open { display: flex; align-items: flex-end; }
.wb-hub-sheet-panel {
    width: 100%; background: #fff; border-radius: 18px 18px 0 0;
    padding: 14px 12px 18px;
}
.wb-hub-sheet-title { font-size: 0.68rem; font-weight: 800; color: #1f2330; }
.wb-hub-sheet-sub { display: block; margin-top: 4px; font-size: 0.44rem; color: #9ca3af; }
.wb-hub-field { margin-top: 10px; background: #f8fafc; border-radius: 10px; padding: 8px 10px; }
.wb-hub-field-label { display: block; font-size: 0.42rem; color: #9ca3af; }
.wb-hub-field-value { display: block; margin-top: 2px; font-size: 0.54rem; color: #1f2330; font-weight: 700; }
.wb-hub-sheet-cta {
    margin-top: 12px; text-align: center; padding: 8px;
    background: #FF7D00; color: #fff; border-radius: 10px;
    font-size: 0.54rem; font-weight: 800; cursor: pointer;
}
.wb-hub-page .sim-tabbar,
.wb-hub-wrap .sim-tabbar {
    flex-shrink: 0; display: flex; background: #fff; border-top: 1px solid #eee; padding: 6px 0 10px;
}
.wb-hub-page .sim-tabbar-item,
.wb-hub-wrap .sim-tabbar-item { flex: 1; text-align: center; font-size: 11px; color: #8A8A8A; }
.wb-hub-page .sim-tabbar-item.active,
.wb-hub-wrap .sim-tabbar-item.active { color: #FF7D00; font-weight: 700; }
.wb-hub-wrap .highlight-ring { box-shadow: 0 0 0 2px #FF7D00; border-radius: 8px; }
.wb-hub-section-main { flex: 1; min-width: 0; }
.wb-hub-section-action {
    margin-left: auto; flex-shrink: 0;
    display: inline-flex; align-items: center; justify-content: center;
    padding: 5px 11px; border-radius: 999px;
    border: 1.5px solid #FF7D00; background: #fff;
}
.wb-hub-section-action span { font-size: 11px; color: #FF7D00; font-weight: 700; }
.wb-hub-capability {
    background: #fff; border-radius: 14px; padding: 12px 12px 8px; margin-bottom: 10px;
    border: 1px solid #eceef2; box-shadow: 0 4px 12px rgba(17, 24, 39, 0.04);
}
.wb-hub-capability-title { font-size: 14px; font-weight: 800; color: #1f2330; margin-bottom: 8px; }
.wb-hub-capability-grid { display: flex; flex-direction: column; gap: 8px; }
.wb-hub-cap-item {
    padding: 10px 12px; border-radius: 10px; background: #fff; border: 1px solid #ededed;
}
.wb-hub-cap-top { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 4px; }
.wb-hub-cap-icon {
    width: 28px; height: 28px; border-radius: 8px; background: rgba(255,125,0,0.08);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.wb-hub-cap-icon img { width: 16px; height: 16px; }
.wb-hub-cap-copy { flex: 1; min-width: 0; }
.wb-hub-cap-name { display: block; font-size: 14px; font-weight: 800; color: #1a1a1a; line-height: 1.3; }
.wb-hub-cap-slogan { display: block; margin-top: 2px; font-size: 12px; line-height: 1.4; color: inherit; }
.wb-hub-cap-slogan-main { font-weight: 700; color: #FF7D00; }
.wb-hub-cap-tag { font-weight: 700; color: #1a1a1a; }
.wb-hub-cap-desc { display: block; margin-top: 6px; font-size: 11px; color: #6b7280; line-height: 1.55; padding-left: 36px; }
.wb-hub-timeline-preview {
    margin-top: 8px; border-radius: 10px; background: #f8fafc; padding: 8px 10px;
}
.wb-hub-timeline-row {
    display: flex; align-items: center; gap: 8px; padding: 5px 0;
    font-size: 11px; color: #4b5563;
}
.wb-hub-timeline-row + .wb-hub-timeline-row { border-top: 1px dashed #e5e7eb; }
.wb-hub-timeline-row.is-placeholder { color: #9ca3af; }
.wb-hub-timeline-time { width: 36px; flex-shrink: 0; font-weight: 700; color: #FF7D00; }
.wb-hub-timeline-name { flex: 1; min-width: 0; }
.wb-hub-wrap .hw-welcome { z-index: 200; }
.wb-hub-wrap .ph-hub-page {
    position: absolute; inset: 0; display: none; flex-direction: column;
    background: #f5f6f8; z-index: 40;
}
.wb-hub-wrap .ph-hub-page.is-open { display: flex; }
.wb-hub-wrap .ph-hub-page .custom-navbar {
    flex-shrink: 0; position: relative; z-index: 4;
    background: #fff; padding: 34px 12px 10px; border-bottom: 1px solid #f0f0f0;
}
.wb-hub-wrap .ph-hub-page .navbar-content {
    display: flex; align-items: center; justify-content: space-between;
    position: relative; width: 100%; min-height: 28px;
}
.wb-hub-wrap .ph-hub-page .navbar-title {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    white-space: nowrap;
}
.wb-hub-wrap .ph-hub-page .navbar-title-main { font-size: 15px; font-weight: 800; color: #1f2330; }
.wb-hub-wrap .ph-hub-page .navbar-title-side { font-size: 10px; color: #9ca3af; margin-left: 4px; }
.wb-hub-wrap .ph-hub-scroll { flex: 1; overflow-y: auto; padding: 10px 12px 14px; }
.wb-hub-wrap .ph-hub-tagline { font-size: 12px; font-weight: 800; color: #FF7D00; margin-bottom: 4px; }
.wb-hub-wrap .ph-hub-intro { display: block; font-size: 11px; color: #6b7280; margin-bottom: 10px; }
.wb-hub-wrap .ph-flow-card {
    background: #fff; border: 1px solid #ededed; border-radius: 12px; margin-bottom: 10px; overflow: hidden;
}
.wb-hub-wrap .ph-flow-head { padding: 10px 12px 8px; border-bottom: 1px solid #f3f4f6; }
.wb-hub-wrap .ph-flow-title { font-size: 13px; font-weight: 800; color: #1f2330; }
.wb-hub-wrap .ph-flow-step { padding: 10px 12px; border-bottom: 1px solid #f3f4f6; }
.wb-hub-wrap .ph-flow-step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.wb-hub-wrap .ph-flow-step-name { font-size: 12px; font-weight: 800; color: #1f2330; }
.wb-hub-wrap .ph-flow-step.is-active .ph-flow-step-name { color: #FF7D00; }
.wb-hub-wrap .ph-flow-dot { width: 8px; height: 8px; border-radius: 50%; background: #ef4444; }
.wb-hub-wrap .ph-flow-dot.is-blocked { background: #d1d5db; }
.wb-hub-wrap .ph-flow-desc { font-size: 10px; color: #9ca3af; line-height: 1.4; margin-bottom: 6px; }
.wb-hub-wrap .ph-flow-btn {
    display: inline-flex; padding: 5px 10px; border-radius: 999px; border: 1px solid #FF7D00;
    font-size: 10px; font-weight: 700; color: #FF7D00; background: #fff;
}
.wb-hub-wrap .ph-flow-btn.is-muted { border-color: #e5e7eb; color: #9ca3af; background: #f9fafb; }
.wb-hub-wrap .ph-flow-connector { text-align: center; color: #d1d5db; font-size: 11px; padding: 2px 0; }
.wb-hub-wrap .hw-welcome-headline { font-size: 15px; font-weight: 800; color: #9a3412; text-align: center; margin-bottom: 6px; }
.wb-hub-wrap .hw-welcome-plan-tags { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 10px; }
.wb-hub-wrap .hw-welcome-plan-tag {
    padding: 4px 8px; border-radius: 999px; background: #fff;
    border: 1px solid rgba(255,125,0,0.22); font-size: 10px; color: #c2410c; font-weight: 600;
}
.wb-hub-wrap .hw-welcome-choice { margin-top: 10px; flex-shrink: 0; }
.wb-hub-wrap .hw-welcome-choice-hint { display: block; text-align: center; font-size: 11px; color: #9ca3af; margin-bottom: 8px; }
.wb-hub-wrap .hw-welcome-btn-row { display: flex; gap: 8px; margin-bottom: 8px; }
.wb-hub-wrap .hw-welcome-btn-row .hw-welcome-btn { flex: 1; }
.wb-hub-wrap .hw-welcome-btn--primary {
    background: linear-gradient(135deg, #FF7D00, #fb923c) !important;
    color: #fff !important; border-color: transparent !important;
}
.wb-hub-wrap .hw-welcome-later { margin-top: 8px; text-align: center; font-size: 11px; color: #9ca3af; }
.wb-hub-plan-card, .wb-hub-records-card {
    background: #fff; border-radius: 14px; padding: 12px; margin-bottom: 10px;
    border: 1px solid #eceef2; box-shadow: 0 4px 12px rgba(17, 24, 39, 0.04);
}
.wb-hub-plan-card.is-muted, .wb-hub-records-card.is-muted { opacity: 0.92; }
.wb-hub-section-head { display: flex; align-items: center; gap: 10px; }
.wb-hub-section-icon {
    width: 32px; height: 32px; border-radius: 10px; background: rgba(255,125,0,0.12);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.wb-hub-section-icon img { width: 18px; height: 18px; }
.wb-hub-section-title { display: block; font-size: 15px; font-weight: 800; color: #1f2330; line-height: 1.25; }
.wb-hub-section-desc { display: block; font-size: 11px; color: #9ca3af; margin-top: 3px; line-height: 1.35; }
.wb-hub-plan-empty {
    margin-top: 8px; padding: 12px; border-radius: 10px; background: #f8fafc;
    font-size: 11px; color: #9ca3af; text-align: center; line-height: 1.45;
}
.wb-hub-wrap .sim-pointer {
    position: absolute; width: 22px; height: 22px; border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #fff, #FF7D00);
    box-shadow: 0 2px 12px rgba(255, 125, 0, 0.45);
    pointer-events: none; z-index: 100; opacity: 0; transition: opacity 0.2s, transform 0.15s;
}
.wb-hub-wrap .sim-pointer.show { opacity: 1; }
.wb-hub-wrap .sim-pointer.press { transform: scale(0.85); }
.wb-hub-wrap .sim-tap-label {
    position: absolute; z-index: 421; background: rgba(30, 30, 30, 0.92); color: #fff;
    font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 8px;
    white-space: nowrap; opacity: 0; pointer-events: none; max-width: 168px;
    line-height: 1.35; text-align: center; box-sizing: border-box; left: 0; top: 0;
}
.wb-hub-wrap .sim-tap-label.show { opacity: 1; }
.wb-hub-wrap .sim-tap-label.hint-below { transform: translate(-50%, 0); }
.wb-hub-wrap .sim-tap-label.hint-above { transform: translate(-50%, -100%); }
.wb-hub-toast {
    position: absolute; left: 50%; bottom: 72px; transform: translateX(-50%);
    background: rgba(15,23,42,0.86); color: #fff; font-size: 0.5rem;
    padding: 6px 12px; border-radius: 999px; display: none; z-index: 50; white-space: nowrap;
}
.wb-hub-toast.show { display: block; }


/* 工作台「总结报告」卡片（对齐 plan-hub） */
.workbench-simulator-wrap .wb-planhub-page {
    position: absolute; inset: 0; z-index: 5;
    display: flex; flex-direction: column; background: #f5f6f8;
}
.workbench-simulator-wrap .wb-planhub-scroll {
    flex: 1; overflow-y: auto; padding: 10px 12px 56px;
}
.workbench-simulator-wrap .wb-planhub-plan-card {
    background: #fff; border-radius: 14px; padding: 12px; margin-bottom: 10px;
    border: 1px solid #ededed;
}
.workbench-simulator-wrap .wb-planhub-plan-head {
    display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
}
.workbench-simulator-wrap .wb-planhub-plan-action {
    flex-shrink: 0; padding: 5px 12px; border-radius: 999px;
    border: 1px solid #FF7D00; color: #FF7D00; font-size: 12px; font-weight: 700; background: #fff;
}
.workbench-simulator-wrap .wb-planhub-timeline {
    border-top: 1px solid #f3f4f6; padding-top: 6px;
}
.workbench-simulator-wrap .wb-planhub-tl-row {
    display: flex; align-items: center; gap: 6px; padding: 3px 0;
}
.workbench-simulator-wrap .wb-planhub-tl-thumb {
    width: 22px; height: 22px; border-radius: 4px; object-fit: cover; flex-shrink: 0; background: #f3f4f6;
}
.workbench-simulator-wrap .wb-planhub-tl-time {
    margin-left: auto; font-size: 10px; color: #9ca3af; font-weight: 600;
}
.workbench-simulator-wrap .wb-planhub-tl-name {
    flex: 1; font-size: 11px; color: #1f2330; font-weight: 700;
}
.workbench-simulator-wrap .wb-planhub-block-head {
    display: flex; align-items: center; justify-content: space-between;
    margin: 8px 0 6px; font-size: 12px; font-weight: 800; color: #1f2330;
}
.workbench-simulator-wrap .wb-planhub-scope { font-size: 10px; color: #9ca3af; font-weight: 600; margin-left: 2px; }
.workbench-simulator-wrap .wb-planhub-link { font-size: 10px; color: #FF7D00; font-weight: 700; }
.workbench-simulator-wrap .wb-planhub-meal-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
}
.workbench-simulator-wrap .wb-planhub-meal img,
.workbench-simulator-wrap .wb-planhub-chore img {
    width: 100%; height: 48px; object-fit: cover; border-radius: 6px; display: block; background: #f3f4f6;
}
.workbench-simulator-wrap .wb-planhub-meal-tag,
.workbench-simulator-wrap .wb-planhub-meal-name,
.workbench-simulator-wrap .wb-planhub-chore-name {
    display: block; text-align: center;
}
.workbench-simulator-wrap .wb-planhub-meal-tag { margin-top: 3px; font-size: 9px; color: #FF7D00; font-weight: 700; }
.workbench-simulator-wrap .wb-planhub-meal-name,
.workbench-simulator-wrap .wb-planhub-chore-name { font-size: 10px; color: #1f2330; font-weight: 700; line-height: 1.25; }
.workbench-simulator-wrap .wb-planhub-chore-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px;
}
.workbench-simulator-wrap .wb-records-entry-card {
    background: #fff; border-radius: 14px; padding: 12px;
    border: 1px solid #ededed;
}
.workbench-simulator-wrap .wb-records-entry-head {
    display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
}
.workbench-simulator-wrap .wb-records-entry-icon {
    width: 36px; height: 36px; border-radius: 10px; background: rgba(255,125,0,0.12);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.workbench-simulator-wrap .wb-records-entry-icon img { width: 20px; height: 20px; }
.workbench-simulator-wrap .wb-records-entry-main { flex: 1; min-width: 0; }
.workbench-simulator-wrap .wb-records-entry-title {
    display: block; font-size: 15px; font-weight: 800; color: #1f2330; line-height: 1.25;
}
.workbench-simulator-wrap .wb-records-entry-desc {
    display: block; font-size: 11px; color: #9ca3af; margin-top: 3px; line-height: 1.35;
}
.workbench-simulator-wrap .wb-records-entry-action {
    flex-shrink: 0; padding: 5px 12px; border-radius: 999px;
    border: 1px solid #FF7D00; color: #FF7D00; font-size: 12px; font-weight: 700; background: #fff;
}
.workbench-simulator-wrap .wb-records-ov-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    border-top: 1px solid #f3f4f6;
}
.workbench-simulator-wrap .wb-records-ov-item {
    padding: 10px 8px; border-bottom: 1px solid #f3f4f6;
}
.workbench-simulator-wrap .wb-records-ov-item:nth-child(odd) { border-right: 1px solid #f3f4f6; }
.workbench-simulator-wrap .wb-records-ov-item:nth-last-child(-n+2) { border-bottom: none; }
.workbench-simulator-wrap .wb-records-ov-label {
    display: flex; align-items: center; gap: 4px; font-size: 11px; color: #6b7280; font-weight: 600;
}
.workbench-simulator-wrap .wb-records-ov-dot {
    width: 6px; height: 6px; border-radius: 50%; background: #FF7D00; flex-shrink: 0;
}
.workbench-simulator-wrap .wb-records-ov-dot.is-done { background: #22c55e; }
.workbench-simulator-wrap .wb-records-ov-value {
    display: block; margin-top: 4px; font-size: 16px; font-weight: 800; color: #FF7D00; line-height: 1.2;
}
.workbench-simulator-wrap .wb-records-ov-value.is-done { color: #16a34a; }
.workbench-simulator-wrap .wb-records-ov-sub {
    display: block; margin-top: 3px; font-size: 10px; color: #9ca3af; line-height: 1.35;
}
.workbench-simulator-wrap .wb-top-nav {
    background: linear-gradient(180deg, #fff 0%, #fff7ed 100%);
    border: 1px solid rgba(255,125,0,0.14);
}
.workbench-simulator-wrap .wb-mode-tabs {
    background: rgba(255,125,0,0.08); border-radius: 10px;
}
.workbench-simulator-wrap .wb-mode-tab.active {
    color: #FF7D00; box-shadow: 0 2px 8px rgba(255,125,0,0.16);
}
.workbench-simulator-wrap .wb-panel-title { color: #FF7D00; }
.workbench-simulator-wrap .alert-btn-primary { color: #FF7D00 !important; }
