.oth-home-container {
    margin-top: 28px;
    margin-bottom: 42px;
}

.oth-home {
    --oth-text: #1f2937;
    --oth-muted: #64748b;
    --oth-border: #e5e7eb;
    --oth-soft: #f8fafc;
    --oth-blue: #2563eb;
    --oth-green: #16a34a;
    color: var(--oth-text);
}

.oth-section {
    margin-bottom: 22px;
    padding: 22px;
    border: 1px solid var(--oth-border);
    border-radius: 8px;
    background: #fff;
}

.oth-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.oth-section-head h2,
.oth-vip-strip h2 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 0;
}

.oth-section-head p,
.oth-vip-strip p {
    margin: 0;
    color: var(--oth-muted);
    font-size: 14px;
    line-height: 1.6;
}

.oth-section-head > a,
.oth-placeholder > a,
.oth-vip-strip > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 13px;
    border-radius: 6px;
    background: #eff6ff;
    color: var(--oth-blue);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.oth-channel-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.oth-channel-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #dbe3ef;
    border-radius: 999px;
    color: #475569;
    background: var(--oth-soft);
    font-size: 13px;
    text-decoration: none;
}

.oth-job-list {
    display: grid;
    gap: 10px;
}

.oth-job-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 18px;
    padding: 16px;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    background: var(--oth-soft);
}

.oth-job-company {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.oth-job-company strong {
    color: #111827;
    font-size: 16px;
}

.oth-job-company span,
.oth-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #166534;
    font-size: 12px;
    font-weight: 700;
}

.oth-job-main h3,
.oth-card h3,
.oth-placeholder h3 {
    margin: 0;
    color: #111827;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}

.oth-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.oth-tags span {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    line-height: 1;
}

.oth-job-side {
    display: grid;
    align-content: center;
    gap: 7px;
    color: var(--oth-muted);
    font-size: 13px;
}

.oth-actions {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

.oth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 11px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.oth-btn-primary {
    background: var(--oth-green);
    color: #fff;
}

.oth-btn-ghost {
    border: 1px solid #bfdbfe;
    background: #fff;
    color: var(--oth-blue);
}

.oth-btn-disabled {
    background: #e2e8f0;
    color: #94a3b8;
}

.oth-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.oth-card {
    padding: 16px;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    background: var(--oth-soft);
}

.oth-card h3 {
    margin-top: 10px;
}

.oth-card p {
    display: -webkit-box;
    min-height: 42px;
    margin: 8px 0 14px;
    overflow: hidden;
    color: var(--oth-muted);
    font-size: 13px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.oth-card a {
    color: var(--oth-blue);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.oth-placeholder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
}

.oth-placeholder-light {
    background: #fff;
}

.oth-placeholder h3 {
    margin-top: 10px;
}

.oth-placeholder p {
    margin: 6px 0 0;
    color: var(--oth-muted);
    font-size: 14px;
    line-height: 1.6;
}

.oth-tool-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.oth-tool {
    display: grid;
    gap: 5px;
    padding: 15px;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    background: var(--oth-soft);
    text-decoration: none;
}

.oth-tool strong {
    color: #111827;
    font-size: 15px;
}

.oth-tool span {
    color: var(--oth-muted);
    font-size: 13px;
    line-height: 1.5;
}

.oth-vip-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    padding: 22px;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    background: #f0fdf4;
}

.oth-empty {
    padding: 22px;
    border-radius: 8px;
    background: var(--oth-soft);
    color: var(--oth-muted);
    text-align: center;
}

@media (max-width: 900px) {
    .oth-job-item,
    .oth-placeholder,
    .oth-vip-strip {
        grid-template-columns: 1fr;
        align-items: flex-start;
        flex-direction: column;
    }

    .oth-card-grid,
    .oth-tool-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oth-section-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .oth-home-container {
        margin-top: 18px;
    }

    .oth-section {
        padding: 16px;
    }

    .oth-section-head h2,
    .oth-vip-strip h2 {
        font-size: 20px;
    }

    .oth-job-item {
        display: block;
        padding: 14px;
    }

    .oth-job-side {
        margin-top: 12px;
    }

    .oth-actions {
        width: 100%;
    }

    .oth-actions .oth-btn {
        flex: 1;
    }

    .oth-card-grid,
    .oth-tool-grid {
        grid-template-columns: 1fr;
    }
}
