:root {
  --bg: #f6f9ff;
  --bg-2: #eef5ff;
  --panel: #ffffff;
  --panel-soft: #f9fbff;
  --text: #14213d;
  --text-2: #2c3c58;
  --muted: #66758c;
  --muted-2: #8b98aa;
  --line: #dfe7f2;
  --line-strong: #ccd9e8;
  --blue: #3b82f6;
  --blue-soft: #eaf2ff;
  --cyan: #0ea5a8;
  --cyan-soft: #e6f8f7;
  --purple: #8b5cf6;
  --purple-soft: #f1ecff;
  --pink: #ec4899;
  --pink-soft: #fff0f7;
  --green: #16a66a;
  --green-soft: #e9f9f1;
  --amber: #e58b08;
  --amber-soft: #fff7e5;
  --red: #d94b5e;
  --red-soft: #fff0f2;
  --shadow: 0 14px 38px rgba(44, 83, 126, .09);
  --shadow-sm: 0 8px 22px rgba(44, 83, 126, .07);
  --radius: 18px;
  --sidebar: 292px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: linear-gradient(180deg, #f9fbff 0, var(--bg) 36%, #f7fbff 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a, input, select, textarea { outline-offset: 3px; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(59,130,246,.28); }

.app-shell { min-height: 100vh; }
.sidebar {
  position: fixed; inset: 0 auto 0 0; width: var(--sidebar); z-index: 30;
  display: flex; flex-direction: column; padding: 20px 16px 16px;
  background: rgba(255,255,255,.97); border-right: 1px solid var(--line);
  box-shadow: 10px 0 34px rgba(34,67,104,.045); backdrop-filter: blur(18px);
}
.brand-wrap { display: flex; align-items: center; gap: 10px; padding: 0 4px 18px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1; }
.brand-mark, .workspace-logo {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center;
  background: linear-gradient(145deg, #22c1c3, #3b82f6 56%, #8b5cf6); color: #fff; font-weight: 900; letter-spacing: -.04em;
  box-shadow: 0 9px 20px rgba(59,130,246,.22);
}
.brand-copy, .workspace-copy { display: grid; min-width: 0; }
.brand-copy strong { font-size: 16px; line-height: 1.1; letter-spacing: -.02em; }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.demo-pill { flex: none; border: 1px solid #b8eae4; background: var(--cyan-soft); color: #087b7d; border-radius: 999px; padding: 5px 7px; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.workspace-card {
  width: 100%; min-height: 64px; display: flex; align-items: center; gap: 11px; padding: 10px 11px;
  border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(135deg,#fbfdff,#f6f9ff); cursor: pointer; text-align: left;
}
.workspace-card:hover { border-color: #bdd1eb; box-shadow: var(--shadow-sm); }
.workspace-logo { width: 38px; height: 38px; border-radius: 11px; background: linear-gradient(145deg,#8b5cf6,#ec4899); font-size: 12px; }
.workspace-copy { flex: 1; }
.workspace-copy strong { font-size: 14px; }
.workspace-copy small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.chev { color: var(--muted); font-size: 17px; }
.nav { margin-top: 13px; padding-right: 3px; overflow-y: auto; scrollbar-width: thin; }
.nav-section { margin: 12px 0 16px; }
.nav-label { padding: 0 11px 7px; color: var(--muted-2); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.nav-link {
  width: 100%; min-height: 44px; border: 0; background: transparent; border-radius: 12px; padding: 9px 11px;
  display: flex; align-items: center; gap: 11px; color: #5d6e86; text-align: left; cursor: pointer; font-size: 14px; font-weight: 650;
}
.nav-link:hover { background: #f4f8fd; color: var(--text); }
.nav-link.active { background: linear-gradient(90deg,#eaf2ff,#f2efff); color: #235aa9; }
.nav-icon { width: 29px; height: 29px; border-radius: 9px; display: grid; place-items: center; background: #f4f7fb; color: #647a96; font-size: 13px; font-weight: 900; }
.nav-link.active .nav-icon { background: #dfeaff; color: #2d6cc8; }
.nav-count { margin-left: auto; min-width: 24px; padding: 2px 7px; border-radius: 999px; text-align: center; background: #eef3f9; color: #6d7d91; font-size: 11px; }
.sidebar-bottom { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); }
.sidekick-mini {
  width: 100%; min-height: 58px; display: flex; align-items: center; gap: 10px; border: 1px solid #ded3ff; border-radius: 15px;
  padding: 9px 10px; background: linear-gradient(135deg,#f8f5ff,#eef7ff); cursor: pointer; text-align: left;
}
.sidekick-mini > span:nth-child(2) { display: grid; }
.sidekick-mini strong { font-size: 13px; }
.sidekick-mini small { color: var(--muted); font-size: 11px; }
.sidekick-orb { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(145deg,#8b5cf6,#4f8cf7,#18b9b9); color: white; font-size: 17px; box-shadow: 0 8px 18px rgba(139,92,246,.22); }
.profile-card { display: flex; align-items: center; gap: 10px; padding: 12px 4px 2px; }
.avatar { width: 38px; height: 38px; flex: none; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,#3b82f6,#0ea5a8); color: white; font-size: 12px; font-weight: 900; }
.profile-copy { display: grid; flex: 1; min-width: 0; }
.profile-copy strong { font-size: 13px; }
.profile-copy small { color: var(--muted); font-size: 11px; }

.main { margin-left: var(--sidebar); min-height: 100vh; }
.topbar {
  min-height: 82px; position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 13px 28px; background: rgba(249,251,255,.92); border-bottom: 1px solid rgba(223,231,242,.9); backdrop-filter: blur(18px);
}
.topbar-left { display: flex; align-items: center; gap: 12px; min-width: 0; }
.topbar-title { min-width: 0; }
.topbar h1 { margin: 1px 0 0; font-size: clamp(21px,2vw,27px); line-height: 1.12; letter-spacing: -.035em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.eyebrow { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.topbar-actions { display: flex; align-items: center; gap: 9px; }
.search-button { min-width: 230px; min-height: 44px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 12px; padding: 0 11px; background: white; color: var(--muted); cursor: pointer; }
.search-button span:nth-child(2) { flex: 1; text-align: left; font-size: 13px; }
kbd { border: 1px solid var(--line); border-bottom-color: var(--line-strong); border-radius: 6px; padding: 2px 5px; background: #f7f9fc; color: var(--muted); font-size: 10px; }
.icon-btn, .ghost-btn, .primary-btn, .secondary-btn, .soft-btn, .danger-btn, .sidekick-btn, .status-btn {
  min-height: 44px; border-radius: 12px; cursor: pointer; transition: .16s ease; font-weight: 800;
}
.icon-btn { width: 44px; display: grid; place-items: center; border: 1px solid var(--line); background: white; color: #60728b; padding: 0; }
.small-icon { width: 36px; min-height: 36px; border: 0; background: transparent; }
.icon-btn:hover, .ghost-btn:hover, .secondary-btn:hover, .soft-btn:hover { border-color: #b9cbe1; box-shadow: 0 5px 14px rgba(44,83,126,.06); }
.has-badge { position: relative; }
.badge-dot { position: absolute; right: 8px; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--pink); border: 2px solid white; }
.primary-btn, .secondary-btn, .ghost-btn, .soft-btn, .danger-btn, .sidekick-btn, .status-btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 15px; border: 1px solid transparent; }
.primary-btn { background: linear-gradient(135deg,#3b82f6,#5078f2); color: white; box-shadow: 0 9px 20px rgba(59,130,246,.20); }
.primary-btn:hover { transform: translateY(-1px); filter: saturate(1.06); }
.secondary-btn { background: white; border-color: var(--line); color: var(--text-2); }
.ghost-btn { background: transparent; border-color: var(--line); color: #60728b; }
.soft-btn { background: #f3f7fc; border-color: #e4ebf4; color: #47617f; }
.danger-btn { background: var(--red-soft); border-color: #f3c8ce; color: var(--red); }
.sidekick-btn { background: linear-gradient(135deg,#f0eaff,#e9f6ff); border-color: #d9d1ff; color: #6643c6; }
.status-btn { background: var(--green-soft); border-color: #c8ecd9; color: #087c4c; }
.compact-btn { min-height: 36px; padding: 0 11px; font-size: 12px; }
.mobile-only { display: none; }

.demo-banner { margin: 18px 28px 0; min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 12px 9px 15px; border: 1px solid #cde8ea; border-radius: 15px; background: linear-gradient(90deg,#ecfbf8,#eef6ff,#f6f2ff); color: #597089; font-size: 13px; }
.demo-banner strong { color: #087f80; margin-right: 7px; }
.content { max-width: 1780px; margin: 0 auto; padding: 24px 28px 56px; }

.page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.page-head h2 { margin: 0; font-size: clamp(25px,2.5vw,34px); line-height: 1.1; letter-spacing: -.045em; }
.page-head p { margin: 7px 0 0; max-width: 820px; color: var(--muted); font-size: 14px; }
.page-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.grid { display: grid; gap: 16px; min-width: 0; }
.grid-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.grid-main { grid-template-columns: minmax(0,1.55fr) minmax(330px,.78fr); }
.grid-sidebar { grid-template-columns: minmax(0,1fr) minmax(310px,.42fr); }
.card { min-width: 0; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.card-pad { padding: 20px; }
.card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.card-head h3 { margin: 0; font-size: 16px; letter-spacing: -.015em; }
.card-head p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.card-body { padding: 20px; }
.section-title { margin: 0 0 3px; font-size: 18px; letter-spacing: -.02em; }
.section-sub { margin: 0; color: var(--muted); font-size: 13px; }

.metric-card { position: relative; min-height: 150px; padding: 19px; }
.metric-top { display: flex; justify-content: space-between; gap: 12px; }
.metric-label { color: var(--muted); font-size: 13px; font-weight: 800; }
.metric-value { margin-top: 10px; font-size: clamp(30px,3.1vw,39px); line-height: 1; font-weight: 900; letter-spacing: -.055em; }
.metric-change { margin-top: 11px; color: var(--green); font-size: 12px; font-weight: 800; }
.metric-change.down { color: var(--red); }
.metric-icon { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 13px; font-size: 15px; font-weight: 900; }
.tint-blue { background: var(--blue-soft); color: var(--blue); }
.tint-cyan { background: var(--cyan-soft); color: var(--cyan); }
.tint-purple { background: var(--purple-soft); color: var(--purple); }
.tint-amber { background: var(--amber-soft); color: var(--amber); }
.tint-pink { background: var(--pink-soft); color: var(--pink); }
.tint-green { background: var(--green-soft); color: var(--green); }

.list { display: grid; gap: 10px; }
.list-row { min-width: 0; display: flex; align-items: center; gap: 13px; padding: 12px 0; border-bottom: 1px solid #edf1f6; }
.list-row:last-child { border-bottom: 0; }
.list-main { min-width: 0; flex: 1; }
.list-main strong { display: block; font-size: 14px; }
.list-main small { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }
.list-value { text-align: right; font-size: 13px; }
.list-value strong { display: block; }
.avatar-square { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 12px; background: var(--blue-soft); color: var(--blue); font-size: 12px; font-weight: 900; }
.avatar-square.purple { background: var(--purple-soft); color: var(--purple); }
.avatar-square.cyan { background: var(--cyan-soft); color: var(--cyan); }

.badge { display: inline-flex; align-items: center; gap: 6px; min-height: 27px; padding: 3px 9px; border-radius: 999px; font-size: 11px; font-weight: 850; white-space: nowrap; }
.badge.blue { background: var(--blue-soft); color: #2867c4; }
.badge.green { background: var(--green-soft); color: #087c4c; }
.badge.amber { background: var(--amber-soft); color: #9a5c02; }
.badge.red { background: var(--red-soft); color: #ba3a4c; }
.badge.purple { background: var(--purple-soft); color: #6b46c8; }
.badge.cyan { background: var(--cyan-soft); color: #087b7d; }
.badge.gray { background: #f1f4f8; color: #64748b; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }

.action-row { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.split { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.stack { display: grid; gap: 12px; }
.muted { color: var(--muted); }
.small { font-size: 12px; }
.big { font-size: 21px; font-weight: 900; letter-spacing: -.03em; }
.divider { height: 1px; background: var(--line); margin: 17px 0; }
.empty-state { padding: 36px 18px; text-align: center; color: var(--muted); }

.job-list { display: grid; gap: 12px; }
.job-row { display: grid; grid-template-columns: minmax(280px,1.5fr) minmax(145px,.62fr) minmax(170px,.72fr) minmax(120px,.54fr) auto; align-items: center; gap: 14px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 15px; background: white; cursor: pointer; transition: .16s ease; }
.job-row:hover { border-color: #bcd2ef; box-shadow: var(--shadow-sm); transform: translateY(-1px); }
.job-primary { min-width: 0; }
.job-primary strong { display: block; font-size: 15px; }
.job-primary small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.job-cell label { display: block; margin-bottom: 3px; color: var(--muted-2); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.job-cell div { font-size: 13px; font-weight: 700; }
.progress { height: 8px; border-radius: 999px; background: #edf2f8; overflow: hidden; }
.progress > span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#22b7b6,#3b82f6,#8b5cf6); }

.job-hero { padding: 21px; border: 1px solid #d8e3f1; border-radius: 19px; background: linear-gradient(120deg,#ffffff 0%,#f3f8ff 54%,#f6f1ff 100%); box-shadow: var(--shadow-sm); }
.job-hero-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.job-title-wrap { min-width: 0; }
.job-kicker { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 8px; }
.job-title-wrap h2 { margin: 0; font-size: clamp(25px,3vw,36px); line-height: 1.08; letter-spacing: -.045em; }
.job-title-wrap p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.job-meta-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin-top: 18px; }
.meta-tile { padding: 12px 13px; border: 1px solid #e1e8f2; border-radius: 13px; background: rgba(255,255,255,.82); }
.meta-tile label { display: block; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.meta-tile strong { display: block; margin-top: 4px; font-size: 14px; }
.tabs { display: flex; gap: 6px; padding: 8px; margin: 17px 0; border: 1px solid var(--line); border-radius: 15px; background: #fff; overflow-x: auto; scrollbar-width: thin; }
.tab-btn { min-height: 42px; flex: 0 0 auto; border: 0; border-radius: 10px; padding: 0 13px; background: transparent; color: var(--muted); cursor: pointer; font-size: 13px; font-weight: 800; }
.tab-btn:hover { background: #f4f7fb; }
.tab-btn.active { background: linear-gradient(135deg,#eaf2ff,#f1edff); color: #2a65bd; }

.quick-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.quick-action { min-height: 78px; display: grid; align-content: center; gap: 4px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: white; cursor: pointer; text-align: left; }
.quick-action:hover { border-color: #bcd1ec; background: #fbfdff; }
.quick-action span { font-size: 18px; }
.quick-action strong { font-size: 13px; }
.quick-action small { color: var(--muted); font-size: 11px; }

.scope-box { padding: 15px; border-radius: 14px; background: #f7faff; border: 1px solid #e3ebf5; }
.scope-box h4 { margin: 0 0 6px; font-size: 13px; }
.scope-box p { margin: 0; color: #52657d; font-size: 13px; }
.check-list { display: grid; gap: 9px; }
.check-item { display: flex; align-items: flex-start; gap: 10px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.check-item input { width: 19px; height: 19px; margin-top: 1px; accent-color: var(--blue); }
.check-item span { font-size: 13px; }

.client-link { padding: 14px; border: 1px dashed #b9cdec; border-radius: 14px; background: #f8fbff; }
.client-link code { display: block; margin: 7px 0 10px; padding: 9px 10px; border-radius: 9px; background: white; border: 1px solid var(--line); color: #41607f; font-size: 12px; overflow-wrap: anywhere; }
.visibility-list { display: grid; gap: 8px; }
.switch-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 11px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.switch-row span { font-size: 13px; font-weight: 700; }
.toggle { position: relative; width: 44px; height: 25px; flex: none; border: 0; border-radius: 999px; background: #dbe4ef; cursor: pointer; }
.toggle::after { content: ""; position: absolute; width: 19px; height: 19px; left: 3px; top: 3px; border-radius: 50%; background: white; box-shadow: 0 2px 6px rgba(0,0,0,.12); transition: .17s ease; }
.toggle.on { background: linear-gradient(90deg,#0ea5a8,#3b82f6); }
.toggle.on::after { transform: translateX(19px); }

.photo-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.photo-card { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: white; }
.photo-card img, .photo-placeholder { width: 100%; aspect-ratio: 16/10; object-fit: cover; background: linear-gradient(145deg,#d9e9fb,#eee8ff); }
.photo-placeholder { display: grid; place-items: center; color: #61758f; font-weight: 900; font-size: 13px; }
.photo-card figcaption { padding: 10px 11px; }
.photo-card figcaption strong { display: block; font-size: 12px; }
.photo-card figcaption small { color: var(--muted); font-size: 11px; }
.file-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; }
.file-card { min-width: 0; padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.file-icon { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 10px; border-radius: 11px; background: var(--blue-soft); color: var(--blue); font-size: 11px; font-weight: 900; }
.file-card strong { display: block; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.file-card small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.file-actions { display: flex; gap: 6px; margin-top: 10px; flex-wrap: wrap; }
.mini-btn { min-height: 34px; border: 1px solid var(--line); border-radius: 9px; padding: 0 9px; background: #f8fafd; color: #52657e; cursor: pointer; font-size: 11px; font-weight: 800; }

.estimate-sheet { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; }
.estimate-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 18px; background: linear-gradient(120deg,#f6faff,#fbf9ff); border-bottom: 1px solid var(--line); }
.estimate-top h3 { margin: 0; font-size: 19px; }
.estimate-total { text-align: right; }
.estimate-total small { display: block; color: var(--muted); font-size: 11px; }
.estimate-total strong { font-size: 26px; letter-spacing: -.04em; }
.line-items { display: grid; }
.line-item { display: grid; grid-template-columns: minmax(0,1fr) 76px 100px 110px; gap: 10px; padding: 12px 16px; border-bottom: 1px solid #edf1f6; font-size: 13px; }
.line-item.header { color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; background: #fbfcfe; }
.line-item:last-child { border-bottom: 0; }
.line-item > div:not(:first-child) { text-align: right; }

.note-list { display: grid; gap: 10px; }
.note-card { padding: 13px 14px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.note-card.public { border-left: 4px solid #0ea5a8; }
.note-card.private { border-left: 4px solid #8b5cf6; }
.note-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 7px; color: var(--muted); font-size: 11px; }
.note-card p { margin: 0; font-size: 13px; color: #40546f; }
.assignment-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.assignment-card { padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.assignment-card h4 { margin: 0 0 4px; font-size: 13px; }
.assignment-card p { margin: 0 0 12px; color: var(--muted); font-size: 12px; }

.activity { position: relative; display: grid; gap: 14px; }
.activity-item { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 11px; }
.activity-dot { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--blue-soft); color: var(--blue); font-size: 10px; font-weight: 900; }
.activity-copy strong { display: block; font-size: 13px; }
.activity-copy span { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; }

.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.field { display: grid; gap: 6px; min-width: 0; }
.field.full { grid-column: 1/-1; }
.field label { color: #485c75; font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; border: 1px solid #cfdbe9; border-radius: 11px; padding: 10px 11px; background: #fff; color: var(--text); font-size: 16px; }
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #8eb9ef; box-shadow: 0 0 0 3px rgba(59,130,246,.09); }
.field-help { color: var(--muted); font-size: 11px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 22px; background: rgba(36,51,72,.32); backdrop-filter: blur(4px); }
.modal { width: min(720px,100%); max-height: calc(100vh - 44px); overflow: auto; border: 1px solid #d9e3ef; border-radius: 20px; background: white; box-shadow: 0 28px 80px rgba(31,55,88,.20); }
.modal.wide { width: min(940px,100%); }
.modal-head { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; gap: 14px; padding: 18px 20px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.modal-head h3 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.modal-head p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.modal-body { padding: 20px; }
.modal-foot { position: sticky; bottom: 0; display: flex; justify-content: flex-end; gap: 9px; padding: 14px 20px; background: rgba(255,255,255,.97); border-top: 1px solid var(--line); }

.toast-region { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: grid; gap: 9px; width: min(390px,calc(100vw - 40px)); }
.toast { padding: 13px 15px; border: 1px solid #dbe5f0; border-radius: 14px; background: white; box-shadow: 0 18px 44px rgba(37,65,99,.16); animation: toast-in .2s ease both; }
.toast strong { display: block; font-size: 13px; }
.toast span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }
@keyframes toast-in { from { opacity:0; transform:translateY(8px); } }

.command-list { display: grid; gap: 7px; margin-top: 13px; }
.command-item { width: 100%; min-height: 48px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 11px; padding: 8px 11px; background: #fff; cursor: pointer; text-align: left; }
.command-item:hover { background: #f7faff; border-color: #bdd0e8; }
.command-item span:first-child { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: var(--blue-soft); color: var(--blue); font-weight: 900; }
.command-item strong { font-size: 13px; }
.command-item small { display: block; color: var(--muted); font-size: 11px; }

.sidekick-hero { position: relative; overflow: hidden; padding: clamp(22px,4vw,38px); border: 1px solid #dad6f7; border-radius: 22px; background: linear-gradient(120deg,#ffffff 0,#f3f6ff 45%,#effcff 72%,#f6efff 100%); box-shadow: var(--shadow); }
.sidekick-hero::after { content:"✦"; position:absolute; right:5%; top:3%; color:rgba(139,92,246,.10); font-size:160px; line-height:1; pointer-events:none; }
.sidekick-brand { display: inline-flex; align-items: center; gap: 9px; padding: 7px 10px; border: 1px solid #d8d0ff; border-radius: 999px; background: rgba(255,255,255,.75); color: #684ac5; font-size: 12px; font-weight: 900; }
.sidekick-hero h2 { position:relative; z-index:1; margin: 15px 0 8px; max-width: 820px; font-size: clamp(32px,5vw,54px); line-height: .99; letter-spacing: -.06em; }
.sidekick-hero p { position:relative; z-index:1; margin:0; max-width:780px; color:#60708a; font-size:15px; }
.sidekick-layout { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(300px,.72fr); gap: 16px; margin-top: 17px; }
.chat-card { min-width:0; border:1px solid var(--line); border-radius:19px; background:white; box-shadow:var(--shadow-sm); overflow:hidden; }
.chat-feed { min-height: 390px; max-height: 600px; overflow:auto; padding:20px; display:grid; gap:13px; background:linear-gradient(180deg,#fcfdff,#f8fbff); }
.message { max-width: 88%; padding: 12px 14px; border-radius: 15px; font-size: 13px; line-height:1.55; }
.message.assistant { justify-self:start; background:white; border:1px solid var(--line); color:#425671; border-top-left-radius:5px; }
.message.user { justify-self:end; background:linear-gradient(135deg,#3b82f6,#6a68ee); color:white; border-top-right-radius:5px; }
.message strong { color:inherit; }
.chat-actions { display:flex; gap:7px; flex-wrap:wrap; margin-top:9px; }
.chat-actions button { min-height:34px; border:1px solid #d6e0ec; border-radius:9px; padding:0 9px; background:white; color:#44617f; cursor:pointer; font-size:11px; font-weight:850; }
.chat-compose { display:flex; gap:9px; padding:13px; border-top:1px solid var(--line); background:white; }
.chat-compose input { min-width:0; flex:1; min-height:46px; border:1px solid #cfdbe9; border-radius:12px; padding:0 13px; font-size:16px; }
.chat-compose button { flex:none; }
.prompt-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; margin-top:11px; }
.prompt-chip { min-height:54px; padding:9px 10px; border:1px solid var(--line); border-radius:12px; background:white; color:#4c607a; cursor:pointer; text-align:left; font-size:12px; font-weight:800; }
.prompt-chip:hover { border-color:#c2d2e7; background:#f9fbff; }
.insight-list { display:grid; gap:9px; }
.insight { padding:12px; border:1px solid var(--line); border-radius:12px; background:white; }
.insight strong { display:block; font-size:12px; }
.insight p { margin:4px 0 0; color:var(--muted); font-size:11px; }

.portal-shell { max-width: 1180px; margin: 0 auto; }
.portal-top { padding: 24px; border: 1px solid #d8e5f2; border-radius: 20px; background: linear-gradient(120deg,#fff,#f0f8ff,#f2fdf9); box-shadow: var(--shadow-sm); }
.portal-brand { display:flex; align-items:center; gap:10px; color:#2c5f99; font-weight:900; }
.portal-top h2 { margin:18px 0 5px; font-size:clamp(28px,4vw,42px); letter-spacing:-.05em; }
.portal-top p { margin:0; color:var(--muted); }
.portal-nav { display:flex; gap:8px; margin-top:17px; flex-wrap:wrap; }
.portal-section { margin-top:16px; }

.sparkbars { display:flex; align-items:end; gap:8px; height:130px; padding-top:10px; }
.sparkbar { flex:1; min-width:14px; border-radius:8px 8px 3px 3px; background:linear-gradient(180deg,#7bb5ff,#7668ee); }
.legend { display:flex; gap:14px; flex-wrap:wrap; margin-top:9px; color:var(--muted); font-size:11px; }

.mobile-backdrop { display:none; }
@media (max-width: 1250px) {
  .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .grid-main, .grid-sidebar, .sidekick-layout { grid-template-columns: 1fr; }
  .job-meta-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .file-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .job-row { grid-template-columns: minmax(250px,1.4fr) minmax(140px,.7fr) minmax(145px,.7fr) auto; }
  .job-row .job-cell.progress-cell { display:none; }
}
@media (max-width: 980px) {
  :root { --sidebar: 274px; }
  .sidebar { transform: translateX(-102%); transition: transform .2s ease; box-shadow: 18px 0 50px rgba(35,60,92,.14); }
  .sidebar.open { transform: translateX(0); }
  .mobile-backdrop.show { display:block; position:fixed; inset:0; z-index:25; background:rgba(40,56,78,.24); backdrop-filter:blur(2px); }
  .main { margin-left:0; }
  .mobile-only { display:grid; }
  .topbar { padding:11px 18px; }
  .content { padding:22px 18px 48px; }
  .demo-banner { margin:15px 18px 0; }
}
@media (max-width: 720px) {
  body { font-size:16px; }
  .desktop-action { display:none !important; }
  .topbar { min-height:72px; gap:10px; }
  .topbar-actions { gap:7px; }
  .sidekick-btn { width:44px; padding:0; }
  .page-head { align-items:flex-start; flex-direction:column; }
  .page-actions { width:100%; }
  .page-actions > * { flex:1 1 auto; }
  .grid-4, .grid-3, .grid-2, .assignment-grid, .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .job-meta-grid { grid-template-columns:1fr 1fr; }
  .photo-grid, .file-grid { grid-template-columns:1fr; }
  .quick-actions { grid-template-columns:1fr 1fr; }
  .job-hero-top { flex-direction:column; }
  .job-hero-top .page-actions { width:100%; }
  .job-row { grid-template-columns:1fr auto; gap:10px; }
  .job-row .job-cell { display:none; }
  .job-row .job-primary small { white-space:normal; }
  .line-item { grid-template-columns:minmax(0,1fr) 58px 76px; }
  .line-item > div:nth-child(3) { display:none; }
  .prompt-grid { grid-template-columns:1fr; }
  .message { max-width:95%; }
  .demo-banner { align-items:flex-start; flex-direction:column; font-size:12px; }
  .demo-banner .compact-btn { width:100%; }
}
@media (max-width: 470px) {
  .content { padding-left:14px; padding-right:14px; }
  .topbar { padding-left:12px; padding-right:12px; }
  .topbar h1 { font-size:20px; max-width:150px; }
  .demo-banner { margin-left:14px; margin-right:14px; }
  .page-head h2 { font-size:27px; }
  .metric-value { font-size:34px; }
  .job-meta-grid { grid-template-columns:1fr; }
  .quick-actions { grid-template-columns:1fr; }
  .modal-backdrop { padding:10px; align-items:end; }
  .modal { max-height:calc(100vh - 20px); border-radius:18px 18px 10px 10px; }
  .toast-region { right:12px; bottom:12px; width:calc(100vw - 24px); }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior:auto !important; transition:none !important; animation:none !important; }
}

/* Multi-industry v3 refinements */
:root {
  --bg: #f8fbff;
  --bg-2: #eef8ff;
  --text: #10213d;
  --text-2: #2b4161;
  --muted: #61738b;
  --blue: #2f7df6;
  --cyan: #0faeaa;
  --purple: #8661e9;
  --pink: #e94d96;
  --green: #13a86a;
  --amber: #e79113;
  --radius: 19px;
}
body { font-size: 17px; line-height: 1.55; background: linear-gradient(180deg,#fbfdff 0,#f6fbff 48%,#fbf9ff 100%); }
.brand-copy strong { font-size: 17px; }
.brand-copy small, .workspace-copy small { font-size: 13px; }
.workspace-copy strong { font-size: 15px; }
.nav-link { min-height: 47px; font-size: 15px; }
.nav-label { font-size: 12px; }
.topbar h1 { font-size: clamp(23px,2.2vw,30px); }
.eyebrow { font-size: 12px; }
.page-head p, .job-title-wrap p { font-size: 15px; }
.card-head h3 { font-size: 18px; }
.card-head p, .section-sub { font-size: 14px; }
.metric-label { font-size: 14px; }
.metric-change { font-size: 13px; }
.list-main strong, .job-primary strong { font-size: 15px; }
.list-main small, .job-primary small { font-size: 13px; }
.badge { font-size: 12px; min-height: 29px; }
.job-cell div { font-size: 14px; }
.job-cell label, .meta-tile label { font-size: 11px; }
.meta-tile strong { font-size: 15px; }
.tab-btn { min-height: 45px; font-size: 14px; }
.quick-action strong { font-size: 14px; }
.quick-action small { font-size: 12px; }
.scope-box h4 { font-size: 14px; }
.scope-box p, .check-item span, .switch-row span { font-size: 14px; }
.file-card strong, .note-card p, .activity-copy strong { font-size: 14px; }
.file-card small, .photo-card figcaption small, .activity-copy span, .note-meta { font-size: 12px; }
.photo-card figcaption strong { font-size: 13px; }
.mini-btn { min-height: 37px; font-size: 12px; }
.field label { font-size: 13px; }
.field-help { font-size: 12px; }
.modal-head p { font-size: 13px; }
.message { font-size: 14px; }
.prompt-chip { font-size: 13px; min-height: 58px; }
.insight strong { font-size: 13px; }
.insight p { font-size: 12px; }
.demo-banner { font-size: 14px; }

.workspace-selector { position: relative; }
.workspace-card { border-color: #d7e5f5; background: linear-gradient(135deg,#ffffff,#f2f8ff 58%,#f8f3ff); }
.workspace-card[aria-expanded="true"] { border-color: #9fc3f1; box-shadow: 0 10px 26px rgba(47,125,246,.12); }
.workspace-menu {
  position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 80;
  overflow: hidden; border: 1px solid #d4e1ef; border-radius: 16px; background: rgba(255,255,255,.985);
  box-shadow: 0 22px 56px rgba(39,68,105,.18); backdrop-filter: blur(16px);
}
.workspace-menu[hidden] { display: none; }
.workspace-menu-head { padding: 11px 12px 8px; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.workspace-option { width: 100%; min-height: 65px; display: grid; grid-template-columns: 40px minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 9px 11px; border: 0; border-top: 1px solid #eef3f8; background: white; text-align: left; cursor: pointer; }
.workspace-option:hover, .workspace-option.active { background: linear-gradient(90deg,#eef7ff,#f7f3ff); }
.workspace-option-logo { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #fff; font-size: 12px; font-weight: 900; }
.workspace-option-copy { min-width: 0; display: grid; }
.workspace-option-copy strong { font-size: 13px; line-height: 1.18; }
.workspace-option-copy small { margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.25; }
.workspace-check { color: var(--blue); font-weight: 900; }
.workspace-menu-foot { padding: 10px 11px; border-top: 1px solid #e7edf5; background: #f9fbfe; }
.workspace-menu-foot button { width: 100%; min-height: 39px; }

.industry-ribbon { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.industry-pill { display: inline-flex; align-items: center; gap: 7px; min-height: 30px; padding: 4px 9px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: #536984; font-size: 12px; font-weight: 800; }
.hero-panel { position: relative; overflow: hidden; padding: clamp(23px,3.5vw,38px); border: 1px solid #d7e6f3; border-radius: 23px; background: linear-gradient(120deg,#ffffff 0,#eff8ff 44%,#ecfdf8 69%,#f8f1ff 100%); box-shadow: var(--shadow); }
.hero-panel::after { content:""; position:absolute; width:230px; height:230px; right:-70px; top:-80px; border-radius:50%; background:radial-gradient(circle,rgba(134,97,233,.18),rgba(47,125,246,.05) 55%,transparent 70%); pointer-events:none; }
.hero-panel h2 { position:relative; z-index:1; margin:0; max-width:870px; font-size:clamp(32px,4.6vw,55px); line-height:1.02; letter-spacing:-.055em; }
.hero-panel p { position:relative; z-index:1; max-width:880px; margin:12px 0 0; color:#536a86; font-size:16px; }
.hero-actions { position:relative; z-index:1; display:flex; gap:9px; flex-wrap:wrap; margin-top:18px; }

.kpi-band { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin-top:17px; }
.kpi-card { min-width:0; padding:18px; border:1px solid var(--line); border-radius:17px; background:#fff; box-shadow:var(--shadow-sm); }
.kpi-card .kpi-label { display:flex; align-items:center; justify-content:space-between; gap:8px; color:var(--muted); font-size:13px; font-weight:850; }
.kpi-card .kpi-value { margin-top:8px; font-size:clamp(28px,3vw,38px); font-weight:950; line-height:1; letter-spacing:-.05em; }
.kpi-card .kpi-foot { margin-top:9px; color:var(--muted); font-size:12px; }
.kpi-accent { width:9px; height:9px; border-radius:50%; background:linear-gradient(135deg,var(--cyan),var(--blue)); }

.chart-card { padding:19px; }
.chart-title { display:flex; justify-content:space-between; align-items:flex-start; gap:12px; margin-bottom:16px; }
.chart-title h3 { margin:0; font-size:17px; }
.chart-title p { margin:4px 0 0; color:var(--muted); font-size:13px; }
.bar-chart { height:190px; display:flex; align-items:end; gap:9px; padding:8px 2px 0; }
.bar-wrap { flex:1; min-width:0; display:grid; align-content:end; gap:5px; height:100%; }
.bar { width:100%; min-height:5px; border-radius:9px 9px 3px 3px; background:linear-gradient(180deg,#58c9c4 0,#3f8cf4 52%,#8567e9 100%); }
.bar-label { text-align:center; color:var(--muted); font-size:10px; }

.pipeline { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }
.pipeline-col { min-width:0; padding:12px; border:1px solid var(--line); border-radius:15px; background:#f9fbfe; }
.pipeline-col-head { display:flex; justify-content:space-between; align-items:center; gap:8px; margin-bottom:9px; font-size:12px; font-weight:900; }
.pipeline-item { padding:10px; margin-top:8px; border:1px solid #e2eaf4; border-radius:11px; background:#fff; }
.pipeline-item strong { display:block; font-size:12px; }
.pipeline-item small { display:block; margin-top:3px; color:var(--muted); font-size:11px; }

.money-strip { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:11px; }
.money-tile { padding:14px; border:1px solid var(--line); border-radius:14px; background:#fff; }
.money-tile label { display:block; color:var(--muted); font-size:12px; font-weight:850; }
.money-tile strong { display:block; margin-top:5px; font-size:21px; letter-spacing:-.03em; }

.table-wrap { overflow-x:auto; border:1px solid var(--line); border-radius:16px; background:#fff; }
.data-table { width:100%; min-width:740px; border-collapse:collapse; }
.data-table th, .data-table td { padding:13px 14px; border-bottom:1px solid #edf2f7; text-align:left; vertical-align:middle; }
.data-table th { background:#f9fbfe; color:#6e7e93; font-size:11px; text-transform:uppercase; letter-spacing:.055em; }
.data-table td { font-size:13px; }
.data-table tr:last-child td { border-bottom:0; }
.data-table tr[data-open] { cursor:pointer; }
.data-table tr[data-open]:hover td { background:#fbfdff; }

.restaurant-order { display:grid; grid-template-columns:75px minmax(0,1fr) 100px auto; align-items:center; gap:11px; padding:12px 0; border-bottom:1px solid #edf2f7; }
.restaurant-order:last-child { border-bottom:0; }
.order-number { font-weight:900; color:#376fae; }
.order-main strong { display:block; font-size:14px; }
.order-main small { color:var(--muted); font-size:12px; }
.inventory-meter { height:8px; overflow:hidden; border-radius:999px; background:#edf2f7; }
.inventory-meter span { display:block; height:100%; border-radius:inherit; background:linear-gradient(90deg,#14b8a6,#3b82f6); }
.inventory-meter.low span { background:linear-gradient(90deg,#f59e0b,#ef6b73); }
.menu-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.menu-item { padding:15px; border:1px solid var(--line); border-radius:15px; background:#fff; }
.menu-item .menu-emoji { font-size:30px; }
.menu-item h4 { margin:8px 0 2px; font-size:15px; }
.menu-item p { margin:0; color:var(--muted); font-size:12px; }
.menu-price { margin-top:9px; font-size:18px; font-weight:900; }

.project-card, .matter-card, .security-card { padding:16px; border:1px solid var(--line); border-radius:15px; background:#fff; }
.project-card h4, .matter-card h4, .security-card h4 { margin:0; font-size:15px; }
.project-card p, .matter-card p, .security-card p { margin:5px 0 0; color:var(--muted); font-size:13px; }
.tech-status { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:11px; }
.tech-tile { padding:15px; border:1px solid var(--line); border-radius:15px; background:#fff; }
.tech-tile-top { display:flex; justify-content:space-between; align-items:center; gap:9px; }
.tech-tile h4 { margin:0; font-size:14px; }
.tech-tile p { margin:5px 0 0; color:var(--muted); font-size:12px; }
.status-dot { width:10px; height:10px; border-radius:50%; background:var(--green); box-shadow:0 0 0 4px var(--green-soft); }
.status-dot.warn { background:var(--amber); box-shadow:0 0 0 4px var(--amber-soft); }
.status-dot.risk { background:var(--red); box-shadow:0 0 0 4px var(--red-soft); }

.coverage-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:13px; }
.coverage-card { min-width:0; padding:17px; border:1px solid var(--line); border-radius:16px; background:linear-gradient(145deg,#fff,#f9fcff); }
.coverage-icon { width:40px; height:40px; display:grid; place-items:center; border-radius:12px; background:linear-gradient(135deg,#e8f8f7,#e9f1ff,#f2ecff); color:#3e6ea8; font-weight:900; }
.coverage-card h4 { margin:10px 0 4px; font-size:15px; }
.coverage-card p { margin:0; color:var(--muted); font-size:13px; }
.industry-gallery { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:13px; }
.industry-card { padding:17px; border:1px solid var(--line); border-radius:16px; background:#fff; }
.industry-card h4 { margin:0 0 5px; font-size:15px; }
.industry-card p { margin:0; color:var(--muted); font-size:12px; }
.industry-card ul { margin:10px 0 0; padding-left:18px; color:#526984; font-size:12px; }

.client-preview { border:1px solid #d6e5f2; border-radius:18px; overflow:hidden; background:#fff; }
.client-preview-head { padding:18px; background:linear-gradient(120deg,#eff8ff,#effcf9,#f7f2ff); }
.client-preview-head h3 { margin:0; font-size:21px; }
.client-preview-head p { margin:5px 0 0; color:var(--muted); font-size:13px; }
.client-preview-body { padding:17px; }

@media (max-width: 1250px) {
  .kpi-band { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .pipeline { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .coverage-grid, .industry-gallery { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 720px) {
  body { font-size:17px; }
  .kpi-band, .money-strip, .pipeline, .menu-grid, .tech-status, .coverage-grid, .industry-gallery { grid-template-columns:1fr; }
  .restaurant-order { grid-template-columns:64px minmax(0,1fr) auto; }
  .restaurant-order > :nth-child(3) { display:none; }
  .hero-panel h2 { font-size:34px; }
  .workspace-menu { position:static; margin-top:8px; }
}
@media (max-width: 470px) {
  .page-head p, .hero-panel p { font-size:15px; }
  .card-pad, .card-body { padding:16px; }
  .data-table { min-width:650px; }
}

/* Reliable responsive SVG trend charts */
.trend-chart-wrap {
  width: 100%;
  min-width: 0;
  padding: 2px 0 0;
}
.trend-chart {
  display: block;
  width: 100%;
  height: auto;
  min-height: 230px;
  overflow: visible;
}
.chart-gridline {
  stroke: #e6edf6;
  stroke-width: 1;
  stroke-dasharray: 4 5;
}
.chart-baseline {
  stroke: #cbd8e7;
  stroke-width: 1.4;
}
.chart-axis-value,
.chart-month-label,
.chart-value-label {
  font-family: inherit;
  fill: #718197;
  font-size: 11px;
  font-weight: 750;
}
.chart-value-label {
  fill: #344966;
  font-size: 11px;
  font-weight: 900;
}
.chart-month-label {
  fill: #66758c;
  font-size: 12px;
  font-weight: 800;
}
.chart-bar {
  filter: drop-shadow(0 5px 7px rgba(55, 102, 169, .10));
  transform-box: fill-box;
  transform-origin: center bottom;
  transition: opacity .16s ease, transform .16s ease, filter .16s ease;
}
.chart-bar-group:focus { outline: none; }
.chart-bar-group:focus .chart-bar,
.chart-bar-group:hover .chart-bar {
  transform: scaleY(1.025);
  filter: drop-shadow(0 7px 9px rgba(55, 102, 169, .18));
}
.chart-mobile-note {
  display: none;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}
@media (max-width: 720px) {
  .trend-chart { min-height: 200px; }
  .chart-axis-value { font-size: 10px; }
  .chart-month-label { font-size: 11px; }
  .chart-value-label { font-size: 10px; }
  .chart-mobile-note { display: block; }
}
@media (max-width: 420px) {
  .trend-chart-wrap { overflow-x: auto; padding-bottom: 4px; }
  .trend-chart { width: 680px; min-width: 680px; min-height: 220px; }
}
