@charset "UTF-8";
.dd-time, body {
  --time-ink: #071a33;
  --time-ink-soft: #314762;
  --time-muted: #6d7f94;
  --time-line: #dfe8f3;
  --time-pale: #f4f8fd;
  --time-pale-blue: #eaf2ff;
  --time-blue: #155fc8;
  --time-blue-dark: #0b438f;
  --time-cobalt: #2f7dea;
  --time-mint: #36c58c;
  --time-amber: #f6a810;
  --time-red: #e45259;
  color: var(--time-ink);
  background: #fff;
}

.dd-time {
  overflow: clip;
}

body:has(.dd-time) .site.docudocu .pre-menu {
  background: rgba(242, 146, 11, 0.8588235294);
}

body:has(.dd-time) .site.docudocu .menu__submenu-chevron, .menu-screen__chevron {
  color: #071a33;
}

body:has(.dd-time) .site.docudocu .menu:not(.menu--clear) {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 42px rgba(7, 26, 51, 0.08);
  backdrop-filter: blur(18px);
}

body:has(.dd-time) .site.docudocu .menu:not(.menu--clear) .menu__logo__image--fixed {
  display: block;
}

body:has(.dd-time) .site.docudocu .menu:not(.menu--clear) .menu__logo__image--absolute {
  display: none;
}

body:has(.dd-time) .site.docudocu .menu:not(.menu--clear) .menu__main__list__item > a,
body:has(.dd-time) .site.docudocu .menu:not(.menu--clear) .menu__submenu-parent-link,
body:has(.dd-time) .site.docudocu .menu:not(.menu--clear) .menu__submenu-trigger,
.pre-menu__item {
  color: var(--time-ink);
}

body:has(.dd-time) .site.docudocu .menu:not(.menu--clear) .menu__main__login {
  color: var(--time-blue-dark);
  border-color: var(--time-blue);
  background: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

body:has(.dd-time) .site.docudocu .menu:not(.menu--clear) .menu__main__login--register {
  color: #1d3249;
  background: #f6a810;
  border: none;
  font-weight: 600;
}

.dd-time *,
.dd-time *::before,
.dd-time *::after {
  box-sizing: border-box;
}

.dd-time .content {
  width: min(1400px, 100% - 48px);
  margin-inline: auto;
}

.dd-time h1,
.dd-time h2,
.dd-time h3,
.dd-time p,
.dd-time figure {
  margin-top: 0;
}

.dd-time h1,
.dd-time h2,
.dd-time h3,
.dd-time strong,
.dd-time b {
  color: var(--time-ink);
}

.dd-time h1,
.dd-time h2 {
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.dd-time h1 span,
.dd-time h2 span {
  color: var(--time-blue);
}

.dd-time-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--time-blue-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dd-time-kicker::before {
  width: 30px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: var(--time-amber);
}

.dd-time-section {
  padding: 120px 0;
}

.dd-time-section-head {
  max-width: 920px;
  margin-bottom: 56px;
}

.dd-time-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.dd-time-section-head--center .dd-time-kicker {
  justify-content: center;
}

.dd-time-section-head h2,
.dd-time-audience h2,
.dd-time-holidays h2,
.dd-time-difference h2,
.dd-time-faq h2,
.dd-time-cta h2 {
  margin-bottom: 22px;
  font-size: clamp(38px, 4.35vw, 68px);
  line-height: 1.04;
}

.dd-time-section-head > p:last-child,
.dd-time-audience__content > p,
.dd-time-holidays__content > p,
.dd-time-difference__intro > p,
.dd-time-faq__intro > p,
.dd-time-cta__inner > div > p {
  margin-bottom: 0;
  color: var(--time-ink-soft);
  font-size: 19px;
  line-height: 1.72;
}

.dd-time-hero {
  position: relative;
  padding: 178px 0 120px;
  background: radial-gradient(circle at 82% 16%, rgba(44, 126, 234, 0.18), transparent 28%), radial-gradient(circle at 12% 86%, rgba(246, 168, 16, 0.1), transparent 27%), linear-gradient(135deg, #f8fbff 0%, #eef5ff 56%, #fdfefe 100%);
}

.dd-time-hero::before {
  position: absolute;
  top: -170px;
  right: -130px;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(21, 95, 200, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 62px rgba(21, 95, 200, 0.035), 0 0 0 124px rgba(21, 95, 200, 0.025);
}

.dd-time-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(610px, 1.14fr);
  gap: clamp(42px, 5vw, 82px);
  align-items: center;
}

.dd-time-hero h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(48px, 5.2vw, 68px);
  line-height: 0.99;
}

.dd-time-hero__lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--time-ink-soft);
  font-size: 20px;
  line-height: 1.7;
}

.dd-time-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 29px;
}

.dd-time .dd-time-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.dd-time .dd-time-btn:hover {
  transform: translateY(-2px);
}

.dd-time-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--time-blue) 0%, #2678e1 100%);
  box-shadow: 0 15px 30px rgba(21, 95, 200, 0.24);
}

.dd-time-btn--primary:hover {
  box-shadow: 0 18px 38px rgba(21, 95, 200, 0.32);
}

.dd-time-btn--ghost {
  color: var(--time-blue-dark) !important;
  border-color: #c4d7ed !important;
  background: rgba(255, 255, 255, 0.78);
}

.dd-time-btn--light {
  color: var(--time-blue-dark) !important;
  background: #fff;
  box-shadow: 0 16px 36px rgba(1, 22, 49, 0.25);
}

.dd-time-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  color: #536a82;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.dd-time-hero__trust li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.dd-time-hero__trust span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--time-mint);
  font-size: 11px;
}

.dd-time-hero__visual {
  position: relative;
  min-height: 570px;
  padding: 42px 18px 28px 0;
}

.dd-time-app {
  position: relative;
  z-index: 1;
  width: 92%;
  min-height: 490px;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(127, 159, 198, 0.45);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(30, 64, 105, 0.22);
  transform: perspective(1400px) rotateY(-3deg) rotateX(1deg);
  transform-origin: center;
}

.dd-time-app__bar {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(100deg, #061b35 0%, #0c376d 100%);
}

.dd-time-app__brand,
.dd-time-app__date {
  display: flex;
  align-items: center;
  gap: 9px;
}

.dd-time-app__brand > span,
.dd-time-product__top > div > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--time-blue), #59a1ff);
  font-size: 15px;
  font-weight: 900;
}

.dd-time-app__brand strong,
.dd-time-app__date {
  color: #fff;
  font-size: 12px;
}

.dd-time-app__date span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--time-mint);
  box-shadow: 0 0 0 5px rgba(54, 197, 140, 0.13);
}

.dd-time-app__body {
  display: grid;
  min-height: 428px;
  grid-template-columns: 56px 1fr;
}

.dd-time-app__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  padding-top: 25px;
  background: #f2f6fb;
  border-right: 1px solid var(--time-line);
}

.dd-time-app__rail i {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: #d5e0ec;
}

.dd-time-app__rail i::after {
  position: absolute;
  inset: 7px;
  content: "";
  border: 2px solid #8da2ba;
  border-radius: 2px;
}

.dd-time-app__rail i.is-active {
  background: var(--time-blue);
  box-shadow: 0 8px 16px rgba(21, 95, 200, 0.2);
}

.dd-time-app__rail i.is-active::after {
  border-color: #fff;
}

.dd-time-app__workspace {
  padding: 24px 26px 19px;
}

.dd-time-app__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.dd-time-app__heading div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dd-time-app__heading small {
  color: var(--time-muted);
  font-size: 9px;
}

.dd-time-app__heading strong {
  font-size: 19px;
}

.dd-time-app__heading button {
  padding: 7px 10px;
  border: 1px solid var(--time-line);
  border-radius: 7px;
  color: #55708d;
  background: #fff;
  font-size: 9px;
}

.dd-time-app__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 17px;
}

.dd-time-app__stats > div {
  display: grid;
  grid-template-columns: 9px 1fr auto;
  gap: 7px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e4ebf4;
  border-radius: 11px;
  background: #f9fbfe;
}

.dd-time-app__stats span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.dd-time-app__stats .is-green {
  background: var(--time-mint);
}

.dd-time-app__stats .is-amber {
  background: var(--time-amber);
}

.dd-time-app__stats .is-blue {
  background: var(--time-cobalt);
}

.dd-time-app__stats small {
  color: #667a91;
  font-size: 8px;
}

.dd-time-app__stats strong {
  font-size: 17px;
}

.dd-time-team {
  overflow: hidden;
  border: 1px solid #e3eaf2;
  border-radius: 12px;
}

.dd-time-team__head,
.dd-time-team__row {
  display: grid;
  align-items: center;
  grid-template-columns: 33px 1fr 65px 72px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.dd-time-team__head {
  grid-template-columns: 1fr 65px 72px;
  padding: 10px 12px;
  background: #f2f6fb;
}

.dd-time-team__head strong {
  color: #73859a;
  font-size: 8px;
  text-transform: uppercase;
}

.dd-time-team__head small {
  color: #92a0b0;
  font-size: 8px;
}

.dd-time-team__row {
  min-height: 58px;
  padding: 8px 12px;
  border-top: 1px solid #edf1f6;
}

.dd-time-avatar {
  display: inline-grid;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: #1853a1;
  background: #dceaff;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

.dd-time-avatar--orange {
  color: #995b00;
  background: #ffebc9;
}

.dd-time-avatar--mint {
  color: #137853;
  background: #d9f5e9;
}

.dd-time-avatar--blue {
  color: #4438a8;
  background: #e6e3ff;
}

.dd-time-team__row > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.dd-time-team__row > div strong {
  font-size: 10px;
}

.dd-time-team__row > div small,
.dd-time-team__row time {
  color: #8998aa;
  font-size: 8px;
}

.dd-time-team__row b {
  justify-self: start;
  padding: 5px 7px;
  border-radius: 99px;
  font-size: 7px;
}

.dd-time-team__row b.is-active {
  color: #177553;
  background: #ddf7ec;
}

.dd-time-team__row b.is-away {
  color: #1e62b7;
  background: #e3efff;
}

.dd-time-app__foot {
  display: flex;
  justify-content: space-between;
  padding-top: 13px;
  color: #7b8ea3;
  font-size: 8px;
}

.dd-time-app__foot span:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dd-time-app__foot i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--time-mint);
}

.dd-time-phone {
  position: absolute;
  z-index: 3;
  right: -6px;
  bottom: 0;
  width: 197px;
  min-height: 348px;
  padding: 24px 17px 17px;
  border: 7px solid #061b35;
  border-radius: 30px;
  background: linear-gradient(180deg, #f8fbff 0%, #eaf2ff 100%);
  box-shadow: 0 30px 55px rgba(4, 25, 51, 0.3);
  transform: rotate(3deg);
}

.dd-time-phone__bar {
  position: absolute;
  top: 6px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 4px;
  transform: translateX(-50%);
}

.dd-time-phone__bar span {
  width: 42px;
  height: 5px;
  border-radius: 99px;
  background: #233850;
}

.dd-time-phone__bar b {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #233850;
}

.dd-time-phone > small {
  display: block;
  margin: 18px 0 7px;
  color: var(--time-blue);
  font-size: 9px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.dd-time-phone > strong {
  display: block;
  margin-bottom: 14px;
  font-size: 26px;
  text-align: center;
}

.dd-time-phone > p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 18px;
  color: #506681;
  font-size: 9px;
  font-weight: 700;
}

.dd-time-phone > p span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--time-mint);
}

.dd-time-phone__progress {
  position: relative;
  width: 102px;
  height: 102px;
  margin: 0 auto 27px;
  border: 10px solid #d6e2f0;
  border-radius: 50%;
}

.dd-time-phone__progress::before {
  position: absolute;
  inset: -10px;
  content: "";
  border: 10px solid transparent;
  border-top-color: var(--time-blue);
  border-right-color: var(--time-blue);
  border-radius: 50%;
  transform: rotate(20deg);
}

.dd-time-phone__progress::after {
  position: absolute;
  inset: 22px;
  display: grid;
  content: "02:14";
  place-items: center;
  color: var(--time-ink);
  font-size: 12px;
  font-weight: 900;
}

.dd-time-phone__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.dd-time-phone__actions span {
  display: grid;
  min-height: 34px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--time-blue);
  font-size: 7px;
  font-weight: 800;
}

.dd-time-hero__float {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border: 1px solid rgba(192, 214, 240, 0.85);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 15px 34px rgba(42, 72, 110, 0.18);
  backdrop-filter: blur(12px);
}

.dd-time-hero__float--status {
  bottom: 28px;
  left: 0;
}

.dd-time-hero__float span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--time-mint);
  font-size: 12px;
  font-weight: 900;
}

.dd-time-hero__float strong {
  font-size: 10px;
}

.dd-time-proof {
  position: relative;
  z-index: 2;
  border-top: 1px solid #e1eaf5;
  border-bottom: 1px solid #e1eaf5;
  background: #fff;
}

.dd-time-proof .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.dd-time-proof article {
  display: flex;
  min-height: 137px;
  align-items: center;
  gap: 17px;
  padding: 24px 27px;
  border-right: 1px solid #e6edf5;
}

.dd-time-proof article:first-child {
  border-left: 1px solid #e6edf5;
}

.dd-time-proof article > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: var(--time-blue);
  background: var(--time-pale-blue);
  font-size: 11px;
  font-weight: 900;
}

.dd-time-proof strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.dd-time-proof p {
  margin-bottom: 0;
  color: #718399;
  font-size: 12px;
  line-height: 1.45;
}

.dd-time-problem {
  position: relative;
  background: #fff;
}

.dd-time-problem::before {
  position: absolute;
  top: 100px;
  right: -180px;
  width: 500px;
  height: 500px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21, 95, 200, 0.08), transparent 68%);
}

.dd-time-problem__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dd-time-problem__grid article {
  position: relative;
  min-height: 280px;
  padding: 30px 28px;
  overflow: hidden;
  border: 1px solid var(--time-line);
  border-radius: 18px;
  background: linear-gradient(160deg, #fff 0%, #f7faff 100%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.dd-time-problem__grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(31, 65, 103, 0.11);
}

.dd-time-problem__grid article > span {
  display: block;
  margin-bottom: 65px;
  color: var(--time-blue);
  font-size: 12px;
  font-weight: 900;
}

.dd-time-problem__grid article > span::after {
  position: absolute;
  top: 34px;
  right: 28px;
  width: 42px;
  height: 42px;
  content: "";
  border: 8px solid #e7eff9;
  border-top-color: var(--time-blue);
  border-radius: 50%;
  transform: rotate(28deg);
}

.dd-time-problem__grid h3 {
  margin-bottom: 13px;
  font-size: 21px;
}

.dd-time-problem__grid p {
  margin-bottom: 0;
  color: #667b92;
  font-size: 15px;
  line-height: 1.65;
}

.dd-time-problem__statement {
  display: flex;
  max-width: 950px;
  align-items: center;
  gap: 19px;
  margin: 38px 0 0 auto;
  padding: 24px 28px;
  border-left: 4px solid var(--time-amber);
  border-radius: 0 14px 14px 0;
  background: #fff8e7;
}

.dd-time-problem__statement > span {
  color: var(--time-amber);
  font-size: 28px;
  font-weight: 900;
}

.dd-time-problem__statement p {
  margin-bottom: 0;
  color: #5e4a20;
  font-size: 17px;
  line-height: 1.6;
}

.dd-time-audience {
  padding: 120px 0;
}

.dd-time-audience--company {
  color: #fff;
  background: radial-gradient(circle at 92% 12%, rgba(46, 124, 234, 0.26), transparent 28%), linear-gradient(135deg, #06182e 0%, #0a274b 62%, #071b34 100%);
}

.dd-time-audience--company .dd-time-kicker,
.dd-time-audience--company h2,
.dd-time-audience--company .dd-time-checklist strong {
  color: #fff;
}

.dd-time-audience--company h2 span {
  color: var(--time-amber);
}

.dd-time-audience--company .dd-time-audience__content > p,
.dd-time-audience--company .dd-time-checklist span {
  color: #b8cbe1;
}

.dd-time-audience--company .dd-time-checklist li {
  border-color: rgba(180, 209, 240, 0.18);
}

.dd-time-audience--employee {
  background: linear-gradient(135deg, #f7faff 0%, #eef5ff 100%);
}

.dd-time-audience__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: clamp(60px, 7vw, 110px);
  align-items: center;
}

.dd-time-audience--employee .dd-time-audience__inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
}

.dd-time-audience__content > p {
  margin-bottom: 34px;
}

.dd-time-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-time-checklist li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(145px, 0.62fr) 1fr;
  gap: 24px;
  padding: 19px 0 19px 34px;
  border-top: 1px solid var(--time-line);
}

.dd-time-checklist li:last-child {
  border-bottom: 1px solid var(--time-line);
}

.dd-time-checklist li::before {
  position: absolute;
  top: 22px;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  content: "✓";
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: var(--time-mint);
  font-size: 11px;
  font-weight: 900;
}

.dd-time-checklist strong {
  font-size: 15px;
}

.dd-time-checklist span {
  color: #677b92;
  font-size: 14px;
  line-height: 1.55;
}

.dd-time-artwork {
  position: relative;
  margin-bottom: 0;
}

.dd-time-artwork img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 36px 70px rgba(2, 22, 46, 0.24);
}

.dd-time-artwork--light img {
  box-shadow: 0 30px 70px rgba(47, 82, 126, 0.16);
}

.dd-time-artwork figcaption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  padding: 9px 12px;
  border-radius: 8px;
  color: #fff;
  background: rgba(5, 26, 52, 0.77);
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.dd-time-artwork--light figcaption {
  color: var(--time-blue-dark);
  background: rgba(255, 255, 255, 0.86);
}

.dd-time-product {
  padding: 125px 0 130px;
  background: #fff;
}

.dd-time-product__stage {
  position: relative;
  min-height: 700px;
  margin-top: 76px;
  padding: 42px 98px 54px 0;
}

.dd-time-product__stage::before {
  position: absolute;
  inset: 0 0 0 6%;
  content: "";
  border-radius: 40px;
  background: radial-gradient(circle at 78% 20%, rgba(52, 128, 234, 0.18), transparent 30%), linear-gradient(145deg, #eaf2ff, #f7faff);
}

.dd-time-product__desktop {
  position: relative;
  z-index: 1;
  min-height: 580px;
  overflow: hidden;
  border: 1px solid #cddbed;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 35px 80px rgba(34, 68, 111, 0.2);
}

.dd-time-product__top {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
  color: #fff;
  background: var(--time-ink);
}

.dd-time-product__top > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dd-time-product__top strong,
.dd-time-product__top small {
  color: #fff;
}

.dd-time-product__top strong {
  font-size: 13px;
}

.dd-time-product__top small {
  font-size: 9px;
  opacity: 0.72;
}

.dd-time-product__top > i {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: #2b4665;
}

.dd-time-product__filters {
  display: flex;
  gap: 9px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--time-line);
  background: #f8fafd;
}

.dd-time-product__filters span,
.dd-time-product__filters b {
  padding: 8px 11px;
  border: 1px solid #dae5f1;
  border-radius: 7px;
  color: #536c87;
  background: #fff;
  font-size: 9px;
}

.dd-time-product__filters b {
  margin-left: auto;
  color: #fff;
  border-color: var(--time-blue);
  background: var(--time-blue);
}

.dd-time-product__notice {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 17px 24px;
  padding: 10px 12px;
  border: 1px solid #f1d491;
  border-radius: 8px;
  background: #fff8e8;
}

.dd-time-product__notice > span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--time-amber);
  font-size: 10px;
  font-weight: 900;
}

.dd-time-product__notice strong {
  font-size: 9px;
}

.dd-time-product__notice small {
  margin-left: auto;
  color: #8a5d00;
  font-size: 8px;
  font-weight: 800;
}

.dd-time-grid {
  margin: 0 24px;
  overflow: hidden;
  border: 1px solid #dfe7f0;
  border-radius: 10px;
}

.dd-time-grid__row {
  display: grid;
  min-height: 67px;
  align-items: center;
  grid-template-columns: 1.5fr repeat(5, 0.7fr) 0.8fr;
  border-top: 1px solid #e8edf4;
}

.dd-time-grid__row--head {
  min-height: 40px;
  border-top: 0;
  background: #edf3f9;
}

.dd-time-grid__row > * {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e8edf4;
  color: #657991;
  font-size: 9px;
}

.dd-time-grid__row > strong {
  justify-content: flex-start;
  gap: 9px;
  padding-left: 14px;
  border-left: 0;
  color: var(--time-ink);
  font-size: 10px;
}

.dd-time-grid__row--head > strong,
.dd-time-grid__row--head > * {
  color: #6d8097;
  font-size: 8px;
  text-transform: uppercase;
}

.dd-time-grid__row > b {
  color: var(--time-ink);
  background: #f7f9fc;
}

.dd-time-grid__row > span.is-ok {
  color: #177553;
  background: #eaf8f2;
}

.dd-time-grid__row > span.is-live {
  color: #1d65bf;
  background: #eaf2ff;
}

.dd-time-grid__row > span.is-alert {
  color: #a36200;
  background: #fff4d9;
}

.dd-time-grid__row > span.is-away {
  color: #7050b0;
  background: #f1ecff;
}

.dd-time-product__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 24px 0;
  color: #74869a;
  font-size: 8px;
}

.dd-time-product__legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dd-time-product__legend i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.dd-time-product__legend i.is-ok {
  background: var(--time-mint);
}

.dd-time-product__legend i.is-live {
  background: var(--time-cobalt);
}

.dd-time-product__legend i.is-alert {
  background: var(--time-amber);
}

.dd-time-product__legend i.is-away {
  background: #8963cf;
}

.dd-time-product__mobile {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 255px;
  min-height: 505px;
  padding: 27px 16px 18px;
  border: 8px solid #06182f;
  border-radius: 36px;
  background: #f0f5ff;
  box-shadow: 0 30px 65px rgba(8, 32, 63, 0.34);
  transform: rotate(2.5deg);
}

.dd-time-mobile__notch {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 55px;
  height: 6px;
  border-radius: 99px;
  background: #23384f;
  transform: translateX(-50%);
}

.dd-time-mobile__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 14px 0 20px;
}

.dd-time-mobile__head span {
  color: var(--time-blue);
  font-size: 20px;
}

.dd-time-mobile__head strong {
  font-size: 12px;
}

.dd-time-mobile__head i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d5e4f8;
}

.dd-time-mobile__state {
  padding: 17px 15px 19px;
  border: 1px solid #ccdaeb;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  box-shadow: 0 9px 20px rgba(53, 80, 114, 0.1);
}

.dd-time-mobile__state > small {
  display: block;
  margin-bottom: 6px;
  color: var(--time-blue);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.dd-time-mobile__state > strong {
  display: block;
  margin-bottom: 4px;
  font-size: 24px;
}

.dd-time-mobile__state > span {
  color: #768ba3;
  font-size: 8px;
}

.dd-time-mobile__state > div {
  height: 5px;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 99px;
  background: #e2e9f2;
}

.dd-time-mobile__state > div i {
  display: block;
  width: 34%;
  height: 100%;
  border-radius: inherit;
  background: var(--time-blue);
}

.dd-time-mobile__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 10px 0;
}

.dd-time-mobile__buttons span {
  display: grid;
  min-height: 38px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--time-blue);
  font-size: 8px;
  font-weight: 900;
}

.dd-time-mobile__summary {
  padding: 15px 13px;
  border: 1px solid #dce5ef;
  border-radius: 14px;
  background: #fff;
}

.dd-time-mobile__summary > strong {
  font-size: 10px;
}

.dd-time-mobile__summary > small {
  float: right;
  padding: 3px 6px;
  border-radius: 99px;
  color: var(--time-blue);
  background: #e7f0ff;
  font-size: 7px;
  font-weight: 800;
}

.dd-time-mobile__summary > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 15px;
}

.dd-time-mobile__summary span {
  display: flex;
  flex-direction: column;
  color: #8a9caf;
  font-size: 6px;
}

.dd-time-mobile__summary b {
  margin-top: 4px;
  font-size: 10px;
}

.dd-time-holidays {
  padding: 125px 0;
  background: linear-gradient(140deg, #061930 0%, #0b2b52 100%);
}

.dd-time-holidays__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(540px, 1.15fr);
  gap: clamp(55px, 7vw, 115px);
  align-items: center;
}

.dd-time-holidays .dd-time-kicker,
.dd-time-holidays h2,
.dd-time-holidays__steps strong {
  color: #fff;
}

.dd-time-holidays h2 span {
  color: var(--time-amber);
}

.dd-time-holidays__content > p,
.dd-time-holidays__steps p {
  color: #b8cbe1;
}

.dd-time-holidays__content > p {
  margin-bottom: 35px;
}

.dd-time-holidays__steps article {
  display: flex;
  gap: 17px;
  padding: 17px 0;
  border-top: 1px solid rgba(190, 214, 240, 0.17);
}

.dd-time-holidays__steps article:last-child {
  border-bottom: 1px solid rgba(190, 214, 240, 0.17);
}

.dd-time-holidays__steps article > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: rgba(47, 125, 234, 0.28);
  font-size: 10px;
  font-weight: 900;
}

.dd-time-holidays__steps strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.dd-time-holidays__steps p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.55;
}

.dd-time-calendar {
  padding: 25px 27px 24px;
  border: 1px solid rgba(150, 190, 232, 0.34);
  border-radius: 24px;
  background: #f8fbff;
  box-shadow: 0 35px 80px rgba(1, 14, 30, 0.4);
  transform: rotate(1deg);
}

.dd-time-calendar__top,
.dd-time-calendar__meta,
.dd-time-calendar__week,
.dd-time-calendar__days,
.dd-time-calendar__legend,
.dd-time-calendar__pending {
  display: grid;
  align-items: center;
}

.dd-time-calendar__top {
  grid-template-columns: 1fr auto;
  margin-bottom: 22px;
}

.dd-time-calendar__top > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dd-time-calendar__top > div > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--time-blue);
  font-size: 17px;
}

.dd-time-calendar__top strong {
  font-size: 16px;
}

.dd-time-calendar__top > b {
  padding: 8px 11px;
  border-radius: 8px;
  color: #fff;
  background: var(--time-blue);
  font-size: 9px;
}

.dd-time-calendar__meta {
  grid-template-columns: 30px 1fr 30px;
  margin-bottom: 16px;
  text-align: center;
}

.dd-time-calendar__meta span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  color: var(--time-blue);
  background: #e8f1ff;
  font-size: 18px;
}

.dd-time-calendar__meta strong {
  font-size: 18px;
}

.dd-time-calendar__week,
.dd-time-calendar__days {
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.dd-time-calendar__week span {
  padding: 7px 0;
  color: #91a0b4;
  font-size: 9px;
  font-weight: 900;
  text-align: center;
}

.dd-time-calendar__days span {
  position: relative;
  display: grid;
  min-height: 55px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 9px;
  color: #34475e;
  font-size: 11px;
  font-weight: 700;
}

.dd-time-calendar__days span small {
  position: absolute;
  right: 2px;
  bottom: 3px;
  left: 2px;
  overflow: hidden;
  font-size: 5px;
  text-align: center;
  text-overflow: ellipsis;
}

.dd-time-calendar__days span.is-holiday {
  color: #b54047;
  border-color: #f3c4c8;
  background: #ffeaeb;
}

.dd-time-calendar__days span.is-vacation {
  color: #167c57;
  border-color: #bdebd9;
  background: #e4f8ef;
}

.dd-time-calendar__days span.is-personal {
  color: #7950aa;
  border-color: #d7c6eb;
  background: #f3edfa;
}

.dd-time-calendar__days span.is-today {
  color: var(--time-blue);
  border: 2px solid var(--time-blue);
}

.dd-time-calendar__legend {
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 18px;
  margin: 16px 0;
  color: #6f8298;
  font-size: 8px;
}

.dd-time-calendar__legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dd-time-calendar__legend i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.dd-time-calendar__legend i.is-holiday {
  background: var(--time-red);
}

.dd-time-calendar__legend i.is-vacation {
  background: var(--time-mint);
}

.dd-time-calendar__legend i.is-personal {
  background: #8d62c3;
}

.dd-time-calendar__pending {
  grid-template-columns: 35px 1fr auto;
  gap: 10px;
  padding: 11px;
  border: 1px solid #f1d28a;
  border-radius: 10px;
  background: #fff8e7;
}

.dd-time-calendar__pending > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--time-amber);
  font-size: 12px;
  font-weight: 900;
}

.dd-time-calendar__pending > div {
  display: flex;
  flex-direction: column;
}

.dd-time-calendar__pending strong {
  font-size: 9px;
}

.dd-time-calendar__pending small {
  color: #8a7750;
  font-size: 7px;
}

.dd-time-calendar__pending > b {
  padding: 7px 9px;
  border-radius: 7px;
  color: #fff;
  background: var(--time-blue);
  font-size: 8px;
}

.dd-time-capabilities {
  padding: 125px 0;
  background: #fff;
}

.dd-time-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dd-time-capabilities__grid article {
  min-height: 250px;
  padding: 29px 28px;
  border: 1px solid var(--time-line);
  border-radius: 18px;
  background: linear-gradient(155deg, #fff, #f8fbff);
}

.dd-time-capabilities__grid article:nth-child(2),
.dd-time-capabilities__grid article:nth-child(5) {
  background: linear-gradient(155deg, #f0f6ff, #fff);
}

.dd-time-capability-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 44px;
  place-items: center;
  border-radius: 15px;
  color: var(--time-blue);
  background: var(--time-pale-blue);
  box-shadow: inset 0 0 0 1px rgba(47, 125, 234, 0.08);
  font-size: 22px;
}

.dd-time-capability-icon i {
  line-height: 1;
}

.dd-time-capabilities__grid h3 {
  margin-bottom: 11px;
  font-size: 21px;
}

.dd-time-capabilities__grid p {
  margin-bottom: 0;
  color: #6b7e93;
  font-size: 15px;
  line-height: 1.65;
}

.dd-time-process {
  padding: 125px 0;
  background: linear-gradient(145deg, #edf4ff, #f9fbff);
}

.dd-time-process__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 65px;
}

.dd-time-process__grid::before {
  position: absolute;
  top: 38px;
  right: 16%;
  left: 16%;
  content: "";
  border-top: 1px dashed #8fb2dc;
}

.dd-time-process__grid article {
  position: relative;
  z-index: 1;
  padding: 0 25px;
  text-align: center;
}

.dd-time-process__grid article > span {
  display: grid;
  width: 76px;
  height: 76px;
  margin: 0 auto 27px;
  place-items: center;
  border: 9px solid #edf4ff;
  border-radius: 50%;
  color: #fff;
  background: var(--time-blue);
  box-shadow: 0 0 0 1px #b9cee7, 0 12px 24px rgba(21, 95, 200, 0.22);
  font-size: 14px;
  font-weight: 900;
}

.dd-time-process__grid h3 {
  margin-bottom: 11px;
  font-size: 21px;
}

.dd-time-process__grid p {
  max-width: 330px;
  margin: 0 auto 20px;
  color: #697e95;
  font-size: 15px;
  line-height: 1.65;
}

.dd-time-process__grid small {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 99px;
  color: var(--time-blue-dark);
  background: #dceaff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dd-time-difference {
  padding: 125px 0;
  color: #fff;
  background: #06182f;
}

.dd-time-difference .content {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(570px, 1.2fr);
  gap: clamp(55px, 7vw, 110px);
  align-items: center;
}

.dd-time-difference .dd-time-kicker,
.dd-time-difference h2 {
  color: #fff;
}

.dd-time-difference h2 span {
  color: var(--time-amber);
}

.dd-time-difference__intro > p {
  color: #b7c9de;
}

.dd-time-difference__table {
  overflow: hidden;
  border: 1px solid rgba(175, 205, 238, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.dd-time-difference__row {
  display: grid;
  min-height: 62px;
  align-items: center;
  grid-template-columns: 1.35fr 0.75fr 0.75fr;
  border-top: 1px solid rgba(175, 205, 238, 0.14);
}

.dd-time-difference__row--head {
  border-top: 0;
  background: rgba(47, 125, 234, 0.14);
}

.dd-time-difference__row > * {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-left: 1px solid rgba(175, 205, 238, 0.14);
  color: #b7c9de;
  font-size: 13px;
  text-align: center;
}

.dd-time-difference__row > strong {
  justify-content: flex-start;
  border-left: 0;
  color: #fff;
  text-align: left;
}

.dd-time-difference__row > b {
  color: #fff;
  background: rgba(47, 125, 234, 0.14);
}

.dd-time-difference__row:not(.dd-time-difference__row--head) > b {
  color: #77e0b8;
  font-size: 16px;
}

.dd-time-faq {
  padding: 125px 0;
  background: #fff;
}

.dd-time-faq .content {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: start;
}

.dd-time-faq__intro {
  position: sticky;
  top: 130px;
}

.dd-time-faq__intro > p {
  margin-bottom: 27px;
}

.dd-time-faq__intro > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--time-blue);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.dd-time-faq__intro > a span {
  transition: transform 180ms ease;
}

.dd-time-faq__intro > a:hover span {
  transform: translateX(4px);
}

.dd-time-faq__list details {
  border-top: 1px solid var(--time-line);
}

.dd-time-faq__list details:last-child {
  border-bottom: 1px solid var(--time-line);
}

.dd-time-faq__list summary {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 4px;
  cursor: pointer;
  list-style: none;
}

.dd-time-faq__list summary::-webkit-details-marker {
  display: none;
}

.dd-time-faq__list summary span {
  color: var(--time-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.dd-time-faq__list summary i {
  position: relative;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--time-pale-blue);
}

.dd-time-faq__list summary i::before,
.dd-time-faq__list summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  content: "";
  border-top: 2px solid var(--time-blue);
  transform: translate(-50%, -50%);
}

.dd-time-faq__list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.dd-time-faq__list details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.dd-time-faq__list details > p {
  max-width: 760px;
  margin-bottom: 0;
  padding: 0 60px 27px 4px;
  color: #63778e;
  font-size: 15px;
  line-height: 1.72;
}

.dd-time-cta {
  position: relative;
  padding: 92px 0;
  overflow: hidden;
  background: linear-gradient(110deg, #0d4c9f 0%, #1567cd 62%, #2c7ee9 100%);
}

.dd-time-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: center;
}

.dd-time-cta .dd-time-kicker,
.dd-time-cta h2,
.dd-time-cta h2 span {
  color: #fff;
}

.dd-time-cta .dd-time-kicker::before {
  background: #ffd06a;
}

.dd-time-cta h2 {
  max-width: 850px;
  font-size: clamp(39px, 4.2vw, 66px);
}

.dd-time-cta__inner > div > p {
  max-width: 850px;
  color: #dceaff;
}

.dd-time-cta__actions {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}

.dd-time-cta__actions > span {
  color: #d9e9ff;
  font-size: 11px;
  text-align: center;
}

.dd-time-cta__orb {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.dd-time-cta__orb--one {
  top: -230px;
  right: -100px;
  width: 520px;
  height: 520px;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.035);
}

.dd-time-cta__orb--two {
  bottom: -260px;
  left: -120px;
  width: 420px;
  height: 420px;
}

@media (max-width: 1180px) {
  .dd-time-hero__inner {
    grid-template-columns: minmax(0, 0.85fr) minmax(540px, 1.15fr);
    gap: 35px;
  }
  .dd-time-hero__visual {
    min-height: 535px;
  }
  .dd-time-app {
    width: 96%;
    min-height: 455px;
  }
  .dd-time-app__body {
    min-height: 393px;
  }
  .dd-time-phone {
    width: 180px;
    min-height: 325px;
  }
  .dd-time-proof article {
    padding-inline: 18px;
  }
  .dd-time-proof article > span {
    display: none;
  }
  .dd-time-problem__grid article {
    padding-inline: 23px;
  }
  .dd-time-product__stage {
    padding-right: 76px;
  }
  .dd-time-product__mobile {
    width: 230px;
  }
}
@media (max-width: 1020px) {
  .dd-time-section,
  .dd-time-audience,
  .dd-time-product,
  .dd-time-holidays,
  .dd-time-capabilities,
  .dd-time-process,
  .dd-time-difference,
  .dd-time-faq {
    padding-block: 95px;
  }
  .dd-time-hero {
    padding-top: 72px;
  }
  .dd-time-hero__inner {
    grid-template-columns: 1fr;
  }
  .dd-time-hero__content {
    max-width: 780px;
  }
  .dd-time-hero__visual {
    width: min(100%, 790px);
    min-height: 570px;
    margin-inline: auto;
  }
  .dd-time-app {
    width: 91%;
  }
  .dd-time-proof .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .dd-time-proof article:nth-child(3) {
    border-left: 1px solid #e6edf5;
  }
  .dd-time-proof article:nth-child(-n+2) {
    border-bottom: 1px solid #e6edf5;
  }
  .dd-time-problem__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dd-time-audience__inner,
  .dd-time-audience--employee .dd-time-audience__inner,
  .dd-time-holidays__inner,
  .dd-time-difference .content,
  .dd-time-faq .content {
    grid-template-columns: 1fr;
  }
  .dd-time-audience__content {
    max-width: 850px;
  }
  .dd-time-audience--employee .dd-time-artwork {
    order: 2;
  }
  .dd-time-artwork {
    max-width: 850px;
    margin-inline: auto;
  }
  .dd-time-product__stage {
    margin-top: 55px;
    padding-right: 52px;
  }
  .dd-time-product__desktop {
    min-height: 555px;
  }
  .dd-time-holidays__inner {
    gap: 55px;
  }
  .dd-time-holidays__content {
    max-width: 800px;
  }
  .dd-time-calendar {
    width: min(100%, 720px);
    margin-inline: auto;
  }
  .dd-time-capabilities__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dd-time-difference .content {
    gap: 50px;
  }
  .dd-time-difference__intro {
    max-width: 850px;
  }
  .dd-time-faq .content {
    gap: 38px;
  }
  .dd-time-faq__intro {
    position: static;
    max-width: 800px;
  }
  .dd-time-cta__inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .dd-time-cta__actions {
    width: min(100%, 300px);
  }
}
@media (max-width: 760px) {
  .dd-time .content {
    width: min(100% - 32px, 680px);
  }
  .dd-time-section-head h2,
  .dd-time-audience h2,
  .dd-time-holidays h2,
  .dd-time-difference h2,
  .dd-time-faq h2,
  .dd-time-cta h2 {
    font-size: clamp(35px, 10vw, 52px);
  }
  .dd-time-section-head > p:last-child,
  .dd-time-audience__content > p,
  .dd-time-holidays__content > p,
  .dd-time-difference__intro > p,
  .dd-time-faq__intro > p,
  .dd-time-cta__inner > div > p {
    font-size: 17px;
  }
  .dd-time-section,
  .dd-time-audience,
  .dd-time-product,
  .dd-time-holidays,
  .dd-time-capabilities,
  .dd-time-process,
  .dd-time-difference,
  .dd-time-faq {
    padding-block: 76px;
  }
  .dd-time-hero {
    padding: 128px 0 62px;
  }
  .dd-time-hero h1 {
    font-size: clamp(42px, 12vw, 60px);
  }
  .dd-time-hero__lead {
    font-size: 18px;
  }
  .dd-time-hero__visual {
    min-height: 520px;
    padding-top: 22px;
  }
  .dd-time-app {
    width: 100%;
    margin-left: 0;
    transform: none;
  }
  .dd-time-phone {
    right: -8px;
    transform: rotate(2deg) scale(0.9);
    transform-origin: bottom right;
  }
  .dd-time-hero__float--status {
    bottom: 12px;
    left: 8px;
  }
  .dd-time-proof article {
    min-height: 118px;
  }
  .dd-time-problem__grid article {
    min-height: 235px;
  }
  .dd-time-problem__grid article > span {
    margin-bottom: 42px;
  }
  .dd-time-problem__statement {
    align-items: flex-start;
  }
  .dd-time-checklist li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .dd-time-product__stage {
    min-height: auto;
    padding: 22px 0 0;
  }
  .dd-time-product__stage::before {
    inset: 0 -30px;
  }
  .dd-time-product__desktop {
    min-height: 490px;
  }
  .dd-time-grid__row {
    grid-template-columns: 1.4fr repeat(3, 0.7fr) 0.8fr;
  }
  .dd-time-grid__row > :nth-child(5),
  .dd-time-grid__row > :nth-child(6) {
    display: none;
  }
  .dd-time-product__mobile {
    position: relative;
    right: auto;
    bottom: auto;
    width: 255px;
    min-height: 500px;
    margin: -50px 22px 0 auto;
  }
  .dd-time-capabilities__grid {
    grid-template-columns: 1fr;
  }
  .dd-time-capabilities__grid article {
    min-height: 220px;
  }
  .dd-time-capability-icon {
    margin-bottom: 32px;
  }
  .dd-time-process__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .dd-time-process__grid::before {
    top: 32px;
    bottom: 32px;
    left: 50%;
    height: auto;
    border-top: 0;
    border-left: 1px dashed #8fb2dc;
  }
  .dd-time-process__grid article {
    background: linear-gradient(145deg, rgba(237, 244, 255, 0.96), rgba(249, 251, 255, 0.96));
  }
  .dd-time-difference__table {
    overflow-x: auto;
  }
  .dd-time-difference__row {
    min-width: 620px;
  }
  .dd-time-cta {
    padding-block: 75px;
  }
}
@media (max-width: 560px) {
  .dd-time .content {
    width: min(100% - 28px, 520px);
  }
  .dd-time-kicker {
    font-size: 11px;
  }
  .dd-time-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .dd-time .dd-time-btn {
    width: 100%;
  }
  .dd-time-hero__trust {
    display: grid;
  }
  .dd-time-hero__visual {
    min-height: 490px;
    margin-top: 8px;
  }
  .dd-time-app {
    min-height: 408px;
    border-radius: 18px;
  }
  .dd-time-app__bar {
    min-height: 52px;
    padding-inline: 13px;
  }
  .dd-time-app__brand strong {
    font-size: 10px;
  }
  .dd-time-app__date {
    font-size: 9px;
  }
  .dd-time-app__body {
    min-height: 356px;
    grid-template-columns: 40px 1fr;
  }
  .dd-time-app__rail {
    gap: 12px;
  }
  .dd-time-app__rail i {
    width: 19px;
    height: 19px;
  }
  .dd-time-app__workspace {
    padding: 17px 14px;
  }
  .dd-time-app__stats > div {
    grid-template-columns: 7px 1fr;
    padding: 9px;
  }
  .dd-time-app__stats strong {
    grid-column: 2;
    font-size: 13px;
  }
  .dd-time-team__head,
  .dd-time-team__row {
    grid-template-columns: 28px 1fr 55px;
  }
  .dd-time-team__head {
    grid-template-columns: 1fr 55px;
  }
  .dd-time-team__head small:last-child,
  .dd-time-team__row > b {
    display: none;
  }
  .dd-time-team__row {
    min-height: 53px;
    padding-inline: 8px;
  }
  .dd-time-avatar {
    width: 26px;
    height: 26px;
  }
  .dd-time-app__foot span:last-child {
    display: none;
  }
  .dd-time-phone {
    right: -27px;
    bottom: -14px;
    transform: rotate(2deg) scale(0.75);
  }
  .dd-time-hero__float--status {
    bottom: 4px;
    left: 3px;
    transform: scale(0.9);
    transform-origin: left bottom;
  }
  .dd-time-proof .content {
    grid-template-columns: 1fr;
  }
  .dd-time-proof article,
  .dd-time-proof article:nth-child(3) {
    min-height: 96px;
    border-right: 1px solid #e6edf5;
    border-bottom: 1px solid #e6edf5;
    border-left: 1px solid #e6edf5;
  }
  .dd-time-proof article:last-child {
    border-bottom: 0;
  }
  .dd-time-problem__grid {
    grid-template-columns: 1fr;
  }
  .dd-time-problem__grid article {
    min-height: 220px;
  }
  .dd-time-problem__statement {
    padding: 20px;
  }
  .dd-time-problem__statement > span {
    display: none;
  }
  .dd-time-artwork img {
    border-radius: 18px;
  }
  .dd-time-artwork figcaption {
    right: 10px;
    bottom: 9px;
    left: 10px;
    text-align: center;
  }
  .dd-time-product__stage {
    margin-top: 38px;
  }
  .dd-time-product__desktop {
    min-height: 430px;
    border-radius: 16px;
  }
  .dd-time-product__top {
    min-height: 54px;
    padding-inline: 14px;
  }
  .dd-time-product__top small {
    display: none;
  }
  .dd-time-product__filters {
    padding: 12px;
  }
  .dd-time-product__filters span:nth-child(2) {
    display: none;
  }
  .dd-time-product__notice {
    margin: 12px;
  }
  .dd-time-grid {
    margin-inline: 12px;
  }
  .dd-time-grid__row {
    min-height: 56px;
    grid-template-columns: 1.5fr repeat(2, 0.75fr) 0.8fr;
  }
  .dd-time-grid__row > :nth-child(4) {
    display: none;
  }
  .dd-time-product__legend {
    margin-inline: 12px;
    gap: 8px;
  }
  .dd-time-product__mobile {
    width: 230px;
    min-height: 475px;
    margin-top: -35px;
    transform: rotate(1.5deg) scale(0.95);
    transform-origin: right top;
  }
  .dd-time-calendar {
    padding: 19px 14px;
    border-radius: 18px;
    transform: none;
  }
  .dd-time-calendar__top > div > span {
    width: 31px;
    height: 31px;
  }
  .dd-time-calendar__top strong {
    font-size: 13px;
  }
  .dd-time-calendar__days span {
    min-height: 45px;
  }
  .dd-time-calendar__legend {
    gap: 10px;
  }
  .dd-time-calendar__pending {
    grid-template-columns: 32px 1fr;
  }
  .dd-time-calendar__pending > b {
    display: none;
  }
  .dd-time-difference__row {
    min-width: 560px;
  }
  .dd-time-faq__list summary {
    min-height: 78px;
  }
  .dd-time-faq__list summary span {
    font-size: 16px;
  }
  .dd-time-faq__list details > p {
    padding-right: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-time *,
  .dd-time *::before,
  .dd-time *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/* Hero: réplica anonimizada del KPI 1 del dashboard RR. HH. */
.dd-time-hero__visual {
  min-height: 540px;
  margin: 0;
  padding: 28px 0 26px;
}

.dd-time-hero__visual > figcaption {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.dd-time-kpi-window {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(117, 143, 173, 0.34);
  border-radius: 23px;
  background: #eef2f6;
  box-shadow: 0 36px 86px rgba(25, 60, 101, 0.2);
  transform: perspective(1500px) rotateY(-2deg) rotateX(0.5deg);
  transform-origin: center;
}

.dd-time-kpi-window::after {
  position: absolute;
  z-index: -1;
  right: -55px;
  bottom: -78px;
  width: 220px;
  height: 220px;
  content: "";
  border-radius: 50%;
  background: rgba(21, 95, 200, 0.07);
}

.dd-time-kpi-window__toolbar {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
  border-bottom: 1px solid #e3e9f0;
  background: rgba(255, 255, 255, 0.98);
}

.dd-time-kpi-window__brand,
.dd-time-kpi-window__brand > div,
.dd-time-kpi-window__period {
  display: flex;
}

.dd-time-kpi-window__brand {
  align-items: center;
  gap: 9px;
}

.dd-time-kpi-window__brand > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #275b92, #1a4068);
  font-size: 14px;
}

.dd-time-kpi-window__brand > div,
.dd-time-kpi-window__period {
  flex-direction: column;
}

.dd-time-kpi-window__brand strong {
  color: #275b92;
  font-size: 12px;
  line-height: 1.2;
}

.dd-time-kpi-window__brand small {
  color: #8a97a5;
  font-size: 9px;
  line-height: 1.25;
}

.dd-time-kpi-window__period {
  min-width: 112px;
  padding: 6px 10px;
  border: 1px solid #dfe5ec;
  border-radius: 7px;
  background: #fff;
}

.dd-time-kpi-window__period small {
  color: #657588;
  font-size: 8px;
  line-height: 1;
}

.dd-time-kpi-window__period strong {
  margin-top: 3px;
  color: #536274;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.dd-time-attendance {
  margin: 10px;
  overflow: hidden;
  border: 1px solid #e4eaf2;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(31, 41, 55, 0.08);
}

.dd-time-attendance__header {
  display: flex;
  min-height: 65px;
  align-items: center;
  gap: 10px;
  padding: 13px 15px 9px;
}

.dd-time-attendance__header-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #275b92, #1a4068);
  font-size: 15px;
}

.dd-time-attendance__header > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.dd-time-attendance__header strong {
  color: #275b92;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.dd-time-attendance__header small {
  margin-top: 3px;
  color: #94a0ad;
  font-size: 10px;
  line-height: 1.2;
}

.dd-time-attendance__body {
  display: grid;
  grid-template-columns: minmax(205px, 0.9fr) minmax(250px, 1.1fr);
  gap: 16px;
  align-items: start;
  padding: 0 15px 10px;
}

.dd-time-attendance__statuses {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.dd-time-attendance__status {
  --attendance-color: #6b7280;
  --attendance-soft: #f9fafb;
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  padding: 5px 9px;
  border: 1.5px solid var(--attendance-color);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--attendance-soft), #fff);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dd-time-attendance__status:hover {
  box-shadow: 0 4px 12px rgba(39, 91, 146, 0.11);
  transform: translateX(2px);
}

.dd-time-attendance__status > span {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: var(--attendance-color);
  box-shadow: inset 0 -4px 10px rgba(0, 0, 0, 0.08);
  font-size: 11px;
}

.dd-time-attendance__status > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.dd-time-attendance__status strong {
  color: var(--attendance-color);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.dd-time-attendance__status small {
  margin-top: 2px;
  overflow: hidden;
  color: #667180;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.dd-time-attendance__status.is-working {
  --attendance-color: #22c55e;
  --attendance-soft: #f0fdf4;
}

.dd-time-attendance__status.is-pending {
  --attendance-color: #06b6d4;
  --attendance-soft: #ecfeff;
}

.dd-time-attendance__status.is-absent {
  --attendance-color: #f59e0b;
  --attendance-soft: #fffbeb;
}

.dd-time-attendance__status.is-sick {
  --attendance-color: #ef4444;
  --attendance-soft: #fef2f2;
}

.dd-time-attendance__status.is-holiday {
  --attendance-color: #3b82f6;
  --attendance-soft: #eff6ff;
}

.dd-time-attendance__status.is-no-show {
  --attendance-color: #6b7280;
  --attendance-soft: #f9fafb;
}

.dd-time-attendance__chart {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
}

.dd-time-attendance__chart > strong {
  margin: 2px 0 2px;
  color: #374151;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

#dd-time-attendance-chart {
  position: relative;
  width: 238px;
  max-width: 100%;
  min-height: 238px;
  border-radius: 50%;
  background: conic-gradient(#22c55e 0 79.17%, #f59e0b 79.17% 83.34%, #3b82f6 83.34% 95.84%, #6b7280 95.84% 100%);
}

#dd-time-attendance-chart::before {
  position: absolute;
  z-index: 0;
  inset: 23%;
  content: "";
  border-radius: 50%;
  background: #fff;
}

#dd-time-attendance-chart::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  content: "Trabajadores:\a 24";
  color: #6b7280;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
  white-space: pre;
  transform: translate(-50%, -50%);
}

#dd-time-attendance-chart.is-rendered {
  background: none;
}

#dd-time-attendance-chart.is-rendered::before,
#dd-time-attendance-chart.is-rendered::after {
  display: none;
}

#dd-time-attendance-chart .apexcharts-canvas,
#dd-time-attendance-chart svg {
  max-width: 100%;
}

#dd-time-attendance-chart .apexcharts-pie-series path {
  cursor: default;
  transform-box: fill-box;
  transform-origin: center;
  transition: filter 0.2s ease, transform 0.2s ease;
}

#dd-time-attendance-chart .apexcharts-pie-series path:hover {
  filter: brightness(1.08) drop-shadow(0 3px 7px rgba(0, 0, 0, 0.14));
  transform: scale(1.035);
}

.dd-time-chart-tooltip {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 11px;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  color: #1f2937;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.13);
}

.dd-time-chart-tooltip strong {
  font-size: 11px;
}

.dd-time-chart-tooltip span {
  color: #6b7280;
  font-size: 10px;
}

.dd-time-attendance__today {
  margin: 0 15px 13px;
  padding-top: 10px;
  border-top: 1.5px solid #e4eaf2;
}

.dd-time-attendance__today-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.dd-time-attendance__today-head > strong {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #374151;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.dd-time-attendance__today-head > strong i {
  color: #22c55e;
  font-size: 6px;
}

.dd-time-attendance__today-head > span {
  padding: 3px 8px;
  border-radius: 999px;
  color: #6b7280;
  background: #f3f4f6;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.dd-time-attendance__workers {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}

.dd-time-attendance__worker {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
}

.dd-time-attendance__worker > span {
  position: relative;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1.5px solid #e4eaf2;
  border-radius: 50%;
  background: #dde6f0;
}

.dd-time-attendance__worker > span.has-initials {
  color: #fff;
  border-color: #d7e2ee;
  background: linear-gradient(135deg, #275b92, #1a4068);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.dd-time-attendance__worker > span.has-initials.is-slate {
  background: linear-gradient(135deg, #718096, #3e4c5d);
}

.dd-time-attendance__worker img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dd-time-attendance__worker > span > i {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 11px;
  height: 11px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.dd-time-attendance__worker > span > i.is-no-show {
  background: #6b7280;
}

.dd-time-attendance__worker > small {
  width: 100%;
  margin-top: 4px;
  overflow: hidden;
  color: #374151;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.12;
  text-align: center;
}

@media (max-width: 1180px) {
  .dd-time-hero__visual {
    min-height: 510px;
  }
  .dd-time-kpi-window {
    transform: perspective(1500px) rotateY(-1.5deg);
  }
}
@media (max-width: 1020px) {
  .dd-time-hero__visual {
    width: min(100%, 760px);
    min-height: 0;
    padding: 18px 0 8px;
  }
  .dd-time-kpi-window {
    max-width: 720px;
    margin-inline: auto;
    transform: none;
  }
}
@media (max-width: 760px) {
  .dd-time-hero__visual {
    min-height: 0;
    padding: 16px 0 0;
  }
  .dd-time-kpi-window {
    border-radius: 18px;
  }
}
@media (max-width: 620px) {
  .dd-time-kpi-window__toolbar {
    min-height: 54px;
    padding-inline: 10px;
  }
  .dd-time-attendance {
    margin: 8px;
  }
  .dd-time-attendance__header {
    padding-inline: 11px;
  }
  .dd-time-attendance__body {
    grid-template-columns: 1fr;
    gap: 13px;
    padding-inline: 11px;
  }
  .dd-time-attendance__statuses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }
  .dd-time-attendance__status {
    min-width: 0;
    padding-inline: 7px;
  }
  .dd-time-attendance__chart > strong {
    margin-top: 3px;
  }
  #dd-time-attendance-chart {
    width: 218px;
    min-height: 218px;
  }
  .dd-time-attendance__today {
    margin-inline: 11px;
  }
  .dd-time-attendance__workers {
    gap: 5px;
  }
  .dd-time-attendance__worker > span {
    width: 41px;
    height: 41px;
  }
}
@media (max-width: 460px) {
  .dd-time-kpi-window__period {
    min-width: 82px;
  }
  .dd-time-attendance__header strong {
    font-size: 13px;
  }
  .dd-time-attendance__today-head > span {
    max-width: none;
  }
  .dd-time-attendance__worker > span {
    width: 37px;
    height: 37px;
  }
  .dd-time-attendance__worker > small {
    font-size: 7px;
  }
}
@media (max-width: 370px) {
  .dd-time-kpi-window__period {
    display: none;
  }
  .dd-time-attendance__today-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .dd-time-attendance__today-head > span {
    max-width: 100%;
  }
  .dd-time-attendance__worker > span {
    width: 34px;
    height: 34px;
  }
}
/* Dashboard RR. HH. · section para empresa */
.dd-time-audience--company .dd-time-audience__inner {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(50px, 5vw, 72px);
}

.dd-time-audience--company .dd-time-kicker {
  grid-column: 1/-1;
  font-size: 13px;
}

.dd-time-audience--company .dd-time-audience__content {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  -moz-column-gap: clamp(70px, 8vw, 130px);
       column-gap: clamp(70px, 8vw, 130px);
  align-items: start;
}

.dd-time-audience--company .dd-time-audience__content h2,
.dd-time-audience--company .dd-time-audience__content > p:not(.dd-time-kicker) {
  grid-column: 1;
}

.dd-time-audience--company .dd-time-audience__content > p:not(.dd-time-kicker) {
  margin-bottom: 0;
}

.dd-time-audience--company .dd-time-checklist {
  grid-column: 2;
  grid-row: 2/span 2;
  align-self: center;
}

.dd-time-dashboard-figure {
  min-width: 0;
  margin: 0;
}

.dd-time-dashboard-figure > figcaption {
  margin-top: 14px;
  color: #9fb8d3;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.035em;
  text-align: right;
}

.dd-time-dashboard {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 17px;
  color: #0f315a;
  background: #edf2f7;
  box-shadow: 0 38px 85px rgba(0, 7, 20, 0.42), 0 0 0 7px rgba(255, 255, 255, 0.035);
}

.dd-time-dashboard::after {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 34%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92));
}

.dd-time-dashboard strong,
.dd-time-dashboard b {
  color: inherit;
}

.dd-time-dashboard__toolbar {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 10px;
  border-bottom: 1px solid #dfe6ee;
  background: rgba(255, 255, 255, 0.97);
}

.dd-time-dashboard__title,
.dd-time-dashboard__actions {
  display: flex;
  align-items: center;
}

.dd-time-dashboard__title {
  gap: 7px;
}

.dd-time-dashboard__title > span,
.dd-time-dashboard-card__head > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #0c427b, #286aa5);
}

.dd-time-dashboard__title > span {
  width: 34px;
  height: 34px;
  font-size: 15px;
}

.dd-time-dashboard__title div,
.dd-time-dashboard-card__head div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.dd-time-dashboard__title strong {
  color: #0b4b8e;
  font-size: 13px;
  line-height: 1.2;
}

.dd-time-dashboard__title small {
  color: #8da0b6;
  font-size: 8px;
}

.dd-time-dashboard__actions {
  gap: 8px;
}

.dd-time-dashboard__actions > div {
  display: flex;
  min-width: 112px;
  flex-direction: column;
  padding: 4px 8px;
  border: 1px solid #d9e2ec;
  border-radius: 6px;
  color: #235381;
  background: #fff;
}

.dd-time-dashboard__actions small {
  color: #315d87;
  font-size: 7px;
}

.dd-time-dashboard__actions strong {
  font-size: 9px;
  font-weight: 500;
}

.dd-time-dashboard__actions > span {
  min-width: 78px;
  padding: 8px 10px;
  border-radius: 5px;
  color: #fff;
  background: #175894;
  box-shadow: 0 3px 7px rgba(11, 67, 143, 0.17);
  font-size: 8px;
  font-weight: 700;
  text-align: center;
}

.dd-time-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
}

.dd-time-dashboard-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e0e6ed;
  border-radius: 9px;
  color: #0f315a;
  background: #fff;
  box-shadow: 0 3px 8px rgba(25, 54, 84, 0.09);
}

.dd-time-dashboard-card--attendance {
  grid-column: span 4;
}

.dd-time-dashboard-card--validations {
  grid-column: span 2;
}

.dd-time-dashboard-card--events {
  grid-column: span 2;
}

.dd-time-dashboard-card--balance {
  grid-column: span 4;
}

.dd-time-dashboard-card--activity,
.dd-time-dashboard-card--finance {
  grid-column: span 6;
}

.dd-time-dashboard-card__head {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 8px;
  padding: 9px 10px 7px;
}

.dd-time-dashboard-card__head > span {
  width: 31px;
  height: 31px;
  font-size: 12px;
}

.dd-time-dashboard-card__head strong {
  overflow: hidden;
  color: #0b4b8e;
  font-size: 11px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-time-dashboard-card__head small {
  overflow: hidden;
  margin-top: 2px;
  color: #8ba0b8;
  font-size: 7.5px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-time-dashboard-card__head > em {
  margin-left: auto;
  padding: 3px 5px;
  border-radius: 10px;
  color: #536b82;
  background: #f1f4f7;
  font-size: 6.5px;
  font-style: normal;
  white-space: nowrap;
}

.dd-time-dashboard-attendance {
  display: grid;
  grid-template-columns: minmax(86px, 0.95fr) minmax(110px, 1.2fr);
  gap: 9px;
  padding: 4px 10px 9px;
}

.dd-time-dashboard-statuses {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dd-time-dashboard-statuses > div {
  --status-color: #23bd68;
  --status-bg: #f3fbf6;
  display: grid;
  min-height: 31px;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 5px;
  padding: 3px 5px;
  border: 1px solid var(--status-color);
  border-radius: 5px;
  color: #24415f;
  background: var(--status-bg);
}

.dd-time-dashboard-statuses > div > i {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 4px;
  color: #fff;
  background: var(--status-color);
  font-size: 8px;
}

.dd-time-dashboard-statuses > div > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.dd-time-dashboard-statuses b {
  color: var(--status-color);
  font-size: 11px;
  line-height: 1;
}

.dd-time-dashboard-statuses small {
  overflow: hidden;
  color: #42566e;
  font-size: 6.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.dd-time-dashboard-statuses .is-pending {
  --status-color: #07afd0;
  --status-bg: #f3fbfd;
}

.dd-time-dashboard-statuses .is-away {
  --status-color: #f29914;
  --status-bg: #fffbf4;
}

.dd-time-dashboard-statuses .is-leave {
  --status-color: #ef3e46;
  --status-bg: #fff7f7;
}

.dd-time-dashboard-statuses .is-holiday {
  --status-color: #3478ec;
  --status-bg: #f5f8ff;
}

.dd-time-dashboard-statuses .is-absent {
  --status-color: #68778a;
  --status-bg: #f8f9fb;
}

.dd-time-dashboard-mini-chart {
  min-width: 0;
  text-align: center;
}

.dd-time-dashboard-mini-chart > strong,
.dd-time-dashboard-chart-title {
  display: block;
  padding-bottom: 4px;
  border-bottom: 1px solid #dbe4ed;
  color: #243f5d;
  font-size: 7px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

#dd-time-dashboard-attendance-chart {
  width: 100%;
  height: 190px;
  margin-top: 1px;
}

.dd-time-dashboard-team {
  margin: 0 10px;
  padding: 6px 0 7px;
  border-top: 1px solid #dbe4ed;
}

.dd-time-dashboard-team__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 6px;
}

.dd-time-dashboard-team__summary strong {
  color: #314c68;
  font-size: 7px;
  text-transform: uppercase;
}

.dd-time-dashboard-team__summary strong i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 3px;
  border-radius: 50%;
  background: #24bf67;
}

.dd-time-dashboard-team__summary > span {
  padding: 2px 5px;
  border-radius: 8px;
  color: #61768b;
  background: #f1f4f7;
  font-size: 6.5px;
  font-weight: 700;
  white-space: nowrap;
}

.dd-time-dashboard-team__people {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
}

.dd-time-dashboard-team__people > div {
  min-width: 0;
  text-align: center;
}

.dd-time-dashboard-team__people > div > span {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  margin-inline: auto;
  overflow: visible;
  place-items: center;
  border: 2px solid #e4edf5;
  border-radius: 50%;
  color: #fff;
  background: #1b5b92;
  font-size: 8px;
  font-weight: 800;
}

.dd-time-dashboard-team__people > div > span.is-violet {
  background: #7757ca;
}

.dd-time-dashboard-team__people img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.dd-time-dashboard-team__people .is-online::after {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 7px;
  height: 7px;
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  background: #25c46b;
}

.dd-time-dashboard-team__people small {
  display: block;
  margin-top: 2px;
  overflow: hidden;
  color: #304a64;
  font-size: 6px;
  font-weight: 600;
  line-height: 1.05;
  text-overflow: ellipsis;
}

.dd-time-dashboard-validations {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px 7px 9px;
}

.dd-time-dashboard-validations > div {
  display: grid;
  min-height: 42px;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 5px;
  padding: 4px 5px;
  border: 1px solid #dce5ed;
  border-radius: 6px;
  background: #fbfcfd;
}

.dd-time-dashboard-validations > div > i {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 5px;
  color: #fff;
  background: #ec8b0d;
  font-size: 10px;
}

.dd-time-dashboard-validations > div:nth-child(2) > i {
  background: #3579ed;
}

.dd-time-dashboard-validations > div:nth-child(3) > i {
  background: #235d98;
}

.dd-time-dashboard-validations > div:nth-child(4) > i {
  background: #17a964;
}

.dd-time-dashboard-validations > div:nth-child(5) > i {
  background: #8448ef;
}

.dd-time-dashboard-validations strong {
  overflow: hidden;
  color: #213b58;
  font-size: 7px;
  text-overflow: ellipsis;
}

.dd-time-dashboard-validations b {
  min-width: 18px;
  padding: 2px 4px;
  border-radius: 9px;
  color: #fff;
  background: #15558d;
  font-size: 7px;
  text-align: center;
}

.dd-time-dashboard-validations b.is-done {
  background: #16aa5e;
}

.dd-time-dashboard-validations b.is-done i {
  font-size: 6px;
}

.dd-time-dashboard-tabs {
  display: flex;
  gap: 3px;
  padding: 0 7px 5px;
}

.dd-time-dashboard-tabs > * {
  padding: 3px 6px;
  border: 1px solid #dfe6ee;
  border-radius: 9px;
  color: #5f7288;
  background: #f5f7fa;
  font-size: 6.5px;
  font-weight: 500;
}

.dd-time-dashboard-tabs b {
  color: #fff;
  border-color: #235f99;
  background: #235f99;
}

.dd-time-dashboard-events {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 6px 7px;
}

.dd-time-dashboard-events > div {
  display: grid;
  min-height: 52px;
  grid-template-columns: 21px minmax(0, 1fr) auto;
  align-items: start;
  gap: 5px;
  padding: 5px;
  border: 1px solid #cfe0f4;
  border-radius: 5px;
  background: #f2f7fd;
}

.dd-time-dashboard-events > div > i {
  display: grid;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #215c94;
  font-size: 6px;
}

.dd-time-dashboard-events > div > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.dd-time-dashboard-events span > small {
  overflow: hidden;
  color: #1d68c4;
  font-size: 6px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-time-dashboard-events span > strong {
  color: #193a5a;
  font-size: 7px;
  line-height: 1.25;
}

.dd-time-dashboard-events span > em {
  overflow: hidden;
  color: #244767;
  font-size: 6px;
  font-style: normal;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-time-dashboard-events > div > b {
  margin-top: 1px;
  padding: 2px 4px;
  border-radius: 7px;
  color: #1caf65;
  background: #d9f4e6;
  font-size: 5.5px;
  font-weight: 700;
  text-transform: uppercase;
}

.dd-time-dashboard-events > div > b.is-event {
  color: #a338b0;
  background: #f2dbf4;
}

.dd-time-dashboard-events > div > b.is-permit {
  color: #a36e12;
  background: #f9ebca;
}

.dd-time-dashboard-chart-title {
  margin: 2px 8px 0;
}

.dd-time-dashboard-balance-chart {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.dd-time-dashboard-ranking {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  padding: 1px 8px 9px;
}

.dd-time-dashboard-ranking > div > strong {
  display: block;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #4c89f6;
  color: #2473ea;
  font-size: 6.5px;
  text-transform: uppercase;
}

.dd-time-dashboard-ranking > div.is-negative > strong {
  color: #ef4444;
  border-color: #ef6666;
}

.dd-time-dashboard-ranking p {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  align-items: center;
  gap: 3px;
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px solid #edf1f5;
  font-size: 6.5px;
}

.dd-time-dashboard-ranking p b {
  color: #9aabc0;
}

.dd-time-dashboard-ranking p span {
  overflow: hidden;
  color: #203a56;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-time-dashboard-ranking p em {
  color: #2473ea;
  font-style: normal;
  white-space: nowrap;
}

.dd-time-dashboard-ranking .is-negative p em {
  color: #ef4444;
}

.dd-time-dashboard-metrics {
  display: flex;
  gap: 24px;
  padding: 4px 10px 7px;
}

.dd-time-dashboard-metrics > div,
.dd-time-dashboard-finance-metrics > div {
  display: flex;
  flex-direction: column;
}

.dd-time-dashboard-metrics small,
.dd-time-dashboard-finance-metrics small {
  color: #5b6e84;
  font-size: 6.5px;
  text-transform: uppercase;
}

.dd-time-dashboard-metrics strong {
  color: #174f88;
  font-size: 10px;
}

.dd-time-dashboard-metrics .is-positive strong {
  color: #10ae55;
}

.dd-time-dashboard-metrics .is-negative strong {
  color: #ed3d43;
}

.dd-time-dashboard-activity-grid,
.dd-time-dashboard-finance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0 2px 7px;
}

.dd-time-dashboard-activity-chart,
.dd-time-dashboard-finance-chart,
.dd-time-dashboard-payroll-chart {
  width: 100%;
  height: 140px;
}

.dd-time-dashboard-heatmap {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 3px;
  padding: 11px 8px 4px;
}

.dd-time-dashboard-heatmap small {
  color: #8194a8;
  font-size: 6px;
  text-align: center;
}

.dd-time-dashboard-heatmap i {
  display: grid;
  height: 21px;
  place-items: center;
  border-radius: 4px;
  color: #fff;
  background: #18bd62;
  font-size: 6.5px;
  font-style: normal;
  font-weight: 700;
}

.dd-time-dashboard-heatmap .level-0,
.dd-time-dashboard-heatmap .level-1,
.dd-time-dashboard-heatmap .level-2 {
  color: #8596a9;
  background: #e8edf3;
}

.dd-time-dashboard-heatmap .level-3,
.dd-time-dashboard-heatmap .level-4,
.dd-time-dashboard-heatmap .level-5 {
  background: #ff9e3d;
}

.dd-time-dashboard-heatmap .level-6,
.dd-time-dashboard-heatmap .level-7 {
  background: #64c88d;
}

.dd-time-dashboard-finance-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  padding: 4px 8px 7px;
}

.dd-time-dashboard-finance-metrics > div {
  align-items: center;
  padding: 6px;
  border: 1px solid #dbe4ed;
  border-radius: 6px;
  background: #f8fafc;
}

.dd-time-dashboard-finance-metrics strong {
  color: #1d5896;
  font-size: 10px;
}

.dd-time-dashboard-finance-metrics > div:nth-child(2) strong {
  color: #10af55;
}

.dd-time-dashboard-finance-metrics > div:nth-child(3) strong {
  color: #8750e9;
}

@media (max-width: 1180px) {
  .dd-time-audience--company .dd-time-audience__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 54px;
  }
  .dd-time-audience--company .dd-time-audience__content {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .dd-time-dashboard__grid {
    gap: 5px;
    padding: 5px;
  }
  .dd-time-dashboard-card__head {
    padding-inline: 6px;
  }
  .dd-time-dashboard-card__head > span {
    width: 23px;
    height: 23px;
  }
  .dd-time-dashboard-statuses > div {
    padding-inline: 3px;
  }
  .dd-time-dashboard-events > div > b {
    display: none;
  }
}
@media (min-width: 1021px) {
  .dd-time-audience--company .dd-time-audience__content h2 {
    font-size: clamp(50px, 2.85vw, 55px);
    line-height: 1.06;
  }
}
@media (max-width: 1020px) {
  .dd-time-audience--company .dd-time-audience__inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .dd-time-audience--company .dd-time-audience__content {
    max-width: none;
  }
  .dd-time-dashboard-figure {
    width: min(100%, 980px);
    margin-inline: auto;
  }
  .dd-time-dashboard-events > div > b {
    display: block;
  }
}
@media (max-width: 760px) {
  .dd-time-audience--company .dd-time-audience__content {
    display: block;
  }
  .dd-time-audience--company .dd-time-audience__content > p:not(.dd-time-kicker) {
    margin-bottom: 34px;
  }
  .dd-time-dashboard-figure > figcaption {
    text-align: left;
  }
  .dd-time-dashboard {
    border-radius: 13px;
  }
  .dd-time-dashboard__toolbar {
    min-height: 55px;
  }
  .dd-time-dashboard__actions > div {
    min-width: 96px;
  }
  .dd-time-dashboard__actions > span {
    display: none;
  }
  .dd-time-dashboard__grid {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
  }
  .dd-time-dashboard-card--attendance,
  .dd-time-dashboard-card--validations,
  .dd-time-dashboard-card--events,
  .dd-time-dashboard-card--balance,
  .dd-time-dashboard-card--activity,
  .dd-time-dashboard-card--finance {
    grid-column: 1;
  }
  .dd-time-dashboard-card__head {
    min-height: 48px;
    padding: 9px 10px 6px;
  }
  .dd-time-dashboard-card__head > span {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .dd-time-dashboard-card__head strong {
    font-size: 11px;
  }
  .dd-time-dashboard-card__head small {
    font-size: 8px;
  }
  .dd-time-dashboard-card__head > em {
    font-size: 7px;
  }
  .dd-time-dashboard-attendance {
    grid-template-columns: 1fr 1.2fr;
    gap: 12px;
    padding: 6px 10px 9px;
  }
  .dd-time-dashboard-statuses {
    gap: 4px;
  }
  .dd-time-dashboard-statuses > div {
    min-height: 30px;
    grid-template-columns: 24px 1fr;
    padding: 4px 6px;
  }
  .dd-time-dashboard-statuses > div > i {
    width: 21px;
    height: 21px;
    font-size: 8px;
  }
  .dd-time-dashboard-statuses b {
    font-size: 11px;
  }
  .dd-time-dashboard-statuses small {
    font-size: 6.5px;
  }
  .dd-time-dashboard-mini-chart > strong,
  .dd-time-dashboard-chart-title {
    font-size: 7px;
  }
  #dd-time-dashboard-attendance-chart {
    height: 190px;
  }
  .dd-time-dashboard-team {
    margin-inline: 10px;
  }
  .dd-time-dashboard-team__summary strong,
  .dd-time-dashboard-team__summary > span {
    font-size: 7px;
  }
  .dd-time-dashboard-team__people > div > span {
    width: 38px;
    height: 38px;
  }
  .dd-time-dashboard-team__people small {
    font-size: 6.5px;
  }
  .dd-time-dashboard-validations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 6px 10px 12px;
  }
  .dd-time-dashboard-validations > div {
    min-height: 42px;
    grid-template-columns: 30px minmax(0, 1fr) auto;
  }
  .dd-time-dashboard-validations > div > i {
    width: 29px;
    height: 29px;
    font-size: 10px;
  }
  .dd-time-dashboard-validations strong,
  .dd-time-dashboard-validations b {
    font-size: 8px;
  }
  .dd-time-dashboard-tabs {
    padding-inline: 10px;
  }
  .dd-time-dashboard-tabs > * {
    padding: 4px 8px;
    font-size: 7px;
  }
  .dd-time-dashboard-events {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 2px 10px 12px;
  }
  .dd-time-dashboard-events > div {
    min-height: 59px;
    grid-template-columns: 22px minmax(0, 1fr) auto;
  }
  .dd-time-dashboard-events > div > i {
    width: 21px;
    height: 21px;
    font-size: 7px;
  }
  .dd-time-dashboard-events span > small,
  .dd-time-dashboard-events span > em {
    font-size: 6px;
  }
  .dd-time-dashboard-events span > strong {
    font-size: 8px;
  }
  .dd-time-dashboard-events > div > b {
    font-size: 5px;
  }
  .dd-time-dashboard-balance-chart {
    height: 180px;
  }
  .dd-time-dashboard-ranking p,
  .dd-time-dashboard-ranking > div > strong {
    font-size: 7px;
  }
  .dd-time-dashboard-metrics {
    gap: 18px;
    padding-inline: 10px;
  }
  .dd-time-dashboard-metrics small,
  .dd-time-dashboard-finance-metrics small {
    font-size: 7px;
  }
  .dd-time-dashboard-metrics strong,
  .dd-time-dashboard-finance-metrics strong {
    font-size: 10px;
  }
  .dd-time-dashboard-activity-chart,
  .dd-time-dashboard-finance-chart,
  .dd-time-dashboard-payroll-chart {
    height: 135px;
  }
  .dd-time-dashboard-heatmap small,
  .dd-time-dashboard-heatmap i {
    font-size: 7px;
  }
  .dd-time-dashboard-heatmap i {
    height: 21px;
  }
}
@media (max-width: 480px) {
  .dd-time-dashboard__title small {
    display: none;
  }
  .dd-time-dashboard__actions > div {
    min-width: 84px;
  }
  .dd-time-dashboard-attendance {
    grid-template-columns: 1fr;
  }
  .dd-time-dashboard-statuses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #dd-time-dashboard-attendance-chart {
    width: 230px;
    height: 190px;
    margin-inline: auto;
  }
  .dd-time-dashboard-team__people {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .dd-time-dashboard-team__people > div > span {
    width: 34px;
    height: 34px;
  }
  .dd-time-dashboard-team__summary > span {
    display: none;
  }
  .dd-time-dashboard-validations,
  .dd-time-dashboard-events {
    grid-template-columns: 1fr;
  }
  .dd-time-dashboard-activity-grid,
  .dd-time-dashboard-finance-grid {
    grid-template-columns: 1fr;
  }
  .dd-time-dashboard-activity-chart,
  .dd-time-dashboard-finance-chart,
  .dd-time-dashboard-payroll-chart {
    height: 150px;
  }
  .dd-time-dashboard-metrics {
    justify-content: space-between;
    gap: 8px;
  }
  .dd-time-dashboard-metrics strong {
    font-size: 9px;
  }
}
/* Dashboard del trabajador · fichaje y resumen de horas */
.dd-time-audience--employee .dd-time-audience__inner {
  grid-template-columns: minmax(0, 1.28fr) minmax(370px, 0.72fr);
  gap: clamp(52px, 6vw, 88px);
}

.dd-time-employee-demo-figure {
  min-width: 0;
  margin: 0;
}

.dd-time-employee-demo-figure > figcaption {
  margin-top: 13px;
  color: #647b95;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.025em;
}

.dd-time-employee-demo {
  overflow: hidden;
  border: 1px solid #d8e2ed;
  border-radius: 24px;
  color: #193956;
  background: #edf2f7;
  box-shadow: 0 34px 75px rgba(38, 71, 108, 0.2), 0 0 0 7px rgba(21, 95, 200, 0.035);
}

.dd-time-employee-demo strong,
.dd-time-employee-demo b {
  color: inherit;
}

.dd-time-employee-demo button {
  font-family: inherit;
}

.dd-time-employee-demo__toolbar {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 15px;
  border-bottom: 1px solid #dbe4ed;
  background: rgba(255, 255, 255, 0.97);
}

.dd-time-employee-demo__toolbar > div,
.dd-time-hours__head > div:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}

.dd-time-employee-demo__toolbar > div > span,
.dd-time-hours__head > div:first-child > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #0c427b, #286aa5);
}

.dd-time-employee-demo__toolbar > div > span {
  width: 35px;
  height: 35px;
  font-size: 15px;
}

.dd-time-employee-demo__toolbar p,
.dd-time-hours__head p {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.dd-time-employee-demo__toolbar strong {
  color: #0b4b8e;
  font-size: 13px;
  line-height: 1.2;
}

.dd-time-employee-demo__toolbar small {
  color: #8ba0b7;
  font-size: 8px;
}

.dd-time-employee-demo__toolbar > em {
  padding: 5px 8px;
  border: 1px solid #cbdcf1;
  border-radius: 12px;
  color: #2768a7;
  background: #f2f7fd;
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dd-time-employee-demo__body {
  padding: 12px;
}

.dd-time-punch {
  margin-bottom: 10px;
}

.dd-time-punch__card,
.dd-time-hours {
  overflow: hidden;
  border: 1px solid #dce5ee;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 9px rgba(30, 64, 97, 0.09);
}

.dd-time-punch__card {
  border-color: #c8daf1;
  background: rgba(54, 114, 222, 0.09);
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.dd-time-punch__detail {
  display: grid;
  min-height: 152px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
  padding: 16px 18px;
}

.dd-time-punch__left {
  min-width: 0;
}

.dd-time-punch__status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
}

.dd-time-punch__status > i {
  position: relative;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #3672de;
}

.dd-time-punch__status > i::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  background: inherit;
  animation: dd-time-punch-pulse 2s ease-in-out infinite;
}

@keyframes dd-time-punch-pulse {
  0%, 100% {
    opacity: 0.65;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.65);
  }
}
.dd-time-punch__status strong {
  color: #3672de;
  font-size: 16px;
  line-height: 1.2;
}

.dd-time-punch__entries {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.dd-time-punch__entries > div {
  display: grid;
  grid-template-columns: 18px minmax(112px, 1fr) auto 11px auto;
  align-items: center;
  gap: 6px;
  color: #334155;
  font-size: 10px;
}

.dd-time-punch__entries i {
  color: #475569;
  font-size: 11px;
  text-align: center;
}

.dd-time-punch__entries span {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-time-punch__entries time {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.dd-time-punch__entries b {
  color: #8290a1;
  font-size: 9px;
  text-align: center;
}

.dd-time-punch__entries .is-break,
.dd-time-punch__entries .is-break i {
  color: #21b982;
}

.dd-time-punch__entries time.is-open {
  color: #f97316;
}

.dd-time-punch__right {
  display: flex;
  width: 116px;
  align-items: center;
  flex-direction: column;
}

.dd-time-punch__schedule {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border-radius: 6px;
  color: #3672de;
  background: rgba(54, 114, 222, 0.1);
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.dd-time-punch__ring {
  --punch-ring: conic-gradient(#475569 0 71.5%, #ef4444 71.5% 81.5%, #e2e8f0 81.5% 100%);
  display: grid;
  width: 92px;
  height: 92px;
  margin-top: 8px;
  place-items: center;
  border-radius: 50%;
  background: var(--punch-ring);
  transition: background 0.25s ease;
}

.dd-time-punch__ring > div {
  display: flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(42, 67, 93, 0.14);
}

.dd-time-punch__ring small {
  color: #697a8d;
  font-size: 9px;
  font-weight: 600;
}

.dd-time-punch__ring strong {
  color: #1e293b;
  font-size: 18px;
  line-height: 1.08;
}

.dd-time-punch__ring em {
  color: #ef4444;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.dd-time-punch__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 7px;
}

.dd-time-punch__actions button {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: #28699f;
  box-shadow: 0 5px 12px rgba(24, 81, 128, 0.17);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.2s ease;
}

.dd-time-punch__actions button:hover {
  box-shadow: 0 7px 15px rgba(24, 81, 128, 0.24);
  transform: translateY(-1px);
}

.dd-time-punch__actions button:active {
  transform: scale(0.98);
}

.dd-time-punch__actions button:focus-visible {
  outline: 3px solid rgba(47, 125, 234, 0.3);
  outline-offset: 2px;
}

.dd-time-punch__actions .is-stop {
  background: #f06473;
  box-shadow: 0 5px 12px rgba(224, 67, 87, 0.18);
}

.dd-time-punch__actions .is-start {
  grid-column: 1/-1;
  background: #20aa62;
  box-shadow: 0 5px 12px rgba(23, 154, 86, 0.2);
}

.dd-time-punch__actions button[hidden] {
  display: none;
}

.dd-time-punch__announcer {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.dd-time-employee-demo[data-state=paused] .dd-time-punch__card {
  border-color: #fed7aa;
  background: #fff7ed;
}

.dd-time-employee-demo[data-state=paused] .dd-time-punch__status > i {
  background: #f97316;
}

.dd-time-employee-demo[data-state=paused] .dd-time-punch__status strong {
  color: #dc650c;
}

.dd-time-employee-demo[data-state=paused] .dd-time-punch__ring {
  --punch-ring: conic-gradient(#f97316 0 72%, #ef4444 72% 82%, #e2e8f0 82% 100%);
}

.dd-time-employee-demo[data-state=paused] .dd-time-punch__actions button:first-child {
  background: #18a963;
}

.dd-time-employee-demo[data-state=stopped] .dd-time-punch__card {
  border-color: #bbebcf;
  background: #f1fbf5;
}

.dd-time-employee-demo[data-state=stopped] .dd-time-punch__status > i {
  background: #22b965;
}

.dd-time-employee-demo[data-state=stopped] .dd-time-punch__status > i::before {
  animation: none;
}

.dd-time-employee-demo[data-state=stopped] .dd-time-punch__status strong {
  color: #15834a;
}

.dd-time-employee-demo[data-state=stopped] .dd-time-punch__ring {
  --punch-ring: conic-gradient(#22b965 0 95.5%, #e2e8f0 95.5% 100%);
}

.dd-time-employee-demo[data-state=stopped] .dd-time-punch__ring em {
  color: #e14a50;
}

.dd-time-hours {
  padding: 14px 15px 16px;
}

.dd-time-hours__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dd-time-hours__head > div:first-child > span {
  width: 35px;
  height: 35px;
  font-size: 13px;
}

.dd-time-hours__head strong {
  color: #215d94;
  font-size: 14px;
  line-height: 1.2;
}

.dd-time-hours__head small {
  margin-top: 2px;
  color: #8b9caf;
  font-size: 8px;
}

.dd-time-hours__tabs {
  display: flex;
  gap: 4px;
}

.dd-time-hours__tabs button {
  padding: 5px 9px;
  border: 1px solid #e0e7ee;
  border-radius: 13px;
  color: #65778a;
  background: #f4f6f9;
  font-size: 8px;
  font-weight: 650;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.dd-time-hours__tabs button.is-active {
  color: #fff;
  border-color: #245f96;
  background: #245f96;
}

.dd-time-hours__tabs button:focus-visible {
  outline: 3px solid rgba(47, 125, 234, 0.25);
  outline-offset: 2px;
}

.dd-time-hours__kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 15px 0 13px;
}

.dd-time-hours__kpis > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 3px 8px;
  border-right: 1px solid #e5ebf1;
}

.dd-time-hours__kpis > div:last-child {
  border-right: 0;
}

.dd-time-hours__kpis small {
  color: #687a8d;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.dd-time-hours__kpis strong {
  color: #285b90;
  font-size: 14px;
  line-height: 1.25;
}

.dd-time-hours__kpis .is-negative strong {
  color: #ed4450;
}

.dd-time-hours__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
}

.dd-time-hours__days.is-month {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dd-time-hours__days.is-year {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dd-time-hours__days > div {
  display: flex;
  min-width: 0;
  min-height: 64px;
  align-items: center;
  flex-direction: column;
  padding: 8px 4px 6px;
  border: 1px solid #e2e8ef;
  border-radius: 7px;
  background: #f9fbfd;
}

.dd-time-hours__days > div.is-today {
  border-color: #a9c7ea;
  background: #eef5fd;
  box-shadow: inset 0 0 0 1px #d1e1f2;
}

.dd-time-hours__days > div.is-current {
  border-color: #a9c7ea;
  background: #eef5fd;
  box-shadow: inset 0 0 0 1px #d1e1f2;
}

.dd-time-hours__days > div.is-future {
  opacity: 0.67;
}

.dd-time-hours__days strong {
  color: #51677e;
  font-size: 7px;
  text-transform: uppercase;
  white-space: nowrap;
}

.dd-time-hours__days small {
  margin: 3px 0;
  overflow: hidden;
  color: #8998a8;
  font-size: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-time-hours__days b {
  color: #24557e;
  font-size: 12.88px;
  line-height: 1.25;
  font-weight: 800;
}

.dd-time-hours__days > div > i {
  width: 100%;
  height: 3px;
  margin-top: auto;
  overflow: hidden;
  border-radius: 4px;
  background: #e2e8f0;
}

.dd-time-hours__days > div > i > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #22c55e;
}

.dd-time-hours__days > div > i > span.is-behind {
  background: #ef535a;
}

.dd-time-hours__weeks {
  margin-top: 15px;
}

.dd-time-hours__weeks-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 4px 6px;
  border-bottom: 1px solid #dce5ee;
}

.dd-time-hours__weeks-head > strong {
  color: #255d96;
  font-size: 8px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.dd-time-hours__weeks-head > span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #74879a;
  font-size: 7px;
}

.dd-time-hours__weeks-head i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  border-radius: 2px;
  background: #275b92;
}

.dd-time-hours__weeks-head i:nth-of-type(2) {
  background: #22c55e;
}

#dd-time-employee-weeks-chart {
  width: 100%;
  height: 180px;
}

@media (prefers-reduced-motion: reduce) {
  .dd-time-punch__status > i::before {
    animation: none;
  }
}
@media (max-width: 1180px) {
  .dd-time-audience--employee .dd-time-audience__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
    gap: 42px;
  }
  .dd-time-punch__detail {
    padding-inline: 14px;
  }
  .dd-time-punch__entries > div {
    grid-template-columns: 16px minmax(92px, 1fr) auto 9px auto;
    gap: 4px;
  }
  .dd-time-hours {
    padding-inline: 12px;
  }
}
@media (max-width: 1020px) {
  .dd-time-audience--employee .dd-time-audience__inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .dd-time-audience--employee .dd-time-audience__content {
    order: 1;
  }
  .dd-time-employee-demo-figure {
    order: 2;
    width: min(100%, 850px);
    margin-inline: auto;
  }
}
@media (max-width: 620px) {
  .dd-time-employee-demo {
    border-radius: 17px;
  }
  .dd-time-employee-demo__toolbar {
    padding-inline: 11px;
  }
  .dd-time-employee-demo__toolbar > em {
    display: none;
  }
  .dd-time-employee-demo__body {
    padding: 8px;
  }
  .dd-time-punch__detail {
    gap: 9px;
    padding: 13px 10px;
  }
  .dd-time-punch__right {
    width: 102px;
  }
  .dd-time-punch__ring {
    width: 82px;
    height: 82px;
  }
  .dd-time-punch__ring > div {
    width: 66px;
    height: 66px;
  }
  .dd-time-punch__ring strong {
    font-size: 15px;
  }
  .dd-time-punch__entries > div {
    grid-template-columns: 15px minmax(75px, 1fr) auto 8px auto;
    font-size: 8px;
  }
  .dd-time-punch__entries i {
    font-size: 9px;
  }
  .dd-time-punch__schedule {
    font-size: 7px;
  }
  .dd-time-hours {
    padding: 12px 9px 14px;
  }
  .dd-time-hours__head {
    align-items: flex-start;
  }
  .dd-time-hours__tabs {
    margin-top: 3px;
  }
  .dd-time-hours__tabs button {
    padding: 4px 6px;
    font-size: 7px;
  }
  .dd-time-hours__days,
  .dd-time-hours__days.is-month,
  .dd-time-hours__days.is-year {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .dd-time-hours__days > div {
    min-height: 68px;
  }
  .dd-time-hours__days strong {
    font-size: 7px;
  }
  .dd-time-hours__days small {
    font-size: 6px;
  }
  #dd-time-employee-weeks-chart {
    height: 170px;
  }
}
@media (max-width: 390px) {
  .dd-time-punch__detail {
    grid-template-columns: 1fr;
  }
  .dd-time-punch__right {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .dd-time-punch__ring {
    margin-top: 0;
  }
  .dd-time-punch__entries > div {
    grid-template-columns: 15px minmax(96px, 1fr) auto 8px auto;
    font-size: 9px;
  }
  .dd-time-punch__actions button {
    min-height: 42px;
  }
  .dd-time-hours__head {
    align-items: stretch;
    flex-direction: column;
  }
  .dd-time-hours__tabs {
    width: 100%;
  }
  .dd-time-hours__tabs button {
    flex: 1;
  }
  .dd-time-hours__days,
  .dd-time-hours__days.is-month,
  .dd-time-hours__days.is-year {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Control de fichajes: réplica adaptada de la vista mensual de empresa. */
.dd-time-product--roster {
  overflow: hidden;
  padding-bottom: 138px;
}

.dd-time-product--roster .dd-time-product__stage {
  min-height: 0;
  margin: 66px 0 0;
  padding: 34px 0 0;
}

.dd-time-product--roster .dd-time-product__stage::before {
  inset: 0 -5% -34px;
  border-radius: 42px;
  background: radial-gradient(circle at 86% 8%, rgba(52, 128, 234, 0.2), transparent 28%), radial-gradient(circle at 10% 92%, rgba(46, 201, 143, 0.13), transparent 25%), linear-gradient(145deg, #e9f2ff, #f8fbff);
}

.dd-time-roster {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #cddbed;
  border-radius: 22px;
  color: #53687f;
  background: #f4f7fa;
  box-shadow: 0 34px 80px rgba(34, 68, 111, 0.2);
}

.dd-time-roster__appbar {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 9px 16px 9px 20px;
  border-bottom: 1px solid #e1e8f0;
  background: rgba(255, 255, 255, 0.98);
}

.dd-time-roster__brand,
.dd-time-roster__controls,
.dd-time-roster__controls > span,
.dd-time-roster__person,
.dd-time-roster__period,
.dd-time-roster__footer {
  display: flex;
  align-items: center;
}

.dd-time-roster__brand {
  flex: 0 0 auto;
  gap: 9px;
}

.dd-time-roster__brand > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #225a91;
  font-size: 14px;
}

.dd-time-roster__brand p,
.dd-time-roster__alert p {
  margin: 0;
}

.dd-time-roster__brand strong,
.dd-time-roster__brand small,
.dd-time-roster__alert strong,
.dd-time-roster__alert small {
  display: block;
}

.dd-time-roster__brand strong {
  color: #164d82;
  font-size: 12px;
  line-height: 1.2;
}

.dd-time-roster__brand small {
  margin-top: 2px;
  color: #8797a8;
  font-size: 8px;
}

.dd-time-roster__controls {
  min-width: 0;
  justify-content: flex-end;
  gap: 7px;
}

.dd-time-roster__controls > span {
  min-width: 126px;
  min-height: 42px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 5px 9px;
  border: 1px solid #d7e0ea;
  border-radius: 6px;
  background: #fff;
}

.dd-time-roster__controls > span:nth-child(2) {
  min-width: 155px;
}

.dd-time-roster__controls small {
  color: #71869a;
  font-size: 7px;
  line-height: 1;
}

.dd-time-roster__controls strong {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 3px;
  color: #4d6176;
  font-size: 9px;
  font-weight: 650;
  white-space: nowrap;
}

.dd-time-roster__controls b,
.dd-time-roster__period b,
.dd-time-roster__period span,
.dd-time-roster__period strong {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 12px;
  border-radius: 6px;
  color: #fff;
  background: #245d94;
  font-size: 8px;
  font-weight: 750;
  white-space: nowrap;
}

.dd-time-roster__controls b.is-lock {
  background: #174b7d;
}

.dd-time-roster__alert {
  display: grid;
  min-height: 62px;
  align-items: center;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 10px;
  margin: 8px;
  padding: 8px 10px 8px 13px;
  border: 1px solid #f5dfa5;
  border-radius: 9px;
  background: #fff3d5;
}

.dd-time-roster__alert > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #ffb100;
  font-size: 11px;
}

.dd-time-roster__alert strong {
  color: #bf8200;
  font-size: 9px;
}

.dd-time-roster__alert small {
  margin-top: 2px;
  color: #9e7620;
  font-size: 8px;
}

.dd-time-roster__alert > b {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
  border-radius: 6px;
  color: #fff;
  background: #ffae00;
  box-shadow: 0 5px 12px rgba(255, 174, 0, 0.22);
  font-size: 8px;
  white-space: nowrap;
}

.dd-time-roster__toolbar {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 0 8px 7px;
}

.dd-time-roster__legend {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 5px;
}

.dd-time-roster__legend span {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  gap: 5px;
  padding: 0 7px;
  border: 1px solid #e0e6ed;
  border-radius: 99px;
  color: #6d7c8d;
  background: #fff;
  box-shadow: 0 2px 5px rgba(44, 67, 91, 0.07);
  font-size: 6.5px;
  white-space: nowrap;
}

.dd-time-roster__legend i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.dd-time-roster__legend .is-final {
  background: #0d9488;
}

.dd-time-roster__legend .is-not-started {
  background: #ff9292;
}

.dd-time-roster__legend .is-live {
  background: #3672de;
}

.dd-time-roster__legend .is-holiday {
  background: #c047de;
}

.dd-time-roster__legend .is-vacation {
  background: #1a6374;
}

.dd-time-roster__legend .is-absence {
  background: #7c3aed;
}

.dd-time-roster__legend .is-sick {
  background: #dc2626;
}

.dd-time-roster__legend .is-incident {
  border: 1px solid #d97706;
  background: rgba(253, 224, 71, 0.35);
}

.dd-time-roster__legend .is-free {
  background: #0891b2;
}

.dd-time-roster__period {
  justify-content: flex-end;
  gap: 4px;
}

.dd-time-roster__period b {
  padding-inline: 10px;
}

.dd-time-roster__period span {
  width: 31px;
  padding: 0;
}

.dd-time-roster__period strong {
  min-width: 87px;
}

.dd-time-roster__table-wrap {
  position: relative;
  overflow-x: auto;
  border-top: 1px solid #dce5ee;
  border-bottom: 1px solid #dce5ee;
  outline: 0;
  scrollbar-color: #8aa9c8 #e6edf4;
  scrollbar-width: thin;
}

.dd-time-roster__table-wrap:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(36, 93, 148, 0.28);
}

.dd-time-roster__table {
  width: 100%;
  min-width: 1120px;
  margin: 0;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  background: #fff;
}

.dd-time-roster__table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.dd-time-roster__table th,
.dd-time-roster__table td {
  border-right: 1px solid #dce5ea;
  border-bottom: 1px solid #dce5ea;
}

.dd-time-roster__table tr:last-child > * {
  border-bottom: 0;
}

.dd-time-roster__table tr > *:last-child {
  border-right: 0;
}

.dd-time-roster__table thead th {
  height: 52px;
  padding: 5px;
  color: #fff;
  background: #2a6299;
  font-size: 8px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.dd-time-roster__table thead th > small,
.dd-time-roster__table thead th > strong {
  display: block;
  color: #fff;
}

.dd-time-roster__table thead th > small {
  margin-bottom: 3px;
  font-size: 6px;
  font-weight: 700;
}

.dd-time-roster__table thead th > strong {
  font-size: 9px;
}

.dd-time-roster__table thead th.is-weekend {
  background: #3c6d9f;
}

.dd-time-roster__table thead th.is-today {
  box-shadow: inset 0 -4px #52c594;
}

.dd-time-roster__table .dd-time-roster__worker-head,
.dd-time-roster__table .dd-time-roster__worker {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 230px;
  text-align: left;
}

.dd-time-roster__table .dd-time-roster__worker-head {
  z-index: 4;
  padding: 5px 8px;
  background: #245b91;
}

.dd-time-roster__worker-head > span {
  display: block;
  margin-bottom: 4px;
  font-size: 7px;
  letter-spacing: 0.05em;
}

.dd-time-roster__worker-head > small {
  display: flex !important;
  min-height: 23px;
  align-items: center;
  gap: 6px;
  margin: 0 !important;
  padding: 0 7px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.76) !important;
  background: rgba(255, 255, 255, 0.12);
  font-size: 6.5px !important;
  font-weight: 500 !important;
  text-transform: none;
}

.dd-time-roster__total-head,
.dd-time-roster__total {
  width: 106px;
}

.dd-time-roster__table tbody tr {
  height: 73px;
}

.dd-time-roster__worker {
  padding: 7px 9px;
  background: #fff;
  box-shadow: 7px 0 13px rgba(34, 72, 108, 0.05);
}

.dd-time-roster__person {
  min-width: 0;
  gap: 8px;
}

.dd-time-roster__avatar {
  display: grid;
  width: 37px;
  height: 37px;
  flex: 0 0 auto;
  overflow: hidden;
  place-items: center;
  border: 2px solid #dce6f0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #446e9c, #244a75);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.dd-time-roster__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dd-time-roster__avatar.is-blue {
  background: linear-gradient(145deg, #4389d8, #235b9c);
}

.dd-time-roster__avatar.is-mint {
  background: linear-gradient(145deg, #42c89a, #18886d);
}

.dd-time-roster__avatar.is-orange {
  background: linear-gradient(145deg, #ffab57, #d56f1f);
}

.dd-time-roster__avatar.is-violet {
  background: linear-gradient(145deg, #9c77ed, #6946bb);
}

.dd-time-roster__avatar.is-coral {
  background: linear-gradient(145deg, #fa7f79, #c64e50);
}

.dd-time-roster__avatar.is-teal {
  background: linear-gradient(145deg, #33b8c7, #157987);
}

.dd-time-roster__avatar.is-gold {
  background: linear-gradient(145deg, #e9b941, #b27d12);
}

.dd-time-roster__person > span:nth-child(2) {
  display: block;
  min-width: 0;
  flex: 1;
}

.dd-time-roster__person > span > strong,
.dd-time-roster__person > span > small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-time-roster__person > span > strong {
  color: #38566f;
  font-size: 9px;
  text-transform: uppercase;
}

.dd-time-roster__person > span > small {
  margin: 1px 0 3px;
  color: #8795a4;
  font-size: 6.5px;
  font-weight: 600;
}

.dd-time-roster__person > span > i {
  display: flex;
  gap: 3px;
  font-style: normal;
}

.dd-time-roster__person > span > i b {
  padding: 1px 4px;
  border: 1px solid #ef7777;
  border-radius: 3px;
  color: #df5656;
  font-size: 5.5px;
  font-weight: 700;
  white-space: nowrap;
}

.dd-time-roster__person > i {
  color: #2c679e;
  font-size: 14px;
}

.dd-time-roster__table tbody td {
  position: relative;
  height: 73px;
  padding: 8px 4px 5px;
  color: #617589;
  background: #edf8f7;
  font-size: 6px;
  line-height: 1.15;
  text-align: center;
  vertical-align: middle;
}

.dd-time-roster__table tbody td > i {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #29a99c;
  font-size: 8px;
}

.dd-time-roster__table tbody td > small,
.dd-time-roster__table tbody td > strong,
.dd-time-roster__table tbody td > b,
.dd-time-roster__table tbody td > time {
  display: block;
}

.dd-time-roster__table tbody td > small {
  color: #6e8597;
  font-size: 7px;
  font-weight: 650;
}

.dd-time-roster__table tbody td > strong {
  margin: 2px 0;
  color: #28465f;
  font-size: 12px;
}

.dd-time-roster__table tbody td > b {
  color: #12a274;
  font-size: 7px;
}

.dd-time-roster__table tbody td > time {
  margin-top: 2px;
  color: #77909c;
  font-size: 6px;
}

.dd-time-roster__table tbody td.is-live {
  background: #e7f0ff;
  box-shadow: inset 0 0 0 1px rgba(54, 114, 222, 0.28);
}

.dd-time-roster__table tbody td.is-live > i {
  color: #3672de;
}

.dd-time-roster__table tbody td.is-incident {
  background: #fff7d9;
  box-shadow: inset 0 0 0 1px rgba(217, 119, 6, 0.46);
}

.dd-time-roster__table tbody td.is-incident > i {
  color: #c47a08;
}

.dd-time-roster__table tbody td.is-incident > b {
  color: #cf5f34;
}

.dd-time-roster__table tbody td.is-free {
  background: #e9f8fb;
}

.dd-time-roster__table tbody td.is-free > i {
  color: #0891b2;
}

.dd-time-roster__table tbody td.is-not-started {
  color: #f18e95;
  background: #fff1f2;
}

.dd-time-roster__table tbody td.is-not-started > i {
  color: #f49ba1;
}

.dd-time-roster__table tbody td.is-vacation {
  color: #1a6374;
  background: #e6f1f3;
}

.dd-time-roster__table tbody td.is-vacation > i {
  color: #1a6374;
}

.dd-time-roster__table tbody td.is-absence {
  color: #6e3dcc;
  background: #f1eaff;
}

.dd-time-roster__table tbody td.is-absence > i {
  color: #7c3aed;
}

.dd-time-roster__table tbody td.is-sick {
  color: #bb3434;
  background: #ffebeb;
}

.dd-time-roster__table tbody td.is-sick > i {
  color: #dc2626;
}

.dd-time-roster__table tbody td.is-holiday {
  color: #a536bd;
  background: #f9eaff;
}

.dd-time-roster__table tbody td.is-holiday > i {
  color: #c047de;
}

.dd-time-roster__table tbody td.has-records {
  z-index: 1;
  cursor: help;
  outline: 0;
}

.dd-time-roster__table tbody td.has-records:hover,
.dd-time-roster__table tbody td.has-records:focus {
  z-index: 30;
  box-shadow: inset 0 0 0 2px rgba(36, 93, 148, 0.42);
}

.dd-time-roster__table tbody td.has-records:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(36, 93, 148, 0.58);
}

.dd-time-roster__tooltip {
  position: absolute;
  z-index: 100;
  top: calc(100% - 7px);
  left: 50%;
  width: 218px;
  overflow: visible;
  border: 1px solid #d9e3ed;
  border-radius: 10px;
  color: #51677c;
  background: #fff;
  box-shadow: 0 16px 38px rgba(22, 55, 86, 0.24);
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translate(-50%, 7px) scale(0.97);
  transform-origin: top center;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
}

.dd-time-roster__tooltip::before {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 1px solid #d9e3ed;
  border-left: 1px solid #d9e3ed;
  background: #245d94;
  transform: translateX(-50%) rotate(45deg);
}

.dd-time-roster__table tbody tr:nth-last-child(-n+3) .dd-time-roster__tooltip {
  top: auto;
  bottom: calc(100% - 7px);
  transform: translate(-50%, -7px) scale(0.97);
  transform-origin: bottom center;
}

.dd-time-roster__table tbody tr:nth-last-child(-n+3) .dd-time-roster__tooltip::before {
  top: auto;
  bottom: -5px;
  border: 0;
  border-right: 1px solid #d9e3ed;
  border-bottom: 1px solid #d9e3ed;
  background: #fff;
}

.dd-time-roster__table tbody td.has-records:hover .dd-time-roster__tooltip,
.dd-time-roster__table tbody td.has-records:focus .dd-time-roster__tooltip {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  visibility: visible;
}

.dd-time-roster__tooltip header {
  position: relative;
  z-index: 1;
  padding: 9px 11px;
  border-radius: 9px 9px 0 0;
  background: linear-gradient(135deg, #245d94, #3278b7);
}

.dd-time-roster__tooltip header span,
.dd-time-roster__tooltip header strong {
  display: block;
  overflow: hidden;
  color: #fff;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-time-roster__tooltip header span {
  margin-bottom: 3px;
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 0.02em;
  opacity: 0.78;
  text-transform: uppercase;
}

.dd-time-roster__tooltip header strong {
  font-size: 10px;
}

.dd-time-roster__tooltip-body {
  padding: 9px 11px 7px;
}

.dd-time-roster__tooltip-body > small {
  display: block;
  margin-bottom: 5px;
  color: #8a9aaa;
  font-size: 6.5px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.dd-time-roster__tooltip-body p {
  display: grid;
  min-height: 26px;
  align-items: center;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 6px;
  margin: 0;
  border-bottom: 1px solid #edf1f5;
}

.dd-time-roster__tooltip-body p:last-child {
  border-bottom: 0;
}

.dd-time-roster__tooltip-body p > i {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 5px;
  color: #245d94;
  background: rgba(36, 93, 148, 0.12);
  font-size: 8px;
}

.dd-time-roster__tooltip-body p.is-break > i {
  color: #df8615;
  background: rgba(245, 158, 11, 0.15);
}

.dd-time-roster__tooltip-body p > span {
  color: #50667b;
  font-size: 7.5px;
  font-weight: 700;
}

.dd-time-roster__tooltip-body p > time {
  margin: 0;
  color: #2d455c;
  font-size: 7.5px;
  font-weight: 750;
}

.dd-time-roster__tooltip footer {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 10px;
  padding: 8px 11px 9px;
  border-top: 1px solid #e5ebf1;
  border-radius: 0 0 9px 9px;
  background: #f7f9fc;
}

.dd-time-roster__tooltip footer > span {
  color: #6e8092;
  font-size: 7px;
  font-weight: 700;
}

.dd-time-roster__tooltip footer > strong {
  font-size: 11px;
}

.dd-time-roster__tooltip footer > strong.is-positive {
  color: #12a274;
}

.dd-time-roster__tooltip footer > strong.is-negative {
  color: #e04c55;
}

.dd-time-roster__tooltip footer > small {
  display: block;
  grid-column: 1/-1;
  color: #c47a08;
  font-size: 6.5px;
  font-weight: 750;
}

.dd-time-roster__state-label {
  max-width: 64px;
  margin: 8px auto 0 !important;
  color: currentColor !important;
  font-size: 8.8px !important;
  line-height: 1.2;
}

.dd-time-roster__table tbody td.dd-time-roster__total {
  padding: 7px 5px;
  background: #f8fafc;
}

.dd-time-roster__total > small {
  color: #6a7e91 !important;
}

.dd-time-roster__total > strong {
  color: #263f58 !important;
}

.dd-time-roster__total > b.is-negative {
  color: #e0424c !important;
}

.dd-time-roster__total > b.is-positive {
  color: #13a274 !important;
}

.dd-time-roster__total > em {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 4px;
  color: #1b9b72;
  font-size: 5.5px;
  font-style: normal;
  font-weight: 750;
}

.dd-time-roster__total > em.is-pending {
  color: #e24d56;
}

.dd-time-roster__footer {
  min-height: 40px;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 14px;
  color: #718396;
  background: #fff;
  font-size: 7px;
}

.dd-time-roster__footer span,
.dd-time-roster__footer b {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.dd-time-roster__footer span {
  color: #245b91;
  font-weight: 800;
}

.dd-time-roster__footer b {
  color: #61788e;
}

.dd-time-roster__scroll-hint {
  display: none !important;
}

@media (max-width: 1180px) {
  .dd-time-roster__appbar {
    align-items: flex-start;
  }
  .dd-time-roster__controls {
    flex-wrap: wrap;
  }
  .dd-time-roster__controls > span {
    min-width: 115px;
  }
  .dd-time-roster__controls > span:nth-child(2) {
    min-width: 135px;
  }
  .dd-time-roster__controls b.is-lock {
    display: none;
  }
  .dd-time-roster__toolbar {
    grid-template-columns: 1fr;
  }
  .dd-time-roster__period {
    justify-content: flex-start;
  }
}
@media (max-width: 760px) {
  .dd-time-product--roster {
    padding-block: 78px 98px;
  }
  .dd-time-product--roster .dd-time-product__stage {
    margin-top: 38px;
    padding-top: 18px;
  }
  .dd-time-product--roster .dd-time-product__stage::before {
    inset: 0 -28px -24px;
    border-radius: 30px;
  }
  .dd-time-roster {
    border-radius: 17px;
  }
  .dd-time-roster__appbar {
    min-height: 60px;
    padding: 10px 12px;
  }
  .dd-time-roster__controls > span:nth-child(2),
  .dd-time-roster__controls b {
    display: none;
  }
  .dd-time-roster__controls > span {
    min-width: 100px;
    min-height: 38px;
  }
  .dd-time-roster__alert {
    grid-template-columns: 27px 1fr;
    margin: 6px;
  }
  .dd-time-roster__alert > b {
    display: none;
  }
  .dd-time-roster__toolbar {
    padding: 0 6px 6px;
  }
  .dd-time-roster__legend {
    flex-wrap: nowrap;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, #000 86%, transparent);
            mask-image: linear-gradient(90deg, #000 86%, transparent);
  }
  .dd-time-roster__period b {
    display: none;
  }
  .dd-time-roster__table {
    min-width: 980px;
  }
  .dd-time-roster__table .dd-time-roster__worker-head,
  .dd-time-roster__table .dd-time-roster__worker {
    width: 178px;
  }
  .dd-time-roster__person > span > i b:last-child {
    display: none;
  }
  .dd-time-roster__footer {
    justify-content: flex-start;
  }
  .dd-time-roster__footer small {
    display: none;
  }
  .dd-time-roster__footer b {
    margin-left: auto;
  }
  .dd-time-roster__hover-hint {
    display: none !important;
  }
  .dd-time-roster__scroll-hint {
    display: inline-flex !important;
  }
  .dd-time-roster__tooltip {
    width: 202px;
  }
}
@media (max-width: 420px) {
  .dd-time-roster__brand strong {
    font-size: 10px;
  }
  .dd-time-roster__brand small {
    font-size: 7px;
  }
  .dd-time-roster__controls > span {
    min-width: 88px;
  }
  .dd-time-roster__controls strong {
    font-size: 8px;
  }
  .dd-time-roster__alert strong {
    font-size: 8px;
  }
  .dd-time-roster__alert small {
    font-size: 7px;
  }
  .dd-time-roster__period strong {
    min-width: 78px;
  }
  .dd-time-roster__table .dd-time-roster__worker-head,
  .dd-time-roster__table .dd-time-roster__worker {
    width: 164px;
  }
  .dd-time-roster__footer {
    padding-inline: 9px;
  }
}
/* Worker holidays: production-inspired calendar and safe request demo */
.dd-time-holiday-demo,
.dd-time-leave-modal {
  --leave-blue: #18558e;
  --leave-blue-bright: #2771bc;
  --leave-ink: #17324d;
  --leave-muted: #71859a;
  --leave-line: #dce5ee;
  --leave-green: #17a66d;
  --leave-purple: #7455d9;
  font-family: "Nunito Sans", "Nunito", sans-serif;
}

.dd-time-holiday-demo {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(180, 205, 230, 0.72);
  border-radius: 24px;
  color: var(--leave-ink);
  background: #fff;
  box-shadow: 0 38px 80px rgba(0, 12, 28, 0.38), 0 8px 24px rgba(0, 16, 36, 0.14);
}

.dd-time-holiday-demo::before {
  position: absolute;
  z-index: 0;
  top: -120px;
  right: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(41, 120, 197, 0.12), transparent 68%);
  content: "";
  pointer-events: none;
}

.dd-time-holiday-demo__bar,
.dd-time-holiday-demo__summary,
.dd-time-holiday-demo__legend {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.dd-time-holiday-demo__bar {
  min-height: 72px;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--leave-line);
  background: linear-gradient(135deg, #fff 0%, #f7fbff 100%);
}

.dd-time-holiday-demo__bar > div,
.dd-time-leave-dialog__head > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.dd-time-holiday-demo__bar > div > span,
.dd-time-leave-dialog__head > div > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(140deg, #1d659f, #17477d);
  box-shadow: 0 8px 18px rgba(27, 85, 137, 0.22);
  font-size: 16px;
}

.dd-time-holiday-demo__bar p,
.dd-time-leave-dialog__head p {
  display: flex;
  min-width: 0;
  flex-direction: column;
  margin: 0;
}

.dd-time-holiday-demo__bar strong {
  color: #154c82;
  font-size: 14px;
  line-height: 1.25;
}

.dd-time-holiday-demo__bar small {
  color: #8798aa;
  font-size: 9px;
  font-weight: 700;
}

.dd-time-holiday-demo__bar > button {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 15px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #2b73b7, #17548d);
  box-shadow: 0 8px 18px rgba(24, 85, 142, 0.23);
  font-family: inherit;
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.dd-time-holiday-demo__bar > button:hover,
.dd-time-holiday-demo__bar > button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(24, 85, 142, 0.3);
}

.dd-time-holiday-demo__bar > button:focus-visible,
.dd-time-leave-dialog button:focus-visible,
.dd-time-leave-dialog textarea:focus-visible {
  outline: 3px solid rgba(47, 125, 234, 0.27);
  outline-offset: 2px;
}

.dd-time-holiday-demo__summary {
  min-height: 60px;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 18px;
  border-bottom: 1px solid #edf2f7;
  background: #fbfdff;
}

.dd-time-holiday-demo__summary > div {
  display: flex;
  flex-direction: column;
}

.dd-time-holiday-demo__summary > div small {
  color: #8294a6;
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}

.dd-time-holiday-demo__summary > div strong {
  color: #244760;
  font-size: 12px;
}

.dd-time-holiday-demo__summary > div strong i {
  margin-left: 4px;
  color: #8495a7;
  font-size: 7px;
}

.dd-time-holiday-demo__summary > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
}

.dd-time-holiday-demo__summary > p span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  border-radius: 100px;
  color: #16835c;
  background: #e9f8f1;
  font-size: 7px;
  font-weight: 850;
}

.dd-time-holiday-demo__summary > p span:last-child {
  color: #a66b08;
  background: #fff4d9;
}

.dd-time-leave-month {
  padding: 16px 18px 13px;
  background: #fff;
}

.dd-time-leave-month__head {
  display: grid;
  grid-template-columns: 31px 1fr 31px;
  align-items: center;
  margin-bottom: 9px;
}

.dd-time-leave-month__head strong {
  color: #1c405e;
  font-size: 14px;
  text-align: center;
}

.dd-time-leave-month__head strong small {
  color: #7f91a3;
  font-size: 9px;
  font-weight: 750;
}

.dd-time-leave-month__head button,
.dd-time-leave-picker__head button {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  place-items: center;
  border: 1px solid #dce6ef;
  border-radius: 8px;
  color: #62809b;
  background: #f8fbfd;
  font-size: 8px;
}

.dd-time-leave-month__head button:last-child,
.dd-time-leave-picker__head button:last-child {
  justify-self: end;
}

.dd-time-leave-month__head button:disabled,
.dd-time-leave-picker__head button:disabled {
  opacity: 0.62;
}

.dd-time-leave-month__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
}

.dd-time-leave-month__grid .is-weekday {
  padding: 5px 0 7px;
  color: #8a9bad;
  font-size: 7px;
  font-weight: 900;
  text-align: center;
}

.dd-time-leave-day,
.dd-time-leave-month__grid > .is-empty {
  min-height: 57px;
}

.dd-time-leave-day {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin: 0;
  border: 1px solid #e6edf3;
  border-radius: 9px;
  color: #43596d;
  background: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.dd-time-leave-day > span {
  line-height: 1;
}

.dd-time-leave-day > small {
  display: flex;
  max-width: calc(100% - 5px);
  align-items: center;
  gap: 2px;
  overflow: hidden;
  font-size: 7.8px;
  font-weight: 600;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-time-leave-day > small i {
  font-size: 10px;
  font-style: normal;
}

.dd-time-leave-day > b {
  position: absolute;
  top: 3px;
  right: 4px;
  color: #159563;
  font-size: 10px;
}

.dd-time-leave-day.is-weekend {
  color: #9caab7;
  border-color: #edf1f4;
  background: #f2f5f8;
}

.dd-time-leave-day.is-national {
  color: #b13c5f;
  border-color: #efbfd0;
  background: linear-gradient(145deg, #fff3f7, #fce3eb);
}

.dd-time-leave-day.is-previous {
  color: #127353;
  border-color: #a9dfcd;
  background: linear-gradient(145deg, #f1fcf7, #dcf5eb);
}

.dd-time-holiday-demo__legend {
  min-height: 58px;
  flex-wrap: wrap;
  gap: 7px 13px;
  padding: 11px 18px 13px;
  border-top: 1px solid #e7edf3;
  color: #6f8193;
  background: #f8fafc;
}

.dd-time-holiday-demo__legend > span,
.dd-time-holiday-demo__legend > small {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 6.5px;
  font-weight: 750;
}

.dd-time-holiday-demo__legend > span > i {
  display: grid;
  width: 8px;
  height: 8px;
  place-items: center;
  border-radius: 3px;
}

.dd-time-holiday-demo__legend i.is-national {
  background: #e89ab6;
}

.dd-time-holiday-demo__legend i.is-previous {
  background: #7bd2b3;
}

.dd-time-holiday-demo__legend i.is-approved {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  color: #fff;
  background: #1ba971;
  font-size: 6px;
}

.dd-time-holiday-demo__legend > small {
  margin-left: auto;
  color: #58728b;
}

body.dd-time-leave-modal-open {
  overflow: hidden;
}

.dd-time-leave-modal[hidden],
.dd-time-leave-dialog [hidden] {
  display: none !important;
}

.dd-time-leave-modal {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  padding: 20px;
  place-items: center;
}

.dd-time-leave-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(3, 18, 35, 0.77);
  backdrop-filter: blur(7px);
  cursor: default;
}

.dd-time-leave-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  width: min(100%, 850px);
  max-height: calc(100vh - 40px);
  flex-direction: column;
  border: 1px solid rgba(209, 224, 237, 0.94);
  border-radius: 22px;
  color: var(--leave-ink);
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 10, 24, 0.52);
  transform: translateY(12px) scale(0.985);
  opacity: 0;
  transition: transform 190ms ease, opacity 190ms ease;
}

.dd-time-leave-modal.is-open .dd-time-leave-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.dd-time-leave-dialog__head {
  display: flex;
  min-height: 71px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 13px 18px;
  border-bottom: 1px solid #e4ebf2;
  background: linear-gradient(135deg, #fff 0%, #f7fbff 100%);
}

.dd-time-leave-dialog__head strong {
  color: #174d7e;
  font-size: 15px;
}

.dd-time-leave-dialog__head small {
  color: #8293a5;
  font-size: 9px;
  font-weight: 700;
}

.dd-time-leave-dialog__head > button {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  padding: 0;
  place-items: center;
  border: 1px solid #dce5ed;
  border-radius: 10px;
  color: #5e7388;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
}

.dd-time-leave-dialog__progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex: 0 0 auto;
  padding: 0 20px;
  border-bottom: 1px solid #e5ebf1;
  background: #fbfcfe;
}

.dd-time-leave-dialog__progress span {
  position: relative;
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #8b9aab;
  font-size: 8px;
  font-weight: 850;
}

.dd-time-leave-dialog__progress span::after {
  position: absolute;
  right: 50%;
  bottom: -1px;
  left: 50%;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--leave-blue-bright);
  content: "";
  transition: right 180ms ease, left 180ms ease;
}

.dd-time-leave-dialog__progress span.is-active {
  color: var(--leave-blue);
}

.dd-time-leave-dialog__progress span.is-active::after {
  right: 12%;
  left: 12%;
}

.dd-time-leave-dialog__progress span.is-complete {
  color: #169469;
}

.dd-time-leave-dialog__progress i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: inherit;
  background: #eaf0f5;
  font-size: 7px;
  font-style: normal;
}

.dd-time-leave-dialog__progress span.is-active i {
  color: #fff;
  background: var(--leave-blue);
}

.dd-time-leave-dialog__progress span.is-complete i {
  color: #fff;
  background: #18a471;
}

.dd-time-leave-dialog > form {
  overflow-y: auto;
  flex: 1 1 auto;
  overscroll-behavior: contain;
  scrollbar-color: #b7c9da #eef3f7;
  scrollbar-width: thin;
}

.dd-time-leave-dialog > [data-leave-announcer] {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.dd-time-leave-types,
.dd-time-leave-dates,
.dd-time-leave-success {
  padding: 22px;
}

.dd-time-leave-types h3,
.dd-time-leave-success h3 {
  margin: 0 0 4px;
  color: #183d5d;
  font-size: 17px;
  line-height: 1.25;
}

.dd-time-leave-types > p {
  margin: 0 0 17px;
  color: #7e90a3;
  font-size: 10px;
}

.dd-time-leave-types > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.dd-time-leave-types > div > button {
  position: relative;
  display: grid;
  min-height: 96px;
  grid-template-columns: 39px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 2px 10px;
  align-items: center;
  padding: 13px;
  border: 1px solid #dbe5ee;
  border-radius: 13px;
  color: #315069;
  background: #fff;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.dd-time-leave-types > div > button:hover,
.dd-time-leave-types > div > button:focus-visible {
  border-color: #78a9d2;
  box-shadow: 0 9px 22px rgba(30, 83, 130, 0.11);
  transform: translateY(-2px);
}

.dd-time-leave-types > div > button > span {
  display: grid;
  width: 39px;
  height: 39px;
  grid-row: 1/3;
  place-items: center;
  border-radius: 11px;
  background: #eaf3fc;
  font-size: 16px;
}

.dd-time-leave-types > div > button > span.is-personal {
  background: #eeeafd;
}

.dd-time-leave-types > div > button > span.is-absence {
  background: #fff1e6;
}

.dd-time-leave-types > div > button > span.is-medical {
  background: #fce9ee;
}

.dd-time-leave-types > div > button > span.is-hours {
  background: #e9f8f2;
}

.dd-time-leave-types > div > button > span.is-special {
  background: #fff7d9;
}

.dd-time-leave-types > div > button > strong {
  align-self: end;
  color: #26465f;
  font-size: 10px;
  line-height: 1.2;
}

.dd-time-leave-types > div > button > small {
  align-self: start;
  color: #8091a2;
  font-size: 7px;
  line-height: 1.35;
}

.dd-time-leave-types > div > button > small b {
  color: #168a62;
}

.dd-time-leave-types > div > button > i {
  grid-column: 3;
  grid-row: 1/3;
  color: #9cabb8;
  font-size: 8px;
}

.dd-time-leave-dates {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.75fr);
  gap: 12px;
  align-items: start;
}

.dd-time-leave-dates__type {
  display: flex;
  grid-column: 1/-1;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 3px;
}

.dd-time-leave-dates__type > span {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 100px;
  color: #225886;
  background: #e9f2fb;
  font-size: 8px;
  font-weight: 850;
}

.dd-time-leave-dates__type > button {
  padding: 5px;
  border: 0;
  color: #316b9d;
  background: transparent;
  font-family: inherit;
  font-size: 8px;
  font-weight: 850;
  cursor: pointer;
}

.dd-time-leave-picker {
  grid-row: span 3;
  padding: 13px;
  border: 1px solid #dfe7ef;
  border-radius: 14px;
  background: #fff;
}

.dd-time-leave-picker__head {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  margin-bottom: 7px;
}

.dd-time-leave-picker__head strong {
  color: #214761;
  font-size: 12px;
  text-align: center;
}

.dd-time-leave-picker__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.dd-time-leave-picker__grid > span {
  padding: 5px 0;
  color: #8697a7;
  font-size: 6px;
  font-weight: 900;
  text-align: center;
}

.dd-time-leave-picker__grid > button {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 47px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 4px 2px;
  border: 1px dashed #97b9d7;
  border-radius: 8px;
  color: #34546e;
  background: #fafdff;
  font-family: inherit;
  cursor: pointer;
  transition: color 140ms ease, border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.dd-time-leave-picker__grid > button:hover:not(:disabled) {
  border-color: #2873b5;
  background: #edf6ff;
  transform: translateY(-1px);
}

.dd-time-leave-picker__grid > button > strong {
  font-size: 9px;
}

.dd-time-leave-picker__grid > button > small {
  overflow: hidden;
  max-width: 100%;
  color: #8298ab;
  font-size: 4.7px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-time-leave-picker__grid > button.is-today::before {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ef9a16;
  content: "";
}

.dd-time-leave-picker__grid > button:disabled {
  border-style: solid;
  border-color: #edf1f4;
  color: #acb7c1;
  background: #f1f4f6;
  cursor: not-allowed;
}

.dd-time-leave-picker__grid > button:disabled small {
  display: none;
}

.dd-time-leave-picker__grid > button.is-selected {
  border-style: solid;
  border-color: #2e74b4;
  color: #fff;
  background: linear-gradient(145deg, #317abe, #1c578e);
  box-shadow: 0 6px 13px rgba(26, 83, 137, 0.2);
}

[data-leave-type-selected=personal] .dd-time-leave-picker__grid > button.is-selected {
  border-color: #7155ce;
  background: linear-gradient(145deg, #8568df, #6249bd);
}

[data-leave-type-selected=absence] .dd-time-leave-picker__grid > button.is-selected,
[data-leave-type-selected=medical] .dd-time-leave-picker__grid > button.is-selected {
  border-color: #d15b66;
  background: linear-gradient(145deg, #e87979, #bd4758);
}

[data-leave-type-selected=hours] .dd-time-leave-picker__grid > button.is-selected {
  border-color: #19956c;
  background: linear-gradient(145deg, #29b887, #16845e);
}

.dd-time-leave-picker__grid > button.is-selected small {
  color: rgba(255, 255, 255, 0.84);
}

.dd-time-leave-request-summary {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 4px 9px;
  align-items: center;
  padding: 12px;
  border: 1px solid #dce6ee;
  border-radius: 13px;
  background: #f8fbfe;
}

.dd-time-leave-request-summary > span {
  display: grid;
  width: 38px;
  height: 38px;
  grid-row: 1/2;
  place-items: center;
  border-radius: 10px;
  background: #e9f1fa;
  font-size: 15px;
}

.dd-time-leave-request-summary > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.dd-time-leave-request-summary > div strong {
  color: #294b65;
  font-size: 9px;
}

.dd-time-leave-request-summary > div small {
  color: #75899d;
  font-size: 6.5px;
}

.dd-time-leave-request-summary > b {
  padding: 5px 7px;
  border-radius: 100px;
  color: #196b9e;
  background: #e8f3fb;
  font-size: 6px;
  white-space: nowrap;
}

.dd-time-leave-request-summary > p {
  grid-column: 1/-1;
  margin: 4px 0 0;
  padding-top: 8px;
  border-top: 1px solid #e1e8ef;
  color: #61798d;
  font-size: 7px;
  line-height: 1.45;
}

.dd-time-leave-request-summary > p i {
  margin-right: 4px;
  color: #3479b3;
}

.dd-time-leave-observations {
  position: relative;
  display: block;
  margin: 0;
  color: #38546b;
}

.dd-time-leave-observations > span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 5px;
  font-size: 8px;
  font-weight: 850;
}

.dd-time-leave-observations > span small {
  color: #8b9aaa;
  font-size: 5.8px;
  font-weight: 700;
}

.dd-time-leave-observations textarea {
  display: block;
  width: 100%;
  min-height: 67px;
  resize: vertical;
  padding: 9px 10px 20px;
  border: 1px solid #d8e2eb;
  border-radius: 10px;
  color: #314d64;
  background: #fff;
  font-family: inherit;
  font-size: 8px;
  line-height: 1.45;
}

.dd-time-leave-observations > b {
  position: absolute;
  right: 8px;
  bottom: 5px;
  color: #90a0ae;
  font-size: 6px;
}

.dd-time-leave-form-error {
  margin: 0;
  padding: 7px 9px;
  border-radius: 8px;
  color: #b4454d;
  background: #fff0f1;
  font-size: 7px;
  font-weight: 750;
}

.dd-time-leave-dialog__actions {
  display: flex;
  grid-column: 1/-1;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 5px;
}

.dd-time-leave-dialog__actions button,
.dd-time-leave-success > button {
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid #d7e1ea;
  border-radius: 9px;
  color: #5d7387;
  background: #fff;
  font-family: inherit;
  font-size: 8px;
  font-weight: 850;
  cursor: pointer;
}

.dd-time-leave-dialog__actions button[type=submit],
.dd-time-leave-success > button {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, #2a73b6, #17528b);
  box-shadow: 0 7px 16px rgba(24, 81, 136, 0.2);
}

.dd-time-leave-dialog__actions button:disabled {
  color: #a6b3be;
  background: #e8edf2;
  box-shadow: none;
  cursor: not-allowed;
}

.dd-time-leave-success {
  max-width: 570px;
  margin-inline: auto;
  padding-block: 40px;
  text-align: center;
}

.dd-time-leave-success > span {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 12px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #26b982, #159566);
  box-shadow: 0 11px 24px rgba(22, 151, 104, 0.24);
  font-size: 23px;
}

.dd-time-leave-success > small {
  color: #168b63;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dd-time-leave-success > p {
  max-width: 460px;
  margin: 0 auto 17px;
  color: #718599;
  font-size: 9px;
  line-height: 1.6;
}

.dd-time-leave-success > div {
  display: grid;
  max-width: 430px;
  grid-template-columns: 38px 1fr auto;
  gap: 9px;
  align-items: center;
  margin: 0 auto 19px;
  padding: 12px;
  border: 1px solid #dce6ee;
  border-radius: 13px;
  background: #f8fbfd;
  text-align: left;
}

.dd-time-leave-success > div > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: #eaf2fa;
  font-size: 15px;
}

.dd-time-leave-success > div p {
  display: flex;
  min-width: 0;
  flex-direction: column;
  margin: 0;
}

.dd-time-leave-success > div p strong {
  color: #294961;
  font-size: 9px;
}

.dd-time-leave-success > div p small {
  color: #75889b;
  font-size: 7px;
}

.dd-time-leave-success > div > b {
  padding: 6px 8px;
  border-radius: 100px;
  color: #9b690c;
  background: #fff2cf;
  font-size: 6px;
}

@media (max-width: 1020px) {
  .dd-time-holiday-demo {
    width: min(100%, 760px);
    margin-inline: auto;
  }
}
@media (max-width: 720px) {
  .dd-time-leave-modal {
    padding: 10px;
  }
  .dd-time-leave-dialog {
    max-height: calc(100vh - 20px);
    border-radius: 17px;
  }
  .dd-time-leave-types > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dd-time-leave-dates {
    grid-template-columns: 1fr;
  }
  .dd-time-leave-picker {
    grid-row: auto;
  }
  .dd-time-leave-dialog__actions {
    grid-column: auto;
  }
}
@media (max-width: 560px) {
  p.dd-time-kicker {
    font-size: 12.88px;
  }
  .dd-time-section-head--center .dd-time-kicker {
    display: flex;
    flex-direction: column-reverse;
  }
  .dd-time-holidays__inner {
    gap: 40px;
  }
  .dd-time-holiday-demo {
    border-radius: 17px;
  }
  .dd-time-holiday-demo__bar {
    min-height: 64px;
    padding: 11px 12px;
  }
  .dd-time-holiday-demo__bar > div > span {
    width: 35px;
    height: 35px;
    border-radius: 10px;
  }
  .dd-time-holiday-demo__bar strong {
    font-size: 11px;
  }
  .dd-time-holiday-demo__bar > button {
    min-height: 35px;
    padding-inline: 11px;
    font-size: 8px;
  }
  .dd-time-holiday-demo__summary {
    padding-inline: 12px;
  }
  .dd-time-holiday-demo__summary > p span {
    padding: 5px 7px;
    font-size: 6px;
  }
  .dd-time-leave-month {
    padding: 13px 9px 10px;
  }
  .dd-time-leave-month__grid {
    gap: 3px;
  }
  .dd-time-leave-day,
  .dd-time-leave-month__grid > .is-empty {
    min-height: 46px;
  }
  .dd-time-leave-day {
    border-radius: 7px;
    font-size: 11px;
  }
  .dd-time-leave-day > small {
    font-size: 4.5px;
  }
  .dd-time-leave-day > small i {
    display: none;
  }
  .dd-time-holiday-demo__legend {
    gap: 7px 10px;
    padding-inline: 11px;
  }
  .dd-time-holiday-demo__legend > small {
    width: 100%;
    margin-left: 0;
  }
  .dd-time-leave-dialog__head {
    min-height: 62px;
    padding: 10px 12px;
  }
  .dd-time-leave-dialog__head > div > span {
    width: 35px;
    height: 35px;
  }
  .dd-time-leave-dialog__head strong {
    font-size: 12px;
  }
  .dd-time-leave-dialog__progress {
    padding-inline: 8px;
  }
  .dd-time-leave-dialog__progress span {
    min-height: 41px;
    gap: 4px;
    font-size: 7px;
  }
  .dd-time-leave-dialog__progress i {
    width: 18px;
    height: 18px;
  }
  .dd-time-leave-types,
  .dd-time-leave-dates,
  .dd-time-leave-success {
    padding: 15px 12px;
  }
  .dd-time-leave-types h3 {
    font-size: 14px;
  }
  .dd-time-leave-types > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .dd-time-leave-types > div > button {
    min-height: 70px;
    padding: 10px;
  }
  .dd-time-leave-picker {
    padding: 9px 6px;
  }
  .dd-time-leave-picker__grid {
    gap: 2px;
  }
  .dd-time-leave-picker__grid > button {
    min-height: 43px;
    border-radius: 6px;
  }
  .dd-time-leave-picker__grid > button > small {
    font-size: 4px;
  }
  .dd-time-leave-dialog__actions {
    position: sticky;
    bottom: -15px;
    padding: 9px 0 1px;
    background: #fff;
  }
  .dd-time-leave-dialog__actions button {
    flex: 1 1 50%;
  }
}
@media (max-width: 380px) {
  .dd-time-holiday-demo__summary > p span:last-child {
    display: none;
  }
  .dd-time-leave-day,
  .dd-time-leave-month__grid > .is-empty {
    min-height: 42px;
  }
  .dd-time-leave-dialog__progress span {
    font-size: 0;
  }
  .dd-time-leave-dialog__progress i {
    font-size: 7px;
  }
  .dd-time-leave-picker__grid > button {
    min-height: 39px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-time-holiday-demo__bar > button,
  .dd-time-leave-dialog,
  .dd-time-leave-types > div > button,
  .dd-time-leave-picker__grid > button {
    transition: none;
  }
}

/* Mobile section rhythm */
@media (max-width: 47.99rem) {
  .page-template-control-horario .dd-time>.dd-time-hero {
    padding-bottom: 4rem;
  }

  .page-template-control-horario .dd-time>section:not(.dd-time-hero):not(.dd-time-proof):not(.dd-time-cta) {
    padding-block: 4rem;
  }

  .page-template-control-horario .dd-time>.dd-time-cta {
    padding-block: 3.5rem;
  }
}

/*# sourceMappingURL=control-horario.css.map */
