.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.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."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.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;
}

/*custom css*/
/*btn css*/
.gradient-btn {
    background: linear-gradient(to right, #F2A93E, #F07054);
    color: white !important;
}

    .gradient-btn:hover {
        opacity: 0.9;
    }

/*scrollbar css*/
.scrollbar-hide::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}

.scrollbar-hide {
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    scrollbar-width: none; /* For Firefox */
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #F2A93E #F2A93E transparent transparent; /* outer ring */
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    .loader::after,
    .loader::before {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 3px solid;
        border-color: transparent transparent #EF3F3E #EF3F3E; /* middle ring */
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-sizing: border-box;
        animation: rotationBack 0.5s linear infinite;
        transform-origin: center center;
    }

    .loader::before {
        width: 32px;
        height: 32px;
        border-color: #F2A93E #F2A93E transparent transparent; /* inner ring */
        animation: rotation 1.5s linear infinite;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/* Home page visual parity tuning */
.mud-input-control .mud-input-outlined-border {
    border-color: #f3d7b2 !important;
}

.mud-input-control:hover .mud-input-outlined-border {
    border-color: #f2a93e !important;
}

.mud-input > input::placeholder {
    color: #9ca3af !important;
}

.mud-button-root {
    border-radius: 10px !important;
}

/* BookMyDine home design system */
.zomo-shell {
    background: #f9f9ff;
    color: #3d3d3d;
}


.home-section {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.home-chip {
    display: inline-flex;
    shrink: 0;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid #fde4c8;
    background: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.home-chip:hover {
    border-color: #f4a24c;
    background: #fff8f0;
}

.home-formula-chip {
    border-radius: 9999px;
    border: 1px solid #fde4c8;
    background: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
}

.home-formula-chip--active {
    border-color: transparent;
    background: #f4a24c;
    color: #fff;
}

.home-carousel__track {
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.home-carousel__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    height: 2.5rem;
    width: 2.5rem;
    translate: 0 -50%;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid #f0f0f0;
    background: #fff;
    color: #374151;
    box-shadow: 0 4px 14px rgba(17, 24, 39, 0.08);
    cursor: pointer;
}

.home-carousel__nav:hover {
    border-color: #f4a24c;
    color: #f4a24c;
}

.home-carousel__nav--prev { left: -0.75rem; }
.home-carousel__nav--next { right: -0.75rem; }

.home-carousel-card {
    flex-shrink: 0;
    scroll-snap-align: start;
    border-radius: 8px;
}

.home-carousel-card--featured { width: min(100%, 22rem); }
.home-carousel-card--popular { width: min(100%, 16rem); }
.home-carousel-card--deal { width: min(100%, 16rem); }
.home-carousel-card--tonight { width: min(100%, 18rem); }

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar { display: none; }

.site-header {
    border-bottom-color: #ececf8 !important;
    background: rgba(249, 249, 255, 0.95) !important;
}

.site-header__logo {
    height: 2.25rem;
    width: auto;
}

@media (min-width: 640px) {
    .site-header__logo {
        height: 2.5rem;
    }
}

@media (min-width: 768px) {
    .site-header__logo { height: 2.75rem; }
}

.home-hero {
    position: relative;
}

.home-hero-shell {
    position: relative;
    margin-bottom: 0.25rem;
}

.home-hero-shell__tags {
    position: relative;
    z-index: 3;
    margin-top: -2.25rem;
    padding-bottom: 0.5rem;
}

.home-hero-tags {
    background: transparent;
}

.home-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(17, 24, 39, 0.78) 0%,
        rgba(17, 24, 39, 0.52) 42%,
        rgba(17, 24, 39, 0.18) 72%,
        rgba(17, 24, 39, 0.08) 100%
    );
}

.home-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: clamp(380px, 52vw, 560px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 3.5rem 0 4.5rem;
    text-align: left;
}

.home-hero__search {
    display: flex;
    width: 100%;
    max-width: 36rem;
    align-items: center;
    gap: 0.25rem;
    border-radius: 9999px;
    background: #fff;
    padding: 0.35rem 0.35rem 0.35rem 1rem;
    box-shadow: 0 14px 36px rgba(17, 24, 39, 0.18);
}

.home-hero__search-icon {
    display: inline-flex;
    color: #9ca3af;
    font-size: 1.125rem;
}

.home-hero__search-input {
    min-width: 0;
    flex: 1;
    border: 0;
    background: transparent;
    padding: 0.8rem 0.5rem;
    font-size: 0.95rem;
    color: #111827;
    outline: none;
}

.home-hero__search-input::placeholder {
    color: #9ca3af;
}

.home-hero__search-btn {
    flex-shrink: 0;
    border: 0;
    border-radius: 9999px;
    background: #f4a24c;
    padding: 0.8rem 1.35rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.home-hero__search-btn:hover:not(:disabled) {
    background: #e89438;
}

.home-hero__search-btn:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.home-section-header__icon {
    display: inline-flex;
    height: 2.25rem;
    width: 2.25rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff3e6;
    color: #f4a24c;
    font-size: 1.125rem;
}

.home-card {
    border: 1px solid #ececf8;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 18px rgba(17, 24, 39, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.1);
}

.home-card__cta {
    border: 0;
    border-radius: 8px;
    background: #f4a24c;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.home-card__cta:hover {
    background: #e89438;
}

.home-moment-card {
    display: flex;
    width: 5.75rem;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

.home-moment-card__icon {
    display: flex;
    height: 4.75rem;
    width: 4.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
    font-size: 1.5rem;
    color: #f4a24c;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-moment-card:hover .home-moment-card__icon {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(244, 162, 76, 0.22);
}

.home-moment-card__label {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.25;
    color: #374151;
}

.home-brand-card {
    display: flex;
    width: 7.25rem;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #ececf8;
    background: #fff;
    padding: 1rem 0.75rem;
    text-align: center;
    box-shadow: 0 4px 16px rgba(17, 24, 39, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-brand-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.1);
}

.home-brand-card__icon {
    display: flex;
    height: 3.5rem;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9999px;
    background: #fff8f0;
    color: #f4a24c;
    font-size: 1.5rem;
}

.home-brand-card__name {
    margin-top: 0.75rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1f2937;
}

.home-brands-section {
    padding-bottom: 3rem;
}

.home-chip {
    box-shadow: 0 2px 10px rgba(17, 24, 39, 0.06);
}

@media (max-width: 639px) {
    .home-hero__content {
        min-height: clamp(340px, 78vw, 420px);
        padding: 2.5rem 0 3.75rem;
    }

    .home-hero__title {
        font-size: 1.625rem !important;
        max-width: 16rem;
    }

    .home-hero__search {
        flex-direction: column;
        align-items: stretch;
        border-radius: 12px;
        padding: 0.75rem;
        gap: 0.5rem;
    }

    .home-hero__search-icon {
        display: none;
    }

    .home-hero__search-input {
        padding: 0.65rem 0.25rem;
    }

    .home-hero__search-btn {
        width: 100%;
        border-radius: 8px;
    }

    .home-hero-shell__tags {
        margin-top: -1.25rem;
    }

    .home-brand-card {
        width: 6.5rem;
        padding: 0.875rem 0.5rem;
    }

    .home-brand-card__icon {
        height: 3rem;
        width: 3rem;
        font-size: 1.25rem;
    }

    .home-carousel__nav {
        display: none !important;
    }

    .home-section-header__view-all {
        align-self: flex-start;
    }
}

@media (min-width: 768px) {
    .home-hero__title {
        font-size: 2.75rem !important;
        max-width: 32rem;
    }
}
.zomo-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.zomo-title h2 {
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #222;
}

.zomo-title p {
    margin: 8px 0 0;
    color: #747474;
    font-size: .95rem;
}

.zomo-loader-line {
    width: 72px;
    height: 4px;
    border-radius: 99px;
    margin-top: 12px;
    background: linear-gradient(90deg, #f2a93e 0%, #ef3f3e 100%);
}

.zomo-card {
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.zomo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.10);
}

.zomo-offer-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #ef3f3e 0%, #f07054 100%);
    border-radius: 8px;
    padding: 5px 8px;
}

/* categories section parity with index2 */
.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

.position-relative {
    position: relative;
}

.container {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.categories-section {
    position: relative;
}

.categories-section .category-top {
    background-color: #fff;
    z-index: 1;
    padding: clamp(16px, 2vw, 20px);
    border-radius: 13px;
    box-shadow: 0 15px 60px -20px rgba(0, 0, 0, 0.1);
    margin-top: clamp(-70px, -4vw, -45px);
}

.popcorn-img {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 1;
}

@media (max-width: 1299px) {
    .popcorn-img {
        display: none;
    }
}

.categories-section .categories-style {
    position: relative;
    margin-top: -10px;
}

.categories-section .categories-style .swiper-wrapper {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 4px;
}

.categories-section .categories-style .swiper-wrapper.drag-scroll {
    cursor: grab;
    user-select: none;
}

.categories-section .categories-style .swiper-wrapper.drag-scroll.is-dragging {
    cursor: grabbing;
}

.drag-scroll {
    cursor: grab;
    user-select: none;
}

.drag-scroll.is-dragging {
    cursor: grabbing;
}

/* remove MudMainContent default top offset */
.client-layout,
.client-layout .mud-main-content,
.client-main-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.categories-section .categories-style .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.categories-section .categories-style .swiper-slide {
    min-width: 120px;
}

.categories-section .categories-style .food-categories {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: clamp(10px, 1.2vw, 18px) clamp(8px, 1vw, 14px);
    margin-top: 10px;
    border-radius: 8px;
    background-color: #f8f8f8;
    transition: 0.4s ease;
    border: 1px solid transparent;
}

.categories-section .categories-style .food-categories:hover {
    transform: translateY(-5px);
    background: rgba(242, 169, 62, 0.08);
    border: 1px solid rgba(242, 169, 62, 0.3);
}

.categories-section .categories-style .food-categories:hover h4 {
    color: #f2a93e !important;
    font-weight: 500;
}

.categories-section .categories-style .food-categories .categories-img {
    width: 100%;
    object-fit: contain;
    height: 55px;
}

.categories-section .categories-style .food-categories h4 {
    display: block;
    margin-top: 10px;
    transition: 0.4s ease;
    color: #3d3d3d;
}

.dark-text {
    color: #3d3d3d !important;
}

/* app promo section parity with index2 */
.app-section {
    padding: 48px 0;
    background-image: url("../assets/images/background/app-bg.jpg");
    background-size: cover;
    background-position: center;
}

.app-section .app-section-inner {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 0;
}

.app-section .app-img {
    flex: 0 0 42%;
    display: flex;
    justify-content: center;
}

.app-section .app-img .phone {
    width: 100%;
    max-width: 320px;
}

.app-section .app-content {
    flex: 1;
}

.app-section .app-content h2 {
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 700;
    color: #3d3d3d;
    margin: 0;
}

.app-section .app-content h5 {
    margin-top: 12px;
    font-size: 1rem;
    font-weight: 400;
    color: #5d5d5d;
    line-height: 1.6;
    max-width: 520px;
}

.app-section .app-buttons {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.app-section .app-btn {
    height: 46px;
    width: auto;
}

/* Restaurant list: layout uses MudBlazor + Tailwind; sidebar search keeps compact custom field styles. */

.restaurant-list-page .restaurant-list-card {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #fff;
    border: 1px solid #f3f4f6;
}

.restaurant-list-page .restaurant-list-card__media {
    flex: 0 0 42%;
    max-width: 42%;
    overflow: hidden;
}

.restaurant-list-page .restaurant-list-card__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 11rem;
    object-fit: cover;
}

.restaurant-list-page .restaurant-list-card__body {
    flex: 1;
    min-width: 0;
    padding: 1rem 1.25rem;
}

@media (max-width: 767px) {
    .restaurant-list-page .restaurant-list-card {
        flex-direction: column;
    }

    .restaurant-list-page .restaurant-list-card__media {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .restaurant-list-page .restaurant-list-card__image {
        min-height: 10rem;
    }
}

/* Header title — override theme h1; avoid filter drop-shadow compositing glitches over blur layers */
.restaurant-list-page .restaurant-list-page__title {
    margin: 0 0 0.5rem;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.restaurant-list-page .restaurant-list-page__title:focus,
.restaurant-list-page .restaurant-list-page__title:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .restaurant-list-page .restaurant-list-page__title {
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .restaurant-list-page .restaurant-list-page__title {
        font-size: 2.5rem;
    }
}

.restaurant-list-page .restaurant-list-header .mud-chip:focus,
.restaurant-list-page .restaurant-list-header .mud-chip:focus-visible {
    outline: none;
    box-shadow: none;
}

/* Home hero — stable title rendering on gradient (no background-clip / filter glitches) */
.home-hero .home-hero__title {
    margin: 0 0 1.5rem;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    max-width: 32rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #fff;
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: currentColor !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-hero .home-hero__title:focus,
.home-hero .home-hero__title:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}

.auth_shell .auth_shell_title {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    max-width: 42rem;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #111827;
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: currentColor !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.auth_shell .auth_shell_title:focus,
.auth_shell .auth_shell_title:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}

.restaurant-list-page .restaurant-sidebar-search__label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #3d3d3d;
    letter-spacing: 0.01em;
}

.restaurant-list-page .restaurant-sidebar-search__form {
    margin: 0;
}

.restaurant-list-page .restaurant-sidebar-search__field {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(61, 61, 61, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.restaurant-list-page .restaurant-sidebar-search__field:focus-within {
    border-color: #f2a93e;
    box-shadow: 0 0 0 3px rgba(242, 169, 62, 0.18);
}

.restaurant-list-page .restaurant-sidebar-search__leading {
    display: flex;
    align-items: center;
    padding-left: 14px;
    color: #888;
    font-size: 1.125rem;
    pointer-events: none;
}

.restaurant-list-page .left-box .search-box.restaurant-sidebar-search .form-control,
.restaurant-list-page .restaurant-sidebar-search__input {
    flex: 1;
    min-width: 0;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 12px 8px 12px 10px;
    font-size: 0.9375rem;
    color: #3d3d3d;
    outline: none !important;
    -webkit-appearance: none;
    appearance: none;
    cursor: text;
}

.restaurant-list-page .left-box .search-box.restaurant-sidebar-search .form-control:focus,
.restaurant-list-page .left-box .search-box.restaurant-sidebar-search .form-control:focus-visible,
.restaurant-list-page .left-box .search-box.restaurant-sidebar-search .form-control:active,
.restaurant-list-page .restaurant-sidebar-search__input:focus,
.restaurant-list-page .restaurant-sidebar-search__input:focus-visible,
.restaurant-list-page .restaurant-sidebar-search__input:active {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.restaurant-list-page .restaurant-sidebar-search__input::-webkit-search-cancel-button,
.restaurant-list-page .restaurant-sidebar-search__input::-webkit-search-decoration,
.restaurant-list-page .restaurant-sidebar-search__input::-webkit-search-results-button {
    display: none;
    -webkit-appearance: none;
    appearance: none;
}

.restaurant-list-page .restaurant-sidebar-search__input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.restaurant-list-page .restaurant-sidebar-search__input::placeholder {
    color: #9a9a9a;
}

.restaurant-list-page .restaurant-sidebar-search__input:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.restaurant-list-page .restaurant-sidebar-search__clear {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f5f5f5;
    color: #666;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.restaurant-list-page .restaurant-sidebar-search__clear:hover:not(:disabled) {
    background: #ebebeb;
    color: #3d3d3d;
}

.restaurant-list-page .restaurant-sidebar-search__clear:focus,
.restaurant-list-page .restaurant-sidebar-search__clear:focus-visible,
.restaurant-list-page .restaurant-sidebar-search__submit:focus,
.restaurant-list-page .restaurant-sidebar-search__submit:focus-visible {
    outline: none;
    box-shadow: none;
}

.restaurant-list-page .restaurant-sidebar-search__submit:focus-visible:not(:disabled) {
    box-shadow: 0 0 0 3px rgba(242, 169, 62, 0.35);
}

.restaurant-list-page .restaurant-sidebar-search__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 4px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #f2a93e 0%, #ef3f3e 100%);
    color: #fff;
    font-size: 1.125rem;
    cursor: pointer;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.restaurant-list-page .restaurant-sidebar-search__submit:hover:not(:disabled) {
    opacity: 0.92;
    transform: translateX(1px);
}

.restaurant-list-page .restaurant-sidebar-search__submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.restaurant-list-page .restaurant-sidebar-search__spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: restaurant-search-spin 0.7s linear infinite;
}

@keyframes restaurant-search-spin {
    to { transform: rotate(360deg); }
}

.restaurant-list-page .restaurant-sidebar-search__hint {
    margin-top: 0.625rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: #888;
}

.restaurant-list-page .restaurant-sidebar-search__hint strong {
    color: #3d3d3d;
    font-weight: 600;
}

@media (max-width: 991px) {
    .app-section {
        background-image: url("../assets/images/background/sm-app-bg.jpg");
    }

    .app-section .app-section-inner {
        flex-direction: column;
        text-align: center;
        padding: 0;
    }

    .app-section .app-img {
        flex: 0 0 auto;
    }

    .app-section .app-content h5 {
        margin-left: auto;
        margin-right: auto;
    }

    .app-section .app-buttons {
        justify-content: center;
    }
}

/* Restaurant profile page */
.restaurant-profile-page {
    background: #fafafa;
}

.restaurant-profile-hero {
    min-height: clamp(280px, 48vw, 420px);
}

.restaurant-profile-hero__bg {
    transform: scale(1.03);
    transition: transform 8s ease-out;
}

.restaurant-profile-hero:hover .restaurant-profile-hero__bg {
    transform: scale(1.06);
}

.restaurant-profile-hero__overlay {
    background:
        linear-gradient(180deg, rgba(17, 24, 39, 0.55) 0%, rgba(17, 24, 39, 0.15) 38%, rgba(17, 24, 39, 0.72) 100%),
        linear-gradient(135deg, rgba(242, 169, 62, 0.18) 0%, rgba(239, 63, 62, 0.12) 100%);
}

.restaurant-profile-hero__vignette {
    box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.22);
}

.restaurant-profile-hero__breadcrumb a:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.65);
    outline-offset: 2px;
}

.restaurant-profile-hero__identity {
    max-width: 42rem;
}

.restaurant-profile-hero__identity-inner {
    padding: 1rem 1.125rem 1.125rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.2) inset,
        0 20px 50px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

@media (min-width: 768px) {
    .restaurant-profile-hero__identity-inner {
        padding: 1.25rem 1.5rem 1.375rem;
        border-radius: 1.125rem;
    }
}

.restaurant-profile-hero__brand {
    margin: 0 0 0.35rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .restaurant-profile-hero__brand {
        font-size: 0.75rem;
    }
}

.restaurant-profile-hero__title {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: clamp(1.625rem, 4.2vw, 2.375rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #fff;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.25),
        0 4px 24px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.restaurant-profile-hero__address {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 0.75rem 0 0;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .restaurant-profile-hero__address {
        font-size: 1rem;
        margin-top: 0.875rem;
    }
}

.restaurant-profile-hero__address-icon {
    flex-shrink: 0;
    margin-top: 0.15rem;
    font-size: 1.125rem;
    color: #fde68a;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}

.restaurant-profile-hero__address-text {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
}

.restaurant-profile-hero__address-post {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.78);
}

.restaurant-profile-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

@media (min-width: 768px) {
    .restaurant-profile-hero__actions {
        margin-top: 1.125rem;
        padding-top: 1.125rem;
        gap: 0.625rem;
    }
}

.restaurant-profile-hero .restaurant-profile-hero__cta {
    text-transform: none !important;
    font-weight: 600 !important;
}

.restaurant-profile-hero .restaurant-profile-hero__cta--outline.mud-button-root {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset !important;
}

.restaurant-profile-hero .restaurant-profile-hero__cta--outline.mud-button-root:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.65) !important;
}

.restaurant-profile-hero .restaurant-profile-hero__cta--outline .mud-button-icon-root {
    color: #fff !important;
}

.restaurant-profile-hero .restaurant-profile-hero__cta--primary.mud-button-root {
    box-shadow: 0 4px 14px rgba(239, 63, 62, 0.35) !important;
}

.restaurant-profile-hero .restaurant-profile-hero__cta--primary.mud-button-root:hover {
    box-shadow: 0 6px 18px rgba(239, 63, 62, 0.42) !important;
}

.restaurant-profile-header__accent {
    height: 4px;
    background: linear-gradient(90deg, #f2a93e 0%, #f07054 50%, #ef3f3e 100%);
}

.restaurant-profile-header__card {
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.1);
}

.restaurant-profile-header__logo img {
    display: block;
}

.restaurant-profile-header__title {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.restaurant-profile-header__title:focus,
.restaurant-profile-header__title:focus-visible {
    outline: none;
}

.restaurant-profile-header__title--mirror {
    margin: 0;
}

.restaurant-profile-header__cta-row {
    align-self: flex-start;
}

@media (min-width: 1024px) {
    .restaurant-profile-header__cta-row {
        padding-top: 0.125rem;
    }
}

.restaurant-profile-header__brand {
    letter-spacing: 0.14em;
}

.restaurant-profile-header__location {
    line-height: 1.5;
}

.restaurant-profile-header__rating {
    box-shadow: inset 0 0 0 1px rgba(251, 191, 36, 0.08);
}

.restaurant-profile-header__stars .mud-rating-item {
    color: #f59e0b !important;
}

.restaurant-profile-header__status--open {
    background: #ecfdf5 !important;
    color: #047857 !important;
}

.restaurant-profile-header__status--open .mud-icon-root {
    color: #059669 !important;
}

.restaurant-profile-header__status--closed {
    background: #fef2f2 !important;
    color: #b91c1c !important;
}

.restaurant-profile-header__status--closed .mud-icon-root {
    color: #dc2626 !important;
}

.restaurant-profile-header__action {
    text-transform: none !important;
    font-weight: 600 !important;
}

.restaurant-profile-header .mud-chip:focus,
.restaurant-profile-header .mud-chip:focus-visible,
.restaurant-profile-header .mud-button-root:focus-visible {
    outline: none;
    box-shadow: none;
}

.restaurant-profile-header__action:focus-visible {
    box-shadow: 0 0 0 3px rgba(242, 169, 62, 0.35) !important;
}

.restaurant-profile-tabs__bar .mud-tab {
    font-weight: 600;
    text-transform: none;
}

/* Keep sticky sidebars working without letting inactive tab panels bleed into each other */
.restaurant-profile-content-grid,
.restaurant-profile-page .mud-tabs-panels {
    overflow: visible !important;
}

.restaurant-profile-page .mud-tab-panel {
    overflow: hidden;
    position: relative;
}

@media (min-width: 1024px) {
    .restaurant-profile-menu-aside,
    .restaurant-profile-cart-aside {
        position: sticky;
        top: 5rem;
        align-self: start;
        z-index: 20;
        max-height: calc(100vh - 5rem);
    }

    .restaurant-profile-menu-sidebar,
    .restaurant-profile-cart {
        display: flex;
        flex-direction: column;
        max-height: calc(100vh - 5rem);
    }

    .restaurant-profile-menu-nav {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
    }
}

.restaurant-profile-menu-nav {
    max-height: 28rem;
    overflow-y: auto;
}

@media (min-width: 1024px) {
    .restaurant-profile-menu-nav {
        max-height: none;
    }
}

.restaurant-profile-menu-nav__tree {
    list-style: none;
    margin: 0;
    padding: 0;
}

.restaurant-profile-menu-nav__tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.restaurant-profile-menu-nav__type-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ea580c;
}

.restaurant-profile-menu-nav__menu-label {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #111827;
}

.restaurant-profile-menu-nav__link,
.restaurant-profile-menu-nav__category-link,
.restaurant-profile-menu-nav__item-link {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0.5rem;
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #4b5563;
    text-align: left;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.restaurant-profile-menu-nav__category-link {
    font-weight: 600;
    color: #374151;
}

.restaurant-profile-menu-nav__item-link {
    font-weight: 400;
    font-size: 0.8125rem;
    color: #6b7280;
}

.restaurant-profile-menu-nav__link:hover,
.restaurant-profile-menu-nav__category-link:hover,
.restaurant-profile-menu-nav__item-link:hover {
    background: #fff7ed;
    color: #ea580c;
}

.restaurant-profile-daily-service {
    padding-left: 0.75rem;
    border-left: 3px solid #fed7aa;
}

.menu-item-options-dialog .mud-dialog-title {
    padding: 1.5rem 1.5rem 0;
}

.menu-item-options-dialog .mud-dialog-content {
    padding-top: 0 !important;
}

.menu-item-options-dialog .mud-dialog-actions {
    padding: 0 1.5rem 1.5rem;
}

.menu-item-options-dialog__header {
    padding-right: 2rem;
}

.menu-item-options-dialog__title {
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #111827 !important;
}

.menu-item-options-dialog__description {
    margin-top: 0.5rem !important;
    color: #6b7280 !important;
    line-height: 1.5 !important;
}

.menu-item-options-dialog__total {
    margin-top: 0.75rem !important;
    font-weight: 600 !important;
    color: #ea580c !important;
}

.menu-item-options-dialog__divider {
    height: 1px;
    margin: 1rem 0 1.25rem;
    background: #f1f5f9;
}

.menu-item-options-dialog__content {
    max-height: min(70vh, 520px);
    overflow-y: auto;
    padding-right: 0.25rem;
}

.menu-item-options-dialog__group {
    padding-bottom: 1.25rem;
}

.menu-item-options-dialog__group--divider {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #f1f5f9;
}

.menu-item-options-dialog__group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.875rem;
}

.menu-item-options-dialog__group-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
}

.menu-item-options-dialog__group-badge {
    flex-shrink: 0;
    border-radius: 9999px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 0.4375rem 0.75rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu-item-options-dialog__empty {
    color: #6b7280 !important;
}

.menu-item-options-dialog__option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

@media (max-width: 480px) {
    .menu-item-options-dialog__option-grid {
        grid-template-columns: 1fr;
    }
}

.menu-item-options-dialog__option {
    position: relative;
    width: 100%;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 0.875rem;
    background: #fff;
    text-align: left;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.menu-item-options-dialog__option:hover:not(:disabled) {
    border-color: #d1d5db;
}

.menu-item-options-dialog__option--selected {
    border: 2px solid #f2a93e;
    box-shadow: 0 0 0 1px rgba(242, 169, 62, 0.12);
}

.menu-item-options-dialog__check {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1;
    display: inline-flex;
    color: #f2a93e;
    line-height: 0;
}

.menu-item-options-dialog__option-inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    padding-right: 2rem;
}

.menu-item-options-dialog__option-image {
    width: 3.75rem;
    height: 3.75rem;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0.625rem;
    background: #f3f4f6;
}

.menu-item-options-dialog__option-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-item-options-dialog__option-image-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #fff7ed 0%, #f8fafc 100%);
    color: #fdba74;
}

.menu-item-options-dialog__option-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 0.25rem;
}

.menu-item-options-dialog__option-name {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.3;
    color: #111827;
}

.menu-item-options-dialog__option-price {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    color: #ea580c;
}

.menu-item-options-dialog__alert {
    margin-top: 1rem !important;
}

.menu-item-options-dialog__footer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f1f5f9;
}

.menu-item-options-dialog__cancel-btn {
    min-width: 5rem;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    font-weight: 700 !important;
    color: #6b7280 !important;
}

.menu-item-options-dialog__save-btn {
    min-height: 2.75rem;
    padding-inline: 1.25rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    font-weight: 700 !important;
    border-radius: 0.75rem !important;
}

.pre-order-step__item-price-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.pre-order-step__cart-line-name {
    min-width: 0;
}

.restaurant-profile-menu-item__image,
.restaurant-profile-deal__image {
    min-height: 140px;
    background: #f3f4f6;
}

/* Booking checkout */
.booking-checkout-page {
    width: 100%;
    --site-header-height: 4rem;
}

@media (min-width: 640px) {
    .booking-checkout-page {
        --site-header-height: 5rem;
    }
}

/* Booking progress stepper (MudStepper-inspired, theme primary) */
.booking-progress-stepper {
    width: 100%;
    padding: 0.75rem 0 1rem;
}

.booking-progress-stepper__track {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 48rem;
    margin: 0 auto;
}

.booking-progress-stepper__track-line {
    position: absolute;
    top: 1.125rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e5e7eb;
    z-index: 0;
    border-radius: 9999px;
}

.booking-progress-stepper__track-line--active {
    background: hsl(var(--primary));
    transition: width 0.3s ease-in-out;
}

.booking-progress-stepper__step {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    padding: 0 0.25rem;
    background: #fff;
}

.booking-progress-stepper__indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    border: 2px solid #d1d5db;
    background: #fff;
    color: #9ca3af;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.booking-progress-stepper__indicator:disabled {
    cursor: default;
}

.booking-progress-stepper__number {
    font-weight: 700;
}

.booking-progress-stepper__check {
    width: 1rem;
    height: 1rem;
}

.booking-progress-stepper__label {
    max-width: 6.5rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #6b7280;
    transition: color 0.2s ease;
}

@media (min-width: 640px) {
    .booking-progress-stepper__indicator {
        width: 2.5rem;
        height: 2.5rem;
    }

    .booking-progress-stepper__track-line {
        top: 1.25rem;
    }

    .booking-progress-stepper__label {
        max-width: 7.5rem;
        font-size: 0.8125rem;
    }
}

@media (min-width: 768px) {
    .booking-progress-stepper__label {
        font-size: 0.875rem;
        font-weight: 700;
    }
}

.booking-progress-stepper__step--current .booking-progress-stepper__indicator {
    border-color: hsl(var(--primary));
    color: hsl(var(--primary));
    box-shadow: 0 0 0 4px color-mix(in srgb, hsl(var(--primary)) 18%, transparent);
}

.booking-progress-stepper__step--current .booking-progress-stepper__label {
    color: hsl(var(--primary));
    font-weight: 700;
}

.booking-progress-stepper__step--completed .booking-progress-stepper__indicator {
    border-color: hsl(var(--primary));
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    cursor: pointer;
}

.booking-progress-stepper__step--completed .booking-progress-stepper__indicator:not(:disabled):hover {
    transform: scale(1.06);
    background: color-mix(in srgb, hsl(var(--primary)) 90%, #000);
}

.booking-progress-stepper__step--completed .booking-progress-stepper__label {
    color: hsl(var(--primary));
    font-weight: 700;
}

.booking-progress-stepper__step--upcoming .booking-progress-stepper__label {
    color: #9ca3af;
    font-weight: 600;
}

.booking-checkout-wizard {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 768px) {
    .booking-checkout-wizard {
        gap: 1.25rem;
        padding-bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
    }
}

/* Sticky reservation summary card */
.booking-checkout-summary-wrap {
    position: sticky;
    top: calc(var(--site-header-height, 4rem) + 0.5rem);
    z-index: 45;
    padding-bottom: 0.625rem;
}

.booking-checkout-summary {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: color-mix(in srgb, #fff 96%, hsl(var(--primary)) 4%);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    padding: 1rem 1.125rem;
}

@media (min-width: 768px) {
    .booking-checkout-summary {
        padding: 1.125rem 1.375rem;
    }
}

.booking-checkout-summary__accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, hsl(var(--primary)), #f07054);
}

.booking-checkout-summary__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.booking-checkout-summary__main {
    min-width: 0;
    flex: 1;
}

.booking-checkout-summary__title {
    font-weight: 700 !important;
    color: #111827 !important;
    line-height: 1.3 !important;
}

.booking-checkout-summary__meta {
    margin-top: 0.25rem !important;
    color: #4b5563 !important;
    font-weight: 500 !important;
}

.booking-checkout-summary__meta-secondary {
    margin-top: 0.125rem !important;
    color: #6b7280 !important;
}

.booking-checkout-summary__timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 4.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.625rem;
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    box-shadow: 0 2px 8px color-mix(in srgb, hsl(var(--primary)) 35%, transparent);
}

.booking-checkout-summary__timer--urgent {
    background: #f59e0b;
    box-shadow: 0 2px 10px rgba(245, 158, 11, 0.35);
    animation: booking-checkout-timer-pulse 1.5s ease-in-out infinite;
}

@keyframes booking-checkout-timer-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}

.booking-checkout-summary__timer-label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.92;
}

.booking-checkout-summary__timer-value {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.booking-checkout-summary__alert {
    margin-bottom: 0 !important;
}

.booking-checkout-page__card {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    padding: 1.25rem 1.125rem;
}

@media (min-width: 768px) {
    .booking-checkout-page__card {
        padding: 1.5rem 1.375rem;
    }
}

.booking-checkout-wizard__step {
    margin-top: 1.25rem;
    padding-bottom: 0.25rem;
}

/* Fixed footer navigation bar */
.booking-checkout-footer-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

.booking-checkout-footer {
    border-top: 2px solid hsl(var(--primary));
    background: color-mix(in srgb, #fff 92%, hsl(var(--primary)) 8%);
    backdrop-filter: blur(10px);
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
}

.booking-checkout-footer__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0.75rem 1rem;
}

@media (min-width: 768px) {
    .booking-checkout-footer__inner {
        padding: 0.875rem 1.5rem;
    }
}

.booking-checkout-footer__action {
    font-weight: 700 !important;
}

/* Pre-order step */
.pre-order-step {
    padding-top: 0.25rem;
}

.pre-order-step__category-nav {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.25rem 0 0.5rem;
    margin: 0 -0.15rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.pre-order-step__category-nav::-webkit-scrollbar {
    height: 4px;
}

.pre-order-step__category-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
    padding: 0.5rem 0.9rem;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #fff;
    color: #374151;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.pre-order-step__category-chip:hover {
    border-color: #fdba74;
    background: #fff7ed;
    color: #9a3412;
}

.pre-order-step__category-chip--active {
    border-color: #f97316;
    background: #fff7ed;
    color: #c2410c;
    box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.18);
}

.pre-order-step__category-chip-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    padding: 0.1rem 0.35rem;
    border-radius: 9999px;
    background: rgba(17, 24, 39, 0.06);
    font-size: 0.6875rem;
    font-weight: 700;
    color: inherit;
}

.pre-order-step__category-chip--active .pre-order-step__category-chip-count {
    background: rgba(249, 115, 22, 0.14);
}

.pre-order-step__category-section + .pre-order-step__category-section {
    margin-top: 2rem;
    padding-top: 0.25rem;
}

.pre-order-step__category-title {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 0.35rem 0 0.75rem;
    background: linear-gradient(180deg, #fff 78%, rgba(255, 255, 255, 0));
}

.pre-order-step__menu-list {
    max-height: none;
}

@media (min-width: 1024px) {
    .pre-order-step__menu-list {
        max-height: min(72vh, 52rem);
        overflow-y: auto;
        padding-right: 0.35rem;
        overscroll-behavior: contain;
    }

    .pre-order-step__cart {
        position: sticky;
        top: 1rem;
        align-self: start;
    }
}

.pre-order-step__item {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    border: 1px solid #f3f4f6;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pre-order-step__item:hover {
    border-color: #e5e7eb;
    box-shadow: 0 4px 14px rgba(17, 24, 39, 0.06);
}

.pre-order-step__item--selected {
    border-color: #fed7aa;
    box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.12);
}

@media (min-width: 640px) {
    .pre-order-step__item {
        flex-direction: row;
        align-items: stretch;
    }
}

.pre-order-step__item-media {
    flex-shrink: 0;
    background: #f3f4f6;
}

@media (min-width: 640px) {
    .pre-order-step__item-media {
        width: 11.5rem;
    }
}

@media (min-width: 1024px) {
    .pre-order-step__item-media {
        width: 13rem;
    }
}

.pre-order-step__item-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 10.5rem;
    object-fit: cover;
}

@media (min-width: 640px) {
    .pre-order-step__item-image {
        min-height: 100%;
    }
}

.pre-order-step__item-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    min-width: 0;
    padding: 1.125rem 1.25rem;
}

@media (min-width: 768px) {
    .pre-order-step__item-body {
        padding: 1.25rem 1.5rem;
    }
}

.pre-order-step__item-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f3f4f6;
}

.pre-order-step__item-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.625rem;
}

.pre-order-step__qty {
    display: inline-flex;
    align-items: center;
    gap: 0.125rem;
    padding: 0.125rem 0.25rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.625rem;
    background: #f9fafb;
}

.pre-order-step__qty-value {
    min-width: 1.75rem;
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: #111827;
}

.pre-order-step__cart-panel {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    border: 1px solid #f3f4f6;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 4px 18px rgba(17, 24, 39, 0.06);
}

@media (min-width: 768px) {
    .pre-order-step__cart-panel {
        padding: 1.5rem;
    }
}

.pre-order-step__cart-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 1.25rem;
    padding: 2rem 1rem;
    border: 1px dashed #e5e7eb;
    border-radius: 0.875rem;
    background: #fafafa;
}

.pre-order-step__cart-lines {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 14rem;
    overflow-y: auto;
}

.pre-order-step__cart-line {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.5rem 0.75rem;
    align-items: start;
    padding: 0.625rem 0.75rem;
    border-radius: 0.625rem;
    background: #f9fafb;
    font-size: 0.875rem;
}

.pre-order-step__cart-line-qty {
    font-weight: 700;
    color: #ea580c;
    font-variant-numeric: tabular-nums;
}

.pre-order-step__cart-line-name {
    color: #374151;
    line-height: 1.4;
}

.pre-order-step__cart-line-total {
    font-weight: 600;
    color: #111827;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.pre-order-step__cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}

.pre-order-step__cart-actions {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 1.25rem;
}

.restaurant-profile-photo {
    background: #e5e7eb;
}

/* Restaurant profile — Dining Styles tab */
.restaurant-profile-dining-styles-panel {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

.restaurant-profile-dining-styles {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.restaurant-profile-dining-styles__tab-heading {
    display: block;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.restaurant-profile-dining-styles__tab-title,
.restaurant-profile-dining-styles__tab-description {
    display: block;
    margin: 0;
}

.restaurant-profile-dining-styles__cards {
    width: 100%;
}

.restaurant-profile-dining-styles__empty {
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

.restaurant-profile-dining-style-card {
    box-shadow: 0 8px 28px rgba(17, 24, 39, 0.06);
}

.restaurant-profile-dining-style-card__layout {
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .restaurant-profile-dining-style-card__layout {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    }
}

.restaurant-profile-dining-style-card__gallery {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding: 0.875rem;
    background: #fafafa;
    border-bottom: 1px solid #f3f4f6;
}

@media (min-width: 768px) {
    .restaurant-profile-dining-style-card__gallery {
        border-bottom: none;
        border-right: 1px solid #f3f4f6;
    }
}

.restaurant-profile-dining-style-card__gallery--placeholder {
    min-height: 220px;
    align-items: center;
    justify-content: center;
}

.restaurant-profile-dining-style-card__hero {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 0.875rem;
    aspect-ratio: 16 / 10;
    background: #e5e7eb;
}

.restaurant-profile-dining-style-card__hero-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.restaurant-profile-dining-style-card:hover .restaurant-profile-dining-style-card__hero-img {
    transform: scale(1.02);
}

.restaurant-profile-dining-style-card__primary-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(17, 24, 39, 0.72);
    backdrop-filter: blur(4px);
}

.restaurant-profile-dining-style-card__thumbs {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.125rem;
    scrollbar-width: thin;
}

.restaurant-profile-dining-style-card__thumb {
    flex: 0 0 4.25rem;
    height: 3.25rem;
    overflow: hidden;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    padding: 0;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.restaurant-profile-dining-style-card__thumb:hover {
    border-color: #fed7aa;
}

.restaurant-profile-dining-style-card__thumb--active {
    border-color: #ea580c;
    box-shadow: 0 0 0 2px rgba(234, 88, 12, 0.2);
}

.restaurant-profile-dining-style-card__body {
    padding: 1.25rem 1.375rem 1.5rem;
}

@media (min-width: 768px) {
    .restaurant-profile-dining-style-card__body {
        padding: 1.5rem 1.625rem;
    }
}

.restaurant-profile-dining-style-card__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem 1rem;
}

.restaurant-profile-dining-style-card__capacity {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #9a3412;
    background: #ffedd5;
    border: 1px solid #fed7aa;
    white-space: nowrap;
}

.restaurant-profile-dining-style-card__capacity--override {
    color: #1d4ed8;
    background: #eff6ff;
    border-color: #bfdbfe;
}

.restaurant-profile-dining-style-card__capacity--override .mud-icon-root {
    color: #2563eb !important;
}

.restaurant-profile-dining-style-card__override {
    border-radius: 0.625rem !important;
}

.restaurant-profile-dining-style-card__description {
    white-space: pre-line;
}

.restaurant-profile-cart {
    min-height: 220px;
}

/* Booking selector — available time chips */
.booking-slot-grid {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0.5rem;
    max-height: 10.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.225rem 0.25rem 0.125rem 0;
    scrollbar-gutter: stable;
}

.booking-slot-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 4.5rem;
    height: 2.25rem;
    padding: 0 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #fff;
    color: #374151;
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
}

.booking-slot-chip:hover:not(.booking-slot-chip--selected) {
    border-color: #6366f1;
    background: #f9fafb;
}

.booking-slot-chip:focus-visible {
    outline: 2px solid #6366f1;
    outline-offset: 2px;
}

.booking-slot-chip--selected {
    border-color: #6366f1;
    background: #6366f1;
    color: #fff;
    box-shadow: 0 1px 3px rgba(99, 102, 241, 0.35);
}

.booking-slot-chip--selected:hover {
    background: #4f46e5;
    border-color: #4f46e5;
}

.booking-slot-chip--recommended:not(.booking-slot-chip--selected) {
    border-color: #c4b5fd;
    background: #faf5ff;
}

.booking-slot-chip__time {
    white-space: nowrap;
}

.booking-slot-chip__badge {
    position: absolute;
    top: -0.3rem;
    right: -0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 9999px;
    background: #7c3aed;
    color: #fff;
    font-size: 0.5rem;
    line-height: 1;
    pointer-events: none;
}

.booking-slot-chip--selected .booking-slot-chip__badge {
    background: #fff;
    color: #6366f1;
    box-shadow: 0 0 0 1px #6366f1;
}

.booking-slot-legend {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    margin: 0.5rem 0 0;
    font-size: 0.75rem;
    line-height: 1.25;
    color: #6b7280;
}

.booking-slot-legend__star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 9999px;
    background: #7c3aed;
    color: #fff;
    font-size: 0.5rem;
    line-height: 1;
}

/* Restaurant profile — Overview tab */
.restaurant-profile-overview__highlights {
    margin-top: 0.25rem;
}

.restaurant-profile-overview__stat {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 1rem 1.125rem;
    border-radius: 0.875rem;
    border: 1px solid #f3f4f6;
    background: #fff;
}

.restaurant-profile-overview__stat-icon {
    flex-shrink: 0;
    margin-top: 0.125rem;
    font-size: 1.5rem !important;
}

.restaurant-profile-overview__stat-label {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
}

.restaurant-profile-overview__stat-value {
    margin: 0.125rem 0 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
}

.restaurant-profile-overview__stat-meta {
    margin: 0.25rem 0 0;
    font-size: 0.8125rem;
    color: #6b7280;
}

.restaurant-profile-overview__status--open {
    border-color: #a7f3d0;
    background: linear-gradient(135deg, #ecfdf5 0%, #fff 55%);
}

.restaurant-profile-overview__status--open .restaurant-profile-overview__stat-icon {
    color: #059669 !important;
}

.restaurant-profile-overview__status--closed {
    border-color: #fecaca;
    background: linear-gradient(135deg, #fef2f2 0%, #fff 55%);
}

.restaurant-profile-overview__status--closed .restaurant-profile-overview__stat-icon {
    color: #dc2626 !important;
}

.restaurant-profile-overview__status--unknown {
    border-color: #e5e7eb;
    background: #fafafa;
}

.restaurant-profile-overview__status--unknown .restaurant-profile-overview__stat-icon {
    color: #6b7280 !important;
}

.restaurant-profile-overview__stat--rating .restaurant-profile-overview__stat-icon {
    color: #f59e0b !important;
}

.restaurant-profile-overview__stat--cuisine .restaurant-profile-overview__stat-icon {
    color: #ea580c !important;
}

.restaurant-profile-overview__stat--directions .restaurant-profile-overview__stat-icon {
    color: #ef4444 !important;
}

.restaurant-profile-overview__directions-btn {
    text-transform: none !important;
    font-weight: 600 !important;
}

.restaurant-profile-overview__card {
    padding: 1.25rem 1.375rem;
    border-radius: 0.875rem;
    border: 1px solid #f3f4f6;
    background: #fff;
}

@media (min-width: 768px) {
    .restaurant-profile-overview__card {
        padding: 1.375rem 1.5rem;
    }
}

.restaurant-profile-overview__card-head {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
}

.restaurant-profile-overview__card-icon {
    color: #ea580c !important;
    font-size: 1.375rem !important;
}

.restaurant-profile-overview__about {
    white-space: pre-line;
}

.restaurant-profile-overview__establishment {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #374151;
    letter-spacing: 0.01em;
}

.restaurant-profile-overview__section-label {
    margin: 0 0 0.625rem;
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af !important;
}

.restaurant-profile-overview__feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

@media (min-width: 640px) {
    .restaurant-profile-overview__feature-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.restaurant-profile-overview__feature-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    color: #374151;
}

.restaurant-profile-overview__tag {
    display: inline-flex;
    align-items: center;
    padding: 0.3125rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.4;
}

.restaurant-profile-overview__tag--cuisine {
    color: #9a3412;
    background: #ffedd5;
    border: 1px solid #fed7aa;
}

.restaurant-profile-overview__tag--style {
    color: #374151;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.restaurant-profile-overview__address {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #374151;
}

.restaurant-profile-overview__postcode {
    margin-top: 0.25rem;
    font-weight: 600;
    color: #111827;
}

.restaurant-profile-overview__hours {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.restaurant-profile-overview__hours-row {
    display: grid;
    grid-template-columns: minmax(5.5rem, 6.5rem) 1fr;
    gap: 0.75rem 1rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
}

.restaurant-profile-overview__hours-row--today {
    background: #fff7ed;
    box-shadow: inset 0 0 0 1px #fed7aa;
}

.restaurant-profile-overview__hours-day {
    font-weight: 700;
    color: #111827;
}

.restaurant-profile-overview__hours-today {
    display: inline-block;
    margin-left: 0.375rem;
    padding: 0.0625rem 0.4375rem;
    border-radius: 0.25rem;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    vertical-align: middle;
    color: #9a3412;
    background: #ffedd5;
}

.restaurant-profile-overview__hours-slots {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: right;
}

.restaurant-profile-overview__hours-slot {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
    gap: 0.25rem 0.5rem;
}

.restaurant-profile-overview__hours-service {
    font-size: 0.75rem;
    font-weight: 600;
    color: #9ca3af;
}

@media (max-width: 400px) {
    .restaurant-profile-overview__hours-row {
        grid-template-columns: 1fr;
    }

    .restaurant-profile-overview__hours-slots {
        text-align: left;
    }

    .restaurant-profile-overview__hours-slot {
        justify-content: flex-start;
    }
}

/* Restaurant profile — Reviews tab */
.restaurant-profile-reviews-panel {
    display: flex !important;
    flex-direction: column !important;
}

.restaurant-profile-reviews {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
}

.restaurant-profile-reviews__tab-heading {
    display: block;
}

.restaurant-profile-reviews__tab-title,
.restaurant-profile-reviews__tab-description {
    display: block;
    margin: 0;
}

.restaurant-profile-reviews__summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    padding: 1rem 1.25rem !important;
    border-radius: 0.875rem;
    border: 1px solid #fde68a;
    background: linear-gradient(135deg, #fffbeb 0%, #fff 70%);
}

.restaurant-profile-reviews__summary-score {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.restaurant-profile-reviews__summary-value {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: #111827;
    letter-spacing: -0.02em;
}

.restaurant-profile-reviews__summary-stars .mud-rating-item {
    color: #f59e0b !important;
}

.restaurant-profile-reviews__summary-meta {
    margin: 0;
    font-size: 0.875rem;
    color: #6b7280;
}

.restaurant-profile-reviews__empty,
.restaurant-profile-reviews__loading {
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

.restaurant-profile-review-card {
    padding: 1.125rem 1.25rem !important;
    border-radius: 0.875rem !important;
    border: 1px solid #f3f4f6 !important;
    background: #fff !important;
    box-shadow: 0 4px 18px rgba(17, 24, 39, 0.04);
}

@media (min-width: 768px) {
    .restaurant-profile-review-card {
        padding: 1.25rem 1.5rem !important;
    }
}

.restaurant-profile-review-card__inner {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.restaurant-profile-review__avatar {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
}

.restaurant-profile-review__avatar--letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
}

.restaurant-profile-review__avatar--amber {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.restaurant-profile-review__avatar--orange {
    background: linear-gradient(135deg, #f97316, #ea580c);
}

.restaurant-profile-review__avatar--rose {
    background: linear-gradient(135deg, #f43f5e, #e11d48);
}

.restaurant-profile-review__avatar--violet {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.restaurant-profile-review__avatar--teal {
    background: linear-gradient(135deg, #14b8a6, #0d9488);
}

.restaurant-profile-review-card__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem 1rem;
}

.restaurant-profile-review-card__rating-row {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.restaurant-profile-review-card__stars .mud-rating-item {
    color: #f59e0b !important;
}

.restaurant-profile-review-card__rating-value {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #6b7280;
}

.restaurant-profile-review-card__comment {
    white-space: pre-line;
}

.restaurant-profile-reviews__more-btn {
    min-width: 10rem;
    text-transform: none !important;
    font-weight: 600 !important;
}

/* Meal Deals tab */
.restaurant-profile-meal-deals-panel {
    min-height: 12rem;
}

.restaurant-profile-meal-deals__tab-heading {
    margin-bottom: 1rem;
}

.restaurant-profile-meal-deals__filter {
    margin-bottom: 0.5rem;
}

.restaurant-profile-meal-deals__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .restaurant-profile-meal-deals__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.restaurant-profile-meal-deal-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.restaurant-profile-meal-deal-card:hover {
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
    transform: translateY(-2px);
}

.restaurant-profile-meal-deal-card__media {
    position: relative;
    margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
}

.restaurant-profile-meal-deal-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.restaurant-profile-meal-deal-card:hover .restaurant-profile-meal-deal-card__img {
    transform: scale(1.04);
}

.restaurant-profile-meal-deal-card__badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.92);
    font-size: 0.75rem;
    font-weight: 600;
    color: #ea580c;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.restaurant-profile-meal-deal-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.restaurant-profile-meal-deal-card__description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.restaurant-profile-meal-deals__more-link {
    text-transform: none !important;
    font-size: 0.9375rem !important;
}

/* Meal deal preview dialog */
.meal-deal-preview-dialog__backdrop {
    background-color: rgba(15, 23, 42, 0.55) !important;
}

.meal-deal-preview-dialog__title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 0.25rem;
}

.meal-deal-preview-dialog__card {
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.meal-deal-preview-dialog__header {
    min-height: 12rem;
}

.meal-deal-preview-dialog__price-chip {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
}

.meal-deal-preview-dialog__body {
    background: #f9fafb;
}

.meal-deal-preview-dialog__group {
    background: #fff;
}

.meal-deal-preview-item {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.meal-deal-preview-item:hover {
    border-color: #d1d5db;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.meal-deal-preview-item--selected {
    border-color: #ea580c;
    background: #fff7ed;
    box-shadow: 0 0 0 1px #ea580c;
}

.meal-deal-preview-item__inner {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem;
    align-items: flex-start;
}

.meal-deal-preview-item__selector {
    padding-top: 0.125rem;
}

.meal-deal-preview-item__radio {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
    border: 2px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meal-deal-preview-item__radio--selected {
    border-color: #ea580c;
    background: #ea580c;
}

.meal-deal-preview-item__radio-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: #fff;
}

.meal-deal-preview-item__title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #111827;
}

.meal-deal-preview-item__title--selected {
    color: #c2410c;
}

.meal-deal-preview-item__price {
    font-size: 0.875rem;
    font-weight: 700;
    color: #111827;
}

.meal-deal-preview-item__description {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #6b7280;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.meal-deal-preview-item__image {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meal-deal-preview-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Account shell (C-07-layout) — MudLayout + drawer + app bar */
.account-shell .account-appbar.mud-appbar {
    height: 4.25rem;
    color: #111827;
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(8px);
}

.account-shell .account-appbar .mud-toolbar {
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (min-width: 640px) {
    .account-shell .account-appbar .mud-toolbar {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.account-appbar__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    gap: 0.375rem;
}

@media (min-width: 768px) {
    .account-appbar__inner {
        grid-template-columns: minmax(2.75rem, 1fr) auto minmax(2.75rem, 1fr);
        gap: 0.5rem;
    }
}

.account-appbar__start {
    display: flex;
    align-items: center;
    justify-self: start;
    flex-shrink: 0;
    min-height: 2.5rem;
}

.account-appbar__center {
    justify-self: stretch;
    min-width: 0;
    overflow: hidden;
    text-align: center;
    padding: 0 0.125rem;
}

@media (min-width: 768px) {
    .account-appbar__center {
        justify-self: center;
        max-width: 20rem;
        padding: 0 0.25rem;
    }
}

.account-appbar__greeting {
    margin: 0;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #6b7280;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 640px) {
    .account-appbar__greeting {
        font-size: 0.6875rem;
        letter-spacing: 0.12em;
    }
}

.account-appbar__name {
    margin: 0.125rem 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3;
    color: #111827;
}

@media (min-width: 640px) {
    .account-appbar__name {
        font-size: 1rem;
    }
}

.account-appbar__end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    flex-shrink: 0;
    gap: 0.25rem;
    min-height: 2.5rem;
    max-width: min(42vw, 9.5rem);
}

@media (min-width: 640px) {
    .account-appbar__end {
        gap: 0.375rem;
        max-width: none;
    }
}

.account-appbar__chips {
    display: none;
    align-items: center;
    gap: 0.375rem;
    min-width: 0;
}

@media (min-width: 768px) {
    .account-appbar__chips {
        display: flex;
    }
}

.account-appbar__chips > * {
    flex-shrink: 0;
}

.account-appbar__signout {
    flex-shrink: 0;
}

.account-appbar__avatar {
    flex-shrink: 0;
}

@media (min-width: 640px) {
    .account-appbar__end {
        gap: 0.5rem;
    }
}

.account-shell .account-main.mud-main-content {
    padding-top: 4.25rem;
}

.account-shell .account-drawer.mud-drawer {
    background-color: #ffffff !important;
    z-index: 1300 !important;
}

.account-shell .account-drawer.mud-drawer--open {
    z-index: 1300 !important;
}

.account-shell .account-appbar.mud-appbar {
    z-index: 1200;
}

.account-shell .account-drawer .mud-drawer-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.account-shell .account-drawer-header.mud-drawer-header {
    min-height: auto;
    padding: 0;
}

.account-shell .account-drawer-header .mud-drawer-header-content {
    width: 100%;
}

.account-shell .mud-drawer-overlay {
    z-index: 1299 !important;
}

/* MudBlazor sets `button { border: 0 }` globally — Tailwind border/color utilities often lose on native buttons and links. */
.account-shell a.account-btn-solid-orange,
.account-shell button.account-btn-solid-orange,
.account-shell .account-btn-solid-orange {
    background-color: #f97316 !important;
    color: #ffffff !important;
    border: 2px solid transparent !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
}

.account-shell a.account-btn-solid-orange:hover,
.account-shell button.account-btn-solid-orange:hover,
.account-shell .account-btn-solid-orange:hover {
    background-color: #ea580c !important;
    color: #ffffff !important;
}

.account-shell a.account-btn-solid-orange i,
.account-shell button.account-btn-solid-orange i,
.account-shell .account-btn-solid-orange i {
    color: #ffffff !important;
}

.account-shell .account-btn-outline-orange {
    border: 2px solid #f97316 !important;
    background-color: #ffffff !important;
    color: #ea580c !important;
    box-sizing: border-box !important;
}

.account-shell .account-btn-outline-orange i {
    color: #ea580c !important;
}

.account-shell .account-btn-outline-orange:hover:not(:disabled) {
    background-color: #fff7ed !important;
}

.account-shell .account-btn-outline-orange:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.account-shell .account-btn-icon-outline {
    border: 2px solid #d1d5db !important;
    background-color: #ffffff !important;
    color: #6b7280 !important;
}

.account-shell .account-btn-icon-outline:hover {
    border-color: #9ca3af !important;
    background-color: #f9fafb !important;
    color: #374151 !important;
}

.account-passport-hero {
    background-image: linear-gradient(135deg, #020617 0%, #0f172a 55%, #111827 100%);
}

.account-passport-privilege {
    background-image:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.12), transparent 42%),
        linear-gradient(160deg, #020617 0%, #0f172a 100%);
}

.account-rewards-hero {
    background-image: linear-gradient(135deg, #c2410c 0%, #ea580c 45%, #f97316 100%);
}

.account-rewards-progress {
    width: 100%;
    height: 0.625rem;
    background-color: #e5e7eb;
    border-radius: 9999px;
    overflow: hidden;
}

.account-rewards-progress__bar {
    height: 100%;
    min-width: 0;
    background-color: #f97316;
    border-radius: 9999px;
    transition: width 0.35s ease;
}

.account-rewards-voucher-amount {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.account-rewards-voucher-subtitle {
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.account-shell .account-rewards-redeem-cta {
    border: none !important;
    background-color: #ffffff !important;
    color: #ea580c !important;
    border-radius: 9999px !important;
    padding: 0.625rem 1.5rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    line-height: 1.25rem !important;
    box-sizing: border-box !important;
    cursor: pointer;
}

.account-shell .account-rewards-redeem-cta:hover:not(:disabled) {
    background-color: #fff7ed !important;
    color: #c2410c !important;
}

.account-shell .account-rewards-redeem-cta:disabled {
    opacity: 0.85;
    cursor: not-allowed;
}

.account-shell .account-btn-outline-rose {
    border: 2px solid #e11d48 !important;
    background-color: #ffffff !important;
    color: #e11d48 !important;
    border-radius: 9999px !important;
    padding: 0.625rem 1rem !important;
    box-sizing: border-box !important;
}

.account-shell .account-btn-outline-rose:hover:not(:disabled) {
    background-color: #fff1f2 !important;
    color: #be123c !important;
}

.account-shell .account-btn-outline-rose:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Activity timeline (C-07) */
.account-activity-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.account-activity-header__title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
}

.account-activity-header__subtitle {
    margin-top: 0.375rem;
    max-width: 36rem;
    font-size: 0.9375rem;
    color: #6b7280;
}

.account-activity-header__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

.account-activity-select {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.account-activity-select__input {
    appearance: none;
    min-width: 9.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #fff;
    padding: 0.625rem 2.25rem 0.625rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
}

.account-activity-select__chevron,
.account-activity-select__filter {
    position: absolute;
    right: 0.75rem;
    pointer-events: none;
    color: #9ca3af;
    font-size: 1rem;
}

.account-activity-select__filter {
    right: 2rem;
}

.account-activity-sort-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #fff;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.account-activity-sort-pill:hover,
.account-activity-sort-pill.is-active {
    border-color: #fdba74;
    background: #fff7ed;
    color: #ea580c;
}

.account-activity-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.account-activity-filter-chip {
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #4b5563;
    transition: all 0.15s ease;
}

.account-activity-filter-chip:hover {
    border-color: #fdba74;
    color: #ea580c;
}

.account-activity-filter-chip.is-active {
    border-color: #f97316;
    background: #f97316;
    color: #fff;
}

.account-activity-timeline {
    position: relative;
    padding-left: 0.25rem;
}

.account-activity-timeline::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    bottom: 0;
    left: 1.125rem;
    width: 2px;
    background: #e5e7eb;
}

.account-activity-month-marker {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin: 1.5rem 0 1rem;
    position: relative;
    z-index: 1;
}

.account-activity-month-marker:first-child {
    margin-top: 0;
}

.account-activity-month-marker__icon {
    display: flex;
    height: 2.25rem;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #f97316;
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 0 0 4px #fff;
}

.account-activity-month-marker__label {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
}

.account-activity-timeline__group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: 3rem;
    margin-bottom: 0.5rem;
}

.account-activity-experience-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
    border: 1px solid #f3f4f6;
    border-radius: 1rem;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

@media (min-width: 640px) {
    .account-activity-experience-card {
        flex-direction: row;
        align-items: stretch;
        padding: 1rem 1.25rem;
    }
}

.account-activity-experience-card__media {
    height: 8.5rem;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0.75rem;
    background: #f3f4f6;
}

@media (min-width: 640px) {
    .account-activity-experience-card__media {
        height: auto;
        width: 11rem;
        min-height: 7.5rem;
    }
}

.account-activity-experience-card__body {
    min-width: 0;
    flex: 1;
}

.account-activity-points-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    background: #fff7ed;
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #ea580c;
    white-space: nowrap;
}

.account-activity-stars {
    display: inline-flex;
    gap: 0.125rem;
    color: #f59e0b;
    font-size: 0.875rem;
}

.account-activity-cuisine-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 0.375rem;
    background: #f3f4f6;
    padding: 0.25rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #4b5563;
}

.account-activity-simple-card {
    border: 1px solid #f3f4f6;
    border-radius: 1rem;
    background: #fff;
    padding: 0.5rem 1rem;
}

.account-activity-load-more {
    border: 2px solid #f97316;
    border-radius: 9999px;
    background: #fff;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #ea580c;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.account-activity-load-more:hover:not(:disabled) {
    background: #fff7ed;
    color: #c2410c;
}

.account-activity-load-more:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.account-profile-card {
    background: #fff;
}

.account-profile-avatar {
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.account-profile-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.account-profile-badge--verified {
    background: #ecfdf5;
    color: #047857;
}

.account-profile-badge--pending {
    background: #fff7ed;
    color: #c2410c;
}

.account-profile-status {
    background-image: linear-gradient(160deg, #020617 0%, #0f172a 55%, #1e293b 100%);
}

.account-profile-status__progress {
    width: 100%;
    height: 0.5rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

.account-profile-status__bar {
    height: 100%;
    border-radius: 9999px;
    background: linear-gradient(90deg, #fbbf24 0%, #f97316 100%);
}

.account-profile-status__cta {
    background: #fff;
    color: #0f172a;
}

.account-profile-status__cta:hover {
    background: #f8fafc;
}

.account-profile-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.75rem;
    padding: 0.875rem 1rem;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.account-profile-link:hover {
    background: #fff7ed;
}

.account-notifications-card {
    background: #fff;
}

.account-notifications-switch .mud-switch-span-mud-primary {
    background-color: #f97316 !important;
}

.account-notifications-promo--app {
    background-image: linear-gradient(135deg, #c2410c 0%, #ea580c 45%, #f97316 100%);
}

.account-notifications-promo--premium {
    background-image: linear-gradient(160deg, #b45309 0%, #d97706 55%, #f59e0b 100%);
}

.account-notifications-promo__btn {
    background: #fff;
    color: #c2410c;
}

.account-notifications-promo__btn:hover:not(:disabled) {
    background: #fff7ed;
}

.account-password-card {
    background: #fff;
}

.account-password-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.account-password-badge--robust,
.account-password-badge--good {
    background: #ecfdf5;
    color: #047857;
}

.account-password-badge--review {
    background: #fff7ed;
    color: #c2410c;
}

.account-password-promo {
    background-image: linear-gradient(160deg, #1f2937 0%, #111827 55%, #0f172a 100%);
    min-height: 10rem;
}

.account-password-strength {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
}

.account-password-strength__segment {
    height: 0.375rem;
    border-radius: 9999px;
    background: #e5e7eb;
}

.account-password-strength__segment--weak {
    background: #ef4444;
}

.account-password-strength__segment--fair {
    background: #f59e0b;
}

.account-password-strength__segment--good {
    background: #84cc16;
}

.account-password-strength__segment--strong {
    background: #10b981;
}

.account-password-info strong {
    color: #111827;
}

.account-deactivate-dialog .mud-dialog-content {
    padding: 0 !important;
}

.account-deactivate-dialog__content {
    overflow: hidden;
    border-radius: 1rem;
}

.account-deactivate-dialog__header {
    display: flex;
    justify-content: center;
    background: #fff1f2;
    padding: 1.5rem 1.5rem 1.25rem;
}

.account-deactivate-dialog__icon {
    display: inline-flex;
    height: 3.5rem;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: #ffe4e6;
    color: #e11d48;
    font-size: 1.75rem;
}

.account-deactivate-dialog__body {
    padding: 1.25rem 1.5rem 0;
    text-align: center;
}

.account-deactivate-dialog__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.account-deactivate-dialog__message {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #4b5563;
}

.account-deactivate-dialog__message strong {
    color: #111827;
}

.account-deactivate-dialog__field {
    margin-top: 1.25rem;
    text-align: left;
}

.account-deactivate-dialog__actions {
    padding: 1.5rem;
}

.account-shell .account-btn-solid-rose {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #e11d48;
    color: #ffffff;
}

.account-shell .account-btn-solid-rose:hover:not(:disabled) {
    background: #be123c;
}

.account-deactivate-dialog__footer {
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
    padding: 0.875rem 1.5rem;
    text-align: center;
    font-size: 0.8125rem;
    color: #6b7280;
}




