/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-page[b-9tpjrix9og] {
    min-height: 100vh;
    background: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fqw6qr4oan] {
    display: flex;
    min-height: 100vh;
}

.sidebar[b-fqw6qr4oan] {
    width: 240px;
    background: #0a0f1a;
    color: #e2e8f0;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    border-right: 1px solid #1e293b;
}

.sidebar-brand[b-fqw6qr4oan] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 1px solid #1e293b;
    margin-bottom: 0.75rem;
}

.sidebar-icon[b-fqw6qr4oan] {
    font-size: 1.5rem;
}

[b-fqw6qr4oan] .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
}

[b-fqw6qr4oan] .nav-link:hover {
    background: #1e293b;
    color: #f1f5f9;
}

[b-fqw6qr4oan] .nav-link.active {
    background: #3b82f6;
    color: #fff;
}

.nav-icon[b-fqw6qr4oan] {
    font-size: 1.1rem;
}

.main-area[b-fqw6qr4oan] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.topbar[b-fqw6qr4oan] {
    background: #0a0f1a;
    border-bottom: 1px solid #1e293b;
    padding: 0 2rem;
    height: 48px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

[b-fqw6qr4oan] .topbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}

[b-fqw6qr4oan] .topbar-view {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-fqw6qr4oan] .topbar-label {
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

[b-fqw6qr4oan] .topbar-select {
    background: #1e293b;
    color: #e2e8f0;
    border: 1px solid #334155;
    border-radius: 6px;
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
}

[b-fqw6qr4oan] .topbar-user {
    display: flex;
    align-items: center;
    gap: 1rem;
}

[b-fqw6qr4oan] .topbar-name-link {
    font-size: 0.8rem;
    color: #94a3b8;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.15s;
}

[b-fqw6qr4oan] .topbar-name-link:hover {
    color: #3b82f6;
}

[b-fqw6qr4oan] .topbar-logout {
    font-size: 0.75rem;
    color: #64748b;
    text-decoration: none;
    white-space: nowrap;
}

[b-fqw6qr4oan] .topbar-logout:hover {
    color: #ef4444;
}

.main-content[b-fqw6qr4oan] {
    flex: 1;
    padding: 2rem;
    background: #0f172a;
    overflow-y: auto;
}

.sidebar-spacer[b-fqw6qr4oan] {
    flex: 1;
}

.sidebar-user[b-fqw6qr4oan] {
    padding: 0.75rem 1.25rem;
    border-top: 1px solid #1e293b;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.user-view[b-fqw6qr4oan] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.user-label[b-fqw6qr4oan] {
    font-size: 0.7rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.user-select[b-fqw6qr4oan] {
    background: #0f172a;
    color: #e2e8f0;
    border: 1px solid #334155;
    border-radius: 6px;
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
    width: 100%;
}

.user-info[b-fqw6qr4oan] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-name[b-fqw6qr4oan] {
    font-size: 0.8rem;
    color: #94a3b8;
}

.logout-link[b-fqw6qr4oan] {
    font-size: 0.75rem;
    color: #64748b;
    text-decoration: none;
}

    .logout-link:hover[b-fqw6qr4oan] {
        color: #ef4444;
    }

#blazor-error-ui[b-fqw6qr4oan] {
    color-scheme: dark only;
    background: #1e293b;
    color: #fbbf24;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fqw6qr4oan] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 768px) {
    .page[b-fqw6qr4oan] {
        flex-direction: column;
    }

    .sidebar[b-fqw6qr4oan] {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        padding: 0;
        border-right: none;
        border-bottom: 1px solid #1e293b;
    }

    .sidebar-brand[b-fqw6qr4oan] {
        display: none;
    }

    [b-fqw6qr4oan] .nav-link {
        padding: 0.75rem 1rem;
        white-space: nowrap;
        font-size: 0.85rem;
    }

    .topbar[b-fqw6qr4oan] {
        padding: 0 1rem;
    }

    .main-content[b-fqw6qr4oan] {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    [b-fqw6qr4oan] .nav-link {
        padding: 0.6rem 0.75rem;
        font-size: 0.8rem;
    }

    .topbar[b-fqw6qr4oan] {
        height: auto;
        padding: 0.5rem 0.75rem;
    }

    [b-fqw6qr4oan] .topbar-content {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    [b-fqw6qr4oan] .topbar-user {
        gap: 0.5rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7vc6pa0i8w],
.components-reconnect-repeated-attempt-visible[b-7vc6pa0i8w],
.components-reconnect-failed-visible[b-7vc6pa0i8w],
.components-pause-visible[b-7vc6pa0i8w],
.components-resume-failed-visible[b-7vc6pa0i8w],
.components-rejoining-animation[b-7vc6pa0i8w] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7vc6pa0i8w],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7vc6pa0i8w],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7vc6pa0i8w],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7vc6pa0i8w],
#components-reconnect-modal.components-reconnect-retrying[b-7vc6pa0i8w],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7vc6pa0i8w],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7vc6pa0i8w],
#components-reconnect-modal.components-reconnect-failed[b-7vc6pa0i8w],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7vc6pa0i8w] {
    display: block;
}


#components-reconnect-modal[b-7vc6pa0i8w] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-7vc6pa0i8w 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7vc6pa0i8w 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7vc6pa0i8w 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7vc6pa0i8w]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7vc6pa0i8w 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7vc6pa0i8w {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7vc6pa0i8w {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7vc6pa0i8w {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7vc6pa0i8w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7vc6pa0i8w] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7vc6pa0i8w] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7vc6pa0i8w] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7vc6pa0i8w] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7vc6pa0i8w] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7vc6pa0i8w] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7vc6pa0i8w 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7vc6pa0i8w] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7vc6pa0i8w {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Calendar.razor.rz.scp.css */
.page-header[b-k4sn5qb4ff] {
    margin-bottom: 1.5rem;
}

.btn[b-k4sn5qb4ff] {
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.15s;
}

.btn-primary[b-k4sn5qb4ff] {
    background: #3b82f6;
    color: #fff;
}

    .btn-primary:hover[b-k4sn5qb4ff] {
        background: #2563eb;
    }

.btn-sm[b-k4sn5qb4ff] {
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
}

.btn-secondary[b-k4sn5qb4ff] {
    background: #1e293b;
    color: #94a3b8;
}

    .btn-secondary:hover[b-k4sn5qb4ff] {
        background: #334155;
        color: #e2e8f0;
    }

.btn-icon[b-k4sn5qb4ff] {
    background: transparent;
    padding: 0.4rem 0.6rem;
    font-size: 1rem;
    color: #94a3b8;
}

    .btn-icon:hover[b-k4sn5qb4ff] {
        background: #1e293b;
    }

.btn-danger:hover[b-k4sn5qb4ff] {
    background: #7f1d1d;
    color: #fca5a5;
}

/* Navigation */
.cal-nav[b-k4sn5qb4ff] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.cal-month[b-k4sn5qb4ff] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #e2e8f0;
    min-width: 180px;
    text-align: center;
}

/* Calendar Grid */
.cal-grid[b-k4sn5qb4ff] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #1e293b;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #334155;
    margin-bottom: 1.5rem;
}

.cal-header[b-k4sn5qb4ff] {
    padding: 0.6rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    background: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cal-day[b-k4sn5qb4ff] {
    min-height: 70px;
    padding: 0.4rem;
    background: #0f172a;
    cursor: pointer;
    transition: background 0.12s;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .cal-day:hover[b-k4sn5qb4ff] {
        background: #1e293b;
    }

    .cal-day.other-month[b-k4sn5qb4ff] {
        opacity: 0.3;
    }

    .cal-day.today .day-number[b-k4sn5qb4ff] {
        background: #3b82f6;
        color: #fff;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cal-day.selected[b-k4sn5qb4ff] {
        background: #1e293b;
        box-shadow: inset 0 0 0 2px #3b82f6;
    }

.day-number[b-k4sn5qb4ff] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #94a3b8;
}

.day-items[b-k4sn5qb4ff] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
    flex: 1;
}

.day-label[b-k4sn5qb4ff] {
    font-size: 0.65rem;
    line-height: 1.2;
    color: #e2e8f0;
    background: #1e3a5f;
    padding: 1px 4px;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

    .day-label.label-done[b-k4sn5qb4ff] {
        background: #14532d;
        color: #86efac;
        text-decoration: line-through;
    }

    .day-label.label-todo[b-k4sn5qb4ff] {
        background: #3b1e6e;
        color: #c4b5fd;
    }

        .day-label.label-todo.label-done[b-k4sn5qb4ff] {
            background: #14532d;
            color: #86efac;
        }

    .day-label.label-virtual[b-k4sn5qb4ff] {
        opacity: 0.55;
        border: 1px dashed #475569;
        background: transparent;
        color: #94a3b8;
    }

    .day-label.label-virtual.label-todo[b-k4sn5qb4ff] {
        border-color: #6d28d9;
        color: #a78bfa;
        background: transparent;
    }

.day-more[b-k4sn5qb4ff] {
    font-size: 0.6rem;
    color: #64748b;
}

/* Day Detail */
.day-detail[b-k4sn5qb4ff] {
    background: #1e293b;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #334155;
}

.detail-header[b-k4sn5qb4ff] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.detail-date[b-k4sn5qb4ff] {
    font-size: 1rem;
    font-weight: 600;
    color: #e2e8f0;
    margin: 0;
}

/* Form */
.card[b-k4sn5qb4ff] {
    background: #0f172a;
    border-radius: 10px;
    padding: 1.25rem;
    border: 1px solid #334155;
}

.form-card[b-k4sn5qb4ff] {
    margin-bottom: 1rem;
}

.form-group[b-k4sn5qb4ff] {
    margin-bottom: 0.75rem;
}

    .form-group label[b-k4sn5qb4ff] {
        display: block;
        font-weight: 500;
        margin-bottom: 0.2rem;
        color: #94a3b8;
        font-size: 0.85rem;
    }

    .form-group input[b-k4sn5qb4ff],
    .form-group select[b-k4sn5qb4ff],
    .form-group textarea[b-k4sn5qb4ff] {
        width: 100%;
        padding: 0.45rem 0.65rem;
        border: 1px solid #334155;
        border-radius: 8px;
        font-size: 0.9rem;
        box-sizing: border-box;
        background: #1e293b;
        color: #e2e8f0;
        font-family: inherit;
        resize: vertical;
    }

        .form-group input:focus[b-k4sn5qb4ff],
        .form-group textarea:focus[b-k4sn5qb4ff] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
        }

.form-row[b-k4sn5qb4ff] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* Event List */
.event-list[b-k4sn5qb4ff] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.event-item[b-k4sn5qb4ff] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.75rem;
    background: #0f172a;
    border-radius: 8px;
    transition: opacity 0.2s;
}

    .event-item.done[b-k4sn5qb4ff] {
        opacity: 0.4;
    }

        .event-item.done .event-title[b-k4sn5qb4ff] {
            text-decoration: line-through;
            color: #64748b;
        }

.event-check[b-k4sn5qb4ff] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #475569;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    transition: all 0.15s;
    flex-shrink: 0;
}

    .event-check.checked[b-k4sn5qb4ff] {
        background: #22c55e;
        border-color: #22c55e;
    }

    .event-check:hover[b-k4sn5qb4ff] {
        border-color: #22c55e;
    }

.event-info[b-k4sn5qb4ff] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.event-title[b-k4sn5qb4ff] {
    font-weight: 500;
    color: #e2e8f0;
    font-size: 0.9rem;
}

.event-desc[b-k4sn5qb4ff] {
    font-size: 0.8rem;
    color: #64748b;
}

.event-time[b-k4sn5qb4ff] {
    font-size: 0.75rem;
    color: #94a3b8;
}

.empty-hint[b-k4sn5qb4ff] {
    color: #64748b;
    text-align: center;
    padding: 1.5rem 0;
}

.todo-entry[b-k4sn5qb4ff] {
    border-left: 3px solid #8b5cf6;
}

.virtual-entry[b-k4sn5qb4ff] {
    opacity: 0.6;
    border: 1px dashed #475569;
    background: transparent;
}

.virtual-icon[b-k4sn5qb4ff] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.virtual-hint[b-k4sn5qb4ff] {
    font-size: 0.7rem;
    color: #64748b;
    font-style: italic;
}

.share-panel[b-k4sn5qb4ff] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: #0f172a;
    border-radius: 8px;
    border: 1px solid #334155;
    margin-top: 0.25rem;
}

.share-label[b-k4sn5qb4ff] {
    font-size: 0.8rem;
    color: #94a3b8;
    white-space: nowrap;
}

.share-user[b-k4sn5qb4ff] {
    border: 1px solid #475569;
    border-radius: 6px;
    padding: 0.25rem 0.6rem;
    font-size: 0.8rem;
    background: #1e293b;
    color: #e2e8f0;
    cursor: pointer;
    transition: all 0.15s;
}

    .share-user:hover[b-k4sn5qb4ff] {
        background: #334155;
    }

    .share-user.shared[b-k4sn5qb4ff] {
        background: #1e3a5f;
        border-color: #3b82f6;
        color: #93c5fd;
    }

.shared-badge[b-k4sn5qb4ff] {
    color: #93c5fd;
}

@media (max-width: 640px) {
    .cal-day[b-k4sn5qb4ff] {
        min-height: 50px;
        padding: 0.25rem;
    }

    .day-number[b-k4sn5qb4ff] {
        font-size: 0.7rem;
    }

    .day-label[b-k4sn5qb4ff] {
        font-size: 0.55rem;
        padding: 0px 2px;
    }

    .day-items[b-k4sn5qb4ff] {
        gap: 1px;
    }

    .cal-nav[b-k4sn5qb4ff] {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cal-month[b-k4sn5qb4ff] {
        font-size: 1rem;
        min-width: auto;
    }

    .day-detail[b-k4sn5qb4ff] {
        padding: 1rem;
    }

    .detail-header[b-k4sn5qb4ff] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .form-card[b-k4sn5qb4ff] {
        padding: 1rem;
    }

    .form-row[b-k4sn5qb4ff] {
        grid-template-columns: 1fr;
    }

    .share-panel[b-k4sn5qb4ff] {
        flex-wrap: wrap;
    }
}
/* /Components/Pages/Habits.razor.rz.scp.css */
.page-header[b-h1iglwvpls] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.btn[b-h1iglwvpls] {
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.15s;
}

.btn-primary[b-h1iglwvpls] {
    background: #3b82f6;
    color: #fff;
}

    .btn-primary:hover[b-h1iglwvpls] {
        background: #2563eb;
    }

.btn-secondary[b-h1iglwvpls] {
    background: #1e293b;
    color: #94a3b8;
}

    .btn-secondary:hover[b-h1iglwvpls] {
        background: #334155;
        color: #e2e8f0;
    }

.btn-icon[b-h1iglwvpls] {
    background: transparent;
    padding: 0.4rem 0.6rem;
    font-size: 1rem;
    color: #94a3b8;
}

    .btn-icon:hover[b-h1iglwvpls] {
        background: #1e293b;
    }

.btn-danger:hover[b-h1iglwvpls] {
    background: #7f1d1d;
    color: #fca5a5;
}

.card[b-h1iglwvpls] {
    background: #1e293b;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #334155;
}

.form-card[b-h1iglwvpls] {
    margin-bottom: 1.5rem;
}

    .form-card h3[b-h1iglwvpls] {
        margin-top: 0;
        margin-bottom: 1rem;
        color: #f1f5f9;
    }

.form-group[b-h1iglwvpls] {
    margin-bottom: 1rem;
}

    .form-group label[b-h1iglwvpls] {
        display: block;
        font-weight: 500;
        margin-bottom: 0.25rem;
        color: #94a3b8;
    }

    .form-group input[b-h1iglwvpls],
    .form-group select[b-h1iglwvpls] {
        width: 100%;
        padding: 0.5rem 0.75rem;
        border: 1px solid #334155;
        border-radius: 8px;
        font-size: 0.95rem;
        box-sizing: border-box;
        background: #0f172a;
        color: #e2e8f0;
    }

        .form-group input:focus[b-h1iglwvpls],
        .form-group select:focus[b-h1iglwvpls] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
        }

.date-nav[b-h1iglwvpls] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.date-display[b-h1iglwvpls] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e2e8f0;
}

.section[b-h1iglwvpls] {
    margin-bottom: 2rem;
}

.section-title[b-h1iglwvpls] {
    font-size: 1.15rem;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #1e293b;
}

.habit-list[b-h1iglwvpls] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.habit-item[b-h1iglwvpls] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #1e293b;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    border: 1px solid #334155;
    transition: opacity 0.2s;
}

    .habit-item.completed[b-h1iglwvpls] {
        opacity: 0.5;
    }

        .habit-item.completed .habit-name[b-h1iglwvpls] {
            text-decoration: line-through;
            color: #64748b;
        }

.check-btn[b-h1iglwvpls] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #475569;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    transition: all 0.15s;
    flex-shrink: 0;
}

    .check-btn.checked[b-h1iglwvpls] {
        background: #22c55e;
        border-color: #22c55e;
    }

    .check-btn.checked:hover[b-h1iglwvpls] {
        background: #ef4444;
        border-color: #ef4444;
    }

    .check-btn:hover[b-h1iglwvpls] {
        border-color: #22c55e;
    }

.habit-info[b-h1iglwvpls] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.habit-name[b-h1iglwvpls] {
    font-weight: 500;
    color: #e2e8f0;
}

.habit-desc[b-h1iglwvpls] {
    font-size: 0.85rem;
    color: #64748b;
}

.weekly-badge[b-h1iglwvpls] {
    color: #a78bfa;
}

.habit-actions[b-h1iglwvpls] {
    display: flex;
    gap: 0.25rem;
}

.empty-state[b-h1iglwvpls] {
    text-align: center;
    padding: 3rem;
    color: #64748b;
}

@media (max-width: 480px) {
    .page-header[b-h1iglwvpls] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .page-header .btn[b-h1iglwvpls] {
        width: 100%;
    }

    .date-nav[b-h1iglwvpls] {
        flex-wrap: wrap;
        justify-content: center;
    }

    .date-display[b-h1iglwvpls] {
        font-size: 0.95rem;
        text-align: center;
        width: 100%;
        order: -1;
    }

    .habit-item[b-h1iglwvpls] {
        padding: 0.6rem 0.75rem;
    }

    .check-btn[b-h1iglwvpls] {
        width: 28px;
        height: 28px;
    }

    .form-card[b-h1iglwvpls] {
        padding: 1rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.subtitle[b-glj5ahr47j] {
    color: #64748b;
    margin-bottom: 2rem;
}

.stats-grid[b-glj5ahr47j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-glj5ahr47j] {
    background: #1e293b;
    border-radius: 12px;
    padding: 1.25rem;
    border: 1px solid #334155;
    text-align: center;
}

.stat-icon[b-glj5ahr47j] {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.stat-number[b-glj5ahr47j] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #3b82f6;
}

.stat-label[b-glj5ahr47j] {
    color: #64748b;
    margin-top: 0.25rem;
    font-size: 0.85rem;
}

.progress-bar[b-glj5ahr47j] {
    height: 6px;
    background: #0f172a;
    border-radius: 3px;
    margin-top: 0.75rem;
    overflow: hidden;
}

.progress-fill[b-glj5ahr47j] {
    height: 100%;
    background: #3b82f6;
    border-radius: 3px;
    transition: width 0.5s ease;
}

.progress-green[b-glj5ahr47j] {
    background: #22c55e;
}

.progress-purple[b-glj5ahr47j] {
    background: #8b5cf6;
}

.charts-row[b-glj5ahr47j] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.chart-card[b-glj5ahr47j] {
    background: #1e293b;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #334155;
}

.chart-title[b-glj5ahr47j] {
    font-size: 1rem;
    font-weight: 600;
    color: #94a3b8;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.bar-chart[b-glj5ahr47j] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
    height: 160px;
}

.bar-group[b-glj5ahr47j] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.bar-wrapper[b-glj5ahr47j] {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.bar[b-glj5ahr47j] {
    width: 70%;
    min-height: 4px;
    background: linear-gradient(180deg, #3b82f6, #1d4ed8);
    border-radius: 4px 4px 0 0;
    transition: height 0.5s ease;
}

.bar-label[b-glj5ahr47j] {
    font-size: 0.7rem;
    color: #64748b;
    font-weight: 500;
}

.bar-value[b-glj5ahr47j] {
    font-size: 0.65rem;
    color: #475569;
}

.upcoming-list[b-glj5ahr47j] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.upcoming-item[b-glj5ahr47j] {
    display: flex;
    align-items: center;
    padding: 0.6rem 0.75rem;
    background: #0f172a;
    border-radius: 8px;
    border-left: 3px solid #3b82f6;
}

    .upcoming-item.overdue[b-glj5ahr47j] {
        border-left-color: #ef4444;
    }

.upcoming-info[b-glj5ahr47j] {
    display: flex;
    flex-direction: column;
}

.upcoming-title[b-glj5ahr47j] {
    font-weight: 500;
    color: #e2e8f0;
    font-size: 0.9rem;
}

.upcoming-date[b-glj5ahr47j] {
    font-size: 0.8rem;
    color: #64748b;
}

.upcoming-item.overdue .upcoming-date[b-glj5ahr47j] {
    color: #fca5a5;
}

.empty-hint[b-glj5ahr47j] {
    color: #64748b;
    text-align: center;
    padding: 1.5rem 0;
}

.today-section[b-glj5ahr47j] {
    margin-top: 1.5rem;
    background: #1e293b;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #334155;
}

.today-list[b-glj5ahr47j] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.today-item[b-glj5ahr47j] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    background: #0f172a;
    border-radius: 8px;
    transition: opacity 0.2s;
}

    .today-item.done[b-glj5ahr47j] {
        opacity: 0.45;
    }

        .today-item.done .today-title[b-glj5ahr47j] {
            text-decoration: line-through;
            color: #64748b;
        }

.today-check[b-glj5ahr47j] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #475569;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    transition: all 0.15s;
    flex-shrink: 0;
}

    .today-check.checked[b-glj5ahr47j] {
        background: #22c55e;
        border-color: #22c55e;
    }

    .today-check:hover[b-glj5ahr47j] {
        border-color: #22c55e;
    }

.today-info[b-glj5ahr47j] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.today-title[b-glj5ahr47j] {
    font-weight: 500;
    color: #e2e8f0;
    font-size: 0.9rem;
}

.today-desc[b-glj5ahr47j] {
    font-size: 0.8rem;
    color: #64748b;
}

.today-due[b-glj5ahr47j] {
    font-size: 0.75rem;
    color: #94a3b8;
}

    .today-due.overdue[b-glj5ahr47j] {
        color: #fca5a5;
    }

.today-time[b-glj5ahr47j] {
    font-size: 0.75rem;
    color: #94a3b8;
}

@media (max-width: 768px) {
    .charts-row[b-glj5ahr47j] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .stats-grid[b-glj5ahr47j] {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .stat-card[b-glj5ahr47j] {
        padding: 0.75rem;
    }

    .stat-number[b-glj5ahr47j] {
        font-size: 1.25rem;
    }

    .stat-label[b-glj5ahr47j] {
        font-size: 0.75rem;
    }

    .chart-card[b-glj5ahr47j] {
        padding: 1rem;
    }

    .bar-chart[b-glj5ahr47j] {
        height: 130px;
        gap: 0.25rem;
    }

    .bar-wrapper[b-glj5ahr47j] {
        height: 90px;
    }

    .bar-label[b-glj5ahr47j] {
        font-size: 0.6rem;
    }

    .bar-value[b-glj5ahr47j] {
        font-size: 0.55rem;
    }

    .today-section[b-glj5ahr47j] {
        padding: 1rem;
    }

    .today-item[b-glj5ahr47j] {
        gap: 0.5rem;
        padding: 0.5rem;
    }

    h1[b-glj5ahr47j] {
        font-size: 1.5rem;
    }

    .subtitle[b-glj5ahr47j] {
        font-size: 0.85rem;
        margin-bottom: 1.25rem;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.auth-card[b-mg9dqcxw8q] {
    max-width: 380px;
    margin: 3rem auto;
    background: #1e293b;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    border: 1px solid #334155;
}

.auth-title[b-mg9dqcxw8q] {
    text-align: center;
    font-size: 1.5rem;
    margin: 0 0 0.25rem;
    color: #f1f5f9;
}

.auth-subtitle[b-mg9dqcxw8q] {
    text-align: center;
    font-size: 1rem;
    color: #94a3b8;
    font-weight: 400;
    margin: 0 0 1.5rem;
}

.auth-error[b-mg9dqcxw8q] {
    background: #450a0a;
    color: #fca5a5;
    padding: 0.6rem 0.75rem;
    border-radius: 8px;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.form-group[b-mg9dqcxw8q] {
    margin-bottom: 1rem;
}

    .form-group label[b-mg9dqcxw8q] {
        display: block;
        font-weight: 500;
        margin-bottom: 0.25rem;
        color: #94a3b8;
        font-size: 0.85rem;
    }

    .form-group input[b-mg9dqcxw8q] {
        width: 100%;
        padding: 0.55rem 0.75rem;
        border: 1px solid #334155;
        border-radius: 8px;
        font-size: 0.95rem;
        background: #0f172a;
        color: #e2e8f0;
        box-sizing: border-box;
    }

        .form-group input:focus[b-mg9dqcxw8q] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
        }

.btn[b-mg9dqcxw8q] {
    border: none;
    border-radius: 8px;
    padding: 0.6rem 1rem;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background 0.15s;
}

.btn-primary[b-mg9dqcxw8q] {
    background: #3b82f6;
    color: #fff;
}

    .btn-primary:hover[b-mg9dqcxw8q] {
        background: #2563eb;
    }

.btn-full[b-mg9dqcxw8q] {
    width: 100%;
    margin-top: 0.5rem;
}

.auth-link[b-mg9dqcxw8q] {
    text-align: center;
    margin-top: 1.25rem;
    color: #64748b;
    font-size: 0.85rem;
}

    .auth-link a[b-mg9dqcxw8q] {
        color: #3b82f6;
        text-decoration: none;
    }

        .auth-link a:hover[b-mg9dqcxw8q] {
            text-decoration: underline;
        }
/* /Components/Pages/Profile.razor.rz.scp.css */
.profile-grid[b-l1hl7xftp6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    max-width: 900px;
}

@media (max-width: 768px) {
    .profile-grid[b-l1hl7xftp6] {
        grid-template-columns: 1fr;
    }
}

.profile-card[b-l1hl7xftp6] {
    background: #1e293b;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #334155;
}

.card-title[b-l1hl7xftp6] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e2e8f0;
    margin: 0 0 1rem;
}

.card-subtitle[b-l1hl7xftp6] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #94a3b8;
    margin: 0 0 0.75rem;
}

.card-desc[b-l1hl7xftp6] {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0 0 1rem;
    line-height: 1.4;
}

.msg[b-l1hl7xftp6] {
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.msg-success[b-l1hl7xftp6] {
    background: #052e16;
    color: #86efac;
}

.msg-error[b-l1hl7xftp6] {
    background: #450a0a;
    color: #fca5a5;
}

.form-group[b-l1hl7xftp6] {
    margin-bottom: 0.75rem;
}

    .form-group label[b-l1hl7xftp6] {
        display: block;
        font-weight: 500;
        margin-bottom: 0.2rem;
        color: #94a3b8;
        font-size: 0.85rem;
    }

    .form-group input[b-l1hl7xftp6],
    .form-group select[b-l1hl7xftp6],
    .form-group textarea[b-l1hl7xftp6] {
        width: 100%;
        padding: 0.45rem 0.65rem;
        border: 1px solid #334155;
        border-radius: 8px;
        font-size: 0.9rem;
        box-sizing: border-box;
        background: #0f172a;
        color: #e2e8f0;
        font-family: inherit;
    }

        .form-group input:focus[b-l1hl7xftp6] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
        }

        .form-group input:disabled[b-l1hl7xftp6] {
            opacity: 0.5;
            cursor: not-allowed;
        }

.form-hint[b-l1hl7xftp6] {
    font-size: 0.75rem;
    color: #475569;
    margin-top: 0.15rem;
    display: block;
}

.btn[b-l1hl7xftp6] {
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.15s;
}

.btn-primary[b-l1hl7xftp6] {
    background: #3b82f6;
    color: #fff;
}

    .btn-primary:hover[b-l1hl7xftp6] {
        background: #2563eb;
    }

.divider[b-l1hl7xftp6] {
    border: none;
    border-top: 1px solid #334155;
    margin: 1.25rem 0;
}

.perm-list[b-l1hl7xftp6] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.perm-item[b-l1hl7xftp6] {
    padding: 0.5rem 0.65rem;
    background: #0f172a;
    border-radius: 8px;
}

.perm-label[b-l1hl7xftp6] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
    font-size: 0.9rem;
    color: #e2e8f0;
}

    .perm-label input[type="checkbox"][b-l1hl7xftp6] {
        width: 18px;
        height: 18px;
        accent-color: #3b82f6;
        cursor: pointer;
        flex-shrink: 0;
    }

.perm-name[b-l1hl7xftp6] {
    font-weight: 500;
}

.perm-username[b-l1hl7xftp6] {
    font-size: 0.8rem;
    color: #64748b;
}

.empty-hint[b-l1hl7xftp6] {
    color: #64748b;
    text-align: center;
    padding: 1.5rem 0;
}
/* /Components/Pages/Todos.razor.rz.scp.css */
.page-header[b-lpxog7gxb2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.btn[b-lpxog7gxb2] {
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.15s;
}

.btn-primary[b-lpxog7gxb2] {
    background: #3b82f6;
    color: #fff;
}

    .btn-primary:hover:not(:disabled)[b-lpxog7gxb2] {
        background: #2563eb;
    }

    .btn-primary:disabled[b-lpxog7gxb2] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.btn-icon[b-lpxog7gxb2] {
    background: transparent;
    padding: 0.4rem 0.6rem;
    font-size: 1rem;
    color: #94a3b8;
}

    .btn-icon:hover[b-lpxog7gxb2] {
        background: #1e293b;
    }

.btn-danger:hover[b-lpxog7gxb2] {
    background: #7f1d1d;
    color: #fca5a5;
}

.card[b-lpxog7gxb2] {
    background: #1e293b;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #334155;
}

.form-card[b-lpxog7gxb2] {
    margin-bottom: 1.5rem;
}

    .form-card h3[b-lpxog7gxb2] {
        margin-top: 0;
        margin-bottom: 1rem;
        color: #f1f5f9;
    }

.form-group[b-lpxog7gxb2] {
    margin-bottom: 1rem;
}

    .form-group label[b-lpxog7gxb2] {
        display: block;
        font-weight: 500;
        margin-bottom: 0.25rem;
        color: #94a3b8;
        font-size: 0.9rem;
    }

    .form-group input[b-lpxog7gxb2],
    .form-group select[b-lpxog7gxb2],
    .form-group textarea[b-lpxog7gxb2] {
        width: 100%;
        padding: 0.5rem 0.75rem;
        border: 1px solid #334155;
        border-radius: 8px;
        font-size: 0.95rem;
        box-sizing: border-box;
        background: #0f172a;
        color: #e2e8f0;
        font-family: inherit;
        resize: vertical;
    }

        .form-group input:focus[b-lpxog7gxb2],
        .form-group select:focus[b-lpxog7gxb2],
        .form-group textarea:focus[b-lpxog7gxb2] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
        }

.form-row[b-lpxog7gxb2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.todo-section[b-lpxog7gxb2] {
    margin-bottom: 2rem;
}

.section-title[b-lpxog7gxb2] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #1e293b;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.completed-title[b-lpxog7gxb2] {
    color: #64748b;
}

.todo-list[b-lpxog7gxb2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.todo-item[b-lpxog7gxb2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #1e293b;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    border: 1px solid #334155;
    transition: opacity 0.2s;
}

    .todo-item.completed[b-lpxog7gxb2] {
        opacity: 0.5;
    }

        .todo-item.completed .todo-title[b-lpxog7gxb2] {
            text-decoration: line-through;
            color: #64748b;
        }

    .todo-item.overdue[b-lpxog7gxb2] {
        border-color: #991b1b;
    }

.check-btn[b-lpxog7gxb2] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #475569;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    transition: all 0.15s;
    flex-shrink: 0;
}

    .check-btn.checked[b-lpxog7gxb2] {
        background: #22c55e;
        border-color: #22c55e;
    }

    .check-btn:hover[b-lpxog7gxb2] {
        border-color: #22c55e;
    }

.todo-info[b-lpxog7gxb2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    cursor: default;
    gap: 0.15rem;
}

.todo-title[b-lpxog7gxb2] {
    font-weight: 500;
    color: #e2e8f0;
}

.todo-desc[b-lpxog7gxb2] {
    font-size: 0.85rem;
    color: #64748b;
}

.todo-meta[b-lpxog7gxb2] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}

.meta-badge[b-lpxog7gxb2] {
    font-size: 0.75rem;
    color: #94a3b8;
    background: #0f172a;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
}

.meta-overdue[b-lpxog7gxb2] {
    color: #fca5a5;
    background: #450a0a;
}

.meta-recurrence[b-lpxog7gxb2] {
    color: #a78bfa;
    background: #1e1b4b;
}

.meta-next[b-lpxog7gxb2] {
    color: #67e8f9;
    background: #083344;
}

.todo-actions[b-lpxog7gxb2] {
    display: flex;
    gap: 0.25rem;
}

.empty-state[b-lpxog7gxb2] {
    text-align: center;
    padding: 3rem;
    color: #64748b;
}

.share-panel[b-lpxog7gxb2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: #0f172a;
    border-radius: 8px;
    border: 1px solid #334155;
    width: 100%;
    margin-top: 0.25rem;
}

.share-label[b-lpxog7gxb2] {
    font-size: 0.8rem;
    color: #94a3b8;
    white-space: nowrap;
}

.share-user[b-lpxog7gxb2] {
    border: 1px solid #475569;
    border-radius: 6px;
    padding: 0.25rem 0.6rem;
    font-size: 0.8rem;
    background: #1e293b;
    color: #e2e8f0;
    cursor: pointer;
    transition: all 0.15s;
}

    .share-user:hover[b-lpxog7gxb2] {
        background: #334155;
    }

    .share-user.shared[b-lpxog7gxb2] {
        background: #1e3a5f;
        border-color: #3b82f6;
        color: #93c5fd;
    }

.shared-badge[b-lpxog7gxb2] {
    color: #93c5fd;
}

.todo-item[b-lpxog7gxb2] {
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    .page-header[b-lpxog7gxb2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .page-header .btn[b-lpxog7gxb2] {
        width: 100%;
    }

    .form-card[b-lpxog7gxb2] {
        padding: 1rem;
    }

    .form-row[b-lpxog7gxb2] {
        grid-template-columns: 1fr;
    }

    .todo-item[b-lpxog7gxb2] {
        padding: 0.6rem 0.75rem;
    }

    .todo-actions[b-lpxog7gxb2] {
        width: 100%;
        justify-content: flex-end;
    }

    .share-panel[b-lpxog7gxb2] {
        flex-wrap: wrap;
    }
}
