/* /Components/Deck/FloatingBuyButtons.razor.rz.scp.css */
/* =============================================================================
   FLOATING BUY BUTTONS - Scattered in dedicated right column
   3 buttons floating around in their container with card art backgrounds
   ============================================================================= */

.floating-buttons-area[b-uw1xxas4h8] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Scatter zone - buttons positioned in disarray */
.buttons-scatter-zone[b-uw1xxas4h8] {
    position: relative;
    width: 280px;
    height: 160px;
}

/* Base floating button styles */
.floating-btn[b-uw1xxas4h8] {
    position: absolute;
    min-width: 210px;
    height: 42px;
    padding: 0;
    background: rgba(20, 24, 31, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* Card art background - faded and cool */
.btn-art-bg[b-uw1xxas4h8] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.25;
    filter: saturate(0.8) contrast(1.1);
    transition: opacity 0.4s ease, filter 0.4s ease;
}

/* Hover - reveal art more */
.floating-btn:hover .btn-art-bg[b-uw1xxas4h8] {
    opacity: 0.4;
    filter: saturate(1.2) contrast(1.15);
}

/* Button content overlay */
.btn-content[b-uw1xxas4h8] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 16px;
    white-space: nowrap;
}

/* Scattered positions - disarray pattern with slow animations */
.btn-scatter-1[b-uw1xxas4h8] {
    top: 5px;
    left: 15px;
    animation: float-scatter-1-b-uw1xxas4h8 20s ease-in-out infinite;
}

.btn-scatter-2[b-uw1xxas4h8] {
    top: 58px;
    right: 10px;
    animation: float-scatter-2-b-uw1xxas4h8 24s ease-in-out infinite;
}

.btn-scatter-3[b-uw1xxas4h8] {
    bottom: 5px;
    left: 35px;
    animation: float-scatter-3-b-uw1xxas4h8 18s ease-in-out infinite;
}

/* Hover - expand effect */
.floating-btn:hover[b-uw1xxas4h8] {
    z-index: 20;
    transform: scale(1.08) translateY(-4px);
    box-shadow: 
        0 12px 35px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Button text styling */
.btn-label[b-uw1xxas4h8] {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.btn-separator[b-uw1xxas4h8] {
    font-size: 12px;
    opacity: 0.4;
}

.btn-vendor[b-uw1xxas4h8] {
    font-size: 10px;
    font-weight: 500;
    opacity: 0.7;
}

.btn-price[b-uw1xxas4h8] {
    font-size: 13px;
    font-weight: 700;
    margin-left: 4px;
}

/* Buy MTGO - Blue theme with magic glow */
.floating-btn.buy-mtgo[b-uw1xxas4h8] {
    border-color: rgba(59, 130, 246, 0.4);
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.7), rgba(20, 24, 31, 0.9));
}

.floating-btn.buy-mtgo .btn-label[b-uw1xxas4h8],
.floating-btn.buy-mtgo .btn-vendor[b-uw1xxas4h8],
.floating-btn.buy-mtgo .btn-separator[b-uw1xxas4h8] {
    color: #93C5FD;
}

.floating-btn.buy-mtgo .btn-price[b-uw1xxas4h8] {
    color: #60A5FA;
    text-shadow: 0 0 12px rgba(96, 165, 250, 0.5);
}

.floating-btn.buy-mtgo:hover[b-uw1xxas4h8] {
    border-color: rgba(59, 130, 246, 0.7);
    box-shadow: 
        0 12px 35px rgba(59, 130, 246, 0.3),
        0 0 30px rgba(59, 130, 246, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Rent MTGO - Purple theme with magic glow */
.floating-btn.rent-mtgo[b-uw1xxas4h8] {
    border-color: rgba(139, 92, 246, 0.4);
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.7), rgba(20, 24, 31, 0.9));
}

.floating-btn.rent-mtgo .btn-label[b-uw1xxas4h8],
.floating-btn.rent-mtgo .btn-vendor[b-uw1xxas4h8],
.floating-btn.rent-mtgo .btn-separator[b-uw1xxas4h8] {
    color: #C4B5FD;
}

.floating-btn.rent-mtgo .btn-price[b-uw1xxas4h8] {
    color: #A78BFA;
    text-shadow: 0 0 12px rgba(167, 139, 250, 0.5);
}

.floating-btn.rent-mtgo:hover[b-uw1xxas4h8] {
    border-color: rgba(139, 92, 246, 0.7);
    box-shadow: 
        0 12px 35px rgba(139, 92, 246, 0.3),
        0 0 30px rgba(139, 92, 246, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Buy Paper - Orange/Gold theme with magic glow */
.floating-btn.buy-paper[b-uw1xxas4h8] {
    border-color: rgba(249, 115, 22, 0.4);
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.7), rgba(20, 24, 31, 0.9));
}

.floating-btn.buy-paper .btn-label[b-uw1xxas4h8],
.floating-btn.buy-paper .btn-vendor[b-uw1xxas4h8],
.floating-btn.buy-paper .btn-separator[b-uw1xxas4h8] {
    color: #FDBA74;
}

.floating-btn.buy-paper .btn-price[b-uw1xxas4h8] {
    color: #FB923C;
    text-shadow: 0 0 12px rgba(251, 146, 60, 0.5);
}

.floating-btn.buy-paper:hover[b-uw1xxas4h8] {
    border-color: rgba(249, 115, 22, 0.7);
    box-shadow: 
        0 12px 35px rgba(249, 115, 22, 0.3),
        0 0 25px rgba(249, 115, 22, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Keyframe animations for scattered floating - defined here for component isolation */
@keyframes float-scatter-1-b-uw1xxas4h8 {
    0%, 100% {
        transform: translate(0, 0) rotate(-1deg);
    }
    25% {
        transform: translate(8px, -6px) rotate(0deg);
    }
    50% {
        transform: translate(12px, -2px) rotate(-2deg);
    }
    75% {
        transform: translate(4px, -8px) rotate(-0.5deg);
    }
}

@keyframes float-scatter-2-b-uw1xxas4h8 {
    0%, 100% {
        transform: translate(0, 0) rotate(1deg);
    }
    33% {
        transform: translate(-6px, -8px) rotate(2deg);
    }
    66% {
        transform: translate(-10px, -4px) rotate(0.5deg);
    }
}

@keyframes float-scatter-3-b-uw1xxas4h8 {
    0%, 100% {
        transform: translate(0, 0) rotate(-0.5deg);
    }
    20% {
        transform: translate(6px, -4px) rotate(0deg);
    }
    40% {
        transform: translate(10px, -8px) rotate(-1deg);
    }
    60% {
        transform: translate(4px, -10px) rotate(-1.5deg);
    }
    80% {
        transform: translate(-2px, -5px) rotate(-0.5deg);
    }
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .floating-buttons-area[b-uw1xxas4h8] {
        padding: 0.5rem;
    }
    
    .buttons-scatter-zone[b-uw1xxas4h8] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
        height: auto;
    }
    
    .floating-btn[b-uw1xxas4h8] {
        position: static !important;
        animation: none !important;
        min-width: 260px;
    }
    
    .floating-btn:hover[b-uw1xxas4h8] {
        transform: scale(1.05) !important;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xfm9n6sibu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xfm9n6sibu] {
    flex: 1;
}

.sidebar[b-xfm9n6sibu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xfm9n6sibu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xfm9n6sibu]  a, .top-row[b-xfm9n6sibu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xfm9n6sibu]  a:hover, .top-row[b-xfm9n6sibu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xfm9n6sibu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xfm9n6sibu] {
        justify-content: space-between;
    }

    .top-row[b-xfm9n6sibu]  a, .top-row[b-xfm9n6sibu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xfm9n6sibu] {
        flex-direction: row;
    }

    .sidebar[b-xfm9n6sibu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xfm9n6sibu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xfm9n6sibu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xfm9n6sibu], article[b-xfm9n6sibu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xfm9n6sibu] {
    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-xfm9n6sibu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-znnftsqdsy] {
    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.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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.1);
}

.navbar-toggler:checked[b-znnftsqdsy] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-znnftsqdsy] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-znnftsqdsy] {
    font-size: 1.1rem;
}

.bi[b-znnftsqdsy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-znnftsqdsy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-znnftsqdsy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-znnftsqdsy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-znnftsqdsy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-znnftsqdsy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-znnftsqdsy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-znnftsqdsy]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-znnftsqdsy]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-znnftsqdsy]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-znnftsqdsy] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-znnftsqdsy] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-znnftsqdsy] {
        display: none;
    }

    .nav-scrollable[b-znnftsqdsy] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dozbim1dl3],
.components-reconnect-repeated-attempt-visible[b-dozbim1dl3],
.components-reconnect-failed-visible[b-dozbim1dl3],
.components-pause-visible[b-dozbim1dl3],
.components-resume-failed-visible[b-dozbim1dl3],
.components-rejoining-animation[b-dozbim1dl3] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-dozbim1dl3],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-dozbim1dl3],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-dozbim1dl3],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-dozbim1dl3],
#components-reconnect-modal.components-reconnect-retrying[b-dozbim1dl3],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-dozbim1dl3],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-dozbim1dl3],
#components-reconnect-modal.components-reconnect-failed[b-dozbim1dl3],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-dozbim1dl3] {
    display: block;
}


#components-reconnect-modal[b-dozbim1dl3] {
    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-dozbim1dl3 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-dozbim1dl3 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-dozbim1dl3 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-dozbim1dl3]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-dozbim1dl3 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-dozbim1dl3 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-dozbim1dl3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-dozbim1dl3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-dozbim1dl3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-dozbim1dl3] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-dozbim1dl3] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-dozbim1dl3] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-dozbim1dl3] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-dozbim1dl3] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-dozbim1dl3] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-dozbim1dl3 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-dozbim1dl3] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-dozbim1dl3 {
    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/Shared/MailingListSignup.razor.rz.scp.css */
/* Success Container */
.success-container[b-khk1071tru] {
    animation: container-appear-b-khk1071tru 0.3s ease-out forwards;
}

@keyframes container-appear-b-khk1071tru {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

/* Fire Ring Animations */
.fire-ring[b-khk1071tru] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #f97316;
    border-right-color: #ef4444;
    border-bottom-color: #fbbf24;
    border-left-color: #f97316;
    transform: translate(-50%, -50%) scale(0);
    animation: fire-ring-expand-b-khk1071tru 1s ease-out forwards;
    filter: blur(1px);
    box-shadow: 0 0 20px #f97316, 0 0 40px #ef4444, inset 0 0 20px #fbbf24;
}

.fire-ring-2[b-khk1071tru] {
    animation-delay: 0.15s;
    border-width: 3px;
    opacity: 0.7;
}

.fire-ring-3[b-khk1071tru] {
    animation-delay: 0.3s;
    border-width: 2px;
    opacity: 0.5;
}

@keyframes fire-ring-expand-b-khk1071tru {
    0% {
        transform: translate(-50%, -50%) scale(0) rotate(0deg);
        opacity: 1;
    }
    70% {
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(5) rotate(180deg);
        opacity: 0;
    }
}

/* Particle Explosion */
.particles-container[b-khk1071tru] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    pointer-events: none;
}

.particle[b-khk1071tru] {
    position: absolute;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #fbbf24, #f97316, #ef4444);
    border-radius: 50%;
    box-shadow: 0 0 10px #f97316, 0 0 20px #fbbf24;
}

.fire-p-1[b-khk1071tru] { animation: particle-1-b-khk1071tru 1s ease-out forwards; }
.fire-p-2[b-khk1071tru] { animation: particle-2-b-khk1071tru 1s ease-out 0.05s forwards; }
.fire-p-3[b-khk1071tru] { animation: particle-3-b-khk1071tru 1s ease-out 0.1s forwards; }
.fire-p-4[b-khk1071tru] { animation: particle-4-b-khk1071tru 1s ease-out 0.15s forwards; }
.fire-p-5[b-khk1071tru] { animation: particle-5-b-khk1071tru 1s ease-out 0.2s forwards; }
.fire-p-6[b-khk1071tru] { animation: particle-6-b-khk1071tru 1s ease-out 0.25s forwards; }
.fire-p-7[b-khk1071tru] { animation: particle-7-b-khk1071tru 1s ease-out 0.3s forwards; }
.fire-p-8[b-khk1071tru] { animation: particle-8-b-khk1071tru 1s ease-out 0.35s forwards; }
.fire-p-9[b-khk1071tru] { animation: particle-9-b-khk1071tru 1s ease-out 0.4s forwards; }
.fire-p-10[b-khk1071tru] { animation: particle-10-b-khk1071tru 1s ease-out 0.45s forwards; }
.fire-p-11[b-khk1071tru] { animation: particle-11-b-khk1071tru 1s ease-out 0.5s forwards; }
.fire-p-12[b-khk1071tru] { animation: particle-12-b-khk1071tru 1s ease-out 0.55s forwards; }

@keyframes particle-1-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(100px, 0px) scale(0); opacity:0; } }
@keyframes particle-2-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(87px, 50px) scale(0); opacity:0; } }
@keyframes particle-3-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(50px, 87px) scale(0); opacity:0; } }
@keyframes particle-4-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(0px, 100px) scale(0); opacity:0; } }
@keyframes particle-5-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(-50px, 87px) scale(0); opacity:0; } }
@keyframes particle-6-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(-87px, 50px) scale(0); opacity:0; } }
@keyframes particle-7-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(-100px, 0px) scale(0); opacity:0; } }
@keyframes particle-8-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(-87px, -50px) scale(0); opacity:0; } }
@keyframes particle-9-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(-50px, -87px) scale(0); opacity:0; } }
@keyframes particle-10-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(0px, -100px) scale(0); opacity:0; } }
@keyframes particle-11-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(50px, -87px) scale(0); opacity:0; } }
@keyframes particle-12-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(87px, -50px) scale(0); opacity:0; } }

/* Ember Sparks */
.embers-container[b-khk1071tru] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    pointer-events: none;
}

.ember[b-khk1071tru] {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fbbf24;
    border-radius: 50%;
    box-shadow: 0 0 6px #fbbf24, 0 0 12px #f97316;
}

.fire-e-1[b-khk1071tru] { animation: ember-1-b-khk1071tru 1.5s ease-out forwards; }
.fire-e-2[b-khk1071tru] { animation: ember-2-b-khk1071tru 1.8s ease-out 0.1s forwards; }
.fire-e-3[b-khk1071tru] { animation: ember-3-b-khk1071tru 1.6s ease-out 0.2s forwards; }
.fire-e-4[b-khk1071tru] { animation: ember-4-b-khk1071tru 1.7s ease-out 0.15s forwards; }
.fire-e-5[b-khk1071tru] { animation: ember-5-b-khk1071tru 1.9s ease-out 0.25s forwards; }
.fire-e-6[b-khk1071tru] { animation: ember-6-b-khk1071tru 1.5s ease-out 0.3s forwards; }
.fire-e-7[b-khk1071tru] { animation: ember-7-b-khk1071tru 1.8s ease-out 0.05s forwards; }
.fire-e-8[b-khk1071tru] { animation: ember-8-b-khk1071tru 1.6s ease-out 0.35s forwards; }
.fire-e-9[b-khk1071tru] { animation: ember-9-b-khk1071tru 1.7s ease-out 0.4s forwards; }
.fire-e-10[b-khk1071tru] { animation: ember-10-b-khk1071tru 1.5s ease-out 0.2s forwards; }
.fire-e-11[b-khk1071tru] { animation: ember-11-b-khk1071tru 1.9s ease-out 0.1s forwards; }
.fire-e-12[b-khk1071tru] { animation: ember-12-b-khk1071tru 1.6s ease-out 0.15s forwards; }
.fire-e-13[b-khk1071tru] { animation: ember-13-b-khk1071tru 1.8s ease-out 0.25s forwards; }
.fire-e-14[b-khk1071tru] { animation: ember-14-b-khk1071tru 1.7s ease-out 0.3s forwards; }
.fire-e-15[b-khk1071tru] { animation: ember-15-b-khk1071tru 1.5s ease-out 0.35s forwards; }

@keyframes ember-1-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(-80px, -180px) scale(0); opacity:0; } }
@keyframes ember-2-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(60px, -200px) scale(0); opacity:0; } }
@keyframes ember-3-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(-120px, -160px) scale(0); opacity:0; } }
@keyframes ember-4-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(100px, -190px) scale(0); opacity:0; } }
@keyframes ember-5-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(-40px, -220px) scale(0); opacity:0; } }
@keyframes ember-6-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(140px, -150px) scale(0); opacity:0; } }
@keyframes ember-7-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(-100px, -200px) scale(0); opacity:0; } }
@keyframes ember-8-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(20px, -240px) scale(0); opacity:0; } }
@keyframes ember-9-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(-60px, -170px) scale(0); opacity:0; } }
@keyframes ember-10-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(80px, -210px) scale(0); opacity:0; } }
@keyframes ember-11-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(-140px, -140px) scale(0); opacity:0; } }
@keyframes ember-12-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(50px, -230px) scale(0); opacity:0; } }
@keyframes ember-13-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(-30px, -190px) scale(0); opacity:0; } }
@keyframes ember-14-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(110px, -170px) scale(0); opacity:0; } }
@keyframes ember-15-b-khk1071tru { 0% { transform: translate(0,0) scale(1); opacity:1; } 100% { transform: translate(-90px, -220px) scale(0); opacity:0; } }

/* Glow Burst */
.glow-burst[b-khk1071tru] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.4) 0%, rgba(239, 68, 68, 0.2) 40%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    animation: glow-expand-b-khk1071tru 0.8s ease-out forwards;
    pointer-events: none;
}

.glow-burst-2[b-khk1071tru] {
    animation-delay: 0.1s;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.3) 0%, rgba(249, 115, 22, 0.1) 50%, transparent 70%);
}

@keyframes glow-expand-b-khk1071tru {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

/* Success Content Animations */
.success-content[b-khk1071tru] {
    animation: content-rise-b-khk1071tru 0.6s ease-out 0.3s both;
}

@keyframes content-rise-b-khk1071tru {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fire Icon */
.fire-icon-container[b-khk1071tru] {
    width: 80px;
    height: 80px;
}

.fire-icon[b-khk1071tru] {
    animation: icon-pop-b-khk1071tru 0.5s ease-out 0.4s both, icon-pulse-b-khk1071tru 2s ease-in-out 1s infinite;
}

.fire-icon-glow[b-khk1071tru] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.6) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    animation: glow-pulse-b-khk1071tru 2s ease-in-out infinite;
    border-radius: 50%;
}

.fire-inner-glow[b-khk1071tru] {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
    border-radius: 50%;
}

@keyframes icon-pop-b-khk1071tru {
    0% {
        transform: scale(0) rotate(-180deg);
    }
    60% {
        transform: scale(1.2) rotate(10deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

@keyframes icon-pulse-b-khk1071tru {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 20px rgba(249, 115, 22, 0.5), 0 0 40px rgba(239, 68, 68, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 30px rgba(249, 115, 22, 0.7), 0 0 60px rgba(239, 68, 68, 0.5);
    }
}

@keyframes glow-pulse-b-khk1071tru {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.8;
    }
}

/* Checkmark Animation */
.success-checkmark[b-khk1071tru] {
    animation: checkmark-draw-b-khk1071tru 0.5s ease-out 0.6s both;
    stroke-dasharray: 30;
    stroke-dashoffset: 30;
}

@keyframes checkmark-draw-b-khk1071tru {
    to {
        stroke-dashoffset: 0;
    }
}

/* Orbiting Sparkles */
.orbit-sparkle[b-khk1071tru] {
    position: absolute;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #fbbf24, #fff);
    border-radius: 50%;
    box-shadow: 0 0 10px #fbbf24, 0 0 20px #f97316;
}

.orbit-1[b-khk1071tru] {
    top: -10px;
    left: 50%;
    animation: orbit-b-khk1071tru 3s linear infinite;
}

.orbit-2[b-khk1071tru] {
    top: 50%;
    right: -10px;
    animation: orbit-b-khk1071tru 3s linear infinite 1s;
}

.orbit-3[b-khk1071tru] {
    bottom: -10px;
    left: 50%;
    animation: orbit-b-khk1071tru 3s linear infinite 2s;
}

@keyframes orbit-b-khk1071tru {
    0% {
        transform: rotate(0deg) translateX(50px) rotate(0deg) scale(1);
        opacity: 1;
    }
    50% {
        transform: rotate(180deg) translateX(50px) rotate(-180deg) scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: rotate(360deg) translateX(50px) rotate(-360deg) scale(1);
        opacity: 1;
    }
}

/* Text Animations */
.success-title[b-khk1071tru] {
    animation: title-glow-b-khk1071tru 0.6s ease-out 0.5s both, title-shimmer-b-khk1071tru 3s ease-in-out infinite;
}

@keyframes title-glow-b-khk1071tru {
    from {
        opacity: 0;
        transform: scale(0.5);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

@keyframes title-shimmer-b-khk1071tru {
    0%, 100% {
        filter: drop-shadow(0 0 10px rgba(249, 115, 22, 0.5));
    }
    50% {
        filter: drop-shadow(0 0 20px rgba(251, 191, 36, 0.8));
    }
}

.success-subtitle[b-khk1071tru] {
    animation: fade-up-b-khk1071tru 0.5s ease-out 0.7s both;
}

.success-message[b-khk1071tru] {
    animation: fade-up-b-khk1071tru 0.5s ease-out 0.9s both;
}

@keyframes fade-up-b-khk1071tru {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fire Dots */
.fire-dot[b-khk1071tru] {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #fbbf24, #f97316);
    border-radius: 50%;
    animation: dot-bounce-b-khk1071tru 1.5s ease-in-out infinite;
    box-shadow: 0 0 10px #f97316;
}

.fire-dot-2[b-khk1071tru] {
    animation-delay: 0.2s;
}

.fire-dot-3[b-khk1071tru] {
    animation-delay: 0.4s;
}

@keyframes dot-bounce-b-khk1071tru {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(-10px) scale(1.2);
        opacity: 0.7;
    }
}
