/* /Features/Occasions/Components/CategoryIcon.razor.rz.scp.css */
.category-icon[b-9k6zs69re2] {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
    font-size: var(--category-icon-size);
    height: 1em;
    justify-content: center;
    line-height: 1;
    width: 1em;
}
/* /Features/Occasions/Components/OccasionCard.razor.rz.scp.css */
.occasion-card[b-33vei44we7] {
    background: var(--actly-surface);
    border: 1px solid var(--actly-border);
    border-radius: var(--actly-radius-panel);
    box-shadow: var(--actly-shadow-soft);
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 16px;
    text-decoration: none;
    width: 100%;
}

.occasion-card__top[b-33vei44we7] {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.occasion-card__identity[b-33vei44we7] {
    min-width: 0;
}

.occasion-card__identity h3[b-33vei44we7] {
    color: var(--actly-navy);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.3;
}

.occasion-card__identity p[b-33vei44we7] {
    align-items: center;
    color: var(--actly-text-muted);
    display: flex;
    font-size: 12px;
    font-weight: 500;
    gap: 6px;
    margin-top: 5px;
}

.occasion-card--past[b-33vei44we7] {
    background: #f7f8f8;
    box-shadow: none;
}

.occasion-card__meta[b-33vei44we7] {
    align-items: center;
    color: var(--actly-text-muted);
    display: flex;
    font-size: 12px;
    gap: 14px;
}

.occasion-card__meta > span:not(.occasion-card__progress)[b-33vei44we7] {
    align-items: center;
    display: inline-flex;
    gap: 4px;
}

.occasion-card__progress[b-33vei44we7] {
    background: var(--actly-border);
    border-radius: 999px;
    height: 4px;
    margin-left: auto;
    overflow: hidden;
    width: 80px;
}

.occasion-card__progress span[b-33vei44we7] {
    border-radius: inherit;
    display: block;
    height: 100%;
}
/* /Layout/BottomNavigation.razor.rz.scp.css */
.bottom-navigation[b-3ip2szupj6] {
    background: var(--actly-surface);
    border-top: 1px solid var(--actly-border);
    flex-shrink: 0;
    padding-bottom: var(--safe-area-bottom);
}

.bottom-navigation__items[b-3ip2szupj6] {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: 76px;
    padding: 8px 4px;
}

.bottom-navigation[b-3ip2szupj6]  .bottom-navigation__item {
    align-items: center;
    color: var(--actly-text-muted);
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    gap: 2px;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    text-decoration: none;
}

.bottom-navigation[b-3ip2szupj6]  .bottom-navigation__item.active {
    color: var(--actly-navy);
}

.bottom-navigation[b-3ip2szupj6]  .bottom-navigation__item--create {
    color: var(--actly-navy);
}

.bottom-navigation__create-icon[b-3ip2szupj6] {
    align-items: center;
    background: var(--actly-yellow);
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.bottom-navigation__notification-icon[b-3ip2szupj6] {
    display: inline-flex;
    position: relative;
}

.bottom-navigation__notification-dot[b-3ip2szupj6] {
    background: #dc2626;
    border: 2px solid var(--actly-surface);
    border-radius: 50%;
    height: 10px;
    position: absolute;
    right: -4px;
    top: -3px;
    width: 10px;
}
/* /Layout/DeviceFrame.razor.rz.scp.css */
.actly-stage[b-ukcubslr1v] {
    align-items: center;
    background: #111827;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    min-height: 100dvh;
    padding: 24px;
}

.actly-demo-heading[b-ukcubslr1v] {
    align-items: center;
    display: flex;
    gap: 12px;
}

.actly-demo-heading__name[b-ukcubslr1v] {
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.actly-demo-heading__badge[b-ukcubslr1v] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
}

.actly-device[b-ukcubslr1v] {
    aspect-ratio: 393 / 852;
    background: var(--actly-background);
    border-radius: 52px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 40px 100px rgba(0, 0, 0, 0.7);
    flex: 0 0 auto;
    height: min(852px, calc(100dvh - 104px));
    overflow: hidden;
    padding-top: 59px;
    position: relative;
    width: auto;
}

.actly-device--dark-top[b-ukcubslr1v] {
    background: var(--actly-navy);
}

.actly-device--light-top[b-ukcubslr1v] {
    background: var(--actly-surface);
}

.actly-dynamic-island[b-ukcubslr1v] {
    background: #000000;
    border-radius: 22px;
    height: 37px;
    left: 50%;
    position: absolute;
    top: 14px;
    transform: translateX(-50%);
    width: 128px;
    z-index: 10;
}

.actly-device__content[b-ukcubslr1v] {
    background: var(--actly-background);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.actly-device__scroll[b-ukcubslr1v] {
    flex: 1;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.actly-home-indicator[b-ukcubslr1v] {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    bottom: 10px;
    height: 5px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 130px;
    z-index: 10;
}

@media (max-width: 540px) {
    .actly-stage[b-ukcubslr1v] {
        display: block;
        min-height: 100dvh;
        padding: 0;
    }

    .actly-demo-heading[b-ukcubslr1v],
    .actly-dynamic-island[b-ukcubslr1v],
    .actly-home-indicator[b-ukcubslr1v] {
        display: none;
    }

    .actly-device[b-ukcubslr1v] {
        aspect-ratio: auto;
        border-radius: 0;
        box-shadow: none;
        height: 100dvh;
        padding-left: var(--safe-area-left);
        padding-right: var(--safe-area-right);
        padding-top: var(--safe-area-top);
        width: 100%;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-8habrcy34q] {
    color-scheme: light only;
    background: #fff8d6;
    border-top: 1px solid #ffe033;
    bottom: 0;
    box-shadow: 0 -6px 24px rgba(11, 26, 51, 0.12);
    box-sizing: border-box;
    color: #0b1a33;
    display: none;
    left: 0;
    padding: 0.85rem 3.25rem 0.85rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .reload[b-8habrcy34q] {
    color: inherit;
    font-weight: 700;
    margin-left: 0.4rem;
}

#blazor-error-ui .dismiss[b-8habrcy34q] {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
}
/* /Shared/Components/AppButton.razor.rz.scp.css */
.app-button[b-i74dqsu177] {
    align-items: center;
    border: 0;
    border-radius: var(--actly-radius-panel);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    min-height: 52px;
    padding: 12px 20px;
    width: 100%;
}

.app-button--primary[b-i74dqsu177] {
    background: var(--actly-yellow);
    color: var(--actly-navy);
}

.app-button--secondary[b-i74dqsu177] {
    background: var(--actly-surface);
    border: 2px solid var(--actly-border);
    color: var(--actly-navy);
}

.app-button--danger[b-i74dqsu177] {
    background: rgba(220, 38, 38, 0.06);
    border: 1.5px solid rgba(220, 38, 38, 0.22);
    color: var(--actly-red);
}

.app-button:disabled[b-i74dqsu177] {
    cursor: not-allowed;
    opacity: 0.45;
}
/* /Shared/Components/Avatar.razor.rz.scp.css */
.avatar[b-l1ular92s2] {
    align-items: center;
    background: var(--avatar-color);
    border-radius: 50%;
    color: white;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: calc(var(--avatar-size) * 0.34);
    font-weight: 700;
    height: var(--avatar-size);
    justify-content: center;
    width: var(--avatar-size);
}
/* /Shared/Components/BrandMark.razor.rz.scp.css */
.brand-mark[b-m7b7wkl6im] {
    align-items: center;
    background: var(--actly-yellow);
    border-radius: calc(var(--brand-mark-size) * 0.31);
    color: var(--actly-navy);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: calc(var(--brand-mark-size) * 0.54);
    font-weight: 900;
    height: var(--brand-mark-size);
    justify-content: center;
    line-height: 1;
    width: var(--brand-mark-size);
}
/* /Shared/Components/ConfirmationDialog.razor.rz.scp.css */
.confirmation-backdrop[b-5p4u1w32ev] {
    align-items: flex-end;
    background: rgba(11, 26, 51, 0.52);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 1000;
}

.confirmation-dialog[b-5p4u1w32ev] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(11, 26, 51, 0.24);
    max-width: 430px;
    padding: 22px;
    width: 100%;
}

.confirmation-dialog__icon[b-5p4u1w32ev] {
    align-items: center;
    background: rgba(220, 38, 38, 0.09);
    border-radius: 50%;
    color: var(--actly-red);
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.confirmation-dialog h2[b-5p4u1w32ev] {
    font-size: 18px;
    margin-top: 14px;
}

.confirmation-dialog p[b-5p4u1w32ev] {
    color: var(--actly-text-muted);
    font-size: 13px;
    line-height: 1.5;
    margin-top: 7px;
}

.confirmation-dialog__actions[b-5p4u1w32ev] {
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
}

[b-5p4u1w32ev] .app-button--danger {
    background: var(--actly-red);
    color: white;
}
/* /Shared/Components/PillButton.razor.rz.scp.css */
.pill-button[b-bequchk8zo] {
    align-items: center;
    background: var(--actly-surface);
    border: 1.5px solid var(--actly-border);
    border-radius: 999px;
    color: var(--actly-navy);
    cursor: pointer;
    display: inline-flex;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    min-height: 44px;
    padding: 8px 16px;
    white-space: nowrap;
}

.pill-button--selected[b-bequchk8zo] {
    background: var(--actly-navy);
    border-color: var(--actly-navy);
    color: white;
}

.pill-button__emoji[b-bequchk8zo] {
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
    font-size: 15px;
    line-height: 1;
}
/* /Shared/Components/StatusBadge.razor.rz.scp.css */
.status-badge[b-u6b30my3kv] {
    align-items: center;
    background: rgba(11, 26, 51, 0.1);
    border-radius: 999px;
    color: var(--actly-navy);
    display: inline-flex;
    font-size: 11px;
    font-weight: 650;
    min-height: 24px;
    padding: 4px 9px;
    white-space: nowrap;
}

.status-badge--green[b-u6b30my3kv] {
    background: rgba(22, 163, 74, 0.11);
    color: var(--actly-green);
}

.status-badge--yellow[b-u6b30my3kv] {
    background: rgba(255, 224, 51, 0.28);
}

.status-badge--muted[b-u6b30my3kv] {
    background: rgba(136, 150, 160, 0.12);
    color: var(--actly-text-muted);
}
/* /Shared/Components/ToggleSwitch.razor.rz.scp.css */
.toggle-switch[b-tkaxe77zk3] {
    background: var(--actly-border);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    flex: 0 0 auto;
    height: 28px;
    padding: 3px;
    position: relative;
    transition: background 180ms ease;
    width: 50px;
}

.toggle-switch span[b-tkaxe77zk3] {
    background: white;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(11, 26, 51, 0.18);
    display: block;
    height: 22px;
    transform: translateX(0);
    transition: transform 180ms ease;
    width: 22px;
}

.toggle-switch--checked[b-tkaxe77zk3] {
    background: var(--actly-navy);
}

.toggle-switch--checked span[b-tkaxe77zk3] {
    transform: translateX(22px);
}
/* /Shared/Components/TopBar.razor.rz.scp.css */
.top-bar[b-gi06sung56] {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 12px;
    min-height: 68px;
    padding: 12px 20px;
}

.top-bar h1[b-gi06sung56] {
    color: var(--actly-navy);
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.top-bar--light h1[b-gi06sung56] {
    color: white;
}

.top-bar[b-gi06sung56]  .top-bar__back {
    align-items: center;
    background: var(--actly-background);
    border-radius: 50%;
    color: var(--actly-navy);
    display: flex;
    flex: 0 0 auto;
    height: 44px;
    justify-content: center;
    text-decoration: none;
    width: 44px;
}

.top-bar--light[b-gi06sung56]  .top-bar__back {
    background: rgba(255, 255, 255, 0.15);
    color: white;
}

.top-bar__right[b-gi06sung56] {
    margin-left: auto;
}

.top-bar[b-gi06sung56]  .top-bar__action {
    align-items: center;
    background: var(--actly-background);
    border-radius: 50%;
    color: var(--actly-navy);
    display: flex;
    height: 44px;
    justify-content: center;
    text-decoration: none;
    width: 44px;
}

.top-bar--light[b-gi06sung56]  .top-bar__action {
    background: rgba(255, 255, 255, 0.15);
    color: white;
}
/* /Shared/Feedback/ToastHost.razor.rz.scp.css */
.toast-region[b-58jwxapnl9] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    left: 14px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 68px;
    z-index: 1000;
}

.toast[b-58jwxapnl9] {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid var(--actly-border);
    border-left: 4px solid var(--actly-red);
    border-radius: var(--actly-radius-control);
    box-shadow: 0 12px 30px rgba(11, 26, 51, 0.18);
    color: var(--actly-navy);
    display: flex;
    font-size: 12px;
    font-weight: 600;
    gap: 9px;
    line-height: 1.4;
    padding: 12px;
    pointer-events: auto;
}

.toast--success[b-58jwxapnl9] {
    border-left-color: var(--actly-green);
}

.toast__icon[b-58jwxapnl9] {
    color: var(--actly-red);
    display: flex;
    flex: 0 0 auto;
}

.toast--success .toast__icon[b-58jwxapnl9] {
    color: var(--actly-green);
}

.toast > span:nth-child(2)[b-58jwxapnl9] {
    flex: 1;
    min-width: 0;
}

.toast button[b-58jwxapnl9] {
    background: transparent;
    border: 0;
    color: var(--actly-text-muted);
    cursor: pointer;
    font-size: 20px;
    line-height: 16px;
    padding: 0;
}

@media (max-width: 540px) {
    .toast-region[b-58jwxapnl9] {
        top: calc(var(--safe-area-top) + 12px);
    }
}
