@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/geist-latin.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --lt-ink: #17211d;
  --lt-muted: #5d6b65;
  --lt-line: #d9ddd5;
  --lt-paper: #fbfaf6;
  --lt-soft: #f1f2ec;
  --lt-green: #173f35;
  --lt-green-2: #27685a;
  --lt-clay: #a65340;
  --lt-gold: #ae7b1c;
  --lt-danger: #8a3029;
  font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  background: #eceee9;
  color: var(--lt-ink);
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #d79b2a;
  outline-offset: 3px;
}

button {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.lt-skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  background: #fff;
  color: var(--lt-green);
  transform: translateY(-150%);
}

.lt-skip-link:focus {
  transform: translateY(0);
}

.lt-app {
  position: relative;
  width: min(100%, 560px);
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--lt-paper);
  box-shadow: 0 0 50px rgba(23, 63, 53, 0.09);
}

.lt-header {
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  padding: max(14px, env(safe-area-inset-top)) 24px 10px;
  background: color-mix(in srgb, var(--lt-paper) 95%, transparent);
  border-bottom: 1px solid transparent;
}

.lt-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lt-green);
  font-size: 20px;
  font-weight: 750;
  text-decoration: none;
}

.lt-brand img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.lt-menu-button,
.lt-menu-head button {
  min-width: 48px;
  min-height: 48px;
  border: 0;
  background: transparent;
  color: var(--lt-green);
  cursor: pointer;
}

.lt-menu-button::after {
  content: "";
  display: block;
  width: 30px;
  height: 16px;
  margin: 0 auto;
  border-top: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
}

.lt-menu-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.lt-main {
  height: calc(100dvh - 68px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  padding: 16px 24px calc(104px + env(safe-area-inset-bottom));
}

.lt-main:focus {
  outline: 0;
}

.lt-live {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.lt-view > h1,
.lt-home h1 {
  max-width: 500px;
  margin: 0;
  color: var(--lt-green);
  font-size: clamp(2.05rem, 8.6vw, 3.35rem);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.lt-greeting,
.lt-section-kicker,
.lt-step-kicker {
  margin: 4px 0 16px;
  color: var(--lt-clay);
  font-size: 16px;
  font-weight: 650;
}

.lt-movements {
  position: relative;
  display: grid;
  gap: 0;
  margin: 24px 0 18px;
  padding: 0;
  list-style: none;
}

.lt-movements::before {
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: 17px;
  width: 1px;
  background: #91a69e;
  content: "";
}

.lt-movements li {
  position: relative;
  display: grid;
  min-height: 48px;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 18px;
  color: #56665f;
}

.lt-movements span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #e4e7df;
  color: #4e5d57;
  font-size: 16px;
  font-weight: 550;
}

.lt-movements strong {
  font-size: 18px;
  font-weight: 480;
}

.lt-movements .is-active {
  color: var(--lt-green);
}

.lt-movements .is-active span {
  background: var(--lt-green);
  color: #fff;
}

.lt-movements .is-active strong {
  font-weight: 700;
}

.lt-home-intro,
.lt-step-intro,
.lt-impulses > p,
.lt-journey > p {
  color: var(--lt-ink);
  font-size: 16px;
  line-height: 1.5;
}

.lt-home-intro {
  max-width: 360px;
  margin: 0 0 18px;
}

.lt-home-actions,
.lt-step-actions,
.lt-journey-actions {
  display: grid;
  gap: 12px;
}

.lt-primary,
.lt-secondary,
.lt-danger {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 8px;
  padding: 14px 18px;
  cursor: pointer;
  font-weight: 720;
  font-size: 15px;
}

.lt-primary {
  border: 2px solid var(--lt-green);
  background: var(--lt-green);
  color: #fff;
}

.lt-primary span {
  font-size: 28px;
  line-height: 1;
}

.lt-secondary {
  border: 2px solid var(--lt-green);
  background: transparent;
  color: var(--lt-green);
}

.lt-danger {
  border: 2px solid #c7aaa5;
  background: transparent;
  color: var(--lt-danger);
}

.lt-text-button,
.lt-back,
.lt-daily-quote button {
  min-height: 48px;
  border: 0;
  background: transparent;
  color: var(--lt-green-2);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lt-daily-quote {
  margin: 26px 0 8px;
  padding: 20px 0 6px;
  border-top: 1px solid var(--lt-line);
}

.lt-daily-quote > p {
  margin: 0 0 12px;
  color: var(--lt-clay);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lt-daily-quote h2 {
  margin: 0;
  color: var(--lt-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.35;
}

.lt-daily-quote button {
  margin-top: 8px;
  padding: 0;
}

.lt-bottom-nav {
  position: absolute;
  z-index: 18;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 9px 10px max(10px, env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--lt-paper) 96%, transparent);
  border-top: 1px solid var(--lt-line);
  backdrop-filter: blur(12px);
}

.lt-bottom-nav button {
  position: relative;
  min-height: 54px;
  border: 0;
  background: transparent;
  color: #68726d;
  cursor: pointer;
  font-size: 13px;
}

.lt-bottom-nav button::before {
  position: absolute;
  top: -10px;
  right: 18%;
  left: 18%;
  height: 3px;
  border-radius: 3px;
  background: transparent;
  content: "";
}

.lt-bottom-nav button.is-active {
  color: var(--lt-green);
  font-weight: 750;
}

.lt-bottom-nav button.is-active::before {
  background: var(--lt-green);
}

.lt-menu {
  position: absolute;
  z-index: 40;
  inset: 0;
  overflow-y: auto;
  padding: max(24px, env(safe-area-inset-top)) 24px 32px;
  background: var(--lt-green);
  color: #fff;
}

.lt-menu-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.lt-menu-head strong {
  max-width: 270px;
  font-size: 28px;
  line-height: 1.1;
}

.lt-menu-head button {
  color: #fff;
}

.lt-menu nav {
  display: grid;
}

.lt-menu nav button,
.lt-menu nav a {
  min-height: 58px;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 19px;
  text-align: left;
  text-decoration: none;
}

.lt-menu-note {
  margin-top: 38px;
  color: #e6eee9;
  font-size: 14px;
  line-height: 1.5;
}

.lt-process-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lt-process-head p {
  color: var(--lt-muted);
  font-size: 14px;
}

.lt-back {
  padding-left: 0;
}

.lt-progress {
  height: 4px;
  margin: 4px 0 28px;
  overflow: hidden;
  border-radius: 4px;
  background: #e0e4dd;
}

.lt-progress span {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--lt-green);
  transition: width 220ms ease;
}

.lt-process .lt-step-kicker {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lt-process h1,
.lt-impulses h1,
.lt-journey h1 {
  font-size: clamp(2.35rem, 10vw, 3.75rem);
}

.lt-step-intro {
  margin-bottom: 28px;
  color: var(--lt-muted);
}

.lt-step-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.lt-step-form legend,
.lt-field-label {
  display: block;
  margin-bottom: 12px;
  color: var(--lt-green);
  font-weight: 700;
}

.lt-choice-list {
  display: grid;
  gap: 10px;
}

.lt-choice {
  position: relative;
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 16px;
  border: 1px solid var(--lt-line);
  border-radius: 8px;
  background: #fffefa;
  color: var(--lt-green);
  cursor: pointer;
  font-weight: 650;
}

.lt-choice:has(input:checked) {
  border: 2px solid var(--lt-green);
  background: #edf3ef;
}

.lt-choice input {
  width: 22px;
  height: 22px;
  accent-color: var(--lt-green);
}

.lt-field {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.lt-field textarea,
.lt-field input,
.lt-search input,
.lt-filter select {
  width: 100%;
  min-height: 52px;
  border: 1px solid #aeb8b2;
  border-radius: 8px;
  background: #fffefa;
  color: var(--lt-ink);
  padding: 13px 14px;
}

.lt-field textarea {
  min-height: 112px;
  resize: vertical;
}

.lt-range-output {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: var(--lt-muted);
}

.lt-range-output strong {
  color: var(--lt-green);
  font-size: 27px;
}

.lt-field input[type="range"] {
  padding: 0;
  accent-color: var(--lt-green);
}

.lt-body-cue {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 20px;
  margin: 8px 0 24px;
}

.lt-body-cue img {
  display: block;
  width: 100%;
  max-height: 230px;
  object-fit: contain;
}

.lt-breath {
  padding: 18px 0;
  border-block: 1px solid var(--lt-line);
  color: var(--lt-green);
}

.lt-breath strong {
  display: block;
  margin-bottom: 6px;
  font-size: 24px;
}

.lt-guiding-impulse,
.lt-summary {
  margin: 22px 0;
  padding: 20px 0;
  border-block: 1px solid var(--lt-line);
}

.lt-guiding-impulse > p:first-child,
.lt-summary > p:first-child {
  margin-top: 0;
  color: var(--lt-clay);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lt-guiding-impulse h2,
.lt-summary h2 {
  margin: 0 0 10px;
  color: var(--lt-green);
  font-size: 25px;
  line-height: 1.15;
}

.lt-step-actions {
  margin-top: 30px;
}

.lt-search,
.lt-filter {
  display: grid;
  gap: 7px;
  margin-top: 22px;
  color: var(--lt-green);
  font-weight: 700;
}

.lt-result-count {
  color: var(--lt-muted);
  font-size: 14px;
}

.lt-impulse-list {
  display: grid;
}

.lt-impulse-card {
  padding: 22px 0;
  border-top: 1px solid var(--lt-line);
}

.lt-impulse-card > p:first-child {
  margin: 0 0 8px;
  color: var(--lt-clay);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lt-impulse-card h2 {
  margin: 0 0 8px;
  color: var(--lt-green);
  font-size: 23px;
  line-height: 1.15;
}

.lt-impulse-card p {
  line-height: 1.5;
}

.lt-impulse-card .lt-practice {
  font-weight: 650;
}

.lt-favorite {
  min-height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--lt-green-2);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lt-journey-actions {
  margin: 24px 0 30px;
}

.lt-journey-entry {
  padding: 22px 0;
  border-top: 1px solid var(--lt-line);
}

.lt-journey-entry time {
  color: var(--lt-clay);
  font-size: 13px;
  font-weight: 700;
}

.lt-journey-entry h2 {
  margin: 8px 0;
  color: var(--lt-green);
  font-size: 23px;
}

.lt-empty {
  margin-top: 28px;
  padding: 22px 0;
  border-block: 1px solid var(--lt-line);
  color: var(--lt-muted);
  line-height: 1.5;
}

.lt-dialog-layer {
  position: absolute;
  z-index: 50;
  inset: 0;
  display: grid;
  align-items: end;
  background: rgba(14, 31, 25, 0.54);
}

.lt-dialog {
  max-height: 88%;
  overflow-y: auto;
  padding: 28px 24px max(32px, env(safe-area-inset-bottom));
  border-radius: 20px 20px 0 0;
  background: var(--lt-paper);
}

.lt-dialog h2 {
  margin: 8px 0 12px;
  color: var(--lt-green);
  font-size: 30px;
  line-height: 1.1;
}

.lt-dialog p {
  line-height: 1.55;
}

.lt-dialog-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.lt-share-dialog {
  max-height: 94%;
}

.lt-share-recipient {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  color: var(--lt-green);
  font-weight: 700;
}

.lt-share-recipient small {
  color: var(--lt-muted);
  font-weight: 500;
}

.lt-share-recipient input {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid #aeb8b2;
  border-radius: 8px;
  background: #fffefa;
  color: var(--lt-ink);
}

.lt-share-preview {
  overflow: hidden;
  border: 1px solid var(--lt-line);
  border-radius: 10px;
  background: #fffefa;
}

.lt-share-preview-head {
  display: grid;
  gap: 4px;
  padding: 18px;
  background: var(--lt-green);
  color: #fff;
}

.lt-share-preview-head span {
  font-size: 18px;
  font-weight: 780;
}

.lt-share-preview-head strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.lt-share-preview-head small {
  color: #dce8e2;
  line-height: 1.4;
}

.lt-share-preview-list {
  max-height: 280px;
  overflow-y: auto;
  padding: 0 18px;
}

.lt-share-entry {
  padding: 18px 0;
  border-bottom: 1px solid var(--lt-line);
}

.lt-share-entry:last-child {
  border-bottom: 0;
}

.lt-share-entry > p {
  margin: 0 0 6px;
  color: var(--lt-clay);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lt-share-entry h3 {
  margin: 0 0 14px;
  color: var(--lt-green);
  font-size: 20px;
  line-height: 1.25;
}

.lt-share-entry dl,
.lt-share-entry dd {
  margin: 0;
}

.lt-share-entry dl {
  display: grid;
  gap: 10px;
}

.lt-share-entry dt {
  color: var(--lt-muted);
  font-size: 12px;
  font-weight: 700;
}

.lt-share-entry dd {
  margin-top: 2px;
  line-height: 1.45;
}

.lt-whatsapp {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border: 2px solid #1f684b;
  border-radius: 8px;
  background: #1f684b;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 720;
}

.lt-share-length-note {
  padding: 12px 14px;
  border-left: 4px solid var(--lt-gold);
  background: #f6f0e2;
  color: var(--lt-ink);
  font-size: 14px;
}

.lt-share-privacy {
  margin-bottom: 0;
  color: var(--lt-muted);
  font-size: 12px;
  line-height: 1.5;
}

.lt-emotion-disclosure {
  margin-top: 22px;
  border: 1px solid var(--lt-line);
  border-radius: 8px;
  background: #fffefa;
}

.lt-emotion-disclosure summary {
  min-height: 52px;
  padding: 14px;
  color: var(--lt-green);
  cursor: pointer;
  font-weight: 750;
}

.lt-emotion-disclosure summary small {
  color: var(--lt-muted);
  font-weight: 500;
}

.lt-emotion-disclosure > p,
.lt-behavior-map {
  margin-right: 14px;
  margin-left: 14px;
}

.lt-emotion-disclosure > p {
  color: var(--lt-muted);
  font-size: 14px;
}

.lt-behavior-map {
  display: grid;
  gap: 16px;
  padding: 14px 0;
}

.lt-behavior-stage {
  margin: 0;
  padding: 0;
  border: 0;
}

.lt-behavior-stage[hidden] { display: none; }

.lt-behavior-stage legend {
  margin-bottom: 10px;
  padding: 0;
  color: var(--lt-green);
  font-size: 15px;
  font-weight: 780;
}

.lt-behavior-stage legend small { font-weight: 500; }

.lt-mood-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lt-mood-choice,
.lt-heading-choice,
.lt-pair-choice {
  position: relative;
  cursor: pointer;
}

.lt-mood-choice {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #aab5af;
  border-radius: 8px;
  background: #fff;
}

.lt-mood-choice:has(input:checked),
.lt-heading-choice:has(input:checked),
.lt-pair-choice:has(input:checked) {
  border: 2px solid var(--lt-green);
  background: #e4ede7;
  color: var(--lt-green);
}

.lt-mood-negative:has(input:checked) {
  border-color: #9e4e3f;
  background: #f7e7e1;
  color: #71372d;
}

.lt-mood-sign {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--lt-green);
  color: #fff;
  font-size: 27px;
  font-weight: 800;
}

.lt-mood-negative .lt-mood-sign { background: #9e4e3f; }
.lt-mood-choice strong,
.lt-mood-choice small { display: block; }
.lt-mood-choice small { margin-top: 2px; color: var(--lt-muted); font-size: 11px; line-height: 1.3; }

.lt-heading-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.lt-heading-choice { display: flex; min-height: 58px; align-items: center; padding: 10px 12px; border: 1px solid #aab5af; border-radius: 8px; background: #fff; }
.lt-heading-choice strong,
.lt-heading-choice small { display: block; }
.lt-heading-choice strong { font-size: 13px; line-height: 1.25; overflow-wrap: anywhere; }
.lt-heading-choice small { margin-top: 3px; color: var(--lt-muted); font-size: 10px; letter-spacing: .08em; }

.lt-pair-choices { display: grid; gap: 8px; }
.lt-pair-choice { display: grid; min-height: 52px; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 8px; padding: 9px 10px; border: 1px solid #aab5af; border-radius: 8px; background: #fff; font-size: 13px; line-height: 1.35; }
.lt-pair-choice span:first-of-type { text-align: right; }
.lt-pair-choice b { color: var(--lt-gold); }
.lt-mood-choice input,
.lt-heading-choice input,
.lt-pair-choice input { position: absolute; opacity: 0; pointer-events: none; }
.lt-mood-choice:has(input:focus-visible),
.lt-heading-choice:has(input:focus-visible),
.lt-pair-choice:has(input:focus-visible) { outline: 3px solid var(--lt-gold); outline-offset: 3px; }

.lt-emotion-count { margin: 9px 0 0; color: var(--lt-green) !important; font-weight: 700; }
.lt-source-note { padding: 11px 12px; border-left: 4px solid var(--lt-gold); background: #f6f0e2; color: var(--lt-ink) !important; line-height: 1.45; }

@media (max-width: 480px) {
  .lt-mood-choice { min-width: 0; min-height: 104px; flex-direction: column; justify-content: center; text-align: center; }
  .lt-mood-choice > span:last-child { min-width: 0; }
  .lt-mood-choice strong { font-size: 14px; overflow-wrap: anywhere; }
}

.lt-context-disclosure {
  margin-top: 16px;
  border: 1px solid var(--lt-line);
  border-radius: 8px;
  background: #fffefa;
}
.lt-context-disclosure summary { min-height: 52px; padding: 14px; color: var(--lt-green); cursor: pointer; font-weight: 750; }
.lt-context-disclosure summary small { color: var(--lt-muted); font-weight: 500; }
.lt-context-disclosure > p,
.lt-context-disclosure > fieldset,
.lt-context-disclosure > .lt-context-choices,
.lt-context-disclosure > .lt-context-count { margin-right: 14px; margin-left: 14px; }
.lt-context-disclosure > p { color: var(--lt-muted); font-size: 14px; }
.lt-context-disclosure > fieldset { padding: 16px 0; border: 0; border-top: 1px solid var(--lt-line); }
.lt-context-disclosure legend { padding-top: 14px; color: var(--lt-green); font-weight: 750; }
.lt-context-choices { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 4px; }
.lt-context-choices label { position: relative; display: inline-flex; min-height: 44px; align-items: center; padding: 8px 11px; border: 1px solid #aab5af; border-radius: 999px; cursor: pointer; }
.lt-context-choices input { position: absolute; opacity: 0; pointer-events: none; }
.lt-context-choices label:has(input:checked) { border: 2px solid var(--lt-green); background: #e4ede7; color: var(--lt-green); font-weight: 700; }
.lt-context-count { color: var(--lt-green) !important; font-weight: 700; }

@media (max-width: 380px) {
  .lt-header,
  .lt-main {
    padding-right: 18px;
    padding-left: 18px;
  }

  .lt-view > h1,
  .lt-home h1 {
    font-size: 2.15rem;
  }

  .lt-movements {
    margin-top: 26px;
  }

  .lt-movements li {
    min-height: 47px;
  }

  .lt-movements span {
    width: 34px;
    height: 34px;
  }

  .lt-movements::before {
    left: 17px;
  }

  .lt-movements strong {
    font-size: 18px;
  }
}

@media (min-width: 561px) {
  .lt-main {
    padding-right: 44px;
    padding-left: 44px;
  }

  .lt-header {
    padding-right: 44px;
    padding-left: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
