/* [project]/apps/web/app/styles.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --ink: #16171b;
  --ink-soft: #333740;
  --muted: #717681;
  --muted-light: #979ca6;
  --line: #e7e8eb;
  --line-strong: #dcdde2;
  --surface: #fff;
  --surface-subtle: #fafafb;
  --canvas: #f8f8f9;
  --purple: #6744d9;
  --purple-soft: #f0ebff;
  --blue: #2774cf;
  --blue-soft: #eaf3ff;
  --green: #2d8a48;
  --green-soft: #e9f6eb;
  --amber: #a9690d;
  --amber-soft: #fff3d9;
  --red: #ca443f;
  --red-soft: #ffebeb;
  --teal: #197f82;
  --teal-soft: #e5f5f4;
  --shadow: 0 1px 2px #181c240a, 0 4px 16px #181c2405;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--canvas);
}

body {
  color: var(--ink);
  background: var(--canvas);
  margin: 0;
  font-size: 13px;
}

button, input {
  font: inherit;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  flex: none;
}

.app-shell {
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 100vh;
  display: grid;
}

.sidebar {
  z-index: 30;
  border-right: 1px solid var(--line);
  background: #fbfbfc;
  flex-direction: column;
  height: 100vh;
  padding: 18px 14px 15px;
  display: flex;
  position: sticky;
  top: 0;
}

.sidebar-topline {
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  display: flex;
}

.brand, .mobile-brand {
  letter-spacing: -.02em;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  display: flex;
}

.brand-mark {
  color: #15161a;
  background: #fff;
  border: 1.5px solid #15161a;
  border-radius: 50%;
  place-items: center;
  width: 32px;
  height: 32px;
  display: inline-grid;
}

.sidebar-close {
  display: none !important;
}

.sidebar-utilities {
  gap: 3px;
  margin: 24px 0 19px;
  display: grid;
}

.sidebar-utilities button {
  color: #464a52;
  cursor: pointer;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 7px;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 35px;
  padding: 0 9px;
  display: flex;
}

.sidebar-utilities button:hover {
  background: #f0f0f2;
}

.sidebar-utilities button span {
  flex: 1;
}

.sidebar-utilities kbd {
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 2px 5px;
  font: 10px inherit;
}

.sidebar-utilities b {
  color: #fff;
  background: #d3483e;
  border-radius: 50%;
  place-items: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  display: grid;
}

.sidebar-nav {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.nav-label {
  color: #9599a2;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 8px 7px;
  font-size: 9px;
  font-weight: 700;
}

.nav-label--spaced {
  margin-top: 23px;
}

.nav-item {
  color: #444850;
  border-radius: 7px;
  align-items: center;
  gap: 10px;
  height: 37px;
  padding: 0 9px;
  transition: all .16s;
  display: flex;
  position: relative;
}

.nav-item:hover {
  color: var(--ink);
  background: #f0f0f2;
}

.nav-item--active {
  color: var(--ink);
  background: #eeeef0;
  font-weight: 700;
}

.nav-indicator {
  background: var(--purple);
  border-radius: 3px 0 0 3px;
  width: 3px;
  height: 20px;
  position: absolute;
  right: -14px;
}

.nav-item--disabled {
  color: #8d9199;
  cursor: default;
}

.nav-item--disabled small {
  color: #a1a5ad;
  margin-left: auto;
  font-size: 9px;
}

.sidebar-footer {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 9px;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding: 11px 8px;
  display: grid;
}

.studio-avatar {
  color: #fff;
  background: linear-gradient(145deg, #7153db, #2c74d2);
  border-radius: 8px;
  place-items: center;
  width: 32px;
  height: 32px;
  font-size: 10px;
  font-weight: 800;
  display: grid;
}

.sidebar-footer strong, .sidebar-footer span {
  display: block;
}

.sidebar-footer strong {
  font-size: 10px;
}

.sidebar-footer span {
  color: var(--muted);
  margin-top: 2px;
  font-size: 9px;
}

.sidebar-scrim, .mobile-header {
  display: none;
}

.app-main {
  min-width: 0;
}

.workspace {
  width: 100%;
  max-width: 1720px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 30px 30px 48px;
}

.page {
  gap: 14px;
  display: grid;
}

.page--dashboard {
  gap: 16px;
}

.page-header {
  border-bottom: 1px solid var(--line);
  align-items: flex-start;
  gap: 28px;
  min-height: 95px;
  display: flex;
}

.page-title-wrap {
  align-items: flex-start;
  gap: 13px;
  min-width: 300px;
  padding-top: 5px;
  display: flex;
}

.page-icon {
  width: 37px;
  height: 37px;
  color: var(--purple);
  background: var(--purple-soft);
  border: 1px solid #e5ddff;
  border-radius: 10px;
  place-items: center;
  display: grid;
}

.page-title-wrap h1 {
  letter-spacing: -.04em;
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
}

.page-title-wrap p {
  color: var(--muted);
  margin: 8px 0 0;
  line-height: 1.5;
}

.header-stats {
  align-items: flex-start;
  gap: 10px;
  margin-left: auto;
  display: flex;
}

.header-stat {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  width: 113px;
  min-height: 76px;
  padding: 11px 12px;
}

.header-stat span, .header-stat small, .header-stat strong {
  display: block;
}

.header-stat span {
  color: var(--muted);
  font-size: 10px;
}

.header-stat strong {
  letter-spacing: -.03em;
  margin-top: 8px;
  font-size: 20px;
}

.header-stat small {
  color: var(--muted);
  margin-top: 4px;
  font-size: 9px;
}

.header-stat--purple {
  border-top-color: #dcd0ff;
}

.header-stat--green {
  border-top-color: #bee6c6;
}

.header-stat--amber {
  border-top-color: #f0d395;
}

.header-stat--blue {
  border-top-color: #bfdafb;
}

.header-stat--teal {
  border-top-color: #afdeda;
}

.header-stat--red {
  border-top-color: #f4c2c0;
}

.page-actions {
  margin-left: 4px;
}

.button {
  border: 1px solid var(--line-strong);
  cursor: pointer;
  white-space: nowrap;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 13px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.button--primary {
  color: #fff;
  background: #3377d2;
  border-color: #3377d2;
  box-shadow: 0 1px 2px #1e509633;
}

.button--primary:hover {
  background: #2869c2;
}

.button--secondary {
  background: #fff;
}

.icon-button {
  color: #60656e;
  border: 1px solid var(--line);
  cursor: pointer;
  background: #fff;
  border-radius: 7px;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-grid;
}

.icon-button:hover {
  color: var(--ink);
  background: #f7f7f8;
}

.text-link {
  color: #276cbe;
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 6px;
  padding: 0;
  font-size: 10px;
  display: inline-flex;
}

.text-link:hover {
  color: #18599f;
}

.view-tabs {
  border-bottom: 1px solid var(--line);
  scrollbar-width: none;
  align-items: flex-end;
  gap: 4px;
  min-height: 39px;
  display: flex;
  overflow-x: auto;
}

.view-tab {
  color: #666b75;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: 0;
  border-bottom: 2px solid #0000;
  height: 38px;
  padding: 0 12px;
  font-size: 10px;
}

.view-tab--active {
  color: var(--ink);
  border-bottom-color: var(--ink);
  font-weight: 700;
}

.filter-bar {
  align-items: center;
  gap: 7px;
  min-height: 44px;
  display: flex;
}

.search-control {
  width: 205px;
  height: 30px;
  color: var(--muted);
  border: 1px solid var(--line-strong);
  background: #fff;
  border-radius: 7px;
  align-items: center;
  gap: 6px;
  padding: 0 9px;
  display: flex;
}

.search-control input {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: none;
  border: 0;
  outline: 0;
  font-size: 10px;
}

.filter-pills {
  scrollbar-width: none;
  align-items: center;
  gap: 5px;
  display: flex;
  overflow-x: auto;
}

.filter-pill, .add-filter {
  color: #545962;
  border: 1px solid var(--line-strong);
  cursor: pointer;
  white-space: nowrap;
  background: #fff;
  border-radius: 99px;
  align-items: center;
  gap: 5px;
  height: 30px;
  padding: 0 9px;
  font-size: 9px;
  display: inline-flex;
}

.add-filter {
  color: var(--muted);
  background: none;
  border-color: #0000;
}

.filter-trailing {
  align-items: center;
  gap: 6px;
  margin-left: auto;
  display: flex;
}

.section-card {
  background: var(--surface);
  border: 1px solid var(--line);
  min-width: 0;
  box-shadow: var(--shadow);
  border-radius: 9px;
  padding: 14px;
}

.section-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  min-height: 25px;
  display: flex;
}

.section-heading h2 {
  letter-spacing: .025em;
  text-transform: uppercase;
  margin: 0;
  font-size: 10px;
}

.record-count, .table-actions {
  color: var(--muted);
  font-size: 9px;
}

.table-actions {
  align-items: center;
  gap: 7px;
  display: flex;
}

.table-actions .icon-button {
  width: 25px;
  height: 25px;
}

.empty-action {
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 7px;
  margin-top: 4px;
  padding: 7px 4px;
  font-size: 10px;
  display: inline-flex;
}

.table-scroll {
  scrollbar-color: #d5d7dc transparent;
  width: 100%;
  overflow-x: auto;
}

.data-table {
  border-collapse: collapse;
  white-space: nowrap;
  width: 100%;
  font-size: 9.5px;
}

.data-table th {
  color: #777c85;
  border-bottom: 1px solid var(--line);
  text-align: left;
  height: 35px;
  padding: 0 9px;
  font-size: 8.5px;
  font-weight: 600;
}

.data-table td {
  color: #393d45;
  border-bottom: 1px solid #eeeeef;
  height: 39px;
  padding: 0 9px;
}

.data-table tbody tr:hover {
  background: #fafafe;
}

.data-table td strong {
  color: var(--ink);
  font-weight: 650;
}

.data-table--compact th, .data-table--compact td {
  height: 31px;
  padding: 0 6px;
}

.data-table--clients td:first-child {
  min-width: 165px;
}

.data-table--documents td:first-child {
  min-width: 230px;
}

.number-cell {
  text-align: right;
}

.text-danger {
  color: var(--red) !important;
}

.truncate-cell {
  text-overflow: ellipsis;
  max-width: 140px;
  overflow: hidden;
}

.person-cell {
  align-items: center;
  gap: 7px;
  display: flex;
}

.project-name-cell {
  align-items: center;
  gap: 9px;
  display: flex;
}

.project-name-cell > span {
  border-radius: 3px;
  width: 5px;
  height: 29px;
}

.project-name-cell strong, .project-name-cell small {
  display: block;
}

.project-name-cell small {
  color: var(--muted);
  margin-top: 3px;
  font-size: 8px;
}

.task-name-cell {
  align-items: center;
  gap: 8px;
  display: flex;
}

.badge {
  color: #555a64;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f0f1f3;
  border-radius: 4px;
  align-items: center;
  max-width: 165px;
  padding: 3px 6px;
  font-size: 8.5px;
  line-height: 1.15;
  display: inline-flex;
  overflow: hidden;
}

.badge--purple {
  color: #5637a7;
  background: var(--purple-soft);
}

.badge--blue {
  color: #1a5ca9;
  background: var(--blue-soft);
}

.badge--green {
  color: #2c743b;
  background: var(--green-soft);
}

.badge--amber {
  color: #9a610c;
  background: var(--amber-soft);
}

.badge--red {
  color: #b73b37;
  background: var(--red-soft);
}

.badge--teal {
  color: #176f72;
  background: var(--teal-soft);
}

.avatar {
  color: #fff;
  background: var(--avatar-color);
  border: 2px solid #fff;
  border-radius: 50%;
  flex: none;
  place-items: center;
  font-weight: 800;
  display: inline-grid;
  box-shadow: 0 0 0 1px #0000000d;
}

.avatar--small {
  width: 22px;
  height: 22px;
  font-size: 7px;
}

.avatar--medium {
  width: 30px;
  height: 30px;
  font-size: 9px;
}

.avatar--large {
  width: 48px;
  height: 48px;
  font-size: 12px;
}

.progress-cell {
  align-items: center;
  gap: 8px;
  min-width: 102px;
  display: flex;
}

.progress-wrap {
  background: #e5e7ea;
  border-radius: 99px;
  width: 68px;
  height: 6px;
  display: inline-block;
  overflow: hidden;
}

.progress-bar {
  background: var(--green);
  border-radius: inherit;
  height: 100%;
  display: block;
}

.progress-bar--red {
  background: var(--red);
}

.progress-bar--amber {
  background: #dea33e;
}

.progress-bar--blue {
  background: var(--blue);
}

.progress-bar--purple {
  background: var(--purple);
}

.progress-bar--teal {
  background: var(--teal);
}

.health {
  align-items: center;
  gap: 5px;
  display: inline-flex;
}

.health i, .dot {
  background: #8a9099;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: inline-block;
}

.health--green i, .dot--green {
  background: #4aa74d;
}

.health--amber i, .dot--amber {
  background: #e7aa34;
}

.health--red i, .dot--red {
  background: #dc493f;
}

.dot--blue {
  background: #377ed2;
}

.dot--purple {
  background: #7455d9;
}

.dot--teal {
  background: #2a9b9e;
}

.dot--gray {
  background: #adb1b8;
}

.tag-row {
  gap: 4px;
  display: flex;
}

.dashboard-hero {
  grid-template-columns: minmax(430px, 1fr) 260px 270px;
  align-items: center;
  gap: 24px;
  min-height: 112px;
  display: grid;
}

.dashboard-title {
  align-items: center;
  gap: 19px;
  display: flex;
}

.hero-logo {
  border: 2px solid var(--ink);
  background: #fff;
  border-radius: 50%;
  place-items: center;
  width: 66px;
  height: 66px;
  display: grid;
}

.dashboard-title h1 {
  letter-spacing: -.045em;
  margin: 0;
  font-size: clamp(29px, 3vw, 39px);
  line-height: 1;
}

.dashboard-title .eyebrow {
  color: var(--purple);
  letter-spacing: .13em;
  margin: 0 0 5px;
  font-size: 8px;
  font-weight: 800;
}

.dashboard-title strong, .dashboard-title span {
  display: block;
}

.dashboard-title strong {
  margin-top: 10px;
  font-size: 13px;
}

.dashboard-title span {
  color: var(--muted);
  margin-top: 6px;
  font-size: 10px;
}

.dashboard-hero blockquote {
  color: #353840;
  background: #f2f2f4;
  border-radius: 8px;
  margin: 0;
  padding: 17px 19px;
  font-size: 10px;
  line-height: 1.75;
}

.dashboard-hero cite {
  color: var(--muted);
  text-align: right;
  margin-top: 8px;
  font-size: 9px;
  font-style: normal;
  display: block;
}

.skyline {
  border-bottom: 3px solid #202226;
  justify-content: center;
  align-items: flex-end;
  gap: 7px;
  height: 76px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skyline i {
  background: repeating-linear-gradient(#0000 0 6px, #24262b 7px 8px);
  border: 2px solid #24262b;
  border-bottom: 0;
  width: 18px;
  height: 52px;
  display: block;
  position: relative;
}

.skyline i:nth-of-type(2), .skyline i:nth-of-type(6) {
  width: 11px;
  height: 63px;
}

.skyline i:nth-of-type(3) {
  background: #f2bb30;
  border-radius: 50% 50% 0 0;
  width: 56px;
  height: 30px;
}

.skyline i:nth-of-type(4) {
  width: 15px;
  height: 68px;
}

.skyline span {
  z-index: 2;
  background: #fff;
  border: 2px solid #24262b;
  border-radius: 50%;
  place-items: center;
  width: 36px;
  height: 28px;
  font-size: 10px;
  font-weight: 800;
  display: grid;
  position: absolute;
  top: 0;
  right: 18px;
}

.metric-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.metric-card {
  border: 1px solid var(--line);
  min-height: 93px;
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 8px;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  display: flex;
}

.metric-icon {
  border-radius: 8px;
  flex: none;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

.metric-card p, .metric-card small {
  color: var(--muted);
  margin: 0;
  font-size: 9px;
}

.metric-card strong {
  letter-spacing: -.03em;
  margin: 6px 0 7px;
  font-size: 20px;
  display: block;
}

.metric-card small b {
  color: var(--green);
}

.metric-card--purple .metric-icon {
  color: var(--purple);
  background: var(--purple-soft);
}

.metric-card--green .metric-icon {
  color: var(--green);
  background: var(--green-soft);
}

.metric-card--blue .metric-icon {
  color: var(--blue);
  background: var(--blue-soft);
}

.metric-card--amber .metric-icon {
  color: var(--amber);
  background: var(--amber-soft);
}

.metric-card--red .metric-icon {
  color: var(--red);
  background: var(--red-soft);
}

.metric-card--teal .metric-icon {
  color: var(--teal);
  background: var(--teal-soft);
}

.dashboard-grid {
  gap: 12px;
  display: grid;
}

.dashboard-grid--top {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .9fr);
}

.dashboard-grid--middle {
  grid-template-columns: minmax(0, 1.6fr) minmax(230px, .65fr) minmax(280px, .85fr);
}

.dashboard-grid--bottom {
  grid-template-columns: minmax(0, 1.3fr) minmax(230px, .65fr) minmax(310px, 1fr);
}

.dashboard-grid .section-card {
  min-height: 210px;
}

.mini-tabs {
  border-bottom: 1px solid var(--line);
  gap: 6px;
  height: 33px;
  display: flex;
}

.mini-tabs button {
  color: var(--muted);
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: 0;
  border-bottom: 1px solid #0000;
  padding: 0 8px;
  font-size: 9px;
}

.mini-tabs button.active {
  color: var(--ink);
  border-bottom-color: var(--ink);
  font-weight: 700;
}

.calendar-strip {
  grid-template-columns: repeat(4, 1fr);
  min-height: 140px;
  display: grid;
}

.calendar-strip > article {
  border-right: 1px solid var(--line);
  padding: 10px;
}

.calendar-strip > article:last-child {
  border-right: 0;
}

.calendar-strip > article > strong {
  color: var(--muted);
  margin-bottom: 9px;
  font-size: 8px;
  display: block;
}

.calendar-event {
  background: #edf3fd;
  border-radius: 5px;
  min-height: 82px;
  padding: 9px;
}

.calendar-event b, .calendar-event span, .calendar-event small {
  display: block;
}

.calendar-event b {
  font-size: 9px;
}

.calendar-event span {
  margin-top: 5px;
  font-size: 8px;
}

.calendar-event small {
  color: var(--muted);
  margin-top: 7px;
  font-size: 8px;
}

.calendar-event--purple {
  background: var(--purple-soft);
}

.calendar-event--amber {
  background: var(--amber-soft);
}

.calendar-event--teal {
  background: var(--teal-soft);
}

.financial-list {
  gap: 2px;
  margin: 8px 0 13px;
  display: grid;
}

.financial-list > div {
  border-bottom: 1px solid #f1f1f2;
  grid-template-columns: 1fr auto 48px;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  font-size: 8px;
  display: grid;
}

.financial-list strong {
  font-size: 9px;
}

.sparkline {
  letter-spacing: -5px;
  font-size: 15px;
  font-style: normal;
}

.sparkline--green {
  color: #4dac72;
}

.sparkline--red {
  color: #d84a46;
}

.sparkline--amber {
  color: #e79f2f;
}

.activity-list {
  margin: 8px 0 11px;
  display: grid;
}

.activity-list article {
  border-bottom: 1px solid #f0f0f1;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  display: grid;
}

.activity-list strong, .activity-list span {
  display: block;
}

.activity-list strong {
  font-size: 8.5px;
}

.activity-list span {
  color: var(--muted);
  margin-top: 2px;
  font-size: 8px;
}

.activity-list time {
  color: var(--muted);
  font-size: 8px;
}

.pipeline-board {
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin: 10px 0;
  display: grid;
}

.pipeline-column {
  background: #faf3e6;
  border-radius: 6px;
  padding: 6px;
}

.pipeline-column header {
  justify-content: space-between;
  min-height: 21px;
  font-size: 8px;
  display: flex;
}

.pipeline-column header span {
  color: var(--muted);
}

.pipeline-column > div {
  background: #fff;
  border: 1px solid #0000000d;
  border-radius: 4px;
  align-items: center;
  min-height: 38px;
  margin-top: 5px;
  padding: 7px;
  font-size: 8px;
  line-height: 1.35;
  display: flex;
}

.pipeline-column--blue {
  background: #edf4fe;
}

.pipeline-column--purple {
  background: #f2edfb;
}

.pipeline-column--green {
  background: #edf6eb;
}

.ranking-list {
  margin: 9px 0 11px;
  display: grid;
}

.ranking-list > div {
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 7px;
  min-height: 27px;
  font-size: 8.5px;
  display: grid;
  position: relative;
}

.ranking-list > div > small {
  color: #fff;
  font-size: 6px;
  position: absolute;
  left: -1px;
}

.quick-actions {
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 12px;
  display: grid;
}

.quick-actions button {
  color: #2f69ba;
  border: 1px solid var(--line);
  cursor: pointer;
  background: #fff;
  border-radius: 7px;
  place-items: center;
  gap: 5px;
  min-height: 66px;
  display: grid;
}

.quick-actions button span {
  color: var(--ink);
  font-size: 8px;
}

.project-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  display: grid;
}

.project-feature-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 9px;
  grid-template-columns: 125px 1fr;
  display: grid;
  overflow: hidden;
}

.project-art {
  color: #fff;
  background: linear-gradient(145deg, color-mix(in srgb, var(--project-accent), #fff 15%), color-mix(in srgb, var(--project-accent), #16171b 25%));
  align-items: flex-end;
  min-height: 169px;
  padding: 13px;
  display: flex;
  position: relative;
}

.project-art:before, .project-art:after {
  content: "";
  border: 11px solid #ffffff3d;
  border-radius: 50%;
  position: absolute;
}

.project-art:before {
  width: 78px;
  height: 78px;
  top: -26px;
  left: -27px;
}

.project-art:after {
  width: 54px;
  height: 54px;
  bottom: 24px;
  right: -25px;
}

.project-art span {
  z-index: 1;
  font-weight: 800;
  position: relative;
}

.project-art svg {
  opacity: .8;
  position: absolute;
  top: 15px;
  right: 13px;
}

.project-feature-body {
  padding: 13px;
}

.project-feature-body > header {
  justify-content: space-between;
  gap: 6px;
  display: flex;
}

.project-feature-body h2 {
  margin: 8px 0 5px;
  font-size: 13px;
  line-height: 1.25;
}

.project-feature-body p {
  color: var(--muted);
  gap: 4px;
  margin: 0;
  font-size: 8px;
  display: flex;
}

.project-feature-body .icon-button {
  border: 0;
  width: 25px;
  height: 25px;
}

.project-feature-meta {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  margin: 13px 0;
  padding: 10px 0;
  display: grid;
}

.project-feature-meta span + span {
  border-left: 1px solid var(--line);
  padding-left: 8px;
}

.project-feature-meta small, .project-feature-meta strong {
  display: block;
}

.project-feature-meta small {
  color: var(--muted);
  font-size: 7px;
}

.project-feature-meta strong {
  margin-top: 4px;
  font-size: 8px;
}

.project-card-progress > div {
  color: var(--muted);
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 8px;
  display: flex;
}

.project-card-progress .progress-wrap {
  width: 100%;
}

.insight-grid {
  gap: 11px;
  display: grid;
}

.insight-grid--projects {
  grid-template-columns: .8fr 1.15fr .75fr;
}

.stage-bars, .industry-bars, .project-doc-bars {
  gap: 9px;
  margin-top: 9px;
  display: grid;
}

.stage-bars > div {
  grid-template-columns: 90px 1fr 20px;
  align-items: center;
  gap: 9px;
  font-size: 8.5px;
  display: grid;
}

.stage-bars > div > div {
  background: #eceef0;
  border-radius: 99px;
  height: 6px;
  overflow: hidden;
}

.fill {
  background: var(--blue);
  border-radius: inherit;
  height: 100%;
  display: block;
}

.fill--purple {
  background: var(--purple);
}

.fill--green {
  background: var(--green);
}

.fill--amber {
  background: #dfa037;
}

.week-agenda {
  margin: 6px 0;
  display: grid;
}

.week-agenda article, .meeting-list article {
  border-bottom: 1px solid #f0f0f1;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  display: grid;
}

.week-agenda time, .meeting-list time {
  color: var(--muted);
  text-align: center;
  font-size: 6px;
}

.week-agenda time b, .meeting-list time b {
  color: var(--ink);
  font-size: 13px;
  display: block;
}

.week-agenda strong, .week-agenda span, .meeting-list strong, .meeting-list span {
  display: block;
}

.week-agenda strong, .meeting-list strong {
  font-size: 8.5px;
}

.week-agenda span, .meeting-list span {
  color: var(--muted);
  margin-top: 3px;
  font-size: 7.5px;
}

.health-summary {
  align-items: center;
  gap: 25px;
  min-height: 136px;
  display: flex;
}

.health-summary ul, .donut-layout ul {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.health-summary li, .donut-layout li {
  min-height: 27px;
  color: var(--muted);
  align-items: center;
  gap: 7px;
  font-size: 8px;
  display: flex;
}

.health-summary li b, .donut-layout li b {
  color: var(--ink);
  margin-left: auto;
}

.donut {
  background: conic-gradient(#4fa95c 0 60%, #e4a839 60% 88%, #d94c46 88%);
  border-radius: 50%;
  flex: none;
  align-content: center;
  place-items: center;
  width: 100px;
  height: 100px;
  display: grid;
  position: relative;
}

.donut:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  position: absolute;
  inset: 18px;
}

.donut strong, .donut span {
  z-index: 1;
  position: relative;
}

.donut strong {
  font-size: 18px;
}

.donut span {
  color: var(--muted);
  font-size: 8px;
}

.insight-grid--clients {
  grid-template-columns: 1.05fr .9fr 1.05fr 1fr;
}

.donut-layout {
  align-items: center;
  gap: 18px;
  min-height: 175px;
  display: flex;
}

.donut--clients {
  background: conic-gradient(#3979d0 0 52%, #56aa63 52% 70%, #7f63d5 70% 84%, #d7a43b 84% 92%, #adb1b7 92%);
}

.revenue-ranking {
  gap: 11px;
  margin: 10px 0 14px;
  padding-left: 23px;
  font-size: 8.5px;
  display: grid;
}

.revenue-ranking li {
  padding-left: 5px;
}

.revenue-ranking li span {
  width: calc(100% - 70px);
  display: inline-block;
}

.revenue-ranking strong {
  float: right;
}

.industry-bars > div, .project-doc-bars > div {
  grid-template-columns: minmax(92px, 1fr) 90px 18px;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  display: grid;
}

.industry-bars i, .project-doc-bars i {
  background: #eef0f2;
  border-radius: 99px;
  height: 5px;
  overflow: hidden;
}

.industry-bars i b, .project-doc-bars i b {
  border-radius: inherit;
  background: #387ecd;
  height: 100%;
  display: block;
}

.followup-list {
  margin: 8px 0 11px;
  display: grid;
}

.followup-list > div {
  border-bottom: 1px solid #f1f1f2;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  font-size: 8px;
  display: grid;
}

.followup-list time {
  color: var(--muted);
}

.contacts-layout {
  grid-template-columns: minmax(0, 1fr) 275px;
  align-items: start;
  gap: 11px;
  display: grid;
}

.contacts-layout > div {
  gap: 11px;
  min-width: 0;
  display: grid;
}

.contact-feature-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  display: grid;
}

.contact-card {
  border: 1px solid var(--line);
  min-width: 0;
  min-height: 205px;
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 8px;
  padding: 12px;
}

.contact-card header {
  gap: 9px;
  display: flex;
}

.contact-card h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 3px 0;
  font-size: 10px;
  overflow: hidden;
}

.contact-card p {
  color: var(--muted);
  margin: 0 0 5px;
  font-size: 8px;
}

.contact-card header > div {
  min-width: 0;
}

.contact-card ul {
  color: #41454d;
  gap: 8px;
  min-height: 70px;
  margin: 13px 0 9px;
  padding: 0;
  font-size: 7.5px;
  list-style: none;
  display: grid;
}

.contact-card li {
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  gap: 6px;
  display: flex;
  overflow: hidden;
}

.contact-card li svg {
  color: var(--purple);
}

.contact-card footer {
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  display: flex;
}

.contact-card footer > span {
  color: var(--muted);
  align-items: center;
  gap: 4px;
  font-size: 7px;
  display: flex;
}

.contacts-aside {
  gap: 11px;
  display: grid;
}

.contacts-aside .section-card {
  min-height: 180px;
}

.donut-layout--stacked {
  flex-direction: column;
  align-items: stretch;
  min-height: 0;
}

.donut-layout--stacked .donut {
  margin: 8px auto 0;
}

.donut--contacts {
  background: conic-gradient(#377ad0 0 26%, #e8a333 26% 45%, #7154ca 45% 59%, #cf4d58 59% 70%, #2d9aa3 70% 80%, #50a16a 80% 88%, #aeb2b9 88%);
}

.insight-grid--contacts {
  grid-template-columns: .9fr 1fr 1.1fr;
}

.location-visual {
  margin: 8px 0;
}

.map-shape {
  background: linear-gradient(154deg, #0000 15%, #e8e3f8 15% 28%, #0000 28% 34%, #d8cef3 34% 51%, #0000 51% 58%, #e5dff7 58% 74%, #0000 74%);
  border-radius: 6px;
  height: 70px;
  position: relative;
  overflow: hidden;
}

.map-shape span {
  background: var(--purple);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
}

.map-shape span:first-child {
  top: 42%;
  left: 21%;
}

.map-shape span:nth-child(2) {
  top: 25%;
  left: 45%;
}

.map-shape span:nth-child(3) {
  top: 53%;
  left: 56%;
}

.map-shape span:nth-child(4) {
  top: 38%;
  left: 71%;
}

.map-shape span:nth-child(5) {
  top: 60%;
  left: 82%;
}

.location-visual > div:not(.map-shape) {
  grid-template-columns: 8px 1fr auto;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  font-size: 8px;
  display: grid;
}

.meeting-list {
  margin-top: 5px;
}

.meeting-list small {
  color: var(--muted);
  font-size: 8px;
}

.tag-cloud {
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 7px;
  min-height: 127px;
  padding-top: 10px;
  display: flex;
}

.tag-cloud .badge {
  padding: 5px 7px;
}

.tag-cloud b {
  margin-left: 5px;
  font-weight: 500;
}

.recent-contact-list, .recent-document-list {
  margin: 8px 0 12px;
  display: grid;
}

.recent-contact-list > div {
  border-bottom: 1px solid #f1f1f2;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  display: grid;
}

.recent-contact-list strong, .recent-contact-list small {
  display: block;
}

.recent-contact-list strong {
  font-size: 8px;
}

.recent-contact-list small, .recent-contact-list time {
  color: var(--muted);
  margin-top: 2px;
  font-size: 7px;
}

.contact-activity {
  margin: 8px 0 12px;
  display: grid;
}

.contact-activity > div {
  border-bottom: 1px solid #f1f1f2;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
  gap: 7px;
  min-height: 37px;
  font-size: 8px;
  display: grid;
}

.contact-activity svg {
  color: var(--purple);
}

.task-layout {
  grid-template-columns: minmax(0, 1fr) 255px;
  align-items: start;
  gap: 11px;
  display: grid;
}

.task-board {
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  gap: 9px;
  min-width: 0;
  display: grid;
  overflow-x: auto;
}

.task-column {
  background: #f3f4f6;
  border: 1px solid #e7e8eb;
  border-radius: 8px;
  min-width: 190px;
  padding: 9px;
}

.task-column > header {
  justify-content: space-between;
  align-items: center;
  min-height: 32px;
  display: flex;
}

.task-column > header > div {
  align-items: center;
  gap: 6px;
  display: flex;
}

.task-column > header h2 {
  margin: 0;
  font-size: 10px;
}

.task-column > header span {
  color: var(--muted);
  font-size: 9px;
}

.task-column > header i {
  background: var(--blue);
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.task-column--today > header i {
  background: var(--red);
}

.task-column--this-week > header i {
  background: #dca337;
}

.task-column--upcoming > header i {
  background: var(--purple);
}

.task-column--overdue > header i {
  background: #87909d;
}

.task-column .icon-button {
  background: none;
  border: 0;
  width: 24px;
  height: 24px;
}

.task-card-list {
  gap: 7px;
  display: grid;
}

.task-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 7px;
  min-height: 132px;
  padding: 10px;
  box-shadow: 0 1px 2px #00000008;
}

.task-card-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.task-check {
  color: #fff;
  cursor: pointer;
  background: #fff;
  border: 1px solid #cfd2d7;
  border-radius: 5px;
  place-items: center;
  width: 17px;
  height: 17px;
  padding: 0;
  display: grid;
}

.task-check--done {
  background: var(--green);
  border-color: var(--green);
}

.task-card h3 {
  margin: 10px 0 4px;
  font-size: 9.5px;
  line-height: 1.4;
}

.task-card p {
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 8px;
  overflow: hidden;
}

.task-card-meta {
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  display: flex;
}

.task-card-meta > span {
  color: var(--muted);
  align-items: center;
  gap: 4px;
  font-size: 7.5px;
  display: flex;
}

.task-card footer {
  color: var(--muted);
  border-top: 1px solid #f0f0f1;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 5px;
  padding-top: 8px;
  font-size: 8px;
  display: grid;
}

.task-card footer .icon-button {
  justify-self: end;
}

.add-task-card {
  min-height: 31px;
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: 1px dashed #cdd0d5;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  display: flex;
}

.task-aside {
  gap: 11px;
  display: grid;
}

.week-progress {
  margin-top: 8px;
}

.week-progress > strong {
  margin-bottom: 8px;
  font-size: 24px;
  display: block;
}

.week-progress .progress-wrap {
  width: 100%;
}

.week-progress p {
  color: var(--muted);
  font-size: 8px;
}

.week-progress > div {
  gap: 8px;
  margin-top: 12px;
  display: grid;
}

.week-progress > div span {
  color: var(--muted);
  align-items: center;
  gap: 6px;
  font-size: 8px;
  display: flex;
}

.week-progress > div b {
  color: var(--ink);
  margin-left: auto;
}

.workload-list {
  margin: 8px 0 12px;
  display: grid;
}

.workload-list > div {
  grid-template-columns: 24px 1fr 18px;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  font-size: 8px;
  display: grid;
}

.workload-list > div > span {
  gap: 5px;
  display: grid;
}

.workload-list i {
  background: #ebecef;
  border-radius: 99px;
  height: 4px;
  overflow: hidden;
}

.workload-list i b {
  background: var(--blue);
  height: 100%;
  display: block;
}

.blocked-list {
  gap: 7px;
  margin: 8px 0 12px;
  display: grid;
}

.blocked-list article {
  background: var(--amber-soft);
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 7px;
  display: flex;
}

.warning-icon {
  color: #fff;
  background: #daa03a;
  border-radius: 50%;
  place-items: center;
  width: 19px;
  height: 19px;
  font-size: 9px;
  font-weight: 800;
  display: grid;
}

.blocked-list strong, .blocked-list small {
  display: block;
}

.blocked-list strong {
  font-size: 8px;
}

.blocked-list small {
  color: var(--muted);
  margin-top: 3px;
  font-size: 7px;
}

.documents-layout {
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: start;
  gap: 11px;
  display: grid;
}

.documents-layout > div {
  gap: 11px;
  min-width: 0;
  display: grid;
}

.documents-aside {
  gap: 11px;
  display: grid;
}

.file-name {
  align-items: center;
  gap: 7px;
  display: flex;
}

.file-name--pdf svg {
  color: #e24842;
}

.file-name--image svg {
  color: #3876c9;
}

.file-name--video svg {
  color: #dd8a27;
}

.file-type {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 7px;
}

.file-type--pdf {
  color: #d33d38;
}

.file-type--image {
  color: #2267bd;
}

.file-type--video {
  color: #b96a16;
}

.donut--documents {
  background: conic-gradient(#4aa359 0 24%, #7554cc 24% 39%, #397ed1 39% 56%, #eba63e 56% 88%, #aeb2b8 88%);
}

.recent-document-list > div {
  border-bottom: 1px solid #f1f1f2;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 7px;
  min-height: 37px;
  display: grid;
}

.recent-document-list strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 8px;
  overflow: hidden;
}

.recent-document-list time {
  color: var(--muted);
  font-size: 7px;
}

.file-mini {
  background: var(--blue-soft);
  width: 22px;
  height: 22px;
  color: var(--blue);
  border-radius: 4px;
  place-items: center;
  display: grid;
}

.file-mini--video {
  color: var(--amber);
  background: var(--amber-soft);
}

.file-mini--image {
  color: var(--purple);
  background: var(--purple-soft);
}

.stacked-actions {
  gap: 5px;
  margin-top: 8px;
  display: grid;
}

.stacked-actions button {
  border: 1px solid var(--line);
  cursor: pointer;
  text-align: left;
  background: #fff;
  border-radius: 5px;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 9px;
  font-size: 8px;
  display: flex;
}

.stacked-actions svg {
  color: var(--blue);
}

.storage {
  margin-top: 9px;
  position: relative;
}

.storage p {
  color: var(--muted);
  margin: 0 0 8px;
  font-size: 8px;
}

.storage > strong {
  font-size: 15px;
}

.storage > strong small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 500;
}

.storage > div {
  background: #e8eaed;
  border-radius: 99px;
  height: 5px;
  margin-top: 9px;
  overflow: hidden;
}

.storage > div i {
  background: var(--blue);
  height: 100%;
  display: block;
}

.storage > span {
  color: var(--muted);
  font-size: 7px;
  position: absolute;
  top: 30px;
  right: 0;
}

.storage ul {
  gap: 8px;
  margin: 14px 0 10px;
  padding: 0;
  list-style: none;
  display: grid;
}

.storage li {
  color: var(--muted);
  grid-template-columns: 16px 1fr auto;
  align-items: center;
  gap: 5px;
  font-size: 8px;
  display: grid;
}

.storage li b {
  color: var(--ink);
}

.document-bottom-grid {
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr);
  gap: 11px;
  display: grid;
}

.project-doc-bars > div {
  grid-template-columns: minmax(100px, 1fr) 80px 18px;
}

.document-preview-grid {
  grid-template-columns: repeat(5, minmax(100px, 1fr));
  gap: 7px;
  margin: 10px 0;
  display: grid;
}

.document-preview-grid article {
  border: 1px solid var(--line);
  border-radius: 6px;
  gap: 6px;
  min-width: 0;
  padding: 6px;
  display: grid;
}

.document-thumbnail {
  color: #6950bb;
  background: repeating-linear-gradient(#fff 0 7px, #eaebee 8px);
  border: 1px solid #edeef0;
  border-radius: 4px;
  align-content: center;
  place-items: center;
  gap: 5px;
  height: 72px;
  padding: 8px;
  display: grid;
}

.document-thumbnail--2 {
  color: #fff;
  background: linear-gradient(145deg, #448dc3, #ecaa38);
}

.document-thumbnail--3 {
  color: #7656c1;
  background: linear-gradient(135deg, #f5f0ff, #e1d7f5);
}

.document-thumbnail--4 {
  color: #4e6d9a;
  background: repeating-linear-gradient(90deg, #edf2f8 0 15px, #fff 16px 28px);
}

.document-thumbnail span {
  text-transform: uppercase;
  font-size: 7px;
}

.document-preview-grid article > strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 8px;
  overflow: hidden;
}

.document-preview-grid article > span, .document-preview-grid article > small {
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 7px;
  overflow: hidden;
}

.integrations-page {
  max-width: 1280px;
}

.integration-notice {
  color: #4f3d87;
  background: linear-gradient(105deg, #f4f0ff, #f8f5ff 58%, #eef5ff);
  border: 1px solid #e2daf9;
  border-radius: 10px;
  align-items: center;
  gap: 13px;
  min-height: 72px;
  padding: 14px 16px;
  display: flex;
}

.integration-notice__icon {
  color: #6744d9;
  background: #fff;
  border: 1px solid #ded4fb;
  border-radius: 9px;
  flex: none;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
}

.integration-notice > div {
  flex: 1;
  min-width: 0;
}

.integration-notice strong {
  color: #302556;
  font-size: 11px;
}

.integration-notice p {
  color: #6f648d;
  margin: 5px 0 0;
  font-size: 10px;
  line-height: 1.45;
}

.integration-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.integration-card {
  border: 1px solid var(--line);
  min-width: 0;
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.integration-card__heading {
  align-items: center;
  gap: 11px;
  display: flex;
}

.integration-card__heading > div {
  min-width: 0;
}

.integration-card__heading h2 {
  margin: 0 0 6px;
  font-size: 13px;
}

.integration-provider-icon {
  width: 40px;
  height: 40px;
  color: var(--provider-color);
  background: color-mix(in srgb, var(--provider-color) 9%, white);
  border: 1px solid color-mix(in srgb, var(--provider-color) 18%, white);
  border-radius: 10px;
  flex: none;
  place-items: center;
  display: grid;
}

.integration-purpose {
  min-height: 57px;
  color: var(--muted);
  margin: 16px 0 12px;
  font-size: 10px;
  line-height: 1.55;
}

.integration-capabilities {
  align-content: start;
  gap: 8px;
  min-height: 78px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.integration-capabilities li {
  color: #42464e;
  align-items: center;
  gap: 7px;
  font-size: 9.5px;
  display: flex;
}

.integration-capabilities svg {
  color: var(--green);
}

.integration-guardrail {
  color: #6a5b34;
  background: #fff9eb;
  border: 1px solid #f2e5bc;
  border-radius: 7px;
  min-height: 55px;
  margin: 14px 0;
  padding: 10px;
  font-size: 9px;
  line-height: 1.45;
}

.integration-guardrail strong {
  color: #8a6414;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 8px;
  display: block;
}

.integration-connect {
  cursor: not-allowed;
  opacity: .55;
  width: 100%;
  margin-top: auto;
}

.integration-bottom-grid {
  grid-template-columns: 1.35fr 1fr;
  gap: 12px;
  display: grid;
}

.connection-lifecycle {
  grid-template-columns: repeat(5, 1fr);
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.connection-lifecycle li {
  gap: 8px;
  padding: 8px 12px 4px 0;
  display: flex;
  position: relative;
}

.connection-lifecycle li:not(:last-child):after {
  content: "";
  border-top: 1px solid #dadce1;
  width: 12px;
  position: absolute;
  top: 20px;
  right: 4px;
}

.connection-lifecycle li > span {
  color: #5b3fc1;
  background: var(--purple-soft);
  border: 1px solid #dfd5ff;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 9px;
  font-weight: 800;
  display: grid;
}

.connection-lifecycle strong {
  font-size: 9px;
  line-height: 1.35;
  display: block;
}

.connection-lifecycle p {
  color: var(--muted);
  margin: 5px 0 0;
  font-size: 8px;
  line-height: 1.5;
}

.integration-questions {
  gap: 3px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.integration-questions li {
  border-bottom: 1px solid #f0f0f1;
  align-items: flex-start;
  gap: 9px;
  padding: 8px 4px;
  display: flex;
}

.integration-questions svg {
  color: var(--purple);
  margin-top: 2px;
}

.integration-questions strong, .integration-questions span {
  display: block;
}

.integration-questions strong {
  font-size: 9.5px;
}

.integration-questions span {
  color: var(--muted);
  margin-top: 3px;
  font-size: 8.5px;
  line-height: 1.4;
}

.integration-footnote {
  color: var(--muted);
  margin: 10px 0 0;
  font-size: 8.5px;
  line-height: 1.5;
}

@media (max-width: 1380px) {
  .workspace {
    padding: 25px 23px 42px;
  }

  .dashboard-hero {
    grid-template-columns: minmax(390px, 1fr) 240px;
  }

  .skyline {
    display: none;
  }

  .metric-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .project-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-feature-card:nth-child(3) {
    display: none;
  }

  .contact-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-card:nth-child(n+4) {
    display: none;
  }

  .header-stat {
    width: 104px;
  }
}

@media (max-width: 1120px) {
  .page-header {
    flex-wrap: wrap;
    padding-bottom: 15px;
  }

  .header-stats {
    order: 3;
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
  }

  .page-actions {
    margin-left: auto;
  }

  .dashboard-grid--top, .dashboard-grid--bottom {
    grid-template-columns: 1fr;
  }

  .dashboard-grid--middle {
    grid-template-columns: 1fr 1fr;
  }

  .dashboard-calendar {
    grid-column: 1 / -1;
  }

  .insight-grid--clients {
    grid-template-columns: 1fr 1fr;
  }

  .contacts-layout, .documents-layout, .task-layout {
    grid-template-columns: 1fr;
  }

  .contacts-aside, .documents-aside, .task-aside {
    grid-template-columns: repeat(3, 1fr);
  }

  .documents-aside {
    grid-template-columns: repeat(2, 1fr);
  }

  .task-board {
    grid-template-columns: repeat(4, 240px);
  }

  .integration-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .connection-lifecycle {
    grid-template-columns: 1fr;
  }

  .connection-lifecycle li:not(:last-child):after {
    display: none;
  }
}

@media (max-width: 820px) {
  .app-shell {
    display: block;
  }

  .sidebar {
    width: 245px;
    transition: transform .2s;
    position: fixed;
    left: 0;
    transform: translateX(-102%);
    box-shadow: 12px 0 40px #14161b26;
  }

  .sidebar--open {
    transform: translateX(0);
  }

  .sidebar-scrim {
    z-index: 25;
    opacity: 0;
    pointer-events: none;
    background: #12141a59;
    border: 0;
    transition: opacity .2s;
    position: fixed;
    inset: 0;
  }

  .sidebar-scrim--open {
    opacity: 1;
    pointer-events: auto;
    display: block;
  }

  .sidebar-close {
    display: inline-grid !important;
  }

  .mobile-header {
    z-index: 20;
    border-bottom: 1px solid var(--line);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: #ffffffeb;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    padding: 0 16px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .mobile-header .icon-button {
    border: 0;
  }

  .mobile-brand {
    font-size: 12px;
  }

  .mobile-brand .brand-mark {
    width: 28px;
    height: 28px;
  }

  .workspace {
    padding: 20px 16px 36px;
  }

  .dashboard-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .dashboard-hero blockquote {
    display: none;
  }

  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-card-grid {
    grid-template-columns: 1fr;
  }

  .project-feature-card:nth-child(3) {
    display: grid;
  }

  .insight-grid--projects, .insight-grid--contacts {
    grid-template-columns: 1fr;
  }

  .contacts-aside, .documents-aside, .task-aside {
    grid-template-columns: 1fr 1fr;
  }

  .contact-feature-grid {
    scroll-snap-type: x mandatory;
    display: flex;
    overflow-x: auto;
  }

  .contact-card {
    scroll-snap-align: start;
    min-width: 230px;
  }

  .contact-card:nth-child(n+4) {
    display: block;
  }

  .document-bottom-grid {
    grid-template-columns: 1fr;
  }

  .document-preview-grid {
    grid-template-columns: repeat(5, 145px);
    overflow-x: auto;
  }

  .filter-bar {
    flex-wrap: wrap;
  }

  .search-control {
    width: 100%;
  }

  .filter-pills {
    max-width: calc(100% - 100px);
  }

  .filter-trailing {
    margin-left: auto;
  }

  .integration-bottom-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .workspace {
    padding: 16px 12px 32px;
  }

  .page-header {
    gap: 14px;
  }

  .page-title-wrap {
    width: calc(100% - 110px);
    min-width: 0;
  }

  .page-title-wrap h1 {
    font-size: 23px;
  }

  .page-actions {
    margin-left: auto;
  }

  .header-stat {
    min-width: 104px;
  }

  .dashboard-title {
    align-items: flex-start;
  }

  .hero-logo {
    width: 48px;
    height: 48px;
  }

  .dashboard-title h1 {
    font-size: 27px;
  }

  .dashboard-title span {
    line-height: 1.4;
  }

  .metric-card {
    flex-direction: column;
    gap: 8px;
    min-height: 104px;
    padding: 12px;
  }

  .metric-icon {
    width: 28px;
    height: 28px;
  }

  .metric-card strong {
    font-size: 18px;
  }

  .dashboard-grid--middle, .insight-grid--clients {
    grid-template-columns: 1fr;
  }

  .calendar-strip {
    grid-template-columns: repeat(4, 145px);
    overflow-x: auto;
  }

  .pipeline-board {
    grid-template-columns: repeat(5, 110px);
    overflow-x: auto;
  }

  .quick-actions {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-feature-card {
    grid-template-columns: 92px 1fr;
  }

  .project-art {
    min-height: 176px;
  }

  .contacts-aside, .documents-aside, .task-aside {
    grid-template-columns: 1fr;
  }

  .filter-pills {
    order: 3;
    width: 100%;
    max-width: 100%;
  }

  .filter-trailing {
    margin-left: 0;
  }

  .section-card {
    padding: 12px;
  }

  .integration-notice {
    align-items: flex-start;
  }

  .integration-notice > .badge {
    display: none;
  }

  .integration-grid {
    grid-template-columns: 1fr;
  }

  .integration-purpose, .integration-capabilities, .integration-guardrail {
    min-height: 0;
  }
}

/*# sourceMappingURL=apps_web_app_styles_1hwhe0t.css.map*/