/* Duevia Lift — document → evidence → supported action.
   Loaded last so this focused layer can evolve the established UI without
   duplicating the product and responsive foundations. */

:root {
  --lift-field: #edf2ee;
  --lift-field-deep: #dfe8e2;
  --lift-paper: #fffef9;
  --lift-deep: #12332b;
  --lift-gold: #e4c34b;
  --lift-green: #15906f;
  --lift-shadow: 0 18px 42px rgba(24, 36, 32, 0.13), 0 3px 8px rgba(24, 36, 32, 0.08);
  --lift-shadow-small: 0 9px 22px rgba(24, 36, 32, 0.1);
}

body.marketing-body,
body.demo-body,
body.legal-body,
body.app-body {
  background: var(--lift-field);
}

/* Brand and controls ------------------------------------------------------ */

.site-header {
  position: sticky;
  top: 0;
  border-top: 4px solid var(--lift-gold);
  border-bottom: 0;
  box-shadow: 0 1px 0 rgba(24, 36, 32, 0.18), 0 8px 28px rgba(24, 36, 32, 0.06);
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--ink) 0 19%, var(--pine) 19% 76%, var(--lift-gold) 76% 100%);
}

.brand img {
  width: 31px;
  height: 31px;
  filter: drop-shadow(0 4px 4px rgba(24, 36, 32, 0.12));
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.brand:hover img {
  transform: translateY(-3px) rotate(-1.5deg);
}

.button,
.chain-tab,
.menu-button,
.icon-button,
.form-field input,
.form-field select,
.form-field textarea {
  border-radius: 3px 13px 3px 13px;
}

.button {
  box-shadow: 0 4px 0 rgba(24, 36, 32, 0.17);
  transform: translateY(0);
  transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}

.button:hover {
  box-shadow: 0 7px 0 rgba(24, 36, 32, 0.14);
  transform: translateY(-2px);
}

.button:active {
  box-shadow: 0 2px 0 rgba(24, 36, 32, 0.18);
  transform: translateY(1px);
}

.button--ghost {
  box-shadow: none;
}

.chain-tab {
  border: 0;
  border-bottom: 2px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.72);
}

.chain-tab[aria-selected="true"] {
  border-bottom-color: var(--lift-gold);
  box-shadow: 0 5px 0 rgba(24, 36, 32, 0.16);
}

/* Paper has a cut corner and sits physically above the field. */
.facsimile {
  position: relative;
  border-color: rgba(24, 36, 32, 0.2);
  background: var(--lift-paper);
  box-shadow: none;
  filter: drop-shadow(0 16px 18px rgba(24, 36, 32, 0.12));
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}

.facsimile::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  content: "";
  border-bottom: 1px solid rgba(24, 36, 32, 0.2);
  border-left: 1px solid rgba(24, 36, 32, 0.2);
  background: var(--lift-field-deep);
}

.facsimile__bar {
  padding-right: 40px;
  background: rgba(255, 255, 255, 0.72);
}

.evidence-mark {
  background: linear-gradient(177deg, transparent 8%, var(--highlight) 8% 88%, transparent 88%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-shadow: inset 0 -2px 0 var(--highlight-edge);
}

.state-label::before {
  border-radius: 50% 50% 50% 2px;
  transform: rotate(-8deg);
}

.date-token {
  position: relative;
  padding: 12px 16px 10px;
  border: 1px solid var(--line-strong);
  border-bottom-width: 4px;
  border-radius: 2px 18px 2px 12px;
  background: var(--lift-paper);
  box-shadow: var(--lift-shadow-small);
}

.date-token::before {
  position: absolute;
  bottom: 100%;
  left: 24px;
  width: 2px;
  height: 13px;
  content: "";
  background: var(--ink);
}

/* Marketing: a working crane, not a framed mockup ----------------------- */

.marketing-shell {
  background: var(--lift-field);
}

.hero {
  position: relative;
  isolation: isolate;
  padding: 84px 0 104px;
  overflow: hidden;
  border-bottom: 0;
  background-color: var(--lift-field);
  background-image: repeating-linear-gradient(0deg, transparent 0 47px, rgba(24, 36, 32, 0.035) 47px 48px);
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: -36%;
  right: -10%;
  width: min(54vw, 760px);
  aspect-ratio: 1;
  content: "";
  border: 56px solid rgba(11, 91, 76, 0.075);
  border-radius: 50%;
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: 6vw;
  bottom: 0;
  width: 31vw;
  height: 16px;
  content: "";
  background: var(--lift-gold);
  clip-path: polygon(0 45%, 96% 0, 100% 55%, 5% 100%);
}

.hero__layout {
  grid-template-columns: minmax(0, 4.3fr) minmax(540px, 6.7fr);
  align-items: center;
  gap: 54px;
}

.hero__copy {
  position: relative;
  top: auto;
}

.hero__copy::before {
  position: absolute;
  top: -28px;
  left: -18px;
  width: 58px;
  height: 8px;
  content: "";
  border-radius: 999px;
  background: var(--lift-gold);
  transform: rotate(-4deg);
}

.hero h1 {
  max-width: 18ch;
  font-size: clamp(2.35rem, 4vw, 3.65rem);
  line-height: 1.01;
}

.hero-chain {
  position: relative;
  isolation: isolate;
  padding: 52px 8px 26px 58px;
}

.hero-chain::before {
  position: absolute;
  z-index: -1;
  top: 44px;
  bottom: 4px;
  left: 22px;
  width: 5px;
  content: "";
  border-radius: 4px 4px 0 0;
  background: var(--lift-deep);
  box-shadow: -13px 0 0 -4px rgba(24, 36, 32, 0.22);
}

.hero-chain::after {
  position: absolute;
  z-index: -1;
  top: 44px;
  left: 22px;
  width: 78%;
  height: 6px;
  content: "";
  border-radius: 0 999px 999px 0;
  background: var(--lift-gold);
  box-shadow: 0 7px 0 -4px var(--lift-deep);
  transform: rotate(-1deg);
  transform-origin: left;
}

.hero-chain__tabs {
  position: relative;
  z-index: 5;
  margin: 0 0 18px 42px;
}

.hero-chain__doc {
  z-index: 2;
  margin-left: 18px;
  transform: rotate(-0.7deg);
  transform-origin: 24% 0;
}

.hero-chain__trace {
  z-index: 3;
  width: 2px;
  height: 52px;
  margin: -2px 18% -5px auto;
  justify-self: auto;
  background: var(--lift-deep);
}

.hero-chain__trace::before {
  top: -2px;
  left: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lift-gold);
}

.hero-chain__trace::after {
  right: -8px;
  bottom: -1px;
  left: auto;
  width: 12px;
  height: 12px;
  border: 2px solid var(--lift-deep);
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 10px 0;
  background: transparent;
}

.hero-chain__proposal {
  position: relative;
  z-index: 2;
  margin-left: 76px;
  padding: 24px 26px 26px;
  border: 0;
  border-top: 3px solid var(--lift-deep);
  border-left: 5px solid var(--pine);
  border-radius: 0 28px 3px 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--lift-shadow);
  transform: rotate(0.25deg);
}

.hero-chain__proposal::after {
  position: absolute;
  right: 18px;
  bottom: -9px;
  width: 54px;
  height: 9px;
  content: "";
  border-radius: 50%;
  background: rgba(24, 36, 32, 0.12);
  filter: blur(7px);
}

.hero-chain__confirmed {
  border: 0;
  border-radius: 2px 18px 2px 12px;
  box-shadow: inset 4px 0 0 var(--pine);
}

/* The long page is one rail with counterweights, not repeated boxes. */
.chapter {
  position: relative;
  padding-top: 84px;
  background: var(--lift-field);
}

.chapter:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.42);
}

.chapter > .container {
  position: relative;
  padding-top: 38px;
  border-top: 0;
}

.chapter > .container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: min(74%, 860px);
  height: 4px;
  content: "";
  border-radius: 999px;
  background: var(--lift-deep);
}

.chapter > .container::after {
  position: absolute;
  top: -11px;
  left: min(73%, 850px);
  width: 24px;
  height: 24px;
  content: "";
  border: 4px solid var(--lift-gold);
  border-radius: 50%;
  background: var(--lift-field);
}

.chapter__num {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 2px solid var(--lift-deep);
  border-radius: 50% 50% 50% 5px;
  color: var(--lift-deep);
  background: var(--lift-paper);
  box-shadow: 6px 7px 0 var(--lift-gold);
}

.step {
  position: relative;
  padding: 26px 0 26px 16px;
  border-top-color: rgba(24, 36, 32, 0.16);
  transition: padding-left 180ms ease, background-color 180ms ease;
}

.step:hover {
  padding-left: 24px;
  background: rgba(255, 255, 255, 0.42);
}

.step__artifact {
  position: relative;
  padding: 12px 16px;
  border: 0;
  border-radius: 2px 17px 2px 11px;
  background: var(--lift-paper);
  box-shadow: var(--lift-shadow-small);
  transform: rotate(-0.35deg);
}

.step__artifact::before {
  position: absolute;
  bottom: 100%;
  left: 22px;
  width: 2px;
  height: 13px;
  content: "";
  background: var(--line-strong);
}

.calendar-entry,
.not-list,
.settings-card,
.side-panel {
  border: 0;
  border-left: 4px solid var(--line-strong);
  border-radius: 2px 20px 2px 12px;
  box-shadow: var(--lift-shadow-small);
}

.obligation-record,
.price-sheet,
.pilot-form {
  position: relative;
  border: 0;
  border-top: 3px solid var(--lift-deep);
  border-radius: 2px 28px 3px 18px;
  background: var(--lift-paper);
  box-shadow: var(--lift-shadow);
}

.obligation-record {
  transform: rotate(0.45deg);
}

.obligation-record::before,
.price-sheet::before,
.pilot-form::before {
  position: absolute;
  z-index: -1;
  top: 12px;
  right: -10px;
  bottom: -10px;
  left: 16px;
  content: "";
  border-radius: inherit;
  background: var(--lift-field-deep);
}

.price-sheet__head {
  border-bottom: 0;
  border-radius: 0 26px 0 0;
  color: #f6faf7;
  background: var(--lift-deep);
}

.price-sheet__head span {
  color: var(--lift-gold);
}

.faq-item summary {
  transition: padding-left 160ms ease, color 160ms ease;
}

.faq-item summary:hover {
  padding-left: 12px;
  color: var(--pine);
}

.faq-item summary::after {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--pine);
  border-radius: 50%;
}

.site-footer {
  border-top: 7px solid var(--lift-gold);
  color: #eef4f0;
  background: var(--lift-deep);
}

.site-footer .brand,
.site-footer__column a {
  color: #f7faf8;
}

.site-footer__primary > a,
.site-footer__column h2,
.site-footer__base {
  color: #aebdb6;
}

.site-footer__base,
.site-footer__inner {
  border-color: rgba(255, 255, 255, 0.16);
}

/* Demo: document and action are connected by a gantry ------------------- */

.demo-intro {
  position: relative;
  overflow: hidden;
  border-bottom: 0;
  background: var(--lift-field-deep);
}

.demo-intro::after {
  position: absolute;
  right: -50px;
  bottom: -80px;
  width: 320px;
  height: 320px;
  content: "";
  border: 42px solid rgba(11, 91, 76, 0.08);
  border-radius: 50%;
}

.demo-workspace {
  background-image: repeating-linear-gradient(0deg, transparent 0 55px, rgba(24, 36, 32, 0.032) 55px 56px);
}

.review-layout {
  position: relative;
  padding: 46px 18px 24px 38px;
}

.review-layout::before {
  position: absolute;
  top: 32px;
  left: 15px;
  width: 72%;
  height: 6px;
  content: "";
  border-radius: 999px;
  background: var(--lift-gold);
  box-shadow: -15px 0 0 0 var(--lift-deep), -15px 120px 0 -1px var(--lift-deep);
}

.review-document {
  transform: rotate(-0.45deg);
}

.review-trace {
  height: 3px;
  margin-top: 196px;
  border-radius: 999px;
  background: var(--lift-deep);
}

.review-trace::before,
.review-trace::after {
  border-radius: 50%;
  background: var(--lift-gold);
}

.review-panel {
  position: relative;
  border: 0;
  border-top: 3px solid var(--lift-deep);
  border-left: 5px solid var(--pine);
  border-radius: 2px 28px 3px 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--lift-shadow);
  transform: rotate(0.35deg);
}

.review-panel__promise {
  border: 0;
  border-radius: 0 26px 0 0;
}

.correction {
  border: 0;
  border-left: 3px solid var(--lift-gold);
  border-radius: 2px 18px 2px 10px;
}

.confirmed-card {
  border: 0;
  border-top: 4px solid var(--pine);
  border-radius: 2px 30px 3px 18px;
  box-shadow: var(--lift-shadow);
}

/* App: a light industrial workbench ------------------------------------- */

.auth-side {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--lift-deep);
}

.auth-side::before {
  position: absolute;
  z-index: -1;
  top: 102px;
  bottom: 120px;
  left: 46px;
  width: 5px;
  content: "";
  border-radius: 999px;
  background: rgba(247, 249, 248, 0.42);
}

.auth-side::after {
  position: absolute;
  z-index: -1;
  top: 102px;
  left: 46px;
  width: 70%;
  height: 6px;
  content: "";
  border-radius: 999px;
  background: var(--lift-gold);
  transform: rotate(-1.5deg);
  transform-origin: left;
}

.auth-side__message,
.auth-chain,
.auth-side__foot {
  margin-left: 30px;
}

.auth-chain__quote {
  border-radius: 2px 14px 2px 10px;
  box-shadow: 8px 9px 0 rgba(0, 0, 0, 0.14), inset 0 -2px 0 var(--highlight-edge);
  transform: rotate(-1deg);
}

.auth-chain__line {
  height: 44px;
  margin-left: 38px;
  border-radius: 999px;
}

.auth-chain__date {
  border-radius: 2px 16px 2px 11px;
  color: #f4f8f5;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 8px 9px 0 rgba(0, 0, 0, 0.12);
  transform-origin: 38px -44px;
}

.auth-panel {
  background-color: var(--lift-field);
  background-image: repeating-linear-gradient(0deg, transparent 0 47px, rgba(24, 36, 32, 0.045) 47px 48px);
}

.auth-box {
  position: relative;
  border: 0;
  border-top: 4px solid var(--lift-deep);
  border-radius: 2px 30px 3px 18px;
  box-shadow: var(--lift-shadow);
}

.auth-box::before {
  position: absolute;
  z-index: -1;
  top: 12px;
  right: -12px;
  bottom: -12px;
  left: 18px;
  content: "";
  border-radius: inherit;
  background: var(--lift-field-deep);
}

.app-sidebar {
  border-top: 6px solid var(--lift-gold);
  border-right: 0;
  background: #f9fbf8;
  box-shadow: 9px 0 28px rgba(24, 36, 32, 0.08);
}

.workspace-switcher {
  border: 0;
  border-left: 4px solid var(--pine);
  border-radius: 2px 18px 2px 11px;
  box-shadow: var(--lift-shadow-small);
}

.workspace-switcher__mark,
.user-avatar,
.nav-count,
.mobile-nav .mobile-upload,
.upload-zone__icon {
  border-radius: 50% 50% 50% 5px;
}

.app-nav button {
  border-left-width: 0;
  border-radius: 2px 16px 2px 10px;
}

.app-nav button[aria-current="page"] {
  box-shadow: inset 4px 0 0 var(--pine);
}

.app-main {
  background-color: #f1f4f1;
  background-image: repeating-linear-gradient(0deg, transparent 0 55px, rgba(24, 36, 32, 0.03) 55px 56px);
}

.app-topbar {
  border-bottom: 0;
  box-shadow: 0 3px 0 var(--lift-deep), 0 10px 24px rgba(24, 36, 32, 0.07);
}

.view {
  position: relative;
}

.view-header {
  position: relative;
  border-bottom: 0;
}

.view-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lift-deep) 0 74%, var(--lift-gold) 74% 79%, transparent 79% 100%);
}

.attention-summary {
  border: 0;
  border-radius: 50% 50% 50% 6px;
  background: var(--lift-paper);
  box-shadow: var(--lift-shadow-small);
}

.agenda-section__head {
  position: relative;
  padding-left: 18px;
}

.agenda-section__head::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  border: 2px solid var(--pine);
  border-radius: 50%;
}

.obligation-row,
.document-row,
.activity-row {
  border-radius: 2px 16px 2px 10px;
  transition: transform 170ms ease, box-shadow 170ms ease, background-color 170ms ease;
}

.obligation-row:hover,
.document-row:hover,
.activity-row:hover {
  position: relative;
  z-index: 2;
  background: var(--lift-paper);
  box-shadow: var(--lift-shadow-small);
  transform: translateY(-3px) translateX(3px);
}

.calendar-grid,
.document-table {
  overflow: hidden;
  border-radius: 2px 22px 2px 14px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--lift-shadow-small);
}

.calendar-event {
  border-radius: 2px 10px 2px 7px;
}

.settings-card,
.side-panel {
  background: var(--lift-paper);
}

.dialog {
  border: 0;
  border-top: 4px solid var(--lift-deep);
  border-radius: 2px 30px 3px 18px;
}

.upload-zone {
  position: relative;
  border: 0;
  border-radius: 3px 24px 3px 16px;
  box-shadow: inset 0 0 0 1px var(--line-strong), var(--lift-shadow-small);
}

.upload-zone::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 24px;
  content: "";
  background: var(--pine);
}

.review-dialog {
  background-color: var(--lift-field);
  background-image: repeating-linear-gradient(0deg, transparent 0 55px, rgba(24, 36, 32, 0.035) 55px 56px);
}

.review-dialog__head {
  border-bottom: 0;
  box-shadow: 0 3px 0 var(--lift-deep);
}

.review-dialog__layout {
  position: relative;
  padding-top: 48px;
}

.review-dialog__layout::before {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 64%;
  height: 6px;
  content: "";
  border-radius: 999px;
  background: var(--lift-gold);
  box-shadow: -5px 5px 0 -2px var(--lift-deep);
}

.document-viewer {
  transform: rotate(-0.35deg);
}

.review-editor {
  border: 0;
  border-top: 3px solid var(--lift-deep);
  border-left: 5px solid var(--pine);
  border-radius: 2px 28px 3px 18px;
  box-shadow: var(--lift-shadow);
  transform: rotate(0.25deg);
}

.evidence-box {
  border-left-width: 5px;
  border-radius: 2px 18px 2px 11px;
  box-shadow: var(--lift-shadow-small);
}

/* Motion communicates transfer and docking ------------------------------ */

@keyframes lift-paper-arrive {
  from { opacity: 0; transform: translate(-18px, 12px) rotate(-2deg); }
  to { opacity: 1; transform: translate(0, 0) rotate(-0.7deg); }
}

@keyframes lift-cable-drop {
  from { opacity: 0; transform: scaleY(0); transform-origin: top; }
  to { opacity: 1; transform: scaleY(1); transform-origin: top; }
}

@keyframes lift-load-dock {
  0% { opacity: 0; transform: translate(0, -22px) rotate(-1deg); }
  70% { opacity: 1; transform: translate(0, 4px) rotate(0.4deg); }
  100% { opacity: 1; transform: translate(0, 0) rotate(0.25deg); }
}

@keyframes lift-switch {
  0% { transform: translateY(0) rotate(-0.7deg); }
  45% { transform: translateY(-8px) rotate(-1.2deg); }
  100% { transform: translateY(0) rotate(-0.7deg); }
}

@keyframes lift-confirm {
  0% { transform: translateY(0) rotate(0); }
  40% { transform: translateY(-10px) rotate(-1deg); }
  75% { transform: translateY(3px) rotate(0.4deg); }
  100% { transform: translateY(0) rotate(0); }
}

@keyframes lift-swing {
  0%, 100% { transform: rotate(-1.4deg); }
  50% { transform: rotate(1.4deg); }
}

.lift-ready .hero-chain.is-lift-visible .hero-chain__doc {
  animation: lift-paper-arrive 680ms cubic-bezier(0.2, 0.85, 0.2, 1) both;
}

.lift-ready .hero-chain.is-lift-visible .hero-chain__trace {
  animation: lift-cable-drop 460ms 420ms ease-out both;
}

.lift-ready .hero-chain.is-lift-visible .hero-chain__proposal {
  animation: lift-load-dock 650ms 650ms cubic-bezier(0.2, 0.85, 0.2, 1) both;
}

.is-lift-switching .hero-chain__doc,
.is-lift-switching .review-document {
  animation: lift-switch 620ms ease both !important;
}

.is-lift-confirming .date-token,
.is-lift-confirming .confirmed-card {
  animation: lift-confirm 650ms cubic-bezier(0.2, 0.85, 0.2, 1) both;
}

.lift-ready .auth-chain.is-lift-visible .auth-chain__date {
  animation: lift-swing 3.6s ease-in-out 900ms 2;
}

.is-lift-navigating .view:not([hidden]) {
  animation: lift-load-dock 320ms ease both;
}

/* Responsive composition ------------------------------------------------- */

@media (max-width: 1080px) {
  .hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 1.25fr);
    gap: 34px;
  }

  .hero-chain__proposal {
    margin-left: 46px;
  }
}

@media (max-width: 920px) {
  .site-nav {
    top: 72px;
    inset-inline: 0;
    border-bottom: 4px solid var(--lift-gold);
    border-radius: 0 0 24px 0;
  }

  .hero {
    padding-top: 62px;
  }

  .hero__layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .hero h1 {
    max-width: 20ch;
  }

  .hero-chain {
    padding-left: 38px;
  }

  .hero-chain::before,
  .hero-chain::after {
    left: 10px;
  }

  .hero-chain__tabs {
    margin-left: 20px;
  }

  .hero-chain__doc {
    margin-left: 0;
  }

  .hero-chain__proposal {
    margin-left: 36px;
  }

  .chapter > .container::before {
    width: calc(100% - 32px);
  }

  .chapter > .container::after {
    right: 0;
    left: auto;
  }

  .review-layout {
    padding: 46px 0 20px 28px;
  }

  .review-layout::before {
    left: 5px;
    width: 82%;
  }

  .review-trace {
    width: 3px;
    height: 48px;
    margin: -2px 22% -4px auto;
    justify-self: auto;
  }

  .auth-side::before,
  .auth-side::after {
    display: none;
  }

  .auth-side__message,
  .auth-side__foot {
    margin-left: 0;
  }

  .review-dialog__layout::before {
    width: 78%;
  }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 52px;
  }

  .hero h1 {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .hero-chain {
    padding: 44px 0 14px 22px;
  }

  .hero-chain::before,
  .hero-chain::after {
    left: 1px;
  }

  .hero-chain::after {
    width: 86%;
  }

  .hero-chain__tabs {
    margin-left: 8px;
  }

  .hero-chain__proposal {
    margin-left: 18px;
    padding: 20px 18px 22px;
    border-radius: 0 20px 2px 13px;
  }

  .hero-chain__trace {
    margin-right: 16%;
  }

  .chapter {
    padding-top: 62px;
  }

  .chapter__num {
    width: 40px;
    height: 40px;
  }

  .step {
    padding-left: 0;
  }

  .step:hover {
    padding-left: 0;
  }

  .review-layout {
    padding-left: 14px;
  }

  .review-panel {
    border-radius: 2px 20px 2px 13px;
  }

  .auth-box {
    border-radius: 2px 22px 2px 14px;
  }

  .app-topbar {
    box-shadow: 0 2px 0 var(--lift-deep), 0 8px 18px rgba(24, 36, 32, 0.06);
  }

  .attention-summary {
    border-radius: 2px 18px 2px 11px;
  }

  .review-dialog__layout {
    padding-top: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lift-ready .hero-chain.is-lift-visible .hero-chain__doc,
  .lift-ready .hero-chain.is-lift-visible .hero-chain__trace,
  .lift-ready .hero-chain.is-lift-visible .hero-chain__proposal,
  .lift-ready .auth-chain.is-lift-visible .auth-chain__date,
  .is-lift-switching .hero-chain__doc,
  .is-lift-switching .review-document,
  .is-lift-confirming .date-token,
  .is-lift-confirming .confirmed-card,
  .is-lift-navigating .view:not([hidden]) {
    animation: none !important;
  }
}
