@charset "UTF-8";

:root {
    font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
    color: #242521;
    background: #f5f4f0;
    font-synthesis: none;
    --orange: #e76b23;
    --muted: #71716c;
    --line: #e7e6e0;
    --ease: cubic-bezier(.22, 1, .36, 1)
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility
}

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

button,
input {
    font: inherit
}

button,
a {
    touch-action: manipulation
}

button {
    cursor: pointer
}

a {
    color: inherit;
    text-decoration: none
}

button {
    color: inherit
}

button:disabled {
    cursor: default
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
    outline: 3px solid #bc5318;
    outline-offset: 4px
}

h1,
h2,
p {
    margin: 0
}

button {
    border: 0
}

button[hidden],
[hidden] {
    display: none !important
}

.app-shell {
    height: 100svh;
    min-height: 650px;
    max-width: 1800px;
    margin: auto;
    display: grid;
    grid-template-rows: 94px minmax(0, 1fr) 64px;
    padding: env(safe-area-inset-top) calc(4.4vw + env(safe-area-inset-right)) env(safe-area-inset-bottom) calc(4.4vw + env(safe-area-inset-left))
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.brand {
    display: flex;
    align-items: center;
    gap: 20px
}

.brand img {
    width: 172px;
    height: auto
}

.brand>span {
    border-left: 1px solid #d5d3cb;
    padding-left: 20px;
    font-size: 21px;
    font-weight: 550;
    letter-spacing: -.8px
}

.header-note {
    font-size: 12px;
    color: var(--muted)
}

.original-link {
    font-size: 12px;
    display: flex;
    gap: 14px;
    align-items: center
}

.original-link:hover {
    text-decoration: underline
}

.experience {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(460px, 1.2fr);
    gap: 18px;
    max-height: 850px;
    width: 100%;
    align-self: center;
    height: 100%
}

.showcase {
    isolation: isolate;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #e7e6df;
    min-width: 0
}

.hero-copy {
    position: relative;
    z-index: 2;
    padding: clamp(32px, 4.1vw, 72px);
    pointer-events: none
}

.eyebrow {
    font-size: 10px;
    letter-spacing: 1.8px;
    font-weight: 650;
    line-height: 1.5
}

.hero-copy .eyebrow {
    color: #686961;
    margin-bottom: 30px
}

h1 {
    font-size: clamp(46px, 4.9vw, 78px);
    letter-spacing: -.065em;
    line-height: 1.02;
    font-weight: 600
}

h1 span {
    color: #bd581f
}

.hero-description {
    margin-top: 25px;
    color: #62635c;
    font-size: clamp(13px, 1.15vw, 17px);
    line-height: 1.65
}

.architecture {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    background: linear-gradient(112deg, #eeede6 0%, #e7e6df 48%, #d3d0c5 100%)
}

.window {
    position: absolute;
    width: 56%;
    height: 85%;
    right: -12%;
    top: 14%;
    transform: perspective(1000px) rotateY(-26deg) rotateZ(-8deg);
    border: 9px solid #c5c0b4;
    box-shadow: inset 6px 0 9px #59514380, -10px 12px 18px #70644525, 0 0 0 1px #efece3;
    background: #ffdf9d;
    overflow: hidden
}

.window-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(170deg, #ffe8b3 30%, #ffb65c 68%, #ed7031);
    box-shadow: inset 0 0 42px #fff2c0
}

.shutter {
    position: absolute;
    inset: 0 0 27%;
    background: repeating-linear-gradient(0deg, #8e8e86 0px, #b7b6ad 2px, #d9d7cd 5px, #d2d0c6 15px, #b5b4aa 19px, #84847c 20px);
    box-shadow: 0 15px 25px #89552555;
    transform: translateY(0);
    transition: transform 1800ms var(--ease)
}

.window-rail {
    position: absolute;
    inset: 0;
    border: 7px solid #bab7ac;
    box-shadow: inset 4px 0 10px #65594470
}

.light-spill {
    position: absolute;
    inset: 30% -35% -35% 5%;
    background: radial-gradient(ellipse, #ffb36388, transparent 65%);
    transition: opacity 1800ms
}

.floor-light {
    position: absolute;
    width: 78%;
    height: 20%;
    background: linear-gradient(160deg, #ffd28688, #ffdda100);
    bottom: -4%;
    right: -14%;
    filter: blur(8px);
    transform: skewX(-50deg) rotate(-17deg)
}

.showcase.light-open .shutter {
    transform: translateY(-47%)
}

.showcase.light-open .light-spill {
    opacity: .3
}

.showcase-bottom {
    position: absolute;
    bottom: 26px;
    left: 32px;
    right: 26px;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.showcase-bottom>span {
    font-size: 8px;
    letter-spacing: 1.4px;
    color: #5d5c54
}

.light-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    background: #ffffff70;
    border: 1px solid #ffffff70;
    padding: 9px 12px;
    border-radius: 30px;
    backdrop-filter: blur(10px)
}

.light-toggle>span {
    font-size: 18px
}

.onboarding {
    background: #fff;
    border-radius: 24px;
    display: grid;
    grid-template-rows: 72px 45px minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
    border: 1px solid #ecebe5
}

.panel-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 36px;
    border-bottom: 1px solid var(--line);
    font-size: 12px;
    color: var(--muted)
}

.panel-wordmark {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.5px;
    color: #292a26
}

.progress {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 0;
    padding: 18px 36px 0;
    list-style: none
}

.progress button {
    padding: 0 0 10px;
    background: none;
    width: 100%;
    text-align: left;
    border-bottom: 2px solid var(--line);
    font-size: 11px;
    color: #7c7c74;
    transition: border-color .4s, color .4s
}

.progress button span {
    font-size: 10px;
    margin-right: 5px
}

.progress button[aria-current=step] {
    border-color: var(--orange);
    color: #b24e18
}

.progress button.done {
    border-color: #292a26;
    color: #292a26
}

form {
    min-height: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) 104px
}

.step-stage {
    min-height: 0;
    position: relative;
    overflow: hidden
}

.step {
    position: absolute;
    inset: 0;
    padding: 29px 36px 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: opacity .3s ease, transform .45s var(--ease), visibility .45s;
    scrollbar-gutter: stable
}

.step.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.step.leaving-back {
    transform: translateX(20px)
}

.step.leaving-next {
    transform: translateX(-20px)
}

.step h2 {
    font-size: clamp(46px, 4.9vw, 78px);
    font-weight: 500;
    letter-spacing: -.065em;
    line-height: 1.02;
    margin-top: 12px;
    outline: none
}

.step>.eyebrow {
    color: #8b6650
}

.description {
    font-size: 14px;
    line-height: 1.62;
    color: var(--muted);
    margin-top: 12px
}

.welcome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 22px;
    padding-bottom: 20px
}

.welcome h2 {
    margin-top: 14px
}

.rotating-word {
    display: inline-block;
    color: #b2541d;
    transition: opacity .45s ease, transform .45s var(--ease)
}

.rotating-word.switching {
    opacity: 0;
    transform: translateY(10px)
}

.welcome>.eyebrow {
    font-size: 8px;
    letter-spacing: 1.4px
}

.access-symbol {
    display: block;
    width: auto;
    height: 44px;
    object-fit: contain;
    filter: grayscale(1) brightness(.8) contrast(1.15);
    margin-bottom: 25px
}

.welcome-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    line-height: 1.6;
    color: var(--muted);
    margin-top: 25px
}

.welcome-meta strong {
    font-weight: 500;
    color: #42443d
}

.small-sun {
    font-size: 27px;
    color: #b36837
}

.panel-navigation {
    padding: 0 36px 26px;
    background: #fff;
    position: relative
}

.form-error {
    min-height: 31px;
    padding: 2px 0 5px;
    color: #b43d22;
    font-size: 12px;
    line-height: 1.35;
    overflow-wrap: anywhere
}

.actions {
    border-top: 1px solid var(--line);
    padding-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 46px;
    border-radius: 100px;
    background: #272924;
    color: #fff;
    padding: 0 22px;
    font-size: 13px;
    font-weight: 550;
    transition: background .2s, box-shadow .2s, transform .2s
}

.primary:hover {
    background: #b8521d;
    box-shadow: 0 5px 16px #c8742920
}

.primary:active {
    transform: scale(.98)
}

.primary>span:last-child {
    font-size: 19px;
    font-weight: 400
}

.back-button {
    background: transparent;
    padding: 12px 0;
    font-size: 12px;
    color: #66685f;
    display: flex;
    gap: 10px
}

.back-button:hover {
    color: #b8521d
}

.start-note {
    font-size: 10px;
    color: #7b7c73
}

.fields {
    display: grid;
    gap: 8px;
    margin-top: 23px
}

.fields>label {
    font-size: 12px;
    font-weight: 550;
    margin-top: 5px
}

input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    min-width: 0;
    border: 1px solid #dedfd7;
    border-radius: 10px;
    padding: 13px 14px;
    background: #fafaf8;
    font-size: 16px;
    color: #272924;
    transition: border-color .2s;
    outline-offset: 2px
}

input::placeholder {
    color: #989b90
}

input[aria-invalid=true] {
    border-color: #b43d22 !important
}

.account-field {
    display: flex;
    align-items: center;
    border: 1px solid #dedfd7;
    border-radius: 10px;
    background: #fafaf8;
    overflow: hidden
}

.account-field input {
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important
}

.account-field:focus-within {
    outline: 2px solid #bc5318;
    outline-offset: 2px
}

.account-field input:focus-visible {
    outline: 0
}

.account-field>span {
    padding-right: 14px;
    font-size: 13px;
    color: #7b7e74;
    white-space: nowrap
}

.field-hint {
    font-size: 11px;
    color: var(--muted)
}

fieldset {
    border: 0;
    padding: 0;
    min-width: 0
}

.departments {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin: 23px 0 0
}

.departments label,
.targets label {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #e1e2db;
    border-radius: 10px;
    cursor: pointer;
    transition: background .2s, border-color .2s;
    min-width: 0
}

.departments label {
    padding: 14px 11px;
    gap: 7px;
    justify-content: space-between;
    font-size: 12px
}

.departments input,
.targets input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0
}

.departments i,
.targets i {
    width: 15px;
    height: 15px;
    border: 1px solid #c5c7bd;
    border-radius: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal
}

.departments label:has(:checked),
.targets label:has(:checked) {
    background: #fff5eb;
    border-color: #d17a41
}

.departments label:has(:checked) i {
    background: #ba5b20;
    border-color: #ba5b20
}

.departments label:has(:checked) i:after {
    content: "✓";
    font-size: 10px;
    color: white
}

.departments label:has(:focus-visible),
.targets label:has(:focus-visible) {
    outline: 3px solid #bc5318;
    outline-offset: 3px
}

.targets {
    display: grid;
    gap: 10px;
    margin: 23px 0 0
}

.targets label {
    padding: 13px;
    gap: 12px
}

.app-icon {
    width: 37px;
    height: 37px;
    border-radius: 9px;
    background: #f4e5d8;
    color: #98562b;
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: 600;
    flex-shrink: 0
}

.app-icon.crm {
    color: #636793;
    background: #eeedf6
}

.app-icon.bi {
    background: #e8eae5;
    color: #68775e
}

.targets strong {
    font-size: 14px;
    font-weight: 600;
    display: block
}

.targets small {
    font-size: 11px;
    display: block;
    margin-top: 5px;
    color: var(--muted);
    line-height: 1.4
}

.targets i {
    margin-left: auto;
    border-radius: 50%
}

.targets label:has(:checked) i {
    border: 4px solid #b95c23;
    background: #fff
}

.targets .unavailable {
    cursor: default;
    background: #fafbf8
}

.soon {
    font-size: 9px;
    color: #777c70;
    margin-left: auto
}

.review {
    margin: 20px 0 0
}

.review>div {
    display: grid;
    grid-template-columns: 75px minmax(0, 1fr) 30px;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    font-size: 12px;
    line-height: 1.5
}

.review dt {
    color: var(--muted)
}

.review dd {
    margin: 0;
    overflow-wrap: anywhere;
    font-weight: 500
}

.review button {
    background: transparent;
    font-size: 16px;
    color: #9e5c33;
    padding: 0
}

.scan-button {
    display: flex;
    align-items: center;
    gap: 9px;
    background: none;
    font-size: 12px;
    padding: 17px 0;
    color: #72766b
}

.scan-button span:last-child {
    margin-left: 8px
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    color: #76776e;
    letter-spacing: .3px
}

.footer-separator {
    margin: 0 14px;
    color: #b6b7ab
}

.orange {
    margin-left: 9px;
    color: var(--orange)
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

dialog {
    width: min(460px, calc(100% - 32px));
    max-height: 85svh;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 25px;
    color: #242521;
    box-shadow: 0 20px 100px #0003
}

dialog::backdrop {
    background: #24252166;
    backdrop-filter: blur(8px)
}

.dialog-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

.dialog-top h2 {
    font-size: 24px;
    letter-spacing: -.7px;
    font-weight: 520
}

.dialog-top button {
    background: #f0f0eb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 25px
}

dialog p {
    font-size: 14px;
    color: #71716c;
    margin: 15px 0;
    line-height: 1.6
}

#scanner-reader {
    overflow: hidden;
    border-radius: 12px
}

.noscript {
    position: fixed;
    inset: auto 0 0;
    background: #fff0dd;
    padding: 20px;
    text-align: center;
    z-index: 20
}

.handoff-loader {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: #f0f0e9e6;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 80;
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease
}

.handoff-loader.active {
    opacity: 1;
    pointer-events: auto
}

.handoff-card {
    min-width: min(430px, 92vw);
    max-width: 540px;
    padding: 26px 24px;
    border-radius: 18px;
    border: 1px solid #d8d7cd;
    background: #fbfbf7;
    box-shadow: 0 24px 64px #1b23120f;
    display: grid;
    justify-items: center;
    gap: 18px
}

.handoff-spinner {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 4px solid #d5d8cf;
    border-top-color: #4e5848;
    animation: handoff-spin 900ms linear infinite
}

#handoff-message {
    margin: 0;
    text-align: center;
    font-size: clamp(16px, 2.2vw, 20px);
    font-weight: 600;
    color: #262822;
    line-height: 1.4
}

@keyframes handoff-spin {
    to {
        transform: rotate(360deg)
    }
}

@media(min-width:1500px) {
    .panel-top {
        margin: 0 50px
    }

    .progress {
        padding-left: 50px;
        padding-right: 50px
    }

    .step {
        padding-left: 50px;
        padding-right: 50px
    }

    .panel-navigation {
        padding-left: 50px;
        padding-right: 50px
    }

    .description {
        font-size: 14px
    }

    .departments label {
        font-size: 13px;
        padding: 18px 14px
    }

    .targets label {
        padding: 18px
    }

    .targets strong {
        font-size: 14px
    }

    .targets small {
        font-size: 11px
    }

    .fields {
        margin-top: 30px
    }

    .review>div {
        font-size: 13px;
        padding: 16px 0
    }
}

@media(max-width:1050px) {
    .app-shell {
        padding: 0 24px;
        grid-template-rows: 80px minmax(0, 1fr) 50px
    }

    .experience {
        grid-template-columns: minmax(0, .85fr) minmax(400px, 1fr);
        gap: 14px
    }

    .header-note {
        display: none
    }

    .hero-copy {
        padding: 35px 28px
    }

    h1 {
        font-size: 58px
    }

    .window {
        right: -22%;
        width: 72%;
        top: 32%;
        height: 70%
    }

    .showcase-bottom>span {
        display: none
    }

    .showcase-bottom {
        left: 26px
    }

    .panel-top {
        margin: 0 28px
    }

    .progress {
        padding-left: 28px;
        padding-right: 28px
    }

    .step {
        padding-left: 28px;
        padding-right: 28px
    }

    .panel-navigation {
        padding-left: 28px;
        padding-right: 28px
    }
}

@media(max-width:760px) {
    .app-shell {
        padding: calc(env(safe-area-inset-top) + 8px) calc(16px + env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) calc(16px + env(safe-area-inset-left));
        height: 100svh;
        min-height: 590px;
        grid-template-rows: 66px minmax(0, 1fr) 38px
    }

    .brand {
        gap: 12px
    }

    .brand img {
        width: 118px
    }

    .brand>span {
        font-size: 17px;
        padding-left: 12px
    }

    .original-link {
        font-size: 10px;
        gap: 6px
    }

    .experience {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(140px, auto) minmax(0, 1fr);
        gap: 12px;
        max-height: none
    }

    .showcase {
        border-radius: 17px
    }

    .hero-copy {
        padding: 20px 22px
    }

    .hero-copy .eyebrow,
    .hero-description {
        display: none
    }

    h1 {
        font-size: clamp(26px, 7.8vw, 34px);
        letter-spacing: -1.1px;
        line-height: 1.08
    }

    h1 br:nth-of-type(1) {
        display: none
    }

    h1 br:nth-of-type(1):after {
        content: " "
    }

    h1 br:nth-of-type(2) {
        display: none
    }

    h1 br:nth-of-type(2):after {
        content: " "
    }

    h1 span {
        display: inline-block
    }

    .window {
        width: 30%;
        right: 2%;
        top: -20%;
        height: 145%;
        transform: perspective(700px) rotateY(-25deg) rotateZ(-12deg);
        border-width: 4px
    }

    .window-rail {
        border-width: 3px
    }

    .shutter {
        background-size: auto 15px
    }

    .showcase-bottom {
        left: auto;
        right: 9px;
        bottom: 9px
    }

    .light-toggle {
        width: 32px;
        height: 32px;
        overflow: hidden;
        font-size: 0;
        padding: 6px;
        justify-content: center;
        gap: 0
    }

    .light-toggle>span {
        font-size: 20px
    }

    .onboarding {
        border-radius: 17px;
        grid-template-rows: 52px 37px minmax(0, 1fr)
    }

    .panel-top {
        margin: 0 22px;
        font-size: 11px
    }

    .panel-wordmark {
        font-size: 15px
    }

    .progress {
        padding: 10px 22px 0;
        gap: 10px
    }

    .progress button {
        font-size: 11px;
        padding-bottom: 10px
    }

    .progress button span {
        font-size: 10px
    }

    .step {
        padding: 21px 22px 12px
    }

    .step h2 {
        font-size: clamp(30px, 9vw, 40px);
        letter-spacing: -1.2px;
        margin-top: 10px
    }

    .step>.eyebrow {
        font-size: 9px;
        letter-spacing: 1.3px
    }

    .description {
        font-size: 13px;
        margin-top: 10px;
        line-height: 1.58
    }

    .welcome {
        padding-top: 15px
    }

    .access-symbol {
        height: 35px;
        margin-bottom: 17px
    }

    .welcome-meta {
        margin-top: 18px;
        font-size: 12px
    }

    .welcome>.eyebrow {
        font-size: 9px;
        letter-spacing: 1px
    }

    form {
        grid-template-rows: minmax(0, 1fr) 94px
    }

    .panel-navigation {
        padding: 0 22px 19px
    }

    .actions {
        padding-top: 12px
    }

    .primary {
        min-height: 44px;
        font-size: 12px;
        gap: 20px;
        padding: 0 18px
    }

    .start-note {
        font-size: 10px
    }

    .fields {
        margin-top: 16px;
        gap: 8px
    }

    .fields>label {
        font-size: 12px
    }

    .fields input:not([type]) {
        padding: 11px 12px
    }

    .account-field>span {
        font-size: 12px;
        padding-right: 10px
    }

    .departments {
        margin-top: 16px;
        gap: 9px
    }

    .departments label {
        padding: 13px 11px;
        font-size: 12px;
        min-height: 46px
    }

    .targets {
        margin-top: 15px;
        gap: 9px
    }

    .targets label {
        padding: 11px;
        gap: 10px
    }

    .targets strong {
        font-size: 12px
    }

    .targets small {
        font-size: 10px
    }

    .app-icon {
        width: 32px;
        height: 32px;
        font-size: 20px
    }

    .review {
        margin-top: 15px
    }

    .review>div {
        padding: 10px 0;
        font-size: 10px;
        gap: 8px;
        grid-template-columns: 64px minmax(0, 1fr) 24px
    }

    .scan-button {
        padding: 13px 0;
        font-size: 11px
    }

    .site-footer {
        font-size: 9px;
        letter-spacing: 0
    }

    .site-footer>span:last-child {
        font-size: 0
    }

    .site-footer .orange {
        font-size: 11px
    }

    .footer-separator {
        margin: 0 8px
    }

    .form-error {
        font-size: 12px;
        min-height: 30px
    }
}

@media(max-width:760px) and (max-height:740px) {
    .experience {
        grid-template-rows: 82px minmax(0, 1fr)
    }

    .hero-copy {
        padding: 14px 20px
    }

    h1 {
        font-size: 26px
    }

    .app-shell {
        grid-template-rows: 56px minmax(0, 1fr) 30px
    }

    .step {
        padding-top: 16px
    }

    .step h2 {
        font-size: 26px
    }

    .step h2 br {
        display: none
    }

    .step h2 br:after {
        content: " "
    }

    .welcome h2 br {
        display: block
    }

    .access-symbol {
        margin-bottom: 12px
    }

    .welcome-meta {
        margin-top: 13px
    }

    .description {
        margin-top: 8px
    }

    .departments {
        margin-top: 13px;
        gap: 7px
    }

    .departments label {
        min-height: 40px;
        padding: 11px 9px
    }

    .fields {
        margin-top: 12px
    }

    .review>div {
        padding: 8px 0
    }
}

@media(max-height:700px) and (min-width:761px) {
    .app-shell {
        min-height: 570px;
        grid-template-rows: 66px minmax(0, 1fr) 40px
    }

    .onboarding {
        grid-template-rows: 55px 38px minmax(0, 1fr)
    }

    .progress {
        padding-top: 12px
    }

    .step {
        padding-top: 20px
    }

    .step h2 {
        font-size: 32px
    }

    .step h2 br {
        display: none
    }

    .welcome h2 br {
        display: block
    }

    .description {
        margin-top: 8px
    }

    .access-symbol {
        margin-bottom: 16px
    }

    .fields,
    .departments,
    .targets {
        margin-top: 17px
    }

    .welcome-meta {
        margin-top: 18px
    }

    .review>div {
        padding: 8px 0
    }
}

.app-shell {
    min-height: 0;
    height: var(--app-height, 100svh)
}

@media(max-width:760px) {
    body.keyboard-open .experience {
        grid-template-rows: minmax(0, 1fr)
    }

    body.keyboard-open .showcase,
    body.keyboard-open .site-footer {
        display: none
    }

    body.keyboard-open .app-shell {
        grid-template-rows: 46px minmax(0, 1fr);
        padding-bottom: max(8px, env(safe-area-inset-bottom))
    }

    body.keyboard-open .onboarding {
        grid-template-rows: 40px 32px minmax(0, 1fr)
    }

    body.keyboard-open .step {
        padding-top: 12px
    }

    body.keyboard-open .step h2 {
        font-size: 25px
    }

    body.keyboard-open .step h2 br {
        display: none
    }

    body.keyboard-open .step>.eyebrow,
    body.keyboard-open .description {
        display: none
    }

    body.keyboard-open form {
        grid-template-rows: minmax(0, 1fr) 86px
    }
}

/* Transparent surfaces over the existing, deliberately quiet product film. */
html {
    background: #e4e5de
}

body {
    background: transparent;
    isolation: isolate
}

.video-background {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    background: linear-gradient(125deg, #e9ebe3, #d3d8ce)
}

.video-background video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .14;
    filter: grayscale(1) contrast(.8);
    transform: scale(1.02)
}

.video-background:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, #f7f5e855, #eef0e526)
}

.onboarding {
    background: rgba(255, 255, 250, .36);
    border-color: #ffffff92;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: 0 16px 50px #25331e09
}

.panel-navigation {
    background: transparent
}

.showcase {
    background: transparent
}

.architecture {
    background: linear-gradient(112deg, #f2efe35c, #e9e8db35 48%, #d3d0c540)
}

.panel-top,
.actions {
    border-color: #808a722b
}

.progress button {
    border-bottom-color: #808a722b
}

.fields input:not([type=checkbox]):not([type=radio]),
.account-field {
    background: #ffffff5c
}

.departments label,
.targets label {
    background: #ffffff3d;
    border-color: #949d823b
}

.departments label:has(:checked),
.targets label:has(:checked) {
    background: #fff2e3ab;
    border-color: #c0713e
}

.shutter {
    transform: translateY(var(--shutter-open, -22%));
    transition: none
}

.light-spill {
    opacity: var(--light-opacity, .63);
    transition: none
}

#motion-toggle {
    background: none;
    color: #636a59;
    font-size: 10px;
    padding: 10px 12px;
    min-height: 36px
}

#motion-toggle:hover {
    color: #a75420
}

.primary:disabled {
    opacity: .58;
    cursor: not-allowed;
    box-shadow: none;
    transform: none
}

.primary:disabled:hover {
    background: #272924
}

.resource-info {
    min-width: 0
}

.resource-address {
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px;
    opacity: .85
}

.resource-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
    color: #626b59;
    font-size: 9px
}

.resource-pagination button {
    background: transparent;
    width: 36px;
    height: 36px;
    font-size: 17px
}

.resource-pagination button:disabled {
    opacity: .28
}

.review-details {
    margin: 13px 0 12px;
    border-block: 1px solid #808a722b
}

.review-details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
    cursor: pointer;
    list-style: none;
    font-size: 11px
}

.review-details summary::-webkit-details-marker {
    display: none
}

.review-details summary>span:first-child {
    font-weight: 600;
    overflow-wrap: anywhere
}

.review-details summary>span:last-child {
    font-size: 9px;
    color: #89603f;
    white-space: nowrap
}

.review-details .review {
    margin-top: 0;
    padding-bottom: 8px
}

.auth-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px
}

.auth-methods button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    min-height: 76px;
    padding: 12px 10px 12px 36px;
    background: #ffffff48;
    border: 1px solid #929c803b;
    border-radius: 11px;
    transition: background .2s, border-color .2s
}

.auth-methods button:hover {
    background: #fff4e1a8;
    border-color: #be7847
}

.auth-methods button.verified {
    background: #eaf5ddb3;
    border-color: #6c874f
}

.auth-methods button:disabled {
    opacity: .42;
    cursor: not-allowed
}

.auth-methods button:disabled:hover {
    background: #ffffff48;
    border-color: #929c803b
}

.auth-icon {
    position: absolute;
    left: 11px;
    top: 15px;
    font-size: 19px;
    color: #96613a
}

.auth-methods strong {
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600
}

.auth-methods small {
    font-size: 9px;
    line-height: 1.5;
    color: #626b59;
    margin-top: 5px
}

.auth-status {
    font-size: 11px;
    line-height: 1.55;
    color: #775738;
    margin-top: 12px;
    padding-left: 10px;
    border-left: 2px solid #c18a55;
    overflow-wrap: anywhere
}

.auth-status.success {
    color: #426330;
    border-left-color: #74994f
}

[data-step="4"] h2 {
    font-size: inherit;
    line-height: 1.02
}

[data-step="4"] .description {
    margin-top: 8px
}

.targets {
    gap: 8px
}

.targets label {
    padding: 10px 12px
}

.targets .resource-address {
    font-size: 8px;
    margin-top: 3px
}

#key-form {
    display: block
}

#key-form>label {
    display: block;
    font-size: 12px;
    margin: 16px 0 8px
}

#key-form>.primary {
    margin-top: 16px;
    justify-content: center;
    width: 100%
}

#key-status {
    min-height: 22px;
    color: #865d37
}

#key-dialog input {
    background: #f6f6f0
}

dialog {
    background: #f6f5eff5;
    backdrop-filter: blur(20px)
}

@media(max-width:1050px) {
    .auth-methods strong {
        font-size: 10px
    }

    .auth-methods button {
        padding-left: 31px
    }

    .auth-icon {
        left: 9px;
        font-size: 17px
    }
}

@media(max-width:760px) {
    .video-background video {
        opacity: .11
    }

    .onboarding {
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px)
    }

    #motion-toggle {
        font-size: 8px;
        padding: 4px 6px;
        min-height: 28px
    }

    .targets label {
        padding: 9px 11px
    }

    .resource-address {
        max-width: 210px
    }

    .resource-pagination {
        margin-top: 4px;
        font-size: 9px
    }

    .resource-pagination button {
        height: 32px
    }

    .auth-methods {
        gap: 9px
    }

    .auth-methods button {
        min-height: 68px;
        padding: 10px 9px 10px 32px
    }

    .auth-methods strong {
        font-size: 12px
    }

    .auth-methods small {
        font-size: 10px;
        margin-top: 4px
    }

    .auth-icon {
        left: 9px;
        top: 12px;
        font-size: 17px
    }

    [data-step="4"] h2 {
        font-size: inherit;
        letter-spacing: inherit
    }

    .review-details {
        margin: 10px 0
    }

    .review-details summary {
        padding: 9px 0;
        font-size: 10px
    }

    .review-details summary>span:last-child {
        font-size: 8px
    }

    .auth-status {
        font-size: 11px;
        margin-top: 10px;
        line-height: 1.5
    }

    .targets .resource-address {
        font-size: 7px
    }
}

@media(max-width:760px) and (max-height:740px) {
    [data-step="4"] {
        padding-top: 12px
    }

    [data-step="4"] h2 {
        font-size: inherit;
        margin-top: 5px
    }

    [data-step="4"] .description {
        margin-top: 5px
    }

    .auth-methods button {
        min-height: 59px
    }

    .auth-methods small {
        font-size: 8px
    }

    .auth-status {
        margin-top: 8px;
        font-size: 9px
    }

    .review-details {
        margin: 8px 0
    }

    .review-details summary {
        padding: 8px 0
    }

    .targets {
        margin-top: 12px
    }

    .targets label {
        padding: 8px 10px
    }

    .resource-pagination button {
        height: 30px
    }
}

.video-background video {
    opacity: .48;
    filter: grayscale(1) contrast(1.12)
}

.video-background:after {
    background: linear-gradient(110deg, #f7f5e81f, #eef0e508)
}

.onboarding {
    background: rgba(255, 255, 250, .53)
}

.demo-badge {
    font-size: 9px;
    letter-spacing: 1px;
    border: 1px solid #a17a4e55;
    border-radius: 20px;
    padding: 3px 7px;
    margin-left: 8px
}

#demo-form {
    display: block
}

#demo-input-wrap label {
    display: block;
    font-size: 12px;
    margin: 12px 0 8px
}

#demo-confirm {
    width: 100%;
    justify-content: center;
    margin-top: 15px
}

#demo-error {
    font-size: 12px;
    color: #915e2e;
    min-height: 18px
}

.demo-account {
    background: #e8e9df;
    padding: 17px;
    border-radius: 10px;
    font-size: 14px;
    overflow-wrap: anywhere
}

.demo-footnote {
    font-size: 10px !important;
    text-align: center;
    margin-bottom: 0 !important
}

#demo-reader {
    border-radius: 12px;
    overflow: hidden
}

@media(max-width:760px) {
    .video-background video {
        opacity: .42
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    *:before,
    *:after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important
    }

    .video-background video {
        display: none
    }
}