@import 'Mito.Cafes.Web.Client.trqgij71f3.bundle.scp.css';
@import '_content/Mito.Cafes.Admin/Mito.Cafes.Admin.sjke1uu41s.bundle.scp.css';

/* /Components/Account/Pages/ChangePassword.razor.rz.scp.css */
.change-password-page[b-va0h9f9kat] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background: linear-gradient( 135deg, var(--cream-light), var(--secondary));
}

.change-password-card[b-va0h9f9kat] {
    width: 100%;
    max-width: 520px;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 45px;
    border: 1px solid rgba(196,150,99,.18);
    box-shadow: 0 20px 60px rgba(29,29,27,.08);
}

    .change-password-card h1[b-va0h9f9kat] {
        color: var(--primary-dark);
        font-weight: 700;
        margin-top: 15px;
        margin-bottom: 10px;
    }

.coffee-icon[b-va0h9f9kat] {
    width: 72px;
    height: 72px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    background: rgba(196,150,99,.12);
    color: var(--primary-dark);
}

.coffee-input[b-va0h9f9kat] {
    height: 54px;
    border-radius: 12px;
    border: 1px solid var(--gray-light);
    transition: .25s;
}

    .coffee-input:focus[b-va0h9f9kat] {
        border-color: var(--primary);
        box-shadow: 0 0 0 .2rem rgba(196,150,99,.18);
    }

.btn-save-password[b-va0h9f9kat] {
    height: 54px;
    border: none;
    border-radius: 12px;
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    transition: .3s;
}

    .btn-save-password:hover[b-va0h9f9kat] {
        background: var(--primary-dark);
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(115,77,34,.25);
    }

.form-label[b-va0h9f9kat] {
    color: var(--dark);
    font-weight: 600;
    margin-bottom: 8px;
}
/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-page[b-y4pvvie6ic] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    background: var(--secondary);
}

.login-banner[b-y4pvvie6ic] {
    background: linear-gradient(rgba(29,29,27,.55),rgba(29,29,27,.55)), url('/img/bg/login-coffee.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-overlay[b-y4pvvie6ic] {
    padding: 60px;
}

.brand-content[b-y4pvvie6ic] {
    color: #fff;
    max-width: 500px;
}

    .brand-content h1[b-y4pvvie6ic] {
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .brand-content p[b-y4pvvie6ic] {
        font-size: 1.15rem;
        line-height: 1.8;
    }

.login-form-area[b-y4pvvie6ic] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.login-card[b-y4pvvie6ic] {
    width: 100%;
    max-width: 470px;
    background: #fff;
    border-radius: 24px;
    padding: 45px;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    border: 1px solid rgba(196,150,99,.15);
}

    .login-card h2[b-y4pvvie6ic] {
        color: var(--primary-dark);
        font-weight: 700;
    }

.coffee-input[b-y4pvvie6ic] {
    height: 54px;
    border-radius: 12px;
    border: 1px solid var(--gray-light);
}

    .coffee-input:focus[b-y4pvvie6ic] {
        border-color: var(--primary);
        box-shadow: 0 0 0 .2rem rgba(196,150,99,.18);
    }

.btn-login[b-y4pvvie6ic] {
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 12px;
    height: 52px;
    font-weight: 600;
    transition: .3s;
}

    .btn-login:hover[b-y4pvvie6ic] {
        background: var(--primary-dark);
    }

.separator[b-y4pvvie6ic] {
    display: flex;
    align-items: center;
    margin: 28px 0;
}

    .separator[b-y4pvvie6ic]::before,
    .separator[b-y4pvvie6ic]::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #ddd;
    }

    .separator span[b-y4pvvie6ic] {
        margin: 0 15px;
        color: var(--gray-light);
    }

.btn-passkey[b-y4pvvie6ic] {
    width: 100%;
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary-dark);
    padding: 12px;
    border-radius: 12px;
    transition: .3s;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

    .btn-passkey:hover[b-y4pvvie6ic] {
        background: var(--primary);
        color: white;
    }

.login-links[b-y4pvvie6ic] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    margin-top: 35px;
}

    .login-links a[b-y4pvvie6ic] {
        color: var(--primary-dark);
        text-decoration: none;
        font-weight: 500;
    }

        .login-links a:hover[b-y4pvvie6ic] {
            color: var(--primary);
        }

.remember[b-y4pvvie6ic] {
    display: flex;
    align-items: center;
    color: var(--gray);
}

@media(max-width:992px) {

    .login-page[b-y4pvvie6ic] {
        grid-template-columns: 1fr;
    }

    .login-banner[b-y4pvvie6ic] {
        display: none;
    }

    .login-form-area[b-y4pvvie6ic] {
        padding: 20px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-g2f8jw1owm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-g2f8jw1owm] {
    flex: 1;
}

.sidebar[b-g2f8jw1owm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-g2f8jw1owm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-g2f8jw1owm]  a, .top-row[b-g2f8jw1owm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-g2f8jw1owm]  a:hover, .top-row[b-g2f8jw1owm]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-g2f8jw1owm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-g2f8jw1owm] {
        justify-content: space-between;
    }

    .top-row[b-g2f8jw1owm]  a, .top-row[b-g2f8jw1owm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-g2f8jw1owm] {
        flex-direction: row;
    }

    .sidebar[b-g2f8jw1owm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-g2f8jw1owm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-g2f8jw1owm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-g2f8jw1owm], article[b-g2f8jw1owm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-g2f8jw1owm] {
    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[b-g2f8jw1owm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ty57xy2vj7],
.components-reconnect-repeated-attempt-visible[b-ty57xy2vj7],
.components-reconnect-failed-visible[b-ty57xy2vj7],
.components-pause-visible[b-ty57xy2vj7],
.components-resume-failed-visible[b-ty57xy2vj7],
.components-rejoining-animation[b-ty57xy2vj7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ty57xy2vj7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ty57xy2vj7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ty57xy2vj7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ty57xy2vj7],
#components-reconnect-modal.components-reconnect-retrying[b-ty57xy2vj7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ty57xy2vj7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ty57xy2vj7],
#components-reconnect-modal.components-reconnect-failed[b-ty57xy2vj7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ty57xy2vj7] {
    display: block;
}


#components-reconnect-modal[b-ty57xy2vj7] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ty57xy2vj7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ty57xy2vj7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ty57xy2vj7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ty57xy2vj7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ty57xy2vj7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ty57xy2vj7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ty57xy2vj7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ty57xy2vj7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ty57xy2vj7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ty57xy2vj7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ty57xy2vj7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ty57xy2vj7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ty57xy2vj7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ty57xy2vj7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ty57xy2vj7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ty57xy2vj7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ty57xy2vj7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ty57xy2vj7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-container[b-sb0ycvyj19] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, var(--cream-light), var(--secondary));
    padding: 2rem;
}

.not-found-content[b-sb0ycvyj19] {
    max-width: 650px;
    text-align: center;
    background: var(--bg-light);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(196,150,99,.2);
    border-radius: 24px;
    padding: 3.5rem;
    box-shadow: 0 20px 60px rgba(29,29,27,.08);
}

.coffee-icon[b-sb0ycvyj19] {
    font-size: 4rem;
    display: block;
    margin-bottom: 1rem;
}

.not-found-content h1[b-sb0ycvyj19] {
    font-size: 6rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin: 0;
    line-height: 1;
}

.not-found-content h2[b-sb0ycvyj19] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: var(--dark);
    font-size: 2rem;
}

.not-found-content p[b-sb0ycvyj19] {
    color: var(--gray);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.btn-home[b-sb0ycvyj19] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .95rem 2.2rem;
    border-radius: 999px;
    background: var(--primary);
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: .25s;
}

    .btn-home:hover[b-sb0ycvyj19] {
        background: var(--primary-dark);
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(115,77,34,.25);
    }
