/* Read-only packaging reel generated from the Mockup Room design banks. */
body.mockup-share-active {
  margin: 0;
  overflow: hidden !important;
  overscroll-behavior: none;
  background: #030303;
}

body.mockup-share-active > .top-bar,
body.mockup-share-active > .glass-divider,
body.mockup-share-active > .global-footer,
body.mockup-share-active > .floating-support-btn {
  display: none !important;
}

body.mockup-share-active > main,
body.mockup-share-active #router-outlet {
  width: 100%;
  height: 100dvh;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hydro-share-page {
  --share-bg: #030303;
  --share-text: #f1eee7;
  --share-muted: rgba(241, 238, 231, 0.38);
  --share-line: rgba(241, 238, 231, 0.1);
  --share-space-1: 5px;
  --share-space-2: 8px;
  --share-space-3: 13px;
  --share-space-4: 21px;
  --share-space-5: 34px;
  --share-space-6: 55px;
  width: 100vw;
  height: 100dvh;
  display: grid;
  grid-template-rows: var(--share-space-6) minmax(0, 1fr) var(--share-space-5);
  color: var(--share-text);
  background:
    radial-gradient(ellipse at 50% 43%, rgba(255, 255, 255, 0.03), transparent 36%),
    var(--share-bg);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
}

.hydro-share-page *,
.hydro-share-page *::before,
.hydro-share-page *::after {
  box-sizing: border-box;
}

.hydro-share-page button {
  font: inherit;
}

.hydro-share-topbar,
.hydro-share-bottombar {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--share-space-4);
  padding: 0 var(--share-space-5);
  background: rgba(3, 3, 3, 0.86);
  backdrop-filter: blur(18px);
}

.hydro-share-topbar {
  border-bottom: 1px solid var(--share-line);
}

.hydro-share-bottombar {
  border-top: 1px solid var(--share-line);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hydro-share-brand {
  display: flex;
  align-items: baseline;
  gap: var(--share-space-3);
  min-width: 0;
}

.hydro-share-logo {
  color: var(--share-text);
  font-size: 18px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.045em;
  text-decoration: none;
  white-space: nowrap;
}

.hydro-share-project,
.hydro-share-readonly {
  color: var(--share-muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hydro-share-project {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hydro-share-readonly {
  display: inline-flex;
  align-items: center;
  gap: var(--share-space-2);
}

.hydro-share-readonly::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d8d3c8;
  box-shadow: 0 0 12px rgba(216, 211, 200, 0.24);
}

.hydro-share-showroom {
  position: relative;
  min-height: 0;
  padding: var(--share-space-3) var(--share-space-4) var(--share-space-4);
}

.hydro-share-stage {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(100px, 1fr) minmax(90px, 0.89fr) minmax(90px, 0.89fr) minmax(220px, 1.618fr) minmax(100px, 1fr);
  gap: 0;
  padding: var(--share-space-4) var(--share-space-5) var(--share-space-5);
  overflow: hidden;
  perspective: 1600px;
  perspective-origin: 50% 44%;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(255, 255, 255, 0.052), transparent 35%),
    radial-gradient(ellipse at 50% 58%, rgba(255, 255, 255, 0.014), transparent 58%),
    linear-gradient(180deg, #070707, #020202 72%);
  box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.68);
}

.hydro-share-three-canvas {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1), filter 520ms ease;
}

.hydro-share-assembled-canvas {
  position: absolute;
  z-index: 7;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: blur(8px) brightness(0.72);
  pointer-events: none;
  touch-action: none;
  transition: opacity 620ms cubic-bezier(0.16, 1, 0.3, 1), filter 620ms ease;
}

.hydro-share-stage.is-assembled .hydro-share-three-canvas {
  opacity: 0;
  filter: blur(8px) brightness(0.62);
}

.hydro-share-stage.is-assembled .hydro-share-assembled-canvas {
  opacity: 1;
  filter: none;
  pointer-events: auto;
}

.hydro-share-stage.is-assembled .hydro-share-reel {
  opacity: 0;
  filter: blur(7px) brightness(0.55);
  pointer-events: none;
}

body.mockup-share-active button.hydro-share-assemble {
  position: absolute !important;
  z-index: 18;
  left: 50% !important;
  right: auto !important;
  bottom: 34px;
  width: 72px !important;
  min-width: 72px !important;
  height: 72px !important;
  min-height: 72px !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: rgba(241, 238, 231, 0.9) !important;
  background: rgba(19, 19, 18, 0.76) !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translate3d(-50%, 0, 0);
  cursor: pointer;
  opacity: 1 !important;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms ease, color 220ms ease !important;
}

body.mockup-share-active button.hydro-share-assemble:hover,
body.mockup-share-active button.hydro-share-assemble:focus-visible {
  color: #fff !important;
  background: rgba(31, 31, 29, 0.9) !important;
  transform: translate3d(-50%, -3px, 0) scale(1.035);
}

body.mockup-share-active button.hydro-share-assemble:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.76) !important;
  outline-offset: 4px !important;
}

body.mockup-share-active button.hydro-share-assemble:disabled {
  cursor: wait;
}

.hydro-share-assemble-icon {
  display: block;
  width: 34px;
  height: 34px;
}

.hydro-share-assemble-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hydro-share-assemble-icon path {
  vector-effect: non-scaling-stroke;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), opacity 320ms ease;
  transform-box: fill-box;
  transform-origin: center;
}

.hydro-share-assemble-icon .assemble-panel,
.hydro-share-assemble-icon .assemble-core {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linejoin: round;
}

.hydro-share-assemble-icon .assemble-arrow {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.58;
}

.hydro-share-assemble.is-assembled .assemble-panel-left {
  transform: translateX(8px) rotateY(26deg);
}

.hydro-share-assemble.is-assembled .assemble-panel-right {
  transform: translateX(-8px) rotateY(-26deg);
}

.hydro-share-assemble.is-assembled .assemble-core {
  transform: scaleX(1.3);
}

.hydro-share-assemble.is-assembled .assemble-arrow {
  opacity: 0;
}

.hydro-share-assemble.is-loading .hydro-share-assemble-icon {
  animation: hydro-share-assemble-pulse 900ms ease-in-out infinite alternate;
}

.hydro-share-assemble-label {
  display: block;
  font-size: 7px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.14em;
  text-align: center;
}

.hydro-share-offsets {
  position: absolute;
  z-index: 17;
  right: 34px;
  bottom: 34px;
  width: min(236px, 26vw);
  display: grid;
  gap: 13px;
  padding: 16px 18px;
  border: 0;
  border-radius: 10px;
  color: var(--share-text);
  background: rgba(19, 19, 18, 0.76);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 260ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 360ms;
}

.hydro-share-stage.is-assembled ~ .hydro-share-offsets {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 160ms, 160ms, 0s;
}

.hydro-share-offset-control {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  min-width: 0;
}

.hydro-share-offset-control > span {
  color: rgba(241, 238, 231, 0.58);
  font-size: 8px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.14em;
}

.hydro-share-offset-control input[type="range"] {
  width: 100%;
  height: 20px;
  margin: 0;
  accent-color: #f1eee7;
  cursor: ew-resize;
}

@keyframes hydro-share-assemble-pulse {
  to { transform: scale(0.84); opacity: 0.52; }
}

.hydro-share-stage.is-three-ready .hydro-share-object {
  opacity: 0;
  visibility: hidden;
}

.hydro-share-stage.is-three-ready .hydro-share-slot::before {
  display: none;
}

.hydro-share-stage[data-part-count="4"] {
  grid-template-columns: minmax(120px, 1fr) minmax(105px, 0.9fr) minmax(240px, 1.618fr) minmax(120px, 1fr);
}

.hydro-share-stage[data-part-count="3"] {
  grid-template-columns: repeat(3, minmax(150px, 1fr));
}

.hydro-share-stage[data-part-count="2"] {
  grid-template-columns: repeat(2, minmax(190px, 1fr));
}

.hydro-share-stage[data-part-count="1"] {
  grid-template-columns: minmax(240px, 1fr);
}

.hydro-share-reel {
  --share-drag-x: 0px;
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: var(--share-space-5) minmax(0, 1fr);
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform, filter;
  transition:
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 240ms ease,
    opacity 240ms ease;
}

.hydro-share-stage.is-reordering {
  cursor: grabbing;
}

.hydro-share-stage.is-reordering .hydro-share-reel:not(.is-held) {
  filter: brightness(0.72);
  opacity: 0.74;
}

.hydro-share-reel.is-held {
  z-index: 14;
  transform: translate3d(var(--share-drag-x), -8px, 60px) scale(1.045);
  filter: brightness(1.08);
  opacity: 1;
  cursor: grabbing;
  transition:
    transform 120ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 160ms ease,
    opacity 160ms ease;
}

.hydro-share-reel.is-held .hydro-share-reel-head {
  color: rgba(255, 255, 255, 0.88);
}

.hydro-share-reel.is-held::after {
  content: "MOVE LEFT / RIGHT";
  position: absolute;
  z-index: 12;
  left: 50%;
  bottom: 9%;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(0, 0, 0, 0.62);
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 0.14em;
  white-space: nowrap;
  transform: translateX(-50%);
  pointer-events: none;
}

.hydro-share-reel-head {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 0 9px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hydro-share-reel-index {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}

.hydro-share-reel-window,
.hydro-share-reel-track {
  position: relative;
  min-height: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-style: preserve-3d;
}

.hydro-share-reel-window {
  perspective: 720px;
  perspective-origin: 50% 50%;
}

.hydro-share-reel-track {
  touch-action: none;
  overscroll-behavior: none;
  outline: none;
}

.hydro-share-stage:not(.is-reordering) .hydro-share-reel-track {
  cursor: grab;
}

button.hydro-share-slot {
  position: absolute;
  top: 23%;
  left: 0;
  width: 100% !important;
  height: 54% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 9px !important;
  border: 0;
  color: #111;
  background: transparent;
  cursor: grab;
  opacity: 0;
  transform: translateZ(-260px) scale(0.68);
  transform-origin: center center;
  filter: saturate(0.42) brightness(0.58) blur(0.7px);
  transition:
    opacity 420ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 420ms ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.hydro-share-slot::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8% 4%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.07), transparent 66%);
  filter: blur(18px);
  opacity: 0;
  transition: opacity 500ms ease;
}

.hydro-share-slot.is-selected {
  z-index: 6;
  opacity: 1;
  transform: translateZ(112px) scale(0.98);
  filter: none;
  pointer-events: auto;
}

.hydro-share-slot.is-selected::before {
  opacity: 1;
}

.hydro-share-slot.is-before {
  z-index: 1;
  opacity: 0;
  transform: translateY(-94%) translateZ(-240px) rotateX(86deg) scale(0.68);
  transform-origin: 50% 100%;
}

.hydro-share-slot.is-after {
  z-index: 1;
  opacity: 0;
  transform: translateY(94%) translateZ(-240px) rotateX(-86deg) scale(0.68);
  transform-origin: 50% 0%;
}

.hydro-share-slot.is-before.distance-1 {
  z-index: 5;
  opacity: 0.62;
  transform: translateY(-58%) translateZ(-74px) rotateX(64deg) scale(0.94);
  filter: saturate(0.68) brightness(0.74);
  pointer-events: auto;
}

.hydro-share-slot.is-after.distance-1 {
  z-index: 5;
  opacity: 0.62;
  transform: translateY(58%) translateZ(-74px) rotateX(-64deg) scale(0.94);
  filter: saturate(0.68) brightness(0.7);
  pointer-events: auto;
}

.hydro-share-slot.is-before.distance-2,
.hydro-share-slot.is-after.distance-2 {
  z-index: 3;
  opacity: 0.24;
  filter: saturate(0.58) brightness(0.6);
  pointer-events: auto;
}

.hydro-share-slot.is-before.distance-2 {
  transform: translateY(-79%) translateZ(-170px) rotateX(78deg) scale(0.82);
}

.hydro-share-slot.is-after.distance-2 {
  transform: translateY(79%) translateZ(-170px) rotateX(-78deg) scale(0.82);
}

.hydro-share-slot.is-before.distance-3,
.hydro-share-slot.is-after.distance-3 {
  z-index: 1;
  opacity: 0.08;
  filter: saturate(0.42) brightness(0.46);
}

.hydro-share-slot.no-transition {
  transition: none !important;
}

.hydro-share-slot.is-repositioning {
  opacity: 0 !important;
}

.hydro-share-object {
  position: relative;
  display: block;
  width: 86%;
  max-height: 92%;
  overflow: visible;
  transform: translateZ(24px);
  transform-style: preserve-3d;
  filter:
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 16px rgba(255, 255, 255, 0.025));
}

.hydro-share-surface {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background-color: #e7e3da;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.32),
    inset -1px -1px 0 rgba(0, 0, 0, 0.16);
}

.hydro-share-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.2), transparent 23% 72%, rgba(0, 0, 0, 0.12));
  mix-blend-mode: soft-light;
}

.hydro-share-kind-front,
.hydro-share-kind-back,
.hydro-share-kind-sleeve {
  aspect-ratio: 1;
}

.hydro-share-kind-front,
.hydro-share-kind-back {
  box-shadow: -5px 6px 0 #181816;
}

.hydro-share-kind-front {
  transform: rotateX(3deg) rotateY(-7deg) translateZ(25px);
}

.hydro-share-kind-back {
  transform: rotateX(3deg) rotateY(7deg) translateZ(25px);
}

.hydro-share-kind-front .hydro-share-surface,
.hydro-share-kind-back .hydro-share-surface {
  background-size: var(--share-sheet-width) 100%;
}

.hydro-share-kind-front .hydro-share-surface {
  background-position: right center;
}

.hydro-share-kind-back .hydro-share-surface {
  background-position: left center;
}

.hydro-share-kind-inside {
  width: 96%;
  transform: rotateX(5deg) rotateY(-2deg) translateZ(28px);
  box-shadow: 0 5px 0 #171716;
}

.hydro-share-kind-inside::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.2));
  opacity: 0.38;
  pointer-events: none;
}

.hydro-share-kind-sleeve {
  width: 82%;
  transform: rotateX(5deg) rotateY(7deg) translateZ(25px);
  box-shadow: -4px 5px 0 rgba(210, 210, 205, 0.22);
}

.hydro-share-kind-sleeve .hydro-share-surface {
  opacity: 0.92;
}

.hydro-share-kind-disc {
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: rotateX(4deg) rotateY(-6deg) rotateZ(-2deg) translateZ(30px);
}

.hydro-share-kind-disc .hydro-share-surface {
  border-radius: 50%;
}

.hydro-share-kind-disc::before,
.hydro-share-kind-disc::after {
  content: "";
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  pointer-events: none;
}

.hydro-share-kind-disc::before {
  inset: 0;
  background:
    radial-gradient(circle, transparent 0 5%, rgba(238, 235, 226, 0.6) 5.3% 6.4%, transparent 6.8%),
    conic-gradient(from 14deg, transparent, rgba(145, 178, 255, 0.12), transparent 17%, rgba(255, 226, 155, 0.12), transparent 42%, rgba(185, 255, 234, 0.1), transparent 68%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.44),
    inset 0 0 30px rgba(255, 255, 255, 0.14);
  mix-blend-mode: screen;
}

.hydro-share-kind-disc::after {
  inset: 42%;
  border: 1px solid rgba(0, 0, 0, 0.38);
  background: #080808;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22);
}

.hydro-share-hint {
  color: var(--share-muted);
}

.hydro-share-combination {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  white-space: nowrap;
}

.hydro-share-combination-value {
  overflow: hidden;
  color: var(--share-text);
  font-variant-numeric: tabular-nums;
  text-overflow: ellipsis;
}

.hydro-share-reset {
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid var(--share-line);
  border-radius: 2px;
  color: var(--share-text);
  background: rgba(255, 255, 255, 0.018);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.hydro-share-reset:hover,
.hydro-share-reset:focus-visible {
  border-color: rgba(241, 238, 231, 0.38);
  outline: none;
}

.mockup-share-empty {
  width: 100vw;
  height: 100dvh;
  display: grid;
  place-content: center;
  gap: 13px;
  padding: 34px;
  color: #f1eee7;
  background: #030303;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.mockup-share-empty span,
.mockup-share-empty p {
  color: rgba(241, 238, 231, 0.44);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.mockup-share-empty h1,
.mockup-share-empty p {
  margin: 0;
}

.mockup-share-empty a {
  justify-self: center;
  margin-top: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: #f1eee7;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-decoration: none;
}

@media (max-width: 900px) and (orientation: portrait) {
  body.mockup-share-active,
  body.mockup-share-active > main,
  body.mockup-share-active #router-outlet {
    width: 100vw;
    height: 100dvh;
    min-height: 0;
    overflow: hidden !important;
  }

  .hydro-share-page {
    position: fixed;
    top: 0;
    left: 100vw;
    width: 100dvh;
    height: 100dvw;
    transform: rotate(90deg);
    transform-origin: 0 0;
  }
}

@media (max-height: 560px) and (orientation: landscape),
       (max-width: 900px) and (orientation: portrait) {
  .hydro-share-page {
    grid-template-rows: 34px minmax(0, 1fr) 26px;
  }

  .hydro-share-topbar,
  .hydro-share-bottombar {
    padding-inline: max(12px, env(safe-area-inset-left));
  }

  .hydro-share-logo {
    font-size: 14px;
  }

  .hydro-share-project,
  .hydro-share-readonly {
    font-size: 7px;
  }

  .hydro-share-showroom {
    padding: 5px 8px 8px;
  }

  .hydro-share-stage {
    grid-template-columns: minmax(72px, 1fr) minmax(68px, 0.89fr) minmax(68px, 0.89fr) minmax(150px, 1.618fr) minmax(76px, 1fr);
    padding: 8px 13px 13px;
  }

  .hydro-share-stage[data-part-count="4"] {
    grid-template-columns: minmax(78px, 1fr) minmax(72px, 0.9fr) minmax(162px, 1.618fr) minmax(78px, 1fr);
  }

  .hydro-share-stage[data-part-count="3"] {
    grid-template-columns: repeat(3, minmax(84px, 1fr));
  }

  .hydro-share-stage[data-part-count="2"] {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  .hydro-share-stage[data-part-count="1"] {
    grid-template-columns: minmax(180px, 1fr);
  }

  .hydro-share-reel {
    grid-template-rows: 21px minmax(0, 1fr);
  }

  .hydro-share-reel-head {
    padding-inline: 6px;
    font-size: 6px;
  }

  button.hydro-share-slot {
    padding: 5px !important;
  }

  .hydro-share-bottombar {
    font-size: 7px;
  }

  .hydro-share-reset {
    min-height: 22px;
    padding-inline: 9px;
    font-size: 7px;
  }

  body.mockup-share-active button.hydro-share-assemble {
    bottom: 13px;
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    gap: 2px !important;
    padding: 6px !important;
  }

  .hydro-share-assemble-icon {
    width: 27px;
    height: 27px;
  }

  .hydro-share-assemble-label {
    font-size: 5px;
  }

  .hydro-share-offsets {
    right: 12px;
    bottom: 10px;
    width: 152px;
    gap: 7px;
    padding: 9px 11px;
    border-radius: 7px;
  }

  .hydro-share-offset-control {
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
  }

  .hydro-share-offset-control > span {
    font-size: 5px;
    line-height: 1.2;
  }

  .hydro-share-offset-control input[type="range"] {
    height: 16px;
  }
}

@media (max-width: 720px) and (orientation: landscape),
       (max-width: 900px) and (orientation: portrait) {
  .hydro-share-stage {
    grid-template-columns: 0.82fr 0.76fr 0.7fr 1.55fr 0.82fr;
  }

  .hydro-share-stage[data-part-count="4"] {
    grid-template-columns: 0.82fr 0.76fr 1.55fr 0.82fr;
  }

  .hydro-share-stage[data-part-count="3"] {
    grid-template-columns: repeat(3, 1fr);
  }

  .hydro-share-stage[data-part-count="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .hydro-share-stage[data-part-count="1"] {
    grid-template-columns: 1fr;
  }

  .hydro-share-hint {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hydro-share-page *,
  .hydro-share-page *::before,
  .hydro-share-page *::after {
    animation: none !important;
    transition: none !important;
  }
}
