/* 大树职道 · 工作台 2026（紧凑全宽） */
.app-shell { display: flex; min-height: 100vh; background: #f4f4f5; }

.app-side {
  width: 216px; flex-shrink: 0;
  background: #fff; border-right: 1px solid #e4e4e7;
  display: flex; flex-direction: column;
  position: fixed; top: 0; left: 0; bottom: 0; z-index: 100;
}
.app-side-brand { padding: 16px 14px; border-bottom: 1px solid #e4e4e7; }
.app-side-brand a {
  display: flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 14px; letter-spacing: -0.02em; color: #18181b;
}
.app-side-brand svg { width: 20px; height: 20px; }

.app-side-nav { padding: 10px 8px; flex: 1; }
.app-side-item {
  display: flex; align-items: center; gap: 9px;
  width: 100%; padding: 8px 10px; border-radius: 8px;
  font-size: 13px; font-weight: 500; color: #52525b;
  text-align: left; transition: all .12s; margin-bottom: 1px;
}
.app-side-item svg { width: 17px; height: 17px; }
.app-side-item:hover { background: #f4f4f5; color: #18181b; }
.app-side-item.active { background: #f4f4f5; color: #18181b; font-weight: 600; }

.app-side-foot { padding: 12px; border-top: 1px solid #e4e4e7; }
.app-user { display: flex; align-items: center; gap: 8px; padding: 6px 8px; margin-bottom: 4px; }
.app-user-name { font-size: 12px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.app-user-tag { font-size: 11px; color: #a1a1aa; }

.app-body { flex: 1; margin-left: 216px; min-height: 100vh; display: flex; flex-direction: column; }
.app-header {
  height: 48px; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid #e4e4e7; background: #fff;
  position: sticky; top: 0; z-index: 50;
}
.app-header h1 { font-size: 14px; font-weight: 700; margin: 0; }
.app-header-left { display: flex; align-items: center; gap: 10px; min-width: 0; flex: 1; }
.app-header-left h1 { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.page-back { flex-shrink: 0; }
.app-header-actions { display: flex; gap: 6px; align-items: center; }
.app-main { padding: 20px 24px 32px; flex: 1; width: 100%; max-width: none; }

/* Layout grids */
.page-grid { display: grid; grid-template-columns: 320px 1fr; gap: 16px; align-items: start; }
.page-grid.single { grid-template-columns: 1fr; }
.page-grid-compare { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; align-items: start; }
.page-aside { display: flex; flex-direction: column; gap: 12px; }
.resume-compare-aside { min-width: 0; }
.page-main { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.resume-preview-card { display: flex; flex-direction: column; }
.resume-compare-aside .resume-preview-card { position: static; max-height: 58vh; min-height: 280px; }
.resume-compare-aside .ai-resume-toolbar { flex-shrink: 0; }
.growth-advisor-list { display: flex; flex-direction: column; gap: 10px; }
.growth-advisor-list .advisor-card { margin: 0; }
.growth-advisor-card .advisor-card-actions { flex-wrap: wrap; align-items: center; }
.growth-advisor-card .advisor-card-actions .status-pill { margin-right: auto; }
.resume-preview-scroll { overflow-y: auto; flex: 1; min-height: 0; }
.resume-preview-scroll .resume-paper { max-width: none; border: none; border-radius: 8px; padding: 16px 18px; background: #fafafa; }
.ai-resume-toolbar .upload-zone { padding: 14px 12px; margin-bottom: 0; }
.ai-resume-toolbar .upload-zone p { margin: 2px 0; font-size: 12px; }
.ai-resume-toolbar .upload-zone svg { width: 28px; height: 28px; }
.ai-action-card .page-hint { margin-top: 12px; padding-top: 12px; border-top: 1px solid #f4f4f5; }
.resume-side-card .btn-block { display: block; width: 100%; box-sizing: border-box; }
.side-quick-links { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }
.side-quick-links .quick-link { padding: 10px 12px; }
.side-guide-card .card-desc { line-height: 1.6; }
.page-hint { font-size: 12px; color: #a1a1aa; margin: 0; line-height: 1.55; }
.page-hint a { color: #52525b; }

.card {
  background: #fff; border: 1px solid #e4e4e7;
  border-radius: 12px; padding: 18px 20px;
}
.card-head { margin-bottom: 14px; }
.card-title { font-size: 14px; font-weight: 700; margin: 0; }
.card-desc { font-size: 12px; color: #71717a; margin: 4px 0 0; }

.path-bar { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.path-step {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 500;
  border: 1px solid #e4e4e7; background: #fff; color: #71717a;
}
.path-step.done { color: #18181b; border-color: #d4d4d8; }
.path-step.active { background: #18181b; color: #fff; border-color: #18181b; }
.path-step svg { width: 12px; height: 12px; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 14px; }
.stat { padding: 14px 16px; border-radius: 10px; border: 1px solid #e4e4e7; background: #fff; }
.stat-val { font-size: 22px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.stat-lbl { font-size: 11px; color: #71717a; margin-top: 4px; }

.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.quick-link {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px; border-radius: 10px; border: 1px solid #e4e4e7; background: #fff;
  transition: border-color .12s; color: inherit;
}
.quick-link:hover { border-color: #d4d4d8; }
.quick-link .ico {
  width: 32px; height: 32px; border-radius: 8px; background: #f4f4f5;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.quick-link .ico svg { width: 16px; height: 16px; }
.quick-link h3 { font-size: 13px; font-weight: 600; margin: 0 0 3px; }
.quick-link p { font-size: 11px; color: #71717a; margin: 0; }

.progress { height: 4px; background: #f4f4f5; border-radius: 2px; overflow: hidden; }
.progress > div { height: 100%; background: #18181b; border-radius: 2px; }

.pill {
  display: inline-block; font-size: 11px; font-weight: 600;
  padding: 2px 7px; border-radius: 5px; background: #f4f4f5; color: #52525b;
}
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }

.notice {
  padding: 10px 14px; border-radius: 8px; font-size: 12px; margin-bottom: 12px;
  background: #fafafa; border: 1px solid #e4e4e7; color: #52525b;
}
.notice-warn { background: #fffbeb; border-color: #fde68a; color: #92400e; }

.tabs { display: flex; gap: 2px; margin-bottom: 14px; border-bottom: 1px solid #e4e4e7; }
.tab {
  padding: 8px 14px; font-size: 13px; font-weight: 500; color: #71717a;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.tab.active { color: #18181b; border-bottom-color: #18181b; font-weight: 600; }

/* Upload */
.upload-zone {
  border: 1.5px dashed #d4d4d8; border-radius: 10px; padding: 20px;
  text-align: center; background: #fafafa; transition: border-color .15s;
}
.upload-zone svg { width: 22px; height: 22px; margin: 0 auto 8px; color: #71717a; }
.upload-zone p { margin: 0 0 4px; font-size: 13px; }
.upload-hint { font-size: 11px !important; color: #a1a1aa !important; margin-bottom: 12px !important; }
.upload-zone:hover { border-color: #a1a1aa; }
.upload-btn-label { cursor: pointer; display: inline-flex; align-items: center; gap: 6px; margin: 0; }
.upload-btn-label svg { width: 14px; height: 14px; flex-shrink: 0; }
.upload-btn-label.is-loading { opacity: .65; pointer-events: none; }
.parse-hints-bar { margin-bottom: 12px; }
.parse-hints-bar:empty { display: none; margin: 0; padding: 0; border: none; }

/* Report */
.report-hero { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.report-hero.split .report-hero-main { flex: 1; }
.report-hero h2 { font-size: 18px; font-weight: 700; margin: 8px 0 6px; letter-spacing: -0.02em; }
.report-lead { font-size: 14px; color: #52525b; margin: 0 0 6px; line-height: 1.65; }
.report-note { font-size: 12px; color: #a1a1aa; margin: 0; }
.report-pre { white-space: pre-wrap; font-size: 14px; line-height: 1.7; color: #52525b; margin: 0; }

.score-ring { text-align: center; flex-shrink: 0; }
.score-val { font-size: 36px; font-weight: 800; letter-spacing: -0.04em; line-height: 1; }
.score-val span { font-size: 16px; font-weight: 600; }
.score-lbl { font-size: 11px; color: #71717a; margin-top: 4px; }

.report-section { background: #fff; border: 1px solid #e4e4e7; border-radius: 12px; padding: 16px 18px; margin-bottom: 10px; }
.report-section-head { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.report-section-head h3 { font-size: 14px; font-weight: 700; margin: 0; }
.report-icon svg { width: 16px; height: 16px; color: #52525b; }
.report-section-body { font-size: 13px; color: #52525b; line-height: 1.65; }
.report-section-body p { margin: 0 0 8px; }
.report-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }

.sub-lbl { font-size: 12px; color: #18181b; display: block; margin-bottom: 6px; }
.bullet-list { margin: 0; padding-left: 18px; font-size: 13px; color: #52525b; }
.bullet-list li { margin-bottom: 4px; }
.bullet-list.ok li::marker { color: #16a34a; }
.bullet-list.warn li::marker { color: #ca8a04; }
.empty-inline { font-size: 12px; color: #a1a1aa; margin: 0; }

.dim-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dim-item { padding: 10px; background: #fafafa; border-radius: 8px; }
.dim-head { display: flex; justify-content: space-between; font-size: 12px; font-weight: 600; margin-bottom: 6px; }
.dim-comment { font-size: 11px; color: #71717a; margin: 6px 0 0; }

.tier-group { margin-bottom: 14px; }
.tier-group h4 { font-size: 12px; font-weight: 700; margin: 0 0 8px; color: #71717a; }
.dual-path-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.path-card { padding: 12px; background: #fafafa; border-radius: 8px; }
.path-card h4 { font-size: 13px; margin: 0 0 4px; }
.path-card p { font-size: 12px; color: #71717a; margin: 0; }

.guide-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 18px; border-radius: 12px; background: #18181b; color: #fafafa; margin-top: 4px;
}
.guide-cta-text { display: flex; flex-direction: column; gap: 2px; }
.guide-cta-text strong { font-size: 13px; }
.guide-cta-text span { font-size: 12px; color: #a1a1aa; }
.guide-cta-actions { display: flex; gap: 8px; flex-shrink: 0; }
.guide-cta .btn-secondary { background: transparent; border-color: #52525b; color: #fafafa; }
.guide-cta .btn-primary { background: #fff; color: #18181b; }

/* Job cards */
.job-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.job-card-grid.compact { grid-template-columns: repeat(2, 1fr); }
.job-card {
  display: block; padding: 12px 14px; border-radius: 10px;
  border: 1px solid #e4e4e7; background: #fafafa; color: inherit;
  transition: border-color .12s, background .12s;
}
.job-card:hover { border-color: #d4d4d8; background: #fff; }
.job-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; margin-bottom: 4px; }
.job-card-top strong { font-size: 13px; }
.job-card p { font-size: 11px; color: #71717a; margin: 0; line-height: 1.5; }
.job-card-tag { font-size: 10px; color: #a1a1aa; margin-top: 6px; display: block; }
.job-card.compact { padding: 10px 12px; }

/* Advisor cards */
.advisor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.advisor-card {
  display: flex; flex-direction: column; padding: 16px;
  border-radius: 12px; border: 1px solid #e4e4e7; background: #fff; color: inherit;
  transition: border-color .12s, box-shadow .12s; min-height: 180px;
}
.advisor-card:hover { border-color: #d4d4d8; box-shadow: 0 4px 16px rgba(0,0,0,.04); }
.advisor-card-head { display: flex; gap: 10px; margin-bottom: 10px; }
.advisor-avatar {
  width: 40px; height: 40px; border-radius: 10px; background: #f4f4f5;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px; flex-shrink: 0;
}
.advisor-role { font-size: 11px; color: #71717a; margin: 2px 0 0; }
.advisor-intro { font-size: 12px; color: #52525b; line-height: 1.6; margin: 0 0 10px; flex: 1; }
.advisor-match { font-size: 11px; color: #16a34a; margin: 0 0 8px; }
.advisor-link { font-size: 12px; font-weight: 600; color: #18181b; margin-top: auto; }

/* Chat */
.chat-wrap { display: flex; flex-direction: column; height: calc(100vh - 160px); min-height: 400px; }
.chat-msgs { flex: 1; overflow-y: auto; padding: 4px 0; display: flex; flex-direction: column; gap: 8px; }
.chat-msg { max-width: 70%; padding: 9px 13px; border-radius: 10px; font-size: 13px; line-height: 1.55; white-space: pre-wrap; }
.chat-msg.me { align-self: flex-end; background: #18181b; color: #fff; }
.chat-msg.them { align-self: flex-start; background: #f4f4f5; color: #18181b; }
.chat-bar { display: flex; gap: 8px; padding-top: 12px; border-top: 1px solid #e4e4e7; }
.chat-bar input { flex: 1; padding: 9px 12px; border: 1px solid #e4e4e7; border-radius: 8px; font-size: 13px; }
.chat-bar input:disabled { background: #fafafa; color: #a1a1aa; }
.chat-msg-meta { font-size: 11px; color: #a1a1aa; margin-bottom: 4px; }
.chat-msg-body { white-space: normal; }
.chat-flow-title { font-weight: 600; margin-bottom: 6px; font-size: 13px; }
.chat-meta { font-size: 12px; color: #71717a; margin-top: 6px; }
.chat-card-actions { margin-top: 10px; }
.chat-session-bar { margin-bottom: 10px; padding: 10px 14px; background: #fafafa; border-radius: 8px; font-size: 13px; }
.chat-summary-label { font-size: 12px; color: #71717a; margin-top: 8px; }
.chat-summary-text { font-size: 13px; line-height: 1.6; }
.chat-summary-list { margin: 6px 0 0 18px; font-size: 13px; }
.chat-advisor-mini { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.chat-advisor-chip { display: inline-block; padding: 4px 10px; background: #f4f4f5; border-radius: 6px; font-size: 12px; text-decoration: none; color: #18181b; }

.table { width: 100%; border-collapse: collapse; font-size: 13px; }
.table th { text-align: left; padding: 8px 10px; font-size: 11px; font-weight: 600; color: #a1a1aa; border-bottom: 1px solid #e4e4e7; }
.table td { padding: 10px; border-bottom: 1px solid #f4f4f5; }

.empty { text-align: center; padding: 32px 16px; color: #a1a1aa; font-size: 13px; }
.loading { text-align: center; padding: 32px; color: #a1a1aa; font-size: 13px; }

.btn-sm { padding: 6px 11px; font-size: 12px; }
.menu-btn { display: none; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.action-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }

/* Job groups collapse */
.job-group { border: 1px solid #e4e4e7; border-radius: 12px; margin-bottom: 10px; background: #fff; overflow: hidden; }
.job-group-head {
  width: 100%; display: flex; align-items: center; gap: 10px; padding: 12px 16px;
  text-align: left; background: #fafafa; border: none; font-size: 13px; font-weight: 600;
}
.job-group-head:hover { background: #f4f4f5; }
.job-group-title em { font-style: normal; color: #71717a; font-weight: 500; }
.job-group-hint { font-size: 11px; color: #a1a1aa; font-weight: 400; flex: 1; }
.job-group-chevron { transition: transform .15s; }
.job-group-chevron svg { width: 14px; height: 14px; transform: rotate(90deg); }
.job-group.collapsed .job-group-chevron svg { transform: rotate(0deg); }
.job-group-body { padding: 12px 16px 16px; }
.job-group.collapsed .job-group-body { display: none; }

/* Radar */
.radar-wrap { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.radar-svg { width: 240px; height: 240px; flex-shrink: 0; }
.radar-legend { display: flex; flex-direction: column; gap: 6px; font-size: 12px; color: #52525b; }

/* Resume paper */
.resume-paper {
  background: #fff; border: 1px solid #e4e4e7; border-radius: 12px;
  padding: 28px 32px; max-width: 720px;
}
.rp-name { font-size: 22px; font-weight: 700; text-align: center; margin-bottom: 6px; }
.rp-line { font-size: 13px; line-height: 1.6; }
.rp-sub { color: #71717a; text-align: center; }
.rp-section { margin-top: 18px; padding-top: 14px; border-top: 1px solid #f4f4f5; }
.rp-h { font-size: 13px; font-weight: 700; margin-bottom: 8px; letter-spacing: .04em; }
.rp-bold { font-weight: 600; font-size: 13px; }
.rp-pre { font-size: 12px; color: #52525b; white-space: pre-wrap; line-height: 1.65; margin-top: 4px; }
.rp-block { margin-bottom: 10px; }
.rp-empty { font-size: 12px; color: #a1a1aa; }

.exp-edit-block { padding: 12px 0; border-bottom: 1px solid #f4f4f5; }
.exp-edit-block:last-child { border-bottom: none; }

.notice-ok { background: #f0fdf4; border-color: #bbf7d0; color: #166534; }

.resume-tabs { margin-bottom: 14px; }

/* Personal center / prototype v4 */
.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; gap: 12px; flex-wrap: wrap; }
.section-title { font-size: 16px; font-weight: 700; margin: 0; }
.section-subtitle { font-size: 14px; font-weight: 600; margin: 0 0 14px; }

.profile-hub-card { margin-bottom: 14px; }
.profile-hub-head { display: flex; gap: 16px; align-items: center; margin-bottom: 16px; }
.profile-avatar {
  width: 56px; height: 56px; border-radius: 50%; background: #f4f4f5;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 700; color: #71717a; flex-shrink: 0;
}
.profile-name { font-size: 20px; font-weight: 700; margin: 0 0 4px; }
.profile-role { font-size: 13px; color: #71717a; margin: 0 0 6px; }
.profile-contact { font-size: 12px; color: #a1a1aa; }
.profile-section { margin-bottom: 14px; }
.profile-label { font-size: 12px; font-weight: 600; margin-bottom: 8px; }
.profile-bio { font-size: 13px; line-height: 1.65; color: #52525b; background: #fafafa; border-radius: 8px; padding: 12px 14px; }

.account-phone-page { max-width: 640px; }
.account-phone-current { font-size: 15px; margin: 8px 0 16px; }
.account-phone-empty { color: #71717a; margin: 8px 0 16px; }
.account-phone-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.account-phone-form { margin-top: 12px; padding-top: 12px; border-top: 1px solid #f4f4f5; }
.account-phone-form.hidden { display: none; }
.sms-inline { display: flex; gap: 8px; align-items: center; }
.sms-inline input { flex: 1; }

.tag { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px; font-size: 12px; }
.tag-blue { background: #eff6ff; color: #2563eb; }
.tag-muted { background: #f4f4f5; color: #71717a; }
.tag-add { background: #f4f4f5; color: #71717a; border: none; cursor: pointer; text-decoration: none; }

.list-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.search-input { padding: 7px 12px; border: 1px solid #e4e4e7; border-radius: 8px; font-size: 12px; min-width: 160px; }

.resume-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.resume-card-item { border: 1px solid #e4e4e7; border-radius: 10px; padding: 14px 16px; transition: border-color .12s; }
.resume-card-item:hover { border-color: #a1a1aa; }
.resume-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.resume-card-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; }
.resume-date { font-size: 11px; color: #a1a1aa; }

.status-pill { font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 999px; }
.status-active { background: #dcfce7; color: #16a34a; }
.status-archived { background: #f4f4f5; color: #71717a; }
.status-confirmed { background: #dcfce7; color: #16a34a; }
.status-pending { background: #ffedd5; color: #ea580c; }
.status-completed { background: #e0f2fe; color: #0284c7; }

.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; align-items: start; }
.growth-col { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.growth-ai-panel { display: flex; flex-direction: column; gap: 12px; }
.growth-ai-panel .module-card { margin: 0; }
.module-card { background: #fafafa; border: 1px solid #e4e4e7; border-radius: 10px; padding: 14px 16px; }
.module-card-title { font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.muted-card { text-align: center; padding: 20px; }
.gap-row { margin-bottom: 10px; }
.gap-label { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 4px; color: #52525b; }

.adviser-card-lite { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid #f4f4f5; }
.adviser-card-lite:last-child { border-bottom: none; }
.adviser-card-body { flex: 1; min-width: 0; }
.adviser-card-top { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 6px; }
.match-badge { font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 999px; background: #dcfce7; color: #16a34a; white-space: nowrap; }
.link-card { text-decoration: none; color: inherit; display: block; }

.page-aside-inline { margin-top: 14px; }

/* Messages */
.message-item {
  display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 10px;
  text-decoration: none; color: inherit; margin-bottom: 6px; transition: background .12s;
}
.message-item:hover { background: #f4f4f5; }
.message-item.unread { background: #fafafa; border: 1px solid #e4e4e7; }
.message-avatar {
  width: 40px; height: 40px; border-radius: 50%; background: #f4f4f5;
  display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 14px; flex-shrink: 0;
}
.message-avatar.sys { background: #eff6ff; color: #2563eb; }
.message-avatar.sys svg { width: 18px; height: 18px; }
.message-body { flex: 1; min-width: 0; }
.message-sender { font-size: 13px; font-weight: 600; }
.message-preview { font-size: 12px; color: #71717a; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.message-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; flex-shrink: 0; }
.message-time { font-size: 11px; color: #a1a1aa; }
.message-badge { background: #18181b; color: #fff; border-radius: 50%; width: 18px; height: 18px; font-size: 10px; display: flex; align-items: center; justify-content: center; }

.appointment-card { border: 1px solid #e4e4e7; border-radius: 10px; padding: 16px; margin-bottom: 10px; }
.appointment-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.appointment-header h3 { font-size: 14px; font-weight: 600; margin: 0 0 4px; }
.appointment-details { display: grid; grid-template-columns: auto 1fr; gap: 6px 12px; font-size: 12px; margin-bottom: 10px; }
.detail-label { color: #71717a; }
.detail-value { font-weight: 500; }

/* Growth */
.project-card { border-left: 3px solid #18181b; padding: 14px 16px; border-radius: 0 10px 10px 0; background: #fafafa; margin-bottom: 10px; }
.project-card-head { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.project-card-head h3 { font-size: 14px; font-weight: 600; margin: 0 0 6px; }
.project-meta { display: flex; flex-wrap: wrap; gap: 8px; font-size: 11px; color: #71717a; align-items: center; }
.project-desc { font-size: 12px; color: #52525b; line-height: 1.6; margin: 0; }
.task-list { list-style: none; padding: 0; margin: 0; }
.task-item { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid #f4f4f5; }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.tool-card { text-align: center; padding: 16px; border: 1px solid #e4e4e7; border-radius: 10px; }
.tool-ico { width: 44px; height: 44px; border-radius: 10px; background: #f4f4f5; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; }
.tool-ico svg { width: 22px; height: 22px; }
.tool-card p { font-size: 11px; color: #71717a; margin: 6px 0 0; }

/* Resume wizard */
.steps-container { display: flex; justify-content: space-between; margin-bottom: 20px; position: relative; }
.steps-container::before { content: ''; position: absolute; top: 18px; left: 0; right: 0; height: 2px; background: #e4e4e7; z-index: 0; }
.step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; flex: 1; }
.step-number {
  width: 36px; height: 36px; border-radius: 50%; background: #f4f4f5; color: #71717a;
  display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; margin-bottom: 6px; border: 2px solid #e4e4e7;
}
.step-number svg { width: 14px; height: 14px; }
.step.active .step-number { background: #18181b; color: #fff; border-color: #18181b; }
.step.completed .step-number { background: #dcfce7; color: #16a34a; border-color: #16a34a; }
.step-label { font-size: 11px; color: #71717a; text-align: center; }
.step.active .step-label { color: #18181b; font-weight: 600; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; }
.form-grid .span-2 { grid-column: span 2; }
.form-group { margin-bottom: 0; }
.form-label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 6px; color: #52525b; }
.form-control { width: 100%; padding: 8px 11px; border: 1px solid #e4e4e7; border-radius: 8px; font-size: 13px; font-family: inherit; }
textarea.form-control, .assist-textarea { resize: vertical; min-height: 72px; line-height: 1.55; border: 1px solid #e4e4e7; }
textarea.form-control:focus, .assist-textarea:focus { outline: none; border-color: #a1a1aa; box-shadow: 0 0 0 2px rgba(24,24,27,.06); }
.dynamic-item { position: relative; background: #fafafa; border: 1px solid #e4e4e7; border-radius: 8px; padding: 14px; margin-bottom: 10px; }
.remove-btn {
  position: absolute; top: 10px; right: 10px; width: 22px; height: 22px; border-radius: 50%;
  border: none; background: #fee2e2; color: #ef4444; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; line-height: 1; padding: 0;
}
.remove-btn svg { width: 14px; height: 14px; }
.add-btn {
  display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%;
  padding: 10px; border: none; border-radius: 8px; background: #f4f4f5; color: #52525b; font-size: 13px; font-weight: 500; cursor: pointer;
}
.add-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.wiz-actions { display: flex; justify-content: space-between; margin-top: 20px; gap: 10px; }
.wiz-card { margin-bottom: 14px; }
.wiz-step-hint { font-size: 13px; color: #71717a; margin: 0 0 14px; padding: 10px 12px; background: #f4f4f5; border-radius: 8px; line-height: 1.5; }
.wiz-list-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; gap: 10px; }
.wiz-count { font-size: 12px; color: #71717a; background: #f4f4f5; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.section-subtitle { font-size: 15px; font-weight: 600; margin: 0 0 12px; color: #18181b; }
.dynamic-item-title { font-weight: 600; font-size: 13px; margin-bottom: 10px; padding-right: 36px; color: #3f3f46; }
.dynamic-list { margin-bottom: 10px; }
.resume-preview-box { border: 1px solid #e4e4e7; border-radius: 10px; padding: 16px; background: #fff; max-height: 480px; overflow-y: auto; }
.wiz-final .card { margin-top: 14px; }
.add-btn:hover { background: #e4e4e7; }

/* 经历填写辅助：写法提示 / AI 润色 / 顾问引导 */
.assist-label-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 6px; flex-wrap: wrap; }
.assist-actions { display: flex; gap: 6px; flex-shrink: 0; }
.assist-btn { border: 1px solid #e4e4e7; background: #fff; color: #52525b; font-size: 11px; padding: 4px 8px; border-radius: 6px; cursor: pointer; }
.assist-btn:hover { border-color: #a1a1aa; background: #fafafa; }
.assist-btn-ai { color: #2563eb; border-color: #bfdbfe; background: #eff6ff; }
.assist-btn-ai:hover { background: #dbeafe; }
.assist-guide { margin-top: 8px; padding: 10px 12px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; }
.assist-guide.hidden { display: none; }
.assist-formula { font-size: 12px; font-weight: 600; color: #334155; margin: 0 0 6px; }
.assist-tip { font-size: 12px; color: #64748b; margin: 0 0 4px; line-height: 1.5; }
.assist-polish-panel { margin-top: 8px; }
.assist-polish-result { padding: 10px 12px; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 8px; }
.assist-polish-label { font-size: 12px; font-weight: 600; margin: 0 0 6px; color: #166534; }
.assist-polish-btns { display: flex; gap: 8px; margin-top: 8px; }
.assist-split { margin-top: 10px; padding-top: 10px; border-top: 1px dashed #bbf7d0; }

.advisor-assist-banner {
  display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap;
  padding: 12px 14px; margin-bottom: 12px; background: linear-gradient(135deg, #fafafa 0%, #f4f4f5 100%);
  border: 1px solid #e4e4e7; border-radius: 10px;
}
.advisor-assist-compact { padding: 10px 12px; margin-bottom: 10px; }
.advisor-assist-text strong { display: block; font-size: 13px; margin-bottom: 2px; }
.advisor-assist-text p { margin: 0; font-size: 12px; color: #71717a; line-height: 1.5; max-width: 520px; }
.direction-list { display: flex; flex-direction: column; gap: 10px; }
.direction-card { border: 1px solid #e4e4e7; border-radius: 10px; padding: 12px 14px; }
.direction-head { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 6px; }
.direction-card p { margin: 0 0 4px; font-size: 13px; line-height: 1.55; color: #52525b; }

.steps-container-7 .step-label { font-size: 10px; }
.steps-container-7 .step-number { width: 30px; height: 30px; font-size: 11px; }

.skill-editor { margin-bottom: 14px; }
.skill-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; min-height: 28px; }
.skill-tag { display: inline-flex; align-items: center; gap: 4px; background: #eff6ff; color: #2563eb; padding: 4px 10px; border-radius: 999px; font-size: 12px; }
.tag-rm { border: none; background: none; cursor: pointer; color: inherit; padding: 0; font-size: 14px; }
.skill-add-row { display: flex; gap: 8px; }

.ai-panel {
  background: linear-gradient(135deg, #27272a 0%, #3f3f46 100%);
  color: #fff; border-radius: 12px; padding: 20px; margin-bottom: 14px;
}
.ai-panel-head { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.ai-panel-head svg { width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; }
.ai-panel h3 { font-size: 16px; font-weight: 700; margin: 0 0 4px; }
.ai-panel p { font-size: 12px; opacity: .85; margin: 0; }
.ai-score-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 12px; }
.ai-score-val { font-size: 32px; font-weight: 700; }
.ai-suggestion { background: rgba(255,255,255,.1); border-radius: 8px; padding: 10px 12px; margin-bottom: 8px; font-size: 12px; line-height: 1.55; }
.ai-suggestion strong { display: block; margin-bottom: 4px; }
.btn-light { background: #fff; color: #18181b; border: none; }

.advisor-card-static { display: flex; flex-direction: column; }
.advisor-card-link { text-decoration: none; color: inherit; flex: 1; }
.advisor-card-actions { display: flex; gap: 8px; margin-top: 10px; padding-top: 10px; border-top: 1px solid #f4f4f5; }
.dash-bars { display: flex; flex-direction: column; gap: 10px; }

.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-day { border: none; background: #fafafa; border-radius: 6px; padding: 8px 4px; font-size: 12px; cursor: pointer; }
.cal-day.selected { background: #18181b; color: #fff; }
.cal-day.disabled { color: #d4d4d8; cursor: not-allowed; }
.cal-day.empty { background: transparent; }
.cal-header { margin-bottom: 10px; }
.time-slots { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.time-slot { border: 1px solid #e4e4e7; background: #fff; border-radius: 6px; padding: 6px 10px; font-size: 12px; cursor: pointer; }
.time-slot.selected { background: #18181b; color: #fff; border-color: #18181b; }

.tool-btn { cursor: pointer; border: 1px solid #e4e4e7; background: #fff; width: 100%; text-align: center; }
.tool-btn:hover { border-color: #a1a1aa; }
.lib-modal { position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; }
.lib-modal-inner { background: #fff; border-radius: 12px; max-width: 640px; width: 100%; max-height: 80vh; overflow-y: auto; padding: 20px; }
.lib-modal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.upload-choice-list { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }
.upload-choice-card { text-align: left; border: 1px solid #e4e4e7; border-radius: 10px; padding: 14px 16px; background: #fff; cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.upload-choice-card:hover { border-color: #18181b; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.upload-choice-card strong { display: block; margin-bottom: 6px; font-size: 15px; }
.upload-choice-card span { display: block; color: #71717a; font-size: 13px; line-height: 1.5; }
.upload-choice-muted { background: #fafafa; }
.lib-item { border: 1px solid #e4e4e7; border-radius: 10px; padding: 14px; margin-bottom: 10px; }
.lib-item-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.lib-kpi-group, .lib-comp-group { margin-bottom: 12px; }

.notice-sync { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; margin-bottom: 12px; }
.sync-summary { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 8px; padding: 12px 14px; margin-bottom: 10px; }
.sync-summary-pre { margin: 8px 0 0; font-size: 12px; line-height: 1.6; white-space: pre-wrap; color: #166534; font-family: inherit; }

.ai-scene-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 10px 14px; margin-bottom: 12px; background: #f4f4f5; border-radius: 8px; border: 1px solid #e4e4e7; font-size: 13px; }
.ai-scene-label { color: #71717a; font-weight: 500; margin-right: 4px; }
.ai-scene-tag { background: #fff; border: 1px solid #d4d4d8; border-radius: 6px; padding: 3px 10px; color: #3f3f46; }
.ai-scene-job { border-color: #a1a1aa; font-weight: 500; }
.ai-scene-missing { color: #b45309; font-size: 12px; text-decoration: none; }
.ai-scene-missing:hover { text-decoration: underline; }

.ai-feedback-panel { margin-top: 16px; padding: 14px 16px; border: 1px solid #e4e4e7; border-radius: 10px; background: #fafafa; }
.ai-fb-head { margin-bottom: 10px; font-size: 14px; }
.ai-fb-stars { display: flex; gap: 6px; margin-bottom: 10px; }
.ai-fb-star { border: none; background: none; font-size: 22px; color: #d4d4d8; cursor: pointer; padding: 0 2px; line-height: 1; }
.ai-fb-star:hover, .ai-fb-star.active { color: #f59e0b; }
.ai-fb-reasons { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }
.ai-fb-reason { font-size: 13px; color: #52525b; cursor: pointer; }
.ai-fb-thanks { color: #16a34a; font-size: 13px; margin: 8px 0 0; }
.job-adapt-banner { background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 8px; padding: 12px 14px; margin-bottom: 12px; }
.job-adapt-banner p { margin: 0 0 10px; font-size: 13px; color: #1e40af; }

.history-modal-inner { max-width: 640px; }
.history-list { display: flex; flex-direction: column; gap: 8px; max-height: 280px; overflow-y: auto; margin: 12px 0; }
.history-item { text-align: left; border: 1px solid #e4e4e7; border-radius: 8px; padding: 10px 12px; background: #fff; cursor: pointer; }
.history-item:hover { border-color: #18181b; }
.history-item strong { display: block; margin-bottom: 4px; font-size: 14px; }
.history-item span { color: #71717a; font-size: 12px; }
.history-compare-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 12px; }
.history-compare-row select { flex: 1; min-width: 140px; }
.compare-card { margin-top: 12px; }
.compare-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.compare-col { background: #f9fafb; border-radius: 8px; padding: 10px; font-size: 13px; }
.compare-meta { color: #71717a; font-size: 12px; margin: 0 0 6px; }
.compare-block { margin-top: 10px; }
.compare-lbl { font-size: 13px; }
.compare-add { color: #16a34a; }
.compare-remove { color: #9ca3af; }
.compare-warn { color: #b45309; }
.compare-ok { color: #2563eb; }

.ledger-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.ledger-stat { background: #f4f4f5; border-radius: 8px; padding: 8px 12px; font-size: 13px; }
.ledger-stat strong { margin-right: 4px; }
.ledger-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.ledger-table th, .ledger-table td { border-bottom: 1px solid #e4e4e7; padding: 10px 8px; text-align: left; }
.ledger-table th { color: #71717a; font-weight: 500; }
.ledger-actions { display: flex; gap: 6px; flex-wrap: wrap; }
.exp-list { display: flex; flex-direction: column; gap: 10px; }
.exp-item-card { border: 1px solid #e4e4e7; border-radius: 10px; padding: 14px; display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.exp-item-card .exp-body { flex: 1; text-decoration: none; color: inherit; }
.exp-title { font-weight: 600; font-size: 15px; margin-bottom: 4px; }
.exp-meta { font-size: 12px; color: #71717a; margin-bottom: 4px; }
.exp-desc { font-size: 13px; color: #52525b; line-height: 1.5; }
.exp-snippet { color: #71717a; font-size: 12px; margin-top: 4px; }
.exp-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.exp-tag { font-size: 11px; padding: 2px 8px; border-radius: 4px; background: #fef3c7; color: #92400e; }
.exp-quick-row { margin-top: 6px; }
.exp-quick-link { font-size: 12px; color: #2563eb; cursor: pointer; }
.exp-actions { display: flex; flex-direction: column; gap: 6px; flex-shrink: 0; }

.proj-edit-card .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.proj-edit-card .span-2 { grid-column: span 2; }
.form-item { display: flex; flex-direction: column; gap: 6px; }
.field-label { font-size: 13px; font-weight: 600; color: #18181b; }
.field-input { padding: 9px 12px; border: 1px solid #e4e4e7; border-radius: 8px; font-size: 13px; }
.field-textarea { padding: 10px 12px; border: 1px solid #e4e4e7; border-radius: 8px; font-size: 13px; line-height: 1.55; resize: vertical; min-height: 88px; }
.field-hint { font-size: 12px; color: #71717a; margin: 0; }
.label-row { display: flex; justify-content: space-between; align-items: center; }
.polish-link { border: none; background: none; color: #2563eb; font-size: 12px; cursor: pointer; padding: 0; }
.writing-guide-card { margin-bottom: 12px; }
.writing-guide-head { width: 100%; display: flex; justify-content: space-between; align-items: center; border: none; background: none; padding: 0; cursor: pointer; text-align: left; }
.writing-guide-title { font-weight: 600; font-size: 14px; }
.writing-guide-toggle { font-size: 12px; color: #71717a; }
.writing-guide-body.hidden { display: none; }
.writing-guide-block { margin-top: 12px; padding-top: 12px; border-top: 1px solid #f4f4f5; }
.writing-guide-label { font-weight: 600; font-size: 13px; display: block; margin-bottom: 4px; }
.writing-guide-formula { font-size: 12px; color: #52525b; margin-bottom: 6px; }
.writing-guide-point { font-size: 12px; color: #71717a; line-height: 1.5; }
.polish-panel { margin-top: 12px; }
.polish-original { background: #fafafa; border-radius: 8px; padding: 10px; font-size: 13px; line-height: 1.55; white-space: pre-wrap; }
.polish-label { font-size: 12px; font-weight: 600; margin-bottom: 6px; color: #52525b; }
.polish-block { margin-bottom: 12px; }
.polish-split-block { border-top: 1px solid #f4f4f5; padding-top: 12px; margin-top: 4px; }
.polish-tip-item { font-size: 12px; color: #52525b; margin-bottom: 4px; }
.struct-preview-card .struct-item { border: 1px solid #e4e4e7; border-radius: 8px; padding: 12px; margin-bottom: 10px; }
.struct-item-title { font-weight: 600; font-size: 14px; margin-bottom: 6px; }
.struct-field { font-size: 13px; color: #52525b; margin-bottom: 4px; }

@media (max-width: 720px) {
  .proj-edit-card .form-grid { grid-template-columns: 1fr; }
  .proj-edit-card .span-2 { grid-column: span 1; }
  .exp-item-card { flex-direction: column; }
  .exp-actions { flex-direction: row; }
}

.app-side-item.active { border-left: 3px solid #18181b; padding-left: 7px; }

@media (max-width: 1100px) {
  .page-grid { grid-template-columns: 1fr; }
  .page-grid-compare { grid-template-columns: 1fr; }
  .resume-preview-card { position: static; max-height: none; }
  .job-card-grid, .advisor-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .two-column, .resume-card-grid, .tool-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .span-2 { grid-column: span 1; }
}
@media (max-width: 860px) {
  .app-side { transform: translateX(-100%); transition: transform .2s; }
  .app-side.open { transform: translateX(0); box-shadow: 0 8px 32px rgba(0,0,0,.08); }
  .app-body { margin-left: 0; }
  .menu-btn { display: inline-flex; }
  .job-card-grid, .advisor-grid, .quick-grid, .grid-2, .report-cols, .dim-grid { grid-template-columns: 1fr; }
  .guide-cta { flex-direction: column; align-items: flex-start; }
}

/* v3.2 成长时间线 */
.growth-timeline { list-style: none; margin: 0; padding: 0; }
.growth-tl-item { padding: 12px 0; border-bottom: 1px solid #f4f4f5; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.growth-tl-item strong { flex: 1 1 100%; font-size: 15px; }
.growth-tl-item .muted { font-size: 12px; color: #71717a; }
.coffee-ent-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; padding: 14px 16px; }
.gp-list { list-style: none; margin: 0; padding: 0; }
.gp-item { padding: 12px 0; border-bottom: 1px solid #f4f4f5; border-left: 4px solid #3b82f6; padding-left: 12px; margin-bottom: 8px; }
.gp-item.gp-done { border-left-color: #f59e0b; }
.gp-item a { text-decoration: none; color: inherit; display: block; }
.gp-item strong { display: block; font-size: 15px; color: #1e293b; }
.tag-warn { color: #d97706; font-size: 12px; margin-left: 8px; }
.tag-ok { color: #059669; font-size: 12px; margin-left: 8px; }
.growth-timeline-unified .tl-actions-bar { margin-top: 10px; flex-wrap: wrap; }
.tl-archived-hint { margin-top: 8px; color: #71717a; }
.tl-quarter { border: 1px solid #e4e4e7; border-radius: 12px; margin-bottom: 12px; padding: 0 12px; background: #fff; }
.tl-quarter[open] { background: #fafafa; }
.tl-quarter-head { cursor: pointer; padding: 14px 4px; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 14px; }
.tl-quarter-head::-webkit-details-marker { display: none; }
.tl-quarter-body { padding-bottom: 8px; }
.tl-summary-main { flex: 1; min-width: 0; }
.tl-proj-link { color: #1e293b; text-decoration: none; }
.tl-proj-link:hover { color: #2563eb; text-decoration: underline; }
.tl-proj-badges { display: flex; flex-wrap: wrap; gap: 6px; margin: 6px 0 4px; }
.tl-proj-meta { display: block; font-size: 12px; line-height: 1.5; }
.tl-badge { font-size: 11px; padding: 2px 8px; border-radius: 999px; font-weight: 600; }
.tl-badge-ongoing { background: #dbeafe; color: #1d4ed8; }
.tl-badge-done { background: #fef3c7; color: #b45309; }
.tl-badge-pause { background: #f4f4f5; color: #52525b; }
.tl-badge-warn { background: #fff7ed; color: #c2410c; font-size: 11px; padding: 2px 8px; border-radius: 999px; }
.tl-pending-retro { margin-top: 16px; padding-top: 16px; border-top: 1px dashed #e4e4e7; }
.gp-archived-card { margin-bottom: 12px; background: #fafafa; }
.gp-archived-list .gp-item { border-left-color: #10b981; }
.tl-group { border: 1px solid #f4f4f5; border-radius: 10px; margin-bottom: 10px; padding: 0 12px; }
.tl-group[open] { background: #fafafa; }
.tl-summary { cursor: pointer; padding: 14px 4px; list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.tl-summary::-webkit-details-marker { display: none; }
.tl-summary strong { flex: 1 1 100%; font-size: 15px; color: #1e293b; }
.tl-panel { padding: 0 4px 16px; border-top: 1px solid #f4f4f5; }
.tl-snippet { margin-top: 16px; padding-top: 16px; border-top: 1px dashed #e4e4e7; }
.goal-text { color: #047857; background: #f0fdf4; padding: 10px 12px; border-radius: 8px; font-size: 14px; }
.boost-module-web { background: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%); border: 1px solid #dbeafe; }
.field-head-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 6px; }
.retro-field { width: 100%; box-sizing: border-box; min-height: 44px; line-height: 1.5; padding: 10px 12px; font-size: 15px; }
textarea.retro-field { min-height: 120px; line-height: 1.6; }
input.retro-field { height: 44px; }
