/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-hpufjbr4zs] {
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: 28px 18px calc(28px + env(safe-area-inset-bottom));
    background: radial-gradient(circle at 20% 0%, #ebe9ff 0, transparent 36%), var(--app-background);
}

.auth-content[b-hpufjbr4zs] {
    width: 100%;
    max-width: 420px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-9o7e7kz9xt] {
    min-height: 100dvh;

    background: var(--background, #f7f8fc);

    color: var(--text-primary, #252833);
}

/* =========================
   HEADER
   ========================= */

.app-header[b-9o7e7kz9xt] {
    position: sticky;
    top: 0;

    z-index: 900;

    padding: calc(12px + env(safe-area-inset-top)) 18px 12px;

    background: rgba(247, 248, 252, 0.82);

    border-bottom: 1px solid rgba(0, 0, 0, 0.035);

    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
}

.header-content[b-9o7e7kz9xt] {
    width: 100%;
    max-width: 560px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* =========================
   HEADER TEXT
   ========================= */

.header-info[b-9o7e7kz9xt] {
    min-width: 0;
}

.header-greeting[b-9o7e7kz9xt] {
    margin-bottom: 2px;

    font-size: 12px;
    line-height: 16px;

    font-weight: 500;

    color: var(--text-secondary, #8b9099);

    letter-spacing: -0.1px;
}

.header-title[b-9o7e7kz9xt] {
    font-size: 24px;
    line-height: 29px;

    font-weight: 750;

    letter-spacing: -0.7px;

    color: var(--text-primary, #252833);
}

/* =========================
   SETTINGS BUTTON
   ========================= */

.header-button[b-9o7e7kz9xt] {
    flex: 0 0 auto;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: 16px;

    color: var(--text-primary, #252833);

    background: rgba(255, 255, 255, 0.82);

    border: 1px solid rgba(0, 0, 0, 0.045);
    border-radius: 14px;

    text-decoration: none;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);

    -webkit-tap-highlight-color: transparent;

    transition: transform 0.15s ease,
    background 0.15s ease,
    box-shadow 0.15s ease;
}

.header-button svg[b-9o7e7kz9xt] {
    width: 20px;
    height: 20px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-button:active[b-9o7e7kz9xt] {
    transform: scale(0.92);

    background: rgba(0, 0, 0, 0.045);

    box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {

    .header-button:hover[b-9o7e7kz9xt] {
        background: rgba(255, 255, 255, 1);

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07);
    }

}

/* =========================
   CONTENT
   ========================= */

.app-content[b-9o7e7kz9xt] {
    width: 100%;
    max-width: 560px;

    margin: 0 auto;

    padding: 18px 16px 110px;
}

/* =========================
   SMALL PHONES
   ========================= */

@media (max-width: 360px) {

    .app-header[b-9o7e7kz9xt] {
        padding-left: 14px;
        padding-right: 14px;
    }

    .header-title[b-9o7e7kz9xt] {
        font-size: 22px;
    }

    .header-button[b-9o7e7kz9xt] {
        width: 40px;
        height: 40px;
    }

    .app-content[b-9o7e7kz9xt] {
        padding-left: 12px;
        padding-right: 12px;
    }

}

/* =========================
   DESKTOP
   ========================= */

@media (min-width: 601px) {

    .app-shell[b-9o7e7kz9xt] {
        max-width: 600px;
        margin: 0 auto;

        min-height: 100dvh;

        background: var(--background, #f7f8fc);
    }

    .app-header[b-9o7e7kz9xt] {
        padding-left: 20px;
        padding-right: 20px;
    }

}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9m17wfavmv] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-9m17wfavmv] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-9m17wfavmv] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-9m17wfavmv] {
    font-size: 1.1rem;
}

.bi[b-9m17wfavmv] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-9m17wfavmv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-9m17wfavmv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-9m17wfavmv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-9m17wfavmv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-9m17wfavmv] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-9m17wfavmv] {
    padding-bottom: 1rem;
}

.nav-item[b-9m17wfavmv]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-9m17wfavmv]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-item[b-9m17wfavmv]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-scrollable[b-9m17wfavmv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9m17wfavmv] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9m17wfavmv] {
        display: none;
    }

    .nav-scrollable[b-9m17wfavmv] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4muozxbk6s],
.components-reconnect-repeated-attempt-visible[b-4muozxbk6s],
.components-reconnect-failed-visible[b-4muozxbk6s],
.components-pause-visible[b-4muozxbk6s],
.components-resume-failed-visible[b-4muozxbk6s],
.components-rejoining-animation[b-4muozxbk6s] {
    display: none;
}

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


#components-reconnect-modal[b-4muozxbk6s] {
    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-4muozxbk6s 0.5s both;

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-4muozxbk6s {
    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/AiAssistant.razor.rz.scp.css */
.assistant-page[b-aptitjdiqk] {
    max-width: 600px;
    margin: 0 auto;
    padding: 8px 16px calc(90px + env(safe-area-inset-bottom));
}

.assistant-header[b-aptitjdiqk] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.assistant-header-icon[b-aptitjdiqk],
.answer-icon[b-aptitjdiqk] {
    display: grid;
    place-items: center;
    color: var(--primary);
    background: #efedff;
}

.assistant-header-icon[b-aptitjdiqk] {
    width: 45px;
    height: 45px;
    border-radius: 15px;
    font-size: 23px;
}

.assistant-header h1[b-aptitjdiqk],
.assistant-header p[b-aptitjdiqk],
.assistant-intro h2[b-aptitjdiqk],
.assistant-intro p[b-aptitjdiqk],
.assistant-empty-card h2[b-aptitjdiqk],
.assistant-empty-card p[b-aptitjdiqk],
.answer-summary[b-aptitjdiqk],
.recommendation-item h3[b-aptitjdiqk],
.recommendation-item p[b-aptitjdiqk],
.assistant-disclaimer[b-aptitjdiqk] {
    margin: 0;
}

.assistant-header h1[b-aptitjdiqk] {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -.4px;
}

.assistant-header p[b-aptitjdiqk],
.assistant-intro p[b-aptitjdiqk],
.assistant-empty-card p[b-aptitjdiqk],
.recommendation-item p[b-aptitjdiqk],
.assistant-disclaimer[b-aptitjdiqk] {
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.45;
}

.assistant-header p[b-aptitjdiqk] {
    margin-top: 2px;
}

.assistant-intro[b-aptitjdiqk],
.assistant-empty-card[b-aptitjdiqk],
.assistant-loading[b-aptitjdiqk] {
    margin-top: 18px;
    padding: 21px 20px;
    border-radius: 22px;
    background: linear-gradient(145deg, #efedff, #fafaff);
    box-shadow: var(--shadow-small);
}

.assistant-status[b-aptitjdiqk] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #5b55d8;
    font-size: 11px;
    font-weight: 700;
}

.assistant-status i[b-aptitjdiqk] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7ccf9e;
    box-shadow: 0 0 0 4px rgba(124, 207, 158, .16);
}

.assistant-intro h2[b-aptitjdiqk],
.assistant-empty-card h2[b-aptitjdiqk] {
    margin-top: 10px;
    font-size: 19px;
    font-weight: 780;
}

.assistant-intro p[b-aptitjdiqk] {
    margin-top: 6px;
}

.assistant-loading[b-aptitjdiqk] {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.assistant-loading h2[b-aptitjdiqk] {
    margin: 18px 0 0;
    font-size: 19px;
    font-weight: 780;
}

.assistant-loading p[b-aptitjdiqk] {
    margin: 6px 0 0;
    color: var(--text-secondary);
    font-size: 13px;
}

.star-loader[b-aptitjdiqk] {
    width: 110px;
    height: 58px;
    position: relative;
}

.star-loader span[b-aptitjdiqk] {
    position: absolute;
    top: 50%;
    color: var(--primary);
    font-size: 26px;
    line-height: 1;
    opacity: .25;
    animation: star-twinkle-b-aptitjdiqk 1.5s ease-in-out infinite;
}

.star-loader span:nth-child(1)[b-aptitjdiqk] {
    left: 0;
    margin-top: -4px;
    animation-delay: -.9s;
}

.star-loader span:nth-child(2)[b-aptitjdiqk] {
    left: 21px;
    margin-top: -25px;
    font-size: 16px;
    animation-delay: -.6s;
}

.star-loader span:nth-child(3)[b-aptitjdiqk] {
    left: 42px;
    margin-top: -8px;
    font-size: 32px;
    animation-delay: -.3s;
}

.star-loader span:nth-child(4)[b-aptitjdiqk] {
    right: 20px;
    margin-top: -27px;
    font-size: 15px;
    animation-delay: 0s;
}

.star-loader span:nth-child(5)[b-aptitjdiqk] {
    right: 0;
    margin-top: 0;
    font-size: 22px;
    animation-delay: .3s;
}

.quick-questions[b-aptitjdiqk] {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.quick-questions button[b-aptitjdiqk] {
    padding: 14px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 16px;
    color: var(--text-primary);
    background: var(--card-background);
    box-shadow: var(--shadow-small);
    font-size: 13px;
    font-weight: 650;
    text-align: left;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}

.quick-questions button span[b-aptitjdiqk] {
    color: var(--primary);
    font-size: 17px;
}

.quick-questions button:active[b-aptitjdiqk] {
    transform: scale(.985);
}

.quick-questions button:disabled[b-aptitjdiqk] {
    cursor: wait;
    opacity: .65;
}

.question-card[b-aptitjdiqk],
.answer-card[b-aptitjdiqk] {
    margin-top: 14px;
    padding: 17px;
    background: var(--card-background);
    border-radius: 21px;
    box-shadow: var(--shadow-small);
}

.question-card label[b-aptitjdiqk] {
    display: block;
    margin-bottom: 8px;
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 700;
}

.question-card textarea[b-aptitjdiqk] {
    width: 100%;
    min-height: 86px;
    padding: 12px 13px;
    resize: vertical;
    border: 1px solid var(--border);
    border-radius: 14px;
    outline: none;
    color: var(--text-primary);
    background: #fbfbfd;
    font-size: 13px;
    line-height: 1.4;
}

.question-card textarea:focus[b-aptitjdiqk] {
    border-color: #aaa5ff;
    box-shadow: 0 0 0 3px rgba(108, 99, 255, .11);
}

.question-card textarea[b-aptitjdiqk]::placeholder {
    color: #a7a8b2;
}

.assistant-primary-button[b-aptitjdiqk] {
    width: 100%;
    min-height: 51px;
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    background: var(--primary);
    box-shadow: 0 8px 18px rgba(108, 99, 255, .25);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.assistant-primary-button:active[b-aptitjdiqk] {
    transform: scale(.98);
}

.assistant-primary-button:disabled[b-aptitjdiqk] {
    opacity: .7;
    cursor: wait;
}

.button-spinner[b-aptitjdiqk] {
    width: 15px;
    height: 15px;
    border: 2px solid rgba(255, 255, 255, .45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: assistant-spin-b-aptitjdiqk .7s linear infinite;
}

.assistant-alert[b-aptitjdiqk] {
    margin-top: 14px;
    padding: 13px 15px;
    border-radius: 15px;
    color: #885e22;
    background: #fff6dc;
    font-size: 13px;
    line-height: 1.4;
}

.answer-card[b-aptitjdiqk] {
    border: 1px solid #e9e7ff;
    background: linear-gradient(145deg, #fff, #f8f7ff);
}

.answer-card-header[b-aptitjdiqk],
.assistant-section-header[b-aptitjdiqk] {
    display: flex;
    align-items: center;
}

.answer-card-header[b-aptitjdiqk] {
    gap: 8px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 750;
}

.answer-icon[b-aptitjdiqk] {
    width: 27px;
    height: 27px;
    border-radius: 9px;
    font-size: 14px;
}

.confidence[b-aptitjdiqk] {
    margin-left: auto;
    padding: 4px 7px;
    border-radius: 7px;
    color: #479568;
    background: #eaf8ef;
    font-size: 9px;
}

.answer-summary[b-aptitjdiqk] {
    margin-top: 14px;
    color: var(--text-primary);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.assistant-section[b-aptitjdiqk] {
    margin-top: 23px;
}

.assistant-section-header[b-aptitjdiqk] {
    gap: 7px;
    margin-bottom: 10px;
    color: var(--primary);
}

.assistant-section-header h2[b-aptitjdiqk] {
    margin: 0;
    color: var(--text-primary);
    font-size: 17px;
    font-weight: 750;
}

.observation-list[b-aptitjdiqk],
.recommendation-list[b-aptitjdiqk] {
    display: grid;
    gap: 8px;
}

.observation-item[b-aptitjdiqk],
.recommendation-item[b-aptitjdiqk] {
    padding: 14px 15px;
    border-radius: 17px;
    background: var(--card-background);
    box-shadow: var(--shadow-small);
    color: var(--text-primary);
    font-size: 13px;
    line-height: 1.45;
}

.observation-item[b-aptitjdiqk] {
    padding-left: 31px;
    position: relative;
}

.observation-item[b-aptitjdiqk]::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a49fff;
}

.recommendation-item[b-aptitjdiqk] {
    background: #f4f2ff;
}

.recommendation-item h3[b-aptitjdiqk] {
    font-size: 13px;
    font-weight: 750;
}

.recommendation-item p[b-aptitjdiqk] {
    margin-top: 5px;
    font-size: 12px;
}

.assistant-disclaimer[b-aptitjdiqk] {
    margin: 16px 4px 0;
    font-size: 11px;
}

.assistant-empty-card[b-aptitjdiqk] {
    text-align: center;
    padding: 29px 20px;
}

.assistant-empty-icon[b-aptitjdiqk] {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow-small);
    font-size: 29px;
}

.assistant-empty-card p[b-aptitjdiqk] {
    max-width: 285px;
    margin: 7px auto 0;
}

.assistant-empty-card .assistant-primary-button[b-aptitjdiqk] {
    margin-top: 20px;
}

@keyframes assistant-spin-b-aptitjdiqk {
    to {
        transform: rotate(360deg);
    }
}

.assistant-history[b-aptitjdiqk] {
    padding-bottom: 4px;
}

.history-list[b-aptitjdiqk] {
    display: grid;
    gap: 8px;
}

.history-item[b-aptitjdiqk] {
    width: 100%;
    padding: 13px;
    display: flex;
    align-items: center;
    gap: 11px;
    border: 0;
    border-radius: 17px;
    color: var(--text-primary);
    background: var(--card-background);
    box-shadow: var(--shadow-small);
    text-align: left;
    cursor: pointer;
}

.history-item:active[b-aptitjdiqk] {
    transform: scale(.985);
}

.history-item-icon[b-aptitjdiqk] {
    width: 37px;
    height: 37px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 12px;
    color: var(--primary);
    background: #efedff;
    font-size: 18px;
}

.history-item-content[b-aptitjdiqk] {
    min-width: 0;
    flex: 1;
    display: grid;
    gap: 3px;
}

.history-item-content strong[b-aptitjdiqk] {
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.history-item-content small[b-aptitjdiqk] {
    color: var(--text-secondary);
    font-size: 10px;
}

.history-item-arrow[b-aptitjdiqk] {
    color: #b2b2bd;
    font-size: 26px;
    line-height: 1;
}

.history-more[b-aptitjdiqk] {
    width: 100%;
    margin-top: 10px;
    padding: 11px;
    border: 0;
    color: var(--primary);
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.history-pagination[b-aptitjdiqk] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
    color: var(--text-secondary);
    font-size: 12px;
}

.history-pagination button[b-aptitjdiqk] {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 11px;
    color: var(--primary);
    background: #efedff;
    font-size: 23px;
    line-height: 1;
    cursor: pointer;
}

.history-pagination button:disabled[b-aptitjdiqk] {
    color: #b8b6d2;
    background: #f3f2f8;
    cursor: default;
}

.assistant-modal-overlay[b-aptitjdiqk] {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    padding-bottom: max(16px, env(safe-area-inset-bottom));
    background: rgba(20, 20, 35, .48);
    backdrop-filter: blur(7px);
}

.assistant-modal[b-aptitjdiqk] {
    width: min(600px, 100%);
    max-height: min(82dvh, 720px);
    padding: 20px 16px 24px;
    overflow-y: auto;
    border-radius: 25px;
    background: var(--app-background);
    box-shadow: 0 20px 50px rgba(20, 20, 35, .25);
}

.assistant-modal-header[b-aptitjdiqk] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.assistant-modal-header > div[b-aptitjdiqk] {
    min-width: 0;
    flex: 1;
}

.assistant-modal-header span[b-aptitjdiqk], .assistant-modal-header small[b-aptitjdiqk] {
    color: var(--text-secondary);
    font-size: 11px;
}

.assistant-modal-header h2[b-aptitjdiqk] {
    margin: 4px 0 2px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 780;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.assistant-modal-close[b-aptitjdiqk] {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    border: 0;
    border-radius: 12px;
    color: var(--text-secondary);
    background: var(--card-background);
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.modal-answer-card[b-aptitjdiqk] {
    margin-top: 18px;
}

@keyframes star-twinkle-b-aptitjdiqk {
    0%, 100% {
        transform: translateY(6px) scale(.72) rotate(-12deg);
        opacity: .22;
    }
    50% {
        transform: translateY(-5px) scale(1.12) rotate(12deg);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .star-loader span[b-aptitjdiqk] {
        animation: none;
        opacity: .8;
    }
}
/* /Components/Pages/History.razor.rz.scp.css */
.history-page[b-mpg86ms3no] {
    max-width: 600px;
    margin: auto;

    padding: 8px 16px calc(90px + env(safe-area-inset-bottom));
}

.page-header[b-mpg86ms3no] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-header h1[b-mpg86ms3no] {
    margin: 0;

    font-size: 29px;
    font-weight: 800;
}

.page-header p[b-mpg86ms3no] {
    margin: 4px 0 0;

    font-size: 13px;

    color: var(--text-secondary);
}

.calendar-button[b-mpg86ms3no] {
    width: 43px;
    height: 43px;

    border: 0;
    border-radius: 14px;

    background: var(--card-background);

    box-shadow: var(--shadow-small);

    font-size: 18px;
}


/* DATE */

.date-selector[b-mpg86ms3no] {
    margin-top: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 9px;

    background: var(--card-background);

    border-radius: 18px;

    box-shadow: var(--shadow-small);
}

.date-selector button[b-mpg86ms3no] {
    width: 40px;
    height: 40px;

    border: 0;

    background: transparent;

    font-size: 24px;

    color: var(--text-secondary);
}

.date-selector div[b-mpg86ms3no] {
    display: flex;
    flex-direction: column;

    align-items: center;
}

.date-selector strong[b-mpg86ms3no] {
    font-size: 14px;
}

.date-selector span[b-mpg86ms3no] {
    margin-top: 2px;

    font-size: 11px;

    color: var(--text-secondary);
}


/* SUMMARY */

.summary[b-mpg86ms3no] {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    margin-top: 13px;

    padding: 16px 8px;

    background: var(--card-background);

    border-radius: 18px;

    box-shadow: var(--shadow-small);
}

.summary div[b-mpg86ms3no] {
    display: flex;
    flex-direction: column;

    align-items: center;

    border-right: 1px solid var(--border);
}

.summary div:last-child[b-mpg86ms3no] {
    border-right: 0;
}

.summary span[b-mpg86ms3no] {
    font-size: 10px;

    color: var(--text-secondary);
}

.summary strong[b-mpg86ms3no] {
    margin-top: 5px;

    font-size: 16px;
}


/* LIST */

.history-list[b-mpg86ms3no] {
    margin-top: 20px;
}

.history-item[b-mpg86ms3no] {
    display: flex;
    align-items: center;

    gap: 12px;

    padding: 15px;

    margin-bottom: 9px;

    background: var(--card-background);

    border-radius: 19px;

    box-shadow: var(--shadow-small);
}

.history-item-clickable[b-mpg86ms3no] {
    cursor: pointer;
}

.history-icon[b-mpg86ms3no] {
    width: 44px;
    height: 44px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f3f0ff;

    border-radius: 14px;

    font-size: 21px;
}

.history-info[b-mpg86ms3no] {
    flex: 1;

    display: flex;
    flex-direction: column;
}

.history-info strong[b-mpg86ms3no] {
    font-size: 13px;
}

.history-info span[b-mpg86ms3no] {
    margin-top: 4px;

    font-size: 11px;

    color: var(--text-secondary);
}

.history-info small[b-mpg86ms3no] {
    margin-top: 5px;
    color: var(--text-secondary);
    font-size: 11px;
    line-height: 1.3;
}

.duration[b-mpg86ms3no] {
    font-size: 12px;

    color: var(--text-secondary);
}

.record-action[b-mpg86ms3no] {
    border: 0;
    border-radius: 10px;
    width: 32px;
    height: 32px;
    background: #f3f0ff;
    color: var(--text-secondary);
    font-size: 17px;
}

.sleep-time-field textarea[b-mpg86ms3no] {
    width: 100%;
    resize: vertical;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #e3e4ea;
    border-radius: 14px;
    background: #f8f8fa;
}

.sleep-time-field + .sleep-time-field[b-mpg86ms3no] {
    margin-top: 16px;
}

.danger-action[b-mpg86ms3no] {
    color: #c53030;
}

.sleep-modal-overlay[b-mpg86ms3no] {
    position: fixed;
    inset: 0;
    z-index: 100000 !important;
    display: flex;
    align-items: flex-end;
    background: rgba(0, 0, 0, .35);
    padding: 0 16px max(16px, env(safe-area-inset-bottom));
    overflow-y: auto;
}

.sleep-modal[b-mpg86ms3no] {
    width: 100%;
    box-sizing: border-box;
    padding: 22px 20px 20px;
    background: #fff;
    border-radius: 24px 24px 0 0;
    max-width: 480px;
    margin: auto;
}

.sleep-modal-header[b-mpg86ms3no] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sleep-modal-title[b-mpg86ms3no] {
    font-size: 21px;
    font-weight: 700;
}

.sleep-modal-subtitle[b-mpg86ms3no] {
    margin-top: 4px;
    color: #8b8e9a;
    font-size: 14px;
}

.sleep-modal-close[b-mpg86ms3no] {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    font-size: 24px;
}

.sleep-time-field[b-mpg86ms3no] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sleep-time-field label[b-mpg86ms3no] {
    color: #6e7180;
    font-size: 13px;
    font-weight: 600;
}

.sleep-time-field input[b-mpg86ms3no] {
    width: 100%;
    box-sizing: border-box;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid #e3e4ea;
    border-radius: 14px;
    background: #f8f8fa;
}

.sleep-modal-actions[b-mpg86ms3no] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

.sleep-modal-cancel[b-mpg86ms3no], .sleep-modal-save[b-mpg86ms3no] {
    min-height: 50px;
    border: 0;
    border-radius: 14px;
    font-weight: 600;
}

.sleep-modal-cancel[b-mpg86ms3no] {
    background: #f2f2f5;
}

.sleep-modal-save[b-mpg86ms3no] {
    background: #7c6ff2;
    color: white;
}

.details-actions[b-mpg86ms3no] {
    grid-template-columns: 1fr 1fr;
}

.comment-preview[b-mpg86ms3no] {
    padding: 14px;
    border-radius: 14px;
    background: #f8f8fa;
}

.comment-preview label[b-mpg86ms3no] {
    color: #6e7180;
    font-size: 13px;
    font-weight: 600;
}

.comment-preview p[b-mpg86ms3no] {
    margin: 8px 0 0;
    white-space: pre-wrap;
    line-height: 1.4;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-t5owc5o4kt] {
    max-width: 600px;
    margin: 0 auto;

    padding: 6px 16px calc(90px + env(safe-area-inset-bottom));
}

.page-loading[b-t5owc5o4kt] {
    min-height: calc(100dvh - 220px);
    display: grid;
    place-items: center;
}

.page-spinner[b-t5owc5o4kt] {
    width: 38px;
    height: 38px;
    border: 3px solid #e5e3ff;
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: page-spin-b-t5owc5o4kt .75s linear infinite;
}

@keyframes page-spin-b-t5owc5o4kt {
    to {
        transform: rotate(360deg);
    }
}


/* BABY */

.baby-card[b-t5owc5o4kt] {
    padding: 14px 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: var(--card-background);

    border-radius: 20px;

    box-shadow: var(--shadow-small);
}

.baby-info[b-t5owc5o4kt] {
    display: flex;
    align-items: center;
    gap: 11px;
}

.baby-avatar[b-t5owc5o4kt] {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f1efff;

    border-radius: 15px;

    font-size: 24px;
}

.baby-label[b-t5owc5o4kt] {
    font-size: 11px;
    color: var(--text-secondary);
}

.baby-name[b-t5owc5o4kt] {
    margin-top: 2px;

    font-size: 16px;
    font-weight: 700;

    color: var(--text-primary);
}

.baby-age[b-t5owc5o4kt] {
    font-size: 12px;
    color: var(--text-secondary);
}

.baby-switch[b-t5owc5o4kt] {
    border: 0;
    background: transparent;
}


/* START */

.start-card[b-t5owc5o4kt] {
    margin-top: 16px;

    padding: 28px 20px;

    text-align: center;

    background: linear-gradient(
            145deg,
            #f1efff,
            #f8f7ff
    );

    border-radius: 26px;

    box-shadow: var(--shadow-card);
}

.start-icon[b-t5owc5o4kt] {
    width: 62px;
    height: 62px;

    margin: 0 auto 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: white;

    border-radius: 21px;

    font-size: 30px;

    box-shadow: var(--shadow-small);
}

.start-title[b-t5owc5o4kt] {
    font-size: 21px;
    font-weight: 750;

    color: var(--text-primary);
}

.start-description[b-t5owc5o4kt] {
    max-width: 280px;

    margin: 7px auto 20px;

    font-size: 13px;
    line-height: 1.45;

    color: var(--text-secondary);
}

.start-button[b-t5owc5o4kt] {
    width: 100%;

    height: 54px;

    border: 0;
    border-radius: 17px;

    background: var(--primary);
    color: white;

    font-size: 15px;
    font-weight: 700;

    box-shadow: 0 8px 18px rgba(108, 99, 255, .25);

    cursor: pointer;

    transition: transform .15s ease,
    opacity .15s ease;
}

.start-button:active[b-t5owc5o4kt] {
    transform: scale(.97);
}

.start-button-icon[b-t5owc5o4kt] {
    margin-right: 7px;
}


/* ACTIVE SLEEP */

.sleep-active-card[b-t5owc5o4kt] {
    margin-top: 16px;

    padding: 28px 20px;

    text-align: center;

    background: linear-gradient(
            145deg,
            #27263b,
            #373451
    );

    color: white;

    border-radius: 26px;

    box-shadow: 0 14px 35px rgba(30, 28, 55, .22);
}

.sleep-status[b-t5owc5o4kt] {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    font-size: 13px;

    color: rgba(255, 255, 255, .75);
}

.sleep-pulse[b-t5owc5o4kt] {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #79e7a1;

    box-shadow: 0 0 0 5px rgba(121, 231, 161, .12);

    animation: pulse-b-t5owc5o4kt 1.8s infinite;
}

@keyframes pulse-b-t5owc5o4kt {

    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.25);
    }
}

.sleep-timer[b-t5owc5o4kt] {
    margin-top: 12px;

    font-size: 48px;
    line-height: 1;

    font-weight: 700;

    font-variant-numeric: tabular-nums;

    letter-spacing: -2px;
}

.sleep-start[b-t5owc5o4kt] {
    margin-top: 10px;

    font-size: 12px;

    color: rgba(255, 255, 255, .55);
}

.stop-button[b-t5owc5o4kt] {
    width: 100%;

    height: 52px;

    margin-top: 24px;

    border: 0;

    border-radius: 16px;

    background: white;

    color: #29283c;

    font-size: 15px;
    font-weight: 700;
}


/* SECTIONS */

.section[b-t5owc5o4kt] {
    margin-top: 25px;
}

.section-header[b-t5owc5o4kt] {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 11px;
}

.section-header h2[b-t5owc5o4kt] {
    margin: 0;

    font-size: 18px;
    font-weight: 750;

    color: var(--text-primary);
}

.section-header a[b-t5owc5o4kt] {
    font-size: 12px;
    font-weight: 600;

    color: var(--primary);

    text-decoration: none;
}


/* STATS */

.stats-grid[b-t5owc5o4kt] {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 9px;
}

.stat-card[b-t5owc5o4kt] {
    min-height: 110px;

    padding: 13px;

    background: var(--card-background);

    border-radius: 18px;

    box-shadow: var(--shadow-small);
}

.stat-icon[b-t5owc5o4kt] {
    font-size: 16px;
    color: var(--primary);
}

.stat-value[b-t5owc5o4kt] {
    margin-top: 10px;

    font-size: 17px;
    font-weight: 750;

    color: var(--text-primary);
}

.stat-label[b-t5owc5o4kt] {
    margin-top: 3px;

    font-size: 10px;

    color: var(--text-secondary);
}


/* LAST SLEEP */

.last-sleep-card[b-t5owc5o4kt] {
    padding: 15px;

    display: flex;
    align-items: center;

    gap: 12px;

    background: var(--card-background);

    border-radius: 19px;

    box-shadow: var(--shadow-small);
}

.last-sleep-icon[b-t5owc5o4kt] {
    width: 45px;
    height: 45px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f4f1ff;

    border-radius: 15px;

    font-size: 22px;
}

.last-sleep-content[b-t5owc5o4kt] {
    flex: 1;
}

.last-sleep-time[b-t5owc5o4kt] {
    font-size: 15px;
    font-weight: 700;

    color: var(--text-primary);
}

.last-sleep-duration[b-t5owc5o4kt] {
    margin-top: 3px;

    font-size: 12px;

    color: var(--text-secondary);
}

.last-sleep-arrow[b-t5owc5o4kt] {
    font-size: 23px;

    color: #b3b3bd;
}


/* SCHEDULE */

.schedule-card[b-t5owc5o4kt] {
    padding: 15px;

    background: var(--card-background);

    border-radius: 19px;

    box-shadow: var(--shadow-small);
}

.schedule-row[b-t5owc5o4kt] {
    display: flex;
    align-items: center;

    gap: 12px;
}

.schedule-icon[b-t5owc5o4kt] {
    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff5d8;

    border-radius: 14px;
}

.schedule-content[b-t5owc5o4kt] {
    flex: 1;
}

.schedule-title[b-t5owc5o4kt] {
    font-size: 12px;

    color: var(--text-secondary);
}

.schedule-value[b-t5owc5o4kt] {
    margin-top: 3px;

    font-size: 15px;
    font-weight: 700;

    color: var(--text-primary);
}

.schedule-status[b-t5owc5o4kt] {
    padding: 5px 8px;

    border-radius: 8px;

    background: #e9f9ef;

    color: #3a9a5f;

    font-size: 9px;
    font-weight: 700;
}

.manual-time-button[b-t5owc5o4kt] {
    margin-top: 12px;
    width: 100%;
    border: 0;
    background: transparent;
    color: #7c6ff2;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

.sleep-modal-overlay[b-t5owc5o4kt] {
    position: fixed;
    inset: 0;
    z-index: 100000 !important;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    background: rgba(15, 18, 30, 0.45);
    backdrop-filter: blur(8px);

    padding: 0 16px max(16px, env(safe-area-inset-bottom));

    overflow-y: auto;
    overscroll-behavior: contain;
}

.sleep-modal[b-t5owc5o4kt] {
    width: 100%;
    max-width: 480px;

    z-index: 100001;
    background: #fff;
    border-radius: 24px 24px 0 0;

    padding: 22px 20px 20px;

    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);
}

.sleep-modal-header[b-t5owc5o4kt] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.sleep-modal-title[b-t5owc5o4kt] {
    font-size: 21px;
    font-weight: 700;
    color: #20222b;
}

.sleep-modal-subtitle[b-t5owc5o4kt] {
    margin-top: 4px;
    font-size: 14px;
    color: #8b8e9a;
}

.sleep-modal-close[b-t5owc5o4kt] {
    width: 36px;
    height: 36px;

    border: 0;
    border-radius: 50%;

    background: #f3f3f7;
    color: #555865;

    font-size: 24px;
    line-height: 1;
}

.sleep-time-field[b-t5owc5o4kt] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sleep-time-field label[b-t5owc5o4kt] {
    font-size: 13px;
    font-weight: 600;
    color: #6e7180;
}

.sleep-time-field input[b-t5owc5o4kt] {
    width: 100%;
    box-sizing: border-box;

    min-height: 52px;
    padding: 0 14px;

    border: 1px solid #e3e4ea;
    border-radius: 14px;

    background: #f8f8fa;

    color: #20222b;
    font-size: 16px;
    outline: none;
}

.sleep-time-field input:focus[b-t5owc5o4kt] {
    border-color: #8b7cf6;
    background: #fff;
}

.sleep-modal-actions[b-t5owc5o4kt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;

    margin-top: 20px;
}

.sleep-modal-cancel[b-t5owc5o4kt],
.sleep-modal-save[b-t5owc5o4kt] {
    min-height: 50px;
    border: 0;
    border-radius: 14px;

    font-size: 15px;
    font-weight: 600;
}

.sleep-modal-cancel[b-t5owc5o4kt] {
    background: #f2f2f5;
    color: #555865;
}

.sleep-modal-save[b-t5owc5o4kt] {
    background: #7c6ff2;
    color: white;
}

.sleep-modal-cancel:disabled[b-t5owc5o4kt],
.sleep-modal-save:disabled[b-t5owc5o4kt],
.manual-time-button:disabled[b-t5owc5o4kt] {
    opacity: 0.5;
}
/* /Components/Pages/Members.razor.rz.scp.css */
.member-invite-link[b-rtndes7law]{margin:0 16px 14px;padding:10px 12px;border-radius:10px;background:var(--surface-muted,#f5f4ff);font-size:12px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.member-invite-link span[b-rtndes7law]{color:var(--text-secondary)}.member-invite-link a[b-rtndes7law]{color:var(--primary);font-weight:700;text-decoration:none}
/* /Components/Pages/Settings.razor.rz.scp.css */
.settings-page[b-iwejg6tlvs] {
    max-width: 600px;
    margin: auto;

    padding: 8px 16px calc(90px + env(safe-area-inset-bottom));
}

.settings-page h1[b-iwejg6tlvs] {
    margin: 0;

    font-size: 29px;
    font-weight: 800;
}

.subtitle[b-iwejg6tlvs] {
    margin: 4px 0 0;

    font-size: 13px;

    color: var(--text-secondary);
}

.settings-section[b-iwejg6tlvs] {
    margin-top: 25px;
}

.settings-section-title[b-iwejg6tlvs] {
    margin: 0 0 9px 5px;

    font-size: 11px;
    font-weight: 700;

    text-transform: uppercase;

    color: var(--text-secondary);
}

.settings-card[b-iwejg6tlvs] {
    overflow: hidden;

    background: var(--card-background);

    border-radius: 19px;

    box-shadow: var(--shadow-small);
}

.setting-row[b-iwejg6tlvs] {
    min-height: 68px;

    display: flex;
    align-items: center;

    gap: 12px;

    padding: 10px 15px;

    border-bottom: 1px solid var(--border);
}

.setting-row:last-child[b-iwejg6tlvs] {
    border-bottom: 0;
}

.setting-icon[b-iwejg6tlvs] {
    width: 39px;
    height: 39px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f3f1ff;

    border-radius: 12px;

    font-size: 18px;
}

.setting-content[b-iwejg6tlvs] {
    flex: 1;

    display: flex;
    flex-direction: column;
}

.setting-content strong[b-iwejg6tlvs] {
    font-size: 13px;
}

.setting-content span[b-iwejg6tlvs] {
    margin-top: 3px;

    font-size: 10px;

    color: var(--text-secondary);
}

.setting-arrow[b-iwejg6tlvs] {
    font-size: 22px;

    color: #b5b5be;
}

.profile-input[b-iwejg6tlvs] {
    margin-top: 5px;
    padding: 7px 9px;
    border: 1px solid var(--border);
    border-radius: 9px;
    background: transparent;
    font: inherit;
}

.profile-save[b-iwejg6tlvs] {
    width: 100%;
    padding: 11px;
    border: 0;
    border-radius: 12px;
    background: var(--primary);
    color: white;
    font-weight: 700;
}

.push-actions[b-iwejg6tlvs] {
    min-height: 56px;
}

.push-test[b-iwejg6tlvs] {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid var(--primary);
    border-radius: 11px;
    background: transparent;
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
}

.push-test:disabled[b-iwejg6tlvs] {
    opacity: .55;
}

.settings-auth-link[b-iwejg6tlvs] {
    display: block;
    text-align: center;
    text-decoration: none;
}


/* SWITCH */

.switch[b-iwejg6tlvs] {
    position: relative;

    width: 45px;
    height: 27px;

    flex-shrink: 0;
}

.switch input[b-iwejg6tlvs] {
    display: none;
}

.switch span[b-iwejg6tlvs] {
    position: absolute;

    inset: 0;

    background: #d8d8df;

    border-radius: 20px;

    transition: .2s;
}

.switch span[b-iwejg6tlvs]::after {
    content: "";

    position: absolute;

    width: 21px;
    height: 21px;

    top: 3px;
    left: 3px;

    background: white;

    border-radius: 50%;

    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);

    transition: .2s;
}

.switch input:checked + span[b-iwejg6tlvs] {
    background: var(--primary);
}

.switch input:checked + span[b-iwejg6tlvs]::after {
    transform: translateX(18px);
}
/* /Components/Pages/Sleep.razor.rz.scp.css */
.sleep-page[b-jd0ideb4n4] {
    max-width: 600px;
    margin: 0 auto;

    padding: 8px 16px calc(90px + env(safe-area-inset-bottom));
}

.page-title[b-jd0ideb4n4] {
    font-size: 29px;
    font-weight: 800;

    color: var(--text-primary);
}

.page-subtitle[b-jd0ideb4n4] {
    margin-top: 4px;

    font-size: 13px;

    color: var(--text-secondary);
}

.sleep-main-card[b-jd0ideb4n4] {
    margin-top: 20px;

    padding: 30px 20px;

    text-align: center;

    border-radius: 28px;

    background: linear-gradient(
            145deg,
            #29283d,
            #403d5b
    );

    color: white;

    box-shadow: 0 16px 35px rgba(40, 38, 65, .2);
}

.moon[b-jd0ideb4n4] {
    width: 62px;
    height: 62px;

    margin: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 20px;

    background: rgba(255, 255, 255, .12);

    font-size: 32px;
}

.sleeping-label[b-jd0ideb4n4] {
    margin-top: 18px;

    font-size: 13px;

    color: rgba(255, 255, 255, .7);
}

.big-timer[b-jd0ideb4n4] {
    margin-top: 10px;

    font-size: 47px;
    font-weight: 700;

    font-variant-numeric: tabular-nums;

    letter-spacing: -2px;
}

.timer-start[b-jd0ideb4n4] {
    margin-top: 8px;

    font-size: 12px;

    color: rgba(255, 255, 255, .55);
}

.timer-stop[b-jd0ideb4n4],
.timer-start-button[b-jd0ideb4n4] {
    width: 100%;

    height: 53px;

    margin-top: 25px;

    border: 0;

    border-radius: 16px;

    font-size: 15px;
    font-weight: 700;

    cursor: pointer;
}

.timer-stop[b-jd0ideb4n4] {
    background: white;
    color: #2b293e;
}

.timer-start-button[b-jd0ideb4n4] {
    background: var(--primary);
    color: white;
}


/* QUICK ACTIONS */

.quick-actions[b-jd0ideb4n4] {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 9px;

    margin-top: 14px;
}

.quick-action[b-jd0ideb4n4] {
    min-height: 78px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 6px;

    border: 0;

    border-radius: 17px;

    background: var(--card-background);

    box-shadow: var(--shadow-small);

    color: var(--text-primary);
}

.quick-action span[b-jd0ideb4n4] {
    font-size: 21px;
}

.quick-action small[b-jd0ideb4n4] {
    font-size: 10px;

    color: var(--text-secondary);
}


/* TIMELINE */

.today-section[b-jd0ideb4n4] {
    margin-top: 27px;
}

.today-section h2[b-jd0ideb4n4] {
    margin: 0 0 12px;

    font-size: 19px;
}

.timeline[b-jd0ideb4n4] {
    background: var(--card-background);

    border-radius: 20px;

    padding: 4px 15px;

    box-shadow: var(--shadow-small);
}

.timeline-item[b-jd0ideb4n4] {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 74px;

    gap: 11px;

    border-bottom: 1px solid var(--border);
}

.timeline-item-clickable[b-jd0ideb4n4] {
    cursor: pointer;
}

.timeline-item:last-child[b-jd0ideb4n4] {
    border-bottom: 0;
}

.timeline-dot[b-jd0ideb4n4] {
    width: 11px;
    height: 11px;

    border-radius: 50%;

    flex-shrink: 0;
}

.timeline-dot.sleep[b-jd0ideb4n4] {
    background: #756cff;
}

.timeline-content[b-jd0ideb4n4] {
    flex: 1;
}

.timeline-title[b-jd0ideb4n4] {
    font-size: 13px;
    font-weight: 700;
}

.timeline-time[b-jd0ideb4n4] {
    margin-top: 3px;

    font-size: 11px;

    color: var(--text-secondary);
}

.timeline-duration[b-jd0ideb4n4] {
    font-size: 12px;
    font-weight: 700;

    color: var(--text-secondary);
}

.manual-time-button[b-jd0ideb4n4] {
    margin-top: 12px;
    width: 100%;
    border: 0;
    background: transparent;
    color: #7c6ff2;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

.sleep-modal-overlay[b-jd0ideb4n4] {
    position: fixed;
    inset: 0;
    z-index: 100000 !important;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    background: rgba(15, 18, 30, 0.45);
    backdrop-filter: blur(8px);

    padding: 0 16px max(16px, env(safe-area-inset-bottom));

    overflow-y: auto;
    overscroll-behavior: contain;
}

.sleep-modal[b-jd0ideb4n4] {
    width: 100%;
    max-width: 480px;

    z-index: 100001;

    background: #fff;
    border-radius: 24px 24px 0 0;

    padding: 22px 20px 20px;

    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);

    margin-bottom: 0;
}

.sleep-modal-header[b-jd0ideb4n4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.sleep-modal-title[b-jd0ideb4n4] {
    font-size: 21px;
    font-weight: 700;
    color: #20222b;
}

.sleep-modal-subtitle[b-jd0ideb4n4] {
    margin-top: 4px;
    font-size: 14px;
    color: #8b8e9a;
}

.sleep-modal-close[b-jd0ideb4n4] {
    width: 36px;
    height: 36px;

    border: 0;
    border-radius: 50%;

    background: #f3f3f7;
    color: #555865;

    font-size: 24px;
    line-height: 1;

    cursor: pointer;
}

.sleep-time-field[b-jd0ideb4n4] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sleep-time-field label[b-jd0ideb4n4] {
    font-size: 13px;
    font-weight: 600;
    color: #6e7180;
}

.sleep-time-field input[b-jd0ideb4n4] {
    width: 100%;
    box-sizing: border-box;

    min-height: 52px;

    padding: 0 14px;

    border: 1px solid #e3e4ea;
    border-radius: 14px;

    background: #f8f8fa;

    color: #20222b;
    font-size: 16px;

    outline: none;
}

.sleep-time-field input:focus[b-jd0ideb4n4] {
    border-color: #8b7cf6;
    background: #fff;
}

.sleep-time-field textarea[b-jd0ideb4n4] {
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    padding: 12px 14px;
    border: 1px solid #e3e4ea;
    border-radius: 14px;
    background: #f8f8fa;
    color: #20222b;
    font: inherit;
}

.sleep-edit-field[b-jd0ideb4n4] {
    margin-top: 16px;
}

.comment-preview[b-jd0ideb4n4] {
    padding: 14px;
    border-radius: 14px;
    background: #f8f8fa;
}

.comment-preview label[b-jd0ideb4n4] {
    color: #6e7180;
    font-size: 13px;
    font-weight: 600;
}

.comment-preview p[b-jd0ideb4n4] {
    margin: 8px 0 0;
    white-space: pre-wrap;
    line-height: 1.4;
}

.sleep-modal-actions[b-jd0ideb4n4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;

    margin-top: 20px;
}

.sleep-details-actions[b-jd0ideb4n4] {
    grid-template-columns: 1fr 1fr;
}

.sleep-edit-actions[b-jd0ideb4n4] {
    grid-template-columns: 1fr 1fr 1fr;
}

.sleep-delete[b-jd0ideb4n4] {
    color: #c53030;
}

.sleep-modal-cancel[b-jd0ideb4n4],
.sleep-modal-save[b-jd0ideb4n4] {
    min-height: 50px;

    border: 0;
    border-radius: 14px;

    font-size: 15px;
    font-weight: 600;
}

.sleep-modal-cancel[b-jd0ideb4n4] {
    background: #f2f2f5;
    color: #555865;
}

.sleep-modal-save[b-jd0ideb4n4] {
    background: #7c6ff2;
    color: white;
}

.sleep-modal-cancel:disabled[b-jd0ideb4n4],
.sleep-modal-save:disabled[b-jd0ideb4n4],
.manual-time-button:disabled[b-jd0ideb4n4] {
    opacity: 0.5;
}
/* /Components/Pages/Statistics.razor.rz.scp.css */
.statistics-page[b-z446n1xhs1] {
    max-width: 600px;
    margin: auto;

    padding: 8px 16px calc(90px + env(safe-area-inset-bottom));
}

.statistics-page h1[b-z446n1xhs1] {
    margin: 0;

    font-size: 29px;
    font-weight: 800;
}

.subtitle[b-z446n1xhs1] {
    margin: 4px 0 0;

    font-size: 13px;

    color: var(--text-secondary);
}


/* PERIOD */

.period-selector[b-z446n1xhs1] {
    display: flex;

    gap: 5px;

    margin-top: 19px;

    padding: 4px;

    background: #e9e9ef;

    border-radius: 13px;
}

.period-selector button[b-z446n1xhs1] {
    flex: 1;

    height: 35px;

    border: 0;

    border-radius: 10px;

    background: transparent;

    color: var(--text-secondary);

    font-size: 11px;
    font-weight: 600;
}

.period-selector button.active[b-z446n1xhs1] {
    background: white;

    color: var(--text-primary);

    box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
}


/* CHART */
/* CHART */

.chart-card[b-z446n1xhs1] {
    margin-top: 14px;
    padding: 18px;

    background: var(--card-background);
    border-radius: 21px;

    box-shadow: var(--shadow-small);

    overflow: hidden;
}

.chart-header[b-z446n1xhs1] {
    display: flex;
    justify-content: space-between;
}

.chart-header span[b-z446n1xhs1] {
    display: block;

    font-size: 11px;
    color: var(--text-secondary);
}

.chart-header strong[b-z446n1xhs1] {
    display: block;

    margin-top: 4px;

    font-size: 22px;
}

.trend[b-z446n1xhs1] {
    align-self: center;

    padding: 5px 8px;

    border-radius: 8px;

    background: #e8f8ed;
    color: #3c9960;

    font-size: 10px;
    font-weight: 700;
}

.chart[b-z446n1xhs1] {
    height: 220px;

    display: flex;

    margin-top: 20px;

    min-width: 0;
}

.chart-y[b-z446n1xhs1] {
    width: 30px;
    min-width: 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding-bottom: 21px;

    font-size: 9px;
    color: #a3a3ad;
}

.bars-wrapper[b-z446n1xhs1] {
    flex: 1;

    min-width: 0;

    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;
}

.bars-wrapper[b-z446n1xhs1]::-webkit-scrollbar {
    display: none;
}

.bars[b-z446n1xhs1] {
    height: 100%;

    display: flex;
    align-items: stretch;

    justify-content: space-around;

    min-width: 100%;

    border-bottom: 1px solid var(--border);
}

.bars.scrollable[b-z446n1xhs1] {
    justify-content: flex-start;

    width: max-content;

    min-width: 100%;
}

.bar-container[b-z446n1xhs1] {
    width: 30px;
    min-width: 30px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

    margin: 0 5px;
}

.bar[b-z446n1xhs1] {
    width: 20px;

    min-height: 10px;

    border-radius: 7px 7px 3px 3px;

    background: #c9c5ff;
}

.bar.today[b-z446n1xhs1] {
    background: var(--primary);
}

.bar-container span[b-z446n1xhs1] {
    margin-top: 7px;

    font-size: 9px;

    color: var(--text-secondary);

    white-space: nowrap;
}

/* DETAILS */

.stat-detail-grid[b-z446n1xhs1] {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 9px;

    margin-top: 13px;
}

.detail-card[b-z446n1xhs1] {
    padding: 15px;

    background: var(--card-background);

    border-radius: 18px;

    box-shadow: var(--shadow-small);
}

.detail-icon[b-z446n1xhs1] {
    font-size: 17px;

    color: var(--primary);
}

.detail-card small[b-z446n1xhs1] {
    display: block;

    margin-top: 10px;

    font-size: 10px;

    color: var(--text-secondary);
}

.detail-card strong[b-z446n1xhs1] {
    display: block;

    margin-top: 4px;

    font-size: 18px;
}


/* RECOMMENDATION */

.recommendation[b-z446n1xhs1] {
    margin-top: 14px;

    padding: 15px;

    display: flex;

    gap: 12px;

    background: #f4f2ff;

    border-radius: 19px;
}

.recommendation-icon[b-z446n1xhs1] {
    width: 38px;
    height: 38px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: white;

    border-radius: 12px;
}

.recommendation strong[b-z446n1xhs1] {
    font-size: 13px;
}

.recommendation p[b-z446n1xhs1] {
    margin: 4px 0 0;

    font-size: 11px;
    line-height: 1.4;

    color: var(--text-secondary);
}
