/* _content/BrickBrain/Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-n1pi4od2um] {
    min-height: 100vh;
    background: #f9f8f6;
    color: #1a1a1a;
}

.site-header[b-n1pi4od2um] {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid #e5e2da;
    background: rgba(249, 248, 246, 0.88);
    backdrop-filter: blur(18px);
}

.site-header__inner[b-n1pi4od2um] {
    width: min(80rem, 100%);
    height: 4.5rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.site-brand[b-n1pi4od2um] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    height: 100%;
    width: 9rem;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-decoration: none;
}

.site-brand__logo[b-n1pi4od2um] {
    display: block;
    width: auto;
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    object-fit: contain;
}

.site-nav[b-n1pi4od2um] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.site-nav a[b-n1pi4od2um],
.site-nav__form button[b-n1pi4od2um],
.site-account__link[b-n1pi4od2um] {
    color: #1a1a1a;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 160ms ease;
}

.site-nav a:hover[b-n1pi4od2um],
.site-nav__form button:hover[b-n1pi4od2um],
.site-account__link:hover[b-n1pi4od2um] {
    color: #c96e50;
}

.site-nav__form[b-n1pi4od2um] {
    margin: 0;
    display: flex;
    align-items: center;
}

.site-nav__form button[b-n1pi4od2um] {
    appearance: none;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: inherit;
    line-height: normal;
    cursor: pointer;
}

.site-account[b-n1pi4od2um] {
    display: flex;
    justify-content: flex-end;
    min-width: 8rem;
}

.site-account__menu[b-n1pi4od2um] {
    position: relative;
}

.site-account__menu summary[b-n1pi4od2um] {
    max-width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    list-style: none;
    color: #1a1a1a;
    font-size: 0.9rem;
}

.site-account__menu summary[b-n1pi4od2um]::-webkit-details-marker {
    display: none;
}

.site-account__panel[b-n1pi4od2um] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.9rem);
    z-index: 60;
    width: 13rem;
    padding: 0.4rem;
    border: 1px solid #e5e2da;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(26, 26, 26, 0.1);
}

.site-account__panel form[b-n1pi4od2um] {
    margin: 0;
}

.site-account__panel button[b-n1pi4od2um] {
    width: 100%;
    min-height: 2.4rem;
    border: 0;
    border-radius: 2px;
    padding: 0.6rem 0.75rem;
    background: transparent;
    color: #1a1a1a;
    text-align: left;
}

.site-account__panel button:hover[b-n1pi4od2um] {
    background: #efeee9;
}

.page[b-n1pi4od2um] {
    display: flex;
    min-height: calc(100vh - 4.5rem);
}

.page--with-sidebar[b-n1pi4od2um] {
    align-items: stretch;
}

.site-main[b-n1pi4od2um] {
    flex: 1 1 auto;
    min-width: 0;
}

.sidebar[b-n1pi4od2um] {
    flex: 0 0 250px;
    min-height: calc(100vh - 4.5rem);
    background: #efeee9;
    border-right: 1px solid #e5e2da;
}

#blazor-error-ui[b-n1pi4od2um] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-n1pi4od2um] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (min-width: 1024px) {
    .site-header__inner[b-n1pi4od2um] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 760px) {
    .site-header__inner[b-n1pi4od2um] {
        height: auto;
        min-height: 4.5rem;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 0.9rem;
    }

    .site-brand[b-n1pi4od2um] {
        height: 4.5rem;
    }

    .site-nav[b-n1pi4od2um] {
        grid-column: 1 / -1;
        justify-content: flex-start;
        gap: 1rem;
        overflow-x: auto;
        padding-bottom: 0.1rem;
    }

    .site-account[b-n1pi4od2um] {
        min-width: 0;
    }

    .page[b-n1pi4od2um] {
        flex-direction: column;
    }

    .sidebar[b-n1pi4od2um] {
        flex-basis: auto;
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #e5e2da;
    }
}
/* _content/BrickBrain/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2g5o0prn2l] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #5c6657;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(92, 102, 87, 0.22);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2892, 102, 87, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(245, 241, 234, 0.95);
}

.navbar-toggler:checked[b-2g5o0prn2l] {
    background-color: rgba(201, 212, 193, 0.85);
}

.top-row[b-2g5o0prn2l] {
    height: 3.5rem;
    background-color: #d8cfc2;
}

.navbar-brand[b-2g5o0prn2l] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 1.1rem;
    color: #3f433d;
    font-weight: 700;
}

.navbar-brand__logo[b-2g5o0prn2l] {
    width: 1.9rem;
    height: 1.9rem;
    object-fit: contain;
    flex: 0 0 auto;
}

.bi[b-2g5o0prn2l] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-2g5o0prn2l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235c6657' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-2g5o0prn2l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235c6657' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-2g5o0prn2l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7.5' fill='%235c6657'/%3E%3Cpath d='M8 2.8v9.8' stroke='%23f4f8f2' stroke-width='0.65' stroke-linecap='round'/%3E%3Cpath d='M6.3 4.5 8 2.8l1.7 1.7' fill='none' stroke='%23f4f8f2' stroke-width='0.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 8.1H2.9' stroke='%23f4f8f2' stroke-width='0.65' stroke-linecap='round'/%3E%3Cpath d='M4.2 6.8 2.9 8.1l1.3 1.3' fill='none' stroke='%23f4f8f2' stroke-width='0.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 8.1h5.1' stroke='%23f4f8f2' stroke-width='0.65' stroke-linecap='round'/%3E%3Cpath d='m11.8 6.8 1.3 1.3-1.3 1.3' fill='none' stroke='%23f4f8f2' stroke-width='0.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-2g5o0prn2l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235c6657' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 1.5c-2.35 0-4.4 1.12-5.4 2.79-.39.65.1 1.46.86 1.46h9.08c.76 0 1.25-.81.86-1.46C12.4 10.62 10.35 9.5 8 9.5Z'/%3E%3C/svg%3E");
}

.nav-account[b-2g5o0prn2l] {
    position: relative;
}

.nav-account__menu[b-2g5o0prn2l] {
    position: relative;
}

.nav-account__summary[b-2g5o0prn2l] {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    border-radius: 4px;
    color: #3f433d;
    cursor: pointer;
    list-style: none;
    line-height: 1.2;
    text-align: center;
}

.nav-account__summary[b-2g5o0prn2l]::-webkit-details-marker {
    display: none;
}

.nav-account__summary .bi[b-2g5o0prn2l] {
    margin-right: 0;
    flex: 0 0 auto;
}

.nav-account__name[b-2g5o0prn2l] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-account__summary:hover[b-2g5o0prn2l] {
    background-color: rgba(201, 212, 193, 0.45);
}

.nav-account__panel[b-2g5o0prn2l] {
    position: absolute;
    left: 50%;
    top: calc(100% + 0.25rem);
    z-index: 10;
    width: min(12rem, calc(100vw - 2rem));
    transform: translateX(-50%);
    padding: 0.4rem;
    border: 1px solid rgba(92, 102, 87, 0.22);
    border-radius: 0.45rem;
    background: #f4f8f2;
    box-shadow: 0 10px 24px rgba(53, 63, 83, 0.16);
}

.nav-account__panel form[b-2g5o0prn2l] {
    margin: 0;
}

.nav-account__logout[b-2g5o0prn2l] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.4rem;
    border: 0;
    border-radius: 0.35rem;
    padding: 0.65rem 0.75rem;
    background: transparent;
    color: #3f433d;
    text-align: center;
    font: inherit;
    line-height: 1.2;
}

.nav-account__logout:hover[b-2g5o0prn2l] {
    background: rgba(201, 212, 193, 0.65);
}

.nav-item[b-2g5o0prn2l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2g5o0prn2l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2g5o0prn2l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2g5o0prn2l]  .nav-link {
        color: #3f433d;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-2g5o0prn2l]  a.active {
    background-color: #c9d4c1;
    color: #3f433d;
}

.nav-item[b-2g5o0prn2l]  .nav-link:hover {
    background-color: rgba(201, 212, 193, 0.45);
    color: #3f433d;
}

.nav-scrollable[b-2g5o0prn2l] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2g5o0prn2l] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2g5o0prn2l] {
        display: none;
    }

    .nav-scrollable[b-2g5o0prn2l] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/BrickBrain/Components/Pages/Checkout.razor.rz.scp.css */
.checkout-page[b-f5rtckt3vf] {
    width: min(80rem, calc(100% - 3rem));
    margin: 3rem auto 4rem;
}

.checkout-header[b-f5rtckt3vf] {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e2da;
}

.checkout-overline[b-f5rtckt3vf] {
    margin-bottom: 0.75rem;
    color: #c96e50;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.checkout-header h1[b-f5rtckt3vf],
.checkout-form h2[b-f5rtckt3vf],
.checkout-summary h2[b-f5rtckt3vf],
.checkout-empty h2[b-f5rtckt3vf] {
    margin: 0;
    color: #1a1a1a;
}

.checkout-header h1[b-f5rtckt3vf] {
    font-size: clamp(3rem, 7vw, 5rem);
    line-height: 0.95;
}

.checkout-header p[b-f5rtckt3vf],
.checkout-empty p[b-f5rtckt3vf] {
    max-width: 42rem;
    color: #6b6a68;
    line-height: 1.6;
}

.checkout-layout[b-f5rtckt3vf] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.checkout-form[b-f5rtckt3vf],
.checkout-summary[b-f5rtckt3vf],
.checkout-empty[b-f5rtckt3vf] {
    border: 1px solid #e5e2da;
    background: #ffffff;
    padding: 1.5rem;
}

.checkout-form[b-f5rtckt3vf] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-content: start;
}

.checkout-form h2[b-f5rtckt3vf],
.checkout-field--wide[b-f5rtckt3vf],
.checkout-payment[b-f5rtckt3vf],
.checkout-form__actions[b-f5rtckt3vf],
.checkout-status[b-f5rtckt3vf] {
    grid-column: 1 / -1;
}

.checkout-field[b-f5rtckt3vf] {
    display: grid;
    gap: 0.35rem;
    color: #4c4b49;
    font-size: 0.9rem;
    font-weight: 600;
}

.checkout-input[b-f5rtckt3vf] {
    min-height: 2.75rem;
    border: 1px solid #d7d2c8;
    border-radius: 2px;
    padding: 0.65rem 0.75rem;
    color: #1a1a1a;
}

.checkout-payment[b-f5rtckt3vf] {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    border: 1px solid #e5e2da;
    padding: 1rem;
}

.checkout-payment legend[b-f5rtckt3vf] {
    padding: 0 0.35rem;
    color: #1a1a1a;
    font-weight: 700;
}

.checkout-payment__option[b-f5rtckt3vf] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    padding: 0.85rem;
    border: 1px solid #d7d2c8;
    border-radius: 2px;
}

.checkout-payment__option span[b-f5rtckt3vf] {
    display: grid;
    gap: 0.2rem;
}

.checkout-payment__option small[b-f5rtckt3vf] {
    color: #6b6a68;
    line-height: 1.4;
}

.checkout-button[b-f5rtckt3vf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 0.8rem 1.4rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.checkout-button--primary[b-f5rtckt3vf] {
    color: #ffffff;
    background: #c96e50;
    border-color: #c96e50;
}

.checkout-button--secondary[b-f5rtckt3vf] {
    color: #c96e50;
    background: transparent;
    border-color: #c96e50;
}

.checkout-status[b-f5rtckt3vf] {
    margin: 0;
    color: #9a452f;
    font-weight: 600;
}

.checkout-summary[b-f5rtckt3vf] {
    align-self: start;
    display: grid;
    gap: 1rem;
}

.checkout-summary__meta[b-f5rtckt3vf] {
    color: #c96e50;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.checkout-summary__items[b-f5rtckt3vf] {
    display: grid;
    gap: 0.75rem;
}

.checkout-item[b-f5rtckt3vf] {
    display: grid;
    grid-template-columns: 4rem minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eee9e1;
}

.checkout-item img[b-f5rtckt3vf] {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
    background: #f3f0ea;
}

.checkout-item div[b-f5rtckt3vf] {
    display: grid;
    gap: 0.2rem;
}

.checkout-item span[b-f5rtckt3vf] {
    color: #6b6a68;
    font-size: 0.88rem;
}

.checkout-total[b-f5rtckt3vf] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #1a1a1a;
    font-size: 1.1rem;
}

.checkout-total--pay-now[b-f5rtckt3vf] {
    color: #c96e50;
}

.checkout-balance[b-f5rtckt3vf] {
    color: #6b6a68;
    font-size: 0.92rem;
    line-height: 1.45;
}

@media (max-width: 900px) {
    .checkout-layout[b-f5rtckt3vf],
    .checkout-form[b-f5rtckt3vf] {
        grid-template-columns: 1fr;
    }
}
/* _content/BrickBrain/Components/Pages/CheckoutReturn.razor.rz.scp.css */
.checkout-page[b-diykhsdwvy] {
    width: min(80rem, calc(100% - 3rem));
    margin: 3rem auto 4rem;
}

.checkout-empty[b-diykhsdwvy] {
    display: grid;
    justify-items: start;
    gap: 1rem;
    border: 1px solid #e5e2da;
    background: #ffffff;
    padding: 1.5rem;
}

.checkout-overline[b-diykhsdwvy] {
    color: #c96e50;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.checkout-empty h1[b-diykhsdwvy] {
    margin: 0;
    color: #1a1a1a;
    font-size: clamp(2.5rem, 6vw, 4rem);
}

.checkout-empty p[b-diykhsdwvy] {
    max-width: 42rem;
    margin: 0;
    color: #6b6a68;
    line-height: 1.6;
}

.checkout-button[b-diykhsdwvy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c96e50;
    border-radius: 2px;
    padding: 0.8rem 1.4rem;
    color: #c96e50;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
/* _content/BrickBrain/Components/Pages/Home.razor.rz.scp.css */
.home-designer__topbar[b-9zdz5nv8yx],
.home-panel[b-9zdz5nv8yx],
.home-summary[b-9zdz5nv8yx],
.home-how[b-9zdz5nv8yx],
.home-database[b-9zdz5nv8yx] {
    width: min(80rem, calc(100% - 3rem));
    margin-left: auto;
    margin-right: auto;
}

.home-designer__topbar[b-9zdz5nv8yx] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e2da;
}

.home-overline[b-9zdz5nv8yx] {
    margin-bottom: 0.75rem;
    color: #c96e50;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.home-designer__topbar h1[b-9zdz5nv8yx] {
    margin: 0;
    color: #1a1a1a;
    font-size: clamp(3.2rem, 8vw, 6rem);
    font-weight: 600;
    line-height: 0.95;
}

.home-designer__topbar p[b-9zdz5nv8yx] {
    max-width: 42rem;
    margin: 0.85rem 0 0;
    color: #6b6a68;
    font-size: 1.05rem;
    line-height: 1.6;
}

.home-intro[b-9zdz5nv8yx] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    max-width: 56rem;
    margin-top: 0.85rem;
}

.home-intro__logo[b-9zdz5nv8yx] {
    flex: 0 0 auto;
    width: auto;
    height: 100px;
    object-fit: contain;
}

.home-intro p[b-9zdz5nv8yx] {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    margin: 0;
}

.home-panel[b-9zdz5nv8yx] {
    border: 1px solid #e5e2da;
    border-radius: 2px;
    background: #ffffff;
    overflow: hidden;
}

.home-panel--hero[b-9zdz5nv8yx] {
    padding: 0;
}

.home-banner[b-9zdz5nv8yx] {
    min-height: 34rem;
    background: #efeee9;
}

.home-banner__image[b-9zdz5nv8yx] {
    width: 100%;
    height: 100%;
    min-height: 34rem;
    object-fit: cover;
    display: block;
}

.home-summary[b-9zdz5nv8yx] {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    max-width: min(80rem, calc(100% - 3rem));
    color: #6b6a68;
    font-size: 1.05rem;
    line-height: 1.7;
}

.home-how[b-9zdz5nv8yx] {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding-top: 1rem;
}

.home-section-heading[b-9zdz5nv8yx] {
    display: grid;
    gap: 0.2rem;
    max-width: 42rem;
}

.home-section-heading h2[b-9zdz5nv8yx],
.home-database h2[b-9zdz5nv8yx] {
    margin: 0;
    color: #1a1a1a;
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 600;
    line-height: 1;
}

.home-how__grid[b-9zdz5nv8yx] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.home-how__step[b-9zdz5nv8yx] {
    display: grid;
    align-content: start;
    gap: 0.65rem;
    min-height: 13rem;
    padding: 1.5rem;
    border: 1px solid #e5e2da;
    border-radius: 2px;
    background: #ffffff;
}

.home-how__step span[b-9zdz5nv8yx] {
    color: #c96e50;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.home-how__step h3[b-9zdz5nv8yx] {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.05;
}

.home-how__step p[b-9zdz5nv8yx] {
    margin: 0;
    color: #6b6a68;
    line-height: 1.55;
}

.home-database[b-9zdz5nv8yx] {
    min-height: 26rem;
    display: grid;
    align-items: center;
    margin-bottom: 4rem;
    border: 1px solid #e5e2da;
    border-radius: 2px;
    background-color: #efeee9;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.home-database__content[b-9zdz5nv8yx] {
    display: grid;
    justify-items: start;
    gap: 1rem;
    max-width: 44rem;
    padding: clamp(2rem, 6vw, 4rem);
}

.home-database__content p[b-9zdz5nv8yx] {
    margin: 0;
    color: #4c4b49;
    font-size: 1.05rem;
    line-height: 1.65;
}

.home-button[b-9zdz5nv8yx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease;
}

.home-button:hover[b-9zdz5nv8yx],
.home-button:focus[b-9zdz5nv8yx] {
    text-decoration: none;
}

.home-button--primary[b-9zdz5nv8yx] {
    color: #ffffff;
    background: #c96e50;
    border-color: #c96e50;
    min-width: 11rem;
}

.home-button--primary:hover[b-9zdz5nv8yx] {
    background: #b35a3e;
    border-color: #b35a3e;
}

.home-button--secondary[b-9zdz5nv8yx] {
    color: #1a1a1a;
    background: #ffffff;
    border-color: #d7d2c8;
    min-width: 11rem;
}

.home-button--secondary:hover[b-9zdz5nv8yx] {
    background: #f4f1ec;
    border-color: #c6beb2;
}

.home-banner[b-9zdz5nv8yx] {
    position: relative;
}

.home-hero-actions[b-9zdz5nv8yx] {
    position: absolute;
    top: clamp(1rem, 2.4vw, 2rem);
    right: clamp(1rem, 2.4vw, 2rem);
    display: grid;
    grid-template-columns: minmax(13rem, 1.25fr) repeat(2, minmax(9.5rem, 1fr));
    align-items: stretch;
    gap: 0.75rem;
    max-width: min(calc(100% - clamp(2rem, 4.8vw, 4rem)), 40rem);
}

.home-hero-action[b-9zdz5nv8yx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4.5rem;
    border: 1px solid #c96e50;
    background: transparent;
    color: #c96e50;
    padding: 0.75rem 1.1rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color 160ms ease, color 160ms ease;
}

.home-hero-action--primary[b-9zdz5nv8yx] {
    background: #c96e50;
    border-color: #c96e50;
    color: #ffffff;
}

.home-hero-action:hover[b-9zdz5nv8yx] {
    background: rgba(255, 255, 255, 0.14);
}

.home-hero-action--primary:hover[b-9zdz5nv8yx] {
    background: #b35a3e;
}

@media (min-width: 1024px) {
    .home-designer__topbar[b-9zdz5nv8yx],
    .home-panel[b-9zdz5nv8yx],
    .home-summary[b-9zdz5nv8yx],
    .home-how[b-9zdz5nv8yx],
    .home-database[b-9zdz5nv8yx] {
        width: min(80rem, calc(100% - 6rem));
    }
}

@media (max-width: 960px) {
    .home-how__grid[b-9zdz5nv8yx] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .home-designer__topbar[b-9zdz5nv8yx] {
        display: grid;
        align-items: stretch;
        margin-top: 2rem;
    }

    .home-button[b-9zdz5nv8yx] {
        width: 100%;
    }

    .home-hero-actions[b-9zdz5nv8yx] {
        left: 0.75rem;
        right: 0.75rem;
        top: 0.75rem;
        grid-template-columns: 1fr;
        max-width: none;
        gap: 0.5rem;
    }

    .home-hero-action[b-9zdz5nv8yx] {
        min-height: 3.25rem;
    }

    .home-banner[b-9zdz5nv8yx],
    .home-banner__image[b-9zdz5nv8yx] {
        min-height: 20rem;
    }

    .home-database[b-9zdz5nv8yx] {
        min-height: 24rem;
    }
}
/* _content/BrickBrain/Components/Pages/ReusableDesigns.razor.rz.scp.css */
.reusable-designs[b-4niptlrmu3] {
    min-height: calc(100vh - 4.5rem);
    padding: 3rem 1.5rem 4rem;
    background: #f9f8f6;
    color: #1a1a1a;
}

.reusable-designs__topbar[b-4niptlrmu3],
.reusable-steps[b-4niptlrmu3],
.reusable-designs__grid[b-4niptlrmu3],
.reusable-designs__empty[b-4niptlrmu3],
.reusable-designs__status[b-4niptlrmu3] {
    width: min(80rem, 100%);
    margin-left: auto;
    margin-right: auto;
}

.reusable-designs__topbar[b-4niptlrmu3] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e2da;
}

.reusable-designs__topbar h1[b-4niptlrmu3] {
    margin: 0;
    color: #1a1a1a;
    font-size: clamp(3rem, 7vw, 5rem);
    font-weight: 600;
    line-height: 0.95;
}

.reusable-designs__topbar p[b-4niptlrmu3] {
    margin: 0.85rem 0 0;
    color: #6b6a68;
    font-size: 1.05rem;
}

.reusable-overline[b-4niptlrmu3] {
    margin-bottom: 0.75rem;
    color: #c96e50;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.reusable-steps[b-4niptlrmu3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 2rem;
}

.reusable-steps__item[b-4niptlrmu3] {
    border: 1px solid #e5e2da;
    border-radius: 2px;
    padding: 0.55rem 0.8rem;
    background: #ffffff;
    color: #6b6a68;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.reusable-steps__item--active[b-4niptlrmu3] {
    border-color: #c96e50;
    color: #c96e50;
}

.reusable-designs__grid[b-4niptlrmu3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 1.5rem;
}

.reusable-card[b-4niptlrmu3] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    border: 1px solid #e5e2da;
    border-radius: 2px;
    background: #ffffff;
    overflow: hidden;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.reusable-card:hover[b-4niptlrmu3] {
    border-color: #c96e50;
    transform: translateY(-2px);
    box-shadow: 0 1px 2px rgba(26, 26, 26, 0.05);
}

.reusable-card img[b-4niptlrmu3] {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #efeee9;
}

.reusable-card__body[b-4niptlrmu3] {
    display: grid;
    gap: 0.7rem;
    padding: 1.5rem;
}

.reusable-card__body h2[b-4niptlrmu3] {
    margin: 0;
    color: #1a1a1a;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.05;
}

.reusable-card__body p[b-4niptlrmu3] {
    margin: 0;
    color: #6b6a68;
    line-height: 1.5;
}

.reusable-card__meta[b-4niptlrmu3] {
    color: #c96e50;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.reusable-card__facts[b-4niptlrmu3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    color: #6b6a68;
    font-size: 0.86rem;
}

.reusable-card__facts span[b-4niptlrmu3] {
    border: 1px solid #e5e2da;
    border-radius: 2px;
    padding: 0.35rem 0.5rem;
    background: #f9f8f6;
}

.reusable-card__footer[b-4niptlrmu3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 1.5rem;
    border-top: 1px solid #e5e2da;
}

.reusable-designs__empty[b-4niptlrmu3] {
    display: grid;
    gap: 0.75rem;
    justify-items: start;
    padding: 1.5rem;
    border: 1px solid #e5e2da;
    border-radius: 2px;
    background: #ffffff;
}

.reusable-designs__empty h2[b-4niptlrmu3],
.reusable-designs__empty p[b-4niptlrmu3] {
    margin: 0;
}

.reusable-designs__empty h2[b-4niptlrmu3] {
    font-size: 2rem;
    font-weight: 600;
}

.reusable-designs__empty p[b-4niptlrmu3] {
    color: #6b6a68;
}

.reusable-designs__status[b-4niptlrmu3] {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border: 1px solid #e5e2da;
    border-radius: 2px;
    background: #ffffff;
    color: #6b6a68;
}

.theme-button[b-4niptlrmu3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.theme-button--primary[b-4niptlrmu3] {
    color: #ffffff;
    background: #c96e50;
    border-color: #c96e50;
}

.theme-button--primary:hover[b-4niptlrmu3] {
    background: #b35a3e;
    border-color: #b35a3e;
}

.theme-button--secondary[b-4niptlrmu3] {
    color: #1a1a1a;
    background: transparent;
    border-color: #1a1a1a;
}

.theme-button--secondary:hover[b-4niptlrmu3] {
    color: #ffffff;
    background: #1a1a1a;
}

@media (min-width: 1024px) {
    .reusable-designs[b-4niptlrmu3] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 760px) {
    .reusable-designs[b-4niptlrmu3] {
        padding: 2rem 1rem 3rem;
    }

    .reusable-designs__topbar[b-4niptlrmu3] {
        display: grid;
        align-items: stretch;
    }

    .theme-button[b-4niptlrmu3] {
        width: 100%;
    }
}
/* _content/BrickBrain/Components/Pages/RoomDesigner.razor.rz.scp.css */
.room-designer[b-wl4or7ejox] {
    min-height: 100vh;
    padding: 1rem;
    background: linear-gradient(180deg, #fdfbf8, #f7f2ea);
    color: #33415c;
}

.room-designer__topbar[b-wl4or7ejox] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding: 1rem 1.5rem;
    border: 1px solid #bccab3;
    border-radius: 0.35rem;
    background: #cfd9c8;
    box-shadow: 0 10px 24px rgba(53, 63, 83, 0.14);
}

.room-designer__topbar h1[b-wl4or7ejox] {
    margin: 0;
    color: #384137;
    font-size: clamp(1.8rem, 2.5vw, 2.6rem);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.room-designer__checkout[b-wl4or7ejox] {
    width: auto;
    margin: 0;
    min-width: 9.5rem;
}

.room-designer__topbar-actions[b-wl4or7ejox] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.room-designer__layout[b-wl4or7ejox] {
    display: grid;
    grid-template-columns: minmax(22rem, 40%) minmax(0, 60%);
    gap: 1.25rem;
    height: calc(100vh - 11.5rem);
    min-height: 28rem;
    align-items: stretch;
}

.room-panel[b-wl4or7ejox] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    border: 1px solid #d5dce8;
    border-radius: 0.45rem;
    background: #f4f8f2;
    box-shadow: 0 10px 30px rgba(79, 92, 116, 0.08);
    overflow: hidden;
}

.room-panel__header[b-wl4or7ejox] {
    padding: 1rem 1.35rem;
    border-bottom: 1px solid #dde3ee;
    background: linear-gradient(180deg, #fbfdfb, #f2f7f1);
}

.room-panel__header h2[b-wl4or7ejox] {
    margin: 0;
    color: #3e4c67;
    font-size: 1.2rem;
    font-weight: 700;
}

.room-panel__header--actions[b-wl4or7ejox] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.room-panel--selected[b-wl4or7ejox] {
    padding-bottom: 0;
}

.room-panel--selected[b-wl4or7ejox] {
    height: 100%;
}

.selected-furniture-list[b-wl4or7ejox] {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    touch-action: pan-y;
    display: grid;
    align-content: start;
    gap: 0.65rem;
    padding: 0.8rem;
}

.room-panel__instructions[b-wl4or7ejox] {
    display: grid;
    gap: 0.55rem;
    padding: 0.55rem 1rem 0.75rem;
    background: linear-gradient(180deg, #f7faf6, #eef5eb);
    margin-top: auto;
}

.room-panel__instruction-controls[b-wl4or7ejox] {
    display: grid;
    gap: 0.55rem;
    margin-top: 0;
}

.room-panel__provider-row[b-wl4or7ejox] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.55rem;
}

.room-total-price[b-wl4or7ejox] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.5rem 0.65rem;
    border: 1px solid #d7e2d3;
    border-radius: 0.45rem;
    background: #f8fbf7;
    color: #4b5870;
    font-size: 0.88rem;
}

.room-total-price strong[b-wl4or7ejox] {
    color: #384137;
    font-size: 0.95rem;
}

.selected-furniture-card[b-wl4or7ejox] {
    display: grid;
    grid-template-columns: 4.2rem minmax(0, 1fr) 4.25rem 2.2rem;
    gap: 0.75rem;
    align-items: center;
    padding: 0.65rem 0.8rem;
    border: 1px solid #d7e2d3;
    border-radius: 0.7rem;
    background: linear-gradient(180deg, #f6faf4, #eef5eb);
}

.selected-furniture-card img[b-wl4or7ejox] {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain;
    border-radius: 0.55rem;
    background: #eef5eb;
}

.selected-furniture-card__copy[b-wl4or7ejox] {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.selected-furniture-card__copy span:first-child[b-wl4or7ejox] {
    color: #45506a;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.selected-furniture-card__quantity[b-wl4or7ejox] {
    display: grid;
    gap: 0.2rem;
    color: #58657e;
    font-size: 0.72rem;
    line-height: 1;
}

.selected-furniture-card__quantity input[b-wl4or7ejox] {
    width: 3.75rem;
    min-width: 0;
    height: 2rem;
    border: 1px solid #cdd9c9;
    border-radius: 0.4rem;
    background: #ffffff;
    color: #384137;
    font: inherit;
    font-size: 0.9rem;
    padding: 0 0.35rem;
}

.selected-furniture-card__remove[b-wl4or7ejox] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.8rem;
    height: 1.8rem;
    border: 0;
    background: transparent;
    color: #58657e;
    padding: 0;
}

.selected-furniture-card__remove-icon[b-wl4or7ejox] {
    position: relative;
    display: inline-block;
    width: 0.95rem;
    height: 1rem;
    border: 0.12rem solid #58657e;
    border-top: 0;
    border-radius: 0 0 0.12rem 0.12rem;
}

.selected-furniture-card__remove-icon[b-wl4or7ejox]::before,
.selected-furniture-card__remove-icon[b-wl4or7ejox]::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #58657e;
}

.selected-furniture-card__remove-icon[b-wl4or7ejox]::before {
    top: -0.22rem;
    width: 1.05rem;
    height: 0.12rem;
    border-radius: 999px;
}

.selected-furniture-card__remove-icon[b-wl4or7ejox]::after {
    top: -0.4rem;
    width: 0.38rem;
    height: 0.12rem;
    border-radius: 999px;
}

.selected-furniture-card__remove:hover:not(:disabled) .selected-furniture-card__remove-icon[b-wl4or7ejox],
.selected-furniture-card__remove:hover:not(:disabled) .selected-furniture-card__remove-icon[b-wl4or7ejox]::before,
.selected-furniture-card__remove:hover:not(:disabled) .selected-furniture-card__remove-icon[b-wl4or7ejox]::after {
    background-color: #3f4b64;
    border-color: #3f4b64;
}

.room-button[b-wl4or7ejox] {
    border: 1px solid transparent;
    border-radius: 0.5rem;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    font-weight: 700;
    transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease;
}

.room-button:hover:not(:disabled)[b-wl4or7ejox] {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(59, 77, 110, 0.16);
}

.room-button:disabled[b-wl4or7ejox] {
    opacity: 0.55;
    cursor: not-allowed;
}

.room-button--primary[b-wl4or7ejox] {
    color: white;
    background: linear-gradient(180deg, #71856a, #55644f);
    border-color: #4f5f4a;
}

.room-button--secondary[b-wl4or7ejox] {
    color: white;
    background: linear-gradient(180deg, #8e9d87, #72806d);
    border-color: #697765;
}

.room-panel--canvas[b-wl4or7ejox] {
    height: 100%;
    padding-bottom: 0.6rem;
    background: #cfd9c8;
}

.room-canvas[b-wl4or7ejox] {
    flex: 1 1 auto;
    grid-template-rows: auto minmax(0, 1fr) auto;
    display: grid;
    gap: 0.65rem;
    min-height: 0;
    padding: 0.75rem 1.25rem 0.5rem;
}

.room-canvas__toolbar[b-wl4or7ejox] {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
}

.room-canvas__toolbuttons[b-wl4or7ejox] {
    display: flex;
    justify-content: flex-start;
    gap: 0.55rem;
    margin-top: 0;
    align-items: center;
    flex-wrap: wrap;
}

.room-action-button[b-wl4or7ejox] {
    min-width: 6.5rem;
    padding-inline: 1rem;
    white-space: nowrap;
}

.room-canvas__image[b-wl4or7ejox] {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 100%;
    border: 1px solid #d5dce8;
    border-radius: 0.35rem;
    object-fit: contain;
    background: #cfd9c8;
    align-self: stretch;
}

.room-canvas__historybar[b-wl4or7ejox] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem;
    padding: 0.25rem 0 0.1rem;
    flex: 0 0 auto;
}

.room-canvas__historybar-tools[b-wl4or7ejox],
.room-canvas__historybar-nav[b-wl4or7ejox] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.room-canvas__historybar-tools[b-wl4or7ejox] {
    justify-content: flex-start;
}

.room-canvas__historybar-tools .form-select[b-wl4or7ejox] {
    width: auto;
    min-width: 13rem;
    max-width: 18rem;
    padding: 0.35rem 2rem 0.35rem 0.65rem;
    font-size: 0.88rem;
    background-color: #f4f8f2;
    border-color: #d7e2d3;
}

.room-canvas__historybar-nav[b-wl4or7ejox] {
    justify-content: center;
}

.room-status[b-wl4or7ejox] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border: none; /*1px solid #d7e2d3;*/
    border-radius: 0.55rem;
    background: #f4f8f2;
    color: #4b5670;
    min-width: 0;
    align-self: center;
}

.room-status span:first-child[b-wl4or7ejox] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.room-spinner[b-wl4or7ejox] {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(73, 87, 113, 0.22);
    border-top-color: #495771;
    border-radius: 999px;
    animation: room-spin-b-wl4or7ejox 0.85s linear infinite;
    flex: 0 0 auto;
}

.room-spinner--button[b-wl4or7ejox] {
    width: 0.95rem;
    height: 0.95rem;
}

.history-list[b-wl4or7ejox] {
    list-style: none;
    margin: 0;
    padding: 1rem 1.25rem 0;
    color: #3f4d67;
}

.history-list__item[b-wl4or7ejox] {
    margin-bottom: 0.75rem;
}

.history-list__item--active[b-wl4or7ejox] {
    color: #1e4ea8;
}

.history-entry[b-wl4or7ejox] {
    border: 1px solid #d8dfeb;
    border-radius: 0.8rem;
    background: linear-gradient(180deg, #ffffff, #f7f9fc);
    overflow: hidden;
}

.history-entry__summary[b-wl4or7ejox] {
    display: grid;
    gap: 0.35rem;
    padding: 0.95rem 1rem;
    cursor: pointer;
    list-style: none;
}

.history-entry__summary[b-wl4or7ejox]::-webkit-details-marker {
    display: none;
}

.history-entry__version[b-wl4or7ejox] {
    color: #59708e;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.history-entry__instruction[b-wl4or7ejox] {
    color: inherit;
    font-weight: 600;
    line-height: 1.45;
}

.history-entry__content[b-wl4or7ejox] {
    display: grid;
    gap: 1rem;
    padding: 0 1rem 1rem;
}

.history-entry__section[b-wl4or7ejox] {
    display: grid;
    gap: 0.6rem;
}

.history-entry__label[b-wl4or7ejox] {
    color: #4c5d79;
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.history-entry__prompt[b-wl4or7ejox] {
    margin: 0;
    padding: 0.85rem;
    border: 1px solid #dbe2ee;
    border-radius: 0.7rem;
    background: #f8fafd;
    color: #405069;
    font-size: 0.9rem;
    line-height: 1.45;
    white-space: pre-wrap;
    word-break: break-word;
}

.selected-furniture-card__price[b-wl4or7ejox] {
    color: #68768b;
    font-size: 0.82rem;
    font-weight: 700;
}

.history-entry__attachments[b-wl4or7ejox] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
    gap: 0.75rem;
}

.history-attachment[b-wl4or7ejox] {
    margin: 0;
    display: grid;
    gap: 0.4rem;
}

.history-attachment__image[b-wl4or7ejox] {
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid #d8dfeb;
    border-radius: 0.7rem;
    object-fit: cover;
    background: #eef2f7;
}

.history-attachment__image--mask[b-wl4or7ejox] {
    object-fit: cover;
    background:
        linear-gradient(45deg, #dfe6f1 25%, transparent 25%),
        linear-gradient(-45deg, #dfe6f1 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #dfe6f1 75%),
        linear-gradient(-45deg, transparent 75%, #dfe6f1 75%),
        #f8fbff;
    background-position: 0 0, 0 0.5rem, 0.5rem -0.5rem, -0.5rem 0;
    background-size: 1rem 1rem;
}

.history-attachment figcaption[b-wl4or7ejox] {
    color: #4c5d79;
    font-size: 0.83rem;
    line-height: 1.35;
}

.history-entry__empty[b-wl4or7ejox] {
    margin: 0;
    color: #65728a;
}

.room-instruction-box[b-wl4or7ejox] {
    width: 100%;
    min-height: 4.5rem;
    max-height: 7rem;
    margin: 0;
    padding: 0.75rem 0.85rem;
    border: 1px solid #d6e0d2;
    border-radius: 0.6rem;
    resize: vertical;
    background: #f8fbf7;
}

.room-canvas__historybar .room-icon-button--history[b-wl4or7ejox] {
    width: 2rem;
    height: 2rem;
}

.room-icon-button[b-wl4or7ejox] {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #cfd8e6;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff, #edf2f8);
    box-shadow: 0 4px 12px rgba(79, 92, 116, 0.08);
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.room-icon-button:hover:not(:disabled)[b-wl4or7ejox] {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(59, 77, 110, 0.16);
}

.room-icon-button:disabled[b-wl4or7ejox] {
    opacity: 0.55;
    cursor: not-allowed;
}

.room-icon-button[b-wl4or7ejox]::before {
    content: "";
    position: absolute;
    inset: 0.48rem;
    border: 2px solid #4f6281;
    border-radius: 999px;
}

.room-icon-button--history[b-wl4or7ejox]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.78rem;
    height: 0.78rem;
    background:
        linear-gradient(#4f6281, #4f6281) 0.34rem 0.08rem / 0.14rem 0.34rem no-repeat,
        linear-gradient(#4f6281, #4f6281) 0.34rem 0.34rem / 0.3rem 0.14rem no-repeat;
    transform: translate(-50%, -50%) rotate(45deg);
}

.room-icon-button--history[b-wl4or7ejox] {
    overflow: hidden;
}

.room-icon-button--history span[b-wl4or7ejox] {
    display: none;
}

.room-icon-button--history[b-wl4or7ejox]::before {
    content: "";
    position: absolute;
    inset: 0.48rem;
    border: 0.14rem solid #4f6281;
    border-radius: 999px;
}

.room-icon-button--history[b-wl4or7ejox] {
    background:
        radial-gradient(circle at 50% 50%, #4f6281 0 0.09rem, transparent 0.1rem),
        linear-gradient(180deg, #ffffff, #edf2f8);
}

.room-icon-button--add[b-wl4or7ejox]::before,
.room-icon-button--add[b-wl4or7ejox]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #4f6281;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.room-icon-button--add[b-wl4or7ejox]::before {
    width: 1rem;
    height: 0.14rem;
}

.room-icon-button--add[b-wl4or7ejox]::after {
    width: 0.14rem;
    height: 1rem;
}

.room-icon-button--save[b-wl4or7ejox]::before {
    display: none;
}

.room-icon-button--save[b-wl4or7ejox]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.88rem;
    height: 0.92rem;
    border: 0.14rem solid #4f6281;
    border-radius: 0.12rem;
    transform: translate(-50%, -50%);
    background:
        linear-gradient(180deg, transparent 0 0.16rem, #4f6281 0.16rem 0.38rem, transparent 0.38rem 100%),
        linear-gradient(#4f6281, #4f6281) 50% 74% / 0.38rem 0.16rem no-repeat;
}

.room-icon-button--refresh[b-wl4or7ejox]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.82rem;
    height: 0.82rem;
    border: 0.14rem solid #4f6281;
    border-right-color: transparent;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.room-icon-button--refresh[b-wl4or7ejox]::before {
    content: "";
    position: absolute;
    left: 56%;
    top: 34%;
    width: 0.42rem;
    height: 0.42rem;
    border-top: 0.14rem solid #4f6281;
    border-right: 0.14rem solid #4f6281;
    border-radius: 0.08rem;
    transform: rotate(18deg);
    inset: auto;
}

.room-icon-button--customise[b-wl4or7ejox]::before {
    display: none;
}

.room-icon-button--customise[b-wl4or7ejox]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1rem;
    height: 1rem;
    border: 0.14rem solid #4f6281;
    border-radius: 0.16rem;
    transform: translate(-50%, -50%);
    background:
        radial-gradient(circle at 72% 28%, #4f6281 0 0.12rem, transparent 0.13rem),
        linear-gradient(135deg, transparent 0 44%, #4f6281 45% 55%, transparent 56% 100%);
}

.room-icon-button--nav[b-wl4or7ejox] {
    width: 2.1rem;
    height: 2.1rem;
    border-color: #c7d1de;
}

.room-icon-button--nav[b-wl4or7ejox]::before {
    display: none;
}

.room-icon-button--previous[b-wl4or7ejox]::after,
.room-icon-button--next[b-wl4or7ejox]::after,
.room-icon-button--reset[b-wl4or7ejox]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.room-icon-button--previous[b-wl4or7ejox]::after {
    width: 0.55rem;
    height: 0.55rem;
    border-left: 0.14rem solid #4f6281;
    border-bottom: 0.14rem solid #4f6281;
    transform: translate(-35%, -50%) rotate(45deg);
}

.room-icon-button--next[b-wl4or7ejox]::after {
    width: 0.55rem;
    height: 0.55rem;
    border-right: 0.14rem solid #4f6281;
    border-top: 0.14rem solid #4f6281;
    transform: translate(-65%, -50%) rotate(45deg);
}

.room-icon-button--reset[b-wl4or7ejox]::after {
    width: 0.82rem;
    height: 0.82rem;
    border: 0.14rem solid #4f6281;
    border-right-color: transparent;
    border-radius: 999px;
}

.room-icon-button--reset span[b-wl4or7ejox] {
    display: none;
}

.room-icon-button--reset[b-wl4or7ejox] {
    background:
        linear-gradient(#4f6281, #4f6281) 1.12rem 0.54rem / 0.42rem 0.14rem no-repeat,
        linear-gradient(#4f6281, #4f6281) 1.33rem 0.37rem / 0.14rem 0.42rem no-repeat,
        linear-gradient(180deg, #ffffff, #edf2f8);
}

.room-field[b-wl4or7ejox] {
    display: grid;
    gap: 0.3rem;
    color: #4a5872;
    font-weight: 600;
    font-size: 0.9rem;
}

.room-field .form-select[b-wl4or7ejox] {
    background-color: #f4f8f2;
    border-color: #d7e2d3;
}

.room-compact-field[b-wl4or7ejox] {
    display: grid;
    gap: 0.25rem;
    min-width: 8.5rem;
    flex: 0 0 auto;
    color: #4a5872;
    font-size: 0.82rem;
    font-weight: 700;
}

.room-compact-field .form-select[b-wl4or7ejox] {
    min-width: 8.5rem;
    padding: 0.3rem 2rem 0.3rem 0.65rem;
    font-size: 0.88rem;
    background-color: #f4f8f2;
    border-color: #d7e2d3;
}

.room-checkbox-field[b-wl4or7ejox] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    min-height: 1.35rem;
    color: #4a5872;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.room-checkbox-field__input[b-wl4or7ejox] {
    width: 0.78rem;
    height: 0.78rem;
    margin: 0;
}

.room-panel__empty[b-wl4or7ejox] {
    margin: 1rem;
    color: #65728a;
}

.room-dialog-backdrop[b-wl4or7ejox] {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    background: rgba(44, 53, 72, 0.45);
    z-index: 1000;
}

.room-dialog-backdrop--front[b-wl4or7ejox] {
    z-index: 1100;
}

.room-dialog[b-wl4or7ejox] {
    width: min(64rem, 100%);
    max-height: min(85vh, 56rem);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    border: 1px solid #cfd8e6;
    border-radius: 0.8rem;
    background: linear-gradient(180deg, #f8fbf7, #eef5eb);
    box-shadow: 0 28px 60px rgba(39, 49, 67, 0.24);
}

.room-history-dialog[b-wl4or7ejox] {
    width: min(58rem, 100%);
}

.room-customise-dialog[b-wl4or7ejox] {
    width: min(78rem, 100%);
    height: min(90vh, 62rem);
    max-height: 90vh;
}

.room-customise-dialog__content[b-wl4or7ejox] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 18rem);
    gap: 1rem;
    min-height: 0;
    overflow: hidden;
    padding: 1.25rem;
}

.room-customise-dialog__side[b-wl4or7ejox] {
    display: grid;
    align-content: start;
    gap: 0.8rem;
    min-height: 0;
    overflow-y: auto;
}

.room-customise-dialog__image-column[b-wl4or7ejox] {
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 0.7rem;
}

.room-customise-dialog__mask-message[b-wl4or7ejox] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    color: #4b5870;
    font-size: 0.92rem;
    font-weight: 700;
}

.room-link-button[b-wl4or7ejox] {
    border: 0;
    padding: 0;
    background: transparent;
    color: #1e4ea8;
    font: inherit;
    font-weight: 700;
    text-decoration: underline;
}

.room-link-button:disabled[b-wl4or7ejox] {
    opacity: 0.55;
    cursor: not-allowed;
}

.room-customise-dialog__provider[b-wl4or7ejox] {
    max-width: 20rem;
}

.room-customise-dialog__preview[b-wl4or7ejox] {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    border: 1px solid #e5e2da;
    border-radius: 2px;
    background: #efeee9;
}

.room-customise-dialog__instruction[b-wl4or7ejox] {
    min-height: 5.5rem;
    max-height: 9rem;
}

.room-customise-dialog__side-heading[b-wl4or7ejox] {
    color: #4b5870;
    font-size: 0.9rem;
    font-weight: 700;
}

.room-customise-dialog__source-list[b-wl4or7ejox] {
    display: grid;
    gap: 0.65rem;
}

.room-customise-source[b-wl4or7ejox] {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr);
    align-items: center;
    gap: 0.7rem;
    width: 100%;
    padding: 0.55rem;
    border: 1px solid #d7e2d3;
    border-radius: 0.6rem;
    background: #f8fbf7;
    color: #45506a;
    text-align: left;
}

.room-customise-source img[b-wl4or7ejox] {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    border-radius: 0.45rem;
    background: #eef5eb;
}

.room-customise-source span[b-wl4or7ejox] {
    min-width: 0;
    display: grid;
    gap: 0.2rem;
}

.room-customise-source span span:first-child[b-wl4or7ejox] {
    font-weight: 700;
    overflow-wrap: anywhere;
}

.room-customise-source span span:last-child[b-wl4or7ejox] {
    color: #68768b;
    font-size: 0.84rem;
    font-weight: 700;
}

.room-customise-source--selected[b-wl4or7ejox] {
    border-color: #2b62c9;
    background: #edf3ff;
    box-shadow: inset 0 0 0 1px #2b62c9;
}

.room-customise-dialog__selection[b-wl4or7ejox] {
    grid-template-columns: 4.2rem minmax(0, 1fr);
}

.room-customise-dialog__status[b-wl4or7ejox] {
    align-items: start;
    white-space: normal;
}

.room-customise-dialog__status span:first-child[b-wl4or7ejox] {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.room-mask-editor[b-wl4or7ejox] {
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr);
}

.room-mask-editor[b-wl4or7ejox]  .mask-editor__frame {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    border: 1px solid #d5dce8;
    border-radius: 0.45rem;
    background: #cfd9c8;
    overflow: hidden;
}

.room-mask-editor[b-wl4or7ejox]  .mask-editor__stage {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.room-mask-editor[b-wl4or7ejox]  .mask-editor__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.room-mask-editor[b-wl4or7ejox]  .mask-editor__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    touch-action: none;
    cursor: crosshair;
}

.room-mask-editor[b-wl4or7ejox]  .mask-editor__status {
    display: none;
}

.room-history-dialog__content[b-wl4or7ejox] {
    overflow: auto;
    padding-bottom: 1rem;
}

.room-dialog__header[b-wl4or7ejox],
.room-dialog__footer[b-wl4or7ejox] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f1;
}

.room-dialog__footer[b-wl4or7ejox] {
    justify-content: end;
    border-top: 1px solid #e2e8f1;
    border-bottom: 0;
}

.room-dialog__header h3[b-wl4or7ejox] {
    margin: 0;
    color: #3d4961;
    flex: 1 1 0;
}

.room-dialog__close[b-wl4or7ejox] {
    flex: 1 1 0;
    border: 0;
    background: transparent;
    color: #596680;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: right;
}

.room-dialog__theme-filter[b-wl4or7ejox] {
    flex: 0 1 18rem;
    display: grid;
    gap: 0.25rem;
    color: #4a5872;
    font-size: 0.85rem;
    font-weight: 700;
    justify-self: center;
}

.room-dialog__theme-filter .form-select[b-wl4or7ejox] {
    min-width: 14rem;
    background-color: #f4f8f2;
    border-color: #d7e2d3;
}

.room-dialog__grid[b-wl4or7ejox] {
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 1rem;
    padding: 1.25rem;
}

.room-dialog__item[b-wl4or7ejox] {
    display: grid;
    gap: 0.65rem;
    justify-items: center;
    padding: 0.9rem;
    border: 1px solid #d8dfeb;
    border-radius: 0.75rem;
    background: linear-gradient(180deg, #ffffff, #f6f9fd);
    color: #45516b;
}

.room-dialog__item img[b-wl4or7ejox] {
    width: 100%;
    height: 7rem;
    object-fit: contain;
}

.room-dialog__item-price[b-wl4or7ejox] {
    color: #68768b;
    font-size: 0.85rem;
    font-weight: 700;
}

.room-dialog__item--selected[b-wl4or7ejox] {
    border-color: #2b62c9;
    background: linear-gradient(180deg, #edf3ff, #dce8ff);
    box-shadow: inset 0 0 0 1px #2b62c9;
}

@keyframes room-spin-b-wl4or7ejox {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    .room-designer__layout[b-wl4or7ejox] {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .room-designer[b-wl4or7ejox] {
        padding: 0.75rem;
    }

    .room-designer__topbar[b-wl4or7ejox] {
        flex-direction: column;
        align-items: stretch;
    }

    .room-designer__topbar-actions[b-wl4or7ejox] {
        justify-content: stretch;
    }

    .room-designer__topbar-actions .room-button[b-wl4or7ejox] {
        flex: 1 1 10rem;
    }

    .room-dialog__header[b-wl4or7ejox] {
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .room-dialog__theme-filter[b-wl4or7ejox] {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        max-width: none;
    }

    .room-dialog__theme-filter .form-select[b-wl4or7ejox] {
        width: 100%;
        min-width: 0;
    }

    .room-panel--selected[b-wl4or7ejox],
    .room-panel--canvas[b-wl4or7ejox] {
        height: auto;
    }

    .selected-furniture-card[b-wl4or7ejox] {
        grid-template-columns: 4.5rem minmax(0, 1fr) 4.25rem 2.5rem;
    }

    .selected-furniture-card img[b-wl4or7ejox] {
        width: 4rem;
        height: 4rem;
    }

    .room-canvas__toolbuttons[b-wl4or7ejox] {
        justify-content: flex-start;
    }

    .room-action-button[b-wl4or7ejox] {
        flex: 1 1 6.5rem;
    }

    .room-canvas__toolbar[b-wl4or7ejox] {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .room-status span:first-child[b-wl4or7ejox] {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    .room-canvas__historybar[b-wl4or7ejox] {
        grid-template-columns: 1fr;
        justify-items: stretch;
    }

    .room-canvas__historybar-tools[b-wl4or7ejox],
    .room-canvas__historybar-nav[b-wl4or7ejox] {
        justify-content: center;
    }

    .room-canvas__historybar-tools .form-select[b-wl4or7ejox] {
        min-width: 0;
        width: min(100%, 18rem);
    }

    .room-customise-dialog__content[b-wl4or7ejox] {
        grid-template-columns: 1fr;
    }

    .room-compact-field[b-wl4or7ejox] {
        min-width: 0;
    }
}

.room-designer[b-wl4or7ejox] {
    min-height: calc(100vh - 4.5rem);
    padding: 3rem 1.5rem 4rem;
    background: #f9f8f6;
    color: #1a1a1a;
}

.room-designer__topbar[b-wl4or7ejox],
.room-steps[b-wl4or7ejox],
.room-designer__layout[b-wl4or7ejox] {
    width: min(80rem, 100%);
    margin-left: auto;
    margin-right: auto;
}

.room-designer__topbar[b-wl4or7ejox] {
    align-items: end;
    margin-bottom: 2rem;
    padding: 0 0 1.5rem;
    border: 0;
    border-bottom: 1px solid #e5e2da;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.room-overline[b-wl4or7ejox] {
    margin-bottom: 0.75rem;
    color: #c96e50;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.room-designer__topbar h1[b-wl4or7ejox] {
    color: #1a1a1a;
    font-size: clamp(3rem, 7vw, 5rem);
    font-weight: 600;
    line-height: 0.95;
}

.room-designer__topbar p[b-wl4or7ejox] {
    max-width: 42rem;
    margin: 0.85rem 0 0;
    color: #6b6a68;
    font-size: 1.05rem;
    line-height: 1.6;
}

.room-steps[b-wl4or7ejox] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 2rem;
}

.room-steps__item[b-wl4or7ejox] {
    border: 1px solid #e5e2da;
    border-radius: 2px;
    padding: 0.55rem 0.8rem;
    background: #ffffff;
    color: #6b6a68;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.room-steps__item--active[b-wl4or7ejox] {
    border-color: #c96e50;
    color: #c96e50;
}

.room-designer__layout[b-wl4or7ejox] {
    grid-template-columns: minmax(20rem, 25rem) minmax(0, 1fr);
    gap: 2.5rem;
    height: auto;
    min-height: 34rem;
}

.room-panel[b-wl4or7ejox] {
    border-color: #e5e2da;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: none;
}

.room-panel__header[b-wl4or7ejox] {
    border-bottom-color: #e5e2da;
    background: #ffffff;
}

.room-panel__header h2[b-wl4or7ejox],
.room-dialog__header h3[b-wl4or7ejox] {
    color: #1a1a1a;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 1.7rem;
    font-weight: 600;
}

.room-button[b-wl4or7ejox] {
    border-radius: 2px;
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    box-shadow: none;
}

.room-button:hover:not(:disabled)[b-wl4or7ejox] {
    transform: none;
    box-shadow: none;
}

.room-button--primary[b-wl4or7ejox] {
    color: #ffffff;
    background: #c96e50;
    border-color: #c96e50;
}

.room-button--primary:hover:not(:disabled)[b-wl4or7ejox] {
    background: #b35a3e;
    border-color: #b35a3e;
}

.room-button--secondary[b-wl4or7ejox] {
    color: #1a1a1a;
    background: transparent;
    border-color: #1a1a1a;
}

.room-button--secondary:hover:not(:disabled)[b-wl4or7ejox] {
    color: #ffffff;
    background: #1a1a1a;
}

.selected-furniture-card[b-wl4or7ejox],
.room-dialog__item[b-wl4or7ejox],
.history-entry[b-wl4or7ejox],
.room-total-price[b-wl4or7ejox],
.room-status[b-wl4or7ejox],
.room-instruction-box[b-wl4or7ejox],
.room-customise-source[b-wl4or7ejox] {
    border-color: #e5e2da;
    border-radius: 2px;
    background: #ffffff;
    color: #1a1a1a;
}

.selected-furniture-card__copy span:first-child[b-wl4or7ejox],
.room-field[b-wl4or7ejox],
.room-compact-field[b-wl4or7ejox],
.room-total-price strong[b-wl4or7ejox] {
    color: #1a1a1a;
}

.selected-furniture-card__price[b-wl4or7ejox],
.room-panel__empty[b-wl4or7ejox],
.room-status[b-wl4or7ejox],
.history-entry__label[b-wl4or7ejox],
.history-entry__empty[b-wl4or7ejox],
.history-attachment figcaption[b-wl4or7ejox] {
    color: #6b6a68;
}

.room-panel__instructions[b-wl4or7ejox] {
    border-top: 1px solid #e5e2da;
    background: #ffffff;
}

.room-panel--canvas[b-wl4or7ejox] {
    position: sticky;
    top: 6.5rem;
    height: calc(100vh - 8.5rem);
    min-height: 34rem;
    background: #ffffff;
}

.room-canvas__image[b-wl4or7ejox],
.room-mask-editor[b-wl4or7ejox]  .mask-editor__frame {
    border-color: #e5e2da;
    border-radius: 2px;
    background: #efeee9;
}

.room-canvas__historybar-tools .form-select[b-wl4or7ejox],
.room-compact-field .form-select[b-wl4or7ejox],
.room-field .form-select[b-wl4or7ejox],
.room-dialog__theme-filter .form-select[b-wl4or7ejox],
.room-instruction-box[b-wl4or7ejox] {
    border-color: #e5e2da;
    border-radius: 2px;
    background-color: #ffffff;
}

.room-icon-button[b-wl4or7ejox] {
    border-color: #e5e2da;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: none;
}

.room-icon-button:hover:not(:disabled)[b-wl4or7ejox] {
    transform: none;
    border-color: #c96e50;
    box-shadow: none;
}

.room-dialog[b-wl4or7ejox] {
    border-color: #e5e2da;
    border-radius: 2px;
    background: #ffffff;
}

.room-dialog__header[b-wl4or7ejox],
.room-dialog__footer[b-wl4or7ejox] {
    border-color: #e5e2da;
}

.room-dialog__item--selected[b-wl4or7ejox],
.room-customise-source--selected[b-wl4or7ejox] {
    border-color: #c96e50;
    background: #fff6f1;
    box-shadow: inset 0 0 0 1px #c96e50;
}

@media (min-width: 1024px) {
    .room-designer[b-wl4or7ejox] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 1200px) {
    .room-panel--canvas[b-wl4or7ejox] {
        position: static;
        height: auto;
    }
}

@media (max-width: 760px) {
    .room-designer[b-wl4or7ejox] {
        padding: 2rem 1rem 3rem;
    }

    .room-designer__topbar[b-wl4or7ejox] {
        display: grid;
        align-items: stretch;
    }
}
/* _content/BrickBrain/Components/Pages/ThemeDesigner.razor.rz.scp.css */
.theme-designer[b-mguxfi3u8t] {
    min-height: calc(100vh - 4.5rem);
    padding: 3rem 1.5rem 4rem;
    background: #f9f8f6;
    color: #1a1a1a;
}

.theme-designer__topbar[b-mguxfi3u8t],
.theme-steps[b-mguxfi3u8t],
.theme-designer__layout[b-mguxfi3u8t] {
    width: min(80rem, 100%);
    margin-left: auto;
    margin-right: auto;
}

.theme-designer__topbar[b-mguxfi3u8t] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e2da;
}

.theme-designer__topbar h1[b-mguxfi3u8t] {
    margin: 0;
    color: #1a1a1a;
    font-size: clamp(3rem, 7vw, 5rem);
    font-weight: 600;
    line-height: 0.95;
}

.theme-designer__topbar p[b-mguxfi3u8t] {
    max-width: 38rem;
    margin: 0.85rem 0 0;
    color: #6b6a68;
    font-size: 1.05rem;
    line-height: 1.6;
}

.theme-overline[b-mguxfi3u8t] {
    margin-bottom: 0.75rem;
    color: #c96e50;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.theme-steps[b-mguxfi3u8t] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 2rem;
}

.theme-steps__item[b-mguxfi3u8t] {
    border: 1px solid #e5e2da;
    border-radius: 2px;
    padding: 0.55rem 0.8rem;
    background: #ffffff;
    color: #6b6a68;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.theme-steps__item--active[b-mguxfi3u8t] {
    border-color: #c96e50;
    color: #c96e50;
}

.theme-designer__layout[b-mguxfi3u8t] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.8fr);
    gap: 2.5rem;
    align-items: start;
}

.theme-panel[b-mguxfi3u8t] {
    min-height: 0;
    border: 1px solid #e5e2da;
    border-radius: 2px;
    background: #ffffff;
}

.theme-panel__header[b-mguxfi3u8t] {
    padding: 1.5rem 1.5rem 0;
}

.theme-panel__header h2[b-mguxfi3u8t] {
    margin: 0;
    color: #1a1a1a;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.05;
}

.theme-choice-list[b-mguxfi3u8t] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 1rem;
    padding: 1.5rem;
}

.theme-choice-list--themes[b-mguxfi3u8t] {
    grid-template-columns: 1fr;
}

.theme-choice-card[b-mguxfi3u8t] {
    display: grid;
    gap: 0.7rem;
    padding: 0;
    border: 1px solid #e5e2da;
    border-radius: 2px;
    background: #ffffff;
    color: #1a1a1a;
    text-align: left;
    overflow: hidden;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.theme-choice-card:hover[b-mguxfi3u8t] {
    border-color: #c96e50;
    transform: translateY(-2px);
    box-shadow: 0 1px 2px rgba(26, 26, 26, 0.05);
}

.theme-choice-card img[b-mguxfi3u8t] {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #efeee9;
}

.theme-choice-card--apartment img[b-mguxfi3u8t] {
    aspect-ratio: 16 / 10;
}

.theme-choice-card--selected[b-mguxfi3u8t] {
    border-color: #c96e50;
    box-shadow: inset 0 0 0 1px #c96e50;
}

.theme-choice-card__title[b-mguxfi3u8t] {
    padding: 0 1rem;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.05;
}

.theme-choice-card__description[b-mguxfi3u8t] {
    padding: 0 1rem 1rem;
    color: #6b6a68;
    font-size: 0.92rem;
    line-height: 1.45;
}

.theme-status[b-mguxfi3u8t] {
    margin: 0;
    color: #6b6a68;
}

.theme-button[b-mguxfi3u8t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.theme-button--primary[b-mguxfi3u8t] {
    color: #ffffff;
    background: #c96e50;
    border-color: #c96e50;
}

.theme-button--primary:hover[b-mguxfi3u8t] {
    background: #b35a3e;
    border-color: #b35a3e;
}

.theme-budget-field[b-mguxfi3u8t] {
    display: grid;
    gap: 0.45rem;
    padding: 0 1.5rem 1.5rem;
    color: #1a1a1a;
    font-weight: 600;
}

.theme-budget-field input[b-mguxfi3u8t] {
    width: min(100%, 16rem);
    border: 1px solid #e5e2da;
    border-radius: 2px;
    padding: 0.75rem 1rem;
    color: #1a1a1a;
    background: #ffffff;
}

.theme-budget-field input:focus[b-mguxfi3u8t] {
    border-color: #c96e50;
    outline: 0;
    box-shadow: 0 0 0 1px #c96e50;
}

@media (min-width: 1024px) {
    .theme-designer[b-mguxfi3u8t] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 960px) {
    .theme-designer__layout[b-mguxfi3u8t] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .theme-designer[b-mguxfi3u8t] {
        padding: 2rem 1rem 3rem;
    }

    .theme-designer__topbar[b-mguxfi3u8t] {
        display: grid;
        align-items: stretch;
    }

    .theme-button[b-mguxfi3u8t] {
        width: 100%;
    }
}
