/* _content/Housio/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pc8truvbph] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(135deg, #faf0e6 0%, #fff8dc 100%);
}

.top-header[b-pc8truvbph] {
    background: linear-gradient(135deg, var(--primary-orange), var(--warm-yellow));
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content[b-pc8truvbph] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.brand-section[b-pc8truvbph] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-link[b-pc8truvbph] {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 0.5rem;
}

.brand-link:hover[b-pc8truvbph] {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.brand-link:active[b-pc8truvbph] {
    transform: translateY(0);
}

.brand-icon[b-pc8truvbph] {
    width: 2.5rem;
    height: 2.5rem;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.brand-name[b-pc8truvbph] {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.header-actions[b-pc8truvbph] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.main-content[b-pc8truvbph] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content[b-pc8truvbph] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    width: 100%;
}

@media (max-width: 768px) {
    .header-content[b-pc8truvbph] {
        padding: 1rem;
    }
    
    .brand-name[b-pc8truvbph] {
        font-size: 1.5rem;
    }
    
    .brand-icon[b-pc8truvbph] {
        font-size: 1.5rem;
    }
    
    .content[b-pc8truvbph] {
        padding: 1rem;
    }
}

#blazor-error-ui[b-pc8truvbph] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pc8truvbph] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Housio/Components/Layout/NavMenu.razor.rz.scp.css */
.mobile-menu-toggle[b-1zg92boype] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    z-index: 1000;
}

.mobile-menu-toggle[b-1zg92boype]::before {
    content: '☰';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    color: white;
}

.mobile-menu-toggle:checked[b-1zg92boype]::before {
    content: '✕';
}

.mobile-menu-toggle:checked[b-1zg92boype] {
    background: rgba(255, 255, 255, 0.3);
}

.housio-header[b-1zg92boype] {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.95), rgba(247, 147, 30, 0.95));
    border-bottom: none;
    position: relative;
    overflow: hidden;
}

.housio-header[b-1zg92boype]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20px;
    width: 100px;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(15deg);
}

.brand-section[b-1zg92boype] {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 2;
}

.brand-icon[b-1zg92boype] {
    width: 3rem;
    height: 3rem;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.brand-name[b-1zg92boype] {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1;
}

.brand-tagline[b-1zg92boype] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    line-height: 1;
}

.welcome-message[b-1zg92boype] {
    padding: 1.5rem 1rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    margin: 1rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.welcome-icon[b-1zg92boype] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.welcome-text[b-1zg92boype] {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.tool-menu[b-1zg92boype] {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.tool-item[b-1zg92boype] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.tool-item[b-1zg92boype]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.tool-item:hover[b-1zg92boype]::before {
    left: 100%;
}

.tool-item:hover[b-1zg92boype] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

.tool-item.active[b-1zg92boype] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(250, 240, 230, 0.95));
    color: var(--forest-green) !important;
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
}

.tool-item.active .tool-name[b-1zg92boype] {
    color: var(--forest-green);
    font-weight: 700;
}

.tool-item.active .tool-desc[b-1zg92boype] {
    color: var(--text-dark);
    opacity: 0.8;
}

.tool-item.coming-soon[b-1zg92boype] {
    opacity: 0.6;
    cursor: not-allowed;
}

.tool-item.coming-soon:hover[b-1zg92boype] {
    transform: none;
    background: rgba(255, 255, 255, 0.1);
}

.tool-icon[b-1zg92boype] {
    font-size: 2rem;
    flex-shrink: 0;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

.tool-info[b-1zg92boype] {
    flex: 1;
}

.tool-name[b-1zg92boype] {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.tool-desc[b-1zg92boype] {
    font-size: 0.85rem;
    opacity: 0.8;
    line-height: 1.2;
}

.sidebar-footer[b-1zg92boype] {
    margin-top: auto;
    padding: 1.5rem 1rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-decoration[b-1zg92boype] {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.footer-text[b-1zg92boype] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    font-style: italic;
}

.toolbox-nav[b-1zg92boype] {
    display: none;
    flex-direction: column;
    height: calc(100vh - 120px);
}

.mobile-menu-toggle:checked ~ .toolbox-nav[b-1zg92boype] {
    display: flex;
}

@media (min-width: 641px) {
    .mobile-menu-toggle[b-1zg92boype] {
        display: none;
    }

    .toolbox-nav[b-1zg92boype] {
        display: flex;
        height: calc(100vh - 120px);
        overflow-y: auto;
    }
    
    .toolbox-nav[b-1zg92boype]::-webkit-scrollbar {
        width: 6px;
    }
    
    .toolbox-nav[b-1zg92boype]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
    }
    
    .toolbox-nav[b-1zg92boype]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 3px;
    }
    
    .toolbox-nav[b-1zg92boype]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5);
    }
}
/* _content/Housio/Components/Pages/Budget.razor.rz.scp.css */
.compact-header[b-569cfuq88n] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-left: 4px solid var(--forest-green);
}

.header-top[b-569cfuq88n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

@media (max-width: 768px) {
    .header-top[b-569cfuq88n] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .budget-nav[b-569cfuq88n] {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .nav-link[b-569cfuq88n] {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem !important;
    }
}

.budget-overview[b-569cfuq88n] {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2rem;
    max-width: 100%;
    overflow: hidden;
}

/* Responsive grid for better card distribution */
@media (max-width: 767px) {
    .budget-overview[b-569cfuq88n] {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .budget-overview[b-569cfuq88n] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .budget-overview[b-569cfuq88n] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.overview-card[b-569cfuq88n] {
    background: white;
    border-radius: 15px;
    padding: 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 5px solid;
    min-width: 0;
    max-width: 100%;
    height: 80px;
}

.overview-card:hover[b-569cfuq88n] {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.overview-card.balance.positive[b-569cfuq88n] {
    border-left-color: #28a745;
}

.overview-card.balance.neutral[b-569cfuq88n] {
    border-left-color: #ffc107;
}

.overview-card.balance.negative[b-569cfuq88n] {
    border-left-color: #dc3545;
}

.overview-card.income[b-569cfuq88n] {
    border-left-color: var(--sage-green);
}

.overview-card.expense[b-569cfuq88n] {
    border-left-color: var(--coral);
}

.overview-icon[b-569cfuq88n] {
    font-size: 2.2rem;
    flex-shrink: 0;
}

.overview-info[b-569cfuq88n] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overview-label[b-569cfuq88n] {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.overview-value[b-569cfuq88n] {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text-dark);
    white-space: nowrap;
}

.overview-detail[b-569cfuq88n] {
    margin-top: 0.1rem;
    overflow: hidden;
}

.overview-detail small[b-569cfuq88n] {
    color: #6c757d;
    font-size: 0.7rem;
    line-height: 1.1;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overview-card.monthly-balance.positive[b-569cfuq88n] {
    border-left-color: #007bff;
}

.overview-card.monthly-balance.neutral[b-569cfuq88n] {
    border-left-color: #6c757d;
}

.overview-card.monthly-balance.negative[b-569cfuq88n] {
    border-left-color: #dc3545;
}

.budget-actions[b-569cfuq88n] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.budget-lists[b-569cfuq88n] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.budget-section[b-569cfuq88n] {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.budget-section h3[b-569cfuq88n] {
    color: var(--forest-green);
    margin-bottom: 1rem;
    font-size: 1.4rem;
    text-align: center;
}

.budget-items[b-569cfuq88n] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.budget-item[b-569cfuq88n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative; /* Add relative positioning for absolute date */
    min-height: 100px; /* Increased height for better separation */
}

.budget-item:hover[b-569cfuq88n] {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.income-item[b-569cfuq88n] {
    background: linear-gradient(135deg, #f0fff0, #e6ffe6);
    border-left: 4px solid var(--sage-green);
}

.expense-item[b-569cfuq88n] {
    background: linear-gradient(135deg, #fff0f0, #ffe6e6);
    border-left: 4px solid var(--coral);
}

.item-info[b-569cfuq88n] {
    flex: 1;
}

.item-header[b-569cfuq88n] {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.item-title-section[b-569cfuq88n] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0; /* Allow shrinking */
    overflow: hidden;
}

.item-name[b-569cfuq88n] {
    font-weight: 600;
    color: var(--forest-green);
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 1;
}

.item-category[b-569cfuq88n] {
    font-size: 0.8rem;
    color: #6c757d;
    font-style: italic;
    padding: 0.2rem 0.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    display: inline-block;
    white-space: nowrap;
    flex-shrink: 0;
}

.item-date[b-569cfuq88n] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 500;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.item-amount[b-569cfuq88n] {
    font-size: 1.1rem;
    font-weight: 700;
}

.income-item .item-amount[b-569cfuq88n] {
    color: #28a745;
}

.expense-item .item-amount[b-569cfuq88n] {
    color: #dc3545;
}

.btn-remove[b-569cfuq88n] {
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.btn-remove:hover[b-569cfuq88n] {
    background: rgba(220, 53, 69, 0.1);
    transform: scale(1.1);
}

.empty-state[b-569cfuq88n] {
    text-align: center;
    padding: 2rem;
    color: var(--text-dark);
    opacity: 0.7;
}

.empty-icon[b-569cfuq88n] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Modal Styles */
.modal-overlay[b-569cfuq88n] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-569cfuq88n] {
    background: white;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn-b-569cfuq88n 0.3s ease-out;
}

@keyframes modalSlideIn-b-569cfuq88n {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-569cfuq88n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-header h3[b-569cfuq88n] {
    color: var(--forest-green);
    margin: 0;
}

.modal-close[b-569cfuq88n] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-dark);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.modal-close:hover[b-569cfuq88n] {
    opacity: 1;
    transform: scale(1.1);
}

.modal-body[b-569cfuq88n] {
    padding: 1.5rem;
}

.form-group[b-569cfuq88n] {
    margin-bottom: 1rem;
}

.form-group label[b-569cfuq88n] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--forest-green);
}

.form-control[b-569cfuq88n] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid var(--sage-green);
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus[b-569cfuq88n] {
    outline: none;
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
}

.modal-footer[b-569cfuq88n] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: flex-end;
}

.budget-tips[b-569cfuq88n] {
    background: linear-gradient(135deg, var(--cream), #fff8dc);
    border-radius: 20px;
    padding: 2rem;
    border-left: 5px solid var(--primary-orange);
}

.budget-tips h3[b-569cfuq88n] {
    color: var(--forest-green);
    margin-bottom: 1.5rem;
    text-align: center;
}

.tips-grid[b-569cfuq88n] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.tip-card[b-569cfuq88n] {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.tip-icon[b-569cfuq88n] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.tip-card h4[b-569cfuq88n] {
    color: var(--forest-green);
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.tip-card p[b-569cfuq88n] {
    font-size: 0.9rem;
    line-height: 1.4;
    color: var(--text-dark);
    opacity: 0.8;
}

@media (max-width: 768px) {
    .budget-lists[b-569cfuq88n] {
        grid-template-columns: 1fr;
    }
    
    .budget-actions[b-569cfuq88n] {
        flex-direction: column;
        align-items: center;
    }
    
    .budget-actions .btn[b-569cfuq88n] {
        width: 200px;
    }
    
    .modal-content[b-569cfuq88n] {
        width: 95%;
        margin: 1rem;
    }
    
    .modal-footer[b-569cfuq88n] {
        flex-direction: column;
    }
    
    .modal-footer .btn[b-569cfuq88n] {
        width: 100%;
    }
    
    .tips-grid[b-569cfuq88n] {
        grid-template-columns: 1fr;
    }
}

/* Recurring features styling */
.recurring-section[b-569cfuq88n] {
    border-top: 1px solid #e9ecef;
    padding-top: 1rem;
    margin-top: 1rem;
}

.recurring-checkbox[b-569cfuq88n] {
    margin-bottom: 1rem;
}

.recurring-checkbox input[type="checkbox"][b-569cfuq88n] {
    margin-right: 0.5rem;
    transform: scale(1.2);
}

.recurring-checkbox label[b-569cfuq88n] {
    font-weight: 500;
    color: var(--forest-green);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.recurring-options[b-569cfuq88n] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.form-row[b-569cfuq88n] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.flex-1[b-569cfuq88n] {
    flex: 1;
}

.recurring-preview[b-569cfuq88n] {
    padding: 0.75rem;
    background: rgba(40, 167, 69, 0.1);
    border-radius: 6px;
    border-left: 3px solid var(--sage-green);
}

.recurring-item[b-569cfuq88n] {
    border-left: 3px solid var(--sage-green) !important;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.05) 0%, rgba(255, 255, 255, 1) 100%);
}

.recurring-icon[b-569cfuq88n] {
    color: var(--sage-green);
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

.item-recurring-info[b-569cfuq88n] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.recurring-details[b-569cfuq88n] {
    color: var(--sage-green);
    font-style: italic;
    font-size: 0.85rem;
}

.item-actions[b-569cfuq88n] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 1.5rem; /* Add space above buttons to avoid date overlap */
}

.btn-remove-series[b-569cfuq88n] {
    background: #6c757d;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-remove-series:hover[b-569cfuq88n] {
    background: #5a6268;
    transform: scale(1.05);
}

.btn-edit[b-569cfuq88n] {
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-edit:hover[b-569cfuq88n] {
    background: #0056b3;
    transform: scale(1.05);
}

/* Entry History Modal Styles */
.entry-history-modal[b-569cfuq88n] {
    width: 90%;
    max-width: 600px;
}

.history-summary[b-569cfuq88n] {
    margin-bottom: 1.5rem;
}

.summary-card[b-569cfuq88n] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1rem;
    border-left: 4px solid var(--forest-green);
}

.summary-card h4[b-569cfuq88n] {
    color: var(--forest-green);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.summary-stats[b-569cfuq88n] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
}

.stat-item[b-569cfuq88n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background: white;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.stat-label[b-569cfuq88n] {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 0.9rem;
}

.stat-value[b-569cfuq88n] {
    font-weight: 600;
    color: var(--forest-green);
    font-size: 0.95rem;
}

.history-entries h4[b-569cfuq88n] {
    color: var(--forest-green);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.history-list[b-569cfuq88n] {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.history-item[b-569cfuq88n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s ease;
}

.history-item:last-child[b-569cfuq88n] {
    border-bottom: none;
}

.history-item:hover[b-569cfuq88n] {
    background: #f8f9fa;
}

.history-month[b-569cfuq88n] {
    font-weight: 500;
    color: var(--text-dark);
}

.history-amount[b-569cfuq88n] {
    font-weight: 600;
    font-size: 1rem;
}

.history-amount.income[b-569cfuq88n] {
    color: #28a745;
}

.history-amount.expense[b-569cfuq88n] {
    color: #dc3545;
}

/* Mobile responsive adjustments for recurring features */
@media (max-width: 768px) {
    .form-row[b-569cfuq88n] {
        grid-template-columns: 1fr;
    }
    
    .item-actions[b-569cfuq88n] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .btn-remove-series[b-569cfuq88n] {
        margin-bottom: 0.25rem;
    }
}

/* Budget vs Actual Tracking Status */
.actual-tracking-status[b-569cfuq88n] {
    margin-bottom: 2rem;
}

.status-card[b-569cfuq88n] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 2px solid #dee2e6;
    transition: all 0.3s ease;
}

.status-card:hover[b-569cfuq88n] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.status-icon[b-569cfuq88n] {
    font-size: 2rem;
    opacity: 0.8;
}

.status-info[b-569cfuq88n] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.status-label[b-569cfuq88n] {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 1rem;
}

.status-value[b-569cfuq88n] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.tracking-active[b-569cfuq88n] {
    color: #28a745;
    font-weight: 600;
}

.tracking-inactive[b-569cfuq88n] {
    color: #6c757d;
    font-weight: 600;
}

.quick-variance[b-569cfuq88n] {
    margin-top: 0.25rem;
}

.quick-variance small[b-569cfuq88n] {
    color: #6c757d;
}

.positive-variance[b-569cfuq88n] {
    color: #28a745 !important;
    font-weight: 600;
}

.negative-variance[b-569cfuq88n] {
    color: #dc3545 !important;
    font-weight: 600;
}

.btn-small[b-569cfuq88n] {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    align-self: flex-start;
}

@media (max-width: 768px) {
    .status-card[b-569cfuq88n] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .status-info[b-569cfuq88n] {
        align-items: center;
    }
}
/* _content/Housio/Components/Pages/BudgetVsActual.razor.rz.scp.css */
.compact-header[b-36rc82boaa] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-left: 4px solid var(--forest-green);
}

.budget-overview[b-36rc82boaa] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.header-top[b-36rc82boaa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

@media (max-width: 768px) {
    .header-top[b-36rc82boaa] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .budget-nav[b-36rc82boaa] {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .nav-link[b-36rc82boaa] {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem !important;
    }
}

.budget-nav[b-36rc82boaa] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.nav-link[b-36rc82boaa] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: white;
    color: #333;
    text-decoration: none;
    border-radius: 25px;
    border: 2px solid #e9ecef;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.nav-link:hover[b-36rc82boaa] {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #333;
}

.nav-link.active[b-36rc82boaa] {
    background: #2d5a27;
    color: white;
    border-color: #2d5a27;
    box-shadow: 0 4px 15px rgba(45, 90, 39, 0.3);
}

.budget-navigation[b-36rc82boaa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    flex-wrap: wrap;
    gap: 1rem;
}

.month-selector[b-36rc82boaa] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.month-selector h2[b-36rc82boaa] {
    margin: 0;
    color: #2d5a27;
    font-size: 1.5rem;
    font-weight: 700;
}

.month-nav-btn[b-36rc82boaa] {
    background: none;
    border: 2px solid #e9ecef;
    padding: 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.month-nav-btn:hover[b-36rc82boaa] {
    border-color: #2d5a27;
    background: #f8f9fa;
    transform: scale(1.1);
}

.month-nav-btn:disabled[b-36rc82boaa] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.budget-overview[b-36rc82boaa] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.overview-card[b-36rc82boaa] {
    background: white;
    padding: 1.25rem;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.overview-card[b-36rc82boaa]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e9ecef 0%, #dee2e6 100%);
    transition: all 0.3s ease;
}

.overview-card:hover[b-36rc82boaa] {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.overview-card h3[b-36rc82boaa] {
    margin: 0 0 0.5rem 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.card-label[b-36rc82boaa] {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.card-description[b-36rc82boaa] {
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.5;
    margin-top: 0.5rem;
}

/* Income specific styling */
.income-overview[b-36rc82boaa]::before {
    background: linear-gradient(90deg, #28a745 0%, #20c997 100%);
}

.income-overview h3[b-36rc82boaa] {
    color: #28a745;
}

/* Expense specific styling */
.expense-overview[b-36rc82boaa]::before {
    background: linear-gradient(90deg, #dc3545 0%, #fd7e14 100%);
}

.expense-overview h3[b-36rc82boaa] {
    color: #dc3545;
}

/* Balance specific styling */
.balance-overview.positive[b-36rc82boaa]::before {
    background: linear-gradient(90deg, #28a745 0%, #20c997 100%);
}

.balance-overview.positive h3[b-36rc82boaa] {
    color: #28a745;
}

.balance-overview.negative[b-36rc82boaa]::before {
    background: linear-gradient(90deg, #dc3545 0%, #fd7e14 100%);
}

.balance-overview.negative h3[b-36rc82boaa] {
    color: #dc3545;
}

.budget-entries-grid[b-36rc82boaa] {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.budget-entry-card[b-36rc82boaa] {
    background: white;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.budget-entry-card[b-36rc82boaa]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #e9ecef;
    transition: all 0.3s ease;
}

.budget-entry-card.income[b-36rc82boaa]::before {
    background: linear-gradient(to bottom, #28a745, #20c997);
}

.budget-entry-card.expense[b-36rc82boaa]::before {
    background: linear-gradient(to bottom, #dc3545, #fd7e14);
}

.budget-entry-card:hover[b-36rc82boaa] {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.entry-header[b-36rc82boaa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    min-height: 1.5rem;
}

.entry-title[b-36rc82boaa] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0; /* Allow shrinking */
    overflow: hidden;
}

.entry-title strong[b-36rc82boaa] {
    font-size: 1.1rem;
    color: #2c3e50;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 1;
}

.entry-category[b-36rc82boaa] {
    font-size: 0.8rem;
    color: #6c757d;
    font-style: italic;
    padding: 0.2rem 0.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    display: inline-block;
    white-space: nowrap;
    flex-shrink: 0;
}

.entry-type[b-36rc82boaa] {
    font-size: 1.5rem;
    opacity: 0.7;
}

.no-entries[b-36rc82boaa] {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    margin-top: 2rem;
    border: 2px dashed #dee2e6;
}

.no-entries p[b-36rc82boaa] {
    color: #6c757d;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.entry-amounts[b-36rc82boaa] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.budget-amount[b-36rc82boaa], .actual-amount[b-36rc82boaa], .variance[b-36rc82boaa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.75rem;
    background: white;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.amount-label[b-36rc82boaa] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.amount-value[b-36rc82boaa] {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}

.budget-amount .amount-value[b-36rc82boaa] {
    color: #495057;
}

.actual-amount .amount-value[b-36rc82boaa] {
    color: #007bff;
}

.variance.positive-variance .amount-value[b-36rc82boaa] {
    color: #28a745;
}

.variance.negative-variance .amount-value[b-36rc82boaa] {
    color: #dc3545;
}

.actual-entries[b-36rc82boaa] {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.actual-entries h4[b-36rc82boaa] {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    color: #495057;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.actual-entries h4[b-36rc82boaa]::before {
    content: '📋';
    font-size: 1.2rem;
}

.actual-entry[b-36rc82boaa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.actual-entry:last-child[b-36rc82boaa] {
    margin-bottom: 0;
}

.actual-entry:hover[b-36rc82boaa] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-color: #007bff;
}

.entry-date[b-36rc82boaa] {
    font-size: 0.85rem;
    color: #6c757d;
    background: #e9ecef;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
    width: 60px; /* Fixed width for alignment */
    text-align: center;
}

.btn-delete[b-36rc82boaa] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s ease;
    color: #dc3545;
    font-size: 1.1rem;
}

.btn-delete:hover[b-36rc82boaa] {
    background: #f8d7da;
    transform: scale(1.1);
}

.entry-actions[b-36rc82boaa] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e9ecef;
}

/* Modal Styles */
.modal-overlay[b-36rc82boaa] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-content[b-36rc82boaa] {
    background: white;
    border-radius: 15px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-header[b-36rc82boaa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e9ecef;
}

.modal-header h3[b-36rc82boaa] {
    margin: 0;
    color: #2d5a27;
    font-size: 1.5rem;
    font-weight: 600;
}

.btn-close[b-36rc82boaa] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.btn-close:hover[b-36rc82boaa] {
    background: #f8f9fa;
    color: #dc3545;
}

.modal-body[b-36rc82boaa] {
    padding: 2rem;
}

.form-group[b-36rc82boaa] {
    margin-bottom: 1.5rem;
}

.form-group label[b-36rc82boaa] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-control[b-36rc82boaa] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus[b-36rc82boaa] {
    outline: none;
    border-color: #2d5a27;
    box-shadow: 0 0 0 3px rgba(45, 90, 39, 0.1);
}

.modal-actions[b-36rc82boaa] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

/* Responsive Design */
@media (max-width: 768px) {
    .budget-navigation[b-36rc82boaa] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .budget-overview[b-36rc82boaa] {
        grid-template-columns: 1fr;
    }
    
    .entry-amounts[b-36rc82boaa] {
        grid-template-columns: 1fr;
    }
    
    .entry-header[b-36rc82boaa] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .actual-entry[b-36rc82boaa] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
}

/* Radio button styling for expense type selection */
.radio-group[b-36rc82boaa] {
    margin: 1rem 0;
}

.radio-option[b-36rc82boaa] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.radio-option:hover[b-36rc82boaa] {
    background: #e9ecef;
}

.radio-option input[type="radio"][b-36rc82boaa] {
    width: 18px;
    height: 18px;
    accent-color: #28a745;
    cursor: pointer;
}

.radio-option label[b-36rc82boaa] {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    color: #495057;
    user-select: none;
}

.radio-option input[type="radio"]:checked + label[b-36rc82boaa] {
    color: #28a745;
    font-weight: 600;
}

/* Unforeseen expenses styling */
.unforeseen-expenses-grid[b-36rc82boaa] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.unforeseen-expense-card[b-36rc82boaa] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #ffc107;
    transition: all 0.3s ease;
}

.unforeseen-expense-card:hover[b-36rc82boaa] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.unforeseen-expense-card.expense[b-36rc82boaa] {
    border-left-color: #dc3545;
}

.unforeseen-expense-card.income[b-36rc82boaa] {
    border-left-color: #28a745;
}

.unforeseen-summary[b-36rc82boaa] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1rem;
    border: 2px solid #dee2e6;
}

.summary-item[b-36rc82boaa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.summary-item:last-child[b-36rc82boaa] {
    margin-bottom: 0;
}

.summary-label[b-36rc82boaa] {
    font-weight: 500;
    color: #495057;
}

.summary-value[b-36rc82boaa] {
    font-weight: 700;
    font-size: 1.1rem;
}

.summary-value.expense[b-36rc82boaa] {
    color: #dc3545;
}

.summary-value.income[b-36rc82boaa] {
    color: #28a745;
}

.section-description[b-36rc82boaa] {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
    font-style: italic;
}

.unforeseen-amount[b-36rc82boaa], .unforeseen-date[b-36rc82boaa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}
/* _content/Housio/Components/Pages/Home.razor.rz.scp.css */
/* Hero Section for Non-Authenticated Users */
.hero-section[b-q0agsdt6zr] {
    background: linear-gradient(135deg, var(--primary-orange), var(--warm-yellow));
    color: white;
    padding: 3rem 2rem;
    border-radius: 20px;
    margin-bottom: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
}

.hero-title[b-q0agsdt6zr] {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle[b-q0agsdt6zr] {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.hero-description[b-q0agsdt6zr] {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Welcome Back Section for Authenticated Users */
.welcome-back-section[b-q0agsdt6zr] {
    background: linear-gradient(135deg, var(--sage-green), var(--forest-green));
    color: white;
    padding: 2rem;
    border-radius: 20px;
    margin-bottom: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(143, 188, 143, 0.3);
    position: relative;
    overflow: hidden;
}

.welcome-back-section[b-q0agsdt6zr]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20px;
    width: 100px;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(15deg);
}

.welcome-title[b-q0agsdt6zr] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.welcome-subtitle[b-q0agsdt6zr] {
    font-size: 1.2rem;
    opacity: 0.9;
}

.tools-grid[b-q0agsdt6zr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.tool-card[b-q0agsdt6zr] {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.tool-card:hover[b-q0agsdt6zr] {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-orange);
}

.tool-card.coming-soon[b-q0agsdt6zr] {
    opacity: 0.7;
}

.tool-card.coming-soon:hover[b-q0agsdt6zr] {
    transform: translateY(-2px);
}

.tool-icon[b-q0agsdt6zr] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.tool-card h3[b-q0agsdt6zr] {
    color: var(--forest-green);
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.tool-card p[b-q0agsdt6zr] {
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.tool-link[b-q0agsdt6zr] {
    display: inline-block;
    background: linear-gradient(45deg, var(--primary-orange), var(--warm-yellow));
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.tool-link:hover[b-q0agsdt6zr] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
    color: white;
}

.tool-link.disabled[b-q0agsdt6zr] {
    background: linear-gradient(45deg, #ccc, #999);
    cursor: not-allowed;
    opacity: 0.6;
}

.tool-link.disabled:hover[b-q0agsdt6zr] {
    transform: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .hero-title[b-q0agsdt6zr] {
        font-size: 2rem;
    }
    
    .hero-subtitle[b-q0agsdt6zr] {
        font-size: 1.1rem;
    }
    
    .tools-grid[b-q0agsdt6zr] {
        grid-template-columns: 1fr;
    }
}/* Aut
hentication Section */
.auth-section[b-q0agsdt6zr] {
    margin: 3rem 0;
    display: flex;
    justify-content: center;
}

.auth-card[b-q0agsdt6zr] {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    border: 3px solid var(--primary-orange);
}

.auth-icon[b-q0agsdt6zr] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.auth-card h2[b-q0agsdt6zr] {
    color: var(--forest-green);
    margin-bottom: 1rem;
    font-size: 2rem;
}

.auth-card p[b-q0agsdt6zr] {
    color: var(--text-dark);
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.auth-benefits[b-q0agsdt6zr] {
    margin: 2rem 0;
    text-align: left;
}

.benefit-item[b-q0agsdt6zr] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: rgba(255, 107, 53, 0.05);
    border-radius: 10px;
}

.benefit-icon[b-q0agsdt6zr] {
    font-size: 1.5rem;
}

.auth-button[b-q0agsdt6zr] {
    display: inline-block;
    background: linear-gradient(45deg, var(--primary-orange), var(--warm-yellow));
    color: white;
    padding: 1rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    margin: 1rem 0;
}

.auth-button:hover[b-q0agsdt6zr] {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 53, 0.4);
    color: white;
}

.auth-note[b-q0agsdt6zr] {
    margin-top: 1rem;
    color: var(--text-dark);
    opacity: 0.7;
}

/* Features Preview */
.features-preview[b-q0agsdt6zr] {
    margin: 4rem 0;
    text-align: center;
}

.features-preview h3[b-q0agsdt6zr] {
    color: var(--forest-green);
    margin-bottom: 2rem;
    font-size: 2rem;
}

.preview-grid[b-q0agsdt6zr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.preview-card[b-q0agsdt6zr] {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.preview-card:hover[b-q0agsdt6zr] {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: var(--sage-green);
}

.preview-icon[b-q0agsdt6zr] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.preview-card h4[b-q0agsdt6zr] {
    color: var(--forest-green);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.preview-card p[b-q0agsdt6zr] {
    color: var(--text-dark);
    line-height: 1.5;
    font-size: 0.95rem;
}

/* Quick Stats for Authenticated Users */
.quick-stats[b-q0agsdt6zr] {
    margin: 3rem 0;
    background: linear-gradient(135deg, var(--cream), #fff8dc);
    border-radius: 20px;
    padding: 2rem;
    border-left: 5px solid var(--primary-orange);
}

.quick-stats h3[b-q0agsdt6zr] {
    color: var(--forest-green);
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.8rem;
}

.stats-grid[b-q0agsdt6zr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.stat-card[b-q0agsdt6zr] {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.stat-card:hover[b-q0agsdt6zr] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.stat-icon[b-q0agsdt6zr] {
    font-size: 2rem;
}

.stat-label[b-q0agsdt6zr] {
    font-size: 0.9rem;
    color: var(--text-dark);
    opacity: 0.7;
    margin-bottom: 0.25rem;
}

.stat-value[b-q0agsdt6zr] {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--forest-green);
}

/* Featured Tool Card */
.tool-card.featured[b-q0agsdt6zr] {
    background: linear-gradient(135deg, var(--primary-orange), var(--warm-yellow));
    color: white;
    border: none;
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.4);
    transform: scale(1.05);
    position: relative;
    overflow: hidden;
}

.tool-card.featured[b-q0agsdt6zr]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20px;
    width: 100px;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(15deg);
}

.tool-card.featured .tool-icon[b-q0agsdt6zr] {
    font-size: 4rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.tool-card.featured h3[b-q0agsdt6zr] {
    color: white;
    font-size: 1.8rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.tool-card.featured p[b-q0agsdt6zr] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    position: relative;
    z-index: 2;
}

.tool-card.featured .tool-features[b-q0agsdt6zr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 1.5rem 0;
    position: relative;
    z-index: 2;
}

.tool-card.featured .feature-item[b-q0agsdt6zr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

.tool-card.featured .feature-icon[b-q0agsdt6zr] {
    font-size: 1.2rem;
}

.tool-card.featured .tool-link[b-q0agsdt6zr] {
    background: rgba(255, 255, 255, 0.9);
    color: var(--forest-green);
    font-weight: 700;
    font-size: 1.1rem;
    position: relative;
    z-index: 2;
}

.tool-card.featured .tool-link:hover[b-q0agsdt6zr] {
    background: white;
    color: var(--forest-green);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.tool-card.featured:hover[b-q0agsdt6zr] {
    transform: scale(1.08) translateY(-5px);
    box-shadow: 0 20px 50px rgba(255, 107, 53, 0.5);
}

@media (max-width: 768px) {
    .hero-title[b-q0agsdt6zr], .welcome-title[b-q0agsdt6zr] {
        font-size: 2rem;
    }
    
    .hero-subtitle[b-q0agsdt6zr], .welcome-subtitle[b-q0agsdt6zr] {
        font-size: 1.1rem;
    }
    
    .auth-card[b-q0agsdt6zr] {
        padding: 2rem;
        margin: 0 1rem;
    }
    
    .preview-grid[b-q0agsdt6zr], .stats-grid[b-q0agsdt6zr] {
        grid-template-columns: 1fr;
    }
    
    .tool-card.featured[b-q0agsdt6zr] {
        transform: scale(1);
    }
    
    .tool-card.featured:hover[b-q0agsdt6zr] {
        transform: scale(1.02) translateY(-3px);
    }
}/* Use
r Account Actions */
.user-account-actions[b-q0agsdt6zr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
}

.account-info[b-q0agsdt6zr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    font-weight: 600;
}

.account-icon[b-q0agsdt6zr] {
    font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-name[b-q0agsdt6zr] {
    font-size: 1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.logout-button[b-q0agsdt6zr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(220, 53, 69, 0.8);
    color: white;
    padding: 0.75rem 1.25rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.logout-button:hover[b-q0agsdt6zr] {
    background: rgba(220, 53, 69, 1);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
    border-color: rgba(255, 255, 255, 0.5);
}

.logout-icon[b-q0agsdt6zr] {
    font-size: 1.1rem;
}

.logout-text[b-q0agsdt6zr] {
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .user-account-actions[b-q0agsdt6zr] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .account-info[b-q0agsdt6zr] {
        justify-content: center;
    }
    
    .logout-button[b-q0agsdt6zr] {
        width: 100%;
        justify-content: center;
        padding: 1rem;
    }
}/* Com
ing Soon Section for Authenticated Users */
.coming-soon-section[b-q0agsdt6zr] {
    margin: 3rem 0;
    text-align: center;
}

.coming-soon-section h3[b-q0agsdt6zr] {
    color: var(--forest-green);
    margin-bottom: 2rem;
    font-size: 2rem;
}

.coming-soon-grid[b-q0agsdt6zr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.coming-soon-card[b-q0agsdt6zr] {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 3px solid transparent;
    position: relative;
    opacity: 0.8;
}

.coming-soon-card:hover[b-q0agsdt6zr] {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    border-color: var(--sage-green);
    opacity: 1;
}

.coming-soon-icon[b-q0agsdt6zr] {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.coming-soon-card h4[b-q0agsdt6zr] {
    color: var(--forest-green);
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.coming-soon-card p[b-q0agsdt6zr] {
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.5;
    opacity: 0.8;
}

.coming-soon-badge[b-q0agsdt6zr] {
    display: inline-block;
    background: linear-gradient(45deg, var(--sage-green), var(--forest-green));
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .coming-soon-grid[b-q0agsdt6zr] {
        grid-template-columns: 1fr;
    }
}

/* Budget Preview Section for Authenticated Users */
.budget-preview[b-q0agsdt6zr] {
    margin: 3rem 0;
    text-align: center;
    background: linear-gradient(135deg, var(--cream), #fff8dc);
    border-radius: 20px;
    padding: 3rem 2rem;
    border-left: 5px solid var(--primary-orange);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.budget-preview h3[b-q0agsdt6zr] {
    color: var(--forest-green);
    margin-bottom: 2.5rem;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.benefits-grid[b-q0agsdt6zr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.benefit-card[b-q0agsdt6zr] {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 3px solid transparent;
    position: relative;
    overflow: hidden;
}

.benefit-card[b-q0agsdt6zr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, var(--primary-orange), var(--warm-yellow));
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.benefit-card:hover[b-q0agsdt6zr] {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-orange);
}

.benefit-card:hover[b-q0agsdt6zr]::before {
    transform: translateX(0);
}

.benefit-icon[b-q0agsdt6zr] {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    display: block;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}

.benefit-card h4[b-q0agsdt6zr] {
    color: var(--forest-green);
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.benefit-card p[b-q0agsdt6zr] {
    color: var(--text-dark);
    line-height: 1.6;
    font-size: 1rem;
    opacity: 0.8;
    margin: 0;
}

/* Add some color variations for different benefit cards */
.benefit-card:nth-child(1)[b-q0agsdt6zr] {
    border-left: 4px solid var(--sage-green);
}

.benefit-card:nth-child(1):hover[b-q0agsdt6zr] {
    border-color: var(--sage-green);
}

.benefit-card:nth-child(2)[b-q0agsdt6zr] {
    border-left: 4px solid var(--soft-blue);
}

.benefit-card:nth-child(2):hover[b-q0agsdt6zr] {
    border-color: var(--soft-blue);
}

.benefit-card:nth-child(3)[b-q0agsdt6zr] {
    border-left: 4px solid var(--warm-yellow);
}

.benefit-card:nth-child(3):hover[b-q0agsdt6zr] {
    border-color: var(--warm-yellow);
}

@media (max-width: 768px) {
    .budget-preview[b-q0agsdt6zr] {
        padding: 2rem 1rem;
        margin: 2rem 0;
    }
    
    .budget-preview h3[b-q0agsdt6zr] {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    
    .benefits-grid[b-q0agsdt6zr] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .benefit-card[b-q0agsdt6zr] {
        padding: 2rem 1.5rem;
    }
    
    .benefit-icon[b-q0agsdt6zr] {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    
    .benefit-card h4[b-q0agsdt6zr] {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    
    .benefit-card p[b-q0agsdt6zr] {
        font-size: 0.95rem;
    }
}
/* _content/Housio/Components/Pages/ProjectPlanning.razor.rz.scp.css */
/* Project Planning Styles */

/* CSS Variables for consistent theming */
:root[b-hsa03jy3lw] {
    --text-primary: #2c3e50;
    --text-secondary: #6c757d;
    --border-light: #e9ecef;
    --bg-light: #f8f9fa;
    --success-green: #28a745;
    --danger-red: #dc3545;
    --warning-yellow: #ffc107;
    --info-blue: #17a2b8;
    --primary-orange: #ff6b35;
    --sage-green: #87ceeb;
    --forest-green: #228b22;
}

.project-planning-container[b-hsa03jy3lw] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 3rem;
    min-height: 100vh;
}

.page-header[b-hsa03jy3lw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-header h1[b-hsa03jy3lw] {
    font-size: 2.5rem;
    color: var(--primary-orange);
    margin: 0;
}

.page-header p[b-hsa03jy3lw] {
    color: var(--text-secondary);
    margin: 0.5rem 0 0 0;
    font-size: 1.1rem;
}

/* Loading State */
.loading-container[b-hsa03jy3lw] {
    text-align: center;
    padding: 3rem;
    color: var(--text-secondary);
}

.loading-spinner[b-hsa03jy3lw] {
    width: 40px;
    height: 40px;
    border: 4px solid var(--border-light);
    border-top: 4px solid var(--primary-orange);
    border-radius: 50%;
    animation: spin-b-hsa03jy3lw 1s linear infinite;
    margin: 0 auto 1rem auto;
}

@keyframes spin-b-hsa03jy3lw {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Projects Grid */
.projects-grid[b-hsa03jy3lw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Project Card */
.project-card[b-hsa03jy3lw] {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.project-card:hover[b-hsa03jy3lw] {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-orange);
}

.project-card.over-budget[b-hsa03jy3lw] {
    border-left: 5px solid var(--danger-red);
}

.project-header[b-hsa03jy3lw] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.project-header h3[b-hsa03jy3lw] {
    margin: 0;
    color: var(--text-primary);
    font-size: 1.4rem;
    flex: 1;
}

.project-header-actions[b-hsa03jy3lw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.project-status[b-hsa03jy3lw] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Delete Icon Button */
.delete-icon-btn[b-hsa03jy3lw] {
    background: none;
    border: none;
    color: var(--danger-red);
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.delete-icon-btn:hover[b-hsa03jy3lw] {
    background: rgba(220, 53, 69, 0.1);
    opacity: 1;
    transform: scale(1.1);
}

.status-planning[b-hsa03jy3lw] {
    background: var(--info-blue);
    color: white;
}

.status-inprogress[b-hsa03jy3lw] {
    background: var(--warning-yellow);
    color: var(--text-primary);
}

.status-onhold[b-hsa03jy3lw] {
    background: var(--text-secondary);
    color: white;
}

.status-completed[b-hsa03jy3lw] {
    background: var(--success-green);
    color: white;
}

.status-cancelled[b-hsa03jy3lw] {
    background: var(--danger-red);
    color: white;
}

.project-description[b-hsa03jy3lw] {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    font-style: italic;
}

/* Budget Section */
.project-budget[b-hsa03jy3lw] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: var(--bg-light);
    border-radius: 10px;
}

.budget-item[b-hsa03jy3lw] {
    text-align: center;
}

.budget-label[b-hsa03jy3lw] {
    display: block;
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    font-weight: 600;
}

.budget-value[b-hsa03jy3lw] {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
}

.budget-value.negative[b-hsa03jy3lw] {
    color: var(--danger-red);
}

.budget-value.positive[b-hsa03jy3lw] {
    color: var(--success-green);
}

/* Progress Bar */
.budget-progress[b-hsa03jy3lw] {
    margin-bottom: 1rem;
}

.progress-bar[b-hsa03jy3lw] {
    width: 100%;
    height: 8px;
    background: var(--border-light);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.progress-fill[b-hsa03jy3lw] {
    height: 100%;
    background: linear-gradient(90deg, var(--success-green), var(--warning-yellow), var(--danger-red));
    transition: width 0.3s ease;
}

.progress-text[b-hsa03jy3lw] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    text-align: center;
    display: block;
}

/* Project Stats */
.project-stats[b-hsa03jy3lw] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.stat-item[b-hsa03jy3lw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.stat-icon[b-hsa03jy3lw] {
    font-size: 1rem;
}

/* Project Actions */
.project-actions[b-hsa03jy3lw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.project-actions-row[b-hsa03jy3lw] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

/* Ensure delete button styling is properly applied */
.btn.btn-danger[b-hsa03jy3lw] {
    background: var(--danger-red) !important;
    color: white !important;
    border: 2px solid var(--danger-red) !important;
}

.btn.btn-danger:hover[b-hsa03jy3lw] {
    background: #dc2626 !important;
    border-color: #dc2626 !important;
    transform: translateY(-1px);
}

.project-actions-row .btn[b-hsa03jy3lw] {
    flex: 1;
    min-width: 120px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}

/* Empty State */
.empty-state[b-hsa03jy3lw] {
    text-align: center;
    padding: 8rem 2rem;
    color: var(--text-secondary);
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.empty-icon[b-hsa03jy3lw] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.empty-state h3[b-hsa03jy3lw] {
    color: var(--text-primary);
    margin-bottom: 1rem;
}

/* Modal Styles */
.modal-overlay[b-hsa03jy3lw] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 2000;
    padding: 1rem;
    overflow-y: auto;
    padding-top: 2rem;
}

.modal-content[b-hsa03jy3lw] {
    background: white;
    border-radius: 15px;
    padding: 0;
    width: 100%;
    max-width: 700px;
    min-height: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    position: relative;
}

.modal-content.large[b-hsa03jy3lw] {
    max-width: 1000px;
}

.modal-header[b-hsa03jy3lw] {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid var(--border-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-radius: 15px 15px 0 0;
}

.modal-header h2[b-hsa03jy3lw] {
    margin: 0;
    color: var(--text-primary);
    font-size: 1.5rem;
    font-weight: 600;
}

.modal-header-actions[b-hsa03jy3lw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.modal-close[b-hsa03jy3lw] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-secondary);
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.modal-close:hover[b-hsa03jy3lw] {
    background: var(--bg-light);
    color: var(--text-primary);
    transform: scale(1.1);
}

/* Form Styles */
.modal-content form[b-hsa03jy3lw] {
    padding: 4rem;
}

.form-group[b-hsa03jy3lw] {
    margin-bottom: 2.5rem;
}

.form-row[b-hsa03jy3lw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-bottom: 2rem;
}

.form-group label[b-hsa03jy3lw] {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: var(--text-primary);
    font-size: 1rem;
}

.form-control[b-hsa03jy3lw] {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--border-light);
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s ease;
    box-sizing: border-box;
    background: white;
}

.form-control:focus[b-hsa03jy3lw] {
    outline: none;
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.modal-actions[b-hsa03jy3lw] {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-end;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-light);
}

/* Project Details */
.project-details[b-hsa03jy3lw] {
    padding: 1.5rem;
}

.project-overview[b-hsa03jy3lw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background: var(--bg-light);
    border-radius: 10px;
}

.overview-item[b-hsa03jy3lw] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.overview-item .label[b-hsa03jy3lw] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    font-weight: 600;
}

.overview-item .value[b-hsa03jy3lw] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
}

/* Expenses Section */
.expenses-section[b-hsa03jy3lw] {
    margin-top: 2rem;
}

.section-header[b-hsa03jy3lw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.section-header h3[b-hsa03jy3lw] {
    margin: 0;
    color: var(--text-primary);
}

.section-actions[b-hsa03jy3lw] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

/* Expenses Table */
.expenses-table[b-hsa03jy3lw] {
    border: 1px solid var(--border-light);
    border-radius: 10px;
    overflow: hidden;
}

.table-header[b-hsa03jy3lw] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
    padding: 1rem;
    background: var(--bg-light);
    font-weight: 600;
    color: var(--text-primary);
    font-size: 0.9rem;
}

.table-row[b-hsa03jy3lw] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
    padding: 1rem;
    border-top: 1px solid var(--border-light);
    align-items: center;
    font-size: 0.9rem;
}

.table-row:hover[b-hsa03jy3lw] {
    background: var(--bg-light);
}

.col-actions[b-hsa03jy3lw] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.empty-expenses[b-hsa03jy3lw] {
    text-align: center;
    padding: 2rem;
    color: var(--text-secondary);
    font-style: italic;
}

/* Status Badges */
.status-badge[b-hsa03jy3lw] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    display: inline-block;
}

.status-badge.status-planned[b-hsa03jy3lw] {
    background: var(--info-blue);
    color: white;
}

.status-badge.status-quoted[b-hsa03jy3lw] {
    background: var(--warning-yellow);
    color: var(--text-primary);
}

.status-badge.status-ordered[b-hsa03jy3lw] {
    background: var(--primary-orange);
    color: white;
}

.status-badge.status-delivered[b-hsa03jy3lw] {
    background: var(--sage-green);
    color: white;
}

.status-badge.status-installed[b-hsa03jy3lw] {
    background: var(--success-green);
    color: white;
}

.status-badge.status-completed[b-hsa03jy3lw] {
    background: var(--forest-green);
    color: white;
}

/* Button Styles */
.btn[b-hsa03jy3lw] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    min-width: 120px;
    justify-content: center;
    font-family: inherit;
}

.btn-primary[b-hsa03jy3lw] {
    background: var(--primary-orange);
    color: white;
    border: 2px solid var(--primary-orange);
}

.btn-primary:hover[b-hsa03jy3lw] {
    background: #e6661a;
    border-color: #e6661a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.btn-secondary[b-hsa03jy3lw] {
    background: #6c757d;
    color: white;
    border: 2px solid #6c757d;
}

.btn-secondary:hover[b-hsa03jy3lw] {
    background: #5a6268;
    border-color: #5a6268;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

.btn-outline[b-hsa03jy3lw] {
    background: transparent;
    color: var(--primary-orange);
    border: 2px solid var(--primary-orange);
}

.btn-outline:hover[b-hsa03jy3lw] {
    background: var(--primary-orange);
    color: white;
    transform: translateY(-1px);
}

.btn-danger[b-hsa03jy3lw] {
    background: var(--danger-red);
    color: white;
    border: 2px solid var(--danger-red);
}

.btn-danger:hover[b-hsa03jy3lw] {
    background: #dc2626;
    border-color: #dc2626;
    transform: translateY(-1px);
}

.btn-sm[b-hsa03jy3lw] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    min-width: auto;
}

.btn-icon[b-hsa03jy3lw] {
    font-size: 1rem;
}

/* Responsive Design */
@media (min-width: 1400px) {
    .project-planning-container[b-hsa03jy3lw] {
        max-width: 1800px;
        padding: 4rem;
        min-height: 100vh;
    }
    
    .projects-grid[b-hsa03jy3lw] {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 2rem;
    }
    
    .empty-state[b-hsa03jy3lw] {
        padding: 10rem 2rem;
        min-height: 70vh;
    }
}

@media (max-width: 768px) {
    .project-planning-container[b-hsa03jy3lw] {
        padding: 1rem;
    }
    
    .page-header[b-hsa03jy3lw] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .projects-grid[b-hsa03jy3lw] {
        grid-template-columns: 1fr;
    }
    
    .project-budget[b-hsa03jy3lw] {
        grid-template-columns: 1fr;
        text-align: left;
    }
    
    .form-row[b-hsa03jy3lw] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .modal-overlay[b-hsa03jy3lw] {
        padding: 0.5rem;
        padding-top: 1rem;
    }
    
    .modal-content[b-hsa03jy3lw] {
        margin: 0;
        max-width: 100%;
        border-radius: 10px;
    }
    
    .modal-content form[b-hsa03jy3lw] {
        padding: 1.5rem;
    }
    
    .modal-header[b-hsa03jy3lw] {
        padding: 1.25rem 1.5rem;
        border-radius: 10px 10px 0 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .modal-header h2[b-hsa03jy3lw] {
        font-size: 1.25rem;
    }
    
    .modal-header-actions[b-hsa03jy3lw] {
        width: 100%;
        justify-content: space-between;
    }
    
    .modal-close[b-hsa03jy3lw] {
        width: 28px;
        height: 28px;
        font-size: 1.25rem;
    }
    
    .form-group[b-hsa03jy3lw] {
        margin-bottom: 1.25rem;
    }
    
    .form-control[b-hsa03jy3lw] {
        padding: 0.875rem;
        font-size: 0.95rem;
    }
    
    .modal-actions[b-hsa03jy3lw] {
        flex-direction: column-reverse;
        gap: 1rem;
        margin-top: 1.25rem;
        padding-top: 1.25rem;
    }
    
    .btn[b-hsa03jy3lw] {
        width: 100%;
        min-width: auto;
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .table-header[b-hsa03jy3lw],
    .table-row[b-hsa03jy3lw] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .table-header[b-hsa03jy3lw] {
        display: none;
    }
    
    .table-row[b-hsa03jy3lw] {
        display: block;
        padding: 1rem;
        border: 1px solid var(--border-light);
        margin-bottom: 0.5rem;
        border-radius: 8px;
    }
    
    .table-row > div[b-hsa03jy3lw] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }
    
    .table-row > div[b-hsa03jy3lw]:before {
        content: attr(data-label) ": ";
        font-weight: 600;
        color: var(--text-secondary);
    }
    
    .project-actions[b-hsa03jy3lw] {
        gap: 0.75rem;
    }
    
    .project-actions-row[b-hsa03jy3lw] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .project-actions-row .btn[b-hsa03jy3lw] {
        width: 100%;
        min-width: auto;
        font-size: 0.85rem;
        padding: 0.7rem 1rem;
    }
    

}

/* File Management Styles */
.files-section[b-hsa03jy3lw] {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid var(--border-light);
}

.files-section .section-header[b-hsa03jy3lw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.files-section .section-header h3[b-hsa03jy3lw] {
    color: var(--text-primary);
    margin: 0;
    font-size: 1.4rem;
}

.file-upload-section[b-hsa03jy3lw] {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: var(--bg-light);
    border-radius: 8px;
    border: 1px solid var(--border-light);
}

/* Responsive adjustments for file sections */
@media (max-width: 768px) {
    .files-section .section-header[b-hsa03jy3lw] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .files-section .section-actions[b-hsa03jy3lw] {
        display: flex;
        justify-content: center;
    }
    
    .file-upload-section[b-hsa03jy3lw] {
        margin: 1rem 0;
        padding: 1rem;
    }
}
/* _content/Housio/Components/Pages/YearlyBudget.razor.rz.scp.css */
.compact-header[b-643qubgg00] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-left: 4px solid var(--forest-green);
}

.header-top[b-643qubgg00] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

@media (max-width: 768px) {
    .header-top[b-643qubgg00] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .budget-nav[b-643qubgg00] {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .nav-link[b-643qubgg00] {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem !important;
    }
}

/* Yearly overview styling - matches monthly budget design */
.yearly-overview[b-643qubgg00] {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2rem;
    max-width: 100%;
    overflow: hidden;
}

/* Responsive grid for better card distribution */
@media (max-width: 767px) {
    .yearly-overview[b-643qubgg00] {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .yearly-overview[b-643qubgg00] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .yearly-overview[b-643qubgg00] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.yearly-overview .overview-card[b-643qubgg00] {
    background: white;
    border-radius: 15px;
    padding: 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 5px solid;
    min-width: 0;
    max-width: 100%;
    height: 80px;
}

.yearly-overview .overview-card:hover[b-643qubgg00] {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.yearly-overview .overview-card.balance.positive[b-643qubgg00] {
    border-left-color: #28a745;
}

.yearly-overview .overview-card.balance.neutral[b-643qubgg00] {
    border-left-color: #ffc107;
}

.yearly-overview .overview-card.balance.negative[b-643qubgg00] {
    border-left-color: #dc3545;
}

.yearly-overview .overview-card.income[b-643qubgg00] {
    border-left-color: var(--sage-green);
}

.yearly-overview .overview-card.expense[b-643qubgg00] {
    border-left-color: var(--coral);
}

.yearly-overview .overview-card.average[b-643qubgg00] {
    border-left-color: #6f42c1;
}

.yearly-overview .overview-icon[b-643qubgg00] {
    font-size: 2.2rem;
    flex-shrink: 0;
}

.yearly-overview .overview-info[b-643qubgg00] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.yearly-overview .overview-label[b-643qubgg00] {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.yearly-overview .overview-value[b-643qubgg00] {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text-dark);
    white-space: nowrap;
}

.yearly-overview .overview-detail[b-643qubgg00] {
    margin-top: 0.25rem;
    color: #6c757d;
}

/* Recurring features styling */
.recurring-section[b-643qubgg00] {
    border-top: 1px solid #e9ecef;
    padding-top: 1rem;
    margin-top: 1rem;
}

.recurring-checkbox[b-643qubgg00] {
    margin-bottom: 1rem;
}

.recurring-checkbox input[type="checkbox"][b-643qubgg00] {
    margin-right: 0.5rem;
    transform: scale(1.2);
}

.recurring-checkbox label[b-643qubgg00] {
    font-weight: 500;
    color: var(--forest-green);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.recurring-options[b-643qubgg00] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.form-row[b-643qubgg00] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.flex-1[b-643qubgg00] {
    flex: 1;
}

.recurring-preview[b-643qubgg00] {
    padding: 0.75rem;
    background: rgba(40, 167, 69, 0.1);
    border-radius: 6px;
    border-left: 3px solid var(--sage-green);
}

/* Mobile responsive adjustments for recurring features */
@media (max-width: 768px) {
    .form-row[b-643qubgg00] {
        grid-template-columns: 1fr;
    }
}
/* _content/Housio/Components/Shared/BudgetSelector.razor.rz.scp.css */
.budget-selector.compact[b-mfn1ud3cu3] {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}

.budget-selector.compact:hover[b-mfn1ud3cu3] {
    transform: none;
    box-shadow: none;
}

.budget-selector.compact[b-mfn1ud3cu3]::before {
    display: none;
}

.selector-content[b-mfn1ud3cu3] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.budget-dropdown[b-mfn1ud3cu3] {
    padding: 10px 16px;
    border: 2px solid var(--primary-orange);
    border-radius: 20px;
    background: white;
    color: var(--forest-green);
    font-size: 1em;
    font-weight: 600;
    min-width: 250px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.2);
}

.budget-dropdown:focus[b-mfn1ud3cu3] {
    outline: none;
    background: linear-gradient(45deg, var(--primary-orange), var(--warm-yellow));
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.budget-dropdown:hover[b-mfn1ud3cu3] {
    background: var(--primary-orange);
    color: white;
    transform: translateY(-1px);
}

.loading-text[b-mfn1ud3cu3], .no-budgets-text[b-mfn1ud3cu3] {
    color: var(--sage-green);
    font-style: italic;
    font-size: 1em;
    font-weight: 500;
}

.budget-info[b-mfn1ud3cu3] {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 15px 0;
    font-size: 0.9em;
    padding: 10px;
    background: rgba(255, 107, 53, 0.05);
    border-radius: 10px;
    border-left: 4px solid var(--primary-orange);
}

.budget-selector.compact .budget-year[b-mfn1ud3cu3] {
    background: linear-gradient(45deg, var(--forest-green), var(--sage-green));
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.8em;
    box-shadow: 0 2px 8px rgba(45, 80, 22, 0.3);
    white-space: nowrap;
}

.budget-selector.compact .budget-dropdown[b-mfn1ud3cu3] {
    border: 2px solid var(--sage-green);
    border-radius: 12px;
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    color: var(--forest-green);
    background: white;
    font-size: 0.9rem;
    max-width: 200px;
}

.budget-selector.compact .budget-dropdown:focus[b-mfn1ud3cu3] {
    border-color: var(--primary-orange);
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
}

.budget-year[b-mfn1ud3cu3] {
    background: linear-gradient(45deg, var(--forest-green), var(--sage-green));
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 0.9em;
    box-shadow: 0 2px 8px rgba(45, 80, 22, 0.3);
}

.budget-description[b-mfn1ud3cu3] {
    color: var(--forest-green);
    font-style: italic;
    font-weight: 500;
}

.quick-actions[b-mfn1ud3cu3] {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 0.9em;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 107, 53, 0.2);
}

.action-link[b-mfn1ud3cu3] {
    color: var(--primary-orange);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 15px;
    background: rgba(255, 107, 53, 0.1);
}

.action-link:hover[b-mfn1ud3cu3] {
    color: white;
    background: var(--primary-orange);
    transform: translateY(-1px);
    text-decoration: none;
}

.btn-link[b-mfn1ud3cu3] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: inherit;
}

@media (max-width: 768px) {
    .selector-header[b-mfn1ud3cu3] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .budget-dropdown[b-mfn1ud3cu3] {
        width: 100%;
    }
    
    .quick-actions[b-mfn1ud3cu3] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
/* _content/Housio/Components/Shared/LoginDisplay.razor.rz.scp.css */
.user-menu[b-6pabjfbo0a] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.75rem 1rem;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.user-menu:hover[b-6pabjfbo0a] {
    background: rgba(255, 255, 255, 0.3);
}

.user-info[b-6pabjfbo0a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-weight: 600;
}

.dropdown-arrow[b-6pabjfbo0a] {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
    margin-left: 0.25rem;
}

.dropdown-arrow.open[b-6pabjfbo0a] {
    transform: rotate(180deg);
}

.user-icon[b-6pabjfbo0a] {
    font-size: 1.2rem;
}

.user-name[b-6pabjfbo0a] {
    font-size: 0.95rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.user-actions[b-6pabjfbo0a] {
    display: flex;
    align-items: center;
}

.logout-btn[b-6pabjfbo0a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.logout-btn:hover[b-6pabjfbo0a] {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.logout-icon[b-6pabjfbo0a] {
    font-size: 1rem;
}

.logout-text[b-6pabjfbo0a] {
    font-size: 0.85rem;
}

.auth-actions[b-6pabjfbo0a] {
    display: flex;
    align-items: center;
}

.login-btn[b-6pabjfbo0a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.9);
    color: var(--forest-green);
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.login-btn:hover[b-6pabjfbo0a] {
    background: white;
    color: var(--forest-green);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.login-icon[b-6pabjfbo0a] {
    font-size: 1.1rem;
}

.login-text[b-6pabjfbo0a] {
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .user-menu[b-6pabjfbo0a] {
        padding: 0.5rem 0.75rem;
        gap: 0.75rem;
    }
    
    .user-name[b-6pabjfbo0a] {
        display: none;
    }
    
    .logout-text[b-6pabjfbo0a], .login-text[b-6pabjfbo0a] {
        display: none;
    }
    
    .logout-btn[b-6pabjfbo0a], .login-btn[b-6pabjfbo0a] {
        padding: 0.5rem;
        border-radius: 50%;
        min-width: 40px;
        min-height: 40px;
        justify-content: center;
    }
}.
user-dropdown[b-6pabjfbo0a] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    min-width: 280px;
    z-index: 1000;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-header[b-6pabjfbo0a] {
    padding: 1.5rem;
    background: linear-gradient(135deg, var(--primary-orange), var(--warm-yellow));
    color: white;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.dropdown-user-icon[b-6pabjfbo0a] {
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-user-info[b-6pabjfbo0a] {
    flex: 1;
}

.dropdown-user-name[b-6pabjfbo0a] {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.dropdown-user-email[b-6pabjfbo0a] {
    font-size: 0.9rem;
    opacity: 0.9;
}

.dropdown-divider[b-6pabjfbo0a] {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.dropdown-actions[b-6pabjfbo0a] {
    padding: 0.5rem 0;
}

.dropdown-item[b-6pabjfbo0a] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.dropdown-item:hover[b-6pabjfbo0a] {
    background: rgba(255, 107, 53, 0.1);
    color: var(--primary-orange);
}

.dropdown-item.logout:hover[b-6pabjfbo0a] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.dropdown-item-icon[b-6pabjfbo0a] {
    font-size: 1.2rem;
    width: 1.5rem;
    text-align: center;
}

/* Close dropdown when clicking outside */
@media (max-width: 768px) {
    .user-dropdown[b-6pabjfbo0a] {
        right: -1rem;
        min-width: 250px;
    }
    
    .dropdown-header[b-6pabjfbo0a] {
        padding: 1rem;
    }
    
    .dropdown-user-icon[b-6pabjfbo0a] {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.5rem;
    }
    
    .dropdown-user-name[b-6pabjfbo0a] {
        font-size: 1rem;
    }
    
    .dropdown-user-email[b-6pabjfbo0a] {
        font-size: 0.8rem;
    }
}
/* _content/Housio/Components/Shared/ProjectFilesList.razor.rz.scp.css */
.project-files-container[b-ny5tsvffy2] {
    margin: 20px 0;
}

.files-header[b-ny5tsvffy2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.files-summary[b-ny5tsvffy2] {
    display: flex;
    gap: 15px;
    font-size: 0.9em;
    color: #666;
}

.file-count[b-ny5tsvffy2] {
    font-weight: 500;
}

.files-grid[b-ny5tsvffy2] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}

.file-card[b-ny5tsvffy2] {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background: white;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.file-card:hover[b-ny5tsvffy2] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.file-card.image[b-ny5tsvffy2] {
    border-left: 4px solid #28a745;
}

.file-card.invoice[b-ny5tsvffy2] {
    border-left: 4px solid #dc3545;
}

.file-card.receipt[b-ny5tsvffy2] {
    border-left: 4px solid #fd7e14;
}

.file-card.contract[b-ny5tsvffy2] {
    border-left: 4px solid #6f42c1;
}

.file-card.plan[b-ny5tsvffy2] {
    border-left: 4px solid #17a2b8;
}

.file-card.document[b-ny5tsvffy2] {
    border-left: 4px solid #007bff;
}

.file-header[b-ny5tsvffy2] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}

.file-icon[b-ny5tsvffy2] {
    font-size: 32px;
    flex-shrink: 0;
}

.file-info[b-ny5tsvffy2] {
    flex: 1;
    min-width: 0;
}

.file-name[b-ny5tsvffy2] {
    margin: 0 0 5px 0;
    font-size: 1em;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-meta[b-ny5tsvffy2] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.file-size[b-ny5tsvffy2] {
    font-size: 0.85em;
    color: #666;
}

.file-type-badge[b-ny5tsvffy2] {
    background: #f8f9fa;
    color: #495057;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75em;
    font-weight: 500;
    text-transform: uppercase;
}

.file-actions[b-ny5tsvffy2] {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.file-description[b-ny5tsvffy2] {
    margin: 10px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
    font-size: 0.9em;
    color: #666;
}

.file-footer[b-ny5tsvffy2] {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 0.85em;
    color: #999;
}

.no-files[b-ny5tsvffy2] {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.no-files-icon[b-ny5tsvffy2] {
    font-size: 64px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.modal-backdrop[b-ny5tsvffy2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-ny5tsvffy2] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    max-width: 90vw;
    max-height: 90vh;
}

.preview-modal[b-ny5tsvffy2] {
    max-width: 80vw;
    max-height: 80vh;
}

.edit-modal[b-ny5tsvffy2] {
    width: 500px;
}

.modal-header[b-ny5tsvffy2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
}

.modal-header h5[b-ny5tsvffy2] {
    margin: 0;
}

.close-btn[b-ny5tsvffy2] {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s ease;
}

.close-btn:hover[b-ny5tsvffy2] {
    background: #e9ecef;
}

.modal-body[b-ny5tsvffy2] {
    padding: 20px;
}

.preview-image[b-ny5tsvffy2] {
    max-width: 100%;
    max-height: 60vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.modal-footer[b-ny5tsvffy2] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

.form-group[b-ny5tsvffy2] {
    margin-bottom: 20px;
}

.form-group label[b-ny5tsvffy2] {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.loading-container[b-ny5tsvffy2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #666;
}

.loading-spinner[b-ny5tsvffy2] {
    width: 32px;
    height: 32px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #007bff;
    border-radius: 50%;
    animation: spin-b-ny5tsvffy2 1s linear infinite;
    margin-bottom: 15px;
}

.loading-spinner-sm[b-ny5tsvffy2] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin-b-ny5tsvffy2 1s linear infinite;
    margin-right: 8px;
}

@keyframes spin-b-ny5tsvffy2 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* _content/Housio/Components/Shared/ProjectFileUpload.razor.rz.scp.css */
.file-upload-container[b-zw21j7tkai] {
    margin: 20px 0;
}

.file-upload-dropzone[b-zw21j7tkai] {
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease;
    background: #fafafa;
}

.file-upload-dropzone.drag-over[b-zw21j7tkai] {
    border-color: #007bff;
    background: #f0f8ff;
    transform: scale(1.02);
}

.upload-content[b-zw21j7tkai] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.upload-icon[b-zw21j7tkai] {
    font-size: 48px;
    opacity: 0.7;
}

.file-input[b-zw21j7tkai] {
    display: none;
}

.selected-files[b-zw21j7tkai] {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: white;
}

.file-item[b-zw21j7tkai] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.file-item:last-child[b-zw21j7tkai] {
    border-bottom: none;
}

.file-info[b-zw21j7tkai] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.file-name[b-zw21j7tkai] {
    font-weight: 500;
    color: #333;
}

.file-size[b-zw21j7tkai] {
    font-size: 0.9em;
    color: #666;
}

.file-settings[b-zw21j7tkai] {
    display: flex;
    gap: 10px;
    flex: 2;
}

.file-description[b-zw21j7tkai] {
    flex: 1;
}

.upload-actions[b-zw21j7tkai] {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.upload-results[b-zw21j7tkai] {
    margin-top: 20px;
}

.result-item[b-zw21j7tkai] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    margin: 5px 0;
    border-radius: 4px;
}

.result-item.success[b-zw21j7tkai] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.result-item.error[b-zw21j7tkai] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.loading-spinner-sm[b-zw21j7tkai] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin-b-zw21j7tkai 1s linear infinite;
}

@keyframes spin-b-zw21j7tkai {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
