:root {
    --brand-orange: #ff7603;
    --brand-dark-blue: #011e4a;
    --brand-light-blue: #0065fd;
    --brand-bg: #f7f9fc;
    --brand-border: #dce6f3;
    --brand-muted: #526071;
    --bs-primary: #ff7603;
    --bs-primary-rgb: 255, 118, 3;
    --bs-link-color: #0065fd;
    --bs-link-hover-color: #011e4a;
}

html {
    min-height: 100%;
}

body {
    background: var(--brand-bg);
    color: var(--brand-dark-blue);
}

.app-navbar {
    background: #fff;
}

.app-navbar .navbar-brand span {
    color: var(--brand-dark-blue);
}

.app-navbar .nav-link {
    color: #344054;
}

.app-navbar .nav-link:hover,
.app-navbar .nav-link:focus,
.app-navbar .nav-link.active {
    color: var(--brand-light-blue);
}

.app-brand-logo {
    display: block;
    height: 2.25rem;
    max-width: 12rem;
    object-fit: contain;
    width: auto;
}

.btn-accent {
    --bs-btn-bg: var(--brand-orange);
    --bs-btn-border-color: var(--brand-orange);
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #e65f00;
    --bs-btn-hover-border-color: #e65f00;
}

.btn-teal {
    --bs-btn-bg: var(--brand-light-blue);
    --bs-btn-border-color: var(--brand-light-blue);
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #0054d6;
    --bs-btn-hover-border-color: #0054d6;
}

.btn-primary {
    --bs-btn-bg: var(--brand-orange);
    --bs-btn-border-color: var(--brand-orange);
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #e65f00;
    --bs-btn-hover-border-color: #e65f00;
    --bs-btn-active-bg: #cc5600;
    --bs-btn-active-border-color: #cc5600;
}

.btn-outline-primary {
    --bs-btn-color: var(--brand-light-blue);
    --bs-btn-border-color: rgba(0, 101, 253, .45);
    --bs-btn-hover-bg: var(--brand-light-blue);
    --bs-btn-hover-border-color: var(--brand-light-blue);
    --bs-btn-active-bg: #0054d6;
    --bs-btn-active-border-color: #0054d6;
}

.btn-google {
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #cfd6df;
    --bs-btn-color: var(--brand-dark-blue);
    --bs-btn-hover-bg: #f4f6f8;
    --bs-btn-hover-border-color: #b8c2cc;
    align-items: center;
    display: inline-flex;
    gap: .6rem;
    justify-content: center;
}

.google-mark {
    align-items: center;
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: 50%;
    color: #1a73e8;
    display: inline-flex;
    font-weight: 700;
    height: 1.5rem;
    justify-content: center;
    line-height: 1;
    width: 1.5rem;
}

.surface {
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: 8px;
    padding: 1.25rem;
}

.share-links {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.share-link {
    align-items: center;
    background: #fff;
    border: 1px solid #cfd6df;
    border-radius: 999px;
    color: #344054;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1;
    min-height: 1.8rem;
    padding: .45rem .65rem;
    text-decoration: none;
}

.share-link:hover,
.share-link:focus {
    background: #edf5ff;
    border-color: var(--brand-light-blue);
    color: var(--brand-light-blue);
}

.image-share-panel {
    border-top: 1px solid var(--brand-border);
    padding-top: .75rem;
}

.public-gallery-hero {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.public-gallery-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
}

.public-gallery-card {
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: 8px;
    overflow: hidden;
}

.public-gallery-image-link {
    background: #eef1f4;
    display: block;
}

.public-gallery-card img,
.public-gallery-detail-image img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.public-gallery-card img {
    aspect-ratio: 4 / 5;
}

.public-gallery-card-body {
    padding: .85rem;
}

.public-gallery-card a {
    color: var(--brand-dark-blue);
    text-decoration: none;
}

.public-gallery-card a:hover,
.public-gallery-card a:focus {
    color: var(--brand-light-blue);
}

.public-gallery-detail-layout {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
}

.public-gallery-detail-image {
    background: #eef1f4;
    border-radius: 8px;
    overflow: hidden;
}

.public-gallery-detail-image img {
    aspect-ratio: 4 / 5;
}

.public-gallery-detail-copy {
    align-self: center;
}

.process-steps {
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: 8px;
    overflow-x: auto;
    padding: .75rem;
}

.process-steps-list {
    display: flex;
    gap: .5rem;
    list-style: none;
    margin: 0;
    min-width: max-content;
    padding: 0;
}

.process-step {
    align-items: center;
    border: 1px solid var(--brand-border);
    border-radius: 999px;
    color: #667085;
    display: flex;
    gap: .45rem;
    padding: .35rem .75rem .35rem .4rem;
    white-space: nowrap;
}

.process-step-index {
    align-items: center;
    background: #eef1f4;
    border-radius: 50%;
    color: #4b5563;
    display: inline-flex;
    font-size: .8rem;
    font-weight: 700;
    height: 1.55rem;
    justify-content: center;
    width: 1.55rem;
}

.process-step.is-complete {
    border-color: #bfd7ff;
    color: var(--brand-light-blue);
}

.process-step.is-complete .process-step-index {
    background: var(--brand-light-blue);
    color: #fff;
}

.process-step.is-current {
    border-color: var(--brand-orange);
    color: var(--brand-dark-blue);
    font-weight: 700;
}

.process-step.is-current .process-step-index {
    background: var(--brand-orange);
    color: #fff;
}

.metric {
    background: #edf5ff;
    border: 1px solid #bfd7ff;
    border-radius: 8px;
    padding: .75rem 1rem;
}

.project-thumb {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    background: #eef1f4;
    border-radius: 8px;
    border: 1px solid var(--brand-border);
}

.world-theme-thumb {
    aspect-ratio: 16 / 10;
    background: #eef1f4;
    border: 1px solid var(--brand-border);
    border-radius: 8px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.image-set-block {
    border-top: 1px solid #e6e9ed;
    margin-top: 1rem;
    padding-top: 1rem;
}

.image-set-block:first-of-type {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.image-set-prompt summary {
    color: #4b5563;
    cursor: pointer;
    font-weight: 600;
}

.image-preview-button {
    background: transparent;
    border: 0;
    display: block;
    padding: 0;
    position: relative;
    width: 100%;
}

.image-preview-overlay {
    align-items: center;
    background: rgba(32, 36, 44, .72);
    border-radius: 0 0 8px 8px;
    bottom: 1px;
    color: #fff;
    display: flex;
    font-size: .85rem;
    font-weight: 700;
    justify-content: center;
    left: 1px;
    opacity: 0;
    padding: .45rem;
    position: absolute;
    right: 1px;
    transition: opacity .15s ease-in-out;
}

.image-preview-button:hover .image-preview-overlay,
.image-preview-button:focus .image-preview-overlay {
    opacity: 1;
}

.image-preview-button:focus {
    border-radius: 8px;
    box-shadow: 0 0 0 .2rem rgba(0, 101, 253, .25);
    outline: none;
}

.image-lightbox-content {
    background: #f7f8fa;
}

.image-lightbox-body {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: min(76vh, 54rem);
    overflow: hidden;
    position: relative;
}

.image-lightbox-stage {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.image-lightbox-img {
    background: #eef1f4;
    border: 1px solid #dce1e7;
    border-radius: 8px;
    display: block;
    height: auto;
    max-height: min(76vh, 54rem);
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.image-lightbox-nav {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border: 1px solid #cfd6df;
    border-radius: 50%;
    box-shadow: 0 .5rem 1.5rem rgba(32, 36, 44, .18);
    color: #20242c;
    display: flex;
    font-size: 2.25rem;
    font-weight: 400;
    height: 3rem;
    justify-content: center;
    line-height: 1;
    padding: 0 0 .2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    z-index: 2;
}

.image-lightbox-nav:hover,
.image-lightbox-nav:focus {
    background: #fff;
    border-color: var(--brand-light-blue);
    color: var(--brand-light-blue);
    outline: none;
}

.image-lightbox-nav-prev {
    left: 1rem;
}

.image-lightbox-nav-next {
    right: 1rem;
}

.admin-project-block,
.admin-image-set-result {
    border-top: 1px solid #e6e9ed;
    margin-top: 1rem;
    padding-top: 1rem;
}

.admin-project-block:first-of-type,
.admin-image-set-result:first-of-type {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.admin-image-set {
    border: 1px solid #e6e9ed;
    border-radius: 8px;
    margin-top: .75rem;
    padding: .75rem;
}

.admin-image-set summary {
    cursor: pointer;
    font-weight: 700;
}

.admin-thumb-link {
    display: block;
}

.model-row {
    border-top: 1px solid #e6e9ed;
    padding-top: 1rem;
    margin-top: 1rem;
}

.model-viewer {
    background: #f9fafb;
    border: 1px solid #dce1e7;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.model-viewer-toolbar {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #dce1e7;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    min-height: 3.25rem;
    padding: .625rem .75rem;
}

.model-viewer-toolbar .btn-group {
    flex-shrink: 0;
}

.model-viewer-icon {
    font-weight: 700;
    min-width: 2.25rem;
}

.model-viewer-stage {
    aspect-ratio: 16 / 10;
    background: #eef1f4;
    cursor: grab;
    height: clamp(18rem, 48vw, 32rem);
    min-height: 18rem;
    outline: none;
    position: relative;
    width: 100%;
}

.model-viewer-stage:focus {
    box-shadow: inset 0 0 0 .2rem rgba(0, 101, 253, .25);
}

.model-viewer-stage canvas {
    display: block;
    height: 100%;
    width: 100%;
}

.model-viewer.is-grabbing .model-viewer-stage {
    cursor: grabbing;
}

.model-viewer-state {
    align-items: center;
    background: rgba(255, 255, 255, .9);
    color: #4b5563;
    display: flex;
    font-weight: 600;
    inset: 3.25rem 0 0;
    justify-content: center;
    padding: 1rem;
    position: absolute;
    text-align: center;
}

.model-viewer.is-loaded .model-viewer-state {
    display: none;
}

.model-viewer.has-error .model-viewer-state {
    color: #b42318;
}

.model-viewer:fullscreen {
    background: #101318;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
}

.model-viewer:fullscreen .model-viewer-toolbar {
    border-bottom-color: #303741;
}

.model-viewer:fullscreen .model-viewer-stage {
    aspect-ratio: auto;
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
}

.model-viewer:fullscreen .model-viewer-state {
    inset: 3.25rem 0 0;
}

.form-control,
.form-select,
.btn {
    border-radius: 6px;
}

.help-popover {
    align-items: center;
    background: #fff;
    border: 1px solid #b8c2cc;
    border-radius: 50%;
    color: #4b5563;
    display: inline-flex;
    font-size: .8rem;
    font-weight: 700;
    height: 1.5rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 1.5rem;
}

.help-popover:hover,
.help-popover:focus {
    background: #edf5ff;
    border-color: var(--brand-light-blue);
    color: var(--brand-light-blue);
}

.provider-toggle {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.provider-option {
    border: 1px solid #dce1e7;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    min-height: 100%;
    padding: .875rem;
}

.provider-option:hover {
    border-color: #b8c2cc;
}

.btn-check:focus + .provider-option {
    box-shadow: 0 0 0 .2rem rgba(0, 101, 253, .18);
}

.btn-check:checked + .provider-option {
    background: #edf5ff;
    border-color: var(--brand-light-blue);
    box-shadow: inset 0 0 0 1px var(--brand-light-blue);
}

.provider-option-title {
    color: #20242c;
    font-weight: 700;
}

.provider-option-text {
    color: #667085;
    font-size: .9rem;
    margin-top: .25rem;
}

[hidden] {
    display: none !important;
}

.field-validation-error,
.validation-summary-errors {
    color: #b42318;
}

.validation-summary-valid {
    display: none;
}

.ip-prompt-warning {
    border-color: #f3c46b;
    color: #543b08;
}

.ip-prompt-warning-title {
    font-weight: 700;
}

.ip-prompt-warning-label {
    color: #765718;
    font-size: .875rem;
    font-weight: 700;
    margin-top: .65rem;
}

.ip-prompt-suggestion {
    background: rgba(255, 255, 255, .65);
    border: 1px solid rgba(84, 59, 8, .18);
    border-radius: 6px;
    margin-top: .25rem;
    overflow-wrap: anywhere;
    padding: .625rem .75rem;
    white-space: pre-wrap;
}

.tier-card {
    height: 100%;
    border-radius: 8px;
}

.marketing-hero {
    min-height: 32rem;
}

.marketing-hero-img,
.section-img,
.gallery-img,
.marketing-card img {
    background: #eef1f4;
    border: 1px solid #dce1e7;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.marketing-hero-img {
    aspect-ratio: 16 / 10;
    box-shadow: 0 1rem 2.25rem rgba(32, 36, 44, .12);
}

.section-img {
    aspect-ratio: 4 / 3;
}

.gallery-img,
.marketing-card img {
    aspect-ratio: 4 / 3;
}

.eyebrow {
    color: var(--brand-light-blue);
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.marketing-section {
    margin-top: 4rem;
}

.section-heading {
    margin-bottom: 1.5rem;
    max-width: 48rem;
}

.section-heading h2,
.marketing-section h2 {
    font-weight: 700;
}

.marketing-card,
.pricing-card {
    background: #fff;
    border: 1px solid #dce1e7;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: .85rem;
    padding: 1rem;
}

.marketing-card p,
.pricing-card p {
    color: #667085;
}

.marketing-card .btn,
.pricing-card .btn {
    margin-top: auto;
}

.trust-pill {
    background: #fff;
    border: 1px solid #dce1e7;
    border-radius: 999px;
    padding: .35rem .7rem;
}

.workflow-list {
    display: grid;
    gap: .75rem;
}

.workflow-list > div {
    background: #fff;
    border: 1px solid #dce1e7;
    border-radius: 8px;
    padding: .85rem 1rem;
}

.workflow-list strong,
.workflow-list span {
    display: block;
}

.workflow-list span {
    color: #667085;
    margin-top: .25rem;
}

.feature-row,
.trust-block,
.price-mini {
    background: #fff;
    border: 1px solid #dce1e7;
    border-radius: 8px;
    height: 100%;
    padding: .85rem 1rem;
}

.feature-row {
    color: #344054;
    font-weight: 600;
}

.trust-block {
    color: #344054;
}

.list-check {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.list-check li {
    color: #4b5563;
    margin-bottom: .55rem;
    padding-left: 1.55rem;
    position: relative;
}

.list-check li::before {
    color: var(--brand-light-blue);
    content: "\2713";
    font-weight: 800;
    left: 0;
    position: absolute;
    top: 0;
}

.use-case-link {
    background: #fff;
    border: 1px solid #dce1e7;
    border-radius: 8px;
    color: #20242c;
    display: block;
    height: 100%;
    padding: 1rem;
    text-decoration: none;
}

.use-case-link:hover,
.use-case-link:focus {
    border-color: var(--brand-light-blue);
    color: var(--brand-dark-blue);
}

.use-case-link strong,
.use-case-link span {
    display: block;
}

.use-case-link span {
    color: #667085;
    margin-top: .4rem;
}

.early-access-band,
.final-cta {
    background: var(--brand-dark-blue);
    border-radius: 8px;
    color: #fff;
    padding: 2rem;
}

.early-access-band p,
.final-cta p {
    color: #dce1e7;
}

.final-cta {
    text-align: center;
}

.marketing-notice {
    border-radius: 8px;
}

.related-links {
    background: #fff;
    border: 1px solid #dce1e7;
    border-radius: 8px;
    padding: 1.25rem;
}

.site-footer {
    background: var(--brand-dark-blue);
    color: #dce1e7;
}

.site-footer a {
    color: #f7f8fa;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--brand-orange);
}

.site-footer .text-light-emphasis {
    color: #cfd6df !important;
}

@media (max-width: 575.98px) {
    .provider-toggle {
        grid-template-columns: 1fr;
    }

    .model-viewer-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .model-viewer-toolbar .btn-group {
        display: flex;
        width: 100%;
    }

    .model-viewer-toolbar .btn {
        flex: 1 1 0;
    }

    .model-viewer-stage {
        aspect-ratio: 4 / 5;
        height: 24rem;
    }

    .model-viewer-state {
        inset: 5.5rem 0 0;
    }

    .image-lightbox-body {
        min-height: 70vh;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .image-lightbox-nav {
        height: 2.5rem;
        width: 2.5rem;
    }

    .image-lightbox-nav-prev {
        left: .5rem;
    }

    .image-lightbox-nav-next {
        right: .5rem;
    }

    .marketing-hero {
        min-height: auto;
    }

    .marketing-section {
        margin-top: 2.75rem;
    }

    .early-access-band,
    .final-cta {
        padding: 1.25rem;
    }

    .public-gallery-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .public-gallery-detail-layout {
        grid-template-columns: 1fr;
    }
}

.loading-overlay {
    align-items: center;
    background: rgba(32, 36, 44, .72);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1080;
}

.loading-overlay[hidden] {
    display: none;
}

.loading-window {
    align-items: center;
    background: #20242c;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .28);
    color: #fff;
    display: flex;
    gap: 1rem;
    max-width: 32rem;
    padding: 1.25rem;
    width: min(100%, 32rem);
}

.loading-title {
    font-weight: 700;
}

.loading-message {
    color: #dce1e7;
    margin-top: .15rem;
}

.progress-width-0 { width: 0%; }
.progress-width-1 { width: 1%; }
.progress-width-2 { width: 2%; }
.progress-width-3 { width: 3%; }
.progress-width-4 { width: 4%; }
.progress-width-5 { width: 5%; }
.progress-width-6 { width: 6%; }
.progress-width-7 { width: 7%; }
.progress-width-8 { width: 8%; }
.progress-width-9 { width: 9%; }
.progress-width-10 { width: 10%; }
.progress-width-11 { width: 11%; }
.progress-width-12 { width: 12%; }
.progress-width-13 { width: 13%; }
.progress-width-14 { width: 14%; }
.progress-width-15 { width: 15%; }
.progress-width-16 { width: 16%; }
.progress-width-17 { width: 17%; }
.progress-width-18 { width: 18%; }
.progress-width-19 { width: 19%; }
.progress-width-20 { width: 20%; }
.progress-width-21 { width: 21%; }
.progress-width-22 { width: 22%; }
.progress-width-23 { width: 23%; }
.progress-width-24 { width: 24%; }
.progress-width-25 { width: 25%; }
.progress-width-26 { width: 26%; }
.progress-width-27 { width: 27%; }
.progress-width-28 { width: 28%; }
.progress-width-29 { width: 29%; }
.progress-width-30 { width: 30%; }
.progress-width-31 { width: 31%; }
.progress-width-32 { width: 32%; }
.progress-width-33 { width: 33%; }
.progress-width-34 { width: 34%; }
.progress-width-35 { width: 35%; }
.progress-width-36 { width: 36%; }
.progress-width-37 { width: 37%; }
.progress-width-38 { width: 38%; }
.progress-width-39 { width: 39%; }
.progress-width-40 { width: 40%; }
.progress-width-41 { width: 41%; }
.progress-width-42 { width: 42%; }
.progress-width-43 { width: 43%; }
.progress-width-44 { width: 44%; }
.progress-width-45 { width: 45%; }
.progress-width-46 { width: 46%; }
.progress-width-47 { width: 47%; }
.progress-width-48 { width: 48%; }
.progress-width-49 { width: 49%; }
.progress-width-50 { width: 50%; }
.progress-width-51 { width: 51%; }
.progress-width-52 { width: 52%; }
.progress-width-53 { width: 53%; }
.progress-width-54 { width: 54%; }
.progress-width-55 { width: 55%; }
.progress-width-56 { width: 56%; }
.progress-width-57 { width: 57%; }
.progress-width-58 { width: 58%; }
.progress-width-59 { width: 59%; }
.progress-width-60 { width: 60%; }
.progress-width-61 { width: 61%; }
.progress-width-62 { width: 62%; }
.progress-width-63 { width: 63%; }
.progress-width-64 { width: 64%; }
.progress-width-65 { width: 65%; }
.progress-width-66 { width: 66%; }
.progress-width-67 { width: 67%; }
.progress-width-68 { width: 68%; }
.progress-width-69 { width: 69%; }
.progress-width-70 { width: 70%; }
.progress-width-71 { width: 71%; }
.progress-width-72 { width: 72%; }
.progress-width-73 { width: 73%; }
.progress-width-74 { width: 74%; }
.progress-width-75 { width: 75%; }
.progress-width-76 { width: 76%; }
.progress-width-77 { width: 77%; }
.progress-width-78 { width: 78%; }
.progress-width-79 { width: 79%; }
.progress-width-80 { width: 80%; }
.progress-width-81 { width: 81%; }
.progress-width-82 { width: 82%; }
.progress-width-83 { width: 83%; }
.progress-width-84 { width: 84%; }
.progress-width-85 { width: 85%; }
.progress-width-86 { width: 86%; }
.progress-width-87 { width: 87%; }
.progress-width-88 { width: 88%; }
.progress-width-89 { width: 89%; }
.progress-width-90 { width: 90%; }
.progress-width-91 { width: 91%; }
.progress-width-92 { width: 92%; }
.progress-width-93 { width: 93%; }
.progress-width-94 { width: 94%; }
.progress-width-95 { width: 95%; }
.progress-width-96 { width: 96%; }
.progress-width-97 { width: 97%; }
.progress-width-98 { width: 98%; }
.progress-width-99 { width: 99%; }
.progress-width-100 { width: 100%; }
