.empty-state {
    width: 100%;
    min-height: 480px;
    padding: 128px 20px 96px;
    background: radial-gradient(ellipse 50% 50% at 50% 50%, #2E1233 0%, #07060E 100%);
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
    box-sizing: border-box;
}

.empty-illus {
    width: 220px;
    height: 180px;
    position: relative;
    flex-shrink: 0;
}

.empty-illus-glow {
    width: 160px;
    height: 160px;
    left: 30px;
    top: 4px;
    position: absolute;
    background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(241, 43, 158, 0.28) 0%, rgba(241, 43, 158, 0) 100%);
    border-radius: 9999px;
}

.empty-illus-card {
    width: 132px;
    height: 84px;
    left: 44px;
    top: 62px;
    position: absolute;
    background: #211F38;
    overflow: hidden;
    border-radius: 18px;
    outline: 2px rgba(241, 43, 158, 0.65) solid;
    outline-offset: -2px;
}

.empty-illus-line {
    position: absolute;
    border-radius: 4px;
}

.empty-illus-line--1 {
    width: 64px;
    height: 8px;
    left: 34px;
    top: 22px;
    background: rgba(241, 43, 158, 0.75);
}

.empty-illus-line--2 {
    width: 76px;
    height: 6px;
    left: 28px;
    top: 44px;
    background: #6B6385;
    border-radius: 3px;
}

.empty-illus-line--3 {
    width: 46px;
    height: 6px;
    left: 43px;
    top: 58px;
    background: #4D476B;
    border-radius: 3px;
}

.empty-illus-dot {
    width: 8px;
    height: 8px;
    position: absolute;
    background: rgba(241, 43, 158, 0.80);
    border-radius: 9999px;
}

.empty-illus-dot--1 {
    left: 28px;
    top: 40px;
}

.empty-illus-dot--2 {
    left: 182px;
    top: 54px;
}

.empty-illus-dot--3 {
    left: 174px;
    top: 134px;
}

.empty-copy {
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
    text-align: center;
}

.empty-title {
    color: white;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 30px;
}

.empty-desc {
    color: #948CA8;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    max-width: 420px;
}

.empty-actions {
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: inline-flex;
}

.empty-btn {
    width: 120px;
    height: 44px;
    overflow: hidden;
    border-radius: 22px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0;
}

.empty-btn--primary {
    background: #F12B9E;
    color: white;
}

.empty-btn--secondary {
    background: #211F38;
    outline: 1px #4D476B solid;
    outline-offset: -1px;
    color: #D1CCE0;
}
