/* _content/FinanceTracker/Components/Account/Pages/Login.razor.rz.scp.css */
/* =============================================
   ОБЩАЯ ОБЁРТКА (SPLIT LAYOUT)
   ============================================= */
.auth-wrapper[b-agcvi10duh] {
    display: flex;
    min-height: calc(100vh - 73px); /* Вычитаем высоту навбара, чтобы не было скролла */
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    box-sizing: border-box;
}

/* =============================================
   ЛЕВАЯ ПАНЕЛЬ — ФОРМА
   ============================================= */
.auth-form-panel[b-agcvi10duh] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 24px 24px;
}

.auth-form-container[b-agcvi10duh] {
    width: 100%;
    max-width: 400px;
}

/* Логотип */
.auth-logo[b-agcvi10duh] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.auth-logo-text[b-agcvi10duh] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #191970;
    letter-spacing: -0.3px;
}

/* Заголовок */
.auth-title[b-agcvi10duh] {
    color: #191970;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 6px 0;
    letter-spacing: -0.5px;
}

.auth-subtitle[b-agcvi10duh] {
    color: #8792a2;
    font-size: 0.95rem;
    margin: 0 0 24px 0;
}

/* Блок ошибки */
.auth-error[b-agcvi10duh] {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(231, 76, 60, 0.08);
    border: 1px solid rgba(231, 76, 60, 0.25);
    color: #e74c3c;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Поля ввода */
.auth-field[b-agcvi10duh] {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.auth-label[b-agcvi10duh] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #191970;
    margin-bottom: 6px;
}

/* ::deep позволяет применить стили к компоненту InputText, который рендерится как стандартный input */
[b-agcvi10duh] .auth-input {
    border: 2px solid #e8eaf0 !important;
    border-radius: 12px !important;
    padding: 11px 16px !important;
    font-size: 0.95rem !important;
    color: #191970 !important;
    background-color: #f8f9fa !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
    outline: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
}

[b-agcvi10duh] .auth-input:focus {
    border-color: #191970 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(25, 25, 112, 0.07) !important;
}

[b-agcvi10duh] .auth-input::placeholder {
    color: #b0bec5 !important;
}

[b-agcvi10duh] .auth-validation {
    font-size: 0.8rem !important;
    color: #e74c3c !important;
    margin-top: 5px !important;
    font-weight: 500 !important;
    display: block !important;
}

/* Строка "Запомнить / Забыли пароль" */
.auth-row[b-agcvi10duh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.auth-checkbox-label[b-agcvi10duh] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #546e7a;
    cursor: pointer;
    font-weight: 500;
}

[b-agcvi10duh] .auth-checkbox-label input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    accent-color: #191970 !important;
    cursor: pointer !important;
}

.auth-link[b-agcvi10duh] {
    font-size: 0.85rem;
    color: #191970;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s;
}

.auth-link:hover[b-agcvi10duh] {
    opacity: 0.7;
}

/* Кнопка */
.auth-btn-primary[b-agcvi10duh] {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #191970, #2a2aaa);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: inherit;
    letter-spacing: 0.2px;
    box-shadow: 0 4px 12px rgba(25, 25, 112, 0.2);
    margin-bottom: 20px;
}

.auth-btn-primary:hover[b-agcvi10duh] {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(25, 25, 112, 0.3);
}

.auth-btn-primary:active[b-agcvi10duh] {
    transform: translateY(0);
}

/* Нижний текст */
.auth-footer-text[b-agcvi10duh] {
    text-align: center;
    color: #8792a2;
    font-size: 0.85rem;
    margin: 0;
}

.auth-link-bold[b-agcvi10duh] {
    color: #191970;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s;
}

.auth-link-bold:hover[b-agcvi10duh] {
    opacity: 0.7;
}

/* =============================================
   ПРАВАЯ ПАНЕЛЬ — БРЕНДИНГ
   ============================================= */
.auth-brand-panel[b-agcvi10duh] {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #191970 0%, #1a237e 50%, #0d1257 100%);
    padding: 40px 48px;
    position: relative;
    overflow: hidden;
}

/* Декоративный круг фоном */
.auth-brand-panel[b-agcvi10duh]::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    top: -100px;
    right: -100px;
}

.auth-brand-panel[b-agcvi10duh]::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    bottom: -80px;
    left: -60px;
}

.auth-brand-content[b-agcvi10duh] {
    position: relative;
    z-index: 1;
    max-width: 380px;
}

.auth-brand-icon[b-agcvi10duh] {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.auth-brand-title[b-agcvi10duh] {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.auth-brand-subtitle[b-agcvi10duh] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 32px 0;
}

.auth-brand-features[b-agcvi10duh] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.auth-feature-item[b-agcvi10duh] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    font-weight: 500;
}

/* =============================================
   АДАПТИВ (скрыть правую панель на маленьких экранах)
   ============================================= */
@media (max-width: 900px) {
    .auth-brand-panel[b-agcvi10duh] {
        display: none;
    }

    .auth-form-panel[b-agcvi10duh] {
        padding: 32px 20px;
    }
}
/* _content/FinanceTracker/Components/Account/Pages/Register.razor.rz.scp.css */
/* =============================================
   ОБЩАЯ ОБЁРТКА (SPLIT LAYOUT)
   ============================================= */
.auth-wrapper[b-3ao2rxr8t2] {
    display: flex;
    min-height: calc(100vh - 73px); /* Вычитаем высоту навбара, чтобы не было скролла */
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    box-sizing: border-box;
}

/* =============================================
   ЛЕВАЯ ПАНЕЛЬ — ФОРМА
   ============================================= */
.auth-form-panel[b-3ao2rxr8t2] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 24px 24px;
}

.auth-form-container[b-3ao2rxr8t2] {
    width: 100%;
    max-width: 400px;
}

/* Логотип */
.auth-logo[b-3ao2rxr8t2] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.auth-logo-text[b-3ao2rxr8t2] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #191970;
    letter-spacing: -0.3px;
}

/* Заголовок */
.auth-title[b-3ao2rxr8t2] {
    color: #191970;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 6px 0;
    letter-spacing: -0.5px;
}

.auth-subtitle[b-3ao2rxr8t2] {
    color: #8792a2;
    font-size: 0.95rem;
    margin: 0 0 24px 0;
}

/* Блок ошибки */
.auth-error[b-3ao2rxr8t2] {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(231, 76, 60, 0.08);
    border: 1px solid rgba(231, 76, 60, 0.25);
    color: #e74c3c;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Поля ввода */
.auth-field[b-3ao2rxr8t2] {
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
}

.auth-label[b-3ao2rxr8t2] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #191970;
    margin-bottom: 6px;
}

/* ::deep для Blazor компонентов InputText и InputSelect */
[b-3ao2rxr8t2] .auth-input {
    border: 2px solid #e8eaf0 !important;
    border-radius: 12px !important;
    padding: 11px 16px !important;
    font-size: 0.95rem !important;
    color: #191970 !important;
    background-color: #f8f9fa !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
    outline: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
}

[b-3ao2rxr8t2] .auth-input:focus {
    border-color: #191970 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(25, 25, 112, 0.07) !important;
}

[b-3ao2rxr8t2] .auth-input::placeholder {
    color: #b0bec5 !important;
}

/* Стиль для select с ::deep */
[b-3ao2rxr8t2] .auth-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23191970' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    padding-right: 44px !important;
    cursor: pointer !important;
}

[b-3ao2rxr8t2] .auth-validation {
    font-size: 0.8rem !important;
    color: #e74c3c !important;
    margin-top: 5px !important;
    font-weight: 500 !important;
    display: block !important;
}

/* Кнопка */
.auth-btn-primary[b-3ao2rxr8t2] {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #191970, #2a2aaa);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: inherit;
    letter-spacing: 0.2px;
    box-shadow: 0 4px 12px rgba(25, 25, 112, 0.2);
    margin-top: 6px;
    margin-bottom: 20px;
}

.auth-btn-primary:hover[b-3ao2rxr8t2] {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(25, 25, 112, 0.3);
}

.auth-btn-primary:active[b-3ao2rxr8t2] {
    transform: translateY(0);
}

/* Нижний текст */
.auth-footer-text[b-3ao2rxr8t2] {
    text-align: center;
    color: #8792a2;
    font-size: 0.85rem;
    margin: 0;
}

.auth-link-bold[b-3ao2rxr8t2] {
    color: #191970;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s;
}

.auth-link-bold:hover[b-3ao2rxr8t2] {
    opacity: 0.7;
}

/* =============================================
   ПРАВАЯ ПАНЕЛЬ — БРЕНДИНГ
   ============================================= */
.auth-brand-panel[b-3ao2rxr8t2] {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #191970 0%, #1a237e 50%, #0d1257 100%);
    padding: 40px 48px;
    position: relative;
    overflow: hidden;
}

.auth-brand-panel[b-3ao2rxr8t2]::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    top: -100px;
    right: -100px;
}

.auth-brand-panel[b-3ao2rxr8t2]::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    bottom: -80px;
    left: -60px;
}

.auth-brand-content[b-3ao2rxr8t2] {
    position: relative;
    z-index: 1;
    max-width: 380px;
}

.auth-brand-icon[b-3ao2rxr8t2] {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.auth-brand-title[b-3ao2rxr8t2] {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.auth-brand-subtitle[b-3ao2rxr8t2] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 32px 0;
}

/* Блок статистики (для регистрации) */
.auth-brand-stats[b-3ao2rxr8t2] {
    display: flex;
    align-items: center;
    gap: 24px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 16px 20px;
}

.auth-stat[b-3ao2rxr8t2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.auth-stat-value[b-3ao2rxr8t2] {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
}

.auth-stat-label[b-3ao2rxr8t2] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
}

.auth-stat-divider[b-3ao2rxr8t2] {
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

/* =============================================
   АДАПТИВ
   ============================================= */
@media (max-width: 900px) {
    .auth-brand-panel[b-3ao2rxr8t2] {
        display: none;
    }

    .auth-form-panel[b-3ao2rxr8t2] {
        padding: 32px 20px;
    }
}
/* _content/FinanceTracker/Components/Layout/LandingNavbar.razor.rz.scp.css */
.landing-navbar[b-hlkb9pugp5] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(236, 239, 241, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(25, 25, 112, 0.08);
    padding: 16px 0;
    transition: all 0.3s ease;
}

.container-custom[b-hlkb9pugp5] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand[b-hlkb9pugp5] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.brand-name[b-hlkb9pugp5] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #191970;
    letter-spacing: -0.5px;
}

.nav-links[b-hlkb9pugp5] {
    display: flex;
    gap: 32px;
}

.nav-links a[b-hlkb9pugp5] {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.2s;
}

.nav-links a:hover[b-hlkb9pugp5] {
    color: #191970;
}

.auth-buttons[b-hlkb9pugp5] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-link-login[b-hlkb9pugp5] {
    text-decoration: none;
    color: #191970;
    font-weight: 600;
    font-size: 1rem;
    transition: opacity 0.2s;
}

.nav-link-login:hover[b-hlkb9pugp5] {
    opacity: 0.7;
}

.btn-register-sm[b-hlkb9pugp5] {
    background-color: #191970;
    color: #ECEFF1;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 12px rgba(25, 25, 112, 0.15);
}

.btn-register-sm:hover[b-hlkb9pugp5] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(25, 25, 112, 0.25);
    color: #fff;
}
/* _content/FinanceTracker/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-w6u312s9ke] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-w6u312s9ke] {
    flex: 1;
    background-color: #ECEFF1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.sidebar[b-w6u312s9ke] {
    background-color: #191970;
}

.content[b-w6u312s9ke] {
    flex: 1;
}

@media (min-width: 641px) {
    .page[b-w6u312s9ke] {
        flex-direction: row;
    }

    .sidebar[b-w6u312s9ke] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .content[b-w6u312s9ke] {
        padding: 40px;
    }
}

.top-bar[b-w6u312s9ke] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 16px 40px;
    border-bottom: 1px solid rgba(25, 25, 112, 0.06);
    box-shadow: 0 4px 12px rgba(25, 25, 112, 0.015);
}

.welcome-text[b-w6u312s9ke] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #191970;
    font-size: 1.05rem;
}

.greeting[b-w6u312s9ke] {
    color: #546e7a;
    font-weight: 500;
}

.user-display-name[b-w6u312s9ke] {
    font-weight: 700;
}

.role-badge[b-w6u312s9ke] {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 4px;
}

.badge-admin[b-w6u312s9ke] {
    background-color: rgba(231, 76, 60, 0.08);
    color: #e74c3c;
    border: 1px solid rgba(231, 76, 60, 0.15);
}

.badge-user[b-w6u312s9ke] {
    background-color: rgba(46, 213, 115, 0.08);
    color: #2ed573;
    border: 1px solid rgba(46, 213, 115, 0.15);
}

.top-bar-right[b-w6u312s9ke] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-profile-badge[b-w6u312s9ke] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 12px;
    background-color: #f8f9fa;
    border: 1px solid rgba(25, 25, 112, 0.04);
}

.avatar-circle[b-w6u312s9ke] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00897b, #004d40);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    box-shadow: 0 2px 6px rgba(0, 137, 123, 0.2);
}

.user-email[b-w6u312s9ke] {
    color: #546e7a;
    font-size: 0.85rem;
    font-weight: 600;
}

.logout-form[b-w6u312s9ke] {
    margin: 0;
    display: flex;
    align-items: center;
}

.btn-logout-top[b-w6u312s9ke] {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    border: 1px solid rgba(231, 76, 60, 0.2);
    color: #e74c3c;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-logout-top svg[b-w6u312s9ke] {
    transition: transform 0.2s ease;
}

.btn-logout-top:hover[b-w6u312s9ke] {
    background-color: #e74c3c;
    color: #ffffff;
    border-color: #e74c3c;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.25);
    transform: translateY(-1px);
}

.btn-logout-top:hover svg[b-w6u312s9ke] {
    transform: translateX(3px);
}

.btn-logout-top:active[b-w6u312s9ke] {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .top-bar[b-w6u312s9ke] {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        padding: 12px 24px;
    }
    
    .top-bar-right[b-w6u312s9ke] {
        width: 100%;
        justify-content: space-between;
    }
}

#blazor-error-ui[b-w6u312s9ke] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-w6u312s9ke] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/FinanceTracker/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-wrapper[b-d46exmof0k] {
    background-color: #191970;
    height: 100vh;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-header[b-d46exmof0k] {
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(236, 239, 241, 0.1);
    margin-bottom: 20px;
}

.brand-name[b-d46exmof0k] {
    color: #ECEFF1;
    font-size: 1.25rem;
    font-weight: 800;
}

.nav-item[b-d46exmof0k] {
    margin: 4px 16px;
}

[b-d46exmof0k] a.nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #b0bec5 !important;
    padding: 12px 16px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

[b-d46exmof0k] .nav-icon {
    width: 20px;
    height: 20px;
    opacity: 0.7;
    transition: opacity 0.2s;
}

[b-d46exmof0k] a.nav-link:hover {
    color: #ffffff !important;
    background-color: rgba(236, 239, 241, 0.08);
}

[b-d46exmof0k] a.nav-link:hover .nav-icon {
    opacity: 1;
}

[b-d46exmof0k] a.nav-link.active {
    background-color: rgba(236, 239, 241, 0.15);
    color: #ffffff !important;
    font-weight: 600;
}

[b-d46exmof0k] a.nav-link.active .nav-icon {
    opacity: 1;
    color: #4CAF50;
}


.sidebar-profile[b-d46exmof0k] {
    margin-top: auto;
    padding: 16px 20px;
    background-color: rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-avatar[b-d46exmof0k] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00897b, #004d40);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 137, 123, 0.3);
}

.profile-info[b-d46exmof0k] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex-grow: 1;
}

.profile-name[b-d46exmof0k] {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.85rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-role[b-d46exmof0k] {
    color: #b0bec5;
    font-size: 0.75rem;
    font-weight: 500;
}

.logout-form[b-d46exmof0k] {
    margin: 0;
    display: flex;
    align-items: center;
}

.btn-logout[b-d46exmof0k] {
    background: none;
    border: none;
    color: #b0bec5;
    cursor: pointer;
    padding: 6px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.btn-logout:hover[b-d46exmof0k] {
    color: #e74c3c;
    background-color: rgba(231, 76, 60, 0.1);
    transform: scale(1.05);
}

/* ── Admin Nav Section ─────────────────────── */
.admin-nav-section[b-d46exmof0k] {
    margin: 8px 16px 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-nav-label[b-d46exmof0k] {
    font-size: 0.65rem;
    font-weight: 700;
    color: #546e7a;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 16px 6px;
}

[b-d46exmof0k] a.nav-link-admin {
    color: #fbbf24 !important;
}

[b-d46exmof0k] a.nav-link-admin:hover {
    background-color: rgba(251, 191, 36, 0.08) !important;
    color: #fcd34d !important;
}

[b-d46exmof0k] a.nav-link-admin.active {
    background-color: rgba(251, 191, 36, 0.12) !important;
    color: #fcd34d !important;
}
/* _content/FinanceTracker/Components/Pages/AdminPanel.razor.rz.scp.css */
.admin-header[b-8mhg6ulh7l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-8mhg6ulh7l] {
    color: #191970;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.text-muted[b-8mhg6ulh7l] {
    color: #64748b;
    margin: 0;
    font-size: 1.05rem;
}

/* ── Stat Cards ───────────────────────────── */
.admin-stats-row[b-8mhg6ulh7l] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.admin-stat-card[b-8mhg6ulh7l] {
    background: white;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
}

.admin-stat-card:hover[b-8mhg6ulh7l] {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.stat-icon-box[b-8mhg6ulh7l] {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-body[b-8mhg6ulh7l] {
    display: flex;
    flex-direction: column;
}

.stat-label[b-8mhg6ulh7l] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.stat-number[b-8mhg6ulh7l] {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

/* ── Section Title ────────────────────────── */
.admin-section-title[b-8mhg6ulh7l] {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
}

/* ── Table Card ───────────────────────────── */
.admin-table-card[b-8mhg6ulh7l] {
    border-radius: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    overflow: hidden;
}

[b-8mhg6ulh7l] .admin-mud-table .mud-table-head th {
    background: #f8fafc;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #f1f5f9;
    padding: 14px 16px;
}

[b-8mhg6ulh7l] .admin-mud-table .mud-table-row td {
    padding: 14px 16px;
    border-bottom: 1px solid #f8fafc;
    vertical-align: middle;
}

[b-8mhg6ulh7l] .admin-mud-table .mud-table-row:last-child td {
    border-bottom: none;
}

[b-8mhg6ulh7l] .admin-mud-table .mud-table-row:hover td {
    background: #fafbff;
}

/* ── User Row ─────────────────────────────── */
.user-email-cell[b-8mhg6ulh7l] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar[b-8mhg6ulh7l] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* ── Role Badge ───────────────────────────── */
.role-badge[b-8mhg6ulh7l] {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.role-admin[b-8mhg6ulh7l] {
    background: #e0e7ff;
    color: #4f46e5;
}

.role-user[b-8mhg6ulh7l] {
    background: #f1f5f9;
    color: #64748b;
}
/* _content/FinanceTracker/Components/Pages/Categories.razor.rz.scp.css */
.page-title[b-oex8k9y9dk] {
    color: #191970;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.text-muted[b-oex8k9y9dk] {
    color: #546e7a;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
}

.categories-header[b-oex8k9y9dk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-oex8k9y9dk] .btn-add-category {
    border-radius: 12px;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 4px 12px rgba(25, 25, 112, 0.15);
}

[b-oex8k9y9dk] .custom-tabs {
    background: transparent !important;
}

[b-oex8k9y9dk] .mud-tabs-toolbar {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(25, 25, 112, 0.1);
}

[b-oex8k9y9dk] .mud-tab {
    font-weight: 700;
    text-transform: none;
    color: #8792a2;
    font-size: 1rem;
}

    [b-oex8k9y9dk] .mud-tab.mud-tab-active {
        color: #191970;
    }

[b-oex8k9y9dk] .mud-tabs-slider {
    background-color: #191970 !important;
    height: 3px !important;
    border-radius: 3px;
}

.category-grid[b-oex8k9y9dk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    padding-top: 32px;
}

[b-oex8k9y9dk] .category-card {
    position: relative;
    border-radius: 20px !important;
    padding: 24px !important;
    background: #ffffff;
    border: 1px solid rgba(25, 25, 112, 0.05) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 180px;
}

    [b-oex8k9y9dk] .category-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 30px rgba(25, 25, 112, 0.1) !important;
    }

[b-oex8k9y9dk] .category-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
}

[b-oex8k9y9dk] .category-icon-wrapper {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

[b-oex8k9y9dk] .category-name {
    font-size: 1.15rem;
    font-weight: 800;
    color: #191970;
    margin-bottom: 4px;
}

[b-oex8k9y9dk] .category-stats {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #8792a2;
    font-weight: 500;
}

[b-oex8k9y9dk] .stat-amount {
    color: #191970;
    font-weight: 700;
}

[b-oex8k9y9dk] .card-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 0;
    transition: opacity 0.2s ease;
    display: flex;
    gap: 4px;
    z-index: 10;
}

[b-oex8k9y9dk] .category-card:hover .card-actions {
    opacity: 1;
}

.add-category-ghost[b-oex8k9y9dk] {
    border: 2px dashed rgba(25, 25, 112, 0.15);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 180px;
    cursor: pointer;
    color: #8792a2;
    transition: all 0.2s;
}

    .add-category-ghost:hover[b-oex8k9y9dk] {
        background-color: rgba(25, 25, 112, 0.05);
        border-color: #191970;
        color: #191970;
    }

[b-oex8k9y9dk] .activity-indicator {
    margin-top: auto;
    padding-top: 12px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #27ae60;
}
/* _content/FinanceTracker/Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-header[b-4x7w6f2u7x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-4x7w6f2u7x] {
    color: #191970;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.text-muted[b-4x7w6f2u7x] {
    color: #546e7a;
    margin: 0;
    font-size: 1.05rem;
}

.stats-row[b-4x7w6f2u7x] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

[b-4x7w6f2u7x] .stat-card {
    border-radius: 20px !important;
    padding: 24px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(25, 25, 112, 0.04) !important;
    border: 1px solid rgba(25, 25, 112, 0.05);
    transition: all 0.3s ease;
}

[b-4x7w6f2u7x] .stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(25, 25, 112, 0.08) !important;
}

.stat-icon[b-4x7w6f2u7x] {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-primary-light[b-4x7w6f2u7x] {
    background-color: rgba(25, 25, 112, 0.08);
}

.bg-success-light[b-4x7w6f2u7x] {
    background-color: rgba(39, 174, 96, 0.1);
}

.bg-danger-light[b-4x7w6f2u7x] {
    background-color: rgba(231, 76, 60, 0.1);
}

.stat-info[b-4x7w6f2u7x] {
    display: flex;
    flex-direction: column;
}

.stat-label[b-4x7w6f2u7x] {
    color: #8792a2;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.stat-value[b-4x7w6f2u7x] {
    color: #191970;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 1;
}

.text-success[b-4x7w6f2u7x] {
    color: #27ae60;
}

.text-danger[b-4x7w6f2u7x] {
    color: #e74c3c;
}

.stat-insight[b-4x7w6f2u7x] {
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dashboard-grid[b-4x7w6f2u7x] {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 30px;
    align-items: start;
}

.content-placeholder[b-4x7w6f2u7x] {
    border-radius: 20px !important;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(25, 25, 112, 0.04) !important;
    border: 1px dashed rgba(25, 25, 112, 0.15);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

[b-4x7w6f2u7x] .widget-card {
    border-radius: 20px !important;
    padding: 24px !important;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(25, 25, 112, 0.04) !important;
    border: 1px solid rgba(25, 25, 112, 0.05);
}

.widget-header[b-4x7w6f2u7x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.budget-info[b-4x7w6f2u7x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.budget-name[b-4x7w6f2u7x] {
    color: #191970;
}

.budget-percent[b-4x7w6f2u7x] {
    font-weight: 700;
}

.text-warning[b-4x7w6f2u7x] {
    color: #f39c12;
}

.budget-details[b-4x7w6f2u7x] {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #8792a2;
    margin-top: 4px;
}

.wallet-list[b-4x7w6f2u7x] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wallet-item[b-4x7w6f2u7x] {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 12px;
    background-color: #f8f9fa;
    transition: background-color 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

    .wallet-item:hover[b-4x7w6f2u7x] {
        background-color: #f1f3f5;
        transform: translateX(4px);
    }

.wallet-icon[b-4x7w6f2u7x] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.sber-bg[b-4x7w6f2u7x] {
    background-color: #21a038;
}
.cash-bg[b-4x7w6f2u7x] {
    background-color: #f39c12;
}
.crypto-bg[b-4x7w6f2u7x] {
    background-color: #34495e;
}

.wallet-info[b-4x7w6f2u7x] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.wallet-name[b-4x7w6f2u7x] {
    color: #191970;
    font-weight: 700;
    font-size: 0.95rem;
}

.wallet-type[b-4x7w6f2u7x] {
    color: #8792a2;
    font-size: 0.8rem;
}

.wallet-balance[b-4x7w6f2u7x] {
    color: #191970;
    font-weight: 800;
    font-size: 1rem;
}


[b-4x7w6f2u7x] .main-widget {
    border-radius: 20px !important;
    padding: 30px !important;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(25, 25, 112, 0.04) !important;
    border: 1px solid rgba(25, 25, 112, 0.05);
}

.custom-select-mini[b-4x7w6f2u7x] {
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background-color: #f8f9fa;
    color: #191970;
    font-size: 0.85rem;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}

.chart-container[b-4x7w6f2u7x] {
    margin-top: 20px;
    margin-left: -15px;
}

.link-view-all[b-4x7w6f2u7x] {
    color: #3498db;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

    .link-view-all:hover[b-4x7w6f2u7x] {
        text-decoration: underline;
    }

.transaction-feed[b-4x7w6f2u7x] {
    display: flex;
    flex-direction: column;
}

.feed-item[b-4x7w6f2u7x] {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(236, 239, 241, 0.6);
    transition: background-color 0.2s;
}

    .feed-item:last-child[b-4x7w6f2u7x] {
        border-bottom: none;
        padding-bottom: 0;
    }

    .feed-item:hover[b-4x7w6f2u7x] {
        background-color: rgba(248, 249, 250, 0.5);
        border-radius: 8px;
        padding: 16px 10px;
        margin: 0 -10px;
    }

.feed-icon[b-4x7w6f2u7x] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.bg-food[b-4x7w6f2u7x] {
    background-color: #ff9f43;
}

.bg-salary[b-4x7w6f2u7x] {
    background-color: #2ed573;
}

.bg-transport[b-4x7w6f2u7x] {
    background-color: #5352ed;
}

.bg-subscriptions[b-4x7w6f2u7x] {
    background-color: #ff4757;
}

.feed-info[b-4x7w6f2u7x] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.feed-title[b-4x7w6f2u7x] {
    color: #191970;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 4px;
}

.feed-date[b-4x7w6f2u7x] {
    color: #8792a2;
    font-size: 0.85rem;
}

.feed-amount[b-4x7w6f2u7x] {
    font-weight: 800;
    font-size: 1.1rem;
    white-space: nowrap;
}
/* _content/FinanceTracker/Components/Pages/Goals.razor.rz.scp.css */
.dashboard-header[b-mka72s2h7q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-mka72s2h7q] {
    color: #191970;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.text-muted[b-mka72s2h7q] {
    color: #64748b;
    margin: 0;
    font-size: 1.05rem;
}

.section-title[b-mka72s2h7q] {
    color: #1e293b;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}

.hero-goals-card[b-mka72s2h7q] {
    border-radius: 24px;
    padding: 32px;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: white;
    box-shadow: 0 12px 30px rgba(79, 70, 229, 0.25);
    position: relative;
    overflow: hidden;
}

.hero-goals-card[b-mka72s2h7q]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.hero-goals-content[b-mka72s2h7q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-info[b-mka72s2h7q] {
    display: flex;
    flex-direction: column;
}

.hero-label[b-mka72s2h7q] {
    font-size: 0.95rem;
    font-weight: 600;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.hero-amount[b-mka72s2h7q] {
    font-size: 2.8rem;
    font-weight: 800;
    margin: 0 0 16px 0;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.hero-stats[b-mka72s2h7q] {
    display: flex;
    gap: 24px;
}

.hero-stat-item[b-mka72s2h7q] {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

.stat-bullet[b-mka72s2h7q] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
}

.bg-active[b-mka72s2h7q] {
    background-color: #38bdf8;
}

.bg-achieved[b-mka72s2h7q] {
    background-color: #4ade80;
}

.stat-text[b-mka72s2h7q] {
    opacity: 0.9;
}

.hero-illustration[b-mka72s2h7q] {
    opacity: 0.15;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goals-grid[b-mka72s2h7q] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 24px;
}

.goal-card[b-mka72s2h7q] {
    background: white;
    border-radius: 20px;
    border: 1px solid rgba(79, 70, 229, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.goal-card:hover[b-mka72s2h7q] {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(79, 70, 229, 0.08);
}

.goal-card-body[b-mka72s2h7q] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.circular-progress-container[b-mka72s2h7q] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    flex-shrink: 0;
}

.circular-progress-emoji[b-mka72s2h7q], .circular-progress-icon[b-mka72s2h7q] {
    position: absolute;
    font-size: 2.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goal-progress-section[b-mka72s2h7q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.progress-pct-badge[b-mka72s2h7q] {
    font-size: 0.8rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
}

.goal-details-section[b-mka72s2h7q] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.goal-card-title[b-mka72s2h7q] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.goal-amounts-row[b-mka72s2h7q] {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 12px;
}

.current-amount[b-mka72s2h7q] {
    font-size: 1.3rem;
    font-weight: 800;
    color: #0f172a;
    font-variant-numeric: tabular-nums;
}

.divider[b-mka72s2h7q] {
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 500;
}

.target-amount[b-mka72s2h7q] {
    font-size: 0.95rem;
    color: #64748b;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.goal-forecast-badge[b-mka72s2h7q] {
    font-size: 0.78rem;
    background: #f5f3ff;
    color: #6d28d9;
    padding: 6px 10px;
    border-radius: 8px;
    margin-bottom: 8px;
    line-height: 1.4;
    border: 1px solid #ede9fe;
}

.goal-deadline-row[b-mka72s2h7q] {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 8px;
    width: fit-content;
}

.status-ok[b-mka72s2h7q] {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #dcfce7;
}

.status-warning[b-mka72s2h7q] {
    background: #fff7ed;
    color: #ea580c;
    border: 1px solid #ffedd5;
}

.status-danger[b-mka72s2h7q] {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fee2e2;
}

.text-muted-info[b-mka72s2h7q] {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.goal-card-actions[b-mka72s2h7q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
}

.actions-right[b-mka72s2h7q] {
    display: flex;
    gap: 4px;
}

.goal-card-completed[b-mka72s2h7q] {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    box-shadow: 0 4px 15px rgba(22, 163, 74, 0.03);
}

.goal-card-completed:hover[b-mka72s2h7q] {
    box-shadow: 0 12px 25px rgba(22, 163, 74, 0.08);
}

.completed-container[b-mka72s2h7q] {
    background: #dcfce7;
    border-radius: 50%;
}

.completed-badge[b-mka72s2h7q] {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #15803d;
    background: #dcfce7;
    padding: 2px 8px;
    border-radius: 20px;
    width: fit-content;
}

.completed-title[b-mka72s2h7q] {
    color: #14532d;
    text-decoration: line-through;
    opacity: 0.8;
}

.completed-congrats[b-mka72s2h7q] {
    font-size: 0.8rem;
    color: #166534;
    margin: 4px 0 0 0;
    font-style: italic;
}

.goals-empty-state[b-mka72s2h7q] {
    background: white;
    border-radius: 24px;
    border: 2px dashed #cbd5e1;
    padding: 60px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.empty-icon-wrapper[b-mka72s2h7q] {
    font-size: 3.5rem;
    width: 80px;
    height: 80px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.empty-title[b-mka72s2h7q] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.empty-text[b-mka72s2h7q] {
    color: #64748b;
    font-size: 1rem;
    max-width: 480px;
    margin: 0 0 8px 0;
    line-height: 1.5;
}
/* _content/FinanceTracker/Components/Pages/Home.razor.rz.scp.css */
.container-custom[b-7j0xh7t5c0] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.nav-flex[b-7j0xh7t5c0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-section[b-7j0xh7t5c0] {
    padding: 80px 0 120px 0;
    overflow: hidden;
}

.hero-grid[b-7j0xh7t5c0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.badge-new[b-7j0xh7t5c0] {
    display: inline-block;
    padding: 6px 12px;
    background-color: rgba(25, 25, 112, 0.08);
    color: #191970;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 24px;
}

.hero-content h1[b-7j0xh7t5c0] {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.1;
    color: #191970;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.hero-content p[b-7j0xh7t5c0] {
    font-size: 1.2rem;
    color: #455a64;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 90%;
}

.hero-actions[b-7j0xh7t5c0] {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}

.btn-primary[b-7j0xh7t5c0] {
    background-color: #191970;
    color: #ECEFF1;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.2s;
    box-shadow: 0 8px 24px rgba(25, 25, 112, 0.2);
}

.btn-primary:hover[b-7j0xh7t5c0] {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(25, 25, 112, 0.3);
    color: #fff;
}

.btn-outline[b-7j0xh7t5c0] {
    background-color: transparent;
    color: #191970;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    border: 2px solid rgba(25, 25, 112, 0.2);
    transition: all 0.2s;
}

.btn-outline:hover[b-7j0xh7t5c0] {
    border-color: #191970;
    background-color: rgba(25, 25, 112, 0.05);
}

.hero-features-mini[b-7j0xh7t5c0] {
    display: flex;
    gap: 24px;
    font-size: 0.9rem;
    color: #546e7a;
    font-weight: 500;
}

.hero-features-mini span[b-7j0xh7t5c0] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.hero-visual[b-7j0xh7t5c0] {
    position: relative;
    height: 500px;
}

.mockup-window[b-7j0xh7t5c0] {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 420px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(25, 25, 112, 0.12);
    border: 1px solid rgba(25, 25, 112, 0.05);
    overflow: hidden;
}

.mockup-header[b-7j0xh7t5c0] {
    padding: 20px;
    border-bottom: 1px solid #f0f2f5;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mockup-avatar[b-7j0xh7t5c0] {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #191970, #34495e);
    border-radius: 50%;
}

.mockup-title-bar[b-7j0xh7t5c0] {
    height: 12px;
    width: 120px;
    background-color: #f0f2f5;
    border-radius: 6px;
}

.mockup-body[b-7j0xh7t5c0] {
    padding: 30px 20px;
}

.mockup-balance .label[b-7j0xh7t5c0] {
    font-size: 0.9rem;
    color: #8792a2;
    font-weight: 500;
}

.mockup-balance h2[b-7j0xh7t5c0] {
    font-size: 2.5rem;
    color: #191970;
    margin: 5px 0 30px 0;
    font-weight: 800;
}

.mockup-chart[b-7j0xh7t5c0] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 140px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #f0f2f5;
}

.mockup-chart .bar[b-7j0xh7t5c0] {
    width: 32px;
    background-color: #e2e8f0;
    border-radius: 6px 6px 0 0;
    transition: height 1s ease-out;
}

.mockup-chart .bar.active[b-7j0xh7t5c0] {
    background-color: #191970;
    box-shadow: 0 0 15px rgba(25, 25, 112, 0.3);
}

@keyframes float1-b-7j0xh7t5c0 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes float2-b-7j0xh7t5c0 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.floating-card[b-7j0xh7t5c0] {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    z-index: 10;
}

.card-income[b-7j0xh7t5c0] {
    top: 60px;
    left: -30px;
    width: 220px;
    animation: float1-b-7j0xh7t5c0 4s ease-in-out infinite;
}

.card-expense[b-7j0xh7t5c0] {
    bottom: 80px;
    right: -10px;
    width: 260px;
    animation: float2-b-7j0xh7t5c0 5s ease-in-out infinite;
}

.card-icon[b-7j0xh7t5c0] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.income-icon[b-7j0xh7t5c0] {
    background-color: #e6f8f3;
    color: #00b894;
}

.expense-icon[b-7j0xh7t5c0] {
    background-color: #fdeaea;
    color: #d63031;
}

.card-info[b-7j0xh7t5c0] {
    display: flex;
    flex-direction: column;
}

.card-title[b-7j0xh7t5c0] {
    font-size: 0.85rem;
    color: #546e7a;
    font-weight: 500;
}

.card-amount[b-7j0xh7t5c0] {
    font-weight: 700;
    font-size: 1.1rem;
}

.sum-plus[b-7j0xh7t5c0] {
    color: #00b894;
}

.sum-minus[b-7j0xh7t5c0] {
    color: #191970;
}

.budget-progress[b-7j0xh7t5c0] {
    width: 100%;
    height: 6px;
    background-color: #f0f2f5;
    border-radius: 3px;
    margin-top: 8px;
    overflow: hidden;
}

.progress-fill[b-7j0xh7t5c0] {
    height: 100%;
    background-color: #d63031;
    border-radius: 3px;
}

.budget-text[b-7j0xh7t5c0] {
    font-size: 0.75rem;
    color: #8792a2;
    width: 100%;
    text-align: right;
}

.how-it-works-section[b-7j0xh7t5c0] {
    padding: 100px 0;
    background-color: #ffffff;
}

.section-header[b-7j0xh7t5c0] {
    text-align: center;
    margin-bottom: 70px;
}

.section-header h2[b-7j0xh7t5c0] {
    font-size: 2.8rem;
    color: #191970;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.section-header p[b-7j0xh7t5c0] {
    font-size: 1.15rem;
    color: #546e7a;
}

.steps-container[b-7j0xh7t5c0] {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.steps-line[b-7j0xh7t5c0] {
    position: absolute;
    top: 25px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: rgba(25, 25, 112, 0.1);
    z-index: 1;
}

.step-item[b-7j0xh7t5c0] {
    position: relative;
    z-index: 2;
    width: 22%;
    text-align: center;
}

.step-circle[b-7j0xh7t5c0] {
    width: 50px;
    height: 50px;
    background-color: #191970;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 auto 24px auto;
    box-shadow: 0 0 0 10px #ffffff;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.step-item:hover .step-circle[b-7j0xh7t5c0] {
    transform: scale(1.15);
    background-color: #2c3e50;
}

.step-item h4[b-7j0xh7t5c0] {
    font-size: 1.1rem;
    color: #191970;
    font-weight: 700;
    margin-bottom: 12px;
}

.step-item p[b-7j0xh7t5c0] {
    font-size: 0.95rem;
    color: #546e7a;
    line-height: 1.5;
}

.features-section[b-7j0xh7t5c0] {
    padding: 100px 0;
}

.features-grid[b-7j0xh7t5c0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.preview-card[b-7j0xh7t5c0] {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(25, 25, 112, 0.05);
    border: 1px solid rgba(25, 25, 112, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.preview-card:hover[b-7j0xh7t5c0] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(25, 25, 112, 0.12);
}

.feature-text h4[b-7j0xh7t5c0] {
    font-size: 1.4rem;
    color: #191970;
    font-weight: 700;
    margin-bottom: 12px;
}

.feature-text p[b-7j0xh7t5c0] {
    font-size: 0.95rem;
    color: #546e7a;
    line-height: 1.6;
    margin-bottom: 30px;
}

.mini-widget[b-7j0xh7t5c0] {
    background: #f8f9fa;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #eef2f5;
}

.widget-header[b-7j0xh7t5c0] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.cat-name[b-7j0xh7t5c0] {
    color: #191970;
}

.cat-percent[b-7j0xh7t5c0] {
    color: #e74c3c;
}

.widget-progress[b-7j0xh7t5c0] {
    margin-bottom: 10px;
}

.progress-track[b-7j0xh7t5c0] {
    height: 8px;
    background-color: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill[b-7j0xh7t5c0] {
    height: 100%;
    border-radius: 4px;
}

.widget-footer[b-7j0xh7t5c0] {
    font-size: 0.75rem;
    color: #8792a2;
    text-align: right;
}

.mini-chart-widget[b-7j0xh7t5c0] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #eef2f5;
    display: flex;
    align-items: center;
    gap: 20px;
}

.css-pie-chart[b-7j0xh7t5c0] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: conic-gradient(#191970 0% 45%, #3498db 45% 80%, #e74c3c 80% 100%);
}

.chart-legend[b-7j0xh7t5c0] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.legend-item[b-7j0xh7t5c0] {
    font-size: 0.8rem;
    color: #546e7a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-item .dot[b-7j0xh7t5c0] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.export-widget[b-7j0xh7t5c0] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #eef2f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.download-btn-fake[b-7j0xh7t5c0] {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #191970;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: default;
    transition: opacity 0.2s;
}

.preview-card:hover .download-btn-fake[b-7j0xh7t5c0] {
    opacity: 0.8;
}

.cta-section[b-7j0xh7t5c0] {
    padding: 80px 0 120px 0;
}

.cta-box[b-7j0xh7t5c0] {
    background-color: #191970;
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(25, 25, 112, 0.2);
}

.cta-content[b-7j0xh7t5c0] {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
}

.cta-box h2[b-7j0xh7t5c0] {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
}

.cta-box p[b-7j0xh7t5c0] {
    color: #b0bec5;
    font-size: 1.1rem;
    margin-bottom: 32px;
    line-height: 1.6;
}

.btn-large[b-7j0xh7t5c0] {
    background-color: #ECEFF1;
    color: #191970;
    padding: 18px 40px;
    font-size: 1.15rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.btn-large:hover[b-7j0xh7t5c0] {
    background-color: #ffffff;
    color: #191970;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.cta-decoration[b-7j0xh7t5c0] {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
}

.circle-1[b-7j0xh7t5c0] {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -50px;
}

.circle-2[b-7j0xh7t5c0] {
    width: 400px;
    height: 400px;
    bottom: -150px;
    right: -100px;
}


.main-footer[b-7j0xh7t5c0] {
    background-color: #101820;
    color: #ECEFF1;
    padding: 60px 0 30px 0;
}

.footer-content[b-7j0xh7t5c0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(236, 239, 241, 0.1);
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.footer-brand[b-7j0xh7t5c0] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: 700;
}

.footer-links[b-7j0xh7t5c0] {
    display: flex;
    gap: 32px;
}

.footer-links a[b-7j0xh7t5c0] {
    color: #b0bec5;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.footer-links a:hover[b-7j0xh7t5c0] {
    color: #ffffff;
}

.footer-bottom[b-7j0xh7t5c0] {
    text-align: center;
    color: #546e7a;
    font-size: 0.85rem;
}
/* _content/FinanceTracker/Components/Pages/Planning.razor.rz.scp.css */
.dashboard-header[b-tq7ae11fa2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-tq7ae11fa2] {
    color: #191970;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.text-muted[b-tq7ae11fa2] {
    color: #546e7a;
    margin: 0;
    font-size: 1.05rem;
}

.month-selector[b-tq7ae11fa2] {
    display: flex;
    align-items: center;
}

.custom-month-select[b-tq7ae11fa2] {
    padding: 10px 20px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: white;
    font-weight: 600;
    color: #1e293b;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    transition: border-color 0.2s;
}

.custom-month-select:focus[b-tq7ae11fa2] {
    border-color: #191970;
}

.hero-card[b-tq7ae11fa2] {
    border-radius: 24px;
    padding: 36px;
    background: linear-gradient(135deg, #191970 0%, #2a2a8a 100%);
    color: white;
    box-shadow: 0 12px 40px rgba(25, 25, 112, 0.25);
}

.hero-content[b-tq7ae11fa2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-label[b-tq7ae11fa2] {
    font-size: 0.95rem;
    font-weight: 600;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: white;
}

.hero-amount[b-tq7ae11fa2] {
    font-size: 2.8rem;
    font-weight: 800;
    margin: 0 0 24px 0;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    color: white;
}

.hero-stats[b-tq7ae11fa2] {
    display: flex;
    gap: 40px;
}

.hero-stat-label[b-tq7ae11fa2] {
    font-size: 0.8rem;
    opacity: 0.75;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.75);
}

.hero-stat-value[b-tq7ae11fa2] {
    font-size: 1.3rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: white;
}

.circular-progress-container[b-tq7ae11fa2] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
}

.circular-progress-text[b-tq7ae11fa2] {
    position: absolute;
    text-align: center;
}

.circular-progress-text span[b-tq7ae11fa2] {
    font-size: 1.6rem;
    font-weight: 800;
    color: white;
}

.section-header[b-tq7ae11fa2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-title[b-tq7ae11fa2] {
    color: #191970;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
}

.budgets-grid[b-tq7ae11fa2] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

[b-tq7ae11fa2] .budget-card {
    border-radius: 20px !important;
    padding: 24px !important;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-tq7ae11fa2] .budget-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(25, 25, 112, 0.08) !important;
}

[b-tq7ae11fa2] .overspent-card {
    border: 1.5px solid #fecaca !important;
    background: #fffafa !important;
    box-shadow: 0 4px 16px rgba(239, 68, 68, 0.12) !important;
}

.budget-card-header[b-tq7ae11fa2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.budget-category[b-tq7ae11fa2] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.budget-icon[b-tq7ae11fa2] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.budget-name[b-tq7ae11fa2] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
}

.budget-amounts[b-tq7ae11fa2] {
    text-align: right;
}

.budget-spent[b-tq7ae11fa2] {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    font-variant-numeric: tabular-nums;
}

.budget-pct-badge[b-tq7ae11fa2] {
    font-size: 0.85rem;
    font-weight: 700;
    margin-top: 2px;
}

.budget-footer[b-tq7ae11fa2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.budget-remaining[b-tq7ae11fa2] {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
}

.overspent-badge[b-tq7ae11fa2] {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #ef4444;
    font-size: 0.9rem;
    font-weight: 700;
}

.forecast-badge[b-tq7ae11fa2] {
    font-size: 0.8rem;
    background: #fff7ed;
    color: #c2410c;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 700;
}

.empty-state[b-tq7ae11fa2] {
    background: white;
    border-radius: 20px;
    border: 2px dashed #cbd5e1;
    padding: 60px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.empty-state-icon[b-tq7ae11fa2] {
    font-size: 3rem;
    color: #94a3b8;
    margin-bottom: 8px;
}

.empty-state-title[b-tq7ae11fa2] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #334155;
    margin: 0;
}

.empty-state-text[b-tq7ae11fa2] {
    color: #64748b;
    font-size: 1rem;
    margin: 0;
}
/* _content/FinanceTracker/Components/Pages/Transactions.razor.rz.scp.css */
.page-header[b-edvexbhxrh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-title[b-edvexbhxrh] {
    font-size: 2rem;
    font-weight: 800;
    color: #191970;
    margin: 0;
}

.summary-cards[b-edvexbhxrh] {
    display: flex;
    gap: 1.5rem;
}

.summary-card[b-edvexbhxrh] {
    display: flex;
    flex-direction: column;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    min-width: 140px;
}

.summary-label[b-edvexbhxrh] {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.summary-value[b-edvexbhxrh] {
    font-size: 1.25rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    margin-top: 4px;
}

.value-income[b-edvexbhxrh] {
    color: #10b981;
}

.value-expense[b-edvexbhxrh] {
    color: #1f2937;
}

.filters-container[b-edvexbhxrh] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.search-box[b-edvexbhxrh] {
    flex-grow: 1;
    max-width: 300px;
}

.filter-chips[b-edvexbhxrh] {
    display: flex;
    gap: 0.5rem;
}

.feed-container[b-edvexbhxrh] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.feed-day-group[b-edvexbhxrh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.feed-date-header[b-edvexbhxrh] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.transaction-row[b-edvexbhxrh] {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: white;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

.transaction-row:hover[b-edvexbhxrh] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border-color: #e2e8f0;
}

.t-icon[b-edvexbhxrh] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.bg-expense[b-edvexbhxrh] { background: #fee2e2; color: #ef4444; }
.bg-income[b-edvexbhxrh] { background: #d1fae5; color: #10b981; }
.bg-transfer[b-edvexbhxrh] { background: #f1f5f9; color: #64748b; }

.t-details[b-edvexbhxrh] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.t-title[b-edvexbhxrh] {
    font-weight: 600;
    color: #1e293b;
    font-size: 1.05rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.t-subtitle[b-edvexbhxrh] {
    font-size: 0.85rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
}

.t-amount[b-edvexbhxrh] {
    font-weight: 700;
    font-size: 1.15rem;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    margin-left: 1rem;
}

.amount-income[b-edvexbhxrh] { color: #10b981; }
.amount-expense[b-edvexbhxrh] { color: #1f2937; }
.amount-transfer[b-edvexbhxrh] { color: #64748b; }

.empty-state[b-edvexbhxrh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    background: white;
    border-radius: 24px;
    border: 1px dashed #cbd5e1;
}

.empty-icon[b-edvexbhxrh] {
    background: #f1f5f9;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.empty-title[b-edvexbhxrh] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.empty-text[b-edvexbhxrh] {
    color: #64748b;
    max-width: 300px;
    margin-bottom: 1.5rem;
}
/* _content/FinanceTracker/Components/Pages/Wallets.razor.rz.scp.css */
.wallets-header[b-r947m1deno] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-r947m1deno] {
    color: #191970;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.total-balance-label[b-r947m1deno] {
    color: #546e7a;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 500;
}

.total-balance-value[b-r947m1deno] {
    color: #191970;
    font-weight: 700;
}

.header-actions[b-r947m1deno] {
    display: flex;
    gap: 12px;
}

[b-r947m1deno] .btn-transfer {
    border-radius: 12px;
    font-weight: 600;
    text-transform: none;
    border: 2px solid rgba(25, 25, 112, 0.2) !important;
    color: #191970 !important;
}

[b-r947m1deno] .btn-add-wallet {
    border-radius: 12px;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 4px 12px rgba(25, 25, 112, 0.15);
}

.wallets-grid[b-r947m1deno] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 1200px) {
    .wallets-grid[b-r947m1deno] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .wallets-grid[b-r947m1deno] {
        grid-template-columns: 1fr;
    }

    .wallets-header[b-r947m1deno] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

[b-r947m1deno] .wallet-card {
    border-radius: 20px !important;
    padding: 24px !important;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(25, 25, 112, 0.04) !important;
    border: 2px solid transparent !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 190px;
    cursor: pointer;
    transition: all 0.25s ease;
}

    [b-r947m1deno] .wallet-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 25px rgba(25, 25, 112, 0.08) !important;
    }

    [b-r947m1deno] .wallet-card.active-wallet {
        border-color: #191970 !important;
        box-shadow: 0 8px 22px rgba(25, 25, 112, 0.12) !important;
    }

.wallet-card-header[b-r947m1deno] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wallet-card-icon[b-r947m1deno] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sber-bg[b-r947m1deno] {
    background-color: #21a038;
}

.cash-bg[b-r947m1deno] {
    background-color: #f39c12;
}

.crypto-bg[b-r947m1deno] {
    background-color: #34495e;
}

.wallet-card-type[b-r947m1deno] {
    font-size: 0.75rem;
    color: #8792a2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wallet-card-body[b-r947m1deno] {
    margin: 20px 0 10px 0;
}

.wallet-card-balance[b-r947m1deno] {
    color: #191970;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0 0 4px 0;
    letter-spacing: -0.5px;
}

.wallet-card-name[b-r947m1deno] {
    color: #546e7a;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
}

.wallet-card-footer[b-r947m1deno] {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #8792a2;
    border-top: 1px solid #f1f3f5;
    padding-top: 12px;
    font-weight: 500;
}

[b-r947m1deno] .detail-section {
    border-radius: 24px !important;
    padding: 32px !important;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(25, 25, 112, 0.04) !important;
    border: 1px solid rgba(25, 25, 112, 0.05);
}

.detail-header[b-r947m1deno] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #f1f3f5;
    padding-bottom: 20px;
}

.detail-title[b-r947m1deno] {
    color: #191970;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.text-muted[b-r947m1deno] {
    color: #546e7a;
    margin: 0;
    font-size: 0.9rem;
}

.detail-stats[b-r947m1deno] {
    display: flex;
    gap: 24px;
    font-weight: 700;
    font-size: 1.1rem;
}

.text-success[b-r947m1deno] {
    color: #27ae60;
}

.text-danger[b-r947m1deno] {
    color: #e74c3c;
}

.transaction-feed[b-r947m1deno] {
    display: flex;
    flex-direction: column;
}

.feed-item[b-r947m1deno] {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(236, 239, 241, 0.6);
    transition: all 0.2s ease;
}

.feed-item:last-child[b-r947m1deno] {
    border-bottom: none;
    padding-bottom: 0;
}

.feed-item:hover[b-r947m1deno] {
    background-color: rgba(248, 249, 250, 0.8);
    border-radius: 12px;
    padding: 16px 12px;
    margin: 0 -12px;
}

.feed-icon[b-r947m1deno] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.feed-info[b-r947m1deno] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.feed-title[b-r947m1deno] {
    color: #191970;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 4px;
}

.feed-date[b-r947m1deno] {
    color: #8792a2;
    font-size: 0.85rem;
}

.feed-amount[b-r947m1deno] {
    font-weight: 800;
    font-size: 1.1rem;
    white-space: nowrap;
}

.empty-state[b-r947m1deno] {
    padding: 60px 20px;
    text-align: center;
    color: #8792a2;
    font-size: 0.95rem;
    font-weight: 500;
}
.empty-wallets-placeholder[b-r947m1deno] {
    grid-column: 1 / -1;
    border: 2px dashed rgba(25, 25, 112, 0.15);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: rgba(25, 25, 112, 0.02);
}

.empty-wallets-placeholder:hover[b-r947m1deno] {
    background-color: rgba(25, 25, 112, 0.05);
    border-color: #191970;
}

.placeholder-icon[b-r947m1deno] {
    color: #191970;
    margin-bottom: 12px;
    opacity: 0.5;
}

.empty-state-full[b-r947m1deno] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(25, 25, 112, 0.05);
}
