html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #7b967f;
}

.btn-primary {
    color: #fff;
    background-color: #7b967f;
    border-color: #7b967f;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(123, 150, 127, .38);
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

html, body {
    margin: 0;
    min-height: 100%;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    background: #f6f7f8;
    color: #1f2933;
}

.content-shell {
    padding: 24px;
    box-sizing: border-box;
    max-width: 1680px;
    width: 100%;
}

.brand {
    font-weight: 700;
    letter-spacing: 0;
}

.nav-menu {
    padding: 16px 10px;
}

.nav-heading {
    color: #687780;
    font-weight: 700;
    margin: 0 10px 12px;
    text-transform: uppercase;
}

.page-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.muted {
    color: #5a6872;
}

.metric-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 12px;
}

.work-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 16px;
    align-items: start;
}

.toolbar-row {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.toolbar-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.stock-pill {
    min-width: 92px;
    text-align: center;
}

.catalog-hero {
    background: linear-gradient(90deg, #eef5f8 0%, #ffffff 100%);
    border: 1px solid #e1e8ec;
}

.catalog-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.category-panel {
    border: 1px solid #e2e8ec;
    position: sticky;
    top: 72px;
}

.category-button {
    justify-content: flex-start;
    margin-bottom: 4px;
    text-align: left;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 16px;
}

.catalog-summary-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.page-size-select {
    max-width: 132px;
}

.pagination-row {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 18px;
}

.pagination-label {
    min-width: 92px;
    text-align: center;
}

.product-card {
    border: 1px solid #e2e8ec;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}

.product-image-link {
    background: #f3f6f8;
    border-bottom: 1px solid #e2e8ec;
    display: block;
}

.product-image {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: contain;
    padding: 14px;
    width: 100%;
}

.product-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
}

.product-title {
    color: #1f2933;
    font-weight: 700;
    min-height: 48px;
    text-decoration: none;
}

.product-title:hover {
    color: #7b967f;
    text-decoration: underline;
}

.price-block {
    background: #f8fafb;
    border: 1px solid #e5ecef;
    border-radius: 6px;
    display: grid;
    gap: 3px;
    margin-top: 4px;
    padding: 10px;
}

.product-card-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
}

.product-detail-grid,
.order-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 16px;
    align-items: start;
}

.profile-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
    gap: 16px;
    align-items: start;
}

.admin-tabs {
    margin-top: 4px;
}

.admin-grid {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
    padding-top: 16px;
}

.admin-action-row,
.admin-form-actions {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.admin-two-column {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-detail-main-image {
    aspect-ratio: 4 / 3;
    background: #f3f6f8;
    border: 1px solid #e2e8ec;
    border-radius: 6px;
    display: block;
    object-fit: contain;
    padding: 18px;
    width: 100%;
}

.main-image-button {
    background: transparent;
    border: 0;
    cursor: zoom-in;
    display: block;
    padding: 0;
    width: 100%;
}

.main-image-button:disabled {
    cursor: default;
}

.thumbnail-section {
    margin-top: 12px;
}

.thumbnail-row {
    display: flex;
    gap: 8px;
    margin-top: 6px;
    overflow-x: auto;
}

.thumbnail {
    background: #ffffff;
    border: 1px solid #d7e0e5;
    border-radius: 6px;
    cursor: pointer;
    height: 74px;
    padding: 4px;
    width: 92px;
}

.thumbnail.selected {
    border-color: #7b967f;
    box-shadow: 0 0 0 2px rgba(123, 150, 127, 0.18);
}

.thumbnail img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.detail-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.variant-option-out-of-stock {
    background-image: linear-gradient(
        to bottom left,
        transparent calc(50% - 1px),
        currentColor calc(50% - 1px),
        currentColor calc(50% + 1px),
        transparent calc(50% + 1px)
    );
    opacity: 0.62;
}

.order-action-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

.delivery-section-heading,
.delivery-card-header,
.delivery-row-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.delivery-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
    gap: 14px;
}

.delivery-card {
    border: 1px solid #dfe8e2;
    border-left: 4px solid #73a981;
    border-radius: 7px;
    padding: 16px;
}

.delivery-reference-grid {
    background: #f7faf8;
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 14px 0;
    padding: 10px 12px;
}

.delivery-row-list {
    display: grid;
    gap: 10px;
}

.delivery-row-item + .delivery-row-item {
    border-top: 1px solid #edf1ee;
    padding-top: 10px;
}

.delivery-state-partial {
    background-color: #dcefe1 !important;
    color: #285f37 !important;
}

.delivery-state-final {
    background-color: #316e43 !important;
    color: #fff !important;
}

.delivery-state-pending {
    background-color: #eef1f2 !important;
    color: #506068 !important;
}

.delivery-closed-note {
    color: #316e43;
}

.detail-actions {
    align-items: end;
    display: grid;
    grid-template-columns: 120px minmax(180px, 1fr);
    gap: 12px;
}

.document-list {
    display: grid;
    gap: 8px;
}

.document-link {
    justify-content: flex-start;
    text-align: left;
}

.external-image-add-row {
    align-items: start;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 44px;
}

.external-image-list {
    display: grid;
    gap: 6px;
    margin-top: 8px;
}

.external-image-item {
    align-items: center;
    background: #f8fafb;
    border: 1px solid #e2e8ec;
    border-radius: 6px;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 36px;
    padding: 6px 8px;
}

.external-image-item .mud-typography {
    overflow-wrap: anywhere;
}

.image-lightbox {
    align-items: center;
    background: rgba(12, 18, 24, 0.92);
    color: #ffffff;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 56px;
    position: fixed;
    z-index: 1400;
}

.image-lightbox-image {
    max-height: calc(100vh - 112px);
    max-width: calc(100vw - 112px);
    object-fit: contain;
}

.image-lightbox-close {
    position: fixed;
    right: 18px;
    top: 18px;
}

.image-lightbox .mud-icon-button {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.image-lightbox .mud-icon-button:hover {
    background: rgba(255, 255, 255, 0.24);
}

.image-lightbox-nav {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: center;
    position: fixed;
    top: calc(50% - 32px);
    width: 64px;
}

.image-lightbox-prev {
    left: 18px;
}

.image-lightbox-next {
    right: 18px;
}

@media (max-width: 960px) {
    .content-shell {
        padding: 16px;
    }

    .metric-row,
    .work-grid,
    .catalog-layout,
    .product-detail-grid,
    .order-detail-grid,
    .profile-grid,
    .admin-grid,
    .admin-two-column {
        grid-template-columns: 1fr;
    }

    .category-panel {
        position: static;
    }

    .page-title,
    .toolbar-row,
    .catalog-summary-row {
        align-items: stretch;
        flex-direction: column;
    }

    .toolbar-actions {
        justify-content: flex-start;
    }

    .page-size-select {
        max-width: none;
    }

    .detail-actions {
        grid-template-columns: 1fr;
    }

    .image-lightbox {
        padding: 44px 12px;
    }

    .image-lightbox-image {
        max-height: calc(100vh - 88px);
        max-width: calc(100vw - 24px);
    }
}

/* eazyshop storefront */
:root {
    --shop-ink: #253434;
    --shop-muted: #667271;
    --shop-cream: #f7f4ed;
    --shop-paper: #fffdf8;
    --shop-blue: #dce9e7;
    --shop-green: #dfe9df;
    --shop-bronze: #b29567;
    --shop-olive: #7b967f;
    --shop-line: #dfe4dc;
    --shop-shadow: 0 18px 55px rgba(54, 72, 66, 0.08);
}

html,
body {
    background: var(--shop-cream);
    color: var(--shop-ink);
}

body {
    letter-spacing: 0.005em;
}

.mud-layout {
    min-height: 100vh;
}

.app-bar {
    border-bottom: 1px solid rgba(38, 58, 42, 0.16);
    backdrop-filter: blur(14px);
    min-height: 72px;
}

.app-bar .brand-link {
    color: #fff;
}

.app-bar .mud-toolbar {
    gap: 10px;
    min-height: 72px;
    padding-inline: clamp(16px, 4vw, 64px);
}

.brand-link {
    align-items: center;
    color: var(--shop-ink);
    display: inline-flex;
    flex-shrink: 0;
    gap: 11px;
    min-width: 0;
    text-decoration: none;
}

.brand-logo {
    display: block;
    height: 46px;
    max-width: 190px;
    object-fit: contain;
    object-position: left center;
}

.brand-name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logo-fallback {
    align-items: center;
    background: var(--shop-olive);
    border-radius: 50%;
    color: #fffdf8;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: Georgia, "Times New Roman", serif;
    font-size: .78rem;
    height: 38px;
    justify-content: center;
    letter-spacing: .08em;
    width: 38px;
}

.logo-fallback-large {
    font-size: 1.2rem;
    height: 64px;
    width: 64px;
}

.header-nav {
    align-items: center;
    display: flex;
    gap: 2px;
    margin-left: clamp(12px, 3vw, 42px);
}

.header-nav .mud-button-root {
    font-size: .84rem;
    letter-spacing: .035em;
    text-transform: none;
}

.header-menu-button {
    display: none;
}

.site-main {
    min-height: calc(100vh - 210px);
}

.content-shell {
    margin: 0 auto;
    max-width: 1500px;
    padding: clamp(24px, 4vw, 56px);
}

.site-footer {
    border-top: 1px solid var(--shop-line);
    color: var(--shop-muted);
    margin-top: 32px;
}

.footer-inner {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1500px;
    padding: 28px clamp(24px, 4vw, 56px);
}

.footer-company {
    color: var(--shop-ink);
    font-weight: 650;
}

.footer-contact {
    font-size: .78rem;
    margin-top: 4px;
}

.powered-by,
.login-powered {
    color: var(--shop-muted);
    font-size: .76rem;
    letter-spacing: .03em;
    text-decoration: none;
}

.powered-by:hover,
.login-powered:hover {
    color: var(--shop-olive);
}

.drawer-brand {
    align-items: center;
    display: flex;
    gap: 12px;
    min-height: 88px;
    padding: 20px 22px 12px;
}

.drawer-logo {
    max-height: 52px;
    max-width: 190px;
    object-fit: contain;
}

.nav-menu {
    padding: 12px;
}

.nav-heading {
    color: #71807d;
    display: block;
    font-size: .68rem;
    letter-spacing: .13em;
    margin: 8px 12px 10px;
}

.nav-menu .mud-nav-link {
    border-radius: 12px;
    margin: 3px 0;
}

.nav-menu .mud-nav-link.active {
    background: rgba(123, 150, 127, .16);
}

.page-title {
    margin-bottom: 28px;
}

.page-title h4,
.page-title .mud-typography-h4 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -.02em;
}

.eyebrow,
.hero-kicker {
    color: var(--shop-olive);
    font-weight: 700;
    letter-spacing: .15em !important;
}

.mud-paper {
    border: 1px solid rgba(91, 112, 102, .12);
}

.mud-button-root {
    letter-spacing: .01em;
    text-transform: none;
}

.mud-button-filled-primary {
    box-shadow: 0 9px 24px rgba(123, 150, 127, .22);
}

.login-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(390px, .75fr);
    min-height: min(720px, calc(100vh - 185px));
    overflow: hidden;
    border-radius: 24px;
    box-shadow: var(--shop-shadow);
}

.login-visual,
.store-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.login-visual-fallback,
.store-hero-fallback {
    background:
        radial-gradient(circle at 78% 22%, rgba(178, 149, 103, .33), transparent 28%),
        radial-gradient(circle at 20% 85%, rgba(123, 150, 127, .30), transparent 35%),
        linear-gradient(135deg, #dce9e7, #f0e8d7 62%, #dfe9df);
}

.login-visual-overlay {
    background: linear-gradient(180deg, rgba(25, 44, 43, .08), rgba(25, 44, 43, .62));
    inset: 0;
    position: absolute;
}

.login-message {
    bottom: clamp(32px, 7vw, 84px);
    color: #fff;
    left: clamp(28px, 6vw, 76px);
    max-width: 640px;
    position: absolute;
    right: 28px;
    z-index: 1;
}

.login-message .mud-typography-h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 4.4vw, 4.5rem);
    letter-spacing: -.04em;
    line-height: 1.04;
    margin: 10px 0 18px;
}

.login-message .hero-kicker {
    color: #f2dfbb;
}

.login-message .mud-typography-body1 {
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 540px;
}

.login-panel {
    align-self: stretch;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(36px, 6vw, 76px);
}

.login-brand {
    margin-bottom: 36px;
}

.login-logo {
    display: block;
    max-height: 76px;
    max-width: 240px;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 22px;
}

.login-brand .mud-typography-h4 {
    margin: 18px 0 8px;
}

.login-panel .mud-input-control {
    margin-top: 10px;
}

.login-form {
    display: block;
    width: 100%;
}

.login-powered {
    align-self: center;
    margin-top: 28px;
}

.store-hero {
    border-radius: 24px;
    box-shadow: var(--shop-shadow);
    min-height: clamp(390px, 49vw, 610px);
}

.store-hero::after {
    background: linear-gradient(90deg, rgba(247, 244, 237, .96) 0%, rgba(247, 244, 237, .82) 42%, rgba(247, 244, 237, .08) 75%);
    content: "";
    inset: 0;
    position: absolute;
}

.store-hero-content {
    max-width: 630px;
    padding: clamp(42px, 8vw, 110px);
    position: relative;
    z-index: 1;
}

.store-hero-content .mud-typography-h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.6rem, 5vw, 5rem);
    letter-spacing: -.045em;
    line-height: 1.02;
    margin: 14px 0 22px;
}

.store-hero-content .mud-typography-body1 {
    color: #4e5e5d;
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 520px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.home-action-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
}

.home-action-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 245px;
    padding: clamp(22px, 3vw, 36px);
    transition: transform .2s ease, box-shadow .2s ease;
}

.home-action-card:hover {
    box-shadow: var(--shop-shadow);
    transform: translateY(-3px);
}

.home-action-card .mud-button-root {
    align-self: flex-start;
    margin-top: auto;
}

.catalog-hero {
    background:
        radial-gradient(circle at 90% 10%, rgba(178, 149, 103, .18), transparent 26%),
        linear-gradient(100deg, #e3eeeb, #fffaf0);
    border: 0;
    border-radius: 20px;
    padding: 32px !important;
}

.product-grid {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.product-card {
    background: var(--shop-paper);
    border: 0;
    border-radius: 16px;
    box-shadow: 0 7px 30px rgba(54, 72, 66, .055);
    transition: box-shadow .2s ease, transform .2s ease;
}

.product-card:hover {
    box-shadow: 0 16px 38px rgba(54, 72, 66, .12);
    transform: translateY(-3px);
}

.product-image-link {
    background: #f3f0e8;
    border: 0;
}

.product-image {
    aspect-ratio: 1 / .86;
    padding: 22px;
    transition: transform .3s ease;
}

.product-card:hover .product-image {
    transform: scale(1.025);
}

.product-card-body {
    gap: 10px;
    padding: 19px;
}

.price-block {
    background: transparent;
    border: 0;
    border-top: 1px solid var(--shop-line);
    border-radius: 0;
    padding: 13px 0 4px;
}

.category-panel {
    background: #edf4f1;
    border: 0;
    border-radius: 16px;
    padding: 18px !important;
}

.settings-grid {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
}

.settings-form .mud-input-control {
    margin-top: 10px;
}

.settings-help {
    display: grid;
    gap: 20px;
    position: sticky;
    top: 96px;
}

.brand-preview {
    align-items: flex-start;
    background: linear-gradient(135deg, #edf4f1, #fff8eb);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.settings-logo-preview {
    display: block;
    max-height: 90px;
    max-width: 260px;
    object-fit: contain;
}

.admin-website-panel {
    align-items: center;
    background:
        radial-gradient(circle at 92% 15%, rgba(178, 149, 103, .19), transparent 26%),
        linear-gradient(120deg, #edf4f1, #fffaf0);
    display: grid;
    gap: 26px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 180px;
}

.admin-website-icon {
    align-items: center;
    background: rgba(123, 150, 127, .14);
    border-radius: 50%;
    display: flex;
    height: 72px;
    justify-content: center;
    width: 72px;
}

code {
    background: rgba(123, 150, 127, .11);
    border-radius: 5px;
    color: #3e6265;
    font-size: .88em;
    padding: 2px 5px;
}

@media (max-width: 1100px) {
    .header-nav {
        display: none;
    }

    .header-menu-button {
        display: inline-flex;
    }

    .login-stage {
        grid-template-columns: 1fr 420px;
    }

    .home-action-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 760px) {
    .app-bar .mud-toolbar {
        min-height: 64px;
        padding-inline: 12px;
    }

    .brand-name,
    .cart-button .mud-button-label {
        display: none;
    }

    .brand-logo {
        height: 39px;
        max-width: 125px;
    }

    .content-shell {
        padding: 18px 14px 30px;
    }

    .login-stage {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .login-visual {
        min-height: 320px;
    }

    .login-panel {
        padding: 34px 24px 40px;
    }

    .store-hero {
        min-height: 490px;
    }

    .store-hero::after {
        background: linear-gradient(180deg, rgba(247, 244, 237, .88), rgba(247, 244, 237, .96));
    }

    .store-hero-content {
        padding: 42px 26px;
    }

    .home-action-grid,
    .settings-grid,
    .admin-website-panel {
        grid-template-columns: 1fr;
    }

    .admin-website-panel {
        align-items: start;
    }

    .settings-help {
        position: static;
    }

    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}
