._appShell_cinnf_1 {
  height: calc(100vh - 55px);
  min-height: 540px;
  display: flex;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f2f2f7;
  color: #1c1c1e;
  user-select: none;
}

._appShell_cinnf_1,
._appShell_cinnf_1 * {
  box-sizing: border-box;
}

/* ─── Sidebar ─── */

._sidebar_cinnf_20 {
  width: 240px;
  flex: 0 0 240px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(247, 247, 249, 0.98);
  border-right: 1px solid #d1d1d6;
  transition: width 180ms ease, flex-basis 180ms ease, opacity 140ms ease;
}

._sidebarClosed_cinnf_31 { width: 0; flex-basis: 0; opacity: 0; border-right: 0; }
._sidebarTop_cinnf_32 { padding: 16px 12px 10px; }
._sidebarTitleRow_cinnf_33 { display: flex; align-items: center; justify-content: space-between; padding: 0 5px 10px; }
._sidebarTitleRow_cinnf_33 h2 { margin: 0; font-size: 21px; font-weight: 500; letter-spacing: -0.35px; }

._iconButton_cinnf_36,
._monthNav_cinnf_37 button {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--closure-red);
  cursor: pointer;
}

._iconButton_cinnf_36 svg,
._monthNav_cinnf_37 button svg,
._folderItem_cinnf_52 svg,
._dimensionIcon_cinnf_53 svg,
._metricIcon_cinnf_54 svg {
  display: block;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  overflow: visible;
  stroke: currentColor;
  pointer-events: none;
}

._iconButton_cinnf_36:hover,
._monthNav_cinnf_37 button:hover { background: rgba(116, 116, 128, 0.25); }
._iconButton_cinnf_36:active,
._monthNav_cinnf_37 button:active { background: rgba(116, 116, 128, 0.32); }
._searchBox_cinnf_68 { height: 32px; padding: 0 9px; display: flex; align-items: center; gap: 7px; border-radius: 9px; color: #8e8e93; background: rgba(118, 118, 128, 0.12); }
._searchBox_cinnf_68 input { width: 100%; border: 0; outline: 0; background: transparent; color: inherit; font-size: 14px; }
._folderNav_cinnf_70 { flex: 1; overflow: auto; padding: 1px 10px 20px; }
._folderGroup_cinnf_71 { margin-top: 14px; }
._folderGroup_cinnf_71 h3 { margin: 0 8px 6px; color: #6e6e73; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.52px; }
._folderItem_cinnf_52 { width: 100%; height: 33px; padding: 0 9px; display: flex; align-items: center; gap: 10px; border: 0; border-radius: 9px; background: transparent; color: inherit; cursor: pointer; text-align: left; transition: background-color 50ms ease; }
._folderItem_cinnf_52 svg { color: var(--closure-red); }
._folderItem_cinnf_52 span { flex: 1; font-size: 15px; font-weight: 400; letter-spacing: -0.24px; line-height: 15px; }
._folderItem_cinnf_52:hover { background: rgba(116, 116, 128, 0.25); }
._folderActive_cinnf_77 { background: rgba(120, 120, 128, 0.1); color: rgba(0, 0, 0, 0.88); font-weight: 400; }
._folderActive_cinnf_77:hover { background: rgba(120, 120, 128, 0.2); }

/* ─── Main pane ─── */

._calendarPane_cinnf_82 { min-width: 0; flex: 1 1 auto; display: flex; flex-direction: column; position: relative; z-index: 1; overflow: hidden; background: #fff; }
._calendarToolbar_cinnf_83 { width: 100%; height: 62px; padding: 0 18px; flex: 0 0 62px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; overflow: visible; background: #fff; border-bottom: 1px solid #d1d1d6; }
._toolbarLeading_cinnf_84 { min-width: 0; display: flex; align-items: center; gap: 8px; }
._toolbarActions_cinnf_85 { display: flex; align-items: center; gap: 4px; flex: 0 0 auto; }
._toolbarLeading_cinnf_84 h1 { margin: 0 8px 0 0; font-size: 23px; font-weight: 500; letter-spacing: -0.5px; }
._syncLabel_cinnf_87 { color: #8e8e93; font-size: 12px; }
._todayButton_cinnf_88 { height: 32px; min-width: 52px; padding: 0 10px; border: 0; border-radius: 8px; background: transparent; color: var(--closure-red); cursor: pointer; font-weight: 400; }
._todayButton_cinnf_88:hover { background: rgba(116, 116, 128, 0.25); }
._todayButton_cinnf_88:active { background: rgba(116, 116, 128, 0.32); }
._monthNav_cinnf_37 { display: flex; align-items: center; gap: 2px; }

/* ─── Toolbar user picker (attendance) ─── */

._toolbarUserPicker_cinnf_95 {
  position: relative;
  z-index: 10;
}

._toolbarUserBtn_cinnf_100 {
  height: 34px;
  padding: 0 10px 0 6px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #d1d1d6;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  transition: background-color 60ms ease;
}

._toolbarUserBtn_cinnf_100:hover { background: rgba(116, 116, 128, 0.08); }

._toolbarUserAvatar_cinnf_118 {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(rgb(122, 136, 158), rgb(80, 92, 112));
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

._toolbarUserAvatarMuted_cinnf_134 {
  background: rgba(120, 120, 128, 0.16);
  color: #8e8e93;
}

._toolbarUserName_cinnf_139 { font-weight: 500; max-width: 140px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
._toolbarUserPlaceholder_cinnf_140 { color: #8e8e93; }

._toolbarUserDropdown_cinnf_142 {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 300px;
  max-height: 340px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d1d1d6;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

._toolbarUserDropdownSearch_cinnf_157 {
  height: 38px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e5e5ea;
  color: #8e8e93;
  flex: 0 0 38px;
}

._toolbarUserDropdownSearch_cinnf_157 input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1c1c1e;
  font-size: 14px;
}

._toolbarUserDropdownList_cinnf_177 {
  flex: 1;
  overflow: auto;
  padding: 4px;
}

._toolbarUserOption_cinnf_183 {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 7px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

._toolbarUserOption_cinnf_183:hover { background: rgba(116, 116, 128, 0.08); }
._toolbarUserOptionActive_cinnf_200 { background: rgba(120, 120, 128, 0.1); }
._toolbarUserOptionActive_cinnf_200:hover { background: rgba(120, 120, 128, 0.16); }

._toolbarUserOption_cinnf_183 div { min-width: 0; display: flex; flex-direction: column; }
._toolbarUserOptName_cinnf_204 { font-size: 14px; font-weight: 500; }
._toolbarUserOptZuid_cinnf_205 { font-size: 11px; color: #8e8e93; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
._toolbarUserEmpty_cinnf_206 { padding: 16px 12px; text-align: center; color: #8e8e93; font-size: 13px; }

/* ─── Calendar grid ─── */

._calendarFrame_cinnf_210 { min-height: 0; flex: 1; display: flex; flex-direction: column; overflow: hidden; }
._weekdayRow_cinnf_211 { height: 35px; flex: 0 0 35px; display: grid; grid-template-columns: repeat(7, 1fr); border-bottom: 1px solid #d1d1d6; color: #8e8e93; }
._weekdayRow_cinnf_211 div { padding: 9px 10px 0; border-right: 1px solid #e5e5ea; font-size: 12px; font-weight: 500; }
._weekdayRow_cinnf_211 div:last-child { border-right: 0; }
._calendarGrid_cinnf_214 { min-height: 0; flex: 1; display: grid; grid-template-columns: repeat(7, minmax(90px, 1fr)); grid-template-rows: repeat(6, minmax(74px, 1fr)); overflow: auto; }
._dayCell_cinnf_215 { -webkit-appearance: none; appearance: none; position: relative; display: block; min-width: 90px; padding: 10px 11px; border: 0; border-right: 1px solid #e5e5ea; border-bottom: 1px solid #e5e5ea; border-radius: 0 !important; outline: none !important; background: #fff; box-shadow: none; color: inherit; cursor: pointer; text-align: left; overflow: hidden; transition: background-color 50ms ease; }
._dayCell_cinnf_215:hover { border-color: #e5e5ea !important; outline: none !important; background: #f2f2f4; box-shadow: none !important; }
._dayCell_cinnf_215:focus { outline: none !important; }
._dayCell_cinnf_215:focus-visible { outline: none !important; box-shadow: none; }
._dayCell_cinnf_215:nth-child(7n) { border-right: 0; }
._dayCell_cinnf_215._selectedDay_cinnf_220,
._dayCell_cinnf_215._selectedDay_cinnf_220:hover,
._dayCell_cinnf_215._selectedDay_cinnf_220:focus,
._dayCell_cinnf_215._selectedDay_cinnf_220:focus-visible { border-color: var(--closure-red) !important; background: var(--closure-red) !important; box-shadow: none !important; color: #fff; }
._outsideMonth_cinnf_224 { background: #fafafa; color: #c7c7cc; }
._dayNumber_cinnf_225 { width: 30px; height: 30px; display: inline-grid; place-items: center; border-radius: 50%; font-size: 16px; font-weight: 400; }
._todayNumber_cinnf_226 { background: var(--closure-red); color: #fff; font-weight: 500; }
._selectedDay_cinnf_220 ._dayNumber_cinnf_225,
._selectedDay_cinnf_220 ._todayNumber_cinnf_226 { background: #fff; color: var(--closure-red); font-weight: 500; }
._selectedDay_cinnf_220 ._dayEvents_cinnf_229,
._selectedDay_cinnf_220 ._dayEvents_cinnf_229 small { color: rgba(255, 255, 255, 0.9); }
._selectedDay_cinnf_220 ._statusDot_cinnf_231 { background: #fff; }
._dayEvents_cinnf_229 { margin-top: 6px; min-width: 0; display: flex; flex-direction: column; gap: 3px; color: #3a3a3c; font-size: 11px; }
._attendanceLine_cinnf_233 { display: flex; align-items: center; gap: 5px; min-width: 0; }
._attendanceLine_cinnf_233 > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
._cellPillRow_cinnf_235 { display: flex; flex-wrap: wrap; gap: 3px; min-width: 0; }
._dayEvents_cinnf_229 small { color: #8e8e93; font-size: 10px; }
._statusDot_cinnf_231 { width: 7px; height: 7px; border-radius: 50%; background: currentColor; flex: 0 0 7px; }
._statusPresent_cinnf_238 { color: #30a14e; }
._statusLeave_cinnf_239 { color: #af52de; }
._statusPartial_cinnf_240 { color: #ff9f0a; }
._statusMuted_cinnf_241 { color: #aeaeb2; }


._emptyState_cinnf_244 { padding: 40px 20px; text-align: center; color: #8e8e93; font-size: 14px; }

/* ─── List frame (report items) ─── */

._listFrame_cinnf_248 { flex: 1; overflow: auto; padding: 6px 8px; }

._dateItem_cinnf_250 {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 64px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition: background-color 60ms ease, border-color 60ms ease;
}

._dateItem_cinnf_250:hover { background: rgba(116, 116, 128, 0.08); }

._dateItemActive_cinnf_270 {
  background: rgba(255, 59, 48, 0.08);
  border-color: rgba(255, 59, 48, 0.25);
}
._dateItemActive_cinnf_270:hover { background: rgba(255, 59, 48, 0.12); }

._dateItemLeft_cinnf_276 {
  flex: 0 0 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

._dateItemDay_cinnf_284 { font-size: 20px; font-weight: 500; line-height: 1; }
._dateItemWeekday_cinnf_285 { font-size: 11px; color: #8e8e93; text-transform: uppercase; letter-spacing: 0.3px; }

._dateItemCenter_cinnf_287 { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }

._dateItemTitle_cinnf_289 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._dateItemMeta_cinnf_301 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8e8e93;
  font-size: 12px;
  flex-wrap: wrap;
}

._dateItemChip_cinnf_310 {
  padding: 1px 7px;
  border-radius: 5px;
  background: rgba(118, 118, 128, 0.1);
  font-size: 11px;
  white-space: nowrap;
}

._dateItemRight_cinnf_318 {
  flex: 0 0 auto;
  text-align: right;
  font-size: 14px;
}

._dateItemRight_cinnf_318 strong { font-weight: 500; }
._dateItemMuted_cinnf_325 { color: #aeaeb2; }

._reportItemIcon_cinnf_327 {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 59, 48, 0.1);
  color: var(--closure-red);
}

._statusChip_cinnf_337 {
  padding: 2px 8px;
  border-radius: 5px;
  background: rgba(118, 118, 128, 0.12);
  font-size: 12px;
  font-weight: 500;
}

/* ─── Detail pane ─── */

._detailPane_cinnf_347 { width: 0; min-width: 0; max-width: 490px; min-height: 0; flex: 0 0 0; position: relative; z-index: 3; overflow: hidden; background: #f8f8fa; border-left: 1px solid transparent; opacity: 0; transform: translateX(18px); pointer-events: none; transition: width 240ms cubic-bezier(0.32, 0.08, 0.24, 1), flex-basis 240ms cubic-bezier(0.32, 0.08, 0.24, 1), opacity 180ms ease, transform 240ms cubic-bezier(0.32, 0.08, 0.24, 1), border-color 120ms ease; will-change: width, flex-basis, transform; }
._detailPaneOpen_cinnf_348 { width: clamp(330px, 33.333vw, 490px); flex-basis: clamp(330px, 33.333vw, 490px); border-left-color: #d1d1d6; opacity: 1; transform: translateX(0); pointer-events: auto; }
._detailPaneClosed_cinnf_349 { width: 0; flex-basis: 0; }
._detailPaneInner_cinnf_350 { width: clamp(330px, 33.333vw, 490px); min-width: 330px; max-width: 490px; height: 100%; display: flex; flex-direction: column; background: inherit; }
._detailHeader_cinnf_351 { height: 97px; padding: 14px 14px 12px 18px; flex: 0 0 97px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; position: relative; z-index: 2; overflow: visible; background: inherit; border-bottom: 1px solid #d1d1d6; }
._detailHeader_cinnf_351 > div { min-width: 0; }
._detailHeader_cinnf_351 span { color: var(--closure-red); font-size: 13px; font-weight: 400; }
._detailHeader_cinnf_351 h2 { margin: 3px 0 0; font-size: 20px; font-weight: 500; letter-spacing: -0.35px; }
._detailCloseButton_cinnf_355 { flex: 0 0 32px; color: #3a3a3c; }
._detailScroll_cinnf_356 { flex: 1; overflow-y: auto; overflow-x: hidden; padding: 14px; }
._detailLoading_cinnf_357 { margin: 16px; padding: 14px; display: flex; align-items: center; gap: 8px; border-radius: 12px; background: #fff; color: #636366; font-size: 13px; }
._detailLoading_cinnf_357 svg { animation: _spin_cinnf_1 0.8s linear infinite; }
@keyframes _spin_cinnf_1 { to { transform: rotate(360deg); } }

._detailEmpty_cinnf_361 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 40px 20px;
  text-align: center;
  color: #aeaeb2;
}

._detailEmpty_cinnf_361 svg {
  display: block;
  width: 32px;
  height: 32px;
  stroke: currentColor;
  margin-bottom: 4px;
}

._detailEmpty_cinnf_361 p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #8e8e93;
}

._detailEmpty_cinnf_361 span {
  font-size: 12px;
  color: #aeaeb2;
}

/* ─── Status card ─── */

._statusCard_cinnf_395 { padding: 14px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; border: 0; border-radius: 10px; background: #ededf0; }
._largeStatusDot_cinnf_396 { width: 11px; height: 11px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 13%, transparent); }
._statusCard_cinnf_395 > div:nth-child(2) { display: flex; flex-direction: column; }
._statusCard_cinnf_395 > div:nth-child(2) span { color: #8e8e93; font-size: 11px; }
._statusCard_cinnf_395 strong { font-size: 15px; font-weight: 500; }
._statusTimes_cinnf_400 { grid-column: 1 / -1; padding-top: 10px; display: flex; align-items: center; gap: 8px; border-top: 1px solid #d1d1d6; color: #3a3a3c; font-size: 13px; }
._statusTimes_cinnf_400 small { color: #8e8e93; }

/* ─── Detail sections ─── */

._detailSection_cinnf_405 { margin-top: 18px; }
._sectionHeading_cinnf_406 { margin: 0 2px 8px; display: flex; align-items: center; justify-content: space-between; }
._sectionHeading_cinnf_406 h3 { margin: 0; font-size: 15px; font-weight: 500; }
._sectionHeading_cinnf_406 span { color: #8e8e93; font-size: 11px; }
._metricGrid_cinnf_409 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
._metricCard_cinnf_410 { min-width: 0; padding: 12px; display: flex; align-items: flex-start; gap: 9px; border: 0; border-radius: 10px; background: #ededf0; }
._metricIcon_cinnf_54 { width: 24px; height: 24px; flex: 0 0 24px; display: grid; place-items: center; border-radius: 7px; background: rgba(255, 59, 48, 0.1); color: var(--closure-red); }
._metricCard_cinnf_410 div { min-width: 0; display: flex; flex-direction: column; }
._metricCard_cinnf_410 span { color: #8e8e93; font-size: 11px; }
._metricCard_cinnf_410 strong { margin-top: 2px; overflow: hidden; font-size: 15px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
._reportList_cinnf_415 { margin: 0; padding: 0 13px; border: 0; border-radius: 10px; background: #ededf0; }
._reportList_cinnf_415 div { min-height: 39px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d8d8dc; }
._reportList_cinnf_415 div:last-child { border-bottom: 0; }
._reportList_cinnf_415 dt { color: #636366; font-size: 13px; text-transform: capitalize; }
._reportList_cinnf_415 dd { margin: 0; max-width: 55%; font-size: 13px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
._dimensionRows_cinnf_420 { overflow: hidden; border: 0; border-radius: 10px; background: #ededf0; }
._dimensionRows_cinnf_420 > div { min-height: 46px; padding: 0 12px; display: grid; grid-template-columns: 29px 1fr auto; align-items: center; border-bottom: 1px solid #d8d8dc; font-size: 13px; }
._dimensionRows_cinnf_420 > div:last-child { border-bottom: 0; }
._dimensionRows_cinnf_420 strong { font-weight: 500; }
._dimensionIcon_cinnf_53 { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 7px; background: rgba(255, 59, 48, 0.1); color: var(--closure-red); }

._userPreviewList_cinnf_426 { overflow: hidden; border-radius: 10px; background: #ededf0; }
._userPreviewRow_cinnf_427 { min-height: 54px; padding: 8px 11px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #d8d8dc; }
._userPreviewRow_cinnf_427:last-child { border-bottom: 0; }
._userAvatar_cinnf_429 { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 50%; background: #d8d8dc; color: #3a3a3c; font-size: 12px; font-weight: 600; }
._userPreviewIdentity_cinnf_430 { min-width: 0; flex: 1; display: flex; flex-direction: column; }
._userPreviewIdentity_cinnf_430 strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; font-weight: 500; }
._userPreviewIdentity_cinnf_430 span { margin-top: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #8e8e93; font-size: 11px; }
._userStatus_cinnf_433 { font-size: 11px; font-weight: 500; white-space: nowrap; }
._viewMoreButton_cinnf_434 { width: 100%; height: 34px; margin-top: 7px; border: 0; border-radius: 8px; background: rgba(255, 59, 48, 0.1); color: var(--closure-red); cursor: pointer; font-size: 12px; font-weight: 500; }
._viewMoreButton_cinnf_434:hover { background: rgba(255, 59, 48, 0.16); }

._exportDateControl_cinnf_437 { height: 32px; padding: 0 9px; display: flex; align-items: center; gap: 8px; border: 1px solid #d1d1d6; border-radius: 8px; background: #fff; }
._exportDateControl_cinnf_437 span { color: #8e8e93; font-size: 11px; white-space: nowrap; }
._exportDateControl_cinnf_437 input { width: 124px; border: 0; outline: 0; background: transparent; color: #1c1c1e; font: inherit; font-size: 12px; }

._modalBackdrop_cinnf_441 { position: fixed; inset: 0; z-index: 100; padding: 32px; display: grid; place-items: center; background: rgba(0, 0, 0, 0.42); backdrop-filter: none; -webkit-backdrop-filter: none; }
._controlRoomModal_cinnf_442 { width: min(1040px, calc(100vw - 64px)); max-height: min(760px, calc(100vh - 64px)); display: flex; flex-direction: column; overflow: hidden; border: 1px solid #d1d1d6; border-radius: 16px; background: #f8f8fa; box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28); }
._modalHeader_cinnf_443 { min-height: 78px; padding: 17px 18px 14px 22px; display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid #d1d1d6; background: #fff; }
._modalHeader_cinnf_443 span { color: var(--closure-red); font-size: 12px; }
._modalHeader_cinnf_443 h2 { margin: 4px 0 0; font-size: 20px; font-weight: 500; letter-spacing: -0.35px; }
._modalSummaryBar_cinnf_446 { padding: 11px 22px; display: flex; gap: 24px; border-bottom: 1px solid #d8d8dc; background: #ededf0; color: #636366; font-size: 12px; }
._modalSummaryBar_cinnf_446 strong { color: #1c1c1e; font-size: 14px; font-weight: 600; }
._modalTableWrap_cinnf_448 { min-height: 0; overflow: auto; padding: 0 18px 18px; }
._usersTable_cinnf_449 { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 12px; }
._usersTable_cinnf_449 th { position: sticky; top: 0; z-index: 1; padding: 12px 10px 9px; border-bottom: 1px solid #c7c7cc; background: #f8f8fa; color: #8e8e93; font-size: 10px; font-weight: 500; letter-spacing: 0.35px; text-align: left; text-transform: uppercase; white-space: nowrap; }
._usersTable_cinnf_449 td { padding: 10px; border-bottom: 1px solid #e5e5ea; color: #3a3a3c; white-space: nowrap; }
._usersTable_cinnf_449 td:first-child { min-width: 190px; }
._usersTable_cinnf_449 td:first-child strong, ._usersTable_cinnf_449 td:first-child span { display: block; }
._usersTable_cinnf_449 td:first-child strong { color: #1c1c1e; font-weight: 500; }
._usersTable_cinnf_449 td:first-child span { margin-top: 2px; color: #8e8e93; font-size: 10px; }

/* ─── Record list (recent sales/payments in detail pane) ─── */

._recordList_cinnf_459 {
  overflow: hidden;
  border-radius: 10px;
  background: #ededf0;
}

._recordRow_cinnf_465 {
  min-height: 42px;
  padding: 8px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #d8d8dc;
  font-size: 13px;
}

._recordRow_cinnf_465:last-child { border-bottom: 0; }
._recordRow_cinnf_465 span { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #636366; }
._recordRow_cinnf_465 span:first-child { flex: 0 0 auto; color: #1c1c1e; font-weight: 500; }
._recordRow_cinnf_465 strong { flex: 0 0 auto; font-weight: 500; }

/* ─── Export section — app-wise rows ─── */

._detailExportSection_cinnf_482 {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #d8d8dc;
}

._exportAppRows_cinnf_488 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._exportAppCard_cinnf_494 {
  border: 0;
  border-radius: 12px;
  background: #ededf0;
  overflow: hidden;
}

._exportAppCardHeader_cinnf_501 {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

._exportAppIconLarge_cinnf_508 {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

._exportAppIconLarge_cinnf_508 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._exportAppIconLarge_cinnf_508 ._lightIcon_cinnf_526 { display: block; }
._exportAppIconLarge_cinnf_508 ._darkIcon_cinnf_527 { display: none; }

._exportAppCardHeader_cinnf_501 > div { min-width: 0; flex: 1; }
._exportAppCardTitle_cinnf_530 { display: block; font-size: 14px; font-weight: 500; letter-spacing: -0.15px; }
._exportAppCardSub_cinnf_531 { display: block; margin-top: 1px; font-size: 11px; color: #8e8e93; }

._exportAppCardActions_cinnf_533 {
  padding: 0 10px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

._exportSmallBtn_cinnf_540 {
  height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  border-radius: 7px;
  background: rgba(120, 120, 128, 0.08);
  color: #3a3a3c;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  transition: background-color 60ms ease;
}

._exportSmallBtn_cinnf_540:hover { background: rgba(120, 120, 128, 0.16); }
._exportSmallBtn_cinnf_540:active { background: rgba(120, 120, 128, 0.24); }

._exportSmallBtn_cinnf_540 svg {
  display: block;
  width: 13px;
  height: 13px;
  stroke: currentColor;
}

._exportSmallBtnIcon_cinnf_566 {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

/* ─── Cell pills (calendar business data markers) ─── */

._cellPill_cinnf_235 {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 999px;
  background: rgba(48, 161, 78, 0.12);
  color: #248a3d;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  width: fit-content;
}

._cellPillPayments_cinnf_596 {
  background: rgba(88, 86, 214, 0.12);
  color: #5856d6;
}

._cellPillTransfers_cinnf_601 {
  background: rgba(0, 122, 255, 0.12);
  color: #007aff;
}

._selectedDay_cinnf_220 ._cellPill_cinnf_235 {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

/* ─── Sync Sheets view ─── */

._syncSheetsView_cinnf_613 {
  flex: 1;
  overflow: auto;
  padding: 32px 24px;
}

._syncSheetsIntro_cinnf_619 {
  max-width: 480px;
  margin: 0 auto 28px;
  text-align: center;
}

._syncSheetsIntro_cinnf_619 svg { color: var(--closure-red); margin-bottom: 8px; }
._syncSheetsIntro_cinnf_619 h2 { margin: 0 0 6px; font-size: 22px; font-weight: 500; letter-spacing: -0.4px; }
._syncSheetsIntro_cinnf_619 p { margin: 0; color: #636366; font-size: 14px; line-height: 1.45; }

._syncSheetCards_cinnf_629 {
  max-width: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

._syncSheetCard_cinnf_629 {
  padding: 16px;
  border: 1px solid #d1d1d6;
  border-radius: 12px;
  background: #fff;
}

._syncSheetCardHeader_cinnf_644 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: var(--closure-red);
}

._syncSheetCardHeader_cinnf_644 h3 { margin: 0; font-size: 15px; font-weight: 500; color: #1c1c1e; }
._syncSheetCard_cinnf_629 > p { margin: 0 0 12px; color: #8e8e93; font-size: 12px; }

/* Sync sheet card export buttons */
._syncSheetCard_cinnf_629 ._exportAppCardActions_cinnf_533 {
  padding: 0;
}

/* ─── Dark mode ─── */

@media (prefers-color-scheme: dark) {
  ._appShell_cinnf_1 { background: #1c1c1e; color: #f5f5f7; }
  ._sidebar_cinnf_20 { background: #202023; border-color: #3a3a3c; }
  ._searchBox_cinnf_68 { background: rgba(118, 118, 128, 0.24); }
  ._folderGroup_cinnf_71 h3, ._syncLabel_cinnf_87, ._sectionHeading_cinnf_406 span, ._metricCard_cinnf_410 span { color: #98989d; }
  ._folderActive_cinnf_77,
  ._folderActive_cinnf_77:hover { background: #3a3a3c; color: rgba(255, 255, 255, 0.96); }
  ._calendarToolbar_cinnf_83, ._weekdayRow_cinnf_211, ._detailPane_cinnf_347, ._detailHeader_cinnf_351 { border-color: #3a3a3c; }
  ._calendarPane_cinnf_82, ._calendarToolbar_cinnf_83, ._dayCell_cinnf_215 { background: #1c1c1e; }
  ._dayCell_cinnf_215 { border-color: #333336; }
  ._dayCell_cinnf_215:hover { border-color: #333336 !important; background: #262629; }
  ._outsideMonth_cinnf_224 { background: #202023; color: #4a4a4f; }
  ._weekdayRow_cinnf_211 { color: #8e8e93; }
  ._dayEvents_cinnf_229 { color: #e5e5ea; }
  ._detailPane_cinnf_347 { background: #202023; }
  ._detailCloseButton_cinnf_355 { color: rgba(255, 255, 255, 0.88); }
  ._detailLoading_cinnf_357, ._statusCard_cinnf_395, ._metricCard_cinnf_410, ._reportList_cinnf_415, ._dimensionRows_cinnf_420, ._recordList_cinnf_459, ._exportAppCard_cinnf_494, ._userPreviewList_cinnf_426 { background: #29292c; border-color: #3a3a3c; }
  ._statusTimes_cinnf_400, ._reportList_cinnf_415 div, ._dimensionRows_cinnf_420 > div, ._recordRow_cinnf_465 { border-color: #3a3a3c; }
  ._statusTimes_cinnf_400, ._reportList_cinnf_415 dt, ._recordRow_cinnf_465 span { color: #d1d1d6; }
  ._recordRow_cinnf_465 span:first-child { color: #f5f5f7; }
  ._dateItem_cinnf_250:hover { background: rgba(118, 118, 128, 0.12); }
  ._dateItemActive_cinnf_270 { background: rgba(255, 59, 48, 0.12); border-color: rgba(255, 59, 48, 0.3); }
  ._dateItemActive_cinnf_270:hover { background: rgba(255, 59, 48, 0.18); }
  ._dateItemWeekday_cinnf_285, ._dateItemMeta_cinnf_301 { color: #98989d; }
  ._dateItemChip_cinnf_310 { background: rgba(118, 118, 128, 0.2); }
  ._reportItemIcon_cinnf_327 { background: rgba(255, 59, 48, 0.15); }
  ._statusChip_cinnf_337 { background: rgba(118, 118, 128, 0.2); }
  ._toolbarUserBtn_cinnf_100 { border-color: #48484a; }
  ._toolbarUserBtn_cinnf_100:hover { background: rgba(118, 118, 128, 0.12); }
  ._toolbarUserPlaceholder_cinnf_140 { color: #98989d; }
  ._toolbarUserDropdown_cinnf_142 { background: #2c2c2e; border-color: #48484a; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4); }
  ._toolbarUserDropdownSearch_cinnf_157 { border-color: #3a3a3c; }
  ._toolbarUserDropdownSearch_cinnf_157 input { color: #f5f5f7; }
  ._toolbarUserOption_cinnf_183:hover { background: rgba(118, 118, 128, 0.16); }
  ._toolbarUserOptionActive_cinnf_200 { background: rgba(120, 120, 128, 0.18); }
  ._toolbarUserOptionActive_cinnf_200:hover { background: rgba(120, 120, 128, 0.26); }
  ._toolbarUserAvatarMuted_cinnf_134 { background: rgba(120, 120, 128, 0.3); color: #98989d; }
  ._toolbarUserOptZuid_cinnf_205 { color: #98989d; }
  ._toolbarUserEmpty_cinnf_206 { color: #98989d; }
  ._userPreviewRow_cinnf_427 { border-color: #3a3a3c; }
  ._userAvatar_cinnf_429 { background: #3a3a3c; color: #f5f5f7; }
  ._exportDateControl_cinnf_437 { border-color: #48484a; background: #29292c; }
  ._exportDateControl_cinnf_437 input { color: #f5f5f7; }
  ._controlRoomModal_cinnf_442, ._usersTable_cinnf_449 th { background: #202023; border-color: #3a3a3c; }
  ._modalHeader_cinnf_443 { background: #29292c; border-color: #3a3a3c; }
  ._modalSummaryBar_cinnf_446 { background: #29292c; border-color: #3a3a3c; color: #98989d; }
  ._modalSummaryBar_cinnf_446 strong, ._usersTable_cinnf_449 td:first-child strong { color: #f5f5f7; }
  ._usersTable_cinnf_449 th, ._usersTable_cinnf_449 td { border-color: #3a3a3c; }
  ._usersTable_cinnf_449 td { color: #d1d1d6; }
  ._detailExportSection_cinnf_482 { border-color: #3a3a3c; }
  ._exportAppCardSub_cinnf_531 { color: #98989d; }
  ._exportSmallBtn_cinnf_540 { background: #3a3a3c; color: #e5e5ea; }
  ._exportSmallBtn_cinnf_540:hover { background: #48484a; }
  ._exportAppIconLarge_cinnf_508 { border-color: rgba(255, 255, 255, 0.08); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 0.5px 0 rgba(255, 255, 255, 0.06); }
  ._exportAppIconLarge_cinnf_508 ._lightIcon_cinnf_526 { display: none; }
  ._exportAppIconLarge_cinnf_508 ._darkIcon_cinnf_527 { display: block; }
  ._syncSheetCard_cinnf_629 { background: #29292c; border-color: #3a3a3c; }
  ._syncSheetCardHeader_cinnf_644 h3, ._exportAppCardTitle_cinnf_530 { color: #f5f5f7; }
  ._syncSheetCard_cinnf_629 > p { color: #98989d; }
  ._syncSheetsIntro_cinnf_619 p { color: #98989d; }
  ._emptyState_cinnf_244 { color: #8e8e93; }
  ._cellPill_cinnf_235 { background: rgba(48, 161, 78, 0.18); color: #30d158; }
  ._cellPillPayments_cinnf_596 { background: rgba(88, 86, 214, 0.18); color: #7d7aff; }
  ._cellPillTransfers_cinnf_601 { background: rgba(0, 122, 255, 0.18); color: #64d2ff; }
}

/* ─── Responsive ─── */

@media (max-width: 920px) {
  ._sidebar_cinnf_20 { position: absolute; z-index: 5; height: calc(100vh - 55px); box-shadow: 16px 0 35px rgba(0, 0, 0, 0.16); }
  ._detailPane_cinnf_347 { position: absolute; z-index: 6; right: 0; height: calc(100vh - 55px); min-width: 0; flex-basis: auto; }
  ._detailPaneOpen_cinnf_348 { width: min(430px, 88vw); }
  ._detailPaneClosed_cinnf_349 { width: 0; transform: translateX(100%); }
  ._detailPaneInner_cinnf_350 { width: min(430px, 88vw); min-width: min(330px, 88vw); }
  ._syncSheetCards_cinnf_629 { grid-template-columns: 1fr; }
}
@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayRoman-A6ipJltx.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayMedium-D3hlmfAS.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayBold-BP6G_pDf.ttf') format('truetype');
  font-weight: 700;
}

:root {
  font-family: 'NeueHaasDisplay', -apple-system, BlinkMacSystemFont, sans-serif;
  color-scheme: light dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --closure-red: #ff3b30;
}

body { margin: 0; }
button, input { font: inherit; }
._container_z17fw_1 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 11px;
  backdrop-filter: blur(15px) saturate(.86);
  box-shadow: rgba(0, 0, 0, .16) 17px 20px 40px 0 !important;
  color: #111827;
  user-select: none;
}

._container_z17fw_1,
._container_z17fw_1 * {
  box-sizing: border-box;
}

._header_z17fw_21 {
  height: 22.5%;
  max-height: 80px;
  max-width: 100%;
  padding: .5rem .75rem;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(248, 248, 252, .85);
}

._headerContent_z17fw_33 {
  width: 90%;
  min-width: 0;
  padding: .5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 7px;
  cursor: pointer;
  transition: background-color .2s cubic-bezier(.32, .08, .24, 1), opacity .1s ease;
}

._headerContent_z17fw_33:hover { background: rgba(0, 0, 0, .1); }
._headerContent_z17fw_33:active { opacity: .75; }

._iconWrapper_z17fw_48 {
  width: 40px;
  height: 40px;
  margin-left: .2rem;
  display: none;
  flex: 0 0 40px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  background: rgba(255, 255, 255, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 8px 16px rgba(0, 0, 0, .24);
  object-fit: cover;
}

._lightIcon_z17fw_62 { display: flex; }
._titleSection_z17fw_63 { min-width: 0; display: flex; flex-direction: column; }
._title_z17fw_63 { margin: 0; color: #111827; font-size: 21px; font-weight: 500; line-height: 1.05; }
._subtitle_z17fw_65 { min-width: 0; margin-top: .25rem; display: flex; align-items: center; gap: .25rem; }
._subtitleIcon_z17fw_66 { width: 19px; height: 19px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 19px; border-radius: 50%; background: #959595; color: #fff; }
._subtitleText_z17fw_67 { overflow: hidden; color: #6b7280; font-size: 14px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }

._body_z17fw_69 {
  width: 100%;
  min-height: 0;
  max-height: calc(100% - 80px);
  flex: 1 1 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
}

._largeBody_z17fw_80 { padding: 16px 18px 48px; }
._smallBody_z17fw_81 { padding: 18px 18px 50px 27px; }

._metricGrid_z17fw_83 {
  width: 100%;
  min-height: 0;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

._metricCard_z17fw_93 {
  min-width: 0;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(60, 60, 67, .12);
  border-radius: 11px;
  background: rgba(248, 248, 250, .9);
}

._metricIcon_z17fw_104 {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 9px;
  background: rgba(255, 59, 48, .1);
  color: #ff3b30;
}

._metricIcon_z17fw_104 svg,
._summaryMetricIcon_z17fw_116,
._bottomButton_z17fw_117 svg,
._subtitleIcon_z17fw_66 svg { display: block; flex-shrink: 0; }
._metricCard_z17fw_93 > div { min-width: 0; display: flex; flex-direction: column; }
._metricCard_z17fw_93 span:not(._metricIcon_z17fw_104) { color: rgba(17, 24, 39, .55); font-size: 11px; line-height: 1.15; }
._metricCard_z17fw_93 strong { margin-top: 3px; overflow: hidden; color: #111827; font-size: clamp(18px, 2vw, 23px); font-weight: 600; line-height: 1.05; text-overflow: ellipsis; white-space: nowrap; }

._summaryStack_z17fw_123 { display: grid; gap: 1.1rem; }
._summaryRow_z17fw_124 { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; }
._summaryMetric_z17fw_116 { min-width: 0; display: flex; align-items: center; gap: .78rem; }
._summaryMetricIcon_z17fw_116 { width: 24px; height: 24px; color: rgba(17, 24, 39, .95); stroke-width: 2.1; }
._summaryMetric_z17fw_116 > div { min-width: 0; display: flex; flex-direction: column; }
._summaryMetricLabel_z17fw_128 { margin-bottom: .18rem; color: rgba(17, 24, 39, .55); font-size: 10.5px; line-height: 1.05; }
._summaryMetricValue_z17fw_129 { overflow: hidden; color: #111827; font-size: 18px; font-weight: 700; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }

._summaryBadge_z17fw_131 {
  height: 24px;
  padding: 0 .72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

._badgeLive_z17fw_145 { color: #3eaf37; background: rgba(95, 211, 79, .18); }
._badgeMuted_z17fw_146 { color: rgba(17, 24, 39, .78); background: rgba(148, 163, 184, .22); }

._bottomActions_z17fw_148 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 .875rem .875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._bottomButton_z17fw_117 {
  width: 29px;
  height: 29px;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #707070;
  cursor: pointer;
}

._bottomButton_z17fw_117:first-child { color: #000; }
._bottomButton_z17fw_117:hover { background: rgba(0, 0, 0, .1); }
._bottomButton_z17fw_117:active { background: rgba(0, 0, 0, .2); }
._bottomButton_z17fw_117 svg { width: 21px; height: 21px; }

._message_z17fw_178 { height: 100%; display: grid; place-items: center; color: #6b7280; font-size: 14px; text-align: center; }

@media (prefers-color-scheme: dark) {
  ._container_z17fw_1 { box-shadow: rgba(0, 0, 0, .65) 17px 20px 40px 0 !important; color: #f5f5f7; }
  ._header_z17fw_21 { background: rgba(56, 56, 61, .6); }
  ._lightIcon_z17fw_62 { display: none; }
  ._darkIcon_z17fw_184 { display: flex; }
  ._headerContent_z17fw_33:hover { background: rgba(255, 255, 255, .098); }
  ._title_z17fw_63 { color: rgba(255, 255, 255, .98); }
  ._subtitleText_z17fw_67 { color: rgba(255, 255, 255, .66); }
  ._body_z17fw_69 { background: rgba(0, 0, 0, .75); }
  ._metricCard_z17fw_93 { border-color: rgba(255, 255, 255, .1); background: rgba(44, 44, 46, .72); }
  ._metricCard_z17fw_93 span:not(._metricIcon_z17fw_104), ._summaryMetricLabel_z17fw_128, ._message_z17fw_178 { color: rgba(217, 226, 238, .75); }
  ._metricCard_z17fw_93 strong, ._summaryMetricValue_z17fw_129 { color: #f4f8ff; }
  ._summaryMetricIcon_z17fw_116 { color: rgba(246, 250, 255, .92); }
  ._badgeLive_z17fw_145 { color: #5fd34f; background: rgba(36, 88, 35, .72); }
  ._badgeMuted_z17fw_146 { color: rgba(255, 255, 255, .96); background: rgba(160, 168, 178, .28); }
  ._bottomButton_z17fw_117:first-child { color: #fff; }
  ._bottomButton_z17fw_117 { color: #808080; }
  ._bottomButton_z17fw_117:hover { background: rgba(255, 255, 255, .1); }
  ._bottomButton_z17fw_117:active { background: rgba(255, 255, 255, .2); }
}

@media (max-width: 520px) {
  ._metricGrid_z17fw_83 { grid-template-columns: 1fr; grid-template-rows: repeat(4, minmax(0, 1fr)); }
  ._metricCard_z17fw_93 { padding: 8px 11px; }
  ._metricIcon_z17fw_104 { width: 29px; height: 29px; flex-basis: 29px; }
}
