/* Real Advocato interface captures used in the landing instead of schematic mockups. */
.product-shell {
  aspect-ratio: 1500 / 823;
  background: #f5f5f7 url("images/advocato-dashboard-hero.webp") center top / cover no-repeat;
  border: 1px solid rgba(123, 232, 189, 0.62);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28), 0 0 0 5px rgba(24, 169, 118, 0.08);
  min-height: 0;
  overflow: hidden;
  transform: perspective(1500px) rotateX(1.5deg) rotateY(-8deg);
  transform-style: preserve-3d;
  transition: border-color 360ms ease, box-shadow 360ms ease, transform 620ms cubic-bezier(.22, 1, .36, 1);
}

.product-shell > * { display: none; }

@media (hover: hover) and (pointer: fine) {
  .hero-visual:hover .product-shell {
    border-color: rgba(159, 255, 215, 0.95);
    box-shadow: 0 42px 100px rgba(0, 0, 0, 0.38), 0 0 0 7px rgba(24, 169, 118, 0.16), 0 0 42px rgba(24, 169, 118, 0.2);
    transform: perspective(1500px) rotateX(-1deg) rotateY(5deg) translateY(-12px) scale(1.018);
  }
}

.showcase-frame {
  background: #101b18;
  border: 1px solid rgba(17, 24, 23, 0.08);
  padding: 16px;
}

/* The dashboard itself is the navigation; the former generic top tabs are intentionally removed. */
.showcase-tabs { display: none; }

.showcase-tabs {
  display: flex;
  gap: 9px;
  justify-content: center;
  padding: 9px 6px 21px;
}

.showcase-tabs button {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  display: flex;
  font-size: 0;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.showcase-tabs button::after {
  background: rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  content: "";
  height: 5px;
  width: 16px;
}

.showcase-tabs button.active {
  background: rgba(24, 169, 118, 0.18);
  border-color: rgba(24, 169, 118, 0.28);
}

.showcase-tabs button.active::after { background: var(--mint); width: 22px; }

.showcase-screen {
  aspect-ratio: auto;
  background: #f5f6f3;
  display: grid;
  grid-template-columns: 92px 1fr;
  height: 530px;
}

.showcase-screen > * { display: initial; }

.showcase-sidebar {
  align-items: center;
  background: #14211e;
  display: flex;
  gap: 13px;
  padding: 24px 12px;
}

.showcase-sidebar .brand { margin: 0 0 17px; }
.showcase-sidebar .brand::after,
.showcase-sidebar .brand > span:last-child,
.showcase-sidebar > span i { display: none; }
.showcase-sidebar .brand .brand-logo { height: 29px; width: 25px; }
.showcase-sidebar > span { height: 39px; justify-content: center; padding: 0; width: 100%; }
.showcase-sidebar > span svg { font-size: 16px; }

.showcase-content { padding: 28px; }
.screen-heading button { background: #17684d; width: 44px; }
.screen-heading .skeleton.wide { width: 165px; }

.screen-dashboard { grid-template-columns: 1.45fr .75fr; }
.screen-stats > span, .screen-list > span, .screen-chart, .screen-calendar, .screen-documents, .screen-graph, .portal-grid > div, .portal-grid aside { box-shadow: 0 10px 26px rgba(12, 38, 30, 0.04); }

.screen-calendar, .screen-documents, .screen-graph, .screen-portal { margin-top: 23px; }

@media (hover: hover) and (pointer: fine) {
  .showcase-tabs button:hover { background: rgba(255, 255, 255, 0.07); }
}

@media (max-width: 900px) {
  .product-shell { aspect-ratio: 1.64; transform: none; }
  .showcase-screen { grid-template-columns: 70px 1fr; height: 470px; }
  .showcase-sidebar { padding-inline: 10px; }
}

@media (max-width: 640px) {
  .product-shell { aspect-ratio: 1.42; }
  .showcase-frame { padding: 8px; }
  .showcase-tabs { justify-content: flex-start; overflow-x: auto; padding: 8px 3px 14px; }
  .showcase-tabs button { flex: 0 0 auto; }
  .showcase-screen { display: block; height: 410px; }
  .showcase-sidebar { display: none; }
  .showcase-content { padding: 18px; }
  .screen-dashboard { grid-template-columns: 1fr; }
  .screen-stats { grid-column: auto; }
  .screen-list { display: none; }
  .screen-chart { height: 250px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-shell { transition: none; transform: none; }
  .hero-visual:hover .product-shell { transform: none; }
}

/* Interactive dashboard demo: based on the real Advocato dashboard layout, without live data. */
.showcase-screen { display: block; overflow: hidden; }
.adv-demo { background: #f7f7f9; display: grid; grid-template-columns: 174px 1fr; height: 100%; min-height: 530px; }
.adv-demo__sidebar { background: #fff; border-right: 1px solid #e5e6eb; padding: 18px 10px; }
.adv-demo__brand { align-items: center; color: #1c302b; display: flex; font-size: 14px; font-weight: 800; gap: 9px; letter-spacing: -.04em; margin: 0 5px 25px; }.adv-demo__brand b { font: inherit; }
.adv-demo__logo { display: block; flex: 0 0 auto; height: 24px; object-fit: contain; width: 21px; }
.adv-demo__sidebar nav { display: grid; gap: 3px; }.adv-demo__nav { align-items: center; background: transparent; border: 0; border-radius: 7px; color: #6b707a; cursor: pointer; display: flex; font-size: 10px; gap: 9px; min-height: 28px; padding: 6px 8px; text-align: left; transition: background .2s ease, color .2s ease; width: 100%; }.adv-demo__nav i { background: #a4a9b1; border: 1px solid #89909a; border-radius: 3px; display: block; height: 11px; position: relative; width: 11px; }.adv-demo__nav:nth-child(2) i,.adv-demo__nav:nth-child(3) i { border-radius: 50%; }.adv-demo__nav:nth-child(5) i { border-radius: 50% 50% 3px 3px; }.adv-demo__nav.active { background: #d8f3e7; color: #107b57; font-weight: 750; }.adv-demo__nav.active i { background: #18a976; border-color: #18a976; }.adv-demo__nav:hover { background: #eef7f3; color: #176d50; }
.adv-demo__main { min-width: 0; padding: 18px 20px 20px; }
.adv-demo__topbar { align-items: center; background: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(30, 37, 48, .08); display: flex; height: 40px; justify-content: space-between; padding: 0 14px; }
.adv-demo__topbar > span { background: #d8dbe1; border-radius: 8px; height: 8px; position: relative; width: 140px; }.adv-demo__topbar > span::before { background: #6a707c; border-radius: 50%; content: ""; height: 10px; left: -15px; position: absolute; top: -1px; width: 10px; }.adv-demo__topbar > div { display: flex; gap: 10px; }.adv-demo__topbar i { background: #d8f5e8; border-radius: 50%; height: 12px; width: 12px; }
.adv-demo__workspace { padding-top: 19px; }.adv-demo__welcome { align-items: end; display: flex; justify-content: space-between; margin-bottom: 16px; }.adv-demo__actions { display: flex; gap: 7px; }.adv-demo__actions i { background: #d7f2e7; border-radius: 5px; display: block; height: 24px; width: 60px; }.adv-demo__actions i:first-child { background: #18a976; }
.adv-demo__line { background: #ccd3d4; border-radius: 9px; display: block; height: 6px; margin-top: 7px; }.adv-demo__line--eyebrow { height: 5px; margin: 0; width: 78px; }.adv-demo__line--heading { background: #4c5556; height: 10px; margin-top: 9px; width: 154px; }.adv-demo__line--medium { width: 205px; }.adv-demo__line--short { width: 74px; }.adv-demo__line--title { background: #66716f; width: 95px; }.adv-demo__line--value { background: #18a976; height: 10px; width: 30px; }
.adv-demo__metrics { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); margin-bottom: 15px; }.adv-demo__metric { align-items: center; background: #fff; border-radius: 7px; display: flex; gap: 10px; min-height: 56px; padding: 10px; }.adv-demo__icon { background: #d9f3e8; border-radius: 6px; display: block; flex: 0 0 auto; height: 27px; position: relative; width: 27px; }.adv-demo__icon::after { border: 2px solid #19a979; border-radius: 3px; content: ""; height: 10px; left: 7px; position: absolute; top: 7px; width: 10px; }.adv-demo__metric--orange .adv-demo__icon { background: #fff0e1; }.adv-demo__metric--orange .adv-demo__icon::after { border-color: #fc9a3b; border-left-color: transparent; }.adv-demo__metric--green .adv-demo__icon { background: #d9f7e5; }.adv-demo__metric--cyan .adv-demo__icon { background: #d7f6fa; }.adv-demo__metric--cyan .adv-demo__icon::after { border-color: #05b5c9; }.adv-demo__metric--neutral { background: transparent; border-radius: 0; min-height: 35px; padding: 0; }.adv-demo__metric--neutral .adv-demo__icon { background: #eef0f3; height: 21px; width: 21px; }.adv-demo__metric--neutral .adv-demo__icon::after { border-color: #767c86; height: 7px; left: 5px; top: 5px; width: 7px; }.adv-demo__metric--neutral .adv-demo__line--value { background: #606975; height: 9px; width: 17px; }
.adv-demo__panels { display: grid; gap: 15px; grid-template-columns: 1.45fr 1fr; }.adv-demo__panel { background: #fff; border-radius: 7px; min-height: 140px; padding: 15px; }.adv-demo__panel > .adv-demo__line--medium { margin-bottom: 17px; }.adv-demo__task { align-items: center; border: 1px solid #e8e9ed; border-radius: 8px; display: flex; gap: 10px; padding: 10px; }.adv-demo__task b { border: solid #75807f; border-width: 0 1px 1px 0; height: 7px; margin-left: auto; transform: rotate(-45deg); width: 7px; }.adv-demo__events { padding-bottom: 10px; }.adv-demo__event { align-items: center; border-top: 1px solid #ebedf0; display: flex; gap: 9px; padding: 10px 0; }.adv-demo__event .adv-demo__icon { height: 22px; width: 22px; }.adv-demo__event .adv-demo__icon::after { height: 6px; left: 6px; top: 6px; width: 6px; }.adv-demo__efficiency { background: #fff; border-radius: 7px; margin-top: 15px; padding: 14px; }.adv-demo__efficiency > div { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 12px; }
.adv-demo__calendar { background: #fff; border-radius: 8px; margin-top: 18px; overflow: hidden; }.adv-demo__calendar-head, .adv-demo__calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); }.adv-demo__calendar-head { background: #f2f4f4; padding: 10px; }.adv-demo__calendar-head .adv-demo__line { justify-self: center; margin: 0; width: 24px; }.adv-demo__calendar-grid > i { border-right: 1px solid #edf0f0; border-top: 1px solid #edf0f0; height: 65px; position: relative; }.adv-demo__calendar-grid > i.has-event::after { background: #8bd3b6; border-radius: 3px; content: ""; height: 9px; left: 8px; position: absolute; right: 8px; top: 28px; }
.adv-demo__documents { background: #fff; border-radius: 8px; margin-top: 18px; overflow: hidden; }.adv-demo__documents > div { align-items: center; border-bottom: 1px solid #ebedf0; display: grid; gap: 14px; grid-template-columns: 29px 1.2fr 1fr 40px; padding: 14px 17px; }.adv-demo__documents .adv-demo__line { margin: 0; }.adv-demo__documents > div > i { background: #e7f4ed; border-radius: 3px; height: 8px; }
.adv-demo__map { background: #fff; border-radius: 8px; height: 355px; margin-top: 18px; overflow: hidden; position: relative; }.adv-demo__map > b { background: #dff0e9; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 8px 22px rgba(18, 76, 59, .16); height: 38px; position: absolute; width: 38px; z-index: 2; }.adv-demo__map .center { background: #216c53; height: 53px; left: 47%; top: 43%; width: 53px; }.adv-demo__map .n1 { left: 15%; top: 18%; }.adv-demo__map .n2 { right: 16%; top: 17%; }.adv-demo__map .n3 { bottom: 15%; right: 20%; }.adv-demo__map .n4 { bottom: 16%; left: 19%; }.adv-demo__map .n5 { left: 32%; top: 43%; }.adv-demo__map-line { background: #bdd6cb; height: 1px; left: 28%; position: absolute; top: 48%; transform-origin: left; width: 230px; }.adv-demo__map-line.l1 { transform: rotate(-27deg); }.adv-demo__map-line.l2 { left: 51%; top: 51%; transform: rotate(29deg); width: 170px; }.adv-demo__map-line.l3 { left: 32%; top: 48%; transform: rotate(25deg); width: 95px; }.adv-demo__map-line.l4 { left: 33%; top: 68%; transform: rotate(-28deg); width: 185px; }
.adv-demo__portal { margin-top: 18px; }.adv-demo__portal-banner { align-items: center; background: #23745a; border-radius: 8px; display: grid; gap: 8px 13px; grid-template-columns: 35px 1fr; padding: 18px; }.adv-demo__portal-banner .adv-demo__icon { background: rgba(255,255,255,.18); grid-row: 1 / 3; }.adv-demo__portal-banner .adv-demo__icon::after { border-color: #fff; }.adv-demo__portal-banner .adv-demo__line--title { background: rgba(255,255,255,.82); }.adv-demo__portal-banner .adv-demo__line--medium { background: rgba(255,255,255,.28); }.adv-demo__portal-grid { display: grid; gap: 14px; grid-template-columns: 1.35fr .65fr; margin-top: 14px; }.adv-demo__portal-grid > section, .adv-demo__portal-grid > aside { background: #fff; border-radius: 8px; padding: 14px; }.adv-demo__portal-grid aside > i { background: #dff2e8; border-radius: 6px; display: block; height: 100px; margin-top: 17px; }
@media (max-width: 900px) { .adv-demo { grid-template-columns: 150px 1fr; min-height: 470px; }.adv-demo__brand { font-size: 12px; }.adv-demo__nav { font-size: 9px; }.adv-demo__main { padding: 15px; }.adv-demo__metrics { gap: 8px; }.adv-demo__metric { padding: 7px; }.adv-demo__metric .adv-demo__line--title { width: 55px; }.adv-demo__panel { padding: 11px; } }
@media (max-width: 640px) { .adv-demo { display: block; min-height: 410px; }.adv-demo__sidebar { display: none; }.adv-demo__main { padding: 13px; }.adv-demo__topbar { height: 32px; }.adv-demo__workspace { padding-top: 13px; }.adv-demo__welcome { margin-bottom: 10px; }.adv-demo__actions i { height: 17px; width: 35px; }.adv-demo__metrics { grid-template-columns: repeat(2, 1fr); margin-bottom: 9px; }.adv-demo__metric { min-height: 39px; }.adv-demo__metric .adv-demo__icon { height: 20px; width: 20px; }.adv-demo__metric .adv-demo__icon::after { height: 6px; left: 5px; top: 5px; width: 6px; }.adv-demo__panels { gap: 9px; grid-template-columns: 1fr; }.adv-demo__panel--events, .adv-demo__efficiency { display: none; }.adv-demo__panel { min-height: 137px; }.adv-demo__calendar-grid > i { height: 42px; }.adv-demo__calendar-grid > i.has-event::after { left: 4px; right: 4px; top: 17px; }.adv-demo__documents > div { gap: 8px; grid-template-columns: 24px 1fr 48px; padding: 11px; }.adv-demo__documents > div > .adv-demo__line--medium { display: none; }.adv-demo__map { height: 285px; }.adv-demo__portal-grid { grid-template-columns: 1fr; }.adv-demo__portal-grid aside { display: none; } }

/* Polished anonymised dashboard blocks. */
.showcase-tabs { display: none !important; }
.showcase-frame { background: #0d1b17; border: 0; border-radius: 24px; box-shadow: 0 28px 62px rgba(13, 30, 24, .2); padding: 15px; }
.showcase-screen { border: 1px solid rgba(255,255,255,.18); border-radius: 14px; }
.adv-demo { background: #f6f7f8; }.adv-demo__main { padding: 16px 18px 18px; }.adv-demo__topbar { box-shadow: 0 7px 20px rgba(30,37,48,.08); height: 44px; }.adv-demo__topbar > span { width: 160px; }
.adv-demo__welcome { margin: 16px 0 13px; }.adv-demo__welcome-mark { display: grid; gap: 8px; }.adv-demo__welcome-mark i { background: #d7dddc; border-radius: 9px; display: block; height: 6px; width: 90px; }.adv-demo__welcome-mark i:nth-child(2) { background: #424d4c; height: 12px; width: 190px; }.adv-demo__welcome-mark i:nth-child(3) { width: 245px; }.adv-demo__actions i { box-shadow: inset 0 0 0 1px rgba(19,124,86,.04); height: 27px; width: 58px; }.adv-demo__actions i:first-child { background: #18a976; }
.adv-demo__metric { border: 1px solid #edf0f0; box-shadow: 0 6px 16px rgba(23,34,30,.035); min-height: 64px; padding: 12px; }.adv-demo__metric-visual { align-items: end; display: flex; gap: 3px; height: 27px; }.adv-demo__metric-visual i { background: #a8dac7; border-radius: 4px 4px 1px 1px; display: block; width: 6px; }.adv-demo__metric-visual i:nth-child(1) { height: 9px; }.adv-demo__metric-visual i:nth-child(2) { height: 19px; }.adv-demo__metric-visual i:nth-child(3) { height: 13px; }.adv-demo__metric-visual i:nth-child(4) { background: #22ae7c; height: 25px; }.adv-demo__metric-visual--1 i { background: #ffd2a3; }.adv-demo__metric-visual--1 i:nth-child(4) { background: #fc9a3b; }.adv-demo__metric-visual--2 i { background: #bdeacb; }.adv-demo__metric-visual--2 i:nth-child(4) { background: #28bb68; }.adv-demo__metric-visual--3 i { background: #bcecf2; }.adv-demo__metric-visual--3 i:nth-child(4) { background: #0dbdd0; }
.adv-demo__panel { border: 1px solid #edf0f0; box-shadow: 0 8px 20px rgba(23,34,30,.035); min-height: 158px; padding: 15px; }.adv-demo__panel-cap { align-items: center; display: flex; gap: 8px; margin-bottom: 16px; }.adv-demo__panel-cap i { background: #404b4a; border-radius: 7px; display: block; height: 10px; width: 116px; }.adv-demo__panel-cap span { background: #d2dad9; border-radius: 6px; height: 6px; width: 82px; }
.adv-demo__focus-steps { display: grid; gap: 5px; grid-template-columns: repeat(4, 1fr); margin-bottom: 17px; }.adv-demo__focus-steps i { background: #e4e9e8; border-radius: 7px; display: block; height: 5px; }.adv-demo__focus-steps i.done { background: #1bae79; }.adv-demo__task { background: #fbfcfc; border-color: #e3e9e7; box-shadow: none; padding: 11px; }.adv-demo__task-progress { display: grid; gap: 6px; min-width: 110px; }.adv-demo__task-progress i { background: #52605e; border-radius: 6px; display: block; height: 7px; width: 80px; }.adv-demo__task-progress i:last-child { background: #cbd5d3; height: 5px; width: 52px; }
.adv-demo__panel--events { padding-bottom: 8px; }.adv-demo__event { gap: 10px; padding: 8px 0; }.adv-demo__date-badge { background: #dff2e8; border-radius: 7px; display: block; height: 26px; position: relative; width: 26px; }.adv-demo__date-badge::after { background: #1baa78; border-radius: 50%; content: ""; height: 7px; left: 9px; position: absolute; top: 9px; width: 7px; }.adv-demo__date-badge--1 { background: #fff0e2; }.adv-demo__date-badge--1::after { background: #f29a43; }.adv-demo__date-badge--2 { background: #e6e6f5; }.adv-demo__date-badge--2::after { background: #7779ba; }.adv-demo__event-flow { display: grid; gap: 5px; }.adv-demo__event-flow i { background: #596463; border-radius: 5px; display: block; height: 6px; width: 79px; }.adv-demo__event-flow i:last-child { background: #d1d9d7; width: 52px; }.adv-demo__event b { background: #dce4e2; border-radius: 50%; height: 6px; margin-left: auto; width: 6px; }
.adv-demo__efficiency { border: 1px solid #edf0f0; box-shadow: 0 8px 20px rgba(23,34,30,.035); padding: 14px 15px; }.adv-demo__efficiency > div { gap: 8px; }.adv-demo__metric--neutral { align-items: center; border-right: 1px solid #e8eceb; min-height: 38px; padding-left: 4px; }.adv-demo__metric--neutral:last-child { border: 0; }.adv-demo__metric--neutral .adv-demo__metric-visual { height: 25px; }.adv-demo__metric--neutral .adv-demo__metric-visual i { background: #d6dcdf; border-radius: 50%; height: 16px; width: 16px; }.adv-demo__metric--neutral .adv-demo__metric-visual i:nth-child(2) { background: #1baa78; height: 23px; width: 23px; }.adv-demo__metric--neutral .adv-demo__metric-visual i:nth-child(n+3) { display: none; }
@media (max-width: 640px) { .showcase-frame { border-radius: 17px; padding: 8px; }.adv-demo__welcome-mark i:nth-child(2) { width: 125px; }.adv-demo__welcome-mark i:nth-child(3) { width: 165px; }.adv-demo__metric-visual { transform: scale(.82); transform-origin: left bottom; }.adv-demo__panel-cap { margin-bottom: 11px; }.adv-demo__panel-cap i { width: 90px; } }

/* Screen-specific structures follow the actual Advocato views: lists, filters, chat, calendars and integrations. */
.adv-demo__standard { padding-top: 17px; }
.adv-demo__page-head { align-items: end; display: flex; justify-content: space-between; margin: 0 0 13px; }
.adv-demo__page-head .adv-demo__line { margin-top: 7px; }
.adv-demo__mini-tabs { display: flex; gap: 7px; margin: 0 0 12px; }
.adv-demo__mini-tabs i { background: #e8ebee; border-radius: 5px; display: block; height: 20px; width: 55px; }
.adv-demo__mini-tabs i.active { background: #d7f2e6; box-shadow: inset 0 0 0 1px #9bdfc2; }
.adv-demo__filters { display: flex; gap: 8px; margin: 0 0 12px; }
.adv-demo__filters i { background: #fff; border: 1px solid #e5e9ea; border-radius: 5px; display: block; height: 27px; width: 74px; }
.adv-demo__filters b { background: #18a976; border-radius: 5px; display: block; height: 27px; margin-left: auto; width: 42px; }
.adv-demo__table { background: #fff; border: 1px solid #e9edef; border-radius: 8px; overflow: hidden; }
.adv-demo__table-head, .adv-demo__table-row { align-items: center; display: grid; gap: 12px; grid-template-columns: repeat(var(--columns, 5), 1fr); min-height: 40px; padding: 0 13px; }
.adv-demo__table-head { background: #fafbfb; border-bottom: 1px solid #e8ebed; }
.adv-demo__table-row { border-bottom: 1px solid #eef0f1; min-height: 48px; }
.adv-demo__table-row:last-child { border: 0; }
.adv-demo__cell { align-items: center; display: flex; gap: 6px; min-width: 0; }
.adv-demo__cell i { background: #697573; border-radius: 4px; display: block; height: 6px; width: min(42px, 90%); }
.adv-demo__table-head .adv-demo__cell i { background: #c6cdcc; height: 5px; }
.adv-demo__cell b { background: #dae1e0; border-radius: 5px; display: block; height: 5px; width: 20px; }
.adv-demo__cell b.tone { background: #bce9d3; }
.adv-demo__cell em { background: #d8f1e6; border-radius: 50%; display: block; flex: 0 0 auto; height: 20px; width: 20px; }
.adv-demo__table-row:nth-child(3) .adv-demo__cell em { background: #f9e6d4; }
.adv-demo__table-row:nth-child(4) .adv-demo__cell em { background: #dbe9f3; }
.adv-demo__chat { background: #fff; border: 1px solid #e6eaeb; border-radius: 9px; display: grid; grid-template-columns: .68fr 1.32fr; height: 372px; margin-top: 17px; overflow: hidden; }
.adv-demo__chat > aside { background: #fbfcfc; border-right: 1px solid #e9edef; padding: 11px; }
.adv-demo__chat-search { background: #fff; border: 1px solid #e6ebea; border-radius: 5px; margin-bottom: 9px; padding: 6px 9px; }.adv-demo__chat-search .adv-demo__line { margin: 0; }
.adv-demo__contact { align-items: center; border-radius: 6px; display: flex; gap: 8px; padding: 8px 5px; position: relative; }.adv-demo__contact.active { background: #e9f7f0; }.adv-demo__contact em, .adv-demo__chat header em { background: #d7eee4; border-radius: 50%; height: 24px; width: 24px; }.adv-demo__contact .adv-demo__line, .adv-demo__chat header .adv-demo__line { margin: 3px 0; }.adv-demo__contact b { background: #18a976; border-radius: 50%; height: 6px; margin-left: auto; width: 6px; }
.adv-demo__chat > section { display: grid; grid-template-rows: 48px 1fr 46px; }.adv-demo__chat header, .adv-demo__chat footer { align-items: center; border-bottom: 1px solid #e9edef; display: flex; gap: 8px; padding: 0 13px; }.adv-demo__chat header > div { flex: 1; }.adv-demo__dots { display: flex; gap: 3px; }.adv-demo__dots i { background: #bac2c2; border-radius: 50%; height: 4px; width: 4px; }.adv-demo__messages { display: grid; align-content: center; gap: 10px; padding: 18px; }.adv-demo__messages i { background: #eef1f2; border-radius: 8px 8px 8px 2px; display: block; height: 21px; width: 47%; }.adv-demo__messages i.right { background: #d7f2e5; border-radius: 8px 8px 2px; justify-self: end; width: 39%; }.adv-demo__chat footer { border-bottom: 0; border-top: 1px solid #e9edef; }.adv-demo__chat footer .adv-demo__line { margin: 0; }.adv-demo__chat footer b { background: #18a976; border-radius: 50%; height: 20px; margin-left: auto; width: 20px; }
.adv-demo__notification-toolbar { align-items: center; display: flex; justify-content: space-between; }.adv-demo__notification-list { background: #fff; border: 1px solid #e7ebec; border-radius: 8px; overflow: hidden; }.adv-demo__notification-list article { align-items: center; border-bottom: 1px solid #edf0f1; display: flex; gap: 10px; min-height: 52px; padding: 8px 13px; }.adv-demo__notification-list article:last-child { border: 0; }.adv-demo__notification-list article.unread { background: #fbfffd; }.adv-demo__notification-list em { background: #d7f2e5; border-radius: 6px; height: 24px; width: 24px; }.adv-demo__notification-list em.tone-1 { background: #fff0e0; }.adv-demo__notification-list em.tone-2 { background: #e8e5f7; }.adv-demo__notification-list article div { flex: 1; }.adv-demo__notification-list .adv-demo__line { margin: 4px 0; }.adv-demo__notification-list small { background: #d8e1df; border-radius: 50%; height: 5px; width: 5px; }
.adv-demo__integrations { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }.adv-demo__integrations article { align-items: center; background: #fff; border: 1px solid #e7ebec; border-radius: 8px; display: grid; gap: 10px; grid-template-columns: 33px 1fr; min-height: 112px; padding: 14px; }.adv-demo__integrations .adv-demo__icon { height: 32px; width: 32px; }.adv-demo__integrations .adv-demo__icon.google { background: #fbe5e5; }.adv-demo__integrations .adv-demo__icon.outlook { background: #e2f0fa; }.adv-demo__integrations article div .adv-demo__line { margin: 6px 0; }.adv-demo__integrations article b { background: #d9f3e6; border-radius: 5px; grid-column: 1 / -1; height: 23px; width: 100%; }.adv-demo__integrations .adv-demo__integration-wide { grid-column: 1 / -1; grid-template-columns: 33px 1fr 90px; min-height: 93px; }.adv-demo__integrations .adv-demo__integration-wide b { grid-column: auto; height: 30px; }
@media (min-width: 641px) { .adv-demo--view-4 .adv-demo__table { --columns: 6; }.adv-demo--view-6 .adv-demo__table { --columns: 5; }.adv-demo--view-7 .adv-demo__table { --columns: 4; }.adv-demo--view-8 .adv-demo__table { --columns: 7; }.adv-demo--view-9 .adv-demo__table { --columns: 5; }.adv-demo--view-10 .adv-demo__table { --columns: 6; } }
@media (max-width: 900px) { .adv-demo__table-head, .adv-demo__table-row { gap: 7px; padding: 0 8px; }.adv-demo__cell i { width: 28px; }.adv-demo__mini-tabs i { width: 42px; }.adv-demo__chat { height: 338px; }.adv-demo__integrations article { padding: 10px; } }
@media (max-width: 640px) { .adv-demo__standard { padding-top: 13px; }.adv-demo__page-head { margin-bottom: 9px; }.adv-demo__page-head .adv-demo__line--heading { width: 120px; }.adv-demo__page-head .adv-demo__line--medium { width: 150px; }.adv-demo__filters { margin-bottom: 8px; }.adv-demo__filters i { height: 20px; width: 43px; }.adv-demo__filters b { height: 20px; width: 30px; }.adv-demo__mini-tabs { gap: 4px; margin-bottom: 8px; overflow: hidden; }.adv-demo__mini-tabs i { flex: 0 0 36px; height: 15px; }.adv-demo__table-head, .adv-demo__table-row { grid-template-columns: repeat(4, 1fr) !important; min-height: 33px; }.adv-demo__table-head .adv-demo__cell:nth-child(n+5), .adv-demo__table-row .adv-demo__cell:nth-child(n+5) { display: none; }.adv-demo__table-row { min-height: 38px; }.adv-demo__cell em { height: 14px; width: 14px; }.adv-demo__cell i { width: 22px; }.adv-demo__chat { grid-template-columns: .56fr 1.44fr; height: 300px; margin-top: 12px; }.adv-demo__chat > aside { padding: 7px; }.adv-demo__contact { gap: 4px; padding: 6px 1px; }.adv-demo__contact em { height: 15px; width: 15px; }.adv-demo__contact .adv-demo__line { width: 32px; }.adv-demo__contact .adv-demo__line--title { width: 35px; }.adv-demo__integrations { gap: 8px; }.adv-demo__integrations article { min-height: 77px; padding: 8px; }.adv-demo__integrations article div .adv-demo__line--heading { width: 55px; }.adv-demo__integrations article div .adv-demo__line--medium { width: 66px; }.adv-demo__integrations .adv-demo__icon { height: 24px; width: 24px; }.adv-demo__integrations .adv-demo__integration-wide { min-height: 70px; } }
