@import '_content/Harmony.Mobile.App/Harmony.Mobile.App.g0tutcuorf.bundle.scp.css';
@import '_content/Harmony.Mobile.UI/Harmony.Mobile.UI.ciszuhf4hv.bundle.scp.css';

/* /App.razor.rz.scp.css */
.app-authorizing[b-vzjm6hn3o3] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-text-ter);
}

.app-error[b-vzjm6hn3o3] {
    padding: 64px 24px;
    text-align: center;
}

.app-error__title[b-vzjm6hn3o3] {
    margin-bottom: 8px;
    color: var(--c-text);
    font-size: 22px;
    font-weight: 700;
}

.app-error__body[b-vzjm6hn3o3] {
    margin-bottom: 24px;
    color: var(--c-text-ter);
    font-size: 15px;
}

.app-error__link[b-vzjm6hn3o3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 20px;
    font-size: 16px;
    text-decoration: none;
}
/* /Layout/LoginLayout.razor.rz.scp.css */
.login-shell[b-e39n8mxa1o] {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    background: var(--c-bg);
    padding-bottom: max(env(keyboard-inset-height, 0px), var(--kb-height, 0px));
}
/* /Pages/Assistant.razor.rz.scp.css */
.assistant-list__banner[b-t4g4dkqaxn] {
    padding: 8px 16px 0;
}

.assistant-list__skeleton-icon[b-t4g4dkqaxn] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    margin-left: 16px;
}

.assistant-list__icon[b-t4g4dkqaxn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-ios-indigo, #5E5CE6) 16%, transparent);
    color: var(--color-ios-indigo, #5E5CE6);
    flex-shrink: 0;
}

.assistant-list__title[b-t4g4dkqaxn] {
    color: var(--c-text);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.assistant-list__time[b-t4g4dkqaxn] {
    color: var(--c-text-ter);
    font-size: 12px;
    margin-top: 2px;
}

.assistant-list__delete[b-t4g4dkqaxn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--c-text-ter);
    background: transparent;
    border: 0;
    flex-shrink: 0;
}

.assistant-list__empty[b-t4g4dkqaxn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 96px 32px 0;
    color: var(--c-text-ter);
    text-align: center;
}

.assistant-list__empty-icon[b-t4g4dkqaxn] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-ios-indigo, #5E5CE6) 18%, transparent);
    color: var(--color-ios-indigo, #5E5CE6);
}

.assistant-list__empty-title[b-t4g4dkqaxn] {
    color: var(--c-text);
    font-size: 17px;
    font-weight: 600;
}

.assistant-list__empty-body[b-t4g4dkqaxn] {
    font-size: 14px;
    max-width: 280px;
}
/* /Pages/AssistantThread.razor.rz.scp.css */
.assistant-thread__scroll[b-r86gtj7vgg] {
    padding-bottom: calc(var(--safe-bottom) + 68px);
}

.assistant-thread__banner[b-r86gtj7vgg] {
    padding: 8px 16px 0;
}

.assistant-thread__empty[b-r86gtj7vgg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 96px 32px 0;
    color: var(--c-text-ter);
    text-align: center;
}

.assistant-thread__empty-title[b-r86gtj7vgg] {
    color: var(--c-text);
    font-size: 17px;
    font-weight: 600;
}

.assistant-thread__welcome[b-r86gtj7vgg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 72px 32px 0;
    color: var(--c-text-ter);
    text-align: center;
}

.assistant-thread__welcome-icon[b-r86gtj7vgg] {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-ios-indigo, #5E5CE6) 18%, transparent);
    color: var(--color-ios-indigo, #5E5CE6);
}

.assistant-thread__welcome-title[b-r86gtj7vgg] {
    color: var(--c-text);
    font-size: 17px;
    font-weight: 600;
}

.assistant-thread__welcome-body[b-r86gtj7vgg] {
    font-size: 14px;
    max-width: 280px;
}

/* Bubble layout — self-contained so it doesn't depend on MessageThread's
   scoped CSS. */
.assistant-thread__row[b-r86gtj7vgg] {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    margin-top: 8px;
}

.assistant-thread__row--user[b-r86gtj7vgg] {
    justify-content: flex-end;
}

.assistant-thread__col[b-r86gtj7vgg] {
    display: flex;
    flex-direction: column;
    max-width: 78%;
    min-width: 0;
}

.assistant-thread__bubble[b-r86gtj7vgg] {
    padding: 8px 14px;
    font-size: 16px;
    line-height: 1.35;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.assistant-thread__bubble--user[b-r86gtj7vgg] {
    border-radius: 16px 16px 6px 16px;
    background: var(--color-ios-blue);
    color: #fff;
}

.assistant-thread__bubble--bot[b-r86gtj7vgg] {
    border-radius: 16px 16px 16px 6px;
    background: color-mix(in srgb, var(--c-text) 10%, transparent);
    color: var(--c-text);
}

/* Thin chip bar above the assistant's text bubble when a turn triggered
   one or more tool calls. Gives the user a glance-able "I called X for
   you" trace without exposing the raw JSON result. */
.assistant-thread__tool-trace[b-r86gtj7vgg] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0 0;
}

.assistant-thread__tool-chip[b-r86gtj7vgg] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 8px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-ios-indigo, #5E5CE6) 14%, transparent);
    color: var(--color-ios-indigo, #5E5CE6);
    font-size: 11px;
    font-weight: 500;
}

.assistant-thread__typing[b-r86gtj7vgg] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 16px 16px 16px 6px;
    background: color-mix(in srgb, var(--c-text) 10%, transparent);
    color: var(--c-text-ter);
    margin-top: 8px;
}

.assistant-thread__typing-dots[b-r86gtj7vgg] {
    display: inline-flex;
    gap: 3px;
}

.assistant-thread__typing-dots span[b-r86gtj7vgg] {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: currentColor;
    animation: assistantTyping-b-r86gtj7vgg 1.1s infinite ease-in-out;
}

.assistant-thread__typing-dots span:nth-child(2)[b-r86gtj7vgg] { animation-delay: 150ms; }
.assistant-thread__typing-dots span:nth-child(3)[b-r86gtj7vgg] { animation-delay: 300ms; }

@keyframes assistantTyping-b-r86gtj7vgg {
    0%, 80%, 100% { opacity: 0.25; transform: translateY(0); }
    40%           { opacity: 1;    transform: translateY(-3px); }
}

.assistant-thread__anchor[b-r86gtj7vgg] {
    height: 1px;
}

/* Image attachments rendered above the user bubble. Same vocabulary as
   the messages thread so the two surfaces read as one family: rounded
   thumbnail with a max-width cap, subtle press-state feedback. */
.assistant-thread__attachments[b-r86gtj7vgg] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
    margin-bottom: 4px;
}

.assistant-thread__image-wrap[b-r86gtj7vgg] {
    display: block;
    max-width: 260px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    cursor: pointer;
    touch-action: manipulation;
}

.assistant-thread__image-wrap img[b-r86gtj7vgg] {
    display: block;
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: cover;
}

.assistant-thread__image-wrap:active[b-r86gtj7vgg] {
    opacity: 0.82;
}

/* Attach sheet — same layout as the messages attach sheet so the two
   surfaces stay visually identical (only the entries differ: no video,
   no generic file for the assistant). */
.assistant-attach-sheet__list[b-r86gtj7vgg] {
    margin: 0 16px;
    overflow: hidden;
    border-radius: 16px;
    background: var(--c-bg-elev);
}

.assistant-attach-sheet__list--spaced[b-r86gtj7vgg] {
    margin-top: 12px;
}

.assistant-attach-sheet__cancel[b-r86gtj7vgg] {
    justify-content: center;
    color: var(--color-ios-blue);
    font-weight: 600;
}

/* Full-screen image viewer — reuse the messages viewer pattern but
   slimmer (single image, no prev/next navigation or external-open link). */
.assistant-thread__image-viewer[b-r86gtj7vgg] {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--safe-top) + 64px) 16px calc(var(--safe-bottom) + 72px);
    background: rgba(0, 0, 0, 0.94);
    color: #fff;
    animation: assistantImageViewerIn-b-r86gtj7vgg 160ms ease-out both;
}

.assistant-thread__image-viewer-close[b-r86gtj7vgg] {
    position: absolute;
    top: calc(var(--safe-top) + 8px);
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.assistant-thread__image-viewer-close:active[b-r86gtj7vgg] {
    background: rgba(255, 255, 255, 0.24);
}

.assistant-thread__image-viewer-stage[b-r86gtj7vgg] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.assistant-thread__image-viewer-stage img[b-r86gtj7vgg] {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

@keyframes assistantImageViewerIn-b-r86gtj7vgg {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* /Pages/AssistantVoice.razor.rz.scp.css */
.assistant-voice[b-kb5z7tmgs3] {
    /* CAREFUL: don't use `padding: 16px` shorthand here — it resets
       padding-top, which .page-scroll sets to calc(safe-top + header-h) to
       keep content out from under the absolute nav header. Overriding with
       a blanket 16 px put the first ~80 px of content behind the iOS nav
       header (the orb looked chopped at the top; the Idle state text
       showed only its tail). Set sides + bottom explicitly so page-scroll's
       padding-top stays in charge. */
    padding-inline: 16px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.assistant-voice__state[b-kb5z7tmgs3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    /* Asymmetric top padding (was justify-content:center + min-height 220
       + padding 32 16). The old setup centered the content inside a flex
       box that could overflow upward on iOS — Safari renders the state
       text with a slightly taller line-height than Chrome Android, which
       pushed content past the min-height and the orb crept back into the
       absolute-positioned nav header's visual area. A fixed top padding
       anchors the orb at a known distance from the page-scroll top so
       it can never get eaten by the header. */
    padding: 48px 16px 32px;
}

.assistant-voice__state-text[b-kb5z7tmgs3] {
    font-size: 15px;
    color: var(--c-text-ter);
    text-align: center;
}

.assistant-voice__orb[b-kb5z7tmgs3] {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(160deg, #5E5CE6, #AF52DE);
    box-shadow: 0 6px 24px rgba(94, 92, 230, 0.35);
    transition: transform 160ms, box-shadow 160ms;
}

.assistant-voice__orb--user[b-kb5z7tmgs3] {
    background: linear-gradient(160deg, #007AFF, #5E5CE6);
    transform: scale(1.06);
    animation: voice-pulse-b-kb5z7tmgs3 1.1s ease-in-out infinite;
}

.assistant-voice__orb--assistant[b-kb5z7tmgs3] {
    background: linear-gradient(160deg, #AF52DE, #FF2D55);
    transform: scale(1.06);
    animation: voice-pulse-b-kb5z7tmgs3 1.1s ease-in-out infinite;
}

@keyframes voice-pulse-b-kb5z7tmgs3 {
    0%, 100% { box-shadow: 0 6px 24px rgba(94, 92, 230, 0.35); }
    50%      { box-shadow: 0 6px 36px rgba(94, 92, 230, 0.65); }
}

.assistant-voice__transcript[b-kb5z7tmgs3] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    border-radius: 14px;
    background: var(--c-bg-elev);
    max-height: 40vh;
    overflow-y: auto;
}

.assistant-voice__line[b-kb5z7tmgs3] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.assistant-voice__line-role[b-kb5z7tmgs3] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--c-text-ter);
}

.assistant-voice__line-text[b-kb5z7tmgs3] {
    font-size: 15px;
    line-height: 1.4;
    color: var(--c-text);
}

.assistant-voice__line--partial .assistant-voice__line-text[b-kb5z7tmgs3] {
    opacity: 0.6;
    font-style: italic;
}

.assistant-voice__tools[b-kb5z7tmgs3] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 6px;
    border-top: 0.5px solid var(--c-separator);
}

.assistant-voice__tool-chip[b-kb5z7tmgs3] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(175, 82, 222, 0.14);
    color: #AF52DE;
    font-size: 12px;
}

.assistant-voice__controls[b-kb5z7tmgs3] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 8px;
}

.assistant-voice__end[b-kb5z7tmgs3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 44px;
    border: none;
    border-radius: 12px;
    background: color-mix(in srgb, var(--color-ios-red) 14%, transparent);
    color: var(--color-ios-red);
    font-size: 15px;
    font-weight: 600;
    transition: opacity .12s;
}

.assistant-voice__end:active[b-kb5z7tmgs3] {
    opacity: 0.65;
}
/* /Pages/Checkin.razor.rz.scp.css */
.checkin-trend[b-g8057mrvu9] {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    min-width: 22px;
    text-align: center;
}

.checkin-hero[b-g8057mrvu9] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px 10px;
}

.checkin-hero__icon[b-g8057mrvu9] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(175, 82, 222, 0.14);
    color: #AF52DE;
    flex-shrink: 0;
}

.checkin-hero__title[b-g8057mrvu9] {
    font-size: 17px;
    font-weight: 600;
}

.checkin-hero__subtitle[b-g8057mrvu9] {
    font-size: 13px;
    color: var(--c-text-ter);
}

.checkin-progress[b-g8057mrvu9] {
    padding: 6px 16px 12px;
}

.checkin-progress__bar[b-g8057mrvu9] {
    height: 6px;
    border-radius: 999px;
    background: rgba(120, 120, 128, 0.14);
    overflow: hidden;
}

.checkin-progress__fill[b-g8057mrvu9] {
    height: 100%;
    background: linear-gradient(90deg, #AF52DE 0%, #FF2D55 100%);
    transition: width 200ms ease;
}

.checkin-progress__label[b-g8057mrvu9] {
    font-size: 12px;
    color: var(--c-text-ter);
    margin-top: 6px;
    text-align: right;
}

.checkin-empty[b-g8057mrvu9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 24px;
    gap: 10px;
}

.checkin-empty__icon[b-g8057mrvu9] {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(120, 120, 128, 0.12);
    color: var(--c-text-ter);
}

.checkin-empty__title[b-g8057mrvu9] {
    font-size: 16px;
    font-weight: 600;
}

.checkin-empty__hint[b-g8057mrvu9] {
    font-size: 13px;
    color: var(--c-text-ter);
    max-width: 280px;
}
/* /Pages/CheckinEntry.razor.rz.scp.css */
.checkin-axis[b-3zaxbe0sip] {
    padding: 12px 16px;
}

.checkin-axis__header[b-3zaxbe0sip] {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 0;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    color: inherit;
    margin-bottom: 10px;
    -webkit-tap-highlight-color: transparent;
}

.checkin-axis__header-text[b-3zaxbe0sip] {
    flex: 1;
    min-width: 0;
}

.checkin-axis__header :deep(svg)[b-3zaxbe0sip] {
    color: var(--c-text-ter);
    flex-shrink: 0;
    margin-top: 3px;
    opacity: 0.55;
    transition: opacity 120ms ease, color 120ms ease;
}

.checkin-axis__header:active :deep(svg)[b-3zaxbe0sip] {
    opacity: 1;
    color: #AF52DE;
}

.checkin-axis__label[b-3zaxbe0sip] {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.checkin-axis__hint[b-3zaxbe0sip] {
    font-size: 12px;
    color: var(--c-text-ter);
}

.checkin-note[b-3zaxbe0sip] {
    padding: 12px 16px;
}

.checkin-note__input[b-3zaxbe0sip] {
    width: 100%;
    min-height: 80px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    font-family: inherit;
    line-height: 1.45;
    resize: vertical;
}

.checkin-note__counter[b-3zaxbe0sip] {
    text-align: right;
    font-size: 12px;
    color: var(--c-text-ter);
    margin-top: 4px;
}

.checkin-entry__actions[b-3zaxbe0sip] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 16px 24px;
}

.checkin-entry__delete[b-3zaxbe0sip] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 44px;
    border: none;
    border-radius: 12px;
    background: color-mix(in srgb, var(--color-ios-red) 12%, transparent);
    color: var(--color-ios-red);
    font-size: 15px;
    font-weight: 500;
    transition: opacity .12s;
}

.checkin-entry__delete:active[b-3zaxbe0sip] {
    opacity: 0.65;
}

.checkin-entry__delete:disabled[b-3zaxbe0sip] {
    opacity: 0.5;
}
/* /Pages/CheckinHistory.razor.rz.scp.css */
.checkin-history__chart[b-lzxko39ik8] {
    padding: 16px 16px 8px;
    margin: 12px 16px 8px;
    background: var(--c-bg-elev);
    border-radius: 14px;
}

.checkin-history__chart-title[b-lzxko39ik8] {
    font-size: 13px;
    color: var(--c-text-ter);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.checkin-history__chart-hint[b-lzxko39ik8] {
    font-size: 11px;
    color: var(--c-text-ter);
    text-align: center;
    margin-top: 4px;
    font-style: italic;
}

.checkin-history__legend[b-lzxko39ik8] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 10px;
    font-size: 12px;
}

.checkin-history__legend-item[b-lzxko39ik8] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.checkin-history__legend-dot[b-lzxko39ik8] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.checkin-history__row[b-lzxko39ik8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(120, 120, 128, 0.15);
}

.checkin-history__section[b-lzxko39ik8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.checkin-history__section-label[b-lzxko39ik8] {
    font-size: 11px;
    color: var(--c-text-ter);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.checkin-history__row:last-child[b-lzxko39ik8] {
    border-bottom: none;
}

.checkin-history__date[b-lzxko39ik8] {
    font-size: 13px;
    font-weight: 600;
    color: var(--c-text);
}

.checkin-history__scores[b-lzxko39ik8] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.checkin-history__chip[b-lzxko39ik8] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(120, 120, 128, 0.1);
    font-size: 12px;
}

.checkin-history__chip-label[b-lzxko39ik8] {
    color: var(--c-text-ter);
}

.checkin-history__chip-score[b-lzxko39ik8] {
    font-weight: 600;
}

.checkin-history__note[b-lzxko39ik8] {
    font-size: 13px;
    color: var(--c-text-ter);
    font-style: italic;
}

.checkin-history__empty[b-lzxko39ik8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 48px 24px;
    gap: 12px;
}

.checkin-history__empty-icon[b-lzxko39ik8] {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(120, 120, 128, 0.12);
    color: var(--c-text-ter);
}

.checkin-history__empty-title[b-lzxko39ik8] {
    font-size: 16px;
    font-weight: 600;
}

.checkin-history__period[b-lzxko39ik8] {
    padding: 12px 16px 4px;
}

.checkin-history__stats[b-lzxko39ik8] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 8px 16px 4px;
}

.checkin-history__heatmap[b-lzxko39ik8] {
    padding: 8px 16px;
    margin: 8px 16px;
    background: var(--c-bg-elev);
    border-radius: 14px;
}

.checkin-history__heatmap-title[b-lzxko39ik8] {
    font-size: 13px;
    color: var(--c-text-ter);
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.checkin-history__filter[b-lzxko39ik8] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 8px 16px 4px;
}

.checkin-history__filter-btn[b-lzxko39ik8] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(120, 120, 128, 0.12);
    font-size: 13px;
    min-height: 32px;
    border: none;
}

.checkin-history__filter-btn--active[b-lzxko39ik8] {
    background: rgba(175, 82, 222, 0.16);
    color: #AF52DE;
    font-weight: 600;
}

.checkin-history__filter-clear[b-lzxko39ik8] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(175, 82, 222, 0.12);
    color: #AF52DE;
    font-size: 12px;
    min-height: 28px;
    border: none;
}

.checkin-history__filter-empty[b-lzxko39ik8] {
    padding: 16px;
    text-align: center;
    color: var(--c-text-ter);
    font-size: 14px;
}
/* /Pages/CheckinReception.razor.rz.scp.css */
.reception__hero[b-5zuobv58f6] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px 10px;
}

.reception__hero-icon[b-5zuobv58f6] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 122, 255, 0.14);
    color: #007AFF;
    flex-shrink: 0;
}

.reception__hero-title[b-5zuobv58f6] {
    font-size: 17px;
    font-weight: 600;
}

.reception__hero-subtitle[b-5zuobv58f6] {
    font-size: 13px;
    color: var(--c-text-ter);
    line-height: 1.35;
}

.reception__period[b-5zuobv58f6] {
    padding: 8px 16px 4px;
}

.reception__stats[b-5zuobv58f6] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 8px 16px 4px;
}

.reception__chart[b-5zuobv58f6] {
    padding: 16px 16px 8px;
    margin: 8px 16px;
    background: var(--c-bg-elev);
    border-radius: 14px;
}

.reception__chart-title[b-5zuobv58f6] {
    font-size: 13px;
    color: var(--c-text-ter);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.reception__chart-hint[b-5zuobv58f6] {
    font-size: 11px;
    color: var(--c-text-ter);
    text-align: center;
    margin-top: 4px;
    font-style: italic;
}

.reception__privacy[b-5zuobv58f6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 24px;
    margin: 16px;
    gap: 10px;
    background: var(--c-bg-elev);
    border-radius: 14px;
}

.reception__privacy-icon[b-5zuobv58f6] {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(52, 199, 89, 0.14);
    color: #34C759;
}

.reception__privacy-title[b-5zuobv58f6] {
    font-size: 16px;
    font-weight: 600;
}

.reception__privacy-text[b-5zuobv58f6] {
    font-size: 14px;
    color: var(--c-text-ter);
    line-height: 1.45;
    max-width: 380px;
}

.reception__footnote[b-5zuobv58f6] {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding: 12px 20px 20px;
    font-size: 12px;
    color: var(--c-text-ter);
    line-height: 1.4;
}

.reception__footnote svg[b-5zuobv58f6],
.reception__footnote :deep(svg)[b-5zuobv58f6] {
    flex-shrink: 0;
    margin-top: 2px;
}
/* /Pages/CheckinRecommendations.razor.rz.scp.css */
.checkin-reco__health[b-6eftnjxz9x] {
    padding: 12px 16px 0;
}

.checkin-reco__actions[b-6eftnjxz9x] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 16px 8px;
}

.checkin-reco__window[b-6eftnjxz9x] {
    display: flex;
    gap: 6px;
    padding: 4px;
    border-radius: 12px;
    background: rgba(120, 120, 128, 0.14);
}

.checkin-reco__window-btn[b-6eftnjxz9x] {
    flex: 1;
    padding: 8px 0;
    border: none;
    border-radius: 9px;
    background: transparent;
    color: var(--c-text-sec);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 140ms, color 140ms;
}

.checkin-reco__window-btn--selected[b-6eftnjxz9x] {
    background: var(--c-bg-elev);
    color: var(--c-text);
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.checkin-reco__window-btn:disabled[b-6eftnjxz9x] {
    opacity: 0.5;
    cursor: not-allowed;
}

.checkin-reco__correlations[b-6eftnjxz9x] {
    padding: 4px 16px 12px;
}

.checkin-reco__card--correlations[b-6eftnjxz9x] {
    background: linear-gradient(135deg, rgba(175, 82, 222, 0.08) 0%, rgba(0, 122, 255, 0.08) 100%);
    border: 1px solid rgba(175, 82, 222, 0.24);
}

.checkin-reco__card-kind--cross[b-6eftnjxz9x] {
    background: rgba(0, 122, 255, 0.14);
    color: #007AFF;
}

.checkin-reco__list[b-6eftnjxz9x] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px 16px 24px;
}

.checkin-reco__card[b-6eftnjxz9x] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border-radius: 14px;
    background: var(--c-bg-elev);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.checkin-reco__card-meta[b-6eftnjxz9x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
    color: var(--c-text-ter);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.checkin-reco__card-kind[b-6eftnjxz9x] {
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(175, 82, 222, 0.14);
    color: #AF52DE;
}

.checkin-reco__card-summary[b-6eftnjxz9x] {
    font-size: 15px;
    line-height: 1.4;
}

.checkin-reco__card-suggestions[b-6eftnjxz9x] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.checkin-reco__card-suggestions li[b-6eftnjxz9x] {
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(120, 120, 128, 0.08);
    font-size: 14px;
}

.checkin-reco__empty[b-6eftnjxz9x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 24px;
    gap: 10px;
}

.checkin-reco__empty-icon[b-6eftnjxz9x] {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(175, 82, 222, 0.14);
    color: #AF52DE;
}

.checkin-reco__empty-title[b-6eftnjxz9x] {
    font-size: 16px;
    font-weight: 600;
}

.checkin-reco__empty-hint[b-6eftnjxz9x] {
    font-size: 13px;
    color: var(--c-text-ter);
    max-width: 280px;
}
/* /Pages/ConversationDetails.razor.rz.scp.css */
/* Conversation details page — mirrors the family-page layout so the
   two screens read as siblings: full-bleed cover photo with an iOS-y
   translucent camera button overlay for owners, centered title +
   subtitle below, then the standard ios-list panels for members.
   Values intentionally match family-page values 1:1; if the family
   page evolves, mirror the change here for visual consistency. */

.conv-details-page__cover[b-1db7tqgxb0] {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 2.4 / 1;
}

.conv-details-page__cover-fallback[b-1db7tqgxb0] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Fallback gradient is set inline from the conversation's deterministic
       Color1/Color2 so two threads with the same name still get distinct
       cover backgrounds. */
}

.conv-details-page__cover-initial[b-1db7tqgxb0] {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -0.02em;
    opacity: 0.9;
}

.conv-details-page__cover-photo-btn[b-1db7tqgxb0] {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: color-mix(in srgb, #000 55%, transparent);
    color: #fff;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.conv-details-page__summary[b-1db7tqgxb0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 24px;
    text-align: center;
}

.conv-details-page__title-row[b-1db7tqgxb0] {
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
}

.conv-details-page__title[b-1db7tqgxb0] {
    color: var(--c-text);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}

.conv-details-page__title-edit[b-1db7tqgxb0] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    color: var(--c-text-ter);
}

.conv-details-page__subtitle[b-1db7tqgxb0] {
    margin-top: 4px;
    color: var(--c-text-ter);
    font-size: 13px;
}

/* Member rows: ios-row hosts the avatar + label, plus an optional
   trailing kick button. Rule mirrors family-page__member-link styling
   so the two member lists read identically. */
.conv-details-page__member-row[b-1db7tqgxb0] {
    color: inherit;
    text-decoration: none;
}

.conv-details-page__kick[b-1db7tqgxb0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--c-text-ter);
    background: transparent;
    border: none;
    border-radius: 999px;
    padding: 6px;
}
.conv-details-page__kick:hover[b-1db7tqgxb0],
.conv-details-page__kick:active[b-1db7tqgxb0] {
    color: var(--color-ios-red, #FF3B30);
    background: color-mix(in srgb, var(--color-ios-red, #FF3B30) 10%, transparent);
}

/* Compact iOS-blue add button on rows in the "add member" section.
   Same shape as primary-btn--compact in components.css but inline here
   to avoid pulling the global rule into every member row. */
.conv-details-page__add-btn[b-1db7tqgxb0] {
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--color-ios-blue, #007AFF);
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 600;
}

.conv-details-page__leave[b-1db7tqgxb0] {
    margin: 24px 16px 32px;
}

/* Photo + name sheets — same look as the family page sheets so all
   "edit something on the profile" flows feel identical. */
.conv-details-page__hidden-input[b-1db7tqgxb0] {
    display: none;
}

.conv-details-page__sheet-body[b-1db7tqgxb0] {
    padding: 0 16px 24px;
}

.conv-details-page__name-input[b-1db7tqgxb0] {
    width: 100%;
    padding: 12px;
    border: none;
    outline: none;
    border-radius: 12px;
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
    font-size: 16px;
    box-sizing: border-box;
}

.conv-details-page__sheet-list[b-1db7tqgxb0] {
    margin: 0 16px;
    overflow: hidden;
    border-radius: 16px;
    background: var(--c-bg-elev);
}

.conv-details-page__sheet-list--spaced[b-1db7tqgxb0] {
    margin-top: 12px;
}

.conv-details-page__sheet-cancel[b-1db7tqgxb0] {
    justify-content: center;
    color: var(--color-ios-blue);
    font-weight: 600;
}
/* /Pages/FeedDetail.razor.rz.scp.css */
.feed-detail__hero[b-ds8otu5ieb] {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.feed-detail__hero-pill-wrap[b-ds8otu5ieb] {
    position: absolute;
    left: 16px;
    bottom: 16px;
}

.feed-detail__hero-pill[b-ds8otu5ieb] {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.feed-detail__article[b-ds8otu5ieb] {
    padding: 20px 20px 32px;
}

.feed-detail__title[b-ds8otu5ieb] {
    color: var(--c-text);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.feed-detail__subtitle[b-ds8otu5ieb] {
    margin-top: 8px;
    color: var(--c-text-ter);
    font-size: 17px;
    line-height: 1.3;
}

.feed-detail__author[b-ds8otu5ieb] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.feed-detail__author-name[b-ds8otu5ieb] {
    color: var(--c-text);
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feed-detail__author-meta[b-ds8otu5ieb] {
    color: var(--c-text-ter);
    font-size: 13px;
}

.feed-detail__action[b-ds8otu5ieb] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-ios-gray5);
    color: var(--color-ios-blue);
}

.feed-detail__body[b-ds8otu5ieb] {
    margin-top: 24px;
    color: var(--c-text);
    font-size: 17px;
    line-height: 1.7;
}

.feed-detail__body > p + p[b-ds8otu5ieb] {
    margin-top: 16px;
}

.feed-detail__hint[b-ds8otu5ieb] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 32px;
    padding: 16px;
    border-radius: 16px;
    background: color-mix(in srgb, var(--feed-hint-color) 12%, transparent);
}

.feed-detail__hint-icon[b-ds8otu5ieb] {
    color: var(--feed-hint-color);
}

.feed-detail__hint-text[b-ds8otu5ieb] {
    color: var(--c-text);
    font-size: 14px;
}

.feed-detail__share-targets[b-ds8otu5ieb] {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 12px 16px;
}

.feed-detail__share-target[b-ds8otu5ieb] {
    min-width: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.feed-detail__share-target-icon[b-ds8otu5ieb] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--feed-share-color);
    color: #fff;
}

.feed-detail__share-target-label[b-ds8otu5ieb] {
    color: var(--c-text);
    font-size: 11px;
    text-align: center;
}

.feed-detail__share-list[b-ds8otu5ieb] {
    margin: 0 16px;
    overflow: hidden;
    border-radius: 16px;
    background: var(--c-bg-elev);
}

.feed-detail__share-cancel-wrap[b-ds8otu5ieb] {
    margin: 12px 16px 0;
    overflow: hidden;
    border-radius: 16px;
    background: var(--c-bg-elev);
}

.feed-detail__share-cancel[b-ds8otu5ieb] {
    justify-content: center;
    color: var(--color-ios-blue);
    font-weight: 600;
}
/* /Pages/Home.razor.rz.scp.css */
.launcher-page[b-1tayi84nhz] {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.launcher-search__clear[b-1tayi84nhz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--c-text) 18%, transparent);
    color: var(--c-bg);
    flex-shrink: 0;
}

.launcher-empty[b-1tayi84nhz] {
    padding: 64px 24px 0;
    text-align: center;
    color: var(--c-text-ter);
}

.launcher-empty__title[b-1tayi84nhz] {
    color: var(--c-text);
    font-size: 17px;
    font-weight: 600;
}

.launcher-empty__hint[b-1tayi84nhz] {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4;
}
/* /Pages/Inbox.razor.rz.scp.css */
/* In-page filter strip — dynamic (one pill per source app with items),
   so we can't map it to server-declared sub-tabs. Sits just under the
   page-scroll's top padding, scrolls horizontally when the user has
   notifications from many apps. */
.inbox-filter[b-kxk6s6tdek] {
    position: sticky;
    top: 0;
    z-index: 5;
    margin: 4px 0 8px;
    background: var(--c-bg);
}

.inbox-filter__track[b-kxk6s6tdek] {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding: 4px 14px;
    scrollbar-width: none;
}
.inbox-filter__track[b-kxk6s6tdek]::-webkit-scrollbar { display: none; }

.inbox-filter__pill[b-kxk6s6tdek] {
    flex: 0 0 auto;
    height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--c-separator, rgba(0, 0, 0, 0.1));
    background: var(--c-bg-elev, #fff);
    color: var(--c-text, #111);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    scroll-snap-align: center;
    scroll-margin-inline: 14px;
    white-space: nowrap;
    transition: background 120ms ease, color 120ms ease, border-color 120ms ease;
}

.inbox-filter__pill--active[b-kxk6s6tdek] {
    background: var(--color-ios-red, #FF3B30);
    border-color: var(--color-ios-red, #FF3B30);
    color: #fff;
}

.notifications-page__prompt[b-kxk6s6tdek] {
    margin: 12px 16px 0;
    padding: 16px;
    border-radius: 16px;
    background: color-mix(in srgb, var(--color-ios-blue) 10%, transparent);
}

.notifications-page__prompt-icon[b-kxk6s6tdek] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 999px;
    background: var(--color-ios-blue);
    color: #fff;
}

.notifications-page__prompt-title[b-kxk6s6tdek] {
    color: var(--c-text);
    font-size: 15px;
    font-weight: 600;
}

.notifications-page__prompt-body[b-kxk6s6tdek] {
    margin-top: 2px;
    color: var(--c-text-sec);
    font-size: 13px;
}

.notifications-page__prompt-cta[b-kxk6s6tdek] {
    height: 32px;
    margin-top: 12px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--color-ios-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.notifications-page__skeleton-icon[b-kxk6s6tdek] {
    width: 44px;
    height: 44px;
    border-radius: 999px;
}

.notifications-page__empty[b-kxk6s6tdek] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 80px 32px 0;
    color: var(--c-text-ter);
    text-align: center;
}

.notifications-page__empty-icon[b-kxk6s6tdek] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-ios-gray5);
    color: var(--color-ios-gray);
}

.notifications-page__empty-title[b-kxk6s6tdek] {
    color: var(--c-text);
    font-size: 17px;
    font-weight: 600;
}

.notifications-page__empty-body[b-kxk6s6tdek] {
    font-size: 14px;
}

.notifications-page__bucket[b-kxk6s6tdek] {
    padding: 16px 20px 4px;
    color: var(--c-text-ter);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.notifications-page__item-title[b-kxk6s6tdek] {
    color: var(--c-text);
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notifications-page__item-title--read[b-kxk6s6tdek] {
    font-weight: 500;
}

.notifications-page__item-dot[b-kxk6s6tdek] {
    width: 8px;
    height: 8px;
    display: inline-block;
    flex-shrink: 0;
    border-radius: 999px;
    background: var(--color-ios-blue);
}

.notifications-page__item-time[b-kxk6s6tdek] {
    margin-left: auto;
    flex-shrink: 0;
    color: var(--c-text-ter);
    font-size: 12px;
}

.notifications-page__item-message[b-kxk6s6tdek] {
    margin-top: 2px;
    color: var(--c-text-sec);
    font-size: 14px;
}

.notifications-page__item-delete[b-kxk6s6tdek] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-text-ter);
}
/* /Pages/Library.razor.rz.scp.css */
.library-page__empty[b-zmvu6a6c4q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 96px 32px 0;
    color: var(--c-text-ter);
    text-align: center;
}

.library-page__empty-icon[b-zmvu6a6c4q] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-ios-gray5);
    color: var(--color-ios-gray);
}

.library-page__empty-title[b-zmvu6a6c4q] {
    color: var(--c-text);
    font-size: 17px;
    font-weight: 600;
}

.library-page__empty-body[b-zmvu6a6c4q] {
    font-size: 14px;
}
/* /Pages/Login.razor.rz.scp.css */
.auth-page[b-j55h5x3dce] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: calc(env(safe-area-inset-top, 0px) + 80px) 24px calc(env(safe-area-inset-bottom, 0px) + 32px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scroll-padding-bottom: calc(var(--kb-height, 0px) + 24px);
}

.auth-page__brand[b-j55h5x3dce] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.auth-page__logo[b-j55h5x3dce] {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 16px;
    background: linear-gradient(160deg, #007AFF, #5856D6);
    color: #fff;
    box-shadow: var(--shadow-ios-card);
}

.auth-page__title[b-j55h5x3dce] {
    color: var(--c-text);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.auth-page__subtitle[b-j55h5x3dce] {
    margin-top: 4px;
    color: var(--c-text-ter);
    font-size: 15px;
}

.auth-page__form[b-j55h5x3dce] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.auth-page__field[b-j55h5x3dce] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.auth-page__field-label[b-j55h5x3dce] {
    color: var(--c-text-ter);
    font-size: 13px;
    font-weight: 500;
}

.auth-page__input[b-j55h5x3dce] {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: none;
    outline: none;
    border-radius: 12px;
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
    font-size: 17px;
    box-sizing: border-box;
}

.auth-page__submit[b-j55h5x3dce] {
    width: 100%;
    height: 52px;
    margin-top: 16px;
    font-size: 17px;
}

.auth-page__footer[b-j55h5x3dce] {
    margin-top: 24px;
    color: var(--c-text-ter);
    font-size: 15px;
    text-align: center;
}

.auth-page__link[b-j55h5x3dce] {
    margin-left: 4px;
    color: var(--color-ios-blue);
    font-weight: 500;
}

.auth-page__version[b-j55h5x3dce] {
    margin-top: auto;
    padding-top: 32px;
    color: var(--c-text-ter);
    font-size: 12px;
    text-align: center;
}
/* /Pages/Messages.razor.rz.scp.css */
.messages-page__search-clear[b-zla2mideou] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-ios-gray);
}

.messages-page__skeleton-icon[b-zla2mideou] {
    width: 44px;
    height: 44px;
    border-radius: 999px;
}

.messages-page__empty[b-zla2mideou] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 48px 32px 0;
    color: var(--c-text-ter);
    text-align: center;
}

.messages-page__empty-icon[b-zla2mideou] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-ios-gray5);
    color: var(--color-ios-gray);
}

.messages-page__empty-title[b-zla2mideou] {
    color: var(--c-text);
    font-size: 17px;
    font-weight: 600;
}

.messages-page__empty-body[b-zla2mideou] {
    font-size: 14px;
}

.messages-page__name[b-zla2mideou] {
    color: var(--c-text);
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.messages-page__time[b-zla2mideou] {
    flex-shrink: 0;
    color: var(--c-text-ter);
    font-size: 12px;
}

.messages-page__badge[b-zla2mideou] {
    background: var(--color-ios-blue);
}

.messages-page__preview[b-zla2mideou] {
    flex: 1 1 auto;
    color: var(--c-text-ter);
    font-size: 14px;
}

.messages-page__preview--unread[b-zla2mideou] {
    color: var(--c-text);
    font-weight: 500;
}

.messages-page__you-prefix[b-zla2mideou] {
    color: var(--c-text-ter);
}

/* Right-aligned column inside the conversation row: timestamp stacked
   over the delete button so they share the same X (otherwise the
   timestamp would float to the right edge of the SHRUNK content area
   while the delete button sits much further right, leaving an awkward
   misaligned gap). flex-shrink:0 keeps the column's intrinsic width
   regardless of how long the conversation name is. */
.messages-page__row-side[b-zla2mideou] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0;
}

.messages-page__delete[b-zla2mideou] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--c-text-ter);
    background: transparent;
    border: none;
    border-radius: 999px;
    padding: 6px;
}
.messages-page__delete:hover[b-zla2mideou],
.messages-page__delete:active[b-zla2mideou] {
    color: var(--color-ios-red, #FF3B30);
    background: color-mix(in srgb, var(--color-ios-red, #FF3B30) 10%, transparent);
}

.messages-page__picker-check[b-zla2mideou] {
    color: var(--color-ios-blue, #007AFF);
}
/* /Pages/MessageThread.razor.rz.scp.css */
.thread-page__scroll[b-lr3ojp1wn1] {
    padding-bottom: calc(var(--safe-bottom) + 68px);
}

.thread-page__empty[b-lr3ojp1wn1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 96px 32px 0;
    color: var(--c-text-ter);
    text-align: center;
}

.thread-page__empty-icon[b-lr3ojp1wn1] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-ios-gray5);
    color: var(--color-ios-gray);
}

.thread-page__empty-title[b-lr3ojp1wn1] {
    color: var(--c-text);
    font-size: 17px;
    font-weight: 600;
}

.thread-page__empty-body[b-lr3ojp1wn1] {
    font-size: 14px;
}

.thread-page__day[b-lr3ojp1wn1] {
    color: var(--c-text-ter);
    font-size: 12px;
    font-weight: 500;
}

.thread-page__anchor[b-lr3ojp1wn1] {
    height: 1px;
}

.thread-page__bubble[b-lr3ojp1wn1] {
    /* Width is controlled by the .thread-page__bubble-col wrapper (78%
       cap, fits-content otherwise). Putting another max-width here on
       top of the wrapper's cap created a circular constraint with
       word-break: break-word that converged to the bubble being a
       single character wide — every short message wrapped onto two
       lines because the layout couldn't decide its own width. */
    padding: 8px 14px;
    font-size: 16px;
    line-height: 1.35;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.thread-page__bubble--mine[b-lr3ojp1wn1] {
    border-radius: 16px 16px 6px 16px;
    background: var(--color-ios-blue);
    color: #fff;
}

.thread-page__bubble--other[b-lr3ojp1wn1] {
    border-radius: 16px 16px 16px 6px;
    background: color-mix(in srgb, var(--c-text) 10%, transparent);
    color: var(--c-text);
}

.thread-page__readonly[b-lr3ojp1wn1] {
    padding: 8px 0 16px;
    color: var(--c-text-ter);
    font-size: 13px;
    text-align: center;
}

.thread-page__message-row[b-lr3ojp1wn1] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 7px;
}

.thread-page__message-row--mine[b-lr3ojp1wn1] {
    justify-content: flex-end;
}

.thread-page__avatar-slot[b-lr3ojp1wn1] {
    width: 28px;
    min-width: 28px;
    height: 28px;
}

/* Sender name above the first bubble of each sender's streak in a
   group thread. Tiny + low-contrast — gives the reader a glance-able
   "who is this from" without competing with the bubble content. The
   small left padding (4px) lines the name up with the bubble's text
   instead of the bubble's edge. */
.thread-page__sender-name[b-lr3ojp1wn1] {
    margin: 0 0 3px 4px;
    color: var(--c-text-ter);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.2;
}

.thread-page__bubble-col[b-lr3ojp1wn1] {
    display: flex;
    flex-direction: column;
    /* Cap the column so very long messages wrap at ~78% of the row.
       min-width:0 lets the column shrink below the longest unbroken
       word when the parent constraint demands it. */
    max-width: 78%;
    min-width: 0;
}

.thread-page__attachments[b-lr3ojp1wn1] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 4px;
}
.thread-page__attachments--mine[b-lr3ojp1wn1] {
    align-items: flex-end;
}

.thread-page__image-wrap[b-lr3ojp1wn1] {
    display: block;
    max-width: 260px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    cursor: pointer;
    touch-action: manipulation;
}
.thread-page__image-wrap img[b-lr3ojp1wn1] {
    display: block;
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: cover;
}

.thread-page__image-wrap:active[b-lr3ojp1wn1] {
    opacity: 0.82;
}

.thread-page__video[b-lr3ojp1wn1] {
    max-width: 260px;
    width: 100%;
    border-radius: 16px;
    background: #000;
}

.thread-page__file[b-lr3ojp1wn1] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    color: var(--c-text);
    text-decoration: none;
    font-size: 14px;
    max-width: 260px;
}
.thread-page__file-name[b-lr3ojp1wn1] {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thread-page__file-size[b-lr3ojp1wn1] {
    flex-shrink: 0;
    color: var(--c-text-ter);
    font-size: 12px;
}

/* Read receipt line under the last message I sent. Deliberately quiet
   (tiny, low-contrast) so it doesn't compete with the bubble content —
   the user only needs a glance to know whether the peer has caught up. */
.thread-page__receipt[b-lr3ojp1wn1] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 4px 0;
    color: var(--c-text-ter);
    font-size: 11px;
    font-style: italic;
    margin-top: 2px;
    align-self: flex-end;
}

/* Pending = sitting in the offline outbox waiting to be flushed. Dim
   the bubble enough that the user reads it as "not really sent yet"
   without making it unreadable, and tint the receipt with the iOS
   orange so the pending state pops at a glance. */
.thread-page__bubble--pending[b-lr3ojp1wn1] {
    opacity: 0.62;
}

.thread-page__receipt--pending[b-lr3ojp1wn1] {
    color: var(--color-ios-orange, #FF9500);
}

/* Typing indicator — a short "name is typing…" pill with three
   pulsating dots so the animation catches the eye even in a busy list. */
.thread-page__typing[b-lr3ojp1wn1] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 16px 16px 16px 6px;
    background: color-mix(in srgb, var(--c-text) 10%, transparent);
    color: var(--c-text-ter);
    font-size: 12px;
    font-style: italic;
}
.thread-page__typing-dots[b-lr3ojp1wn1] {
    display: inline-flex;
    gap: 3px;
}
.thread-page__typing-dots span[b-lr3ojp1wn1] {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: currentColor;
    animation: threadTyping-b-lr3ojp1wn1 1.1s infinite ease-in-out;
}
.thread-page__typing-dots span:nth-child(2)[b-lr3ojp1wn1] { animation-delay: 150ms; }
.thread-page__typing-dots span:nth-child(3)[b-lr3ojp1wn1] { animation-delay: 300ms; }

@keyframes threadTyping-b-lr3ojp1wn1 {
    0%, 80%, 100% { opacity: 0.25; transform: translateY(0); }
    40%           { opacity: 1;    transform: translateY(-3px); }
}

/* Composer extensions for the pending attachments tray (rendered above
   the textarea while uploads are in flight / queued for send). */
.thread-composer__attachments[b-lr3ojp1wn1] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px 12px 0 12px;
}

.thread-composer__attachment-chip[b-lr3ojp1wn1] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px 4px 6px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--c-text) 10%, transparent);
    color: var(--c-text);
    font-size: 13px;
    max-width: 220px;
}
.thread-composer__attachment-chip img[b-lr3ojp1wn1] {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    object-fit: cover;
}
.thread-composer__attachment-chip span[b-lr3ojp1wn1] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.thread-composer__attachment-remove[b-lr3ojp1wn1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--c-text) 15%, transparent);
    color: var(--c-text);
    border: none;
}

/* Pending-upload state: dim the chip + show a spinning loader glyph so
   the user knows the attachment is still being uploaded. The chip
   stays tappable (remove button remains live) so the user can cancel
   an in-flight upload before hitting Send. */
.thread-composer__attachment-chip--uploading[b-lr3ojp1wn1] {
    opacity: 0.72;
}

.thread-composer__attachment-spinner[b-lr3ojp1wn1] {
    animation: threadAttachmentSpin-b-lr3ojp1wn1 0.9s linear infinite;
    color: var(--color-ios-blue, #007AFF);
}

@keyframes threadAttachmentSpin-b-lr3ojp1wn1 {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* The "+" button now opens an action sheet (Camera / File). The actual
   <input type="file"> elements live OUTSIDE the composer markup and are
   triggered via <label for=…> from inside the sheet. Hiding them
   off-screen keeps the browser's "Aucun fichier sélectionné" affordance
   out of the composer and stops iOS WebKit from anchoring the picker UI
   to the input's coordinates. */
.thread-composer__plus[b-lr3ojp1wn1] {
    position: relative;
    cursor: pointer;
}
.thread-composer__plus:focus-visible[b-lr3ojp1wn1] {
    outline: 2px solid var(--color-ios-blue, #007AFF);
    border-radius: 999px;
}

/* .thread-composer__hidden-file is defined globally in
   wwwroot/css/components.css — Blazor's scoped CSS marker doesn't
   propagate onto the <input> emitted by the framework's <InputFile>
   component, so a scoped rule here would never match and the file
   input would render with the browser's "Choose files, no file
   chosen" label leaking onto the page. */

/* Attach sheet — same shape as the Family + AccountInfo photo sheets so
   the three media pickers in the app are visually identical. We re-use
   HmListRow inside an .ios-list-style container with a separated
   "Cancel" tile below. */
.thread-attach-sheet__list[b-lr3ojp1wn1] {
    margin: 0 16px;
    overflow: hidden;
    border-radius: 16px;
    background: var(--c-bg-elev);
}

.thread-attach-sheet__list--spaced[b-lr3ojp1wn1] {
    margin-top: 12px;
}

.thread-attach-sheet__cancel[b-lr3ojp1wn1] {
    justify-content: center;
    color: var(--color-ios-blue);
    font-weight: 600;
}

.thread-image-viewer[b-lr3ojp1wn1] {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--safe-top) + 64px) 16px calc(var(--safe-bottom) + 72px);
    background: rgba(0, 0, 0, 0.94);
    color: #fff;
    animation: threadImageViewerIn-b-lr3ojp1wn1 160ms ease-out both;
}

.thread-image-viewer__top[b-lr3ojp1wn1] {
    position: absolute;
    top: calc(var(--safe-top) + 8px);
    left: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.thread-image-viewer__button[b-lr3ojp1wn1],
.thread-image-viewer__nav[b-lr3ojp1wn1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    text-decoration: none;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.thread-image-viewer__button:active[b-lr3ojp1wn1],
.thread-image-viewer__nav:active[b-lr3ojp1wn1] {
    background: rgba(255, 255, 255, 0.24);
}

.thread-image-viewer__stage[b-lr3ojp1wn1] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.thread-image-viewer__stage img[b-lr3ojp1wn1] {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.thread-image-viewer__nav[b-lr3ojp1wn1] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.thread-image-viewer__nav--prev[b-lr3ojp1wn1] {
    left: 10px;
}

.thread-image-viewer__nav--next[b-lr3ojp1wn1] {
    right: 10px;
}

.thread-image-viewer__caption[b-lr3ojp1wn1] {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: calc(var(--safe-bottom) + 18px);
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes threadImageViewerIn-b-lr3ojp1wn1 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Shared component classes (.field-input, .ghost-btn, .destructive-btn,
   .pill--subtle) live in wwwroot/css/components.css so they apply
   regardless of which page hosts them — they're page-agnostic and the
   scoped CSS marker would have hidden them from sibling pages. */
/* /Pages/Profile.razor.rz.scp.css */
.profile-page__address-wrap[b-qq9qd497nq] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.profile-page__address-pill[b-qq9qd497nq] {
    max-width: 100%;
    height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    color: var(--c-text-sec);
    font-size: 13px;
    font-weight: 500;
}

.profile-page__dev-cert[b-qq9qd497nq] {
    color: var(--c-text);
}

.profile-page__dev-cert-icon[b-qq9qd497nq] {
    background: #007AFF;
}

.profile-page__logout[b-qq9qd497nq] {
    justify-content: center;
    color: var(--color-ios-red);
}
/* /Pages/Register.razor.rz.scp.css */
.register-page[b-kyoa73z01o] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    padding: calc(env(safe-area-inset-top, 0px) + 56px) 24px calc(env(safe-area-inset-bottom, 0px) + 32px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.register-page__brand[b-kyoa73z01o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}

.register-page__logo[b-kyoa73z01o] {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 16px;
    background: linear-gradient(160deg, #34C759, #00C7BE);
    color: #fff;
    box-shadow: var(--shadow-ios-card);
}

.register-page__title[b-kyoa73z01o] {
    color: var(--c-text);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.register-page__subtitle[b-kyoa73z01o] {
    margin-top: 4px;
    color: var(--c-text-ter);
    font-size: 15px;
    text-align: center;
}

.register-page__form[b-kyoa73z01o] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.register-page__section[b-kyoa73z01o] {
    margin-top: 16px;
    color: var(--c-text-ter);
    font-size: 13px;
    font-weight: 500;
}

.register-page__section--first[b-kyoa73z01o] {
    margin-top: 8px;
}

.register-page__field[b-kyoa73z01o] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.register-page__hint[b-kyoa73z01o] {
    padding-left: 8px;
    color: var(--c-text-ter);
    font-size: 12px;
}

.register-page__row[b-kyoa73z01o] {
    display: flex;
    gap: 12px;
}

.register-page__input[b-kyoa73z01o] {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: none;
    outline: none;
    border-radius: 12px;
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
    font-size: 17px;
    box-sizing: border-box;
}

.register-page__error[b-kyoa73z01o] {
    margin-top: 4px;
    color: var(--color-ios-red);
    font-size: 14px;
}

.register-page__submit[b-kyoa73z01o] {
    width: 100%;
    height: 52px;
    margin-top: 16px;
    font-size: 17px;
}

.register-page__footer[b-kyoa73z01o] {
    margin-top: 24px;
    color: var(--c-text-ter);
    font-size: 15px;
    text-align: center;
}

.register-page__link[b-kyoa73z01o] {
    margin-left: 4px;
    color: var(--color-ios-blue);
    font-weight: 500;
}

.register-page__version[b-kyoa73z01o] {
    margin-top: auto;
    padding-top: 32px;
    color: var(--c-text-ter);
    font-size: 12px;
    text-align: center;
}
/* /Pages/Search.razor.rz.scp.css */
.search-page__clear[b-c9be9ms9w2] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-ios-gray);
}

.search-page__empty[b-c9be9ms9w2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 64px 32px 0;
    color: var(--c-text-ter);
    text-align: center;
}

.search-page__empty-icon[b-c9be9ms9w2] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-ios-gray5);
    color: var(--color-ios-gray);
}

.search-page__empty-title[b-c9be9ms9w2] {
    color: var(--c-text);
    font-size: 17px;
    font-weight: 600;
}

.search-page__empty-body[b-c9be9ms9w2] {
    font-size: 14px;
}
/* /Pages/Settings/AccountInfo.razor.rz.scp.css */
.account-info-page__subtitle[b-0i124b23ei] {
    padding: 12px 16px 16px;
    color: var(--c-text-ter);
    font-size: 15px;
}

.account-info-page__hidden-input[b-0i124b23ei] {
    display: none;
}
/* /Pages/Settings/Appearance.razor.rz.scp.css */
.appearance-page__mode[b-iygy4s34f7] {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-radius: 16px;
    background: var(--c-bg-elev);
    box-shadow: var(--shadow-ios-card);
    transition: opacity 120ms ease;
}

.appearance-page__mode--selected[b-iygy4s34f7] {
    outline: 2px solid var(--color-ios-blue);
    outline-offset: -2px;
}

.appearance-page__mode-preview[b-iygy4s34f7] {
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 12px;
    background: var(--appearance-preview);
}

.appearance-page__mode-label[b-iygy4s34f7] {
    color: var(--c-text);
    font-size: 13px;
    font-weight: 600;
}
/* /Pages/Settings/Changelog.razor.rz.scp.css */
.changelog-page__status[b-egvrrrnj3m] {
    padding: 0 16px 8px;
    color: var(--c-text-ter);
    font-size: 15px;
}

.changelog-page__current-version[b-egvrrrnj3m] {
    color: var(--color-ios-blue);
    font-weight: 600;
}

.changelog-page__empty[b-egvrrrnj3m] {
    padding: 16px 16px 0;
    color: var(--c-text-ter);
    font-size: 15px;
    text-align: center;
}

.changelog-page__entry-version[b-egvrrrnj3m] {
    color: var(--c-text);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.changelog-page__entry-version--current[b-egvrrrnj3m] {
    color: var(--color-ios-blue);
}

.changelog-page__entry-date[b-egvrrrnj3m] {
    color: var(--c-text-ter);
    font-size: 13px;
}

.changelog-page__installed[b-egvrrrnj3m] {
    margin-top: 2px;
    color: var(--color-ios-blue);
    font-size: 12px;
}

.changelog-page__change-type[b-egvrrrnj3m] {
    color: var(--c-text-ter);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.changelog-page__change-text[b-egvrrrnj3m] {
    margin-top: 2px;
    color: var(--c-text);
    font-size: 15px;
    line-height: 1.4;
}
/* /Pages/Settings/ChangePassword.razor.rz.scp.css */
.change-password-page__subtitle[b-8tq1708uuq] {
    padding: 12px 16px 8px;
    color: var(--c-text-ter);
    font-size: 15px;
}

.change-password-page__form[b-8tq1708uuq] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 16px 24px;
}

.change-password-page__field[b-8tq1708uuq] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.change-password-page__label[b-8tq1708uuq] {
    color: var(--c-text-ter);
    font-size: 13px;
    font-weight: 500;
}

.change-password-page__input[b-8tq1708uuq] {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: none;
    outline: none;
    border-radius: 12px;
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
    font-size: 17px;
    box-sizing: border-box;
}

.change-password-page__submit[b-8tq1708uuq] {
    height: 52px;
    margin-top: 12px;
    font-size: 17px;
}
/* /Pages/Settings/Debug/DebugNotifications.razor.rz.scp.css */
.debug-notifs__subtitle[b-apnb13s47m] {
    padding: 12px 16px 16px;
    color: var(--c-text-ter);
    font-size: 15px;
}

.debug-notifs__field-label[b-apnb13s47m] {
    margin-bottom: 4px;
    color: var(--c-text-ter);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.debug-notifs__field-input[b-apnb13s47m] {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: var(--c-text);
    font-size: 17px;
}

.debug-notifs__field-input--textarea[b-apnb13s47m] {
    resize: none;
}

.debug-notifs__empty[b-apnb13s47m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 80px 32px 0;
    color: var(--c-text-ter);
    text-align: center;
}

.debug-notifs__empty-icon[b-apnb13s47m] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-ios-gray5);
    color: var(--color-ios-gray);
}

.debug-notifs__empty-title[b-apnb13s47m] {
    color: var(--c-text);
    font-size: 17px;
    font-weight: 600;
}

.debug-notifs__empty-body[b-apnb13s47m] {
    font-size: 14px;
}

.debug-notifs__report[b-apnb13s47m] {
    margin: 12px 16px 16px;
    padding: 16px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--debug-report-color) 12%, transparent);
}

.debug-notifs__report-title[b-apnb13s47m] {
    margin-bottom: 4px;
    color: var(--debug-report-color);
    font-size: 13px;
    font-weight: 600;
}

.debug-notifs__report-body[b-apnb13s47m] {
    color: var(--c-text-sec);
    font-size: 13px;
    white-space: pre-line;
}
/* /Pages/Settings/Family.razor.rz.scp.css */
.family-page__cover[b-901zcwzbo2] {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 2.4 / 1;
}

.family-page__cover-fallback[b-901zcwzbo2] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #AF52DE 0%, #5856D6 100%);
}

.family-page__cover-initial[b-901zcwzbo2] {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -0.02em;
    opacity: 0.9;
}

.family-page__cover-photo-btn[b-901zcwzbo2] {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: color-mix(in srgb, #000 55%, transparent);
    color: #fff;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.family-page__summary[b-901zcwzbo2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 24px;
    text-align: center;
}

.family-page__title[b-901zcwzbo2] {
    color: var(--c-text);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.family-page__handle[b-901zcwzbo2] {
    margin-top: 2px;
    color: var(--c-text-ter);
    font-size: 13px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.family-page__description[b-901zcwzbo2] {
    color: var(--c-text-sec);
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
}

.family-page__description-edit[b-901zcwzbo2] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    color: var(--c-text-ter);
}

.family-page__description-add[b-901zcwzbo2] {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-ios-blue);
    font-size: 13px;
}

.family-page__tree-empty[b-901zcwzbo2],
.family-page__tree-hint[b-901zcwzbo2] {
    color: var(--c-text-ter);
    text-align: center;
}

.family-page__tree-empty[b-901zcwzbo2] {
    font-size: 15px;
}

.family-page__tree-hint[b-901zcwzbo2] {
    margin-top: 16px;
    font-size: 13px;
}

.family-page__tree-center-name[b-901zcwzbo2],
.family-page__tree-node-name[b-901zcwzbo2] {
    width: 100%;
    margin-top: 4px;
    color: var(--c-text);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.family-page__tree-center-name[b-901zcwzbo2] {
    font-size: 13px;
    font-weight: 600;
}

.family-page__tree-node-name[b-901zcwzbo2] {
    font-size: 12px;
    font-weight: 500;
}

.family-page__tree-open[b-901zcwzbo2] {
    height: 38px;
}

.family-page__member-link[b-901zcwzbo2] {
    color: inherit;
    text-decoration: none;
}

.family-page__member-subtitle[b-901zcwzbo2] {
    margin-top: 2px;
    color: var(--c-text-ter);
    font-size: 13px;
}

.family-page__hidden-input[b-901zcwzbo2] {
    display: none;
}

.family-page__sheet-body[b-901zcwzbo2] {
    padding: 0 16px 24px;
}

.family-page__description-input[b-901zcwzbo2] {
    width: 100%;
    min-height: 110px;
    padding: 12px;
    border: none;
    outline: none;
    resize: none;
    border-radius: 12px;
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
    font-size: 15px;
    box-sizing: border-box;
}

.family-page__description-counter[b-901zcwzbo2] {
    margin-top: 4px;
    color: var(--c-text-ter);
    font-size: 12px;
    text-align: right;
}

.family-page__sheet-list[b-901zcwzbo2] {
    margin: 0 16px;
    overflow: hidden;
    border-radius: 16px;
    background: var(--c-bg-elev);
}

.family-page__sheet-list--spaced[b-901zcwzbo2] {
    margin-top: 12px;
}

.family-page__sheet-cancel[b-901zcwzbo2] {
    justify-content: center;
    color: var(--color-ios-blue);
    font-weight: 600;
}
/* /Pages/Settings/FamilyAddMember.razor.rz.scp.css */
.family-add-page__subtitle[b-74y1usl6y9] {
    padding: 12px 16px 8px;
    color: var(--c-text-ter);
    font-size: 15px;
}

.family-add-page__form[b-74y1usl6y9] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px 16px 24px;
}

.family-add-page__row[b-74y1usl6y9] {
    display: flex;
    gap: 12px;
}

.family-add-page__input[b-74y1usl6y9] {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: none;
    outline: none;
    border-radius: 12px;
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
    font-size: 17px;
    box-sizing: border-box;
}

.family-add-page__actions[b-74y1usl6y9] {
    padding: 16px 16px 32px;
}

.family-add-page__submit[b-74y1usl6y9] {
    height: 52px;
    font-size: 17px;
}
/* /Pages/Settings/FamilyMemberDetail.razor.rz.scp.css */
.family-member__not-found[b-bb29ocujee] {
    padding: 24px 16px;
    color: var(--c-text-ter);
    font-size: 15px;
}

.family-member__badge[b-bb29ocujee] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 28px;
    margin-top: 12px;
    padding: 0 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--family-member-badge-color) 15%, transparent);
    color: var(--family-member-badge-color);
    font-size: 13px;
    font-weight: 500;
}

.family-member__badge--secondary[b-bb29ocujee] {
    margin-top: 8px;
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    color: var(--c-text-sec);
}

.family-member__muted-label[b-bb29ocujee],
.family-member__relation-kind[b-bb29ocujee],
.family-member__head-hint[b-bb29ocujee],
.family-member__wizard-hint[b-bb29ocujee],
.family-member__section-title[b-bb29ocujee] {
    color: var(--c-text-ter);
}

.family-member__relation-kind[b-bb29ocujee] {
    margin-top: 2px;
    font-size: 13px;
}

.family-member__head-hint[b-bb29ocujee] {
    padding: 16px 16px 0;
    font-size: 15px;
}

.family-member__section-title[b-bb29ocujee] {
    padding: 16px 16px 4px;
    font-size: 13px;
    font-weight: 500;
}

.family-member__section-title--compact[b-bb29ocujee] {
    padding-top: 12px;
}

.family-member__hidden-input[b-bb29ocujee] {
    display: none;
}

.family-member__wizard-hint[b-bb29ocujee] {
    padding: 4px 16px 12px;
    font-size: 15px;
}
/* /Pages/Settings/Help.razor.rz.scp.css */
.help-page__empty[b-wnrwdptptm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 96px 32px 0;
    color: var(--c-text-ter);
    text-align: center;
}

.help-page__empty-icon[b-wnrwdptptm] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-ios-gray5);
    color: var(--color-ios-gray);
}

.help-page__empty-title[b-wnrwdptptm] {
    color: var(--c-text);
    font-size: 17px;
    font-weight: 600;
}

.help-page__empty-body[b-wnrwdptptm] {
    font-size: 14px;
}
/* /Pages/Settings/Language.razor.rz.scp.css */
.language-page__subtitle[b-8ve5qpza6i] {
    padding: 12px 16px 16px;
    color: var(--c-text-ter);
    font-size: 15px;
}
/* /Pages/Settings/Security.razor.rz.scp.css */
.security-page__notice[b-xifuoq9hih] {
    margin: 12px 16px 0;
    padding: 12px 16px;
    border-radius: 12px;
    background: var(--color-ios-gray5);
    color: var(--c-text-ter);
    font-size: 14px;
}

.security-page__no-sessions[b-xifuoq9hih],
.security-page__device-meta[b-xifuoq9hih],
.security-page__sheet-hint[b-xifuoq9hih] {
    color: var(--c-text-ter);
}

.security-page__no-sessions[b-xifuoq9hih] {
    font-size: 15px;
}

.security-page__device-name[b-xifuoq9hih] {
    color: var(--c-text);
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.security-page__current-badge[b-xifuoq9hih] {
    padding: 0 6px;
    border-radius: 4px;
    background: color-mix(in srgb, var(--color-ios-green) 14%, transparent);
    color: var(--color-ios-green);
    font-size: 12px;
    font-weight: 500;
}

.security-page__device-meta[b-xifuoq9hih] {
    margin-top: 2px;
    font-size: 13px;
}

.security-page__revoke[b-xifuoq9hih] {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-ios-red) 14%, transparent);
    color: var(--color-ios-red);
}

.security-page__signout-others[b-xifuoq9hih] {
    background: var(--color-ios-red);
}

.security-page__sheet-hint[b-xifuoq9hih] {
    padding: 0 16px 12px;
    font-size: 13px;
}
/* /Pages/Settings/Terms.razor.rz.scp.css */
.terms-page__subtitle[b-tjm35oxugu] {
    padding: 12px 16px 16px;
    color: var(--c-text-ter);
    font-size: 15px;
}

.terms-page__article[b-tjm35oxugu] {
    padding: 0 20px 32px;
    color: var(--c-text);
    font-size: 16px;
    line-height: 1.65;
}

.terms-page__article > * + *[b-tjm35oxugu] {
    margin-top: 16px;
}

.terms-page__heading[b-tjm35oxugu] {
    padding-top: 8px;
    font-size: 18px;
    font-weight: 600;
}

.terms-page__endnote[b-tjm35oxugu] {
    padding: 0 16px 16px;
    color: var(--c-text-ter);
    font-size: 13px;
    text-align: center;
}
/* /Pages/Settings/Timezone.razor.rz.scp.css */
.tz-page__subtitle[b-x0ce47sf0n] {
    padding: 12px 16px 4px;
    color: var(--c-text-ter);
    font-size: 15px;
}

.tz-page__search[b-x0ce47sf0n] {
    padding: 4px 16px 8px;
}

.tz-page__search-input[b-x0ce47sf0n] {
    width: 100%;
    padding: 10px 14px;
    border-radius: 12px;
    border: none;
    background: rgba(120, 120, 128, 0.14);
    font-size: 15px;
    outline: none;
}

.tz-page__empty[b-x0ce47sf0n] {
    color: var(--c-text-ter);
    padding: 14px 16px;
    font-size: 14px;
    text-align: center;
}
/* /Pages/SignedOut.razor.rz.scp.css */
.signed-out-page[b-g3k46e4eez] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: calc(env(safe-area-inset-top, 0px) + 48px) 32px calc(env(safe-area-inset-bottom, 0px) + 32px);
    text-align: center;
}

.signed-out-page__icon[b-g3k46e4eez] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(160deg, #FF9500, #FF3B30);
    color: #fff;
    box-shadow: var(--shadow-ios-card);
}

.signed-out-page__title[b-g3k46e4eez] {
    color: var(--c-text);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.signed-out-page__body[b-g3k46e4eez] {
    max-width: 320px;
    color: var(--c-text-ter);
    font-size: 15px;
}

.signed-out-page__cta[b-g3k46e4eez] {
    min-width: 220px;
    height: 52px;
    margin-top: 8px;
    font-size: 17px;
}

.signed-out-page__version[b-g3k46e4eez] {
    margin-top: auto;
    padding-top: 32px;
    color: var(--c-text-ter);
    font-size: 12px;
}
/* /Pages/Tasks.razor.rz.scp.css */
.task-row__title[b-zmsvzbdoki] {
    color: var(--c-text);
}

.task-row__meta[b-zmsvzbdoki] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
    color: var(--c-text-ter);
    font-size: 12px;
}

.task-row__dot[b-zmsvzbdoki] {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 999px;
    background: var(--task-dot-color);
}

.task-row__today[b-zmsvzbdoki] {
    color: var(--color-ios-orange);
    font-weight: 500;
}

.task-row__delete[b-zmsvzbdoki] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-ios-red);
    color: #fff;
}

.task-row__show-all[b-zmsvzbdoki] {
    justify-content: center;
    color: var(--color-ios-blue);
    font-weight: 500;
    cursor: pointer;
}

.tasks-empty[b-zmsvzbdoki] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 48px 32px 0;
    color: var(--c-text-ter);
    text-align: center;
}

.tasks-empty__icon[b-zmsvzbdoki] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-ios-gray5);
    color: var(--color-ios-gray);
}

.tasks-empty__title[b-zmsvzbdoki] {
    color: var(--c-text);
    font-size: 17px;
    font-weight: 600;
}

.tasks-sheet[b-zmsvzbdoki] {
    padding: 0 16px 24px;
}

.tasks-sheet__label[b-zmsvzbdoki] {
    display: block;
    margin-bottom: 6px;
    color: var(--c-text-ter);
    font-size: 13px;
    font-weight: 500;
}

.tasks-sheet__label--spaced[b-zmsvzbdoki] {
    margin-top: 20px;
    margin-bottom: 8px;
}

.tasks-sheet__input[b-zmsvzbdoki] {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: none;
    outline: none;
    border-radius: 12px;
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
    font-size: 17px;
    box-sizing: border-box;
}

.tasks-sheet__tag[b-zmsvzbdoki] {
    height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: color-mix(in srgb, var(--task-tag-color) 14%, transparent);
    color: var(--task-tag-color);
    font-size: 14px;
    font-weight: 500;
    transition: opacity 120ms ease;
}

.tasks-sheet__tag--active[b-zmsvzbdoki] {
    border-color: var(--task-tag-color);
    background: var(--task-tag-color);
    color: #fff;
}

.tasks-sheet__today[b-zmsvzbdoki] {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 16px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
}

.tasks-sheet__today-label[b-zmsvzbdoki] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--c-text);
}

.tasks-sheet__today-icon[b-zmsvzbdoki] {
    color: var(--color-ios-orange);
}

/* --- New-list sheet ------------------------------------------------------ */

.tasks-new-list__icon-grid[b-zmsvzbdoki] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.tasks-new-list__icon[b-zmsvzbdoki] {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 12px;
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
    transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}

.tasks-new-list__icon--active[b-zmsvzbdoki] {
    border-color: var(--task-tag-color);
    background: var(--task-tag-color);
    color: #fff;
}

.tasks-new-list__color-grid[b-zmsvzbdoki] {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 8px;
}

.tasks-new-list__color[b-zmsvzbdoki] {
    aspect-ratio: 1 / 1;
    border: 2px solid transparent;
    border-radius: 999px;
    box-shadow: inset 0 0 0 0 transparent;
    transition: transform 120ms ease, border-color 120ms ease;
}

.tasks-new-list__color--active[b-zmsvzbdoki] {
    border-color: var(--c-text);
    transform: scale(1.06);
}

.tasks-sheet__delete[b-zmsvzbdoki] {
    width: 100%;
    height: 50px;
    margin-top: 12px;
    border-radius: 16px;
    background: color-mix(in srgb, var(--color-ios-red) 14%, transparent);
    color: var(--color-ios-red);
    font-size: 17px;
    font-weight: 600;
}
/* /Shared/AxisInfoContent.razor.rz.scp.css */
.axis-info__hero[b-jxqmhakzoj] {
    padding: 20px 20px 8px;
    text-align: center;
}

.axis-info__category[b-jxqmhakzoj] {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 6px;
}

.axis-info__title[b-jxqmhakzoj] {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.axis-info__description[b-jxqmhakzoj] {
    font-size: 15px;
    color: var(--c-text-ter);
    line-height: 1.5;
    max-width: 520px;
    margin: 0 auto;
}

.axis-info__scale-row[b-jxqmhakzoj] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(120, 120, 128, 0.12);
}

.axis-info__scale-row:last-child[b-jxqmhakzoj] {
    border-bottom: none;
}

.axis-info__scale-emoji[b-jxqmhakzoj] {
    font-size: 30px;
    line-height: 1;
    flex-shrink: 0;
    min-width: 40px;
    text-align: center;
}

.axis-info__scale-text[b-jxqmhakzoj] {
    flex: 1;
    min-width: 0;
}

.axis-info__scale-score[b-jxqmhakzoj] {
    font-size: 12px;
    color: var(--c-text-ter);
    font-weight: 600;
    margin-bottom: 2px;
}

.axis-info__scale-meaning[b-jxqmhakzoj] {
    font-size: 14px;
    line-height: 1.4;
}
/* /Shared/EmojiRating.razor.rz.scp.css */
.emoji-rating[b-7nmlb4ivpw] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.emoji-rating__btn[b-7nmlb4ivpw] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 6px 0;
    background: rgba(120, 120, 128, 0.08);
    border: 2px solid transparent;
    border-radius: 12px;
    transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
    cursor: pointer;
}

.emoji-rating__btn:active[b-7nmlb4ivpw] {
    transform: scale(0.94);
}

.emoji-rating__btn--active[b-7nmlb4ivpw] {
    background: rgba(175, 82, 222, 0.14);
    border-color: #AF52DE;
    transform: scale(1.04);
}

.emoji-rating__emoji[b-7nmlb4ivpw] {
    font-size: 26px;
    line-height: 1;
    filter: saturate(1.05);
}
/* /Shared/HarmonyBell.razor.rz.scp.css */
.harmony-bell[b-07ovxwsukk] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-text);
}

.harmony-bell__badge[b-07ovxwsukk] {
    position: absolute;
    top: 6px;
    right: 6px;
    min-width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--color-ios-red);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 0 0 2px var(--c-bg);
}
/* /Shared/HarmonyNotificationsSheet.razor.rz.scp.css */
.notifications-sheet__enable[b-hsvwedvtj7] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 16px 12px;
    padding: 12px;
    border-radius: 16px;
    background: color-mix(in srgb, var(--color-ios-blue) 10%, transparent);
}

.notifications-sheet__enable-icon[b-hsvwedvtj7] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 999px;
    background: var(--color-ios-blue);
    color: #fff;
}

.notifications-sheet__enable-title[b-hsvwedvtj7] {
    color: var(--c-text);
    font-size: 14px;
    font-weight: 600;
}

.notifications-sheet__enable-body[b-hsvwedvtj7] {
    color: var(--c-text-sec);
    font-size: 12px;
}

.notifications-sheet__enable-cta[b-hsvwedvtj7] {
    height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--color-ios-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.notifications-sheet__skeleton-icon[b-hsvwedvtj7] {
    width: 36px;
    height: 36px;
    border-radius: 999px;
}

.notifications-sheet__empty[b-hsvwedvtj7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 32px;
    color: var(--c-text-ter);
    text-align: center;
}

.notifications-sheet__empty-icon[b-hsvwedvtj7] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-ios-gray5);
    color: var(--color-ios-gray);
}

.notifications-sheet__empty-title[b-hsvwedvtj7] {
    color: var(--c-text);
    font-size: 15px;
    font-weight: 600;
}

.notifications-sheet__item-title[b-hsvwedvtj7] {
    color: var(--c-text);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notifications-sheet__item-title--read[b-hsvwedvtj7] {
    font-weight: 500;
}

.notifications-sheet__item-dot[b-hsvwedvtj7] {
    width: 7px;
    height: 7px;
    display: inline-block;
    flex-shrink: 0;
    border-radius: 999px;
    background: var(--color-ios-blue);
}

.notifications-sheet__item-time[b-hsvwedvtj7] {
    margin-left: auto;
    flex-shrink: 0;
    color: var(--c-text-ter);
    font-size: 11px;
}

.notifications-sheet__item-message[b-hsvwedvtj7] {
    margin-top: 2px;
    color: var(--c-text-sec);
    font-size: 13px;
}

.notifications-sheet__view-all[b-hsvwedvtj7] {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--color-ios-blue);
    font-size: 14px;
    font-weight: 600;
}
/* /Shared/HeatmapCalendar.razor.rz.scp.css */
.heatmap[b-yz0x8jtbbh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 12px 0 4px;
}

.heatmap__grid[b-yz0x8jtbbh] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.heatmap__row[b-yz0x8jtbbh] {
    display: flex;
    gap: 3px;
}

.heatmap__cell[b-yz0x8jtbbh] {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: none;
    padding: 0;
    background: rgba(120, 120, 128, 0.12);
    transition: transform 120ms ease, box-shadow 120ms ease;
    cursor: pointer;
}

.heatmap__cell:disabled[b-yz0x8jtbbh] {
    cursor: default;
}

.heatmap__cell:not(:disabled):active[b-yz0x8jtbbh] {
    transform: scale(0.88);
}

/* 5 score buckets, cool→warm so low = red and high = green. Kept deliberately
   saturated so the pattern reads on thumbnail screenshots too. */
.heatmap__cell--empty[b-yz0x8jtbbh]   { background: rgba(120, 120, 128, 0.14); }
.heatmap__cell--future[b-yz0x8jtbbh]  { background: transparent; visibility: hidden; }
.heatmap__cell--l0[b-yz0x8jtbbh]      { background: #FF3B30; }   /* 1 */
.heatmap__cell--l1[b-yz0x8jtbbh]      { background: #FF9500; }   /* 2 */
.heatmap__cell--l2[b-yz0x8jtbbh]      { background: #FFCC00; }   /* 3 */
.heatmap__cell--l3[b-yz0x8jtbbh]      { background: #30D158; }   /* 4 */
.heatmap__cell--l4[b-yz0x8jtbbh]      { background: #00A86B; }   /* 5 */

.heatmap__cell--selected[b-yz0x8jtbbh] {
    box-shadow: 0 0 0 2px #AF52DE;
}

.heatmap__legend[b-yz0x8jtbbh] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: var(--c-text-ter);
}

.heatmap__legend .heatmap__cell[b-yz0x8jtbbh] {
    width: 12px;
    height: 12px;
    pointer-events: none;
}

.heatmap__legend-label[b-yz0x8jtbbh] {
    margin: 0 2px;
}
/* /Shared/HmLoading.razor.rz.scp.css */
.hm-loading[b-rrvmt8jeg4] {
    color: var(--c-text-ter);
}

.hm-loading__spinner[b-rrvmt8jeg4] {
    width: var(--hm-loading-spinner-size);
    height: var(--hm-loading-spinner-size);
    border: 2px solid color-mix(in srgb, var(--c-text) 15%, transparent);
    border-top-color: var(--color-ios-blue);
    border-radius: 50%;
    animation: spin-slow 0.9s linear infinite;
}

.hm-loading__label[b-rrvmt8jeg4] {
    font-size: var(--hm-loading-label-size);
}

.hm-loading--default[b-rrvmt8jeg4] {
    --hm-loading-spinner-size: 22px;
    --hm-loading-label-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 40px 0;
}

.hm-loading--fullscreen[b-rrvmt8jeg4] {
    --hm-loading-spinner-size: 28px;
    --hm-loading-label-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 60vh;
}

.hm-loading--compact[b-rrvmt8jeg4] {
    --hm-loading-spinner-size: 14px;
    --hm-loading-label-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
/* /Shared/HmLockOverlay.razor.rz.scp.css */
.lock-overlay[b-ysujddsf86] {
    position: fixed;
    inset: 0;
    z-index: 9500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 32px;
    background: var(--c-bg);
    animation: fade-in 180ms ease-out both;
}

.lock-overlay__icon-wrap[b-ysujddsf86] {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: linear-gradient(160deg, #007AFF 0%, #5856D6 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.lock-overlay__title[b-ysujddsf86] {
    color: var(--c-text);
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.lock-overlay__body[b-ysujddsf86] {
    max-width: 300px;
    color: var(--c-text-ter);
    font-size: 15px;
    text-align: center;
}

.lock-overlay__primary[b-ysujddsf86] {
    min-width: 220px;
    height: 52px;
    font-size: 17px;
}

.lock-overlay__secondary[b-ysujddsf86] {
    color: var(--color-ios-red);
    font-size: 15px;
}
/* /Shared/HmUpdateBanner.razor.rz.scp.css */
.update-banner[b-89nhphbz7s] {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: var(--update-banner-bottom);
    z-index: 40;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: var(--c-bg-elev);
    color: var(--c-text);
    font-size: 14px;
    touch-action: pan-y;
    transform: translateX(var(--update-banner-dx));
    opacity: var(--update-banner-opacity);
    transition: var(--update-banner-transition);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.update-banner__message[b-89nhphbz7s] {
    flex: 1 1 auto;
    line-height: 1.3;
}

.update-banner__cta[b-89nhphbz7s] {
    border: none;
    border-radius: 10px;
    background: var(--color-ios-blue);
    color: #fff;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
}
/* /Shared/HmUpdatingOverlay.razor.rz.scp.css */
.updating-overlay[b-j9dseq79po] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background: var(--c-bg);
    animation: bootFadeIn 200ms ease-out both;
}

.updating-overlay__icon-wrap[b-j9dseq79po] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(160deg, #007AFF 0%, #5856D6 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), 0 2px 6px rgba(0, 0, 0, 0.2);
}

.updating-overlay__title[b-j9dseq79po] {
    color: var(--c-text);
    font-size: 17px;
    font-weight: 600;
}

.updating-overlay__spinner[b-j9dseq79po] {
    width: 22px;
    height: 22px;
    border: 2px solid color-mix(in srgb, var(--c-text) 15%, transparent);
    border-top-color: var(--color-ios-blue);
    border-radius: 50%;
    animation: spin-slow 0.9s linear infinite;
}
/* /Shared/OnlineRequiredNotice.razor.rz.scp.css */
.online-required[b-w4wkr7c49u] {
    min-height: 100%;
    padding: 92px 28px 32px;
    text-align: center;
    color: var(--c-text);
}

.online-required__icon[b-w4wkr7c49u] {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--c-text-ter) 14%, transparent);
    color: var(--c-text-ter);
}

.online-required__title[b-w4wkr7c49u] {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
}

.online-required__body[b-w4wkr7c49u] {
    max-width: 340px;
    margin: 0 auto 22px;
    color: var(--c-text-ter);
    font-size: 15px;
    line-height: 1.42;
}

.online-required__button[b-w4wkr7c49u] {
    min-width: 140px;
}
/* /Shared/RadarChart.razor.rz.scp.css */
.radar[b-68yh83k9w1] {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.radar--empty[b-68yh83k9w1] {
    padding: 16px;
    text-align: center;
    color: var(--c-text-ter);
    font-size: 14px;
}

.radar__ring[b-68yh83k9w1] {
    fill: none;
    stroke: rgba(120, 120, 128, 0.18);
    stroke-width: 1;
}

.radar__axis[b-68yh83k9w1] {
    stroke: rgba(120, 120, 128, 0.22);
    stroke-width: 1;
}

.radar__label[b-68yh83k9w1] {
    font-size: 10px;
    fill: var(--c-text-ter);
    font-weight: 500;
}

.radar__label-group[b-68yh83k9w1] {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.radar__label-group:active .radar__label[b-68yh83k9w1] {
    fill: #AF52DE;
}

.radar__shape[b-68yh83k9w1] {
    fill-opacity: 1;
    stroke-width: 1.5;
    stroke-linejoin: round;
}

.radar__dot[b-68yh83k9w1] {
    stroke-width: 1.5;
}
/* /Shared/SparklineChart.razor.rz.scp.css */
.sparkline[b-9pcebjg1mf] {
    width: 100%;
    height: 80px;
    display: block;
}

.sparkline--empty[b-9pcebjg1mf] {
    padding: 16px;
    text-align: center;
    color: var(--c-text-ter);
    font-size: 14px;
}

.sparkline__axis[b-9pcebjg1mf] {
    stroke: rgba(120, 120, 128, 0.18);
    stroke-width: 1;
    stroke-dasharray: 3 3;
}

.sparkline__line[b-9pcebjg1mf] {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
