/* LS+好友交易 - PC端主样式 */
.ls-hyjy{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.ls-hyjy-header{
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 30px 25px;
    position: relative;
}
.ls-hyjy-header h2{
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 600;
}
.ls-hyjy-header p{
    margin: 0;
    opacity: 0.9;
    font-size: 14px;
}
.ls-hyjy-stats{
    display: flex;
    gap: 30px;
    padding: 20px 25px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}
.ls-hyjy-stat{
    flex: 1;
    text-align: center;
}
.ls-hyjy-stat-num{
    font-size: 28px;
    font-weight: 700;
    color: #667eea;
}
.ls-hyjy-stat-label{
    font-size: 13px;
    color: #6c757d;
    margin-top: 5px;
}
.ls-hyjy-nav{
    display: flex;
    padding: 0 25px;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    gap: 5px;
}
.ls-hyjy-nav li{
    list-style: none;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 14px;
    color: #495057;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}
.ls-hyjy-nav li:hover{
    color: #667eea;
    background: #f8f9fa;
}
.ls-hyjy-nav li.active{
    color: #667eea;
    border-bottom-color: #667eea;
    font-weight: 600;
}
.ls-hyjy-content{
    padding: 25px;
}
.ls-hyjy-card{
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.ls-hyjy-card:hover{
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.ls-hyjy-user{
    display: flex;
    align-items: center;
    gap: 15px;
}
.ls-hyjy-user-avatar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e9ecef;
}
.ls-hyjy-user-info{
    flex: 1;
}
.ls-hyjy-user-name{
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 5px;
}
.ls-hyjy-user-meta{
    font-size: 13px;
    color: #6c757d;
}
.ls-hyjy-user-price{
    font-size: 18px;
    font-weight: 700;
    color: #ff6b6b;
}
.ls-hyjy-btn{
    display: inline-block;
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    text-decoration: none;
}
.ls-hyjy-btn-primary{
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}
.ls-hyjy-btn-primary:hover{
    opacity: 0.9;
    transform: translateY(-1px);
}
.ls-hyjy-btn-success{
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: #fff;
}
.ls-hyjy-btn-warning{
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: #fff;
}
.ls-hyjy-btn-danger{
    background: linear-gradient(135deg, #eb3349 0%, #f45c43 100%);
    color: #fff;
}
.ls-hyjy-btn:disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
.ls-hyjy-btn-group{
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.ls-hyjy-empty{
    text-align: center;
    padding: 60px 20px;
    color: #adb5bd;
}
.ls-hyjy-empty i{
    font-size: 60px;
    margin-bottom: 15px;
    display: block;
}
.ls-hyjy-log-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #f1f3f5;
    font-size: 14px;
}
.ls-hyjy-log-item:last-child{
    border-bottom: none;
}
.ls-hyjy-log-type{
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}
.ls-hyjy-log-capture{background: #e3f2fd;color: #1976d2;}
.ls-hyjy-log-work{background: #e8f5e9;color: #388e3c;}
.ls-hyjy-log-rescue{background: #fff3e0;color: #f57c00;}
.ls-hyjy-log-ransom{background: #fce4ec;color: #c2185b;}
.ls-hyjy-log-torture{background: #f3e5f5;color: #7b1fa2;}
.ls-hyjy-rank-item{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #f1f3f5;
}
.ls-hyjy-rank-num{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}
.ls-hyjy-rank-1{background: linear-gradient(135deg,#ffd700,#ffb700);color:#fff;}
.ls-hyjy-rank-2{background: linear-gradient(135deg,#c0c0c0,#a8a8a8);color:#fff;}
.ls-hyjy-rank-3{background: linear-gradient(135deg,#cd7f32,#b87333);color:#fff;}
.ls-hyjy-rank-other{background: #e9ecef;color: #6c757d;}
.ls-hyjy-rank-avatar{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}
.ls-hyjy-rank-info{
    flex: 1;
}
.ls-hyjy-rank-name{
    font-weight: 600;
    color: #212529;
    margin-bottom: 3px;
}
.ls-hyjy-rank-value{
    font-size: 18px;
    font-weight: 700;
    color: #ff6b6b;
}
.ls-hyjy-tab-content{
    display: none;
}
.ls-hyjy-tab-content.active{
    display: block;
}
.ls-hyjy-work-animation{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 40px 60px;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    z-index: 99999;
    text-align: center;
}
.ls-hyjy-coin-fly{
    position: fixed;
    z-index: 99999;
    font-size: 24px;
    font-weight: 700;
    color: #ff6b6b;
    pointer-events: none;
    animation: coinFly 1.5s ease-out forwards;
}
@keyframes coinFly{
    0%{opacity: 1;transform: translateY(0) scale(1);}
    100%{opacity: 0;transform: translateY(-100px) scale(1.5);}
}
.ls-hyjy-mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99998;
}
.ls-hyjy-modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    z-index: 99999;
    min-width: 350px;
    max-width: 500px;
}
.ls-hyjy-modal h3{
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #212529;
}
.ls-hyjy-modal-close{
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #adb5bd;
}
.ls-hyjy-msg{
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 25px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    z-index: 999999;
    animation: msgShow 0.3s ease-out;
}
.ls-hyjy-msg-success{background: #28a745;}
.ls-hyjy-msg-error{background: #dc3545;}
.ls-hyjy-msg-info{background: #17a2b8;}
@keyframes msgShow{
    from{opacity: 0;transform: translateX(-50%) translateY(-20px);}
    to{opacity: 1;transform: translateX(-50%) translateY(0);}
}
.ls-hyjy-tag{
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 5px;
}
.ls-hyjy-tag-working{background: #fff3cd;color: #856404;}
.ls-hyjy-tag-free{background: #d4edda;color: #155724;}
.ls-hyjy-tag-slave{background: #cce5ff;color: #004085;}
.ls-hyjy-tag-master{background: #e2e3e5;color: #383d41;}
