body.fabrication-3d-page:not(.fabrication-3d-page--public) {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
    overflow-x: hidden;
    overflow-y: hidden;
    background:
        radial-gradient(circle at top left, rgba(74, 152, 255, 0.12), transparent 36%),
        radial-gradient(circle at bottom right, rgba(210, 143, 76, 0.12), transparent 28%),
        linear-gradient(180deg, #0d1218 0%, #101820 100%);
    color: #e7f0f8;
}

body.fabrication-3d-page.fabrication-3d-page--public {
    display: block;
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    background-color: #4f4f4f;
    background-image:
        linear-gradient(90deg, rgba(20, 20, 20, 0.60), rgba(20, 20, 20, 0.70)),
        url('/images/background-brushed-metal.jpg');
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 2125px 600px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

body.fabrication-3d-page #animation-toolbar .desktop-viewport-overlay-toggle {
    display: none;
    flex: 0 0 auto;
    padding: 0;
}

body.fabrication-3d-page #animation-toolbar .desktop-viewport-overlay-toggle__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

body.fabrication-3d-page #animation-toolbar .desktop-viewport-overlay-toggle__icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #e5f1ff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

body.fabrication-3d-page #animation-toolbar .desktop-viewport-overlay-toggle.active {
    border-color: rgba(96, 239, 166, 0.5);
    background: linear-gradient(180deg, rgba(27, 58, 43, 0.98), rgba(16, 35, 27, 0.96));
}

body.fabrication-3d-page #animation-toolbar .desktop-viewport-overlay-toggle.active .desktop-viewport-overlay-toggle__icon svg {
    stroke: #dffbea;
}

body.fabrication-3d-page #canvas-container canvas:focus,
body.fabrication-3d-page #canvas-container canvas:focus-visible {
    outline: none;
}

body.builder-mobile-viewport-mode #mode-help-modal {
    z-index: 1300;
}

body.builder-mobile-viewport-mode.fabrication-3d-page .modal {
    z-index: 1300;
}

body.builder-mobile-viewport-mode.fabrication-3d-page .modal .modal-content {
    max-height: calc(100dvh - 32px);
}

body.builder-mobile-viewport-mode #mode-help-modal .modal-content {
    max-height: calc(100dvh - 32px);
}

@media (min-width: 1181px) {
    body.fabrication-3d-page.fabrication-3d-page--public {
        background-size: 2040px 576px;
    }
}

body.fabrication-3d-page > .wrapper-header {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.builder-summary__description .fabrication-sale-description-list {
    display: grid;
    gap: 10px;
}

.builder-summary__description .fabrication-sale-description-item {
    display: grid;
    gap: 0;
}

.builder-summary__description .fabrication-sale-description-item-label {
    color: #eef6ff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.55;
}

.builder-summary__description .fabrication-sale-description-item-detail {
    color: #dce9f6;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .builder-summary__description .fabrication-sale-description-item-label,
body.fabrication-3d-page:not(.fabrication-3d-page--public) .builder-summary__description .fabrication-sale-description-item-detail {
    font-size: 11px;
}

.fabrication-3d-site-header,
.fabrication-3d-site-footer {
    position: relative;
    z-index: 220;
    flex: 0 0 auto;
    border-color: rgba(126, 154, 184, 0.18);
    background: rgba(9, 14, 20, 0.84);
    backdrop-filter: blur(14px);
}

.fabrication-3d-site-header {
    border-bottom: 1px solid rgba(126, 154, 184, 0.18);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.fabrication-3d-site-footer {
    border-top: 1px solid rgba(126, 154, 184, 0.14);
}

.fabrication-3d-site-header__inner,
.fabrication-3d-site-footer__inner {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 12px 20px;
}

.fabrication-3d-site-header__inner {
    min-height: 72px;
}

body.fabrication-3d-page--popup-window .fabrication-3d-site-header__inner {
    justify-content: space-between;
}

.fabrication-3d-site-header__brand {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.fabrication-3d-site-header__logo {
    display: block;
    width: auto;
    height: 44px;
    max-width: min(210px, 52vw);
    object-fit: contain;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.24));
}

.fabrication-3d-site-header__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(121, 183, 255, 0.22);
    border-radius: 999px;
    background: rgba(26, 39, 53, 0.72);
    color: #e7f0f8;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
}

.fabrication-3d-site-header__close:hover,
.fabrication-3d-site-header__close:focus-visible {
    border-color: rgba(151, 200, 255, 0.44);
    background: rgba(47, 74, 103, 0.86);
    color: #ffffff;
}

.fabrication-3d-site-header__summary {
    flex: 1 1 auto;
    min-width: 220px;
    margin: 0;
    color: #aabccc;
    font-size: 14px;
    line-height: 1.45;
}

.fabrication-3d-site-nav,
.fabrication-3d-site-footer__links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.fabrication-3d-site-nav {
    justify-content: flex-end;
}

.fabrication-3d-site-nav a,
.fabrication-3d-site-footer__links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(121, 183, 255, 0.16);
    border-radius: 999px;
    background: rgba(26, 39, 53, 0.66);
    color: #d9e7f4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.fabrication-3d-site-nav__sale-items {
    gap: 10px;
    padding-right: 10px;
    background: linear-gradient(180deg, rgba(210, 143, 76, 0.22), rgba(210, 143, 76, 0.08));
    border-color: rgba(210, 143, 76, 0.28);
    color: #ffe0bb;
}

.fabrication-3d-site-nav__sale-items.is-active {
    border-color: rgba(255, 214, 168, 0.48);
    background: linear-gradient(180deg, rgba(214, 159, 84, 0.36), rgba(150, 92, 29, 0.18));
    color: #fff3e1;
}

.fabrication-3d-site-nav__dashboard.is-active {
    border-color: rgba(151, 200, 255, 0.44);
    background: linear-gradient(180deg, rgba(94, 145, 208, 0.34), rgba(49, 85, 133, 0.18));
    color: #eef7ff;
}

.fabrication-3d-site-nav__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    min-height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f5c98e, #d78635);
    color: #1b140d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.fabrication-3d-site-nav__employee-status {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(144, 160, 176, 0.22);
    border-radius: 999px;
    background: rgba(21, 30, 40, 0.78);
    color: #aebfd0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.fabrication-3d-site-nav__employee-menu {
    position: relative;
    padding: 0;
    overflow: visible;
}

.fabrication-3d-site-nav__employee-summary {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    list-style: none;
    cursor: pointer;
    user-select: none;
}

.fabrication-3d-site-nav__employee-summary::-webkit-details-marker {
    display: none;
}

.fabrication-3d-site-nav__employee-summary::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    opacity: 0.8;
}

.fabrication-3d-site-nav__employee-menu[open] .fabrication-3d-site-nav__employee-summary::after {
    transform: rotate(-135deg) translate(-1px, -1px);
}

.fabrication-3d-site-nav__employee-popover {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    gap: 10px;
    min-width: 220px;
    padding: 14px;
    border: 1px solid rgba(121, 196, 154, 0.24);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(18, 30, 38, 0.98), rgba(14, 24, 33, 0.98));
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
    z-index: 30;
}

.fabrication-3d-site-nav__employee-name {
    color: #dff7e8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.fabrication-3d-site-nav__logout-btn {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(210, 143, 76, 0.28);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(210, 143, 76, 0.22), rgba(210, 143, 76, 0.08));
    color: #ffe0bb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}

.fabrication-3d-site-nav__logout-btn:hover,
.fabrication-3d-site-nav__logout-btn:focus-visible {
    color: #0f141b;
    background: linear-gradient(180deg, #97c8ff, #6aa9ee);
    border-color: transparent;
    outline: none;
}

.fabrication-3d-site-nav__logout-btn:disabled {
    opacity: 0.65;
    cursor: wait;
}

.fabrication-3d-site-nav__employee-status.is-authenticated {
    border-color: rgba(121, 196, 154, 0.26);
    background: linear-gradient(180deg, rgba(63, 130, 101, 0.24), rgba(30, 69, 57, 0.2));
    color: #dff7e8;
}

.fabrication-3d-site-nav a:hover,
.fabrication-3d-site-footer__links a:hover,
.fabrication-3d-site-nav a:focus-visible,
.fabrication-3d-site-footer__links a:focus-visible {
    color: #0f141b;
    background: linear-gradient(180deg, #97c8ff, #6aa9ee);
    border-color: transparent;
    transform: translateY(-1px);
    outline: none;
}

.fabrication-3d-site-nav__phone {
    background: linear-gradient(180deg, rgba(210, 143, 76, 0.22), rgba(210, 143, 76, 0.1));
    border-color: rgba(210, 143, 76, 0.28);
    color: #ffd9b2;
}

.fabrication-3d-main {
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
    display: flex;
    overflow: visible;
    width: 100%;
    max-width: none;
}

body.fabrication-3d-page.fabrication-3d-page--public .web-fabrication-3d-shell {
    min-width: 0;
}

body.fabrication-3d-page.fabrication-3d-page--public .web-breadcrumb-shell__inner {
    padding-left: 10px;
}

body.fabrication-3d-page.fabrication-3d-page--public .web-page-shell--fabrication-3d-full {
    width: min(1830px, calc(100% - 24px));
    grid-template-columns: minmax(0, 1fr);
}

body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-main {
    min-width: 0;
    min-height: 0;
    border-radius: 24px;
    border: 1px solid rgba(121, 183, 255, 0.16);
    background: rgba(10, 16, 23, 0.92);
    box-shadow: 0 24px 48px rgba(4, 10, 16, 0.28);
}

body.fabrication-3d-page .fabrication-3d-main #container {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    min-height: 0;
    height: auto;
}

body.fabrication-3d-page .fabrication-3d-main.fabrication-3d-main--booting {
    visibility: hidden;
    opacity: 0;
}

body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-main #container {
    min-height: 0;
    height: auto;
    border-radius: 24px;
}

body.fabrication-3d-page #controls {
    min-height: 0;
}

body.fabrication-3d-page .sidebar-body-3d {
    overflow: visible;
}

@media (max-width: 920px) {
    body.fabrication-3d-page.fabrication-3d-page--public .web-page-shell--fabrication-3d-full {
        grid-template-columns: minmax(0, 1fr);
    }

    body.fabrication-3d-page.fabrication-3d-page--public .web-page-shell--fabrication-3d > .web-sidebar {
        display: none;
    }
}

.fabrication-3d-site-footer__inner {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fabrication-3d-site-footer__copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.fabrication-3d-site-footer__copy strong {
    font-size: 13px;
    font-weight: 700;
    color: #eef5fb;
}

.fabrication-3d-site-footer__copy span {
    color: #93a9bc;
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 980px) {
    .fabrication-3d-site-header__inner,
    .fabrication-3d-site-footer__inner {
        flex-wrap: wrap;
    }

    .fabrication-3d-site-header__summary {
        order: 3;
        flex-basis: 100%;
        min-width: 0;
    }

    .fabrication-3d-site-nav {
        margin-left: auto;
    }
}

@media (max-width: 640px) {
    .fabrication-3d-site-header__inner,
    .fabrication-3d-site-footer__inner {
        padding: 12px 14px;
        gap: 12px;
    }

    .fabrication-3d-site-header__summary {
        font-size: 13px;
    }

    .fabrication-3d-site-nav,
    .fabrication-3d-site-footer__links {
        width: 100%;
    }

    .fabrication-3d-site-nav a,
    .fabrication-3d-site-footer__links a {
        flex: 1 1 calc(50% - 10px);
        min-width: 0;
        padding: 0 10px;
        font-size: 11px;
        letter-spacing: 0.05em;
    }

    .fabrication-3d-site-nav__sale-items {
        justify-content: space-between;
    }

    .fabrication-3d-site-footer__copy,
    .fabrication-3d-site-footer__links {
        width: 100%;
    }
}

body.fabrication-3d-page {
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.fabrication-3d-main.fabrication-3d-main--builder {
    display: block;
    width: min(1850px, calc(100% - 24px));
    margin: 0 auto;
    padding: 0 0 32px;
    overflow: visible;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-main.fabrication-3d-main--builder {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    padding-bottom: 0;
    overflow: hidden;
}

body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-main.fabrication-3d-main--builder {
    width: 100%;
    min-height: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.fabrication-3d-workspace {
    --builder-sticky-top: 118px;
    --builder-summary-width: 360px;
    gap: 20px;
    padding-bottom: 24px;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    gap: 12px;
    padding-bottom: 0;
}

@media (max-width: 920px) {
    body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) {
        height: auto;
        min-height: 100vh;
        min-height: 100svh;
        overflow-y: auto;
    }

    body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-main.fabrication-3d-main--builder {
        display: block;
        min-height: 0;
        overflow: visible;
    }

    body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace {
        display: block;
        min-height: 0;
    }
}

.fabrication-3d-workspace__hero {
    padding: 18px 22px;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace__hero {
    padding: 12px 18px;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace .builder-workspace__hero-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace .builder-workspace__eyebrow,
body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace .builder-workspace__hero-copy > p {
    display: none;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-3d-hero-title-row {
    display: flex;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace .fabrication-3d-hero-title-row {
    gap: 14px;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-3d-hero-title-row h1 {
    margin: 4px 0 8px;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace .fabrication-3d-hero-title-row h1 {
    margin: 0;
}

.fabrication-3d-builder-shell {
    --sidebar-width: 459px;
    --builder-overlay-sidebar-width: var(--sidebar-width, 459px);
    display: grid;
    grid-template-columns: var(--builder-overlay-sidebar-width) 12px minmax(0, 1fr);
    gap: 12px;
}

body.fabrication-3d-page .fabrication-3d-main #container.fabrication-3d-builder-shell {
    display: grid;
    flex: 0 0 auto;
    min-width: 0;
}

.fabrication-3d-workspace .builder-workspace__layout {
    gap: 12px;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-workspace__layout {
    flex: 1 1 auto;
    min-height: 0;
    grid-template-rows: minmax(0, 1fr);
    align-items: stretch;
    overflow: hidden;
}

@media (min-width: 921px) {
    body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace {
        padding-bottom: 10px;
    }
}

.fabrication-3d-workspace .builder-workspace__column--main,
.fabrication-3d-workspace .builder-workspace__column--right {
    min-width: 0;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-workspace__column--main {
    position: static;
    top: auto;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
    gap: 0;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-workspace__column--right {
    position: static;
    top: auto;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-summary {
    align-self: stretch;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-summary__panel {
    min-height: 0;
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-workspace__column--main > .builder-viewport-overlay--inline {
    flex: 1 1 auto;
    min-height: 0;
    align-self: stretch;
    margin-top: 0;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-viewport-overlay--inline,
body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-viewport-overlay__dialog,
body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-viewport-overlay__editor-layout,
body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-viewport-overlay__editor-main,
body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-main .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) #container.fabrication-3d-builder-shell {
    min-height: 0;
    height: 100%;
    align-content: start;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-viewport-overlay__editor-layout,
body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-main .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) #container.fabrication-3d-builder-shell {
    grid-template-rows: minmax(0, 1fr);
    align-items: stretch;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-viewport-overlay__editor-main,
body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-viewport-overlay__resize-handle {
    align-self: stretch;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-viewport-overlay__editor-main,
body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .fabrication-3d-viewport-card {
    grid-template-rows: minmax(0, 1fr);
}

body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .fabrication-3d-viewport-card,
body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .fabrication-3d-viewport-shell {
    align-self: stretch;
    height: 100%;
}

.fabrication-3d-workspace .builder-viewport-overlay__editor-sidebar {
    padding-right: 6px;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) .builder-viewport-overlay__editor-sidebar {
    align-self: stretch;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
}

body.fabrication-3d-page .fabrication-3d-workspace #controls {
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public):not(.builder-mobile-viewport-mode) .fabrication-3d-workspace:not(.builder-workspace--compact-sidebar-range) #controls {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

body.fabrication-3d-page .fabrication-3d-workspace .sidebar-header-3d {
    display: grid;
    gap: 12px;
    padding: 18px 20px;
    border: 1px solid rgba(128, 148, 171, 0.26);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(31, 44, 60, 0.96), rgba(25, 36, 49, 0.94));
    box-shadow: 0 24px 52px rgba(6, 11, 16, 0.3);
}

body.fabrication-3d-page .fabrication-3d-workspace .sidebar-header-3d h2 {
    margin: 0;
    color: #eef6ff;
    font-size: clamp(1.45rem, 1.6vw, 1.8rem);
    line-height: 1.1;
}

body.fabrication-3d-page .fabrication-3d-workspace .sidebar-header-3d p {
    margin: 0;
    color: #acc1d4;
    font-size: 13px;
    line-height: 1.55;
}

body.fabrication-3d-page .fabrication-3d-workspace .sidebar-guide-link {
    margin: 0;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 177, 111, 0.26);
    background: rgba(255, 177, 111, 0.12);
    color: #ffe2c7;
}

body.fabrication-3d-page .fabrication-3d-workspace .sidebar-guide-link:hover,
body.fabrication-3d-page .fabrication-3d-workspace .sidebar-guide-link:focus-visible {
    color: #1b0f04;
    background: linear-gradient(180deg, rgba(255, 206, 164, 0.98), rgba(245, 145, 63, 0.94));
    border-color: rgba(185, 116, 52, 0.48);
}

body.fabrication-3d-page .fabrication-3d-workspace .sidebar-body-3d {
    display: grid;
    gap: 18px;
    padding: 0;
    overflow: visible;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace .sidebar-body-3d {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-gutter: stable;
}

body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-viewport-overlay__editor-sidebar {
    align-self: stretch;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
}

body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace #controls {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .sidebar-body-3d {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-gutter: stable;
}

body.fabrication-3d-page #mobile-manual-entry-sheet {
    display: none;
}

@media (max-width: 900px) {
    body.fabrication-3d-page #mobile-manual-entry-sheet {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 12px + var(--mobile-manual-entry-offset, 0px));
        display: block;
        opacity: 0;
        pointer-events: none;
        transform: translateY(calc(100% + 24px));
        transition: transform 0.24s ease, opacity 0.24s ease, bottom 0.18s ease;
        z-index: 310;
    }

    body.fabrication-3d-page #container.mobile-manual-entry-open #mobile-manual-entry-sheet {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
}

body.fabrication-3d-page .fabrication-3d-workspace .control-group,
body.fabrication-3d-page .fabrication-3d-workspace .selection-panel {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 16px;
    border: 1px solid rgba(128, 148, 171, 0.26);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(31, 44, 60, 0.96), rgba(25, 36, 49, 0.94));
    box-shadow: 0 20px 42px rgba(6, 11, 16, 0.24);
}

body.fabrication-3d-page .fabrication-3d-workspace .control-group > label,
body.fabrication-3d-page .fabrication-3d-workspace .selection-panel > label {
    margin: 0;
    color: #eef6ff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

body.fabrication-3d-page .fabrication-3d-workspace .selection-count {
    color: #9db5cb;
}

body.fabrication-3d-page .fabrication-3d-workspace .button-group {
    gap: 10px;
    margin-top: 0;
}

body.fabrication-3d-page .fabrication-3d-workspace button:not(.toolbar-btn):not(.toolbar-tab):not(.small-btn):not(.modal-close):not(.info-help-btn):not(.builder-summary__cta):not(.builder-action-btn):not(.builder-mobile-viewport-tab):not(.builder-compact-sidebar-toggle) {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid rgba(126, 154, 184, 0.24);
    background: linear-gradient(180deg, rgba(52, 72, 90, 0.98), rgba(35, 49, 62, 0.98));
    color: #dce9f6;
    box-shadow: none;
}

body.fabrication-3d-page .fabrication-3d-workspace button:not(.toolbar-btn):not(.toolbar-tab):not(.small-btn):not(.modal-close):not(.info-help-btn):not(.builder-summary__cta):not(.builder-action-btn):not(.builder-mobile-viewport-tab):not(.builder-compact-sidebar-toggle):hover,
body.fabrication-3d-page .fabrication-3d-workspace button:not(.toolbar-btn):not(.toolbar-tab):not(.small-btn):not(.modal-close):not(.info-help-btn):not(.builder-summary__cta):not(.builder-action-btn):not(.builder-mobile-viewport-tab):not(.builder-compact-sidebar-toggle):focus-visible {
    border-color: rgba(185, 116, 52, 0.48);
    background: linear-gradient(180deg, rgba(103, 150, 123, 0.98), rgba(83, 130, 130, 0.65));
    color: #1b0f04;
    transform: none;
    box-shadow: none;
}

body.fabrication-3d-page .fabrication-3d-workspace button.warm {
    border-color: rgba(185, 116, 52, 0.48);
    background: linear-gradient(180deg, #e1a262, #c77e39);
    color: #1b0f04;
}

body.fabrication-3d-page .fabrication-3d-workspace .builder-card--fabrication-meta {
    gap: 14px;
}

body.fabrication-3d-page .fabrication-3d-workspace .builder-card--fabrication-meta .builder-card__header {
    margin-bottom: 0;
}

body.fabrication-3d-page .fabrication-3d-workspace .builder-card--fabrication-meta .fabrication-meta-panel__textarea {
    width: 100%;
    min-height: 92px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid var(--builder-control-border);
    background: var(--builder-control-background-active);
    color: #eef6ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    resize: vertical;
    font: inherit;
}

body.fabrication-3d-page .fabrication-3d-workspace .builder-card--fabrication-meta .fabrication-meta-panel__textarea::placeholder {
    color: rgba(229, 238, 247, 0.74);
}

body.fabrication-3d-page .fabrication-3d-workspace .builder-card--fabrication-meta .fabrication-meta-panel__textarea:focus {
    outline: none;
    border-color: var(--builder-control-border-focus);
    box-shadow: var(--builder-control-shadow-focus);
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-assembly-card {
    display: block;
    overflow: hidden;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-assembly-card > summary {
    padding-bottom: 12px;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-assembly-card__content {
    display: grid;
    gap: 12px;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-assembly-card__toolbar {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-assembly-card__count {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid var(--builder-badge-border);
    background: var(--builder-badge-background);
    color: var(--builder-badge-text);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-left: auto;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-assembly-card__actions {
    justify-content: flex-start;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-assembly-card__list {
    display: grid;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    align-items: start;
    justify-items: stretch;
    max-height: none;
    overflow: visible;
    padding: 0;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-assembly-card__empty {
    padding: 18px 12px;
}

body.fabrication-3d-page .fabrication-3d-workspace .selection-empty {
    padding: 18px 12px;
    color: #b2c5d7;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item {
    display: block;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    align-self: stretch;
    box-shadow: none;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item.builder-static-subcard {
    gap: 8px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(121, 183, 255, 0.16);
    border-left-width: 1px;
    background: linear-gradient(180deg, rgba(26, 39, 51, 0.94), rgba(19, 28, 37, 0.94));
}

body.fabrication-3d-page .fabrication-3d-workspace #scene-actions-section.builder-static-subcard {
    display: grid;
    gap: 12px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    align-self: start;
    margin: 0;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid var(--builder-panel-border);
    border-left: 6px solid rgba(103, 150, 123, 0.88);
    background: var(--builder-panel-background);
    box-shadow: var(--builder-panel-shadow);
}

body.fabrication-3d-page .fabrication-3d-workspace #scene-actions-section.builder-static-subcard .builder-static-subcard__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.fabrication-3d-page .fabrication-3d-workspace #scene-actions-section.builder-static-subcard .builder-static-subcard__title {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #dce9f6;
}

body.fabrication-3d-page .fabrication-3d-workspace #scene-actions-section.builder-static-subcard .button-group {
    margin-top: 0;
    align-items: stretch;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item--navigable:hover {
    transform: none;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-header--static-card {
    display: grid;
    gap: 0;
    align-items: stretch;
    justify-content: normal;
    justify-items: stretch;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-width: 0;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-top-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-top-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex: 0 0 auto;
    flex-wrap: wrap;
    min-width: 0;
    margin-left: auto;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-meta {
    flex: 1;
    min-width: 0;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-label {
    min-width: 0;
    font-size: 13px;
    line-height: 1.15;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-actions {
    display: none;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-nav-btn {
    min-width: 26px;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-top-actions .icon-btn,
body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-top-actions .assembly-item-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
    padding: 0;
    border-radius: 7px;
    line-height: 1;
    flex-shrink: 0;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-top-actions .icon-btn svg {
    width: 13px;
    height: 13px;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-top-actions .subcomponent-badge {
    min-height: 24px;
    padding: 0 7px;
}

body.fabrication-3d-page .fabrication-3d-workspace .subcomponent-badge {
    align-self: flex-start;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-3d-hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace .fabrication-3d-hero-actions {
    margin-top: 0;
    gap: 8px;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-file-actions--hero {
    margin: 0;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-3d-hero-guide-link {
    margin-left: 8px;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-hero-fullscreen-btn {
    display: none;
}

@media (min-width: 921px) {
    body.fabrication-3d-page .fabrication-3d-workspace .fabrication-hero-fullscreen-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 36px;
        margin-left: auto;
        padding: 0 14px;
        border: 1px solid rgba(189, 211, 234, 0.26);
        border-radius: 9px;
        background: linear-gradient(180deg, rgba(21, 33, 46, 0.98), rgba(12, 21, 30, 0.94));
        color: #eef6ff;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.04em;
        white-space: nowrap;
    }

    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .builder-workspace__layout {
        align-items: stretch;
    }

    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .builder-workspace__column--main {
        display: flex;
        flex-direction: column;
        min-height: 0;
        height: calc(100dvh - var(--builder-sticky-top) - 24px);
        max-height: calc(100dvh - var(--builder-sticky-top) - 24px);
        overflow: hidden;
    }

    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .builder-workspace__column--main > .builder-viewport-overlay--inline {
        flex: 1 1 auto;
        min-height: 0;
        align-self: stretch;
        margin-top: 0;
    }

    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .builder-viewport-overlay--inline,
    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .builder-viewport-overlay__dialog,
    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .builder-viewport-overlay__editor-layout,
    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .builder-viewport-overlay__editor-main,
    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-main .fabrication-3d-workspace #container.fabrication-3d-builder-shell {
        min-height: 0;
        height: 100%;
        align-content: start;
    }

    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .builder-viewport-overlay__editor-layout,
    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-main .fabrication-3d-workspace #container.fabrication-3d-builder-shell {
        grid-template-rows: minmax(0, 1fr);
        align-items: stretch;
    }

    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .builder-viewport-overlay__editor-main,
    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .fabrication-3d-viewport-card {
        grid-template-rows: minmax(0, 1fr);
    }

    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .builder-viewport-overlay__editor-main,
    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .builder-viewport-overlay__resize-handle,
    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .builder-viewport-overlay__editor-sidebar,
    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .fabrication-3d-viewport-card,
    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .fabrication-3d-viewport-shell,
    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace #controls {
        align-self: stretch;
        min-height: 0;
        height: 100%;
        max-height: 100%;
    }

    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace .builder-viewport-overlay__editor-sidebar,
    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace #controls {
        overflow: hidden;
    }

    body.fabrication-3d-page.fabrication-3d-page--public .fabrication-3d-workspace #controls {
        display: flex;
        flex-direction: column;
    }

    body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace {
        padding-bottom: 10px;
    }
}

    body.fabrication-3d-page .fabrication-3d-workspace .fabrication-hero-fullscreen-btn:hover,
    body.fabrication-3d-page .fabrication-3d-workspace .fabrication-hero-fullscreen-btn:focus-visible {
        border-color: rgba(214, 229, 245, 0.46);
        background: linear-gradient(180deg, rgba(31, 46, 63, 0.98), rgba(18, 28, 40, 0.96));
    }

    body.fabrication-3d-page .fabrication-3d-workspace .fabrication-hero-fullscreen-btn.active {
        border-color: rgba(128, 185, 255, 0.4);
        background: linear-gradient(180deg, rgba(40, 60, 82, 0.98), rgba(24, 40, 58, 0.96));
    }
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace .fabrication-file-actions--hero {
    grid-auto-columns: minmax(34px, 40px);
    gap: 8px;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace .fabrication-3d-hero-guide-link {
    margin-left: 14px;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace .fabrication-file-actions--hero .file-action-btn {
    min-height: 32px;
    border-radius: 9px;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace .fabrication-file-actions--hero .file-action-btn__icon {
    font-size: 18px;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace .fabrication-file-actions--hero .file-action-btn__icon-image {
    width: 18px;
    height: 18px;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-3d-hero-actions {
    gap: 10px;
}

body.fabrication-3d-page #fabrication-file-menu {
    margin-bottom: 12px;
}

body.fabrication-3d-page #fabrication-file-menu .builder-card--file-actions {
    padding: 18px;
}

body.fabrication-3d-page #fabrication-file-menu .builder-file-actions__actions,
body.fabrication-3d-page #fabrication-file-menu .builder-file-actions__actions--icon {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    grid-template-columns: none;
}

body.fabrication-3d-page #fabrication-file-menu .builder-file-menu__button,
body.fabrication-3d-page #fabrication-file-menu .builder-file-menu__button--accent {
    flex: 0 0 56px;
    width: 56px;
    max-width: 56px;
    min-width: 56px;
    min-height: 56px;
    padding: 0 4px;
    border-color: var(--builder-secondary-border);
    border-radius: 6px;
    background: var(--builder-secondary-background);
    color: #dce9f6;
    box-shadow: none;
}

body.fabrication-3d-page #fabrication-file-menu .builder-file-menu__button:hover,
body.fabrication-3d-page #fabrication-file-menu .builder-file-menu__button:focus-visible,
body.fabrication-3d-page #fabrication-file-menu .builder-file-menu__button--accent:hover,
body.fabrication-3d-page #fabrication-file-menu .builder-file-menu__button--accent:focus-visible {
    border-color: rgba(185, 116, 52, 0.48);
    background: linear-gradient(180deg, rgba(103, 150, 123, 0.98), rgba(83, 130, 130, 0.65));
    color: #1b0f04;
    box-shadow: none;
}

body.fabrication-3d-page #fabrication-file-menu .builder-file-menu__button:disabled,
body.fabrication-3d-page #fabrication-file-menu .builder-file-menu__button[aria-disabled='true'],
body.fabrication-3d-page #fabrication-file-menu .builder-file-menu__button--accent:disabled,
body.fabrication-3d-page #fabrication-file-menu .builder-file-menu__button--accent[aria-disabled='true'] {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
    border-color: rgba(125, 145, 165, 0.35);
    background: rgba(30, 44, 58, 0.72);
    color: rgba(220, 233, 246, 0.58);
    box-shadow: none;
}

body.fabrication-3d-page #fabrication-file-menu .builder-file-menu__label {
    font-size: 9px;
    line-height: 1;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-edit-btn {
    background: linear-gradient(180deg, rgba(103, 150, 123, 0.98), rgba(83, 130, 130, 0.65));
    color: #1b0f04;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-remove-btn {
    background: linear-gradient(180deg, rgba(232, 126, 126, 0.98), rgba(176, 71, 71, 0.92));
    color: #fff2f2;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    justify-self: stretch;
    align-self: stretch;
    gap: 14px;
    margin-bottom: 14px;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header.builder-card {
    padding: 18px;
    border-radius: 22px;
    border: 1px solid var(--builder-panel-border);
    border-left: 6px solid rgba(103, 150, 123, 0.88);
    background: var(--builder-panel-background);
    box-shadow: var(--builder-panel-shadow);
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header__summary {
    display: grid;
    gap: 14px;
    width: 100%;
    max-width: none;
    min-width: 0;
    grid-column: 1 / -1;
    justify-self: stretch;
    align-self: stretch;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header__visibility {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(117, 177, 244, 0.1);
    border-color: rgba(117, 177, 244, 0.18);
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header__text {
    display: grid;
    gap: 6px;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header__kicker {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    color: #dce9f6;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header__count {
    border: 1px solid rgba(182, 196, 209, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #dce8f4;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header__title {
    flex: 1 1 auto;
    min-width: 0;
    color: #eef6ff;
    font-size: 17px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header__title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    margin-bottom: 12px;
}
body.fabrication-3d-page #fabrication-file-menu {
    margin-bottom: 12px;
}
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header__action-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 2px;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header__action-group .builder-feature-btn {
    margin: 0;
    font-size: 13px;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header__body {
    display: grid;
    gap: 10px;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    grid-column: 1 / -1;
    justify-self: stretch;
    align-self: stretch;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header__body .assembly-items {
    display: grid;
    width: 100%;
    min-width: 0;
    padding-top: 0;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header__body .fabrication-assembly-card__empty {
    padding: 0;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header__collapse-btn {
    border-color: rgba(255, 177, 111, 0.22);
    background: rgba(255, 177, 111, 0.1);
    color: #ffe2c7;
}

body.fabrication-3d-page .fabrication-3d-workspace .assembly-list-header__collapse-btn:hover {
    background: linear-gradient(180deg, rgba(255, 206, 164, 0.98), rgba(245, 145, 63, 0.94));
    border-color: rgba(185, 116, 52, 0.48);
    color: #1b0f04;
}

body.fabrication-3d-page .fabrication-3d-workspace .fabrication-3d-viewport-card {
    min-height: 0;
    padding: 0;
    overflow: hidden;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #controls.fabrication-editor-sidebar {
    padding: 0;
    border: 0;
    border-right: 1px solid var(--fabrication-editor-sidebar-border);
    background: var(--fabrication-editor-sidebar-background);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .fabrication-editor-sidebar-header {
    position: sticky;
    top: 0;
    flex: 0 0 auto;
    display: grid;
    gap: 12px;
    overflow: hidden;
    padding: 14px 18px 14px;
    border-bottom: 1px solid var(--fabrication-editor-sidebar-border);
    background: var(--fabrication-editor-sidebar-header-background);
    z-index: 5;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .fabrication-editor-sidebar-titlebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .fabrication-editor-sidebar-titlebar h1 {
    min-width: 0;
    margin: 0;
    color: #eef6ff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.02em;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .fabrication-editor-sidebar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex: 0 0 auto;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .fabrication-sidebar-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 32px;
    min-height: 32px;
    padding: 7px 10px;
    border: 1px solid rgba(178, 207, 235, 0.28);
    border-radius: 7px;
    background: linear-gradient(180deg, rgba(39, 69, 96, 0.96), rgba(23, 43, 62, 0.94));
    color: #f5f9ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .fabrication-sidebar-guide-btn {
    border-color: rgba(185, 116, 52, 0.48);
    background: linear-gradient(180deg, rgba(103, 150, 123, 0.98), rgba(83, 130, 130, 0.65));
    color: #1b0f04;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #hero-viewport-overlay-toggle.fabrication-sidebar-action-btn {
    height: 32px;
    min-height: 32px;
    padding: 7px 10px;
    border-color: rgba(178, 207, 235, 0.28);
    border-radius: 7px;
    background: linear-gradient(180deg, rgba(39, 69, 96, 0.96), rgba(23, 43, 62, 0.94));
    color: #f5f9ff;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #hero-viewport-overlay-toggle.fabrication-sidebar-action-btn:hover,
body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #hero-viewport-overlay-toggle.fabrication-sidebar-action-btn:focus-visible,
body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #hero-viewport-overlay-toggle.fabrication-sidebar-action-btn.active {
    border-color: rgba(96, 239, 166, 0.5);
    background: linear-gradient(180deg, rgba(44, 86, 61, 0.98), rgba(27, 56, 42, 0.96));
    color: #f5f9ff;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .fabrication-sidebar-action-btn:hover,
body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .fabrication-sidebar-action-btn:focus-visible,
body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .fabrication-sidebar-action-btn.active {
    border-color: rgba(96, 239, 166, 0.5);
    background: linear-gradient(180deg, rgba(44, 86, 61, 0.98), rgba(27, 56, 42, 0.96));
    color: #f5f9ff;
    outline: none;
    transform: translateY(-1px);
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .sidebar-body-3d.fabrication-editor-sidebar-body {
    display: grid;
    gap: 18px;
    padding: 22px 18px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) .fabrication-3d-workspace.fabrication-editor-shell .sidebar-body-3d.fabrication-editor-sidebar-body,
body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace.fabrication-editor-shell .sidebar-body-3d.fabrication-editor-sidebar-body {
    padding: 22px 18px;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #fabrication-file-menu.fabrication-editor-file-menu {
    margin: 0;
    overflow: visible;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #fabrication-file-menu.fabrication-editor-file-menu .builder-card--file-actions {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #fabrication-file-menu.fabrication-editor-file-menu .builder-file-actions__actions,
body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #fabrication-file-menu.fabrication-editor-file-menu .builder-file-actions__actions--icon {
    overflow: visible;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #fabrication-file-menu.fabrication-editor-file-menu .builder-file-menu__button,
body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #fabrication-file-menu.fabrication-editor-file-menu .builder-file-menu__button--accent {
    flex: 0 0 var(--fabrication-editor-file-button-size);
    width: var(--fabrication-editor-file-button-size);
    max-width: var(--fabrication-editor-file-button-size);
    min-width: var(--fabrication-editor-file-button-size);
    min-height: var(--fabrication-editor-file-button-size);
    border-color: var(--fabrication-editor-file-button-border);
    background: var(--fabrication-editor-file-button-background);
    color: var(--fabrication-editor-file-button-text);
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #model-name-panel.builder-card--fabrication-meta,
body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #assembly-list.fabrication-assembly-card,
body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #scene-actions-section.builder-static-subcard,
body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .assembly-list-header.builder-card {
    display: grid;
    gap: 12px;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 12px;
    border: 1px solid var(--fabrication-editor-section-border);
    border-radius: var(--fabrication-editor-section-radius);
    background: var(--fabrication-editor-section-background);
    box-shadow: none;
    box-sizing: border-box;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #scene-actions-section.builder-static-subcard {
    border-left-width: 1px;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .assembly-list-header.builder-card {
    align-self: stretch;
    justify-self: stretch;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .assembly-list-header__kicker,
body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #scene-actions-section.builder-static-subcard .builder-static-subcard__title {
    margin: 0;
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--fabrication-editor-section-title);
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .assembly-list-header__eyebrow-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .assembly-list-header__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 24px;
    padding: 4px 9px;
    border: 1px solid rgba(121, 183, 255, 0.22);
    border-radius: 999px;
    background: rgba(121, 183, 255, 0.10);
    color: #dce9f6;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #scene-actions-section.builder-static-subcard .button-group {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
    width: 100%;
    min-width: 0;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell #scene-actions-section.builder-static-subcard .builder-card-btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .assembly-list-header__title {
    font-size: 16px;
    color: #eef6ff;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .fabrication-assembly-card__empty,
body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .selection-empty {
    padding: 0;
    color: var(--fabrication-editor-muted-text);
    font-size: 12px;
    line-height: 1.35;
}

body.fabrication-3d-page .fabrication-3d-workspace.fabrication-editor-shell .assembly-item.builder-static-subcard {
    border-radius: 12px;
    border-color: rgba(121, 183, 255, 0.14);
    background: rgba(16, 25, 34, 0.62);
}

body.fabrication-3d-page .fabrication-3d-workspace .builder-summary__panel {
    gap: 10px;
}

body.fabrication-3d-page .fabrication-3d-workspace .builder-summary__order-field,
body.fabrication-3d-page .fabrication-3d-workspace .builder-summary__metric.metric {
    gap: 2px;
    padding: 8px 9px;
}

body.fabrication-3d-page .fabrication-3d-workspace .builder-summary__metrics,
body.fabrication-3d-page .fabrication-3d-workspace .builder-summary__actions {
    gap: 7.5px;
}

body.fabrication-3d-page .fabrication-3d-workspace .builder-summary__metric.metric span,
body.fabrication-3d-page .fabrication-3d-workspace .builder-summary__order-field > span {
    font-size: 9px;
}

body.fabrication-3d-page .fabrication-3d-workspace .builder-summary__metric.metric strong {
    font-size: 12.33px;
}

body.fabrication-3d-page .fabrication-3d-workspace .builder-viewport-overlay__dialog--editor {
    width: 100%;
    max-width: none;
}

body.fabrication-3d-page .fabrication-fullscreen-titlebar {
    display: none;
}

body.fabrication-3d-page .fabrication-fullscreen-titlebar__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #dce8f5;
}

body.fabrication-3d-page .fabrication-fullscreen-titlebar__close {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid rgba(188, 204, 223, 0.28);
    border-radius: 6px;
    background: rgba(17, 27, 38, 0.84);
    color: #f5f9ff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

body.fabrication-3d-page .fabrication-fullscreen-titlebar__close:hover,
body.fabrication-3d-page .fabrication-fullscreen-titlebar__close:focus-visible {
    border-color: rgba(214, 228, 244, 0.52);
    background: rgba(28, 41, 56, 0.96);
}

.fabrication-3d-viewport-shell {
    position: relative;
    min-height: 0;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(9, 15, 21, 0.98), rgba(13, 20, 28, 0.98));
}

.fabrication-selection-window-rectangle {
    position: fixed;
    z-index: 10000;
    pointer-events: none;
    box-sizing: border-box;
    border: 1px dashed rgba(222, 244, 255, 0.96);
    background: rgba(64, 156, 214, 0.12);
    box-shadow: 0 0 0 1px rgba(12, 24, 36, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

body.fabrication-3d-page .toolbar-quick-actions .toolbar-btn--icon {
    min-width: 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    justify-content: center;
}

body.fabrication-3d-page .toolbar-btn__icon {
    width: 16px;
    height: 16px;
    display: block;
}

body.fabrication-3d-page #animation-toolbar .toolbar-tab,
body.fabrication-3d-page #animation-toolbar .toolbar-btn,
body.fabrication-3d-page #animation-toolbar .toolbar-input,
body.fabrication-3d-page #animation-toolbar .toolbar-axis-group,
body.fabrication-3d-page #animation-toolbar .toolbar-axis-btn,
body.fabrication-3d-page #animation-toolbar .rotate-value-control > .toolbar-btn,
body.fabrication-3d-page #animation-toolbar .translate-value-control > .toolbar-btn,
body.fabrication-3d-page #animation-toolbar .measure-value-control > .toolbar-btn,
body.fabrication-3d-page #animation-toolbar .rotate-value-control > .toolbar-input,
body.fabrication-3d-page #animation-toolbar .translate-value-control > .toolbar-input,
body.fabrication-3d-page #animation-toolbar .measure-value-control > .toolbar-input {
    border-radius: 6px;
}

body.fabrication-3d-page .fabrication-3d-workspace button,
body.fabrication-3d-page .fabrication-3d-workspace .builder-summary__cta,
body.fabrication-3d-page .fabrication-3d-workspace .builder-summary__return-link,
body.fabrication-3d-page .fabrication-3d-workspace .builder-mobile-viewport-tab,
body.fabrication-3d-page .fabrication-3d-workspace .builder-compact-sidebar-toggle {
    border-radius: 6px !important;
}

body.fabrication-3d-page .fabrication-3d-workspace .builder-summary__cta img {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-tab .toolbar-label-desktop,
body.fabrication-3d-page #animation-toolbar .toolbar-command-btn .toolbar-label-desktop,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-view-btn .toolbar-label-desktop,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-fit-btn .toolbar-label-desktop {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

body.fabrication-3d-page #animation-toolbar .toolbar-tab .toolbar-label-mobile--section,
body.fabrication-3d-page #animation-toolbar .toolbar-tab .toolbar-command-icon,
body.fabrication-3d-page #animation-toolbar .toolbar-command-btn .toolbar-command-icon,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-view-btn .toolbar-label-mobile--camera,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-fit-btn .toolbar-label-mobile--camera {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    pointer-events: none;
}

body.fabrication-3d-page #animation-toolbar .toolbar-tab {
    display: inline-flex;
    flex: 0 0 56px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 56px;
    width: 56px;
    max-width: 56px;
    min-height: 56px;
    height: 56px;
    padding: 0 4px;
    color: #dce9f6;
}

body.fabrication-3d-page #animation-toolbar .toolbar-command-btn {
    display: inline-flex;
    flex: 0 0 56px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 56px;
    width: 56px;
    max-width: 56px;
    min-height: 56px;
    height: 56px;
    padding: 0 4px;
    border: 1px solid rgba(216, 231, 255, 0.12);
    border-radius: 6px;
    background: rgba(20, 28, 38, 0.96);
    color: #dce9f6;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

body.fabrication-3d-page #app-shell.fabrication-editor-shell--component #animation-toolbar .toolbar-tab,
body.fabrication-3d-page #app-shell.fabrication-editor-shell--component #animation-toolbar .toolbar-command-btn {
    flex: 0 0 56px !important;
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    aspect-ratio: 1 / 1 !important;
}

body.fabrication-3d-page #animation-toolbar .toolbar-command-btn:hover,
body.fabrication-3d-page #animation-toolbar .toolbar-command-btn:focus-visible {
    border-color: rgba(121, 183, 255, 0.34);
    background: linear-gradient(180deg, rgba(38, 55, 74, 0.98), rgba(24, 37, 50, 0.98));
    color: #ffffff;
}

body.fabrication-3d-page #animation-toolbar .toolbar-tab.active,
body.fabrication-3d-page #animation-toolbar .toolbar-tab[aria-expanded="true"],
body.fabrication-3d-page #animation-toolbar .toolbar-tab[aria-pressed="true"],
body.fabrication-3d-page #animation-toolbar .toolbar-command-btn.active,
body.fabrication-3d-page #animation-toolbar .toolbar-command-btn[aria-expanded="true"],
body.fabrication-3d-page #animation-toolbar .toolbar-camera-panel > .toolbar-btn.active,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-panel > .toolbar-btn[aria-pressed="true"] {
    border-color: rgba(185, 116, 52, 0.48);
    background: linear-gradient(180deg, rgba(103, 150, 123, 0.98), rgba(83, 130, 130, 0.65));
    color: #1b0f04;
    box-shadow: none;
}

body.fabrication-3d-page #animation-toolbar .toolbar-command-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

body.fabrication-3d-page #animation-toolbar .toolbar-command-btn img.toolbar-section-icon {
    filter: brightness(0) invert(1);
}

body.fabrication-3d-page #animation-toolbar .toolbar-command-btn svg.toolbar-section-icon,
body.fabrication-3d-page #animation-toolbar .toolbar-tab .toolbar-command-icon img.toolbar-section-icon {
    color: #dce9f6;
    filter: brightness(0) invert(1);
}

body.fabrication-3d-page #animation-toolbar #select-components-mode .toolbar-section-icon {
    color: #dce9f6;
    filter: brightness(0) invert(1);
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) #animation-toolbar .toolbar-public-simple,
body.fabrication-3d-page:not(.fabrication-3d-page--public) #animation-toolbar #select-components-mode.toolbar-public-simple {
    display: inline-flex !important;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) #animation-toolbar .toolbar-panel.toolbar-public-simple {
    display: none !important;
}

body.fabrication-3d-page:not(.fabrication-3d-page--public) #animation-toolbar .toolbar-panel.toolbar-public-simple.active {
    display: flex !important;
}

body.fabrication-3d-page #animation-toolbar #select-components-mode {
    pointer-events: auto !important;
}

body.fabrication-3d-page #animation-toolbar #select-components-mode.active,
body.fabrication-3d-page #animation-toolbar #select-components-mode[aria-expanded="true"] {
    border-color: rgba(185, 116, 52, 0.48);
    background: linear-gradient(180deg, rgba(103, 150, 123, 0.98), rgba(83, 130, 130, 0.65));
    color: #1b0f04;
    box-shadow: none;
}

body.fabrication-3d-page #animation-toolbar #select-components-mode:disabled,
body.fabrication-3d-page #animation-toolbar #select-components-mode[aria-disabled="true"] {
    border-color: rgba(216, 231, 255, 0.12);
    background: rgba(20, 28, 38, 0.96);
    color: #dce9f6;
    cursor: not-allowed;
}

body.fabrication-3d-page #animation-toolbar .toolbar-command-btn .viewer-display-popover__icon {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 22px;
    height: 22px;
    gap: 4px;
    pointer-events: none;
}

body.fabrication-3d-page #animation-toolbar .toolbar-command-btn .viewer-display-popover__icon-line {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

body.fabrication-3d-page #animation-toolbar .toolbar-command-menu {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
}

body.fabrication-3d-page #animation-toolbar .toolbar-command-menu.section-gap-before,
body.fabrication-3d-page #animation-toolbar .toolbar-command-btn.section-gap-before {
    margin-left: 14px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-section-icon,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon {
    width: 22px;
    height: 22px;
    overflow: visible;
}

body.fabrication-3d-page #animation-toolbar .toolbar-section-icon--camera {
    width: 22px;
    height: 22px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon {
    width: 28px;
    height: 28px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-tab .toolbar-camera-tab-icon {
    width: 22px;
    height: 22px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-section-icon {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

body.fabrication-3d-page #animation-toolbar .toolbar-section-icon path,
body.fabrication-3d-page #animation-toolbar .toolbar-section-icon line,
body.fabrication-3d-page #animation-toolbar .toolbar-section-icon polyline,
body.fabrication-3d-page #animation-toolbar .toolbar-section-icon polygon,
body.fabrication-3d-page #animation-toolbar .toolbar-section-icon circle,
body.fabrication-3d-page #animation-toolbar .toolbar-section-icon rect {
    stroke: currentColor;
}

body.fabrication-3d-page #animation-toolbar img.toolbar-section-icon,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-fit-btn img.toolbar-camera-cube-icon {
    opacity: 0.9;
    filter: brightness(0) saturate(100%) invert(91%) sepia(15%) saturate(384%) hue-rotate(176deg) brightness(101%) contrast(94%);
}

body.fabrication-3d-page #animation-toolbar .toolbar-tab.active,
body.fabrication-3d-page #animation-toolbar .toolbar-tab[aria-expanded="true"],
body.fabrication-3d-page #animation-toolbar .toolbar-tab[aria-pressed="true"],
body.fabrication-3d-page #animation-toolbar .toolbar-camera-panel > .toolbar-btn.active,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-panel > .toolbar-btn[aria-pressed="true"] {
    color: #1b0f04;
}

body.fabrication-3d-page #animation-toolbar .toolbar-tab.active img.toolbar-section-icon,
body.fabrication-3d-page #animation-toolbar .toolbar-tab[aria-expanded="true"] img.toolbar-section-icon,
body.fabrication-3d-page #animation-toolbar .toolbar-tab[aria-pressed="true"] img.toolbar-section-icon,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-panel > .toolbar-btn.active img.toolbar-camera-cube-icon,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-panel > .toolbar-btn[aria-pressed="true"] img.toolbar-camera-cube-icon {
    opacity: 1;
    filter: brightness(0) saturate(100%);
}

body.fabrication-3d-page #animation-toolbar #select-components-mode:disabled img.toolbar-section-icon,
body.fabrication-3d-page #animation-toolbar #select-components-mode[aria-disabled="true"] img.toolbar-section-icon {
    opacity: 0.9;
    filter: brightness(0) saturate(100%) invert(91%) sepia(15%) saturate(384%) hue-rotate(176deg) brightness(101%) contrast(94%);
}

body.fabrication-3d-page #animation-toolbar .toolbar-section-icon .section-cube-face,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon .cube-face {
    stroke: rgba(226, 238, 249, 0.9);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

body.fabrication-3d-page #animation-toolbar .toolbar-section-icon .section-cube-face--top,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon .cube-face--top {
    fill: #607a96;
}

body.fabrication-3d-page #animation-toolbar .toolbar-section-icon .section-cube-face--left,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon .cube-face--left {
    fill: #3d546d;
}

body.fabrication-3d-page #animation-toolbar .toolbar-section-icon .section-cube-face--right {
    fill: #e1a262;
    stroke: rgba(255, 236, 206, 0.95);
}

body.fabrication-3d-page #animation-toolbar .toolbar-section-icon .section-icon-fill {
    fill: currentColor;
    stroke: none;
}

body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon .cube-face--right {
    fill: #294055;
}

body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon--front .cube-face--right,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon--right .cube-face--right,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon--back .cube-face--left,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon--left .cube-face--left,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon--top .cube-face--top,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon--bottom .cube-face--top {
    fill: #e1a262;
    stroke: rgba(255, 236, 206, 0.95);
}

body.fabrication-3d-page #animation-toolbar .toolbar-tab.section-gap-before {
    margin-left: 14px;
    position: relative;
}

body.fabrication-3d-page #animation-toolbar .toolbar-tab.section-gap-before::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    width: 1px;
    height: 24px;
    transform: translateY(-50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(121, 183, 255, 0.42), rgba(255, 255, 255, 0.05));
    pointer-events: none;
}

body.fabrication-3d-page #animation-toolbar .toolbar-tab-history-group {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-tab-history-group.section-gap-before {
    margin-left: 14px;
    position: relative;
}

body.fabrication-3d-page #animation-toolbar .toolbar-tab-history-group.section-gap-before::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    width: 1px;
    height: 24px;
    transform: translateY(-50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(121, 183, 255, 0.42), rgba(255, 255, 255, 0.05));
    pointer-events: none;
}

body.fabrication-3d-page #animation-toolbar {
    z-index: 520;
    pointer-events: auto !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-action-row {
    display: contents;
    order: 3;
    z-index: 4;
}

body.fabrication-3d-page .toolbar-tab-row,
body.fabrication-3d-page #animation-toolbar .toolbar-file-row,
body.fabrication-3d-page #animation-toolbar .toolbar-group-row,
body.fabrication-3d-page #animation-toolbar .toolbar-axis-row,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-row,
body.fabrication-3d-page #animation-toolbar .toolbar-meta-row,
body.fabrication-3d-page #animation-toolbar .toolbar-panel-row,
body.fabrication-3d-page #animation-toolbar .toolbar-entry-row {
    position: relative;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    gap: 8px;
    flex: 0 0 auto;
    width: fit-content;
    max-width: 100%;
    min-height: 68px;
    min-width: 0;
    margin-left: 0;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid rgba(121, 183, 255, 0.16);
    background: rgba(14, 21, 29, 0.84);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
    pointer-events: auto;
}

body.fabrication-3d-page .builder-viewport-shell > #fabrication-viewport-info.component-viewport-info,
body.fabrication-3d-page .fabrication-3d-viewport-shell > #fabrication-viewport-info.component-viewport-info {
    position: absolute;
    max-width: min(var(--viewport-guide-max-width, 320px), calc(100% - 32px));
    max-height: var(--viewport-guide-max-height, calc(100% - 32px));
}

body.fabrication-3d-page .toolbar-tab-row {
    order: 0;
    z-index: 6;
    justify-content: center;
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    min-width: 0;
}

body.fabrication-3d-page .toolbar-tab-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
}

body.fabrication-3d-page--public #animation-toolbar {
    left: 18px !important;
    right: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: auto !important;
    max-width: none !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
}

body.fabrication-3d-page--public .toolbar-tab-row {
    display: flex !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: min(100%, 620px) !important;
    max-width: none !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    grid-area: auto !important;
}

body.fabrication-3d-page--public #animation-toolbar .toolbar-panel-row {
    display: flex !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: min(100%, 620px) !important;
    max-width: none !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    grid-area: auto !important;
    box-sizing: border-box !important;
}

body.fabrication-3d-page--public .toolbar-tab-list {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-content: center !important;
}

body.fabrication-3d-page--public #animation-toolbar .toolbar-panel.toolbar-public-simple {
    flex: 0 1 120px !important;
    min-width: 110px !important;
    max-width: 120px !important;
}

body.fabrication-3d-page--public #animation-toolbar .toolbar-tab.toolbar-public-simple {
    flex: 0 0 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
}

body.fabrication-3d-page--public #animation-toolbar .toolbar-panel.toolbar-public-simple {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: none !important;
}

body.fabrication-3d-page--public #animation-toolbar .toolbar-panel.toolbar-public-simple > .toolbar-btn {
    width: 120px !important;
    max-width: 120px !important;
}

body.fabrication-3d-page--public #animation-toolbar .toolbar-panel.toolbar-public-simple > .toolbar-axis-group {
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: 100% !important;
}

body.fabrication-3d-page--public #animation-toolbar .toolbar-meta-row {
    display: flex !important;
    order: 3 !important;
    align-self: flex-end !important;
    justify-content: flex-end !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    margin-top: 8px !important;
}

body.fabrication-3d-page--public #animation-toolbar .toolbar-tab-history-group {
    display: none !important;
}

body.fabrication-3d-page--public #animation-toolbar .toolbar-quick-actions {
    margin-left: 0 !important;
}

body.fabrication-3d-page--public #animation-toolbar .viewer-display-popover {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    z-index: 8 !important;
}

body.fabrication-3d-page #animation-toolbar .toolbar-file-row {
    order: 1;
    z-index: 4;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
body.fabrication-3d-page #animation-toolbar .toolbar-file-row:empty {
    display: none;
}

body.fabrication-3d-page #animation-toolbar .toolbar-group-row {
    order: 1;
    z-index: 4;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

body.fabrication-3d-page #animation-toolbar .toolbar-camera-row {
    order: 2;
    z-index: 5;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: max-content;
    max-width: none;
}

body.fabrication-3d-page #animation-toolbar .toolbar-axis-row {
    order: 3;
    z-index: 7;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

body.fabrication-3d-page #animation-toolbar .toolbar-meta-row {
    order: 4;
    z-index: 3;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

body.fabrication-3d-page #animation-toolbar .toolbar-entry-row {
    order: 5;
    z-index: 7;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

body.fabrication-3d-page #animation-toolbar .toolbar-action-row > .toolbar-meta-row,
body.fabrication-3d-page #animation-toolbar .toolbar-action-row > .toolbar-file-row,
body.fabrication-3d-page #animation-toolbar .toolbar-action-row > .toolbar-group-row {
    margin-left: 0;
}

body.fabrication-3d-page #animation-toolbar .toolbar-file-row .fabrication-file-actions--toolbar {
    display: inline-grid;
    grid-auto-flow: column;
    grid-auto-columns: 42px;
    gap: 8px;
    margin: 0;
}

body.fabrication-3d-page #animation-toolbar .toolbar-file-row .file-action-btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 6px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-file-row .file-action-btn__icon {
    font-size: 18px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-file-row .file-action-btn__icon-image {
    width: 18px;
    height: 18px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-tab-history-group {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-panel-row {
    order: 6 !important;
    z-index: 5 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: center !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: fit-content !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-top: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-self: center !important;
    justify-self: center !important;
    box-sizing: border-box !important;
}

body.fabrication-3d-page #animation-toolbar .toolbar-panel-row.has-active-panel {
    width: fit-content !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.fabrication-3d-page #animation-toolbar .toolbar-axis-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
}

body.fabrication-3d-page #animation-toolbar .toolbar-entry-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
}

body.fabrication-3d-page #animation-toolbar .toolbar-panel {
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

body.fabrication-3d-page #animation-toolbar .toolbar-axis-group,
body.fabrication-3d-page #animation-toolbar .rotate-value-control,
body.fabrication-3d-page #animation-toolbar .translate-value-control,
body.fabrication-3d-page #animation-toolbar .measure-value-control {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    min-width: 0;
}

body.fabrication-3d-page #animation-toolbar .toolbar-axis-group {
    display: inline-flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    width: auto;
    align-self: center;
    max-width: 100%;
    min-width: 0;
}

body.fabrication-3d-page #animation-toolbar .rotate-value-control,
body.fabrication-3d-page #animation-toolbar .translate-value-control,
body.fabrication-3d-page #animation-toolbar .measure-value-control {
    flex: 0 0 168px;
    flex-wrap: nowrap;
    align-self: center;
    width: 168px;
    max-width: 168px;
    min-width: 0;
}

body.fabrication-3d-page #animation-toolbar .rotate-value-control > .toolbar-input,
body.fabrication-3d-page #animation-toolbar .translate-value-control > .toolbar-input,
body.fabrication-3d-page #animation-toolbar .measure-value-control > .toolbar-input {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
}

body.fabrication-3d-page #animation-toolbar .rotate-value-control > .toolbar-btn,
body.fabrication-3d-page #animation-toolbar .translate-value-control > .toolbar-btn,
body.fabrication-3d-page #animation-toolbar .measure-value-control > .toolbar-btn {
    flex: 0 0 58px;
    min-width: 58px;
    padding-right: 8px;
    padding-left: 8px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-axis-buttons {
    display: inline-flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 4px;
    width: auto;
    max-width: 100%;
    min-width: 0;
}

body.fabrication-3d-page #animation-toolbar .toolbar-axis-btn {
    min-width: 36px;
    padding: 6px 8px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-view-buttons .toolbar-axis-btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 46px;
    max-width: none;
    min-height: 30px;
    height: auto;
    padding: 6px 8px;
    color: #dce9f6;
}

body.fabrication-3d-page #animation-toolbar .toolbar-view-buttons .toolbar-axis-btn.active,
body.fabrication-3d-page #animation-toolbar .toolbar-view-buttons .toolbar-axis-btn[aria-pressed="true"] {
    border-color: rgba(185, 116, 52, 0.48) !important;
    background: linear-gradient(180deg, rgba(103, 150, 123, 0.98), rgba(83, 130, 130, 0.65)) !important;
    color: #1b0f04 !important;
}

body.fabrication-3d-page #animation-toolbar .toolbar-camera-panel .toolbar-axis-btn.active,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-panel .toolbar-axis-btn[aria-pressed="true"] {
    border-color: rgba(185, 116, 52, 0.48) !important;
    background: linear-gradient(180deg, rgba(103, 150, 123, 0.98), rgba(83, 130, 130, 0.65)) !important;
    color: #1b0f04 !important;
}

body.fabrication-3d-page #animation-toolbar .toolbar-panel-row[aria-hidden="true"] {
    display: none !important;
}

body.fabrication-3d-page #animation-toolbar .hidden {
    display: none !important;
}

body.fabrication-3d-page .modal.hidden,
body.fabrication-3d-page .modal[aria-hidden="true"].hidden {
    display: none !important;
}

body.fabrication-3d-page #animation-toolbar .toolbar-camera-row.hidden,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-row[aria-hidden="true"],
body.fabrication-3d-page #animation-toolbar .toolbar-meta-row.hidden,
body.fabrication-3d-page #animation-toolbar .toolbar-meta-row[aria-hidden="true"],
body.fabrication-3d-page #animation-toolbar .toolbar-axis-row.hidden,
body.fabrication-3d-page #animation-toolbar .toolbar-axis-row[aria-hidden="true"] {
    display: none !important;
}

body.fabrication-3d-page #animation-toolbar .toolbar-panel[aria-hidden="true"] {
    display: none !important;
}

body.fabrication-3d-page #animation-toolbar .toolbar-panel.active {
    display: flex;
}

body.fabrication-3d-page #animation-toolbar .toolbar-axis-row[aria-hidden="true"] {
    display: none;
}

body.fabrication-3d-page #animation-toolbar .toolbar-entry-row[aria-hidden="true"] {
    display: none;
}

body.fabrication-3d-page #animation-toolbar .toolbar-meta-row .toolbar-quick-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    margin-left: 0;
}

body.fabrication-3d-page #animation-toolbar .toolbar-meta-row .toolbar-selection-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    gap: 8px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-selection-actions .toolbar-group-btn,
body.fabrication-3d-page #animation-toolbar .toolbar-group-row .toolbar-group-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    min-width: 46px;
    height: 46px;
    padding: 0;
}

body.fabrication-3d-page #animation-toolbar .toolbar-selection-actions .toolbar-group-btn__icon,
body.fabrication-3d-page #animation-toolbar .toolbar-group-row .toolbar-group-btn__icon {
    width: 24px;
    height: 24px;
    display: block;
    flex: 0 0 auto;
    filter: brightness(0) invert(1);
}

body.fabrication-3d-page #animation-toolbar .toolbar-selection-actions .toolbar-group-btn__icon--light,
body.fabrication-3d-page #animation-toolbar .toolbar-group-row .toolbar-group-btn__icon--light {
    filter: brightness(0) invert(1);
}

body.fabrication-3d-page #animation-toolbar .toolbar-selection-actions .toolbar-group-btn:not(:disabled),
body.fabrication-3d-page #animation-toolbar .toolbar-group-row .toolbar-group-btn:not(:disabled) {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 8px 18px rgba(0, 0, 0, 0.2);
}

body.fabrication-3d-page #animation-toolbar .toolbar-group-menu {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
}

body.fabrication-3d-page #animation-toolbar .toolbar-group-menu__panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 280;
    display: flex;
    flex-direction: column;
    min-width: 132px;
    padding: 6px;
    border: 1px solid rgba(216, 231, 255, 0.16);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(9, 13, 18, 0.98), rgba(5, 8, 12, 0.96));
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.42);
    gap: 5px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-group-menu__panel.hidden {
    display: none;
}

body.fabrication-3d-page #animation-toolbar .toolbar-group-menu__option {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: 32px;
    padding: 5px 8px;
    border: 1px solid rgba(216, 231, 255, 0.12);
    border-radius: 6px;
    background: rgba(20, 28, 38, 0.96);
    color: #dce9f6;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
}

body.fabrication-3d-page #animation-toolbar .toolbar-group-menu__option:hover,
body.fabrication-3d-page #animation-toolbar .toolbar-group-menu__option:focus-visible {
    border-color: rgba(216, 231, 255, 0.24);
    background: rgba(31, 42, 56, 0.98);
    color: #ffffff;
}

body.fabrication-3d-page #animation-toolbar .toolbar-group-menu__option:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

body.fabrication-3d-page #animation-toolbar .toolbar-group-menu__option-icon {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    filter: brightness(0) invert(1);
}

body.fabrication-3d-page .assembly-floating-modal__summary {
    display: grid;
    gap: 4px;
    margin-bottom: 12px;
}

body.fabrication-3d-page .assembly-floating-modal {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    pointer-events: none;
}

body.fabrication-3d-page .assembly-floating-modal__content {
    position: fixed;
    margin: 0;
    width: min(420px, calc(100vw - 32px));
    max-width: none;
    max-height: min(72vh, 640px);
    overflow: hidden;
    pointer-events: auto;
}

body.fabrication-3d-page .assembly-floating-modal .modal-header {
    cursor: move;
    user-select: none;
}

body.fabrication-3d-page .assembly-floating-modal .modal-close {
    cursor: pointer;
}

body.fabrication-3d-page .assembly-floating-modal .modal-body {
    overflow: auto;
}

body.fabrication-3d-page .assembly-copy-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

body.fabrication-3d-page .assembly-copy-summary {
    margin-top: 12px;
}

body.fabrication-3d-page .assembly-copy-note {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 226, 199, 0.76);
}

body.fabrication-3d-page .component-choice-modal-content {
    width: min(540px, calc(100vw - 32px));
}

body.fabrication-3d-page .component-choice-grid {
    display: grid;
    gap: 12px;
}

body.fabrication-3d-page .component-choice-option {
    display: grid;
    gap: 6px;
    width: 100%;
    min-height: 86px;
    padding: 16px;
    border-color: rgba(126, 154, 184, 0.18);
    background: linear-gradient(180deg, rgba(34, 46, 58, 0.92), rgba(24, 34, 45, 0.92));
    color: #dce9f6;
    text-align: left;
}

body.fabrication-3d-page .component-choice-option:hover,
body.fabrication-3d-page .component-choice-option:focus-visible {
    border-color: rgba(185, 116, 52, 0.48);
    background: linear-gradient(180deg, rgba(103, 150, 123, 0.98), rgba(83, 130, 130, 0.65));
    color: #1b0f04;
}

body.fabrication-3d-page .component-choice-option:hover .component-choice-option__title,
body.fabrication-3d-page .component-choice-option:focus-visible .component-choice-option__title,
body.fabrication-3d-page .component-choice-option:hover .component-choice-option__copy,
body.fabrication-3d-page .component-choice-option:focus-visible .component-choice-option__copy {
    color: #1b0f04;
}

body.fabrication-3d-page .component-choice-option__title {
    color: #f2f7fb;
    font-size: 15px;
    font-weight: 800;
}

body.fabrication-3d-page .component-choice-option__copy {
    color: rgba(220, 233, 246, 0.74);
    font-size: 12px;
    line-height: 1.45;
}

body.fabrication-3d-page #fabrication-viewport-info.component-viewport-info {
    position: fixed;
    bottom: var(--viewport-guide-bottom, 16px);
    left: var(--viewport-guide-left, 16px);
    max-width: min(var(--viewport-guide-max-width, 320px), calc(100vw - 32px));
    max-height: var(--viewport-guide-max-height, calc(100vh - 32px));
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(30, 30, 30, 0.95);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    color: #aaaaaa;
    font-size: 13px;
    overflow: hidden;
    pointer-events: auto;
    z-index: 15;
}

body.fabrication-3d-page #fabrication-viewport-info .component-viewport-info__header {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 0;
    min-width: min(220px, calc(100vw - 32px));
    padding-left: 10px;
}

body.fabrication-3d-page #fabrication-viewport-info .component-viewport-info__toggle {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding: 11px 14px;
    border: 0;
    background: transparent;
    color: #f2f6f0;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

body.fabrication-3d-page #fabrication-viewport-info .component-viewport-info__toggle:focus-visible {
    outline: 2px solid rgba(119, 178, 85, 0.85);
    outline-offset: -2px;
}

body.fabrication-3d-page #fabrication-viewport-info .component-viewport-info__title {
    flex: 1 1 auto;
    color: #f2f6f0;
    font-weight: 700;
    letter-spacing: 0;
}

body.fabrication-3d-page #fabrication-viewport-info .component-viewport-info__chevron {
    flex: 0 0 9px;
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(225deg) translate(-2px, -2px);
    transition: transform 160ms ease;
}

body.fabrication-3d-page #fabrication-viewport-info.is-expanded .component-viewport-info__chevron {
    transform: rotate(45deg);
}

body.fabrication-3d-page #fabrication-viewport-info .component-viewport-info__help-button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-right: 10px;
    padding: 0;
    border: 1px solid #3d4f63;
    border-radius: 999px;
    background: #223142;
    color: #dbe9f8;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    pointer-events: auto;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

body.fabrication-3d-page #fabrication-viewport-info .component-viewport-info__help-button:hover,
body.fabrication-3d-page #fabrication-viewport-info .component-viewport-info__help-button:focus-visible {
    border-color: #547196;
    background: #2a3b4f;
    outline: 2px solid rgba(96, 239, 166, 0.55);
    outline-offset: 2px;
}

body.fabrication-3d-page #fabrication-viewport-info .component-viewport-info__content {
    padding: 0 18px 14px;
    overflow: auto;
}

body.fabrication-3d-page #fabrication-viewport-info.is-collapsed .component-viewport-info__content {
    display: none;
}

body.fabrication-3d-page #fabrication-viewport-info .component-viewport-info__group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

body.fabrication-3d-page #fabrication-viewport-info .component-viewport-info__item {
    margin-bottom: 0;
}

body.fabrication-3d-page #fabrication-viewport-info .component-viewport-info__group--mobile {
    display: none;
}

@media (max-width: 700px) {
    body.fabrication-3d-page #fabrication-viewport-info.component-viewport-info {
        bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
        left: 12px;
        max-width: min(320px, calc(100vw - 24px));
        font-size: 12px;
    }

    body.fabrication-3d-page #fabrication-viewport-info .component-viewport-info__group--desktop {
        display: none;
    }

    body.fabrication-3d-page #fabrication-viewport-info .component-viewport-info__group--mobile {
        display: flex;
    }
}

body.fabrication-3d-page .viewer-display-modal__content {
    width: min(230px, calc(100vw - 32px));
    box-sizing: border-box;
    border: 1px solid #314153;
    border-radius: 8px;
    background: #18222e;
    color: #dce9f6;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.55);
}

body.fabrication-3d-page .viewer-display-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px;
    border-bottom: 1px solid #2b3643;
    background: #18222e;
    color: #dbe9f8;
}

body.fabrication-3d-page .viewer-display-modal .modal-header h3 {
    margin: 0;
    color: #dbe9f8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

body.fabrication-3d-page .viewer-display-modal .modal-body {
    padding: 14px;
    background: #18222e;
    color: #dce9f6;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-popover__panel {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-popover__panel.hidden {
    display: none;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-control {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(216, 231, 255, 0.12);
    border-radius: 8px;
    background: rgba(20, 28, 38, 0.96);
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-control__label {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.15;
    color: #ffffff;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-control__slider-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-control__slider {
    flex: 1 1 auto;
    width: 100%;
    height: 6px;
    border: none;
    border-radius: 999px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background: linear-gradient(
        90deg,
        #79b7ff 0 var(--slider-fill-percentage, 75%),
        rgba(154, 179, 206, 0.28) var(--slider-fill-percentage, 75%) 100%
    );
    box-shadow: inset 0 0 0 1px rgba(121, 183, 255, 0.12);
    cursor: pointer;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-control__slider::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 999px;
    background: transparent;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-control__slider::-moz-range-track {
    height: 6px;
    border: none;
    border-radius: 999px;
    background: transparent;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-control__slider::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    margin-top: -5px;
    border: 2px solid #dff1ff;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffffff, #a8d4ff);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
    appearance: none;
    -webkit-appearance: none;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-control__slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border: 2px solid #dff1ff;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffffff, #a8d4ff);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-control__slider:focus-visible::-webkit-slider-thumb {
    box-shadow: 0 0 0 4px rgba(121, 183, 255, 0.24), 0 4px 10px rgba(0, 0, 0, 0.35);
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-control__slider:focus-visible::-moz-range-thumb {
    box-shadow: 0 0 0 4px rgba(121, 183, 255, 0.24), 0 4px 10px rgba(0, 0, 0, 0.35);
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-control__value {
    flex: 0 0 36px;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: rgba(255, 255, 255, 0.82);
}

body.fabrication-3d-page .viewer-display-modal .toolbar-btn {
    min-height: 30px;
    padding: 5px 9px;
    border-color: rgba(216, 231, 255, 0.12);
    background: rgba(20, 28, 38, 0.96);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.15;
}

body.fabrication-3d-page .viewer-display-modal .toolbar-btn:hover,
body.fabrication-3d-page .viewer-display-modal .toolbar-btn:focus-visible {
    background: rgba(31, 42, 56, 0.98);
    border-color: rgba(216, 231, 255, 0.22);
    color: #ffffff;
}

body.fabrication-3d-page .viewer-display-modal .toolbar-btn.active,
body.fabrication-3d-page .viewer-display-modal .toolbar-btn[aria-pressed="true"] {
    background: linear-gradient(180deg, rgba(103, 150, 123, 0.98), rgba(83, 130, 130, 0.65));
    border-color: rgba(185, 116, 52, 0.48);
    color: #1b0f04;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-switch,
body.fabrication-3d-page .viewer-display-modal .viewer-display-switch.active,
body.fabrication-3d-page .viewer-display-modal .viewer-display-switch[aria-pressed="true"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 34px;
    padding: 7px 8px 7px 10px;
    border-color: rgba(216, 231, 255, 0.12);
    background: rgba(20, 28, 38, 0.96);
    color: #ffffff;
    text-align: left;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-switch:hover,
body.fabrication-3d-page .viewer-display-modal .viewer-display-switch:focus-visible {
    border-color: rgba(216, 231, 255, 0.24);
    background: rgba(31, 42, 56, 0.98);
    color: #ffffff;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-switch__label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-switch__state {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex: 0 0 auto;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-switch__status {
    min-width: 20px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: rgba(220, 233, 246, 0.72);
    text-align: right;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-switch__track {
    position: relative;
    display: inline-flex;
    width: 34px;
    height: 18px;
    flex: 0 0 34px;
    border: 1px solid rgba(216, 231, 255, 0.22);
    border-radius: 999px;
    background: rgba(9, 13, 18, 0.98);
    transition: background 0.14s ease, border-color 0.14s ease;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-switch__thumb {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dce9f6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.36);
    transition: transform 0.14s ease, background 0.14s ease;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-switch.active .viewer-display-switch__status,
body.fabrication-3d-page .viewer-display-modal .viewer-display-switch[aria-pressed="true"] .viewer-display-switch__status {
    color: #dbe9df;
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-switch.active .viewer-display-switch__track,
body.fabrication-3d-page .viewer-display-modal .viewer-display-switch[aria-pressed="true"] .viewer-display-switch__track {
    border-color: rgba(185, 116, 52, 0.48);
    background: linear-gradient(180deg, rgba(103, 150, 123, 0.98), rgba(83, 130, 130, 0.65));
}

body.fabrication-3d-page .viewer-display-modal .viewer-display-switch.active .viewer-display-switch__thumb,
body.fabrication-3d-page .viewer-display-modal .viewer-display-switch[aria-pressed="true"] .viewer-display-switch__thumb {
    transform: translateX(16px);
    background: #1b0f04;
}

body.fabrication-3d-page .assembly-visibility-modal__scope {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 226, 199, 0.72);
}

body.fabrication-3d-page .assembly-visibility-modal__count {
    font-size: 14px;
    font-weight: 600;
    color: #fff4e8;
}

body.fabrication-3d-page .assembly-visibility-modal__list {
    display: grid;
    gap: 10px;
    max-height: min(48vh, 420px);
    overflow-y: auto;
    padding-right: 4px;
}

body.fabrication-3d-page .assembly-visibility-toggle {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
    padding: 10px 12px;
    border: 1px solid rgba(255, 177, 111, 0.18);
    border-radius: 12px;
    background: rgba(24, 18, 14, 0.88);
    cursor: pointer;
}

body.fabrication-3d-page .assembly-visibility-toggle--hidden {
    opacity: 0.62;
}

body.fabrication-3d-page .assembly-visibility-toggle__content {
    display: grid;
    gap: 3px;
    min-width: 0;
}

body.fabrication-3d-page .assembly-visibility-toggle__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #fff4e8;
}

body.fabrication-3d-page .assembly-visibility-toggle__meta {
    font-size: 12px;
    line-height: 1.4;
    color: rgba(255, 226, 199, 0.72);
}

body.fabrication-3d-page .assembly-visibility-modal__empty {
    padding: 16px;
    border: 1px dashed rgba(255, 177, 111, 0.24);
    border-radius: 12px;
    font-size: 14px;
    color: rgba(255, 226, 199, 0.8);
    background: rgba(24, 18, 14, 0.72);
}

body.fabrication-3d-page #animation-toolbar .viewer-display-popover {
    position: relative;
    top: auto;
    right: auto;
    z-index: 145;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

body.fabrication-3d-page #animation-toolbar .viewer-display-popover__panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 260;
    display: flex;
    flex-direction: column;
    width: min(230px, calc(100vw - 32px));
    min-width: 230px;
    max-width: min(230px, calc(100vw - 32px));
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid rgba(216, 231, 255, 0.16);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(9, 13, 18, 0.98), rgba(5, 8, 12, 0.96));
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.42);
    gap: 5px;
}

body.fabrication-3d-page #animation-toolbar .viewer-display-control {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 6px 8px 8px;
    border: 1px solid rgba(216, 231, 255, 0.12);
    border-radius: 8px;
    background: rgba(20, 28, 38, 0.96);
}

body.fabrication-3d-page #animation-toolbar .viewer-display-control__label {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.15;
    color: #ffffff;
}

body.fabrication-3d-page #animation-toolbar .viewer-display-control__slider-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.fabrication-3d-page #animation-toolbar .viewer-display-control__slider {
    flex: 1 1 auto;
    width: 100%;
    height: 6px;
    border: none;
    border-radius: 999px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background: linear-gradient(
        90deg,
        #79b7ff 0 var(--slider-fill-percentage, 75%),
        rgba(154, 179, 206, 0.28) var(--slider-fill-percentage, 75%) 100%
    );
    box-shadow: inset 0 0 0 1px rgba(121, 183, 255, 0.12);
    cursor: pointer;
}

body.fabrication-3d-page #animation-toolbar .viewer-display-control__slider::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 999px;
    background: transparent;
}

body.fabrication-3d-page #animation-toolbar .viewer-display-control__slider::-moz-range-track {
    height: 6px;
    border: none;
    border-radius: 999px;
    background: transparent;
}

body.fabrication-3d-page #animation-toolbar .viewer-display-control__slider::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    margin-top: -5px;
    border: 2px solid #dff1ff;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffffff, #a8d4ff);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
    appearance: none;
    -webkit-appearance: none;
}

body.fabrication-3d-page #animation-toolbar .viewer-display-control__slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border: 2px solid #dff1ff;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffffff, #a8d4ff);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

body.fabrication-3d-page #animation-toolbar .viewer-display-control__slider:focus-visible::-webkit-slider-thumb {
    box-shadow: 0 0 0 4px rgba(121, 183, 255, 0.24), 0 4px 10px rgba(0, 0, 0, 0.35);
}

body.fabrication-3d-page #animation-toolbar .viewer-display-control__slider:focus-visible::-moz-range-thumb {
    box-shadow: 0 0 0 4px rgba(121, 183, 255, 0.24), 0 4px 10px rgba(0, 0, 0, 0.35);
}

body.fabrication-3d-page #animation-toolbar .viewer-display-control__value {
    flex: 0 0 36px;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: rgba(255, 255, 255, 0.82);
}

body.fabrication-3d-page #animation-toolbar .viewer-display-popover__toggle {
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 6px;
}

body.fabrication-3d-page #animation-toolbar .viewer-display-popover__panel .toolbar-btn {
    min-height: 28px;
    padding: 4px 8px;
    border-color: rgba(216, 231, 255, 0.12);
    background: rgba(20, 28, 38, 0.96);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.15;
}

body.fabrication-3d-page #animation-toolbar .viewer-display-popover__panel .toolbar-btn:hover,
body.fabrication-3d-page #animation-toolbar .viewer-display-popover__panel .toolbar-btn:focus-visible {
    background: rgba(31, 42, 56, 0.98);
    border-color: rgba(216, 231, 255, 0.22);
    color: #ffffff;
}

body.fabrication-3d-page #animation-toolbar .viewer-display-popover__panel .toolbar-btn.active,
body.fabrication-3d-page #animation-toolbar .viewer-display-popover__panel .toolbar-btn[aria-pressed="true"] {
    background: linear-gradient(180deg, rgba(38, 55, 74, 0.98), rgba(24, 37, 50, 0.98));
    border-color: rgba(121, 183, 255, 0.34);
    color: #ffffff;
}

@media (min-width: 901px) {
    body.fabrication-3d-page #animation-toolbar {
        left: 50%;
        right: auto;
        top: 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        transform: translateX(-50%);
        gap: 4px;
    }

    body.fabrication-3d-page .toolbar-tab-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-file-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-group-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-axis-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-meta-row {
        gap: 6px;
        padding: 8px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-tab-history-group,
    body.fabrication-3d-page #animation-toolbar .toolbar-meta-row .toolbar-quick-actions,
    body.fabrication-3d-page #animation-toolbar .toolbar-file-row .fabrication-file-actions--toolbar,
    body.fabrication-3d-page #animation-toolbar .toolbar-group-row {
        gap: 6px;
    }

    body.fabrication-3d-page .toolbar-tab-row {
        flex: 0 1 auto;
        align-self: center;
        width: auto;
        max-width: 100%;
    }

    body.fabrication-3d-page .toolbar-tab-list {
        flex: 0 1 auto;
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
        max-width: 100%;
        min-width: 0;
    }

    body.fabrication-3d-page .toolbar-tab-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-group-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-axis-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-meta-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-panel-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-entry-row {
        justify-self: start;
        align-self: start;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-meta-row {
        margin-left: 0;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-group-row .toolbar-group-btn {
        width: 42px;
        min-width: 42px;
        height: 42px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-group-row .toolbar-tab.toolbar-group-btn {
        padding: 0;
        min-width: 42px;
        width: 42px;
        height: 42px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-meta-row {
        margin-top: -2px;
    }

    body.fabrication-3d-page #animation-toolbar .desktop-viewport-overlay-toggle {
        display: inline-flex;
        width: 42px;
        min-width: 42px;
        height: 42px;
        border-radius: 6px;
    }

    body.fabrication-3d-page .fabrication-3d-workspace .fabrication-file-actions--hero {
        display: none;
    }

    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-main.fabrication-3d-main--builder {
        position: fixed;
        inset: 0;
        z-index: 360;
        width: 100%;
        margin: 0;
        padding: 16px;
        background:
            radial-gradient(circle at top left, rgba(74, 152, 255, 0.10), transparent 34%),
            linear-gradient(180deg, rgba(8, 12, 18, 0.98), rgba(11, 17, 24, 0.98));
        box-sizing: border-box;
    }

    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace {
        height: 100%;
        min-height: 0;
        gap: 0;
        padding: 0;
    }

    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace__hero,
    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace > .builder-workspace__column--right,
    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-workspace__layout > .builder-workspace__column--right {
        display: none;
    }

    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-workspace__layout {
        grid-template-columns: minmax(0, 1fr);
        height: 100%;
        min-height: 0;
        align-items: stretch;
    }

    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-workspace__column--main {
        position: static;
        top: auto;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-height: 0;
        max-height: 100%;
        overflow: hidden;
        gap: 0;
    }

    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-workspace__column--main > .builder-viewport-overlay--inline {
        flex: 1 1 auto;
        min-height: 0;
        align-self: stretch;
        margin-top: 0;
    }

    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-workspace__column--main,
    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-viewport-overlay--inline,
    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-viewport-overlay__dialog,
    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-viewport-overlay__editor-layout,
    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-viewport-overlay__editor-main,
    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace #container.fabrication-3d-builder-shell,
    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .fabrication-3d-viewport-card,
    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .fabrication-3d-viewport-shell {
        height: 100%;
        min-height: 0;
    }

    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-viewport-overlay__dialog--editor {
        display: grid;
        grid-template-rows: minmax(0, 1fr);
        overflow: hidden;
    }

    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-viewport-overlay__editor-layout,
    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace #container.fabrication-3d-builder-shell {
        grid-template-rows: minmax(0, 1fr);
        align-items: stretch;
        align-content: stretch;
    }

    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-viewport-overlay__editor-sidebar,
    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-viewport-overlay__editor-main,
    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-viewport-overlay__resize-handle,
    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .fabrication-3d-viewport-card,
    body.fabrication-3d-page.fabrication-desktop-viewport-overlay-mode:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .fabrication-3d-viewport-shell {
        align-self: stretch;
    }
}

@media (max-width: 1400px) {
    body.fabrication-3d-page .toolbar-tab-row {
        flex-wrap: nowrap;
        align-items: center;
    }

    body.fabrication-3d-page .toolbar-tab-list {
        flex: 0 1 auto;
        min-width: 0;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-meta-row .toolbar-quick-actions {
        gap: 10px;
    }
}

@media (max-width: 900px) {
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .web-page-shell.web-page-shell--fabrication-3d {
        width: calc(100% - 13px) !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .web-page-shell__main,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .web-fabrication-3d-shell,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-main,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-workspace__layout,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-workspace__column--main,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-workspace__column--right,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-viewport-overlay--inline,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-viewport-overlay__editor-layout,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace #container,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace #controls,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-summary {
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .web-page-shell.web-page-shell--fabrication-3d,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-workspace__layout,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-workspace__column--main,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-workspace__column--right,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-viewport-overlay__editor-layout,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace #container,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-summary {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-workspace__column--main,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-summary {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace #controls,
    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-summary {
        border: 0 !important;
        border-radius: 0 !important;
    }

    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-summary__panel {
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) .fabrication-3d-workspace .builder-viewport-overlay__editor-main {
        display: none !important;
    }

    body.fabrication-3d-page:not(.builder-mobile-viewport-mode) #animation-toolbar {
        display: none !important;
    }

    body.fabrication-3d-page.builder-mobile-viewport-mode #animation-toolbar {
        visibility: visible !important;
        opacity: 1 !important;
    }

    body.fabrication-3d-page.builder-mobile-viewport-mode .fabrication-3d-workspace .builder-viewport-overlay--inline {
        padding: 0 !important;
        place-items: stretch !important;
    }

    body.fabrication-3d-page.builder-mobile-viewport-mode .fabrication-3d-workspace .builder-viewport-overlay__dialog,
    body.fabrication-3d-page.builder-mobile-viewport-mode .fabrication-3d-workspace .builder-viewport-overlay__editor-layout,
    body.fabrication-3d-page.builder-mobile-viewport-mode .fabrication-3d-workspace .builder-viewport-overlay__editor-main,
    body.fabrication-3d-page.builder-mobile-viewport-mode .fabrication-3d-workspace .fabrication-3d-viewport-card,
    body.fabrication-3d-page.builder-mobile-viewport-mode .fabrication-3d-workspace .fabrication-3d-viewport-shell {
        width: 100vw !important;
        max-width: none !important;
        height: 100dvh !important;
        max-height: none !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    body.fabrication-3d-page #animation-toolbar {
        position: fixed !important;
        top: calc(env(safe-area-inset-top, 0px) + 8px) !important;
        right: 8px !important;
        bottom: auto;
        left: 8px !important;
        z-index: 380;
        width: auto !important;
        max-height: calc(100dvh - env(safe-area-inset-top, 0px) - 16px);
        max-width: none !important;
        overflow-y: auto;
        transform: none !important;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
    }

    body.fabrication-3d-page .toolbar-tab-row {
        display: flex;
        width: fit-content;
        max-width: 100%;
        margin-left: 0;
        overflow-x: auto;
        overflow-y: hidden;
        order: 0;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-group-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-axis-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-meta-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-panel-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-entry-row {
        display: flex;
        width: fit-content;
        max-width: 100%;
        margin-left: 0;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-camera-row {
        order: 1;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-axis-row {
        order: 2;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-panel-row {
        order: 3;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-entry-row {
        order: 4;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-group-row {
        order: 5;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-meta-row {
        order: 6;
    }

    body.fabrication-3d-page .toolbar-tab-list {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        min-width: 0;
        gap: 6px;
        overflow-x: visible;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-meta-row {
        align-self: auto;
        justify-content: flex-end;
        gap: 8px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-group-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-meta-row {
        flex: 0 0 auto;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-meta-row .toolbar-quick-actions {
        gap: 8px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-tab.section-gap-before {
        margin-left: 0;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-tab.section-gap-before::before {
        display: none;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-tab-history-group.section-gap-before {
        margin-left: 0;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-tab-history-group.section-gap-before::before {
        display: none;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-tab {
        flex: 0 0 56px;
        width: 56px;
        min-width: 56px;
        max-width: 56px;
        min-height: 56px;
        height: 56px;
        padding: 0 4px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-label-mobile--section {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-section-icon {
        width: 22px;
        height: 22px;
        overflow: visible;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
        vector-effect: non-scaling-stroke;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-section-icon--camera {
        width: 22px;
        height: 22px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-section-icon .section-cube-face {
        stroke: rgba(226, 238, 249, 0.9);
        stroke-width: 1;
        vector-effect: non-scaling-stroke;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-section-icon .section-cube-face--top {
        fill: #607a96;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-section-icon .section-cube-face--left {
        fill: #3d546d;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-section-icon .section-cube-face--right {
        fill: #e1a262;
        stroke: rgba(255, 236, 206, 0.95);
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-section-icon .section-icon-fill {
        fill: currentColor;
        stroke: none;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-label-mobile--camera {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon {
        width: 26px;
        height: 26px;
        overflow: visible;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-tab .toolbar-camera-tab-icon {
        width: 22px;
        height: 22px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-section-icon--camera {
        width: 22px;
        height: 22px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon .cube-face {
        stroke: rgba(226, 238, 249, 0.9);
        stroke-width: 1;
        vector-effect: non-scaling-stroke;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon .cube-face--top {
        fill: #607a96;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon .cube-face--left {
        fill: #3d546d;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon .cube-face--right {
        fill: #294055;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon--front .cube-face--right,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon--right .cube-face--right,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon--back .cube-face--left,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon--left .cube-face--left,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon--top .cube-face--top {
        fill: #e1a262;
        stroke: rgba(255, 236, 206, 0.95);
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon--bottom .cube-face--top {
        fill: #e1a262;
        stroke: rgba(255, 236, 206, 0.95);
    }
}

@media (max-width: 640px) {
    .fabrication-3d-main.fabrication-3d-main--builder {
        width: min(100%, calc(100% - 10px));
    }

    .fabrication-3d-workspace__hero {
        padding: 14px 16px;
    }

    body.fabrication-3d-page .fabrication-3d-workspace .fabrication-3d-hero-title-row {
        gap: 24px;
    }

    body.fabrication-3d-page .fabrication-3d-workspace .control-group,
    body.fabrication-3d-page .fabrication-3d-workspace .selection-panel {
        padding: 14px;
        border-radius: 16px;
    }

    body.fabrication-3d-page .fabrication-3d-workspace .button-group {
        grid-template-columns: 1fr;
    }

    body.fabrication-3d-page .fabrication-3d-workspace .fabrication-assembly-card__toolbar,
    body.fabrication-3d-page .fabrication-3d-workspace .fabrication-assembly-card__actions {
        grid-template-columns: 1fr;
        justify-content: stretch;
    }

    body.fabrication-3d-page .fabrication-3d-workspace .fabrication-assembly-card__actions {
        display: grid;
    }

    body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-header {
        align-items: stretch;
    }

    body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-top-row,
    body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-top-meta {
        align-items: flex-start;
    }

    body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-top-row {
        flex-wrap: wrap;
    }

    body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-top-actions,
    body.fabrication-3d-page .fabrication-3d-workspace .assembly-item-actions {
        width: 100%;
        justify-content: flex-end;
    }
}

@media (max-width: 640px) {
    body.fabrication-3d-page #animation-toolbar {
        top: 72px;
        right: 8px;
        left: 8px;
        max-height: calc(100vh - 84px);
        gap: 4px;
        padding: 4px;
    }

    body.fabrication-3d-page .toolbar-tab-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-group-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-axis-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-meta-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-panel-row,
    body.fabrication-3d-page #animation-toolbar .toolbar-entry-row {
        gap: 3px;
        padding: 4px;
    }

    body.fabrication-3d-page .toolbar-tab-list,
    body.fabrication-3d-page #animation-toolbar .toolbar-meta-row .toolbar-quick-actions,
    body.fabrication-3d-page #animation-toolbar .toolbar-tab-history-group {
        gap: 3px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-tab,
    body.fabrication-3d-page #animation-toolbar .toolbar-command-btn,
    body.fabrication-3d-page--public #animation-toolbar .toolbar-tab.toolbar-public-simple {
        flex: 0 0 45px !important;
        width: 45px !important;
        min-width: 45px !important;
        max-width: 45px !important;
        min-height: 45px !important;
        height: 45px !important;
        padding: 0;
        gap: 0;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-command-menu {
        flex: 0 0 45px;
        width: 45px;
        min-width: 45px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-tab .toolbar-label-desktop,
    body.fabrication-3d-page #animation-toolbar .toolbar-command-btn .toolbar-label-desktop,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-view-btn .toolbar-label-desktop,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-fit-btn .toolbar-label-desktop {
        display: none !important;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-tab .toolbar-label-mobile--section,
    body.fabrication-3d-page #animation-toolbar .toolbar-tab .toolbar-command-icon,
    body.fabrication-3d-page #animation-toolbar .toolbar-command-btn .toolbar-command-icon,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-view-btn .toolbar-label-mobile--camera,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-fit-btn .toolbar-label-mobile--camera {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-section-icon,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-cube-icon,
    body.fabrication-3d-page #animation-toolbar .toolbar-command-btn svg.toolbar-section-icon,
    body.fabrication-3d-page #animation-toolbar .toolbar-command-btn img.toolbar-section-icon {
        width: 23px;
        height: 23px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-command-btn .viewer-display-popover__icon {
        width: 23px;
        height: 23px;
        gap: 3px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-command-btn .viewer-display-popover__icon-line {
        width: 20px;
        height: 2px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-command-menu.section-gap-before,
    body.fabrication-3d-page #animation-toolbar .toolbar-command-btn.section-gap-before,
    body.fabrication-3d-page #animation-toolbar .toolbar-tab.section-gap-before,
    body.fabrication-3d-page #animation-toolbar .toolbar-tab-history-group.section-gap-before {
        margin-left: 3px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-axis-btn,
    body.fabrication-3d-page #animation-toolbar .toolbar-btn {
        min-height: 28px;
        height: 28px;
        padding: 0 7px;
        font-size: 11px;
    }
}

body.fabrication-3d-page #animation-toolbar .toolbar-panel-row {
    position: relative;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    z-index: 8;
}

body.fabrication-3d-page #animation-toolbar .toolbar-camera-row {
    position: relative;
    z-index: 7;
}

body.fabrication-3d-page #animation-toolbar .toolbar-axis-row {
    position: relative;
    z-index: 7;
}

body.fabrication-3d-page #animation-toolbar .toolbar-entry-row {
    position: relative;
    z-index: 7;
}

body.fabrication-3d-page #fabrication-guide-modal .modal-content,
body.fabrication-3d-page #mode-help-modal .modal-content,
body.fabrication-3d-page #component-choice-modal .modal-content,
body.fabrication-3d-page #component-editor-modal .modal-content,
body.fabrication-3d-page #builder-editor-modal .modal-content,
body.fabrication-3d-page #spatial-editor-modal .modal-content,
body.fabrication-3d-page #assembly-rename-modal .modal-content,
body.fabrication-3d-page #assembly-copy-modal .modal-content,
body.fabrication-3d-page #assembly-visibility-modal .modal-content,
body.fabrication-3d-page #viewer-display-modal .modal-content {
    border: 1px solid rgba(126, 154, 184, 0.28) !important;
    border-radius: 8px;
    background: linear-gradient(180deg, #1d2a36 0%, #141f2a 100%) !important;
    color: #dce9f6 !important;
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.58) !important;
}

body.fabrication-3d-page #fabrication-guide-modal .modal-header,
body.fabrication-3d-page #mode-help-modal .modal-header,
body.fabrication-3d-page #component-choice-modal .modal-header,
body.fabrication-3d-page #component-editor-modal .modal-header,
body.fabrication-3d-page #builder-editor-modal .modal-header,
body.fabrication-3d-page #spatial-editor-modal .modal-header,
body.fabrication-3d-page #assembly-rename-modal .modal-header,
body.fabrication-3d-page #assembly-copy-modal .modal-header,
body.fabrication-3d-page #assembly-visibility-modal .modal-header,
body.fabrication-3d-page #viewer-display-modal .modal-header {
    border-bottom: 1px solid rgba(126, 154, 184, 0.22) !important;
    background: rgba(20, 31, 42, 0.98) !important;
    color: #eef6ff !important;
}

body.fabrication-3d-page #fabrication-guide-modal .modal-header h3,
body.fabrication-3d-page #mode-help-modal .modal-header h3,
body.fabrication-3d-page #component-choice-modal .modal-header h3,
body.fabrication-3d-page #component-editor-modal .modal-header h3,
body.fabrication-3d-page #builder-editor-modal .modal-header h3,
body.fabrication-3d-page #spatial-editor-modal .modal-header h3,
body.fabrication-3d-page #assembly-rename-modal .modal-header h3,
body.fabrication-3d-page #assembly-copy-modal .modal-header h3,
body.fabrication-3d-page #assembly-visibility-modal .modal-header h3,
body.fabrication-3d-page #viewer-display-modal .modal-header h3 {
    color: #eef6ff !important;
}

body.fabrication-3d-page #fabrication-guide-modal .modal-body,
body.fabrication-3d-page #mode-help-modal .modal-body,
body.fabrication-3d-page #component-choice-modal .modal-body,
body.fabrication-3d-page #component-editor-modal .modal-body,
body.fabrication-3d-page #builder-editor-modal .modal-body,
body.fabrication-3d-page #spatial-editor-modal .modal-body,
body.fabrication-3d-page #assembly-rename-modal .modal-body,
body.fabrication-3d-page #assembly-copy-modal .modal-body,
body.fabrication-3d-page #assembly-visibility-modal .modal-body,
body.fabrication-3d-page #viewer-display-modal .modal-body {
    background: #141f2a !important;
    color: #dce9f6 !important;
}

body.fabrication-3d-page #fabrication-guide-modal .modal-footer,
body.fabrication-3d-page #mode-help-modal .modal-footer,
body.fabrication-3d-page #component-choice-modal .modal-footer,
body.fabrication-3d-page #component-editor-modal .modal-footer,
body.fabrication-3d-page #builder-editor-modal .modal-footer,
body.fabrication-3d-page #spatial-editor-modal .modal-footer,
body.fabrication-3d-page #assembly-rename-modal .modal-footer,
body.fabrication-3d-page #assembly-copy-modal .modal-footer,
body.fabrication-3d-page #assembly-visibility-modal .modal-footer,
body.fabrication-3d-page #viewer-display-modal .modal-footer {
    border-top: 1px solid rgba(126, 154, 184, 0.18) !important;
    background: #141f2a !important;
    color: #dce9f6 !important;
}

body.fabrication-3d-page #component-choice-modal .component-choice-option {
    border: 1px solid rgba(126, 154, 184, 0.24) !important;
    background: linear-gradient(180deg, rgba(36, 50, 64, 0.98), rgba(24, 35, 47, 0.98)) !important;
    color: #dce9f6 !important;
}

body.fabrication-3d-page #component-choice-modal .component-choice-option__title {
    color: #f2f7fb !important;
}

body.fabrication-3d-page #component-choice-modal .component-choice-option__copy {
    color: rgba(220, 233, 246, 0.76) !important;
}

body.fabrication-3d-page #component-choice-modal .component-choice-option:hover,
body.fabrication-3d-page #component-choice-modal .component-choice-option:focus-visible {
    border-color: rgba(121, 183, 255, 0.4) !important;
    background: linear-gradient(180deg, rgba(47, 69, 90, 0.98), rgba(31, 48, 64, 0.98)) !important;
}

body.fabrication-3d-page #component-choice-modal .component-choice-option:hover .component-choice-option__title,
body.fabrication-3d-page #component-choice-modal .component-choice-option:focus-visible .component-choice-option__title,
body.fabrication-3d-page #component-choice-modal .component-choice-option:hover .component-choice-option__copy,
body.fabrication-3d-page #component-choice-modal .component-choice-option:focus-visible .component-choice-option__copy {
    color: #ffffff !important;
}

body.fabrication-3d-page #animation-toolbar .rotate-value-control,
body.fabrication-3d-page #animation-toolbar .translate-value-control,
body.fabrication-3d-page #animation-toolbar .measure-value-control {
    min-height: 34px;
    color: #dce9f6 !important;
}

body.fabrication-3d-page #animation-toolbar .rotate-value-control > .toolbar-input,
body.fabrication-3d-page #animation-toolbar .translate-value-control > .toolbar-input,
body.fabrication-3d-page #animation-toolbar .measure-value-control > .toolbar-input,
body.fabrication-3d-page #mobile-manual-entry-input {
    min-height: 32px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border: 1px solid rgba(126, 154, 184, 0.34) !important;
    background: #101821 !important;
    color: #eef6ff !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}

body.fabrication-3d-page #animation-toolbar .rotate-value-control > .toolbar-input:focus,
body.fabrication-3d-page #animation-toolbar .translate-value-control > .toolbar-input:focus,
body.fabrication-3d-page #animation-toolbar .measure-value-control > .toolbar-input:focus,
body.fabrication-3d-page #mobile-manual-entry-input:focus {
    border-color: rgba(121, 183, 255, 0.62) !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(121, 183, 255, 0.18), inset 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}

body.fabrication-3d-page #animation-toolbar .rotate-value-control > .toolbar-btn,
body.fabrication-3d-page #animation-toolbar .translate-value-control > .toolbar-btn,
body.fabrication-3d-page #animation-toolbar .measure-value-control > .toolbar-btn,
body.fabrication-3d-page #mobile-manual-entry-minus,
body.fabrication-3d-page #mobile-manual-entry-plus {
    min-height: 32px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-color: rgba(126, 154, 184, 0.34) !important;
    background: linear-gradient(180deg, rgba(38, 55, 74, 0.98), rgba(24, 37, 50, 0.98)) !important;
    color: #eef6ff !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
}

body.fabrication-3d-page #animation-toolbar .rotate-value-control > .toolbar-btn:hover,
body.fabrication-3d-page #animation-toolbar .rotate-value-control > .toolbar-btn:focus-visible,
body.fabrication-3d-page #animation-toolbar .translate-value-control > .toolbar-btn:hover,
body.fabrication-3d-page #animation-toolbar .translate-value-control > .toolbar-btn:focus-visible,
body.fabrication-3d-page #animation-toolbar .measure-value-control > .toolbar-btn:hover,
body.fabrication-3d-page #animation-toolbar .measure-value-control > .toolbar-btn:focus-visible,
body.fabrication-3d-page #mobile-manual-entry-minus:hover,
body.fabrication-3d-page #mobile-manual-entry-minus:focus-visible,
body.fabrication-3d-page #mobile-manual-entry-plus:hover,
body.fabrication-3d-page #mobile-manual-entry-plus:focus-visible {
    border-color: rgba(121, 183, 255, 0.48) !important;
    background: linear-gradient(180deg, rgba(47, 69, 90, 0.98), rgba(31, 48, 64, 0.98)) !important;
    color: #ffffff !important;
}

body.fabrication-3d-page #mobile-manual-entry-sheet .mobile-manual-entry-sheet__dialog {
    border: 1px solid rgba(126, 154, 184, 0.28) !important;
    background: linear-gradient(180deg, #1d2a36 0%, #141f2a 100%) !important;
    color: #dce9f6 !important;
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.58) !important;
}

body.fabrication-3d-page #mobile-manual-entry-sheet .mobile-manual-entry-sheet__label {
    color: #eef6ff !important;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .builder-mode-help-modal__content {
    width: min(760px, 100%) !important;
    max-width: calc(100vw - 32px) !important;
    max-height: 90vh;
    overflow-y: auto;
    border: 1px solid #314153 !important;
    border-radius: 8px !important;
    background: #18222e !important;
    color: #cfdceb !important;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.55) !important;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .modal-header,
body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .modal-footer {
    background: transparent !important;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .modal-header {
    padding: 14px 16px !important;
    border-bottom: 1px solid #2b3643 !important;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .modal-footer {
    padding: 14px 16px !important;
    border-top: 1px solid #2b3643 !important;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .builder-mode-help-modal__body {
    padding: 16px !important;
    background: transparent !important;
    color: #cfdceb !important;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .modal-close {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: 1px solid #3d4f63 !important;
    border-radius: 6px !important;
    background: #223142 !important;
    color: #dbe9f8 !important;
    font-size: 22px !important;
    line-height: 1 !important;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .modal-close:hover,
body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .modal-close:focus-visible,
body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .modal-footer button:hover,
body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .modal-footer button:focus-visible {
    background: #2a3b4f !important;
    color: #dbe9f8 !important;
    outline: none;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .modal-footer button {
    min-height: 34px !important;
    padding: 7px 12px !important;
    border: 1px solid #3d4f63 !important;
    border-radius: 6px !important;
    background: #223142 !important;
    color: #dbe9f8 !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.15;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .guide-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    color: #d6e2ef !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .guide-content section {
    display: block;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .guide-content h4 {
    margin: 0 0 6px !important;
    color: #9fc5e9 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .guide-content p {
    margin: 0 !important;
    color: #b5c8da !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .guide-content ol,
body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .guide-content ul {
    margin: 0 0 0 18px !important;
    padding: 0 !important;
    color: #d6e2ef !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .guide-content ul {
    list-style: disc !important;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .guide-content ol {
    list-style: decimal !important;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .guide-content li {
    margin: 0 0 6px !important;
    padding: 0 !important;
    color: #d6e2ef !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

body.fabrication-3d-page #mode-help-modal.builder-mode-help-modal .guide-content li + li {
    margin-top: 0 !important;
}

body.fabrication-3d-page .fabrication-editor-host-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1250 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    padding: 18px !important;
    background: rgba(4, 8, 13, 0.72) !important;
    backdrop-filter: blur(6px);
}

body.fabrication-3d-page .fabrication-editor-host-modal.hidden,
body.fabrication-3d-page .fabrication-editor-host-modal[aria-hidden="true"].hidden {
    display: none !important;
}

body.fabrication-3d-page .fabrication-editor-host-modal__content {
    display: flex !important;
    flex-direction: column !important;
    width: min(1600px, calc(100vw - 24px)) !important;
    height: min(920px, calc(100dvh - 24px)) !important;
    max-width: min(1600px, calc(100vw - 24px)) !important;
    max-height: calc(100dvh - 24px) !important;
    overflow: hidden !important;
    border: 1px solid rgba(126, 154, 184, 0.32) !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #1b2835 0%, #101821 100%) !important;
    color: #dce9f6 !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.68) !important;
}

body.fabrication-3d-page .fabrication-editor-host-modal__header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    flex: 0 0 auto !important;
    min-height: 52px !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid rgba(126, 154, 184, 0.24) !important;
    background: #172332 !important;
    color: #eef6ff !important;
}

body.fabrication-3d-page .fabrication-editor-host-modal__header h3 {
    margin: 0 !important;
    color: #eef6ff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

body.fabrication-3d-page .fabrication-editor-host-modal .modal-body {
    display: flex !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #101821 !important;
    color: #dce9f6 !important;
}

body.fabrication-3d-page .fabrication-editor-host-frame-shell {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-width: 0 !important;
    min-height: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #101821 !important;
    color: #dce9f6 !important;
}

body.fabrication-3d-page .fabrication-editor-host-copy {
    flex: 0 0 auto !important;
    padding: 10px 14px !important;
    border-bottom: 1px solid rgba(126, 154, 184, 0.18) !important;
    background: #141f2a !important;
    color: #b5c8da !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
}

body.fabrication-3d-page .fabrication-editor-host-modal--component .fabrication-editor-host-copy {
    display: none !important;
}

body.fabrication-3d-page .fabrication-editor-host-frame-wrap {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    background: #0b1118 !important;
}

body.fabrication-3d-page .fabrication-editor-host-frame {
    display: block !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
    background: #0b1118 !important;
}

@media (max-width: 700px) {
    body.fabrication-3d-page .fabrication-editor-host-modal {
        padding: 10px !important;
    }

    body.fabrication-3d-page .fabrication-editor-host-modal__content {
        width: calc(100vw - 20px) !important;
        height: calc(100dvh - 20px) !important;
        max-width: calc(100vw - 20px) !important;
        max-height: calc(100dvh - 20px) !important;
    }
}

@media (max-width: 900px) {
    body.fabrication-3d-page #animation-toolbar .toolbar-file-row {
        display: none;
    }
}

body.fabrication-3d-page #animation-toolbar .toolbar-camera-panel {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    width: auto;
    max-width: 100%;
    min-width: 0;
}

body.fabrication-3d-page #animation-toolbar .toolbar-view-buttons .toolbar-axis-btn,
body.fabrication-3d-page #animation-toolbar .toolbar-camera-fit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-view-buttons .toolbar-label-mobile--camera {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

body.fabrication-3d-page #animation-toolbar .toolbar-view-buttons .toolbar-camera-cube-icon {
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    opacity: 0.9;
    filter: brightness(0) saturate(100%) invert(91%) sepia(15%) saturate(384%) hue-rotate(176deg) brightness(101%) contrast(94%);
}

body.fabrication-3d-page #animation-toolbar .toolbar-view-buttons .toolbar-axis-btn.active .toolbar-camera-cube-icon,
body.fabrication-3d-page #animation-toolbar .toolbar-view-buttons .toolbar-axis-btn[aria-pressed="true"] .toolbar-camera-cube-icon {
    opacity: 1;
    filter: brightness(0) saturate(100%);
}

@media (max-width: 640px) {
    body.fabrication-3d-page #animation-toolbar .toolbar-view-buttons .toolbar-axis-btn,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-fit-btn {
        gap: 0;
        min-width: 32px;
        padding-right: 6px;
        padding-left: 6px;
    }

    body.fabrication-3d-page #animation-toolbar .toolbar-view-buttons .toolbar-axis-btn .toolbar-label-desktop,
    body.fabrication-3d-page #animation-toolbar .toolbar-camera-fit-btn .toolbar-label-desktop {
        display: none !important;
    }
}

@media (min-width: 901px) {
    body.fabrication-3d-page--public #animation-toolbar {
        left: 50% !important;
        right: auto !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        transform: translateX(-50%) !important;
    }

    body.fabrication-3d-page--public #animation-toolbar .toolbar-tab-row,
    body.fabrication-3d-page--public #animation-toolbar .toolbar-panel-row {
        align-self: center !important;
        flex: 0 1 auto !important;
        width: fit-content !important;
        min-width: 0 !important;
        max-width: calc(100vw - 36px) !important;
        justify-self: center !important;
    }

    body.fabrication-3d-page--public #animation-toolbar .toolbar-panel-row[aria-hidden="true"] {
        display: none !important;
    }

    body.fabrication-3d-page--public .toolbar-tab-list {
        flex: 0 1 auto !important;
        width: auto !important;
        max-width: 100% !important;
    }

    body.fabrication-3d-page--public #animation-toolbar .toolbar-panel.toolbar-public-simple {
        flex: 0 1 auto !important;
        width: max-content !important;
        max-width: calc(100vw - 56px) !important;
    }
}

body.fabrication-3d-page .fabrication-3d-viewport-card,
body.fabrication-3d-page .fabrication-3d-viewport-shell {
    position: relative;
    z-index: 20;
}