@font-face {
  font-family: "Inter";
  src: url("/assets/lims-demo/inter-variable-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --demo-ink: #071c22;
  --demo-ink-raised: #0d2830;
  --demo-mint: #80cdbf;
  --demo-mint-bright: #9be0d4;
  --demo-cyan: #159cbb;
  --demo-white: #ffffff;
  --demo-muted: #a7b9bd;
  --demo-line: rgba(255, 255, 255, 0.14);
  --demo-shadow: 0 26px 70px rgba(1, 11, 14, 0.38);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; margin: 0; background: var(--demo-ink); color: var(--demo-white); font-family: "Inter", Arial, sans-serif; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--demo-mint-bright); outline-offset: 3px; }
[hidden] { display: none !important; }

.lims-demo { min-height: 100dvh; }
.demo-gate { position: relative; min-height: 100dvh; display: grid; place-items: center; overflow: hidden; padding: clamp(24px, 4vw, 64px); background: linear-gradient(145deg, rgba(7, 28, 34, .98), rgba(5, 20, 25, .98)); }
.demo-gate__glow { position: absolute; border-radius: 999px; filter: blur(6px); pointer-events: none; }
.demo-gate__glow--one { width: 48vw; height: 48vw; left: -25vw; bottom: -28vw; background: radial-gradient(circle, rgba(128, 205, 191, .22), rgba(128, 205, 191, 0)); }
.demo-gate__glow--two { width: 38vw; height: 38vw; right: -12vw; top: -19vw; background: radial-gradient(circle, rgba(91, 64, 178, .25), rgba(91, 64, 178, 0)); }
.demo-gate__card { position: relative; z-index: 1; width: min(1320px, 100%); min-height: min(760px, calc(100dvh - 96px)); display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); overflow: hidden; border: 1px solid var(--demo-line); border-radius: 28px; background: rgba(8, 30, 36, .82); box-shadow: var(--demo-shadow); backdrop-filter: blur(22px); }
.demo-gate__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 4vw, 58px); }
.demo-logo { display: inline-flex; width: 150px; margin-bottom: clamp(42px, 5vh, 64px); }
.demo-logo img { display: block; width: 100%; height: auto; }
.demo-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--demo-mint-bright); font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.demo-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--demo-mint); box-shadow: 0 0 0 6px rgba(128, 205, 191, .12); }
.demo-gate__copy h1 { max-width: 620px; margin: 0; font-size: clamp(40px, 4.4vw, 68px); line-height: .99; letter-spacing: -.055em; text-wrap: balance; }
.demo-gate__intro { max-width: 560px; margin: 22px 0 32px; color: #c3d1d4; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; }
.demo-access { width: 100%; max-width: 560px; }
.demo-access > label { display: block; margin: 0 0 11px; color: #dbe6e8; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.demo-access__row { display: grid; grid-template-columns: minmax(0, 1fr) auto; padding: 6px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 13px; background: rgba(255, 255, 255, .07); transition: border-color 160ms ease, background 160ms ease; }
.demo-access__row:focus-within { border-color: var(--demo-mint); background: rgba(255, 255, 255, .09); }
.demo-access__row.has-error { border-color: #ff8ca6; }
.demo-access__row input { min-width: 0; height: 50px; padding: 0 17px; border: 0; outline: 0; background: transparent; color: white; font-size: 16px; }
.demo-access__row input::placeholder { color: #7f979d; }
.demo-access__row input:-webkit-autofill,
.demo-access__row input:-webkit-autofill:hover,
.demo-access__row input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  box-shadow: 0 0 0 1000px #12323a inset;
  transition: background-color 9999s ease-out 0s;
}
.demo-access__row button, .demo-caption__actions button:last-child, .demo-complete__actions button { border: 0; border-radius: 9px; background: var(--demo-mint); color: #082129; font-weight: 760; cursor: pointer; transition: transform 160ms ease, background 160ms ease; }
.demo-access__row button { min-width: 142px; padding: 0 20px; }
.demo-access__row button:hover, .demo-caption__actions button:last-child:hover, .demo-complete__actions button:hover { transform: translateY(-1px); background: var(--demo-mint-bright); }
.demo-access__row button:disabled { opacity: .68; cursor: wait; transform: none; }
.demo-access.is-loading .demo-access__row { border-color: rgba(128, 205, 191, .58); }
.demo-access__meta { min-height: 44px; display: grid; gap: 6px; margin-top: 10px; color: #81979c; font-size: 11px; line-height: 1.5; }
.demo-access__meta p { margin: 0; }
.demo-access__meta a { color: #b9cfca; text-underline-offset: 2px; }
.demo-access__meta a:hover { color: white; }
[data-access-error] { min-height: 17px; color: #ff9bb2; text-align: left; }
.demo-access__trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; }
.demo-back-link { width: fit-content; margin-top: 22px; color: #9fb2b6; font-size: 12px; text-decoration: none; }
.demo-back-link:hover { color: white; }
.demo-back-link span { display: inline-block; margin-left: 5px; transition: transform 160ms ease; }
.demo-back-link:hover span { transform: translateX(4px); }
.demo-gate__preview { position: relative; min-width: 0; overflow: hidden; background: linear-gradient(180deg, rgba(9, 40, 48, .45), rgba(5, 22, 27, .88)), #0c3039; }
.demo-gate__preview::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(8, 30, 36, .86) 0%, transparent 26%), linear-gradient(0deg, rgba(5, 22, 27, .95) 0%, transparent 48%); pointer-events: none; }
.demo-gate__screen { position: absolute; width: 980px; top: 11%; left: 8%; overflow: hidden; border: 1px solid rgba(255, 255, 255, .2); border-radius: 18px; background: white; box-shadow: 0 34px 70px rgba(0, 0, 0, .42); transform: perspective(1300px) rotateY(-8deg) rotateX(2deg); }
.demo-gate__screen img { display: block; width: 100%; }
.demo-gate__badge { position: absolute; z-index: 4; top: 45px; right: 42px; display: flex; flex-direction: column; gap: 6px; padding: 17px 20px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 14px; background: rgba(7, 28, 34, .84); backdrop-filter: blur(12px); }
.demo-gate__badge span { color: var(--demo-mint-bright); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.demo-gate__badge strong { font-size: 14px; }
.demo-gate__path { position: absolute; z-index: 4; right: 45px; bottom: 46px; width: min(430px, calc(100% - 90px)); display: grid; gap: 1px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: 15px; background: rgba(255, 255, 255, .12); }
.demo-gate__path div { display: grid; grid-template-columns: 42px 1fr; align-items: center; padding: 14px 16px; background: rgba(5, 25, 30, .88); }
.demo-gate__path span { color: var(--demo-mint-bright); font-size: 11px; font-weight: 800; }
.demo-gate__path p { margin: 0; color: #d9e5e6; font-size: 13px; font-weight: 600; }
.demo-disclaimer { position: absolute; z-index: 2; bottom: 14px; margin: 0; color: rgba(211, 225, 227, .56); font-size: 11px; letter-spacing: .035em; }

.demo-tour { width: 100%; height: 100dvh; display: grid; grid-template-rows: 70px 3px minmax(0, 1fr) auto; overflow: hidden; background: radial-gradient(circle at 50% -20%, rgba(128, 205, 191, .12), transparent 35%), #06181d; }
.demo-tour:fullscreen { background: #06181d; }
.demo-tour__header { position: relative; z-index: 10; display: grid; grid-template-columns: 220px minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 0 24px; border-bottom: 1px solid rgba(255, 255, 255, .1); background: rgba(6, 24, 29, .95); }
.demo-tour__brand { display: flex; align-items: center; gap: 15px; color: white; text-decoration: none; }
.demo-tour__brand img { width: 90px; height: auto; }
.demo-tour__brand > span { display: flex; flex-direction: column; gap: 2px; padding-left: 14px; border-left: 1px solid rgba(255, 255, 255, .18); }
.demo-tour__brand strong { color: var(--demo-mint-bright); font-size: 12px; letter-spacing: .16em; }
.demo-tour__brand small { color: #90a7ac; font-size: 10px; }
.demo-chapters { justify-self: center; display: flex; align-items: center; gap: clamp(10px, 2vw, 30px); }
.demo-chapters button { position: relative; display: flex; align-items: center; gap: 8px; padding: 8px 0; border: 0; background: transparent; color: #6f898f; font-size: 11px; font-weight: 650; cursor: pointer; transition: color 160ms ease; }
.demo-chapters button > span { width: 6px; height: 6px; border: 1px solid #58747a; border-radius: 50%; transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.demo-chapters button:hover, .demo-chapters button.is-active { color: #edf5f5; }
.demo-chapters button.is-past > span { border-color: var(--demo-mint); background: var(--demo-mint); }
.demo-chapters button.is-active > span { border-color: var(--demo-mint-bright); background: var(--demo-mint-bright); box-shadow: 0 0 0 5px rgba(128, 205, 191, .12); }
.demo-tour__actions { display: flex; align-items: center; gap: 7px; }
.demo-tour__actions button { min-height: 34px; padding: 0 12px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 8px; background: rgba(255, 255, 255, .04); color: #b8c8cb; font-size: 11px; font-weight: 650; cursor: pointer; }
.demo-tour__actions button:hover { border-color: rgba(255, 255, 255, .28); color: white; }
.demo-tour__actions button:last-child { border-color: transparent; background: transparent; }
.demo-progress { overflow: hidden; background: rgba(255, 255, 255, .06); }
.demo-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--demo-cyan), var(--demo-mint)); transition: width 420ms cubic-bezier(.22, 1, .36, 1); }
.demo-viewer { min-width: 0; min-height: 0; display: flex; justify-content: center; align-items: center; overflow: auto hidden; padding: 12px 18px; scrollbar-width: thin; scrollbar-color: rgba(128, 205, 191, .4) transparent; }
.demo-canvas { position: relative; flex: 0 0 auto; width: min(100%, calc((100dvh - 248px) * 1.612)); overflow: hidden; border: 1px solid rgba(255, 255, 255, .18); border-radius: 13px; background: white; box-shadow: 0 18px 48px rgba(0, 0, 0, .34); }
.demo-canvas > img { display: block; width: 100%; height: 100%; object-fit: fill; animation: demo-screen-in 360ms cubic-bezier(.22, 1, .36, 1) both; }
@keyframes demo-screen-in { from { opacity: .35; transform: scale(.994); } to { opacity: 1; transform: scale(1); } }
.demo-hotspot { position: absolute; z-index: 3; padding: 0; border: 0; border-radius: 5px; background: rgba(128, 205, 191, .09); cursor: pointer; isolation: isolate; }
.demo-hotspot__outline { position: absolute; inset: -2px; z-index: -1; border: 2px solid var(--demo-mint-bright); border-radius: 6px; box-shadow: 0 0 0 9999px rgba(3, 17, 21, .17), 0 0 0 5px rgba(128, 205, 191, .16), 0 0 26px rgba(59, 190, 170, .56); animation: demo-hotspot-pulse 2.1s ease-in-out infinite; transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease; }
@keyframes demo-hotspot-pulse { 0%, 100% { border-color: #80cdbf; box-shadow: 0 0 0 9999px rgba(3, 17, 21, .17), 0 0 0 4px rgba(128, 205, 191, .15), 0 0 18px rgba(59, 190, 170, .38); } 50% { border-color: #b6f2e8; box-shadow: 0 0 0 9999px rgba(3, 17, 21, .17), 0 0 0 8px rgba(128, 205, 191, .16), 0 0 34px rgba(59, 190, 170, .68); } }
.demo-hotspot__beacon { position: absolute; z-index: 2; top: -10px; left: 50%; width: 20px; height: 20px; display: grid; place-items: center; transform: translateX(-50%); border: 3px solid white; border-radius: 50%; background: var(--demo-mint); box-shadow: 0 2px 10px rgba(4, 24, 29, .42); }
.demo-hotspot__beacon::before { content: ""; position: absolute; inset: -7px; border: 2px solid rgba(128, 205, 191, .72); border-radius: 50%; animation: demo-beacon 1.8s ease-out infinite; }
.demo-hotspot__beacon i { width: 5px; height: 5px; border-radius: 50%; background: #082129; }
@keyframes demo-beacon { 0% { opacity: .8; transform: scale(.55); } 75%, 100% { opacity: 0; transform: scale(1.25); } }
.demo-hotspot__label { position: absolute; z-index: 4; left: 50%; bottom: calc(100% + 13px); width: max-content; max-width: 230px; min-width: 150px; display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "eyebrow arrow" "label arrow"; column-gap: 10px; align-items: center; transform: translateX(calc(-50% + var(--demo-label-shift-x, 0px))); padding: 9px 11px 10px; border: 1px solid rgba(155, 224, 212, .42); border-radius: 9px; background: rgba(7, 28, 34, .96); color: white; box-shadow: 0 9px 25px rgba(0, 0, 0, .34); pointer-events: none; backdrop-filter: blur(8px); transition: background 160ms ease, border-color 160ms ease; }
.demo-hotspot__label::after { content: ""; position: absolute; left: clamp(16px, calc(50% - var(--demo-label-shift-x, 0px)), calc(100% - 16px)); bottom: -6px; width: 10px; height: 10px; border-right: 1px solid rgba(155, 224, 212, .42); border-bottom: 1px solid rgba(155, 224, 212, .42); background: #071c22; transform: translateX(-50%) rotate(45deg); }
.demo-hotspot__label small { grid-area: eyebrow; color: var(--demo-mint-bright); font-size: clamp(6px, .5vw, 8px); font-weight: 800; letter-spacing: .11em; line-height: 1.1; text-transform: uppercase; }
.demo-hotspot__label strong { grid-area: label; overflow: hidden; color: #fff; font-size: clamp(8px, .78vw, 11px); font-weight: 750; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.demo-hotspot__label > i { grid-area: arrow; color: var(--demo-mint-bright); font-size: 17px; font-style: normal; line-height: 1; }
.demo-hotspot[data-label-position="below"] .demo-hotspot__label { top: calc(100% + 13px); bottom: auto; }
.demo-hotspot[data-label-position="below"] .demo-hotspot__label::after { top: -6px; bottom: auto; border: 0; border-top: 1px solid rgba(155, 224, 212, .42); border-left: 1px solid rgba(155, 224, 212, .42); }
.demo-hotspot[data-label-position="right"] .demo-hotspot__label { top: 50%; bottom: auto; left: calc(100% + 13px); transform: translateY(-50%); }
.demo-hotspot[data-label-position="right"] .demo-hotspot__label::after { top: 50%; bottom: auto; left: -6px; border: 0; border-left: 1px solid rgba(155, 224, 212, .42); border-bottom: 1px solid rgba(155, 224, 212, .42); transform: translateY(-50%) rotate(45deg); }
.demo-hotspot[data-label-position="left"] .demo-hotspot__label { top: 50%; right: calc(100% + 13px); bottom: auto; left: auto; transform: translateY(-50%); }
.demo-hotspot[data-label-position="left"] .demo-hotspot__label::after { top: 50%; right: -6px; bottom: auto; left: auto; border: 0; border-top: 1px solid rgba(155, 224, 212, .42); border-right: 1px solid rgba(155, 224, 212, .42); transform: translateY(-50%) rotate(45deg); }
.demo-hotspot[data-label-align="left"]:not([data-label-position="right"]):not([data-label-position="left"]) .demo-hotspot__label { left: 0; transform: translateX(var(--demo-label-shift-x, 0px)); }
.demo-hotspot[data-label-align="left"]:not([data-label-position="right"]):not([data-label-position="left"]) .demo-hotspot__label::after { left: 18px; transform: rotate(45deg); }
.demo-hotspot[data-label-align="right"]:not([data-label-position="right"]):not([data-label-position="left"]) .demo-hotspot__label { right: 0; left: auto; transform: translateX(var(--demo-label-shift-x, 0px)); }
.demo-hotspot[data-label-align="right"]:not([data-label-position="right"]):not([data-label-position="left"]) .demo-hotspot__label::after { right: 18px; left: auto; transform: rotate(45deg); }
.demo-hotspot:hover .demo-hotspot__outline, .demo-hotspot:focus-visible .demo-hotspot__outline { border-color: white; background: rgba(128, 205, 191, .18); }
.demo-hotspot:hover .demo-hotspot__label, .demo-hotspot:focus-visible .demo-hotspot__label { border-color: var(--demo-mint-bright); background: #0a3038; }
.demo-hotspot:focus-visible { outline: 3px solid white; outline-offset: 5px; }
.demo-caption { position: relative; z-index: 5; min-height: 154px; display: grid; grid-template-columns: 86px minmax(300px, 1.6fr) minmax(220px, .75fr) auto; align-items: center; gap: 24px; padding: 18px 28px; border-top: 1px solid rgba(255, 255, 255, .11); background: rgba(6, 24, 29, .97); }
.demo-caption__number { display: flex; align-items: baseline; gap: 4px; }
.demo-caption__number span { color: var(--demo-mint-bright); font-size: 28px; font-weight: 760; letter-spacing: -.05em; }
.demo-caption__number small { color: #69838a; font-size: 11px; font-weight: 650; }
.demo-caption__copy { min-width: 0; }
.demo-caption__copy > span, .demo-caption__signal > span { color: var(--demo-mint-bright); font-size: 9px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.demo-caption__copy h2 { margin: 4px 0 5px; font-size: clamp(18px, 1.6vw, 26px); line-height: 1.08; letter-spacing: -.035em; }
.demo-caption__copy p, .demo-caption__signal p { margin: 0; color: #9eb2b6; font-size: 12px; line-height: 1.5; }
.demo-caption__copy p { max-width: 750px; }
.demo-caption__signal { min-width: 0; padding-left: 22px; border-left: 1px solid rgba(255, 255, 255, .13); }
.demo-caption__signal p { margin-top: 7px; color: #d0dcde; }
.demo-caption__actions { display: flex; align-items: center; gap: 8px; }
.demo-caption__actions button { min-width: 80px; height: 42px; padding: 0 17px; cursor: pointer; }
.demo-caption__actions button:first-child { border: 1px solid rgba(255, 255, 255, .17); border-radius: 9px; background: transparent; color: #c4d1d3; font-weight: 680; }
.demo-caption__actions button:first-child:hover:not(:disabled) { border-color: rgba(255, 255, 255, .38); color: white; }
.demo-caption__actions button:disabled { opacity: .32; cursor: default; }
.demo-caption__actions button:last-child { min-width: 104px; }

.demo-map-overlay { position: fixed; inset: 0; z-index: 100; display: flex; justify-content: flex-end; background: rgba(1, 10, 13, .72); backdrop-filter: blur(7px); animation: demo-overlay-in 180ms ease both; }
@keyframes demo-overlay-in { from { opacity: 0; } to { opacity: 1; } }
.demo-map { width: min(520px, 94vw); height: 100%; display: flex; flex-direction: column; padding: 26px; overflow: hidden; border-left: 1px solid rgba(255, 255, 255, .16); background: #09232a; box-shadow: -30px 0 60px rgba(0, 0, 0, .32); animation: demo-map-in 280ms cubic-bezier(.22, 1, .36, 1) both; }
@keyframes demo-map-in { from { transform: translateX(40px); opacity: .4; } to { transform: translateX(0); opacity: 1; } }
.demo-map__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 4px 2px 22px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.demo-map__header span { color: var(--demo-mint-bright); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.demo-map__header h2 { margin: 5px 0 0; font-size: 31px; letter-spacing: -.045em; }
.demo-map__header button { padding: 8px 10px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 7px; background: transparent; color: #b5c6c9; font-size: 11px; cursor: pointer; }
.demo-map__list { flex: 1; min-height: 0; overflow-y: auto; padding: 16px 2px; }
.demo-map__chapter + .demo-map__chapter { margin-top: 22px; }
.demo-map__chapter-heading { display: grid; grid-template-columns: 40px 1fr; align-items: center; margin-bottom: 6px; }
.demo-map__chapter-heading span, .demo-map__chapter > button > span, .demo-map__finish > span { color: #5e7b82; font-size: 10px; font-weight: 780; }
.demo-map__chapter-heading h3 { margin: 0; color: #88a1a6; font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.demo-map__chapter > button, .demo-map__finish { width: 100%; display: grid; grid-template-columns: 40px 1fr; align-items: center; padding: 9px 10px; border: 0; border-radius: 8px; background: transparent; color: white; text-align: left; cursor: pointer; }
.demo-map__chapter > button:hover, .demo-map__chapter > button.is-current, .demo-map__finish:hover, .demo-map__finish.is-current { background: rgba(128, 205, 191, .1); }
.demo-map__chapter > button.is-current > span, .demo-map__finish.is-current > span { color: var(--demo-mint-bright); }
.demo-map__chapter > button p, .demo-map__finish p { margin: 0; color: #d8e3e5; font-size: 13px; font-weight: 610; }
.demo-map__finish { flex: 0 0 auto; margin-top: 8px; border-top: 1px solid rgba(255, 255, 255, .1); border-radius: 0; padding-top: 16px; padding-bottom: 12px; }

.demo-complete { position: relative; grid-row: 3 / 5; min-height: 0; display: grid; place-items: center; overflow: hidden; padding: 42px; background: radial-gradient(circle at 50% 50%, rgba(38, 121, 128, .22), transparent 42%), linear-gradient(145deg, #071c22, #0a262d); }
.demo-complete__orbit { position: absolute; border: 1px solid rgba(128, 205, 191, .12); border-radius: 50%; }
.demo-complete__orbit--one { width: 620px; height: 620px; }
.demo-complete__orbit--two { width: 880px; height: 880px; }
.demo-complete__content { position: relative; z-index: 2; width: min(920px, 100%); text-align: center; }
.demo-complete__content > span { display: inline-block; margin-bottom: 20px; color: var(--demo-mint-bright); font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.demo-complete__content h2 { max-width: 900px; margin: 0 auto; font-size: clamp(42px, 6vw, 82px); line-height: .98; letter-spacing: -.06em; text-wrap: balance; }
.demo-complete__content > p { max-width: 690px; margin: 28px auto 34px; color: #aac0c4; font-size: clamp(15px, 1.4vw, 20px); line-height: 1.55; }
.demo-complete__grid { width: min(720px, 100%); display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0 auto; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 12px; background: rgba(255, 255, 255, .1); }
.demo-complete__grid span { min-height: 74px; display: grid; place-items: center; padding: 12px; background: rgba(8, 31, 37, .86); color: #d6e2e4; font-size: 12px; font-weight: 670; }
.demo-complete__actions { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 34px; }
.demo-complete__actions button, .demo-complete__actions a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 9px; font-size: 13px; font-weight: 740; text-decoration: none; }
.demo-complete__actions a { border: 1px solid rgba(255, 255, 255, .2); color: #d7e3e4; }
.demo-noscript { min-height: 100dvh; display: grid; place-items: center; padding: 30px; background: var(--demo-ink); color: white; text-align: center; }
.demo-noscript a { color: var(--demo-mint-bright); }

@media (max-width: 1100px) {
  .demo-gate__card { grid-template-columns: 1fr; min-height: 0; }
  .demo-gate__preview { min-height: 390px; }
  .demo-gate__copy { padding: 48px; }
  .demo-logo { margin-bottom: 48px; }
  .demo-chapters { display: none; }
  .demo-tour__header { grid-template-columns: minmax(0, 1fr) auto; }
  .demo-caption { grid-template-columns: 66px minmax(0, 1fr) auto; gap: 18px; }
  .demo-caption__signal { display: none; }
}

@media (max-width: 720px) {
  body { overflow: auto; }
  .demo-gate { align-items: start; padding: 0; overflow: auto; }
  .demo-gate__card { width: 100%; border: 0; border-radius: 0; }
  .demo-gate__copy { padding: max(32px, env(safe-area-inset-top)) 22px max(38px, env(safe-area-inset-bottom)); }
  .demo-logo { width: 128px; margin-bottom: 54px; }
  .demo-gate__copy h1 { font-size: clamp(38px, 12vw, 56px); }
  .demo-gate__intro { margin: 24px 0 34px; font-size: 16px; }
  .demo-access__row { grid-template-columns: 1fr; }
  .demo-access__row button { min-height: 49px; }
  [data-access-error] { text-align: left; }
  .demo-gate__preview { min-height: 500px; }
  .demo-gate__screen { width: 810px; top: 12%; left: -18%; }
  .demo-gate__badge { top: 22px; right: 20px; }
  .demo-gate__path { right: 20px; bottom: 24px; width: calc(100% - 40px); }
  .demo-disclaimer { display: none; }
  .demo-tour { grid-template-rows: 62px 3px auto minmax(0, 1fr); }
  .demo-tour__header { padding: 0 13px; }
  .demo-tour__brand { gap: 10px; }
  .demo-tour__brand img { width: 74px; }
  .demo-tour__brand > span { padding-left: 10px; }
  .demo-tour__brand small, .demo-desktop-action { display: none; }
  .demo-tour__actions { gap: 2px; }
  .demo-tour__actions button { padding: 0 8px; border-color: transparent; background: transparent; }
  .demo-viewer { justify-content: center; align-items: flex-start; overflow: hidden; padding: 0; }
  .demo-canvas { width: 100%; min-width: 0; border-right: 0; border-left: 0; border-radius: 0; box-shadow: none; }
  .demo-hotspot__label { width: max-content; max-width: min(195px, calc(100vw - 24px)); min-width: min(142px, calc(100vw - 24px)); padding: 8px 9px 9px; }
  .demo-hotspot__label small { font-size: 7px; }
  .demo-hotspot__label strong { font-size: 9px; }
  .demo-caption { min-height: 201px; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: start; gap: 11px; padding: 15px 14px 18px; }
  .demo-caption__number span { font-size: 22px; }
  .demo-caption__number small { display: none; }
  .demo-caption__copy h2 { margin-top: 5px; font-size: 19px; }
  .demo-caption__copy p { display: -webkit-box; overflow: hidden; font-size: 11px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
  .demo-caption__actions { flex-direction: column-reverse; }
  .demo-caption__actions button, .demo-caption__actions button:last-child { min-width: 68px; height: 38px; padding: 0 10px; font-size: 11px; }
  .demo-map-overlay { align-items: flex-end; }
  .demo-map { width: 100%; height: 92dvh; padding: 21px 18px; border-top: 1px solid rgba(255, 255, 255, .16); border-left: 0; border-radius: 20px 20px 0 0; }
  .demo-complete { padding: 30px 20px; }
  .demo-complete__content h2 { font-size: 43px; }
  .demo-complete__content > p { font-size: 14px; }
  .demo-complete__grid { grid-template-columns: repeat(2, 1fr); }
  .demo-complete__actions { flex-direction: column; }
  .demo-complete__actions button, .demo-complete__actions a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
