/* 招聘列表 / 详情 V2 */
:root {
    --zp-v2-orange: #ff6600;
    --zp-v2-orange-dark: #ff7f24;
    --zp-v2-peach: #fff5ee;
    --zp-v2-bg: #f7f7f7;
}

body.zp-v2-page {
    background: var(--zp-v2-bg);
    padding-bottom: 80px;
}

.zp-v2-main {
    background: #fff;
    border-radius: 20px 20px 0 0;
    margin-top: -14px;
    padding: 14px 12px 20px;
    min-height: 60vh;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.zp-v2-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 14px rgba(255, 102, 0, 0.1);
    padding: 14px 12px;
    margin-bottom: 12px;
    cursor: pointer;
}
.zp-v2-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--zp-v2-peach);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 12px;
}
.zp-v2-card__icon .tciconfont {
    font-size: 24px;
    color: var(--zp-v2-orange);
}
.zp-v2-card__body {
    flex: 1;
    min-width: 0;
}
.zp-v2-card__title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zp-v2-card__salary {
    font-size: 14px;
    color: var(--zp-v2-orange);
    margin-top: 4px;
}
.zp-v2-card__tag {
    flex-shrink: 0;
    min-width: 52px;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    border: none;
    border-radius: 14px;
    background: var(--zp-v2-orange);
    color: #fff;
    font-size: 12px;
    margin-left: 8px;
}

/* ===== 详情页 ===== */
.zp-v2-detail-wrap {
    padding: 0 12px 90px;
    max-width: 760px;
    margin: 0 auto;
}
.zp-v2-detail-card {
    background: #fff;
    border-radius: 20px;
    padding: 22px 16px 16px;
    margin-top: 12px;
    box-shadow: 0 2px 14px rgba(255, 102, 0, 0.08);
}
.zp-v2-detail-card__title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.zp-v2-detail-card__salary {
    font-size: 16px;
    color: var(--zp-v2-orange);
    font-weight: 600;
    margin-bottom: 16px;
}
.zp-v2-detail-card--has-photos {
    padding-top: 0;
}
.zp-v2-detail-photos {
    margin: 0 -16px 16px;
}
.zp-v2-detail-photos__hero {
    width: 100%;
    aspect-ratio: 16 / 10;
    max-height: 260px;
    overflow: hidden;
    background: #f0f0f0;
}
.zp-v2-detail-photos__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.zp-v2-detail-photos__scroll {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 12px 4px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}
.zp-v2-detail-photos__scroll::-webkit-scrollbar {
    display: none;
}
.zp-v2-detail-photos__item {
    flex: 0 0 78%;
    max-width: 300px;
    aspect-ratio: 16 / 10;
    border-radius: 12px;
    overflow: hidden;
    background: #f0f0f0;
    scroll-snap-align: start;
}
.zp-v2-detail-photos__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.zp-v2-detail-row {
    display: block;
    background: var(--zp-v2-peach);
    border-radius: 12px;
    padding: 14px 12px;
    margin-bottom: 10px;
}
.zp-v2-detail-row__label {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}
.zp-v2-detail-row__panel {
    display: block;
    padding: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    white-space: pre-wrap;
    word-break: break-word;
}
.zp-v2-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    vertical-align: middle;
    margin-left: 6px;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    background: linear-gradient(135deg, #2f9bff 0%, #066fe8 100%);
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(6, 111, 232, 0.28);
}
.zp-v2-verified-badge--personal {
    background: linear-gradient(135deg, #52d058 0%, #2fb336 100%);
    box-shadow: 0 2px 6px rgba(47, 179, 54, 0.28);
}
.zp-v2-verified-badge .tciconfont {
    font-size: 12px;
    color: #fff;
}

.zp-v2-contact-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 16px 16px;
    background: #fff;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
    max-width: 760px;
    margin: 0 auto;
    z-index: 50;
}
.zp-v2-contact-btn {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    background: var(--zp-v2-orange);
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    border: none;
    width: 100%;
}

.zp-v2-list-empty {
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 14px;
}
