/* /Pages/Admin/Users.razor.rz.scp.css */
/* Dark Mode f�r alle Modals */
[b-33fla8tvz8] .modal-content {
    background-color: #2b2b2b;
    color: #e0e0e0;
    border: 1px solid #444;
}

[b-33fla8tvz8] .modal-header {
    background-color: #1e1e1e;
    border-bottom: 1px solid #444;
    color: #fff;
}

[b-33fla8tvz8] .modal-header.bg-danger {
    background-color: #dc3545 !important;
    color: white;
}

[b-33fla8tvz8] .modal-body {
    background-color: #2b2b2b;
    color: #e0e0e0;
}

[b-33fla8tvz8] .modal-footer {
    background-color: #1e1e1e;
    border-top: 1px solid #444;
}

/* Form Controls im Dark Mode */
[b-33fla8tvz8] .form-control,
[b-33fla8tvz8] .form-select {
    background-color: #1e1e1e;
    border: 1px solid #444;
    color: #e0e0e0;
}

[b-33fla8tvz8] .form-control:focus,
[b-33fla8tvz8] .form-select:focus {
    background-color: #2b2b2b;
    border-color: #0d6efd;
    color: #e0e0e0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

[b-33fla8tvz8] .form-control::placeholder {
    color: #888;
}

/* Labels */
[b-33fla8tvz8] .form-label {
    color: #e0e0e0;
}

/* Close Button */
[b-33fla8tvz8] .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

[b-33fla8tvz8] .btn-close-white {
    filter: none;
}

/* Alert in Modal */
[b-33fla8tvz8] .modal-body .alert-danger {
    background-color: #58151c;
    border-color: #842029;
    color: #ea868f;
}

/* Modal Backdrop */
[b-33fla8tvz8] .modal {
    background: rgba(0, 0, 0, 0.7);
}

/* Input Autofill Override (Chrome) */
[b-33fla8tvz8] .form-control:-webkit-autofill,
[b-33fla8tvz8] .form-control:-webkit-autofill:hover,
[b-33fla8tvz8] .form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #e0e0e0;
    -webkit-box-shadow: 0 0 0px 1000px #1e1e1e inset;
    transition: background-color 5000s ease-in-out 0s;
}
/* /Pages/Finance/EventDetail.razor.rz.scp.css */
.year-selector-card[b-mcralglznc] { background: rgba(255, 255, 255, 0.05); border-radius: 12px; padding: 1rem; }
.year-selector-content[b-mcralglznc] { display: flex; justify-content: center; align-items: center; gap: 2rem; }
.year-nav-btn[b-mcralglznc] { background: transparent; border: 2px solid rgba(255, 255, 255, 0.2); border-radius: 50%; width: 40px; height: 40px; color: inherit; cursor: pointer; transition: all 0.2s; }
.year-nav-btn:hover:not(:disabled)[b-mcralglznc] { background: rgba(255, 255, 255, 0.1); border-color: var(--bs-primary); }
.year-nav-btn:disabled[b-mcralglznc] { opacity: 0.3; cursor: not-allowed; }
.year-display[b-mcralglznc] { text-align: center; }
.year-label[b-mcralglznc] { display: block; font-size: 0.75rem; color: #888; text-transform: uppercase; }
.year-value[b-mcralglznc] { display: block; font-size: 2rem; font-weight: bold; }

.modern-finance-chart[b-mcralglznc] { padding: 1.5rem; background: rgba(255, 255, 255, 0.02); border-radius: 16px; }
.finance-bar-container[b-mcralglznc] { margin-bottom: 1.5rem; }
.finance-bar-header[b-mcralglznc] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.5rem; }
.finance-bar-label[b-mcralglznc] { display: flex; align-items: center; gap: 0.5rem; font-weight: 500; color: #ddd; }
.finance-bar-value[b-mcralglznc] { font-weight: bold; font-size: 1.1rem; }
.finance-bar-track[b-mcralglznc] { height: 12px; background: rgba(255, 255, 255, 0.1); border-radius: 6px; overflow: hidden; }
.finance-bar-fill[b-mcralglznc] { height: 100%; border-radius: 6px; transition: width 1s ease-out; }
.income-fill[b-mcralglznc] { background: linear-gradient(90deg, #10b981, #34d399); box-shadow: 0 0 10px rgba(16, 185, 129, 0.5); }
.expense-fill[b-mcralglznc] { background: linear-gradient(90deg, #ef4444, #f87171); box-shadow: 0 0 10px rgba(239, 68, 68, 0.5); }
.finance-bar-percent[b-mcralglznc] { display: block; text-align: right; font-size: 0.85rem; color: #888; margin-top: 0.25rem; }

.comparison-bar[b-mcralglznc] { padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.comparison-track[b-mcralglznc] { display: flex; height: 20px; border-radius: 10px; overflow: hidden; background: rgba(255, 255, 255, 0.05); }
.comparison-income[b-mcralglznc] { height: 100%; background: linear-gradient(90deg, #10b981, #059669); transition: width 1.2s ease-out; }
.comparison-expense[b-mcralglznc] { height: 100%; background: linear-gradient(90deg, #dc2626, #ef4444); transition: width 1.2s 0.2s ease-out; }

.saldo-display[b-mcralglznc] { padding: 2rem; border-radius: 20px; text-align: center; }
.saldo-positive[b-mcralglznc] { background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(5, 150, 105, 0.05)); border: 2px solid rgba(16, 185, 129, 0.3); }
.saldo-negative[b-mcralglznc] { background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(220, 38, 38, 0.05)); border: 2px solid rgba(239, 68, 68, 0.3); }
.saldo-icon[b-mcralglznc] { font-size: 3rem; margin-bottom: 1rem; }
.saldo-positive .saldo-icon[b-mcralglznc] { color: #10b981; }
.saldo-negative .saldo-icon[b-mcralglznc] { color: #ef4444; }
.saldo-label[b-mcralglznc] { font-size: 0.9rem; color: #888; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.5rem; }
.saldo-amount[b-mcralglznc] { font-size: 2.5rem; font-weight: bold; margin-bottom: 0.75rem; }
.saldo-positive .saldo-amount[b-mcralglznc] { color: #10b981; }
.saldo-negative .saldo-amount[b-mcralglznc] { color: #ef4444; }
.saldo-status[b-mcralglznc] { margin-bottom: 1.5rem; }

.mini-stats[b-mcralglznc] { display: flex; justify-content: center; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: 1rem; }
.mini-stat[b-mcralglznc] { text-align: center; }
.mini-stat-value[b-mcralglznc] { font-size: 1.5rem; font-weight: bold; }
.mini-stat-label[b-mcralglznc] { font-size: 0.75rem; color: #888; text-transform: uppercase; }

.empty-state[b-mcralglznc] { text-align: center; padding: 3rem 1rem; }
.empty-state i[b-mcralglznc] { opacity: 0.3; }

[b-mcralglznc] .list-group-item-dark { background-color: rgba(255, 255, 255, 0.05) !important; border-color: rgba(255, 255, 255, 0.1) !important; color: #fff !important; }
/* /Pages/Reports/Mobile/BirthdaysMobile.razor.rz.scp.css */
/* ========================================
   BIRTHDAY MOBILE - Modern & Fun Design
   ======================================== */

.birthday-mobile-container[b-11ylvu0yoe] {
    min-height: 100vh;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding-bottom: 2rem;
}

/* ========================================
   HERO SECTION
   ======================================== */

.birthday-hero[b-11ylvu0yoe] {
    position: relative;
    padding: 1.5rem 1rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 0 0 30px 30px;
    margin-bottom: 1rem;
}

.birthday-hero.has-today[b-11ylvu0yoe] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    animation: heroGlow 2s ease-in-out infinite;
}

.birthday-hero-bg[b-11ylvu0yoe] {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.birthday-hero-content[b-11ylvu0yoe] {
    position: relative;
    text-align: center;
    z-index: 1;
}

.birthday-hero-icon[b-11ylvu0yoe] {
    position: relative;
    display: inline-block;
}

.cake-icon[b-11ylvu0yoe] {
    font-size: 3rem;
    display: block;
}

.birthday-hero-title[b-11ylvu0yoe] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin: 0.5rem 0 0.25rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.birthday-hero-subtitle[b-11ylvu0yoe] {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.9);
    margin: 0;
}

.birthday-hero-actions[b-11ylvu0yoe] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.5rem;
    z-index: 2;
}

.btn-hero-action[b-11ylvu0yoe] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-hero-action:active[b-11ylvu0yoe] {
    transform: scale(0.95);
    background: rgba(255,255,255,0.3);
}

.btn-hero-action.btn-pdf[b-11ylvu0yoe] {
    background: rgba(40, 167, 69, 0.8);
}

/* Confetti Burst */
.confetti-burst[b-11ylvu0yoe] {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}

.confetti[b-11ylvu0yoe] {
    font-size: 1rem;
    animation: confettiBurst-b-11ylvu0yoe 1s ease-out infinite;
}

.confetti.c1[b-11ylvu0yoe] { animation-delay: 0s; }
.confetti.c2[b-11ylvu0yoe] { animation-delay: 0.2s; }
.confetti.c3[b-11ylvu0yoe] { animation-delay: 0.4s; }
.confetti.c4[b-11ylvu0yoe] { animation-delay: 0.6s; }

@keyframes confettiBurst-b-11ylvu0yoe {
    0% { transform: translateY(0) scale(1); opacity: 1; }
    100% { transform: translateY(-20px) scale(0.5); opacity: 0; }
}

/* ========================================
   LOADING STATE
   ======================================== */

.birthday-loading[b-11ylvu0yoe] {
    text-align: center;
    padding: 3rem 1rem;
}

.loading-cake-container[b-11ylvu0yoe] {
    position: relative;
    display: inline-block;
}

.loading-cake[b-11ylvu0yoe] {
    font-size: 4rem;
    display: block;
}

.loading-candles[b-11ylvu0yoe] {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.candle[b-11ylvu0yoe] {
    font-size: 1.2rem;
}

.loading-text[b-11ylvu0yoe] {
    color: rgba(255,255,255,0.7);
    margin-top: 1rem;
}

/* ========================================
   ERROR STATE
   ======================================== */

.birthday-error[b-11ylvu0yoe] {
    text-align: center;
    padding: 3rem 1rem;
}

.error-icon[b-11ylvu0yoe] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.birthday-error p[b-11ylvu0yoe] {
    color: rgba(255,255,255,0.7);
}

/* ========================================
   TABS
   ======================================== */

.birthday-tabs[b-11ylvu0yoe] {
    display: flex;
    gap: 0.75rem;
    padding: 0 1rem;
    margin-bottom: 1rem;
}

.birthday-tab[b-11ylvu0yoe] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem;
    border-radius: 16px;
    border: 2px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
    cursor: pointer;
}

.birthday-tab.active[b-11ylvu0yoe] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: transparent;
    color: #fff;
    transform: scale(1.02);
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
}

.tab-emoji[b-11ylvu0yoe] { font-size: 1.5rem; }
.tab-count[b-11ylvu0yoe] { font-size: 1.25rem; font-weight: 700; }
.tab-label[b-11ylvu0yoe] { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1px; }

/* ========================================
   QUICK STATS
   ======================================== */

.birthday-stats[b-11ylvu0yoe] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0 1rem;
    margin-bottom: 1rem;
}

.stat-item[b-11ylvu0yoe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
}

.stat-item.today[b-11ylvu0yoe] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.stat-emoji[b-11ylvu0yoe] { font-size: 1.25rem; }
.stat-value[b-11ylvu0yoe] { font-size: 1.25rem; font-weight: 700; color: #fff; }
.stat-label[b-11ylvu0yoe] { font-size: 0.65rem; color: rgba(255,255,255,0.7); text-transform: uppercase; }

/* ========================================
   TODAY'S BIRTHDAYS
   ======================================== */

.today-section[b-11ylvu0yoe] {
    margin: 0 1rem 1rem;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(245, 87, 108, 0.2) 0%, rgba(240, 147, 251, 0.2) 100%);
    border-radius: 20px;
    border: 2px solid rgba(245, 87, 108, 0.3);
}

.today-header[b-11ylvu0yoe] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.today-title[b-11ylvu0yoe] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.today-card[b-11ylvu0yoe] {
    background: rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 1rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.today-avatar[b-11ylvu0yoe] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4);
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.today-info[b-11ylvu0yoe] { flex: 1; }
.today-name[b-11ylvu0yoe] { font-weight: 600; color: #fff; font-size: 1rem; }
.today-detail[b-11ylvu0yoe] { font-size: 0.8rem; color: rgba(255,255,255,0.8); margin-top: 0.25rem; }
.today-cake[b-11ylvu0yoe] { font-size: 2rem; }

/* ========================================
   EMPTY STATE
   ======================================== */

.birthday-empty[b-11ylvu0yoe] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-visual[b-11ylvu0yoe] {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.empty-cake[b-11ylvu0yoe] { font-size: 4rem; }

.empty-question[b-11ylvu0yoe] {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 1.5rem;
}

.birthday-empty h4[b-11ylvu0yoe] { color: #fff; margin-bottom: 0.5rem; }
.birthday-empty p[b-11ylvu0yoe] { color: rgba(255,255,255,0.6); }

/* ========================================
   MONTH CARDS
   ======================================== */

.birthday-months[b-11ylvu0yoe] {
    padding: 0 1rem;
}

.month-card[b-11ylvu0yoe] {
    margin-bottom: 0.75rem;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
}

.month-card.past[b-11ylvu0yoe] { opacity: 0.7; }

.month-card.current[b-11ylvu0yoe] { 
    border-color: #667eea;
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.3);
}

.month-header[b-11ylvu0yoe] {
    display: flex;
    align-items: center;
    padding: 0.875rem 1rem;
    cursor: pointer;
}

.month-icon-box[b-11ylvu0yoe] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
}

.month-icon-box.current[b-11ylvu0yoe] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.month-emoji[b-11ylvu0yoe] { font-size: 1.5rem; }

.month-info[b-11ylvu0yoe] { flex: 1; }
.month-name[b-11ylvu0yoe] { display: block; font-weight: 600; color: #fff; font-size: 0.95rem; }
.month-count[b-11ylvu0yoe] { font-size: 0.75rem; color: rgba(255,255,255,0.6); }
.month-arrow[b-11ylvu0yoe] { color: rgba(255,255,255,0.5); }

/* ========================================
   ENTRY CARDS
   ======================================== */

.month-entries[b-11ylvu0yoe] {
    padding: 0 0.5rem 0.5rem;
}

.entry-card[b-11ylvu0yoe] {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    cursor: pointer;
    opacity: 0;
}

.entry-card.past[b-11ylvu0yoe] { opacity: 0.6; }

.entry-card.today[b-11ylvu0yoe] { 
    background: linear-gradient(135deg, rgba(245, 87, 108, 0.2) 0%, rgba(240, 147, 251, 0.2) 100%);
    border: 1px solid rgba(245, 87, 108, 0.3);
}

.entry-date[b-11ylvu0yoe] {
    width: 44px;
    text-align: center;
    margin-right: 0.75rem;
}

.entry-day[b-11ylvu0yoe] {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.entry-month-abbr[b-11ylvu0yoe] {
    font-size: 0.65rem;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
}

.entry-info[b-11ylvu0yoe] { flex: 1; min-width: 0; }

.entry-name[b-11ylvu0yoe] { 
    font-weight: 500; 
    color: #fff; 
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.entry-age[b-11ylvu0yoe] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 8px;
    font-size: 0.7rem;
    margin-top: 0.25rem;
}

.entry-age.age-18[b-11ylvu0yoe] { background: rgba(40, 167, 69, 0.3); color: #5dd879; }
.entry-age.age-round[b-11ylvu0yoe] { background: rgba(23, 162, 184, 0.3); color: #5dd3e8; }
.entry-age.age-senior[b-11ylvu0yoe] { background: rgba(255, 193, 7, 0.3); color: #ffc107; }
.entry-age.age-high[b-11ylvu0yoe] { background: rgba(220, 53, 69, 0.3); color: #f77; }

.entry-status-badge[b-11ylvu0yoe] {
    padding: 0.2rem 0.5rem;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-right: 0.5rem;
}

.entry-status-badge.past[b-11ylvu0yoe] { background: rgba(40, 167, 69, 0.2); color: #5dd879; }
.entry-status-badge.today[b-11ylvu0yoe] { background: rgba(245, 87, 108, 0.3); font-size: 1rem; }
.entry-status-badge.upcoming[b-11ylvu0yoe] { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); }

.entry-arrow[b-11ylvu0yoe] { color: rgba(255,255,255,0.3); font-size: 0.8rem; }

/* ========================================
   BIRTHDAY MOBILE - Zus�tzliche Styles
   Basis-Styles kommen aus mobile.css
   ======================================== */

/* Party-Gradient f�r "Heute Geburtstag" Card */
.bg-gradient-party[b-11ylvu0yoe] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    color: #fff;
}

/* Highlight-Card f�r besondere Anl�sse */
.mobile-card-highlight[b-11ylvu0yoe] {
    border: 2px solid #f5576c;
    box-shadow: 0 0 20px rgba(245, 87, 108, 0.3);
}

/* Aktive Card (aktueller Monat) */
.mobile-card-active[b-11ylvu0yoe] {
    border-color: var(--primary-color);
    box-shadow: 0 0 15px rgba(220, 53, 69, 0.2);
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* Falls noch nicht vorhanden, am Ende hinzuf�gen: */

.logout-link[b-vli58jp64p] {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.logout-link:hover[b-vli58jp64p] {
    background-color: rgba(255, 255, 255, 0.1);
}
