/* /Components/JokeDisplayComponent.razor.rz.scp.css */
.joke-wrapper[b-8zeutgbo44] {
    margin: 1.5rem 0;
    animation: fadeInCard-b-8zeutgbo44 0.5s ease-out;
}

.JokeCard[b-8zeutgbo44] {
    position: relative;
    background: linear-gradient(180deg, rgba(102, 126, 234, 0.12), rgba(118, 75, 162, 0.08)), #f6f8ff;
    border: 1px solid rgba(102, 126, 234, 0.15);
    box-shadow: var(--shadow-md);
    color: var(--text-primary-light);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.JokeCard:hover[b-8zeutgbo44] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

body[data-bs-theme='dark'] .JokeCard[b-8zeutgbo44],
.theme-dark .JokeCard[b-8zeutgbo44] {
    background: linear-gradient(180deg, rgba(118, 75, 162, 0.2), rgba(12, 21, 48, 0.85)), var(--card-bg-dark);
    border: 1px solid rgba(203, 213, 255, 0.18);
    color: var(--text-primary-dark);
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.5);
}

.JokeCategory[b-8zeutgbo44] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.9rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.4px;
    background: linear-gradient(135deg, var(--primary-gradient-start), var(--primary-gradient-end));
    color: white;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.JokeText[b-8zeutgbo44] {
    color: inherit;
}

body[data-bs-theme='dark'] .JokeText[b-8zeutgbo44],
.theme-dark .JokeText[b-8zeutgbo44] {
    color: var(--text-primary-dark);
}

@keyframes fadeInCard-b-8zeutgbo44 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.joke-attribution[b-8zeutgbo44] {
    font-style: italic;
    color: #718096;
    margin-top: 1rem;
    font-size: 0.9rem;
}

body[data-bs-theme='dark'] .joke-attribution[b-8zeutgbo44],
.theme-dark .joke-attribution[b-8zeutgbo44] {
    color: #a0aec0;
}

/* Positioned within .JokeCard which already has position: relative */
.joke-edit-link[b-8zeutgbo44] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    background: rgba(102, 126, 234, 0.12);
    color: var(--primary-gradient-start, #667eea);
    text-decoration: none;
    opacity: 0.65;
    transition: opacity 0.2s ease, background 0.2s ease;
    border: 1px solid rgba(102, 126, 234, 0.25);
    line-height: 1.4;
    z-index: 1;
}

.joke-edit-link:hover[b-8zeutgbo44] {
    opacity: 1;
    background: rgba(102, 126, 234, 0.22);
    color: var(--primary-gradient-start, #667eea);
    text-decoration: none;
}

body[data-bs-theme='dark'] .joke-edit-link[b-8zeutgbo44],
.theme-dark .joke-edit-link[b-8zeutgbo44] {
    background: rgba(118, 75, 162, 0.18);
    color: var(--primary-gradient-end, #a78bfa);
    border-color: rgba(167, 139, 250, 0.3);
}

body[data-bs-theme='dark'] .joke-edit-link:hover[b-8zeutgbo44],
.theme-dark .joke-edit-link:hover[b-8zeutgbo44] {
    background: rgba(118, 75, 162, 0.3);
    color: var(--primary-gradient-end, #a78bfa);
}
/* /Pages/About.razor.rz.scp.css */
.about-container[b-dbtm6adj3z] {
    padding: 3rem 2rem;
    max-width: 900px;
    margin: 0 auto;
    animation: fadeInScale-b-dbtm6adj3z 0.6s ease-out;
}

@keyframes fadeInScale-b-dbtm6adj3z {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.about-card[b-dbtm6adj3z] {
    background: white;
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    text-align: center;
    border: 1px solid rgba(102, 126, 234, 0.1);
}

body[data-bs-theme='dark'] .about-card[b-dbtm6adj3z],
.theme-dark .about-card[b-dbtm6adj3z] {
    background: #16213e;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-title[b-dbtm6adj3z] {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.about-subtitle[b-dbtm6adj3z] {
    font-size: 1.5rem;
    color: #667eea;
    margin: 1rem 0;
}

body[data-bs-theme='dark'] .about-subtitle[b-dbtm6adj3z],
.theme-dark .about-subtitle[b-dbtm6adj3z] {
    color: #8b9eff;
}
/* /Pages/Export.razor.rz.scp.css */
/* Export Page Styles */

.card[b-33l5csapyd] {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-body[b-33l5csapyd] {
    padding: 2rem;
}

.btn-primary[b-33l5csapyd] {
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
}

.btn-primary i[b-33l5csapyd] {
    margin-right: 0.5rem;
}
/* /Pages/Index.razor.rz.scp.css */
.page-container[b-o5g1bqnhvj] {
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    animation: fadeInUp-b-o5g1bqnhvj 0.6s ease-out;
    color: var(--text-primary-light);
}

body[data-bs-theme='dark'] .page-container[b-o5g1bqnhvj],
.theme-dark .page-container[b-o5g1bqnhvj] {
    color: var(--text-primary-dark);
}

.page-container p[b-o5g1bqnhvj] {
    color: inherit;
}

.image-message[b-o5g1bqnhvj] {
    font-size: 1.2em;
    font-style: italic;
    color: var(--text-secondary-light);
}

body[data-bs-theme='dark'] .image-message[b-o5g1bqnhvj],
.theme-dark .image-message[b-o5g1bqnhvj] {
    color: var(--text-secondary-dark);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.image-note[b-o5g1bqnhvj] {
    font-size: 0.95em;
    color: var(--text-muted-light);
}

body[data-bs-theme='dark'] .image-note[b-o5g1bqnhvj],
.theme-dark .image-note[b-o5g1bqnhvj] {
    color: var(--text-muted-dark);
}

@keyframes fadeInUp-b-o5g1bqnhvj {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.joke-container[b-o5g1bqnhvj] {
    animation: slideIn-b-o5g1bqnhvj 0.5s ease-out;
}

@keyframes slideIn-b-o5g1bqnhvj {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.button-group[b-o5g1bqnhvj] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.joke-image-section[b-o5g1bqnhvj] {
    margin-top: 2rem;
    text-align: left;
}

.joke-image[b-o5g1bqnhvj] {
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
}

.joke-image:hover[b-o5g1bqnhvj] {
    transform: scale(1.05);
}

.history-section[b-o5g1bqnhvj] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid rgba(102, 126, 234, 0.1);
}

.history-toggle[b-o5g1bqnhvj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: rgba(102, 126, 234, 0.05);
    border-radius: 12px;
    transition: background 0.3s ease;
}

.history-toggle:hover[b-o5g1bqnhvj] {
    background: rgba(102, 126, 234, 0.1);
}
/* /Pages/JokeEditor.razor.rz.scp.css */
.edit-form[b-c3d5yt9m4a] {
    max-width: 800px;
    margin: 0 auto;
}

.categories-list[b-c3d5yt9m4a] {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid var(--bs-border-color);
    border-radius: 4px;
    padding: 10px;
}

.button-group[b-c3d5yt9m4a] {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.joke-text[b-c3d5yt9m4a] {
    max-width: 400px;
    word-wrap: break-word;
}

.filter-section[b-c3d5yt9m4a] {
    background-color: var(--bs-light);
    padding: 15px;
    border-radius: 8px;
}

.table-responsive[b-c3d5yt9m4a] {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .joke-text[b-c3d5yt9m4a] {
        max-width: 200px;
    }
}

.wizard-steps[b-c3d5yt9m4a] {
    margin-bottom: 1.5rem;
}

.wizard-step-content[b-c3d5yt9m4a] {
    min-height: 200px;
}

.joke-preview-card[b-c3d5yt9m4a] {
    background-color: var(--bs-light);
    border-radius: var(--border-radius);
    padding: 1rem;
    margin-bottom: 1rem;
}

.joke-image-preview[b-c3d5yt9m4a] {
    max-width: 400px;
    max-height: 400px;
    border-radius: 8px;
    cursor: pointer;
}

.category-chips[b-c3d5yt9m4a] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 4px 0;
}

/* /Pages/Search.razor.rz.scp.css */
.search-container[b-j01nkb2rlf] {
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    animation: fadeIn-b-j01nkb2rlf 0.6s ease-out;
    color: var(--text-primary-light);
}

body[data-bs-theme='dark'] .search-container[b-j01nkb2rlf],
.theme-dark .search-container[b-j01nkb2rlf] {
    color: var(--text-primary-dark);
}

@keyframes fadeIn-b-j01nkb2rlf {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.search-form[b-j01nkb2rlf] {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    margin: 2rem 0;
    border: 1px solid rgba(102, 126, 234, 0.1);
    color: inherit;
}

body[data-bs-theme='dark'] .search-form[b-j01nkb2rlf],
.theme-dark .search-form[b-j01nkb2rlf] {
    background: var(--card-bg-dark);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.search-form .mud-input-root[b-j01nkb2rlf],
.search-form .mud-select[b-j01nkb2rlf],
.search-form .mud-select .mud-input[b-j01nkb2rlf],
.search-form .mud-input[b-j01nkb2rlf],
.search-form .mud-input-control[b-j01nkb2rlf] {
    color: inherit;
}

.search-form .mud-input-label[b-j01nkb2rlf],
.search-form .mud-input-input[b-j01nkb2rlf],
.search-form .mud-select .mud-input-input[b-j01nkb2rlf],
.search-form .mud-select .mud-input-adornment[b-j01nkb2rlf],
.search-form .mud-select .mud-input[b-j01nkb2rlf] { 
    color: inherit;
}

.search-form .mud-input-input[b-j01nkb2rlf]::placeholder {
    color: var(--text-muted-light);
}

body[data-bs-theme='dark'] .search-form .mud-input-input[b-j01nkb2rlf]::placeholder,
.theme-dark .search-form .mud-input-input[b-j01nkb2rlf]::placeholder {
    color: var(--text-muted-dark);
}

.search-input[b-j01nkb2rlf] {
    border-radius: 12px;
    border: 2px solid rgba(102, 126, 234, 0.2);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.search-input:focus[b-j01nkb2rlf] {
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.search-results[b-j01nkb2rlf] {
    margin-top: 2rem;
}

.results-list[b-j01nkb2rlf] {
    display: grid;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
}

.joke-numbered-item[b-j01nkb2rlf] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.joke-seq-number[b-j01nkb2rlf] {
    flex-shrink: 0;
    min-width: 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-gradient-start, #667eea);
    padding-top: 1.5rem;
    text-align: right;
    opacity: 0.75;
}

body[data-bs-theme='dark'] .joke-seq-number[b-j01nkb2rlf],
.theme-dark .joke-seq-number[b-j01nkb2rlf] {
    color: var(--primary-gradient-end, #764ba2);
}

.joke-item-content[b-j01nkb2rlf] {
    flex: 1;
    min-width: 0;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-hk243utcrh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hk243utcrh] {
    flex: 1;
}

.sidebar[b-hk243utcrh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hk243utcrh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hk243utcrh]  a, .top-row .btn-link[b-hk243utcrh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-hk243utcrh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.theme-switcher .dropdown-toggle[b-hk243utcrh] {
    border: none;
    background: transparent;
    color: var(--bs-body-color, #212529);
    font-size: 1.25rem;
    padding: 0.25rem 0.5rem;
}

.theme-switcher .dropdown-menu[b-hk243utcrh] {
    min-width: 10rem;
    background-color: var(--bs-dropdown-bg, #fff);
    color: #212529;
    border: 1px solid var(--bs-border-color, #dee2e6);
}

.theme-switcher .dropdown-item[b-hk243utcrh] {
    color: #212529 !important;
    background-color: transparent;
}

.theme-switcher .dropdown-item:hover[b-hk243utcrh],
.theme-switcher .dropdown-item:focus[b-hk243utcrh] {
    color: #0d6efd !important;
    background-color: #f8f9fa !important;
}

.theme-switcher .dropdown-item i[b-hk243utcrh] {
    width: 1.5rem;
    text-align: center;
}

.theme-switcher[b-hk243utcrh] {
    margin-right: 0.5rem;
}

body[data-bs-theme='dark'] .theme-switcher .dropdown-menu[b-hk243utcrh],
.theme-dark .theme-switcher .dropdown-menu[b-hk243utcrh] {
    background-color: #212529;
    color: #f8f9fa;
}

body[data-bs-theme='dark'] .theme-switcher .dropdown-item[b-hk243utcrh],
.theme-dark .theme-switcher .dropdown-item[b-hk243utcrh] {
    color: #f8f9fa !important;
}

body[data-bs-theme='dark'] .theme-switcher .dropdown-item:hover[b-hk243utcrh],
body[data-bs-theme='dark'] .theme-switcher .dropdown-item:focus[b-hk243utcrh],
.theme-dark .theme-switcher .dropdown-item:hover[b-hk243utcrh],
.theme-dark .theme-switcher .dropdown-item:focus[b-hk243utcrh] {
    color: #0d6efd !important;
    background-color: #343a40 !important;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hk243utcrh] {
        display: none;
    }

    .top-row.auth[b-hk243utcrh] {
        justify-content: space-between;
    }

    .top-row a[b-hk243utcrh], .top-row .btn-link[b-hk243utcrh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hk243utcrh] {
        flex-direction: row;
    }

    .sidebar[b-hk243utcrh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hk243utcrh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-hk243utcrh], article[b-hk243utcrh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.build-info[b-hk243utcrh] {
    text-align: right;
    font-size: 0.75rem;
    line-height: 1.2;
    margin-left: 20px;
}

.build-number[b-hk243utcrh] {
    color: #f8f9fa;
    font-weight: 300;
    cursor: default;
}

body[data-bs-theme='dark'] .build-number[b-hk243utcrh],
.theme-dark .build-number[b-hk243utcrh] {
    color: #252a2f;
}

.build-date[b-hk243utcrh] {
    color: #6c757d;
    font-weight: 300;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-js1292lpqw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-js1292lpqw] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-js1292lpqw] {
    font-size: 1.1rem;
}

.oi[b-js1292lpqw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
.nav-item-text[b-js1292lpqw] {
    color: white !important;
    text-decoration: none;
}

.nav-item[b-js1292lpqw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    color: white;
}

    .nav-item:first-of-type[b-js1292lpqw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-js1292lpqw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-js1292lpqw]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-js1292lpqw]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-js1292lpqw]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-js1292lpqw] {
        display: none;
    }

    .collapse[b-js1292lpqw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-js1292lpqw] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/NinetiesThemeConstructionBanner.razor.rz.scp.css */
/* NinetiesThemeConstructionBanner.razor.css: Scoped styles for 90s construction banner */

/* Under Construction Banner */
.under-construction-banner[b-whks5umeqz] {
    width: 100%;
    background: #000000;
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

.banner-content[b-whks5umeqz] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: #ffff00;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-image: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 6px,
        #ffff00 6px,
        #ffff00 12px
    ) 8;
}

.construction-icon[b-whks5umeqz] {
    height: 32px;
    width: auto;
    margin: 0 12px;
    image-rendering: pixelated;
}

.under-construction-banner h2[b-whks5umeqz] {
    color: #000000;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: none;
    margin: 0;
    padding: 0 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.flame-bar[b-whks5umeqz] {
    width: 100%;
    height: 35px;
    background: url('/flames.gif') repeat-x center;
    image-rendering: pixelated;
}

.bottom-flame-bar[b-whks5umeqz] {
    width: 100%;
    height: 8px;
    background: linear-gradient(to top, #ff0000, #ff7f00, #ffff00);
    background-size: 200% 100%;
    animation: flame-scroll-b-whks5umeqz 2s linear infinite;
}

@keyframes flame-scroll-b-whks5umeqz {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}
/* /Shared/NinetiesThemeDecorations.razor.rz.scp.css */
/* NinetiesThemeDecorations.razor.css: Scoped styles for 90s themed decorations */

/* Hit Counter */
.hit-counter[b-s49yc3zxao] {
    background: #000000;
    color: #00ff00;
    font-family: 'Courier New', monospace !important;
    padding: 10px 20px;
    border: 3px ridge #00ff00;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0 0 10px #00ff00;
    animation: counter-glow-b-s49yc3zxao 1s ease-in-out infinite;
}

.hit-counter span[b-s49yc3zxao] {
    color: #ffff00 !important;
    text-shadow: 2px 2px #808080, -1px -1px #808080 !important;
}

@keyframes counter-glow-b-s49yc3zxao {
    0%, 100% { box-shadow: 0 0 10px #00ff00; }
    50% { box-shadow: 0 0 20px #00ff00, 0 0 30px #00ff00; }
}

/* Spinning Logo */
.spinning-logo[b-s49yc3zxao] {
    animation: spin-logo-b-s49yc3zxao 3s linear infinite;
    display: inline-block;
}

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

/* 90's style marquee text */
.marquee-text[b-s49yc3zxao] {
    color: #ff00ff;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 2px 2px #00ffff;
    animation: blink-b-s49yc3zxao 1s linear infinite;
}

@keyframes blink-b-s49yc3zxao {
    0%, 49% { opacity: 1; }
    50%, 99% { opacity: 0.3; }
}

/* Nineties Banner */
.nineties-banner[b-s49yc3zxao] {
    background: linear-gradient(90deg, #ff0000, #ffff00, #ff0000);
    background-size: 200% 100%;
    animation: banner-slide-b-s49yc3zxao 2s linear infinite;
    padding: 20px;
    text-align: center;
    border: 5px solid #000000;
    margin-bottom: 20px;
}

@keyframes banner-slide-b-s49yc3zxao {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.nineties-banner h1[b-s49yc3zxao] {
    color: #000000 !important;
    text-shadow: 3px 3px #ffff00, 6px 6px #ff0000;
    font-size: 3rem;
    font-weight: bold;
    animation: blink-fast-b-s49yc3zxao 0.5s linear infinite;
    margin: 0;
}

@keyframes blink-fast-b-s49yc3zxao {
    0%, 49% { opacity: 1; }
    50%, 99% { opacity: 0; }
}

/* Nineties Flames */
.nineties-flames[b-s49yc3zxao] {
    width: 100%;
    height: 50px;
    background: url('/imgs/flames.gif') repeat-x center;
    image-rendering: pixelated;
    animation: flame-flicker-b-s49yc3zxao 0.3s ease-in-out infinite;
    border-bottom: 3px solid #000000;
}

@keyframes flame-flicker-b-s49yc3zxao {
    0%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(1.2); }
}
