/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ga9f2miyji] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ga9f2miyji] {
    flex: 1;
}

.sidebar[b-ga9f2miyji] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ga9f2miyji] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ga9f2miyji]  a, .top-row[b-ga9f2miyji]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ga9f2miyji]  a:hover, .top-row[b-ga9f2miyji]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ga9f2miyji]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ga9f2miyji] {
        justify-content: space-between;
    }

    .top-row[b-ga9f2miyji]  a, .top-row[b-ga9f2miyji]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ga9f2miyji] {
        flex-direction: row;
    }

    .sidebar[b-ga9f2miyji] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ga9f2miyji] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ga9f2miyji]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ga9f2miyji], article[b-ga9f2miyji] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ga9f2miyji] {
    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-ga9f2miyji] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-z7vlpn2owh] {
    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-z7vlpn2owh] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-z7vlpn2owh] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-z7vlpn2owh] {
    font-size: 1.1rem;
}

.bi[b-z7vlpn2owh] {
    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-z7vlpn2owh] {
    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-z7vlpn2owh] {
    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-z7vlpn2owh] {
    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-z7vlpn2owh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-z7vlpn2owh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-z7vlpn2owh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-z7vlpn2owh]  .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-z7vlpn2owh]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-z7vlpn2owh]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-z7vlpn2owh] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-z7vlpn2owh] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-z7vlpn2owh] {
        display: none;
    }

    .nav-scrollable[b-z7vlpn2owh] {
        /* 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-l9mhaa470y],
.components-reconnect-repeated-attempt-visible[b-l9mhaa470y],
.components-reconnect-failed-visible[b-l9mhaa470y],
.components-pause-visible[b-l9mhaa470y],
.components-resume-failed-visible[b-l9mhaa470y],
.components-rejoining-animation[b-l9mhaa470y] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-l9mhaa470y],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-l9mhaa470y],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-l9mhaa470y],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-l9mhaa470y],
#components-reconnect-modal.components-reconnect-retrying[b-l9mhaa470y],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-l9mhaa470y],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-l9mhaa470y],
#components-reconnect-modal.components-reconnect-failed[b-l9mhaa470y],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-l9mhaa470y] {
    display: block;
}


#components-reconnect-modal[b-l9mhaa470y] {
    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-l9mhaa470y 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-l9mhaa470y 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-l9mhaa470y 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-l9mhaa470y]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-l9mhaa470y 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-l9mhaa470y {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-l9mhaa470y {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-l9mhaa470y {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-l9mhaa470y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-l9mhaa470y] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-l9mhaa470y] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-l9mhaa470y] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-l9mhaa470y] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-l9mhaa470y] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-l9mhaa470y] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-l9mhaa470y 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-l9mhaa470y] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-l9mhaa470y {
    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/ChartGallery.razor.rz.scp.css */
/* Note: body { ... } has been removed. Global body styles belong in app.css or index.html */

/* #region Base Layout & Container Styles */
.galaxy-container[b-9uadly402m] {
    background: linear-gradient(135deg, #0a0e27 0%, #1e1b4b 50%, #0f172a 100%);
    min-height: 100vh;
    color: white;
}

.galaxy-header[b-9uadly402m] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(10, 14, 39, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 2px solid rgba(99, 102, 241, 0.3);
    padding: 20px 32px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

.galaxy-title[b-9uadly402m] {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 50%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -1px;
}

.galaxy-subtitle[b-9uadly402m] {
    font-size: 0.875rem;
    opacity: 0.7;
    margin-top: 8px;
    letter-spacing: 1px;
}

.content[b-9uadly402m] {
    max-width: 1900px;
    margin: 0 auto;
    padding: 32px;
}
/* #endregion */

/* #region Header Controls - Using ::deep for Radzen Components */
.controls[b-9uadly402m] {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
    flex-wrap: wrap;
}

[b-9uadly402m] .cosmic-dropdown {
    background: rgba(30, 58, 138, 0.4) !important;
    border: 2px solid rgba(99, 102, 241, 0.5) !important;
    border-radius: 8px !important;
    color: white !important;
    min-width: 200px !important;
    font-weight: 600 !important;
}

[b-9uadly402m] .back-btn {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.3), rgba(239, 68, 68, 0.3)) !important;
    border: 2px solid #ef4444 !important;
    color: white !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
}
/* #endregion */

/* #region Chart Card Styles */
.charts-grid[b-9uadly402m] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(850px, 1fr));
    gap: 32px;
    margin-bottom: 32px;
}

.chart-card[b-9uadly402m] {
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(99, 102, 241, 0.3);
    border-radius: 16px;
    padding: 28px;
    transition: all 0.4s;
    position: relative;
}

    .chart-card:hover[b-9uadly402m] {
        transform: translateY(-8px);
        box-shadow: 0 20px 60px rgba(99, 102, 241, 0.4);
        border-color: rgba(139, 92, 246, 0.6);
    }

.chart-header[b-9uadly402m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(99, 102, 241, 0.3);
}

.chart-title[b-9uadly402m] {
    font-size: 1.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
}

.chart-icon[b-9uadly402m] {
    font-size: 2rem;
}

.chart-badge[b-9uadly402m] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.3), rgba(167, 139, 250, 0.3));
    border: 1px solid rgba(99, 102, 241, 0.5);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.chart-desc[b-9uadly402m] {
    font-size: 0.95rem;
    color: rgba(248, 250, 252, 0.7);
    line-height: 1.7;
    margin-bottom: 24px;
    font-style: italic;
}
/* #endregion */

/* #region Chart Controls - Using ::deep for Radzen Inputs */
.chart-controls[b-9uadly402m] {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding: 12px 16px;
    background: rgba(30, 58, 138, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(99, 102, 241, 0.3);
}

.chart-control-group[b-9uadly402m] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chart-control-label[b-9uadly402m] {
    font-size: 0.875rem;
    color: rgba(248, 250, 252, 0.9);
    font-weight: 600;
    white-space: nowrap;
}

[b-9uadly402m] .chart-control-input {
    background: rgba(15, 23, 42, 0.8) !important;
    border: 1px solid rgba(99, 102, 241, 0.5) !important;
    border-radius: 6px !important;
    color: white !important;
    font-size: 0.875rem !important;
    min-width: 160px !important;
}

[b-9uadly402m] .apply-btn {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.3), rgba(5, 150, 105, 0.3)) !important;
    border: 2px solid #10b981 !important;
    color: white !important;
    padding: 8px 20px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
}
/* #endregion */

/* #region Chart Area & Signal Indicators */
.chart-area[b-9uadly402m] {
    background: rgba(10, 14, 39, 0.5);
    border-radius: 12px;
    padding: 20px;
    min-height: 500px;
    border: 1px solid rgba(99, 102, 241, 0.2);
    position: relative;
}

.signal-indicator[b-9uadly402m] {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.875rem;
    z-index: 10;
}

.signal-bullish[b-9uadly402m] {
    background: rgba(16, 185, 129, 0.3);
    border: 2px solid #10b981;
    color: #34d399;
}

.signal-bearish[b-9uadly402m] {
    background: rgba(239, 68, 68, 0.3);
    border: 2px solid #ef4444;
    color: #fca5a5;
}

.signal-neutral[b-9uadly402m] {
    background: rgba(245, 158, 11, 0.3);
    border: 2px solid #f59e0b;
    color: #fbbf24;
}
/* #endregion */

/* #region Hover Tooltip */
.chart-tooltip[b-9uadly402m] {
    position: absolute;
    background: rgba(15, 23, 42, 0.98);
    border: 2px solid rgba(99, 102, 241, 0.6);
    border-radius: 12px;
    padding: 16px;
    pointer-events: none;
    z-index: 1000;
    min-width: 280px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    transition: opacity 0.15s ease;
}

.tooltip-header[b-9uadly402m] {
    font-size: 1rem;
    font-weight: 700;
    color: #60a5fa;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(99, 102, 241, 0.3);
}

.tooltip-row[b-9uadly402m] {
    display: flex;
    justify-content: space-between;
    margin: 6px 0;
    font-size: 0.875rem;
}

.tooltip-label[b-9uadly402m] {
    color: rgba(248, 250, 252, 0.7);
    font-weight: 600;
}

.tooltip-value[b-9uadly402m] {
    color: white;
    font-weight: 700;
}

.tooltip-bullish[b-9uadly402m] {
    color: #34d399;
}

.tooltip-bearish[b-9uadly402m] {
    color: #fca5a5;
}
/* #endregion */

/* #region Specialized Chart Containers */
.terrain-container[b-9uadly402m] {
    width: 100%;
    height: 480px;
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    cursor: crosshair;
}

.orbital-system[b-9uadly402m] {
    width: 100%;
    height: 520px;
    background: radial-gradient(circle at center, #1e293b 0%, #0a0e27 100%);
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: crosshair;
}

.river-container[b-9uadly402m] {
    width: 100%;
    height: 500px;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    cursor: crosshair;
}

.city-skyline[b-9uadly402m] {
    width: 100%;
    height: 480px;
    background: linear-gradient(180deg, #1e1b4b 0%, #0f172a 100%);
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 20px;
    gap: 8px;
    overflow: hidden;
    cursor: crosshair;
}

.matryoshka-container[b-9uadly402m] {
    width: 100%;
    height: 540px;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: crosshair;
}

.sheet-music-container[b-9uadly402m] {
    width: 100%;
    height: 460px;
    background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 12px;
    position: relative;
    padding: 30px;
    overflow: hidden;
    cursor: crosshair;
}
/* #endregion */

/* #region Elements & Animations */
.sun[b-9uadly402m] {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    animation: sun-pulse-b-9uadly402m 4s ease-in-out infinite;
}

    .sun.bullish[b-9uadly402m] {
        background: radial-gradient(circle, #10b981 0%, #059669 60%, #047857 100%);
        box-shadow: 0 0 80px rgba(16, 185, 129, 0.8), 0 0 150px rgba(16, 185, 129, 0.5);
    }

    .sun.bearish[b-9uadly402m] {
        background: radial-gradient(circle, #ef4444 0%, #dc2626 60%, #b91c1c 100%);
        box-shadow: 0 0 80px rgba(239, 68, 68, 0.8), 0 0 150px rgba(239, 68, 68, 0.5);
    }

.orbit[b-9uadly402m] {
    position: absolute;
    border: 2px dashed;
    border-radius: 50%;
    animation: orbit-rotate-b-9uadly402m 20s linear infinite;
}

.orbit-1[b-9uadly402m] {
    width: 240px;
    height: 240px;
    border-color: rgba(99, 102, 241, 0.4);
    animation-duration: 12s;
}

.orbit-2[b-9uadly402m] {
    width: 360px;
    height: 360px;
    border-color: rgba(139, 92, 246, 0.4);
    animation-duration: 18s;
}

.orbit-3[b-9uadly402m] {
    width: 480px;
    height: 480px;
    border-color: rgba(16, 185, 129, 0.4);
    animation-duration: 24s;
}

.planet[b-9uadly402m] {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 20px currentColor;
}

.planet-1[b-9uadly402m] {
    width: 32px;
    height: 32px;
    background: radial-gradient(circle, #3b82f6, #1e40af);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation: planet-orbit-1-b-9uadly402m 12s linear infinite;
}

.planet-2[b-9uadly402m] {
    width: 44px;
    height: 44px;
    background: radial-gradient(circle, #8b5cf6, #6366f1);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation: planet-orbit-2-b-9uadly402m 18s linear infinite;
}

.planet-3[b-9uadly402m] {
    width: 38px;
    height: 38px;
    background: radial-gradient(circle, #10b981, #059669);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation: planet-orbit-3-b-9uadly402m 24s linear infinite;
}

.flow-wave[b-9uadly402m] {
    position: absolute;
    width: 200%;
    height: 100px;
    background: linear-gradient(90deg, transparent 0%, rgba(6, 182, 212, 0.3) 25%, rgba(14, 165, 233, 0.5) 50%, rgba(6, 182, 212, 0.3) 75%, transparent 100%);
    animation: flow-animation-b-9uadly402m 8s linear infinite;
}

.building[b-9uadly402m] {
    flex: 1;
    max-width: 80px;
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    border: 2px solid rgba(99, 102, 241, 0.3);
    border-radius: 4px 4px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 4px;
    transition: all 0.3s;
}

.window[b-9uadly402m] {
    width: 10px;
    height: 10px;
    background: rgba(251, 191, 36, 0.8);
    margin: 2px;
    border-radius: 1px;
    animation: window-flicker-b-9uadly402m 3s ease-in-out infinite;
}

    .window.dark[b-9uadly402m] {
        background: rgba(30, 41, 59, 0.6);
        animation: none;
    }

.nested-candle[b-9uadly402m] {
    position: absolute;
    border: 3px solid;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.candle-monthly[b-9uadly402m] {
    width: 500px;
    height: 400px;
    border-color: rgba(239, 68, 68, 0.6);
    background: rgba(239, 68, 68, 0.1);
}

.candle-weekly[b-9uadly402m] {
    width: 400px;
    height: 320px;
    border-color: rgba(245, 158, 11, 0.6);
    background: rgba(245, 158, 11, 0.1);
}

.candle-daily[b-9uadly402m] {
    width: 300px;
    height: 240px;
    border-color: rgba(99, 102, 241, 0.6);
    background: rgba(99, 102, 241, 0.1);
}

.candle-minute[b-9uadly402m] {
    width: 200px;
    height: 160px;
    border-color: rgba(16, 185, 129, 0.6);
    background: rgba(16, 185, 129, 0.1);
}

.staff-lines[b-9uadly402m] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.staff-line[b-9uadly402m] {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1e293b;
    opacity: 0.3;
}

.music-notes[b-9uadly402m] {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.note[b-9uadly402m] {
    width: 24px;
    height: 24px;
    background: #1e293b;
    border-radius: 50%;
    position: relative;
    animation: note-bounce-b-9uadly402m 2s ease-in-out infinite;
}

    .note[b-9uadly402m]::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 50px;
        background: #1e293b;
        top: -50px;
        right: 0;
    }

@keyframes sun-pulse-b-9uadly402m {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes orbit-rotate-b-9uadly402m {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes planet-orbit-1-b-9uadly402m {
    from {
        transform: translateX(-50%) rotate(0deg) translateX(120px) rotate(0deg);
    }

    to {
        transform: translateX(-50%) rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

@keyframes planet-orbit-2-b-9uadly402m {
    from {
        transform: translateX(-50%) rotate(0deg) translateX(180px) rotate(0deg);
    }

    to {
        transform: translateX(-50%) rotate(360deg) translateX(180px) rotate(-360deg);
    }
}

@keyframes planet-orbit-3-b-9uadly402m {
    from {
        transform: translateX(-50%) rotate(0deg) translateX(240px) rotate(0deg);
    }

    to {
        transform: translateX(-50%) rotate(360deg) translateX(240px) rotate(-360deg);
    }
}

@keyframes flow-animation-b-9uadly402m {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes window-flicker-b-9uadly402m {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }
}

@keyframes note-bounce-b-9uadly402m {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes spin-b-9uadly402m {
    to {
        transform: rotate(360deg);
    }
}
/* #endregion */
