/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-to060fh98x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-to060fh98x] {
    flex: 1;
}

.sidebar[b-to060fh98x] {
    background-image:
        radial-gradient(420px 220px at 30% 0%, rgba(216, 177, 90, 0.16), transparent 70%),
        linear-gradient(180deg, var(--mc-nav-top) 0%, var(--mc-nav-bottom) 70%);
}

.top-row[b-to060fh98x] {
    background: linear-gradient(180deg, rgba(255, 249, 238, 0.92) 0%, rgba(251, 244, 230, 0.92) 100%);
    border-bottom: 1px solid rgba(58, 43, 31, 0.12);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-to060fh98x]  a, .top-row[b-to060fh98x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: var(--mc-text);
        opacity: 0.92;
    }

    .top-row[b-to060fh98x]  a:hover, .top-row[b-to060fh98x]  .btn-link:hover {
        text-decoration: underline;
        opacity: 1;
    }

    .top-row[b-to060fh98x]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

body.rz-dark-mode .top-row[b-to060fh98x] {
    background: linear-gradient(180deg, rgba(28, 20, 16, 0.92) 0%, rgba(20, 15, 11, 0.92) 100%);
    border-bottom: 1px solid rgba(244, 233, 218, 0.10);
}

body.rz-dark-mode .top-row[b-to060fh98x]  a,
body.rz-dark-mode .top-row[b-to060fh98x]  .btn-link {
    color: var(--mc-text);
    opacity: 0.88;
}

body.rz-dark-mode .top-row[b-to060fh98x]  a:hover,
body.rz-dark-mode .top-row[b-to060fh98x]  .btn-link:hover {
    opacity: 1;
}

@media (max-width: 640.98px) {
    .top-row[b-to060fh98x] {
        justify-content: space-between;
    }

    .top-row[b-to060fh98x]  a, .top-row[b-to060fh98x]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-to060fh98x] {
        flex-direction: row;
    }

    .sidebar[b-to060fh98x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-to060fh98x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-to060fh98x]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-to060fh98x], article[b-to060fh98x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-to060fh98x] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-to060fh98x] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bqjrwz5x0z] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 249, 238, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.09);
}

.navbar-toggler:checked[b-bqjrwz5x0z] {
    background-color: rgba(255, 255, 255, 0.25);
}

.top-row[b-bqjrwz5x0z] {
    min-height: 3.5rem;
    background:
        radial-gradient(220px 120px at 30% 10%, rgba(216, 177, 90, 0.18), transparent 70%),
        linear-gradient(180deg, rgba(58, 43, 31, 0.22) 0%, rgba(0, 0, 0, 0.18) 100%);
    border-bottom: 1px solid rgba(255, 249, 238, 0.12);
}

.navbar-brand[b-bqjrwz5x0z] {
    font-size: 1.05rem;
    color: var(--mc-nav-text);
    letter-spacing: 0.2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    padding: 0.35rem 0;
}

.navbar-brand:hover[b-bqjrwz5x0z] {
    color: #fff;
}

.nav-logo[b-bqjrwz5x0z] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid rgba(255, 249, 238, 0.22);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

.nav-brand-text[b-bqjrwz5x0z] {
    font-family: "Borel", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.1;
}

/* Bootstrap Icons */
.bi[b-bqjrwz5x0z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    width: 1.75rem;
    margin-right: 0.6rem;
}

.nav-item[b-bqjrwz5x0z] {
    font-size: 0.95rem;
    padding-bottom: 0.4rem;
}

    .nav-item:first-of-type[b-bqjrwz5x0z] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bqjrwz5x0z] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bqjrwz5x0z]  .nav-link {
        color: var(--mc-nav-text);
        background: none;
        border: none;
        border-radius: 10px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        transition: background-color 120ms ease, color 120ms ease;
    }

.nav-item[b-bqjrwz5x0z]  a.active {
    background-color: rgba(255, 249, 238, 0.12);
    color: #fff;
    box-shadow: inset 3px 0 0 0 var(--mc-accent);
}

.nav-item[b-bqjrwz5x0z]  .nav-link:hover {
    background-color: rgba(255, 249, 238, 0.08);
    color: #fff;
}

/* Special highlight for primary action */
.nav-item[b-bqjrwz5x0z]  .highlight-nav {
    background-color: rgba(217, 150, 74, 0.18);
    font-weight: 650;
    box-shadow: inset 3px 0 0 0 var(--mc-primary);
}

.nav-item[b-bqjrwz5x0z]  .highlight-nav:hover {
    background-color: rgba(217, 150, 74, 0.26);
}

/* Desktop-only flicker for the Light Candle icon */
@keyframes nav-flame-flicker-b-bqjrwz5x0z {
    0% {
        transform: translateY(0) scale(1);
        filter: drop-shadow(0 0 0 rgba(216, 160, 70, 0));
        opacity: 0.95;
    }

    35% {
        transform: translateY(-1px) scale(1.06);
        filter: drop-shadow(0 0 8px rgba(216, 160, 70, 0.45));
        opacity: 1;
    }

    60% {
        transform: translateY(0) scale(0.98);
        filter: drop-shadow(0 0 10px rgba(216, 160, 70, 0.35));
        opacity: 0.9;
    }

    100% {
        transform: translateY(0) scale(1);
        filter: drop-shadow(0 0 0 rgba(216, 160, 70, 0));
        opacity: 0.95;
    }
}

@media (min-width: 641px) {
    .nav-item[b-bqjrwz5x0z]  .nav-link .nav-flicker {
        animation: nav-flame-flicker-b-bqjrwz5x0z 1.6s ease-in-out infinite;
        transform-origin: 50% 85%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-flicker[b-bqjrwz5x0z] {
        animation: none !important;
    }
}

.nav-scrollable[b-bqjrwz5x0z] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-bqjrwz5x0z] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bqjrwz5x0z] {
        display: none;
    }

    .nav-scrollable[b-bqjrwz5x0z] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-u6ttdtg1px],
.components-reconnect-repeated-attempt-visible[b-u6ttdtg1px],
.components-reconnect-failed-visible[b-u6ttdtg1px],
.components-pause-visible[b-u6ttdtg1px],
.components-resume-failed-visible[b-u6ttdtg1px],
.components-rejoining-animation[b-u6ttdtg1px] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-u6ttdtg1px],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-u6ttdtg1px],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-u6ttdtg1px],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-u6ttdtg1px],
#components-reconnect-modal.components-reconnect-retrying[b-u6ttdtg1px],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-u6ttdtg1px],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-u6ttdtg1px],
#components-reconnect-modal.components-reconnect-failed[b-u6ttdtg1px],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-u6ttdtg1px] {
    display: block;
}


#components-reconnect-modal[b-u6ttdtg1px] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-u6ttdtg1px 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-u6ttdtg1px 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-u6ttdtg1px 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-u6ttdtg1px]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-u6ttdtg1px 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-u6ttdtg1px {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-u6ttdtg1px {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-u6ttdtg1px {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-u6ttdtg1px] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-u6ttdtg1px] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-u6ttdtg1px] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-u6ttdtg1px] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-u6ttdtg1px] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-u6ttdtg1px] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-u6ttdtg1px] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-u6ttdtg1px 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-u6ttdtg1px] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-u6ttdtg1px {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home[b-uizacvxmjw] {
    min-height: calc(100vh - 3.5rem);
}

.home-footer[b-uizacvxmjw] {
    margin-top: 3rem;
    padding: 1.5rem 1rem;
    border-top: 1px solid rgba(58, 43, 31, 0.12);
}

.home-hero[b-uizacvxmjw] {
    background:
        radial-gradient(900px 420px at 12% 18%, rgba(216, 177, 90, 0.18), transparent 62%),
        radial-gradient(900px 380px at 88% 10%, rgba(201, 130, 42, 0.14), transparent 58%),
        radial-gradient(1200px 520px at 50% 0%, rgba(58, 43, 31, 0.25), transparent 65%),
        linear-gradient(180deg, rgba(58, 43, 31, 0.18) 0%, rgba(251, 244, 230, 0.55) 100%);
}

.home-hero-card[b-uizacvxmjw] {
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 249, 238, 0.88), rgba(255, 249, 238, 0.70));
    border: 1px solid rgba(58, 43, 31, 0.12);
    box-shadow: 0 18px 50px rgba(58, 43, 31, 0.16);
}

.home-title[b-uizacvxmjw] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}

.home-hebrew[b-uizacvxmjw] {
    font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.3px;
    color: color-mix(in srgb, var(--mc-muted) 75%, transparent);
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: rgba(201, 130, 42, 0.10);
    border: 1px solid rgba(58, 43, 31, 0.08);
    white-space: nowrap;
}

.home-subtitle[b-uizacvxmjw] {
    color: var(--mc-muted);
}

.home-lead[b-uizacvxmjw] {
    max-width: 60ch;
}

.home-note[b-uizacvxmjw] {
    color: color-mix(in srgb, var(--mc-muted) 85%, transparent);
}

.home-hero-visual[b-uizacvxmjw] {
    display: flex;
    justify-content: center;
}

.home-candle-preview[b-uizacvxmjw] {
    width: fit-content;
    padding: 1.25rem 1.25rem 0.5rem 1.25rem;
    border-radius: 16px;
    background: radial-gradient(180px 120px at 50% 0%, rgba(216, 177, 90, 0.28), transparent 70%),
        linear-gradient(180deg, rgba(58, 43, 31, 0.10), rgba(58, 43, 31, 0.04));
    border: 1px solid rgba(58, 43, 31, 0.12);
}

.home-feature[b-uizacvxmjw] {
    border-radius: 16px;
    border: 1px solid rgba(58, 43, 31, 0.10);
}

.home-feature-icon[b-uizacvxmjw] {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(201, 130, 42, 0.12);
    color: var(--mc-primary);
    font-size: 1.6rem;
}

.home-about[b-uizacvxmjw] {
    border-radius: 16px;
    border: 1px solid rgba(58, 43, 31, 0.10);
    background: linear-gradient(180deg, rgba(255, 249, 238, 0.86), rgba(251, 244, 230, 0.66));
}

@media (max-width: 640.98px) {
    .home-title[b-uizacvxmjw] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }
}

/* Dark mode tuning for the hero backgrounds */
body.rz-dark-mode .home-hero[b-uizacvxmjw] {
    background:
        radial-gradient(900px 380px at 20% 15%, rgba(216, 177, 90, 0.12), transparent 62%),
        radial-gradient(800px 340px at 85% 12%, rgba(216, 160, 70, 0.10), transparent 58%),
        radial-gradient(1200px 520px at 50% 0%, rgba(0, 0, 0, 0.45), transparent 60%),
        linear-gradient(180deg, rgba(28, 20, 16, 0.94) 0%, rgba(20, 15, 11, 0.92) 100%);
}

body.rz-dark-mode .home-hero-card[b-uizacvxmjw] {
    background: linear-gradient(180deg, rgba(28, 20, 16, 0.92), rgba(28, 20, 16, 0.78));
    border: 1px solid rgba(244, 233, 218, 0.10);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

body.rz-dark-mode .home-subtitle[b-uizacvxmjw] {
    color: var(--mc-muted);
}

body.rz-dark-mode .home-hebrew[b-uizacvxmjw] {
    color: color-mix(in srgb, var(--mc-muted) 92%, transparent);
    background: rgba(216, 160, 70, 0.10);
    border-color: rgba(244, 233, 218, 0.10);
}

body.rz-dark-mode .home-candle-preview[b-uizacvxmjw],
body.rz-dark-mode .home-feature[b-uizacvxmjw],
body.rz-dark-mode .home-about[b-uizacvxmjw] {
    border-color: rgba(244, 233, 218, 0.10);
}

body.rz-dark-mode .home-footer[b-uizacvxmjw] {
    border-top: 1px solid rgba(244, 233, 218, 0.10);
}
/* /Components/Pages/ViewCandle.razor.rz.scp.css */
/* ============================================ */
/* View Candle Page - Dark Memorial Theme      */
/* ============================================ */

.view-candle-page[b-6pqzhrgctb] {
    min-height: calc(100vh - 3.5rem);
    background: linear-gradient(180deg, #0a0a0f 0%, #1a1a2e 50%, #0f0f1a 100%);
    padding: 2rem 0;
}

.view-candle-hero[b-6pqzhrgctb] {
    border-radius: 18px;
    background: rgba(20, 20, 30, 0.6);
    border: 1px solid rgba(200, 180, 120, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.view-candle-header[b-6pqzhrgctb] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.view-candle-hebrew[b-6pqzhrgctb] {
    font-family: Arial, 'Segoe UI', Tahoma, 'Noto Sans Hebrew', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    color: #d4af37;
    padding: 0.5rem 1.5rem;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

/* ============================================ */
/* Large Candle Display with Illuminated Base  */
/* ============================================ */

.candle-display-shelf[b-6pqzhrgctb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 2rem 0;
}

.candle-display-container[b-6pqzhrgctb] {
    padding: 3rem 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.candle-large[b-6pqzhrgctb] {
    position: relative;
    width: 120px;
    height: 240px;
    background: linear-gradient(to bottom, 
        #ffffff 0%, 
        #fff8e7 20%,
        #f0e68c 50%, 
        #daa520 80%,
        #b8860b 100%);
    border-radius: 16px 16px 0 0;
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.4),
        inset -4px 0 8px rgba(0, 0, 0, 0.1),
        inset 4px 0 8px rgba(255, 255, 255, 0.1);
}

.candle-large[b-6pqzhrgctb]::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: #8b4513;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.candle-large[b-6pqzhrgctb]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23654321"><polygon points="50,15 20,65 80,65"/><polygon points="50,85 80,35 20,35"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.25;
    z-index: 1;
}

/* Large Flame Animations */
.flame-large[b-6pqzhrgctb] {
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 160px;
    background: radial-gradient(ellipse at center, 
        #fffacd 0%, 
        #ffd700 20%, 
        #ff8c00 60%, 
        #ff6347 90%, 
        transparent 100%);
    border-radius: 50% 50% 50% 50% / 70% 70% 30% 30%;
    filter: blur(6px);
    z-index: 2;
}

.flame-large.flame-1[b-6pqzhrgctb] {
    animation: flicker1 2s infinite ease-in-out;
}

.flame-large.flame-2[b-6pqzhrgctb] {
    animation: sway2 3s infinite ease-in-out;
}

.flame-large.flame-3[b-6pqzhrgctb] {
    animation: intense3 1.5s infinite ease-in-out;
}

.flame-large.flame-4[b-6pqzhrgctb] {
    animation: tall4 2.5s infinite ease-in-out;
}

.flame-large.flame-5[b-6pqzhrgctb] {
    animation: glow5 3.5s infinite ease-in-out;
}

.flame-large[b-6pqzhrgctb]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, transparent 70%);
    border-radius: 50%;
    animation: innerGlow 2s infinite ease-in-out;
}

/* Illuminated Base/Shelf Effect */
.illuminated-base[b-6pqzhrgctb] {
    width: 280px;
    height: 24px;
    background: linear-gradient(to bottom,
        rgba(212, 175, 55, 0.4) 0%,
        rgba(212, 175, 55, 0.2) 50%,
        rgba(212, 175, 55, 0.05) 100%);
    border-radius: 12px 12px 0 0;
    position: relative;
    box-shadow: 
        0 4px 20px rgba(212, 175, 55, 0.3),
        0 8px 40px rgba(212, 175, 55, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-bottom: 3px solid rgba(212, 175, 55, 0.5);
    animation: baseGlow-b-6pqzhrgctb 3s infinite ease-in-out;
}

.illuminated-base[b-6pqzhrgctb]::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center,
        rgba(255, 200, 100, 0.3) 0%,
        rgba(255, 200, 100, 0.1) 50%,
        transparent 80%);
    filter: blur(20px);
    z-index: -1;
}

@keyframes baseGlow-b-6pqzhrgctb {
    0%, 100% { 
        box-shadow: 
            0 4px 20px rgba(212, 175, 55, 0.3),
            0 8px 40px rgba(212, 175, 55, 0.2),
            inset 0 2px 4px rgba(255, 255, 255, 0.1);
    }
    50% { 
        box-shadow: 
            0 6px 30px rgba(212, 175, 55, 0.5),
            0 12px 50px rgba(212, 175, 55, 0.3),
            inset 0 2px 4px rgba(255, 255, 255, 0.15);
    }
}

.candle-memorial-name[b-6pqzhrgctb] {
    font-family: 'Borel', cursive;
    color: #f5f5f5;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0;
}

.view-candle-qr[b-6pqzhrgctb] {
    width: 180px;
    height: 180px;
    border-radius: 14px;
    background: #ffffff;
    padding: 0.5rem;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

/* Kaddish Video Container */
.kaddish-video-container[b-6pqzhrgctb] {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.kaddish-video-container iframe[b-6pqzhrgctb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/* Override text colors for dark theme */
.view-candle-page .rz-color-secondary[b-6pqzhrgctb] {
    color: #b8b8c0 !important;
}

.view-candle-page .view-candle-hero .rz-text[b-6pqzhrgctb] {
    color: #e8e8ec;
}
