/* Loading screen refinement — content hierarchy without backend changes. */
#app-container:has(#step-loading.active) #global-fire-bg { display: none !important; }
#step-loading .lp-spark { display: none !important; }

#step-loading .lp-wrapper { padding-top: 24px; }
#step-loading .lp-oracle { margin-bottom: 10px; }
#step-loading .lp-message { margin-top: 2px; margin-bottom: 2px; }
#step-loading .lp-progress { margin: 6px auto 24px; padding: 0; }
#step-loading .lp-wait {
    margin-top: 0;
    padding: 5px 10px;
    color: rgba(211,221,234,.55);
    font-size: 10px;
    line-height: 1.4;
}

#step-loading .lp-reviews { margin-top: 2px; }
#step-loading .lp-reviews-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 7px 96px 8px;
    margin-bottom: 12px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
#step-loading .lp-reviews-head::before {
    content: '';
    position: absolute;
    left: 2px;
    right: calc(50% + 92px);
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg,transparent,rgba(239,192,54,.68));
    transform: translateY(-50%);
}
#step-loading .lp-reviews-head::after {
    content: '';
    position: absolute;
    left: calc(50% + 92px);
    right: 2px;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg,rgba(239,192,54,.68),transparent);
    transform: translateY(-50%);
}
#step-loading .lp-reviews-head > div { display: block; text-align: center; }
#step-loading .lp-reviews-head strong {
    color: #f7f4e9;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.045em;
}
#step-loading .lp-reviews-head > span {
    display: none;
}
#step-loading .lp-review {
    border-color: rgba(239,192,54,.42);
    box-shadow: 0 10px 26px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,225,116,.035);
}

@media (max-width:370px) {
    #step-loading .lp-wrapper { padding-top: 18px; }
    #step-loading .lp-reviews-head strong { font-size: 15px; }
}
