/* Product illustrations used in place of literal application screenshots. */

.mock-web-app,
.mock-mobile-app,
.feature-window,
.illustrated-phone {
  color: #14213d;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.mock-web-app {
  height: 430px;
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  background: #f6f8fc;
}

.mock-sidebar {
  padding: 23px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #5866ee;
  color: #c7d2e6;
}

.mock-brand {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
}

.mock-brand img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.mock-sidebar > span {
  min-height: 34px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 600;
}

.mock-sidebar > span.active {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.mock-sidebar > span i {
  width: 8px;
  height: 8px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
}

.mock-dashboard {
  min-width: 0;
  padding: 22px;
}

.mock-dashboard-head,
.mock-card-title,
.seat-window-heading,
.chart-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mock-dashboard-head div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mock-dashboard-head small,
.mock-card-title small,
.seat-window-heading small {
  color: #8791a5;
  font-size: 9px;
}

.mock-dashboard-head strong {
  font-size: 17px;
}

.mock-avatar {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9ecff;
  color: #4250d8;
  font-size: 10px;
  font-weight: 750;
}

.mock-metrics {
  margin-top: 21px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.mock-metrics > span {
  min-width: 0;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid #e7eaf1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(27, 41, 78, 0.04);
}

.mock-metrics small {
  color: #7d8799;
  font-size: 8px;
}

.mock-metrics strong {
  font-size: 22px;
}

.mock-metrics em {
  color: #2dac67;
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
}

.mock-dashboard-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 11px;
}

.mock-seat-card,
.mock-activity-card {
  min-width: 0;
  height: 220px;
  padding: 16px;
  border: 1px solid #e7eaf1;
  border-radius: 10px;
  background: #fff;
}

.mock-card-title strong {
  font-size: 11px;
}

.mock-seat-map {
  margin-top: 21px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.mock-seat-map > i {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1.5px solid #5866ee;
  border-radius: 6px;
  background: #fff;
  color: #5866ee;
  font-size: 7px;
  font-style: normal;
  font-weight: 750;
}

.mock-legend {
  margin-top: 17px;
  display: flex;
  gap: 12px;
  color: #7d8799;
  font-size: 7px;
}

.mock-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mock-legend i {
  width: 7px;
  height: 7px;
  border: 1px solid #5866ee;
  border-radius: 2px;
  background: #fff;
}

.mock-activity-card p {
  margin: 14px 0 0;
  padding-bottom: 12px;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #eef0f4;
}

.mock-activity-card p > i {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9ecff;
  color: #4f5de2;
  font-size: 7px;
  font-style: normal;
  font-weight: 750;
}

.mock-activity-card p > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mock-activity-card b { overflow: hidden; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.mock-activity-card small,
.mock-activity-card time { color: #8c95a5; font-size: 6px; }

.mock-mobile-app {
  height: 100%;
  padding: 11px 10px 15px;
  overflow: hidden;
  background: #f7f8fc;
}

.mock-mobile-status,
.mock-mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mock-mobile-status {
  color: #27334c;
  font-size: 6px;
}

.mock-mobile-head {
  margin-top: 14px;
}

.mock-mobile-head img {
  width: 17px;
  height: 17px;
}

.mock-mobile-head b {
  margin-right: auto;
  margin-left: 5px;
  font-size: 8px;
}

.mock-mobile-head i {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e4e7ff;
  color: #4a58dd;
  font-size: 6px;
  font-style: normal;
  font-weight: 750;
}

.mock-mobile-greeting {
  margin: 23px 0 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mock-mobile-greeting small { color: #8c95a5; font-size: 6px; }
.mock-mobile-greeting strong { font-size: 10px; }

.mock-mobile-summary {
  padding: 13px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 10px;
  background: linear-gradient(145deg, #5362ed, #3946cb);
  color: #fff;
  box-shadow: 0 12px 24px rgba(64, 77, 210, 0.22);
}

.mock-mobile-summary small { font-size: 6px; opacity: 0.78; }
.mock-mobile-summary strong { font-size: 24px; }
.mock-mobile-summary span { font-size: 6px; opacity: 0.88; }

.mock-mobile-tiles {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.mock-mobile-tiles span {
  padding: 9px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: 1px solid #e7eaf1;
  border-radius: 8px;
  background: #fff;
}

.mock-mobile-tiles b { font-size: 13px; }
.mock-mobile-tiles small { color: #8c95a5; font-size: 5px; }

.mock-mobile-list {
  margin-top: 16px;
  font-size: 7px;
}

.mock-mobile-list > b { font-size: 8px; }
.mock-mobile-list p { margin: 9px 0 0; display: flex; align-items: center; gap: 7px; }
.mock-mobile-list p i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #e8ebff; color: #4c5ade; font-size: 5px; font-style: normal; font-weight: 700; }
.mock-mobile-list p span { display: flex; flex-direction: column; gap: 2px; font-size: 6px; }
.mock-mobile-list p small { color: #8c95a5; font-size: 5px; }

.feature-window {
  width: 88%;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid #dce2ed;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(31, 47, 83, 0.16);
}

.feature-window-bar {
  height: 52px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid #e8ebf1;
  background: #fafbfc;
}

.feature-window-bar > span { display: flex; gap: 5px; }
.feature-window-bar > span i { width: 7px; height: 7px; border-radius: 50%; background: #d1d6df; }
.feature-window-bar b { font-size: 12px; }
.feature-window-bar em { justify-self: end; color: #5362e8; font-size: 9px; font-style: normal; font-weight: 700; }

.seat-window-body { padding: 30px; }
.seat-window-heading div { display: flex; flex-direction: column; gap: 4px; }
.seat-window-heading strong { font-size: 20px; }
.seat-window-heading > span { padding: 8px 11px; border-radius: 999px; background: #e7f7ed; color: #238c51; font-size: 9px; font-weight: 750; }

.large-seat-map {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.large-seat-map > i {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid #5866ee;
  border-radius: 9px;
  background: #fff;
  color: #5866ee;
  box-shadow: none;
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
}

.large-seat-legend { margin-top: 28px; display: flex; justify-content: center; gap: 22px; color: #7e899a; font-size: 9px; }
.large-seat-legend span { display: flex; align-items: center; gap: 6px; }
.large-seat-legend i { width: 9px; height: 9px; border: 1.5px solid #5866ee; border-radius: 3px; background: #fff; }

.illustrated-phone {
  position: relative;
  width: 56%;
  height: 88%;
  padding: 38px 18px 24px;
  overflow: hidden;
  border: 9px solid #111a2a;
  border-bottom: 0;
  border-radius: 34px 34px 0 0;
  background: #f8f9fc;
  box-shadow: 0 30px 70px rgba(18, 29, 51, 0.2);
}

.phone-speaker {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 42px;
  height: 5px;
  border-radius: 9px;
  background: #202a3a;
  transform: translateX(-50%);
}

.phone-ui-head {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 34px;
}

.phone-ui-head > span { font-size: 17px; }
.phone-ui-head b { font-size: 13px; text-align: center; }
.phone-ui-head i { color: #677187; font-size: 8px; font-style: normal; }

.phone-search {
  margin-top: 18px;
  padding: 11px 13px;
  border: 1px solid #e2e6ee;
  border-radius: 9px;
  background: #fff;
  color: #a1a8b5;
  font-size: 8px;
}

.phone-filter {
  margin-top: 14px;
  display: flex;
  gap: 7px;
  overflow: hidden;
  white-space: nowrap;
}

.phone-filter > * { padding: 7px 9px; border-radius: 999px; background: #eef1f5; color: #7b8596; font-size: 7px; }
.phone-filter b { background: #fff0ed; color: #c95448; }

.renewal-list,
.attendance-list { margin-top: 12px; }

.renewal-list p,
.attendance-list p,
.account-row {
  margin: 0;
  padding: 11px 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid #e8ebf0;
}

.avatar {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 7px;
  font-style: normal;
  font-weight: 750;
}

.avatar.coral { background: #ffebe8; color: #c8584d; }
.avatar.blue { background: #e7eaff; color: #4e5bdd; }
.avatar.mint { background: #e5f5ea; color: #24864e; }
.avatar.gold { background: #fff2d8; color: #a97416; }

.renewal-list p > span,
.attendance-list p > span,
.account-row > span { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.renewal-list b,
.attendance-list b,
.account-row b { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.renewal-list small,
.attendance-list small,
.account-row small { color: #8c95a5; font-size: 6px; }
.renewal-list em { color: #c5554b; font-size: 7px; font-style: normal; font-weight: 750; }

.illustrated-phone button {
  width: 100%;
  min-height: 38px;
  margin-top: 18px;
  border: 0;
  border-radius: 10px;
  background: #5866ee;
  color: #fff;
  font-family: inherit;
  font-size: 9px;
  font-weight: 750;
  pointer-events: none;
}

.accounts-phone { background: #f6f8fc; }
.accounts-total { margin-top: 17px; padding: 18px; display: flex; flex-direction: column; gap: 5px; border-radius: 14px; background: linear-gradient(145deg, #5866ee, #414fcf); color: #fff; }
.accounts-total small { font-size: 7px; opacity: 0.7; }
.accounts-total strong { font-size: 25px; }
.accounts-total span { color: #8cdda9; font-size: 7px; }
.accounts-pair { margin-top: 9px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.accounts-pair span { padding: 11px; display: flex; flex-direction: column; gap: 4px; border-radius: 9px; background: #fff; }
.accounts-pair small { color: #8892a4; font-size: 6px; }
.accounts-pair b { font-size: 11px; }

.accounts-chart { margin-top: 9px; padding: 12px; border-radius: 10px; background: #fff; }
.chart-heading b { font-size: 8px; }
.chart-heading small { color: #2d9a5a; font-size: 7px; }
.bars { height: 74px; margin-top: 12px; display: flex; align-items: flex-end; justify-content: space-between; gap: 6px; }
.bars i { width: 100%; border-radius: 4px 4px 2px 2px; background: #dce1ee; }
.bars i.today { background: #5866ee; }
.account-row { padding: 9px 0; }
.account-row > i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 7px; background: #e4f4e9; color: #23894f; font-size: 13px; font-style: normal; }
.account-row > em { color: #23894f; font-size: 7px; font-style: normal; font-weight: 750; }
.account-row.expense > i { background: #ffebe8; color: #c8584d; }
.account-row.expense > em { color: #c8584d; }

.attendance-summary { margin-top: 17px; padding: 13px; display: grid; grid-template-columns: repeat(3, 1fr); border-radius: 12px; background: #fff; }
.attendance-summary span { display: flex; flex-direction: column; align-items: center; gap: 3px; border-right: 1px solid #e6e9ef; }
.attendance-summary span:last-child { border: 0; }
.attendance-summary strong { font-size: 16px; }
.attendance-summary small { color: #8791a3; font-size: 6px; }
.attendance-list p > em { padding: 5px 7px; border-radius: 999px; font-size: 6px; font-style: normal; font-weight: 750; }
.attendance-list p > em.present { background: #e5f5ea; color: #21864c; }
.attendance-list p > em.absent { background: #ffebe8; color: #c8584d; }

.language-phone { background: #fffdfa; }
.language-intro { margin-top: 22px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.language-intro > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: #fff0d8; color: #b87515; font-family: "Nirmala UI", Mangal, sans-serif; font-size: 25px; font-weight: 750; }
.language-intro b { margin-top: 13px; font-size: 12px; }
.language-intro small { margin-top: 4px; color: #929aaa; font-size: 7px; }
.language-option { margin-top: 13px; padding: 12px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 15px; align-items: center; gap: 10px; border: 1px solid #e5e7eb; border-radius: 11px; background: #fff; }
.language-option > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: #f0f2f6; color: #4d586c; font-size: 9px; font-style: normal; font-weight: 750; }
.language-option > span { display: flex; flex-direction: column; gap: 3px; }
.language-option b { font-family: "Nirmala UI", Mangal, sans-serif; font-size: 10px; }
.language-option small { color: #9098a7; font-size: 6px; }
.language-option > em { width: 13px; height: 13px; border: 1px solid #c6ccd6; border-radius: 50%; }
.language-option.selected { border-color: #e7b75a; background: #fffbf2; box-shadow: 0 0 0 2px #fff1cf; }
.language-option.selected > i { background: #ffedc8; color: #a66b12; font-family: "Nirmala UI", Mangal, sans-serif; }
.language-option.selected > em { border: 4px solid #d59225; }
.language-preview { margin-top: 14px; padding: 13px; display: flex; flex-direction: column; gap: 5px; border-radius: 10px; background: #f7f1e8; font-family: "Nirmala UI", Mangal, sans-serif; }
.language-preview small { color: #9b7d53; font-size: 6px; }
.language-preview b { font-size: 10px; }
.language-preview span { color: #776b5a; font-size: 7px; line-height: 1.5; }
.language-phone button { background: #d89229; font-family: "Nirmala UI", Mangal, sans-serif; }

@media (max-width: 860px) {
  .mock-web-app { grid-template-columns: 116px minmax(0, 1fr); height: 330px; }
  .mock-sidebar { padding: 18px 11px; }
  .mock-dashboard { padding: 16px; }
  .mock-seat-card,
  .mock-activity-card { height: 172px; padding: 12px; }
  .mock-seat-map { margin-top: 14px; gap: 7px; }
  .mock-activity-card p { margin-top: 9px; padding-bottom: 8px; }
  .mock-metrics { margin-top: 14px; }
  .mock-metrics > span { padding: 10px; }
  .feature-window { width: min(88%, 600px); }
}

@media (max-width: 520px) {
  .mock-web-app { height: 250px; grid-template-columns: 73px minmax(0, 1fr); }
  .mock-sidebar { padding: 11px 7px; gap: 3px; }
  .mock-brand { margin-bottom: 8px; gap: 4px; font-size: 7px; }
  .mock-brand img { width: 14px; height: 14px; }
  .mock-sidebar > span { min-height: 22px; padding: 0 5px; gap: 4px; font-size: 6px; }
  .mock-sidebar > span i { width: 5px; height: 5px; border-width: 1px; }
  .mock-dashboard { padding: 9px; }
  .mock-dashboard-head strong { font-size: 10px; }
  .mock-dashboard-head small { font-size: 5px; }
  .mock-avatar { width: 20px; height: 20px; font-size: 6px; }
  .mock-metrics { margin-top: 8px; gap: 5px; }
  .mock-metrics > span { padding: 6px; gap: 2px; border-radius: 6px; }
  .mock-metrics small,
  .mock-metrics em { font-size: 4px; }
  .mock-metrics strong { font-size: 12px; }
  .mock-dashboard-grid { margin-top: 6px; gap: 5px; }
  .mock-seat-card,
  .mock-activity-card { height: 119px; padding: 7px; border-radius: 6px; }
  .mock-card-title strong { font-size: 6px; }
  .mock-card-title small { font-size: 4px; }
  .mock-seat-map { margin-top: 9px; gap: 4px; }
  .mock-seat-map > i { border-radius: 3px; box-shadow: none; }
  .mock-legend { margin-top: 7px; gap: 5px; font-size: 4px; }
  .mock-legend i { width: 3px; height: 3px; }
  .mock-activity-card p { margin-top: 6px; padding-bottom: 5px; grid-template-columns: 14px minmax(0, 1fr) auto; gap: 3px; }
  .mock-activity-card p > i { width: 14px; height: 14px; font-size: 4px; }
  .mock-activity-card b { font-size: 4px; }
  .mock-activity-card small,
  .mock-activity-card time { font-size: 3px; }

  .mock-mobile-app { padding: 5px 5px 7px; }
  .mock-mobile-head { margin-top: 7px; }
  .mock-mobile-greeting { margin: 8px 0 6px; }
  .mock-mobile-summary { padding: 6px; gap: 2px; }
  .mock-mobile-summary strong { font-size: 13px; }
  .mock-mobile-tiles { margin-top: 5px; gap: 4px; }
  .mock-mobile-tiles span { padding: 6px; }
  .mock-mobile-list { margin-top: 7px; }
  .mock-mobile-list p { margin-top: 5px; }

  .feature-window { width: 94%; min-height: 430px; }
  .feature-window-bar { height: 43px; padding: 0 12px; }
  .seat-window-body { padding: 22px 15px; }
  .large-seat-map { gap: 8px; }
  .large-seat-map > i { font-size: 7px; box-shadow: none; }
  .large-seat-legend { gap: 12px; font-size: 7px; }

  .illustrated-phone { width: 70%; padding: 35px 14px 20px; border-width: 7px; border-bottom: 0; border-radius: 28px 28px 0 0; }
  .renewal-list p,
  .attendance-list p,
  .account-row { gap: 6px; }
}
